Pull request #2735 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 043d5e55aad4bfb5dafe8dc794e99af1bde4c87d+ac752d64f668fa491594c1427640d28afa24e84a (76feaf47352b51cf50b028994bd33ee304a8dee8) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3455’ Running on prd-centos7-docker-4c-2g-3457 in /w/workspace/edgexfoundry_edgex-go_PR-2735 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/edgex-go.git > git init /w/workspace/edgex-go/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2735/head:refs/remotes/origin/PR-2735 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ac752d64f668fa491594c1427640d28afa24e84a into PR head commit 043d5e55aad4bfb5dafe8dc794e99af1bde4c87d Merge succeeded, producing 6ddc5c9b7cf4656c028b0fc9f7745c9912232025 Checking out Revision 6ddc5c9b7cf4656c028b0fc9f7745c9912232025 (PR-2735) > git config core.sparsecheckout # timeout=10 > git checkout -f 043d5e55aad4bfb5dafe8dc794e99af1bde4c87d # 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 ac752d64f668fa491594c1427640d28afa24e84a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ddc5c9b7cf4656c028b0fc9f7745c9912232025 # timeout=10 Commit message: "Merge commit 'ac752d64f668fa491594c1427640d28afa24e84a' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:46:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 04bc2ece437a87146ea53b13cb697ebf38f83201 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:46:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:46:38 ========================================================= 11:46:38 EdgeX Global Pipelines Version Info 11:46:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:46:39 ------------------- 11:46:39 stable info: 11:46:39 ------------------- 11:46:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:46:39 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 11:46:39 Message: update stable to v1.0.131 11:46:40 ------------------- 11:46:40 experimental info: 11:46:40 ------------------- 11:46:40 Commited By: **** collab-it+edgex@linuxfoundation.org 11:46:40 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 11:46:40 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:46:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 11:46:41 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 11:46:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:46:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:46:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:46:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 11:46:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 11:46:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 11:46:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 11:46:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 11:46:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:46:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:46:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:46:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:46:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:46:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:46:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:46:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:46:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 11:46:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 11:46:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 11:46:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2735 [Pipeline] echo 11:46:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2735 [Pipeline] echo 11:46:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2735 [Pipeline] echo 11:46:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ddc5c9b7cf4656c028b0fc9f7745c9912232025 [Pipeline] echo 11:46:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ddc5c9 [Pipeline] echo 11:46:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 11:46:44 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 11:46:44 + for file in '`ls cmd/**/Dockerfile`' 11:46:44 ++ dirname cmd/core-command/Dockerfile 11:46:44 ++ cut -d/ -f2 11:46:44 + echo core-command,cmd/core-command/Dockerfile 11:46:44 + for file in '`ls cmd/**/Dockerfile`' 11:46:44 ++ dirname cmd/core-data/Dockerfile 11:46:44 ++ cut -d/ -f2 11:46:44 + echo core-data,cmd/core-data/Dockerfile 11:46:44 + for file in '`ls cmd/**/Dockerfile`' 11:46:44 ++ dirname cmd/core-metadata/Dockerfile 11:46:44 ++ cut -d/ -f2 11:46:44 + echo core-metadata,cmd/core-metadata/Dockerfile 11:46:44 + for file in '`ls cmd/**/Dockerfile`' 11:46:44 ++ dirname cmd/security-proxy-setup/Dockerfile 11:46:44 ++ cut -d/ -f2 11:46:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 11:46:44 + for file in '`ls cmd/**/Dockerfile`' 11:46:44 ++ dirname cmd/security-secrets-setup/Dockerfile 11:46:44 ++ cut -d/ -f2 11:46:44 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 11:46:44 + for file in '`ls cmd/**/Dockerfile`' 11:46:44 ++ dirname cmd/security-secretstore-setup/Dockerfile 11:46:44 ++ cut -d/ -f2 11:46:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 11:46:44 + for file in '`ls cmd/**/Dockerfile`' 11:46:44 ++ dirname cmd/support-logging/Dockerfile 11:46:44 ++ cut -d/ -f2 11:46:44 + echo support-logging,cmd/support-logging/Dockerfile 11:46:44 + for file in '`ls cmd/**/Dockerfile`' 11:46:44 ++ dirname cmd/support-notifications/Dockerfile 11:46:44 ++ cut -d/ -f2 11:46:44 + echo support-notifications,cmd/support-notifications/Dockerfile 11:46:44 + for file in '`ls cmd/**/Dockerfile`' 11:46:44 ++ dirname cmd/support-scheduler/Dockerfile 11:46:44 ++ cut -d/ -f2 11:46:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 11:46:44 + for file in '`ls cmd/**/Dockerfile`' 11:46:44 ++ dirname cmd/sys-mgmt-agent/Dockerfile 11:46:44 ++ cut -d/ -f2 11:46:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 11:46:44 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 11:46:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:46:45 11:46:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:46:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:46:45 latest: Pulling from edgex-devops/git-semver 11:46:45 31603596830f: Pulling fs layer 11:46:45 2a8b12db71e7: Pulling fs layer 11:46:45 6ca5941a6612: Pulling fs layer 11:46:45 ecc8261a40a4: Pulling fs layer 11:46:45 ecc8261a40a4: Waiting 11:46:45 2a8b12db71e7: Download complete 11:46:46 31603596830f: Verifying Checksum 11:46:46 31603596830f: Download complete 11:46:46 ecc8261a40a4: Verifying Checksum 11:46:46 ecc8261a40a4: Download complete 11:46:46 6ca5941a6612: Verifying Checksum 11:46:46 6ca5941a6612: Download complete 11:46:46 31603596830f: Pull complete 11:46:46 2a8b12db71e7: Pull complete 11:46:47 6ca5941a6612: Pull complete 11:46:47 ecc8261a40a4: Pull complete 11:46:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:46:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:46:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:46:47 prd-centos7-docker-4c-2g-3457 does not seem to be running inside a container 11:46:47 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:46:49 $ docker top a3a77e0c81510d6c6d3dbcd0c567a636630000d53a02a1685387a1198abedbbd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:46:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:46:50 [ssh-agent] Looking for ssh-agent implementation... 11:46:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:46:50 $ docker exec a3a77e0c81510d6c6d3dbcd0c567a636630000d53a02a1685387a1198abedbbd ssh-agent 11:46:50 SSH_AUTH_SOCK=/tmp/ssh-9SdaDql8SWxp/agent.12 11:46:50 SSH_AGENT_PID=17 11:46:50 Running ssh-add (command line suppressed) 11:46:50 Identity added: /w/workspace/edgex-go/8@tmp/private_key_946147667966411440.key (/w/workspace/edgex-go/8@tmp/private_key_946147667966411440.key) 11:46:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:46:51 + git describe --exact-match --tags HEAD 11:46:51 fatal: no tag exactly matches '6ddc5c9b7cf4656c028b0fc9f7745c9912232025' [Pipeline] } 11:46:51 $ docker exec --env ******** --env ******** a3a77e0c81510d6c6d3dbcd0c567a636630000d53a02a1685387a1198abedbbd ssh-agent -k 11:46:51 unset SSH_AUTH_SOCK; 11:46:51 unset SSH_AGENT_PID; 11:46:51 echo Agent pid 17 killed; 11:46:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:46:51 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:46:51 This usually means this commit has not been tagged. [Pipeline] sshagent 11:46:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:46:51 [ssh-agent] Looking for ssh-agent implementation... 11:46:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:46:51 $ docker exec a3a77e0c81510d6c6d3dbcd0c567a636630000d53a02a1685387a1198abedbbd ssh-agent 11:46:51 SSH_AUTH_SOCK=/tmp/ssh-A4P6P3IkKpOb/agent.46 11:46:51 SSH_AGENT_PID=51 11:46:51 Running ssh-add (command line suppressed) 11:46:51 Identity added: /w/workspace/edgex-go/8@tmp/private_key_7761898772418713748.key (/w/workspace/edgex-go/8@tmp/private_key_7761898772418713748.key) 11:46:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:46:52 + git semver init 11:46:52 # -> Open(): unable to determine branch for HEAD 11:46:52 # $GIT_DIR = /w/workspace/edgex-go/8/.git 11:46:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 11:46:52 # $SEMVER_REMOTE_NAME = origin 11:46:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:46:52 # $SEMVER_USER_NAME = edgex-jenkins 11:46:52 # $SEMVER_BRANCH = PR-2735 11:46:52 # $SEMVER_TEMP = /tmp/semver-188496507 11:46:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 11:47:10 # '/tmp/semver-188496507' -> '/w/workspace/edgex-go/8/.semver' 11:47:10 # -> Force: false 11:47:10 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 11:47:10 $ docker exec --env ******** --env ******** a3a77e0c81510d6c6d3dbcd0c567a636630000d53a02a1685387a1198abedbbd ssh-agent -k 11:47:10 unset SSH_AUTH_SOCK; 11:47:10 unset SSH_AGENT_PID; 11:47:10 echo Agent pid 51 killed; 11:47:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:47:11 + git semver [Pipeline] } 11:47:11 $ docker stop --time=1 a3a77e0c81510d6c6d3dbcd0c567a636630000d53a02a1685387a1198abedbbd 11:47:12 $ docker rm -f a3a77e0c81510d6c6d3dbcd0c567a636630000d53a02a1685387a1198abedbbd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:47:25 Stashed 68 file(s) [Pipeline] echo 11:47:25 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 11:47:26 ========================================================= 11:47:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 11:47:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:47:26 + 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 . 11:47:30 Sending build context to Docker daemon 324.7MB 11:47:30 Step 1/7 : ARG BASE=golang:1.15-alpine 11:47:30 Step 2/7 : FROM ${BASE} 11:47:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 11:47:30 df20fa9351a1: Pulling fs layer 11:47:30 ed8968b2872e: Pulling fs layer 11:47:30 a92cc7c5fd73: Pulling fs layer 11:47:30 e871e8e8d7a9: Pulling fs layer 11:47:30 e73272ec9a57: Pulling fs layer 11:47:30 1e910a182e73: Pulling fs layer 11:47:30 4e634b169226: Pulling fs layer 11:47:30 e73272ec9a57: Waiting 11:47:30 1e910a182e73: Waiting 11:47:30 4e634b169226: Waiting 11:47:30 e871e8e8d7a9: Waiting 11:47:30 a92cc7c5fd73: Verifying Checksum 11:47:30 a92cc7c5fd73: Download complete 11:47:30 ed8968b2872e: Download complete 11:47:30 e73272ec9a57: Download complete 11:47:30 1e910a182e73: Download complete 11:47:30 df20fa9351a1: Verifying Checksum 11:47:30 df20fa9351a1: Download complete 11:47:30 df20fa9351a1: Pull complete 11:47:30 ed8968b2872e: Pull complete 11:47:30 a92cc7c5fd73: Pull complete 11:47:31 4e634b169226: Verifying Checksum 11:47:31 4e634b169226: Download complete 11:47:32 e871e8e8d7a9: Verifying Checksum 11:47:32 e871e8e8d7a9: Download complete 11:47:37 e871e8e8d7a9: Pull complete 11:47:37 e73272ec9a57: Pull complete 11:47:37 1e910a182e73: Pull complete 11:47:41 Still waiting to schedule task 11:47:41 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3456’ is offline 11:47:42 4e634b169226: Pull complete 11:47:42 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 11:47:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 11:47:42 ---> f7629b54cfaa 11:47:42 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 11:47:42 ---> Running in 913f4a677ae3 11:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:47:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:47:44 (1/12) Installing libmagic (5.38-r0) 11:47:44 (2/12) Installing file (5.38-r0) 11:47:44 (3/12) Installing libc-dev (0.7.2-r3) 11:47:44 (4/12) Installing g++ (9.3.0-r2) 11:47:49 (5/12) Installing fortify-headers (1.1-r0) 11:47:49 (6/12) Installing patch (2.7.6-r6) 11:47:49 (7/12) Installing build-base (0.5-r2) 11:47:49 (8/12) Installing libsodium (1.0.18-r0) 11:47:49 (9/12) Installing pkgconf (1.7.2-r0) 11:47:49 (10/12) Installing libsodium-dev (1.0.18-r0) 11:47:49 (11/12) Installing libzmq (4.3.3-r0) 11:47:50 (12/12) Installing zeromq-dev (4.3.3-r0) 11:47:50 Executing busybox-1.31.1-r16.trigger 11:47:50 OK: 233 MiB in 51 packages 11:47:54 Removing intermediate container 913f4a677ae3 11:47:54 ---> 07c37742080d 11:47:54 Step 4/7 : WORKDIR /edgex-go 11:47:54 ---> Running in f780f323e5e8 11:47:54 Removing intermediate container f780f323e5e8 11:47:54 ---> 7e2648d69af9 11:47:54 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 11:47:54 latest: Pulling from library/docker 11:47:54 df20fa9351a1: Already exists 11:47:54 25ad7478873d: Pulling fs layer 11:47:54 4684f6177b5d: Pulling fs layer 11:47:54 8ba584e970af: Pulling fs layer 11:47:54 3cdc74d2b06d: Pulling fs layer 11:47:54 4cf5a0d07c1f: Pulling fs layer 11:47:54 fca0ccc462d5: Pulling fs layer 11:47:54 3cdc74d2b06d: Waiting 11:47:54 4cf5a0d07c1f: Waiting 11:47:54 fca0ccc462d5: Waiting 11:47:54 4684f6177b5d: Verifying Checksum 11:47:54 4684f6177b5d: Download complete 11:47:54 25ad7478873d: Verifying Checksum 11:47:54 25ad7478873d: Download complete 11:47:54 3cdc74d2b06d: Verifying Checksum 11:47:54 3cdc74d2b06d: Download complete 11:47:54 4cf5a0d07c1f: Verifying Checksum 11:47:54 4cf5a0d07c1f: Download complete 11:47:54 fca0ccc462d5: Verifying Checksum 11:47:54 fca0ccc462d5: Download complete 11:47:54 25ad7478873d: Pull complete 11:47:55 4684f6177b5d: Pull complete 11:47:55 8ba584e970af: Verifying Checksum 11:47:55 8ba584e970af: Download complete 11:47:57 8ba584e970af: Pull complete 11:47:58 3cdc74d2b06d: Pull complete 11:47:58 4cf5a0d07c1f: Pull complete 11:47:58 fca0ccc462d5: Pull complete 11:47:58 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 11:47:58 Status: Downloaded newer image for docker:latest 11:48:00 ---> ed4c05d3e5fe 11:48:00 Step 6/7 : COPY go.mod . 11:48:00 ---> 68e6bcd32fd0 11:48:00 Step 7/7 : RUN go mod download 11:48:00 ---> Running in 908947bf684b 11:48:22 Removing intermediate container 908947bf684b 11:48:22 ---> 569a123eb1b0 11:48:22 Successfully built 569a123eb1b0 11:48:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:48:22 + docker inspect -f . ci-base-image-x86_64 11:48:22 . [Pipeline] withDockerContainer 11:48:22 prd-centos7-docker-4c-2g-3457 does not seem to be running inside a container 11:48:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-x86_64 cat 11:48:23 $ docker top e3ae5838dc0f0ce30597afda8416c87599aeb265e1e6952bbed2ff5265c849aa -eo pid,comm [Pipeline] { [Pipeline] sh 11:48:23 + go version 11:48:23 go version go1.15.2 linux/amd64 [Pipeline] } 11:48:23 $ docker stop --time=1 e3ae5838dc0f0ce30597afda8416c87599aeb265e1e6952bbed2ff5265c849aa 11:48:25 $ docker rm -f e3ae5838dc0f0ce30597afda8416c87599aeb265e1e6952bbed2ff5265c849aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:48:29 + docker inspect -f . ci-base-image-x86_64 11:48:29 . [Pipeline] withDockerContainer 11:48:29 prd-centos7-docker-4c-2g-3457 does not seem to be running inside a container 11:48:29 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-x86_64 cat 11:48:30 $ docker top 90c6b4a2dd186c84c0ba4a007381bf9da43d90e72cab338144f67420f63bfb00 -eo pid,comm [Pipeline] { [Pipeline] echo 11:48:30 ========================================================= 11:48:30 [edgeXBuildGoParallel] Running Tests and Build... 11:48:30 ========================================================= [Pipeline] sh 11:48:30 + make test 11:48:30 GO111MODULE=on go test -coverprofile=coverage.out ./... 11:48:32 ? github.com/edgexfoundry/edgex-go [no test files] 11:48:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 11:48:46 # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 11:48:46 internal/core/metadata/v2/router.go:33:8: undefined: httpController 11:48:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 11:48:48 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.016s 11:48:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.023s coverage: 46.6% of statements 11:48:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.036s coverage: 27.2% of statements 11:48:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.004s coverage: 100.0% of statements 11:48:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.007s coverage: 100.0% of statements 11:48:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.012s coverage: 84.0% of statements 11:48:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.321s coverage: 93.5% of statements 11:48:56 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] 11:48:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.018s coverage: 100.0% of statements 11:48:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 11:48:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.021s coverage: 86.7% of statements 11:48:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.015s coverage: 97.5% of statements 11:48:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.028s coverage: 100.0% of statements 11:48:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.015s coverage: 100.0% of statements 11:48:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.020s coverage: 58.8% of statements 11:48:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.005s coverage: 0.0% of statements [no tests to run] 11:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.058s coverage: 63.5% of statements 11:48:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.011s coverage: 100.0% of statements 11:48:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.098s coverage: 55.9% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.774s coverage: 86.3% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.274s coverage: 72.2% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.100s coverage: 72.1% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.024s coverage: 82.4% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.021s coverage: 31.1% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.089s coverage: 84.1% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.012s coverage: 100.0% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.034s coverage: 42.9% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.017s coverage: 83.8% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.038s coverage: 46.9% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.020s coverage: 100.0% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements 11:49:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements 11:49:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.053s coverage: 29.1% of statements 11:49:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.022s coverage: 99.0% of statements 11:49:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.024s coverage: 100.0% of statements 11:49:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements 11:49:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 11:49:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.012s coverage: 87.9% of statements 11:49:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 11:49:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 11:49:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 11:49:05 make: *** [Makefile:81: test] Error 2 [Pipeline] } 11:49:05 $ docker stop --time=1 90c6b4a2dd186c84c0ba4a007381bf9da43d90e72cab338144f67420f63bfb00 11:49:08 $ docker rm -f 90c6b4a2dd186c84c0ba4a007381bf9da43d90e72cab338144f67420f63bfb00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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] // stage [Pipeline] } 11:49:09 Failed in branch amd64 11:49:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3458 in /w/workspace/edgexfoundry_edgex-go_PR-2735 [Pipeline] { [Pipeline] ws 11:49:34 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 11:49:39 using credential edgex-jenkins-ssh 11:49:39 Cloning the remote Git repository 11:49:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 11:49:40 > git init /w/workspace/edgex-go/8 # timeout=10 11:49:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:49:40 > git --version # timeout=10 11:49:40 > git --version # 'git version 2.17.1' 11:49:40 using GIT_SSH to set credentials SSH Credentials for GitHub 11:49:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:49:56 Merging remotes/origin/master commit ac752d64f668fa491594c1427640d28afa24e84a into PR head commit 043d5e55aad4bfb5dafe8dc794e99af1bde4c87d 11:49:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:49:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:49:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:49:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:49:55 using GIT_SSH to set credentials SSH Credentials for GitHub 11:49:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2735/head:refs/remotes/origin/PR-2735 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:49:56 > git config core.sparsecheckout # timeout=10 11:49:56 > git checkout -f 043d5e55aad4bfb5dafe8dc794e99af1bde4c87d # timeout=10 11:49:56 > git remote # timeout=10 11:49:56 > git config --get remote.origin.url # timeout=10 11:49:56 using GIT_SSH to set credentials SSH Credentials for GitHub 11:49:56 > git merge ac752d64f668fa491594c1427640d28afa24e84a # timeout=10 11:49:57 Merge succeeded, producing bdd2b2b474ade2ec0eb9d089badde035f6c76e14 11:49:57 Checking out Revision bdd2b2b474ade2ec0eb9d089badde035f6c76e14 (PR-2735) 11:49:57 > git rev-parse HEAD^{commit} # timeout=10 11:49:57 > git config core.sparsecheckout # timeout=10 11:49:57 > git checkout -f bdd2b2b474ade2ec0eb9d089badde035f6c76e14 # timeout=10 11:50:01 Commit message: "Merge commit 'ac752d64f668fa491594c1427640d28afa24e84a' into HEAD" 11:50:01 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 11:50:01 > git rev-list --no-walk 04bc2ece437a87146ea53b13cb697ebf38f83201 # timeout=10 [Pipeline] echo 11:50:14 ========================================================= 11:50:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 11:50:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:50:15 + 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 . 11:50:20 Sending build context to Docker daemon 324.7MB 11:50:20 Step 1/7 : ARG BASE=golang:1.15-alpine 11:50:20 Step 2/7 : FROM ${BASE} 11:50:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:50:20 b538f80385f9: Pulling fs layer 11:50:20 74f711af9a0d: Pulling fs layer 11:50:20 99f96fe45779: Pulling fs layer 11:50:20 8529a6b9a6be: Pulling fs layer 11:50:20 45590311c82a: Pulling fs layer 11:50:20 69ca0ff8b7b3: Pulling fs layer 11:50:20 209524e5b208: Pulling fs layer 11:50:20 8529a6b9a6be: Waiting 11:50:20 45590311c82a: Waiting 11:50:20 69ca0ff8b7b3: Waiting 11:50:20 209524e5b208: Waiting 11:50:20 99f96fe45779: Verifying Checksum 11:50:20 99f96fe45779: Download complete 11:50:20 74f711af9a0d: Verifying Checksum 11:50:20 74f711af9a0d: Download complete 11:50:20 45590311c82a: Verifying Checksum 11:50:20 45590311c82a: Download complete 11:50:20 69ca0ff8b7b3: Download complete 11:50:20 b538f80385f9: Verifying Checksum 11:50:20 b538f80385f9: Download complete 11:50:20 b538f80385f9: Pull complete 11:50:21 74f711af9a0d: Pull complete 11:50:21 99f96fe45779: Pull complete 11:50:23 209524e5b208: Verifying Checksum 11:50:23 209524e5b208: Download complete 11:50:24 8529a6b9a6be: Verifying Checksum 11:50:24 8529a6b9a6be: Download complete 11:50:36 8529a6b9a6be: Pull complete 11:50:36 45590311c82a: Pull complete 11:50:36 69ca0ff8b7b3: Pull complete 11:50:39 209524e5b208: Pull complete 11:50:39 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 11:50:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 11:50:39 ---> 5bddaf1c2fca 11:50:39 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 11:50:43 ---> Running in e0b7c80d7854 11:50:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:50:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:50:46 (1/12) Installing libmagic (5.38-r0) 11:50:46 (2/12) Installing file (5.38-r0) 11:50:46 (3/12) Installing libc-dev (0.7.2-r3) 11:50:46 (4/12) Installing g++ (9.3.0-r2) 11:50:53 (5/12) Installing fortify-headers (1.1-r0) 11:50:53 (6/12) Installing patch (2.7.6-r6) 11:50:53 (7/12) Installing build-base (0.5-r2) 11:50:53 (8/12) Installing libsodium (1.0.18-r0) 11:50:53 (9/12) Installing pkgconf (1.7.2-r0) 11:50:53 (10/12) Installing libsodium-dev (1.0.18-r0) 11:50:53 (11/12) Installing libzmq (4.3.3-r0) 11:50:53 (12/12) Installing zeromq-dev (4.3.3-r0) 11:50:53 Executing busybox-1.31.1-r16.trigger 11:50:53 OK: 217 MiB in 51 packages 11:50:58 Removing intermediate container e0b7c80d7854 11:50:58 ---> 341baa9a6d2c 11:50:58 Step 4/7 : WORKDIR /edgex-go 11:50:58 ---> Running in 31db30b9ab17 11:50:58 Removing intermediate container 31db30b9ab17 11:50:58 ---> c5bbc73f3e08 11:50:58 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 11:50:58 latest: Pulling from library/docker 11:50:58 b538f80385f9: Already exists 11:50:58 259a493cd78d: Pulling fs layer 11:50:58 b8e66b5100f5: Pulling fs layer 11:50:58 7f8258a56ab6: Pulling fs layer 11:50:58 75a0a0ebb566: Pulling fs layer 11:50:58 4a2c62f0a2a3: Pulling fs layer 11:50:58 294320357d30: Pulling fs layer 11:50:58 75a0a0ebb566: Waiting 11:50:58 4a2c62f0a2a3: Waiting 11:50:58 294320357d30: Waiting 11:50:58 b8e66b5100f5: Verifying Checksum 11:50:58 b8e66b5100f5: Download complete 11:50:59 259a493cd78d: Verifying Checksum 11:50:59 259a493cd78d: Download complete 11:50:59 75a0a0ebb566: Download complete 11:50:59 4a2c62f0a2a3: Verifying Checksum 11:50:59 4a2c62f0a2a3: Download complete 11:50:59 294320357d30: Verifying Checksum 11:50:59 294320357d30: Download complete 11:50:59 259a493cd78d: Pull complete 11:51:00 b8e66b5100f5: Pull complete 11:51:00 7f8258a56ab6: Verifying Checksum 11:51:00 7f8258a56ab6: Download complete 11:51:03 7f8258a56ab6: Pull complete 11:51:03 75a0a0ebb566: Pull complete 11:51:03 4a2c62f0a2a3: Pull complete 11:51:04 294320357d30: Pull complete 11:51:04 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 11:51:04 Status: Downloaded newer image for docker:latest 11:51:07 ---> b6a6d23073c8 11:51:07 Step 6/7 : COPY go.mod . 11:51:08 ---> cc9cf9957fef 11:51:08 Step 7/7 : RUN go mod download 11:51:08 ---> Running in e15623447738 11:51:35 Removing intermediate container e15623447738 11:51:35 ---> 99553e2f7a8e 11:51:35 Successfully built 99553e2f7a8e 11:51:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:51:35 + docker inspect -f . ci-base-image-arm64 11:51:35 . [Pipeline] withDockerContainer 11:51:36 prd-ubuntu18.04-docker-arm64-4c-16g-3458 does not seem to be running inside a container 11:51:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-arm64 cat 11:51:38 $ docker top ad00cfff07b3ff0699ad0a1d963adeed5cb946632f104fda10eaf4899418078f -eo pid,comm [Pipeline] { [Pipeline] sh 11:51:39 + go version 11:51:39 go version go1.15.2 linux/arm64 [Pipeline] } 11:51:39 $ docker stop --time=1 ad00cfff07b3ff0699ad0a1d963adeed5cb946632f104fda10eaf4899418078f 11:51:41 $ docker rm -f ad00cfff07b3ff0699ad0a1d963adeed5cb946632f104fda10eaf4899418078f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:51:42 + docker inspect -f . ci-base-image-arm64 11:51:42 . [Pipeline] withDockerContainer 11:51:42 prd-ubuntu18.04-docker-arm64-4c-16g-3458 does not seem to be running inside a container 11:51:42 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** ci-base-image-arm64 cat 11:51:44 $ docker top abb9faefb52ed8b9532504b41df56184054f3cd949d1b40bb63f1c3ea4c7b8d4 -eo pid,comm [Pipeline] { [Pipeline] echo 11:51:44 ========================================================= 11:51:44 [edgeXBuildGoParallel] Running Tests and Build... 11:51:44 ========================================================= [Pipeline] sh 11:51:45 + make test 11:51:45 GO111MODULE=on go test -coverprofile=coverage.out ./... 11:51:48 ? github.com/edgexfoundry/edgex-go [no test files] 11:52:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 11:52:28 # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 11:52:28 internal/core/metadata/v2/router.go:33:8: undefined: httpController 11:52:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 11:52:37 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.024s 11:52:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements 11:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.142s coverage: 27.2% of statements 11:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.012s coverage: 100.0% of statements 11:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.021s coverage: 100.0% of statements 11:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.048s coverage: 84.0% of statements 11:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.083s coverage: 93.5% of statements 11:52:54 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] 11:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 11:52:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 11:52:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.066s coverage: 86.7% of statements 11:52:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.103s coverage: 97.5% of statements 11:52:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 100.0% of statements 11:53:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.166s coverage: 100.0% of statements 11:53:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.025s coverage: 58.8% of statements 11:53:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.043s coverage: 0.0% of statements [no tests to run] 11:53:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 63.5% of statements 11:53:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements 11:53:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.294s coverage: 55.9% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.083s coverage: 86.3% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.066s coverage: 72.2% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.435s coverage: 72.1% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.044s coverage: 82.4% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.013s coverage: 48.4% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.020s coverage: 28.8% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.020s coverage: 96.8% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 31.1% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.1% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.017s coverage: 100.0% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.021s coverage: 42.9% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements 11:53:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.033s coverage: 83.8% of statements 11:53:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.188s coverage: 46.9% of statements 11:53:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.014s coverage: 100.0% of statements 11:53:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.028s coverage: 100.0% of statements 11:53:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements 11:53:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.201s coverage: 29.1% of statements 11:53:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.045s coverage: 99.0% of statements 11:53:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.026s coverage: 100.0% of statements 11:53:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.010s coverage: 0.0% of statements 11:53:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.013s coverage: 100.0% of statements 11:53:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 11:53:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.017s coverage: 100.0% of statements 11:53:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.011s coverage: 32.1% of statements 11:53:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.019s coverage: 100.0% of statements 11:53:28 make: *** [Makefile:81: test] Error 2 [Pipeline] } 11:53:28 $ docker stop --time=1 abb9faefb52ed8b9532504b41df56184054f3cd949d1b40bb63f1c3ea4c7b8d4 11:53:30 $ docker rm -f abb9faefb52ed8b9532504b41df56184054f3cd949d1b40bb63f1c3ea4c7b8d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:53:33 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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 11:53:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:53:36 ---> package-listing.sh 11:53:36 ++ facter osfamily 11:53:36 ++ tr '[:upper:]' '[:lower:]' 11:53:36 + OS_FAMILY=redhat 11:53:36 + workspace=/w/workspace/edgex-go/8 11:53:36 + START_PACKAGES=/tmp/packages_start.txt 11:53:36 + END_PACKAGES=/tmp/packages_end.txt 11:53:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:53:36 + PACKAGES=/tmp/packages_start.txt 11:53:36 + '[' /w/workspace/edgex-go/8 ']' 11:53:36 + PACKAGES=/tmp/packages_end.txt 11:53:36 + case "${OS_FAMILY}" in 11:53:36 + rpm -qa 11:53:36 + sort 11:53:40 + '[' -f /tmp/packages_start.txt ']' 11:53:40 + '[' -f /tmp/packages_end.txt ']' 11:53:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:53:40 + '[' /w/workspace/edgex-go/8 ']' 11:53:40 + mkdir -p /w/workspace/edgex-go/8/archives/ 11:53:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:53:40 provisioning config files... 11:53:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config5073370253467202184tmp [Pipeline] { [Pipeline] echo 11:53:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:53:41 ---> create-netrc.sh [Pipeline] } 11:53:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:53:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:53:42 ---> python-tools-install.sh 11:53:42 Generating Requirements File 11:55:03 Python 3.6.8 11:55:03 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 11:55:03 aiohttp==3.6.2 11:55:03 appdirs==1.4.3 11:55:03 argcomplete==1.12.1 11:55:03 aspy.yaml==1.3.0 11:55:03 async-timeout==3.0.1 11:55:03 attrs==19.3.0 11:55:03 Babel==2.8.0 11:55:03 beautifulsoup4==4.8.2 11:55:03 boto3==1.11.6 11:55:03 botocore==1.14.6 11:55:03 bs4==0.0.1 11:55:03 cachetools==4.1.1 11:55:03 certifi==2019.11.28 11:55:03 cffi==1.14.3 11:55:03 cfgv==2.0.1 11:55:03 chardet==3.0.4 11:55:03 click==7.1 11:55:03 cliff==3.4.0 11:55:03 cmd2==1.3.11 11:55:03 colorama==0.4.3 11:55:03 cryptography==3.1.1 11:55:03 debtcollector==2.2.0 11:55:03 decorator==4.4.2 11:55:03 defusedxml==0.6.0 11:55:03 Deprecated==1.2.7 11:55:03 distlib==0.3.1 11:55:03 distro==1.2.0 11:55:03 dnspython==1.16.0 11:55:03 docker==4.2.0 11:55:03 docutils==0.15.2 11:55:03 dogpile.cache==1.0.2 11:55:03 email-validator==1.0.5 11:55:03 filelock==3.0.12 11:55:03 future==0.18.2 11:55:03 google-auth==1.22.0 11:55:03 httplib2==0.17.0 11:55:03 identify==1.4.11 11:55:03 idna==2.9 11:55:03 idna-ssl==1.1.0 11:55:03 importlib-metadata==1.7.0 11:55:03 importlib-resources==1.5.0 11:55:03 iso8601==0.1.13 11:55:03 Jinja2==2.11.1 11:55:03 jmespath==0.10.0 11:55:03 jsonpatch==1.26 11:55:03 jsonpointer==2.0 11:55:03 jsonschema==3.2.0 11:55:03 keystoneauth1==4.2.1 11:55:03 kubernetes==11.0.0 11:55:03 lftools==0.34.2 11:55:03 lxml==4.5.0 11:55:03 MarkupSafe==0.23 11:55:03 msgpack==1.0.0 11:55:03 multi-key-dict==2.0.3 11:55:03 multidict==4.7.6 11:55:03 munch==2.5.0 11:55:03 netaddr==0.8.0 11:55:03 netifaces==0.10.9 11:55:03 niet==1.4.2 11:55:03 nodeenv==1.3.5 11:55:03 oauth2client==4.1.3 11:55:03 oauthlib==3.1.0 11:55:03 openstacksdk==0.50.0 11:55:03 os-client-config==2.1.0 11:55:03 os-service-types==1.7.0 11:55:03 osc-lib==2.2.1 11:55:03 oslo.config==8.3.2 11:55:03 oslo.context==3.1.1 11:55:03 oslo.i18n==5.0.1 11:55:03 oslo.log==4.4.0 11:55:03 oslo.serialization==4.0.1 11:55:03 oslo.utils==4.6.0 11:55:03 packaging==20.4 11:55:03 pbr==5.4.4 11:55:03 pluggy==0.13.1 11:55:03 prettytable==0.7.2 11:55:03 py==1.9.0 11:55:03 pyasn1==0.4.8 11:55:03 pyasn1-modules==0.2.8 11:55:03 pycparser==2.20 11:55:03 pygerrit2==2.0.10 11:55:03 PyGithub==1.46 11:55:03 pyinotify==0.9.6 11:55:03 PyJWT==1.7.1 11:55:03 pyparsing==2.4.7 11:55:03 pyperclip==1.8.0 11:55:03 pyroute2==0.4.13 11:55:03 pyrsistent==0.15.7 11:55:03 PySocks==1.6.8 11:55:03 python-cinderclient==7.2.0 11:55:03 python-dateutil==2.8.1 11:55:03 python-heatclient==2.2.1 11:55:03 python-jenkins==1.7.0 11:55:03 python-keystoneclient==4.1.1 11:55:03 python-magnumclient==3.2.1 11:55:03 python-novaclient==17.2.1 11:55:03 python-openstackclient==5.4.0 11:55:03 python-swiftclient==3.10.1 11:55:03 pytz==2020.1 11:55:03 PyYAML==5.3 11:55:03 requests==2.23.0 11:55:03 requests-oauthlib==1.3.0 11:55:03 requestsexceptions==1.4.0 11:55:03 rfc3986==1.4.0 11:55:03 rpm==4.11.3 11:55:03 rsa==4.0 11:55:03 ruamel.yaml==0.16.10 11:55:03 ruamel.yaml.clib==0.2.0 11:55:03 s3transfer==0.3.3 11:55:03 shade==1.27.2 11:55:03 simplejson==3.17.2 11:55:03 six==1.14.0 11:55:03 soupsieve==2.0 11:55:03 stevedore==3.2.2 11:55:03 tabulate==0.8.6 11:55:03 toml==0.10.0 11:55:03 tox==3.20.0 11:55:03 tqdm==4.43.0 11:55:03 typing-extensions==3.7.4.3 11:55:03 urllib3==1.25.8 11:55:03 virtualenv==20.0.33 11:55:03 wcwidth==0.2.5 11:55:03 websocket-client==0.57.0 11:55:03 wrapt==1.12.1 11:55:03 xdg==3.0.2 11:55:03 xmltodict==0.12.0 11:55:03 yarl==1.6.0 11:55:03 yq==2.11.1 11:55:03 zipp==3.3.0 11:55:03 Cache entry deserialization failed, entry ignored 11:55:03 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 11:55:03 Python 2.7.5 11:55:03 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 11:55:03 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 11:55:03 ansible==2.9.7 11:55:03 Babel==0.9.6 11:55:03 backports.ssl-match-hostname==3.5.0.1 11:55:03 beautifulsoup4==4.4.1 11:55:03 bodhi==2.11.0 11:55:03 bodhi-client==2.11.0 11:55:03 CCColUtils==1.4 11:55:03 cffi==1.6.0 11:55:03 chardet==2.2.1 11:55:03 click==6.7 11:55:03 cloud-init==18.5 11:55:03 configobj==4.7.2 11:55:03 cryptography==1.7.2 11:55:03 decorator==3.4.0 11:55:03 distro==1.2.0 11:55:03 enum34==1.0.4 11:55:03 fedpkg==1.38 11:55:03 futures==3.1.1 11:55:03 gitdb==0.6.4 11:55:03 GitPython==1.0.1 11:55:03 html5lib==0.999 11:55:03 httplib2==0.9.2 11:55:03 idna==2.4 11:55:03 iniparse==0.4 11:55:03 ipaddress==1.0.16 11:55:03 IPy==0.75 11:55:03 javapackages==1.0.0 11:55:03 Jinja2==2.7.2 11:55:03 jmespath==0.9.4 11:55:03 jsonpatch==1.2 11:55:03 jsonpointer==1.9 11:55:03 kerberos==1.1 11:55:03 kitchen==1.1.1 11:55:03 langtable==0.0.31 11:55:03 lockfile==0.9.1 11:55:03 lxml==3.2.1 11:55:03 MarkupSafe==0.11 11:55:03 munch==2.0.2 11:55:03 offtrac==0.1.0 11:55:03 openidc-client==0.6.0 11:55:03 packagedb-cli==2.14.1 11:55:03 paramiko==2.1.1 11:55:03 perf==0.1 11:55:03 ply==3.4 11:55:03 policycoreutils-default-encoding==0.1 11:55:03 prettytable==0.7.2 11:55:03 pyasn1==0.1.9 11:55:03 pycparser==2.14 11:55:03 pycurl==7.19.0 11:55:03 pygobject==3.22.0 11:55:03 pygpgme==0.3 11:55:03 pyliblzma==0.5.3 11:55:03 pyOpenSSL==0.13.1 11:55:03 pyparsing==1.5.6 11:55:03 pyserial==2.6 11:55:03 python-augeas==0.5.0 11:55:03 python-bugzilla==2.3.0 11:55:03 python-dateutil==1.5 11:55:03 python-fedora==0.10.0 11:55:03 python-linux-procfs==0.4.9 11:55:03 python-yubico==1.2.3 11:55:03 pyudev==0.15 11:55:03 pyusb==1.0.0b1 11:55:03 pyxattr==0.5.1 11:55:03 PyYAML==3.10 11:55:03 requests==2.6.0 11:55:03 requests-kerberos==0.7.0 11:55:03 rpkg==1.60 11:55:03 schedutils==0.4 11:55:03 seobject==0.1 11:55:03 sepolicy==1.1 11:55:03 six==1.9.0 11:55:03 smmap==0.9.0 11:55:03 urlgrabber==3.10 11:55:03 urllib3==1.10.2 11:55:03 virtualenv==15.1.0 11:55:03 yum-langpacks==0.4.2 11:55:03 yum-metadata-parser==1.1.4 [Pipeline] echo 11:55:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:55:03 ---> sudo-logs.sh 11:55:03 Archiving 'sudo' log.. [Pipeline] echo 11:55:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:55:04 ---> job-cost.sh 11:55:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Dt4i 11:55:14 Cache entry deserialization failed, entry ignored 11:55:14 Cache entry deserialization failed, entry ignored 11:55:14 Cache entry deserialization failed, entry ignored 11:55:14 Cache entry deserialization failed, entry ignored 11:55:14 Cache entry deserialization failed, entry ignored 11:55:14 Cache entry deserialization failed, entry ignored 11:55:14 Cache entry deserialization failed, entry ignored 11:55:14 Cache entry deserialization failed, entry ignored 11:55:14 Cache entry deserialization failed, entry ignored 11:55:14 Cache entry deserialization failed, entry ignored 11:55:14 Cache entry deserialization failed, entry ignored 11:55:15 Cache entry deserialization failed, entry ignored 11:55:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:55:49 lf-activate-venv(): INFO: Adding /tmp/venv-Dt4i/bin to PATH 11:55:49 INFO: No Stack... 11:55:49 INFO: Retrieving Pricing Info for: v1-standard-2 11:55:49 INFO: Archiving Costs [Pipeline] echo 11:55:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:55:50 ---> logs-deploy.sh 11:55:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2735/8 11:55:50 INFO: archiving workspace using pattern(s): 11:55:51 Archives upload complete. 11:55:51 INFO: archiving logs to Nexus 11:55:52 ---> uname -a: 11:55:52 Linux prd-centos7-docker-4c-2g-3457.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 11:55:52 11:55:52 11:55:52 ---> lscpu: 11:55:52 Architecture: x86_64 11:55:52 CPU op-mode(s): 32-bit, 64-bit 11:55:52 Byte Order: Little Endian 11:55:52 CPU(s): 4 11:55:52 On-line CPU(s) list: 0-3 11:55:52 Thread(s) per core: 1 11:55:52 Core(s) per socket: 1 11:55:52 Socket(s): 4 11:55:52 NUMA node(s): 1 11:55:52 Vendor ID: GenuineIntel 11:55:52 CPU family: 6 11:55:52 Model: 44 11:55:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:55:52 Stepping: 1 11:55:52 CPU MHz: 2933.442 11:55:52 BogoMIPS: 5866.88 11:55:52 Virtualization: VT-x 11:55:52 Hypervisor vendor: KVM 11:55:52 Virtualization type: full 11:55:52 L1d cache: 32K 11:55:52 L1i cache: 32K 11:55:52 L2 cache: 4096K 11:55:52 L3 cache: 16384K 11:55:52 NUMA node0 CPU(s): 0-3 11:55:52 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 11:55:52 11:55:52 11:55:52 ---> nproc: 11:55:52 4 11:55:52 11:55:52 11:55:52 ---> df -h: 11:55:52 Filesystem Size Used Avail Use% Mounted on 11:55:52 devtmpfs 887M 0 887M 0% /dev 11:55:52 tmpfs 919M 0 919M 0% /dev/shm 11:55:52 tmpfs 919M 17M 903M 2% /run 11:55:52 tmpfs 919M 0 919M 0% /sys/fs/cgroup 11:55:52 /dev/vda1 50G 8.6G 42G 18% / 11:55:52 tmpfs 184M 0 184M 0% /run/user/1001 11:55:52 11:55:52 11:55:52 ---> free -m: 11:55:52 total used free shared buff/cache available 11:55:52 Mem: 1837 629 75 16 1131 1008 11:55:52 Swap: 1023 3 1020 11:55:52 11:55:52 11:55:52 ---> ip addr: 11:55:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 11:55:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:55:52 inet 127.0.0.1/8 scope host lo 11:55:52 valid_lft forever preferred_lft forever 11:55:52 inet6 ::1/128 scope host 11:55:52 valid_lft forever preferred_lft forever 11:55:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 11:55:52 link/ether fa:16:3e:28:38:40 brd ff:ff:ff:ff:ff:ff 11:55:52 inet 10.30.122.194/23 brd 10.30.123.255 scope global dynamic eth0 11:55:52 valid_lft 85800sec preferred_lft 85800sec 11:55:52 inet6 fe80::f816:3eff:fe28:3840/64 scope link 11:55:52 valid_lft forever preferred_lft forever 11:55:52 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 11:55:52 link/ether 02:42:40:14:92:25 brd ff:ff:ff:ff:ff:ff 11:55:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:55:52 valid_lft forever preferred_lft forever 11:55:52 inet6 fe80::42:40ff:fe14:9225/64 scope link 11:55:52 valid_lft forever preferred_lft forever 11:55:52 11:55:52 11:55:52 ---> sar -b -r -n DEV: 11:55:52 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/05/2020 _x86_64_ (4 CPU) 11:55:52 11:55:52 11:45:36 AM LINUX RESTART 11:55:52 11:55:52 11:46:01 AM tps rtps wtps bread/s bwrtn/s 11:55:52 11:47:01 AM 140.47 42.58 97.89 7894.52 50692.96 11:55:52 11:48:01 AM 220.20 80.98 139.22 6223.60 56730.14 11:55:52 11:49:02 AM 302.97 152.35 150.62 7326.71 18825.81 11:55:52 11:50:01 AM 22.17 5.98 16.19 612.36 1050.08 11:55:52 11:51:01 AM 3.61 0.02 3.60 3.73 122.52 11:55:52 11:52:01 AM 0.48 0.23 0.25 90.09 2.98 11:55:52 11:53:01 AM 0.43 0.12 0.32 74.90 3.35 11:55:52 11:54:01 AM 66.58 58.13 8.44 4934.15 927.46 11:55:52 11:55:01 AM 110.29 18.86 91.43 1203.33 13385.31 11:55:52 Average: 96.56 40.01 56.55 3157.78 15782.63 11:55:52 11:55:52 11:46:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:55:52 11:47:01 AM 69408 1812148 96.31 2620 1092124 1441696 49.20 651300 997616 24 11:55:52 11:48:01 AM 122248 1759308 93.50 1492 1074592 1528792 52.17 664716 894292 920 11:55:52 11:49:02 AM 368248 1513308 80.43 612 778896 1529480 52.20 619428 655200 29996 11:55:52 11:50:01 AM 569048 1312508 69.76 612 660496 1105128 37.72 531504 554872 8 11:55:52 11:51:01 AM 576312 1305244 69.37 612 660612 1072972 36.62 530148 552732 12 11:55:52 11:52:01 AM 569496 1312060 69.73 612 663308 1073044 36.62 543760 545864 8 11:55:52 11:53:01 AM 568020 1313536 69.81 612 665556 1072972 36.62 551428 540088 16 11:55:52 11:54:01 AM 269292 1612264 85.69 612 870112 1160852 39.62 672352 711364 38040 11:55:52 11:55:01 AM 165292 1716264 91.22 516 1016636 1070084 36.52 578792 861944 13848 11:55:52 Average: 364152 1517404 80.65 922 831370 1228336 41.92 593714 701552 9208 11:55:52 11:55:52 11:46:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 11:55:52 11:47:01 AM eth0 1273.83 1369.69 6293.76 178.87 0.00 0.00 0.00 11:55:52 11:47:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:47:01 AM veth2e79efc 756.92 534.14 74.10 2644.72 0.00 0.00 0.00 11:55:52 11:47:01 AM docker0 756.92 534.01 63.76 2644.70 0.00 0.00 0.00 11:55:52 11:48:01 AM veth01888ab 16.38 17.02 1.59 13.36 0.00 0.00 0.00 11:55:52 11:48:01 AM eth0 2816.77 2452.21 10826.78 2983.34 0.00 0.00 0.00 11:55:52 11:48:01 AM lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 11:55:52 11:48:01 AM docker0 51.31 84.21 3.29 373.87 0.00 0.00 0.00 11:55:52 11:49:02 AM eth0 115.74 85.24 485.44 19.83 0.00 0.00 0.00 11:55:52 11:49:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:49:02 AM vetheb283a0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 11:55:52 11:49:02 AM docker0 64.87 80.67 5.13 453.73 0.00 0.00 0.00 11:55:52 11:50:01 AM eth0 7.08 4.27 6.72 2.20 0.00 0.00 0.00 11:55:52 11:50:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:50:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:51:01 AM eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 11:55:52 11:51:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:51:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:52:01 AM eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 11:55:52 11:52:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:52:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:53:01 AM eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 11:55:52 11:53:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:53:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:54:01 AM eth0 71.62 60.88 369.31 55.00 0.00 0.00 0.00 11:55:52 11:54:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:54:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:55:01 AM eth0 51.50 37.93 499.67 4.74 0.00 0.00 0.00 11:55:52 11:55:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 11:55:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 Average: eth0 339.24 293.11 1352.52 341.24 0.00 0.00 0.00 11:55:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:55:52 Average: docker0 97.21 77.82 8.04 386.65 0.00 0.00 0.00 11:55:52 11:55:52 11:55:52 ---> sar -P ALL: 11:55:52 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/05/2020 _x86_64_ (4 CPU) 11:55:52 11:55:52 11:45:36 AM LINUX RESTART 11:55:52 11:55:52 11:46:01 AM CPU %user %nice %system %iowait %steal %idle 11:55:52 11:47:01 AM all 19.68 0.00 7.05 6.68 0.08 66.51 11:55:52 11:47:01 AM 0 18.82 0.00 8.92 7.12 0.07 65.07 11:55:52 11:47:01 AM 1 25.98 0.00 7.12 5.75 0.10 61.05 11:55:52 11:47:01 AM 2 16.40 0.00 6.69 8.40 0.10 68.41 11:55:52 11:47:01 AM 3 17.51 0.00 5.44 5.44 0.07 71.55 11:55:52 11:48:01 AM all 18.17 0.00 6.51 2.50 0.07 72.74 11:55:52 11:48:01 AM 0 20.45 0.00 8.02 2.66 0.07 68.80 11:55:52 11:48:01 AM 1 18.15 0.00 6.22 1.83 0.05 73.75 11:55:52 11:48:01 AM 2 18.49 0.00 6.12 2.14 0.07 73.19 11:55:52 11:48:01 AM 3 15.63 0.00 5.73 3.38 0.09 75.17 11:55:52 11:49:02 AM all 35.41 0.00 10.02 5.78 0.04 48.75 11:55:52 11:49:02 AM 0 35.44 0.00 10.46 7.33 0.03 46.74 11:55:52 11:49:02 AM 1 35.36 0.00 10.08 5.98 0.03 48.55 11:55:52 11:49:02 AM 2 35.37 0.00 9.94 4.71 0.03 49.94 11:55:52 11:49:02 AM 3 35.44 0.00 9.65 5.15 0.05 49.72 11:55:52 11:50:01 AM all 4.50 0.00 1.09 0.63 0.00 93.78 11:55:52 11:50:01 AM 0 4.12 0.00 1.09 0.77 0.02 94.01 11:55:52 11:50:01 AM 1 4.99 0.00 1.26 0.05 0.00 93.71 11:55:52 11:50:01 AM 2 4.60 0.00 0.92 0.42 0.00 94.06 11:55:52 11:50:01 AM 3 4.33 0.00 1.05 1.26 0.00 93.36 11:55:52 11:51:01 AM all 0.15 0.00 0.03 0.00 0.00 99.80 11:55:52 11:51:01 AM 0 0.03 0.00 0.05 0.00 0.00 99.92 11:55:52 11:51:01 AM 1 0.50 0.00 0.02 0.00 0.00 99.48 11:55:52 11:51:01 AM 2 0.05 0.00 0.02 0.00 0.00 99.93 11:55:52 11:51:01 AM 3 0.03 0.00 0.03 0.02 0.00 99.92 11:55:52 11:52:01 AM all 0.06 0.00 0.04 0.00 0.00 99.90 11:55:52 11:52:01 AM 0 0.03 0.00 0.00 0.00 0.00 99.97 11:55:52 11:52:01 AM 1 0.08 0.00 0.03 0.00 0.00 99.88 11:55:52 11:52:01 AM 2 0.05 0.00 0.03 0.02 0.00 99.90 11:55:52 11:52:01 AM 3 0.07 0.00 0.07 0.00 0.00 99.87 11:55:52 11:53:01 AM all 0.03 0.00 0.03 0.00 0.00 99.93 11:55:52 11:53:01 AM 0 0.00 0.00 0.02 0.00 0.00 99.98 11:55:52 11:53:01 AM 1 0.05 0.00 0.03 0.00 0.00 99.92 11:55:52 11:53:01 AM 2 0.05 0.00 0.03 0.00 0.00 99.92 11:55:52 11:53:01 AM 3 0.03 0.00 0.05 0.02 0.00 99.90 11:55:52 11:54:01 AM all 7.17 0.00 0.91 1.26 0.00 90.65 11:55:52 11:54:01 AM 0 11.65 0.00 1.24 0.38 0.00 86.73 11:55:52 11:54:01 AM 1 7.07 0.00 0.80 0.68 0.02 91.43 11:55:52 11:54:01 AM 2 6.50 0.00 0.75 0.58 0.00 92.17 11:55:52 11:54:01 AM 3 3.46 0.00 0.87 3.41 0.00 92.27 11:55:52 11:55:01 AM all 16.29 0.00 2.51 2.31 0.01 78.88 11:55:52 11:55:01 AM 0 31.69 0.00 3.17 2.76 0.02 62.37 11:55:52 11:55:01 AM 1 6.31 0.00 1.70 2.74 0.00 89.25 11:55:52 11:55:01 AM 2 16.84 0.00 3.02 2.64 0.02 77.47 11:55:52 11:55:01 AM 3 10.37 0.00 2.17 1.09 0.02 86.36 11:55:52 Average: all 11.21 0.00 3.11 2.12 0.02 83.53 11:55:52 Average: 0 13.52 0.00 3.63 2.32 0.02 80.51 11:55:52 Average: 1 10.89 0.00 3.01 1.88 0.02 84.19 11:55:52 Average: 2 10.87 0.00 3.04 2.09 0.02 83.97 11:55:52 Average: 3 9.58 0.00 2.76 2.18 0.02 85.45 11:55:52 11:55:52 11:55:52