Pull request #711 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 507e24fcb19b3bca292506b35a1cd2df126a7e2f+d1027b02cdf130d6310b3582fd617e9b459e6d86 (2cf96375cfa26b1b877ab679b837201b17dedd75) 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27367 in /w/workspace/ndry_app-functions-sdk-go_PR-711 [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-711 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Merging remotes/origin/master commit d1027b02cdf130d6310b3582fd617e9b459e6d86 into PR head commit 507e24fcb19b3bca292506b35a1cd2df126a7e2f Merge succeeded, producing 507e24fcb19b3bca292506b35a1cd2df126a7e2f Checking out Revision 507e24fcb19b3bca292506b35a1cd2df126a7e2f (PR-711) > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/711/head:refs/remotes/origin/PR-711 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 507e24fcb19b3bca292506b35a1cd2df126a7e2f # 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 d1027b02cdf130d6310b3582fd617e9b459e6d86 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 507e24fcb19b3bca292506b35a1cd2df126a7e2f # timeout=10 Commit message: "fix: Fixed failing unit tests and addressed PR comments" > git rev-list --no-walk 5c6f38478e76be1cbf9fe1b8875625618ab27aa3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:44:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:44:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:44:16 ========================================================= 18:44:16 EdgeX Global Pipelines Version Info 18:44:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:44:19 ------------------- 18:44:19 stable info: 18:44:19 ------------------- 18:44:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:44:19 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 18:44:19 Message: update stable to v1.0.181 18:44:21 ------------------- 18:44:21 experimental info: 18:44:21 ------------------- 18:44:21 Commited By: **** collab-it+edgex@linuxfoundation.org 18:44:21 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 18:44:21 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:44:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:44:21 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:44:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:44:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:44:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:44:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:44:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:44:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:44:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:44:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:44:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:44:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:44:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:44:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:44:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:44:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:44:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:44:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:44:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:44:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:44:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:44:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:44:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:44:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:44:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:44:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-711 [Pipeline] echo 18:44:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-711 [Pipeline] echo 18:44:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-711 [Pipeline] echo 18:44:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 507e24fcb19b3bca292506b35a1cd2df126a7e2f [Pipeline] echo 18:44:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 507e24f [Pipeline] echo 18:44:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:44:25 + git log --format=format:%s -1 507e24fcb19b3bca292506b35a1cd2df126a7e2f [Pipeline] echo 18:44:26 GIT_COMMIT: 507e24fcb19b3bca292506b35a1cd2df126a7e2f, Commit Message: fix: Fixed failing unit tests and addressed PR comments [Pipeline] echo 18:44:26 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:44:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:44:28 18:44:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:44:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:44:29 latest: Pulling from edgex-devops/git-semver 18:44:29 31603596830f: Pulling fs layer 18:44:29 2a8b12db71e7: Pulling fs layer 18:44:29 6ca5941a6612: Pulling fs layer 18:44:29 ecc8261a40a4: Pulling fs layer 18:44:29 ecc8261a40a4: Waiting 18:44:29 2a8b12db71e7: Verifying Checksum 18:44:29 2a8b12db71e7: Download complete 18:44:30 31603596830f: Verifying Checksum 18:44:30 31603596830f: Download complete 18:44:31 ecc8261a40a4: Verifying Checksum 18:44:31 ecc8261a40a4: Download complete 18:44:31 6ca5941a6612: Verifying Checksum 18:44:31 6ca5941a6612: Download complete 18:44:31 31603596830f: Pull complete 18:44:32 2a8b12db71e7: Pull complete 18:44:34 6ca5941a6612: Pull complete 18:44:35 ecc8261a40a4: Pull complete 18:44:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:44:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:44:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:44:36 prd-centos7-docker-4c-2g-27367 does not seem to be running inside a container 18:44:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-711 -v /w/workspace/ndry_app-functions-sdk-go_PR-711:/w/workspace/ndry_app-functions-sdk-go_PR-711:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-711@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-711@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:44:40 $ docker top 8311c866504aca72844f5c0e074e480e97c49d0b8440212fb431c7560852cdaf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:44:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:41 [ssh-agent] Looking for ssh-agent implementation... 18:44:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:43 $ docker exec 8311c866504aca72844f5c0e074e480e97c49d0b8440212fb431c7560852cdaf ssh-agent 18:44:44 SSH_AUTH_SOCK=/tmp/ssh-Y7ssriNMhS8D/agent.11 18:44:44 SSH_AGENT_PID=16 18:44:44 Running ssh-add (command line suppressed) 18:44:44 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-711@tmp/private_key_7976822826969308725.key (/w/workspace/ndry_app-functions-sdk-go_PR-711@tmp/private_key_7976822826969308725.key) 18:44:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:46 + git tag --points-at HEAD [Pipeline] } 18:44:46 $ docker exec --env ******** --env ******** 8311c866504aca72844f5c0e074e480e97c49d0b8440212fb431c7560852cdaf ssh-agent -k 18:44:47 unset SSH_AUTH_SOCK; 18:44:47 unset SSH_AGENT_PID; 18:44:47 echo Agent pid 16 killed; 18:44:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:44:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:47 [ssh-agent] Looking for ssh-agent implementation... 18:44:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:48 $ docker exec 8311c866504aca72844f5c0e074e480e97c49d0b8440212fb431c7560852cdaf ssh-agent 18:44:49 SSH_AUTH_SOCK=/tmp/ssh-y7lPpnViXc3c/agent.45 18:44:49 SSH_AGENT_PID=50 18:44:49 Running ssh-add (command line suppressed) 18:44:50 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-711@tmp/private_key_4472381835732893410.key (/w/workspace/ndry_app-functions-sdk-go_PR-711@tmp/private_key_4472381835732893410.key) 18:44:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:51 + git semver init 18:44:51 # -> Open(): unable to determine branch for HEAD 18:44:51 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-711/.git 18:44:51 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-711 18:44:51 # $SEMVER_REMOTE_NAME = origin 18:44:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:44:51 # $SEMVER_USER_NAME = edgex-jenkins 18:44:51 # $SEMVER_BRANCH = PR-711 18:44:51 # $SEMVER_TEMP = /tmp/semver-492992638 18:44:51 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:44:58 # '/tmp/semver-492992638' -> '/w/workspace/ndry_app-functions-sdk-go_PR-711/.semver' 18:44:58 # -> Force: false 18:44:58 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-711/.semver [Pipeline] } 18:44:58 $ docker exec --env ******** --env ******** 8311c866504aca72844f5c0e074e480e97c49d0b8440212fb431c7560852cdaf ssh-agent -k 18:44:58 unset SSH_AUTH_SOCK; 18:44:58 unset SSH_AGENT_PID; 18:44:58 echo Agent pid 50 killed; 18:44:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:00 + git semver [Pipeline] } 18:45:00 $ docker stop --time=1 8311c866504aca72844f5c0e074e480e97c49d0b8440212fb431c7560852cdaf 18:45:02 $ docker rm -f 8311c866504aca72844f5c0e074e480e97c49d0b8440212fb431c7560852cdaf [Pipeline] // withDockerContainer [Pipeline] sh 18:45:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:45:05 Stashed 1 file(s) [Pipeline] echo 18:45:05 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 18:45:20 Still waiting to schedule task 18:45:20 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27367’ 18:45:20 Still waiting to schedule task 18:45:20 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 18:47:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27368 in /w/workspace/ndry_app-functions-sdk-go_PR-711 [Pipeline] { [Pipeline] ws 18:47:06 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 18:47:11 using credential edgex-jenkins-ssh 18:47:11 Cloning the remote Git repository 18:47:11 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:47:11 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 18:47:11 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:47:11 > git --version # timeout=10 18:47:11 > git --version # 'git version 2.17.1' 18:47:11 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:47:15 Merging remotes/origin/master commit d1027b02cdf130d6310b3582fd617e9b459e6d86 into PR head commit 507e24fcb19b3bca292506b35a1cd2df126a7e2f 18:47:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:47:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:47:14 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:47:14 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:47:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/711/head:refs/remotes/origin/PR-711 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:47:15 > git config core.sparsecheckout # timeout=10 18:47:15 > git checkout -f 507e24fcb19b3bca292506b35a1cd2df126a7e2f # timeout=10 18:47:15 Merge succeeded, producing 507e24fcb19b3bca292506b35a1cd2df126a7e2f 18:47:15 Checking out Revision 507e24fcb19b3bca292506b35a1cd2df126a7e2f (PR-711) 18:47:15 > git remote # timeout=10 18:47:15 > git config --get remote.origin.url # timeout=10 18:47:15 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:15 > git merge d1027b02cdf130d6310b3582fd617e9b459e6d86 # timeout=10 18:47:15 > git rev-parse HEAD^{commit} # timeout=10 18:47:15 > git config core.sparsecheckout # timeout=10 18:47:15 > git checkout -f 507e24fcb19b3bca292506b35a1cd2df126a7e2f # timeout=10 18:47:19 Commit message: "fix: Fixed failing unit tests and addressed PR comments" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:47:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:47:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:47:22 + sudo service docker restart 18:47:22 + true [Pipeline] unstash [Pipeline] echo 18:47:25 ========================================================= 18:47:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:47:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:47:25 + 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 . 18:47:26 Sending build context to Docker daemon 19.28MB 18:47:26 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:47:26 Step 2/8 : FROM ${BASE} 18:47:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:47:27 5f621e34cdf4: Pulling fs layer 18:47:27 a4357932f1b6: Pulling fs layer 18:47:27 18c013af1878: Pulling fs layer 18:47:27 00ac8860ef70: Pulling fs layer 18:47:27 63d7cb157983: Pulling fs layer 18:47:27 b116817d02f9: Pulling fs layer 18:47:27 745a02a5169b: Pulling fs layer 18:47:27 63d7cb157983: Waiting 18:47:27 b116817d02f9: Waiting 18:47:27 745a02a5169b: Waiting 18:47:27 00ac8860ef70: Waiting 18:47:27 18c013af1878: Verifying Checksum 18:47:27 18c013af1878: Download complete 18:47:27 a4357932f1b6: Download complete 18:47:27 63d7cb157983: Verifying Checksum 18:47:27 63d7cb157983: Download complete 18:47:27 b116817d02f9: Download complete 18:47:28 5f621e34cdf4: Verifying Checksum 18:47:28 5f621e34cdf4: Download complete 18:47:29 5f621e34cdf4: Pull complete 18:47:29 a4357932f1b6: Pull complete 18:47:29 18c013af1878: Pull complete 18:47:30 745a02a5169b: Verifying Checksum 18:47:30 745a02a5169b: Download complete 18:47:31 00ac8860ef70: Verifying Checksum 18:47:31 00ac8860ef70: Download complete 18:47:41 00ac8860ef70: Pull complete 18:47:41 63d7cb157983: Pull complete 18:47:42 b116817d02f9: Pull complete 18:47:46 745a02a5169b: Pull complete 18:47:46 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:47:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:47:46 ---> b7e6874047d6 18:47:46 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:47:46 20.10.0: Pulling from library/docker 18:47:46 a3cc7d3b244e: Pulling fs layer 18:47:46 02a3295e0d61: Pulling fs layer 18:47:46 0f4f2e6d8100: Pulling fs layer 18:47:46 330b718f631f: Pulling fs layer 18:47:46 a93816041522: Pulling fs layer 18:47:46 bdb6da89ff94: Pulling fs layer 18:47:46 2a70c0c122f4: Pulling fs layer 18:47:46 a93816041522: Waiting 18:47:46 bdb6da89ff94: Waiting 18:47:46 2a70c0c122f4: Waiting 18:47:46 330b718f631f: Waiting 18:47:46 0f4f2e6d8100: Verifying Checksum 18:47:46 0f4f2e6d8100: Download complete 18:47:46 02a3295e0d61: Verifying Checksum 18:47:46 02a3295e0d61: Download complete 18:47:46 a3cc7d3b244e: Verifying Checksum 18:47:46 a3cc7d3b244e: Download complete 18:47:46 a93816041522: Download complete 18:47:46 bdb6da89ff94: Verifying Checksum 18:47:46 bdb6da89ff94: Download complete 18:47:46 2a70c0c122f4: Verifying Checksum 18:47:46 2a70c0c122f4: Download complete 18:47:47 a3cc7d3b244e: Pull complete 18:47:47 02a3295e0d61: Pull complete 18:47:48 330b718f631f: Verifying Checksum 18:47:48 330b718f631f: Download complete 18:47:48 0f4f2e6d8100: Pull complete 18:47:52 330b718f631f: Pull complete 18:47:52 a93816041522: Pull complete 18:47:52 bdb6da89ff94: Pull complete 18:47:53 2a70c0c122f4: Pull complete 18:47:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:47:53 Status: Downloaded newer image for docker:20.10.0 18:47:59 ---> 5bcb8c556fc6 18:47:59 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:47:59 ---> Running in 8906a8dbfb52 18:47:59 Removing intermediate container 8906a8dbfb52 18:47:59 ---> e214e0f90ac3 18:47:59 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:47:59 ---> Running in a978a01b3dee 18:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:02 (1/5) Installing libsodium (1.0.18-r0) 18:48:02 (2/5) Installing libzmq (4.3.3-r0) 18:48:03 (3/5) Installing pkgconf (1.7.2-r0) 18:48:03 (4/5) Installing libsodium-dev (1.0.18-r0) 18:48:03 (5/5) Installing zeromq-dev (4.3.3-r0) 18:48:03 Executing busybox-1.31.1-r19.trigger 18:48:03 OK: 144 MiB in 44 packages 18:48:04 Removing intermediate container a978a01b3dee 18:48:04 ---> 11a2095630b1 18:48:04 Step 6/8 : WORKDIR /build 18:48:04 ---> Running in 9fd00db42730 18:48:05 Removing intermediate container 9fd00db42730 18:48:05 ---> 5dba0e9545cc 18:48:05 Step 7/8 : COPY go.mod . 18:48:06 ---> 785ce73d49f7 18:48:06 Step 8/8 : RUN go mod download 18:48:06 ---> Running in 14339dfcd254 18:48:33 Removing intermediate container 14339dfcd254 18:48:33 ---> 7f8e7b9bdf39 18:48:33 Successfully built 7f8e7b9bdf39 18:48:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:48:33 + docker inspect -f . ci-base-image-arm64 18:48:33 . [Pipeline] withDockerContainer 18:48:33 prd-ubuntu18.04-docker-arm64-4c-16g-27368 does not seem to be running inside a container 18:48:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:48:35 $ docker top 2cc194d4257cfdb1a270d6ac45a664538b7650bbe4edbf7a8b003a3955231cc7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:48:36 + go version 18:48:36 go version go1.15.5 linux/arm64 [Pipeline] } 18:48:36 $ docker stop --time=1 2cc194d4257cfdb1a270d6ac45a664538b7650bbe4edbf7a8b003a3955231cc7 18:48:38 $ docker rm -f 2cc194d4257cfdb1a270d6ac45a664538b7650bbe4edbf7a8b003a3955231cc7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:48:39 + docker inspect -f . ci-base-image-arm64 18:48:39 . [Pipeline] withDockerContainer 18:48:39 prd-ubuntu18.04-docker-arm64-4c-16g-27368 does not seem to be running inside a container 18:48:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:48:41 $ docker top 20b9b7c1261e1fc9f6e8e1cc96c814d30d68fd64ac7e16eb2fac8fd34e395a62 -eo pid,comm [Pipeline] { [Pipeline] sh 18:48:42 + make test 18:48:42 make -C ./app-service-template build 18:48:42 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 18:48:42 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 18:48:48 Running on prd-centos7-docker-4c-2g-27369 in /w/workspace/ndry_app-functions-sdk-go_PR-711 [Pipeline] { [Pipeline] ws 18:48:48 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 18:48:59 using credential edgex-jenkins-ssh 18:48:59 Cloning the remote Git repository 18:49:00 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:49:00 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 18:49:00 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:49:00 > git --version # timeout=10 18:49:00 > git --version # 'git version 2.24.3' 18:49:00 using GIT_SSH to set credentials SSH Credentials for GitHub 18:49:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:49:05 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:49:07 Merging remotes/origin/master commit d1027b02cdf130d6310b3582fd617e9b459e6d86 into PR head commit 507e24fcb19b3bca292506b35a1cd2df126a7e2f 18:49:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:49:05 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:49:05 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:49:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:49:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/711/head:refs/remotes/origin/PR-711 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:49:07 > git config core.sparsecheckout # timeout=10 18:49:07 > git checkout -f 507e24fcb19b3bca292506b35a1cd2df126a7e2f # timeout=10 18:49:07 > git remote # timeout=10 18:49:07 Merge succeeded, producing 507e24fcb19b3bca292506b35a1cd2df126a7e2f 18:49:07 Checking out Revision 507e24fcb19b3bca292506b35a1cd2df126a7e2f (PR-711) 18:49:07 > git config --get remote.origin.url # timeout=10 18:49:07 using GIT_SSH to set credentials SSH Credentials for GitHub 18:49:07 > git merge d1027b02cdf130d6310b3582fd617e9b459e6d86 # timeout=10 18:49:07 > git rev-parse HEAD^{commit} # timeout=10 18:49:07 > git config core.sparsecheckout # timeout=10 18:49:07 > git checkout -f 507e24fcb19b3bca292506b35a1cd2df126a7e2f # timeout=10 18:49:13 Commit message: "fix: Fixed failing unit tests and addressed PR comments" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:49:14 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 18:49:14 make -C ./app-service-template test 18:49:14 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 18:49:14 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:49:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:49:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:49:16 + sudo service docker restart 18:49:16 + true 18:49:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:49:19 ========================================================= 18:49:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:49:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:49:19 + 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 . 18:49:21 Sending build context to Docker daemon 19.28MB 18:49:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:49:21 Step 2/8 : FROM ${BASE} 18:49:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:49:21 188c0c94c7c5: Pulling fs layer 18:49:21 0ef7d3d256c8: Pulling fs layer 18:49:21 de9db76c5a1d: Pulling fs layer 18:49:21 bca2f99d35d6: Pulling fs layer 18:49:21 93359f2a8cfa: Pulling fs layer 18:49:21 7c6f9722023f: Pulling fs layer 18:49:21 a35cf1a2eb13: Pulling fs layer 18:49:21 bca2f99d35d6: Waiting 18:49:21 93359f2a8cfa: Waiting 18:49:21 7c6f9722023f: Waiting 18:49:21 a35cf1a2eb13: Waiting 18:49:21 de9db76c5a1d: Verifying Checksum 18:49:21 de9db76c5a1d: Download complete 18:49:21 0ef7d3d256c8: Verifying Checksum 18:49:21 0ef7d3d256c8: Download complete 18:49:22 93359f2a8cfa: Verifying Checksum 18:49:22 93359f2a8cfa: Download complete 18:49:22 7c6f9722023f: Verifying Checksum 18:49:22 7c6f9722023f: Download complete 18:49:22 188c0c94c7c5: Verifying Checksum 18:49:22 188c0c94c7c5: Download complete 18:49:23 188c0c94c7c5: Pull complete 18:49:24 0ef7d3d256c8: Pull complete 18:49:25 de9db76c5a1d: Pull complete 18:49:31 bca2f99d35d6: Download complete 18:49:31 a35cf1a2eb13: Verifying Checksum 18:49:31 a35cf1a2eb13: Download complete 18:49:37 ? new-app-service [no test files] 18:49:37 ok new-app-service/functions 0.023s coverage: 75.8% of statements 18:49:37 CGO_ENABLED=1 go vet ./... 18:49:42 bca2f99d35d6: Pull complete 18:49:42 93359f2a8cfa: Pull complete 18:49:43 7c6f9722023f: Pull complete 18:49:47 gofmt -l . 18:49:47 [ "`gofmt -l .`" = "" ] 18:49:47 ./bin/test-go-mod-tidy.sh 18:49:47 ./bin/test-attribution-txt.sh 18:49:47 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 18:49:47 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:49:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 18:49:49 a35cf1a2eb13: Pull complete 18:49:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:49:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:49:49 ---> a62c8e92a672 18:49:49 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:49:49 20.10.0: Pulling from library/docker 18:49:49 05e7bc50f07f: Pulling fs layer 18:49:49 6db28d0fdbf6: Pulling fs layer 18:49:49 292df0bc6bf3: Pulling fs layer 18:49:49 2e060f4bd70b: Pulling fs layer 18:49:49 80e8d568a223: Pulling fs layer 18:49:49 8dc6ef1a942a: Pulling fs layer 18:49:49 2312dd95470a: Pulling fs layer 18:49:49 80e8d568a223: Waiting 18:49:49 8dc6ef1a942a: Waiting 18:49:49 2e060f4bd70b: Waiting 18:49:49 2312dd95470a: Waiting 18:49:49 292df0bc6bf3: Verifying Checksum 18:49:49 292df0bc6bf3: Download complete 18:49:49 6db28d0fdbf6: Verifying Checksum 18:49:49 6db28d0fdbf6: Download complete 18:49:49 80e8d568a223: Verifying Checksum 18:49:49 80e8d568a223: Download complete 18:49:49 8dc6ef1a942a: Verifying Checksum 18:49:49 8dc6ef1a942a: Download complete 18:49:49 05e7bc50f07f: Verifying Checksum 18:49:49 05e7bc50f07f: Download complete 18:49:49 2312dd95470a: Verifying Checksum 18:49:49 2312dd95470a: Download complete 18:49:49 05e7bc50f07f: Pull complete 18:49:50 6db28d0fdbf6: Pull complete 18:49:51 292df0bc6bf3: Pull complete 18:49:52 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.033s coverage: 82.6% of statements 18:49:54 2e060f4bd70b: Verifying Checksum 18:49:54 2e060f4bd70b: Download complete 18:49:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.118s coverage: 52.4% of statements 18:49:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:49:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:49:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.080s coverage: 61.5% of statements 18:49:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:49:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.135s coverage: 75.6% of statements 18:49:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:49:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:49:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:49:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:49:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:49:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:49:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.026s coverage: 97.0% of statements 18:49:59 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:49:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.036s coverage: 8.8% of statements 18:50:05 2e060f4bd70b: Pull complete 18:50:05 80e8d568a223: Pull complete 18:50:05 8dc6ef1a942a: Pull complete 18:50:05 2312dd95470a: Pull complete 18:50:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:50:05 Status: Downloaded newer image for docker:20.10.0 18:50:08 ---> 8ccc7261dbc4 18:50:08 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:50:08 ---> Running in 41fbdd2a81e1 18:50:09 Removing intermediate container 41fbdd2a81e1 18:50:09 ---> 62bacfe3a075 18:50:09 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:50:09 ---> Running in e3c9db4aab38 18:50:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:50:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:50:13 (1/5) Installing libsodium (1.0.18-r0) 18:50:13 (2/5) Installing libzmq (4.3.3-r0) 18:50:13 (3/5) Installing pkgconf (1.7.2-r0) 18:50:13 (4/5) Installing libsodium-dev (1.0.18-r0) 18:50:13 (5/5) Installing zeromq-dev (4.3.3-r0) 18:50:13 Executing busybox-1.31.1-r19.trigger 18:50:13 OK: 167 MiB in 44 packages 18:50:15 Removing intermediate container e3c9db4aab38 18:50:15 ---> 35e578f638bd 18:50:15 Step 6/8 : WORKDIR /build 18:50:15 ---> Running in 8c83f11529a4 18:50:16 Removing intermediate container 8c83f11529a4 18:50:16 ---> c57e41e55ebb 18:50:16 Step 7/8 : COPY go.mod . 18:50:17 ---> 278ba06e02fb 18:50:17 Step 8/8 : RUN go mod download 18:50:17 ---> Running in c80d584f1c94 18:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.869s coverage: 77.5% of statements 18:50:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.035s coverage: 87.9% of statements 18:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.037s coverage: 80.5% of statements 18:50:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.069s coverage: 71.7% of statements 18:50:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.081s coverage: 82.7% of statements 18:50:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.029s coverage: 94.4% of statements 18:50:30 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:50:33 gofmt -l . 18:50:34 [ "`gofmt -l .`" = "" ] 18:50:34 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:50:34 $ docker stop --time=1 20b9b7c1261e1fc9f6e8e1cc96c814d30d68fd64ac7e16eb2fac8fd34e395a62 18:50:36 $ docker rm -f 20b9b7c1261e1fc9f6e8e1cc96c814d30d68fd64ac7e16eb2fac8fd34e395a62 [Pipeline] // withDockerContainer [Pipeline] sh 18:50:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:50:38 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:50:40 ---> job-cost.sh 18:50:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1cz2 18:50:56 Removing intermediate container c80d584f1c94 18:50:56 ---> 05d6fe23e018 18:50:57 Successfully built 05d6fe23e018 18:50:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:50:57 + docker inspect -f . ci-base-image-x86_64 18:50:58 . [Pipeline] withDockerContainer 18:51:00 prd-centos7-docker-4c-2g-27369 does not seem to be running inside a container 18:51:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:51:03 $ docker top 3e8649d1c9c9f9fef254d0d86a957a48fa764c51325bb7fb50b04445c83111d5 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:04 + go version 18:51:04 go version go1.15.5 linux/amd64 [Pipeline] } 18:51:04 $ docker stop --time=1 3e8649d1c9c9f9fef254d0d86a957a48fa764c51325bb7fb50b04445c83111d5 18:51:06 $ docker rm -f 3e8649d1c9c9f9fef254d0d86a957a48fa764c51325bb7fb50b04445c83111d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:51:07 + docker inspect -f . ci-base-image-x86_64 18:51:07 . [Pipeline] withDockerContainer 18:51:08 prd-centos7-docker-4c-2g-27369 does not seem to be running inside a container 18:51:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/2 -v /w/workspace/app-functions-sdk-go/2:/w/workspace/app-functions-sdk-go/2:rw,z -v /w/workspace/app-functions-sdk-go/2@tmp:/w/workspace/app-functions-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:51:09 $ docker top 02c094f169457ded35fc2400aa66f7c50986248efa6941dc4cdb386b7c5dc9b7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:10 + make test 18:51:10 make -C ./app-service-template build 18:51:10 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 18:51:10 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 18:51:19 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:51:38 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 18:51:38 make -C ./app-service-template test 18:51:38 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 18:51:38 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:51:55 ? new-app-service [no test files] 18:51:55 ok new-app-service/functions 0.033s coverage: 75.8% of statements 18:51:55 CGO_ENABLED=1 go vet ./... 18:52:03 gofmt -l . 18:52:03 [ "`gofmt -l .`" = "" ] 18:52:03 ./bin/test-go-mod-tidy.sh 18:52:04 ./bin/test-attribution-txt.sh 18:52:05 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 18:52:05 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:52:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] 18:52:09 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.036s coverage: 82.6% of statements 18:52:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.034s coverage: 52.4% of statements 18:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:52:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.070s coverage: 61.5% of statements 18:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:52:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.091s coverage: 75.6% of statements 18:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:52:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.035s coverage: 97.0% of statements 18:52:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:52:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.017s coverage: 8.8% of statements 18:52:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.869s coverage: 77.5% of statements 18:52:28 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:52:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.047s coverage: 87.9% of statements 18:52:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.056s coverage: 80.5% of statements 18:52:28 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.011s coverage: 71.7% of statements 18:52:41 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.177s coverage: 82.7% of statements 18:52:41 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.015s coverage: 94.4% of statements 18:52:41 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:52:47 gofmt -l . 18:52:47 [ "`gofmt -l .`" = "" ] 18:52:48 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:52:48 $ docker stop --time=1 02c094f169457ded35fc2400aa66f7c50986248efa6941dc4cdb386b7c5dc9b7 18:52:50 $ docker rm -f 02c094f169457ded35fc2400aa66f7c50986248efa6941dc4cdb386b7c5dc9b7 [Pipeline] // withDockerContainer [Pipeline] sh 18:52:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:52:51 Warning: overwriting stash ‘coverage-report’ 18:52:53 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:52:54 ---> job-cost.sh 18:52:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FItr 18:53:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:53:25 lf-activate-venv(): INFO: Adding /tmp/venv-1cz2/bin to PATH 18:53:25 INFO: No Stack... 18:53:26 INFO: Retrieving Pricing Info for: lf-standard-4 18:53:27 INFO: Archiving Costs [Pipeline] sh 18:53:27 + cat /w/workspace/app-functions-sdk-go/2/archives/cost.csv 18:53:27 + cut -d, -f6 [Pipeline] lock 18:53:27 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-711-2-stack-cost] 18:53:27 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-711-2-stack-cost] did not exist. Created. 18:53:27 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-711-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:53:28 + echo total: 0.20999999344348907 [Pipeline] stash 18:53:28 Stashed 1 file(s) [Pipeline] } 18:53:28 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-711-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:54:10 lf-activate-venv(): INFO: Adding /tmp/venv-FItr/bin to PATH 18:54:10 INFO: No Stack... 18:54:10 INFO: Retrieving Pricing Info for: v1-standard-2 18:54:10 INFO: Archiving Costs [Pipeline] sh 18:54:11 + cut -d, -f6 18:54:11 + cat /w/workspace/app-functions-sdk-go/2/archives/cost.csv [Pipeline] lock 18:54:11 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-711-2-stack-cost] 18:54:11 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-711-2-stack-cost] did not exist. Created. 18:54:11 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-711-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:54:12 /w/workspace/app-functions-sdk-go/2@tmp/durable-b47a59ae/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 18:54:12 + echo total: 0.029999999329447746 [Pipeline] stash 18:54:12 Warning: overwriting stash ‘stack-cost’ 18:54:13 Stashed 1 file(s) [Pipeline] } 18:54:13 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-711-2-stack-cost] [Pipeline] // lock [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 18:54:14 provisioning config files... 18:54:14 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-711@tmp/config2982038266340371221tmp [Pipeline] { [Pipeline] sh 18:54:15 + set +x 18:54:15 + curl -s https://codecov.io/bash 18:54:15 + bash -s -- 18:54:16 18:54:16 _____ _ 18:54:16 / ____| | | 18:54:16 | | ___ __| | ___ ___ _____ __ 18:54:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:54:16 | |___| (_) | (_| | __/ (_| (_) \ V / 18:54:16 \_____\___/ \__,_|\___|\___\___/ \_/ 18:54:16 Bash-20210129-7c25fce 18:54:16 18:54:16 18:54:16 ==> git version 2.24.3 found 18:54:16 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:54:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:54:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:54:16 ==> Jenkins CI detected. 18:54:16 project root: . 18:54:16 --> token set from env 18:54:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:54:16 ==> Running gcov in . (disable via -X gcov) 18:54:16 ==> Python coveragepy not found 18:54:16 ==> Searching for coverage reports in: 18:54:16 + . 18:54:16 -> Found 2 reports 18:54:16 ==> Detecting git/mercurial file structure 18:54:16 ==> Reading reports 18:54:16 + ./app-service-template/coverage.out bytes=1148 18:54:16 + ./coverage.out bytes=82794 18:54:16 ==> Appending adjustments 18:54:16 https://docs.codecov.io/docs/fixing-reports 18:54:17 + Found adjustments 18:54:17 ==> Gzipping contents 18:54:17 16K /tmp/codecov.i2ndl3.gz 18:54:17 ==> Uploading reports 18:54:17 url: https://codecov.io 18:54:17 query: branch=PR-711&commit=507e24fcb19b3bca292506b35a1cd2df126a7e2f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-711%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=711&job=&cmd_args= 18:54:18 -> Pinging Codecov 18:54:18 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-711&commit=507e24fcb19b3bca292506b35a1cd2df126a7e2f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-711%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=711&job=&cmd_args= 18:54:19 -> Uploading to 18:54:19 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/3D8B5DFFC46A037C893635FACE044666/507e24fcb19b3bca292506b35a1cd2df126a7e2f/8bd4e41c-00b4-4bda-8940-f6c566229e78.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T185418Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=62188ca5d9b1de50a9bbec33251aa3cb54167f20e76048f483d0a747b33b4a80 18:54:19 % Total % Received % Xferd Average Speed Time Time Time Current 18:54:19 Dload Upload Total Spent Left Speed 18:54:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14414 0 0 100 14414 0 23746 --:--:-- --:--:-- --:--:-- 23746 18:54:19 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/507e24fcb19b3bca292506b35a1cd2df126a7e2f [Pipeline] } 18:54:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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 18:54:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:54:23 ---> package-listing.sh 18:54:23 ++ facter osfamily 18:54:23 ++ tr '[:upper:]' '[:lower:]' 18:54:23 + OS_FAMILY=redhat 18:54:23 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-711 18:54:23 + START_PACKAGES=/tmp/packages_start.txt 18:54:23 + END_PACKAGES=/tmp/packages_end.txt 18:54:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:54:23 + PACKAGES=/tmp/packages_start.txt 18:54:23 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-711 ']' 18:54:23 + PACKAGES=/tmp/packages_end.txt 18:54:23 + case "${OS_FAMILY}" in 18:54:23 + rpm -qa 18:54:23 + sort 18:54:32 + '[' -f /tmp/packages_start.txt ']' 18:54:32 + '[' -f /tmp/packages_end.txt ']' 18:54:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:54:32 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-711 ']' 18:54:32 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-711/archives/ 18:54:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-711/archives/ [Pipeline] echo 18:54:32 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-711/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:54:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:54:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:54:34 18:54:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:54:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:54:34 alpine: Pulling from edgex-lftools-log-publisher 18:54:34 df20fa9351a1: Pulling fs layer 18:54:34 36b3adc4ff6f: Pulling fs layer 18:54:34 8ad3a11d3b57: Pulling fs layer 18:54:34 46f8f816bc3b: Pulling fs layer 18:54:34 93b61091891f: Pulling fs layer 18:54:34 93b9cdb0e59b: Pulling fs layer 18:54:34 5e14af77c1be: Pulling fs layer 18:54:34 01666e4c0597: Pulling fs layer 18:54:34 aa168da1d23b: Pulling fs layer 18:54:34 aa168da1d23b: Waiting 18:54:34 93b61091891f: Waiting 18:54:34 5e14af77c1be: Waiting 18:54:35 36b3adc4ff6f: Verifying Checksum 18:54:35 36b3adc4ff6f: Download complete 18:54:35 46f8f816bc3b: Verifying Checksum 18:54:35 46f8f816bc3b: Download complete 18:54:35 df20fa9351a1: Verifying Checksum 18:54:35 df20fa9351a1: Download complete 18:54:35 93b9cdb0e59b: Download complete 18:54:36 93b61091891f: Verifying Checksum 18:54:36 93b61091891f: Download complete 18:54:36 5e14af77c1be: Verifying Checksum 18:54:36 5e14af77c1be: Download complete 18:54:36 01666e4c0597: Verifying Checksum 18:54:36 01666e4c0597: Download complete 18:54:37 8ad3a11d3b57: Verifying Checksum 18:54:37 8ad3a11d3b57: Download complete 18:54:37 df20fa9351a1: Pull complete 18:54:38 36b3adc4ff6f: Pull complete 18:54:41 8ad3a11d3b57: Pull complete 18:54:42 46f8f816bc3b: Pull complete 18:54:42 93b61091891f: Pull complete 18:54:42 93b9cdb0e59b: Pull complete 18:54:43 5e14af77c1be: Pull complete 18:54:44 01666e4c0597: Pull complete 18:54:46 aa168da1d23b: Verifying Checksum 18:54:46 aa168da1d23b: Download complete 18:55:10 aa168da1d23b: Pull complete 18:55:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:55:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:55:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:55:10 prd-centos7-docker-4c-2g-27367 does not seem to be running inside a container 18:55:10 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_PR-711/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_PR-711 -v /w/workspace/ndry_app-functions-sdk-go_PR-711:/w/workspace/ndry_app-functions-sdk-go_PR-711:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-711@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-711@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:55:14 $ docker top e5d067fb221fbbb44471741adcc7e96f5286113b3df8ea3696fb33df07bbbd56 -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:15 + touch /tmp/pre-build-complete [Pipeline] sh 18:55:16 + mkdir -p /var/log/sa [Pipeline] sh 18:55:16 + ls /var/log/sa-host 18:55:16 + sadf -c /var/log/sa-host/sa23 18:55:16 file_magic: OK 18:55:16 HZ: Using current value: 100 18:55:16 file_header: OK 18:55:16 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 18:55:16 Statistics: 18:55:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:55:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:55:17 provisioning config files... 18:55:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-711@tmp/config245107938278604489tmp [Pipeline] { [Pipeline] echo 18:55:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:55:18 ---> create-netrc.sh [Pipeline] } 18:55:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:55:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:55:18 ---> python-tools-install.sh [Pipeline] echo 18:55:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:55:19 ---> sudo-logs.sh 18:55:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:55:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:55:20 ---> job-cost.sh 18:55:21 lf-activate-venv: SKIPPING 18:55:21 DEBUG: total: 0.029999999329447746 18:55:21 INFO: Retrieving Stack Cost... 18:55:22 INFO: Retrieving Pricing Info for: v1-standard-2 18:55:23 INFO: Archiving Costs [Pipeline] echo 18:55:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:55:24 ---> logs-deploy.sh 18:55:24 lf-activate-venv: SKIPPING 18:55:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-711/2 18:55:24 INFO: archiving workspace using pattern(s): 18:55:29 Archives upload complete. 18:55:29 INFO: archiving logs to Nexus 18:55:32 ---> uname -a: 18:55:32 Linux prd-centos7-docker-4c-2g-27367.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:55:32 18:55:32 18:55:32 ---> lscpu: 18:55:32 Architecture: x86_64 18:55:32 CPU op-mode(s): 32-bit, 64-bit 18:55:32 Byte Order: Little Endian 18:55:32 Address sizes: 40 bits physical, 48 bits virtual 18:55:32 CPU(s): 4 18:55:32 On-line CPU(s) list: 0-3 18:55:32 Thread(s) per core: 1 18:55:32 Core(s) per socket: 1 18:55:32 Socket(s): 4 18:55:32 NUMA node(s): 1 18:55:32 Vendor ID: GenuineIntel 18:55:32 CPU family: 6 18:55:32 Model: 44 18:55:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:55:32 Stepping: 1 18:55:32 CPU MHz: 2933.438 18:55:32 BogoMIPS: 5866.87 18:55:32 Virtualization: VT-x 18:55:32 Hypervisor vendor: KVM 18:55:32 Virtualization type: full 18:55:32 L1d cache: 128 KiB 18:55:32 L1i cache: 128 KiB 18:55:32 L2 cache: 16 MiB 18:55:32 L3 cache: 64 MiB 18:55:32 NUMA node0 CPU(s): 0-3 18:55:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:55:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:55:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:55:32 Vulnerability Meltdown: Mitigation; PTI 18:55:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:55:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:55:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:55:32 Vulnerability Srbds: Not affected 18:55:32 Vulnerability Tsx async abort: Not affected 18:55:32 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 18:55:32 18:55:32 18:55:32 ---> nproc: 18:55:32 4 18:55:32 18:55:32 18:55:32 ---> df -h: 18:55:32 Filesystem Size Used Available Use% Mounted on 18:55:32 overlay 50.0G 7.3G 42.7G 15% / 18:55:32 tmpfs 64.0M 0 64.0M 0% /dev 18:55:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:55:32 shm 64.0M 0 64.0M 0% /dev/shm 18:55:32 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 18:55:32 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 18:55:32 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 18:55:32 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 18:55:32 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 18:55:32 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 18:55:32 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 18:55:32 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 18:55:32 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-711 18:55:32 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-711@tmp 18:55:32 18:55:32 18:55:32 ---> free -m: 18:55:32 total used free shared buff/cache available 18:55:32 Mem: 1837 754 78 0 1004 977 18:55:32 Swap: 1023 1 1022 18:55:32 18:55:32 18:55:32 ---> ip addr: 18:55:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:55:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:55:32 inet 127.0.0.1/8 scope host lo 18:55:32 valid_lft forever preferred_lft forever 18:55:32 inet6 ::1/128 scope host 18:55:32 valid_lft forever preferred_lft forever 18:55:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:55:32 link/ether fa:16:3e:8d:23:5e brd ff:ff:ff:ff:ff:ff 18:55:32 inet 10.30.122.133/23 brd 10.30.123.255 scope global dynamic eth0 18:55:32 valid_lft 85627sec preferred_lft 85627sec 18:55:32 inet6 fe80::f816:3eff:fe8d:235e/64 scope link 18:55:32 valid_lft forever preferred_lft forever 18:55:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:55:32 link/ether 02:42:d4:ed:de:10 brd ff:ff:ff:ff:ff:ff 18:55:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:55:32 valid_lft forever preferred_lft forever 18:55:32 inet6 fe80::42:d4ff:feed:de10/64 scope link 18:55:32 valid_lft forever preferred_lft forever 18:55:32 18:55:32 18:55:32 ---> sar -b -r -n DEV: 18:55:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 18:55:32 18:55:32 18:42:23 LINUX RESTART (4 CPU) 18:55:32 18:55:32 18:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:55:32 18:44:02 117.65 71.46 46.19 0.00 4658.40 36115.83 0.00 18:55:32 18:45:01 47.56 14.26 33.29 0.00 4825.42 3173.62 0.00 18:55:32 18:46:01 9.17 3.56 5.61 0.00 165.30 1273.02 0.00 18:55:32 18:47:01 0.37 0.00 0.37 0.00 0.00 5.66 0.00 18:55:32 18:48:01 0.17 0.00 0.17 0.00 0.00 1.80 0.00 18:55:32 18:49:01 0.35 0.00 0.35 0.00 0.00 4.70 0.00 18:55:32 18:50:01 0.28 0.00 0.28 0.00 0.00 2.95 0.00 18:55:32 18:51:01 0.25 0.00 0.25 0.00 0.00 4.08 0.00 18:55:32 18:52:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 18:55:32 18:53:01 0.22 0.00 0.22 0.00 0.00 2.20 0.00 18:55:32 18:54:02 0.30 0.00 0.30 0.00 0.00 3.61 0.00 18:55:32 18:55:01 110.50 68.25 42.25 0.00 4760.43 13218.50 0.00 18:55:32 Average: 23.83 13.09 10.74 0.00 1193.52 4488.81 0.00 18:55:32 18:55:32 18:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:55:32 18:44:02 76356 0 534748 28.42 2620 1267820 1077888 36.79 358300 1250596 11176 18:55:32 18:45:01 198504 0 664868 35.34 2620 1015552 1619456 55.27 455048 1027608 36408 18:55:32 18:46:01 269864 0 606628 32.24 2620 1002432 1122692 38.32 405888 1009140 20 18:55:32 18:47:01 272692 0 603800 32.09 2620 1002432 1081524 36.91 406712 1006348 8 18:55:32 18:48:01 272852 0 603632 32.08 2620 1002440 1081536 36.91 414132 998888 12 18:55:32 18:49:01 272988 0 603492 32.07 2620 1002444 1081512 36.91 422580 990516 16 18:55:32 18:50:01 254528 0 621952 33.06 2620 1002444 1081344 36.90 485284 946372 12 18:55:32 18:51:01 254160 0 622312 33.07 2620 1002452 1081344 36.90 487328 944320 8 18:55:32 18:52:01 254300 0 622168 33.07 2620 1002456 1081344 36.90 487348 944320 20 18:55:32 18:53:01 254376 0 622084 33.06 2620 1002464 1081344 36.90 487356 944320 12 18:55:32 18:54:02 254056 0 622404 33.08 2620 1002464 1081416 36.91 487712 944320 16 18:55:32 18:55:01 75684 0 729520 38.77 2620 1073720 1509356 51.51 610116 962404 78108 18:55:32 Average: 225863 0 621467 33.03 2620 1031593 1165063 39.76 458984 997429 10485 18:55:32 18:55:32 18:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:55:32 18:44:02 eth0 134.70 114.59 551.51 37.09 0.00 0.00 0.00 0.00 18:55:32 18:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:45:01 veth2964355 49.87 52.10 6.68 308.38 0.00 0.00 0.00 0.00 18:55:32 18:45:01 eth0 217.75 183.62 1094.66 57.28 0.00 0.00 0.00 0.00 18:55:32 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:45:01 docker0 49.87 51.97 6.00 308.37 0.00 0.00 0.00 0.00 18:55:32 18:46:01 eth0 5.97 5.39 6.68 2.28 0.00 0.00 0.00 0.00 18:55:32 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:47:01 eth0 1.48 0.92 2.99 0.06 0.00 0.00 0.00 0.00 18:55:32 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:48:01 eth0 1.17 0.35 0.32 0.20 0.00 0.00 0.00 0.00 18:55:32 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:49:01 eth0 0.68 0.42 0.40 0.26 0.00 0.00 0.00 0.00 18:55:32 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:55:32 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:51:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:55:32 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:52:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:55:32 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:55:32 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:54:02 eth0 0.25 0.17 0.09 0.07 0.00 0.00 0.00 0.00 18:55:32 18:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:55:01 eth0 205.23 165.28 2208.21 21.41 0.00 0.00 0.00 0.00 18:55:32 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 Average: eth0 46.94 38.96 319.00 9.83 0.00 0.00 0.00 0.00 18:55:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:55:32 Average: docker0 4.10 4.27 0.49 25.36 0.00 0.00 0.00 0.00 18:55:32 18:55:32 18:55:32 ---> sar -P ALL: 18:55:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 18:55:32 18:55:32 18:42:23 LINUX RESTART (4 CPU) 18:55:32 18:55:32 18:43:01 CPU %user %nice %system %iowait %steal %idle 18:55:32 18:44:02 all 9.85 0.00 8.32 8.05 38.44 35.34 18:55:32 18:44:02 0 8.66 0.00 6.23 9.66 41.57 33.87 18:55:32 18:44:02 1 10.84 0.00 12.37 6.41 37.97 32.40 18:55:32 18:44:02 2 8.27 0.00 7.38 8.58 37.08 38.69 18:55:32 18:44:02 3 11.76 0.00 7.52 7.40 37.04 36.27 18:55:32 18:45:01 all 4.40 0.00 4.11 0.86 27.57 63.06 18:55:32 18:45:01 0 4.25 0.00 2.86 1.32 30.98 60.59 18:55:32 18:45:01 1 4.70 0.00 4.75 0.21 26.46 63.88 18:55:32 18:45:01 2 5.18 0.00 5.38 0.54 25.62 63.28 18:55:32 18:45:01 3 3.50 0.00 3.52 1.36 27.06 64.56 18:55:32 18:46:01 all 0.29 0.00 0.21 0.15 5.72 93.63 18:55:32 18:46:01 0 0.15 0.00 0.15 0.02 5.40 94.29 18:55:32 18:46:01 1 0.29 0.00 0.28 0.28 6.64 92.52 18:55:32 18:46:01 2 0.29 0.00 0.19 0.06 5.23 94.21 18:55:32 18:46:01 3 0.42 0.00 0.23 0.23 5.62 93.51 18:55:32 18:47:01 all 0.16 0.00 0.06 0.00 0.46 99.33 18:55:32 18:47:01 0 0.03 0.00 0.03 0.00 1.01 98.92 18:55:32 18:47:01 1 0.08 0.00 0.05 0.00 0.18 99.68 18:55:32 18:47:01 2 0.48 0.00 0.08 0.00 0.18 99.25 18:55:32 18:47:01 3 0.03 0.00 0.07 0.00 0.45 99.45 18:55:32 18:48:01 all 0.12 0.00 0.05 0.00 0.39 99.44 18:55:32 18:48:01 0 0.00 0.00 0.02 0.00 0.99 98.99 18:55:32 18:48:01 1 0.00 0.00 0.03 0.00 0.13 99.83 18:55:32 18:48:01 2 0.40 0.00 0.08 0.00 0.10 99.42 18:55:32 18:48:01 3 0.07 0.00 0.07 0.00 0.33 99.53 18:55:32 18:49:01 all 0.12 0.00 0.14 0.00 0.25 99.50 18:55:32 18:49:01 0 0.07 0.00 0.02 0.00 0.12 99.80 18:55:32 18:49:01 1 0.03 0.00 0.03 0.00 0.22 99.72 18:55:32 18:49:01 2 0.28 0.00 0.33 0.00 0.35 99.03 18:55:32 18:49:01 3 0.08 0.00 0.17 0.00 0.32 99.43 18:55:32 18:50:01 all 0.13 0.00 0.12 0.00 0.11 99.63 18:55:32 18:50:01 0 0.03 0.00 0.03 0.00 0.07 99.87 18:55:32 18:50:01 1 0.28 0.00 0.08 0.00 0.17 99.47 18:55:32 18:50:01 2 0.18 0.00 0.32 0.00 0.12 99.38 18:55:32 18:50:01 3 0.03 0.00 0.05 0.00 0.10 99.82 18:55:32 18:51:01 all 0.12 0.00 0.03 0.00 0.14 99.70 18:55:32 18:51:01 0 0.02 0.00 0.02 0.00 0.03 99.93 18:55:32 18:51:01 1 0.42 0.00 0.05 0.00 0.32 99.22 18:55:32 18:51:01 2 0.03 0.00 0.05 0.00 0.13 99.78 18:55:32 18:51:01 3 0.03 0.00 0.02 0.00 0.07 99.88 18:55:32 18:52:01 all 0.11 0.00 0.02 0.00 1.08 98.79 18:55:32 18:52:01 0 0.02 0.00 0.02 0.00 0.56 99.40 18:55:32 18:52:01 1 0.12 0.00 0.02 0.00 0.42 99.45 18:55:32 18:52:01 2 0.25 0.00 0.03 0.00 1.29 98.43 18:55:32 18:52:01 3 0.07 0.00 0.02 0.00 2.05 97.87 18:55:32 18:53:01 all 0.10 0.00 0.04 0.00 0.16 99.70 18:55:32 18:53:01 0 0.02 0.00 0.02 0.00 0.08 99.88 18:55:32 18:53:01 1 0.30 0.00 0.07 0.00 0.13 99.50 18:55:32 18:53:01 2 0.08 0.00 0.07 0.00 0.30 99.55 18:55:32 18:53:01 3 0.02 0.00 0.02 0.00 0.12 99.85 18:55:32 18:54:02 all 0.11 0.00 0.03 0.00 1.34 98.52 18:55:32 18:54:02 0 0.05 0.00 0.05 0.00 2.24 97.66 18:55:32 18:54:02 1 0.30 0.00 0.02 0.00 1.71 97.97 18:55:32 18:54:02 2 0.03 0.00 0.03 0.00 1.22 98.71 18:55:32 18:54:02 3 0.05 0.00 0.03 0.00 0.17 99.75 18:55:32 18:55:32 18:54:02 CPU %user %nice %system %iowait %steal %idle 18:55:32 18:55:01 all 3.30 0.00 3.23 2.42 22.44 68.61 18:55:32 18:55:01 0 2.99 0.00 3.52 0.18 24.05 69.27 18:55:32 18:55:01 1 3.18 0.00 3.72 1.86 23.64 67.60 18:55:32 18:55:01 2 3.22 0.00 2.86 2.86 21.08 69.99 18:55:32 18:55:01 3 3.83 0.00 2.82 4.85 20.95 67.55 18:55:32 Average: all 1.75 0.00 1.53 1.09 9.02 86.61 18:55:32 Average: 0 1.55 0.00 1.23 1.10 10.00 86.12 18:55:32 Average: 1 1.88 0.00 1.98 0.81 8.89 86.45 18:55:32 Average: 2 1.73 0.00 1.56 1.16 8.56 86.99 18:55:32 Average: 3 1.86 0.00 1.35 1.28 8.64 86.88 18:55:32 18:55:32 18:55:32