Pull request #590 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 89754dbca8182c530a74c7cbe9c170f60c701bd4+d78c271fc58e0b0b1163e796583a0e1e72dfcd52 (c992506b7f50f430d13247c3f3b552a52c92521a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16626 in /w/workspace/ndry_app-functions-sdk-go_PR-590 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-590 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/590/head:refs/remotes/origin/PR-590 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d78c271fc58e0b0b1163e796583a0e1e72dfcd52 into PR head commit 89754dbca8182c530a74c7cbe9c170f60c701bd4 Merge succeeded, producing 89754dbca8182c530a74c7cbe9c170f60c701bd4 Checking out Revision 89754dbca8182c530a74c7cbe9c170f60c701bd4 (PR-590) > git config core.sparsecheckout # timeout=10 > git checkout -f 89754dbca8182c530a74c7cbe9c170f60c701bd4 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d78c271fc58e0b0b1163e796583a0e1e72dfcd52 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89754dbca8182c530a74c7cbe9c170f60c701bd4 # timeout=10 Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-17T21:22:18.602Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-17T21:22:18.828Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-17T21:22:18.945Z] ========================================================= [2020-12-17T21:22:18.945Z] EdgeX Global Pipelines Version Info [2020-12-17T21:22:18.945Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8c829503a05bf2b687055cb76a1f3ca971a7b4c4 # timeout=10 [2020-12-17T21:22:20.435Z] ------------------- [2020-12-17T21:22:20.435Z] stable info: [2020-12-17T21:22:20.435Z] ------------------- [2020-12-17T21:22:20.435Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-17T21:22:20.435Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-17T21:22:20.435Z] Message: update stable to v1.0.173 [2020-12-17T21:22:21.386Z] ------------------- [2020-12-17T21:22:21.386Z] experimental info: [2020-12-17T21:22:21.386Z] ------------------- [2020-12-17T21:22:21.386Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-17T21:22:21.386Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-17T21:22:21.386Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-17T21:22:21.681Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-12-17T21:22:21.768Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-12-17T21:22:21.862Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-17T21:22:21.968Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-17T21:22:22.102Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-17T21:22:22.198Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-17T21:22:22.327Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-17T21:22:22.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-17T21:22:22.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-17T21:22:22.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-17T21:22:22.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-17T21:22:22.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-12-17T21:22:23.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-17T21:22:23.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-17T21:22:23.201Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-17T21:22:23.343Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-17T21:22:23.518Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-17T21:22:23.641Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-17T21:22:23.742Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-17T21:22:23.861Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-17T21:22:23.957Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-17T21:22:24.047Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-12-17T21:22:24.137Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-17T21:22:24.231Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-17T21:22:24.322Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-17T21:22:24.408Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-17T21:22:24.497Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-17T21:22:24.590Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-590 [Pipeline] echo [2020-12-17T21:22:24.676Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-590 [Pipeline] echo [2020-12-17T21:22:24.760Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-590 [Pipeline] echo [2020-12-17T21:22:24.879Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 89754dbca8182c530a74c7cbe9c170f60c701bd4 [Pipeline] echo [2020-12-17T21:22:24.964Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 89754db [Pipeline] echo [2020-12-17T21:22:25.053Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-17T21:22:25.774Z] + git log --format=format:%s -1 89754dbca8182c530a74c7cbe9c170f60c701bd4 [Pipeline] echo [2020-12-17T21:22:25.859Z] GIT_COMMIT: 89754dbca8182c530a74c7cbe9c170f60c701bd4, Commit Message: build(deps): bump github.com/eclipse/paho.mqtt.golang [Pipeline] echo [2020-12-17T21:22:25.903Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:22:26.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T21:22:26.768Z] [2020-12-17T21:22:26.768Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:22:27.121Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T21:22:27.121Z] latest: Pulling from edgex-devops/git-semver [2020-12-17T21:22:27.121Z] 31603596830f: Pulling fs layer [2020-12-17T21:22:27.121Z] 2a8b12db71e7: Pulling fs layer [2020-12-17T21:22:27.121Z] 6ca5941a6612: Pulling fs layer [2020-12-17T21:22:27.121Z] ecc8261a40a4: Pulling fs layer [2020-12-17T21:22:27.121Z] ecc8261a40a4: Waiting [2020-12-17T21:22:27.121Z] 2a8b12db71e7: Verifying Checksum [2020-12-17T21:22:27.121Z] 2a8b12db71e7: Download complete [2020-12-17T21:22:27.386Z] 31603596830f: Verifying Checksum [2020-12-17T21:22:27.386Z] 31603596830f: Download complete [2020-12-17T21:22:27.386Z] ecc8261a40a4: Verifying Checksum [2020-12-17T21:22:27.386Z] ecc8261a40a4: Download complete [2020-12-17T21:22:27.386Z] 6ca5941a6612: Verifying Checksum [2020-12-17T21:22:27.386Z] 6ca5941a6612: Download complete [2020-12-17T21:22:27.650Z] 31603596830f: Pull complete [2020-12-17T21:22:27.650Z] 2a8b12db71e7: Pull complete [2020-12-17T21:22:28.630Z] 6ca5941a6612: Pull complete [2020-12-17T21:22:28.630Z] ecc8261a40a4: Pull complete [2020-12-17T21:22:28.906Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-17T21:22:28.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T21:22:28.906Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-17T21:22:29.084Z] prd-centos7-docker-4c-2g-16626 does not seem to be running inside a container [2020-12-17T21:22:29.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-590 -v /w/workspace/ndry_app-functions-sdk-go_PR-590:/w/workspace/ndry_app-functions-sdk-go_PR-590:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-590@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-590@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-17T21:22:31.364Z] $ docker top e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-17T21:22:31.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T21:22:31.751Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T21:22:31.967Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T21:22:31.973Z] $ docker exec e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 ssh-agent [2020-12-17T21:22:32.144Z] SSH_AUTH_SOCK=/tmp/ssh-ygcpoDvX02nY/agent.12 [2020-12-17T21:22:32.144Z] SSH_AGENT_PID=17 [2020-12-17T21:22:32.153Z] Running ssh-add (command line suppressed) [2020-12-17T21:22:32.279Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-590@tmp/private_key_6739400430529201919.key (/w/workspace/ndry_app-functions-sdk-go_PR-590@tmp/private_key_6739400430529201919.key) [2020-12-17T21:22:32.330Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T21:22:32.665Z] + git tag --points-at HEAD [Pipeline] } [2020-12-17T21:22:32.689Z] $ docker exec --env ******** --env ******** e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 ssh-agent -k [2020-12-17T21:22:32.805Z] unset SSH_AUTH_SOCK; [2020-12-17T21:22:32.806Z] unset SSH_AGENT_PID; [2020-12-17T21:22:32.806Z] echo Agent pid 17 killed; [2020-12-17T21:22:32.855Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-17T21:22:32.994Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T21:22:32.994Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T21:22:33.160Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T21:22:33.165Z] $ docker exec e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 ssh-agent [2020-12-17T21:22:33.328Z] SSH_AUTH_SOCK=/tmp/ssh-OJe6jOOdJFs8/agent.45 [2020-12-17T21:22:33.328Z] SSH_AGENT_PID=51 [2020-12-17T21:22:33.334Z] Running ssh-add (command line suppressed) [2020-12-17T21:22:33.456Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-590@tmp/private_key_2156209796366857797.key (/w/workspace/ndry_app-functions-sdk-go_PR-590@tmp/private_key_2156209796366857797.key) [2020-12-17T21:22:33.507Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T21:22:33.838Z] + git semver init [2020-12-17T21:22:33.838Z] # -> Open(): unable to determine branch for HEAD [2020-12-17T21:22:33.838Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-590/.git [2020-12-17T21:22:33.838Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-590 [2020-12-17T21:22:33.838Z] # $SEMVER_REMOTE_NAME = origin [2020-12-17T21:22:33.838Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-17T21:22:33.838Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-17T21:22:33.838Z] # $SEMVER_BRANCH = PR-590 [2020-12-17T21:22:33.838Z] # $SEMVER_TEMP = /tmp/semver-574414833 [2020-12-17T21:22:33.838Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-12-17T21:22:36.444Z] # '/tmp/semver-574414833' -> '/w/workspace/ndry_app-functions-sdk-go_PR-590/.semver' [2020-12-17T21:22:36.444Z] # -> Force: false [2020-12-17T21:22:36.444Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-590/.semver [Pipeline] } [2020-12-17T21:22:36.459Z] $ docker exec --env ******** --env ******** e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 ssh-agent -k [2020-12-17T21:22:36.637Z] unset SSH_AUTH_SOCK; [2020-12-17T21:22:36.638Z] unset SSH_AGENT_PID; [2020-12-17T21:22:36.638Z] echo Agent pid 51 killed; [2020-12-17T21:22:36.691Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T21:22:37.158Z] + git semver [Pipeline] } [2020-12-17T21:22:37.180Z] $ docker stop --time=1 e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 [2020-12-17T21:22:38.641Z] $ docker rm -f e090ff3f78e86aeb0c035e79148654abab847f9046a3291c23d5c26aa912f6b5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T21:22:39.108Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-17T21:22:39.712Z] Stashed 1 file(s) [Pipeline] echo [2020-12-17T21:22:39.715Z] [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-12-17T21:22:55.279Z] Still waiting to schedule task [2020-12-17T21:22:55.279Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-17T21:22:55.281Z] Still waiting to schedule task [2020-12-17T21:22:55.281Z] ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-16613’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-16615’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-16620’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-16624’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-16614’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-16628’ is offline [2020-12-17T21:24:31.331Z] Running on prd-centos7-docker-4c-2g-16632 in /w/workspace/ndry_app-functions-sdk-go_PR-590 [Pipeline] { [Pipeline] ws [2020-12-17T21:24:31.391Z] Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-12-17T21:24:38.119Z] using credential edgex-jenkins-ssh [2020-12-17T21:24:38.170Z] Cloning the remote Git repository [2020-12-17T21:24:38.318Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-17T21:24:38.434Z] > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 [2020-12-17T21:24:38.826Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-17T21:24:38.828Z] > git --version # timeout=10 [2020-12-17T21:24:38.844Z] > git --version # 'git version 2.24.3' [2020-12-17T21:24:38.845Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T21:24:38.898Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T21:24:44.168Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-17T21:24:44.195Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T21:24:44.219Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-17T21:24:44.244Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-17T21:24:44.244Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T21:24:44.252Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/590/head:refs/remotes/origin/PR-590 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-17T21:24:44.744Z] Merging remotes/origin/master commit d78c271fc58e0b0b1163e796583a0e1e72dfcd52 into PR head commit 89754dbca8182c530a74c7cbe9c170f60c701bd4 [2020-12-17T21:24:45.163Z] Merge succeeded, producing 89754dbca8182c530a74c7cbe9c170f60c701bd4 [2020-12-17T21:24:45.164Z] Checking out Revision 89754dbca8182c530a74c7cbe9c170f60c701bd4 (PR-590) [2020-12-17T21:24:44.758Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T21:24:44.828Z] > git checkout -f 89754dbca8182c530a74c7cbe9c170f60c701bd4 # timeout=10 [2020-12-17T21:24:44.943Z] > git remote # timeout=10 [2020-12-17T21:24:45.007Z] > git config --get remote.origin.url # timeout=10 [2020-12-17T21:24:45.052Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T21:24:45.068Z] > git merge d78c271fc58e0b0b1163e796583a0e1e72dfcd52 # timeout=10 [2020-12-17T21:24:45.115Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-17T21:24:45.175Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T21:24:45.194Z] > git checkout -f 89754dbca8182c530a74c7cbe9c170f60c701bd4 # timeout=10 [2020-12-17T21:24:49.588Z] Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-17T21:24:51.389Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-17T21:24:51.908Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-17T21:24:52.292Z] + true [2020-12-17T21:24:52.292Z] + sudo service docker restart [2020-12-17T21:24:52.292Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-17T21:24:54.092Z] ========================================================= [2020-12-17T21:24:54.092Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-17T21:24:54.092Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:24:54.585Z] + 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-12-17T21:24:55.609Z] Sending build context to Docker daemon 19.15MB [2020-12-17T21:24:55.609Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-17T21:24:55.609Z] Step 2/8 : FROM ${BASE} [2020-12-17T21:24:55.887Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-17T21:24:55.887Z] 188c0c94c7c5: Pulling fs layer [2020-12-17T21:24:55.887Z] 0ef7d3d256c8: Pulling fs layer [2020-12-17T21:24:55.887Z] de9db76c5a1d: Pulling fs layer [2020-12-17T21:24:55.887Z] bca2f99d35d6: Pulling fs layer [2020-12-17T21:24:55.887Z] 93359f2a8cfa: Pulling fs layer [2020-12-17T21:24:55.887Z] 7c6f9722023f: Pulling fs layer [2020-12-17T21:24:55.887Z] a35cf1a2eb13: Pulling fs layer [2020-12-17T21:24:55.887Z] 93359f2a8cfa: Waiting [2020-12-17T21:24:55.887Z] 7c6f9722023f: Waiting [2020-12-17T21:24:55.887Z] a35cf1a2eb13: Waiting [2020-12-17T21:24:55.887Z] bca2f99d35d6: Waiting [2020-12-17T21:24:55.887Z] de9db76c5a1d: Download complete [2020-12-17T21:24:55.887Z] 0ef7d3d256c8: Verifying Checksum [2020-12-17T21:24:55.887Z] 0ef7d3d256c8: Download complete [2020-12-17T21:24:55.887Z] 93359f2a8cfa: Download complete [2020-12-17T21:24:55.887Z] 7c6f9722023f: Verifying Checksum [2020-12-17T21:24:55.887Z] 7c6f9722023f: Download complete [2020-12-17T21:24:56.194Z] 188c0c94c7c5: Verifying Checksum [2020-12-17T21:24:56.194Z] 188c0c94c7c5: Download complete [2020-12-17T21:24:56.531Z] 188c0c94c7c5: Pull complete [2020-12-17T21:24:56.919Z] 0ef7d3d256c8: Pull complete [2020-12-17T21:24:56.919Z] de9db76c5a1d: Pull complete [2020-12-17T21:25:04.209Z] a35cf1a2eb13: Verifying Checksum [2020-12-17T21:25:04.209Z] a35cf1a2eb13: Download complete [2020-12-17T21:25:04.209Z] bca2f99d35d6: Verifying Checksum [2020-12-17T21:25:04.209Z] bca2f99d35d6: Download complete [2020-12-17T21:25:10.929Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16633 in /w/workspace/ndry_app-functions-sdk-go_PR-590 [Pipeline] { [Pipeline] ws [2020-12-17T21:25:10.999Z] Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-12-17T21:25:14.459Z] bca2f99d35d6: Pull complete [2020-12-17T21:25:14.459Z] 93359f2a8cfa: Pull complete [2020-12-17T21:25:14.459Z] 7c6f9722023f: Pull complete [2020-12-17T21:25:16.353Z] using credential edgex-jenkins-ssh [2020-12-17T21:25:16.440Z] Cloning the remote Git repository [2020-12-17T21:25:16.497Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-17T21:25:16.605Z] > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 [2020-12-17T21:25:16.677Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-17T21:25:16.678Z] > git --version # timeout=10 [2020-12-17T21:25:16.697Z] > git --version # 'git version 2.17.1' [2020-12-17T21:25:16.699Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T21:25:16.757Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T21:25:22.760Z] a35cf1a2eb13: Pull complete [2020-12-17T21:25:22.760Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-17T21:25:22.760Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-17T21:25:22.760Z] ---> a62c8e92a672 [2020-12-17T21:25:22.760Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-17T21:25:22.760Z] latest: Pulling from library/docker [2020-12-17T21:25:22.760Z] 05e7bc50f07f: Pulling fs layer [2020-12-17T21:25:22.760Z] 6db28d0fdbf6: Pulling fs layer [2020-12-17T21:25:22.760Z] 292df0bc6bf3: Pulling fs layer [2020-12-17T21:25:22.760Z] a3104fdc50d0: Pulling fs layer [2020-12-17T21:25:22.760Z] a8e67d69e12c: Pulling fs layer [2020-12-17T21:25:22.761Z] 1ede2b221ee4: Pulling fs layer [2020-12-17T21:25:22.761Z] fc74c0d5b799: Pulling fs layer [2020-12-17T21:25:22.761Z] a3104fdc50d0: Waiting [2020-12-17T21:25:22.761Z] a8e67d69e12c: Waiting [2020-12-17T21:25:22.761Z] fc74c0d5b799: Waiting [2020-12-17T21:25:22.761Z] 1ede2b221ee4: Waiting [2020-12-17T21:25:22.761Z] 292df0bc6bf3: Download complete [2020-12-17T21:25:22.761Z] 6db28d0fdbf6: Verifying Checksum [2020-12-17T21:25:22.761Z] 6db28d0fdbf6: Download complete [2020-12-17T21:25:22.761Z] 05e7bc50f07f: Verifying Checksum [2020-12-17T21:25:22.761Z] a8e67d69e12c: Verifying Checksum [2020-12-17T21:25:22.761Z] a8e67d69e12c: Download complete [2020-12-17T21:25:22.761Z] 1ede2b221ee4: Verifying Checksum [2020-12-17T21:25:22.761Z] 1ede2b221ee4: Download complete [2020-12-17T21:25:22.761Z] fc74c0d5b799: Verifying Checksum [2020-12-17T21:25:22.761Z] fc74c0d5b799: Download complete [2020-12-17T21:25:22.761Z] 05e7bc50f07f: Pull complete [2020-12-17T21:25:22.482Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-17T21:25:22.506Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T21:25:22.532Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-17T21:25:22.562Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-17T21:25:22.563Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T21:25:22.578Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/590/head:refs/remotes/origin/PR-590 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-17T21:25:23.073Z] Merging remotes/origin/master commit d78c271fc58e0b0b1163e796583a0e1e72dfcd52 into PR head commit 89754dbca8182c530a74c7cbe9c170f60c701bd4 [2020-12-17T21:25:23.357Z] 6db28d0fdbf6: Pull complete [2020-12-17T21:25:23.357Z] 292df0bc6bf3: Pull complete [2020-12-17T21:25:23.399Z] Merge succeeded, producing 89754dbca8182c530a74c7cbe9c170f60c701bd4 [2020-12-17T21:25:23.400Z] Checking out Revision 89754dbca8182c530a74c7cbe9c170f60c701bd4 (PR-590) [2020-12-17T21:25:24.369Z] a3104fdc50d0: Download complete [2020-12-17T21:25:23.097Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T21:25:23.120Z] > git checkout -f 89754dbca8182c530a74c7cbe9c170f60c701bd4 # timeout=10 [2020-12-17T21:25:23.233Z] > git remote # timeout=10 [2020-12-17T21:25:23.252Z] > git config --get remote.origin.url # timeout=10 [2020-12-17T21:25:23.274Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T21:25:23.332Z] > git merge d78c271fc58e0b0b1163e796583a0e1e72dfcd52 # timeout=10 [2020-12-17T21:25:23.371Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-17T21:25:23.410Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T21:25:23.447Z] > git checkout -f 89754dbca8182c530a74c7cbe9c170f60c701bd4 # timeout=10 [2020-12-17T21:25:27.812Z] Commit message: "build(deps): bump github.com/eclipse/paho.mqtt.golang" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-17T21:25:29.428Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-17T21:25:29.803Z] a3104fdc50d0: Pull complete [2020-12-17T21:25:29.803Z] a8e67d69e12c: Pull complete [2020-12-17T21:25:29.861Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-17T21:25:30.075Z] 1ede2b221ee4: Pull complete [2020-12-17T21:25:30.075Z] fc74c0d5b799: Pull complete [2020-12-17T21:25:30.075Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-17T21:25:30.212Z] + sudo service docker restart [2020-12-17T21:25:30.212Z] + true [2020-12-17T21:25:30.347Z] Status: Downloaded newer image for docker:latest [Pipeline] unstash [Pipeline] echo [2020-12-17T21:25:32.592Z] ========================================================= [2020-12-17T21:25:32.592Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-17T21:25:32.592Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:25:32.968Z] + 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-12-17T21:25:33.170Z] ---> 6132600a066e [2020-12-17T21:25:33.170Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-17T21:25:33.170Z] ---> Running in 9524dd098378 [2020-12-17T21:25:33.501Z] Removing intermediate container 9524dd098378 [2020-12-17T21:25:33.502Z] ---> 927260e8ca6d [2020-12-17T21:25:33.502Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-17T21:25:33.502Z] ---> Running in 4a3f9398d975 [2020-12-17T21:25:33.956Z] Sending build context to Docker daemon 19.15MB [2020-12-17T21:25:33.956Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-17T21:25:33.956Z] Step 2/8 : FROM ${BASE} [2020-12-17T21:25:34.234Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-17T21:25:34.234Z] 5f621e34cdf4: Pulling fs layer [2020-12-17T21:25:34.234Z] a4357932f1b6: Pulling fs layer [2020-12-17T21:25:34.234Z] 18c013af1878: Pulling fs layer [2020-12-17T21:25:34.234Z] 00ac8860ef70: Pulling fs layer [2020-12-17T21:25:34.234Z] 63d7cb157983: Pulling fs layer [2020-12-17T21:25:34.234Z] b116817d02f9: Pulling fs layer [2020-12-17T21:25:34.234Z] 745a02a5169b: Pulling fs layer [2020-12-17T21:25:34.234Z] 00ac8860ef70: Waiting [2020-12-17T21:25:34.234Z] 63d7cb157983: Waiting [2020-12-17T21:25:34.234Z] b116817d02f9: Waiting [2020-12-17T21:25:34.234Z] 745a02a5169b: Waiting [2020-12-17T21:25:34.234Z] 18c013af1878: Verifying Checksum [2020-12-17T21:25:34.234Z] 18c013af1878: Download complete [2020-12-17T21:25:34.510Z] a4357932f1b6: Verifying Checksum [2020-12-17T21:25:34.510Z] a4357932f1b6: Download complete [2020-12-17T21:25:34.510Z] 63d7cb157983: Verifying Checksum [2020-12-17T21:25:34.510Z] 63d7cb157983: Download complete [2020-12-17T21:25:34.510Z] b116817d02f9: Verifying Checksum [2020-12-17T21:25:34.510Z] b116817d02f9: Download complete [2020-12-17T21:25:34.510Z] 5f621e34cdf4: Verifying Checksum [2020-12-17T21:25:34.510Z] 5f621e34cdf4: Download complete [2020-12-17T21:25:34.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T21:25:35.113Z] 5f621e34cdf4: Pull complete [2020-12-17T21:25:35.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T21:25:35.720Z] a4357932f1b6: Pull complete [2020-12-17T21:25:35.999Z] 18c013af1878: Pull complete [2020-12-17T21:25:36.984Z] 745a02a5169b: Verifying Checksum [2020-12-17T21:25:36.984Z] 745a02a5169b: Download complete [2020-12-17T21:25:38.185Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-17T21:25:38.456Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-17T21:25:38.969Z] 00ac8860ef70: Verifying Checksum [2020-12-17T21:25:38.969Z] 00ac8860ef70: Download complete [2020-12-17T21:25:39.041Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-17T21:25:39.400Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-17T21:25:39.400Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-17T21:25:39.400Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T21:25:39.779Z] OK: 167 MiB in 44 packages [2020-12-17T21:25:40.399Z] Removing intermediate container 4a3f9398d975 [2020-12-17T21:25:40.399Z] ---> aa56138686af [2020-12-17T21:25:40.399Z] Step 6/8 : WORKDIR /build [2020-12-17T21:25:40.675Z] ---> Running in 012402509fc4 [2020-12-17T21:25:40.675Z] Removing intermediate container 012402509fc4 [2020-12-17T21:25:40.675Z] ---> e307c799d857 [2020-12-17T21:25:40.675Z] Step 7/8 : COPY go.mod . [2020-12-17T21:25:41.272Z] ---> 7b10b8e7ecc6 [2020-12-17T21:25:41.272Z] Step 8/8 : RUN go mod download [2020-12-17T21:25:41.272Z] ---> Running in 3f9c0b68a089 [2020-12-17T21:25:49.146Z] 00ac8860ef70: Pull complete [2020-12-17T21:25:49.146Z] 63d7cb157983: Pull complete [2020-12-17T21:25:49.419Z] b116817d02f9: Pull complete [2020-12-17T21:25:52.818Z] 745a02a5169b: Pull complete [2020-12-17T21:25:52.818Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-17T21:25:53.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-17T21:25:53.093Z] ---> b7e6874047d6 [2020-12-17T21:25:53.093Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-17T21:25:53.093Z] latest: Pulling from library/docker [2020-12-17T21:25:53.093Z] a3cc7d3b244e: Pulling fs layer [2020-12-17T21:25:53.093Z] 02a3295e0d61: Pulling fs layer [2020-12-17T21:25:53.093Z] 0f4f2e6d8100: Pulling fs layer [2020-12-17T21:25:53.093Z] 065c9533d613: Pulling fs layer [2020-12-17T21:25:53.093Z] 9fce0df16b8b: Pulling fs layer [2020-12-17T21:25:53.093Z] e3faa53604c1: Pulling fs layer [2020-12-17T21:25:53.093Z] 04b5adaa2053: Pulling fs layer [2020-12-17T21:25:53.093Z] 065c9533d613: Waiting [2020-12-17T21:25:53.093Z] 9fce0df16b8b: Waiting [2020-12-17T21:25:53.093Z] e3faa53604c1: Waiting [2020-12-17T21:25:53.093Z] 04b5adaa2053: Waiting [2020-12-17T21:25:53.093Z] 0f4f2e6d8100: Verifying Checksum [2020-12-17T21:25:53.094Z] 0f4f2e6d8100: Download complete [2020-12-17T21:25:53.094Z] 02a3295e0d61: Verifying Checksum [2020-12-17T21:25:53.094Z] 02a3295e0d61: Download complete [2020-12-17T21:25:53.094Z] 9fce0df16b8b: Verifying Checksum [2020-12-17T21:25:53.094Z] 9fce0df16b8b: Download complete [2020-12-17T21:25:53.094Z] a3cc7d3b244e: Verifying Checksum [2020-12-17T21:25:53.094Z] a3cc7d3b244e: Download complete [2020-12-17T21:25:53.381Z] e3faa53604c1: Verifying Checksum [2020-12-17T21:25:53.381Z] e3faa53604c1: Download complete [2020-12-17T21:25:53.381Z] 04b5adaa2053: Verifying Checksum [2020-12-17T21:25:53.381Z] 04b5adaa2053: Download complete [2020-12-17T21:25:53.984Z] a3cc7d3b244e: Pull complete [2020-12-17T21:25:54.587Z] 02a3295e0d61: Pull complete [2020-12-17T21:25:54.861Z] 065c9533d613: Verifying Checksum [2020-12-17T21:25:54.861Z] 065c9533d613: Download complete [2020-12-17T21:25:54.861Z] 0f4f2e6d8100: Pull complete [2020-12-17T21:25:59.196Z] 065c9533d613: Pull complete [2020-12-17T21:25:59.196Z] 9fce0df16b8b: Pull complete [2020-12-17T21:25:59.196Z] e3faa53604c1: Pull complete [2020-12-17T21:25:59.797Z] 04b5adaa2053: Pull complete [2020-12-17T21:25:59.797Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-17T21:25:59.797Z] Status: Downloaded newer image for docker:latest [2020-12-17T21:26:06.524Z] ---> 8d662686d5f5 [2020-12-17T21:26:06.524Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-17T21:26:06.524Z] ---> Running in 2562fef10427 [2020-12-17T21:26:06.524Z] Removing intermediate container 2562fef10427 [2020-12-17T21:26:06.524Z] ---> 684c6ae3d903 [2020-12-17T21:26:06.524Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-17T21:26:06.524Z] ---> Running in 9fe72381d2d3 [2020-12-17T21:26:07.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T21:26:08.119Z] Removing intermediate container 3f9c0b68a089 [2020-12-17T21:26:08.119Z] ---> 28baba66a7cc [2020-12-17T21:26:08.119Z] Successfully built 28baba66a7cc [2020-12-17T21:26:08.119Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:26:08.540Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-17T21:26:08.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T21:26:08.809Z] . [Pipeline] withDockerContainer [2020-12-17T21:26:09.077Z] prd-centos7-docker-4c-2g-16632 does not seem to be running inside a container [2020-12-17T21:26:09.213Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-17T21:26:10.303Z] $ docker top 2f27e100e16fa4c8a3ba9a526ed00dadfc5a85193662891f48f1de4f0879ff08 -eo pid,comm [2020-12-17T21:26:10.516Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-17T21:26:10.516Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-17T21:26:10.516Z] (3/5) Installing pkgconf (1.7.2-r0) [Pipeline] { [Pipeline] sh [2020-12-17T21:26:10.791Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-17T21:26:10.791Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-17T21:26:10.791Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T21:26:10.791Z] OK: 144 MiB in 44 packages [2020-12-17T21:26:10.906Z] + go version [2020-12-17T21:26:11.179Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-17T21:26:11.230Z] $ docker stop --time=1 2f27e100e16fa4c8a3ba9a526ed00dadfc5a85193662891f48f1de4f0879ff08 [2020-12-17T21:26:12.250Z] Removing intermediate container 9fe72381d2d3 [2020-12-17T21:26:12.251Z] ---> 294d616c8d0b [2020-12-17T21:26:12.251Z] Step 6/8 : WORKDIR /build [2020-12-17T21:26:12.251Z] ---> Running in 370233838f65 [2020-12-17T21:26:12.848Z] Removing intermediate container 370233838f65 [2020-12-17T21:26:12.848Z] ---> 8f3a594ecd2f [2020-12-17T21:26:12.848Z] Step 7/8 : COPY go.mod . [2020-12-17T21:26:12.940Z] $ docker rm -f 2f27e100e16fa4c8a3ba9a526ed00dadfc5a85193662891f48f1de4f0879ff08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-12-17T21:26:13.451Z] ---> e850c32d5a2f [2020-12-17T21:26:13.451Z] Step 8/8 : RUN go mod download [2020-12-17T21:26:13.451Z] ---> Running in 4302a0a1c375 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:26:14.126Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-17T21:26:14.126Z] . [Pipeline] withDockerContainer [2020-12-17T21:26:14.593Z] prd-centos7-docker-4c-2g-16632 does not seem to be running inside a container [2020-12-17T21:26:14.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-17T21:26:16.246Z] $ docker top 826236e90a3c3e4aa6646da369fb87553b97de36f8d9c9166eb23b91525356d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T21:26:16.821Z] + make test [2020-12-17T21:26:16.821Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-17T21:26:19.500Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-17T21:26:32.151Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.064s coverage: 86.2% of statements [2020-12-17T21:26:40.259Z] Removing intermediate container 4302a0a1c375 [2020-12-17T21:26:40.259Z] ---> 4f42a628c659 [2020-12-17T21:26:40.259Z] Successfully built 4f42a628c659 [2020-12-17T21:26:40.259Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:26:40.601Z] + docker inspect -f . ci-base-image-arm64 [2020-12-17T21:26:40.602Z] . [Pipeline] withDockerContainer [2020-12-17T21:26:40.872Z] prd-ubuntu18.04-docker-arm64-4c-16g-16633 does not seem to be running inside a container [2020-12-17T21:26:40.958Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-17T21:26:42.370Z] $ docker top 2ab6d1c379dd13478c95ec2ad61cf19704d0bf282579525d058a5949a6548642 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T21:26:43.510Z] + go version [2020-12-17T21:26:43.510Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-17T21:26:43.537Z] $ docker stop --time=1 2ab6d1c379dd13478c95ec2ad61cf19704d0bf282579525d058a5949a6548642 [2020-12-17T21:26:45.466Z] $ docker rm -f 2ab6d1c379dd13478c95ec2ad61cf19704d0bf282579525d058a5949a6548642 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:26:46.453Z] + docker inspect -f . ci-base-image-arm64 [2020-12-17T21:26:46.453Z] . [Pipeline] withDockerContainer [2020-12-17T21:26:46.713Z] prd-ubuntu18.04-docker-arm64-4c-16g-16633 does not seem to be running inside a container [2020-12-17T21:26:46.798Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/4 -v /w/workspace/app-functions-sdk-go/4:/w/workspace/app-functions-sdk-go/4:rw,z -v /w/workspace/app-functions-sdk-go/4@tmp:/w/workspace/app-functions-sdk-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-17T21:26:47.631Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.050s coverage: 50.5% of statements [2020-12-17T21:26:47.631Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-17T21:26:47.631Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-17T21:26:47.631Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.064s coverage: 54.7% of statements [2020-12-17T21:26:47.631Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-17T21:26:47.631Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.073s coverage: 69.1% of statements [2020-12-17T21:26:48.236Z] $ docker top a083133c0d21c253897a26c808f1367af7010605897e318c5ab2534573cac575 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T21:26:49.264Z] + make test [2020-12-17T21:26:49.264Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-17T21:26:50.702Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.454s coverage: 61.6% of statements [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.010s coverage: 89.5% of statements [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.006s coverage: 100.0% of statements [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.062s coverage: 100.0% of statements [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.032s coverage: 100.0% of statements [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.015s coverage: 100.0% of statements [2020-12-17T21:27:00.263Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-17T21:27:00.263Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-17T21:27:00.263Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-17T21:27:00.263Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-17T21:27:00.263Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-17T21:27:00.263Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-17T21:27:00.263Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.008s coverage: 97.7% of statements [2020-12-17T21:27:00.263Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-17T21:27:00.263Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.020s coverage: 8.8% of statements [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.980s coverage: 75.0% of statements [2020-12-17T21:27:00.263Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.032s coverage: 89.7% of statements [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.014s coverage: 88.9% of statements [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.037s coverage: 80.5% of statements [2020-12-17T21:27:00.263Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.036s coverage: 71.7% of statements [2020-12-17T21:27:12.968Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.056s coverage: 86.2% of statements [2020-12-17T21:27:22.431Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.043s coverage: 81.6% of statements [2020-12-17T21:27:22.431Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.020s coverage: 94.4% of statements [2020-12-17T21:27:22.431Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-17T21:27:28.144Z] gofmt -l . [2020-12-17T21:27:28.415Z] [ "`gofmt -l .`" = "" ] [2020-12-17T21:27:28.415Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-17T21:27:29.425Z] $ docker stop --time=1 826236e90a3c3e4aa6646da369fb87553b97de36f8d9c9166eb23b91525356d1 [2020-12-17T21:27:31.347Z] $ docker rm -f 826236e90a3c3e4aa6646da369fb87553b97de36f8d9c9166eb23b91525356d1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T21:27:32.120Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-17T21:27:32.710Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-17T21:27:39.838Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.053s coverage: 50.5% of statements [2020-12-17T21:27:39.838Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-17T21:27:39.838Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-17T21:27:39.838Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.084s coverage: 54.7% of statements [2020-12-17T21:27:39.838Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-17T21:27:39.838Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.040s coverage: 69.1% of statements [2020-12-17T21:27:48.133Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.439s coverage: 61.6% of statements [2020-12-17T21:27:48.133Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements [2020-12-17T21:27:48.133Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.010s coverage: 100.0% of statements [2020-12-17T21:27:48.133Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.033s coverage: 100.0% of statements [2020-12-17T21:27:48.133Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.013s coverage: 100.0% of statements [2020-12-17T21:27:48.134Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.011s coverage: 100.0% of statements [2020-12-17T21:27:48.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-17T21:27:48.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-17T21:27:48.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-17T21:27:48.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-17T21:27:48.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-17T21:27:48.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-17T21:27:48.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-17T21:27:48.134Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements [2020-12-17T21:27:48.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-17T21:27:48.134Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-17T21:27:48.134Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 8.8% of statements [2020-12-17T21:27:49.110Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.940s coverage: 75.0% of statements [2020-12-17T21:27:49.110Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-17T21:27:49.110Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.033s coverage: 89.7% of statements [2020-12-17T21:27:49.110Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.025s coverage: 88.9% of statements [2020-12-17T21:27:49.110Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.033s coverage: 80.5% of statements [2020-12-17T21:27:49.110Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.021s coverage: 71.7% of statements [2020-12-17T21:28:15.867Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.056s coverage: 81.6% of statements [2020-12-17T21:28:15.867Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements [2020-12-17T21:28:15.867Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-17T21:28:23.639Z] gofmt -l . [2020-12-17T21:28:24.234Z] [ "`gofmt -l .`" = "" ] [2020-12-17T21:28:24.508Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-17T21:28:25.170Z] $ docker stop --time=1 a083133c0d21c253897a26c808f1367af7010605897e318c5ab2534573cac575 [2020-12-17T21:28:27.288Z] $ docker rm -f a083133c0d21c253897a26c808f1367af7010605897e318c5ab2534573cac575 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T21:28:28.275Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-17T21:28:28.349Z] Warning: overwriting stash ‘coverage-report’ [2020-12-17T21:28:29.347Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-17T21:28:31.264Z] provisioning config files... [2020-12-17T21:28:31.279Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-590@tmp/config5643485665430699284tmp [Pipeline] { [Pipeline] sh [2020-12-17T21:28:31.653Z] + set +x [2020-12-17T21:28:31.653Z] + curl -s https://codecov.io/bash [2020-12-17T21:28:31.653Z] + bash -s -- [2020-12-17T21:28:31.916Z] [2020-12-17T21:28:31.916Z] _____ _ [2020-12-17T21:28:31.916Z] / ____| | | [2020-12-17T21:28:31.916Z] | | ___ __| | ___ ___ _____ __ [2020-12-17T21:28:31.916Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-17T21:28:31.916Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-17T21:28:31.916Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-17T21:28:31.916Z] Bash-20201217-3d3df35 [2020-12-17T21:28:31.916Z] [2020-12-17T21:28:31.916Z] [2020-12-17T21:28:31.916Z] git version 2.24.3 found [2020-12-17T21:28:31.916Z] curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2020-12-17T21:28:31.916Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-17T21:28:31.916Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-17T21:28:31.916Z] ==> Jenkins CI detected. [2020-12-17T21:28:31.916Z] project root: . [2020-12-17T21:28:31.916Z] --> token set from env [2020-12-17T21:28:31.916Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-17T21:28:31.916Z] ==> Running gcov in . (disable via -X gcov) [2020-12-17T21:28:31.916Z] ==> Python coveragepy not found [2020-12-17T21:28:31.916Z] ==> Searching for coverage reports in: [2020-12-17T21:28:31.916Z] + . [2020-12-17T21:28:31.916Z] -> Found 1 reports [2020-12-17T21:28:31.916Z] ==> Detecting git/mercurial file structure [2020-12-17T21:28:31.916Z] ==> Reading reports [2020-12-17T21:28:31.916Z] + ./coverage.out bytes=85267 [2020-12-17T21:28:31.916Z] ==> Appending adjustments [2020-12-17T21:28:31.916Z] https://docs.codecov.io/docs/fixing-reports [2020-12-17T21:28:32.492Z] + Found adjustments [2020-12-17T21:28:32.492Z] ==> Gzipping contents [2020-12-17T21:28:32.492Z] 16K /tmp/codecov.tmh8H8.gz [2020-12-17T21:28:32.492Z] ==> Uploading reports [2020-12-17T21:28:32.492Z] url: https://codecov.io [2020-12-17T21:28:32.492Z] query: branch=PR-590&commit=89754dbca8182c530a74c7cbe9c170f60c701bd4&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-590%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=590&job=&cmd_args= [2020-12-17T21:28:32.492Z] -> Pinging Codecov [2020-12-17T21:28:32.492Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-590&commit=89754dbca8182c530a74c7cbe9c170f60c701bd4&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-590%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=590&job=&cmd_args= [2020-12-17T21:28:33.068Z] -> Uploading to [2020-12-17T21:28:33.068Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-17/3D8B5DFFC46A037C893635FACE044666/89754dbca8182c530a74c7cbe9c170f60c701bd4/f5e48011-5ce5-47d7-b4d1-581b248ff2a0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201217T212832Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5fec417284f44a30b5d4cfc5d32c8022c92c597189fa05196a56d019fe995c0f [2020-12-17T21:28:33.068Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T21:28:33.068Z] Dload Upload Total Spent Left Speed [2020-12-17T21:28:33.334Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15075 0 0 100 15075 0 34398 --:--:-- --:--:-- --:--:-- 34417 [2020-12-17T21:28:33.334Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/89754dbca8182c530a74c7cbe9c170f60c701bd4 [Pipeline] } [2020-12-17T21:28:33.345Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:28:35.989Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:28:36.292Z] ---> package-listing.sh [2020-12-17T21:28:36.293Z] ++ facter osfamily [2020-12-17T21:28:36.293Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-17T21:28:36.293Z] + OS_FAMILY=redhat [2020-12-17T21:28:36.293Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-590 [2020-12-17T21:28:36.293Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-17T21:28:36.293Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-17T21:28:36.293Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-17T21:28:36.293Z] + PACKAGES=/tmp/packages_start.txt [2020-12-17T21:28:36.293Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-590 ']' [2020-12-17T21:28:36.293Z] + PACKAGES=/tmp/packages_end.txt [2020-12-17T21:28:36.293Z] + case "${OS_FAMILY}" in [2020-12-17T21:28:36.293Z] + rpm -qa [2020-12-17T21:28:36.293Z] + sort [2020-12-17T21:28:41.616Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-17T21:28:41.616Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-17T21:28:41.616Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-17T21:28:41.616Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-590 ']' [2020-12-17T21:28:41.616Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-590/archives/ [2020-12-17T21:28:41.616Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-590/archives/ [Pipeline] echo [2020-12-17T21:28:41.636Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-590/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-17T21:28:41.942Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:28:42.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T21:28:42.265Z] [2020-12-17T21:28:42.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:28:42.623Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T21:28:42.623Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-17T21:28:42.623Z] df20fa9351a1: Pulling fs layer [2020-12-17T21:28:42.623Z] 36b3adc4ff6f: Pulling fs layer [2020-12-17T21:28:42.623Z] 8ad3a11d3b57: Pulling fs layer [2020-12-17T21:28:42.623Z] 46f8f816bc3b: Pulling fs layer [2020-12-17T21:28:42.623Z] 93b61091891f: Pulling fs layer [2020-12-17T21:28:42.623Z] 93b9cdb0e59b: Pulling fs layer [2020-12-17T21:28:42.623Z] 5e14af77c1be: Pulling fs layer [2020-12-17T21:28:42.623Z] 01666e4c0597: Pulling fs layer [2020-12-17T21:28:42.623Z] aa168da1d23b: Pulling fs layer [2020-12-17T21:28:42.623Z] 46f8f816bc3b: Waiting [2020-12-17T21:28:42.623Z] 93b61091891f: Waiting [2020-12-17T21:28:42.623Z] 93b9cdb0e59b: Waiting [2020-12-17T21:28:42.623Z] 5e14af77c1be: Waiting [2020-12-17T21:28:42.623Z] 01666e4c0597: Waiting [2020-12-17T21:28:42.623Z] aa168da1d23b: Waiting [2020-12-17T21:28:42.623Z] 36b3adc4ff6f: Download complete [2020-12-17T21:28:42.623Z] 46f8f816bc3b: Verifying Checksum [2020-12-17T21:28:42.623Z] 46f8f816bc3b: Download complete [2020-12-17T21:28:42.623Z] df20fa9351a1: Verifying Checksum [2020-12-17T21:28:42.623Z] 93b9cdb0e59b: Verifying Checksum [2020-12-17T21:28:42.623Z] 93b9cdb0e59b: Download complete [2020-12-17T21:28:42.902Z] 5e14af77c1be: Verifying Checksum [2020-12-17T21:28:42.902Z] 5e14af77c1be: Download complete [2020-12-17T21:28:42.902Z] 01666e4c0597: Download complete [2020-12-17T21:28:42.902Z] 93b61091891f: Verifying Checksum [2020-12-17T21:28:42.902Z] 93b61091891f: Download complete [2020-12-17T21:28:42.902Z] 8ad3a11d3b57: Verifying Checksum [2020-12-17T21:28:42.902Z] 8ad3a11d3b57: Download complete [2020-12-17T21:28:43.171Z] df20fa9351a1: Pull complete [2020-12-17T21:28:43.171Z] 36b3adc4ff6f: Pull complete [2020-12-17T21:28:44.136Z] 8ad3a11d3b57: Pull complete [2020-12-17T21:28:44.137Z] 46f8f816bc3b: Pull complete [2020-12-17T21:28:44.731Z] 93b61091891f: Pull complete [2020-12-17T21:28:44.996Z] 93b9cdb0e59b: Pull complete [2020-12-17T21:28:44.996Z] aa168da1d23b: Verifying Checksum [2020-12-17T21:28:44.996Z] aa168da1d23b: Download complete [2020-12-17T21:28:44.996Z] 5e14af77c1be: Pull complete [2020-12-17T21:28:45.260Z] 01666e4c0597: Pull complete [2020-12-17T21:28:53.509Z] aa168da1d23b: Pull complete [2020-12-17T21:28:53.509Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-17T21:28:53.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T21:28:53.509Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-17T21:28:53.685Z] prd-centos7-docker-4c-2g-16626 does not seem to be running inside a container [2020-12-17T21:28:53.729Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-590/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-590 -v /w/workspace/ndry_app-functions-sdk-go_PR-590:/w/workspace/ndry_app-functions-sdk-go_PR-590:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-590@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-590@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-17T21:28:57.133Z] $ docker top 1d53c0cc1d33c1cbef64c49710ea93b988a33265979388f41de3fd7940d6d6a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T21:28:57.624Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-17T21:28:57.923Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-17T21:28:58.223Z] + ls /var/log/sa-host [2020-12-17T21:28:58.223Z] + sadf -c /var/log/sa-host/sa17 [2020-12-17T21:28:58.223Z] file_magic: OK [2020-12-17T21:28:58.223Z] HZ: Using current value: 100 [2020-12-17T21:28:58.223Z] file_header: OK [2020-12-17T21:28:58.223Z] 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-12-17T21:28:58.223Z] Statistics: [2020-12-17T21:28:58.223Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-17T21:28:58.223Z] File successfully converted to sysstat format version 12.2.1 [2020-12-17T21:28:58.223Z] + sadf -c /var/log/sa-host/sa23 [2020-12-17T21:28:58.223Z] file_magic: OK [2020-12-17T21:28:58.223Z] HZ: Using current value: 100 [2020-12-17T21:28:58.223Z] file_header: OK [2020-12-17T21:28:58.223Z] 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-12-17T21:28:58.223Z] Statistics: [2020-12-17T21:28:58.223Z] Hnuu...uuuununununu... [2020-12-17T21:28:58.223Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-17T21:28:58.445Z] provisioning config files... [2020-12-17T21:28:58.459Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-590@tmp/config5183822556950090680tmp [Pipeline] { [Pipeline] echo [2020-12-17T21:28:58.540Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:28:58.838Z] ---> create-netrc.sh [Pipeline] } [2020-12-17T21:28:58.848Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-17T21:28:58.940Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:28:59.238Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-17T21:28:59.250Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:28:59.549Z] ---> sudo-logs.sh [2020-12-17T21:28:59.549Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-17T21:28:59.560Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:28:59.857Z] ---> job-cost.sh [2020-12-17T21:28:59.857Z] lf-activate-venv: SKIPPING [2020-12-17T21:28:59.857Z] INFO: No Stack... [2020-12-17T21:29:01.247Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-17T21:29:01.511Z] INFO: Archiving Costs [Pipeline] echo [2020-12-17T21:29:01.528Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:29:01.832Z] ---> logs-deploy.sh [2020-12-17T21:29:01.832Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-590/4 [2020-12-17T21:29:01.832Z] INFO: archiving workspace using pattern(s): [2020-12-17T21:29:03.750Z] Archives upload complete. [2020-12-17T21:29:03.750Z] INFO: archiving logs to Nexus [2020-12-17T21:29:04.701Z] ---> uname -a: [2020-12-17T21:29:04.701Z] Linux prd-centos7-docker-4c-2g-16626.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] ---> lscpu: [2020-12-17T21:29:04.701Z] Architecture: x86_64 [2020-12-17T21:29:04.701Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-17T21:29:04.701Z] Byte Order: Little Endian [2020-12-17T21:29:04.701Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-17T21:29:04.701Z] CPU(s): 4 [2020-12-17T21:29:04.701Z] On-line CPU(s) list: 0-3 [2020-12-17T21:29:04.701Z] Thread(s) per core: 1 [2020-12-17T21:29:04.701Z] Core(s) per socket: 1 [2020-12-17T21:29:04.701Z] Socket(s): 4 [2020-12-17T21:29:04.701Z] NUMA node(s): 1 [2020-12-17T21:29:04.701Z] Vendor ID: GenuineIntel [2020-12-17T21:29:04.701Z] CPU family: 6 [2020-12-17T21:29:04.701Z] Model: 44 [2020-12-17T21:29:04.701Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-17T21:29:04.701Z] Stepping: 1 [2020-12-17T21:29:04.701Z] CPU MHz: 2933.438 [2020-12-17T21:29:04.701Z] BogoMIPS: 5866.87 [2020-12-17T21:29:04.701Z] Virtualization: VT-x [2020-12-17T21:29:04.701Z] Hypervisor vendor: KVM [2020-12-17T21:29:04.701Z] Virtualization type: full [2020-12-17T21:29:04.701Z] L1d cache: 128 KiB [2020-12-17T21:29:04.701Z] L1i cache: 128 KiB [2020-12-17T21:29:04.701Z] L2 cache: 16 MiB [2020-12-17T21:29:04.701Z] L3 cache: 64 MiB [2020-12-17T21:29:04.701Z] NUMA node0 CPU(s): 0-3 [2020-12-17T21:29:04.701Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-17T21:29:04.701Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-17T21:29:04.701Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-17T21:29:04.701Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-17T21:29:04.701Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-17T21:29:04.701Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-17T21:29:04.701Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-17T21:29:04.701Z] Vulnerability Srbds: Not affected [2020-12-17T21:29:04.701Z] Vulnerability Tsx async abort: Not affected [2020-12-17T21:29:04.701Z] 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-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] ---> nproc: [2020-12-17T21:29:04.701Z] 4 [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] ---> df -h: [2020-12-17T21:29:04.701Z] Filesystem Size Used Available Use% Mounted on [2020-12-17T21:29:04.701Z] overlay 50.0G 7.3G 42.7G 15% / [2020-12-17T21:29:04.701Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-17T21:29:04.701Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-17T21:29:04.701Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-17T21:29:04.701Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-12-17T21:29:04.701Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-12-17T21:29:04.701Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-12-17T21:29:04.701Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-12-17T21:29:04.701Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-12-17T21:29:04.701Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-12-17T21:29:04.701Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-12-17T21:29:04.701Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-590 [2020-12-17T21:29:04.701Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-590@tmp [2020-12-17T21:29:04.701Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] ---> free -m: [2020-12-17T21:29:04.701Z] total used free shared buff/cache available [2020-12-17T21:29:04.701Z] Mem: 1837 702 105 0 1029 1030 [2020-12-17T21:29:04.701Z] Swap: 1023 1 1022 [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] ---> ip addr: [2020-12-17T21:29:04.701Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-17T21:29:04.701Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-17T21:29:04.701Z] inet 127.0.0.1/8 scope host lo [2020-12-17T21:29:04.701Z] valid_lft forever preferred_lft forever [2020-12-17T21:29:04.701Z] inet6 ::1/128 scope host [2020-12-17T21:29:04.701Z] valid_lft forever preferred_lft forever [2020-12-17T21:29:04.701Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-17T21:29:04.701Z] link/ether fa:16:3e:73:2a:36 brd ff:ff:ff:ff:ff:ff [2020-12-17T21:29:04.701Z] inet 10.30.123.65/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-17T21:29:04.701Z] valid_lft 85961sec preferred_lft 85961sec [2020-12-17T21:29:04.701Z] inet6 fe80::f816:3eff:fe73:2a36/64 scope link [2020-12-17T21:29:04.701Z] valid_lft forever preferred_lft forever [2020-12-17T21:29:04.701Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-17T21:29:04.701Z] link/ether 02:42:e1:a4:7d:f3 brd ff:ff:ff:ff:ff:ff [2020-12-17T21:29:04.701Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-17T21:29:04.701Z] valid_lft forever preferred_lft forever [2020-12-17T21:29:04.701Z] inet6 fe80::42:e1ff:fea4:7df3/64 scope link [2020-12-17T21:29:04.701Z] valid_lft forever preferred_lft forever [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] ---> sar -b -r -n DEV: [2020-12-17T21:29:04.701Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] 21:21:34 LINUX RESTART (4 CPU) [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] 21:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-17T21:29:04.701Z] 21:23:01 83.57 33.67 49.91 0.00 7290.93 5808.60 0.00 [2020-12-17T21:29:04.701Z] 21:24:01 2.41 0.00 2.41 0.00 0.00 52.79 0.00 [2020-12-17T21:29:04.701Z] 21:25:01 0.57 0.00 0.57 0.00 0.00 9.59 0.00 [2020-12-17T21:29:04.701Z] 21:26:01 0.28 0.00 0.28 0.00 0.00 4.31 0.00 [2020-12-17T21:29:04.701Z] 21:27:01 0.32 0.00 0.32 0.00 0.00 5.26 0.00 [2020-12-17T21:29:04.701Z] 21:28:01 0.37 0.00 0.37 0.00 0.00 5.58 0.00 [2020-12-17T21:29:04.701Z] Average: 14.60 5.61 8.98 0.00 1215.90 981.61 0.00 [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] 21:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-17T21:29:04.701Z] 21:23:01 230048 0 593832 31.56 2620 1055044 1097836 37.47 398376 1054412 128 [2020-12-17T21:29:04.701Z] 21:24:01 232156 0 591548 31.44 2620 1055220 1090996 37.23 403072 1048048 32 [2020-12-17T21:29:04.701Z] 21:25:01 230656 0 593100 31.52 2620 1055168 1086920 37.09 404420 1048300 20 [2020-12-17T21:29:04.701Z] 21:26:01 231356 0 592400 31.48 2620 1055168 1086932 37.10 408956 1043732 16 [2020-12-17T21:29:04.701Z] 21:27:01 232988 0 590760 31.40 2620 1055176 1074548 36.67 405300 1045852 8 [2020-12-17T21:29:04.701Z] 21:28:01 230660 0 593084 31.52 2620 1055180 1074620 36.67 421700 1032248 8 [2020-12-17T21:29:04.701Z] Average: 231311 0 592454 31.49 2620 1055159 1085309 37.04 406971 1045432 35 [2020-12-17T21:29:04.701Z] [2020-12-17T21:29:04.701Z] 21:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-17T21:29:04.701Z] 21:23:01 eth0 692.61 480.98 1655.31 113.73 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.701Z] 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.701Z] 21:23:01 docker0 89.82 79.15 7.73 304.58 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.701Z] 21:24:01 eth0 3.45 0.82 0.97 0.59 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.701Z] 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.701Z] 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.701Z] 21:25:01 eth0 1.65 0.72 0.63 0.41 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] 21:26:01 eth0 0.53 0.32 0.27 0.23 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] 21:27:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] 21:28:01 eth0 0.33 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] Average: eth0 116.53 80.56 276.39 19.18 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] Average: docker0 14.98 13.20 1.29 50.79 0.00 0.00 0.00 0.00 [2020-12-17T21:29:04.702Z] [2020-12-17T21:29:04.702Z] [2020-12-17T21:29:04.702Z] ---> sar -P ALL: [2020-12-17T21:29:04.702Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) [2020-12-17T21:29:04.702Z] [2020-12-17T21:29:04.702Z] 21:21:34 LINUX RESTART (4 CPU) [2020-12-17T21:29:04.702Z] [2020-12-17T21:29:04.702Z] 21:22:01 CPU %user %nice %system %iowait %steal %idle [2020-12-17T21:29:04.702Z] 21:23:01 all 13.82 0.00 4.82 2.46 0.03 78.86 [2020-12-17T21:29:04.702Z] 21:23:01 0 13.91 0.00 5.47 2.54 0.03 78.05 [2020-12-17T21:29:04.702Z] 21:23:01 1 15.59 0.00 4.74 2.99 0.02 76.67 [2020-12-17T21:29:04.702Z] 21:23:01 2 12.65 0.00 4.71 2.64 0.05 79.95 [2020-12-17T21:29:04.702Z] 21:23:01 3 13.14 0.00 4.37 1.69 0.02 80.79 [2020-12-17T21:29:04.702Z] 21:24:01 all 0.16 0.00 0.05 0.00 0.00 99.78 [2020-12-17T21:29:04.702Z] 21:24:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-17T21:29:04.702Z] 21:24:01 1 0.13 0.00 0.07 0.00 0.00 99.80 [2020-12-17T21:29:04.702Z] 21:24:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-17T21:29:04.702Z] 21:24:01 3 0.42 0.00 0.07 0.00 0.00 99.52 [2020-12-17T21:29:04.702Z] 21:25:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-12-17T21:29:04.702Z] 21:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-17T21:29:04.702Z] 21:25:01 1 0.58 0.00 0.03 0.00 0.00 99.38 [2020-12-17T21:29:04.702Z] 21:25:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-12-17T21:29:04.702Z] 21:25:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-17T21:29:04.702Z] 21:26:01 all 0.12 0.00 0.03 0.00 0.00 99.85 [2020-12-17T21:29:04.702Z] 21:26:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-12-17T21:29:04.702Z] 21:26:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-17T21:29:04.702Z] 21:26:01 2 0.42 0.00 0.03 0.00 0.00 99.55 [2020-12-17T21:29:04.702Z] 21:26:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-17T21:29:04.702Z] 21:27:01 all 0.17 0.00 0.03 0.00 0.01 99.80 [2020-12-17T21:29:04.702Z] 21:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-17T21:29:04.702Z] 21:27:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2020-12-17T21:29:04.702Z] 21:27:01 2 0.53 0.00 0.00 0.00 0.02 99.45 [2020-12-17T21:29:04.702Z] 21:27:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-17T21:29:04.702Z] 21:28:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2020-12-17T21:29:04.702Z] 21:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-17T21:29:04.702Z] 21:28:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-17T21:29:04.702Z] 21:28:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2020-12-17T21:29:04.702Z] 21:28:01 3 0.02 0.00 0.12 0.00 0.00 99.87 [2020-12-17T21:29:04.702Z] Average: all 2.41 0.00 0.83 0.41 0.01 96.35 [2020-12-17T21:29:04.702Z] Average: 0 2.31 0.00 0.92 0.42 0.01 96.34 [2020-12-17T21:29:04.702Z] Average: 1 2.72 0.00 0.82 0.49 0.01 95.97 [2020-12-17T21:29:04.702Z] Average: 2 2.34 0.00 0.80 0.43 0.01 96.41 [2020-12-17T21:29:04.702Z] Average: 3 2.26 0.00 0.77 0.28 0.00 96.69 [2020-12-17T21:29:04.702Z] [2020-12-17T21:29:04.702Z] [2020-12-17T21:29:04.702Z]