Pull request #798 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ad2d2f0e801950d2bf0e85bd9b46044f4d606d26+8a711e40b4eb359375697d12aa3d2cafe0f8211a (0b74b2d8bd32d6817a39949f66f8e72a8e30e73d) 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-1908 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 8a711e40b4eb359375697d12aa3d2cafe0f8211a into PR head commit ad2d2f0e801950d2bf0e85bd9b46044f4d606d26 Merge succeeded, producing 8303654e9ccd145213bae8faf643475513bd15b5 Checking out Revision 8303654e9ccd145213bae8faf643475513bd15b5 (PR-798) > git config core.sparsecheckout # timeout=10 > git checkout -f ad2d2f0e801950d2bf0e85bd9b46044f4d606d26 # 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 8a711e40b4eb359375697d12aa3d2cafe0f8211a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8303654e9ccd145213bae8faf643475513bd15b5 # timeout=10 Commit message: "Merge commit '8a711e40b4eb359375697d12aa3d2cafe0f8211a' into HEAD" > git rev-list --no-walk ad2d2f0e801950d2bf0e85bd9b46044f4d606d26 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:39:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:39:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:39:25 ========================================================= 23:39:25 EdgeX Global Pipelines Version Info 23:39:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:39:26 ------------------- 23:39:26 stable info: 23:39:26 ------------------- 23:39:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:39:26 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 23:39:26 Message: update stable to v1.0.186 23:39:27 ------------------- 23:39:27 experimental info: 23:39:27 ------------------- 23:39:27 Commited By: **** collab-it+edgex@linuxfoundation.org 23:39:27 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 23:39:27 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:39:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:39:27 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:39:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:39:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:39:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:39:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:39:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:39:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:39:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-798 [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-798 [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-798 [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8303654e9ccd145213bae8faf643475513bd15b5 [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8303654 [Pipeline] echo 23:39:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:39:28 + git log --format=format:%s -1 8303654e9ccd145213bae8faf643475513bd15b5 [Pipeline] echo 23:39:29 GIT_COMMIT: 8303654e9ccd145213bae8faf643475513bd15b5, Commit Message: Merge commit '8a711e40b4eb359375697d12aa3d2cafe0f8211a' into HEAD [Pipeline] echo 23:39:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:39:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:39:29 23:39:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:39:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:39:30 latest: Pulling from edgex-devops/git-semver 23:39:30 31603596830f: Pulling fs layer 23:39:30 2a8b12db71e7: Pulling fs layer 23:39:30 6ca5941a6612: Pulling fs layer 23:39:30 ecc8261a40a4: Pulling fs layer 23:39:30 ecc8261a40a4: Waiting 23:39:30 2a8b12db71e7: Verifying Checksum 23:39:30 2a8b12db71e7: Download complete 23:39:30 31603596830f: Verifying Checksum 23:39:30 31603596830f: Download complete 23:39:30 ecc8261a40a4: Verifying Checksum 23:39:30 ecc8261a40a4: Download complete 23:39:30 6ca5941a6612: Verifying Checksum 23:39:30 6ca5941a6612: Download complete 23:39:30 31603596830f: Pull complete 23:39:30 2a8b12db71e7: Pull complete 23:39:31 6ca5941a6612: Pull complete 23:39:31 ecc8261a40a4: Pull complete 23:39:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:39:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:39:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:39:32 prd-centos7-docker-4c-2g-1908 does not seem to be running inside a container 23:39:32 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:39:34 $ docker top 50841c47a7d498ee43a2a81d4726b1c7ccc2a59a3cae3f2c96ad43e962d34265 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:39:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:39:34 [ssh-agent] Looking for ssh-agent implementation... 23:39:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:39:34 $ docker exec 50841c47a7d498ee43a2a81d4726b1c7ccc2a59a3cae3f2c96ad43e962d34265 ssh-agent 23:39:34 SSH_AUTH_SOCK=/tmp/ssh-vmqpbcjd8myA/agent.12 23:39:34 SSH_AGENT_PID=18 23:39:34 Running ssh-add (command line suppressed) 23:39:34 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-798@tmp/private_key_8169847564830041567.key (/w/workspace/ndry_app-functions-sdk-go_PR-798@tmp/private_key_8169847564830041567.key) 23:39:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:39:35 + git tag --points-at HEAD [Pipeline] } 23:39:35 $ docker exec --env ******** --env ******** 50841c47a7d498ee43a2a81d4726b1c7ccc2a59a3cae3f2c96ad43e962d34265 ssh-agent -k 23:39:35 unset SSH_AUTH_SOCK; 23:39:35 unset SSH_AGENT_PID; 23:39:35 echo Agent pid 18 killed; 23:39:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:39:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:39:35 [ssh-agent] Looking for ssh-agent implementation... 23:39:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:39:35 $ docker exec 50841c47a7d498ee43a2a81d4726b1c7ccc2a59a3cae3f2c96ad43e962d34265 ssh-agent 23:39:35 SSH_AUTH_SOCK=/tmp/ssh-Wh6Cv7Bd4R4w/agent.47 23:39:35 SSH_AGENT_PID=53 23:39:35 Running ssh-add (command line suppressed) 23:39:36 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-798@tmp/private_key_7134023745275815688.key (/w/workspace/ndry_app-functions-sdk-go_PR-798@tmp/private_key_7134023745275815688.key) 23:39:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:39:36 + git semver init 23:39:36 # -> Open(): unable to determine branch for HEAD 23:39:36 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-798/.git 23:39:36 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-798 23:39:36 # $SEMVER_REMOTE_NAME = origin 23:39:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:39:36 # $SEMVER_USER_NAME = edgex-jenkins 23:39:36 # $SEMVER_BRANCH = PR-798 23:39:36 # $SEMVER_TEMP = /tmp/semver-181632444 23:39:36 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:39:38 # '/tmp/semver-181632444' -> '/w/workspace/ndry_app-functions-sdk-go_PR-798/.semver' 23:39:38 # -> Force: false 23:39:38 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-798/.semver [Pipeline] } 23:39:39 $ docker exec --env ******** --env ******** 50841c47a7d498ee43a2a81d4726b1c7ccc2a59a3cae3f2c96ad43e962d34265 ssh-agent -k 23:39:39 unset SSH_AUTH_SOCK; 23:39:39 unset SSH_AGENT_PID; 23:39:39 echo Agent pid 53 killed; 23:39:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:39:39 + git semver [Pipeline] } 23:39:39 $ docker stop --time=1 50841c47a7d498ee43a2a81d4726b1c7ccc2a59a3cae3f2c96ad43e962d34265 23:39:41 $ docker rm -f 50841c47a7d498ee43a2a81d4726b1c7ccc2a59a3cae3f2c96ad43e962d34265 [Pipeline] // withDockerContainer [Pipeline] sh 23:39:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:39:42 Stashed 1 file(s) [Pipeline] echo 23:39:42 [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 23:39:57 Still waiting to schedule task 23:39:57 ‘prd-centos7-docker-4c-2g-1909’ is offline 23:39:57 Still waiting to schedule task 23:39:57 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1906’ 23:41:42 Running on prd-centos7-docker-4c-2g-1913 in /w/workspace/ndry_app-functions-sdk-go_PR-798 [Pipeline] { [Pipeline] ws 23:41:42 Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout 23:41:46 using credential edgex-jenkins-ssh 23:41:46 Cloning the remote Git repository 23:41:46 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:41:46 > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 23:41:46 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:41:46 > git --version # timeout=10 23:41:46 > git --version # 'git version 2.24.3' 23:41:46 using GIT_SSH to set credentials SSH Credentials for GitHub 23:41:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:41:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:41:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:41:48 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:41:48 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:41:48 using GIT_SSH to set credentials SSH Credentials for GitHub 23:41:48 > 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 23:41:49 Merging remotes/origin/master commit 8a711e40b4eb359375697d12aa3d2cafe0f8211a into PR head commit ad2d2f0e801950d2bf0e85bd9b46044f4d606d26 23:41:49 Merge succeeded, producing b8f7006c3f87996b5d8ba4b40725a559bb6f0b9a 23:41:49 Checking out Revision b8f7006c3f87996b5d8ba4b40725a559bb6f0b9a (PR-798) 23:41:49 > git config core.sparsecheckout # timeout=10 23:41:49 > git checkout -f ad2d2f0e801950d2bf0e85bd9b46044f4d606d26 # timeout=10 23:41:49 > git remote # timeout=10 23:41:49 > git config --get remote.origin.url # timeout=10 23:41:49 using GIT_SSH to set credentials SSH Credentials for GitHub 23:41:49 > git merge 8a711e40b4eb359375697d12aa3d2cafe0f8211a # timeout=10 23:41:49 > git rev-parse HEAD^{commit} # timeout=10 23:41:49 > git config core.sparsecheckout # timeout=10 23:41:49 > git checkout -f b8f7006c3f87996b5d8ba4b40725a559bb6f0b9a # timeout=10 23:41:53 Commit message: "Merge commit '8a711e40b4eb359375697d12aa3d2cafe0f8211a' into HEAD" 23:41:53 > git rev-list --no-walk ad2d2f0e801950d2bf0e85bd9b46044f4d606d26 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:41:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:41:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:41:55 + sudo service docker restart 23:41:55 + true 23:41:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:41:57 ========================================================= 23:41:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:41:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:41:57 + 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 . 23:41:58 Sending build context to Docker daemon 19.5MB 23:41:58 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:41:58 Step 2/8 : FROM ${BASE} 23:41:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:41:58 188c0c94c7c5: Pulling fs layer 23:41:58 0ef7d3d256c8: Pulling fs layer 23:41:58 de9db76c5a1d: Pulling fs layer 23:41:58 bca2f99d35d6: Pulling fs layer 23:41:58 93359f2a8cfa: Pulling fs layer 23:41:58 7c6f9722023f: Pulling fs layer 23:41:58 a35cf1a2eb13: Pulling fs layer 23:41:58 bca2f99d35d6: Waiting 23:41:58 93359f2a8cfa: Waiting 23:41:58 7c6f9722023f: Waiting 23:41:58 a35cf1a2eb13: Waiting 23:41:58 de9db76c5a1d: Verifying Checksum 23:41:58 de9db76c5a1d: Download complete 23:41:58 0ef7d3d256c8: Download complete 23:41:58 93359f2a8cfa: Verifying Checksum 23:41:58 93359f2a8cfa: Download complete 23:41:58 7c6f9722023f: Verifying Checksum 23:41:58 7c6f9722023f: Download complete 23:41:58 188c0c94c7c5: Verifying Checksum 23:41:58 188c0c94c7c5: Download complete 23:41:59 188c0c94c7c5: Pull complete 23:41:59 0ef7d3d256c8: Pull complete 23:41:59 de9db76c5a1d: Pull complete 23:42:00 a35cf1a2eb13: Verifying Checksum 23:42:00 a35cf1a2eb13: Download complete 23:42:02 bca2f99d35d6: Verifying Checksum 23:42:02 bca2f99d35d6: Download complete 23:42:10 bca2f99d35d6: Pull complete 23:42:10 93359f2a8cfa: Pull complete 23:42:10 7c6f9722023f: Pull complete 23:42:17 a35cf1a2eb13: Pull complete 23:42:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:42:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:42:17 ---> a62c8e92a672 23:42:17 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:42:17 20.10.0: Pulling from library/docker 23:42:17 05e7bc50f07f: Pulling fs layer 23:42:17 6db28d0fdbf6: Pulling fs layer 23:42:17 292df0bc6bf3: Pulling fs layer 23:42:17 2e060f4bd70b: Pulling fs layer 23:42:17 80e8d568a223: Pulling fs layer 23:42:17 8dc6ef1a942a: Pulling fs layer 23:42:17 2312dd95470a: Pulling fs layer 23:42:17 80e8d568a223: Waiting 23:42:17 2e060f4bd70b: Waiting 23:42:17 8dc6ef1a942a: Waiting 23:42:17 2312dd95470a: Waiting 23:42:17 292df0bc6bf3: Verifying Checksum 23:42:17 292df0bc6bf3: Download complete 23:42:17 6db28d0fdbf6: Verifying Checksum 23:42:17 6db28d0fdbf6: Download complete 23:42:17 05e7bc50f07f: Verifying Checksum 23:42:17 05e7bc50f07f: Download complete 23:42:17 80e8d568a223: Verifying Checksum 23:42:17 80e8d568a223: Download complete 23:42:17 8dc6ef1a942a: Verifying Checksum 23:42:17 8dc6ef1a942a: Download complete 23:42:17 2312dd95470a: Verifying Checksum 23:42:17 2312dd95470a: Download complete 23:42:17 05e7bc50f07f: Pull complete 23:42:18 6db28d0fdbf6: Pull complete 23:42:19 292df0bc6bf3: Pull complete 23:42:19 2e060f4bd70b: Verifying Checksum 23:42:19 2e060f4bd70b: Download complete 23:42:23 2e060f4bd70b: Pull complete 23:42:23 80e8d568a223: Pull complete 23:42:23 8dc6ef1a942a: Pull complete 23:42:23 2312dd95470a: Pull complete 23:42:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:42:23 Status: Downloaded newer image for docker:20.10.0 23:42:25 ---> a49b651c3843 23:42:25 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:42:25 ---> Running in cf098a8ce29d 23:42:25 Removing intermediate container cf098a8ce29d 23:42:25 ---> de3bd79b48f8 23:42:25 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:42:25 ---> Running in 1fb0b9920273 23:42:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:42:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:42:27 (1/5) Installing libsodium (1.0.18-r0) 23:42:27 (2/5) Installing libzmq (4.3.3-r0) 23:42:27 (3/5) Installing pkgconf (1.7.2-r0) 23:42:28 (4/5) Installing libsodium-dev (1.0.18-r0) 23:42:28 (5/5) Installing zeromq-dev (4.3.3-r0) 23:42:28 Executing busybox-1.31.1-r19.trigger 23:42:28 OK: 167 MiB in 44 packages 23:42:28 Removing intermediate container 1fb0b9920273 23:42:28 ---> 1edd3790c44c 23:42:28 Step 6/8 : WORKDIR /build 23:42:29 ---> Running in 5cd178ae4440 23:42:29 Removing intermediate container 5cd178ae4440 23:42:29 ---> 5ca0f6a29006 23:42:29 Step 7/8 : COPY go.mod . 23:42:29 ---> 689c96da64e5 23:42:29 Step 8/8 : RUN go mod download 23:42:29 ---> Running in cd97abb17f01 23:42:51 Removing intermediate container cd97abb17f01 23:42:51 ---> 75091d194ee1 23:42:51 Successfully built 75091d194ee1 23:42:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:42:52 + docker inspect -f . ci-base-image-x86_64 23:42:52 . [Pipeline] withDockerContainer 23:42:52 prd-centos7-docker-4c-2g-1913 does not seem to be running inside a container 23:42:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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 23:42:53 $ docker top cd43253594537689c582d4d791a3a5dfc15c36e02068d5c779758f720fe7232e -eo pid,comm [Pipeline] { [Pipeline] sh 23:42:53 + go version 23:42:53 go version go1.15.5 linux/amd64 [Pipeline] } 23:42:53 $ docker stop --time=1 cd43253594537689c582d4d791a3a5dfc15c36e02068d5c779758f720fe7232e 23:42:55 $ docker rm -f cd43253594537689c582d4d791a3a5dfc15c36e02068d5c779758f720fe7232e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:42:55 + docker inspect -f . ci-base-image-x86_64 23:42:55 . [Pipeline] withDockerContainer 23:42:55 prd-centos7-docker-4c-2g-1913 does not seem to be running inside a container 23:42:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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 23:42:56 $ docker top 53f28746a5ea5ff462b9ad04b47ba1c8781448bf7895b510b65f1621c5fe2dbe -eo pid,comm [Pipeline] { [Pipeline] sh 23:42:57 + make test 23:42:57 make -C ./app-service-template build 23:42:57 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/5/app-service-template' 23:42:57 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 23:43:15 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/5/app-service-template' 23:43:15 make -C ./app-service-template test 23:43:15 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/5/app-service-template' 23:43:15 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:43:23 ok new-app-service 0.018s coverage: 47.8% of statements 23:43:23 ? new-app-service/config [no test files] 23:43:24 ok new-app-service/functions 0.014s 23:43:24 CGO_ENABLED=1 go vet ./... 23:43:29 gofmt -l . 23:43:29 [ "`gofmt -l .`" = "" ] 23:43:29 ./bin/test-go-mod-tidy.sh 23:43:29 ./bin/test-attribution-txt.sh 23:43:30 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/5/app-service-template' 23:43:30 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:43:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:43:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.030s coverage: 55.8% of statements 23:43:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.029s coverage: 92.5% of statements 23:43:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:43:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.116s coverage: 61.5% of statements 23:43:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:43:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.018s 23:43:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.091s coverage: 75.4% of statements 23:43:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 23:43:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 23:43:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:43:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 23:43:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 23:43:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:43:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.016s coverage: 97.0% of statements 23:43:34 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:43:36 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.053s coverage: 10.5% of statements 23:43:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.868s coverage: 78.4% of statements 23:43:40 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 23:43:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.015s coverage: 18.4% of statements 23:43:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.034s coverage: 27.3% of statements 23:43:40 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 23:43:40 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 23:43:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.021s coverage: 71.7% of statements 23:44:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.083s coverage: 81.9% of statements 23:44:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.056s coverage: 94.4% of statements 23:44:07 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:44:07 gofmt -l . 23:44:07 [ "`gofmt -l .`" = "" ] 23:44:07 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 23:44:07 $ docker stop --time=1 53f28746a5ea5ff462b9ad04b47ba1c8781448bf7895b510b65f1621c5fe2dbe 23:44:09 $ docker rm -f 53f28746a5ea5ff462b9ad04b47ba1c8781448bf7895b510b65f1621c5fe2dbe [Pipeline] // withDockerContainer [Pipeline] sh 23:44:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:44:10 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 23:44:10 ---> job-cost.sh 23:44:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fJnT 23:44:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1917 in /w/workspace/ndry_app-functions-sdk-go_PR-798 [Pipeline] { [Pipeline] ws 23:44:22 Running in /w/workspace/app-functions-sdk-go/5 [Pipeline] { [Pipeline] checkout 23:44:28 using credential edgex-jenkins-ssh 23:44:28 Cloning the remote Git repository 23:44:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:44:28 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:44:29 > git init /w/workspace/app-functions-sdk-go/5 # timeout=10 23:44:29 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:44:29 > git --version # timeout=10 23:44:29 > git --version # 'git version 2.17.1' 23:44:29 using GIT_SSH to set credentials SSH Credentials for GitHub 23:44:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:44:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:44:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:44:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:44:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:44:32 using GIT_SSH to set credentials SSH Credentials for GitHub 23:44:32 > 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 23:44:32 Merging remotes/origin/master commit 8a711e40b4eb359375697d12aa3d2cafe0f8211a into PR head commit ad2d2f0e801950d2bf0e85bd9b46044f4d606d26 23:44:33 Merge succeeded, producing d928d96c85d937fac421aae9f9f739d770129eaa 23:44:33 Checking out Revision d928d96c85d937fac421aae9f9f739d770129eaa (PR-798) 23:44:32 > git config core.sparsecheckout # timeout=10 23:44:32 > git checkout -f ad2d2f0e801950d2bf0e85bd9b46044f4d606d26 # timeout=10 23:44:33 > git remote # timeout=10 23:44:33 > git config --get remote.origin.url # timeout=10 23:44:33 using GIT_SSH to set credentials SSH Credentials for GitHub 23:44:33 > git merge 8a711e40b4eb359375697d12aa3d2cafe0f8211a # timeout=10 23:44:33 > git rev-parse HEAD^{commit} # timeout=10 23:44:33 > git config core.sparsecheckout # timeout=10 23:44:33 > git checkout -f d928d96c85d937fac421aae9f9f739d770129eaa # timeout=10 23:44:37 Commit message: "Merge commit '8a711e40b4eb359375697d12aa3d2cafe0f8211a' into HEAD" 23:44:37 > git rev-list --no-walk ad2d2f0e801950d2bf0e85bd9b46044f4d606d26 # timeout=10 23:44:37 23:44:37 GitHub has been notified of this commit’s build result 23:44:37 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:44:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:44:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:44:39 + sudo service docker restart 23:44:39 + true [Pipeline] unstash [Pipeline] echo 23:44:42 ========================================================= 23:44:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:44:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:44:42 + 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 . 23:44:44 Sending build context to Docker daemon 19.48MB 23:44:44 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:44:44 Step 2/8 : FROM ${BASE} 23:44:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:44:44 5f621e34cdf4: Pulling fs layer 23:44:44 a4357932f1b6: Pulling fs layer 23:44:44 18c013af1878: Pulling fs layer 23:44:44 00ac8860ef70: Pulling fs layer 23:44:44 63d7cb157983: Pulling fs layer 23:44:44 b116817d02f9: Pulling fs layer 23:44:44 745a02a5169b: Pulling fs layer 23:44:44 63d7cb157983: Waiting 23:44:44 b116817d02f9: Waiting 23:44:44 745a02a5169b: Waiting 23:44:44 00ac8860ef70: Waiting 23:44:44 18c013af1878: Verifying Checksum 23:44:44 18c013af1878: Download complete 23:44:44 a4357932f1b6: Download complete 23:44:44 63d7cb157983: Download complete 23:44:44 b116817d02f9: Download complete 23:44:44 5f621e34cdf4: Verifying Checksum 23:44:44 5f621e34cdf4: Download complete 23:44:44 5f621e34cdf4: Pull complete 23:44:45 a4357932f1b6: Pull complete 23:44:46 18c013af1878: Pull complete 23:44:46 745a02a5169b: Verifying Checksum 23:44:46 745a02a5169b: Download complete 23:44:47 00ac8860ef70: Verifying Checksum 23:44:47 00ac8860ef70: Download complete 23:44:58 00ac8860ef70: Pull complete 23:44:58 63d7cb157983: Pull complete 23:44:58 b116817d02f9: Pull complete 23:45:01 lf-activate-venv(): INFO: Adding /tmp/venv-fJnT/bin to PATH 23:45:01 INFO: No Stack... 23:45:01 INFO: Retrieving Pricing Info for: v1-standard-2 23:45:01 INFO: Archiving Costs [Pipeline] sh 23:45:01 745a02a5169b: Pull complete 23:45:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:45:01 + cat /w/workspace/app-functions-sdk-go/5/archives/cost.csv 23:45:01 + cut -d, -f6 23:45:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:45:01 ---> b7e6874047d6 23:45:01 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:45:01 20.10.0: Pulling from library/docker 23:45:01 a3cc7d3b244e: Pulling fs layer 23:45:01 02a3295e0d61: Pulling fs layer 23:45:01 0f4f2e6d8100: Pulling fs layer 23:45:01 330b718f631f: Pulling fs layer 23:45:01 a93816041522: Pulling fs layer 23:45:01 bdb6da89ff94: Pulling fs layer 23:45:01 2a70c0c122f4: Pulling fs layer 23:45:01 330b718f631f: Waiting 23:45:01 bdb6da89ff94: Waiting 23:45:01 2a70c0c122f4: Waiting 23:45:01 a93816041522: Waiting 23:45:01 0f4f2e6d8100: Download complete 23:45:01 02a3295e0d61: Verifying Checksum 23:45:01 02a3295e0d61: Download complete [Pipeline] lock 23:45:02 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-5-stack-cost] 23:45:02 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-5-stack-cost] did not exist. Created. 23:45:02 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:45:02 a3cc7d3b244e: Verifying Checksum 23:45:02 a3cc7d3b244e: Download complete 23:45:02 a93816041522: Download complete 23:45:02 bdb6da89ff94: Verifying Checksum 23:45:02 bdb6da89ff94: Download complete 23:45:02 2a70c0c122f4: Verifying Checksum 23:45:02 2a70c0c122f4: Download complete 23:45:02 + echo total: 0.029999999329447746 [Pipeline] stash 23:45:02 Stashed 1 file(s) [Pipeline] } 23:45:02 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:45:02 a3cc7d3b244e: Pull complete 23:45:03 02a3295e0d61: Pull complete 23:45:03 330b718f631f: Verifying Checksum 23:45:03 330b718f631f: Download complete 23:45:04 0f4f2e6d8100: Pull complete 23:45:07 330b718f631f: Pull complete 23:45:07 a93816041522: Pull complete 23:45:08 bdb6da89ff94: Pull complete 23:45:08 2a70c0c122f4: Pull complete 23:45:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:45:08 Status: Downloaded newer image for docker:20.10.0 23:45:15 ---> 89b037905380 23:45:15 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:45:15 ---> Running in 3855527378eb 23:45:15 Removing intermediate container 3855527378eb 23:45:15 ---> 4f62d44612d5 23:45:15 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:45:15 ---> Running in e6eeb9875442 23:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:45:18 (1/5) Installing libsodium (1.0.18-r0) 23:45:18 (2/5) Installing libzmq (4.3.3-r0) 23:45:19 (3/5) Installing pkgconf (1.7.2-r0) 23:45:19 (4/5) Installing libsodium-dev (1.0.18-r0) 23:45:19 (5/5) Installing zeromq-dev (4.3.3-r0) 23:45:19 Executing busybox-1.31.1-r19.trigger 23:45:19 OK: 144 MiB in 44 packages 23:45:20 Removing intermediate container e6eeb9875442 23:45:20 ---> 07c9844ad1fa 23:45:20 Step 6/8 : WORKDIR /build 23:45:21 ---> Running in 364946899ae8 23:45:21 Removing intermediate container 364946899ae8 23:45:21 ---> b1efe92ed6f5 23:45:21 Step 7/8 : COPY go.mod . 23:45:22 ---> 6b331f3a3876 23:45:22 Step 8/8 : RUN go mod download 23:45:22 ---> Running in 23314a07eae8 23:45:49 Removing intermediate container 23314a07eae8 23:45:49 ---> d251049d2a26 23:45:49 Successfully built d251049d2a26 23:45:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:45:49 + docker inspect -f . ci-base-image-arm64 23:45:49 . [Pipeline] withDockerContainer 23:45:50 prd-ubuntu18.04-docker-arm64-4c-16g-1917 does not seem to be running inside a container 23:45:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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 23:45:52 $ docker top 52fbcddfd3b393736eeb4bababcaa6c9b08cefa724c0a06e1638547a515e9c2c -eo pid,comm [Pipeline] { [Pipeline] sh 23:45:53 + go version 23:45:53 go version go1.15.5 linux/arm64 [Pipeline] } 23:45:53 $ docker stop --time=1 52fbcddfd3b393736eeb4bababcaa6c9b08cefa724c0a06e1638547a515e9c2c 23:45:55 $ docker rm -f 52fbcddfd3b393736eeb4bababcaa6c9b08cefa724c0a06e1638547a515e9c2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:45:55 + docker inspect -f . ci-base-image-arm64 23:45:55 . [Pipeline] withDockerContainer 23:45:56 prd-ubuntu18.04-docker-arm64-4c-16g-1917 does not seem to be running inside a container 23:45:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/5 -v /w/workspace/app-functions-sdk-go/5:/w/workspace/app-functions-sdk-go/5:rw,z -v /w/workspace/app-functions-sdk-go/5@tmp:/w/workspace/app-functions-sdk-go/5@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 23:45:57 $ docker top e2c602f6122482f6acb5c3f7d354084036b14834f6602bd513dc2f11f96ee242 -eo pid,comm [Pipeline] { [Pipeline] sh 23:45:58 + make test 23:45:58 make -C ./app-service-template build 23:45:58 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/5/app-service-template' 23:45:58 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 23:46:37 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/5/app-service-template' 23:46:37 make -C ./app-service-template test 23:46:37 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/5/app-service-template' 23:46:37 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:47:00 ok new-app-service 0.037s coverage: 47.8% of statements 23:47:00 ? new-app-service/config [no test files] 23:47:00 ok new-app-service/functions 0.028s 23:47:00 CGO_ENABLED=1 go vet ./... 23:47:10 gofmt -l . 23:47:10 [ "`gofmt -l .`" = "" ] 23:47:10 ./bin/test-go-mod-tidy.sh 23:47:10 ./bin/test-attribution-txt.sh 23:47:10 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/5/app-service-template' 23:47:10 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:47:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:47:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.091s coverage: 55.8% of statements 23:47:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.036s coverage: 92.5% of statements 23:47:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:47:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.073s coverage: 61.5% of statements 23:47:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:47:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.042s 23:47:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.094s coverage: 75.4% of statements 23:47:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 23:47:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 23:47:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:47:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 23:47:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 23:47:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:47:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.046s coverage: 97.0% of statements 23:47:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:47:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.028s coverage: 10.5% of statements 23:47:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.796s coverage: 78.4% of statements 23:47:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 23:47:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.024s coverage: 18.4% of statements 23:47:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.042s coverage: 27.3% of statements 23:47:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 23:47:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 23:47:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.074s coverage: 71.7% of statements 23:47:54 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.082s coverage: 81.9% of statements 23:47:54 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.024s coverage: 94.4% of statements 23:47:54 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:47:57 gofmt -l . 23:47:57 [ "`gofmt -l .`" = "" ] 23:47:58 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 23:47:58 $ docker stop --time=1 e2c602f6122482f6acb5c3f7d354084036b14834f6602bd513dc2f11f96ee242 23:48:00 $ docker rm -f e2c602f6122482f6acb5c3f7d354084036b14834f6602bd513dc2f11f96ee242 [Pipeline] // withDockerContainer [Pipeline] sh 23:48:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:48:01 Warning: overwriting stash ‘coverage-report’ 23:48:02 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 23:48:03 ---> job-cost.sh 23:48:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-I4kg 23:48:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:50:18 lf-activate-venv(): INFO: Adding /tmp/venv-I4kg/bin to PATH 23:50:18 INFO: No Stack... 23:50:18 INFO: Retrieving Pricing Info for: lf-standard-4 23:50:18 INFO: Archiving Costs [Pipeline] sh 23:50:19 + cut -d, -f6 23:50:19 + cat /w/workspace/app-functions-sdk-go/5/archives/cost.csv [Pipeline] lock 23:50:19 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-5-stack-cost] 23:50:19 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-5-stack-cost] did not exist. Created. 23:50:19 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:50:19 /w/workspace/app-functions-sdk-go/5@tmp/durable-67cd929b/script.sh: 1: /w/workspace/app-functions-sdk-go/5@tmp/durable-67cd929b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 23:50:20 + echo total: 0.20999999344348907 [Pipeline] stash 23:50:20 Warning: overwriting stash ‘stack-cost’ 23:50:20 Stashed 1 file(s) [Pipeline] } 23:50:20 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-798-5-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 23:50:20 provisioning config files... 23:50:20 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-798@tmp/config566898779239589033tmp [Pipeline] { [Pipeline] sh 23:50:21 + set +x 23:50:21 + curl -s https://codecov.io/bash 23:50:21 + bash -s -- 23:50:21 23:50:21 _____ _ 23:50:21 / ____| | | 23:50:21 | | ___ __| | ___ ___ _____ __ 23:50:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:50:21 | |___| (_) | (_| | __/ (_| (_) \ V / 23:50:21 \_____\___/ \__,_|\___|\___\___/ \_/ 23:50:21 Bash-1.0.2 23:50:21 23:50:21 23:50:21 ==> git version 2.24.3 found 23:50:21 ==> 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 23:50:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:50:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:50:21 ==> Jenkins CI detected. 23:50:21 project root: . 23:50:21 --> token set from env 23:50:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:50:21 ==> Running gcov in . (disable via -X gcov) 23:50:21 ==> Python coveragepy not found 23:50:21 ==> Searching for coverage reports in: 23:50:21 + . 23:50:21 -> Found 2 reports 23:50:21 ==> Detecting git/mercurial file structure 23:50:21 ==> Reading reports 23:50:21 + ./app-service-template/coverage.out bytes=1055 23:50:21 + ./coverage.out bytes=86827 23:50:21 ==> Appending adjustments 23:50:21 https://docs.codecov.io/docs/fixing-reports 23:50:21 + Found adjustments 23:50:21 ==> Gzipping contents 23:50:21 16K /tmp/codecov.LGxmyC.gz 23:50:21 ==> Uploading reports 23:50:21 url: https://codecov.io 23:50:21 query: branch=PR-798&commit=8303654e9ccd145213bae8faf643475513bd15b5&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-798%2F5%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=798&job=&cmd_args= 23:50:21 -> Pinging Codecov 23:50:21 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-798&commit=8303654e9ccd145213bae8faf643475513bd15b5&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-798%2F5%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=798&job=&cmd_args= 23:50:22 -> Uploading to 23:50:22 https://storage.googleapis.com/codecov/v4/raw/2021-04-26/3D8B5DFFC46A037C893635FACE044666/8303654e9ccd145213bae8faf643475513bd15b5/9b6ccc1a-5d25-4a9f-9d07-c02eac3ac829.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210426T235022Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2bde4e908517067fa44e0f628adcceb9d2c14c0fec5d8f3563d2bae03f49f376 23:50:22 % Total % Received % Xferd Average Speed Time Time Time Current 23:50:22 Dload Upload Total Spent Left Speed 23:50:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15272 0 0 100 15272 0 32085 --:--:-- --:--:-- --:--:-- 32084 100 15272 0 0 100 15272 0 32073 --:--:-- --:--:-- --:--:-- 32084 23:50:22 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/8303654e9ccd145213bae8faf643475513bd15b5 [Pipeline] } 23:50:22 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 23:50:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:50:24 ---> package-listing.sh 23:50:24 ++ facter osfamily 23:50:24 ++ tr '[:upper:]' '[:lower:]' 23:50:24 + OS_FAMILY=redhat 23:50:24 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-798 23:50:24 + START_PACKAGES=/tmp/packages_start.txt 23:50:24 + END_PACKAGES=/tmp/packages_end.txt 23:50:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:50:24 + PACKAGES=/tmp/packages_start.txt 23:50:24 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-798 ']' 23:50:24 + PACKAGES=/tmp/packages_end.txt 23:50:24 + case "${OS_FAMILY}" in 23:50:24 + rpm -qa 23:50:24 + sort 23:50:29 + '[' -f /tmp/packages_start.txt ']' 23:50:29 + '[' -f /tmp/packages_end.txt ']' 23:50:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:50:29 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-798 ']' 23:50:29 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-798/archives/ 23:50:29 + 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 23:50:29 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 23:50:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:50:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:50:29 23:50:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:50:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:50:30 alpine: Pulling from edgex-lftools-log-publisher 23:50:30 df20fa9351a1: Pulling fs layer 23:50:30 36b3adc4ff6f: Pulling fs layer 23:50:30 8ad3a11d3b57: Pulling fs layer 23:50:30 46f8f816bc3b: Pulling fs layer 23:50:30 93b61091891f: Pulling fs layer 23:50:30 93b9cdb0e59b: Pulling fs layer 23:50:30 5e14af77c1be: Pulling fs layer 23:50:30 01666e4c0597: Pulling fs layer 23:50:30 aa168da1d23b: Pulling fs layer 23:50:30 46f8f816bc3b: Waiting 23:50:30 93b61091891f: Waiting 23:50:30 93b9cdb0e59b: Waiting 23:50:30 5e14af77c1be: Waiting 23:50:30 aa168da1d23b: Waiting 23:50:30 01666e4c0597: Waiting 23:50:30 36b3adc4ff6f: Verifying Checksum 23:50:30 36b3adc4ff6f: Download complete 23:50:30 46f8f816bc3b: Verifying Checksum 23:50:30 46f8f816bc3b: Download complete 23:50:30 df20fa9351a1: Verifying Checksum 23:50:30 df20fa9351a1: Download complete 23:50:30 93b9cdb0e59b: Verifying Checksum 23:50:30 93b9cdb0e59b: Download complete 23:50:30 93b61091891f: Verifying Checksum 23:50:30 93b61091891f: Download complete 23:50:30 5e14af77c1be: Verifying Checksum 23:50:30 5e14af77c1be: Download complete 23:50:30 01666e4c0597: Verifying Checksum 23:50:30 01666e4c0597: Download complete 23:50:30 df20fa9351a1: Pull complete 23:50:30 8ad3a11d3b57: Verifying Checksum 23:50:30 8ad3a11d3b57: Download complete 23:50:31 36b3adc4ff6f: Pull complete 23:50:31 8ad3a11d3b57: Pull complete 23:50:31 46f8f816bc3b: Pull complete 23:50:32 93b61091891f: Pull complete 23:50:32 93b9cdb0e59b: Pull complete 23:50:32 5e14af77c1be: Pull complete 23:50:33 01666e4c0597: Pull complete 23:50:33 aa168da1d23b: Verifying Checksum 23:50:33 aa168da1d23b: Download complete 23:50:39 aa168da1d23b: Pull complete 23:50:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:50:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:50:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:50:39 prd-centos7-docker-4c-2g-1908 does not seem to be running inside a container 23:50:39 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:50:45 $ docker top 74b6518c9721a44ea79f058ea57ea930e914d21afa0ac0b10e937933691b284d -eo pid,comm [Pipeline] { [Pipeline] sh 23:50:45 + touch /tmp/pre-build-complete [Pipeline] sh 23:50:46 + mkdir -p /var/log/sa [Pipeline] sh 23:50:46 + ls /var/log/sa-host 23:50:46 + sadf -c /var/log/sa-host/sa23 23:50:46 file_magic: OK 23:50:46 HZ: Using current value: 100 23:50:46 file_header: OK 23:50:46 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 23:50:46 Statistics: 23:50:46 Hnuu...uuuununununu... 23:50:46 File successfully converted to sysstat format version 12.2.1 23:50:46 + sadf -c /var/log/sa-host/sa26 23:50:46 file_magic: OK 23:50:46 HZ: Using current value: 100 23:50:46 file_header: OK 23:50:46 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 23:50:46 Statistics: 23:50:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:50:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:50:47 provisioning config files... 23:50:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-798@tmp/config560402254958891232tmp [Pipeline] { [Pipeline] echo 23:50:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:50:47 ---> create-netrc.sh [Pipeline] } 23:50:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:50:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:50:47 ---> python-tools-install.sh [Pipeline] echo 23:50:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:50:48 ---> sudo-logs.sh 23:50:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:50:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:50:48 ---> job-cost.sh 23:50:48 lf-activate-venv: SKIPPING 23:50:48 DEBUG: total: 0.20999999344348907 23:50:48 INFO: Retrieving Stack Cost... 23:50:49 INFO: Retrieving Pricing Info for: v1-standard-2 23:50:50 INFO: Archiving Costs [Pipeline] echo 23:50:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:50:50 ---> logs-deploy.sh 23:50:50 lf-activate-venv: SKIPPING 23:50:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-798/5 23:50:50 INFO: archiving workspace using pattern(s): 23:50:52 Archives upload complete. 23:50:52 INFO: archiving logs to Nexus 23:50:53 ---> uname -a: 23:50:53 Linux prd-centos7-docker-4c-2g-1908.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:50:53 23:50:53 23:50:53 ---> lscpu: 23:50:53 Architecture: x86_64 23:50:53 CPU op-mode(s): 32-bit, 64-bit 23:50:53 Byte Order: Little Endian 23:50:53 Address sizes: 40 bits physical, 48 bits virtual 23:50:53 CPU(s): 4 23:50:53 On-line CPU(s) list: 0-3 23:50:53 Thread(s) per core: 1 23:50:53 Core(s) per socket: 1 23:50:53 Socket(s): 4 23:50:53 NUMA node(s): 1 23:50:53 Vendor ID: GenuineIntel 23:50:53 CPU family: 6 23:50:53 Model: 44 23:50:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:50:53 Stepping: 1 23:50:53 CPU MHz: 2933.438 23:50:53 BogoMIPS: 5866.87 23:50:53 Virtualization: VT-x 23:50:53 Hypervisor vendor: KVM 23:50:53 Virtualization type: full 23:50:53 L1d cache: 128 KiB 23:50:53 L1i cache: 128 KiB 23:50:53 L2 cache: 16 MiB 23:50:53 L3 cache: 64 MiB 23:50:53 NUMA node0 CPU(s): 0-3 23:50:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:50:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:50:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:50:53 Vulnerability Meltdown: Mitigation; PTI 23:50:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:50:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:50:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:50:53 Vulnerability Srbds: Not affected 23:50:53 Vulnerability Tsx async abort: Not affected 23:50:53 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 23:50:53 23:50:53 23:50:53 ---> nproc: 23:50:53 4 23:50:53 23:50:53 23:50:53 ---> df -h: 23:50:53 Filesystem Size Used Available Use% Mounted on 23:50:53 overlay 50.0G 7.3G 42.7G 15% / 23:50:53 tmpfs 64.0M 0 64.0M 0% /dev 23:50:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:50:53 shm 64.0M 0 64.0M 0% /dev/shm 23:50:53 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:50:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:50:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:50:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:50:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:50:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:50:53 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:50:53 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-798 23:50:53 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-798@tmp 23:50:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:50:53 23:50:53 23:50:53 ---> free -m: 23:50:53 total used free shared buff/cache available 23:50:53 Mem: 1837 726 99 0 1011 1006 23:50:53 Swap: 1023 1 1022 23:50:53 23:50:53 23:50:53 ---> ip addr: 23:50:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:50:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:50:53 inet 127.0.0.1/8 scope host lo 23:50:53 valid_lft forever preferred_lft forever 23:50:53 inet6 ::1/128 scope host 23:50:53 valid_lft forever preferred_lft forever 23:50:53 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:50:53 link/ether fa:16:3e:23:cc:2f brd ff:ff:ff:ff:ff:ff 23:50:53 inet 10.30.123.72/23 brd 10.30.123.255 scope global dynamic eth0 23:50:53 valid_lft 85679sec preferred_lft 85679sec 23:50:53 inet6 fe80::f816:3eff:fe23:cc2f/64 scope link 23:50:53 valid_lft forever preferred_lft forever 23:50:53 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:50:53 link/ether 02:42:32:70:88:b6 brd ff:ff:ff:ff:ff:ff 23:50:53 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:50:53 valid_lft forever preferred_lft forever 23:50:53 inet6 fe80::42:32ff:fe70:88b6/64 scope link 23:50:53 valid_lft forever preferred_lft forever 23:50:53 23:50:53 23:50:53 ---> sar -b -r -n DEV: 23:50:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) 23:50:53 23:50:53 23:38:40 LINUX RESTART (4 CPU) 23:50:53 23:50:53 23:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:50:53 23:40:01 137.12 49.12 88.00 0.00 8070.74 41006.46 0.00 23:50:53 23:41:01 2.33 0.00 2.33 0.00 0.00 49.07 0.00 23:50:53 23:42:01 0.43 0.00 0.43 0.00 0.00 6.25 0.00 23:50:53 23:43:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 23:50:53 23:44:01 0.20 0.00 0.20 0.00 0.00 2.96 0.00 23:50:53 23:45:02 0.33 0.00 0.33 0.00 0.00 5.23 0.00 23:50:53 23:46:01 0.30 0.00 0.30 0.00 0.00 3.27 0.00 23:50:53 23:47:01 0.22 0.00 0.22 0.00 0.00 3.25 0.00 23:50:53 23:48:01 0.28 0.00 0.28 0.00 0.00 3.61 0.00 23:50:53 23:49:01 0.23 0.00 0.23 0.00 0.00 2.71 0.00 23:50:53 23:50:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 23:50:53 Average: 12.93 4.47 8.45 0.00 735.16 3742.69 0.00 23:50:53 23:50:53 23:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:50:53 23:40:01 207332 0 616880 32.79 2620 1054712 1120440 38.24 436512 1038696 132 23:50:53 23:41:01 209112 0 615188 32.70 2620 1054624 1113828 38.01 438036 1036124 12 23:50:53 23:42:01 210400 0 613896 32.63 2620 1054628 1082044 36.93 435060 1038164 20 23:50:53 23:43:01 212648 0 611648 32.51 2620 1054628 1068380 36.46 440472 1031004 20 23:50:53 23:44:01 208228 0 616060 32.74 2620 1054636 1068536 36.47 442376 1034036 8 23:50:53 23:45:02 201452 0 622832 33.10 2620 1054640 1068596 36.47 459484 1023244 8 23:50:53 23:46:01 201948 0 622332 33.08 2620 1054644 1068536 36.47 459376 1023236 20 23:50:53 23:47:01 201624 0 622652 33.09 2620 1054648 1068584 36.47 459724 1023236 8 23:50:53 23:48:01 202864 0 621404 33.03 2620 1054656 1068380 36.46 458532 1023236 8 23:50:53 23:49:01 202676 0 621588 33.04 2620 1054660 1068380 36.46 458536 1023236 8 23:50:53 23:50:01 201684 0 622580 33.09 2620 1054660 1068524 36.47 459724 1023236 8 23:50:53 Average: 205452 0 618824 32.89 2620 1054649 1078566 36.81 449803 1028859 23 23:50:53 23:50:53 23:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:50:53 23:40:01 eth0 701.45 519.96 1698.77 100.18 0.00 0.00 0.00 0.00 23:50:53 23:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:40:01 docker0 110.70 82.42 9.87 309.74 0.00 0.00 0.00 0.00 23:50:53 23:41:01 eth0 2.30 0.60 0.71 0.37 0.00 0.00 0.00 0.00 23:50:53 23:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:42:01 eth0 2.23 0.95 0.93 0.63 0.00 0.00 0.00 0.00 23:50:53 23:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:43:01 eth0 0.95 0.08 0.07 0.01 0.00 0.00 0.00 0.00 23:50:53 23:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:44:01 eth0 3.00 0.42 0.49 0.20 0.00 0.00 0.00 0.00 23:50:53 23:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:45:02 eth0 3.50 1.08 1.30 0.85 0.00 0.00 0.00 0.00 23:50:53 23:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:46:01 eth0 1.30 0.39 0.36 0.21 0.00 0.00 0.00 0.00 23:50:53 23:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:47:01 eth0 1.47 0.53 0.59 0.39 0.00 0.00 0.00 0.00 23:50:53 23:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:48:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:50:53 23:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:49:01 eth0 0.62 0.07 0.06 0.01 0.00 0.00 0.00 0.00 23:50:53 23:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:50:01 eth0 1.28 0.38 0.46 0.26 0.00 0.00 0.00 0.00 23:50:53 23:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 23:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 Average: eth0 65.42 47.78 155.19 9.39 0.00 0.00 0.00 0.00 23:50:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:50:53 Average: docker0 10.08 7.51 0.90 28.21 0.00 0.00 0.00 0.00 23:50:53 23:50:53 23:50:53 ---> sar -P ALL: 23:50:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) 23:50:53 23:50:53 23:38:40 LINUX RESTART (4 CPU) 23:50:53 23:50:53 23:39:01 CPU %user %nice %system %iowait %steal %idle 23:50:53 23:40:01 all 15.04 0.00 7.34 5.94 0.05 71.64 23:50:53 23:40:01 0 12.90 0.00 9.85 4.97 0.07 72.22 23:50:53 23:40:01 1 14.55 0.00 6.24 7.22 0.03 71.96 23:50:53 23:40:01 2 15.12 0.00 6.73 4.56 0.05 73.54 23:50:53 23:40:01 3 17.58 0.00 6.55 7.01 0.05 68.81 23:50:53 23:41:01 all 0.18 0.00 0.06 0.00 0.00 99.75 23:50:53 23:41:01 0 0.07 0.00 0.08 0.00 0.02 99.83 23:50:53 23:41:01 1 0.53 0.00 0.03 0.00 0.00 99.43 23:50:53 23:41:01 2 0.07 0.00 0.07 0.00 0.00 99.87 23:50:53 23:41:01 3 0.05 0.00 0.07 0.00 0.00 99.88 23:50:53 23:42:01 all 0.18 0.00 0.05 0.00 0.01 99.77 23:50:53 23:42:01 0 0.03 0.00 0.05 0.00 0.00 99.92 23:50:53 23:42:01 1 0.50 0.00 0.03 0.00 0.02 99.45 23:50:53 23:42:01 2 0.10 0.00 0.07 0.00 0.02 99.82 23:50:53 23:42:01 3 0.07 0.00 0.05 0.00 0.00 99.88 23:50:53 23:43:01 all 0.12 0.00 0.05 0.00 0.00 99.83 23:50:53 23:43:01 0 0.02 0.00 0.05 0.00 0.00 99.93 23:50:53 23:43:01 1 0.40 0.00 0.03 0.00 0.00 99.57 23:50:53 23:43:01 2 0.05 0.00 0.08 0.00 0.00 99.87 23:50:53 23:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:50:53 23:44:01 all 0.19 0.00 0.10 0.00 0.01 99.71 23:50:53 23:44:01 0 0.03 0.00 0.07 0.00 0.02 99.88 23:50:53 23:44:01 1 0.57 0.00 0.13 0.00 0.02 99.28 23:50:53 23:44:01 2 0.08 0.00 0.08 0.00 0.00 99.83 23:50:53 23:44:01 3 0.07 0.00 0.10 0.00 0.00 99.83 23:50:53 23:45:02 all 0.17 0.00 0.05 0.00 0.00 99.78 23:50:53 23:45:02 0 0.07 0.00 0.08 0.00 0.00 99.85 23:50:53 23:45:02 1 0.53 0.00 0.03 0.00 0.00 99.43 23:50:53 23:45:02 2 0.03 0.00 0.05 0.00 0.00 99.92 23:50:53 23:45:02 3 0.03 0.00 0.05 0.00 0.00 99.92 23:50:53 23:46:01 all 0.17 0.00 0.06 0.00 0.00 99.77 23:50:53 23:46:01 0 0.02 0.00 0.15 0.00 0.00 99.83 23:50:53 23:46:01 1 0.54 0.00 0.03 0.00 0.00 99.42 23:50:53 23:46:01 2 0.07 0.00 0.05 0.00 0.00 99.88 23:50:53 23:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:50:53 23:47:01 all 0.18 0.00 0.03 0.00 0.01 99.78 23:50:53 23:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 23:50:53 23:47:01 1 0.07 0.00 0.02 0.00 0.00 99.92 23:50:53 23:47:01 2 0.52 0.00 0.05 0.00 0.02 99.42 23:50:53 23:47:01 3 0.08 0.00 0.05 0.00 0.00 99.87 23:50:53 23:48:01 all 0.13 0.00 0.05 0.00 0.00 99.83 23:50:53 23:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:50:53 23:48:01 1 0.07 0.00 0.05 0.00 0.00 99.88 23:50:53 23:48:01 2 0.35 0.00 0.02 0.00 0.00 99.63 23:50:53 23:48:01 3 0.05 0.00 0.08 0.00 0.00 99.87 23:50:53 23:49:01 all 0.14 0.00 0.04 0.00 0.00 99.82 23:50:53 23:49:01 0 0.00 0.00 0.03 0.00 0.00 99.97 23:50:53 23:49:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:50:53 23:49:01 2 0.47 0.00 0.05 0.00 0.00 99.48 23:50:53 23:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:50:53 23:50:01 all 0.18 0.00 0.03 0.00 0.00 99.79 23:50:53 23:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:50:53 23:50:01 1 0.07 0.00 0.07 0.00 0.00 99.87 23:50:53 23:50:01 2 0.58 0.00 0.02 0.00 0.00 99.40 23:50:53 23:50:01 3 0.05 0.00 0.03 0.00 0.00 99.92 23:50:53 23:50:53 Average: CPU %user %nice %system %iowait %steal %idle 23:50:53 Average: all 1.50 0.00 0.71 0.53 0.01 97.26 23:50:53 Average: 0 1.18 0.00 0.93 0.44 0.01 97.43 23:50:53 Average: 1 1.62 0.00 0.60 0.65 0.01 97.12 23:50:53 Average: 2 1.57 0.00 0.65 0.41 0.01 97.36 23:50:53 Average: 3 1.62 0.00 0.63 0.63 0.00 97.12 23:50:53 23:50:53 23:50:53