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