Pull request #553 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c6fdefe57a38743562649b5f3c09d5f7ca6661be+863bffad2e6c15bb3b98a374c2517534f95a65b1 (8e4fa66a05e9d9e6a6adcaafb209f4e8a73077e1) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-7617 in /w/workspace/ndry_app-functions-sdk-go_PR-553 [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-553 # 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 Merging remotes/origin/master commit 863bffad2e6c15bb3b98a374c2517534f95a65b1 into PR head commit c6fdefe57a38743562649b5f3c09d5f7ca6661be > 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/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing c6fdefe57a38743562649b5f3c09d5f7ca6661be Checking out Revision c6fdefe57a38743562649b5f3c09d5f7ca6661be (PR-553) > git checkout -f c6fdefe57a38743562649b5f3c09d5f7ca6661be # 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 863bffad2e6c15bb3b98a374c2517534f95a65b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c6fdefe57a38743562649b5f3c09d5f7ca6661be # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-22T00:29:32.907Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T00:29:33.199Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T00:29:33.307Z] ========================================================= [2020-10-22T00:29:33.307Z] EdgeX Global Pipelines Version Info [2020-10-22T00:29:33.307Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 32c023441326f3fe7449b373364bac75611e547f # timeout=10 [2020-10-22T00:29:35.878Z] ------------------- [2020-10-22T00:29:35.878Z] stable info: [2020-10-22T00:29:35.878Z] ------------------- [2020-10-22T00:29:35.878Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T00:29:35.878Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T00:29:35.878Z] Message: update stable to v1.0.144 [2020-10-22T00:29:36.933Z] ------------------- [2020-10-22T00:29:36.933Z] experimental info: [2020-10-22T00:29:36.933Z] ------------------- [2020-10-22T00:29:36.933Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T00:29:36.933Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T00:29:36.933Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-22T00:29:37.396Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-10-22T00:29:37.495Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-10-22T00:29:37.628Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T00:29:37.743Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T00:29:37.840Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T00:29:37.943Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T00:29:38.048Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T00:29:38.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T00:29:38.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-22T00:29:38.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T00:29:38.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T00:29:38.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-10-22T00:29:38.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T00:29:38.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T00:29:39.023Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T00:29:39.131Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T00:29:39.232Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T00:29:39.336Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T00:29:39.463Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T00:29:39.582Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-22T00:29:39.703Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T00:29:39.826Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-10-22T00:29:39.961Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-22T00:29:40.096Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-22T00:29:40.210Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-22T00:29:40.354Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-553 [Pipeline] echo [2020-10-22T00:29:40.490Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-553 [Pipeline] echo [2020-10-22T00:29:40.670Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-553 [Pipeline] echo [2020-10-22T00:29:40.827Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c6fdefe57a38743562649b5f3c09d5f7ca6661be [Pipeline] echo [2020-10-22T00:29:40.964Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c6fdefe [Pipeline] echo [2020-10-22T00:29:41.225Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-22T00:29:42.016Z] + git log --format=format:%s -1 c6fdefe57a38743562649b5f3c09d5f7ca6661be [Pipeline] echo [2020-10-22T00:29:42.201Z] GIT_COMMIT: c6fdefe57a38743562649b5f3c09d5f7ca6661be, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets [Pipeline] echo [2020-10-22T00:29:42.252Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:29:43.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T00:29:44.269Z] [2020-10-22T00:29:44.269Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:29:44.727Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T00:29:44.727Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T00:29:44.727Z] 31603596830f: Pulling fs layer [2020-10-22T00:29:44.727Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T00:29:44.727Z] 6ca5941a6612: Pulling fs layer [2020-10-22T00:29:44.727Z] ecc8261a40a4: Pulling fs layer [2020-10-22T00:29:44.727Z] ecc8261a40a4: Waiting [2020-10-22T00:29:44.727Z] 2a8b12db71e7: Verifying Checksum [2020-10-22T00:29:44.727Z] 2a8b12db71e7: Download complete [2020-10-22T00:29:45.043Z] 31603596830f: Verifying Checksum [2020-10-22T00:29:45.043Z] 31603596830f: Download complete [2020-10-22T00:29:45.317Z] ecc8261a40a4: Verifying Checksum [2020-10-22T00:29:45.317Z] ecc8261a40a4: Download complete [2020-10-22T00:29:45.317Z] 6ca5941a6612: Verifying Checksum [2020-10-22T00:29:45.317Z] 6ca5941a6612: Download complete [2020-10-22T00:29:45.589Z] 31603596830f: Pull complete [2020-10-22T00:29:45.869Z] 2a8b12db71e7: Pull complete [2020-10-22T00:29:47.314Z] 6ca5941a6612: Pull complete [2020-10-22T00:29:47.595Z] ecc8261a40a4: Pull complete [2020-10-22T00:29:47.595Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T00:29:47.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T00:29:47.595Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T00:29:47.868Z] prd-centos7-docker-4c-2g-7617 does not seem to be running inside a container [2020-10-22T00:29:48.081Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-553 -v /w/workspace/ndry_app-functions-sdk-go_PR-553:/w/workspace/ndry_app-functions-sdk-go_PR-553:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-553@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-553@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-22T00:29:50.693Z] $ docker top 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T00:29:51.131Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T00:29:51.131Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T00:29:51.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T00:29:51.733Z] $ docker exec 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 ssh-agent [2020-10-22T00:29:52.217Z] SSH_AUTH_SOCK=/tmp/ssh-tuaaFJxvwoI5/agent.11 [2020-10-22T00:29:52.217Z] SSH_AGENT_PID=16 [2020-10-22T00:29:52.311Z] Running ssh-add (command line suppressed) [2020-10-22T00:29:52.799Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-553@tmp/private_key_7306681431384737705.key (/w/workspace/ndry_app-functions-sdk-go_PR-553@tmp/private_key_7306681431384737705.key) [2020-10-22T00:29:52.949Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T00:29:53.777Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T00:29:53.835Z] $ docker exec --env ******** --env ******** 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 ssh-agent -k [2020-10-22T00:29:54.135Z] unset SSH_AUTH_SOCK; [2020-10-22T00:29:54.136Z] unset SSH_AGENT_PID; [2020-10-22T00:29:54.136Z] echo Agent pid 16 killed; [2020-10-22T00:29:54.265Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T00:29:54.406Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T00:29:54.406Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T00:29:54.681Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T00:29:54.711Z] $ docker exec 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 ssh-agent [2020-10-22T00:29:54.979Z] SSH_AUTH_SOCK=/tmp/ssh-wPQ5iBGVnAMm/agent.45 [2020-10-22T00:29:54.979Z] SSH_AGENT_PID=50 [2020-10-22T00:29:55.010Z] Running ssh-add (command line suppressed) [2020-10-22T00:29:55.211Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-553@tmp/private_key_4875761378463554367.key (/w/workspace/ndry_app-functions-sdk-go_PR-553@tmp/private_key_4875761378463554367.key) [2020-10-22T00:29:55.280Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T00:29:55.635Z] + git semver init [2020-10-22T00:29:55.635Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T00:29:55.635Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-553/.git [2020-10-22T00:29:55.635Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-553 [2020-10-22T00:29:55.635Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T00:29:55.635Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T00:29:55.635Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T00:29:55.635Z] # $SEMVER_BRANCH = PR-553 [2020-10-22T00:29:55.635Z] # $SEMVER_TEMP = /tmp/semver-160140791 [2020-10-22T00:29:55.635Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-10-22T00:30:03.548Z] # '/tmp/semver-160140791' -> '/w/workspace/ndry_app-functions-sdk-go_PR-553/.semver' [2020-10-22T00:30:03.548Z] # -> Force: false [2020-10-22T00:30:03.548Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-553/.semver [Pipeline] } [2020-10-22T00:30:03.575Z] $ docker exec --env ******** --env ******** 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 ssh-agent -k [2020-10-22T00:30:03.854Z] unset SSH_AUTH_SOCK; [2020-10-22T00:30:03.864Z] unset SSH_AGENT_PID; [2020-10-22T00:30:03.865Z] echo Agent pid 50 killed; [2020-10-22T00:30:03.986Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T00:30:04.926Z] + git semver [Pipeline] } [2020-10-22T00:30:04.968Z] $ docker stop --time=1 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 [2020-10-22T00:30:06.725Z] $ docker rm -f 6a72965cbc2e8b5ff37379245ad010ad25e9f4e57a93793bec0a47965121a028 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T00:30:07.471Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T00:30:09.247Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T00:30:09.251Z] [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 [2020-10-22T00:30:24.995Z] Still waiting to schedule task [2020-10-22T00:30:24.995Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-22T00:30:25.000Z] Still waiting to schedule task [2020-10-22T00:30:25.000Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-22T00:33:08.533Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7636 in /w/workspace/ndry_app-functions-sdk-go_PR-553 [Pipeline] { [Pipeline] ws [2020-10-22T00:33:08.589Z] Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-10-22T00:33:13.882Z] using credential edgex-jenkins-ssh [2020-10-22T00:33:13.946Z] Cloning the remote Git repository [2020-10-22T00:33:14.021Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-22T00:33:14.143Z] > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 [2020-10-22T00:33:14.226Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-22T00:33:14.228Z] > git --version # timeout=10 [2020-10-22T00:33:14.247Z] > git --version # 'git version 2.17.1' [2020-10-22T00:33:14.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:33:14.302Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:33:17.258Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-22T00:33:17.279Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:33:17.315Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-22T00:33:17.352Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-22T00:33:17.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:33:17.365Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T00:33:17.880Z] Merging remotes/origin/master commit 863bffad2e6c15bb3b98a374c2517534f95a65b1 into PR head commit c6fdefe57a38743562649b5f3c09d5f7ca6661be [2020-10-22T00:33:18.110Z] Merge succeeded, producing c6fdefe57a38743562649b5f3c09d5f7ca6661be [2020-10-22T00:33:18.111Z] Checking out Revision c6fdefe57a38743562649b5f3c09d5f7ca6661be (PR-553) [2020-10-22T00:33:17.901Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:33:17.913Z] > git checkout -f c6fdefe57a38743562649b5f3c09d5f7ca6661be # timeout=10 [2020-10-22T00:33:18.023Z] > git remote # timeout=10 [2020-10-22T00:33:18.042Z] > git config --get remote.origin.url # timeout=10 [2020-10-22T00:33:18.065Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:33:18.075Z] > git merge 863bffad2e6c15bb3b98a374c2517534f95a65b1 # timeout=10 [2020-10-22T00:33:18.100Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-22T00:33:18.121Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:33:18.166Z] > git checkout -f c6fdefe57a38743562649b5f3c09d5f7ca6661be # timeout=10 [2020-10-22T00:33:22.559Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T00:33:23.613Z] ========================================================= [2020-10-22T00:33:23.613Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-22T00:33:23.613Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:33:24.639Z] + 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 . [2020-10-22T00:33:25.634Z] Sending build context to Docker daemon 19.14MB [2020-10-22T00:33:25.634Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-22T00:33:25.634Z] Step 2/8 : FROM ${BASE} [2020-10-22T00:33:25.912Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-22T00:33:25.912Z] b538f80385f9: Pulling fs layer [2020-10-22T00:33:25.912Z] 74f711af9a0d: Pulling fs layer [2020-10-22T00:33:25.912Z] 99f96fe45779: Pulling fs layer [2020-10-22T00:33:25.912Z] 8529a6b9a6be: Pulling fs layer [2020-10-22T00:33:25.912Z] 45590311c82a: Pulling fs layer [2020-10-22T00:33:25.912Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-22T00:33:25.912Z] 209524e5b208: Pulling fs layer [2020-10-22T00:33:25.912Z] 45590311c82a: Waiting [2020-10-22T00:33:25.912Z] 69ca0ff8b7b3: Waiting [2020-10-22T00:33:25.912Z] 209524e5b208: Waiting [2020-10-22T00:33:25.912Z] 99f96fe45779: Verifying Checksum [2020-10-22T00:33:25.912Z] 99f96fe45779: Download complete [2020-10-22T00:33:25.912Z] 74f711af9a0d: Download complete [2020-10-22T00:33:26.186Z] 45590311c82a: Verifying Checksum [2020-10-22T00:33:26.186Z] 45590311c82a: Download complete [2020-10-22T00:33:26.186Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-22T00:33:26.186Z] 69ca0ff8b7b3: Download complete [2020-10-22T00:33:26.798Z] b538f80385f9: Download complete [2020-10-22T00:33:27.405Z] b538f80385f9: Pull complete [2020-10-22T00:33:28.011Z] 74f711af9a0d: Pull complete [2020-10-22T00:33:28.289Z] 99f96fe45779: Pull complete [2020-10-22T00:33:31.055Z] 209524e5b208: Verifying Checksum [2020-10-22T00:33:31.055Z] 209524e5b208: Download complete [2020-10-22T00:33:31.670Z] 8529a6b9a6be: Download complete [2020-10-22T00:33:41.836Z] 8529a6b9a6be: Pull complete [2020-10-22T00:33:41.836Z] 45590311c82a: Pull complete [2020-10-22T00:33:41.836Z] 69ca0ff8b7b3: Pull complete [2020-10-22T00:33:46.204Z] 209524e5b208: Pull complete [2020-10-22T00:33:46.204Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-22T00:33:46.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-22T00:33:46.204Z] ---> 5bddaf1c2fca [2020-10-22T00:33:46.204Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T00:33:46.204Z] latest: Pulling from library/docker [2020-10-22T00:33:46.204Z] b538f80385f9: Already exists [2020-10-22T00:33:46.204Z] 259a493cd78d: Pulling fs layer [2020-10-22T00:33:46.204Z] b8e66b5100f5: Pulling fs layer [2020-10-22T00:33:46.204Z] 203964748c9f: Pulling fs layer [2020-10-22T00:33:46.204Z] d6fc4445224b: Pulling fs layer [2020-10-22T00:33:46.204Z] 5ea39d09386c: Pulling fs layer [2020-10-22T00:33:46.204Z] 78a785fe32a7: Pulling fs layer [2020-10-22T00:33:46.204Z] d6fc4445224b: Waiting [2020-10-22T00:33:46.204Z] 5ea39d09386c: Waiting [2020-10-22T00:33:46.204Z] 78a785fe32a7: Waiting [2020-10-22T00:33:46.480Z] b8e66b5100f5: Verifying Checksum [2020-10-22T00:33:46.480Z] b8e66b5100f5: Download complete [2020-10-22T00:33:46.480Z] 259a493cd78d: Verifying Checksum [2020-10-22T00:33:46.480Z] 259a493cd78d: Download complete [2020-10-22T00:33:46.480Z] d6fc4445224b: Verifying Checksum [2020-10-22T00:33:46.480Z] d6fc4445224b: Download complete [2020-10-22T00:33:46.480Z] 5ea39d09386c: Verifying Checksum [2020-10-22T00:33:46.480Z] 5ea39d09386c: Download complete [2020-10-22T00:33:46.759Z] 78a785fe32a7: Verifying Checksum [2020-10-22T00:33:46.759Z] 78a785fe32a7: Download complete [2020-10-22T00:33:47.037Z] 259a493cd78d: Pull complete [2020-10-22T00:33:47.636Z] b8e66b5100f5: Pull complete [2020-10-22T00:33:47.636Z] 203964748c9f: Verifying Checksum [2020-10-22T00:33:47.636Z] 203964748c9f: Download complete [2020-10-22T00:33:51.052Z] 203964748c9f: Pull complete [2020-10-22T00:33:51.329Z] d6fc4445224b: Pull complete [2020-10-22T00:33:51.608Z] 5ea39d09386c: Pull complete [2020-10-22T00:33:51.885Z] 78a785fe32a7: Pull complete [2020-10-22T00:33:52.162Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-22T00:33:52.162Z] Status: Downloaded newer image for docker:latest [2020-10-22T00:33:57.585Z] ---> 1b7e200220bc [2020-10-22T00:33:57.585Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-22T00:33:57.856Z] ---> Running in edc025a98841 [2020-10-22T00:33:58.131Z] Removing intermediate container edc025a98841 [2020-10-22T00:33:58.131Z] ---> 8882749f586f [2020-10-22T00:33:58.131Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-22T00:33:58.401Z] ---> Running in 21c8528ddbe2 [2020-10-22T00:33:58.516Z] Running on prd-centos7-docker-4c-2g-7634 in /w/workspace/ndry_app-functions-sdk-go_PR-553 [Pipeline] { [Pipeline] ws [2020-10-22T00:33:58.573Z] Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-10-22T00:33:59.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:34:03.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:34:06.738Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-22T00:34:06.738Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-22T00:34:07.329Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-22T00:34:07.329Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-22T00:34:07.329Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-22T00:34:07.602Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:34:07.602Z] OK: 144 MiB in 44 packages [2020-10-22T00:34:09.044Z] Removing intermediate container 21c8528ddbe2 [2020-10-22T00:34:09.044Z] ---> 5a7c53872e55 [2020-10-22T00:34:09.044Z] Step 6/8 : WORKDIR /build [2020-10-22T00:34:09.044Z] ---> Running in cb43450cafbb [2020-10-22T00:34:09.330Z] Removing intermediate container cb43450cafbb [2020-10-22T00:34:09.330Z] ---> 9e2c54243744 [2020-10-22T00:34:09.330Z] Step 7/8 : COPY go.mod . [2020-10-22T00:34:09.926Z] ---> 817f2b4a9208 [2020-10-22T00:34:09.926Z] Step 8/8 : RUN go mod download [2020-10-22T00:34:10.205Z] ---> Running in cf23cf1a56c6 [2020-10-22T00:34:15.440Z] using credential edgex-jenkins-ssh [2020-10-22T00:34:15.510Z] Cloning the remote Git repository [2020-10-22T00:34:15.568Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-22T00:34:15.713Z] > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 [2020-10-22T00:34:15.869Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-22T00:34:15.870Z] > git --version # timeout=10 [2020-10-22T00:34:15.896Z] > git --version # 'git version 2.16.5' [2020-10-22T00:34:15.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:34:16.053Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:34:23.616Z] Merging remotes/origin/master commit 863bffad2e6c15bb3b98a374c2517534f95a65b1 into PR head commit c6fdefe57a38743562649b5f3c09d5f7ca6661be [2020-10-22T00:34:23.991Z] Merge succeeded, producing c6fdefe57a38743562649b5f3c09d5f7ca6661be [2020-10-22T00:34:23.991Z] Checking out Revision c6fdefe57a38743562649b5f3c09d5f7ca6661be (PR-553) [2020-10-22T00:34:22.774Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-22T00:34:22.788Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:34:22.846Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-10-22T00:34:23.063Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-10-22T00:34:23.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:34:23.091Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/553/head:refs/remotes/origin/PR-553 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T00:34:23.632Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:34:23.675Z] > git checkout -f c6fdefe57a38743562649b5f3c09d5f7ca6661be # timeout=10 [2020-10-22T00:34:23.807Z] > git remote # timeout=10 [2020-10-22T00:34:23.850Z] > git config --get remote.origin.url # timeout=10 [2020-10-22T00:34:23.881Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:34:23.897Z] > git merge 863bffad2e6c15bb3b98a374c2517534f95a65b1 # timeout=10 [2020-10-22T00:34:23.963Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-22T00:34:24.000Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:34:24.013Z] > git checkout -f c6fdefe57a38743562649b5f3c09d5f7ca6661be # timeout=10 [2020-10-22T00:34:28.491Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T00:34:29.616Z] ========================================================= [2020-10-22T00:34:29.616Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T00:34:29.616Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:34:31.080Z] + 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 . [2020-10-22T00:34:32.529Z] Sending build context to Docker daemon 19.14MB [2020-10-22T00:34:32.529Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-22T00:34:32.529Z] Step 2/8 : FROM ${BASE} [2020-10-22T00:34:32.529Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T00:34:32.529Z] df20fa9351a1: Pulling fs layer [2020-10-22T00:34:32.529Z] ed8968b2872e: Pulling fs layer [2020-10-22T00:34:32.529Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T00:34:32.529Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T00:34:32.529Z] e73272ec9a57: Pulling fs layer [2020-10-22T00:34:32.529Z] 1e910a182e73: Pulling fs layer [2020-10-22T00:34:32.529Z] 4e634b169226: Pulling fs layer [2020-10-22T00:34:32.529Z] 1e910a182e73: Waiting [2020-10-22T00:34:32.529Z] 4e634b169226: Waiting [2020-10-22T00:34:32.529Z] e871e8e8d7a9: Waiting [2020-10-22T00:34:32.529Z] e73272ec9a57: Waiting [2020-10-22T00:34:32.529Z] a92cc7c5fd73: Verifying Checksum [2020-10-22T00:34:32.529Z] a92cc7c5fd73: Download complete [2020-10-22T00:34:32.529Z] ed8968b2872e: Verifying Checksum [2020-10-22T00:34:32.529Z] ed8968b2872e: Download complete [2020-10-22T00:34:32.529Z] e73272ec9a57: Verifying Checksum [2020-10-22T00:34:32.529Z] e73272ec9a57: Download complete [2020-10-22T00:34:33.116Z] 1e910a182e73: Verifying Checksum [2020-10-22T00:34:33.116Z] 1e910a182e73: Download complete [2020-10-22T00:34:33.450Z] df20fa9351a1: Verifying Checksum [2020-10-22T00:34:33.450Z] df20fa9351a1: Download complete [2020-10-22T00:34:34.227Z] df20fa9351a1: Pull complete [2020-10-22T00:34:35.029Z] ed8968b2872e: Pull complete [2020-10-22T00:34:35.353Z] a92cc7c5fd73: Pull complete [2020-10-22T00:34:37.006Z] Removing intermediate container cf23cf1a56c6 [2020-10-22T00:34:37.006Z] ---> 7fda1a925416 [2020-10-22T00:34:37.006Z] Successfully built 7fda1a925416 [2020-10-22T00:34:37.006Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:34:37.438Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T00:34:37.438Z] . [Pipeline] withDockerContainer [2020-10-22T00:34:37.718Z] prd-ubuntu18.04-docker-arm64-4c-16g-7636 does not seem to be running inside a container [2020-10-22T00:34:37.813Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@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 ******** ci-base-image-arm64 cat [2020-10-22T00:34:39.612Z] $ docker top 75400596a9bfbafcc2a688fff3ef7f55361d3b537598abc58c41553570055dd4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:34:41.036Z] + go version [2020-10-22T00:34:41.036Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-22T00:34:41.066Z] $ docker stop --time=1 75400596a9bfbafcc2a688fff3ef7f55361d3b537598abc58c41553570055dd4 [2020-10-22T00:34:43.055Z] $ docker rm -f 75400596a9bfbafcc2a688fff3ef7f55361d3b537598abc58c41553570055dd4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:34:44.118Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T00:34:44.118Z] . [Pipeline] withDockerContainer [2020-10-22T00:34:44.390Z] prd-ubuntu18.04-docker-arm64-4c-16g-7636 does not seem to be running inside a container [2020-10-22T00:34:44.457Z] 4e634b169226: Verifying Checksum [2020-10-22T00:34:44.458Z] 4e634b169226: Download complete [2020-10-22T00:34:44.485Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@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 ******** ci-base-image-arm64 cat [2020-10-22T00:34:45.538Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T00:34:45.538Z] e871e8e8d7a9: Download complete [2020-10-22T00:34:46.337Z] $ docker top c0c3c02100ca965e38305129ba278768e8a59032b3c20e8da4aa310ea22646a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:34:47.736Z] + make test [2020-10-22T00:34:47.736Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-22T00:34:49.184Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-10-22T00:34:58.480Z] e871e8e8d7a9: Pull complete [2020-10-22T00:34:58.480Z] e73272ec9a57: Pull complete [2020-10-22T00:34:58.480Z] 1e910a182e73: Pull complete [2020-10-22T00:35:05.403Z] 4e634b169226: Pull complete [2020-10-22T00:35:05.403Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T00:35:05.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T00:35:05.403Z] ---> f7629b54cfaa [2020-10-22T00:35:05.403Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T00:35:05.403Z] latest: Pulling from library/docker [2020-10-22T00:35:05.769Z] df20fa9351a1: Already exists [2020-10-22T00:35:05.769Z] 25ad7478873d: Pulling fs layer [2020-10-22T00:35:05.769Z] 4684f6177b5d: Pulling fs layer [2020-10-22T00:35:05.769Z] 206f78d23536: Pulling fs layer [2020-10-22T00:35:05.769Z] cee0542293f3: Pulling fs layer [2020-10-22T00:35:05.769Z] d951dd9fd09f: Pulling fs layer [2020-10-22T00:35:05.769Z] dce9c88c04bd: Pulling fs layer [2020-10-22T00:35:05.769Z] d951dd9fd09f: Waiting [2020-10-22T00:35:05.769Z] dce9c88c04bd: Waiting [2020-10-22T00:35:05.769Z] cee0542293f3: Waiting [2020-10-22T00:35:05.769Z] 4684f6177b5d: Verifying Checksum [2020-10-22T00:35:05.769Z] 4684f6177b5d: Download complete [2020-10-22T00:35:06.165Z] 25ad7478873d: Verifying Checksum [2020-10-22T00:35:06.165Z] 25ad7478873d: Download complete [2020-10-22T00:35:06.165Z] cee0542293f3: Verifying Checksum [2020-10-22T00:35:06.165Z] cee0542293f3: Download complete [2020-10-22T00:35:06.652Z] d951dd9fd09f: Verifying Checksum [2020-10-22T00:35:06.652Z] d951dd9fd09f: Download complete [2020-10-22T00:35:06.652Z] dce9c88c04bd: Verifying Checksum [2020-10-22T00:35:06.652Z] dce9c88c04bd: Download complete [2020-10-22T00:35:07.203Z] 25ad7478873d: Pull complete [2020-10-22T00:35:07.203Z] 4684f6177b5d: Pull complete [2020-10-22T00:35:09.141Z] 206f78d23536: Verifying Checksum [2020-10-22T00:35:09.141Z] 206f78d23536: Download complete [2020-10-22T00:35:16.037Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.047s coverage: 86.2% of statements [2020-10-22T00:35:16.597Z] 206f78d23536: Pull complete [2020-10-22T00:35:16.597Z] cee0542293f3: Pull complete [2020-10-22T00:35:16.597Z] d951dd9fd09f: Pull complete [2020-10-22T00:35:16.893Z] dce9c88c04bd: Pull complete [2020-10-22T00:35:16.893Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-22T00:35:16.893Z] Status: Downloaded newer image for docker:latest [2020-10-22T00:35:18.942Z] ---> dfcc5a3c47b5 [2020-10-22T00:35:18.943Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-22T00:35:18.943Z] ---> Running in 5f097c32ac5e [2020-10-22T00:35:19.254Z] Removing intermediate container 5f097c32ac5e [2020-10-22T00:35:19.254Z] ---> b8c066b5a475 [2020-10-22T00:35:19.254Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-10-22T00:35:19.254Z] ---> Running in 5124939854e2 [2020-10-22T00:35:20.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:35:23.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:35:24.687Z] (1/5) Installing libsodium (1.0.18-r0) [2020-10-22T00:35:25.081Z] (2/5) Installing libzmq (4.3.3-r0) [2020-10-22T00:35:25.394Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-10-22T00:35:25.394Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-10-22T00:35:25.394Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-10-22T00:35:25.689Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:35:25.689Z] OK: 167 MiB in 44 packages [2020-10-22T00:35:26.770Z] Removing intermediate container 5124939854e2 [2020-10-22T00:35:26.770Z] ---> 8be915566493 [2020-10-22T00:35:26.770Z] Step 6/8 : WORKDIR /build [2020-10-22T00:35:26.770Z] ---> Running in b0c10fe3bf92 [2020-10-22T00:35:27.146Z] Removing intermediate container b0c10fe3bf92 [2020-10-22T00:35:27.146Z] ---> 724f9bae9fd3 [2020-10-22T00:35:27.146Z] Step 7/8 : COPY go.mod . [2020-10-22T00:35:27.752Z] ---> dd1f920259fd [2020-10-22T00:35:27.752Z] Step 8/8 : RUN go mod download [2020-10-22T00:35:27.752Z] ---> Running in 800cb729d251 [2020-10-22T00:35:55.160Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.063s coverage: 52.0% of statements [2020-10-22T00:35:55.160Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-10-22T00:35:55.160Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-10-22T00:35:55.160Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.131s coverage: 54.7% of statements [2020-10-22T00:35:55.160Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-10-22T00:35:55.160Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.056s coverage: 69.1% of statements [2020-10-22T00:36:00.719Z] Removing intermediate container 800cb729d251 [2020-10-22T00:36:00.719Z] ---> cabb01b27fcd [2020-10-22T00:36:00.719Z] Successfully built cabb01b27fcd [2020-10-22T00:36:00.719Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:36:01.888Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.462s coverage: 61.6% of statements [2020-10-22T00:36:01.888Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.020s coverage: 89.5% of statements [2020-10-22T00:36:01.888Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.015s coverage: 100.0% of statements [2020-10-22T00:36:01.888Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.031s coverage: 100.0% of statements [2020-10-22T00:36:01.888Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.010s coverage: 100.0% of statements [2020-10-22T00:36:01.888Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements [2020-10-22T00:36:01.888Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-10-22T00:36:01.888Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-10-22T00:36:01.888Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-10-22T00:36:01.888Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-10-22T00:36:01.888Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-10-22T00:36:01.888Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-10-22T00:36:01.888Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-10-22T00:36:01.888Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.011s coverage: 96.6% of statements [2020-10-22T00:36:01.888Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-10-22T00:36:01.888Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.023s coverage: 97.7% of statements [2020-10-22T00:36:01.888Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-10-22T00:36:01.888Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-10-22T00:36:01.888Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.037s coverage: 8.8% of statements [2020-10-22T00:36:02.025Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T00:36:02.317Z] . [Pipeline] withDockerContainer [2020-10-22T00:36:02.843Z] prd-centos7-docker-4c-2g-7634 does not seem to be running inside a container [2020-10-22T00:36:02.867Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.935s coverage: 75.0% of statements [2020-10-22T00:36:02.867Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-10-22T00:36:02.867Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.056s coverage: 89.7% of statements [2020-10-22T00:36:02.867Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.036s coverage: 88.9% of statements [2020-10-22T00:36:02.867Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.054s coverage: 80.5% of statements [2020-10-22T00:36:02.867Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.027s coverage: 71.7% of statements [2020-10-22T00:36:03.147Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@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 ******** ci-base-image-x86_64 cat [2020-10-22T00:36:05.361Z] $ docker top 14b5a4bb1ef8e56be980bfe70a80ee6c65d56806305f18119bf29c1245cd3ecc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:36:06.918Z] + go version [2020-10-22T00:36:06.918Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T00:36:06.965Z] $ docker stop --time=1 14b5a4bb1ef8e56be980bfe70a80ee6c65d56806305f18119bf29c1245cd3ecc [2020-10-22T00:36:08.734Z] $ docker rm -f 14b5a4bb1ef8e56be980bfe70a80ee6c65d56806305f18119bf29c1245cd3ecc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:36:09.861Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T00:36:09.861Z] . [Pipeline] withDockerContainer [2020-10-22T00:36:10.221Z] prd-centos7-docker-4c-2g-7634 does not seem to be running inside a container [2020-10-22T00:36:10.365Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@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 ******** ci-base-image-x86_64 cat [2020-10-22T00:36:11.100Z] $ docker top 938ef98bdfc557048beb9b688e25dd6334e25569975a12eb2f669d31e8e5df19 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:36:11.804Z] + make test [2020-10-22T00:36:11.804Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-22T00:36:13.942Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-10-22T00:36:24.373Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.065s coverage: 86.2% of statements [2020-10-22T00:36:29.816Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.065s coverage: 70.8% of statements [2020-10-22T00:36:29.816Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements [2020-10-22T00:36:29.816Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-10-22T00:36:42.251Z] gofmt -l . [2020-10-22T00:36:42.251Z] [ "`gofmt -l .`" = "" ] [2020-10-22T00:36:42.251Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-22T00:36:43.181Z] Stashed 1 file(s) [Pipeline] } [2020-10-22T00:36:43.187Z] $ docker stop --time=1 c0c3c02100ca965e38305129ba278768e8a59032b3c20e8da4aa310ea22646a8 [2020-10-22T00:36:45.294Z] $ docker rm -f c0c3c02100ca965e38305129ba278768e8a59032b3c20e8da4aa310ea22646a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-22T00:36:52.052Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.116s coverage: 52.0% of statements [2020-10-22T00:36:52.052Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-10-22T00:36:52.052Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-10-22T00:36:52.052Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.114s coverage: 54.7% of statements [2020-10-22T00:36:52.052Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-10-22T00:36:52.052Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.155s coverage: 69.1% of statements [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.501s coverage: 61.6% of statements [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.021s coverage: 89.5% of statements [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.042s coverage: 100.0% of statements [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.015s coverage: 100.0% of statements [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.030s coverage: 100.0% of statements [2020-10-22T00:37:05.099Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-10-22T00:37:05.099Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-10-22T00:37:05.099Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-10-22T00:37:05.099Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-10-22T00:37:05.099Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-10-22T00:37:05.099Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-10-22T00:37:05.099Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.025s coverage: 96.6% of statements [2020-10-22T00:37:05.099Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.022s coverage: 97.7% of statements [2020-10-22T00:37:05.099Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-10-22T00:37:05.099Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.085s coverage: 8.8% of statements [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.961s coverage: 75.0% of statements [2020-10-22T00:37:05.099Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.045s coverage: 89.7% of statements [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.027s coverage: 88.9% of statements [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.018s coverage: 80.5% of statements [2020-10-22T00:37:05.099Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.017s coverage: 71.7% of statements [2020-10-22T00:37:27.623Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.093s coverage: 70.8% of statements [2020-10-22T00:37:27.623Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements [2020-10-22T00:37:27.623Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-10-22T00:37:38.363Z] gofmt -l . [2020-10-22T00:37:38.363Z] [ "`gofmt -l .`" = "" ] [2020-10-22T00:37:38.652Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-22T00:37:40.297Z] Warning: overwriting stash ‘coverage-report’ [2020-10-22T00:37:40.976Z] Stashed 1 file(s) [Pipeline] } [2020-10-22T00:37:40.986Z] $ docker stop --time=1 938ef98bdfc557048beb9b688e25dd6334e25569975a12eb2f669d31e8e5df19 [2020-10-22T00:37:43.184Z] $ docker rm -f 938ef98bdfc557048beb9b688e25dd6334e25569975a12eb2f669d31e8e5df19 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-22T00:37:46.101Z] provisioning config files... [2020-10-22T00:37:46.119Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-553@tmp/config7218374626581841502tmp [Pipeline] { [Pipeline] sh [2020-10-22T00:37:46.544Z] + set +x [2020-10-22T00:37:46.544Z] + curl -s https://codecov.io/bash [2020-10-22T00:37:46.544Z] + bash -s -- [2020-10-22T00:37:46.827Z] [2020-10-22T00:37:46.827Z] _____ _ [2020-10-22T00:37:46.827Z] / ____| | | [2020-10-22T00:37:46.827Z] | | ___ __| | ___ ___ _____ __ [2020-10-22T00:37:46.827Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-22T00:37:46.827Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-22T00:37:46.827Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-22T00:37:46.827Z] Bash-20201009-048fee3 [2020-10-22T00:37:46.827Z] [2020-10-22T00:37:46.827Z] [2020-10-22T00:37:46.827Z] ==> Jenkins CI detected. [2020-10-22T00:37:46.827Z] project root: . [2020-10-22T00:37:46.827Z] --> token set from env [2020-10-22T00:37:46.827Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-22T00:37:46.827Z] ==> Running gcov in . (disable via -X gcov) [2020-10-22T00:37:47.127Z] ==> Python coveragepy not found [2020-10-22T00:37:47.127Z] ==> Searching for coverage reports in: [2020-10-22T00:37:47.127Z] + . [2020-10-22T00:37:47.127Z] -> Found 1 reports [2020-10-22T00:37:47.127Z] ==> Detecting git/mercurial file structure [2020-10-22T00:37:47.127Z] ==> Reading reports [2020-10-22T00:37:47.127Z] + ./coverage.out bytes=90548 [2020-10-22T00:37:47.127Z] ==> Appending adjustments [2020-10-22T00:37:47.127Z] https://docs.codecov.io/docs/fixing-reports [2020-10-22T00:37:48.684Z] + Found adjustments [2020-10-22T00:37:48.685Z] ==> Gzipping contents [2020-10-22T00:37:48.685Z] ==> Uploading reports [2020-10-22T00:37:48.685Z] url: https://codecov.io [2020-10-22T00:37:48.685Z] query: branch=PR-553&commit=c6fdefe57a38743562649b5f3c09d5f7ca6661be&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-553%2F6%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=553&job=&cmd_args= [2020-10-22T00:37:48.685Z] -> Pinging Codecov [2020-10-22T00:37:48.685Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-553&commit=c6fdefe57a38743562649b5f3c09d5f7ca6661be&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-553%2F6%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=553&job=&cmd_args= [2020-10-22T00:37:48.685Z] -> Uploading to [2020-10-22T00:37:48.685Z] [2020-10-22T00:37:48.685Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T00:37:48.685Z] Dload Upload Total Spent Left Speed [2020-10-22T00:37:48.685Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-22T00:37:48.685Z] X> Failed to upload [2020-10-22T00:37:48.685Z] ==> Uploading to Codecov [2020-10-22T00:37:48.967Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T00:37:48.967Z] Dload Upload Total Spent Left Speed [2020-10-22T00:37:49.591Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 16232 0 0 100 16115 0 28670 --:--:-- --:--:-- --:--:-- 28674 100 16232 100 117 100 16115 208 28650 --:--:-- --:--:-- --:--:-- 28623 [2020-10-22T00:37:49.591Z] View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/c6fdefe57a38743562649b5f3c09d5f7ca6661be [Pipeline] } [2020-10-22T00:37:49.611Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:37:53.197Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:37:54.356Z] ---> package-listing.sh [2020-10-22T00:37:54.356Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T00:37:54.356Z] ++ facter osfamily [2020-10-22T00:37:54.647Z] + OS_FAMILY=redhat [2020-10-22T00:37:54.647Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-553 [2020-10-22T00:37:54.647Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T00:37:54.647Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T00:37:54.647Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T00:37:54.647Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T00:37:54.647Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-553 ']' [2020-10-22T00:37:54.647Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T00:37:54.647Z] + case "${OS_FAMILY}" in [2020-10-22T00:37:54.647Z] + rpm -qa [2020-10-22T00:37:54.647Z] + sort [2020-10-22T00:38:00.122Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T00:38:00.122Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T00:38:00.122Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T00:38:00.122Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-553 ']' [2020-10-22T00:38:00.122Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-553/archives/ [2020-10-22T00:38:00.122Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-553/archives/ [Pipeline] echo [2020-10-22T00:38:00.137Z] 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-553/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-22T00:38:00.519Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:38:00.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T00:38:01.177Z] [2020-10-22T00:38:01.177Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:38:01.753Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T00:38:02.063Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T00:38:02.063Z] df20fa9351a1: Pulling fs layer [2020-10-22T00:38:02.063Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T00:38:02.063Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T00:38:02.063Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T00:38:02.063Z] 93b61091891f: Pulling fs layer [2020-10-22T00:38:02.063Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T00:38:02.063Z] 5e14af77c1be: Pulling fs layer [2020-10-22T00:38:02.063Z] 01666e4c0597: Pulling fs layer [2020-10-22T00:38:02.063Z] aa168da1d23b: Pulling fs layer [2020-10-22T00:38:02.063Z] 46f8f816bc3b: Waiting [2020-10-22T00:38:02.063Z] 01666e4c0597: Waiting [2020-10-22T00:38:02.063Z] 93b61091891f: Waiting [2020-10-22T00:38:02.063Z] 5e14af77c1be: Waiting [2020-10-22T00:38:02.063Z] 36b3adc4ff6f: Verifying Checksum [2020-10-22T00:38:02.063Z] 36b3adc4ff6f: Download complete [2020-10-22T00:38:02.381Z] 46f8f816bc3b: Verifying Checksum [2020-10-22T00:38:02.381Z] 46f8f816bc3b: Download complete [2020-10-22T00:38:02.733Z] df20fa9351a1: Verifying Checksum [2020-10-22T00:38:02.733Z] 93b61091891f: Verifying Checksum [2020-10-22T00:38:02.733Z] 93b61091891f: Download complete [2020-10-22T00:38:02.733Z] 93b9cdb0e59b: Verifying Checksum [2020-10-22T00:38:02.733Z] 93b9cdb0e59b: Download complete [2020-10-22T00:38:02.733Z] 5e14af77c1be: Download complete [2020-10-22T00:38:03.069Z] 01666e4c0597: Verifying Checksum [2020-10-22T00:38:03.069Z] 01666e4c0597: Download complete [2020-10-22T00:38:03.719Z] df20fa9351a1: Pull complete [2020-10-22T00:38:03.998Z] 36b3adc4ff6f: Pull complete [2020-10-22T00:38:05.003Z] 8ad3a11d3b57: Verifying Checksum [2020-10-22T00:38:05.003Z] 8ad3a11d3b57: Download complete [2020-10-22T00:38:07.112Z] 8ad3a11d3b57: Pull complete [2020-10-22T00:38:07.112Z] 46f8f816bc3b: Pull complete [2020-10-22T00:38:08.189Z] 93b61091891f: Pull complete [2020-10-22T00:38:08.189Z] 93b9cdb0e59b: Pull complete [2020-10-22T00:38:08.550Z] 5e14af77c1be: Pull complete [2020-10-22T00:38:08.866Z] 01666e4c0597: Pull complete [2020-10-22T00:38:11.522Z] aa168da1d23b: Verifying Checksum [2020-10-22T00:38:11.522Z] aa168da1d23b: Download complete [2020-10-22T00:38:26.895Z] aa168da1d23b: Pull complete [2020-10-22T00:38:26.895Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T00:38:26.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T00:38:26.895Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T00:38:27.460Z] prd-centos7-docker-4c-2g-7617 does not seem to be running inside a container [2020-10-22T00:38:27.736Z] $ 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-553/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-553 -v /w/workspace/ndry_app-functions-sdk-go_PR-553:/w/workspace/ndry_app-functions-sdk-go_PR-553:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-553@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-553@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-22T00:38:35.315Z] $ docker top 391fe558555e6e2f2216c1f7fc4f3d77325b529aaa0adb0dca721148f0826453 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:38:36.113Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T00:38:37.132Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T00:38:37.982Z] + ls /var/log/sa-host [2020-10-22T00:38:37.982Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T00:38:37.982Z] file_magic: OK [2020-10-22T00:38:37.982Z] HZ: Using current value: 100 [2020-10-22T00:38:37.982Z] file_header: OK [2020-10-22T00:38:37.982Z] 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 [2020-10-22T00:38:37.982Z] Statistics: [2020-10-22T00:38:37.982Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T00:38:37.982Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T00:38:37.982Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T00:38:37.982Z] file_magic: OK [2020-10-22T00:38:37.982Z] HZ: Using current value: 100 [2020-10-22T00:38:37.982Z] file_header: OK [2020-10-22T00:38:37.982Z] 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 [2020-10-22T00:38:37.982Z] Statistics: [2020-10-22T00:38:37.982Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T00:38:37.982Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T00:38:38.681Z] provisioning config files... [2020-10-22T00:38:38.769Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-553@tmp/config6429482786879190193tmp [Pipeline] { [Pipeline] echo [2020-10-22T00:38:38.898Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:38:39.277Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T00:38:39.314Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T00:38:39.421Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:38:39.767Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T00:38:39.789Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:38:40.712Z] ---> sudo-logs.sh [2020-10-22T00:38:40.712Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T00:38:40.743Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:38:41.080Z] ---> job-cost.sh [2020-10-22T00:38:41.081Z] lf-activate-venv: SKIPPING [2020-10-22T00:38:41.081Z] INFO: No Stack... [2020-10-22T00:38:42.063Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T00:38:42.748Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T00:38:42.775Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:38:43.435Z] ---> logs-deploy.sh [2020-10-22T00:38:43.435Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-553/6 [2020-10-22T00:38:43.435Z] INFO: archiving workspace using pattern(s): [2020-10-22T00:38:46.437Z] Archives upload complete. [2020-10-22T00:38:46.437Z] INFO: archiving logs to Nexus [2020-10-22T00:38:48.677Z] ---> uname -a: [2020-10-22T00:38:48.677Z] Linux prd-centos7-docker-4c-2g-7617.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] ---> lscpu: [2020-10-22T00:38:48.677Z] Architecture: x86_64 [2020-10-22T00:38:48.677Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-22T00:38:48.677Z] Byte Order: Little Endian [2020-10-22T00:38:48.677Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-22T00:38:48.677Z] CPU(s): 4 [2020-10-22T00:38:48.677Z] On-line CPU(s) list: 0-3 [2020-10-22T00:38:48.677Z] Thread(s) per core: 1 [2020-10-22T00:38:48.677Z] Core(s) per socket: 1 [2020-10-22T00:38:48.677Z] Socket(s): 4 [2020-10-22T00:38:48.677Z] NUMA node(s): 1 [2020-10-22T00:38:48.677Z] Vendor ID: GenuineIntel [2020-10-22T00:38:48.677Z] CPU family: 6 [2020-10-22T00:38:48.677Z] Model: 44 [2020-10-22T00:38:48.677Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-22T00:38:48.677Z] Stepping: 1 [2020-10-22T00:38:48.677Z] CPU MHz: 2933.438 [2020-10-22T00:38:48.677Z] BogoMIPS: 5866.87 [2020-10-22T00:38:48.677Z] Virtualization: VT-x [2020-10-22T00:38:48.677Z] Hypervisor vendor: KVM [2020-10-22T00:38:48.677Z] Virtualization type: full [2020-10-22T00:38:48.677Z] L1d cache: 128 KiB [2020-10-22T00:38:48.677Z] L1i cache: 128 KiB [2020-10-22T00:38:48.677Z] L2 cache: 16 MiB [2020-10-22T00:38:48.677Z] L3 cache: 64 MiB [2020-10-22T00:38:48.677Z] NUMA node0 CPU(s): 0-3 [2020-10-22T00:38:48.677Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-22T00:38:48.677Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-22T00:38:48.677Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-22T00:38:48.677Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-22T00:38:48.677Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-22T00:38:48.677Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-22T00:38:48.677Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-22T00:38:48.677Z] Vulnerability Tsx async abort: Not affected [2020-10-22T00:38:48.677Z] 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 [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] ---> nproc: [2020-10-22T00:38:48.677Z] 4 [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] ---> df -h: [2020-10-22T00:38:48.677Z] Filesystem Size Used Available Use% Mounted on [2020-10-22T00:38:48.677Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-22T00:38:48.677Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-22T00:38:48.677Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-22T00:38:48.677Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-22T00:38:48.677Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-22T00:38:48.677Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-22T00:38:48.677Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-22T00:38:48.677Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-22T00:38:48.677Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-22T00:38:48.677Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-22T00:38:48.677Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-22T00:38:48.677Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-553 [2020-10-22T00:38:48.677Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/ndry_app-functions-sdk-go_PR-553@tmp [2020-10-22T00:38:48.677Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] ---> free -m: [2020-10-22T00:38:48.677Z] total used free shared buff/cache available [2020-10-22T00:38:48.677Z] Mem: 1837 709 87 0 1040 1025 [2020-10-22T00:38:48.677Z] Swap: 1023 0 1023 [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] ---> ip addr: [2020-10-22T00:38:48.677Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-22T00:38:48.677Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-22T00:38:48.677Z] inet 127.0.0.1/8 scope host lo [2020-10-22T00:38:48.677Z] valid_lft forever preferred_lft forever [2020-10-22T00:38:48.677Z] inet6 ::1/128 scope host [2020-10-22T00:38:48.677Z] valid_lft forever preferred_lft forever [2020-10-22T00:38:48.677Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-22T00:38:48.677Z] link/ether fa:16:3e:da:64:e4 brd ff:ff:ff:ff:ff:ff [2020-10-22T00:38:48.677Z] inet 10.30.123.165/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-22T00:38:48.677Z] valid_lft 85789sec preferred_lft 85789sec [2020-10-22T00:38:48.677Z] inet6 fe80::f816:3eff:feda:64e4/64 scope link [2020-10-22T00:38:48.677Z] valid_lft forever preferred_lft forever [2020-10-22T00:38:48.677Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-22T00:38:48.677Z] link/ether 02:42:90:9a:b0:4a brd ff:ff:ff:ff:ff:ff [2020-10-22T00:38:48.677Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-22T00:38:48.677Z] valid_lft forever preferred_lft forever [2020-10-22T00:38:48.677Z] inet6 fe80::42:90ff:fe9a:b04a/64 scope link [2020-10-22T00:38:48.677Z] valid_lft forever preferred_lft forever [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] ---> sar -b -r -n DEV: [2020-10-22T00:38:48.677Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] 00:28:17 LINUX RESTART (4 CPU) [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] 00:29:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-22T00:38:48.677Z] 00:30:01 81.42 34.74 46.67 0.00 7457.73 5536.95 0.00 [2020-10-22T00:38:48.677Z] 00:31:01 10.48 3.71 6.77 0.00 255.88 1326.53 0.00 [2020-10-22T00:38:48.677Z] 00:32:02 0.74 0.00 0.74 0.00 0.00 11.83 0.00 [2020-10-22T00:38:48.677Z] 00:33:01 0.13 0.00 0.13 0.00 0.00 1.21 0.00 [2020-10-22T00:38:48.677Z] 00:34:01 0.37 0.00 0.37 0.00 0.00 6.19 0.00 [2020-10-22T00:38:48.677Z] 00:35:01 0.27 0.00 0.27 0.00 0.00 3.56 0.00 [2020-10-22T00:38:48.677Z] 00:36:01 0.35 0.02 0.33 0.00 0.13 3.66 0.00 [2020-10-22T00:38:48.677Z] 00:37:01 0.23 0.00 0.23 0.00 0.00 3.11 0.00 [2020-10-22T00:38:48.677Z] 00:38:01 42.77 42.42 0.35 0.00 4228.00 13.72 0.00 [2020-10-22T00:38:48.677Z] Average: 15.13 8.97 6.16 0.00 1320.44 761.81 0.00 [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] 00:29:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-22T00:38:48.677Z] 00:30:01 92088 0 733524 38.98 2620 1053324 1506300 51.41 506684 1121168 17832 [2020-10-22T00:38:48.677Z] 00:31:01 241728 0 600080 31.89 2620 1037128 1174168 40.07 443204 1038088 8 [2020-10-22T00:38:48.677Z] 00:32:02 252620 0 589184 31.31 2620 1037132 1099516 37.52 438084 1034084 20 [2020-10-22T00:38:48.677Z] 00:33:01 250488 0 591256 31.42 2620 1037192 1099636 37.53 440740 1034072 36 [2020-10-22T00:38:48.677Z] 00:34:01 249900 0 591896 31.46 2620 1037140 1099672 37.53 449780 1025100 16 [2020-10-22T00:38:48.677Z] 00:35:01 248260 0 593528 31.54 2620 1037148 1099672 37.53 467108 1009572 12 [2020-10-22T00:38:48.677Z] 00:36:01 249080 0 592700 31.50 2620 1037156 1099564 37.53 466648 1009388 16 [2020-10-22T00:38:48.677Z] 00:37:01 248968 0 592808 31.51 2620 1037160 1099636 37.53 462572 1013812 16 [2020-10-22T00:38:48.677Z] 00:38:01 85356 0 628968 33.43 2620 1164612 1298428 44.31 495384 1138412 200 [2020-10-22T00:38:48.677Z] Average: 213165 0 612660 32.56 2620 1053110 1175177 40.11 463356 1047077 2017 [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] 00:29:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-22T00:38:48.677Z] 00:30:01 vethd7600fa 107.63 75.82 10.57 308.31 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:30:01 eth0 374.89 329.60 1646.99 98.62 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:30:01 docker0 107.63 75.69 9.10 308.30 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:31:01 eth0 13.73 9.17 12.82 9.79 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:31:01 docker0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:32:02 eth0 4.10 1.29 1.51 0.97 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:33:01 eth0 4.16 1.20 1.30 0.79 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:34:01 eth0 2.52 0.49 0.53 0.25 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:35:01 eth0 4.36 1.08 1.18 0.65 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:36:01 eth0 4.02 1.08 1.24 0.78 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:37:01 eth0 2.13 0.58 0.67 0.40 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:38:01 eth0 16.25 10.86 16.34 6.66 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] Average: eth0 46.96 39.13 185.18 13.11 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] Average: docker0 11.85 8.33 1.00 33.92 0.00 0.00 0.00 0.00 [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] ---> sar -P ALL: [2020-10-22T00:38:48.677Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] 00:28:17 LINUX RESTART (4 CPU) [2020-10-22T00:38:48.677Z] [2020-10-22T00:38:48.677Z] 00:29:02 CPU %user %nice %system %iowait %steal %idle [2020-10-22T00:38:48.677Z] 00:30:01 all 13.77 0.00 6.07 2.28 19.69 58.20 [2020-10-22T00:38:48.677Z] 00:30:01 0 14.35 0.00 6.70 2.72 21.90 54.32 [2020-10-22T00:38:48.677Z] 00:30:01 1 9.54 0.00 4.97 2.79 20.19 62.52 [2020-10-22T00:38:48.677Z] 00:30:01 2 16.34 0.00 6.46 1.60 17.38 58.22 [2020-10-22T00:38:48.677Z] 00:30:01 3 15.11 0.00 6.22 1.96 19.24 57.47 [2020-10-22T00:38:48.677Z] 00:31:01 all 0.81 0.00 0.42 0.14 3.31 95.31 [2020-10-22T00:38:48.677Z] 00:31:01 0 0.52 0.00 0.31 0.00 3.79 95.38 [2020-10-22T00:38:48.677Z] 00:31:01 1 0.72 0.00 0.44 0.25 3.15 95.44 [2020-10-22T00:38:48.677Z] 00:31:01 2 1.37 0.00 0.51 0.23 3.42 94.46 [2020-10-22T00:38:48.677Z] 00:31:01 3 0.64 0.00 0.41 0.08 2.90 95.96 [2020-10-22T00:38:48.677Z] 00:32:02 all 0.38 0.00 0.32 0.00 5.07 94.23 [2020-10-22T00:38:48.677Z] 00:32:02 0 0.34 0.00 0.39 0.00 5.34 93.93 [2020-10-22T00:38:48.677Z] 00:32:02 1 0.55 0.00 0.37 0.00 6.08 93.00 [2020-10-22T00:38:48.677Z] 00:32:02 2 0.29 0.00 0.26 0.00 4.73 94.72 [2020-10-22T00:38:48.677Z] 00:32:02 3 0.33 0.00 0.26 0.00 4.13 95.29 [2020-10-22T00:38:48.677Z] 00:33:01 all 0.39 0.00 0.32 0.00 5.96 93.32 [2020-10-22T00:38:48.677Z] 00:33:01 0 0.25 0.00 0.36 0.00 6.09 93.30 [2020-10-22T00:38:48.677Z] 00:33:01 1 0.40 0.00 0.32 0.00 5.79 93.49 [2020-10-22T00:38:48.677Z] 00:33:01 2 0.41 0.00 0.31 0.00 6.18 93.09 [2020-10-22T00:38:48.677Z] 00:33:01 3 0.50 0.00 0.30 0.00 5.79 93.41 [2020-10-22T00:38:48.677Z] 00:34:01 all 0.22 0.00 0.27 0.02 5.03 94.46 [2020-10-22T00:38:48.677Z] 00:34:01 0 0.13 0.00 0.21 0.00 5.52 94.13 [2020-10-22T00:38:48.678Z] 00:34:01 1 0.15 0.00 0.33 0.00 5.00 94.52 [2020-10-22T00:38:48.678Z] 00:34:01 2 0.30 0.00 0.17 0.00 4.57 94.96 [2020-10-22T00:38:48.678Z] 00:34:01 3 0.32 0.00 0.35 0.10 5.02 94.21 [2020-10-22T00:38:48.678Z] 00:35:01 all 0.07 0.00 0.11 0.00 1.17 98.65 [2020-10-22T00:38:48.678Z] 00:35:01 0 0.07 0.00 0.03 0.00 1.55 98.35 [2020-10-22T00:38:48.678Z] 00:35:01 1 0.02 0.00 0.07 0.00 0.93 98.99 [2020-10-22T00:38:48.678Z] 00:35:01 2 0.02 0.00 0.28 0.00 0.65 99.05 [2020-10-22T00:38:48.678Z] 00:35:01 3 0.20 0.00 0.05 0.00 1.55 98.21 [2020-10-22T00:38:48.678Z] 00:36:01 all 0.10 0.00 0.07 0.00 0.58 99.25 [2020-10-22T00:38:48.678Z] 00:36:01 0 0.05 0.00 0.03 0.00 0.71 99.21 [2020-10-22T00:38:48.678Z] 00:36:01 1 0.02 0.00 0.03 0.00 0.27 99.68 [2020-10-22T00:38:48.678Z] 00:36:01 2 0.07 0.00 0.12 0.00 0.88 98.94 [2020-10-22T00:38:48.678Z] 00:36:01 3 0.27 0.00 0.08 0.00 0.46 99.19 [2020-10-22T00:38:48.678Z] 00:37:01 all 0.08 0.00 0.02 0.00 0.87 99.03 [2020-10-22T00:38:48.678Z] 00:37:01 0 0.03 0.00 0.03 0.00 1.29 98.65 [2020-10-22T00:38:48.678Z] 00:37:01 1 0.03 0.00 0.02 0.00 0.13 99.82 [2020-10-22T00:38:48.678Z] 00:37:01 2 0.05 0.00 0.03 0.00 1.12 98.79 [2020-10-22T00:38:48.678Z] 00:37:01 3 0.20 0.00 0.02 0.00 0.93 98.86 [2020-10-22T00:38:48.678Z] 00:38:01 all 1.26 0.00 0.77 1.37 3.63 92.97 [2020-10-22T00:38:48.678Z] 00:38:01 0 0.95 0.00 0.83 1.11 4.75 92.36 [2020-10-22T00:38:48.678Z] 00:38:01 1 0.75 0.00 0.48 0.34 2.76 95.67 [2020-10-22T00:38:48.678Z] 00:38:01 2 1.91 0.00 0.81 1.55 2.95 92.78 [2020-10-22T00:38:48.678Z] 00:38:01 3 1.44 0.00 0.96 2.47 4.05 91.08 [2020-10-22T00:38:48.678Z] Average: all 1.89 0.00 0.93 0.42 5.02 91.74 [2020-10-22T00:38:48.678Z] Average: 0 1.82 0.00 0.97 0.42 5.61 91.18 [2020-10-22T00:38:48.678Z] Average: 1 1.39 0.00 0.80 0.39 4.99 92.44 [2020-10-22T00:38:48.678Z] Average: 2 2.26 0.00 0.98 0.37 4.61 91.78 [2020-10-22T00:38:48.678Z] Average: 3 2.09 0.00 0.95 0.51 4.87 91.57 [2020-10-22T00:38:48.678Z] [2020-10-22T00:38:48.678Z] [2020-10-22T00:38:48.678Z]