Pull request #299 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of AnthonyMBonafide for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from 9407fbb39431fbb0550281fb13dd18a6565867df+f0c84786e1c10cf950b81172c0e5326127bfaf2f (4b0251b529098bc3c4dae3fc3f9e000925d50fff) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision 037d7889197e2e7da2cb72fa1e5edf41e454862d using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision 037d7889197e2e7da2cb72fa1e5edf41e454862d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 037d7889197e2e7da2cb72fa1e5edf41e454862d # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, goVersion:1.13, testScript:make test, buildImage:false] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-2758’ is offline; ‘prd-centos7-docker-4c-2g-563’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2518’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2757’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2774 in /w/workspace/ndry_app-functions-sdk-go_PR-299 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_PR-299 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/299/head:refs/remotes/origin/PR-299 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/299/head:refs/remotes/origin/PR-299 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/299/head:refs/remotes/origin/PR-299 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f0c84786e1c10cf950b81172c0e5326127bfaf2f into PR head commit 9407fbb39431fbb0550281fb13dd18a6565867df Merge succeeded, producing 9407fbb39431fbb0550281fb13dd18a6565867df Checking out Revision 9407fbb39431fbb0550281fb13dd18a6565867df (PR-299) > git config core.sparsecheckout # timeout=10 > git checkout -f 9407fbb39431fbb0550281fb13dd18a6565867df # 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 f0c84786e1c10cf950b81172c0e5326127bfaf2f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9407fbb39431fbb0550281fb13dd18a6565867df # timeout=10 Commit message: "refactor(sdk): Use go-mod-messaging MQTT Client" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-06T17:11:18.348Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 58e2ade3ab83e59e30313493a2af2c00ad289b46 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-03-06T17:11:20.241Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-06T17:11:20.241Z] [2020-03-06T17:11:20.241Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-06T17:11:20.614Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-06T17:11:20.614Z] latest: Pulling from edgex-devops/git-semver [2020-03-06T17:11:20.614Z] 9123ac7c32f7: Pulling fs layer [2020-03-06T17:11:20.614Z] b8cc5d1170e3: Pulling fs layer [2020-03-06T17:11:20.614Z] 2924cbbf6a41: Pulling fs layer [2020-03-06T17:11:20.614Z] 93b08a4f1073: Pulling fs layer [2020-03-06T17:11:20.614Z] 93b08a4f1073: Waiting [2020-03-06T17:11:20.614Z] b8cc5d1170e3: Download complete [2020-03-06T17:11:20.874Z] 9123ac7c32f7: Verifying Checksum [2020-03-06T17:11:20.874Z] 9123ac7c32f7: Download complete [2020-03-06T17:11:20.874Z] 93b08a4f1073: Verifying Checksum [2020-03-06T17:11:20.874Z] 93b08a4f1073: Download complete [2020-03-06T17:11:20.874Z] 2924cbbf6a41: Verifying Checksum [2020-03-06T17:11:20.874Z] 2924cbbf6a41: Download complete [2020-03-06T17:11:21.138Z] 9123ac7c32f7: Pull complete [2020-03-06T17:11:21.138Z] b8cc5d1170e3: Pull complete [2020-03-06T17:11:22.080Z] 2924cbbf6a41: Pull complete [2020-03-06T17:11:22.341Z] 93b08a4f1073: Pull complete [2020-03-06T17:11:22.341Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-06T17:11:22.341Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-06T17:11:22.483Z] prd-centos7-docker-4c-2g-2774 does not seem to be running inside a container [2020-03-06T17:11:22.526Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-299 -v /w/workspace/ndry_app-functions-sdk-go_PR-299:/w/workspace/ndry_app-functions-sdk-go_PR-299:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-299@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-299@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-03-06T17:11:23.254Z] $ docker top 97c5b2540c4be47952db5197c08befba46d4d64ab82e1ba844cb207dbe914c3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-06T17:11:24.068Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-06T17:11:24.068Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-06T17:11:24.301Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-06T17:11:24.302Z] $ docker exec 97c5b2540c4be47952db5197c08befba46d4d64ab82e1ba844cb207dbe914c3b ssh-agent [2020-03-06T17:11:24.498Z] SSH_AUTH_SOCK=/tmp/ssh-tbUg1fMBIDeJ/agent.15 [2020-03-06T17:11:24.498Z] SSH_AGENT_PID=22 [2020-03-06T17:11:24.510Z] Running ssh-add (command line suppressed) [2020-03-06T17:11:24.660Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-299@tmp/private_key_2336230621325865921.key (/w/workspace/ndry_app-functions-sdk-go_PR-299@tmp/private_key_2336230621325865921.key) [2020-03-06T17:11:24.715Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-06T17:11:25.077Z] + git describe --exact-match --tags HEAD [2020-03-06T17:11:25.077Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-06T17:11:25.143Z] $ docker exec --env ******** --env ******** 97c5b2540c4be47952db5197c08befba46d4d64ab82e1ba844cb207dbe914c3b ssh-agent -k [2020-03-06T17:11:25.341Z] unset SSH_AUTH_SOCK; [2020-03-06T17:11:25.341Z] unset SSH_AGENT_PID; [2020-03-06T17:11:25.341Z] echo Agent pid 22 killed; [2020-03-06T17:11:25.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-06T17:11:25.473Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-06T17:11:25.473Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-06T17:11:25.566Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-06T17:11:25.566Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-06T17:11:25.786Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-06T17:11:25.788Z] $ docker exec 97c5b2540c4be47952db5197c08befba46d4d64ab82e1ba844cb207dbe914c3b ssh-agent [2020-03-06T17:11:25.992Z] SSH_AUTH_SOCK=/tmp/ssh-aj57frFgDGGk/agent.55 [2020-03-06T17:11:25.992Z] SSH_AGENT_PID=62 [2020-03-06T17:11:25.999Z] Running ssh-add (command line suppressed) [2020-03-06T17:11:26.140Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-299@tmp/private_key_500105683731356275.key (/w/workspace/ndry_app-functions-sdk-go_PR-299@tmp/private_key_500105683731356275.key) [2020-03-06T17:11:26.196Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-06T17:11:26.528Z] + git semver init [2020-03-06T17:11:26.528Z] # -> Open(): unable to determine branch for HEAD [2020-03-06T17:11:26.528Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-299/.git [2020-03-06T17:11:26.528Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-299 [2020-03-06T17:11:26.528Z] # $SEMVER_REMOTE_NAME = origin [2020-03-06T17:11:26.528Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-06T17:11:26.528Z] # $SEMVER_USER_NAME = jenkins [2020-03-06T17:11:26.528Z] # $SEMVER_BRANCH = PR-299 [2020-03-06T17:11:26.528Z] # $SEMVER_TEMP = /tmp/semver-352179851 [2020-03-06T17:11:26.528Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-03-06T17:11:29.829Z] # '/tmp/semver-352179851' -> '/w/workspace/ndry_app-functions-sdk-go_PR-299/.semver' [2020-03-06T17:11:29.829Z] # -> Force: false [2020-03-06T17:11:29.829Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-299/.semver [Pipeline] } [2020-03-06T17:11:29.837Z] $ docker exec --env ******** --env ******** 97c5b2540c4be47952db5197c08befba46d4d64ab82e1ba844cb207dbe914c3b ssh-agent -k [2020-03-06T17:11:29.971Z] unset SSH_AUTH_SOCK; [2020-03-06T17:11:29.972Z] unset SSH_AGENT_PID; [2020-03-06T17:11:29.972Z] echo Agent pid 62 killed; [2020-03-06T17:11:30.020Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-06T17:11:30.437Z] + git semver [Pipeline] } [2020-03-06T17:11:30.448Z] $ docker stop --time=1 97c5b2540c4be47952db5197c08befba46d4d64ab82e1ba844cb207dbe914c3b [2020-03-06T17:11:31.856Z] $ docker rm -f 97c5b2540c4be47952db5197c08befba46d4d64ab82e1ba844cb207dbe914c3b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-06T17:11:34.561Z] Stashed 89 file(s) [Pipeline] echo [2020-03-06T17:11:34.562Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-03-06T17:11:49.802Z] Still waiting to schedule task [2020-03-06T17:11:49.802Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-03-06T17:11:49.804Z] Still waiting to schedule task [2020-03-06T17:11:49.804Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-03-06T17:12:44.796Z] Running on prd-centos7-docker-4c-2g-2776 in /w/workspace/ndry_app-functions-sdk-go_PR-299 [Pipeline] { [Pipeline] ws [2020-03-06T17:12:44.840Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-03-06T17:12:47.407Z] using credential edgex-jenkins-ssh [2020-03-06T17:12:47.450Z] Cloning the remote Git repository [2020-03-06T17:12:47.450Z] Cloning with configured refspecs honoured and without tags [2020-03-06T17:12:47.474Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-03-06T17:12:47.514Z] > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 [2020-03-06T17:12:47.569Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-03-06T17:12:47.569Z] > git --version # timeout=10 [2020-03-06T17:12:47.574Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-06T17:12:47.690Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/299/head:refs/remotes/origin/PR-299 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-06T17:12:50.115Z] Fetching without tags [2020-03-06T17:12:50.529Z] Merging remotes/origin/master commit f0c84786e1c10cf950b81172c0e5326127bfaf2f into PR head commit 9407fbb39431fbb0550281fb13dd18a6565867df [2020-03-06T17:12:50.640Z] Merge succeeded, producing 9407fbb39431fbb0550281fb13dd18a6565867df [2020-03-06T17:12:50.640Z] Checking out Revision 9407fbb39431fbb0550281fb13dd18a6565867df (PR-299) [2020-03-06T17:12:50.079Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-03-06T17:12:50.086Z] > git config --add remote.origin.fetch +refs/pull/299/head:refs/remotes/origin/PR-299 # timeout=10 [2020-03-06T17:12:50.093Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-06T17:12:50.106Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-03-06T17:12:50.120Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-03-06T17:12:50.120Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-06T17:12:50.125Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/299/head:refs/remotes/origin/PR-299 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-06T17:12:50.537Z] > git config core.sparsecheckout # timeout=10 [2020-03-06T17:12:50.541Z] > git checkout -f 9407fbb39431fbb0550281fb13dd18a6565867df # timeout=10 [2020-03-06T17:12:50.593Z] > git remote # timeout=10 [2020-03-06T17:12:50.600Z] > git config --get remote.origin.url # timeout=10 [2020-03-06T17:12:50.605Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-06T17:12:50.609Z] > git merge f0c84786e1c10cf950b81172c0e5326127bfaf2f # timeout=10 [2020-03-06T17:12:50.624Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-06T17:12:50.650Z] > git config core.sparsecheckout # timeout=10 [2020-03-06T17:12:50.655Z] > git checkout -f 9407fbb39431fbb0550281fb13dd18a6565867df # timeout=10 [2020-03-06T17:12:54.666Z] Commit message: "refactor(sdk): Use go-mod-messaging MQTT Client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-06T17:12:56.592Z] ========================================================= [2020-03-06T17:12:56.592Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-03-06T17:12:56.592Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-06T17:12:57.320Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-03-06T17:12:57.895Z] Sending build context to Docker daemon 36.54MB [2020-03-06T17:12:57.895Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-06T17:12:57.895Z] Step 2/8 : FROM ${BASE} [2020-03-06T17:12:57.895Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-06T17:12:57.895Z] e6b0cf9c0882: Pulling fs layer [2020-03-06T17:12:57.895Z] 2848faf0eed1: Pulling fs layer [2020-03-06T17:12:57.895Z] 0f37312ad70f: Pulling fs layer [2020-03-06T17:12:57.895Z] 5788d62ee057: Pulling fs layer [2020-03-06T17:12:57.895Z] 0e6b1d234666: Pulling fs layer [2020-03-06T17:12:57.895Z] bf5d7aec512f: Pulling fs layer [2020-03-06T17:12:57.895Z] 34c802a77dc8: Pulling fs layer [2020-03-06T17:12:57.895Z] 9eb99e56ec68: Pulling fs layer [2020-03-06T17:12:57.895Z] 27c7a5d97fbd: Pulling fs layer [2020-03-06T17:12:57.895Z] 5c102a31e300: Pulling fs layer [2020-03-06T17:12:57.895Z] dcfb455df0a1: Pulling fs layer [2020-03-06T17:12:57.895Z] 5788d62ee057: Waiting [2020-03-06T17:12:57.895Z] 0e6b1d234666: Waiting [2020-03-06T17:12:57.895Z] bf5d7aec512f: Waiting [2020-03-06T17:12:57.895Z] 34c802a77dc8: Waiting [2020-03-06T17:12:57.895Z] 9eb99e56ec68: Waiting [2020-03-06T17:12:57.895Z] 27c7a5d97fbd: Waiting [2020-03-06T17:12:57.895Z] 5c102a31e300: Waiting [2020-03-06T17:12:57.895Z] 0f37312ad70f: Verifying Checksum [2020-03-06T17:12:57.895Z] 0f37312ad70f: Download complete [2020-03-06T17:12:57.895Z] 2848faf0eed1: Verifying Checksum [2020-03-06T17:12:57.895Z] 2848faf0eed1: Download complete [2020-03-06T17:12:58.168Z] 0e6b1d234666: Download complete [2020-03-06T17:12:58.168Z] bf5d7aec512f: Verifying Checksum [2020-03-06T17:12:58.168Z] bf5d7aec512f: Download complete [2020-03-06T17:12:58.169Z] e6b0cf9c0882: Verifying Checksum [2020-03-06T17:12:58.169Z] e6b0cf9c0882: Download complete [2020-03-06T17:12:59.134Z] 34c802a77dc8: Verifying Checksum [2020-03-06T17:12:59.134Z] 34c802a77dc8: Download complete [2020-03-06T17:12:59.134Z] 27c7a5d97fbd: Verifying Checksum [2020-03-06T17:12:59.134Z] 27c7a5d97fbd: Download complete [2020-03-06T17:12:59.719Z] 5c102a31e300: Verifying Checksum [2020-03-06T17:12:59.719Z] 5c102a31e300: Download complete [2020-03-06T17:12:59.719Z] dcfb455df0a1: Verifying Checksum [2020-03-06T17:12:59.719Z] dcfb455df0a1: Download complete [2020-03-06T17:12:59.986Z] 9eb99e56ec68: Verifying Checksum [2020-03-06T17:12:59.986Z] 9eb99e56ec68: Download complete [2020-03-06T17:12:59.986Z] e6b0cf9c0882: Pull complete [2020-03-06T17:13:00.252Z] 5788d62ee057: Verifying Checksum [2020-03-06T17:13:00.252Z] 5788d62ee057: Download complete [2020-03-06T17:13:00.511Z] 2848faf0eed1: Pull complete [2020-03-06T17:13:00.511Z] 0f37312ad70f: Pull complete [2020-03-06T17:13:07.118Z] 5788d62ee057: Pull complete [2020-03-06T17:13:07.118Z] 0e6b1d234666: Pull complete [2020-03-06T17:13:07.118Z] bf5d7aec512f: Pull complete [2020-03-06T17:13:12.405Z] 34c802a77dc8: Pull complete [2020-03-06T17:13:14.952Z] 9eb99e56ec68: Pull complete [2020-03-06T17:13:14.952Z] 27c7a5d97fbd: Pull complete [2020-03-06T17:13:15.896Z] 5c102a31e300: Pull complete [2020-03-06T17:13:16.155Z] dcfb455df0a1: Pull complete [2020-03-06T17:13:16.155Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-03-06T17:13:16.155Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-03-06T17:13:16.155Z] ---> 7c70fe431013 [2020-03-06T17:13:16.155Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-03-06T17:13:16.415Z] latest: Pulling from library/docker [2020-03-06T17:13:16.676Z] c9b1b535fdd9: Pulling fs layer [2020-03-06T17:13:16.676Z] cd54125436dc: Pulling fs layer [2020-03-06T17:13:16.676Z] 70d1554c15cb: Pulling fs layer [2020-03-06T17:13:16.676Z] efa4cf184ccf: Pulling fs layer [2020-03-06T17:13:16.676Z] 6aca4f909924: Pulling fs layer [2020-03-06T17:13:16.676Z] c60fe6b6c138: Pulling fs layer [2020-03-06T17:13:16.676Z] 8be01bc37983: Pulling fs layer [2020-03-06T17:13:16.676Z] 6aca4f909924: Waiting [2020-03-06T17:13:16.676Z] c60fe6b6c138: Waiting [2020-03-06T17:13:16.676Z] 8be01bc37983: Waiting [2020-03-06T17:13:16.676Z] efa4cf184ccf: Waiting [2020-03-06T17:13:16.936Z] 70d1554c15cb: Verifying Checksum [2020-03-06T17:13:16.936Z] 70d1554c15cb: Download complete [2020-03-06T17:13:16.936Z] c9b1b535fdd9: Verifying Checksum [2020-03-06T17:13:16.936Z] c9b1b535fdd9: Download complete [2020-03-06T17:13:16.936Z] cd54125436dc: Verifying Checksum [2020-03-06T17:13:16.936Z] cd54125436dc: Download complete [2020-03-06T17:13:16.936Z] 6aca4f909924: Verifying Checksum [2020-03-06T17:13:16.936Z] 6aca4f909924: Download complete [2020-03-06T17:13:16.936Z] c60fe6b6c138: Verifying Checksum [2020-03-06T17:13:16.936Z] c60fe6b6c138: Download complete [2020-03-06T17:13:17.201Z] c9b1b535fdd9: Pull complete [2020-03-06T17:13:17.201Z] 8be01bc37983: Verifying Checksum [2020-03-06T17:13:17.201Z] 8be01bc37983: Download complete [2020-03-06T17:13:17.770Z] efa4cf184ccf: Verifying Checksum [2020-03-06T17:13:17.770Z] efa4cf184ccf: Download complete [2020-03-06T17:13:19.169Z] cd54125436dc: Pull complete [2020-03-06T17:13:19.169Z] 70d1554c15cb: Pull complete [2020-03-06T17:13:22.501Z] efa4cf184ccf: Pull complete [2020-03-06T17:13:22.501Z] 6aca4f909924: Pull complete [2020-03-06T17:13:22.784Z] c60fe6b6c138: Pull complete [2020-03-06T17:13:22.784Z] 8be01bc37983: Pull complete [2020-03-06T17:13:22.784Z] Digest: sha256:5bca19bb6d8f0aea380902af97be841d5841353c04e3eda5f87b4e932a509e94 [2020-03-06T17:13:22.784Z] Status: Downloaded newer image for docker:latest [2020-03-06T17:13:24.168Z] ---> bde0894bc6ba [2020-03-06T17:13:24.168Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-03-06T17:13:24.427Z] ---> Running in 3b3b6b8fc5ec [2020-03-06T17:13:24.427Z] Removing intermediate container 3b3b6b8fc5ec [2020-03-06T17:13:24.427Z] ---> 00b0ebb3460c [2020-03-06T17:13:24.427Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-03-06T17:13:24.427Z] ---> Running in 9ecf230db41b [2020-03-06T17:13:24.998Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-06T17:13:25.936Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-06T17:13:26.503Z] (1/5) Installing libsodium (1.0.18-r0) [2020-03-06T17:13:26.504Z] (2/5) Installing libzmq (4.3.2-r0) [2020-03-06T17:13:26.761Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-03-06T17:13:26.761Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-03-06T17:13:27.020Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-03-06T17:13:27.020Z] Executing busybox-1.31.1-r8.trigger [2020-03-06T17:13:27.020Z] OK: 145 MiB in 44 packages [2020-03-06T17:13:27.587Z] Removing intermediate container 9ecf230db41b [2020-03-06T17:13:27.587Z] ---> 6a71e97b59fe [2020-03-06T17:13:27.587Z] Step 6/8 : WORKDIR /build [2020-03-06T17:13:27.587Z] ---> Running in e51f1974630c [2020-03-06T17:13:27.587Z] Removing intermediate container e51f1974630c [2020-03-06T17:13:27.587Z] ---> 0de14e7b2eca [2020-03-06T17:13:27.587Z] Step 7/8 : COPY go.mod . [2020-03-06T17:13:27.847Z] ---> 4abdcb24aea0 [2020-03-06T17:13:27.847Z] Step 8/8 : RUN go mod download [2020-03-06T17:13:27.847Z] ---> Running in 917f6340abf4 [2020-03-06T17:13:29.764Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-03-06T17:13:29.764Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-06T17:13:29.764Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-06T17:13:29.764Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-06T17:13:29.764Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-06T17:13:29.764Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-06T17:13:29.764Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-03-06T17:13:29.764Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-06T17:13:29.764Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-03-06T17:13:30.025Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.51 [2020-03-06T17:13:30.025Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.16 [2020-03-06T17:13:30.025Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-03-06T17:13:30.025Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-03-06T17:13:30.025Z] go: finding github.com/fatih/color v1.7.0 [2020-03-06T17:13:30.025Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-06T17:13:30.025Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-06T17:13:30.025Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-06T17:13:30.025Z] go: finding github.com/golang/snappy v0.0.1 [2020-03-06T17:13:30.025Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-03-06T17:13:30.025Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-06T17:13:30.025Z] go: finding github.com/google/go-cmp v0.3.1 [2020-03-06T17:13:30.025Z] go: finding github.com/google/uuid v1.1.0 [2020-03-06T17:13:30.025Z] go: finding github.com/gorilla/mux v1.7.2 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-06T17:13:30.025Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-06T17:13:30.025Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-06T17:13:30.025Z] go: finding github.com/kr/pretty v0.2.0 [2020-03-06T17:13:30.025Z] go: finding github.com/kr/pty v1.1.1 [2020-03-06T17:13:30.285Z] go: finding github.com/kr/text v0.1.0 [2020-03-06T17:13:30.285Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-06T17:13:30.285Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-06T17:13:30.285Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-06T17:13:30.285Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-06T17:13:30.285Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-06T17:13:30.285Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-06T17:13:30.285Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-06T17:13:30.285Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-06T17:13:30.285Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-06T17:13:30.285Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-06T17:13:30.285Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-06T17:13:30.285Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-06T17:13:30.285Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-06T17:13:30.285Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-03-06T17:13:30.285Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-06T17:13:30.285Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-06T17:13:30.285Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-06T17:13:30.285Z] go: finding github.com/posener/complete v1.1.1 [2020-03-06T17:13:30.285Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-06T17:13:30.285Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-06T17:13:30.285Z] go: finding github.com/stretchr/objx v0.2.0 [2020-03-06T17:13:30.285Z] go: finding github.com/stretchr/testify v1.4.0 [2020-03-06T17:13:30.285Z] go: finding github.com/tidwall/pretty v1.0.0 [2020-03-06T17:13:30.285Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-06T17:13:30.285Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-03-06T17:13:30.285Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-03-06T17:13:30.285Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-03-06T17:13:30.285Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-03-06T17:13:30.285Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-03-06T17:13:30.285Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-06T17:13:30.285Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-03-06T17:13:30.285Z] go: finding golang.org/x/text v0.3.2 [2020-03-06T17:13:30.285Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-03-06T17:13:30.285Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-03-06T17:13:30.285Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-06T17:13:40.295Z] Removing intermediate container 917f6340abf4 [2020-03-06T17:13:40.295Z] ---> 4ea8699ebb89 [2020-03-06T17:13:40.295Z] Successfully built 4ea8699ebb89 [2020-03-06T17:13:40.295Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-06T17:13:40.943Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-06T17:13:40.943Z] . [Pipeline] withDockerContainer [2020-03-06T17:13:41.083Z] prd-centos7-docker-4c-2g-2776 does not seem to be running inside a container [2020-03-06T17:13:41.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-03-06T17:13:41.859Z] $ docker top 82eff8d1e217e20ef75d3eb9e4b73f8d1acd3ff0bf424558d1fab7d16c7d14b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-06T17:13:42.837Z] + go version [2020-03-06T17:13:42.837Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-03-06T17:13:43.129Z] + make test [2020-03-06T17:13:43.129Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-03-06T17:13:45.334Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-03-06T17:13:57.626Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.078s coverage: 88.9% of statements [2020-03-06T17:14:07.708Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.396s coverage: 41.0% of statements [2020-03-06T17:14:07.708Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-03-06T17:14:07.708Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-03-06T17:14:07.708Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/config 0.007s coverage: 100.0% of statements [2020-03-06T17:14:10.268Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.266s coverage: 69.3% of statements [2020-03-06T17:14:16.900Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 7.062s coverage: 74.7% of statements [2020-03-06T17:14:16.901Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.006s coverage: 89.5% of statements [2020-03-06T17:14:16.901Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.027s coverage: 100.0% of statements [2020-03-06T17:14:18.282Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.107s coverage: 100.0% of statements [2020-03-06T17:14:18.282Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.006s coverage: 100.0% of statements [2020-03-06T17:14:18.282Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.007s coverage: 100.0% of statements [2020-03-06T17:14:18.282Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-03-06T17:14:18.282Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-03-06T17:14:18.282Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-03-06T17:14:18.282Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-03-06T17:14:18.282Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-03-06T17:14:18.282Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-03-06T17:14:18.282Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-03-06T17:14:18.282Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements [2020-03-06T17:14:18.282Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-03-06T17:14:18.282Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.016s coverage: 97.7% of statements [2020-03-06T17:14:18.282Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-03-06T17:14:18.283Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-03-06T17:14:18.283Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] [2020-03-06T17:14:20.189Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.645s coverage: 86.7% of statements [2020-03-06T17:14:20.189Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.057s coverage: 83.3% of statements [2020-03-06T17:14:20.189Z] ? github.com/edgexfoundry/app-functions-sdk-go/pkg/endpoint [no test files] [2020-03-06T17:14:20.759Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 5.220s coverage: 76.0% of statements [2020-03-06T17:14:20.759Z] ? github.com/edgexfoundry/app-functions-sdk-go/pkg/urlclient [no test files] [2020-03-06T17:14:20.759Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.009s coverage: 100.0% of statements [2020-03-06T17:14:21.336Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-03-06T17:14:25.576Z] gofmt -l . [2020-03-06T17:14:25.576Z] [ "`gofmt -l .`" = "" ] [2020-03-06T17:14:25.576Z] ./bin/test-attribution-txt.sh [2020-03-06T17:14:26.144Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-06T17:14:26.654Z] Stashed 1 file(s) [Pipeline] } [2020-03-06T17:14:26.658Z] $ docker stop --time=1 82eff8d1e217e20ef75d3eb9e4b73f8d1acd3ff0bf424558d1fab7d16c7d14b5 [2020-03-06T17:14:28.268Z] $ docker rm -f 82eff8d1e217e20ef75d3eb9e4b73f8d1acd3ff0bf424558d1fab7d16c7d14b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-06T17:15:30.458Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2777 in /w/workspace/ndry_app-functions-sdk-go_PR-299 [Pipeline] { [Pipeline] ws [2020-03-06T17:15:30.503Z] Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-03-06T17:15:36.620Z] using credential edgex-jenkins-ssh [2020-03-06T17:15:36.668Z] Cloning the remote Git repository [2020-03-06T17:15:36.668Z] Cloning with configured refspecs honoured and without tags [2020-03-06T17:15:36.746Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-03-06T17:15:36.856Z] > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 [2020-03-06T17:15:36.966Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-03-06T17:15:36.969Z] > git --version # timeout=10 [2020-03-06T17:15:37.007Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-06T17:15:37.105Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/299/head:refs/remotes/origin/PR-299 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-06T17:15:40.354Z] Fetching without tags [2020-03-06T17:15:40.791Z] Merging remotes/origin/master commit f0c84786e1c10cf950b81172c0e5326127bfaf2f into PR head commit 9407fbb39431fbb0550281fb13dd18a6565867df [2020-03-06T17:15:41.135Z] Merge succeeded, producing 9407fbb39431fbb0550281fb13dd18a6565867df [2020-03-06T17:15:41.135Z] Checking out Revision 9407fbb39431fbb0550281fb13dd18a6565867df (PR-299) [2020-03-06T17:15:40.261Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-03-06T17:15:40.278Z] > git config --add remote.origin.fetch +refs/pull/299/head:refs/remotes/origin/PR-299 # timeout=10 [2020-03-06T17:15:40.294Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-06T17:15:40.321Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-03-06T17:15:40.363Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-03-06T17:15:40.364Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-06T17:15:40.376Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/299/head:refs/remotes/origin/PR-299 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-06T17:15:40.806Z] > git config core.sparsecheckout # timeout=10 [2020-03-06T17:15:40.831Z] > git checkout -f 9407fbb39431fbb0550281fb13dd18a6565867df # timeout=10 [2020-03-06T17:15:40.939Z] > git remote # timeout=10 [2020-03-06T17:15:40.957Z] > git config --get remote.origin.url # timeout=10 [2020-03-06T17:15:40.974Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-06T17:15:41.033Z] > git merge f0c84786e1c10cf950b81172c0e5326127bfaf2f # timeout=10 [2020-03-06T17:15:41.087Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-06T17:15:41.137Z] > git config core.sparsecheckout # timeout=10 [2020-03-06T17:15:41.178Z] > git checkout -f 9407fbb39431fbb0550281fb13dd18a6565867df # timeout=10 [2020-03-06T17:15:45.481Z] Commit message: "refactor(sdk): Use go-mod-messaging MQTT Client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-06T17:15:48.667Z] ========================================================= [2020-03-06T17:15:48.667Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-03-06T17:15:48.667Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-06T17:15:49.746Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-03-06T17:15:51.712Z] Sending build context to Docker daemon 36.54MB [2020-03-06T17:15:51.712Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-06T17:15:51.712Z] Step 2/8 : FROM ${BASE} [2020-03-06T17:15:51.712Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-06T17:15:51.712Z] cde5963f3b93: Pulling fs layer [2020-03-06T17:15:51.712Z] 2a23fa8c16f7: Pulling fs layer [2020-03-06T17:15:51.712Z] 777b28850792: Pulling fs layer [2020-03-06T17:15:51.712Z] 8a11ddd9e578: Pulling fs layer [2020-03-06T17:15:51.712Z] 4cf88f913ddb: Pulling fs layer [2020-03-06T17:15:51.712Z] 1df406cf5192: Pulling fs layer [2020-03-06T17:15:51.712Z] cd6300453558: Pulling fs layer [2020-03-06T17:15:51.712Z] b9c365052c96: Pulling fs layer [2020-03-06T17:15:51.712Z] a2d8cc88f415: Pulling fs layer [2020-03-06T17:15:51.712Z] ea1d1ca13537: Pulling fs layer [2020-03-06T17:15:51.712Z] 3750a50a1c5e: Pulling fs layer [2020-03-06T17:15:51.712Z] cd6300453558: Waiting [2020-03-06T17:15:51.712Z] b9c365052c96: Waiting [2020-03-06T17:15:51.712Z] a2d8cc88f415: Waiting [2020-03-06T17:15:51.712Z] 8a11ddd9e578: Waiting [2020-03-06T17:15:51.712Z] ea1d1ca13537: Waiting [2020-03-06T17:15:51.712Z] 3750a50a1c5e: Waiting [2020-03-06T17:15:51.712Z] 4cf88f913ddb: Waiting [2020-03-06T17:15:51.712Z] 1df406cf5192: Waiting [2020-03-06T17:15:51.712Z] 777b28850792: Verifying Checksum [2020-03-06T17:15:51.712Z] 777b28850792: Download complete [2020-03-06T17:15:51.712Z] 2a23fa8c16f7: Verifying Checksum [2020-03-06T17:15:51.712Z] 2a23fa8c16f7: Download complete [2020-03-06T17:15:51.712Z] 4cf88f913ddb: Verifying Checksum [2020-03-06T17:15:51.712Z] 4cf88f913ddb: Download complete [2020-03-06T17:15:51.712Z] 1df406cf5192: Verifying Checksum [2020-03-06T17:15:51.712Z] 1df406cf5192: Download complete [2020-03-06T17:15:51.982Z] cde5963f3b93: Download complete [2020-03-06T17:15:52.968Z] cde5963f3b93: Pull complete [2020-03-06T17:15:53.560Z] 2a23fa8c16f7: Pull complete [2020-03-06T17:15:53.831Z] 777b28850792: Pull complete [2020-03-06T17:15:56.439Z] cd6300453558: Verifying Checksum [2020-03-06T17:15:56.439Z] cd6300453558: Download complete [2020-03-06T17:15:56.439Z] a2d8cc88f415: Verifying Checksum [2020-03-06T17:15:56.439Z] a2d8cc88f415: Download complete [2020-03-06T17:15:59.043Z] ea1d1ca13537: Verifying Checksum [2020-03-06T17:15:59.043Z] ea1d1ca13537: Download complete [2020-03-06T17:15:59.043Z] 3750a50a1c5e: Verifying Checksum [2020-03-06T17:15:59.043Z] 3750a50a1c5e: Download complete [2020-03-06T17:16:01.663Z] b9c365052c96: Verifying Checksum [2020-03-06T17:16:01.663Z] b9c365052c96: Download complete [2020-03-06T17:16:03.623Z] 8a11ddd9e578: Verifying Checksum [2020-03-06T17:16:03.623Z] 8a11ddd9e578: Download complete [2020-03-06T17:16:16.004Z] 8a11ddd9e578: Pull complete [2020-03-06T17:16:16.004Z] 4cf88f913ddb: Pull complete [2020-03-06T17:16:16.004Z] 1df406cf5192: Pull complete [2020-03-06T17:16:20.289Z] cd6300453558: Pull complete [2020-03-06T17:16:25.664Z] b9c365052c96: Pull complete [2020-03-06T17:16:25.664Z] a2d8cc88f415: Pull complete [2020-03-06T17:16:27.634Z] ea1d1ca13537: Pull complete [2020-03-06T17:16:27.904Z] 3750a50a1c5e: Pull complete [2020-03-06T17:16:27.904Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-03-06T17:16:27.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-03-06T17:16:27.904Z] ---> 78745c68409d [2020-03-06T17:16:27.904Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-03-06T17:16:28.493Z] latest: Pulling from library/docker [2020-03-06T17:16:28.493Z] 8fa90b21c985: Pulling fs layer [2020-03-06T17:16:28.493Z] f2917335fcb0: Pulling fs layer [2020-03-06T17:16:28.493Z] c8d3c84c2515: Pulling fs layer [2020-03-06T17:16:28.493Z] 389b437d2554: Pulling fs layer [2020-03-06T17:16:28.493Z] dc7a94e4d7cd: Pulling fs layer [2020-03-06T17:16:28.493Z] 8a9cd851b371: Pulling fs layer [2020-03-06T17:16:28.493Z] d5f7c33f26a0: Pulling fs layer [2020-03-06T17:16:28.493Z] dc7a94e4d7cd: Waiting [2020-03-06T17:16:28.493Z] 8a9cd851b371: Waiting [2020-03-06T17:16:28.493Z] d5f7c33f26a0: Waiting [2020-03-06T17:16:28.493Z] 389b437d2554: Waiting [2020-03-06T17:16:29.087Z] c8d3c84c2515: Verifying Checksum [2020-03-06T17:16:29.087Z] c8d3c84c2515: Download complete [2020-03-06T17:16:29.087Z] 8fa90b21c985: Verifying Checksum [2020-03-06T17:16:29.087Z] 8fa90b21c985: Download complete [2020-03-06T17:16:29.087Z] f2917335fcb0: Verifying Checksum [2020-03-06T17:16:29.087Z] f2917335fcb0: Download complete [2020-03-06T17:16:29.682Z] 8a9cd851b371: Verifying Checksum [2020-03-06T17:16:29.682Z] 8a9cd851b371: Download complete [2020-03-06T17:16:29.682Z] dc7a94e4d7cd: Verifying Checksum [2020-03-06T17:16:29.682Z] dc7a94e4d7cd: Download complete [2020-03-06T17:16:29.955Z] 8fa90b21c985: Pull complete [2020-03-06T17:16:29.955Z] d5f7c33f26a0: Verifying Checksum [2020-03-06T17:16:29.955Z] d5f7c33f26a0: Download complete [2020-03-06T17:16:31.938Z] f2917335fcb0: Pull complete [2020-03-06T17:16:32.207Z] c8d3c84c2515: Pull complete [2020-03-06T17:16:34.795Z] 389b437d2554: Verifying Checksum [2020-03-06T17:16:34.795Z] 389b437d2554: Download complete [2020-03-06T17:16:38.160Z] 389b437d2554: Pull complete [2020-03-06T17:16:38.432Z] dc7a94e4d7cd: Pull complete [2020-03-06T17:16:38.722Z] 8a9cd851b371: Pull complete [2020-03-06T17:16:38.998Z] d5f7c33f26a0: Pull complete [2020-03-06T17:16:38.998Z] Digest: sha256:5bca19bb6d8f0aea380902af97be841d5841353c04e3eda5f87b4e932a509e94 [2020-03-06T17:16:38.998Z] Status: Downloaded newer image for docker:latest [2020-03-06T17:16:45.680Z] ---> 956928052d64 [2020-03-06T17:16:45.680Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-03-06T17:16:45.951Z] ---> Running in 3208229ec4e3 [2020-03-06T17:16:46.220Z] Removing intermediate container 3208229ec4e3 [2020-03-06T17:16:46.220Z] ---> 106c6eee4223 [2020-03-06T17:16:46.220Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-03-06T17:16:46.492Z] ---> Running in 73bcde591b69 [2020-03-06T17:16:47.462Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-06T17:16:48.049Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-06T17:16:49.014Z] (1/5) Installing libsodium (1.0.18-r0) [2020-03-06T17:16:49.014Z] (2/5) Installing libzmq (4.3.2-r0) [2020-03-06T17:16:49.014Z] (3/5) Installing pkgconf (1.6.3-r0) [2020-03-06T17:16:49.014Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-03-06T17:16:49.287Z] (5/5) Installing zeromq-dev (4.3.2-r0) [2020-03-06T17:16:49.287Z] Executing busybox-1.31.1-r8.trigger [2020-03-06T17:16:49.287Z] OK: 127 MiB in 44 packages [2020-03-06T17:16:50.703Z] Removing intermediate container 73bcde591b69 [2020-03-06T17:16:50.703Z] ---> eaf827a20ea0 [2020-03-06T17:16:50.703Z] Step 6/8 : WORKDIR /build [2020-03-06T17:16:50.973Z] ---> Running in 1680401e7e85 [2020-03-06T17:16:51.242Z] Removing intermediate container 1680401e7e85 [2020-03-06T17:16:51.242Z] ---> e584f4e2644d [2020-03-06T17:16:51.242Z] Step 7/8 : COPY go.mod . [2020-03-06T17:16:51.830Z] ---> 7281820668dc [2020-03-06T17:16:51.830Z] Step 8/8 : RUN go mod download [2020-03-06T17:16:51.830Z] ---> Running in 56a69b3fd41b [2020-03-06T17:16:54.433Z] go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-03-06T17:16:54.433Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-06T17:16:54.433Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-06T17:16:54.433Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-06T17:16:54.433Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-06T17:16:54.433Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-06T17:16:54.433Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-03-06T17:16:54.433Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-06T17:16:54.433Z] go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-03-06T17:16:54.433Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.51 [2020-03-06T17:16:54.433Z] go: finding github.com/edgexfoundry/go-mod-messaging v0.1.16 [2020-03-06T17:16:54.433Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.11 [2020-03-06T17:16:54.433Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-03-06T17:16:54.433Z] go: finding github.com/fatih/color v1.7.0 [2020-03-06T17:16:54.433Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-06T17:16:54.433Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-06T17:16:54.433Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-06T17:16:54.433Z] go: finding github.com/golang/snappy v0.0.1 [2020-03-06T17:16:54.433Z] go: finding github.com/gomodule/redigo v2.0.0+incompatible [2020-03-06T17:16:54.433Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-06T17:16:54.433Z] go: finding github.com/google/go-cmp v0.3.1 [2020-03-06T17:16:54.433Z] go: finding github.com/google/uuid v1.1.0 [2020-03-06T17:16:54.433Z] go: finding github.com/gorilla/mux v1.7.2 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-06T17:16:54.433Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-06T17:16:54.433Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-06T17:16:54.699Z] go: finding github.com/kr/pretty v0.2.0 [2020-03-06T17:16:54.699Z] go: finding github.com/kr/pty v1.1.1 [2020-03-06T17:16:54.699Z] go: finding github.com/kr/text v0.1.0 [2020-03-06T17:16:54.699Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-06T17:16:54.699Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-06T17:16:54.699Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-06T17:16:54.699Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-06T17:16:54.699Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-06T17:16:54.699Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-06T17:16:54.699Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-06T17:16:54.699Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-06T17:16:54.699Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-06T17:16:54.699Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-06T17:16:54.699Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-06T17:16:54.699Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-06T17:16:54.699Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-06T17:16:54.699Z] go: finding github.com/pebbe/zmq4 v1.0.0 [2020-03-06T17:16:54.699Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-06T17:16:54.699Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-06T17:16:54.699Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-06T17:16:54.699Z] go: finding github.com/posener/complete v1.1.1 [2020-03-06T17:16:54.699Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-06T17:16:54.699Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-06T17:16:54.699Z] go: finding github.com/stretchr/objx v0.2.0 [2020-03-06T17:16:54.699Z] go: finding github.com/stretchr/testify v1.4.0 [2020-03-06T17:16:54.699Z] go: finding github.com/tidwall/pretty v1.0.0 [2020-03-06T17:16:54.699Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-06T17:16:54.967Z] go: finding github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-03-06T17:16:54.967Z] go: finding github.com/xdg/stringprep v1.0.0 [2020-03-06T17:16:54.967Z] go: finding go.mongodb.org/mongo-driver v1.1.1 [2020-03-06T17:16:54.967Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-03-06T17:16:54.967Z] go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-03-06T17:16:54.967Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-06T17:16:54.967Z] go: finding golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a [2020-03-06T17:16:54.967Z] go: finding golang.org/x/text v0.3.2 [2020-03-06T17:16:54.967Z] go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e [2020-03-06T17:16:54.967Z] go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2020-03-06T17:16:54.967Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-06T17:17:13.222Z] Removing intermediate container 56a69b3fd41b [2020-03-06T17:17:13.222Z] ---> 98f76d22953e [2020-03-06T17:17:13.222Z] Successfully built 98f76d22953e [2020-03-06T17:17:13.222Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-03-06T17:17:13.885Z] + docker inspect -f . ci-base-image-arm64 [2020-03-06T17:17:13.885Z] . [Pipeline] withDockerContainer [2020-03-06T17:17:14.487Z] prd-ubuntu18.04-docker-arm64-4c-16g-2777 does not seem to be running inside a container [2020-03-06T17:17:14.570Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-03-06T17:17:15.913Z] $ docker top 7cd50f9a81c7f227fc33e15ba6e36b4831182439db1cd0572bcce69ab815b525 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-06T17:17:18.270Z] + go version [2020-03-06T17:17:18.270Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-03-06T17:17:18.935Z] + make test [2020-03-06T17:17:18.936Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-03-06T17:17:20.362Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-03-06T17:17:59.288Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.106s coverage: 88.9% of statements [2020-03-06T17:18:14.468Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 0.521s coverage: 41.0% of statements [2020-03-06T17:18:14.468Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-03-06T17:18:14.468Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-03-06T17:18:14.468Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/config 0.024s coverage: 100.0% of statements [2020-03-06T17:18:17.834Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.424s coverage: 69.3% of statements [2020-03-06T17:18:21.197Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 7.138s coverage: 74.7% of statements [2020-03-06T17:18:21.197Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.023s coverage: 89.5% of statements [2020-03-06T17:18:21.197Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.022s coverage: 100.0% of statements [2020-03-06T17:18:26.598Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.112s coverage: 100.0% of statements [2020-03-06T17:18:26.598Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.054s coverage: 100.0% of statements [2020-03-06T17:18:26.598Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.016s coverage: 100.0% of statements [2020-03-06T17:18:26.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-03-06T17:18:26.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-03-06T17:18:26.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-03-06T17:18:26.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-03-06T17:18:26.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-03-06T17:18:26.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-03-06T17:18:26.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-03-06T17:18:26.598Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.012s coverage: 96.6% of statements [2020-03-06T17:18:26.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-03-06T17:18:26.598Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.015s coverage: 97.7% of statements [2020-03-06T17:18:26.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-03-06T17:18:26.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-03-06T17:18:26.598Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http [no test files] [2020-03-06T17:18:33.272Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.680s coverage: 86.7% of statements [2020-03-06T17:18:33.272Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.115s coverage: 83.3% of statements [2020-03-06T17:18:33.272Z] ? github.com/edgexfoundry/app-functions-sdk-go/pkg/endpoint [no test files] [2020-03-06T17:18:35.213Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 5.532s coverage: 76.0% of statements [2020-03-06T17:18:35.213Z] ? github.com/edgexfoundry/app-functions-sdk-go/pkg/urlclient [no test files] [2020-03-06T17:18:35.213Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.027s coverage: 100.0% of statements [2020-03-06T17:18:35.798Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-03-06T17:18:45.911Z] gofmt -l . [2020-03-06T17:18:46.183Z] [ "`gofmt -l .`" = "" ] [2020-03-06T17:18:46.766Z] ./bin/test-attribution-txt.sh [2020-03-06T17:18:47.731Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-06T17:18:48.430Z] Warning: overwriting stash ‘coverage-report’ [2020-03-06T17:18:48.874Z] Stashed 1 file(s) [Pipeline] } [2020-03-06T17:18:48.878Z] $ docker stop --time=1 7cd50f9a81c7f227fc33e15ba6e36b4831182439db1cd0572bcce69ab815b525 [2020-03-06T17:18:50.951Z] $ docker rm -f 7cd50f9a81c7f227fc33e15ba6e36b4831182439db1cd0572bcce69ab815b525 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [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-03-06T17:18:52.919Z] provisioning config files... [2020-03-06T17:18:52.933Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-299@tmp/config7709340876660167560tmp [Pipeline] { [Pipeline] sh [2020-03-06T17:18:53.287Z] + curl -s https://codecov.io/bash [2020-03-06T17:18:53.287Z] + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_PR-299@tmp/config7709340876660167560tmp [2020-03-06T17:18:53.547Z] [2020-03-06T17:18:53.547Z] _____ _ [2020-03-06T17:18:53.547Z] / ____| | | [2020-03-06T17:18:53.547Z] | | ___ __| | ___ ___ _____ __ [2020-03-06T17:18:53.547Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-06T17:18:53.547Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-06T17:18:53.547Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-06T17:18:53.547Z] Bash-20200303-bc4d7e6 [2020-03-06T17:18:53.547Z] [2020-03-06T17:18:53.547Z] [2020-03-06T17:18:53.547Z] ==> Jenkins CI detected. [2020-03-06T17:18:53.547Z] project root: . [2020-03-06T17:18:53.547Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-06T17:18:53.547Z] ==> Running gcov in . (disable via -X gcov) [2020-03-06T17:18:53.547Z] ==> Python coveragepy not found [2020-03-06T17:18:53.547Z] ==> Searching for coverage reports in: [2020-03-06T17:18:53.547Z] + . [2020-03-06T17:18:53.547Z] -> Found 1 reports [2020-03-06T17:18:53.547Z] ==> Detecting git/mercurial file structure [2020-03-06T17:18:53.547Z] ==> Reading reports [2020-03-06T17:18:53.547Z] + ./coverage.out bytes=62315 [2020-03-06T17:18:53.547Z] ==> Appending adjustments [2020-03-06T17:18:53.547Z] http://docs.codecov.io/docs/fixing-reports [2020-03-06T17:18:54.119Z] + Found adjustments [2020-03-06T17:18:54.119Z] ==> Gzipping contents [2020-03-06T17:18:54.119Z] ==> Uploading reports [2020-03-06T17:18:54.119Z] url: https://codecov.io [2020-03-06T17:18:54.119Z] query: branch=PR-299&commit=9407fbb39431fbb0550281fb13dd18a6565867df&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-299%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=299&job= [2020-03-06T17:18:54.119Z] -> Pinging Codecov [2020-03-06T17:18:54.119Z] https://codecov.io/upload/v4?package=bash-20200303-bc4d7e6&token=secret&branch=PR-299&commit=9407fbb39431fbb0550281fb13dd18a6565867df&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-299%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=299&job= [2020-03-06T17:18:54.378Z] -> Uploading [2020-03-06T17:18:54.947Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/9407fbb39431fbb0550281fb13dd18a6565867df [Pipeline] } [2020-03-06T17:18:54.954Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-03-06T17:18:56.145Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-06T17:18:56.444Z] ---> package-listing.sh [2020-03-06T17:18:56.444Z] ++ facter osfamily [2020-03-06T17:18:56.444Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-06T17:18:56.444Z] + OS_FAMILY=redhat [2020-03-06T17:18:56.444Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-299 [2020-03-06T17:18:56.444Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-06T17:18:56.444Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-06T17:18:56.444Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-06T17:18:56.444Z] + PACKAGES=/tmp/packages_start.txt [2020-03-06T17:18:56.444Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-299 ']' [2020-03-06T17:18:56.444Z] + PACKAGES=/tmp/packages_end.txt [2020-03-06T17:18:56.444Z] + case "${OS_FAMILY}" in [2020-03-06T17:18:56.444Z] + rpm -qa [2020-03-06T17:18:56.444Z] + sort [2020-03-06T17:19:00.659Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-06T17:19:00.659Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-06T17:19:00.659Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-06T17:19:00.659Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-299 ']' [2020-03-06T17:19:00.659Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-299/archives/ [2020-03-06T17:19:00.659Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-299/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-06T17:19:01.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-06T17:19:01.175Z] [2020-03-06T17:19:01.175Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-06T17:19:01.513Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-06T17:19:01.513Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-06T17:19:01.513Z] c9b1b535fdd9: Pulling fs layer [2020-03-06T17:19:01.513Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-06T17:19:01.513Z] 756a868c4378: Pulling fs layer [2020-03-06T17:19:01.513Z] 444b2fc9a129: Pulling fs layer [2020-03-06T17:19:01.513Z] ea15f1150254: Pulling fs layer [2020-03-06T17:19:01.513Z] 5a21e42bf974: Pulling fs layer [2020-03-06T17:19:01.514Z] 99d3bd2612b6: Pulling fs layer [2020-03-06T17:19:01.514Z] 16f5e063005e: Pulling fs layer [2020-03-06T17:19:01.514Z] 0282543bde38: Pulling fs layer [2020-03-06T17:19:01.514Z] babce8080af9: Pulling fs layer [2020-03-06T17:19:01.514Z] 444b2fc9a129: Waiting [2020-03-06T17:19:01.514Z] ea15f1150254: Waiting [2020-03-06T17:19:01.514Z] 5a21e42bf974: Waiting [2020-03-06T17:19:01.514Z] 0282543bde38: Waiting [2020-03-06T17:19:01.514Z] 99d3bd2612b6: Waiting [2020-03-06T17:19:01.514Z] 16f5e063005e: Waiting [2020-03-06T17:19:01.514Z] babce8080af9: Waiting [2020-03-06T17:19:01.514Z] 2cc5ad85d9ab: Verifying Checksum [2020-03-06T17:19:01.514Z] 2cc5ad85d9ab: Download complete [2020-03-06T17:19:01.514Z] 444b2fc9a129: Download complete [2020-03-06T17:19:01.514Z] c9b1b535fdd9: Verifying Checksum [2020-03-06T17:19:01.514Z] c9b1b535fdd9: Download complete [2020-03-06T17:19:01.780Z] ea15f1150254: Download complete [2020-03-06T17:19:01.780Z] 99d3bd2612b6: Verifying Checksum [2020-03-06T17:19:01.780Z] 99d3bd2612b6: Download complete [2020-03-06T17:19:02.040Z] c9b1b535fdd9: Pull complete [2020-03-06T17:19:02.040Z] 756a868c4378: Verifying Checksum [2020-03-06T17:19:02.040Z] 756a868c4378: Download complete [2020-03-06T17:19:02.316Z] 0282543bde38: Verifying Checksum [2020-03-06T17:19:02.316Z] 0282543bde38: Download complete [2020-03-06T17:19:02.316Z] babce8080af9: Verifying Checksum [2020-03-06T17:19:02.316Z] babce8080af9: Download complete [2020-03-06T17:19:02.316Z] 2cc5ad85d9ab: Pull complete [2020-03-06T17:19:02.316Z] 16f5e063005e: Verifying Checksum [2020-03-06T17:19:02.316Z] 16f5e063005e: Download complete [2020-03-06T17:19:02.895Z] 5a21e42bf974: Verifying Checksum [2020-03-06T17:19:02.895Z] 5a21e42bf974: Download complete [2020-03-06T17:19:04.280Z] 756a868c4378: Pull complete [2020-03-06T17:19:04.280Z] 444b2fc9a129: Pull complete [2020-03-06T17:19:04.280Z] ea15f1150254: Pull complete [2020-03-06T17:19:08.484Z] 5a21e42bf974: Pull complete [2020-03-06T17:19:08.484Z] 99d3bd2612b6: Pull complete [2020-03-06T17:19:11.030Z] 16f5e063005e: Pull complete [2020-03-06T17:19:11.969Z] 0282543bde38: Pull complete [2020-03-06T17:19:12.231Z] babce8080af9: Pull complete [2020-03-06T17:19:12.231Z] Digest: sha256:f5d1b4e6945e0261824f8cb37e4010fa096e5417ca10395140c4384b340ff314 [2020-03-06T17:19:12.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-06T17:19:12.446Z] prd-centos7-docker-4c-2g-2774 does not seem to be running inside a container [2020-03-06T17:19:12.505Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/ndry_app-functions-sdk-go_PR-299 -v /w/workspace/ndry_app-functions-sdk-go_PR-299:/w/workspace/ndry_app-functions-sdk-go_PR-299:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-299@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-299@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-06T17:19:13.765Z] $ docker top 429e72985efe7a286214e097af444f875215681debd5bed359499731dbb8e5d2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-06T17:19:14.559Z] provisioning config files... [2020-03-06T17:19:14.575Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-299@tmp/config4222047839020418754tmp [Pipeline] { [Pipeline] echo [2020-03-06T17:19:14.629Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-06T17:19:14.931Z] ---> create-netrc.sh [Pipeline] echo [2020-03-06T17:19:14.939Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-06T17:19:15.244Z] ---> logs-deploy.sh [2020-03-06T17:19:15.245Z] + ARCHIVE_ARTIFACTS= [2020-03-06T17:19:15.245Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-06T17:19:15.245Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-06T17:19:15.245Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-06T17:19:15.245Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-299/2 [2020-03-06T17:19:15.245Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-299/2/ [2020-03-06T17:19:15.245Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-299/2 /w/workspace/ndry_app-functions-sdk-go_PR-299 [2020-03-06T17:19:17.785Z] Archives upload complete. [2020-03-06T17:19:17.785Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-299/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/app-functions-sdk-go/job/PR-299/2/ [2020-03-06T17:19:18.356Z] ---> uname -a: [2020-03-06T17:19:18.356Z] Linux 429e72985efe 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] ---> lscpu: [2020-03-06T17:19:18.356Z] Architecture: x86_64 [2020-03-06T17:19:18.356Z] CPU op-mode(s): 32-bit, 64-bit [2020-03-06T17:19:18.356Z] Byte Order: Little Endian [2020-03-06T17:19:18.356Z] Address sizes: 40 bits physical, 48 bits virtual [2020-03-06T17:19:18.356Z] CPU(s): 4 [2020-03-06T17:19:18.356Z] On-line CPU(s) list: 0-3 [2020-03-06T17:19:18.356Z] Thread(s) per core: 1 [2020-03-06T17:19:18.356Z] Core(s) per socket: 1 [2020-03-06T17:19:18.356Z] Socket(s): 4 [2020-03-06T17:19:18.356Z] NUMA node(s): 1 [2020-03-06T17:19:18.356Z] Vendor ID: GenuineIntel [2020-03-06T17:19:18.356Z] CPU family: 6 [2020-03-06T17:19:18.356Z] Model: 44 [2020-03-06T17:19:18.356Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-03-06T17:19:18.356Z] Stepping: 1 [2020-03-06T17:19:18.356Z] CPU MHz: 2933.442 [2020-03-06T17:19:18.356Z] BogoMIPS: 5866.88 [2020-03-06T17:19:18.356Z] Virtualization: VT-x [2020-03-06T17:19:18.356Z] Hypervisor vendor: KVM [2020-03-06T17:19:18.356Z] Virtualization type: full [2020-03-06T17:19:18.356Z] L1d cache: 128 KiB [2020-03-06T17:19:18.356Z] L1i cache: 128 KiB [2020-03-06T17:19:18.356Z] L2 cache: 16 MiB [2020-03-06T17:19:18.356Z] L3 cache: 64 MiB [2020-03-06T17:19:18.356Z] NUMA node0 CPU(s): 0-3 [2020-03-06T17:19:18.356Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-03-06T17:19:18.356Z] Vulnerability Meltdown: Mitigation; PTI [2020-03-06T17:19:18.356Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-03-06T17:19:18.356Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-03-06T17:19:18.356Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-03-06T17:19:18.356Z] 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-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] ---> nproc: [2020-03-06T17:19:18.356Z] 4 [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] ---> df -h: [2020-03-06T17:19:18.356Z] Filesystem Size Used Available Use% Mounted on [2020-03-06T17:19:18.356Z] overlay 50.0G 6.3G 43.7G 13% / [2020-03-06T17:19:18.356Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-03-06T17:19:18.356Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-03-06T17:19:18.356Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-03-06T17:19:18.356Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf [2020-03-06T17:19:18.356Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname [2020-03-06T17:19:18.356Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts [2020-03-06T17:19:18.356Z] /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa [2020-03-06T17:19:18.356Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/ndry_app-functions-sdk-go_PR-299 [2020-03-06T17:19:18.356Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/ndry_app-functions-sdk-go_PR-299@tmp [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] ---> free -m: [2020-03-06T17:19:18.356Z] total used free shared buff/cache available [2020-03-06T17:19:18.356Z] Mem: 1838 645 73 0 1119 1087 [2020-03-06T17:19:18.356Z] Swap: 1023 0 1023 [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] ---> ip addr: [2020-03-06T17:19:18.356Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-03-06T17:19:18.356Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-03-06T17:19:18.356Z] inet 127.0.0.1/8 scope host lo [2020-03-06T17:19:18.356Z] valid_lft forever preferred_lft forever [2020-03-06T17:19:18.356Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-03-06T17:19:18.356Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-03-06T17:19:18.356Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-03-06T17:19:18.356Z] valid_lft forever preferred_lft forever [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] ---> sar -b -r -n DEV: [2020-03-06T17:19:18.356Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/06/20 _x86_64_ (4 CPU) [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] 17:10:32 LINUX RESTART [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] 17:11:02 tps rtps wtps bread/s bwrtn/s [2020-03-06T17:19:18.356Z] 17:12:01 53.97 12.77 41.19 2660.67 4667.96 [2020-03-06T17:19:18.356Z] 17:13:01 4.11 0.00 4.11 0.00 121.18 [2020-03-06T17:19:18.356Z] 17:14:01 0.57 0.00 0.57 0.00 5.08 [2020-03-06T17:19:18.356Z] 17:15:01 0.60 0.00 0.60 0.00 6.30 [2020-03-06T17:19:18.356Z] 17:16:01 0.60 0.00 0.60 0.00 6.53 [2020-03-06T17:19:18.356Z] 17:17:01 0.70 0.00 0.70 0.00 7.36 [2020-03-06T17:19:18.356Z] 17:18:01 0.65 0.02 0.63 0.13 6.01 [2020-03-06T17:19:18.356Z] 17:19:01 50.32 49.62 0.70 3403.86 11.47 [2020-03-06T17:19:18.356Z] Average: 13.86 7.79 6.07 754.50 595.97 [2020-03-06T17:19:18.356Z] [2020-03-06T17:19:18.356Z] 17:11:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-03-06T17:19:18.356Z] 17:12:01 172872 1709432 90.82 2620 1152616 947840 32.34 467488 1082772 124 [2020-03-06T17:19:18.356Z] 17:13:01 180276 1702028 90.42 2620 1152632 902116 30.78 465616 1080820 8 [2020-03-06T17:19:18.356Z] 17:14:01 181596 1700708 90.35 2620 1152636 901912 30.77 464400 1080816 8 [2020-03-06T17:19:18.356Z] 17:15:01 181736 1700568 90.35 2620 1152640 901912 30.77 464608 1080756 8 [2020-03-06T17:19:18.356Z] 17:16:01 180560 1701744 90.41 2620 1152648 902080 30.78 466068 1080228 8 [2020-03-06T17:19:18.357Z] 17:17:01 180820 1701484 90.39 2620 1152652 901984 30.78 465580 1080228 8 [2020-03-06T17:19:18.357Z] 17:18:01 181640 1700664 90.35 2620 1152660 901912 30.77 465076 1080228 8 [2020-03-06T17:19:18.357Z] 17:19:01 63988 1818316 96.60 2620 1205048 1101080 37.57 503932 1149816 40316 [2020-03-06T17:19:18.357Z] Average: 165436 1716868 91.21 2620 1159192 932605 31.82 470346 1089458 5061 [2020-03-06T17:19:18.357Z] [2020-03-06T17:19:18.357Z] 17:11:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-03-06T17:19:18.357Z] 17:12:01 eth0 745.36 574.39 1631.78 419.46 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:12:01 docker0 137.39 100.19 10.38 304.69 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:13:01 eth0 0.80 0.30 0.30 0.23 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:14:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:15:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:16:01 eth0 0.55 0.37 0.27 0.20 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:17:01 eth0 0.72 0.27 0.20 0.08 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:18:01 eth0 0.32 0.08 0.03 0.01 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:19:01 eth0 49.62 39.25 674.63 13.30 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] 17:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] Average: eth0 98.52 75.87 285.80 53.44 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] Average: docker0 16.94 12.35 1.28 37.56 0.00 0.00 0.00 [2020-03-06T17:19:18.357Z] [2020-03-06T17:19:18.357Z] [2020-03-06T17:19:18.357Z] ---> sar -P ALL: [2020-03-06T17:19:18.357Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/06/20 _x86_64_ (4 CPU) [2020-03-06T17:19:18.357Z] [2020-03-06T17:19:18.357Z] 17:10:32 LINUX RESTART [2020-03-06T17:19:18.357Z] [2020-03-06T17:19:18.357Z] 17:11:02 CPU %user %nice %system %iowait %steal %idle [2020-03-06T17:19:18.357Z] 17:12:01 all 13.08 0.00 4.27 1.64 0.17 80.84 [2020-03-06T17:19:18.357Z] 17:12:01 0 14.00 0.00 5.82 0.24 0.12 79.82 [2020-03-06T17:19:18.357Z] 17:12:01 1 12.14 0.00 3.74 0.12 0.21 83.79 [2020-03-06T17:19:18.357Z] 17:12:01 2 12.17 0.00 3.96 1.80 0.15 81.91 [2020-03-06T17:19:18.357Z] 17:12:01 3 13.97 0.00 3.57 4.41 0.20 77.84 [2020-03-06T17:19:18.357Z] 17:13:01 all 0.22 0.00 0.08 0.00 0.00 99.70 [2020-03-06T17:19:18.357Z] 17:13:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-06T17:19:18.357Z] 17:13:01 1 0.62 0.00 0.08 0.00 0.00 99.30 [2020-03-06T17:19:18.357Z] 17:13:01 2 0.12 0.00 0.12 0.00 0.00 99.77 [2020-03-06T17:19:18.357Z] 17:13:01 3 0.10 0.00 0.05 0.00 0.00 99.85 [2020-03-06T17:19:18.357Z] 17:14:01 all 0.19 0.00 0.06 0.00 0.00 99.75 [2020-03-06T17:19:18.357Z] 17:14:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-06T17:19:18.357Z] 17:14:01 1 0.58 0.00 0.05 0.00 0.00 99.37 [2020-03-06T17:19:18.357Z] 17:14:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-03-06T17:19:18.357Z] 17:14:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-06T17:19:18.357Z] 17:15:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-06T17:19:18.357Z] 17:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-03-06T17:19:18.357Z] 17:15:01 1 0.38 0.00 0.05 0.00 0.00 99.57 [2020-03-06T17:19:18.357Z] 17:15:01 2 0.23 0.00 0.08 0.00 0.00 99.68 [2020-03-06T17:19:18.357Z] 17:15:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-06T17:19:18.357Z] 17:16:01 all 0.19 0.00 0.08 0.00 0.00 99.72 [2020-03-06T17:19:18.357Z] 17:16:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-06T17:19:18.357Z] 17:16:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-06T17:19:18.357Z] 17:16:01 2 0.58 0.00 0.20 0.00 0.00 99.22 [2020-03-06T17:19:18.357Z] 17:16:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-06T17:19:18.357Z] 17:17:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-06T17:19:18.357Z] 17:17:01 0 0.08 0.00 0.03 0.00 0.00 99.88 [2020-03-06T17:19:18.357Z] 17:17:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2020-03-06T17:19:18.357Z] 17:17:01 2 0.47 0.00 0.05 0.00 0.00 99.48 [2020-03-06T17:19:18.357Z] 17:17:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2020-03-06T17:19:18.357Z] 17:18:01 all 0.18 0.00 0.05 0.00 0.01 99.75 [2020-03-06T17:19:18.357Z] 17:18:01 0 0.53 0.00 0.05 0.00 0.02 99.40 [2020-03-06T17:19:18.357Z] 17:18:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-06T17:19:18.357Z] 17:18:01 2 0.08 0.00 0.07 0.00 0.02 99.83 [2020-03-06T17:19:18.357Z] 17:18:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-06T17:19:18.357Z] 17:19:01 all 1.28 0.00 0.72 1.00 0.00 97.00 [2020-03-06T17:19:18.357Z] 17:19:01 0 1.53 0.00 0.73 0.85 0.02 96.86 [2020-03-06T17:19:18.357Z] 17:19:01 1 2.22 0.00 0.93 1.82 0.00 95.03 [2020-03-06T17:19:18.357Z] 17:19:01 2 0.80 0.00 0.60 0.13 0.00 98.47 [2020-03-06T17:19:18.357Z] 17:19:01 3 0.55 0.00 0.65 1.20 0.02 97.58 [2020-03-06T17:19:18.357Z] Average: all 1.90 0.00 0.66 0.33 0.02 97.09 [2020-03-06T17:19:18.357Z] Average: 0 2.00 0.00 0.83 0.14 0.02 97.01 [2020-03-06T17:19:18.357Z] Average: 1 1.99 0.00 0.62 0.24 0.03 97.13 [2020-03-06T17:19:18.357Z] Average: 2 1.78 0.00 0.63 0.24 0.02 97.33 [2020-03-06T17:19:18.357Z] Average: 3 1.83 0.00 0.56 0.69 0.03 96.89 [2020-03-06T17:19:18.357Z] [2020-03-06T17:19:18.357Z] [2020-03-06T17:19:18.357Z]