Pull request #498 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from a9438f1c50ea4488a12a933de222d57149c9062b+d4297c3f0affce4b46d730e2d159065f9736cf70 (8f834f337f1527332477fc3e8ce12d12db859cac) 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1392 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [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-498 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d4297c3f0affce4b46d730e2d159065f9736cf70 into PR head commit a9438f1c50ea4488a12a933de222d57149c9062b Merge succeeded, producing a9438f1c50ea4488a12a933de222d57149c9062b Checking out Revision a9438f1c50ea4488a12a933de222d57149c9062b (PR-498) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a9438f1c50ea4488a12a933de222d57149c9062b # 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 d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a9438f1c50ea4488a12a933de222d57149c9062b # timeout=10 Commit message: "Merge branch 'master' into mqtt-trigger" First time build. Skipping changelog. > git rev-list --no-walk 5dee3996fc62105f77e2d06bebe601c29a7710b7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T23:59:00.469Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T23:59:00.800Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T23:59:00.902Z] ========================================================= [2020-09-24T23:59:00.902Z] EdgeX Global Pipelines Version Info [2020-09-24T23:59:00.902Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T23:59:02.865Z] ------------------- [2020-09-24T23:59:02.865Z] stable info: [2020-09-24T23:59:02.865Z] ------------------- [2020-09-24T23:59:02.865Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T23:59:02.865Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T23:59:02.865Z] Message: update stable to v1.0.128 [2020-09-24T23:59:03.442Z] ------------------- [2020-09-24T23:59:03.442Z] experimental info: [2020-09-24T23:59:03.442Z] ------------------- [2020-09-24T23:59:03.442Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T23:59:03.442Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T23:59:03.442Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-24T23:59:03.789Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-24T23:59:03.872Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-24T23:59:04.003Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T23:59:04.091Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T23:59:04.175Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T23:59:04.269Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T23:59:04.360Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T23:59:04.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T23:59:04.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-24T23:59:04.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T23:59:04.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T23:59:04.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-24T23:59:05.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T23:59:05.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T23:59:05.185Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T23:59:05.279Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T23:59:05.411Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T23:59:05.501Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T23:59:05.611Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-24T23:59:05.700Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-24T23:59:05.798Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-24T23:59:05.912Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-24T23:59:06.000Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-24T23:59:06.122Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-24T23:59:06.209Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-09-24T23:59:06.295Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-498 [Pipeline] echo [2020-09-24T23:59:06.386Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-498 [Pipeline] echo [2020-09-24T23:59:06.495Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-498 [Pipeline] echo [2020-09-24T23:59:06.600Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a9438f1c50ea4488a12a933de222d57149c9062b [Pipeline] echo [2020-09-24T23:59:06.686Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a9438f1 [Pipeline] echo [2020-09-24T23:59:06.794Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-24T23:59:07.391Z] + git log --format=format:%s -1 a9438f1c50ea4488a12a933de222d57149c9062b [Pipeline] echo [2020-09-24T23:59:07.457Z] GIT_COMMIT: a9438f1c50ea4488a12a933de222d57149c9062b, Commit Message: Merge branch 'master' into mqtt-trigger [Pipeline] echo [2020-09-24T23:59:07.502Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-24T23:59:08.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T23:59:08.309Z] [2020-09-24T23:59:08.309Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T23:59:08.660Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T23:59:08.660Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T23:59:08.660Z] 31603596830f: Pulling fs layer [2020-09-24T23:59:08.660Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T23:59:08.660Z] 6ca5941a6612: Pulling fs layer [2020-09-24T23:59:08.660Z] ecc8261a40a4: Pulling fs layer [2020-09-24T23:59:08.660Z] ecc8261a40a4: Waiting [2020-09-24T23:59:08.660Z] 2a8b12db71e7: Verifying Checksum [2020-09-24T23:59:08.660Z] 2a8b12db71e7: Download complete [2020-09-24T23:59:08.923Z] 31603596830f: Verifying Checksum [2020-09-24T23:59:08.923Z] 31603596830f: Download complete [2020-09-24T23:59:08.923Z] 6ca5941a6612: Verifying Checksum [2020-09-24T23:59:08.923Z] 6ca5941a6612: Download complete [2020-09-24T23:59:08.923Z] ecc8261a40a4: Verifying Checksum [2020-09-24T23:59:08.923Z] ecc8261a40a4: Download complete [2020-09-24T23:59:09.188Z] 31603596830f: Pull complete [2020-09-24T23:59:09.188Z] 2a8b12db71e7: Pull complete [2020-09-24T23:59:10.137Z] 6ca5941a6612: Pull complete [2020-09-24T23:59:10.400Z] ecc8261a40a4: Pull complete [2020-09-24T23:59:10.400Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T23:59:10.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T23:59:10.400Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T23:59:10.510Z] prd-centos7-docker-4c-2g-1392 does not seem to be running inside a container [2020-09-24T23:59:10.575Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-498 -v /w/workspace/ndry_app-functions-sdk-go_PR-498:/w/workspace/ndry_app-functions-sdk-go_PR-498:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-498@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-09-24T23:59:12.606Z] $ docker top c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T23:59:12.918Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T23:59:12.919Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T23:59:13.129Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T23:59:13.135Z] $ docker exec c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 ssh-agent [2020-09-24T23:59:13.293Z] SSH_AUTH_SOCK=/tmp/ssh-4vxiOyReq4Jw/agent.11 [2020-09-24T23:59:13.293Z] SSH_AGENT_PID=17 [2020-09-24T23:59:13.305Z] Running ssh-add (command line suppressed) [2020-09-24T23:59:13.428Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_2253353561000852178.key (/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_2253353561000852178.key) [2020-09-24T23:59:13.513Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T23:59:13.861Z] + git describe --exact-match --tags HEAD [2020-09-24T23:59:13.861Z] fatal: no tag exactly matches 'a9438f1c50ea4488a12a933de222d57149c9062b' [Pipeline] } [2020-09-24T23:59:13.889Z] $ docker exec --env ******** --env ******** c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 ssh-agent -k [2020-09-24T23:59:13.999Z] unset SSH_AUTH_SOCK; [2020-09-24T23:59:13.999Z] unset SSH_AGENT_PID; [2020-09-24T23:59:13.999Z] echo Agent pid 17 killed; [2020-09-24T23:59:14.038Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T23:59:14.134Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T23:59:14.134Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T23:59:14.251Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T23:59:14.251Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T23:59:14.416Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T23:59:14.423Z] $ docker exec c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 ssh-agent [2020-09-24T23:59:14.577Z] SSH_AUTH_SOCK=/tmp/ssh-5EM9Wywn9fsX/agent.45 [2020-09-24T23:59:14.577Z] SSH_AGENT_PID=50 [2020-09-24T23:59:14.585Z] Running ssh-add (command line suppressed) [2020-09-24T23:59:14.712Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_3056134019017789803.key (/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/private_key_3056134019017789803.key) [2020-09-24T23:59:14.763Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T23:59:15.100Z] + git semver init [2020-09-24T23:59:15.100Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T23:59:15.100Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-498/.git [2020-09-24T23:59:15.100Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-498 [2020-09-24T23:59:15.100Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T23:59:15.100Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T23:59:15.100Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T23:59:15.100Z] # $SEMVER_BRANCH = PR-498 [2020-09-24T23:59:15.100Z] # $SEMVER_TEMP = /tmp/semver-519062002 [2020-09-24T23:59:15.100Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-24T23:59:17.739Z] # '/tmp/semver-519062002' -> '/w/workspace/ndry_app-functions-sdk-go_PR-498/.semver' [2020-09-24T23:59:17.739Z] # -> Force: false [2020-09-24T23:59:17.739Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-498/.semver [Pipeline] } [2020-09-24T23:59:17.754Z] $ docker exec --env ******** --env ******** c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 ssh-agent -k [2020-09-24T23:59:17.867Z] unset SSH_AUTH_SOCK; [2020-09-24T23:59:17.868Z] unset SSH_AGENT_PID; [2020-09-24T23:59:17.868Z] echo Agent pid 50 killed; [2020-09-24T23:59:17.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T23:59:18.432Z] + git semver [Pipeline] } [2020-09-24T23:59:18.452Z] $ docker stop --time=1 c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 [2020-09-24T23:59:19.916Z] $ docker rm -f c0b998f235f36ffc5d6a7dde589e922296905d1bdc5ad53df43ff2b6211f4c69 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T23:59:22.643Z] Stashed 52 file(s) [Pipeline] echo [2020-09-24T23:59:22.647Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-24T23:59:22.742Z] Archived original 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-09-24T23:59:38.291Z] Still waiting to schedule task [2020-09-24T23:59:38.291Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-24T23:59:38.294Z] Still waiting to schedule task [2020-09-24T23:59:38.294Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-25T00:01:40.426Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1393 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [Pipeline] { [Pipeline] ws [2020-09-25T00:01:40.544Z] Running in /w/workspace/app-functions-sdk-go/14 [Pipeline] { [Pipeline] checkout [2020-09-25T00:01:46.387Z] using credential edgex-jenkins-ssh [2020-09-25T00:01:46.467Z] Cloning the remote Git repository [2020-09-25T00:01:46.541Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-25T00:01:46.670Z] > git init /w/workspace/app-functions-sdk-go/14 # timeout=10 [2020-09-25T00:01:46.747Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-25T00:01:46.748Z] > git --version # timeout=10 [2020-09-25T00:01:46.772Z] > git --version # 'git version 2.17.1' [2020-09-25T00:01:46.774Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-25T00:01:46.837Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-25T00:01:49.682Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-25T00:01:49.713Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-25T00:01:49.738Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-25T00:01:50.443Z] Merging remotes/origin/master commit d4297c3f0affce4b46d730e2d159065f9736cf70 into PR head commit a9438f1c50ea4488a12a933de222d57149c9062b [2020-09-25T00:01:50.673Z] Merge succeeded, producing a9438f1c50ea4488a12a933de222d57149c9062b [2020-09-25T00:01:50.674Z] Checking out Revision a9438f1c50ea4488a12a933de222d57149c9062b (PR-498) [2020-09-25T00:01:49.824Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-25T00:01:49.825Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-25T00:01:49.838Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-25T00:01:50.463Z] > git config core.sparsecheckout # timeout=10 [2020-09-25T00:01:50.482Z] > git checkout -f a9438f1c50ea4488a12a933de222d57149c9062b # timeout=10 [2020-09-25T00:01:50.596Z] > git remote # timeout=10 [2020-09-25T00:01:50.613Z] > git config --get remote.origin.url # timeout=10 [2020-09-25T00:01:50.629Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-25T00:01:50.640Z] > git merge d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 [2020-09-25T00:01:50.663Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-25T00:01:50.682Z] > git config core.sparsecheckout # timeout=10 [2020-09-25T00:01:50.691Z] > git checkout -f a9438f1c50ea4488a12a933de222d57149c9062b # timeout=10 [2020-09-25T00:01:54.918Z] Commit message: "Merge branch 'master' into mqtt-trigger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-25T00:01:58.017Z] Running on prd-centos7-docker-4c-2g-1394 in /w/workspace/ndry_app-functions-sdk-go_PR-498 [Pipeline] { [Pipeline] ws [2020-09-25T00:01:58.077Z] Running in /w/workspace/app-functions-sdk-go/14 [Pipeline] { [Pipeline] checkout [Pipeline] echo [2020-09-25T00:01:58.407Z] ========================================================= [2020-09-25T00:01:58.407Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-25T00:01:58.407Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-25T00:01:59.473Z] + 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-09-25T00:02:00.926Z] Sending build context to Docker daemon 37.44MB [2020-09-25T00:02:00.926Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-25T00:02:00.926Z] Step 2/8 : FROM ${BASE} [2020-09-25T00:02:01.201Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-25T00:02:01.202Z] b538f80385f9: Pulling fs layer [2020-09-25T00:02:01.202Z] 74f711af9a0d: Pulling fs layer [2020-09-25T00:02:01.202Z] 99f96fe45779: Pulling fs layer [2020-09-25T00:02:01.202Z] 8529a6b9a6be: Pulling fs layer [2020-09-25T00:02:01.202Z] 45590311c82a: Pulling fs layer [2020-09-25T00:02:01.202Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-25T00:02:01.202Z] 209524e5b208: Pulling fs layer [2020-09-25T00:02:01.202Z] 8529a6b9a6be: Waiting [2020-09-25T00:02:01.202Z] 45590311c82a: Waiting [2020-09-25T00:02:01.202Z] 209524e5b208: Waiting [2020-09-25T00:02:01.202Z] 99f96fe45779: Verifying Checksum [2020-09-25T00:02:01.202Z] 99f96fe45779: Download complete [2020-09-25T00:02:01.202Z] 74f711af9a0d: Download complete [2020-09-25T00:02:01.202Z] 45590311c82a: Download complete [2020-09-25T00:02:01.202Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-25T00:02:01.202Z] 69ca0ff8b7b3: Download complete [2020-09-25T00:02:01.616Z] using credential edgex-jenkins-ssh [2020-09-25T00:02:01.673Z] Cloning the remote Git repository [2020-09-25T00:02:01.799Z] b538f80385f9: Verifying Checksum [2020-09-25T00:02:01.799Z] b538f80385f9: Download complete [2020-09-25T00:02:02.402Z] b538f80385f9: Pull complete [2020-09-25T00:02:01.701Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-25T00:02:01.767Z] > git init /w/workspace/app-functions-sdk-go/14 # timeout=10 [2020-09-25T00:02:01.823Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-25T00:02:01.824Z] > git --version # timeout=10 [2020-09-25T00:02:01.831Z] > git --version # 'git version 2.16.5' [2020-09-25T00:02:01.832Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-25T00:02:01.859Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-25T00:02:03.008Z] 74f711af9a0d: Pull complete [2020-09-25T00:02:03.618Z] 99f96fe45779: Pull complete [2020-09-25T00:02:03.894Z] 209524e5b208: Verifying Checksum [2020-09-25T00:02:03.894Z] 209524e5b208: Download complete [2020-09-25T00:02:05.340Z] 8529a6b9a6be: Verifying Checksum [2020-09-25T00:02:05.340Z] 8529a6b9a6be: Download complete [2020-09-25T00:02:07.683Z] Merging remotes/origin/master commit d4297c3f0affce4b46d730e2d159065f9736cf70 into PR head commit a9438f1c50ea4488a12a933de222d57149c9062b [2020-09-25T00:02:07.774Z] Merge succeeded, producing a9438f1c50ea4488a12a933de222d57149c9062b [2020-09-25T00:02:07.775Z] Checking out Revision a9438f1c50ea4488a12a933de222d57149c9062b (PR-498) [2020-09-25T00:02:07.151Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-25T00:02:07.156Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-25T00:02:07.166Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-25T00:02:07.183Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-25T00:02:07.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-25T00:02:07.188Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-25T00:02:07.694Z] > git config core.sparsecheckout # timeout=10 [2020-09-25T00:02:07.699Z] > git checkout -f a9438f1c50ea4488a12a933de222d57149c9062b # timeout=10 [2020-09-25T00:02:07.748Z] > git remote # timeout=10 [2020-09-25T00:02:07.754Z] > git config --get remote.origin.url # timeout=10 [2020-09-25T00:02:07.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-25T00:02:07.761Z] > git merge d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 [2020-09-25T00:02:07.772Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-25T00:02:07.781Z] > git config core.sparsecheckout # timeout=10 [2020-09-25T00:02:07.784Z] > git checkout -f a9438f1c50ea4488a12a933de222d57149c9062b # timeout=10 [2020-09-25T00:02:11.448Z] Commit message: "Merge branch 'master' into mqtt-trigger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-25T00:02:13.389Z] ========================================================= [2020-09-25T00:02:13.389Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-25T00:02:13.389Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-25T00:02:14.047Z] + 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-09-25T00:02:14.629Z] Sending build context to Docker daemon 37.44MB [2020-09-25T00:02:14.629Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-25T00:02:14.629Z] Step 2/8 : FROM ${BASE} [2020-09-25T00:02:14.629Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-25T00:02:14.629Z] df20fa9351a1: Pulling fs layer [2020-09-25T00:02:14.629Z] ed8968b2872e: Pulling fs layer [2020-09-25T00:02:14.629Z] a92cc7c5fd73: Pulling fs layer [2020-09-25T00:02:14.629Z] e871e8e8d7a9: Pulling fs layer [2020-09-25T00:02:14.629Z] e73272ec9a57: Pulling fs layer [2020-09-25T00:02:14.629Z] 1e910a182e73: Pulling fs layer [2020-09-25T00:02:14.629Z] 4e634b169226: Pulling fs layer [2020-09-25T00:02:14.629Z] e73272ec9a57: Waiting [2020-09-25T00:02:14.629Z] 1e910a182e73: Waiting [2020-09-25T00:02:14.629Z] 4e634b169226: Waiting [2020-09-25T00:02:14.629Z] e871e8e8d7a9: Waiting [2020-09-25T00:02:14.629Z] a92cc7c5fd73: Verifying Checksum [2020-09-25T00:02:14.629Z] a92cc7c5fd73: Download complete [2020-09-25T00:02:14.892Z] ed8968b2872e: Verifying Checksum [2020-09-25T00:02:14.892Z] ed8968b2872e: Download complete [2020-09-25T00:02:14.892Z] e73272ec9a57: Verifying Checksum [2020-09-25T00:02:14.892Z] e73272ec9a57: Download complete [2020-09-25T00:02:14.892Z] 1e910a182e73: Verifying Checksum [2020-09-25T00:02:14.892Z] 1e910a182e73: Download complete [2020-09-25T00:02:14.892Z] df20fa9351a1: Verifying Checksum [2020-09-25T00:02:14.892Z] df20fa9351a1: Download complete [2020-09-25T00:02:15.156Z] df20fa9351a1: Pull complete [2020-09-25T00:02:15.156Z] ed8968b2872e: Pull complete [2020-09-25T00:02:15.418Z] a92cc7c5fd73: Pull complete [2020-09-25T00:02:15.546Z] 8529a6b9a6be: Pull complete [2020-09-25T00:02:15.824Z] 45590311c82a: Pull complete [2020-09-25T00:02:16.100Z] 69ca0ff8b7b3: Pull complete [2020-09-25T00:02:16.824Z] 4e634b169226: Verifying Checksum [2020-09-25T00:02:16.824Z] 4e634b169226: Download complete [2020-09-25T00:02:17.092Z] e871e8e8d7a9: Verifying Checksum [2020-09-25T00:02:17.092Z] e871e8e8d7a9: Download complete [2020-09-25T00:02:19.504Z] 209524e5b208: Pull complete [2020-09-25T00:02:19.504Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-25T00:02:19.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-25T00:02:19.504Z] ---> 5bddaf1c2fca [2020-09-25T00:02:19.505Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-25T00:02:20.097Z] latest: Pulling from library/docker [2020-09-25T00:02:20.097Z] b538f80385f9: Already exists [2020-09-25T00:02:20.097Z] 259a493cd78d: Pulling fs layer [2020-09-25T00:02:20.097Z] b8e66b5100f5: Pulling fs layer [2020-09-25T00:02:20.097Z] 7f8258a56ab6: Pulling fs layer [2020-09-25T00:02:20.097Z] 75a0a0ebb566: Pulling fs layer [2020-09-25T00:02:20.097Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-25T00:02:20.097Z] 294320357d30: Pulling fs layer [2020-09-25T00:02:20.097Z] 75a0a0ebb566: Waiting [2020-09-25T00:02:20.097Z] 4a2c62f0a2a3: Waiting [2020-09-25T00:02:20.097Z] 294320357d30: Waiting [2020-09-25T00:02:20.371Z] b8e66b5100f5: Verifying Checksum [2020-09-25T00:02:20.371Z] b8e66b5100f5: Download complete [2020-09-25T00:02:20.371Z] 259a493cd78d: Verifying Checksum [2020-09-25T00:02:20.371Z] 259a493cd78d: Download complete [2020-09-25T00:02:20.371Z] 75a0a0ebb566: Download complete [2020-09-25T00:02:20.371Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-25T00:02:20.371Z] 4a2c62f0a2a3: Download complete [2020-09-25T00:02:20.682Z] 294320357d30: Verifying Checksum [2020-09-25T00:02:20.682Z] 294320357d30: Download complete [2020-09-25T00:02:21.285Z] 259a493cd78d: Pull complete [2020-09-25T00:02:21.568Z] 7f8258a56ab6: Verifying Checksum [2020-09-25T00:02:21.568Z] 7f8258a56ab6: Download complete [2020-09-25T00:02:21.568Z] b8e66b5100f5: Pull complete [2020-09-25T00:02:22.413Z] e871e8e8d7a9: Pull complete [2020-09-25T00:02:22.680Z] e73272ec9a57: Pull complete [2020-09-25T00:02:22.680Z] 1e910a182e73: Pull complete [2020-09-25T00:02:24.969Z] 7f8258a56ab6: Pull complete [2020-09-25T00:02:24.969Z] 75a0a0ebb566: Pull complete [2020-09-25T00:02:25.248Z] 4a2c62f0a2a3: Pull complete [2020-09-25T00:02:25.525Z] 294320357d30: Pull complete [2020-09-25T00:02:25.525Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-25T00:02:25.525Z] Status: Downloaded newer image for docker:latest [2020-09-25T00:02:26.939Z] 4e634b169226: Pull complete [2020-09-25T00:02:26.939Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-25T00:02:26.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-25T00:02:26.939Z] ---> f7629b54cfaa [2020-09-25T00:02:26.939Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-25T00:02:27.514Z] latest: Pulling from library/docker [2020-09-25T00:02:27.514Z] df20fa9351a1: Already exists [2020-09-25T00:02:27.514Z] 25ad7478873d: Pulling fs layer [2020-09-25T00:02:27.514Z] 4684f6177b5d: Pulling fs layer [2020-09-25T00:02:27.514Z] 8ba584e970af: Pulling fs layer [2020-09-25T00:02:27.514Z] 3cdc74d2b06d: Pulling fs layer [2020-09-25T00:02:27.514Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-25T00:02:27.514Z] fca0ccc462d5: Pulling fs layer [2020-09-25T00:02:27.514Z] 3cdc74d2b06d: Waiting [2020-09-25T00:02:27.514Z] fca0ccc462d5: Waiting [2020-09-25T00:02:27.514Z] 4684f6177b5d: Verifying Checksum [2020-09-25T00:02:27.514Z] 4684f6177b5d: Download complete [2020-09-25T00:02:27.781Z] 25ad7478873d: Verifying Checksum [2020-09-25T00:02:27.781Z] 25ad7478873d: Download complete [2020-09-25T00:02:27.781Z] 3cdc74d2b06d: Verifying Checksum [2020-09-25T00:02:27.781Z] 3cdc74d2b06d: Download complete [2020-09-25T00:02:27.781Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-25T00:02:27.781Z] 4cf5a0d07c1f: Download complete [2020-09-25T00:02:28.052Z] fca0ccc462d5: Verifying Checksum [2020-09-25T00:02:28.052Z] fca0ccc462d5: Download complete [2020-09-25T00:02:28.052Z] 25ad7478873d: Pull complete [2020-09-25T00:02:28.319Z] 4684f6177b5d: Pull complete [2020-09-25T00:02:28.584Z] 8ba584e970af: Verifying Checksum [2020-09-25T00:02:28.584Z] 8ba584e970af: Download complete [2020-09-25T00:02:31.160Z] 8ba584e970af: Pull complete [2020-09-25T00:02:31.160Z] 3cdc74d2b06d: Pull complete [2020-09-25T00:02:31.160Z] 4cf5a0d07c1f: Pull complete [2020-09-25T00:02:31.160Z] fca0ccc462d5: Pull complete [2020-09-25T00:02:31.160Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-25T00:02:31.160Z] Status: Downloaded newer image for docker:latest [2020-09-25T00:02:32.262Z] ---> f4a723ce8ffc [2020-09-25T00:02:32.262Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-25T00:02:32.262Z] ---> Running in b9e6a991e8d9 [2020-09-25T00:02:32.262Z] Removing intermediate container b9e6a991e8d9 [2020-09-25T00:02:32.262Z] ---> a5aaaf693d36 [2020-09-25T00:02:32.262Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-25T00:02:32.262Z] ---> Running in 8d2796d4ad17 [2020-09-25T00:02:32.555Z] ---> 845c2ab0e707 [2020-09-25T00:02:32.555Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-25T00:02:32.820Z] ---> Running in 11ac3369fe7e [2020-09-25T00:02:32.820Z] Removing intermediate container 11ac3369fe7e [2020-09-25T00:02:32.820Z] ---> 9b10e16127aa [2020-09-25T00:02:32.820Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-25T00:02:33.083Z] ---> Running in 154264395ee7 [2020-09-25T00:02:33.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T00:02:34.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T00:02:34.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T00:02:34.676Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T00:02:34.873Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-25T00:02:34.873Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-25T00:02:34.949Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-25T00:02:35.137Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-25T00:02:35.137Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-25T00:02:35.221Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-25T00:02:35.221Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-25T00:02:35.221Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-25T00:02:35.402Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-25T00:02:35.402Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T00:02:35.402Z] OK: 167 MiB in 44 packages [2020-09-25T00:02:35.505Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-25T00:02:35.505Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T00:02:35.505Z] OK: 144 MiB in 44 packages [2020-09-25T00:02:35.979Z] Removing intermediate container 154264395ee7 [2020-09-25T00:02:35.979Z] ---> 0c19087d706f [2020-09-25T00:02:35.979Z] Step 6/8 : WORKDIR /build [2020-09-25T00:02:35.979Z] ---> Running in 3244461f8c3c [2020-09-25T00:02:35.979Z] Removing intermediate container 3244461f8c3c [2020-09-25T00:02:35.979Z] ---> f10c1f016994 [2020-09-25T00:02:35.979Z] Step 7/8 : COPY go.mod . [2020-09-25T00:02:36.248Z] ---> e5df453bc2cc [2020-09-25T00:02:36.248Z] Step 8/8 : RUN go mod download [2020-09-25T00:02:36.513Z] ---> Running in 5adfc6f4b270 [2020-09-25T00:02:36.945Z] Removing intermediate container 8d2796d4ad17 [2020-09-25T00:02:36.945Z] ---> 12a73532e09b [2020-09-25T00:02:36.945Z] Step 6/8 : WORKDIR /build [2020-09-25T00:02:36.945Z] ---> Running in 0f6925d28124 [2020-09-25T00:02:37.539Z] Removing intermediate container 0f6925d28124 [2020-09-25T00:02:37.539Z] ---> d63f3453904f [2020-09-25T00:02:37.539Z] Step 7/8 : COPY go.mod . [2020-09-25T00:02:38.146Z] ---> 7863a6363889 [2020-09-25T00:02:38.146Z] Step 8/8 : RUN go mod download [2020-09-25T00:02:38.146Z] ---> Running in 3f2503367594 [2020-09-25T00:03:03.162Z] Removing intermediate container 5adfc6f4b270 [2020-09-25T00:03:03.162Z] ---> ac7b9e45e7b8 [2020-09-25T00:03:03.162Z] Successfully built ac7b9e45e7b8 [2020-09-25T00:03:03.162Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-25T00:03:03.528Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-25T00:03:03.528Z] . [Pipeline] withDockerContainer [2020-09-25T00:03:03.637Z] prd-centos7-docker-4c-2g-1394 does not seem to be running inside a container [2020-09-25T00:03:03.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/14 -v /w/workspace/app-functions-sdk-go/14:/w/workspace/app-functions-sdk-go/14:rw,z -v /w/workspace/app-functions-sdk-go/14@tmp:/w/workspace/app-functions-sdk-go/14@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-09-25T00:03:04.705Z] $ docker top 9c717dec6923ff209c41e47d7e0ad37c1232c552f86c2071fe643b4014b04ddb -eo pid,comm [Pipeline] { [2020-09-25T00:03:04.945Z] Removing intermediate container 3f2503367594 [2020-09-25T00:03:04.945Z] ---> 1ae86f8d9587 [2020-09-25T00:03:04.945Z] Successfully built 1ae86f8d9587 [2020-09-25T00:03:04.945Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-25T00:03:05.290Z] + go version [2020-09-25T00:03:05.290Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-25T00:03:05.309Z] $ docker stop --time=1 9c717dec6923ff209c41e47d7e0ad37c1232c552f86c2071fe643b4014b04ddb [2020-09-25T00:03:05.411Z] + docker inspect -f . ci-base-image-arm64 [2020-09-25T00:03:05.411Z] . [2020-09-25T00:03:06.683Z] $ docker rm -f 9c717dec6923ff209c41e47d7e0ad37c1232c552f86c2071fe643b4014b04ddb [Pipeline] // withDockerContainer [Pipeline] withDockerContainer [2020-09-25T00:03:07.145Z] prd-ubuntu18.04-docker-arm64-4c-16g-1393 does not seem to be running inside a container [2020-09-25T00:03:07.232Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/14 -v /w/workspace/app-functions-sdk-go/14:/w/workspace/app-functions-sdk-go/14:rw,z -v /w/workspace/app-functions-sdk-go/14@tmp:/w/workspace/app-functions-sdk-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-25T00:03:09.072Z] $ docker top 91241cb6833f823a236d27f131bd4e5aeb473008e6d4bf711aa03a4c816cffb8 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T00:03:10.442Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-25T00:03:10.442Z] . [Pipeline] withDockerContainer [2020-09-25T00:03:10.521Z] + go version [2020-09-25T00:03:10.521Z] go version go1.15.2 linux/arm64 [2020-09-25T00:03:10.538Z] prd-centos7-docker-4c-2g-1394 does not seem to be running inside a container [2020-09-25T00:03:10.588Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/14 -v /w/workspace/app-functions-sdk-go/14:/w/workspace/app-functions-sdk-go/14:rw,z -v /w/workspace/app-functions-sdk-go/14@tmp:/w/workspace/app-functions-sdk-go/14@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-09-25T00:03:11.287Z] $ docker top ccc0b222f1f4c398a5f5f2f01ad7367cc590776f55777e273be6461162011edc -eo pid,comm [Pipeline] { [Pipeline] } [2020-09-25T00:03:11.504Z] $ docker stop --time=1 91241cb6833f823a236d27f131bd4e5aeb473008e6d4bf711aa03a4c816cffb8 [2020-09-25T00:03:13.878Z] $ docker rm -f 91241cb6833f823a236d27f131bd4e5aeb473008e6d4bf711aa03a4c816cffb8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-09-25T00:03:14.452Z] + make test [2020-09-25T00:03:14.452Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T00:03:14.947Z] + docker inspect -f . ci-base-image-arm64 [2020-09-25T00:03:14.947Z] . [Pipeline] withDockerContainer [2020-09-25T00:03:15.179Z] prd-ubuntu18.04-docker-arm64-4c-16g-1393 does not seem to be running inside a container [2020-09-25T00:03:15.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/14 -v /w/workspace/app-functions-sdk-go/14:/w/workspace/app-functions-sdk-go/14:rw,z -v /w/workspace/app-functions-sdk-go/14@tmp:/w/workspace/app-functions-sdk-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-25T00:03:15.858Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-09-25T00:03:17.262Z] $ docker top bc6c7a398120cd59aa7ff835ae0abc808810e5ecfdb9983116613ca8a128fc2f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-25T00:03:18.664Z] + make test [2020-09-25T00:03:18.664Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-25T00:03:20.660Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-09-25T00:03:24.123Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.109s coverage: 86.2% of statements [2020-09-25T00:03:39.199Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.037s coverage: 55.4% of statements [2020-09-25T00:03:39.199Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-09-25T00:03:39.199Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-09-25T00:03:39.199Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.031s coverage: 53.5% of statements [2020-09-25T00:03:39.199Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-09-25T00:03:39.199Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.271s coverage: 69.1% of statements [2020-09-25T00:03:42.887Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.090s coverage: 86.2% of statements [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.498s coverage: 61.6% of statements [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.082s coverage: 100.0% of statements [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements [2020-09-25T00:03:51.458Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-09-25T00:03:51.458Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-09-25T00:03:51.458Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-09-25T00:03:51.458Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-09-25T00:03:51.458Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-09-25T00:03:51.458Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-09-25T00:03:51.458Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.004s coverage: 96.6% of statements [2020-09-25T00:03:51.458Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements [2020-09-25T00:03:51.458Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-09-25T00:03:51.458Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 9.4% of statements [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.999s coverage: 75.0% of statements [2020-09-25T00:03:51.458Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.102s coverage: 80.5% of statements [2020-09-25T00:03:51.458Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.007s coverage: 71.7% of statements [2020-09-25T00:04:09.616Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.515s coverage: 70.6% of statements [2020-09-25T00:04:09.616Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements [2020-09-25T00:04:09.616Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-09-25T00:04:12.962Z] gofmt -l . [2020-09-25T00:04:12.962Z] [ "`gofmt -l .`" = "" ] [2020-09-25T00:04:12.962Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-25T00:04:13.621Z] Stashed 1 file(s) [Pipeline] } [2020-09-25T00:04:13.631Z] $ docker stop --time=1 ccc0b222f1f4c398a5f5f2f01ad7367cc590776f55777e273be6461162011edc [2020-09-25T00:04:15.358Z] $ docker rm -f ccc0b222f1f4c398a5f5f2f01ad7367cc590776f55777e273be6461162011edc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-25T00:04:21.960Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.066s coverage: 55.4% of statements [2020-09-25T00:04:21.960Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-09-25T00:04:21.960Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-09-25T00:04:21.960Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.097s coverage: 53.5% of statements [2020-09-25T00:04:21.960Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-09-25T00:04:21.960Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.359s coverage: 69.1% of statements [2020-09-25T00:04:32.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.511s coverage: 61.6% of statements [2020-09-25T00:04:32.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.017s coverage: 89.5% of statements [2020-09-25T00:04:32.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements [2020-09-25T00:04:32.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.111s coverage: 100.0% of statements [2020-09-25T00:04:32.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements [2020-09-25T00:04:32.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements [2020-09-25T00:04:32.209Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-09-25T00:04:32.209Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-09-25T00:04:32.209Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-09-25T00:04:32.209Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-09-25T00:04:32.209Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-09-25T00:04:32.209Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-09-25T00:04:32.209Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-09-25T00:04:32.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.011s coverage: 96.6% of statements [2020-09-25T00:04:32.209Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-09-25T00:04:32.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements [2020-09-25T00:04:32.209Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-09-25T00:04:32.209Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-09-25T00:04:32.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.023s coverage: 9.4% of statements [2020-09-25T00:04:34.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.074s coverage: 75.0% of statements [2020-09-25T00:04:34.209Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-09-25T00:04:34.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.039s coverage: 89.7% of statements [2020-09-25T00:04:34.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.027s coverage: 88.9% of statements [2020-09-25T00:04:34.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.129s coverage: 80.5% of statements [2020-09-25T00:04:34.209Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.027s coverage: 71.7% of statements [2020-09-25T00:05:00.983Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.818s coverage: 70.6% of statements [2020-09-25T00:05:00.983Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements [2020-09-25T00:05:00.983Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-09-25T00:05:13.431Z] gofmt -l . [2020-09-25T00:05:13.431Z] [ "`gofmt -l .`" = "" ] [2020-09-25T00:05:13.431Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-25T00:05:13.451Z] Warning: overwriting stash ‘coverage-report’ [2020-09-25T00:05:14.352Z] Stashed 1 file(s) [Pipeline] } [2020-09-25T00:05:14.362Z] $ docker stop --time=1 bc6c7a398120cd59aa7ff835ae0abc808810e5ecfdb9983116613ca8a128fc2f [2020-09-25T00:05:16.577Z] $ docker rm -f bc6c7a398120cd59aa7ff835ae0abc808810e5ecfdb9983116613ca8a128fc2f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-25T00:05:19.257Z] provisioning config files... [2020-09-25T00:05:19.270Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/config2898117380111438985tmp [Pipeline] { [Pipeline] sh [2020-09-25T00:05:19.646Z] + curl -s https://codecov.io/bash [2020-09-25T00:05:19.646Z] + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/config2898117380111438985tmp [Pipeline] } [2020-09-25T00:05:19.920Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-25T00:05:22.666Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-25T00:05:23.237Z] ---> package-listing.sh [2020-09-25T00:05:23.237Z] ++ facter osfamily [2020-09-25T00:05:23.237Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-25T00:05:23.237Z] + OS_FAMILY=redhat [2020-09-25T00:05:23.237Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-498 [2020-09-25T00:05:23.237Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-25T00:05:23.237Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-25T00:05:23.237Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-25T00:05:23.237Z] + PACKAGES=/tmp/packages_start.txt [2020-09-25T00:05:23.237Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-498 ']' [2020-09-25T00:05:23.237Z] + PACKAGES=/tmp/packages_end.txt [2020-09-25T00:05:23.237Z] + case "${OS_FAMILY}" in [2020-09-25T00:05:23.237Z] + rpm -qa [2020-09-25T00:05:23.237Z] + sort [2020-09-25T00:05:27.469Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-25T00:05:27.469Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-25T00:05:27.469Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-25T00:05:27.469Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-498 ']' [2020-09-25T00:05:27.469Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-498/archives/ [2020-09-25T00:05:27.469Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-498/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-25T00:05:27.970Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-25T00:05:27.970Z] [2020-09-25T00:05:27.970Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-25T00:05:28.369Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-25T00:05:28.369Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-25T00:05:28.369Z] df20fa9351a1: Pulling fs layer [2020-09-25T00:05:28.369Z] 36b3adc4ff6f: Pulling fs layer [2020-09-25T00:05:28.369Z] 8ad3a11d3b57: Pulling fs layer [2020-09-25T00:05:28.369Z] 46f8f816bc3b: Pulling fs layer [2020-09-25T00:05:28.369Z] 0dadc02b9964: Pulling fs layer [2020-09-25T00:05:28.369Z] ce6a7cf60c04: Pulling fs layer [2020-09-25T00:05:28.369Z] 7a184a31f384: Pulling fs layer [2020-09-25T00:05:28.369Z] 0879bd2ef858: Pulling fs layer [2020-09-25T00:05:28.369Z] 0dadc02b9964: Waiting [2020-09-25T00:05:28.369Z] ce6a7cf60c04: Waiting [2020-09-25T00:05:28.369Z] 7a184a31f384: Waiting [2020-09-25T00:05:28.369Z] 0879bd2ef858: Waiting [2020-09-25T00:05:28.369Z] 36b3adc4ff6f: Verifying Checksum [2020-09-25T00:05:28.369Z] 46f8f816bc3b: Verifying Checksum [2020-09-25T00:05:28.369Z] 46f8f816bc3b: Download complete [2020-09-25T00:05:28.369Z] df20fa9351a1: Verifying Checksum [2020-09-25T00:05:28.369Z] df20fa9351a1: Download complete [2020-09-25T00:05:28.632Z] ce6a7cf60c04: Verifying Checksum [2020-09-25T00:05:28.632Z] ce6a7cf60c04: Download complete [2020-09-25T00:05:28.632Z] 7a184a31f384: Verifying Checksum [2020-09-25T00:05:28.632Z] 7a184a31f384: Download complete [2020-09-25T00:05:28.632Z] 0dadc02b9964: Download complete [2020-09-25T00:05:28.632Z] 8ad3a11d3b57: Verifying Checksum [2020-09-25T00:05:28.632Z] 8ad3a11d3b57: Download complete [2020-09-25T00:05:28.897Z] df20fa9351a1: Pull complete [2020-09-25T00:05:28.897Z] 36b3adc4ff6f: Pull complete [2020-09-25T00:05:29.165Z] 0879bd2ef858: Verifying Checksum [2020-09-25T00:05:29.165Z] 0879bd2ef858: Download complete [2020-09-25T00:05:29.428Z] 8ad3a11d3b57: Pull complete [2020-09-25T00:05:29.690Z] 46f8f816bc3b: Pull complete [2020-09-25T00:05:29.954Z] 0dadc02b9964: Pull complete [2020-09-25T00:05:29.954Z] ce6a7cf60c04: Pull complete [2020-09-25T00:05:30.224Z] 7a184a31f384: Pull complete [2020-09-25T00:05:32.862Z] 0879bd2ef858: Pull complete [2020-09-25T00:05:32.862Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-25T00:05:32.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-25T00:05:32.862Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-25T00:05:32.984Z] prd-centos7-docker-4c-2g-1392 does not seem to be running inside a container [2020-09-25T00:05:33.035Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_PR-498 -v /w/workspace/ndry_app-functions-sdk-go_PR-498:/w/workspace/ndry_app-functions-sdk-go_PR-498:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-498@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-09-25T00:05:38.810Z] $ docker top 2f24fff819bd99e26f84e20e22b28a6a9ca4f2b3242e468e1a3b6b0e5daef8b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-25T00:05:39.344Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-25T00:05:39.646Z] + ls /var/log/sa-host [2020-09-25T00:05:39.646Z] + sadf -c /var/log/sa-host/sa05 [2020-09-25T00:05:39.646Z] file_magic: OK [2020-09-25T00:05:39.646Z] HZ: Using current value: 100 [2020-09-25T00:05:39.646Z] file_header: OK [2020-09-25T00:05:39.646Z] 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-09-25T00:05:39.646Z] Statistics: [2020-09-25T00:05:39.646Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-25T00:05:39.646Z] File successfully converted to sysstat format version 12.2.1 [2020-09-25T00:05:39.646Z] + sadf -c /var/log/sa-host/sa24 [2020-09-25T00:05:39.646Z] file_magic: OK [2020-09-25T00:05:39.646Z] HZ: Using current value: 100 [2020-09-25T00:05:39.646Z] file_header: OK [2020-09-25T00:05:39.646Z] 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-09-25T00:05:39.646Z] Statistics: [2020-09-25T00:05:39.646Z] HRHnuu...uuuununununu... [2020-09-25T00:05:39.646Z] File successfully converted to sysstat format version 12.2.1 [2020-09-25T00:05:39.646Z] + sadf -c /var/log/sa-host/sa25 [2020-09-25T00:05:39.646Z] file_magic: OK [2020-09-25T00:05:39.646Z] HZ: Using current value: 100 [2020-09-25T00:05:39.646Z] file_header: OK [2020-09-25T00:05:39.646Z] 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-09-25T00:05:39.646Z] Statistics: [2020-09-25T00:05:39.646Z] Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-25T00:05:39.646Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-25T00:05:39.718Z] provisioning config files... [2020-09-25T00:05:39.738Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-498@tmp/config11984271916337898tmp [Pipeline] { [Pipeline] echo [2020-09-25T00:05:39.818Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-25T00:05:40.114Z] ---> create-netrc.sh [Pipeline] echo [2020-09-25T00:05:40.125Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-25T00:05:40.422Z] ---> logs-deploy.sh [2020-09-25T00:05:40.423Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-498/14 [2020-09-25T00:05:40.423Z] INFO: archiving workspace using pattern(s): [2020-09-25T00:05:41.815Z] Archives upload complete. [2020-09-25T00:05:41.815Z] INFO: archiving logs to Nexus [2020-09-25T00:05:42.761Z] ---> uname -a: [2020-09-25T00:05:42.761Z] Linux 2f24fff819bd 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-25T00:05:42.761Z] [2020-09-25T00:05:42.761Z] [2020-09-25T00:05:42.761Z] ---> lscpu: [2020-09-25T00:05:42.761Z] Architecture: x86_64 [2020-09-25T00:05:42.761Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-25T00:05:42.761Z] Byte Order: Little Endian [2020-09-25T00:05:42.761Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-25T00:05:42.761Z] CPU(s): 4 [2020-09-25T00:05:42.761Z] On-line CPU(s) list: 0-3 [2020-09-25T00:05:42.761Z] Thread(s) per core: 1 [2020-09-25T00:05:42.761Z] Core(s) per socket: 1 [2020-09-25T00:05:42.761Z] Socket(s): 4 [2020-09-25T00:05:42.761Z] NUMA node(s): 1 [2020-09-25T00:05:42.761Z] Vendor ID: GenuineIntel [2020-09-25T00:05:42.761Z] CPU family: 6 [2020-09-25T00:05:42.761Z] Model: 44 [2020-09-25T00:05:42.761Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-25T00:05:42.761Z] Stepping: 1 [2020-09-25T00:05:42.761Z] CPU MHz: 2933.436 [2020-09-25T00:05:42.761Z] BogoMIPS: 5866.87 [2020-09-25T00:05:42.761Z] Virtualization: VT-x [2020-09-25T00:05:42.761Z] Hypervisor vendor: KVM [2020-09-25T00:05:42.761Z] Virtualization type: full [2020-09-25T00:05:42.761Z] L1d cache: 128 KiB [2020-09-25T00:05:42.761Z] L1i cache: 128 KiB [2020-09-25T00:05:42.761Z] L2 cache: 16 MiB [2020-09-25T00:05:42.761Z] L3 cache: 64 MiB [2020-09-25T00:05:42.761Z] NUMA node0 CPU(s): 0-3 [2020-09-25T00:05:42.761Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-25T00:05:42.761Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-25T00:05:42.761Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-25T00:05:42.761Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-25T00:05:42.761Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-25T00:05:42.761Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-25T00:05:42.761Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-25T00:05:42.761Z] Vulnerability Tsx async abort: Not affected [2020-09-25T00:05:42.761Z] 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-09-25T00:05:42.761Z] [2020-09-25T00:05:42.761Z] [2020-09-25T00:05:42.761Z] ---> nproc: [2020-09-25T00:05:42.761Z] 4 [2020-09-25T00:05:42.761Z] [2020-09-25T00:05:42.761Z] [2020-09-25T00:05:42.761Z] ---> df -h: [2020-09-25T00:05:42.761Z] Filesystem Size Used Available Use% Mounted on [2020-09-25T00:05:42.761Z] overlay 50.0G 7.0G 43.0G 14% / [2020-09-25T00:05:42.761Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-25T00:05:42.761Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-25T00:05:42.761Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-25T00:05:42.761Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf [2020-09-25T00:05:42.761Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname [2020-09-25T00:05:42.761Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts [2020-09-25T00:05:42.761Z] /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host [2020-09-25T00:05:42.761Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-498 [2020-09-25T00:05:42.761Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-498@tmp [2020-09-25T00:05:42.761Z] [2020-09-25T00:05:42.761Z] [2020-09-25T00:05:42.761Z] ---> free -m: [2020-09-25T00:05:42.761Z] total used free shared buff/cache available [2020-09-25T00:05:42.761Z] Mem: 1837 672 137 0 1026 1058 [2020-09-25T00:05:42.761Z] Swap: 1023 1 1022 [2020-09-25T00:05:42.761Z] [2020-09-25T00:05:42.761Z] [2020-09-25T00:05:42.761Z] ---> ip addr: [2020-09-25T00:05:42.762Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-25T00:05:42.762Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-25T00:05:42.762Z] inet 127.0.0.1/8 scope host lo [2020-09-25T00:05:42.762Z] valid_lft forever preferred_lft forever [2020-09-25T00:05:42.762Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-09-25T00:05:42.762Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-25T00:05:42.762Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-25T00:05:42.762Z] valid_lft forever preferred_lft forever [2020-09-25T00:05:42.762Z] [2020-09-25T00:05:42.762Z] [2020-09-25T00:05:42.762Z] ---> sar -b -r -n DEV: [2020-09-25T00:05:42.762Z] Linux 3.10.0-1127.el7.x86_64 (prd-centos7-docker-4c-2g-1392.vexxhost.local) 09/25/20 _x86_64_ (4 CPU) [2020-09-25T00:05:42.762Z] [2020-09-25T00:05:42.762Z] 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-25T00:05:42.762Z] 00:01:01 1.58 0.02 1.57 0.00 0.13 29.05 0.00 [2020-09-25T00:05:42.762Z] 00:02:01 0.53 0.12 0.42 0.00 2.13 6.64 0.00 [2020-09-25T00:05:42.762Z] 00:03:01 0.32 0.00 0.32 0.00 0.00 4.11 0.00 [2020-09-25T00:05:42.762Z] 00:04:01 0.23 0.00 0.23 0.00 0.00 3.35 0.00 [2020-09-25T00:05:42.762Z] 00:05:01 0.30 0.02 0.28 0.00 0.13 3.51 0.00 [2020-09-25T00:05:42.762Z] Average: 0.59 0.03 0.56 0.00 0.48 9.34 0.00 [2020-09-25T00:05:42.762Z] [2020-09-25T00:05:42.762Z] 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-25T00:05:42.762Z] 00:01:01 230708 0 579448 30.80 2620 1068780 1075024 36.69 448468 1044824 8 [2020-09-25T00:05:42.762Z] 00:02:01 229884 0 580128 30.83 2620 1068924 1073236 36.63 449004 1044896 12 [2020-09-25T00:05:42.762Z] 00:03:01 228776 0 581232 30.89 2620 1068928 1073176 36.63 453360 1041844 8 [2020-09-25T00:05:42.762Z] 00:04:01 229304 0 580696 30.86 2620 1068936 1073128 36.62 478704 1016176 8 [2020-09-25T00:05:42.762Z] 00:05:01 228608 0 581388 30.90 2620 1068940 1073212 36.63 479236 1016132 12 [2020-09-25T00:05:42.762Z] Average: 229456 0 580578 30.86 2620 1068902 1073555 36.64 461754 1032774 10 [2020-09-25T00:05:42.762Z] [2020-09-25T00:05:42.762Z] 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-25T00:05:42.762Z] 00:01:01 eth0 0.75 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:02:01 eth0 1.00 0.37 0.32 0.20 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:03:01 eth0 0.50 0.28 0.27 0.20 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:04:01 eth0 0.93 0.10 0.15 0.07 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:05:01 eth0 0.88 0.35 0.36 0.20 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] 00:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] Average: eth0 0.81 0.24 0.23 0.13 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T00:05:42.762Z] [2020-09-25T00:05:42.762Z] [2020-09-25T00:05:42.762Z] ---> sar -P ALL: [2020-09-25T00:05:42.762Z] Linux 3.10.0-1127.el7.x86_64 (prd-centos7-docker-4c-2g-1392.vexxhost.local) 09/25/20 _x86_64_ (4 CPU) [2020-09-25T00:05:42.762Z] [2020-09-25T00:05:42.762Z] 00:00:01 CPU %user %nice %system %iowait %steal %idle [2020-09-25T00:05:42.762Z] 00:01:01 all 0.17 0.00 0.06 0.00 0.00 99.77 [2020-09-25T00:05:42.762Z] 00:01:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2020-09-25T00:05:42.762Z] 00:01:01 1 0.10 0.00 0.07 0.00 0.02 99.82 [2020-09-25T00:05:42.762Z] 00:01:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2020-09-25T00:05:42.762Z] 00:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-25T00:05:42.762Z] 00:02:01 all 0.16 0.00 0.04 0.01 0.00 99.79 [2020-09-25T00:05:42.762Z] 00:02:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-25T00:05:42.762Z] 00:02:01 1 0.07 0.00 0.07 0.02 0.00 99.85 [2020-09-25T00:05:42.762Z] 00:02:01 2 0.53 0.00 0.03 0.02 0.00 99.42 [2020-09-25T00:05:42.762Z] 00:02:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-25T00:05:42.762Z] 00:03:01 all 0.13 0.00 0.03 0.00 0.00 99.84 [2020-09-25T00:05:42.762Z] 00:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-09-25T00:05:42.762Z] 00:03:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-09-25T00:05:42.762Z] 00:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-09-25T00:05:42.762Z] 00:03:01 3 0.43 0.00 0.02 0.00 0.00 99.55 [2020-09-25T00:05:42.762Z] 00:04:01 all 0.15 0.00 0.07 0.00 0.01 99.77 [2020-09-25T00:05:42.762Z] 00:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2020-09-25T00:05:42.762Z] 00:04:01 1 0.03 0.00 0.18 0.00 0.00 99.78 [2020-09-25T00:05:42.762Z] 00:04:01 2 0.18 0.00 0.05 0.00 0.02 99.75 [2020-09-25T00:05:42.762Z] 00:04:01 3 0.38 0.00 0.03 0.00 0.00 99.58 [2020-09-25T00:05:42.762Z] 00:05:01 all 0.15 0.00 0.03 0.00 0.01 99.82 [2020-09-25T00:05:42.762Z] 00:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-25T00:05:42.762Z] 00:05:01 1 0.02 0.00 0.07 0.00 0.00 99.92 [2020-09-25T00:05:42.762Z] 00:05:01 2 0.55 0.00 0.02 0.00 0.02 99.42 [2020-09-25T00:05:42.762Z] 00:05:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2020-09-25T00:05:42.762Z] Average: all 0.15 0.00 0.04 0.00 0.00 99.80 [2020-09-25T00:05:42.762Z] Average: 0 0.02 0.00 0.03 0.00 0.00 99.94 [2020-09-25T00:05:42.762Z] Average: 1 0.05 0.00 0.09 0.00 0.00 99.85 [2020-09-25T00:05:42.762Z] Average: 2 0.36 0.00 0.03 0.00 0.01 99.59 [2020-09-25T00:05:42.762Z] Average: 3 0.17 0.00 0.02 0.00 0.00 99.80 [2020-09-25T00:05:42.762Z] [2020-09-25T00:05:42.762Z] [2020-09-25T00:05:42.762Z]