Pull request #614 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2074f416c73da04ca5c198ceaab5b568740d594e+43893dea7cdf8ffe29fac0bba279684163774e51 (f261c2c77e18749fddd87d32aaf376eec2a90ad3) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, 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: device-sdk-go-settings PROJECT: device-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true 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/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9663 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [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/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-614 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-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/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit 2074f416c73da04ca5c198ceaab5b568740d594e Merge succeeded, producing 2074f416c73da04ca5c198ceaab5b568740d594e Checking out Revision 2074f416c73da04ca5c198ceaab5b568740d594e (PR-614) > git config core.sparsecheckout # timeout=10 > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # 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 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:03:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:03:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:03:12 ========================================================= 07:03:12 EdgeX Global Pipelines Version Info 07:03:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6ba7cfcdc0ef50863d628a5f7e521ddb080ab88f # timeout=10 07:03:14 ------------------- 07:03:14 stable info: 07:03:14 ------------------- 07:03:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:03:14 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 07:03:14 Message: update stable to v1.0.148 07:03:15 ------------------- 07:03:15 experimental info: 07:03:15 ------------------- 07:03:15 Commited By: **** collab-it+edgex@linuxfoundation.org 07:03:15 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 07:03:15 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:03:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:03:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:03:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:03:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:03:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:03:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:03:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:03:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:03:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:03:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:03:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:03:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:03:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:03:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:03:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:03:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:03:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:03:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:03:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:03:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-614 [Pipeline] echo 07:03:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-614 [Pipeline] echo 07:03:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-614 [Pipeline] echo 07:03:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2074f416c73da04ca5c198ceaab5b568740d594e [Pipeline] echo 07:03:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2074f41 [Pipeline] echo 07:03:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:03:19 + git log --format=format:%s -1 2074f416c73da04ca5c198ceaab5b568740d594e [Pipeline] echo 07:03:19 GIT_COMMIT: 2074f416c73da04ca5c198ceaab5b568740d594e, Commit Message: build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 [Pipeline] echo 07:03:19 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:03:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:20 07:03:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:03:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:21 latest: Pulling from edgex-devops/git-semver 07:03:21 31603596830f: Pulling fs layer 07:03:21 2a8b12db71e7: Pulling fs layer 07:03:21 6ca5941a6612: Pulling fs layer 07:03:21 ecc8261a40a4: Pulling fs layer 07:03:21 ecc8261a40a4: Waiting 07:03:21 2a8b12db71e7: Verifying Checksum 07:03:21 2a8b12db71e7: Download complete 07:03:21 31603596830f: Verifying Checksum 07:03:21 31603596830f: Download complete 07:03:21 6ca5941a6612: Verifying Checksum 07:03:21 6ca5941a6612: Download complete 07:03:21 ecc8261a40a4: Verifying Checksum 07:03:21 ecc8261a40a4: Download complete 07:03:21 31603596830f: Pull complete 07:03:21 2a8b12db71e7: Pull complete 07:03:22 6ca5941a6612: Pull complete 07:03:22 ecc8261a40a4: Pull complete 07:03:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:03:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:03:23 prd-centos7-docker-4c-2g-9663 does not seem to be running inside a container 07:03:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:03:25 $ docker top a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:03:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:25 [ssh-agent] Looking for ssh-agent implementation... 07:03:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:26 $ docker exec a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 ssh-agent 07:03:26 SSH_AUTH_SOCK=/tmp/ssh-9mM8kErwaaDp/agent.13 07:03:26 SSH_AGENT_PID=18 07:03:26 Running ssh-add (command line suppressed) 07:03:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_4481692471869629804.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_4481692471869629804.key) 07:03:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:26 + git tag --points-at HEAD [Pipeline] } 07:03:26 $ docker exec --env ******** --env ******** a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 ssh-agent -k 07:03:26 unset SSH_AUTH_SOCK; 07:03:26 unset SSH_AGENT_PID; 07:03:26 echo Agent pid 18 killed; 07:03:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:03:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:27 [ssh-agent] Looking for ssh-agent implementation... 07:03:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:27 $ docker exec a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 ssh-agent 07:03:27 SSH_AUTH_SOCK=/tmp/ssh-DKZMDGQDyT3M/agent.46 07:03:27 SSH_AGENT_PID=52 07:03:27 Running ssh-add (command line suppressed) 07:03:27 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_7372627592077316909.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_7372627592077316909.key) 07:03:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:27 + git semver init 07:03:27 # -> Open(): unable to determine branch for HEAD 07:03:27 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.git 07:03:27 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-614 07:03:27 # $SEMVER_REMOTE_NAME = origin 07:03:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:03:27 # $SEMVER_USER_NAME = edgex-jenkins 07:03:27 # $SEMVER_BRANCH = PR-614 07:03:27 # $SEMVER_TEMP = /tmp/semver-261365350 07:03:27 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:03:28 # '/tmp/semver-261365350' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver' 07:03:28 # -> Force: false 07:03:28 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver [Pipeline] } 07:03:28 $ docker exec --env ******** --env ******** a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 ssh-agent -k 07:03:28 unset SSH_AUTH_SOCK; 07:03:28 unset SSH_AGENT_PID; 07:03:28 echo Agent pid 52 killed; 07:03:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:03:29 + git semver [Pipeline] } 07:03:29 $ docker stop --time=1 a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 07:03:30 $ docker rm -f a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 [Pipeline] // withDockerContainer [Pipeline] sh 07:03:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:03:31 Stashed 1 file(s) [Pipeline] echo 07:03:31 [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 07:03:47 Still waiting to schedule task 07:03:47 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:03:47 Still waiting to schedule task 07:03:47 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:06:42 Running on prd-centos7-docker-4c-2g-9671 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws 07:06:42 Running in /w/workspace/device-sdk-go/18 [Pipeline] { [Pipeline] checkout 07:06:45 using credential edgex-jenkins-ssh 07:06:45 Cloning the remote Git repository 07:06:45 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:06:45 > git init /w/workspace/device-sdk-go/18 # timeout=10 07:06:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:06:45 > git --version # timeout=10 07:06:45 > git --version # 'git version 2.16.5' 07:06:45 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:06:46 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:06:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:06:46 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:06:46 Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit 2074f416c73da04ca5c198ceaab5b568740d594e 07:06:46 Merge succeeded, producing 2074f416c73da04ca5c198ceaab5b568740d594e 07:06:46 Checking out Revision 2074f416c73da04ca5c198ceaab5b568740d594e (PR-614) 07:06:46 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:06:46 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:06:46 > git config core.sparsecheckout # timeout=10 07:06:46 > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 07:06:46 > git remote # timeout=10 07:06:46 > git config --get remote.origin.url # timeout=10 07:06:46 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:46 > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 07:06:46 > git rev-parse HEAD^{commit} # timeout=10 07:06:46 > git config core.sparsecheckout # timeout=10 07:06:46 > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 07:06:50 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:06:51 ========================================================= 07:06:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:06:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:06:51 + 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 . 07:06:51 Sending build context to Docker daemon 2.343MB 07:06:51 Step 1/8 : ARG BASE=golang:1.15-alpine 07:06:51 Step 2/8 : FROM ${BASE} 07:06:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:06:51 df20fa9351a1: Pulling fs layer 07:06:51 ed8968b2872e: Pulling fs layer 07:06:51 a92cc7c5fd73: Pulling fs layer 07:06:51 e871e8e8d7a9: Pulling fs layer 07:06:51 e73272ec9a57: Pulling fs layer 07:06:51 1e910a182e73: Pulling fs layer 07:06:51 4e634b169226: Pulling fs layer 07:06:51 e73272ec9a57: Waiting 07:06:51 1e910a182e73: Waiting 07:06:51 e871e8e8d7a9: Waiting 07:06:51 a92cc7c5fd73: Verifying Checksum 07:06:51 a92cc7c5fd73: Download complete 07:06:51 ed8968b2872e: Download complete 07:06:51 e73272ec9a57: Verifying Checksum 07:06:51 e73272ec9a57: Download complete 07:06:51 1e910a182e73: Verifying Checksum 07:06:51 1e910a182e73: Download complete 07:06:51 df20fa9351a1: Verifying Checksum 07:06:51 df20fa9351a1: Download complete 07:06:52 df20fa9351a1: Pull complete 07:06:52 ed8968b2872e: Pull complete 07:06:52 a92cc7c5fd73: Pull complete 07:06:53 4e634b169226: Verifying Checksum 07:06:53 4e634b169226: Download complete 07:06:55 e871e8e8d7a9: Verifying Checksum 07:06:55 e871e8e8d7a9: Download complete 07:06:59 e871e8e8d7a9: Pull complete 07:06:59 e73272ec9a57: Pull complete 07:06:59 1e910a182e73: Pull complete 07:07:05 4e634b169226: Pull complete 07:07:05 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:07:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:07:05 ---> f7629b54cfaa 07:07:05 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:07:05 ---> Running in ae294ed37b91 07:07:05 Removing intermediate container ae294ed37b91 07:07:05 ---> fc99c451ae9b 07:07:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:07:05 ---> Running in 7adb685792e2 07:07:06 Removing intermediate container 7adb685792e2 07:07:06 ---> 555be1581d94 07:07:06 Step 5/8 : RUN apk add --no-cache make git 07:07:06 ---> Running in 6dbe6304070a 07:07:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:07:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:07:10 OK: 166 MiB in 39 packages 07:07:10 Removing intermediate container 6dbe6304070a 07:07:10 ---> 53977e75af47 07:07:10 Step 6/8 : WORKDIR /device-sdk-go 07:07:10 ---> Running in 338110fdeb21 07:07:10 Removing intermediate container 338110fdeb21 07:07:10 ---> b256b3f11d83 07:07:10 Step 7/8 : COPY . . 07:07:11 ---> 3ab2978f59ff 07:07:11 Step 8/8 : RUN go mod download 07:07:11 ---> Running in d09b306047e7 07:07:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9670 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws 07:07:22 Running in /w/workspace/device-sdk-go/18 [Pipeline] { [Pipeline] checkout 07:07:28 using credential edgex-jenkins-ssh 07:07:28 Cloning the remote Git repository 07:07:28 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:07:28 > git init /w/workspace/device-sdk-go/18 # timeout=10 07:07:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:07:28 > git --version # timeout=10 07:07:28 > git --version # 'git version 2.17.1' 07:07:28 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:07:30 Removing intermediate container d09b306047e7 07:07:30 ---> c5bfbabc8574 07:07:30 Successfully built c5bfbabc8574 07:07:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:07:30 Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit 2074f416c73da04ca5c198ceaab5b568740d594e 07:07:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:07:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:07:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:07:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:07:29 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:07:30 > git config core.sparsecheckout # timeout=10 07:07:30 > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 07:07:30 + docker inspect -f . ci-base-image-x86_64 07:07:30 . [Pipeline] withDockerContainer 07:07:30 Merge succeeded, producing 2074f416c73da04ca5c198ceaab5b568740d594e 07:07:30 Checking out Revision 2074f416c73da04ca5c198ceaab5b568740d594e (PR-614) 07:07:30 prd-centos7-docker-4c-2g-9671 does not seem to be running inside a container 07:07:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@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 ******** ci-base-image-x86_64 cat 07:07:31 $ docker top 57f59eeec35d41d5018b8a36ce0705d083eb44f8839ec5573c00f23b38ffb291 -eo pid,comm [Pipeline] { [Pipeline] sh 07:07:30 > git remote # timeout=10 07:07:30 > git config --get remote.origin.url # timeout=10 07:07:30 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:30 > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 07:07:30 > git rev-parse HEAD^{commit} # timeout=10 07:07:30 > git config core.sparsecheckout # timeout=10 07:07:30 > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 07:07:31 + go version 07:07:31 go version go1.15.2 linux/amd64 [Pipeline] } 07:07:31 $ docker stop --time=1 57f59eeec35d41d5018b8a36ce0705d083eb44f8839ec5573c00f23b38ffb291 07:07:33 $ docker rm -f 57f59eeec35d41d5018b8a36ce0705d083eb44f8839ec5573c00f23b38ffb291 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:07:34 + docker inspect -f . ci-base-image-x86_64 07:07:34 . [Pipeline] withDockerContainer 07:07:34 prd-centos7-docker-4c-2g-9671 does not seem to be running inside a container 07:07:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@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 ******** ci-base-image-x86_64 cat 07:07:35 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" 07:07:35 $ docker top 884168837ab3a2b0930371f5270e37252f1ab7b4eb835b42000e57e2dbc510df -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 07:07:35 + make test 07:07:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:07:35 ========================================================= 07:07:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:07:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:07:36 + 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 . 07:07:37 Sending build context to Docker daemon 2.343MB 07:07:37 Step 1/8 : ARG BASE=golang:1.15-alpine 07:07:37 Step 2/8 : FROM ${BASE} 07:07:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:07:38 b538f80385f9: Pulling fs layer 07:07:38 74f711af9a0d: Pulling fs layer 07:07:38 99f96fe45779: Pulling fs layer 07:07:38 8529a6b9a6be: Pulling fs layer 07:07:38 45590311c82a: Pulling fs layer 07:07:38 69ca0ff8b7b3: Pulling fs layer 07:07:38 209524e5b208: Pulling fs layer 07:07:38 8529a6b9a6be: Waiting 07:07:38 45590311c82a: Waiting 07:07:38 69ca0ff8b7b3: Waiting 07:07:38 209524e5b208: Waiting 07:07:38 99f96fe45779: Verifying Checksum 07:07:38 99f96fe45779: Download complete 07:07:38 74f711af9a0d: Verifying Checksum 07:07:38 74f711af9a0d: Download complete 07:07:38 45590311c82a: Verifying Checksum 07:07:38 45590311c82a: Download complete 07:07:38 69ca0ff8b7b3: Verifying Checksum 07:07:38 69ca0ff8b7b3: Download complete 07:07:38 b538f80385f9: Verifying Checksum 07:07:38 b538f80385f9: Download complete 07:07:39 b538f80385f9: Pull complete 07:07:39 74f711af9a0d: Pull complete 07:07:40 99f96fe45779: Pull complete 07:07:41 209524e5b208: Verifying Checksum 07:07:41 209524e5b208: Download complete 07:07:42 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:07:42 8529a6b9a6be: Verifying Checksum 07:07:42 8529a6b9a6be: Download complete 07:07:52 8529a6b9a6be: Pull complete 07:07:52 45590311c82a: Pull complete 07:07:52 69ca0ff8b7b3: Pull complete 07:07:55 209524e5b208: Pull complete 07:07:55 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:07:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:07:55 ---> 5bddaf1c2fca 07:07:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:07:57 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:07:57 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:07:57 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:07:57 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.062s coverage: 21.4% of statements 07:07:57 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.438s coverage: 97.1% of statements 07:07:58 ---> Running in 1b06bb41433b 07:07:58 Removing intermediate container 1b06bb41433b 07:07:58 ---> 579efa17f9bf 07:07:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:07:58 ---> Running in 166bdc211bc6 07:08:01 Removing intermediate container 166bdc211bc6 07:08:01 ---> 74283da01761 07:08:01 Step 5/8 : RUN apk add --no-cache make git 07:08:01 ---> Running in 058bf428692d 07:08:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:08:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:08:05 OK: 142 MiB in 39 packages 07:08:06 Removing intermediate container 058bf428692d 07:08:06 ---> 6a512915f51a 07:08:06 Step 6/8 : WORKDIR /device-sdk-go 07:08:06 ---> Running in 30db36b3653e 07:08:06 Removing intermediate container 30db36b3653e 07:08:06 ---> 4e9df178c468 07:08:06 Step 7/8 : COPY . . 07:08:08 ---> 219ddd186401 07:08:08 Step 8/8 : RUN go mod download 07:08:08 ---> Running in d127718d38b1 07:08:29 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.054s coverage: 9.4% of statements 07:08:29 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.057s coverage: 21.9% of statements 07:08:29 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:08:29 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.210s coverage: 42.6% of statements 07:08:29 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:08:29 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.256s coverage: 68.9% of statements 07:08:29 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:08:29 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:08:29 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:08:29 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:08:29 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.056s coverage: 52.6% of statements 07:08:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:08:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:08:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:08:29 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.234s coverage: 68.9% of statements 07:08:29 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.052s coverage: 4.7% of statements 07:08:29 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:08:29 GO111MODULE=on go vet ./... 07:08:30 Removing intermediate container d127718d38b1 07:08:30 ---> 31bc4ec3e608 07:08:30 Successfully built 31bc4ec3e608 07:08:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:08:30 + docker inspect -f . ci-base-image-arm64 07:08:30 . [Pipeline] withDockerContainer 07:08:31 prd-ubuntu18.04-docker-arm64-4c-16g-9670 does not seem to be running inside a container 07:08:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@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 ******** ci-base-image-arm64 cat 07:08:32 $ docker top 4c8328cfdac51d56800c4188ea7634751a7825790860590c5e9577eca362f150 -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:34 + go version 07:08:34 go version go1.15.2 linux/arm64 [Pipeline] } 07:08:34 $ docker stop --time=1 4c8328cfdac51d56800c4188ea7634751a7825790860590c5e9577eca362f150 07:08:36 $ docker rm -f 4c8328cfdac51d56800c4188ea7634751a7825790860590c5e9577eca362f150 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 07:08:36 gofmt -l . 07:08:36 [ "`gofmt -l .`" = "" ] 07:08:36 ./bin/test-attribution-txt.sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:08:37 ./bin/test-go-mod-tidy.sh 07:08:37 + docker inspect -f . ci-base-image-arm64 07:08:37 . [Pipeline] withDockerContainer 07:08:37 prd-ubuntu18.04-docker-arm64-4c-16g-9670 does not seem to be running inside a container 07:08:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@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 ******** ci-base-image-arm64 cat 07:08:39 $ docker top 1d41b6e46b43bec1c3476c299e9b1b4069c118cb88cbad99e754b3dc7d4b67da -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh 07:08:39 Stashed 1 file(s) [Pipeline] } 07:08:39 $ docker stop --time=1 884168837ab3a2b0930371f5270e37252f1ab7b4eb835b42000e57e2dbc510df 07:08:40 + make test 07:08:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:08:41 $ docker rm -f 884168837ab3a2b0930371f5270e37252f1ab7b4eb835b42000e57e2dbc510df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:08:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:08:43 + ls -al . 07:08:43 total 208 07:08:43 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 29 07:08 . 07:08:43 drwxrwxr-x. 4 jenkins jenkins 30 Oct 29 07:06 .. 07:08:43 drwxrwxr-x. 2 jenkins jenkins 64 Oct 29 07:06 bin 07:08:43 -rw-r--r--. 1 jenkins jenkins 127611 Oct 29 07:08 coverage.out 07:08:43 -rw-rw-r--. 1 jenkins jenkins 936 Oct 29 07:06 Dockerfile.build 07:08:43 -rw-rw-r--. 1 jenkins jenkins 140 Oct 29 07:06 .dockerignore 07:08:43 drwxrwxr-x. 4 jenkins jenkins 48 Oct 29 07:06 example 07:08:43 drwxrwxr-x. 8 jenkins jenkins 179 Oct 29 07:06 .git 07:08:43 drwxrwxr-x. 2 jenkins jenkins 60 Oct 29 07:06 .github 07:08:43 -rw-rw-r--. 1 jenkins jenkins 138 Oct 29 07:06 .gitignore 07:08:43 -rw-r--r--. 1 jenkins jenkins 518 Oct 29 07:08 go.mod 07:08:43 -rw-r--r--. 1 jenkins jenkins 13520 Oct 29 07:08 go.sum 07:08:43 drwxrwxr-x. 15 jenkins jenkins 211 Oct 29 07:06 internal 07:08:43 -rw-rw-r--. 1 jenkins jenkins 901 Oct 29 07:06 Jenkinsfile 07:08:43 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 29 07:06 LICENSE 07:08:43 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 29 07:06 Makefile 07:08:43 drwxrwxr-x. 4 jenkins jenkins 26 Oct 29 07:06 openapi 07:08:43 drwxrwxr-x. 5 jenkins jenkins 50 Oct 29 07:06 pkg 07:08:43 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 29 07:06 README.md 07:08:43 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 29 07:06 RELEASE-NOTES.txt 07:08:43 drwxrwxr-x. 4 jenkins jenkins 54 Oct 29 07:06 snap 07:08:43 -rw-rw-r--. 1 jenkins jenkins 5 Oct 29 07:03 VERSION 07:08:43 -rw-rw-r--. 1 jenkins jenkins 222 Oct 29 07:06 version.go [Pipeline] isUnix [Pipeline] sh 07:08:44 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=2074f416c73da04ca5c198ceaab5b568740d594e --label arch=amd64 --label version=0.0.0 . 07:08:44 Sending build context to Docker daemon 2.471MB 07:08:44 Step 1/24 : ARG BASE=golang:1.15-alpine 07:08:44 Step 2/24 : FROM ${BASE} AS builder 07:08:44 ---> c5bfbabc8574 07:08:44 Step 3/24 : ARG MAKE='make build' 07:08:44 ---> Running in be5c6a72a974 07:08:44 Removing intermediate container be5c6a72a974 07:08:44 ---> 1a372736480c 07:08:44 Step 4/24 : WORKDIR /device-sdk-go 07:08:44 ---> Running in 6b9d0b40ec9d 07:08:45 Removing intermediate container 6b9d0b40ec9d 07:08:45 ---> 15591f3bfc0e 07:08:45 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:08:45 ---> Running in f0b50e50cb04 07:08:45 Removing intermediate container f0b50e50cb04 07:08:45 ---> 902b7c76d075 07:08:45 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:45 ---> Running in 1cd35ed3c029 07:08:46 Removing intermediate container 1cd35ed3c029 07:08:46 ---> adb2082e4f39 07:08:46 Step 7/24 : RUN apk add --update --no-cache make git 07:08:46 ---> Running in a98927d70c1a 07:08:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:08:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:08:49 OK: 166 MiB in 39 packages 07:08:50 Removing intermediate container a98927d70c1a 07:08:50 ---> a59ae912042c 07:08:50 Step 8/24 : COPY . . 07:08:51 ---> 2ec91016d455 07:08:51 Step 9/24 : RUN ${MAKE} 07:08:51 ---> Running in d7fc56f07bff 07:08:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:08:59 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:09:01 Removing intermediate container d7fc56f07bff 07:09:01 ---> fea31764ab91 07:09:01 Step 10/24 : FROM scratch 07:09:01 ---> 07:09:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:09:01 ---> Running in b74a6209afce 07:09:01 Removing intermediate container b74a6209afce 07:09:01 ---> 32087b7f6d60 07:09:01 Step 12/24 : ENV APP_PORT=49990 07:09:01 ---> Running in c593d6eed2d2 07:09:02 Removing intermediate container c593d6eed2d2 07:09:02 ---> 166b56924770 07:09:02 Step 13/24 : EXPOSE $APP_PORT 07:09:02 ---> Running in 4892beb735b7 07:09:02 Removing intermediate container 4892beb735b7 07:09:02 ---> df557bc07d61 07:09:02 Step 14/24 : WORKDIR / 07:09:02 ---> Running in 595f13c6db96 07:09:02 Removing intermediate container 595f13c6db96 07:09:02 ---> 506364cc461b 07:09:02 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:09:02 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:09:03 ---> 27d02776d613 07:09:03 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:09:03 ---> d2706d46013e 07:09:03 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:09:03 ---> f38b9d868ce1 07:09:03 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:09:03 ---> 8591db975f98 07:09:03 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:09:03 ---> 8c1ea238871d 07:09:03 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:09:03 ---> Running in 0a1c7e38eb4c 07:09:04 Removing intermediate container 0a1c7e38eb4c 07:09:04 ---> bb056e388bde 07:09:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:09:04 ---> Running in c51cad7d136c 07:09:04 Removing intermediate container c51cad7d136c 07:09:04 ---> 864e4a3905b8 07:09:04 Step 22/24 : LABEL arch=amd64 07:09:04 ---> Running in d5163903ef37 07:09:04 Removing intermediate container d5163903ef37 07:09:04 ---> ddd973f6d619 07:09:04 Step 23/24 : LABEL git_sha=2074f416c73da04ca5c198ceaab5b568740d594e 07:09:04 ---> Running in c724a930da13 07:09:04 Removing intermediate container c724a930da13 07:09:04 ---> 9970c375e8e9 07:09:04 Step 24/24 : LABEL version=0.0.0 07:09:04 ---> Running in bb6a9eb9c54c 07:09:04 Removing intermediate container bb6a9eb9c54c 07:09:04 ---> 07a74eaada55 07:09:04 [Warning] One or more build-args [ARCH] were not consumed 07:09:04 Successfully built 07a74eaada55 07:09:04 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:09:41 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:09:41 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:09:41 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:09:41 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.147s coverage: 21.4% of statements 07:09:44 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.185s coverage: 97.1% of statements 07:10:16 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.155s coverage: 9.4% of statements 07:10:16 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.116s coverage: 21.9% of statements 07:10:16 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:10:16 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.555s coverage: 42.6% of statements 07:10:16 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:10:16 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.789s coverage: 68.9% of statements 07:10:16 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:10:16 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:10:16 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:10:16 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:10:16 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.177s coverage: 52.6% of statements 07:10:16 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:10:16 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:10:16 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:10:16 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.660s coverage: 68.9% of statements 07:10:16 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.140s coverage: 4.7% of statements 07:10:16 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:10:16 GO111MODULE=on go vet ./... 07:10:43 gofmt -l . 07:10:43 [ "`gofmt -l .`" = "" ] 07:10:43 ./bin/test-attribution-txt.sh 07:10:43 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:10:43 Warning: overwriting stash ‘coverage-report’ 07:10:44 Stashed 1 file(s) [Pipeline] } 07:10:44 $ docker stop --time=1 1d41b6e46b43bec1c3476c299e9b1b4069c118cb88cbad99e754b3dc7d4b67da 07:10:47 $ docker rm -f 1d41b6e46b43bec1c3476c299e9b1b4069c118cb88cbad99e754b3dc7d4b67da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:10:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:10:48 + ls -al . 07:10:48 total 244 07:10:48 drwxrwxr-x 10 jenkins jenkins 4096 Oct 29 07:10 . 07:10:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:07 .. 07:10:48 -rw-rw-r-- 1 jenkins jenkins 140 Oct 29 07:07 .dockerignore 07:10:48 drwxrwxr-x 8 jenkins jenkins 4096 Oct 29 07:07 .git 07:10:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 29 07:07 .github 07:10:48 -rw-rw-r-- 1 jenkins jenkins 138 Oct 29 07:07 .gitignore 07:10:48 -rw-rw-r-- 1 jenkins jenkins 936 Oct 29 07:07 Dockerfile.build 07:10:48 -rw-rw-r-- 1 jenkins jenkins 901 Oct 29 07:07 Jenkinsfile 07:10:48 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 29 07:07 LICENSE 07:10:48 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 29 07:07 Makefile 07:10:48 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 29 07:07 README.md 07:10:48 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 29 07:07 RELEASE-NOTES.txt 07:10:48 -rw-rw-r-- 1 jenkins jenkins 5 Oct 29 07:03 VERSION 07:10:48 drwxrwxr-x 2 jenkins jenkins 4096 Oct 29 07:07 bin 07:10:48 -rw-r--r-- 1 jenkins jenkins 127611 Oct 29 07:10 coverage.out 07:10:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:07 example 07:10:48 -rw-r--r-- 1 jenkins jenkins 518 Oct 29 07:10 go.mod 07:10:48 -rw-r--r-- 1 jenkins jenkins 13520 Oct 29 07:10 go.sum 07:10:48 drwxrwxr-x 15 jenkins jenkins 4096 Oct 29 07:07 internal 07:10:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:07 openapi 07:10:48 drwxrwxr-x 5 jenkins jenkins 4096 Oct 29 07:07 pkg 07:10:48 drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:07 snap 07:10:48 -rw-rw-r-- 1 jenkins jenkins 222 Oct 29 07:07 version.go [Pipeline] isUnix [Pipeline] sh 07:10:49 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2074f416c73da04ca5c198ceaab5b568740d594e --label arch=arm64 --label version=0.0.0 . 07:10:49 Sending build context to Docker daemon 2.471MB 07:10:49 Step 1/24 : ARG BASE=golang:1.15-alpine 07:10:49 Step 2/24 : FROM ${BASE} AS builder 07:10:49 ---> 31bc4ec3e608 07:10:49 Step 3/24 : ARG MAKE='make build' 07:10:50 ---> Running in 04de09f6411d 07:10:50 Removing intermediate container 04de09f6411d 07:10:50 ---> 0f6660aa202c 07:10:50 Step 4/24 : WORKDIR /device-sdk-go 07:10:50 ---> Running in 9a1b52810e02 07:10:51 Removing intermediate container 9a1b52810e02 07:10:51 ---> 29518745820d 07:10:51 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:10:51 ---> Running in da0acbd23163 07:10:51 Removing intermediate container da0acbd23163 07:10:51 ---> ff67f5d1d03c 07:10:51 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:10:51 ---> Running in dc59ab57fbbf 07:10:54 Removing intermediate container dc59ab57fbbf 07:10:54 ---> 971a79b6cba4 07:10:54 Step 7/24 : RUN apk add --update --no-cache make git 07:10:54 ---> Running in 9543f8534313 07:10:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:10:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:10:57 OK: 142 MiB in 39 packages 07:10:58 Removing intermediate container 9543f8534313 07:10:58 ---> ff303139e80e 07:10:58 Step 8/24 : COPY . . 07:10:59 ---> 03200a9e8130 07:10:59 Step 9/24 : RUN ${MAKE} 07:11:00 ---> Running in 205ca2be0431 07:11:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:11:28 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:11:28 Removing intermediate container 205ca2be0431 07:11:28 ---> 1c558eeb5898 07:11:28 Step 10/24 : FROM scratch 07:11:28 ---> 07:11:28 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:11:28 ---> Running in 3709882e67de 07:11:28 Removing intermediate container 3709882e67de 07:11:28 ---> 7501d4c75260 07:11:28 Step 12/24 : ENV APP_PORT=49990 07:11:28 ---> Running in 58320efe4bb3 07:11:28 Removing intermediate container 58320efe4bb3 07:11:28 ---> 27511577c816 07:11:28 Step 13/24 : EXPOSE $APP_PORT 07:11:28 ---> Running in 49ab1891af05 07:11:28 Removing intermediate container 49ab1891af05 07:11:28 ---> 1f4a4b8e3b1a 07:11:28 Step 14/24 : WORKDIR / 07:11:29 ---> Running in 7af440ba77c7 07:11:29 Removing intermediate container 7af440ba77c7 07:11:29 ---> 406279ce6136 07:11:29 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:11:30 ---> d359c496db73 07:11:30 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:11:31 ---> 6361beba20d6 07:11:31 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:11:32 ---> 988a14a1be91 07:11:32 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:11:32 ---> 673ae2460971 07:11:32 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:11:33 ---> 3c9757d843e3 07:11:33 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:11:33 ---> Running in c56feb8b911b 07:11:33 Removing intermediate container c56feb8b911b 07:11:33 ---> e3a45411eadb 07:11:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:11:33 ---> Running in a68ed208c2f4 07:11:34 Removing intermediate container a68ed208c2f4 07:11:34 ---> 57eaba84f107 07:11:34 Step 22/24 : LABEL arch=arm64 07:11:34 ---> Running in 70694c58687f 07:11:35 Removing intermediate container 70694c58687f 07:11:35 ---> c7f0e4d7eaa7 07:11:35 Step 23/24 : LABEL git_sha=2074f416c73da04ca5c198ceaab5b568740d594e 07:11:35 ---> Running in c55988cbb82e 07:11:35 Removing intermediate container c55988cbb82e 07:11:35 ---> 24ac1e2aa747 07:11:35 Step 24/24 : LABEL version=0.0.0 07:11:35 ---> Running in 6d36638c833e 07:11:36 Removing intermediate container 6d36638c833e 07:11:36 ---> 289fc75818f6 07:11:36 [Warning] One or more build-args [ARCH] were not consumed 07:11:36 Successfully built 289fc75818f6 07:11:36 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:11:38 provisioning config files... 07:11:38 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config209853343352065000tmp [Pipeline] { [Pipeline] sh 07:11:38 + set +x 07:11:38 + curl -s https://codecov.io/bash 07:11:38 + bash -s -- 07:11:38 07:11:38 _____ _ 07:11:38 / ____| | | 07:11:38 | | ___ __| | ___ ___ _____ __ 07:11:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:11:38 | |___| (_) | (_| | __/ (_| (_) \ V / 07:11:38 \_____\___/ \__,_|\___|\___\___/ \_/ 07:11:38 Bash-20201009-048fee3 07:11:38 07:11:38 07:11:38 ==> Jenkins CI detected. 07:11:38 project root: . 07:11:38 --> token set from env 07:11:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:11:38 ==> Running gcov in . (disable via -X gcov) 07:11:38 ==> Python coveragepy not found 07:11:38 ==> Searching for coverage reports in: 07:11:38 + . 07:11:38 -> Found 1 reports 07:11:38 ==> Detecting git/mercurial file structure 07:11:38 ==> Reading reports 07:11:38 + ./coverage.out bytes=127611 07:11:38 ==> Appending adjustments 07:11:38 https://docs.codecov.io/docs/fixing-reports 07:11:39 + Found adjustments 07:11:39 ==> Gzipping contents 07:11:39 ==> Uploading reports 07:11:39 url: https://codecov.io 07:11:39 query: branch=PR-614&commit=2074f416c73da04ca5c198ceaab5b568740d594e&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F18%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= 07:11:39 -> Pinging Codecov 07:11:39 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-614&commit=2074f416c73da04ca5c198ceaab5b568740d594e&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F18%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= 07:11:39 -> Uploading to 07:11:39 07:11:39 % Total % Received % Xferd Average Speed Time Time Time Current 07:11:39 Dload Upload Total Spent Left Speed 07:11:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 07:11:39 X> Failed to upload 07:11:39 ==> Uploading to Codecov 07:11:39 % Total % Received % Xferd Average Speed Time Time Time Current 07:11:39 Dload Upload Total Spent Left Speed 07:11:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 20962 0 0 100 20852 0 44649 --:--:-- --:--:-- --:--:-- 44650 100 20962 100 110 100 20852 235 44625 --:--:-- --:--:-- --:--:-- 44555 07:11:39 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2074f416c73da04ca5c198ceaab5b568740d594e [Pipeline] } 07:11:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:11:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:11:44 ---> package-listing.sh 07:11:44 ++ facter osfamily 07:11:44 ++ tr '[:upper:]' '[:lower:]' 07:11:44 + OS_FAMILY=redhat 07:11:44 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-614 07:11:44 + START_PACKAGES=/tmp/packages_start.txt 07:11:44 + END_PACKAGES=/tmp/packages_end.txt 07:11:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:11:44 + PACKAGES=/tmp/packages_start.txt 07:11:44 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' 07:11:44 + PACKAGES=/tmp/packages_end.txt 07:11:44 + case "${OS_FAMILY}" in 07:11:44 + rpm -qa 07:11:44 + sort 07:11:48 + '[' -f /tmp/packages_start.txt ']' 07:11:48 + '[' -f /tmp/packages_end.txt ']' 07:11:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:11:48 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' 07:11:48 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ 07:11:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [Pipeline] echo 07:11:48 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/dgexfoundry_device-sdk-go_PR-614/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:11:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:11:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:11:48 07:11:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:11:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:11:49 alpine: Pulling from edgex-lftools-log-publisher 07:11:49 df20fa9351a1: Pulling fs layer 07:11:49 36b3adc4ff6f: Pulling fs layer 07:11:49 8ad3a11d3b57: Pulling fs layer 07:11:49 46f8f816bc3b: Pulling fs layer 07:11:49 93b61091891f: Pulling fs layer 07:11:49 93b9cdb0e59b: Pulling fs layer 07:11:49 5e14af77c1be: Pulling fs layer 07:11:49 01666e4c0597: Pulling fs layer 07:11:49 aa168da1d23b: Pulling fs layer 07:11:49 93b9cdb0e59b: Waiting 07:11:49 5e14af77c1be: Waiting 07:11:49 01666e4c0597: Waiting 07:11:49 aa168da1d23b: Waiting 07:11:49 46f8f816bc3b: Waiting 07:11:49 93b61091891f: Waiting 07:11:49 36b3adc4ff6f: Verifying Checksum 07:11:49 36b3adc4ff6f: Download complete 07:11:49 46f8f816bc3b: Verifying Checksum 07:11:49 46f8f816bc3b: Download complete 07:11:49 df20fa9351a1: Verifying Checksum 07:11:49 df20fa9351a1: Download complete 07:11:49 93b9cdb0e59b: Verifying Checksum 07:11:49 93b9cdb0e59b: Download complete 07:11:49 5e14af77c1be: Verifying Checksum 07:11:49 5e14af77c1be: Download complete 07:11:49 93b61091891f: Download complete 07:11:49 01666e4c0597: Verifying Checksum 07:11:49 01666e4c0597: Download complete 07:11:49 df20fa9351a1: Pull complete 07:11:49 36b3adc4ff6f: Pull complete 07:11:49 8ad3a11d3b57: Verifying Checksum 07:11:49 8ad3a11d3b57: Download complete 07:11:50 8ad3a11d3b57: Pull complete 07:11:50 46f8f816bc3b: Pull complete 07:11:51 93b61091891f: Pull complete 07:11:51 aa168da1d23b: Verifying Checksum 07:11:51 aa168da1d23b: Download complete 07:11:51 93b9cdb0e59b: Pull complete 07:11:51 5e14af77c1be: Pull complete 07:11:51 01666e4c0597: Pull complete 07:11:58 aa168da1d23b: Pull complete 07:11:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:11:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:11:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:11:58 prd-centos7-docker-4c-2g-9663 does not seem to be running inside a container 07:11:58 $ 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/dgexfoundry_device-sdk-go_PR-614/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@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:10003/edgex-lftools-log-publisher:alpine cat 07:12:02 $ docker top d3360cf72a5536607ae32663fb9d6ec44c48c942fe9da8a1c56dfa66bff109a2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:12:03 + touch /tmp/pre-build-complete [Pipeline] sh 07:12:03 + mkdir -p /var/log/sa [Pipeline] sh 07:12:03 + ls /var/log/sa-host 07:12:03 + sadf -c /var/log/sa-host/sa05 07:12:03 file_magic: OK 07:12:03 HZ: Using current value: 100 07:12:03 file_header: OK 07:12:03 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 07:12:03 Statistics: 07:12:03 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:12:03 File successfully converted to sysstat format version 12.2.1 07:12:03 + sadf -c /var/log/sa-host/sa29 07:12:03 file_magic: OK 07:12:03 HZ: Using current value: 100 07:12:03 file_header: OK 07:12:03 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 07:12:03 Statistics: 07:12:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:12:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:12:03 provisioning config files... 07:12:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config3635472419321771075tmp [Pipeline] { [Pipeline] echo 07:12:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:12:04 ---> create-netrc.sh [Pipeline] } 07:12:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:12:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:12:04 ---> python-tools-install.sh [Pipeline] echo 07:12:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:12:05 ---> sudo-logs.sh 07:12:05 Archiving 'sudo' log.. [Pipeline] echo 07:12:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:12:05 ---> job-cost.sh 07:12:05 lf-activate-venv: SKIPPING 07:12:05 INFO: No Stack... 07:12:06 INFO: Retrieving Pricing Info for: v1-standard-2 07:12:06 INFO: Archiving Costs [Pipeline] echo 07:12:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:12:07 ---> logs-deploy.sh 07:12:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-614/18 07:12:07 INFO: archiving workspace using pattern(s): 07:12:08 Archives upload complete. 07:12:08 INFO: archiving logs to Nexus 07:12:09 ---> uname -a: 07:12:09 Linux prd-centos7-docker-4c-2g-9663.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:12:09 07:12:09 07:12:09 ---> lscpu: 07:12:09 Architecture: x86_64 07:12:09 CPU op-mode(s): 32-bit, 64-bit 07:12:09 Byte Order: Little Endian 07:12:09 Address sizes: 40 bits physical, 48 bits virtual 07:12:09 CPU(s): 4 07:12:09 On-line CPU(s) list: 0-3 07:12:09 Thread(s) per core: 1 07:12:09 Core(s) per socket: 1 07:12:09 Socket(s): 4 07:12:09 NUMA node(s): 1 07:12:09 Vendor ID: GenuineIntel 07:12:09 CPU family: 6 07:12:09 Model: 44 07:12:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:12:09 Stepping: 1 07:12:09 CPU MHz: 2933.438 07:12:09 BogoMIPS: 5866.87 07:12:09 Virtualization: VT-x 07:12:09 Hypervisor vendor: KVM 07:12:09 Virtualization type: full 07:12:09 L1d cache: 128 KiB 07:12:09 L1i cache: 128 KiB 07:12:09 L2 cache: 16 MiB 07:12:09 L3 cache: 64 MiB 07:12:09 NUMA node0 CPU(s): 0-3 07:12:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:12:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:12:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:12:09 Vulnerability Meltdown: Mitigation; PTI 07:12:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:12:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:12:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:12:09 Vulnerability Tsx async abort: Not affected 07:12:09 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 07:12:09 07:12:09 07:12:09 ---> nproc: 07:12:09 4 07:12:09 07:12:09 07:12:09 ---> df -h: 07:12:09 Filesystem Size Used Available Use% Mounted on 07:12:09 overlay 50.0G 7.2G 42.8G 14% / 07:12:09 tmpfs 64.0M 0 64.0M 0% /dev 07:12:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:12:09 shm 64.0M 0 64.0M 0% /dev/shm 07:12:09 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 07:12:09 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 07:12:09 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 07:12:09 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 07:12:09 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 07:12:09 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 07:12:09 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614 07:12:09 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp 07:12:09 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 07:12:09 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 07:12:09 07:12:09 07:12:09 ---> free -m: 07:12:09 total used free shared buff/cache available 07:12:09 Mem: 1837 683 118 0 1035 1051 07:12:09 Swap: 1023 1 1022 07:12:09 07:12:09 07:12:09 ---> ip addr: 07:12:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:12:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:12:09 inet 127.0.0.1/8 scope host lo 07:12:09 valid_lft forever preferred_lft forever 07:12:09 inet6 ::1/128 scope host 07:12:09 valid_lft forever preferred_lft forever 07:12:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:12:09 link/ether fa:16:3e:83:12:bd brd ff:ff:ff:ff:ff:ff 07:12:09 inet 10.30.123.122/23 brd 10.30.123.255 scope global dynamic eth0 07:12:09 valid_lft 85831sec preferred_lft 85831sec 07:12:09 inet6 fe80::f816:3eff:fe83:12bd/64 scope link 07:12:09 valid_lft forever preferred_lft forever 07:12:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:12:09 link/ether 02:42:33:5f:b9:00 brd ff:ff:ff:ff:ff:ff 07:12:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:12:09 valid_lft forever preferred_lft forever 07:12:09 inet6 fe80::42:33ff:fe5f:b900/64 scope link 07:12:09 valid_lft forever preferred_lft forever 07:12:09 07:12:09 07:12:09 ---> sar -b -r -n DEV: 07:12:09 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/29/20 _x86_64_ (4 CPU) 07:12:09 07:12:09 07:02:22 LINUX RESTART (4 CPU) 07:12:09 07:12:09 07:03:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:12:09 07:04:01 59.21 15.50 43.70 0.00 5062.29 4957.89 0.00 07:12:09 07:05:01 0.95 0.00 0.95 0.00 0.00 21.37 0.00 07:12:09 07:06:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 07:12:09 07:07:01 0.22 0.00 0.22 0.00 0.00 2.96 0.00 07:12:09 07:08:01 0.15 0.00 0.15 0.00 0.00 2.08 0.00 07:12:09 07:09:01 0.35 0.00 0.35 0.00 0.00 4.85 0.00 07:12:09 07:10:01 0.40 0.02 0.38 0.00 0.13 5.38 0.00 07:12:09 07:11:01 0.25 0.00 0.25 0.00 0.00 2.80 0.00 07:12:09 07:12:02 125.55 67.03 58.52 0.00 6335.95 18446.01 0.00 07:12:09 Average: 20.75 9.16 11.59 0.00 1259.94 2601.79 0.00 07:12:09 07:12:09 07:03:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:12:09 07:04:01 152056 0 590348 31.38 2620 1136532 1117408 38.14 450476 1117524 132 07:12:09 07:05:01 156172 0 586224 31.16 2620 1136540 1096176 37.41 449644 1115444 8 07:12:09 07:06:01 157244 0 585148 31.10 2620 1136544 1076644 36.74 451604 1112716 20 07:12:09 07:07:01 155028 0 587364 31.22 2620 1136544 1076656 36.74 453776 1112688 12 07:12:09 07:08:01 155900 0 586484 31.17 2620 1136552 1076560 36.74 459136 1106700 16 07:12:09 07:09:01 156508 0 585872 31.14 2620 1136556 1076476 36.74 458772 1106700 12 07:12:09 07:10:01 157116 0 585252 31.10 2620 1136568 1076428 36.74 458504 1106700 8 07:12:09 07:11:01 156556 0 585808 31.13 2620 1136572 1076428 36.74 447568 1117524 8 07:12:09 07:12:02 189288 0 672552 35.74 2620 1017096 1274320 43.49 454736 1027256 8 07:12:09 Average: 159541 0 596117 31.68 2620 1123278 1105233 37.72 453802 1102584 25 07:12:09 07:12:09 07:03:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:12:09 07:04:01 eth0 332.96 231.35 742.32 80.68 0.00 0.00 0.00 0.00 07:12:09 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:04:01 docker0 11.46 8.82 1.47 20.55 0.00 0.00 0.00 0.00 07:12:09 07:05:01 eth0 1.85 0.30 0.37 0.17 0.00 0.00 0.00 0.00 07:12:09 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:06:01 eth0 2.91 0.68 0.72 0.40 0.00 0.00 0.00 0.00 07:12:09 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:07:01 eth0 3.75 0.83 1.02 0.63 0.00 0.00 0.00 0.00 07:12:09 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:08:01 eth0 1.57 0.87 0.93 0.62 0.00 0.00 0.00 0.00 07:12:09 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:09:01 eth0 0.18 0.12 0.07 0.04 0.00 0.00 0.00 0.00 07:12:09 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:10:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:12:09 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:11:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:12:09 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:12:02 eth0 226.07 190.93 2175.54 20.42 0.00 0.00 0.00 0.00 07:12:09 07:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 07:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 Average: eth0 62.81 46.93 323.91 11.32 0.00 0.00 0.00 0.00 07:12:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:09 Average: docker0 1.25 0.97 0.16 2.25 0.00 0.00 0.00 0.00 07:12:09 07:12:09 07:12:09 ---> sar -P ALL: 07:12:09 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/29/20 _x86_64_ (4 CPU) 07:12:09 07:12:09 07:02:22 LINUX RESTART (4 CPU) 07:12:09 07:12:09 07:03:02 CPU %user %nice %system %iowait %steal %idle 07:12:09 07:04:01 all 7.70 0.00 3.29 2.26 0.00 86.76 07:12:09 07:04:01 0 8.07 0.00 3.34 1.62 0.00 86.96 07:12:09 07:04:01 1 7.53 0.00 3.08 2.20 0.00 87.19 07:12:09 07:04:01 2 6.27 0.00 3.03 2.69 0.00 88.00 07:12:09 07:04:01 3 8.91 0.00 3.70 2.51 0.00 84.88 07:12:09 07:05:01 all 0.16 0.00 0.04 0.00 0.00 99.80 07:12:09 07:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:12:09 07:05:01 1 0.23 0.00 0.03 0.00 0.00 99.73 07:12:09 07:05:01 2 0.33 0.00 0.03 0.00 0.00 99.63 07:12:09 07:05:01 3 0.05 0.00 0.07 0.00 0.00 99.88 07:12:09 07:06:01 all 0.16 0.00 0.05 0.00 0.00 99.80 07:12:09 07:06:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:12:09 07:06:01 1 0.48 0.00 0.05 0.00 0.00 99.47 07:12:09 07:06:01 2 0.03 0.00 0.05 0.00 0.00 99.92 07:12:09 07:06:01 3 0.07 0.00 0.05 0.00 0.00 99.88 07:12:09 07:07:01 all 0.17 0.00 0.03 0.00 0.00 99.79 07:12:09 07:07:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:12:09 07:07:01 1 0.50 0.00 0.02 0.00 0.00 99.48 07:12:09 07:07:01 2 0.10 0.00 0.03 0.00 0.00 99.87 07:12:09 07:07:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:12:09 07:08:01 all 0.18 0.00 0.06 0.00 0.00 99.75 07:12:09 07:08:01 0 0.08 0.00 0.03 0.00 0.00 99.88 07:12:09 07:08:01 1 0.55 0.00 0.05 0.00 0.00 99.40 07:12:09 07:08:01 2 0.07 0.00 0.10 0.00 0.02 99.82 07:12:09 07:08:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:12:09 07:09:01 all 0.14 0.00 0.03 0.00 0.00 99.82 07:12:09 07:09:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:12:09 07:09:01 1 0.47 0.00 0.02 0.00 0.00 99.52 07:12:09 07:09:01 2 0.05 0.00 0.08 0.00 0.00 99.87 07:12:09 07:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:12:09 07:10:01 all 0.04 0.00 0.04 0.00 0.00 99.91 07:12:09 07:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:12:09 07:10:01 1 0.10 0.00 0.08 0.00 0.00 99.82 07:12:09 07:10:01 2 0.02 0.00 0.02 0.02 0.00 99.95 07:12:09 07:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:12:09 07:11:01 all 0.04 0.00 0.04 0.00 0.00 99.92 07:12:09 07:11:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:12:09 07:11:01 1 0.05 0.00 0.05 0.00 0.00 99.90 07:12:09 07:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:12:09 07:11:01 3 0.02 0.00 0.03 0.00 0.02 99.93 07:12:09 07:12:02 all 5.45 0.00 3.55 1.76 0.01 89.22 07:12:09 07:12:02 0 5.32 0.00 3.59 1.60 0.02 89.47 07:12:09 07:12:02 1 6.82 0.00 4.05 3.95 0.02 85.17 07:12:09 07:12:02 2 4.75 0.00 3.32 0.89 0.00 91.04 07:12:09 07:12:02 3 4.92 0.00 3.24 0.62 0.02 91.19 07:12:09 Average: all 1.54 0.00 0.78 0.44 0.00 97.23 07:12:09 Average: 0 1.50 0.00 0.79 0.35 0.00 97.35 07:12:09 Average: 1 1.84 0.00 0.82 0.68 0.00 96.66 07:12:09 Average: 2 1.28 0.00 0.74 0.39 0.00 97.59 07:12:09 Average: 3 1.54 0.00 0.79 0.34 0.01 97.32 07:12:09 07:12:09 07:12:09