Pull request #583 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f5267b6caa91b5d421be6975e9b8ea4101221ade+d5e638f2527a7df0e2423fefa94ca91616313c76 (998042383524cb7150aa7779c9c816702700e347) 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14968’ Running on prd-centos7-docker-4c-2g-14973 in /w/workspace/ndry_app-functions-sdk-go_PR-583 [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-583 # 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/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d5e638f2527a7df0e2423fefa94ca91616313c76 into PR head commit f5267b6caa91b5d421be6975e9b8ea4101221ade Merge succeeded, producing f5267b6caa91b5d421be6975e9b8ea4101221ade Checking out Revision f5267b6caa91b5d421be6975e9b8ea4101221ade (PR-583) > git config core.sparsecheckout # timeout=10 > git checkout -f f5267b6caa91b5d421be6975e9b8ea4101221ade # 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 d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f5267b6caa91b5d421be6975e9b8ea4101221ade # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-07T23:09:16.835Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-07T23:09:17.065Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 6da7561479fd21a0a5ba7dd698cdbe6571b5239d # timeout=10 [Pipeline] echo [2020-12-07T23:09:17.173Z] ========================================================= [2020-12-07T23:09:17.173Z] EdgeX Global Pipelines Version Info [2020-12-07T23:09:17.173Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:09:19.466Z] ------------------- [2020-12-07T23:09:19.466Z] stable info: [2020-12-07T23:09:19.466Z] ------------------- [2020-12-07T23:09:19.466Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-07T23:09:19.466Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-07T23:09:19.466Z] Message: update stable to v1.0.171 [2020-12-07T23:09:19.735Z] ------------------- [2020-12-07T23:09:19.735Z] experimental info: [2020-12-07T23:09:19.735Z] ------------------- [2020-12-07T23:09:19.735Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-07T23:09:19.735Z] Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 [2020-12-07T23:09:19.735Z] Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-07T23:09:19.990Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-12-07T23:09:20.082Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-12-07T23:09:20.227Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-07T23:09:20.325Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-07T23:09:20.427Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-07T23:09:20.532Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-07T23:09:20.629Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-07T23:09:20.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-07T23:09:20.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-07T23:09:20.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-07T23:09:21.057Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-07T23:09:21.148Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-12-07T23:09:21.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-07T23:09:21.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-07T23:09:21.433Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-07T23:09:21.539Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-07T23:09:21.635Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-07T23:09:21.737Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-07T23:09:21.828Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-07T23:09:21.950Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-07T23:09:22.044Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-07T23:09:22.136Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-12-07T23:09:22.258Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-07T23:09:22.346Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-07T23:09:22.439Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-07T23:09:22.532Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-07T23:09:22.624Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-583 [Pipeline] echo [2020-12-07T23:09:22.723Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-583 [Pipeline] echo [2020-12-07T23:09:22.824Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-583 [Pipeline] echo [2020-12-07T23:09:22.909Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f5267b6caa91b5d421be6975e9b8ea4101221ade [Pipeline] echo [2020-12-07T23:09:23.002Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f5267b6 [Pipeline] echo [2020-12-07T23:09:23.087Z] [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-07T23:09:23.776Z] + git log --format=format:%s -1 f5267b6caa91b5d421be6975e9b8ea4101221ade [Pipeline] echo [2020-12-07T23:09:23.846Z] GIT_COMMIT: f5267b6caa91b5d421be6975e9b8ea4101221ade, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo [2020-12-07T23:09:23.919Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:09:24.517Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T23:09:24.778Z] [2020-12-07T23:09:24.778Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:09:25.131Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T23:09:25.131Z] latest: Pulling from edgex-devops/git-semver [2020-12-07T23:09:25.131Z] 31603596830f: Pulling fs layer [2020-12-07T23:09:25.131Z] 2a8b12db71e7: Pulling fs layer [2020-12-07T23:09:25.131Z] 6ca5941a6612: Pulling fs layer [2020-12-07T23:09:25.131Z] ecc8261a40a4: Pulling fs layer [2020-12-07T23:09:25.131Z] ecc8261a40a4: Waiting [2020-12-07T23:09:25.131Z] 2a8b12db71e7: Verifying Checksum [2020-12-07T23:09:25.131Z] 2a8b12db71e7: Download complete [2020-12-07T23:09:25.401Z] 31603596830f: Verifying Checksum [2020-12-07T23:09:25.401Z] 31603596830f: Download complete [2020-12-07T23:09:25.401Z] ecc8261a40a4: Verifying Checksum [2020-12-07T23:09:25.401Z] ecc8261a40a4: Download complete [2020-12-07T23:09:25.401Z] 6ca5941a6612: Verifying Checksum [2020-12-07T23:09:25.663Z] 31603596830f: Pull complete [2020-12-07T23:09:25.929Z] 2a8b12db71e7: Pull complete [2020-12-07T23:09:26.505Z] 6ca5941a6612: Pull complete [2020-12-07T23:09:27.080Z] ecc8261a40a4: Pull complete [2020-12-07T23:09:27.080Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-07T23:09:27.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-07T23:09:27.080Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-07T23:09:27.247Z] prd-centos7-docker-4c-2g-14973 does not seem to be running inside a container [2020-12-07T23:09:27.312Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-583 -v /w/workspace/ndry_app-functions-sdk-go_PR-583:/w/workspace/ndry_app-functions-sdk-go_PR-583:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-583@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-583@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-07T23:09:29.428Z] $ docker top 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-07T23:09:29.868Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T23:09:29.868Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T23:09:30.118Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T23:09:30.125Z] $ docker exec 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 ssh-agent [2020-12-07T23:09:30.303Z] SSH_AUTH_SOCK=/tmp/ssh-gOB0xyLFzZR1/agent.11 [2020-12-07T23:09:30.303Z] SSH_AGENT_PID=16 [2020-12-07T23:09:30.321Z] Running ssh-add (command line suppressed) [2020-12-07T23:09:30.468Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-583@tmp/private_key_6112447613337691320.key (/w/workspace/ndry_app-functions-sdk-go_PR-583@tmp/private_key_6112447613337691320.key) [2020-12-07T23:09:30.547Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T23:09:30.928Z] + git tag --points-at HEAD [Pipeline] } [2020-12-07T23:09:30.957Z] $ docker exec --env ******** --env ******** 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 ssh-agent -k [2020-12-07T23:09:31.076Z] unset SSH_AUTH_SOCK; [2020-12-07T23:09:31.077Z] unset SSH_AGENT_PID; [2020-12-07T23:09:31.077Z] echo Agent pid 16 killed; [2020-12-07T23:09:31.146Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-07T23:09:31.324Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-07T23:09:31.324Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-07T23:09:31.512Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-07T23:09:31.519Z] $ docker exec 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 ssh-agent [2020-12-07T23:09:31.692Z] SSH_AUTH_SOCK=/tmp/ssh-4SgPOgZafkAu/agent.45 [2020-12-07T23:09:31.692Z] SSH_AGENT_PID=50 [2020-12-07T23:09:31.700Z] Running ssh-add (command line suppressed) [2020-12-07T23:09:31.824Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-583@tmp/private_key_366705700647543669.key (/w/workspace/ndry_app-functions-sdk-go_PR-583@tmp/private_key_366705700647543669.key) [2020-12-07T23:09:31.873Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-07T23:09:32.287Z] + git semver init [2020-12-07T23:09:32.288Z] # -> Open(): unable to determine branch for HEAD [2020-12-07T23:09:32.288Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-583/.git [2020-12-07T23:09:32.288Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-583 [2020-12-07T23:09:32.288Z] # $SEMVER_REMOTE_NAME = origin [2020-12-07T23:09:32.288Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-07T23:09:32.288Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-07T23:09:32.288Z] # $SEMVER_BRANCH = PR-583 [2020-12-07T23:09:32.288Z] # $SEMVER_TEMP = /tmp/semver-335918113 [2020-12-07T23:09:32.288Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-12-07T23:09:34.916Z] # '/tmp/semver-335918113' -> '/w/workspace/ndry_app-functions-sdk-go_PR-583/.semver' [2020-12-07T23:09:34.916Z] # -> Force: false [2020-12-07T23:09:34.916Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-583/.semver [Pipeline] } [2020-12-07T23:09:34.939Z] $ docker exec --env ******** --env ******** 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 ssh-agent -k [2020-12-07T23:09:35.083Z] unset SSH_AUTH_SOCK; [2020-12-07T23:09:35.083Z] unset SSH_AGENT_PID; [2020-12-07T23:09:35.083Z] echo Agent pid 50 killed; [2020-12-07T23:09:35.145Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-07T23:09:35.676Z] + git semver [Pipeline] } [2020-12-07T23:09:35.727Z] $ docker stop --time=1 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 [2020-12-07T23:09:37.231Z] $ docker rm -f 1c8093dc363df19f276f68e4252a7f70cf441f37c77dc8511862fe20da1f8fe8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T23:09:37.703Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-07T23:09:38.263Z] Stashed 1 file(s) [Pipeline] echo [2020-12-07T23:09:38.266Z] [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-07T23:09:53.829Z] Still waiting to schedule task [2020-12-07T23:09:53.830Z] ‘prd-centos7-blackbox-4c-2g-14966’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-14365’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-14967’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-14971’ is offline; ‘prd-centos7-docker-4c-2g-14972’ is offline; ‘prd-centos7-docker-4c-2g-14977’ is offline; ‘prd-centos7-docker-4c-2g-14979’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14962’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14965’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-12-07T23:09:53.833Z] Still waiting to schedule task [2020-12-07T23:09:53.833Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-07T23:10:25.927Z] Running on prd-centos7-docker-4c-2g-14980 in /w/workspace/ndry_app-functions-sdk-go_PR-583 [Pipeline] { [Pipeline] ws [2020-12-07T23:10:25.992Z] Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-12-07T23:10:28.769Z] using credential edgex-jenkins-ssh [2020-12-07T23:10:28.829Z] Cloning the remote Git repository [2020-12-07T23:10:28.865Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:10:28.941Z] > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 [2020-12-07T23:10:29.004Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:10:29.005Z] > git --version # timeout=10 [2020-12-07T23:10:29.013Z] > git --version # 'git version 2.24.3' [2020-12-07T23:10:29.014Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:10:29.054Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T23:10:30.628Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-07T23:10:30.634Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T23:10:30.647Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-07T23:10:30.660Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:10:30.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:10:30.666Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T23:10:31.043Z] Merging remotes/origin/master commit d5e638f2527a7df0e2423fefa94ca91616313c76 into PR head commit f5267b6caa91b5d421be6975e9b8ea4101221ade [2020-12-07T23:10:31.152Z] Merge succeeded, producing f5267b6caa91b5d421be6975e9b8ea4101221ade [2020-12-07T23:10:31.153Z] Checking out Revision f5267b6caa91b5d421be6975e9b8ea4101221ade (PR-583) [2020-12-07T23:10:31.053Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T23:10:31.061Z] > git checkout -f f5267b6caa91b5d421be6975e9b8ea4101221ade # timeout=10 [2020-12-07T23:10:31.114Z] > git remote # timeout=10 [2020-12-07T23:10:31.121Z] > git config --get remote.origin.url # timeout=10 [2020-12-07T23:10:31.130Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:10:31.135Z] > git merge d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 [2020-12-07T23:10:31.147Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-07T23:10:31.158Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T23:10:31.163Z] > git checkout -f f5267b6caa91b5d421be6975e9b8ea4101221ade # timeout=10 [2020-12-07T23:10:34.842Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-07T23:10:36.238Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-07T23:10:36.580Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T23:10:36.888Z] + sudo service docker restart [2020-12-07T23:10:36.888Z] + true [2020-12-07T23:10:36.888Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2020-12-07T23:10:38.453Z] ========================================================= [2020-12-07T23:10:38.453Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-07T23:10:38.453Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:10:38.815Z] + 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-07T23:10:39.390Z] Sending build context to Docker daemon 19.15MB [2020-12-07T23:10:39.390Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-07T23:10:39.390Z] Step 2/8 : FROM ${BASE} [2020-12-07T23:10:39.653Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-07T23:10:39.653Z] 188c0c94c7c5: Pulling fs layer [2020-12-07T23:10:39.654Z] 0ef7d3d256c8: Pulling fs layer [2020-12-07T23:10:39.654Z] de9db76c5a1d: Pulling fs layer [2020-12-07T23:10:39.654Z] bca2f99d35d6: Pulling fs layer [2020-12-07T23:10:39.654Z] 93359f2a8cfa: Pulling fs layer [2020-12-07T23:10:39.654Z] 7c6f9722023f: Pulling fs layer [2020-12-07T23:10:39.654Z] a35cf1a2eb13: Pulling fs layer [2020-12-07T23:10:39.654Z] 7c6f9722023f: Waiting [2020-12-07T23:10:39.654Z] 93359f2a8cfa: Waiting [2020-12-07T23:10:39.654Z] a35cf1a2eb13: Waiting [2020-12-07T23:10:39.654Z] bca2f99d35d6: Waiting [2020-12-07T23:10:39.654Z] de9db76c5a1d: Verifying Checksum [2020-12-07T23:10:39.654Z] de9db76c5a1d: Download complete [2020-12-07T23:10:39.654Z] 0ef7d3d256c8: Verifying Checksum [2020-12-07T23:10:39.654Z] 0ef7d3d256c8: Download complete [2020-12-07T23:10:39.654Z] 93359f2a8cfa: Verifying Checksum [2020-12-07T23:10:39.654Z] 93359f2a8cfa: Download complete [2020-12-07T23:10:39.654Z] 7c6f9722023f: Verifying Checksum [2020-12-07T23:10:39.654Z] 7c6f9722023f: Download complete [2020-12-07T23:10:39.654Z] 188c0c94c7c5: Verifying Checksum [2020-12-07T23:10:39.654Z] 188c0c94c7c5: Download complete [2020-12-07T23:10:39.918Z] 188c0c94c7c5: Pull complete [2020-12-07T23:10:40.182Z] 0ef7d3d256c8: Pull complete [2020-12-07T23:10:40.182Z] de9db76c5a1d: Pull complete [2020-12-07T23:10:41.597Z] a35cf1a2eb13: Verifying Checksum [2020-12-07T23:10:41.597Z] a35cf1a2eb13: Download complete [2020-12-07T23:10:42.175Z] bca2f99d35d6: Verifying Checksum [2020-12-07T23:10:42.175Z] bca2f99d35d6: Download complete [2020-12-07T23:10:47.511Z] bca2f99d35d6: Pull complete [2020-12-07T23:10:47.511Z] 93359f2a8cfa: Pull complete [2020-12-07T23:10:47.511Z] 7c6f9722023f: Pull complete [2020-12-07T23:10:55.742Z] a35cf1a2eb13: Pull complete [2020-12-07T23:10:55.742Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-07T23:10:55.742Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-07T23:10:55.742Z] ---> a62c8e92a672 [2020-12-07T23:10:55.742Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T23:10:55.742Z] latest: Pulling from library/docker [2020-12-07T23:10:55.742Z] 188c0c94c7c5: Already exists [2020-12-07T23:10:55.742Z] 0c7c675703d6: Pulling fs layer [2020-12-07T23:10:55.742Z] cc8c12a437cb: Pulling fs layer [2020-12-07T23:10:55.742Z] f092543453df: Pulling fs layer [2020-12-07T23:10:55.742Z] 65b6bc45957d: Pulling fs layer [2020-12-07T23:10:55.742Z] 4de832df471b: Pulling fs layer [2020-12-07T23:10:55.742Z] 79aa7fa92271: Pulling fs layer [2020-12-07T23:10:55.742Z] 65b6bc45957d: Waiting [2020-12-07T23:10:55.742Z] 4de832df471b: Waiting [2020-12-07T23:10:55.742Z] 79aa7fa92271: Waiting [2020-12-07T23:10:55.742Z] cc8c12a437cb: Verifying Checksum [2020-12-07T23:10:55.742Z] cc8c12a437cb: Download complete [2020-12-07T23:10:55.742Z] 65b6bc45957d: Verifying Checksum [2020-12-07T23:10:55.742Z] 65b6bc45957d: Download complete [2020-12-07T23:10:55.742Z] 4de832df471b: Download complete [2020-12-07T23:10:55.742Z] 0c7c675703d6: Verifying Checksum [2020-12-07T23:10:55.742Z] 0c7c675703d6: Download complete [2020-12-07T23:10:55.742Z] 79aa7fa92271: Verifying Checksum [2020-12-07T23:10:55.742Z] 79aa7fa92271: Download complete [2020-12-07T23:10:55.742Z] 0c7c675703d6: Pull complete [2020-12-07T23:10:55.742Z] cc8c12a437cb: Pull complete [2020-12-07T23:10:56.011Z] f092543453df: Verifying Checksum [2020-12-07T23:10:56.011Z] f092543453df: Download complete [2020-12-07T23:10:59.341Z] f092543453df: Pull complete [2020-12-07T23:10:59.341Z] 65b6bc45957d: Pull complete [2020-12-07T23:10:59.341Z] 4de832df471b: Pull complete [2020-12-07T23:10:59.609Z] 79aa7fa92271: Pull complete [2020-12-07T23:10:59.609Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T23:10:59.609Z] Status: Downloaded newer image for docker:latest [2020-12-07T23:11:02.179Z] ---> 9b059814c497 [2020-12-07T23:11:02.179Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-07T23:11:02.179Z] ---> Running in 28f49c835b72 [2020-12-07T23:11:02.179Z] Removing intermediate container 28f49c835b72 [2020-12-07T23:11:02.179Z] ---> d99f7c18a27c [2020-12-07T23:11:02.179Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-07T23:11:02.179Z] ---> Running in f227182d389d [2020-12-07T23:11:03.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-07T23:11:03.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-07T23:11:04.662Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-07T23:11:04.927Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-07T23:11:05.189Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-07T23:11:05.189Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-07T23:11:05.189Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-07T23:11:05.454Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T23:11:05.454Z] OK: 167 MiB in 44 packages [2020-12-07T23:11:06.032Z] Removing intermediate container f227182d389d [2020-12-07T23:11:06.032Z] ---> 26096485dadf [2020-12-07T23:11:06.032Z] Step 6/8 : WORKDIR /build [2020-12-07T23:11:06.032Z] ---> Running in 80c2eb3880f5 [2020-12-07T23:11:06.315Z] Removing intermediate container 80c2eb3880f5 [2020-12-07T23:11:06.315Z] ---> e69357decde1 [2020-12-07T23:11:06.315Z] Step 7/8 : COPY go.mod . [2020-12-07T23:11:06.602Z] ---> 71e422be561a [2020-12-07T23:11:06.602Z] Step 8/8 : RUN go mod download [2020-12-07T23:11:06.602Z] ---> Running in 92db211837f1 [2020-12-07T23:11:28.743Z] Removing intermediate container 92db211837f1 [2020-12-07T23:11:28.743Z] ---> edbb007ea7a6 [2020-12-07T23:11:28.743Z] Successfully built edbb007ea7a6 [2020-12-07T23:11:28.743Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:11:29.060Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T23:11:29.061Z] . [Pipeline] withDockerContainer [2020-12-07T23:11:29.199Z] prd-centos7-docker-4c-2g-14980 does not seem to be running inside a container [2020-12-07T23:11:29.276Z] $ 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 ******** ci-base-image-x86_64 cat [2020-12-07T23:11:30.095Z] $ docker top d88ed83326bde06618545919a044c62c90f6cf326d64648c3f851fde21f73e7e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:11:30.591Z] + go version [2020-12-07T23:11:30.592Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-07T23:11:30.611Z] $ docker stop --time=1 d88ed83326bde06618545919a044c62c90f6cf326d64648c3f851fde21f73e7e [2020-12-07T23:11:31.967Z] $ docker rm -f d88ed83326bde06618545919a044c62c90f6cf326d64648c3f851fde21f73e7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:11:32.848Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-07T23:11:32.849Z] . [Pipeline] withDockerContainer [2020-12-07T23:11:32.948Z] prd-centos7-docker-4c-2g-14980 does not seem to be running inside a container [2020-12-07T23:11:33.015Z] $ 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 ******** ci-base-image-x86_64 cat [2020-12-07T23:11:33.598Z] $ docker top da5ef57c60ea40c644383ab6e71549144cd13bc2b48689b0473dcc66581a9588 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:11:34.116Z] + make test [2020-12-07T23:11:34.116Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-07T23:11:35.541Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-07T23:11:43.812Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.035s coverage: 86.2% of statements [2020-12-07T23:11:53.918Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.024s coverage: 52.0% of statements [2020-12-07T23:11:53.918Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-07T23:11:53.918Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-07T23:11:53.918Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.030s coverage: 54.7% of statements [2020-12-07T23:11:53.918Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-07T23:11:53.918Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.021s coverage: 69.1% of statements [2020-12-07T23:12:08.856Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.418s coverage: 61.6% of statements [2020-12-07T23:12:08.856Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements [2020-12-07T23:12:08.856Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements [2020-12-07T23:12:08.856Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.014s coverage: 100.0% of statements [2020-12-07T23:12:08.856Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.006s coverage: 100.0% of statements [2020-12-07T23:12:08.856Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements [2020-12-07T23:12:08.856Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-07T23:12:08.856Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-07T23:12:08.856Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-07T23:12:08.856Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-07T23:12:08.856Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-07T23:12:08.856Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-07T23:12:08.856Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-07T23:12:08.856Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements [2020-12-07T23:12:08.856Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-07T23:12:08.856Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-07T23:12:08.856Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.009s coverage: 8.8% of statements [2020-12-07T23:12:08.856Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.918s coverage: 75.0% of statements [2020-12-07T23:12:08.856Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-07T23:12:08.856Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements [2020-12-07T23:12:08.857Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements [2020-12-07T23:12:08.857Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.012s coverage: 80.5% of statements [2020-12-07T23:12:08.857Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.006s coverage: 71.7% of statements [2020-12-07T23:12:18.992Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14984 in /w/workspace/ndry_app-functions-sdk-go_PR-583 [Pipeline] { [Pipeline] ws [2020-12-07T23:12:19.050Z] Running in /w/workspace/app-functions-sdk-go/4 [Pipeline] { [Pipeline] checkout [2020-12-07T23:12:23.816Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.033s coverage: 71.0% of statements [2020-12-07T23:12:23.816Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements [2020-12-07T23:12:23.816Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-07T23:12:25.479Z] using credential edgex-jenkins-ssh [2020-12-07T23:12:25.544Z] Cloning the remote Git repository [2020-12-07T23:12:25.668Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:12:25.823Z] > git init /w/workspace/app-functions-sdk-go/4 # timeout=10 [2020-12-07T23:12:25.940Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:12:25.942Z] > git --version # timeout=10 [2020-12-07T23:12:25.966Z] > git --version # 'git version 2.17.1' [2020-12-07T23:12:25.968Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:12:26.034Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T23:12:28.096Z] gofmt -l . [2020-12-07T23:12:28.097Z] [ "`gofmt -l .`" = "" ] [2020-12-07T23:12:28.097Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-07T23:12:28.377Z] $ docker stop --time=1 da5ef57c60ea40c644383ab6e71549144cd13bc2b48689b0473dcc66581a9588 [2020-12-07T23:12:29.442Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-07T23:12:29.461Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-07T23:12:30.103Z] $ docker rm -f da5ef57c60ea40c644383ab6e71549144cd13bc2b48689b0473dcc66581a9588 [2020-12-07T23:12:30.194Z] Merging remotes/origin/master commit d5e638f2527a7df0e2423fefa94ca91616313c76 into PR head commit f5267b6caa91b5d421be6975e9b8ea4101221ade [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T23:12:30.452Z] Merge succeeded, producing f5267b6caa91b5d421be6975e9b8ea4101221ade [2020-12-07T23:12:30.452Z] Checking out Revision f5267b6caa91b5d421be6975e9b8ea4101221ade (PR-583) [2020-12-07T23:12:30.734Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-07T23:12:29.498Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-07T23:12:29.549Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-07T23:12:29.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:12:29.566Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-07T23:12:30.212Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T23:12:30.225Z] > git checkout -f f5267b6caa91b5d421be6975e9b8ea4101221ade # timeout=10 [2020-12-07T23:12:30.350Z] > git remote # timeout=10 [2020-12-07T23:12:30.370Z] > git config --get remote.origin.url # timeout=10 [2020-12-07T23:12:30.389Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-07T23:12:30.404Z] > git merge d5e638f2527a7df0e2423fefa94ca91616313c76 # timeout=10 [2020-12-07T23:12:30.433Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-07T23:12:30.460Z] > git config core.sparsecheckout # timeout=10 [2020-12-07T23:12:30.486Z] > git checkout -f f5267b6caa91b5d421be6975e9b8ea4101221ade # timeout=10 [2020-12-07T23:12:31.155Z] 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-07T23:12:34.916Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-07T23:12:36.434Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-07T23:12:36.890Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-07T23:12:37.232Z] + sudo service docker+ restart [2020-12-07T23:12:37.232Z] true [Pipeline] unstash [Pipeline] echo [2020-12-07T23:12:40.190Z] ========================================================= [2020-12-07T23:12:40.190Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-07T23:12:40.190Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:12:40.696Z] + 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-07T23:12:41.683Z] Sending build context to Docker daemon 19.15MB [2020-12-07T23:12:41.970Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-07T23:12:41.970Z] Step 2/8 : FROM ${BASE} [2020-12-07T23:12:42.245Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-07T23:12:42.245Z] 5f621e34cdf4: Pulling fs layer [2020-12-07T23:12:42.245Z] a4357932f1b6: Pulling fs layer [2020-12-07T23:12:42.245Z] 18c013af1878: Pulling fs layer [2020-12-07T23:12:42.245Z] 00ac8860ef70: Pulling fs layer [2020-12-07T23:12:42.245Z] 63d7cb157983: Pulling fs layer [2020-12-07T23:12:42.245Z] b116817d02f9: Pulling fs layer [2020-12-07T23:12:42.245Z] 745a02a5169b: Pulling fs layer [2020-12-07T23:12:42.245Z] b116817d02f9: Waiting [2020-12-07T23:12:42.245Z] 63d7cb157983: Waiting [2020-12-07T23:12:42.245Z] 745a02a5169b: Waiting [2020-12-07T23:12:42.245Z] 00ac8860ef70: Waiting [2020-12-07T23:12:42.245Z] 18c013af1878: Verifying Checksum [2020-12-07T23:12:42.245Z] 18c013af1878: Download complete [2020-12-07T23:12:42.245Z] a4357932f1b6: Verifying Checksum [2020-12-07T23:12:42.245Z] a4357932f1b6: Download complete [2020-12-07T23:12:42.245Z] 63d7cb157983: Download complete [2020-12-07T23:12:42.245Z] b116817d02f9: Verifying Checksum [2020-12-07T23:12:42.245Z] b116817d02f9: Download complete [2020-12-07T23:12:42.245Z] 5f621e34cdf4: Download complete [2020-12-07T23:12:42.849Z] 5f621e34cdf4: Pull complete [2020-12-07T23:12:43.461Z] a4357932f1b6: Pull complete [2020-12-07T23:12:43.744Z] 18c013af1878: Pull complete [2020-12-07T23:12:44.732Z] 745a02a5169b: Verifying Checksum [2020-12-07T23:12:44.732Z] 745a02a5169b: Download complete [2020-12-07T23:12:46.720Z] 00ac8860ef70: Verifying Checksum [2020-12-07T23:12:46.720Z] 00ac8860ef70: Download complete [2020-12-07T23:12:56.933Z] 00ac8860ef70: Pull complete [2020-12-07T23:12:57.208Z] 63d7cb157983: Pull complete [2020-12-07T23:12:57.489Z] b116817d02f9: Pull complete [2020-12-07T23:13:01.823Z] 745a02a5169b: Pull complete [2020-12-07T23:13:01.823Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-07T23:13:01.823Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-07T23:13:01.823Z] ---> b7e6874047d6 [2020-12-07T23:13:01.823Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-07T23:13:01.823Z] latest: Pulling from library/docker [2020-12-07T23:13:01.823Z] 5f621e34cdf4: Already exists [2020-12-07T23:13:01.823Z] 85db56a05063: Pulling fs layer [2020-12-07T23:13:01.823Z] ccb67d6aeaaa: Pulling fs layer [2020-12-07T23:13:01.823Z] de930078acea: Pulling fs layer [2020-12-07T23:13:01.823Z] d5a9d88a4785: Pulling fs layer [2020-12-07T23:13:01.823Z] e7f15c1544d5: Pulling fs layer [2020-12-07T23:13:01.823Z] 877c515997d3: Pulling fs layer [2020-12-07T23:13:01.823Z] d5a9d88a4785: Waiting [2020-12-07T23:13:01.823Z] e7f15c1544d5: Waiting [2020-12-07T23:13:01.823Z] ccb67d6aeaaa: Verifying Checksum [2020-12-07T23:13:01.823Z] ccb67d6aeaaa: Download complete [2020-12-07T23:13:01.823Z] d5a9d88a4785: Download complete [2020-12-07T23:13:01.823Z] e7f15c1544d5: Download complete [2020-12-07T23:13:01.823Z] 85db56a05063: Verifying Checksum [2020-12-07T23:13:01.823Z] 85db56a05063: Download complete [2020-12-07T23:13:01.823Z] 877c515997d3: Download complete [2020-12-07T23:13:02.823Z] 85db56a05063: Pull complete [2020-12-07T23:13:03.100Z] ccb67d6aeaaa: Pull complete [2020-12-07T23:13:03.100Z] de930078acea: Verifying Checksum [2020-12-07T23:13:03.100Z] de930078acea: Download complete [2020-12-07T23:13:06.498Z] de930078acea: Pull complete [2020-12-07T23:13:06.498Z] d5a9d88a4785: Pull complete [2020-12-07T23:13:06.775Z] e7f15c1544d5: Pull complete [2020-12-07T23:13:07.054Z] 877c515997d3: Pull complete [2020-12-07T23:13:07.329Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-07T23:13:07.329Z] Status: Downloaded newer image for docker:latest [2020-12-07T23:13:14.073Z] ---> 9b81c6069100 [2020-12-07T23:13:14.073Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-07T23:13:14.352Z] ---> Running in f0a8897c2c93 [2020-12-07T23:13:14.955Z] Removing intermediate container f0a8897c2c93 [2020-12-07T23:13:14.955Z] ---> c54ed0a52dc6 [2020-12-07T23:13:14.955Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-07T23:13:14.955Z] ---> Running in 1a6f7a1db464 [2020-12-07T23:13:16.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-07T23:13:17.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-07T23:13:18.367Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-07T23:13:18.367Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-07T23:13:18.367Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-07T23:13:18.367Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-07T23:13:18.650Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-07T23:13:18.650Z] Executing busybox-1.31.1-r19.trigger [2020-12-07T23:13:18.650Z] OK: 144 MiB in 44 packages [2020-12-07T23:13:20.133Z] Removing intermediate container 1a6f7a1db464 [2020-12-07T23:13:20.133Z] ---> ecfb3a39ef7d [2020-12-07T23:13:20.133Z] Step 6/8 : WORKDIR /build [2020-12-07T23:13:20.409Z] ---> Running in f5de14e6d064 [2020-12-07T23:13:21.013Z] Removing intermediate container f5de14e6d064 [2020-12-07T23:13:21.013Z] ---> bdfc139d248f [2020-12-07T23:13:21.013Z] Step 7/8 : COPY go.mod . [2020-12-07T23:13:21.613Z] ---> 1dbf79938ef9 [2020-12-07T23:13:21.613Z] Step 8/8 : RUN go mod download [2020-12-07T23:13:21.888Z] ---> Running in ad30db2fbe74 [2020-12-07T23:13:48.690Z] Removing intermediate container ad30db2fbe74 [2020-12-07T23:13:48.690Z] ---> 81289aec8c96 [2020-12-07T23:13:48.690Z] Successfully built 81289aec8c96 [2020-12-07T23:13:48.690Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:13:49.046Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T23:13:49.046Z] . [Pipeline] withDockerContainer [2020-12-07T23:13:49.306Z] prd-ubuntu18.04-docker-arm64-4c-16g-14984 does not seem to be running inside a container [2020-12-07T23:13:49.398Z] $ 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 ******** ci-base-image-arm64 cat [2020-12-07T23:13:50.892Z] $ docker top 1ddf419b83edfa58336770fd3aca8ea51fd43fd542acd328123349d662f24528 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:13:51.926Z] + go version [2020-12-07T23:13:51.926Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-07T23:13:51.988Z] $ docker stop --time=1 1ddf419b83edfa58336770fd3aca8ea51fd43fd542acd328123349d662f24528 [2020-12-07T23:13:53.957Z] $ docker rm -f 1ddf419b83edfa58336770fd3aca8ea51fd43fd542acd328123349d662f24528 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:13:55.075Z] + docker inspect -f . ci-base-image-arm64 [2020-12-07T23:13:55.075Z] . [Pipeline] withDockerContainer [2020-12-07T23:13:55.377Z] prd-ubuntu18.04-docker-arm64-4c-16g-14984 does not seem to be running inside a container [2020-12-07T23:13:55.480Z] $ 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 ******** ci-base-image-arm64 cat [2020-12-07T23:13:57.048Z] $ docker top f6e1db8da589131e8040abf3f401cc8d935902c9db9cb80755284d49ed74f100 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:13:58.073Z] + make test [2020-12-07T23:13:58.073Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-07T23:13:59.511Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-07T23:14:21.715Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.036s coverage: 86.2% of statements [2020-12-07T23:14:48.611Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.056s coverage: 52.0% of statements [2020-12-07T23:14:48.611Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-07T23:14:48.611Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-07T23:14:48.611Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.081s coverage: 54.7% of statements [2020-12-07T23:14:48.611Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-07T23:14:48.611Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.038s coverage: 69.1% of statements [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.448s coverage: 61.6% of statements [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.033s coverage: 100.0% of statements [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.015s coverage: 100.0% of statements [2020-12-07T23:14:58.784Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-07T23:14:58.784Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-07T23:14:58.784Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-07T23:14:58.784Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-07T23:14:58.784Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-07T23:14:58.784Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-07T23:14:58.784Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements [2020-12-07T23:14:58.784Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-07T23:14:58.784Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 8.8% of statements [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.938s coverage: 75.0% of statements [2020-12-07T23:14:58.784Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.039s coverage: 89.7% of statements [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.026s coverage: 88.9% of statements [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.038s coverage: 80.5% of statements [2020-12-07T23:14:58.784Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.027s coverage: 71.7% of statements [2020-12-07T23:15:25.554Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.054s coverage: 71.0% of statements [2020-12-07T23:15:25.554Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.015s coverage: 94.4% of statements [2020-12-07T23:15:25.554Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-07T23:15:32.309Z] gofmt -l . [2020-12-07T23:15:32.907Z] [ "`gofmt -l .`" = "" ] [2020-12-07T23:15:33.183Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-07T23:15:33.807Z] $ docker stop --time=1 f6e1db8da589131e8040abf3f401cc8d935902c9db9cb80755284d49ed74f100 [2020-12-07T23:15:35.890Z] $ docker rm -f f6e1db8da589131e8040abf3f401cc8d935902c9db9cb80755284d49ed74f100 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-07T23:15:36.814Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-07T23:15:36.835Z] Warning: overwriting stash ‘coverage-report’ [2020-12-07T23:15:37.711Z] 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-07T23:15:39.403Z] provisioning config files... [2020-12-07T23:15:39.419Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-583@tmp/config836664416324695838tmp [Pipeline] { [Pipeline] sh [2020-12-07T23:15:39.792Z] + set +x [2020-12-07T23:15:39.792Z] + curl -s https://codecov.io/bash [2020-12-07T23:15:39.792Z] + bash -s -- [2020-12-07T23:15:40.054Z] [2020-12-07T23:15:40.054Z] _____ _ [2020-12-07T23:15:40.054Z] / ____| | | [2020-12-07T23:15:40.054Z] | | ___ __| | ___ ___ _____ __ [2020-12-07T23:15:40.054Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-07T23:15:40.054Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-07T23:15:40.054Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-07T23:15:40.054Z] Bash-20201130-cc6d3fe [2020-12-07T23:15:40.054Z] [2020-12-07T23:15:40.054Z] [2020-12-07T23:15:40.054Z] ==> Jenkins CI detected. [2020-12-07T23:15:40.054Z] project root: . [2020-12-07T23:15:40.054Z] --> token set from env [2020-12-07T23:15:40.054Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-07T23:15:40.054Z] ==> Running gcov in . (disable via -X gcov) [2020-12-07T23:15:40.054Z] ==> Python coveragepy not found [2020-12-07T23:15:40.054Z] ==> Searching for coverage reports in: [2020-12-07T23:15:40.054Z] + . [2020-12-07T23:15:40.054Z] -> Found 1 reports [2020-12-07T23:15:40.054Z] ==> Detecting git/mercurial file structure [2020-12-07T23:15:40.054Z] ==> Reading reports [2020-12-07T23:15:40.054Z] + ./coverage.out bytes=89248 [2020-12-07T23:15:40.054Z] ==> Appending adjustments [2020-12-07T23:15:40.054Z] https://docs.codecov.io/docs/fixing-reports [2020-12-07T23:15:40.628Z] + Found adjustments [2020-12-07T23:15:40.628Z] ==> Gzipping contents [2020-12-07T23:15:40.628Z] 16K /tmp/codecov.rfdSML.gz [2020-12-07T23:15:40.628Z] ==> Uploading reports [2020-12-07T23:15:40.628Z] url: https://codecov.io [2020-12-07T23:15:40.628Z] query: branch=PR-583&commit=f5267b6caa91b5d421be6975e9b8ea4101221ade&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-583%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=583&job=&cmd_args= [2020-12-07T23:15:40.628Z] -> Pinging Codecov [2020-12-07T23:15:40.628Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-583&commit=f5267b6caa91b5d421be6975e9b8ea4101221ade&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-583%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=583&job=&cmd_args= [2020-12-07T23:15:41.210Z] -> Uploading to [2020-12-07T23:15:41.210Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-07/3D8B5DFFC46A037C893635FACE044666/f5267b6caa91b5d421be6975e9b8ea4101221ade/65f13dd7-acf4-4e57-a703-530cad644b77.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201207T231540Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f0705ab4c735d18e5d4231cf3025b457c8ff9ee4d1967c478e7d187f0ccfeb56 [2020-12-07T23:15:41.210Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-07T23:15:41.210Z] Dload Upload Total Spent Left Speed [2020-12-07T23:15:41.472Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15615 0 0 100 15615 0 38382 --:--:-- --:--:-- --:--:-- 38460 [2020-12-07T23:15:41.473Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/f5267b6caa91b5d421be6975e9b8ea4101221ade [Pipeline] } [2020-12-07T23:15:41.483Z] 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-07T23:15:44.127Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:15:44.434Z] ---> package-listing.sh [2020-12-07T23:15:44.434Z] ++ facter osfamily [2020-12-07T23:15:44.434Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-07T23:15:44.434Z] + OS_FAMILY=redhat [2020-12-07T23:15:44.434Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-583 [2020-12-07T23:15:44.434Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-07T23:15:44.434Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-07T23:15:44.434Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-07T23:15:44.434Z] + PACKAGES=/tmp/packages_start.txt [2020-12-07T23:15:44.434Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-583 ']' [2020-12-07T23:15:44.434Z] + PACKAGES=/tmp/packages_end.txt [2020-12-07T23:15:44.434Z] + case "${OS_FAMILY}" in [2020-12-07T23:15:44.434Z] + rpm -qa [2020-12-07T23:15:44.434Z] + sort [2020-12-07T23:15:49.743Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-07T23:15:49.743Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-07T23:15:49.743Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-07T23:15:49.743Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-583 ']' [2020-12-07T23:15:49.743Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-583/archives/ [2020-12-07T23:15:49.743Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-583/archives/ [Pipeline] echo [2020-12-07T23:15:49.755Z] 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-583/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-07T23:15:50.045Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:15:50.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T23:15:50.351Z] [2020-12-07T23:15:50.351Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-07T23:15:50.708Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T23:15:50.708Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-07T23:15:50.708Z] df20fa9351a1: Pulling fs layer [2020-12-07T23:15:50.708Z] 36b3adc4ff6f: Pulling fs layer [2020-12-07T23:15:50.708Z] 8ad3a11d3b57: Pulling fs layer [2020-12-07T23:15:50.708Z] 46f8f816bc3b: Pulling fs layer [2020-12-07T23:15:50.708Z] 93b61091891f: Pulling fs layer [2020-12-07T23:15:50.708Z] 93b9cdb0e59b: Pulling fs layer [2020-12-07T23:15:50.708Z] 5e14af77c1be: Pulling fs layer [2020-12-07T23:15:50.708Z] 01666e4c0597: Pulling fs layer [2020-12-07T23:15:50.708Z] aa168da1d23b: Pulling fs layer [2020-12-07T23:15:50.708Z] 5e14af77c1be: Waiting [2020-12-07T23:15:50.708Z] 01666e4c0597: Waiting [2020-12-07T23:15:50.708Z] 46f8f816bc3b: Waiting [2020-12-07T23:15:50.708Z] aa168da1d23b: Waiting [2020-12-07T23:15:50.708Z] 93b61091891f: Waiting [2020-12-07T23:15:50.708Z] 93b9cdb0e59b: Waiting [2020-12-07T23:15:50.708Z] 36b3adc4ff6f: Verifying Checksum [2020-12-07T23:15:50.708Z] 36b3adc4ff6f: Download complete [2020-12-07T23:15:50.708Z] 46f8f816bc3b: Verifying Checksum [2020-12-07T23:15:50.708Z] 46f8f816bc3b: Download complete [2020-12-07T23:15:50.974Z] df20fa9351a1: Verifying Checksum [2020-12-07T23:15:50.974Z] df20fa9351a1: Download complete [2020-12-07T23:15:50.974Z] 93b9cdb0e59b: Verifying Checksum [2020-12-07T23:15:50.974Z] 93b9cdb0e59b: Download complete [2020-12-07T23:15:50.974Z] 93b61091891f: Verifying Checksum [2020-12-07T23:15:50.974Z] 93b61091891f: Download complete [2020-12-07T23:15:50.974Z] 5e14af77c1be: Download complete [2020-12-07T23:15:50.974Z] 01666e4c0597: Verifying Checksum [2020-12-07T23:15:50.974Z] 01666e4c0597: Download complete [2020-12-07T23:15:51.241Z] df20fa9351a1: Pull complete [2020-12-07T23:15:51.508Z] 36b3adc4ff6f: Pull complete [2020-12-07T23:15:51.508Z] 8ad3a11d3b57: Verifying Checksum [2020-12-07T23:15:51.508Z] 8ad3a11d3b57: Download complete [2020-12-07T23:15:52.474Z] 8ad3a11d3b57: Pull complete [2020-12-07T23:15:52.474Z] 46f8f816bc3b: Pull complete [2020-12-07T23:15:53.061Z] 93b61091891f: Pull complete [2020-12-07T23:15:53.061Z] 93b9cdb0e59b: Pull complete [2020-12-07T23:15:53.061Z] aa168da1d23b: Verifying Checksum [2020-12-07T23:15:53.061Z] aa168da1d23b: Download complete [2020-12-07T23:15:53.326Z] 5e14af77c1be: Pull complete [2020-12-07T23:15:53.326Z] 01666e4c0597: Pull complete [2020-12-07T23:15:59.970Z] aa168da1d23b: Pull complete [2020-12-07T23:16:00.233Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-07T23:16:00.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-07T23:16:00.233Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-07T23:16:00.448Z] prd-centos7-docker-4c-2g-14973 does not seem to be running inside a container [2020-12-07T23:16:00.496Z] $ 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-583/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-583 -v /w/workspace/ndry_app-functions-sdk-go_PR-583:/w/workspace/ndry_app-functions-sdk-go_PR-583:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-583@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-583@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-07T23:16:04.180Z] $ docker top 44f763dfa4cdc584c9e3640fae78193d8eade4a8d71ad9c6ff5bab83fbb018fb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-07T23:16:04.650Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-07T23:16:04.958Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-07T23:16:05.259Z] + ls /var/log/sa-host [2020-12-07T23:16:05.259Z] + sadf -c /var/log/sa-host/sa07 [2020-12-07T23:16:05.259Z] file_magic: OK [2020-12-07T23:16:05.259Z] HZ: Using current value: 100 [2020-12-07T23:16:05.259Z] file_header: OK [2020-12-07T23:16:05.259Z] 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-07T23:16:05.259Z] Statistics: [2020-12-07T23:16:05.259Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-07T23:16:05.259Z] File successfully converted to sysstat format version 12.2.1 [2020-12-07T23:16:05.259Z] + sadf -c /var/log/sa-host/sa23 [2020-12-07T23:16:05.259Z] file_magic: OK [2020-12-07T23:16:05.259Z] HZ: Using current value: 100 [2020-12-07T23:16:05.259Z] file_header: OK [2020-12-07T23:16:05.259Z] 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-07T23:16:05.259Z] Statistics: [2020-12-07T23:16:05.259Z] Hnuu...uuuununununu... [2020-12-07T23:16:05.259Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-07T23:16:05.468Z] provisioning config files... [2020-12-07T23:16:05.484Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-583@tmp/config8095061030952991257tmp [Pipeline] { [Pipeline] echo [2020-12-07T23:16:05.555Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:16:05.873Z] ---> create-netrc.sh [Pipeline] } [2020-12-07T23:16:05.888Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-07T23:16:05.974Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:16:06.273Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-07T23:16:06.286Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:16:06.595Z] ---> sudo-logs.sh [2020-12-07T23:16:06.595Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-07T23:16:06.607Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:16:06.923Z] ---> job-cost.sh [2020-12-07T23:16:06.923Z] lf-activate-venv: SKIPPING [2020-12-07T23:16:06.923Z] INFO: No Stack... [2020-12-07T23:16:08.855Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-07T23:16:08.855Z] INFO: Archiving Costs [Pipeline] echo [2020-12-07T23:16:08.869Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-07T23:16:09.172Z] ---> logs-deploy.sh [2020-12-07T23:16:09.172Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-583/4 [2020-12-07T23:16:09.172Z] INFO: archiving workspace using pattern(s): [2020-12-07T23:16:11.625Z] Archives upload complete. [2020-12-07T23:16:11.625Z] INFO: archiving logs to Nexus [2020-12-07T23:16:11.904Z] ---> uname -a: [2020-12-07T23:16:11.904Z] Linux prd-centos7-docker-4c-2g-14973.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-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] ---> lscpu: [2020-12-07T23:16:11.904Z] Architecture: x86_64 [2020-12-07T23:16:11.904Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-07T23:16:11.904Z] Byte Order: Little Endian [2020-12-07T23:16:11.904Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-07T23:16:11.904Z] CPU(s): 4 [2020-12-07T23:16:11.904Z] On-line CPU(s) list: 0-3 [2020-12-07T23:16:11.904Z] Thread(s) per core: 1 [2020-12-07T23:16:11.904Z] Core(s) per socket: 1 [2020-12-07T23:16:11.904Z] Socket(s): 4 [2020-12-07T23:16:11.904Z] NUMA node(s): 1 [2020-12-07T23:16:11.904Z] Vendor ID: GenuineIntel [2020-12-07T23:16:11.904Z] CPU family: 6 [2020-12-07T23:16:11.904Z] Model: 44 [2020-12-07T23:16:11.904Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-07T23:16:11.904Z] Stepping: 1 [2020-12-07T23:16:11.904Z] CPU MHz: 2933.436 [2020-12-07T23:16:11.904Z] BogoMIPS: 5866.87 [2020-12-07T23:16:11.904Z] Virtualization: VT-x [2020-12-07T23:16:11.904Z] Hypervisor vendor: KVM [2020-12-07T23:16:11.904Z] Virtualization type: full [2020-12-07T23:16:11.904Z] L1d cache: 128 KiB [2020-12-07T23:16:11.904Z] L1i cache: 128 KiB [2020-12-07T23:16:11.904Z] L2 cache: 16 MiB [2020-12-07T23:16:11.904Z] L3 cache: 64 MiB [2020-12-07T23:16:11.904Z] NUMA node0 CPU(s): 0-3 [2020-12-07T23:16:11.904Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-07T23:16:11.904Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-07T23:16:11.904Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-07T23:16:11.904Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-07T23:16:11.904Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-07T23:16:11.904Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-07T23:16:11.904Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-07T23:16:11.904Z] Vulnerability Srbds: Not affected [2020-12-07T23:16:11.904Z] Vulnerability Tsx async abort: Not affected [2020-12-07T23:16:11.904Z] 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-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] ---> nproc: [2020-12-07T23:16:11.904Z] 4 [2020-12-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] ---> df -h: [2020-12-07T23:16:11.904Z] Filesystem Size Used Available Use% Mounted on [2020-12-07T23:16:11.904Z] overlay 50.0G 7.3G 42.7G 15% / [2020-12-07T23:16:11.904Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-07T23:16:11.904Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-07T23:16:11.904Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-07T23:16:11.904Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-12-07T23:16:11.904Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-12-07T23:16:11.904Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-12-07T23:16:11.904Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-12-07T23:16:11.904Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-12-07T23:16:11.904Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-12-07T23:16:11.904Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-12-07T23:16:11.904Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-12-07T23:16:11.904Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-583 [2020-12-07T23:16:11.904Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-583@tmp [2020-12-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] ---> free -m: [2020-12-07T23:16:11.904Z] total used free shared buff/cache available [2020-12-07T23:16:11.904Z] Mem: 1837 690 110 0 1035 1041 [2020-12-07T23:16:11.904Z] Swap: 1023 1 1022 [2020-12-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] ---> ip addr: [2020-12-07T23:16:11.904Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-07T23:16:11.904Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-07T23:16:11.904Z] inet 127.0.0.1/8 scope host lo [2020-12-07T23:16:11.904Z] valid_lft forever preferred_lft forever [2020-12-07T23:16:11.904Z] inet6 ::1/128 scope host [2020-12-07T23:16:11.904Z] valid_lft forever preferred_lft forever [2020-12-07T23:16:11.904Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-07T23:16:11.904Z] link/ether fa:16:3e:f9:1d:a9 brd ff:ff:ff:ff:ff:ff [2020-12-07T23:16:11.904Z] inet 10.30.123.123/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-07T23:16:11.904Z] valid_lft 85951sec preferred_lft 85951sec [2020-12-07T23:16:11.904Z] inet6 fe80::f816:3eff:fef9:1da9/64 scope link [2020-12-07T23:16:11.904Z] valid_lft forever preferred_lft forever [2020-12-07T23:16:11.904Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-07T23:16:11.904Z] link/ether 02:42:e9:ee:74:3f brd ff:ff:ff:ff:ff:ff [2020-12-07T23:16:11.904Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-07T23:16:11.904Z] valid_lft forever preferred_lft forever [2020-12-07T23:16:11.904Z] inet6 fe80::42:e9ff:feee:743f/64 scope link [2020-12-07T23:16:11.904Z] valid_lft forever preferred_lft forever [2020-12-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] ---> sar -b -r -n DEV: [2020-12-07T23:16:11.904Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) [2020-12-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] 23:08:32 LINUX RESTART (4 CPU) [2020-12-07T23:16:11.904Z] [2020-12-07T23:16:11.904Z] 23:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-07T23:16:11.905Z] 23:10:01 65.99 22.63 43.36 0.00 5613.58 5466.66 0.00 [2020-12-07T23:16:11.905Z] 23:11:01 2.06 0.00 2.06 0.00 0.00 41.83 0.00 [2020-12-07T23:16:11.905Z] 23:12:01 0.13 0.00 0.13 0.00 0.00 2.15 0.00 [2020-12-07T23:16:11.905Z] 23:13:01 0.25 0.00 0.25 0.00 0.00 3.73 0.00 [2020-12-07T23:16:11.905Z] 23:14:01 0.20 0.00 0.20 0.00 0.00 3.16 0.00 [2020-12-07T23:16:11.905Z] 23:15:01 0.42 0.00 0.42 0.00 0.00 6.08 0.00 [2020-12-07T23:16:11.905Z] 23:16:02 120.48 68.37 52.11 0.00 5962.33 16786.74 0.00 [2020-12-07T23:16:11.905Z] Average: 27.09 13.01 14.08 0.00 1654.61 3188.93 0.00 [2020-12-07T23:16:11.905Z] [2020-12-07T23:16:11.905Z] 23:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-07T23:16:11.905Z] 23:10:01 215884 0 589524 31.33 2620 1073516 1113408 38.00 398764 1068020 132 [2020-12-07T23:16:11.905Z] 23:11:01 220324 0 585116 31.10 2620 1073484 1101428 37.59 400568 1062340 20 [2020-12-07T23:16:11.905Z] 23:12:01 220408 0 585028 31.09 2620 1073488 1084980 37.03 397840 1065184 20 [2020-12-07T23:16:11.905Z] 23:13:01 220880 0 584556 31.07 2620 1073488 1080944 36.89 408804 1053980 12 [2020-12-07T23:16:11.905Z] 23:14:01 219388 0 586040 31.15 2620 1073496 1081056 36.89 408408 1055972 8 [2020-12-07T23:16:11.905Z] 23:15:01 219360 0 586064 31.15 2620 1073500 1081044 36.89 420208 1044236 16 [2020-12-07T23:16:11.905Z] 23:16:02 167664 0 690208 36.68 2620 1021052 1273852 43.47 459940 988760 28004 [2020-12-07T23:16:11.905Z] Average: 211987 0 600934 31.94 2620 1066003 1116673 38.11 413505 1048356 4030 [2020-12-07T23:16:11.905Z] [2020-12-07T23:16:11.905Z] 23:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-07T23:16:11.905Z] 23:10:01 eth0 643.18 451.20 1626.37 111.61 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:10:01 docker0 87.59 77.95 8.28 304.32 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:11:01 eth0 3.93 0.98 1.24 0.78 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:12:01 eth0 2.61 0.58 0.68 0.40 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:13:01 eth0 2.16 0.43 0.53 0.21 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:14:01 eth0 1.15 0.62 0.56 0.37 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:15:01 eth0 0.77 0.42 0.41 0.29 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:16:02 eth0 208.00 172.48 2173.78 19.27 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] 23:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] Average: eth0 123.18 89.58 543.66 19.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] Average: docker0 12.52 11.14 1.18 43.50 0.00 0.00 0.00 0.00 [2020-12-07T23:16:11.905Z] [2020-12-07T23:16:11.905Z] [2020-12-07T23:16:11.905Z] ---> sar -P ALL: [2020-12-07T23:16:11.905Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) [2020-12-07T23:16:11.905Z] [2020-12-07T23:16:11.905Z] 23:08:32 LINUX RESTART (4 CPU) [2020-12-07T23:16:11.905Z] [2020-12-07T23:16:11.905Z] 23:09:01 CPU %user %nice %system %iowait %steal %idle [2020-12-07T23:16:11.905Z] 23:10:01 all 12.92 0.00 4.42 1.23 0.42 81.01 [2020-12-07T23:16:11.905Z] 23:10:01 0 12.19 0.00 4.86 0.34 0.41 82.21 [2020-12-07T23:16:11.905Z] 23:10:01 1 9.88 0.00 4.62 0.58 0.54 84.39 [2020-12-07T23:16:11.905Z] 23:10:01 2 17.62 0.00 3.26 1.78 0.29 77.06 [2020-12-07T23:16:11.905Z] 23:10:01 3 12.02 0.00 4.96 2.21 0.44 80.38 [2020-12-07T23:16:11.905Z] 23:11:01 all 0.21 0.00 0.07 0.00 0.04 99.68 [2020-12-07T23:16:11.905Z] 23:11:01 0 0.52 0.00 0.08 0.00 0.05 99.35 [2020-12-07T23:16:11.905Z] 23:11:01 1 0.10 0.00 0.07 0.00 0.05 99.78 [2020-12-07T23:16:11.905Z] 23:11:01 2 0.15 0.00 0.05 0.00 0.03 99.77 [2020-12-07T23:16:11.905Z] 23:11:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2020-12-07T23:16:11.905Z] 23:12:01 all 0.18 0.00 0.09 0.00 0.08 99.65 [2020-12-07T23:16:11.905Z] 23:12:01 0 0.48 0.00 0.05 0.00 0.03 99.43 [2020-12-07T23:16:11.905Z] 23:12:01 1 0.08 0.00 0.07 0.00 0.12 99.73 [2020-12-07T23:16:11.905Z] 23:12:01 2 0.05 0.00 0.07 0.00 0.10 99.78 [2020-12-07T23:16:11.905Z] 23:12:01 3 0.08 0.00 0.18 0.00 0.07 99.67 [2020-12-07T23:16:11.905Z] 23:13:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2020-12-07T23:16:11.905Z] 23:13:01 0 0.48 0.00 0.03 0.00 0.02 99.47 [2020-12-07T23:16:11.905Z] 23:13:01 1 0.10 0.00 0.07 0.00 0.00 99.83 [2020-12-07T23:16:11.905Z] 23:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-12-07T23:16:11.905Z] 23:13:01 3 0.02 0.00 0.07 0.00 0.00 99.92 [2020-12-07T23:16:11.905Z] 23:14:01 all 0.16 0.00 0.04 0.00 0.01 99.79 [2020-12-07T23:16:11.905Z] 23:14:01 0 0.35 0.00 0.03 0.00 0.02 99.60 [2020-12-07T23:16:11.905Z] 23:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-07T23:16:11.905Z] 23:14:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2020-12-07T23:16:11.905Z] 23:14:01 3 0.20 0.00 0.05 0.00 0.02 99.73 [2020-12-07T23:16:11.905Z] 23:15:01 all 0.16 0.00 0.08 0.00 0.00 99.75 [2020-12-07T23:16:11.905Z] 23:15:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-07T23:16:11.905Z] 23:15:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2020-12-07T23:16:11.905Z] 23:15:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-12-07T23:16:11.905Z] 23:15:01 3 0.53 0.00 0.20 0.00 0.00 99.27 [2020-12-07T23:16:11.905Z] 23:16:02 all 5.50 0.00 3.97 1.82 0.04 88.68 [2020-12-07T23:16:11.905Z] 23:16:02 0 5.34 0.00 4.11 0.66 0.03 89.85 [2020-12-07T23:16:11.905Z] 23:16:02 1 4.96 0.00 4.05 2.55 0.05 88.40 [2020-12-07T23:16:11.905Z] 23:16:02 2 5.76 0.00 3.82 1.57 0.03 88.82 [2020-12-07T23:16:11.905Z] 23:16:02 3 5.92 0.00 3.90 2.50 0.03 87.65 [2020-12-07T23:16:11.905Z] Average: all 2.73 0.00 1.23 0.43 0.08 95.53 [2020-12-07T23:16:11.905Z] Average: 0 2.74 0.00 1.30 0.14 0.08 95.74 [2020-12-07T23:16:11.905Z] Average: 1 2.15 0.00 1.26 0.44 0.11 96.03 [2020-12-07T23:16:11.905Z] Average: 2 3.35 0.00 1.03 0.47 0.07 95.08 [2020-12-07T23:16:11.905Z] Average: 3 2.66 0.00 1.33 0.66 0.08 95.26 [2020-12-07T23:16:11.905Z] [2020-12-07T23:16:11.905Z] [2020-12-07T23:16:11.905Z]