Pull request #509 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 543dafb387862b123f1f1a2efd9d464d61071fbf+d4297c3f0affce4b46d730e2d159065f9736cf70 (80263b402627f94aca57ca3e02e24adfc19ca9c7) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-functions-sdk-go/branches/PR-509/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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. [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 ‘prd-centos7-docker-4c-2g-1347’ Running on prd-centos7-docker-4c-2g-1358 in /w/workspace/ndry_app-functions-sdk-go_PR-509 [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-509 # 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 543dafb387862b123f1f1a2efd9d464d61071fbf Merge succeeded, producing 543dafb387862b123f1f1a2efd9d464d61071fbf Checking out Revision 543dafb387862b123f1f1a2efd9d464d61071fbf (PR-509) > 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/509/head:refs/remotes/origin/PR-509 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 543dafb387862b123f1f1a2efd9d464d61071fbf # 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 543dafb387862b123f1f1a2efd9d464d61071fbf # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-24T22:47:05.136Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-24T22:47:05.495Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-24T22:47:05.688Z] ========================================================= [2020-09-24T22:47:05.688Z] EdgeX Global Pipelines Version Info [2020-09-24T22:47:05.688Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:47:08.214Z] ------------------- [2020-09-24T22:47:08.214Z] stable info: [2020-09-24T22:47:08.214Z] ------------------- [2020-09-24T22:47:08.214Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-24T22:47:08.214Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-24T22:47:08.214Z] Message: update stable to v1.0.128 [2020-09-24T22:47:09.167Z] ------------------- [2020-09-24T22:47:09.167Z] experimental info: [2020-09-24T22:47:09.167Z] ------------------- [2020-09-24T22:47:09.167Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-24T22:47:09.167Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-24T22:47:09.167Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-24T22:47:09.760Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-09-24T22:47:09.923Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-09-24T22:47:10.052Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-24T22:47:10.221Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-24T22:47:10.403Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-24T22:47:10.622Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-24T22:47:10.765Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-24T22:47:10.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-24T22:47:11.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-24T22:47:11.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-24T22:47:11.293Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-24T22:47:11.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-09-24T22:47:11.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-24T22:47:11.674Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-24T22:47:11.811Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T22:47:11.962Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T22:47:12.074Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T22:47:12.209Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-24T22:47:12.325Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-24T22:47:12.445Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-24T22:47:12.561Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-24T22:47:12.677Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-09-24T22:47:12.814Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-09-24T22:47:12.925Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-09-24T22:47:13.095Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-09-24T22:47:13.262Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-509 [Pipeline] echo [2020-09-24T22:47:13.388Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-509 [Pipeline] echo [2020-09-24T22:47:13.507Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-509 [Pipeline] echo [2020-09-24T22:47:13.634Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 543dafb387862b123f1f1a2efd9d464d61071fbf [Pipeline] echo [2020-09-24T22:47:13.769Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 543dafb [Pipeline] echo [2020-09-24T22:47:13.895Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-24T22:47:14.716Z] + git log --format=format:%s -1 543dafb387862b123f1f1a2efd9d464d61071fbf [Pipeline] echo [2020-09-24T22:47:14.821Z] GIT_COMMIT: 543dafb387862b123f1f1a2efd9d464d61071fbf, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-secrets [Pipeline] echo [2020-09-24T22:47:14.895Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:47:15.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T22:47:15.729Z] [2020-09-24T22:47:15.729Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:47:16.136Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T22:47:16.136Z] latest: Pulling from edgex-devops/git-semver [2020-09-24T22:47:16.136Z] 31603596830f: Pulling fs layer [2020-09-24T22:47:16.136Z] 2a8b12db71e7: Pulling fs layer [2020-09-24T22:47:16.136Z] 6ca5941a6612: Pulling fs layer [2020-09-24T22:47:16.136Z] ecc8261a40a4: Pulling fs layer [2020-09-24T22:47:16.136Z] ecc8261a40a4: Waiting [2020-09-24T22:47:16.136Z] 2a8b12db71e7: Download complete [2020-09-24T22:47:16.401Z] 31603596830f: Download complete [2020-09-24T22:47:16.401Z] ecc8261a40a4: Verifying Checksum [2020-09-24T22:47:16.401Z] ecc8261a40a4: Download complete [2020-09-24T22:47:16.401Z] 6ca5941a6612: Verifying Checksum [2020-09-24T22:47:16.665Z] 31603596830f: Pull complete [2020-09-24T22:47:16.665Z] 2a8b12db71e7: Pull complete [2020-09-24T22:47:17.620Z] 6ca5941a6612: Pull complete [2020-09-24T22:47:17.885Z] ecc8261a40a4: Pull complete [2020-09-24T22:47:17.885Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-24T22:47:17.885Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-24T22:47:17.885Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-24T22:47:18.026Z] prd-centos7-docker-4c-2g-1358 does not seem to be running inside a container [2020-09-24T22:47:18.083Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-509 -v /w/workspace/ndry_app-functions-sdk-go_PR-509:/w/workspace/ndry_app-functions-sdk-go_PR-509:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-509@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-509@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-24T22:47:20.386Z] $ docker top fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-24T22:47:20.802Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T22:47:20.803Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T22:47:21.026Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T22:47:21.035Z] $ docker exec fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd ssh-agent [2020-09-24T22:47:21.200Z] SSH_AUTH_SOCK=/tmp/ssh-sa4TqhTnNoYz/agent.12 [2020-09-24T22:47:21.200Z] SSH_AGENT_PID=18 [2020-09-24T22:47:21.213Z] Running ssh-add (command line suppressed) [2020-09-24T22:47:21.344Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/private_key_1082630748792928882.key (/w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/private_key_1082630748792928882.key) [2020-09-24T22:47:21.391Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T22:47:21.921Z] + git describe --exact-match --tags HEAD [2020-09-24T22:47:21.921Z] fatal: no tag exactly matches '543dafb387862b123f1f1a2efd9d464d61071fbf' [Pipeline] } [2020-09-24T22:47:21.972Z] $ docker exec --env ******** --env ******** fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd ssh-agent -k [2020-09-24T22:47:22.092Z] unset SSH_AUTH_SOCK; [2020-09-24T22:47:22.092Z] unset SSH_AGENT_PID; [2020-09-24T22:47:22.092Z] echo Agent pid 18 killed; [2020-09-24T22:47:22.139Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-24T22:47:22.291Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-24T22:47:22.291Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-24T22:47:22.411Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-24T22:47:22.411Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-24T22:47:22.584Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-24T22:47:22.593Z] $ docker exec fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd ssh-agent [2020-09-24T22:47:22.750Z] SSH_AUTH_SOCK=/tmp/ssh-PmZnzhOVV56K/agent.47 [2020-09-24T22:47:22.750Z] SSH_AGENT_PID=52 [2020-09-24T22:47:22.757Z] Running ssh-add (command line suppressed) [2020-09-24T22:47:22.894Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/private_key_4097477844597599060.key (/w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/private_key_4097477844597599060.key) [2020-09-24T22:47:22.943Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-24T22:47:23.331Z] + git semver init [2020-09-24T22:47:23.331Z] # -> Open(): unable to determine branch for HEAD [2020-09-24T22:47:23.331Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-509/.git [2020-09-24T22:47:23.331Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-509 [2020-09-24T22:47:23.331Z] # $SEMVER_REMOTE_NAME = origin [2020-09-24T22:47:23.331Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-24T22:47:23.331Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-24T22:47:23.331Z] # $SEMVER_BRANCH = PR-509 [2020-09-24T22:47:23.331Z] # $SEMVER_TEMP = /tmp/semver-630582838 [2020-09-24T22:47:23.331Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-09-24T22:47:25.892Z] # '/tmp/semver-630582838' -> '/w/workspace/ndry_app-functions-sdk-go_PR-509/.semver' [2020-09-24T22:47:25.892Z] # -> Force: false [2020-09-24T22:47:25.892Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-509/.semver [Pipeline] } [2020-09-24T22:47:25.951Z] $ docker exec --env ******** --env ******** fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd ssh-agent -k [2020-09-24T22:47:26.068Z] unset SSH_AUTH_SOCK; [2020-09-24T22:47:26.069Z] unset SSH_AGENT_PID; [2020-09-24T22:47:26.069Z] echo Agent pid 52 killed; [2020-09-24T22:47:26.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-24T22:47:26.750Z] + git semver [Pipeline] } [2020-09-24T22:47:26.797Z] $ docker stop --time=1 fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd [2020-09-24T22:47:28.267Z] $ docker rm -f fec284c3a3e87d1468ba4d83975c8d43039fcf2424ab37fc17849ce9b7759efd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-24T22:47:30.679Z] Stashed 51 file(s) [Pipeline] echo [2020-09-24T22:47:30.706Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-24T22:47:30.829Z] 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-24T22:47:46.627Z] Still waiting to schedule task [2020-09-24T22:47:46.627Z] ‘prd-centos7-docker-4c-2g-1362’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1361’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-24T22:47:46.653Z] Still waiting to schedule task [2020-09-24T22:47:46.654Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-24T22:49:04.797Z] Running on prd-centos7-docker-4c-2g-1368 in /w/workspace/ndry_app-functions-sdk-go_PR-509 [Pipeline] { [Pipeline] ws [2020-09-24T22:49:04.900Z] Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-24T22:49:08.394Z] using credential edgex-jenkins-ssh [2020-09-24T22:49:08.456Z] Cloning the remote Git repository [2020-09-24T22:49:08.499Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T22:49:08.579Z] > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 [2020-09-24T22:49:08.638Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T22:49:08.638Z] > git --version # timeout=10 [2020-09-24T22:49:08.650Z] > git --version # 'git version 2.16.5' [2020-09-24T22:49:08.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T22:49:08.689Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T22:49:14.899Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-24T22:49:14.912Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T22:49:14.929Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-24T22:49:14.945Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T22:49:14.946Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T22:49:14.952Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/509/head:refs/remotes/origin/PR-509 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T22:49:15.381Z] Merging remotes/origin/master commit d4297c3f0affce4b46d730e2d159065f9736cf70 into PR head commit 543dafb387862b123f1f1a2efd9d464d61071fbf [2020-09-24T22:49:15.490Z] Merge succeeded, producing 543dafb387862b123f1f1a2efd9d464d61071fbf [2020-09-24T22:49:15.490Z] Checking out Revision 543dafb387862b123f1f1a2efd9d464d61071fbf (PR-509) [2020-09-24T22:49:15.394Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T22:49:15.399Z] > git checkout -f 543dafb387862b123f1f1a2efd9d464d61071fbf # timeout=10 [2020-09-24T22:49:15.450Z] > git remote # timeout=10 [2020-09-24T22:49:15.462Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T22:49:15.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T22:49:15.474Z] > git merge d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 [2020-09-24T22:49:15.486Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T22:49:15.497Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T22:49:15.502Z] > git checkout -f 543dafb387862b123f1f1a2efd9d464d61071fbf # timeout=10 [2020-09-24T22:49:19.301Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" [2020-09-24T22:49:19.329Z] > git --version # timeout=10 [2020-09-24T22:49:19.333Z] > git --version # 'git version 2.16.5' [2020-09-24T22:49:19.339Z] fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T22:49:21.727Z] ========================================================= [2020-09-24T22:49:21.727Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-24T22:49:21.727Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:49:22.499Z] + 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-24T22:49:23.086Z] Sending build context to Docker daemon 37.38MB [2020-09-24T22:49:23.086Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-24T22:49:23.086Z] Step 2/8 : FROM ${BASE} [2020-09-24T22:49:23.086Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-24T22:49:23.086Z] df20fa9351a1: Pulling fs layer [2020-09-24T22:49:23.086Z] ed8968b2872e: Pulling fs layer [2020-09-24T22:49:23.086Z] a92cc7c5fd73: Pulling fs layer [2020-09-24T22:49:23.086Z] e871e8e8d7a9: Pulling fs layer [2020-09-24T22:49:23.086Z] e73272ec9a57: Pulling fs layer [2020-09-24T22:49:23.086Z] 1e910a182e73: Pulling fs layer [2020-09-24T22:49:23.086Z] 4e634b169226: Pulling fs layer [2020-09-24T22:49:23.086Z] e871e8e8d7a9: Waiting [2020-09-24T22:49:23.086Z] e73272ec9a57: Waiting [2020-09-24T22:49:23.086Z] 1e910a182e73: Waiting [2020-09-24T22:49:23.086Z] 4e634b169226: Waiting [2020-09-24T22:49:23.354Z] a92cc7c5fd73: Verifying Checksum [2020-09-24T22:49:23.354Z] a92cc7c5fd73: Download complete [2020-09-24T22:49:23.354Z] ed8968b2872e: Verifying Checksum [2020-09-24T22:49:23.354Z] ed8968b2872e: Download complete [2020-09-24T22:49:23.354Z] e73272ec9a57: Download complete [2020-09-24T22:49:23.354Z] 1e910a182e73: Verifying Checksum [2020-09-24T22:49:23.354Z] 1e910a182e73: Download complete [2020-09-24T22:49:23.354Z] df20fa9351a1: Verifying Checksum [2020-09-24T22:49:23.354Z] df20fa9351a1: Download complete [2020-09-24T22:49:23.626Z] df20fa9351a1: Pull complete [2020-09-24T22:49:23.890Z] ed8968b2872e: Pull complete [2020-09-24T22:49:23.890Z] a92cc7c5fd73: Pull complete [2020-09-24T22:49:25.300Z] 4e634b169226: Verifying Checksum [2020-09-24T22:49:25.300Z] 4e634b169226: Download complete [2020-09-24T22:49:25.885Z] e871e8e8d7a9: Verifying Checksum [2020-09-24T22:49:25.885Z] e871e8e8d7a9: Download complete [2020-09-24T22:49:32.568Z] e871e8e8d7a9: Pull complete [2020-09-24T22:49:32.568Z] e73272ec9a57: Pull complete [2020-09-24T22:49:32.568Z] 1e910a182e73: Pull complete [2020-09-24T22:49:36.848Z] 4e634b169226: Pull complete [2020-09-24T22:49:36.848Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-24T22:49:36.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-24T22:49:36.848Z] ---> f7629b54cfaa [2020-09-24T22:49:36.848Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-24T22:49:37.424Z] latest: Pulling from library/docker [2020-09-24T22:49:37.424Z] df20fa9351a1: Already exists [2020-09-24T22:49:37.424Z] 25ad7478873d: Pulling fs layer [2020-09-24T22:49:37.424Z] 4684f6177b5d: Pulling fs layer [2020-09-24T22:49:37.424Z] 8ba584e970af: Pulling fs layer [2020-09-24T22:49:37.424Z] 3cdc74d2b06d: Pulling fs layer [2020-09-24T22:49:37.424Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-24T22:49:37.424Z] fca0ccc462d5: Pulling fs layer [2020-09-24T22:49:37.424Z] 4cf5a0d07c1f: Waiting [2020-09-24T22:49:37.424Z] fca0ccc462d5: Waiting [2020-09-24T22:49:37.424Z] 3cdc74d2b06d: Waiting [2020-09-24T22:49:37.707Z] 4684f6177b5d: Verifying Checksum [2020-09-24T22:49:37.707Z] 4684f6177b5d: Download complete [2020-09-24T22:49:37.707Z] 25ad7478873d: Download complete [2020-09-24T22:49:37.707Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-24T22:49:37.707Z] 4cf5a0d07c1f: Download complete [2020-09-24T22:49:37.981Z] fca0ccc462d5: Verifying Checksum [2020-09-24T22:49:37.981Z] fca0ccc462d5: Download complete [2020-09-24T22:49:37.981Z] 25ad7478873d: Pull complete [2020-09-24T22:49:38.249Z] 4684f6177b5d: Pull complete [2020-09-24T22:49:38.548Z] 8ba584e970af: Verifying Checksum [2020-09-24T22:49:38.548Z] 8ba584e970af: Download complete [2020-09-24T22:49:38.828Z] 3cdc74d2b06d: Verifying Checksum [2020-09-24T22:49:38.828Z] 3cdc74d2b06d: Download complete [2020-09-24T22:49:41.404Z] 8ba584e970af: Pull complete [2020-09-24T22:49:41.404Z] 3cdc74d2b06d: Pull complete [2020-09-24T22:49:41.404Z] 4cf5a0d07c1f: Pull complete [2020-09-24T22:49:41.404Z] fca0ccc462d5: Pull complete [2020-09-24T22:49:41.404Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-24T22:49:41.405Z] Status: Downloaded newer image for docker:latest [2020-09-24T22:49:42.812Z] ---> d1a205817857 [2020-09-24T22:49:42.812Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T22:49:42.812Z] ---> Running in 4deedc62ba35 [2020-09-24T22:49:43.085Z] Removing intermediate container 4deedc62ba35 [2020-09-24T22:49:43.085Z] ---> 676f845dc91a [2020-09-24T22:49:43.085Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-24T22:49:43.085Z] ---> Running in 472702d75768 [2020-09-24T22:49:44.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-24T22:49:44.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-24T22:49:46.914Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-24T22:49:46.914Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-24T22:49:47.179Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-24T22:49:47.179Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-24T22:49:47.446Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-24T22:49:47.446Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T22:49:47.446Z] OK: 167 MiB in 44 packages [2020-09-24T22:49:48.021Z] Removing intermediate container 472702d75768 [2020-09-24T22:49:48.022Z] ---> a26fca1405f2 [2020-09-24T22:49:48.022Z] Step 6/8 : WORKDIR /build [2020-09-24T22:49:48.286Z] ---> Running in 14bda0fb411d [2020-09-24T22:49:48.286Z] Removing intermediate container 14bda0fb411d [2020-09-24T22:49:48.286Z] ---> b8384fc6bd88 [2020-09-24T22:49:48.286Z] Step 7/8 : COPY go.mod . [2020-09-24T22:49:48.550Z] ---> 58d3a77b73ce [2020-09-24T22:49:48.550Z] Step 8/8 : RUN go mod download [2020-09-24T22:49:48.550Z] ---> Running in ee9c314217d7 [2020-09-24T22:50:15.281Z] Removing intermediate container ee9c314217d7 [2020-09-24T22:50:15.281Z] ---> c445d1a1c433 [2020-09-24T22:50:15.281Z] Successfully built c445d1a1c433 [2020-09-24T22:50:15.281Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:50:15.701Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T22:50:15.701Z] . [Pipeline] withDockerContainer [2020-09-24T22:50:15.843Z] prd-centos7-docker-4c-2g-1368 does not seem to be running inside a container [2020-09-24T22:50:15.900Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2020-09-24T22:50:16.703Z] $ docker top f42860d5c99bf4a8a5b46a0a9cdd278c7c601d5ae856374435ebb71cbe36f938 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T22:50:17.265Z] + go version [2020-09-24T22:50:17.265Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-24T22:50:17.300Z] $ docker stop --time=1 f42860d5c99bf4a8a5b46a0a9cdd278c7c601d5ae856374435ebb71cbe36f938 [2020-09-24T22:50:18.683Z] $ docker rm -f f42860d5c99bf4a8a5b46a0a9cdd278c7c601d5ae856374435ebb71cbe36f938 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:50:19.725Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-24T22:50:19.725Z] . [Pipeline] withDockerContainer [2020-09-24T22:50:19.837Z] prd-centos7-docker-4c-2g-1368 does not seem to be running inside a container [2020-09-24T22:50:19.888Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2020-09-24T22:50:20.738Z] $ docker top c0973ced3a11040ac1a9ea2ee3482ce2b1f776411dcd8215f37014b9aa15c833 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T22:50:21.295Z] + make test [2020-09-24T22:50:21.295Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-24T22:50:22.703Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-09-24T22:50:30.975Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.099s coverage: 86.2% of statements [2020-09-24T22:50:46.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.027s coverage: 56.0% of statements [2020-09-24T22:50:46.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-09-24T22:50:46.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-09-24T22:50:46.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.043s coverage: 53.5% of statements [2020-09-24T22:50:46.083Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-09-24T22:50:46.083Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.339s coverage: 69.1% of statements [2020-09-24T22:50:49.513Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1370 in /w/workspace/ndry_app-functions-sdk-go_PR-509 [Pipeline] { [Pipeline] ws [2020-09-24T22:50:49.597Z] Running in /w/workspace/app-functions-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-24T22:50:55.188Z] using credential edgex-jenkins-ssh [2020-09-24T22:50:55.245Z] Cloning the remote Git repository [2020-09-24T22:50:55.307Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T22:50:55.413Z] > git init /w/workspace/app-functions-sdk-go/1 # timeout=10 [2020-09-24T22:50:55.488Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T22:50:55.488Z] > git --version # timeout=10 [2020-09-24T22:50:55.510Z] > git --version # 'git version 2.17.1' [2020-09-24T22:50:55.511Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T22:50:55.566Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T22:51:00.073Z] Merging remotes/origin/master commit d4297c3f0affce4b46d730e2d159065f9736cf70 into PR head commit 543dafb387862b123f1f1a2efd9d464d61071fbf [2020-09-24T22:50:59.489Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-24T22:50:59.516Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-24T22:50:59.538Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-09-24T22:50:59.574Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-09-24T22:50:59.575Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T22:50:59.587Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/509/head:refs/remotes/origin/PR-509 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-24T22:51:00.094Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T22:51:00.111Z] > git checkout -f 543dafb387862b123f1f1a2efd9d464d61071fbf # timeout=10 [2020-09-24T22:51:00.404Z] Merge succeeded, producing 543dafb387862b123f1f1a2efd9d464d61071fbf [2020-09-24T22:51:00.404Z] Checking out Revision 543dafb387862b123f1f1a2efd9d464d61071fbf (PR-509) [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.495s coverage: 61.6% of statements [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.089s coverage: 100.0% of statements [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.004s coverage: 100.0% of statements [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements [2020-09-24T22:51:01.046Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-09-24T22:51:01.046Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-09-24T22:51:01.046Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-09-24T22:51:01.046Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-09-24T22:51:01.046Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-09-24T22:51:01.046Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-09-24T22:51:01.046Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements [2020-09-24T22:51:01.046Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.004s coverage: 97.7% of statements [2020-09-24T22:51:01.046Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-09-24T22:51:01.046Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 9.4% of statements [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.040s coverage: 75.0% of statements [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.011s coverage: 88.9% of statements [2020-09-24T22:51:01.046Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.119s coverage: 80.5% of statements [2020-09-24T22:51:00.233Z] > git remote # timeout=10 [2020-09-24T22:51:00.300Z] > git config --get remote.origin.url # timeout=10 [2020-09-24T22:51:00.337Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-24T22:51:00.354Z] > git merge d4297c3f0affce4b46d730e2d159065f9736cf70 # timeout=10 [2020-09-24T22:51:00.393Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-24T22:51:00.415Z] > git config core.sparsecheckout # timeout=10 [2020-09-24T22:51:00.433Z] > git checkout -f 543dafb387862b123f1f1a2efd9d464d61071fbf # timeout=10 [2020-09-24T22:51:04.764Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-secrets" [2020-09-24T22:51:04.824Z] > git --version # timeout=10 [2020-09-24T22:51:04.831Z] > git --version # 'git version 2.17.1' [2020-09-24T22:51:04.843Z] fatal: bad object 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-24T22:51:08.595Z] ========================================================= [2020-09-24T22:51:08.595Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-24T22:51:08.595Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:51:09.808Z] + 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-24T22:51:11.263Z] Sending build context to Docker daemon 37.37MB [2020-09-24T22:51:11.263Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-24T22:51:11.263Z] Step 2/8 : FROM ${BASE} [2020-09-24T22:51:11.538Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-24T22:51:11.538Z] b538f80385f9: Pulling fs layer [2020-09-24T22:51:11.538Z] 74f711af9a0d: Pulling fs layer [2020-09-24T22:51:11.538Z] 99f96fe45779: Pulling fs layer [2020-09-24T22:51:11.538Z] 8529a6b9a6be: Pulling fs layer [2020-09-24T22:51:11.538Z] 45590311c82a: Pulling fs layer [2020-09-24T22:51:11.538Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-24T22:51:11.538Z] 209524e5b208: Pulling fs layer [2020-09-24T22:51:11.538Z] 8529a6b9a6be: Waiting [2020-09-24T22:51:11.538Z] 69ca0ff8b7b3: Waiting [2020-09-24T22:51:11.538Z] 209524e5b208: Waiting [2020-09-24T22:51:11.538Z] 45590311c82a: Waiting [2020-09-24T22:51:11.815Z] 99f96fe45779: Verifying Checksum [2020-09-24T22:51:11.815Z] 99f96fe45779: Download complete [2020-09-24T22:51:11.815Z] 74f711af9a0d: Verifying Checksum [2020-09-24T22:51:11.815Z] 74f711af9a0d: Download complete [2020-09-24T22:51:11.815Z] 45590311c82a: Verifying Checksum [2020-09-24T22:51:11.815Z] 45590311c82a: Download complete [2020-09-24T22:51:11.815Z] b538f80385f9: Verifying Checksum [2020-09-24T22:51:11.815Z] b538f80385f9: Download complete [2020-09-24T22:51:12.420Z] b538f80385f9: Pull complete [2020-09-24T22:51:13.420Z] 74f711af9a0d: Pull complete [2020-09-24T22:51:13.696Z] 99f96fe45779: Pull complete [2020-09-24T22:51:14.297Z] 209524e5b208: Verifying Checksum [2020-09-24T22:51:14.297Z] 209524e5b208: Download complete [2020-09-24T22:51:15.753Z] 8529a6b9a6be: Verifying Checksum [2020-09-24T22:51:15.753Z] 8529a6b9a6be: Download complete [2020-09-24T22:51:15.997Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.375s coverage: 71.6% of statements [2020-09-24T22:51:15.997Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements [2020-09-24T22:51:15.997Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-09-24T22:51:20.270Z] gofmt -l . [2020-09-24T22:51:20.270Z] [ "`gofmt -l .`" = "" ] [2020-09-24T22:51:20.270Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-24T22:51:20.671Z] Stashed 1 file(s) [Pipeline] } [2020-09-24T22:51:20.701Z] $ docker stop --time=1 c0973ced3a11040ac1a9ea2ee3482ce2b1f776411dcd8215f37014b9aa15c833 [2020-09-24T22:51:22.280Z] $ docker rm -f c0973ced3a11040ac1a9ea2ee3482ce2b1f776411dcd8215f37014b9aa15c833 [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-24T22:51:25.923Z] 8529a6b9a6be: Pull complete [2020-09-24T22:51:25.923Z] 45590311c82a: Pull complete [2020-09-24T22:51:25.923Z] 69ca0ff8b7b3: Pull complete [2020-09-24T22:51:29.328Z] 209524e5b208: Pull complete [2020-09-24T22:51:29.328Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-24T22:51:29.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-24T22:51:29.328Z] ---> 5bddaf1c2fca [2020-09-24T22:51:29.328Z] Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-24T22:51:29.926Z] latest: Pulling from library/docker [2020-09-24T22:51:29.926Z] b538f80385f9: Already exists [2020-09-24T22:51:29.926Z] 259a493cd78d: Pulling fs layer [2020-09-24T22:51:29.926Z] b8e66b5100f5: Pulling fs layer [2020-09-24T22:51:29.926Z] 7f8258a56ab6: Pulling fs layer [2020-09-24T22:51:29.926Z] 75a0a0ebb566: Pulling fs layer [2020-09-24T22:51:29.926Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-24T22:51:29.926Z] 294320357d30: Pulling fs layer [2020-09-24T22:51:29.926Z] 75a0a0ebb566: Waiting [2020-09-24T22:51:29.926Z] 4a2c62f0a2a3: Waiting [2020-09-24T22:51:29.926Z] 294320357d30: Waiting [2020-09-24T22:51:30.206Z] b8e66b5100f5: Verifying Checksum [2020-09-24T22:51:30.206Z] b8e66b5100f5: Download complete [2020-09-24T22:51:30.206Z] 259a493cd78d: Verifying Checksum [2020-09-24T22:51:30.206Z] 75a0a0ebb566: Verifying Checksum [2020-09-24T22:51:30.206Z] 75a0a0ebb566: Download complete [2020-09-24T22:51:30.206Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-24T22:51:30.206Z] 4a2c62f0a2a3: Download complete [2020-09-24T22:51:30.482Z] 294320357d30: Verifying Checksum [2020-09-24T22:51:30.482Z] 294320357d30: Download complete [2020-09-24T22:51:31.083Z] 259a493cd78d: Pull complete [2020-09-24T22:51:31.357Z] b8e66b5100f5: Pull complete [2020-09-24T22:51:31.357Z] 7f8258a56ab6: Verifying Checksum [2020-09-24T22:51:31.357Z] 7f8258a56ab6: Download complete [2020-09-24T22:51:34.757Z] 7f8258a56ab6: Pull complete [2020-09-24T22:51:34.757Z] 75a0a0ebb566: Pull complete [2020-09-24T22:51:35.033Z] 4a2c62f0a2a3: Pull complete [2020-09-24T22:51:35.635Z] 294320357d30: Pull complete [2020-09-24T22:51:35.635Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-24T22:51:35.635Z] Status: Downloaded newer image for docker:latest [2020-09-24T22:51:42.369Z] ---> 02924abd5714 [2020-09-24T22:51:42.369Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-24T22:51:42.369Z] ---> Running in 1efd8d4343d4 [2020-09-24T22:51:42.646Z] Removing intermediate container 1efd8d4343d4 [2020-09-24T22:51:42.646Z] ---> 3c874b92a73d [2020-09-24T22:51:42.646Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-09-24T22:51:42.646Z] ---> Running in 2b3f0afc5593 [2020-09-24T22:51:44.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-24T22:51:45.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-24T22:51:47.090Z] (1/5) Installing libsodium (1.0.18-r0) [2020-09-24T22:51:47.367Z] (2/5) Installing libzmq (4.3.3-r0) [2020-09-24T22:51:47.644Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-09-24T22:51:47.644Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-09-24T22:51:47.919Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-09-24T22:51:47.919Z] Executing busybox-1.31.1-r16.trigger [2020-09-24T22:51:47.919Z] OK: 144 MiB in 44 packages [2020-09-24T22:51:49.375Z] Removing intermediate container 2b3f0afc5593 [2020-09-24T22:51:49.375Z] ---> 33e3cd68ce26 [2020-09-24T22:51:49.375Z] Step 6/8 : WORKDIR /build [2020-09-24T22:51:49.375Z] ---> Running in 1c42cbbd7ddb [2020-09-24T22:51:49.972Z] Removing intermediate container 1c42cbbd7ddb [2020-09-24T22:51:49.972Z] ---> d65e297e91f7 [2020-09-24T22:51:49.972Z] Step 7/8 : COPY go.mod . [2020-09-24T22:51:50.570Z] ---> 7a01aca1528c [2020-09-24T22:51:50.570Z] Step 8/8 : RUN go mod download [2020-09-24T22:51:50.846Z] ---> Running in 75f53fd570a8 [2020-09-24T22:52:23.194Z] Removing intermediate container 75f53fd570a8 [2020-09-24T22:52:23.194Z] ---> b2843436cdc0 [2020-09-24T22:52:23.194Z] Successfully built b2843436cdc0 [2020-09-24T22:52:23.194Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:52:23.660Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T22:52:23.660Z] . [Pipeline] withDockerContainer [2020-09-24T22:52:23.997Z] prd-ubuntu18.04-docker-arm64-4c-16g-1370 does not seem to be running inside a container [2020-09-24T22:52:24.101Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** ci-base-image-arm64 cat [2020-09-24T22:52:26.148Z] $ docker top dad02a886b7caf03f24a6eea38478207f1d93bb397cd9e2dfd1e247e5e6fb697 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T22:52:27.717Z] + go version [2020-09-24T22:52:27.717Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-24T22:52:27.759Z] $ docker stop --time=1 dad02a886b7caf03f24a6eea38478207f1d93bb397cd9e2dfd1e247e5e6fb697 [2020-09-24T22:52:29.813Z] $ docker rm -f dad02a886b7caf03f24a6eea38478207f1d93bb397cd9e2dfd1e247e5e6fb697 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:52:31.363Z] + docker inspect -f . ci-base-image-arm64 [2020-09-24T22:52:31.363Z] . [Pipeline] withDockerContainer [2020-09-24T22:52:31.680Z] prd-ubuntu18.04-docker-arm64-4c-16g-1370 does not seem to be running inside a container [2020-09-24T22:52:31.781Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/1 -v /w/workspace/app-functions-sdk-go/1:/w/workspace/app-functions-sdk-go/1:rw,z -v /w/workspace/app-functions-sdk-go/1@tmp:/w/workspace/app-functions-sdk-go/1@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 ******** ci-base-image-arm64 cat [2020-09-24T22:52:33.796Z] $ docker top 767fac802719dc9e436daa0191a2a1bfe37298d2ece29cced9ce24d995c06f1b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T22:52:35.365Z] + make test [2020-09-24T22:52:35.365Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-09-24T22:52:37.363Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-09-24T22:53:04.305Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.110s coverage: 86.2% of statements [2020-09-24T22:53:43.417Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.064s coverage: 56.0% of statements [2020-09-24T22:53:43.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-09-24T22:53:43.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-09-24T22:53:43.417Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.059s coverage: 53.5% of statements [2020-09-24T22:53:43.417Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-09-24T22:53:43.417Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.352s coverage: 69.1% of statements [2020-09-24T22:53:51.756Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.678s coverage: 61.6% of statements [2020-09-24T22:53:51.756Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.016s coverage: 89.5% of statements [2020-09-24T22:53:51.756Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.010s coverage: 100.0% of statements [2020-09-24T22:53:51.756Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.201s coverage: 100.0% of statements [2020-09-24T22:53:51.756Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements [2020-09-24T22:53:51.757Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.015s coverage: 100.0% of statements [2020-09-24T22:53:51.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-09-24T22:53:51.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-09-24T22:53:51.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-09-24T22:53:51.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-09-24T22:53:51.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-09-24T22:53:51.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-09-24T22:53:51.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] [2020-09-24T22:53:51.757Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.011s coverage: 96.6% of statements [2020-09-24T22:53:51.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-09-24T22:53:51.757Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.7% of statements [2020-09-24T22:53:51.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-09-24T22:53:51.757Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-09-24T22:53:51.757Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.022s coverage: 9.4% of statements [2020-09-24T22:53:54.472Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.049s coverage: 75.0% of statements [2020-09-24T22:53:54.472Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.038s coverage: 89.7% of statements [2020-09-24T22:53:54.472Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.025s coverage: 88.9% of statements [2020-09-24T22:53:54.472Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.182s coverage: 80.5% of statements [2020-09-24T22:54:21.279Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.875s coverage: 71.6% of statements [2020-09-24T22:54:21.279Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.015s coverage: 94.4% of statements [2020-09-24T22:54:21.279Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-09-24T22:54:33.733Z] gofmt -l . [2020-09-24T22:54:33.733Z] [ "`gofmt -l .`" = "" ] [2020-09-24T22:54:33.733Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-24T22:54:33.785Z] Warning: overwriting stash ‘coverage-report’ [2020-09-24T22:54:34.713Z] Stashed 1 file(s) [Pipeline] } [2020-09-24T22:54:34.738Z] $ docker stop --time=1 767fac802719dc9e436daa0191a2a1bfe37298d2ece29cced9ce24d995c06f1b [2020-09-24T22:54:36.851Z] $ docker rm -f 767fac802719dc9e436daa0191a2a1bfe37298d2ece29cced9ce24d995c06f1b [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-24T22:54:40.208Z] provisioning config files... [2020-09-24T22:54:40.220Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/config8961205400781450941tmp [Pipeline] { [Pipeline] sh [2020-09-24T22:54:40.682Z] + curl -s https://codecov.io/bash [2020-09-24T22:54:40.682Z] + bash -s - -t @/w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/config8961205400781450941tmp [Pipeline] } [2020-09-24T22:54:40.967Z] 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-24T22:54:44.559Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:54:45.168Z] ---> package-listing.sh [2020-09-24T22:54:45.168Z] ++ facter osfamily [2020-09-24T22:54:45.168Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-24T22:54:45.168Z] + OS_FAMILY=redhat [2020-09-24T22:54:45.168Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-509 [2020-09-24T22:54:45.168Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-24T22:54:45.168Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-24T22:54:45.168Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-24T22:54:45.168Z] + PACKAGES=/tmp/packages_start.txt [2020-09-24T22:54:45.168Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-509 ']' [2020-09-24T22:54:45.168Z] + PACKAGES=/tmp/packages_end.txt [2020-09-24T22:54:45.168Z] + case "${OS_FAMILY}" in [2020-09-24T22:54:45.168Z] + rpm -qa [2020-09-24T22:54:45.168Z] + sort [2020-09-24T22:54:49.388Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-24T22:54:49.388Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-24T22:54:49.388Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-24T22:54:49.388Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-509 ']' [2020-09-24T22:54:49.389Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-509/archives/ [2020-09-24T22:54:49.389Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-509/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:54:49.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T22:54:49.885Z] [2020-09-24T22:54:49.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-24T22:54:50.273Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T22:54:50.273Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-24T22:54:50.273Z] df20fa9351a1: Pulling fs layer [2020-09-24T22:54:50.273Z] 36b3adc4ff6f: Pulling fs layer [2020-09-24T22:54:50.273Z] 8ad3a11d3b57: Pulling fs layer [2020-09-24T22:54:50.273Z] 46f8f816bc3b: Pulling fs layer [2020-09-24T22:54:50.273Z] 0dadc02b9964: Pulling fs layer [2020-09-24T22:54:50.273Z] ce6a7cf60c04: Pulling fs layer [2020-09-24T22:54:50.273Z] 7a184a31f384: Pulling fs layer [2020-09-24T22:54:50.273Z] 0879bd2ef858: Pulling fs layer [2020-09-24T22:54:50.273Z] 46f8f816bc3b: Waiting [2020-09-24T22:54:50.273Z] 0dadc02b9964: Waiting [2020-09-24T22:54:50.273Z] 7a184a31f384: Waiting [2020-09-24T22:54:50.273Z] 0879bd2ef858: Waiting [2020-09-24T22:54:50.273Z] ce6a7cf60c04: Waiting [2020-09-24T22:54:50.273Z] 36b3adc4ff6f: Verifying Checksum [2020-09-24T22:54:50.273Z] 36b3adc4ff6f: Download complete [2020-09-24T22:54:50.273Z] 46f8f816bc3b: Verifying Checksum [2020-09-24T22:54:50.273Z] 46f8f816bc3b: Download complete [2020-09-24T22:54:50.273Z] df20fa9351a1: Verifying Checksum [2020-09-24T22:54:50.273Z] df20fa9351a1: Download complete [2020-09-24T22:54:50.546Z] ce6a7cf60c04: Verifying Checksum [2020-09-24T22:54:50.546Z] ce6a7cf60c04: Download complete [2020-09-24T22:54:50.546Z] 7a184a31f384: Verifying Checksum [2020-09-24T22:54:50.546Z] 7a184a31f384: Download complete [2020-09-24T22:54:50.546Z] 0dadc02b9964: Verifying Checksum [2020-09-24T22:54:50.546Z] 0dadc02b9964: Download complete [2020-09-24T22:54:50.546Z] 8ad3a11d3b57: Verifying Checksum [2020-09-24T22:54:50.546Z] 8ad3a11d3b57: Download complete [2020-09-24T22:54:50.809Z] df20fa9351a1: Pull complete [2020-09-24T22:54:51.071Z] 36b3adc4ff6f: Pull complete [2020-09-24T22:54:51.071Z] 0879bd2ef858: Verifying Checksum [2020-09-24T22:54:51.072Z] 0879bd2ef858: Download complete [2020-09-24T22:54:51.648Z] 8ad3a11d3b57: Pull complete [2020-09-24T22:54:51.911Z] 46f8f816bc3b: Pull complete [2020-09-24T22:54:52.179Z] 0dadc02b9964: Pull complete [2020-09-24T22:54:52.179Z] ce6a7cf60c04: Pull complete [2020-09-24T22:54:52.442Z] 7a184a31f384: Pull complete [2020-09-24T22:54:55.023Z] 0879bd2ef858: Pull complete [2020-09-24T22:54:55.023Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-24T22:54:55.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-24T22:54:55.023Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-24T22:54:55.230Z] prd-centos7-docker-4c-2g-1358 does not seem to be running inside a container [2020-09-24T22:54:55.286Z] $ 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-509 -v /w/workspace/ndry_app-functions-sdk-go_PR-509:/w/workspace/ndry_app-functions-sdk-go_PR-509:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-509@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-509@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-24T22:55:01.129Z] $ docker top e7d39e75b9fbc89a8bb6f0fd15499675eb1c96c3d29efd8d795ed0ec8c72b509 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-24T22:55:01.669Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-24T22:55:01.991Z] + ls /var/log/sa-host [2020-09-24T22:55:01.991Z] + sadf -c /var/log/sa-host/sa05 [2020-09-24T22:55:01.991Z] file_magic: OK [2020-09-24T22:55:01.991Z] HZ: Using current value: 100 [2020-09-24T22:55:01.991Z] file_header: OK [2020-09-24T22:55:01.991Z] 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-24T22:55:01.991Z] Statistics: [2020-09-24T22:55:01.991Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T22:55:01.991Z] File successfully converted to sysstat format version 12.2.1 [2020-09-24T22:55:01.991Z] + sadf -c /var/log/sa-host/sa24 [2020-09-24T22:55:01.991Z] file_magic: OK [2020-09-24T22:55:01.991Z] HZ: Using current value: 100 [2020-09-24T22:55:01.991Z] file_header: OK [2020-09-24T22:55:01.991Z] 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-24T22:55:01.991Z] Statistics: [2020-09-24T22:55:01.991Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-24T22:55:01.991Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-24T22:55:02.113Z] provisioning config files... [2020-09-24T22:55:02.127Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-509@tmp/config4222058645270553178tmp [Pipeline] { [Pipeline] echo [2020-09-24T22:55:02.239Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:55:02.573Z] ---> create-netrc.sh [Pipeline] echo [2020-09-24T22:55:02.599Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-24T22:55:02.932Z] ---> logs-deploy.sh [2020-09-24T22:55:02.933Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-509/1 [2020-09-24T22:55:02.933Z] INFO: archiving workspace using pattern(s): [2020-09-24T22:55:04.326Z] Archives upload complete. [2020-09-24T22:55:04.326Z] INFO: archiving logs to Nexus [2020-09-24T22:55:05.275Z] ---> uname -a: [2020-09-24T22:55:05.275Z] Linux e7d39e75b9fb 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] ---> lscpu: [2020-09-24T22:55:05.275Z] Architecture: x86_64 [2020-09-24T22:55:05.275Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-24T22:55:05.275Z] Byte Order: Little Endian [2020-09-24T22:55:05.275Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-24T22:55:05.275Z] CPU(s): 4 [2020-09-24T22:55:05.275Z] On-line CPU(s) list: 0-3 [2020-09-24T22:55:05.275Z] Thread(s) per core: 1 [2020-09-24T22:55:05.275Z] Core(s) per socket: 1 [2020-09-24T22:55:05.275Z] Socket(s): 4 [2020-09-24T22:55:05.275Z] NUMA node(s): 1 [2020-09-24T22:55:05.275Z] Vendor ID: GenuineIntel [2020-09-24T22:55:05.275Z] CPU family: 6 [2020-09-24T22:55:05.275Z] Model: 44 [2020-09-24T22:55:05.275Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-24T22:55:05.275Z] Stepping: 1 [2020-09-24T22:55:05.275Z] CPU MHz: 2933.438 [2020-09-24T22:55:05.275Z] BogoMIPS: 5866.87 [2020-09-24T22:55:05.275Z] Virtualization: VT-x [2020-09-24T22:55:05.275Z] Hypervisor vendor: KVM [2020-09-24T22:55:05.275Z] Virtualization type: full [2020-09-24T22:55:05.275Z] L1d cache: 128 KiB [2020-09-24T22:55:05.275Z] L1i cache: 128 KiB [2020-09-24T22:55:05.275Z] L2 cache: 16 MiB [2020-09-24T22:55:05.275Z] L3 cache: 64 MiB [2020-09-24T22:55:05.275Z] NUMA node0 CPU(s): 0-3 [2020-09-24T22:55:05.275Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-24T22:55:05.275Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-24T22:55:05.275Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-24T22:55:05.275Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-24T22:55:05.275Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-24T22:55:05.275Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-24T22:55:05.275Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-24T22:55:05.275Z] Vulnerability Tsx async abort: Not affected [2020-09-24T22:55:05.275Z] 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-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] ---> nproc: [2020-09-24T22:55:05.275Z] 4 [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] ---> df -h: [2020-09-24T22:55:05.275Z] Filesystem Size Used Available Use% Mounted on [2020-09-24T22:55:05.275Z] overlay 50.0G 7.0G 43.0G 14% / [2020-09-24T22:55:05.275Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-24T22:55:05.275Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-24T22:55:05.275Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-24T22:55:05.275Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf [2020-09-24T22:55:05.275Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname [2020-09-24T22:55:05.275Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts [2020-09-24T22:55:05.275Z] /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host [2020-09-24T22:55:05.275Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-509 [2020-09-24T22:55:05.275Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/ndry_app-functions-sdk-go_PR-509@tmp [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] ---> free -m: [2020-09-24T22:55:05.275Z] total used free shared buff/cache available [2020-09-24T22:55:05.275Z] Mem: 1837 672 140 0 1024 1058 [2020-09-24T22:55:05.275Z] Swap: 1023 0 1023 [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] ---> ip addr: [2020-09-24T22:55:05.275Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-24T22:55:05.275Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-24T22:55:05.275Z] inet 127.0.0.1/8 scope host lo [2020-09-24T22:55:05.275Z] valid_lft forever preferred_lft forever [2020-09-24T22:55:05.275Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-09-24T22:55:05.275Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-24T22:55:05.275Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-24T22:55:05.275Z] valid_lft forever preferred_lft forever [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] ---> sar -b -r -n DEV: [2020-09-24T22:55:05.275Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] 22:46:06 LINUX RESTART (4 CPU) [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] 22:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-24T22:55:05.275Z] 22:48:01 44.26 12.15 32.11 0.00 4580.29 3460.25 0.00 [2020-09-24T22:55:05.275Z] 22:49:01 1.65 0.00 1.65 0.00 0.00 32.62 0.00 [2020-09-24T22:55:05.275Z] 22:50:01 0.18 0.00 0.18 0.00 0.00 2.56 0.00 [2020-09-24T22:55:05.275Z] 22:51:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 [2020-09-24T22:55:05.275Z] 22:52:01 0.22 0.00 0.22 0.00 0.00 2.76 0.00 [2020-09-24T22:55:05.275Z] 22:53:01 0.40 0.00 0.40 0.00 0.00 5.01 0.00 [2020-09-24T22:55:05.275Z] 22:54:01 0.23 0.02 0.22 0.00 0.13 2.17 0.00 [2020-09-24T22:55:05.275Z] 22:55:01 98.47 56.98 41.48 0.00 6468.99 6285.43 0.00 [2020-09-24T22:55:05.275Z] Average: 18.22 8.65 9.57 0.00 1381.67 1224.66 0.00 [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] 22:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-24T22:55:05.275Z] 22:48:01 208928 0 590132 31.36 2620 1079876 1120952 38.26 437012 1077224 120 [2020-09-24T22:55:05.275Z] 22:49:01 210516 0 588540 31.28 2620 1079880 1110328 37.89 438104 1074604 12 [2020-09-24T22:55:05.275Z] 22:50:01 211488 0 587560 31.23 2620 1079888 1103132 37.65 438984 1073012 8 [2020-09-24T22:55:05.275Z] 22:51:01 210848 0 588200 31.26 2620 1079888 1090652 37.22 440484 1072032 8 [2020-09-24T22:55:05.275Z] 22:52:01 211216 0 587828 31.24 2620 1079892 1090676 37.22 450612 1062088 8 [2020-09-24T22:55:05.275Z] 22:53:01 211684 0 587352 31.22 2620 1079900 1090592 37.22 450292 1062088 8 [2020-09-24T22:55:05.275Z] 22:54:01 212284 0 586748 31.18 2620 1079904 1090556 37.22 450064 1062088 12 [2020-09-24T22:55:05.275Z] 22:55:01 152904 0 680556 36.17 2620 1045476 1539640 52.55 509764 1023236 52 [2020-09-24T22:55:05.275Z] Average: 203734 0 599614 31.87 2620 1075588 1154566 39.40 451914 1063296 28 [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] 22:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-24T22:55:05.275Z] 22:48:01 eth0 343.58 292.99 771.78 366.05 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:48:01 docker0 110.30 79.04 9.60 303.29 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:49:01 eth0 5.18 1.62 1.40 1.47 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:50:01 eth0 3.13 0.80 0.94 0.62 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:51:01 eth0 1.77 0.37 0.38 0.20 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:52:01 eth0 0.70 0.33 0.35 0.26 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:53:01 eth0 0.25 0.15 0.10 0.01 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:54:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:55:01 veth6257921 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:55:01 eth0 96.22 75.76 745.09 11.95 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] 22:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] Average: veth6257921 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] Average: eth0 56.39 46.53 190.08 47.59 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] Average: docker0 13.79 9.89 1.20 37.93 0.00 0.00 0.00 0.00 [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] ---> sar -P ALL: [2020-09-24T22:55:05.275Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/24/20 _x86_64_ (4 CPU) [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] 22:46:06 LINUX RESTART (4 CPU) [2020-09-24T22:55:05.275Z] [2020-09-24T22:55:05.275Z] 22:47:01 CPU %user %nice %system %iowait %steal %idle [2020-09-24T22:55:05.275Z] 22:48:01 all 5.44 0.00 2.41 1.47 0.03 90.66 [2020-09-24T22:55:05.275Z] 22:48:01 0 4.90 0.00 2.68 1.10 0.02 91.31 [2020-09-24T22:55:05.275Z] 22:48:01 1 4.34 0.00 2.00 1.64 0.03 91.98 [2020-09-24T22:55:05.275Z] 22:48:01 2 7.07 0.00 2.45 1.71 0.05 88.72 [2020-09-24T22:55:05.275Z] 22:48:01 3 5.44 0.00 2.50 1.43 0.02 90.62 [2020-09-24T22:55:05.275Z] 22:49:01 all 0.19 0.00 0.05 0.00 0.00 99.75 [2020-09-24T22:55:05.275Z] 22:49:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2020-09-24T22:55:05.275Z] 22:49:01 1 0.17 0.00 0.05 0.00 0.00 99.78 [2020-09-24T22:55:05.275Z] 22:49:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2020-09-24T22:55:05.275Z] 22:49:01 3 0.48 0.00 0.05 0.00 0.00 99.47 [2020-09-24T22:55:05.275Z] 22:50:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-09-24T22:55:05.275Z] 22:50:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-09-24T22:55:05.275Z] 22:50:01 1 0.12 0.00 0.03 0.00 0.00 99.85 [2020-09-24T22:55:05.275Z] 22:50:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-09-24T22:55:05.275Z] 22:50:01 3 0.48 0.00 0.05 0.00 0.00 99.47 [2020-09-24T22:55:05.275Z] 22:51:01 all 0.05 0.00 0.03 0.00 0.01 99.91 [2020-09-24T22:55:05.275Z] 22:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-24T22:55:05.275Z] 22:51:01 1 0.10 0.00 0.05 0.00 0.02 99.83 [2020-09-24T22:55:05.275Z] 22:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-24T22:55:05.275Z] 22:51:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2020-09-24T22:55:05.275Z] 22:52:01 all 0.17 0.00 0.08 0.00 0.00 99.75 [2020-09-24T22:55:05.275Z] 22:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-24T22:55:05.275Z] 22:52:01 1 0.10 0.00 0.07 0.00 0.00 99.83 [2020-09-24T22:55:05.275Z] 22:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-24T22:55:05.275Z] 22:52:01 3 0.52 0.00 0.20 0.00 0.02 99.27 [2020-09-24T22:55:05.275Z] 22:53:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-09-24T22:55:05.275Z] 22:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-09-24T22:55:05.275Z] 22:53:01 1 0.42 0.00 0.03 0.00 0.00 99.55 [2020-09-24T22:55:05.275Z] 22:53:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2020-09-24T22:55:05.275Z] 22:53:01 3 0.12 0.00 0.08 0.00 0.00 99.80 [2020-09-24T22:55:05.275Z] 22:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-09-24T22:55:05.275Z] 22:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-24T22:55:05.275Z] 22:54:01 1 0.55 0.00 0.03 0.02 0.00 99.40 [2020-09-24T22:55:05.275Z] 22:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-24T22:55:05.275Z] 22:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-24T22:55:05.275Z] 22:55:01 all 3.31 0.00 2.31 1.16 0.02 93.20 [2020-09-24T22:55:05.275Z] 22:55:01 0 2.75 0.00 2.21 0.08 0.02 94.94 [2020-09-24T22:55:05.275Z] 22:55:01 1 4.88 0.00 2.70 3.30 0.02 89.10 [2020-09-24T22:55:05.275Z] 22:55:01 2 2.75 0.00 2.03 0.91 0.03 94.28 [2020-09-24T22:55:05.275Z] 22:55:01 3 2.88 0.00 2.30 0.35 0.00 94.47 [2020-09-24T22:55:05.275Z] Average: all 1.20 0.00 0.62 0.33 0.01 97.84 [2020-09-24T22:55:05.275Z] Average: 0 0.97 0.00 0.63 0.15 0.01 98.24 [2020-09-24T22:55:05.275Z] Average: 1 1.33 0.00 0.62 0.62 0.01 97.43 [2020-09-24T22:55:05.276Z] Average: 2 1.25 0.00 0.58 0.33 0.01 97.83 [2020-09-24T22:55:05.276Z] Average: 3 1.24 0.00 0.65 0.22 0.01 97.88 [2020-09-24T22:55:05.276Z] [2020-09-24T22:55:05.276Z] [2020-09-24T22:55:05.276Z]