Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a2a1e4ab2e3cf6615f0782c1204a9475c71af60d+93c26ee21773a08251a9c88cc59f9e9b66bbc9bd (9412f35c2a95a9bfef1c33c0e2696f3164418fb5) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1553 in /w/workspace/ndry_app-functions-sdk-go_PR-798 [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-798 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/798/head:refs/remotes/origin/PR-798 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd into PR head commit a2a1e4ab2e3cf6615f0782c1204a9475c71af60d Merge succeeded, producing a696a0a89e88f22a4d34c9b285a19e81a6ce9e1b Checking out Revision a696a0a89e88f22a4d34c9b285a19e81a6ce9e1b (PR-798) > git config core.sparsecheckout # timeout=10 > git checkout -f a2a1e4ab2e3cf6615f0782c1204a9475c71af60d # 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 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a696a0a89e88f22a4d34c9b285a19e81a6ce9e1b # timeout=10 Commit message: "Merge commit '93c26ee21773a08251a9c88cc59f9e9b66bbc9bd' into HEAD" > git rev-list --no-walk a2a1e4ab2e3cf6615f0782c1204a9475c71af60d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:46:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:46:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:46:36 ========================================================= 11:46:36 EdgeX Global Pipelines Version Info 11:46:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:46:38 ------------------- 11:46:38 stable info: 11:46:38 ------------------- 11:46:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:46:38 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 11:46:38 Message: update stable to v1.0.186 11:46:39 ------------------- 11:46:39 experimental info: 11:46:39 ------------------- 11:46:39 Commited By: **** collab-it+edgex@linuxfoundation.org 11:46:39 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 11:46:39 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-798 [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-798 [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-798 [Pipeline] echo 11:46:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a696a0a89e88f22a4d34c9b285a19e81a6ce9e1b [Pipeline] echo 11:46:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a696a0a [Pipeline] echo 11:46:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:46:40 + git log --format=format:%s -1 a696a0a89e88f22a4d34c9b285a19e81a6ce9e1b [Pipeline] echo 11:46:40 GIT_COMMIT: a696a0a89e88f22a4d34c9b285a19e81a6ce9e1b, Commit Message: Merge commit '93c26ee21773a08251a9c88cc59f9e9b66bbc9bd' into HEAD [Pipeline] echo 11:46:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:46:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:46:41 11:46:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:46:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:46:41 latest: Pulling from edgex-devops/git-semver 11:46:41 31603596830f: Pulling fs layer 11:46:41 2a8b12db71e7: Pulling fs layer 11:46:41 6ca5941a6612: Pulling fs layer 11:46:41 ecc8261a40a4: Pulling fs layer 11:46:41 ecc8261a40a4: Waiting 11:46:41 2a8b12db71e7: Verifying Checksum 11:46:41 2a8b12db71e7: Download complete 11:46:41 31603596830f: Verifying Checksum 11:46:41 31603596830f: Download complete 11:46:41 ecc8261a40a4: Verifying Checksum 11:46:41 ecc8261a40a4: Download complete 11:46:41 6ca5941a6612: Verifying Checksum 11:46:41 6ca5941a6612: Download complete 11:46:42 31603596830f: Pull complete 11:46:42 2a8b12db71e7: Pull complete 11:46:43 6ca5941a6612: Pull complete 11:46:43 ecc8261a40a4: Pull complete 11:46:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:46:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:46:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:46:43 prd-centos7-docker-4c-2g-1553 does not seem to be running inside a container 11:46:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-798 -v /w/workspace/ndry_app-functions-sdk-go_PR-798:/w/workspace/ndry_app-functions-sdk-go_PR-798:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-798@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-798@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:46:45 $ docker top cd365af1783ac8cb0948f42fcd301ea8d80d78763068ddd07b9b0bb38845dda5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:46:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:46:45 [ssh-agent] Looking for ssh-agent implementation... 11:46:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:46:46 $ docker exec cd365af1783ac8cb0948f42fcd301ea8d80d78763068ddd07b9b0bb38845dda5 ssh-agent 11:46:46 SSH_AUTH_SOCK=/tmp/ssh-6jW8E5t67iJj/agent.11 11:46:46 SSH_AGENT_PID=16 11:46:46 Running ssh-add (command line suppressed) 11:46:46 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-798@tmp/private_key_1043523568249865424.key (/w/workspace/ndry_app-functions-sdk-go_PR-798@tmp/private_key_1043523568249865424.key) 11:46:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:46:46 + git tag --points-at HEAD [Pipeline] } 11:46:46 $ docker exec --env ******** --env ******** cd365af1783ac8cb0948f42fcd301ea8d80d78763068ddd07b9b0bb38845dda5 ssh-agent -k 11:46:46 unset SSH_AUTH_SOCK; 11:46:46 unset SSH_AGENT_PID; 11:46:46 echo Agent pid 16 killed; 11:46:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:46:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:46:46 [ssh-agent] Looking for ssh-agent implementation... 11:46:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:46:47 $ docker exec cd365af1783ac8cb0948f42fcd301ea8d80d78763068ddd07b9b0bb38845dda5 ssh-agent 11:46:47 SSH_AUTH_SOCK=/tmp/ssh-zyRD3ataRnF5/agent.46 11:46:47 SSH_AGENT_PID=52 11:46:47 Running ssh-add (command line suppressed) 11:46:47 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-798@tmp/private_key_2499478791683452975.key (/w/workspace/ndry_app-functions-sdk-go_PR-798@tmp/private_key_2499478791683452975.key) 11:46:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:46:47 + git semver init 11:46:47 # -> Open(): unable to determine branch for HEAD 11:46:47 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-798/.git 11:46:47 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-798 11:46:47 # $SEMVER_REMOTE_NAME = origin 11:46:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:46:47 # $SEMVER_USER_NAME = edgex-jenkins 11:46:47 # $SEMVER_BRANCH = PR-798 11:46:47 # $SEMVER_TEMP = /tmp/semver-220858070 11:46:47 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 11:46:50 # '/tmp/semver-220858070' -> '/w/workspace/ndry_app-functions-sdk-go_PR-798/.semver' 11:46:50 # -> Force: false 11:46:50 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-798/.semver [Pipeline] } 11:46:50 $ docker exec --env ******** --env ******** cd365af1783ac8cb0948f42fcd301ea8d80d78763068ddd07b9b0bb38845dda5 ssh-agent -k 11:46:50 unset SSH_AUTH_SOCK; 11:46:50 unset SSH_AGENT_PID; 11:46:50 echo Agent pid 52 killed; 11:46:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:46:50 + git semver [Pipeline] } 11:46:51 $ docker stop --time=1 cd365af1783ac8cb0948f42fcd301ea8d80d78763068ddd07b9b0bb38845dda5 11:46:52 $ docker rm -f cd365af1783ac8cb0948f42fcd301ea8d80d78763068ddd07b9b0bb38845dda5 [Pipeline] // withDockerContainer [Pipeline] sh 11:46:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:46:53 Stashed 1 file(s) [Pipeline] echo 11:46:53 [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 11:47:08 Still waiting to schedule task 11:47:08 Waiting for next available executor on ‘centos7-docker-4c-2g’ 11:47:08 Still waiting to schedule task 11:47:08 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:48:21 Running on prd-centos7-docker-4c-2g-1557 in /w/workspace/ndry_app-functions-sdk-go_PR-798 [Pipeline] { [Pipeline] ws 11:48:21 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 11:48:24 using credential edgex-jenkins-ssh 11:48:24 Cloning the remote Git repository 11:48:23 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 11:48:23 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 11:48:23 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 11:48:23 > git --version # timeout=10 11:48:23 > git --version # 'git version 2.24.3' 11:48:23 using GIT_SSH to set credentials SSH Credentials for GitHub 11:48:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:48:25 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 11:48:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:48:25 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 11:48:26 Merging remotes/origin/master commit 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd into PR head commit a2a1e4ab2e3cf6615f0782c1204a9475c71af60d 11:48:26 Merge succeeded, producing a1a2193c28dfe228a2b3de329dd964d2c0d8c47f 11:48:26 Checking out Revision a1a2193c28dfe228a2b3de329dd964d2c0d8c47f (PR-798) 11:48:25 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 11:48:25 using GIT_SSH to set credentials SSH Credentials for GitHub 11:48:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/798/head:refs/remotes/origin/PR-798 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:48:26 > git config core.sparsecheckout # timeout=10 11:48:26 > git checkout -f a2a1e4ab2e3cf6615f0782c1204a9475c71af60d # timeout=10 11:48:26 > git remote # timeout=10 11:48:26 > git config --get remote.origin.url # timeout=10 11:48:26 using GIT_SSH to set credentials SSH Credentials for GitHub 11:48:26 > git merge 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd # timeout=10 11:48:26 > git rev-parse HEAD^{commit} # timeout=10 11:48:26 > git config core.sparsecheckout # timeout=10 11:48:26 > git checkout -f a1a2193c28dfe228a2b3de329dd964d2c0d8c47f # timeout=10 11:48:29 Commit message: "Merge commit '93c26ee21773a08251a9c88cc59f9e9b66bbc9bd' into HEAD" 11:48:29 > git rev-list --no-walk a2a1e4ab2e3cf6615f0782c1204a9475c71af60d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:48:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 11:48:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:48:31 + sudo service docker restart 11:48:31 + true 11:48:31 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 11:48:32 ========================================================= 11:48:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 11:48:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:48:33 + 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 . 11:48:33 Sending build context to Docker daemon 19.49MB 11:48:33 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 11:48:33 Step 2/8 : FROM ${BASE} 11:48:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 11:48:33 188c0c94c7c5: Pulling fs layer 11:48:33 0ef7d3d256c8: Pulling fs layer 11:48:33 de9db76c5a1d: Pulling fs layer 11:48:33 bca2f99d35d6: Pulling fs layer 11:48:33 93359f2a8cfa: Pulling fs layer 11:48:33 7c6f9722023f: Pulling fs layer 11:48:33 a35cf1a2eb13: Pulling fs layer 11:48:33 bca2f99d35d6: Waiting 11:48:33 93359f2a8cfa: Waiting 11:48:33 7c6f9722023f: Waiting 11:48:33 a35cf1a2eb13: Waiting 11:48:33 de9db76c5a1d: Verifying Checksum 11:48:33 de9db76c5a1d: Download complete 11:48:33 0ef7d3d256c8: Verifying Checksum 11:48:33 0ef7d3d256c8: Download complete 11:48:33 93359f2a8cfa: Verifying Checksum 11:48:33 93359f2a8cfa: Download complete 11:48:33 7c6f9722023f: Verifying Checksum 11:48:33 7c6f9722023f: Download complete 11:48:34 188c0c94c7c5: Verifying Checksum 11:48:34 188c0c94c7c5: Download complete 11:48:34 188c0c94c7c5: Pull complete 11:48:34 0ef7d3d256c8: Pull complete 11:48:34 de9db76c5a1d: Pull complete 11:48:37 a35cf1a2eb13: Verifying Checksum 11:48:37 a35cf1a2eb13: Download complete 11:48:38 bca2f99d35d6: Download complete 11:48:43 bca2f99d35d6: Pull complete 11:48:43 93359f2a8cfa: Pull complete 11:48:44 7c6f9722023f: Pull complete 11:48:48 a35cf1a2eb13: Pull complete 11:48:48 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 11:48:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 11:48:48 ---> a62c8e92a672 11:48:48 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 11:48:48 20.10.0: Pulling from library/docker 11:48:48 05e7bc50f07f: Pulling fs layer 11:48:48 6db28d0fdbf6: Pulling fs layer 11:48:48 292df0bc6bf3: Pulling fs layer 11:48:48 2e060f4bd70b: Pulling fs layer 11:48:48 80e8d568a223: Pulling fs layer 11:48:48 8dc6ef1a942a: Pulling fs layer 11:48:48 2312dd95470a: Pulling fs layer 11:48:48 2e060f4bd70b: Waiting 11:48:48 80e8d568a223: Waiting 11:48:48 8dc6ef1a942a: Waiting 11:48:48 2312dd95470a: Waiting 11:48:48 292df0bc6bf3: Verifying Checksum 11:48:48 292df0bc6bf3: Download complete 11:48:48 6db28d0fdbf6: Verifying Checksum 11:48:48 6db28d0fdbf6: Download complete 11:48:48 05e7bc50f07f: Verifying Checksum 11:48:48 05e7bc50f07f: Download complete 11:48:48 8dc6ef1a942a: Verifying Checksum 11:48:48 8dc6ef1a942a: Download complete 11:48:48 80e8d568a223: Download complete 11:48:48 2312dd95470a: Verifying Checksum 11:48:48 2312dd95470a: Download complete 11:48:48 05e7bc50f07f: Pull complete 11:48:48 6db28d0fdbf6: Pull complete 11:48:49 292df0bc6bf3: Pull complete 11:48:49 2e060f4bd70b: Verifying Checksum 11:48:49 2e060f4bd70b: Download complete 11:48:51 2e060f4bd70b: Pull complete 11:48:52 80e8d568a223: Pull complete 11:48:52 8dc6ef1a942a: Pull complete 11:48:52 2312dd95470a: Pull complete 11:48:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 11:48:52 Status: Downloaded newer image for docker:20.10.0 11:48:53 ---> 0a99746162b2 11:48:53 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:48:53 ---> Running in 8d4a28e27144 11:48:54 Removing intermediate container 8d4a28e27144 11:48:54 ---> 9ab72974298d 11:48:54 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 11:48:54 ---> Running in ecb943cbd647 11:48:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:48:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:48:56 (1/5) Installing libsodium (1.0.18-r0) 11:48:56 (2/5) Installing libzmq (4.3.3-r0) 11:48:56 (3/5) Installing pkgconf (1.7.2-r0) 11:48:56 (4/5) Installing libsodium-dev (1.0.18-r0) 11:48:56 (5/5) Installing zeromq-dev (4.3.3-r0) 11:48:56 Executing busybox-1.31.1-r19.trigger 11:48:56 OK: 167 MiB in 44 packages 11:48:57 Removing intermediate container ecb943cbd647 11:48:57 ---> fa1bfd97c3b7 11:48:57 Step 6/8 : WORKDIR /build 11:48:57 ---> Running in 62190beb57a0 11:48:57 Removing intermediate container 62190beb57a0 11:48:57 ---> ff93b0baf1da 11:48:57 Step 7/8 : COPY go.mod . 11:48:57 ---> 4443b5c52f3d 11:48:57 Step 8/8 : RUN go mod download 11:48:57 ---> Running in 0031a330b243 11:49:24 Removing intermediate container 0031a330b243 11:49:24 ---> 23aadfc0a185 11:49:24 Successfully built 23aadfc0a185 11:49:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:49:24 + docker inspect -f . ci-base-image-x86_64 11:49:24 . [Pipeline] withDockerContainer 11:49:25 prd-centos7-docker-4c-2g-1557 does not seem to be running inside a container 11:49:25 $ 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 ******** ci-base-image-x86_64 cat 11:49:26 $ docker top 4412eaa3ffd86c1d7fcb637d4690ed54ba3327f577db3f516eeb843a04c828f8 -eo pid,comm [Pipeline] { [Pipeline] sh 11:49:26 + go version 11:49:26 go version go1.15.5 linux/amd64 [Pipeline] } 11:49:26 $ docker stop --time=1 4412eaa3ffd86c1d7fcb637d4690ed54ba3327f577db3f516eeb843a04c828f8 11:49:27 $ docker rm -f 4412eaa3ffd86c1d7fcb637d4690ed54ba3327f577db3f516eeb843a04c828f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:49:28 + docker inspect -f . ci-base-image-x86_64 11:49:28 . [Pipeline] withDockerContainer 11:49:28 prd-centos7-docker-4c-2g-1557 does not seem to be running inside a container 11:49:28 $ 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 ******** ci-base-image-x86_64 cat 11:49:29 $ docker top 180c09e33ed07a59ca8f407b6f86ae805cba6f6fecfa308cd3ed9b650b51bb9f -eo pid,comm [Pipeline] { [Pipeline] sh 11:49:29 + make test 11:49:29 make -C ./app-service-template build 11:49:29 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 11:49:29 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 11:49:44 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 11:49:44 make -C ./app-service-template test 11:49:44 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 11:49:44 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 11:49:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1558 in /w/workspace/ndry_app-functions-sdk-go_PR-798 [Pipeline] { [Pipeline] ws 11:49:48 Running in /w/workspace/app-functions-sdk-go/2 [Pipeline] { [Pipeline] checkout 11:49:53 ok new-app-service 0.012s coverage: 47.8% of statements 11:49:53 ? new-app-service/config [no test files] 11:49:53 ok new-app-service/functions 0.015s 11:49:53 CGO_ENABLED=1 go vet ./... 11:49:53 using credential edgex-jenkins-ssh 11:49:53 Cloning the remote Git repository 11:49:54 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 11:49:54 > git init /w/workspace/app-functions-sdk-go/2 # timeout=10 11:49:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 11:49:54 > git --version # timeout=10 11:49:54 > git --version # 'git version 2.17.1' 11:49:54 using GIT_SSH to set credentials SSH Credentials for GitHub 11:49:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:49:56 gofmt -l . 11:49:56 [ "`gofmt -l .`" = "" ] 11:49:56 ./bin/test-go-mod-tidy.sh 11:49:56 ./bin/test-attribution-txt.sh 11:49:57 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 11:49:57 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:49:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 11:49:58 Merging remotes/origin/master commit 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd into PR head commit a2a1e4ab2e3cf6615f0782c1204a9475c71af60d 11:49:57 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 11:49:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:49:57 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 11:49:57 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 11:49:57 using GIT_SSH to set credentials SSH Credentials for GitHub 11:49:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/798/head:refs/remotes/origin/PR-798 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:49:58 > git config core.sparsecheckout # timeout=10 11:49:58 > git checkout -f a2a1e4ab2e3cf6615f0782c1204a9475c71af60d # timeout=10 11:49:58 > git remote # timeout=10 11:49:58 Merge succeeded, producing b8b4986222727bc3977ffc5a823496302fd677d6 11:49:58 Checking out Revision b8b4986222727bc3977ffc5a823496302fd677d6 (PR-798) 11:49:58 > git config --get remote.origin.url # timeout=10 11:49:58 using GIT_SSH to set credentials SSH Credentials for GitHub 11:49:58 > git merge 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd # timeout=10 11:49:58 > git rev-parse HEAD^{commit} # timeout=10 11:49:58 > git config core.sparsecheckout # timeout=10 11:49:58 > git checkout -f b8b4986222727bc3977ffc5a823496302fd677d6 # timeout=10 11:50:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.017s coverage: 55.8% of statements 11:50:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.025s coverage: 92.5% of statements 11:50:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 11:50:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.047s coverage: 61.5% of statements 11:50:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 11:50:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.015s 11:50:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.081s coverage: 75.4% of statements 11:50:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 11:50:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 11:50:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 11:50:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 11:50:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 11:50:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 11:50:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.025s coverage: 97.0% of statements 11:50:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 11:50:00 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.024s coverage: 10.5% of statements 11:50:03 Commit message: "Merge commit '93c26ee21773a08251a9c88cc59f9e9b66bbc9bd' into HEAD" 11:50:03 > git rev-list --no-walk a2a1e4ab2e3cf6615f0782c1204a9475c71af60d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:50:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 11:50:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:50:05 + true 11:50:05 + sudo service docker restart 11:50:06 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.741s coverage: 78.4% of statements 11:50:06 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 11:50:06 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.013s coverage: 18.4% of statements 11:50:06 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.023s coverage: 27.3% of statements 11:50:06 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 11:50:06 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 11:50:06 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.011s coverage: 71.7% of statements [Pipeline] unstash [Pipeline] echo 11:50:08 ========================================================= 11:50:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 11:50:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:50:08 + 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 . 11:50:09 Sending build context to Docker daemon 19.49MB 11:50:09 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 11:50:09 Step 2/8 : FROM ${BASE} 11:50:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:50:10 5f621e34cdf4: Pulling fs layer 11:50:10 a4357932f1b6: Pulling fs layer 11:50:10 18c013af1878: Pulling fs layer 11:50:10 00ac8860ef70: Pulling fs layer 11:50:10 63d7cb157983: Pulling fs layer 11:50:10 b116817d02f9: Pulling fs layer 11:50:10 745a02a5169b: Pulling fs layer 11:50:10 63d7cb157983: Waiting 11:50:10 745a02a5169b: Waiting 11:50:10 b116817d02f9: Waiting 11:50:10 00ac8860ef70: Waiting 11:50:10 18c013af1878: Verifying Checksum 11:50:10 18c013af1878: Download complete 11:50:10 a4357932f1b6: Download complete 11:50:10 63d7cb157983: Verifying Checksum 11:50:10 63d7cb157983: Download complete 11:50:10 b116817d02f9: Verifying Checksum 11:50:10 b116817d02f9: Download complete 11:50:10 5f621e34cdf4: Verifying Checksum 11:50:10 5f621e34cdf4: Download complete 11:50:10 5f621e34cdf4: Pull complete 11:50:11 a4357932f1b6: Pull complete 11:50:12 18c013af1878: Pull complete 11:50:12 745a02a5169b: Verifying Checksum 11:50:12 745a02a5169b: Download complete 11:50:13 00ac8860ef70: Verifying Checksum 11:50:13 00ac8860ef70: Download complete 11:50:23 00ac8860ef70: Pull complete 11:50:23 63d7cb157983: Pull complete 11:50:23 b116817d02f9: Pull complete 11:50:27 745a02a5169b: Pull complete 11:50:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 11:50:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 11:50:27 ---> b7e6874047d6 11:50:27 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 11:50:27 20.10.0: Pulling from library/docker 11:50:27 a3cc7d3b244e: Pulling fs layer 11:50:27 02a3295e0d61: Pulling fs layer 11:50:27 0f4f2e6d8100: Pulling fs layer 11:50:27 330b718f631f: Pulling fs layer 11:50:27 a93816041522: Pulling fs layer 11:50:27 bdb6da89ff94: Pulling fs layer 11:50:27 2a70c0c122f4: Pulling fs layer 11:50:27 a93816041522: Waiting 11:50:27 bdb6da89ff94: Waiting 11:50:27 330b718f631f: Waiting 11:50:27 2a70c0c122f4: Waiting 11:50:27 0f4f2e6d8100: Verifying Checksum 11:50:27 0f4f2e6d8100: Download complete 11:50:27 02a3295e0d61: Verifying Checksum 11:50:27 02a3295e0d61: Download complete 11:50:27 a3cc7d3b244e: Verifying Checksum 11:50:27 a3cc7d3b244e: Download complete 11:50:27 bdb6da89ff94: Verifying Checksum 11:50:27 bdb6da89ff94: Download complete 11:50:27 a93816041522: Download complete 11:50:27 2a70c0c122f4: Verifying Checksum 11:50:27 2a70c0c122f4: Download complete 11:50:27 a3cc7d3b244e: Pull complete 11:50:28 02a3295e0d61: Pull complete 11:50:28 330b718f631f: Verifying Checksum 11:50:28 330b718f631f: Download complete 11:50:28 0f4f2e6d8100: Pull complete 11:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.049s coverage: 81.9% of statements 11:50:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements 11:50:32 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:50:32 gofmt -l . 11:50:32 [ "`gofmt -l .`" = "" ] 11:50:32 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 11:50:32 $ docker stop --time=1 180c09e33ed07a59ca8f407b6f86ae805cba6f6fecfa308cd3ed9b650b51bb9f 11:50:33 330b718f631f: Pull complete 11:50:33 a93816041522: Pull complete 11:50:33 bdb6da89ff94: Pull complete 11:50:33 2a70c0c122f4: Pull complete 11:50:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 11:50:33 Status: Downloaded newer image for docker:20.10.0 11:50:34 $ docker rm -f 180c09e33ed07a59ca8f407b6f86ae805cba6f6fecfa308cd3ed9b650b51bb9f [Pipeline] // withDockerContainer [Pipeline] sh 11:50:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:50:35 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 11:50:36 ---> job-cost.sh 11:50:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-loqg 11:50:40 ---> 25c9719dc2fd 11:50:40 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:50:40 ---> Running in 6f5d8d86b967 11:50:40 Removing intermediate container 6f5d8d86b967 11:50:40 ---> 56d2f605ec26 11:50:40 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 11:50:40 ---> Running in 6a6d4c3ab96e 11:50:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:50:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:50:43 (1/5) Installing libsodium (1.0.18-r0) 11:50:43 (2/5) Installing libzmq (4.3.3-r0) 11:50:43 (3/5) Installing pkgconf (1.7.2-r0) 11:50:44 (4/5) Installing libsodium-dev (1.0.18-r0) 11:50:44 (5/5) Installing zeromq-dev (4.3.3-r0) 11:50:44 Executing busybox-1.31.1-r19.trigger 11:50:44 OK: 144 MiB in 44 packages 11:50:45 Removing intermediate container 6a6d4c3ab96e 11:50:45 ---> 47ce16c373f0 11:50:45 Step 6/8 : WORKDIR /build 11:50:45 ---> Running in 4ad7372281cc 11:50:46 Removing intermediate container 4ad7372281cc 11:50:46 ---> 8eb804dd83b5 11:50:46 Step 7/8 : COPY go.mod . 11:50:47 ---> a915e5cba7fb 11:50:47 Step 8/8 : RUN go mod download 11:50:47 ---> Running in e1668fdbfe3c 11:50:51 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:51:13 Removing intermediate container e1668fdbfe3c 11:51:13 ---> 3ce768d00286 11:51:13 Successfully built 3ce768d00286 11:51:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:51:14 + docker inspect -f . ci-base-image-arm64 11:51:14 . [Pipeline] withDockerContainer 11:51:14 prd-ubuntu18.04-docker-arm64-4c-16g-1558 does not seem to be running inside a container 11:51:14 $ 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 11:51:16 $ docker top 09c7a7b95562b7528a4af914bce35588e245ecbb8a60bf7b00cfaa9727cf6977 -eo pid,comm [Pipeline] { [Pipeline] sh 11:51:17 + go version 11:51:17 go version go1.15.5 linux/arm64 [Pipeline] } 11:51:17 $ docker stop --time=1 09c7a7b95562b7528a4af914bce35588e245ecbb8a60bf7b00cfaa9727cf6977 11:51:19 $ docker rm -f 09c7a7b95562b7528a4af914bce35588e245ecbb8a60bf7b00cfaa9727cf6977 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:51:19 + docker inspect -f . ci-base-image-arm64 11:51:19 . [Pipeline] withDockerContainer 11:51:19 prd-ubuntu18.04-docker-arm64-4c-16g-1558 does not seem to be running inside a container 11:51:20 $ 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 11:51:21 $ docker top f4663497f73100a184776296401f96dce5ab79f1da2785ee7833971806e35b63 -eo pid,comm [Pipeline] { [Pipeline] sh 11:51:22 + make test 11:51:22 make -C ./app-service-template build 11:51:22 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 11:51:22 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 11:51:23 lf-activate-venv(): INFO: Adding /tmp/venv-loqg/bin to PATH 11:51:23 INFO: No Stack... 11:51:23 INFO: Retrieving Pricing Info for: v1-standard-2 11:51:23 INFO: Archiving Costs [Pipeline] sh 11:51:23 + cat /w/workspace/app-functions-sdk-go/2/archives/cost.csv 11:51:23 + cut -d, -f6 [Pipeline] lock 11:51:23 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-2-stack-cost] 11:51:23 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-2-stack-cost] did not exist. Created. 11:51:23 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:51:24 + echo total: 0.029999999329447746 [Pipeline] stash 11:51:24 Stashed 1 file(s) [Pipeline] } 11:51:24 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:52:01 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 11:52:01 make -C ./app-service-template test 11:52:01 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 11:52:01 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 11:52:28 ok new-app-service 0.038s coverage: 47.8% of statements 11:52:28 ? new-app-service/config [no test files] 11:52:28 ok new-app-service/functions 0.030s 11:52:28 CGO_ENABLED=1 go vet ./... 11:52:36 gofmt -l . 11:52:36 [ "`gofmt -l .`" = "" ] 11:52:36 ./bin/test-go-mod-tidy.sh 11:52:36 ./bin/test-attribution-txt.sh 11:52:38 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/2/app-service-template' 11:52:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:52:39 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 11:52:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.078s coverage: 55.8% of statements 11:52:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.052s coverage: 92.5% of statements 11:52:49 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 11:52:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.075s coverage: 61.5% of statements 11:52:49 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 11:52:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.050s 11:52:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.071s coverage: 75.4% of statements 11:52:49 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 11:52:49 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 11:52:49 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 11:52:49 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 11:52:49 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 11:52:49 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 11:52:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.040s coverage: 97.0% of statements 11:52:49 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 11:52:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.044s coverage: 10.5% of statements 11:52:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.829s coverage: 78.4% of statements 11:52:56 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 11:52:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.030s coverage: 18.4% of statements 11:52:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.037s coverage: 27.3% of statements 11:52:56 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 11:52:56 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 11:52:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.046s coverage: 71.7% of statements 11:53:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.084s coverage: 81.9% of statements 11:53:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.026s coverage: 94.4% of statements 11:53:23 CGO_ENABLED=1 GO111MODULE=on go vet ./... 11:53:25 gofmt -l . 11:53:26 [ "`gofmt -l .`" = "" ] 11:53:26 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 11:53:27 $ docker stop --time=1 f4663497f73100a184776296401f96dce5ab79f1da2785ee7833971806e35b63 11:53:29 $ docker rm -f f4663497f73100a184776296401f96dce5ab79f1da2785ee7833971806e35b63 [Pipeline] // withDockerContainer [Pipeline] sh 11:53:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:53:30 Warning: overwriting stash ‘coverage-report’ 11:53:31 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 11:53:31 ---> job-cost.sh 11:53:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UpbO 11:54:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:55:55 lf-activate-venv(): INFO: Adding /tmp/venv-UpbO/bin to PATH 11:55:55 INFO: No Stack... 11:55:55 INFO: Retrieving Pricing Info for: lf-standard-4 11:55:55 INFO: Archiving Costs [Pipeline] sh 11:55:56 + cut -d, -f6 11:55:56 + cat /w/workspace/app-functions-sdk-go/2/archives/cost.csv [Pipeline] lock 11:55:56 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-2-stack-cost] 11:55:56 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-2-stack-cost] did not exist. Created. 11:55:56 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:55:56 /w/workspace/app-functions-sdk-go/2@tmp/durable-0c79d4ba/script.sh: 1: /w/workspace/app-functions-sdk-go/2@tmp/durable-0c79d4ba/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 11:55:56 + echo total: 0.20999999344348907 [Pipeline] stash 11:55:56 Warning: overwriting stash ‘stack-cost’ 11:55:57 Stashed 1 file(s) [Pipeline] } 11:55:57 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-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 11:55:57 provisioning config files... 11:55:57 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-798@tmp/config4904663534543056571tmp [Pipeline] { [Pipeline] sh 11:55:57 + set +x 11:55:57 + curl -s https://codecov.io/bash 11:55:57 + bash -s -- 11:55:58 11:55:58 _____ _ 11:55:58 / ____| | | 11:55:58 | | ___ __| | ___ ___ _____ __ 11:55:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:55:58 | |___| (_) | (_| | __/ (_| (_) \ V / 11:55:58 \_____\___/ \__,_|\___|\___\___/ \_/ 11:55:58 Bash-1.0.2 11:55:58 11:55:58 11:55:58 ==> git version 2.24.3 found 11:55:58 ==> 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 11:55:58 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:55:58 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:55:58 ==> Jenkins CI detected. 11:55:58 project root: . 11:55:58 --> token set from env 11:55:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:55:58 ==> Running gcov in . (disable via -X gcov) 11:55:58 ==> Python coveragepy not found 11:55:58 ==> Searching for coverage reports in: 11:55:58 + . 11:55:58 -> Found 2 reports 11:55:58 ==> Detecting git/mercurial file structure 11:55:58 ==> Reading reports 11:55:58 + ./app-service-template/coverage.out bytes=1055 11:55:58 + ./coverage.out bytes=86827 11:55:58 ==> Appending adjustments 11:55:58 https://docs.codecov.io/docs/fixing-reports 11:55:58 + Found adjustments 11:55:58 ==> Gzipping contents 11:55:58 16K /tmp/codecov.HScUCf.gz 11:55:58 ==> Uploading reports 11:55:58 url: https://codecov.io 11:55:58 query: branch=PR-798&commit=a696a0a89e88f22a4d34c9b285a19e81a6ce9e1b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-798%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=798&job=&cmd_args= 11:55:58 -> Pinging Codecov 11:55:58 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-798&commit=a696a0a89e88f22a4d34c9b285a19e81a6ce9e1b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-798%2F2%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=798&job=&cmd_args= 11:55:58 -> Uploading to 11:55:58 https://storage.googleapis.com/codecov/v4/raw/2021-04-23/3D8B5DFFC46A037C893635FACE044666/a696a0a89e88f22a4d34c9b285a19e81a6ce9e1b/652e9d0e-0edc-47e2-a921-318df8abbe3d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210423%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210423T115558Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=69571ebbb42b93061dd040e7acf09c28dc2c3e6d13d18eff25afd67ec040de1c 11:55:58 % Total % Received % Xferd Average Speed Time Time Time Current 11:55:58 Dload Upload Total Spent Left Speed 11:55:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15294 0 0 100 15294 0 38595 --:--:-- --:--:-- --:--:-- 38621 11:55:59 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/a696a0a89e88f22a4d34c9b285a19e81a6ce9e1b [Pipeline] } 11:55:59 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 11:56:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:56:01 ---> package-listing.sh 11:56:01 ++ tr '[:upper:]' '[:lower:]' 11:56:01 ++ facter osfamily 11:56:01 + OS_FAMILY=redhat 11:56:01 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-798 11:56:01 + START_PACKAGES=/tmp/packages_start.txt 11:56:01 + END_PACKAGES=/tmp/packages_end.txt 11:56:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:56:01 + PACKAGES=/tmp/packages_start.txt 11:56:01 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-798 ']' 11:56:01 + PACKAGES=/tmp/packages_end.txt 11:56:01 + case "${OS_FAMILY}" in 11:56:01 + rpm -qa 11:56:01 + sort 11:56:06 + '[' -f /tmp/packages_start.txt ']' 11:56:06 + '[' -f /tmp/packages_end.txt ']' 11:56:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:56:06 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-798 ']' 11:56:06 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-798/archives/ 11:56:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-798/archives/ [Pipeline] echo 11:56:06 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-798/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:56:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:56:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:56:07 11:56:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:56:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:56:07 alpine: Pulling from edgex-lftools-log-publisher 11:56:07 df20fa9351a1: Pulling fs layer 11:56:07 36b3adc4ff6f: Pulling fs layer 11:56:07 8ad3a11d3b57: Pulling fs layer 11:56:07 46f8f816bc3b: Pulling fs layer 11:56:07 93b61091891f: Pulling fs layer 11:56:07 93b9cdb0e59b: Pulling fs layer 11:56:07 5e14af77c1be: Pulling fs layer 11:56:07 01666e4c0597: Pulling fs layer 11:56:07 aa168da1d23b: Pulling fs layer 11:56:07 46f8f816bc3b: Waiting 11:56:07 93b61091891f: Waiting 11:56:07 93b9cdb0e59b: Waiting 11:56:07 01666e4c0597: Waiting 11:56:07 aa168da1d23b: Waiting 11:56:07 36b3adc4ff6f: Verifying Checksum 11:56:07 46f8f816bc3b: Verifying Checksum 11:56:07 46f8f816bc3b: Download complete 11:56:07 df20fa9351a1: Verifying Checksum 11:56:07 df20fa9351a1: Download complete 11:56:07 93b9cdb0e59b: Download complete 11:56:07 5e14af77c1be: Verifying Checksum 11:56:07 5e14af77c1be: Download complete 11:56:07 01666e4c0597: Verifying Checksum 11:56:07 01666e4c0597: Download complete 11:56:07 93b61091891f: Verifying Checksum 11:56:07 93b61091891f: Download complete 11:56:07 8ad3a11d3b57: Verifying Checksum 11:56:07 8ad3a11d3b57: Download complete 11:56:07 df20fa9351a1: Pull complete 11:56:08 36b3adc4ff6f: Pull complete 11:56:08 8ad3a11d3b57: Pull complete 11:56:09 46f8f816bc3b: Pull complete 11:56:09 93b61091891f: Pull complete 11:56:09 93b9cdb0e59b: Pull complete 11:56:10 5e14af77c1be: Pull complete 11:56:10 aa168da1d23b: Verifying Checksum 11:56:10 aa168da1d23b: Download complete 11:56:10 01666e4c0597: Pull complete 11:56:16 aa168da1d23b: Pull complete 11:56:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:56:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:56:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:56:17 prd-centos7-docker-4c-2g-1553 does not seem to be running inside a container 11:56:17 $ 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-798/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-798 -v /w/workspace/ndry_app-functions-sdk-go_PR-798:/w/workspace/ndry_app-functions-sdk-go_PR-798:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-798@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-798@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:56:21 $ docker top 19bae6af477bd6782a68ebbd0a6afdce2f2dbac42833a9eceab62ff6fbfa8dd5 -eo pid,comm [Pipeline] { [Pipeline] sh 11:56:22 + touch /tmp/pre-build-complete [Pipeline] sh 11:56:22 + mkdir -p /var/log/sa [Pipeline] sh 11:56:22 + ls /var/log/sa-host 11:56:22 + sadf -c /var/log/sa-host/sa23 11:56:22 file_magic: OK 11:56:22 HZ: Using current value: 100 11:56:22 file_header: OK 11:56:22 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 11:56:22 Statistics: 11:56:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:56:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:56:22 provisioning config files... 11:56:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-798@tmp/config3272150663343271828tmp [Pipeline] { [Pipeline] echo 11:56:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:56:23 ---> create-netrc.sh [Pipeline] } 11:56:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:56:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:56:23 ---> python-tools-install.sh [Pipeline] echo 11:56:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:56:23 ---> sudo-logs.sh 11:56:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:56:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:56:24 ---> job-cost.sh 11:56:24 lf-activate-venv: SKIPPING 11:56:24 DEBUG: total: 0.20999999344348907 11:56:24 INFO: Retrieving Stack Cost... 11:56:25 INFO: Retrieving Pricing Info for: v1-standard-2 11:56:25 INFO: Archiving Costs [Pipeline] echo 11:56:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:56:26 ---> logs-deploy.sh 11:56:26 lf-activate-venv: SKIPPING 11:56:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-798/2 11:56:26 INFO: archiving workspace using pattern(s): 11:56:28 Archives upload complete. 11:56:28 INFO: archiving logs to Nexus 11:56:29 ---> uname -a: 11:56:29 Linux prd-centos7-docker-4c-2g-1553.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 11:56:29 11:56:29 11:56:29 ---> lscpu: 11:56:29 Architecture: x86_64 11:56:29 CPU op-mode(s): 32-bit, 64-bit 11:56:29 Byte Order: Little Endian 11:56:29 Address sizes: 40 bits physical, 48 bits virtual 11:56:29 CPU(s): 4 11:56:29 On-line CPU(s) list: 0-3 11:56:29 Thread(s) per core: 1 11:56:29 Core(s) per socket: 1 11:56:29 Socket(s): 4 11:56:29 NUMA node(s): 1 11:56:29 Vendor ID: GenuineIntel 11:56:29 CPU family: 6 11:56:29 Model: 44 11:56:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:56:29 Stepping: 1 11:56:29 CPU MHz: 2933.438 11:56:29 BogoMIPS: 5866.87 11:56:29 Virtualization: VT-x 11:56:29 Hypervisor vendor: KVM 11:56:29 Virtualization type: full 11:56:29 L1d cache: 128 KiB 11:56:29 L1i cache: 128 KiB 11:56:29 L2 cache: 16 MiB 11:56:29 L3 cache: 64 MiB 11:56:29 NUMA node0 CPU(s): 0-3 11:56:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:56:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:56:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:56:29 Vulnerability Meltdown: Mitigation; PTI 11:56:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:56:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:56:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:56:29 Vulnerability Srbds: Not affected 11:56:29 Vulnerability Tsx async abort: Not affected 11:56:29 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 11:56:29 11:56:29 11:56:29 ---> nproc: 11:56:29 4 11:56:29 11:56:29 11:56:29 ---> df -h: 11:56:29 Filesystem Size Used Available Use% Mounted on 11:56:29 overlay 50.0G 7.3G 42.7G 15% / 11:56:29 tmpfs 64.0M 0 64.0M 0% /dev 11:56:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:56:29 shm 64.0M 0 64.0M 0% /dev/shm 11:56:29 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 11:56:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 11:56:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 11:56:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 11:56:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 11:56:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-798 11:56:29 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 11:56:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-798@tmp 11:56:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 11:56:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 11:56:29 11:56:29 11:56:29 ---> free -m: 11:56:29 total used free shared buff/cache available 11:56:29 Mem: 1837 739 101 0 996 992 11:56:29 Swap: 1023 1 1022 11:56:29 11:56:29 11:56:29 ---> ip addr: 11:56:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:56:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:56:29 inet 127.0.0.1/8 scope host lo 11:56:29 valid_lft forever preferred_lft forever 11:56:29 inet6 ::1/128 scope host 11:56:29 valid_lft forever preferred_lft forever 11:56:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:56:29 link/ether fa:16:3e:77:a6:c8 brd ff:ff:ff:ff:ff:ff 11:56:29 inet 10.30.122.94/23 brd 10.30.123.255 scope global dynamic eth0 11:56:29 valid_lft 85773sec preferred_lft 85773sec 11:56:29 inet6 fe80::f816:3eff:fe77:a6c8/64 scope link 11:56:29 valid_lft forever preferred_lft forever 11:56:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:56:29 link/ether 02:42:6a:88:88:3a brd ff:ff:ff:ff:ff:ff 11:56:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:56:29 valid_lft forever preferred_lft forever 11:56:29 inet6 fe80::42:6aff:fe88:883a/64 scope link 11:56:29 valid_lft forever preferred_lft forever 11:56:29 11:56:29 11:56:29 ---> sar -b -r -n DEV: 11:56:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/23/21 _x86_64_ (4 CPU) 11:56:29 11:56:29 11:45:49 LINUX RESTART (4 CPU) 11:56:29 11:56:29 11:47:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:56:29 11:48:01 2.37 0.00 2.37 0.00 0.00 50.51 0.00 11:56:29 11:49:01 0.45 0.00 0.45 0.00 0.00 6.36 0.00 11:56:29 11:50:01 0.68 0.00 0.68 0.00 0.00 8.09 0.00 11:56:29 11:51:02 0.57 0.00 0.57 0.00 0.00 5.90 0.00 11:56:29 11:52:01 0.68 0.00 0.68 0.00 0.00 8.08 0.00 11:56:29 11:53:01 0.68 0.00 0.68 0.00 0.00 8.36 0.00 11:56:29 11:54:01 0.53 0.00 0.53 0.00 0.00 5.48 0.00 11:56:29 11:55:01 0.22 0.00 0.22 0.00 0.00 3.60 0.00 11:56:29 11:56:01 3.58 3.25 0.33 0.00 187.31 7.64 0.00 11:56:29 Average: 1.08 0.36 0.72 0.00 20.89 11.49 0.00 11:56:29 11:56:29 11:47:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:56:29 11:48:01 239912 0 622200 33.07 2620 1016812 1095488 37.39 418168 1026904 12 11:56:29 11:49:01 239716 0 622388 33.08 2620 1016820 1095544 37.39 417016 1028488 8 11:56:29 11:50:01 238556 0 623544 33.14 2620 1016824 1082256 36.94 429792 1016748 8 11:56:29 11:51:02 239548 0 622548 33.09 2620 1016828 1082124 36.93 427448 1018280 8 11:56:29 11:52:01 237252 0 624840 33.21 2620 1016832 1082256 36.94 430172 1017756 8 11:56:29 11:53:01 237076 0 625012 33.22 2620 1016836 1082244 36.94 435860 1012708 8 11:56:29 11:54:01 237640 0 624444 33.19 2620 1016840 1082124 36.93 435164 1012708 20 11:56:29 11:55:01 237508 0 624572 33.19 2620 1016844 1082124 36.93 435292 1012708 8 11:56:29 11:56:01 217476 0 638776 33.95 2620 1022672 1099884 37.54 450300 1016212 84 11:56:29 Average: 236076 0 625369 33.24 2620 1017479 1087116 37.10 431024 1018057 18 11:56:29 11:56:29 11:47:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:56:29 11:48:01 eth0 2.95 1.17 1.19 0.27 0.00 0.00 0.00 0.00 11:56:29 11:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:49:01 eth0 1.52 0.60 0.59 0.40 0.00 0.00 0.00 0.00 11:56:29 11:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:50:01 eth0 1.13 0.42 0.35 0.18 0.00 0.00 0.00 0.00 11:56:29 11:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:51:02 eth0 0.28 0.08 0.03 0.04 0.00 0.00 0.00 0.00 11:56:29 11:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:52:01 eth0 0.83 0.52 0.42 0.28 0.00 0.00 0.00 0.00 11:56:29 11:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:53:01 eth0 1.08 0.48 0.36 0.21 0.00 0.00 0.00 0.00 11:56:29 11:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:54:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:56:29 11:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:55:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:56:01 eth0 19.55 16.99 8.85 25.34 0.00 0.00 0.00 0.00 11:56:29 11:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 Average: eth0 3.06 2.27 1.31 2.98 0.00 0.00 0.00 0.00 11:56:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:56:29 11:56:29 11:56:29 ---> sar -P ALL: 11:56:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/23/21 _x86_64_ (4 CPU) 11:56:29 11:56:29 11:45:49 LINUX RESTART (4 CPU) 11:56:29 11:56:29 11:47:02 CPU %user %nice %system %iowait %steal %idle 11:56:29 11:48:01 all 0.14 0.00 0.09 0.00 0.00 99.77 11:56:29 11:48:01 0 0.03 0.00 0.07 0.00 0.00 99.90 11:56:29 11:48:01 1 0.24 0.00 0.10 0.00 0.02 99.64 11:56:29 11:48:01 2 0.12 0.00 0.07 0.00 0.00 99.81 11:56:29 11:48:01 3 0.17 0.00 0.12 0.00 0.00 99.71 11:56:29 11:49:01 all 0.19 0.00 0.05 0.00 0.00 99.77 11:56:29 11:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 11:56:29 11:49:01 1 0.07 0.00 0.05 0.00 0.00 99.88 11:56:29 11:49:01 2 0.08 0.00 0.05 0.00 0.00 99.87 11:56:29 11:49:01 3 0.57 0.00 0.07 0.00 0.00 99.37 11:56:29 11:50:01 all 0.16 0.00 0.07 0.00 0.00 99.77 11:56:29 11:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 11:56:29 11:50:01 1 0.05 0.00 0.15 0.00 0.00 99.80 11:56:29 11:50:01 2 0.03 0.00 0.05 0.00 0.02 99.90 11:56:29 11:50:01 3 0.53 0.00 0.03 0.00 0.00 99.43 11:56:29 11:51:02 all 0.17 0.00 0.03 0.00 0.00 99.80 11:56:29 11:51:02 0 0.05 0.00 0.02 0.00 0.00 99.93 11:56:29 11:51:02 1 0.03 0.00 0.03 0.00 0.00 99.93 11:56:29 11:51:02 2 0.05 0.00 0.03 0.00 0.00 99.92 11:56:29 11:51:02 3 0.55 0.00 0.02 0.02 0.02 99.40 11:56:29 11:52:01 all 0.18 0.00 0.08 0.00 0.00 99.73 11:56:29 11:52:01 0 0.05 0.00 0.05 0.00 0.02 99.88 11:56:29 11:52:01 1 0.07 0.00 0.15 0.00 0.00 99.78 11:56:29 11:52:01 2 0.22 0.00 0.05 0.00 0.00 99.73 11:56:29 11:52:01 3 0.39 0.00 0.08 0.00 0.00 99.53 11:56:29 11:53:01 all 0.18 0.00 0.11 0.00 0.00 99.72 11:56:29 11:53:01 0 0.05 0.00 0.03 0.00 0.00 99.92 11:56:29 11:53:01 1 0.03 0.00 0.33 0.00 0.00 99.63 11:56:29 11:53:01 2 0.52 0.00 0.02 0.00 0.00 99.47 11:56:29 11:53:01 3 0.10 0.00 0.05 0.00 0.00 99.85 11:56:29 11:54:01 all 0.15 0.00 0.03 0.00 0.00 99.82 11:56:29 11:54:01 0 0.03 0.00 0.00 0.00 0.00 99.97 11:56:29 11:54:01 1 0.03 0.00 0.07 0.00 0.02 99.88 11:56:29 11:54:01 2 0.50 0.00 0.03 0.00 0.00 99.47 11:56:29 11:54:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:56:29 11:55:01 all 0.08 0.00 0.05 0.00 0.01 99.87 11:56:29 11:55:01 0 0.03 0.00 0.02 0.00 0.02 99.93 11:56:29 11:55:01 1 0.05 0.00 0.07 0.00 0.00 99.88 11:56:29 11:55:01 2 0.17 0.00 0.05 0.00 0.02 99.77 11:56:29 11:55:01 3 0.05 0.00 0.05 0.00 0.00 99.90 11:56:29 11:56:01 all 0.74 0.00 0.47 0.05 0.00 98.74 11:56:29 11:56:01 0 1.14 0.00 0.57 0.13 0.00 98.16 11:56:29 11:56:01 1 0.53 0.00 0.42 0.00 0.00 99.05 11:56:29 11:56:01 2 0.72 0.00 0.55 0.05 0.00 98.68 11:56:29 11:56:01 3 0.57 0.00 0.35 0.00 0.00 99.08 11:56:29 Average: all 0.22 0.00 0.11 0.01 0.00 99.66 11:56:29 Average: 0 0.16 0.00 0.09 0.01 0.00 99.73 11:56:29 Average: 1 0.12 0.00 0.15 0.00 0.00 99.72 11:56:29 Average: 2 0.27 0.00 0.10 0.01 0.00 99.62 11:56:29 Average: 3 0.33 0.00 0.09 0.00 0.00 99.58 11:56:29 11:56:29 11:56:29