Pull request #742 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440+f69f49597da150ce93c9eb1ee6e50bc5240f0ee6 (c92bcfe00453fc591c4b26e178f96faef1498eb7) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30553’ Running on prd-centos7-docker-4c-2g-30557 in /w/workspace/ndry_app-functions-sdk-go_PR-742 [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-742 # 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 Merging remotes/origin/master commit f69f49597da150ce93c9eb1ee6e50bc5240f0ee6 into PR head commit 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 Merge succeeded, producing 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 Checking out Revision 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 (PR-742) > 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/742/head:refs/remotes/origin/PR-742 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 # 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 f69f49597da150ce93c9eb1ee6e50bc5240f0ee6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git rev-list --no-walk 7690dbcdf4c44040c622157c26de0699e0fecf29 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:01:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:01:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:01:59 ========================================================= 16:01:59 EdgeX Global Pipelines Version Info 16:01:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:02:00 ------------------- 16:02:00 stable info: 16:02:00 ------------------- 16:02:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:02:00 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:02:00 Message: update stable to v1.0.184 16:02:01 ------------------- 16:02:01 experimental info: 16:02:01 ------------------- 16:02:01 Commited By: **** collab-it+edgex@linuxfoundation.org 16:02:01 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:02:01 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:02:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:02:01 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:02:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:02:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:02:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:02:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:02:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:02:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 16:02:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:02:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:02:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:02:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:02:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:02:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:02:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:02:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:02:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:02:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-742 [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-742 [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-742 [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4ec183c [Pipeline] echo 16:02:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:02:05 + git log --format=format:%s -1 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 [Pipeline] echo 16:02:05 GIT_COMMIT: 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 16:02:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:02:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:02:06 16:02:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:02:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:02:06 latest: Pulling from edgex-devops/git-semver 16:02:06 31603596830f: Pulling fs layer 16:02:06 2a8b12db71e7: Pulling fs layer 16:02:06 6ca5941a6612: Pulling fs layer 16:02:06 ecc8261a40a4: Pulling fs layer 16:02:06 ecc8261a40a4: Waiting 16:02:06 2a8b12db71e7: Verifying Checksum 16:02:06 2a8b12db71e7: Download complete 16:02:07 31603596830f: Verifying Checksum 16:02:07 31603596830f: Download complete 16:02:07 6ca5941a6612: Verifying Checksum 16:02:07 6ca5941a6612: Download complete 16:02:07 ecc8261a40a4: Verifying Checksum 16:02:07 ecc8261a40a4: Download complete 16:02:07 31603596830f: Pull complete 16:02:07 2a8b12db71e7: Pull complete 16:02:08 6ca5941a6612: Pull complete 16:02:08 ecc8261a40a4: Pull complete 16:02:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:02:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:02:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:02:09 prd-centos7-docker-4c-2g-30557 does not seem to be running inside a container 16:02:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-742 -v /w/workspace/ndry_app-functions-sdk-go_PR-742:/w/workspace/ndry_app-functions-sdk-go_PR-742:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-742@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-742@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 16:02:11 $ docker top 0377d964b77078c2df647d32029a4e383d8a2b343172c6838144850a8c3aecc9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:02:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:02:11 [ssh-agent] Looking for ssh-agent implementation... 16:02:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:02:11 $ docker exec 0377d964b77078c2df647d32029a4e383d8a2b343172c6838144850a8c3aecc9 ssh-agent 16:02:12 SSH_AUTH_SOCK=/tmp/ssh-chiAjSVILIOu/agent.13 16:02:12 SSH_AGENT_PID=18 16:02:12 Running ssh-add (command line suppressed) 16:02:12 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-742@tmp/private_key_5038642885466232798.key (/w/workspace/ndry_app-functions-sdk-go_PR-742@tmp/private_key_5038642885466232798.key) 16:02:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:02:12 + git tag --points-at HEAD [Pipeline] } 16:02:12 $ docker exec --env ******** --env ******** 0377d964b77078c2df647d32029a4e383d8a2b343172c6838144850a8c3aecc9 ssh-agent -k 16:02:12 unset SSH_AUTH_SOCK; 16:02:12 unset SSH_AGENT_PID; 16:02:12 echo Agent pid 18 killed; 16:02:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:02:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:02:12 [ssh-agent] Looking for ssh-agent implementation... 16:02:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:02:13 $ docker exec 0377d964b77078c2df647d32029a4e383d8a2b343172c6838144850a8c3aecc9 ssh-agent 16:02:13 SSH_AUTH_SOCK=/tmp/ssh-6eTkhnZMlXaR/agent.48 16:02:13 SSH_AGENT_PID=53 16:02:13 Running ssh-add (command line suppressed) 16:02:13 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-742@tmp/private_key_616398827864680637.key (/w/workspace/ndry_app-functions-sdk-go_PR-742@tmp/private_key_616398827864680637.key) 16:02:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:02:13 + git semver init 16:02:13 # -> Open(): unable to determine branch for HEAD 16:02:13 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-742/.git 16:02:13 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-742 16:02:13 # $SEMVER_REMOTE_NAME = origin 16:02:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:02:13 # $SEMVER_USER_NAME = edgex-jenkins 16:02:13 # $SEMVER_BRANCH = PR-742 16:02:13 # $SEMVER_TEMP = /tmp/semver-803136866 16:02:13 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:02:16 # '/tmp/semver-803136866' -> '/w/workspace/ndry_app-functions-sdk-go_PR-742/.semver' 16:02:16 # -> Force: false 16:02:16 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-742/.semver [Pipeline] } 16:02:16 $ docker exec --env ******** --env ******** 0377d964b77078c2df647d32029a4e383d8a2b343172c6838144850a8c3aecc9 ssh-agent -k 16:02:16 unset SSH_AUTH_SOCK; 16:02:16 unset SSH_AGENT_PID; 16:02:16 echo Agent pid 53 killed; 16:02:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:02:17 + git semver [Pipeline] } 16:02:17 $ docker stop --time=1 0377d964b77078c2df647d32029a4e383d8a2b343172c6838144850a8c3aecc9 16:02:18 $ docker rm -f 0377d964b77078c2df647d32029a4e383d8a2b343172c6838144850a8c3aecc9 [Pipeline] // withDockerContainer [Pipeline] sh 16:02:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:02:20 Stashed 1 file(s) [Pipeline] echo 16:02:20 [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 16:02:35 Still waiting to schedule task 16:02:35 ‘prd-centos7-docker-4c-2g-30554’ is offline; ‘prd-centos7-docker-4c-2g-30556’ is offline; ‘prd-centos7-docker-4c-2g-30558’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’ 16:02:35 Still waiting to schedule task 16:02:35 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:03:38 Running on prd-centos7-docker-4c-2g-30561 in /w/workspace/ndry_app-functions-sdk-go_PR-742 [Pipeline] { [Pipeline] ws 16:03:38 Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout 16:03:40 using credential edgex-jenkins-ssh 16:03:40 Cloning the remote Git repository 16:03:40 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:03:41 > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 16:03:41 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:03:41 > git --version # timeout=10 16:03:41 > git --version # 'git version 2.24.3' 16:03:41 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:03:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:03:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:03:45 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:03:45 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:03:45 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:45 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/742/head:refs/remotes/origin/PR-742 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:03:46 Merging remotes/origin/master commit f69f49597da150ce93c9eb1ee6e50bc5240f0ee6 into PR head commit 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 16:03:46 Merge succeeded, producing 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 16:03:46 Checking out Revision 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 (PR-742) 16:03:46 > git config core.sparsecheckout # timeout=10 16:03:46 > git checkout -f 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 # timeout=10 16:03:46 > git remote # timeout=10 16:03:46 > git config --get remote.origin.url # timeout=10 16:03:46 using GIT_SSH to set credentials SSH Credentials for GitHub 16:03:46 > git merge f69f49597da150ce93c9eb1ee6e50bc5240f0ee6 # timeout=10 16:03:46 > git rev-parse HEAD^{commit} # timeout=10 16:03:46 > git config core.sparsecheckout # timeout=10 16:03:46 > git checkout -f 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 # timeout=10 16:03:49 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:03:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:03:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:03:51 + sudo service docker restart 16:03:51 + true 16:03:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:03:52 ========================================================= 16:03:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:03:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:03:53 + 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 . 16:03:53 Sending build context to Docker daemon 19.38MB 16:03:53 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:03:53 Step 2/8 : FROM ${BASE} 16:03:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:03:53 188c0c94c7c5: Pulling fs layer 16:03:53 0ef7d3d256c8: Pulling fs layer 16:03:53 de9db76c5a1d: Pulling fs layer 16:03:53 bca2f99d35d6: Pulling fs layer 16:03:53 93359f2a8cfa: Pulling fs layer 16:03:53 7c6f9722023f: Pulling fs layer 16:03:53 a35cf1a2eb13: Pulling fs layer 16:03:53 bca2f99d35d6: Waiting 16:03:53 93359f2a8cfa: Waiting 16:03:53 7c6f9722023f: Waiting 16:03:53 a35cf1a2eb13: Waiting 16:03:53 de9db76c5a1d: Download complete 16:03:53 0ef7d3d256c8: Download complete 16:03:54 93359f2a8cfa: Verifying Checksum 16:03:54 93359f2a8cfa: Download complete 16:03:54 7c6f9722023f: Verifying Checksum 16:03:54 7c6f9722023f: Download complete 16:03:54 188c0c94c7c5: Verifying Checksum 16:03:54 188c0c94c7c5: Download complete 16:03:54 188c0c94c7c5: Pull complete 16:03:54 0ef7d3d256c8: Pull complete 16:03:54 de9db76c5a1d: Pull complete 16:03:55 a35cf1a2eb13: Verifying Checksum 16:03:55 a35cf1a2eb13: Download complete 16:03:56 bca2f99d35d6: Verifying Checksum 16:03:56 bca2f99d35d6: Download complete 16:04:01 bca2f99d35d6: Pull complete 16:04:01 93359f2a8cfa: Pull complete 16:04:01 7c6f9722023f: Pull complete 16:04:07 a35cf1a2eb13: Pull complete 16:04:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:04:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:04:07 ---> a62c8e92a672 16:04:07 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 16:04:07 20.10.0: Pulling from library/docker 16:04:07 05e7bc50f07f: Pulling fs layer 16:04:07 6db28d0fdbf6: Pulling fs layer 16:04:07 292df0bc6bf3: Pulling fs layer 16:04:07 2e060f4bd70b: Pulling fs layer 16:04:07 80e8d568a223: Pulling fs layer 16:04:07 8dc6ef1a942a: Pulling fs layer 16:04:07 2312dd95470a: Pulling fs layer 16:04:07 2e060f4bd70b: Waiting 16:04:07 80e8d568a223: Waiting 16:04:07 2312dd95470a: Waiting 16:04:07 8dc6ef1a942a: Waiting 16:04:07 292df0bc6bf3: Verifying Checksum 16:04:07 292df0bc6bf3: Download complete 16:04:07 6db28d0fdbf6: Verifying Checksum 16:04:07 6db28d0fdbf6: Download complete 16:04:07 05e7bc50f07f: Verifying Checksum 16:04:07 05e7bc50f07f: Download complete 16:04:07 80e8d568a223: Verifying Checksum 16:04:07 80e8d568a223: Download complete 16:04:07 8dc6ef1a942a: Verifying Checksum 16:04:07 8dc6ef1a942a: Download complete 16:04:07 2312dd95470a: Verifying Checksum 16:04:07 2312dd95470a: Download complete 16:04:07 05e7bc50f07f: Pull complete 16:04:07 6db28d0fdbf6: Pull complete 16:04:07 292df0bc6bf3: Pull complete 16:04:07 2e060f4bd70b: Verifying Checksum 16:04:07 2e060f4bd70b: Download complete 16:04:10 2e060f4bd70b: Pull complete 16:04:10 80e8d568a223: Pull complete 16:04:10 8dc6ef1a942a: Pull complete 16:04:10 2312dd95470a: Pull complete 16:04:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:04:10 Status: Downloaded newer image for docker:20.10.0 16:04:12 ---> adb9ef28dc92 16:04:12 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:04:12 ---> Running in 42d64b526925 16:04:12 Removing intermediate container 42d64b526925 16:04:12 ---> eb5c523a77fe 16:04:12 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:04:12 ---> Running in 8c4336a346d0 16:04:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:04:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:04:15 (1/5) Installing libsodium (1.0.18-r0) 16:04:15 (2/5) Installing libzmq (4.3.3-r0) 16:04:15 (3/5) Installing pkgconf (1.7.2-r0) 16:04:15 (4/5) Installing libsodium-dev (1.0.18-r0) 16:04:15 (5/5) Installing zeromq-dev (4.3.3-r0) 16:04:15 Executing busybox-1.31.1-r19.trigger 16:04:15 OK: 167 MiB in 44 packages 16:04:16 Removing intermediate container 8c4336a346d0 16:04:16 ---> 7ccd6fba8c2e 16:04:16 Step 6/8 : WORKDIR /build 16:04:16 ---> Running in 8600305a99a5 16:04:16 Removing intermediate container 8600305a99a5 16:04:16 ---> d4a782001bee 16:04:16 Step 7/8 : COPY go.mod . 16:04:17 ---> 080b62e70355 16:04:17 Step 8/8 : RUN go mod download 16:04:17 ---> Running in 843c0d7d1bfc 16:04:43 Removing intermediate container 843c0d7d1bfc 16:04:43 ---> 96e6b0078097 16:04:43 Successfully built 96e6b0078097 16:04:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:04:44 + docker inspect -f . ci-base-image-x86_64 16:04:44 . [Pipeline] withDockerContainer 16:04:44 prd-centos7-docker-4c-2g-30561 does not seem to be running inside a container 16:04:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@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 16:04:45 $ docker top d1e500b3604b3c1693367e31513097254563d0edee20df47f2afb95d59d760fe -eo pid,comm [Pipeline] { [Pipeline] sh 16:04:45 + go version 16:04:45 go version go1.15.5 linux/amd64 [Pipeline] } 16:04:45 $ docker stop --time=1 d1e500b3604b3c1693367e31513097254563d0edee20df47f2afb95d59d760fe 16:04:47 $ docker rm -f d1e500b3604b3c1693367e31513097254563d0edee20df47f2afb95d59d760fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:04:48 + docker inspect -f . ci-base-image-x86_64 16:04:48 . [Pipeline] withDockerContainer 16:04:48 prd-centos7-docker-4c-2g-30561 does not seem to be running inside a container 16:04:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@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 16:04:48 $ docker top c6afa014aaa1cac4527cfae9a366ec39531de7903c62447a1ccace1c7ce16605 -eo pid,comm [Pipeline] { [Pipeline] sh 16:04:49 + make test 16:04:49 make -C ./app-service-template build 16:04:49 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/6/app-service-template' 16:04:49 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 16:05:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30564 in /w/workspace/ndry_app-functions-sdk-go_PR-742 [Pipeline] { [Pipeline] ws 16:05:01 Running in /w/workspace/app-functions-sdk-go/6 [Pipeline] { [Pipeline] checkout 16:05:04 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/6/app-service-template' 16:05:04 make -C ./app-service-template test 16:05:04 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/6/app-service-template' 16:05:04 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:05:06 using credential edgex-jenkins-ssh 16:05:06 Cloning the remote Git repository 16:05:06 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:05:06 > git init /w/workspace/app-functions-sdk-go/6 # timeout=10 16:05:06 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:05:06 > git --version # timeout=10 16:05:06 > git --version # 'git version 2.17.1' 16:05:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:05:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:05:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:05:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:05:09 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:05:09 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:05:09 using GIT_SSH to set credentials SSH Credentials for GitHub 16:05:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/742/head:refs/remotes/origin/PR-742 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:05:10 Merging remotes/origin/master commit f69f49597da150ce93c9eb1ee6e50bc5240f0ee6 into PR head commit 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 16:05:10 Merge succeeded, producing 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 16:05:10 Checking out Revision 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 (PR-742) 16:05:11 ok new-app-service 0.019s coverage: 89.5% of statements 16:05:10 > git config core.sparsecheckout # timeout=10 16:05:10 > git checkout -f 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 # timeout=10 16:05:10 > git remote # timeout=10 16:05:10 > git config --get remote.origin.url # timeout=10 16:05:10 using GIT_SSH to set credentials SSH Credentials for GitHub 16:05:10 > git merge f69f49597da150ce93c9eb1ee6e50bc5240f0ee6 # timeout=10 16:05:10 > git rev-parse HEAD^{commit} # timeout=10 16:05:10 > git config core.sparsecheckout # timeout=10 16:05:10 > git checkout -f 4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 # timeout=10 16:05:11 ok new-app-service/functions 0.012s 16:05:11 CGO_ENABLED=1 go vet ./... 16:05:15 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 16:05:15 gofmt -l . 16:05:15 [ "`gofmt -l .`" = "" ] 16:05:15 ./bin/test-go-mod-tidy.sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:05:15 ./bin/test-attribution-txt.sh 16:05:16 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/6/app-service-template' 16:05:16 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:05:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 16:05:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [Pipeline] sh 16:05:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:05:17 + true 16:05:17 + sudo service docker restart 16:05:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.036s coverage: 56.1% of statements 16:05:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.026s coverage: 92.5% of statements 16:05:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 16:05:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.040s coverage: 61.5% of statements 16:05:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 16:05:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.008s 16:05:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.053s coverage: 75.4% of statements 16:05:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 16:05:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 16:05:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 16:05:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 16:05:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 16:05:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 16:05:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.029s coverage: 97.0% of statements 16:05:19 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 16:05:19 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.019s coverage: 10.5% of statements [Pipeline] unstash [Pipeline] echo 16:05:20 ========================================================= 16:05:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:05:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:05:20 + 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 . 16:05:21 Sending build context to Docker daemon 19.38MB 16:05:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:05:21 Step 2/8 : FROM ${BASE} 16:05:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:05:22 5f621e34cdf4: Pulling fs layer 16:05:22 a4357932f1b6: Pulling fs layer 16:05:22 18c013af1878: Pulling fs layer 16:05:22 00ac8860ef70: Pulling fs layer 16:05:22 63d7cb157983: Pulling fs layer 16:05:22 b116817d02f9: Pulling fs layer 16:05:22 745a02a5169b: Pulling fs layer 16:05:22 00ac8860ef70: Waiting 16:05:22 63d7cb157983: Waiting 16:05:22 b116817d02f9: Waiting 16:05:22 745a02a5169b: Waiting 16:05:22 18c013af1878: Verifying Checksum 16:05:22 18c013af1878: Download complete 16:05:22 a4357932f1b6: Verifying Checksum 16:05:22 a4357932f1b6: Download complete 16:05:22 63d7cb157983: Verifying Checksum 16:05:22 63d7cb157983: Download complete 16:05:22 b116817d02f9: Verifying Checksum 16:05:22 b116817d02f9: Download complete 16:05:22 5f621e34cdf4: Verifying Checksum 16:05:22 5f621e34cdf4: Download complete 16:05:23 5f621e34cdf4: Pull complete 16:05:24 a4357932f1b6: Pull complete 16:05:24 18c013af1878: Pull complete 16:05:24 745a02a5169b: Verifying Checksum 16:05:24 745a02a5169b: Download complete 16:05:25 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.771s coverage: 78.4% of statements 16:05:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 16:05:25 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.042s coverage: 20.0% of statements 16:05:25 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.014s coverage: 27.3% of statements 16:05:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 16:05:25 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 16:05:25 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.020s coverage: 71.7% of statements 16:05:26 00ac8860ef70: Verifying Checksum 16:05:26 00ac8860ef70: Download complete 16:05:37 00ac8860ef70: Pull complete 16:05:37 63d7cb157983: Pull complete 16:05:37 b116817d02f9: Pull complete 16:05:40 745a02a5169b: Pull complete 16:05:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:05:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:05:40 ---> b7e6874047d6 16:05:40 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 16:05:40 20.10.0: Pulling from library/docker 16:05:40 a3cc7d3b244e: Pulling fs layer 16:05:40 02a3295e0d61: Pulling fs layer 16:05:40 0f4f2e6d8100: Pulling fs layer 16:05:40 330b718f631f: Pulling fs layer 16:05:40 a93816041522: Pulling fs layer 16:05:40 bdb6da89ff94: Pulling fs layer 16:05:40 330b718f631f: Waiting 16:05:40 2a70c0c122f4: Pulling fs layer 16:05:40 a93816041522: Waiting 16:05:40 bdb6da89ff94: Waiting 16:05:40 2a70c0c122f4: Waiting 16:05:40 0f4f2e6d8100: Verifying Checksum 16:05:40 0f4f2e6d8100: Download complete 16:05:40 02a3295e0d61: Download complete 16:05:40 a3cc7d3b244e: Verifying Checksum 16:05:40 a93816041522: Verifying Checksum 16:05:40 bdb6da89ff94: Verifying Checksum 16:05:40 bdb6da89ff94: Download complete 16:05:40 2a70c0c122f4: Verifying Checksum 16:05:40 2a70c0c122f4: Download complete 16:05:41 a3cc7d3b244e: Pull complete 16:05:42 02a3295e0d61: Pull complete 16:05:42 0f4f2e6d8100: Pull complete 16:05:42 330b718f631f: Verifying Checksum 16:05:42 330b718f631f: Download complete 16:05:45 330b718f631f: Pull complete 16:05:45 a93816041522: Pull complete 16:05:46 bdb6da89ff94: Pull complete 16:05:46 2a70c0c122f4: Pull complete 16:05:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:05:46 Status: Downloaded newer image for docker:20.10.0 16:05:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.048s coverage: 81.9% of statements 16:05:51 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.013s coverage: 94.4% of statements 16:05:51 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:05:51 gofmt -l . 16:05:51 [ "`gofmt -l .`" = "" ] 16:05:51 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 16:05:51 $ docker stop --time=1 c6afa014aaa1cac4527cfae9a366ec39531de7903c62447a1ccace1c7ce16605 16:05:53 ---> ea4ae2322b13 16:05:53 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:05:53 ---> Running in e7ea76c486fa 16:05:53 Removing intermediate container e7ea76c486fa 16:05:53 ---> 0472113e51fe 16:05:53 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:05:53 $ docker rm -f c6afa014aaa1cac4527cfae9a366ec39531de7903c62447a1ccace1c7ce16605 16:05:53 ---> Running in 747415d5b32c [Pipeline] // withDockerContainer [Pipeline] sh 16:05:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:05:54 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) 16:05:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:05:55 ---> job-cost.sh 16:05:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VT8s 16:05:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:05:56 (1/5) Installing libsodium (1.0.18-r0) 16:05:56 (2/5) Installing libzmq (4.3.3-r0) 16:05:56 (3/5) Installing pkgconf (1.7.2-r0) 16:05:56 (4/5) Installing libsodium-dev (1.0.18-r0) 16:05:57 (5/5) Installing zeromq-dev (4.3.3-r0) 16:05:57 Executing busybox-1.31.1-r19.trigger 16:05:57 OK: 144 MiB in 44 packages 16:05:58 Removing intermediate container 747415d5b32c 16:05:58 ---> 2fbbc924e1c8 16:05:58 Step 6/8 : WORKDIR /build 16:05:58 ---> Running in 30c65709e8ae 16:05:59 Removing intermediate container 30c65709e8ae 16:05:59 ---> d13de9015980 16:05:59 Step 7/8 : COPY go.mod . 16:05:59 ---> 3a40dc336188 16:05:59 Step 8/8 : RUN go mod download 16:06:00 ---> Running in 587b018f9e8e 16:06:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:06:26 Removing intermediate container 587b018f9e8e 16:06:26 ---> 8c01ae0c0041 16:06:26 Successfully built 8c01ae0c0041 16:06:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:06:27 + docker inspect -f . ci-base-image-arm64 16:06:27 . [Pipeline] withDockerContainer 16:06:27 prd-ubuntu18.04-docker-arm64-4c-16g-30564 does not seem to be running inside a container 16:06:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@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-arm64 cat 16:06:29 $ docker top 3f900b1df58143a55b1ade39a4d3f693011b46c7004674a1392d81e131f0a4ba -eo pid,comm [Pipeline] { [Pipeline] sh 16:06:30 + go version 16:06:30 go version go1.15.5 linux/arm64 [Pipeline] } 16:06:30 $ docker stop --time=1 3f900b1df58143a55b1ade39a4d3f693011b46c7004674a1392d81e131f0a4ba 16:06:32 $ docker rm -f 3f900b1df58143a55b1ade39a4d3f693011b46c7004674a1392d81e131f0a4ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:06:33 + docker inspect -f . ci-base-image-arm64 16:06:33 . [Pipeline] withDockerContainer 16:06:33 prd-ubuntu18.04-docker-arm64-4c-16g-30564 does not seem to be running inside a container 16:06:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/6 -v /w/workspace/app-functions-sdk-go/6:/w/workspace/app-functions-sdk-go/6:rw,z -v /w/workspace/app-functions-sdk-go/6@tmp:/w/workspace/app-functions-sdk-go/6@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-arm64 cat 16:06:34 $ docker top a8c17f71f555c091b09e195a1c905e3113570ca5e322cd6406200c9544634b93 -eo pid,comm [Pipeline] { [Pipeline] sh 16:06:35 + make test 16:06:35 make -C ./app-service-template build 16:06:35 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/6/app-service-template' 16:06:35 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 16:06:37 lf-activate-venv(): INFO: Adding /tmp/venv-VT8s/bin to PATH 16:06:37 INFO: No Stack... 16:06:37 INFO: Retrieving Pricing Info for: v1-standard-2 16:06:38 INFO: Archiving Costs [Pipeline] sh 16:06:39 + cat /w/workspace/app-functions-sdk-go/6/archives/cost.csv 16:06:39 + cut -d, -f6 [Pipeline] lock 16:06:39 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-742-6-stack-cost] 16:06:39 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-742-6-stack-cost] did not exist. Created. 16:06:39 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-742-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:06:39 + echo total: 0.029999999329447746 [Pipeline] stash 16:06:39 Stashed 1 file(s) [Pipeline] } 16:06:39 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-742-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:07:08 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/6/app-service-template' 16:07:08 make -C ./app-service-template test 16:07:08 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/6/app-service-template' 16:07:08 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:07:35 ok new-app-service 0.036s coverage: 89.5% of statements 16:07:35 ok new-app-service/functions 0.032s 16:07:35 CGO_ENABLED=1 go vet ./... 16:07:43 gofmt -l . 16:07:43 [ "`gofmt -l .`" = "" ] 16:07:43 ./bin/test-go-mod-tidy.sh 16:07:43 ./bin/test-attribution-txt.sh 16:07:44 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/6/app-service-template' 16:07:44 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:07:46 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 16:07:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.090s coverage: 56.1% of statements 16:07:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.043s coverage: 92.5% of statements 16:07:56 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 16:07:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.073s coverage: 61.5% of statements 16:07:56 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 16:07:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.022s 16:07:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.092s coverage: 75.4% of statements 16:07:56 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 16:07:56 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 16:07:56 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 16:07:56 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 16:07:56 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 16:07:56 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 16:07:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.058s coverage: 97.0% of statements 16:07:56 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 16:07:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.045s coverage: 10.5% of statements 16:08:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.812s coverage: 78.4% of statements 16:08:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 16:08:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.029s coverage: 20.0% of statements 16:08:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.032s coverage: 27.3% of statements 16:08:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 16:08:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 16:08:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.037s coverage: 71.7% of statements 16:08:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.082s coverage: 81.9% of statements 16:08:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.022s coverage: 94.4% of statements 16:08:30 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:08:32 gofmt -l . 16:08:32 [ "`gofmt -l .`" = "" ] 16:08:33 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 16:08:33 $ docker stop --time=1 a8c17f71f555c091b09e195a1c905e3113570ca5e322cd6406200c9544634b93 16:08:35 $ docker rm -f a8c17f71f555c091b09e195a1c905e3113570ca5e322cd6406200c9544634b93 [Pipeline] // withDockerContainer [Pipeline] sh 16:08:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:08:36 Warning: overwriting stash ‘coverage-report’ 16:08:37 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 16:08:38 ---> job-cost.sh 16:08:38 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QLV8 16:09:25 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:11:02 lf-activate-venv(): INFO: Adding /tmp/venv-QLV8/bin to PATH 16:11:02 INFO: No Stack... 16:11:02 INFO: Retrieving Pricing Info for: lf-standard-4 16:11:02 INFO: Archiving Costs [Pipeline] sh 16:11:02 + cut -d, -f6 16:11:02 + cat /w/workspace/app-functions-sdk-go/6/archives/cost.csv [Pipeline] lock 16:11:02 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-PR-742-6-stack-cost] 16:11:02 Resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-742-6-stack-cost] did not exist. Created. 16:11:02 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-PR-742-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:11:03 /w/workspace/app-functions-sdk-go/6@tmp/durable-f050d33f/script.sh: 1: /w/workspace/app-functions-sdk-go/6@tmp/durable-f050d33f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 16:11:03 + echo total: 0.20999999344348907 [Pipeline] stash 16:11:03 Warning: overwriting stash ‘stack-cost’ 16:11:04 Stashed 1 file(s) [Pipeline] } 16:11:04 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-PR-742-6-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 16:11:05 provisioning config files... 16:11:05 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_PR-742@tmp/config5863321591316917813tmp [Pipeline] { [Pipeline] sh 16:11:05 + set +x 16:11:05 + curl -s https://codecov.io/bash 16:11:05 + bash -s -- 16:11:05 16:11:05 _____ _ 16:11:05 / ____| | | 16:11:05 | | ___ __| | ___ ___ _____ __ 16:11:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:11:05 | |___| (_) | (_| | __/ (_| (_) \ V / 16:11:05 \_____\___/ \__,_|\___|\___\___/ \_/ 16:11:05 Bash-20210309-2b87ace 16:11:05 16:11:05 16:11:05 ==> git version 2.24.3 found 16:11:05 ==> 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 16:11:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:11:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:11:05 ==> Jenkins CI detected. 16:11:05 project root: . 16:11:05 --> token set from env 16:11:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:11:05 ==> Running gcov in . (disable via -X gcov) 16:11:05 ==> Python coveragepy not found 16:11:05 ==> Searching for coverage reports in: 16:11:05 + . 16:11:05 -> Found 2 reports 16:11:05 ==> Detecting git/mercurial file structure 16:11:05 ==> Reading reports 16:11:05 + ./app-service-template/coverage.out bytes=400 16:11:05 + ./coverage.out bytes=85560 16:11:05 ==> Appending adjustments 16:11:05 https://docs.codecov.io/docs/fixing-reports 16:11:06 + Found adjustments 16:11:06 ==> Gzipping contents 16:11:06 16K /tmp/codecov.Blpvob.gz 16:11:06 ==> Uploading reports 16:11:06 url: https://codecov.io 16:11:06 query: branch=PR-742&commit=4ec183cbdc6279de0b6a5d8c64bca54b99ab6440&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-742%2F6%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=742&job=&cmd_args= 16:11:06 -> Pinging Codecov 16:11:06 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-742&commit=4ec183cbdc6279de0b6a5d8c64bca54b99ab6440&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2FPR-742%2F6%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=742&job=&cmd_args= 16:11:07 -> Uploading to 16:11:07 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/3D8B5DFFC46A037C893635FACE044666/4ec183cbdc6279de0b6a5d8c64bca54b99ab6440/eacaa415-17b5-4d98-9041-385248b2cd05.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T161106Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9d239a217770729b22714e3348bfe793a65964c5b92063220475fc3a240bcd5c 16:11:07 % Total % Received % Xferd Average Speed Time Time Time Current 16:11:07 Dload Upload Total Spent Left Speed 16:11:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14885 0 0 100 14885 0 34566 --:--:-- --:--:-- --:--:-- 34616 16:11:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/4ec183cbdc6279de0b6a5d8c64bca54b99ab6440 [Pipeline] } 16:11:07 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 16:11:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:11:09 ---> package-listing.sh 16:11:09 ++ facter osfamily 16:11:09 ++ tr '[:upper:]' '[:lower:]' 16:11:09 + OS_FAMILY=redhat 16:11:09 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-742 16:11:09 + START_PACKAGES=/tmp/packages_start.txt 16:11:09 + END_PACKAGES=/tmp/packages_end.txt 16:11:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:11:09 + PACKAGES=/tmp/packages_start.txt 16:11:09 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-742 ']' 16:11:09 + PACKAGES=/tmp/packages_end.txt 16:11:09 + case "${OS_FAMILY}" in 16:11:09 + rpm -qa 16:11:09 + sort 16:11:15 + '[' -f /tmp/packages_start.txt ']' 16:11:15 + '[' -f /tmp/packages_end.txt ']' 16:11:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:11:15 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-742 ']' 16:11:15 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-742/archives/ 16:11:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-742/archives/ [Pipeline] echo 16:11:15 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-742/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:11:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:11:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:11:15 16:11:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:11:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:11:16 alpine: Pulling from edgex-lftools-log-publisher 16:11:16 df20fa9351a1: Pulling fs layer 16:11:16 36b3adc4ff6f: Pulling fs layer 16:11:16 8ad3a11d3b57: Pulling fs layer 16:11:16 46f8f816bc3b: Pulling fs layer 16:11:16 93b61091891f: Pulling fs layer 16:11:16 93b9cdb0e59b: Pulling fs layer 16:11:16 5e14af77c1be: Pulling fs layer 16:11:16 01666e4c0597: Pulling fs layer 16:11:16 aa168da1d23b: Pulling fs layer 16:11:16 46f8f816bc3b: Waiting 16:11:16 93b61091891f: Waiting 16:11:16 01666e4c0597: Waiting 16:11:16 aa168da1d23b: Waiting 16:11:16 93b9cdb0e59b: Waiting 16:11:16 5e14af77c1be: Waiting 16:11:16 36b3adc4ff6f: Verifying Checksum 16:11:16 36b3adc4ff6f: Download complete 16:11:16 46f8f816bc3b: Verifying Checksum 16:11:16 46f8f816bc3b: Download complete 16:11:16 df20fa9351a1: Download complete 16:11:16 93b9cdb0e59b: Verifying Checksum 16:11:16 93b9cdb0e59b: Download complete 16:11:16 5e14af77c1be: Verifying Checksum 16:11:16 5e14af77c1be: Download complete 16:11:16 01666e4c0597: Verifying Checksum 16:11:16 01666e4c0597: Download complete 16:11:16 93b61091891f: Verifying Checksum 16:11:16 93b61091891f: Download complete 16:11:16 8ad3a11d3b57: Verifying Checksum 16:11:16 8ad3a11d3b57: Download complete 16:11:16 df20fa9351a1: Pull complete 16:11:16 36b3adc4ff6f: Pull complete 16:11:18 aa168da1d23b: Verifying Checksum 16:11:18 aa168da1d23b: Download complete 16:11:18 8ad3a11d3b57: Pull complete 16:11:18 46f8f816bc3b: Pull complete 16:11:19 93b61091891f: Pull complete 16:11:19 93b9cdb0e59b: Pull complete 16:11:19 5e14af77c1be: Pull complete 16:11:19 01666e4c0597: Pull complete 16:11:27 aa168da1d23b: Pull complete 16:11:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:11:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:11:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:11:28 prd-centos7-docker-4c-2g-30557 does not seem to be running inside a container 16:11:28 $ 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-742/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-742 -v /w/workspace/ndry_app-functions-sdk-go_PR-742:/w/workspace/ndry_app-functions-sdk-go_PR-742:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-742@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-742@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 16:11:30 $ docker top 9410f67890b78c1f63f36979bab832b832ae37caa13dcb5cdc96f5c693b896f9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:11:31 + touch /tmp/pre-build-complete [Pipeline] sh 16:11:31 + mkdir -p /var/log/sa [Pipeline] sh 16:11:31 + ls /var/log/sa-host 16:11:31 + sadf -c /var/log/sa-host/sa19 16:11:31 file_magic: OK 16:11:31 HZ: Using current value: 100 16:11:31 file_header: OK 16:11:31 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 16:11:31 Statistics: 16:11:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:11:31 File successfully converted to sysstat format version 12.2.1 16:11:31 + sadf -c /var/log/sa-host/sa23 16:11:31 file_magic: OK 16:11:31 HZ: Using current value: 100 16:11:31 file_header: OK 16:11:31 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 16:11:31 Statistics: 16:11:31 Hnuu...uuuununununu... 16:11:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:11:32 provisioning config files... 16:11:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-742@tmp/config5954701235299949742tmp [Pipeline] { [Pipeline] echo 16:11:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:11:32 ---> create-netrc.sh [Pipeline] } 16:11:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:11:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:11:32 ---> python-tools-install.sh [Pipeline] echo 16:11:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:11:33 ---> sudo-logs.sh 16:11:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:11:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:11:33 ---> job-cost.sh 16:11:33 lf-activate-venv: SKIPPING 16:11:33 DEBUG: total: 0.20999999344348907 16:11:33 INFO: Retrieving Stack Cost... 16:11:34 INFO: Retrieving Pricing Info for: v1-standard-2 16:11:35 INFO: Archiving Costs [Pipeline] echo 16:11:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:11:35 ---> logs-deploy.sh 16:11:35 lf-activate-venv: SKIPPING 16:11:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-742/6 16:11:35 INFO: archiving workspace using pattern(s): 16:11:37 Archives upload complete. 16:11:37 INFO: archiving logs to Nexus 16:11:38 ---> uname -a: 16:11:38 Linux prd-centos7-docker-4c-2g-30557.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:11:38 16:11:38 16:11:38 ---> lscpu: 16:11:38 Architecture: x86_64 16:11:38 CPU op-mode(s): 32-bit, 64-bit 16:11:38 Byte Order: Little Endian 16:11:38 Address sizes: 40 bits physical, 48 bits virtual 16:11:38 CPU(s): 4 16:11:38 On-line CPU(s) list: 0-3 16:11:38 Thread(s) per core: 1 16:11:38 Core(s) per socket: 1 16:11:38 Socket(s): 4 16:11:38 NUMA node(s): 1 16:11:38 Vendor ID: GenuineIntel 16:11:38 CPU family: 6 16:11:38 Model: 44 16:11:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:11:38 Stepping: 1 16:11:38 CPU MHz: 2933.436 16:11:38 BogoMIPS: 5866.87 16:11:38 Virtualization: VT-x 16:11:38 Hypervisor vendor: KVM 16:11:38 Virtualization type: full 16:11:38 L1d cache: 128 KiB 16:11:38 L1i cache: 128 KiB 16:11:38 L2 cache: 16 MiB 16:11:38 L3 cache: 64 MiB 16:11:38 NUMA node0 CPU(s): 0-3 16:11:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:11:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:11:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:11:38 Vulnerability Meltdown: Mitigation; PTI 16:11:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:11:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:11:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:11:38 Vulnerability Srbds: Not affected 16:11:38 Vulnerability Tsx async abort: Not affected 16:11:38 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 16:11:38 16:11:38 16:11:38 ---> nproc: 16:11:38 4 16:11:38 16:11:38 16:11:38 ---> df -h: 16:11:38 Filesystem Size Used Available Use% Mounted on 16:11:38 overlay 50.0G 7.3G 42.7G 15% / 16:11:38 tmpfs 64.0M 0 64.0M 0% /dev 16:11:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:11:38 shm 64.0M 0 64.0M 0% /dev/shm 16:11:38 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 16:11:38 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 16:11:38 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 16:11:38 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 16:11:38 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-742@tmp 16:11:38 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 16:11:38 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 16:11:38 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 16:11:38 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 16:11:38 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-742 16:11:38 16:11:38 16:11:38 ---> free -m: 16:11:38 total used free shared buff/cache available 16:11:38 Mem: 1837 709 106 0 1021 1023 16:11:38 Swap: 1023 1 1022 16:11:38 16:11:38 16:11:38 ---> ip addr: 16:11:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:11:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:11:38 inet 127.0.0.1/8 scope host lo 16:11:38 valid_lft forever preferred_lft forever 16:11:38 inet6 ::1/128 scope host 16:11:38 valid_lft forever preferred_lft forever 16:11:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:11:38 link/ether fa:16:3e:4f:00:b8 brd ff:ff:ff:ff:ff:ff 16:11:38 inet 10.30.123.156/23 brd 10.30.123.255 scope global dynamic eth0 16:11:38 valid_lft 85782sec preferred_lft 85782sec 16:11:38 inet6 fe80::f816:3eff:fe4f:b8/64 scope link 16:11:38 valid_lft forever preferred_lft forever 16:11:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:11:38 link/ether 02:42:56:13:87:24 brd ff:ff:ff:ff:ff:ff 16:11:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:11:38 valid_lft forever preferred_lft forever 16:11:38 inet6 fe80::42:56ff:fe13:8724/64 scope link 16:11:38 valid_lft forever preferred_lft forever 16:11:38 16:11:38 16:11:38 ---> sar -b -r -n DEV: 16:11:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 16:11:38 16:11:38 16:01:08 LINUX RESTART (4 CPU) 16:11:38 16:11:38 16:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:11:38 16:03:01 35.15 13.44 21.71 0.00 4480.98 4201.36 0.00 16:11:38 16:04:01 1.92 0.00 1.92 0.00 0.00 35.94 0.00 16:11:38 16:05:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 16:11:38 16:06:01 0.20 0.00 0.20 0.00 0.00 2.01 0.00 16:11:38 16:07:02 0.27 0.00 0.27 0.00 0.00 3.83 0.00 16:11:38 16:08:01 0.34 0.00 0.34 0.00 0.00 4.67 0.00 16:11:38 16:09:01 0.55 0.00 0.55 0.00 0.00 6.88 0.00 16:11:38 16:10:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 16:11:38 16:11:01 0.47 0.00 0.47 0.00 0.00 5.59 0.00 16:11:38 Average: 4.38 1.50 2.88 0.00 499.23 475.15 0.00 16:11:38 16:11:38 16:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:11:38 16:03:01 219348 0 607396 32.28 2620 1052180 1111388 37.93 442932 1021276 16 16:11:38 16:04:01 220892 0 605844 32.20 2620 1052188 1107656 37.80 443400 1019924 16 16:11:38 16:05:01 219628 0 607104 32.27 2620 1052192 1105396 37.73 443948 1021128 8 16:11:38 16:06:01 221848 0 604884 32.15 2620 1052192 1081740 36.92 449740 1012720 16 16:11:38 16:07:02 220912 0 605812 32.20 2620 1052200 1071848 36.58 452868 1011164 8 16:11:38 16:08:01 220116 0 606604 32.24 2620 1052204 1071812 36.58 473224 991776 12 16:11:38 16:09:01 220332 0 606384 32.23 2620 1052208 1071848 36.58 473260 991776 16 16:11:38 16:10:01 220692 0 606020 32.21 2620 1052212 1071716 36.58 472572 991776 12 16:11:38 16:11:01 220732 0 605972 32.21 2620 1052220 1071716 36.58 472564 991780 12 16:11:38 Average: 220500 0 606224 32.22 2620 1052200 1085013 37.03 458279 1005924 13 16:11:38 16:11:38 16:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:11:38 16:03:01 eth0 156.96 159.32 650.66 47.33 0.00 0.00 0.00 0.00 16:11:38 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:03:01 docker0 99.82 74.71 8.95 307.72 0.00 0.00 0.00 0.00 16:11:38 16:04:01 eth0 3.20 1.03 1.04 0.60 0.00 0.00 0.00 0.00 16:11:38 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:05:01 eth0 1.25 0.58 0.50 0.40 0.00 0.00 0.00 0.00 16:11:38 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:06:01 eth0 1.43 0.25 0.34 0.19 0.00 0.00 0.00 0.00 16:11:38 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:07:02 eth0 1.08 0.37 0.39 0.26 0.00 0.00 0.00 0.00 16:11:38 16:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:08:01 eth0 0.71 0.41 0.37 0.21 0.00 0.00 0.00 0.00 16:11:38 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:09:01 eth0 1.07 0.35 0.32 0.20 0.00 0.00 0.00 0.00 16:11:38 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:10:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:11:38 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:11:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:11:38 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 Average: eth0 18.49 18.10 72.82 5.48 0.00 0.00 0.00 0.00 16:11:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:11:38 Average: docker0 11.12 8.32 1.00 34.28 0.00 0.00 0.00 0.00 16:11:38 16:11:38 16:11:38 ---> sar -P ALL: 16:11:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 16:11:38 16:11:38 16:01:08 LINUX RESTART (4 CPU) 16:11:38 16:11:38 16:02:01 CPU %user %nice %system %iowait %steal %idle 16:11:38 16:03:01 all 3.42 0.00 2.26 0.49 0.16 93.66 16:11:38 16:03:01 0 3.03 0.00 2.77 0.18 0.17 93.85 16:11:38 16:03:01 1 3.75 0.00 1.75 0.54 0.18 93.78 16:11:38 16:03:01 2 3.94 0.00 2.65 0.17 0.15 93.10 16:11:38 16:03:01 3 2.97 0.00 1.88 1.07 0.15 93.93 16:11:38 16:04:01 all 0.18 0.00 0.04 0.00 0.01 99.77 16:11:38 16:04:01 0 0.58 0.00 0.02 0.00 0.00 99.40 16:11:38 16:04:01 1 0.05 0.00 0.08 0.00 0.02 99.85 16:11:38 16:04:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:11:38 16:04:01 3 0.05 0.00 0.03 0.00 0.02 99.90 16:11:38 16:05:01 all 0.16 0.00 0.05 0.00 0.03 99.75 16:11:38 16:05:01 0 0.42 0.00 0.05 0.00 0.03 99.50 16:11:38 16:05:01 1 0.05 0.00 0.03 0.00 0.05 99.87 16:11:38 16:05:01 2 0.07 0.00 0.03 0.00 0.02 99.88 16:11:38 16:05:01 3 0.12 0.00 0.10 0.00 0.03 99.75 16:11:38 16:06:01 all 0.15 0.00 0.05 0.00 0.00 99.80 16:11:38 16:06:01 0 0.47 0.00 0.08 0.00 0.00 99.45 16:11:38 16:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:11:38 16:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:11:38 16:06:01 3 0.07 0.00 0.07 0.00 0.00 99.87 16:11:38 16:07:02 all 0.18 0.00 0.05 0.00 0.02 99.75 16:11:38 16:07:02 0 0.52 0.00 0.07 0.00 0.02 99.40 16:11:38 16:07:02 1 0.07 0.00 0.07 0.00 0.02 99.85 16:11:38 16:07:02 2 0.05 0.00 0.03 0.00 0.02 99.90 16:11:38 16:07:02 3 0.08 0.00 0.05 0.00 0.02 99.85 16:11:38 16:08:01 all 0.14 0.00 0.07 0.00 0.00 99.78 16:11:38 16:08:01 0 0.15 0.00 0.19 0.00 0.00 99.66 16:11:38 16:08:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:11:38 16:08:01 2 0.37 0.00 0.03 0.00 0.00 99.59 16:11:38 16:08:01 3 0.02 0.00 0.03 0.00 0.02 99.93 16:11:38 16:09:01 all 0.09 0.00 0.04 0.00 0.01 99.86 16:11:38 16:09:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:11:38 16:09:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:11:38 16:09:01 2 0.28 0.00 0.07 0.00 0.02 99.63 16:11:38 16:09:01 3 0.03 0.00 0.05 0.00 0.00 99.92 16:11:38 16:10:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:11:38 16:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:11:38 16:10:01 1 0.50 0.00 0.03 0.00 0.00 99.47 16:11:38 16:10:01 2 0.03 0.00 0.05 0.00 0.00 99.92 16:11:38 16:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:11:38 16:11:01 all 0.16 0.00 0.04 0.00 0.00 99.80 16:11:38 16:11:01 0 0.03 0.00 0.07 0.00 0.00 99.90 16:11:38 16:11:01 1 0.52 0.00 0.03 0.00 0.00 99.45 16:11:38 16:11:01 2 0.05 0.00 0.02 0.00 0.00 99.93 16:11:38 16:11:01 3 0.03 0.00 0.03 0.00 0.02 99.92 16:11:38 Average: all 0.51 0.00 0.29 0.05 0.03 99.11 16:11:38 Average: 0 0.58 0.00 0.36 0.02 0.03 99.01 16:11:38 Average: 1 0.56 0.00 0.23 0.06 0.03 99.12 16:11:38 Average: 2 0.54 0.00 0.32 0.02 0.02 99.10 16:11:38 Average: 3 0.38 0.00 0.25 0.12 0.03 99.23 16:11:38 16:11:38 16:11:38