Pull request #614 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6d170b70e1a04a00d380c7c5d579fc072917eff5+10f5d80329275e8e77aa5b449b49b1589ab3bade (dcca3290d396c95a04351be3689ab0babcab4829) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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-5775 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 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit 6d170b70e1a04a00d380c7c5d579fc072917eff5 > 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 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 Checking out Revision aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 (PR-614) > git checkout -f 6d170b70e1a04a00d380c7c5d579fc072917eff5 # 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 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 # timeout=10 Commit message: "Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 1e6cab53454d5719e39d413947056ef5f4856702 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:28:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:28:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:28:47 ========================================================= 06:28:47 EdgeX Global Pipelines Version Info 06:28:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:28:50 ------------------- 06:28:50 stable info: 06:28:50 ------------------- 06:28:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:28:50 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:28:50 Message: update stable to v1.0.144 06:28:51 ------------------- 06:28:51 experimental info: 06:28:51 ------------------- 06:28:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:28:51 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:28:51 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:28:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:28:51 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:28:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:28:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:28:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:28:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:28:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:28:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-614 [Pipeline] echo 06:28:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-614 [Pipeline] echo 06:28:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-614 [Pipeline] echo 06:28:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 [Pipeline] echo 06:28:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aa60483 [Pipeline] echo 06:28:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:28:55 + git log --format=format:%s -1 aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 [Pipeline] echo 06:28:55 GIT_COMMIT: aa6048348649fdf9d8f01dc6bdddbbf8ac990e84, Commit Message: Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD [Pipeline] echo 06:28:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:28:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:28:56 06:28:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:28:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:28:56 latest: Pulling from edgex-devops/git-semver 06:28:56 31603596830f: Pulling fs layer 06:28:56 2a8b12db71e7: Pulling fs layer 06:28:56 6ca5941a6612: Pulling fs layer 06:28:56 ecc8261a40a4: Pulling fs layer 06:28:56 ecc8261a40a4: Waiting 06:28:56 2a8b12db71e7: Verifying Checksum 06:28:56 2a8b12db71e7: Download complete 06:28:57 31603596830f: Verifying Checksum 06:28:57 31603596830f: Download complete 06:28:57 ecc8261a40a4: Verifying Checksum 06:28:57 ecc8261a40a4: Download complete 06:28:57 6ca5941a6612: Verifying Checksum 06:28:57 6ca5941a6612: Download complete 06:28:57 31603596830f: Pull complete 06:28:57 2a8b12db71e7: Pull complete 06:28:59 6ca5941a6612: Pull complete 06:28:59 ecc8261a40a4: Pull complete 06:28:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:28:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:28:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:28:59 prd-centos7-docker-4c-2g-5775 does not seem to be running inside a container 06:29:00 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:29:02 $ docker top a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:29:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:29:03 [ssh-agent] Looking for ssh-agent implementation... 06:29:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:29:03 $ docker exec a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 ssh-agent 06:29:04 SSH_AUTH_SOCK=/tmp/ssh-2Wudrvr7CYU3/agent.11 06:29:04 SSH_AGENT_PID=16 06:29:04 Running ssh-add (command line suppressed) 06:29:04 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_7591707436565343912.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_7591707436565343912.key) 06:29:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:29:04 + git tag --points-at HEAD [Pipeline] } 06:29:04 $ docker exec --env ******** --env ******** a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 ssh-agent -k 06:29:05 unset SSH_AUTH_SOCK; 06:29:05 unset SSH_AGENT_PID; 06:29:05 echo Agent pid 16 killed; 06:29:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:29:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:29:05 [ssh-agent] Looking for ssh-agent implementation... 06:29:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:29:05 $ docker exec a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 ssh-agent 06:29:06 SSH_AUTH_SOCK=/tmp/ssh-opBvgeh10UQB/agent.44 06:29:06 SSH_AGENT_PID=49 06:29:06 Running ssh-add (command line suppressed) 06:29:06 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_4039499459663406443.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_4039499459663406443.key) 06:29:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:29:06 + git semver init 06:29:06 # -> Open(): unable to determine branch for HEAD 06:29:06 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.git 06:29:06 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-614 06:29:06 # $SEMVER_REMOTE_NAME = origin 06:29:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:29:06 # $SEMVER_USER_NAME = edgex-jenkins 06:29:06 # $SEMVER_BRANCH = PR-614 06:29:06 # $SEMVER_TEMP = /tmp/semver-730074734 06:29:06 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:29:07 # '/tmp/semver-730074734' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver' 06:29:07 # -> Force: false 06:29:07 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver [Pipeline] } 06:29:07 $ docker exec --env ******** --env ******** a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 ssh-agent -k 06:29:08 unset SSH_AUTH_SOCK; 06:29:08 unset SSH_AGENT_PID; 06:29:08 echo Agent pid 49 killed; 06:29:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:29:08 + git semver [Pipeline] } 06:29:08 $ docker stop --time=1 a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 06:29:10 $ docker rm -f a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 [Pipeline] // withDockerContainer [Pipeline] sh 06:29:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:29:12 Stashed 1 file(s) [Pipeline] echo 06:29:12 [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 06:29:27 Still waiting to schedule task 06:29:27 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:29:27 Still waiting to schedule task 06:29:27 ‘prd-centos7-docker-4c-2g-3642’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5778’ is offline 06:32:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5784 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws 06:32:19 Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout 06:32:25 using credential edgex-jenkins-ssh 06:32:25 Cloning the remote Git repository 06:32:25 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:32:25 > git init /w/workspace/device-sdk-go/7 # timeout=10 06:32:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:32:25 > git --version # timeout=10 06:32:25 > git --version # 'git version 2.17.1' 06:32:25 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:32:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:32:26 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:32:26 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:27 > 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 06:32:27 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit 6d170b70e1a04a00d380c7c5d579fc072917eff5 06:32:28 Merge succeeded, producing 85cc760f6404517de8e6d49ec76c143332264b37 06:32:28 Checking out Revision 85cc760f6404517de8e6d49ec76c143332264b37 (PR-614) 06:32:27 > git config core.sparsecheckout # timeout=10 06:32:27 > git checkout -f 6d170b70e1a04a00d380c7c5d579fc072917eff5 # timeout=10 06:32:27 > git remote # timeout=10 06:32:27 > git config --get remote.origin.url # timeout=10 06:32:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:28 > git merge 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 06:32:28 > git rev-parse HEAD^{commit} # timeout=10 06:32:28 > git config core.sparsecheckout # timeout=10 06:32:28 > git checkout -f 85cc760f6404517de8e6d49ec76c143332264b37 # timeout=10 06:32:32 Commit message: "Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD" 06:32:32 First time build. Skipping changelog. 06:32:32 > git rev-list --no-walk 1e6cab53454d5719e39d413947056ef5f4856702 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:32:33 ========================================================= 06:32:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:32:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:32:34 + 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 . 06:32:35 Sending build context to Docker daemon 2.316MB 06:32:35 Step 1/8 : ARG BASE=golang:1.15-alpine 06:32:35 Step 2/8 : FROM ${BASE} 06:32:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:32:35 b538f80385f9: Pulling fs layer 06:32:35 74f711af9a0d: Pulling fs layer 06:32:35 99f96fe45779: Pulling fs layer 06:32:35 8529a6b9a6be: Pulling fs layer 06:32:35 45590311c82a: Pulling fs layer 06:32:35 69ca0ff8b7b3: Pulling fs layer 06:32:35 209524e5b208: Pulling fs layer 06:32:35 8529a6b9a6be: Waiting 06:32:35 45590311c82a: Waiting 06:32:35 69ca0ff8b7b3: Waiting 06:32:35 209524e5b208: Waiting 06:32:35 99f96fe45779: Verifying Checksum 06:32:35 99f96fe45779: Download complete 06:32:35 74f711af9a0d: Download complete 06:32:35 45590311c82a: Verifying Checksum 06:32:35 45590311c82a: Download complete 06:32:36 b538f80385f9: Verifying Checksum 06:32:36 69ca0ff8b7b3: Download complete 06:32:37 b538f80385f9: Pull complete 06:32:37 74f711af9a0d: Pull complete 06:32:38 99f96fe45779: Pull complete 06:32:38 209524e5b208: Download complete 06:32:39 8529a6b9a6be: Verifying Checksum 06:32:39 8529a6b9a6be: Download complete 06:32:50 8529a6b9a6be: Pull complete 06:32:50 45590311c82a: Pull complete 06:32:50 69ca0ff8b7b3: Pull complete 06:32:53 209524e5b208: Pull complete 06:32:53 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:32:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:32:53 ---> 5bddaf1c2fca 06:32:53 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:32:57 ---> Running in 67791846c440 06:32:57 Removing intermediate container 67791846c440 06:32:57 ---> 01658bb1a89a 06:32:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:57 ---> Running in 0b8a77832941 06:33:01 Removing intermediate container 0b8a77832941 06:33:01 ---> 4c3bebd37d1e 06:33:01 Step 5/8 : RUN apk add --no-cache make git 06:33:01 ---> Running in 26b8e4dd3753 06:33:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:04 OK: 142 MiB in 39 packages 06:33:05 Removing intermediate container 26b8e4dd3753 06:33:05 ---> fea9148493fd 06:33:05 Step 6/8 : WORKDIR /device-sdk-go 06:33:05 ---> Running in f3805ed26a9b 06:33:06 Removing intermediate container f3805ed26a9b 06:33:06 ---> db462e3a6e01 06:33:06 Step 7/8 : COPY . . 06:33:07 ---> dea0fee35a0e 06:33:07 Step 8/8 : RUN go mod download 06:33:07 ---> Running in c18f5c492e4a 06:33:34 Removing intermediate container c18f5c492e4a 06:33:34 ---> 1ae6f8f2245b 06:33:34 Successfully built 1ae6f8f2245b 06:33:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:33:35 + docker inspect -f . ci-base-image-arm64 06:33:35 . [Pipeline] withDockerContainer 06:33:35 prd-ubuntu18.04-docker-arm64-4c-16g-5784 does not seem to be running inside a container 06:33:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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 06:33:37 $ docker top 5c4a342badf02f1e13996c16115a3a06a89154fa26a48b17e8ad4cd486467ade -eo pid,comm [Pipeline] { [Pipeline] sh 06:33:38 + go version 06:33:38 go version go1.15.2 linux/arm64 [Pipeline] } 06:33:38 $ docker stop --time=1 5c4a342badf02f1e13996c16115a3a06a89154fa26a48b17e8ad4cd486467ade 06:33:40 $ docker rm -f 5c4a342badf02f1e13996c16115a3a06a89154fa26a48b17e8ad4cd486467ade [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:33:41 + docker inspect -f . ci-base-image-arm64 06:33:41 . [Pipeline] withDockerContainer 06:33:42 prd-ubuntu18.04-docker-arm64-4c-16g-5784 does not seem to be running inside a container 06:33:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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 06:33:44 $ docker top 2aafe4d7c9b28e884424fd6fc56a327c8480d1e3afe3986bdea42053010d5753 -eo pid,comm [Pipeline] { [Pipeline] sh 06:33:45 + make test 06:33:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:34:08 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:34:55 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:34:55 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:34:55 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:34:55 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.138s coverage: 21.6% of statements 06:34:59 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.322s coverage: 97.1% of statements 06:35:11 Running on prd-centos7-docker-4c-2g-5785 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws 06:35:11 Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout 06:35:14 using credential edgex-jenkins-ssh 06:35:14 Cloning the remote Git repository 06:35:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:35:14 > git init /w/workspace/device-sdk-go/7 # timeout=10 06:35:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:35:14 > git --version # timeout=10 06:35:14 > git --version # 'git version 2.16.5' 06:35:14 using GIT_SSH to set credentials SSH Credentials for GitHub 06:35:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:35:16 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit 6d170b70e1a04a00d380c7c5d579fc072917eff5 06:35:16 Merge succeeded, producing cd367434df7fc917639f4df023462774f71a80ff 06:35:16 Checking out Revision cd367434df7fc917639f4df023462774f71a80ff (PR-614) 06:35:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:35:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:35:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:35:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:35:15 using GIT_SSH to set credentials SSH Credentials for GitHub 06:35:15 > 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 06:35:16 > git config core.sparsecheckout # timeout=10 06:35:16 > git checkout -f 6d170b70e1a04a00d380c7c5d579fc072917eff5 # timeout=10 06:35:16 > git remote # timeout=10 06:35:16 > git config --get remote.origin.url # timeout=10 06:35:16 using GIT_SSH to set credentials SSH Credentials for GitHub 06:35:16 > git merge 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 06:35:16 > git rev-parse HEAD^{commit} # timeout=10 06:35:16 > git config core.sparsecheckout # timeout=10 06:35:16 > git checkout -f cd367434df7fc917639f4df023462774f71a80ff # timeout=10 06:35:19 Commit message: "Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD" 06:35:19 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 06:35:19 > git rev-list --no-walk 1e6cab53454d5719e39d413947056ef5f4856702 # timeout=10 [Pipeline] echo 06:35:20 ========================================================= 06:35:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:35:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:35:21 + 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 . 06:35:22 Sending build context to Docker daemon 2.316MB 06:35:22 Step 1/8 : ARG BASE=golang:1.15-alpine 06:35:22 Step 2/8 : FROM ${BASE} 06:35:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:35:22 df20fa9351a1: Pulling fs layer 06:35:22 ed8968b2872e: Pulling fs layer 06:35:22 a92cc7c5fd73: Pulling fs layer 06:35:22 e871e8e8d7a9: Pulling fs layer 06:35:22 e73272ec9a57: Pulling fs layer 06:35:22 1e910a182e73: Pulling fs layer 06:35:22 4e634b169226: Pulling fs layer 06:35:22 1e910a182e73: Waiting 06:35:22 4e634b169226: Waiting 06:35:22 e73272ec9a57: Waiting 06:35:22 a92cc7c5fd73: Verifying Checksum 06:35:22 a92cc7c5fd73: Download complete 06:35:22 ed8968b2872e: Download complete 06:35:22 e73272ec9a57: Verifying Checksum 06:35:22 e73272ec9a57: Download complete 06:35:22 1e910a182e73: Verifying Checksum 06:35:22 1e910a182e73: Download complete 06:35:22 df20fa9351a1: Verifying Checksum 06:35:22 df20fa9351a1: Download complete 06:35:22 df20fa9351a1: Pull complete 06:35:22 ed8968b2872e: Pull complete 06:35:23 a92cc7c5fd73: Pull complete 06:35:24 4e634b169226: Verifying Checksum 06:35:24 4e634b169226: Download complete 06:35:24 e871e8e8d7a9: Verifying Checksum 06:35:24 e871e8e8d7a9: Download complete 06:35:26 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.128s coverage: 9.4% of statements 06:35:26 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.127s coverage: 21.9% of statements 06:35:26 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:35:26 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.603s coverage: 42.6% of statements 06:35:26 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:35:26 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.863s coverage: 68.9% of statements 06:35:26 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:35:26 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:35:26 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:35:26 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 06:35:26 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.172s coverage: 52.6% of statements 06:35:26 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 06:35:26 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 06:35:26 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 06:35:26 ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.173s coverage: 68.9% of statements 06:35:26 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:35:26 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:35:26 GO111MODULE=on go vet ./... 06:35:29 e871e8e8d7a9: Pull complete 06:35:29 e73272ec9a57: Pull complete 06:35:29 1e910a182e73: Pull complete 06:35:35 4e634b169226: Pull complete 06:35:35 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:35:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:35:35 ---> f7629b54cfaa 06:35:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:35:35 ---> Running in f41e25f8145c 06:35:35 Removing intermediate container f41e25f8145c 06:35:35 ---> 1b39d5513146 06:35:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:35:35 ---> Running in 7b4bc4102d8b 06:35:35 Removing intermediate container 7b4bc4102d8b 06:35:35 ---> 14e7740475c9 06:35:35 Step 5/8 : RUN apk add --no-cache make git 06:35:35 ---> Running in 4fb889b25964 06:35:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:35:37 OK: 166 MiB in 39 packages 06:35:38 Removing intermediate container 4fb889b25964 06:35:38 ---> d7e7c10f3ad2 06:35:38 Step 6/8 : WORKDIR /device-sdk-go 06:35:38 ---> Running in 50c934e8c7e1 06:35:38 Removing intermediate container 50c934e8c7e1 06:35:38 ---> b6b7a00c59d4 06:35:38 Step 7/8 : COPY . . 06:35:39 ---> e16f755d01b7 06:35:39 Step 8/8 : RUN go mod download 06:35:39 ---> Running in a03787718f33 06:35:58 Removing intermediate container a03787718f33 06:35:58 ---> 8a5fadc00306 06:35:58 Successfully built 8a5fadc00306 06:35:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:35:58 + docker inspect -f . ci-base-image-x86_64 06:35:58 . [Pipeline] withDockerContainer 06:35:58 prd-centos7-docker-4c-2g-5785 does not seem to be running inside a container 06:35:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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 ******** ci-base-image-x86_64 cat 06:35:59 gofmt -l . 06:35:59 $ docker top 688f46c18c954c34dde44606d5fe16adbfa510c3233f641948645e194e8528d6 -eo pid,comm [Pipeline] { 06:35:59 [ "`gofmt -l .`" = "" ] [Pipeline] sh 06:35:59 + go version 06:35:59 go version go1.15.2 linux/amd64 [Pipeline] } 06:35:59 $ docker stop --time=1 688f46c18c954c34dde44606d5fe16adbfa510c3233f641948645e194e8528d6 06:35:59 ./bin/test-attribution-txt.sh 06:36:00 ./bin/test-go-mod-tidy.sh 06:36:00 $ docker rm -f 688f46c18c954c34dde44606d5fe16adbfa510c3233f641948645e194e8528d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] stash [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:36:01 + docker inspect -f . ci-base-image-x86_64 06:36:01 . [Pipeline] withDockerContainer 06:36:01 prd-centos7-docker-4c-2g-5785 does not seem to be running inside a container 06:36:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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 ******** ci-base-image-x86_64 cat 06:36:02 Stashed 1 file(s) 06:36:02 $ docker top 15b5154a47af858a91df4a32c28d6bca8bc81ce707613c85337b942f4a81c3df -eo pid,comm [Pipeline] { [Pipeline] } 06:36:02 $ docker stop --time=1 2aafe4d7c9b28e884424fd6fc56a327c8480d1e3afe3986bdea42053010d5753 06:36:04 $ docker rm -f 2aafe4d7c9b28e884424fd6fc56a327c8480d1e3afe3986bdea42053010d5753 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 06:36:05 + make test 06:36:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] script [Pipeline] { [Pipeline] sh 06:36:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:36:07 + ls -al . 06:36:07 total 224 06:36:07 drwxrwxr-x 10 jenkins jenkins 4096 Oct 16 06:36 . 06:36:07 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:32 .. 06:36:07 -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 06:32 .dockerignore 06:36:07 drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 06:32 .git 06:36:07 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:32 .github 06:36:07 -rw-rw-r-- 1 jenkins jenkins 138 Oct 16 06:32 .gitignore 06:36:07 -rw-rw-r-- 1 jenkins jenkins 936 Oct 16 06:32 Dockerfile.build 06:36:07 -rw-rw-r-- 1 jenkins jenkins 901 Oct 16 06:32 Jenkinsfile 06:36:07 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 16 06:32 LICENSE 06:36:07 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 16 06:32 Makefile 06:36:07 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 16 06:32 README.md 06:36:07 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 16 06:32 RELEASE-NOTES.txt 06:36:07 -rw-rw-r-- 1 jenkins jenkins 5 Oct 16 06:29 VERSION 06:36:07 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:32 bin 06:36:07 -rw-r--r-- 1 jenkins jenkins 110398 Oct 16 06:35 coverage.out 06:36:07 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:32 example 06:36:07 -rw-r--r-- 1 jenkins jenkins 517 Oct 16 06:36 go.mod 06:36:07 -rw-r--r-- 1 jenkins jenkins 13736 Oct 16 06:36 go.sum 06:36:07 drwxrwxr-x 15 jenkins jenkins 4096 Oct 16 06:32 internal 06:36:07 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:32 openapi 06:36:07 drwxrwxr-x 5 jenkins jenkins 4096 Oct 16 06:32 pkg 06:36:07 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:32 snap 06:36:07 -rw-rw-r-- 1 jenkins jenkins 222 Oct 16 06:32 version.go [Pipeline] isUnix [Pipeline] sh 06:36:07 + 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=aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 --label arch=arm64 --label version=0.0.0 . 06:36:08 Sending build context to Docker daemon 2.427MB 06:36:08 Step 1/24 : ARG BASE=golang:1.15-alpine 06:36:08 Step 2/24 : FROM ${BASE} AS builder 06:36:08 ---> 1ae6f8f2245b 06:36:08 Step 3/24 : ARG MAKE='make build' 06:36:08 ---> Running in 151fedec676d 06:36:09 Removing intermediate container 151fedec676d 06:36:09 ---> a9dabbfb1362 06:36:09 Step 4/24 : WORKDIR /device-sdk-go 06:36:09 ---> Running in 94170d10a29f 06:36:09 Removing intermediate container 94170d10a29f 06:36:09 ---> 618e87432ed9 06:36:09 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:36:09 ---> Running in e6543986d082 06:36:10 Removing intermediate container e6543986d082 06:36:10 ---> 3ab0222515a0 06:36:10 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:36:10 ---> Running in 4bd3bde33047 06:36:12 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:36:13 Removing intermediate container 4bd3bde33047 06:36:13 ---> 765978ee210d 06:36:13 Step 7/24 : RUN apk add --update --no-cache make git 06:36:13 ---> Running in 5f788e562f6a 06:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:16 OK: 142 MiB in 39 packages 06:36:17 Removing intermediate container 5f788e562f6a 06:36:17 ---> 6bb357f761d2 06:36:17 Step 8/24 : COPY . . 06:36:19 ---> 6df5587eea98 06:36:19 Step 9/24 : RUN ${MAKE} 06:36:19 ---> Running in 861b25371af3 06:36:20 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 06:36:24 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:36:24 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:36:24 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:36:24 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.050s coverage: 21.6% of statements 06:36:27 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.424s coverage: 97.1% of statements 06:36:47 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:36:50 Removing intermediate container 861b25371af3 06:36:50 ---> 99e1fc3a25dc 06:36:50 Step 10/24 : FROM scratch 06:36:50 ---> 06:36:50 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:36:50 ---> Running in a15671d94209 06:36:50 Removing intermediate container a15671d94209 06:36:50 ---> 5a01dc055a9b 06:36:50 Step 12/24 : ENV APP_PORT=49990 06:36:51 ---> Running in 6bc9035551e7 06:36:51 Removing intermediate container 6bc9035551e7 06:36:51 ---> 49e8d6d651f7 06:36:51 Step 13/24 : EXPOSE $APP_PORT 06:36:51 ---> Running in 4519ff4a0978 06:36:51 Removing intermediate container 4519ff4a0978 06:36:51 ---> 612f272c2c21 06:36:51 Step 14/24 : WORKDIR / 06:36:52 ---> Running in c938e8bb1cbf 06:36:52 Removing intermediate container c938e8bb1cbf 06:36:52 ---> afc1bc67b72a 06:36:52 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:36:53 ---> b0ae269488f0 06:36:53 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:36:54 ---> ab6909e67520 06:36:54 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:36:55 ---> 86394c657101 06:36:55 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:36:56 ---> bb261c401fd1 06:36:56 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:36:56 ---> ebd375b463cc 06:36:56 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:36:56 ---> Running in 5b412ad7b1b5 06:36:57 Removing intermediate container 5b412ad7b1b5 06:36:57 ---> d0650d0df7d7 06:36:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:36:57 ---> Running in 02bcec9f8540 06:36:57 Removing intermediate container 02bcec9f8540 06:36:57 ---> 1100e184d781 06:36:57 Step 22/24 : LABEL arch=arm64 06:36:57 ---> Running in a7596c8ea0a8 06:36:58 Removing intermediate container a7596c8ea0a8 06:36:58 ---> d1be3439bc72 06:36:58 Step 23/24 : LABEL git_sha=aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 06:36:58 ---> Running in f82ceac60db0 06:36:59 Removing intermediate container f82ceac60db0 06:36:59 ---> 68c0428db8c9 06:36:59 Step 24/24 : LABEL version=0.0.0 06:36:59 ---> Running in eaa04bc3305b 06:36:59 Removing intermediate container eaa04bc3305b 06:36:59 ---> 3a203ceb3c3a 06:36:59 [Warning] One or more build-args [ARCH] were not consumed 06:36:59 Successfully built 3a203ceb3c3a 06:36:59 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] } 06:37:00 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.048s coverage: 9.4% of statements 06:37:00 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.044s coverage: 21.9% of statements 06:37:00 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:37:00 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.200s coverage: 42.6% of statements 06:37:00 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:37:00 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.257s coverage: 68.9% of statements 06:37:00 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:37:00 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:37:00 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:37:00 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 06:37:00 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.063s coverage: 52.6% of statements 06:37:00 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 06:37:00 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 06:37:00 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 06:37:00 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.226s coverage: 68.9% of statements 06:37:00 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:37:00 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:37:00 GO111MODULE=on go vet ./... [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:37:04 gofmt -l . 06:37:04 [ "`gofmt -l .`" = "" ] 06:37:04 ./bin/test-attribution-txt.sh 06:37:05 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:37:05 Warning: overwriting stash ‘coverage-report’ 06:37:05 Stashed 1 file(s) [Pipeline] } 06:37:05 $ docker stop --time=1 15b5154a47af858a91df4a32c28d6bca8bc81ce707613c85337b942f4a81c3df 06:37:07 $ docker rm -f 15b5154a47af858a91df4a32c28d6bca8bc81ce707613c85337b942f4a81c3df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:37:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:37:09 + ls -al . 06:37:09 total 188 06:37:09 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 16 06:37 . 06:37:09 drwxrwxr-x. 4 jenkins jenkins 28 Oct 16 06:35 .. 06:37:09 drwxrwxr-x. 2 jenkins jenkins 64 Oct 16 06:35 bin 06:37:09 -rw-r--r--. 1 jenkins jenkins 110398 Oct 16 06:36 coverage.out 06:37:09 -rw-rw-r--. 1 jenkins jenkins 936 Oct 16 06:35 Dockerfile.build 06:37:09 -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 06:35 .dockerignore 06:37:09 drwxrwxr-x. 4 jenkins jenkins 48 Oct 16 06:35 example 06:37:09 drwxrwxr-x. 8 jenkins jenkins 179 Oct 16 06:35 .git 06:37:09 drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 06:35 .github 06:37:09 -rw-rw-r--. 1 jenkins jenkins 138 Oct 16 06:35 .gitignore 06:37:09 -rw-r--r--. 1 jenkins jenkins 517 Oct 16 06:37 go.mod 06:37:09 -rw-r--r--. 1 jenkins jenkins 13736 Oct 16 06:37 go.sum 06:37:09 drwxrwxr-x. 15 jenkins jenkins 211 Oct 16 06:35 internal 06:37:09 -rw-rw-r--. 1 jenkins jenkins 901 Oct 16 06:35 Jenkinsfile 06:37:09 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 16 06:35 LICENSE 06:37:09 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 16 06:35 Makefile 06:37:09 drwxrwxr-x. 4 jenkins jenkins 26 Oct 16 06:35 openapi 06:37:09 drwxrwxr-x. 5 jenkins jenkins 50 Oct 16 06:35 pkg 06:37:09 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 16 06:35 README.md 06:37:09 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 16 06:35 RELEASE-NOTES.txt 06:37:09 drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 06:35 snap 06:37:09 -rw-rw-r--. 1 jenkins jenkins 5 Oct 16 06:29 VERSION 06:37:09 -rw-rw-r--. 1 jenkins jenkins 222 Oct 16 06:35 version.go [Pipeline] isUnix [Pipeline] sh 06:37:09 + 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=aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 --label arch=amd64 --label version=0.0.0 . 06:37:09 Sending build context to Docker daemon 2.427MB 06:37:09 Step 1/24 : ARG BASE=golang:1.15-alpine 06:37:09 Step 2/24 : FROM ${BASE} AS builder 06:37:09 ---> 8a5fadc00306 06:37:09 Step 3/24 : ARG MAKE='make build' 06:37:10 ---> Running in b299210f1d09 06:37:10 Removing intermediate container b299210f1d09 06:37:10 ---> 84c860a90887 06:37:10 Step 4/24 : WORKDIR /device-sdk-go 06:37:10 ---> Running in 35bf5f577e7a 06:37:10 Removing intermediate container 35bf5f577e7a 06:37:10 ---> af3f4779e827 06:37:10 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:37:10 ---> Running in ae5fd118f853 06:37:10 Removing intermediate container ae5fd118f853 06:37:10 ---> f995e71f0a2b 06:37:10 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:37:10 ---> Running in 36f74f684473 06:37:11 Removing intermediate container 36f74f684473 06:37:11 ---> fe9f6869f636 06:37:11 Step 7/24 : RUN apk add --update --no-cache make git 06:37:11 ---> Running in 0a103e020e75 06:37:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:37:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:37:13 OK: 166 MiB in 39 packages 06:37:13 Removing intermediate container 0a103e020e75 06:37:13 ---> 0d3891bbf127 06:37:13 Step 8/24 : COPY . . 06:37:14 ---> da53a5dd2a14 06:37:14 Step 9/24 : RUN ${MAKE} 06:37:14 ---> Running in e64d91d0e703 06:37:14 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 06:37:23 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:37:24 Removing intermediate container e64d91d0e703 06:37:24 ---> 7bbaa0bc1ead 06:37:24 Step 10/24 : FROM scratch 06:37:24 ---> 06:37:24 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:37:24 ---> Running in 1494c28bdea4 06:37:24 Removing intermediate container 1494c28bdea4 06:37:24 ---> 8ba3671d52c2 06:37:24 Step 12/24 : ENV APP_PORT=49990 06:37:24 ---> Running in 6575bb00fc53 06:37:24 Removing intermediate container 6575bb00fc53 06:37:24 ---> 86e2f9cac58e 06:37:24 Step 13/24 : EXPOSE $APP_PORT 06:37:24 ---> Running in d5ff69f2f6a9 06:37:24 Removing intermediate container d5ff69f2f6a9 06:37:24 ---> 0f192a581cd9 06:37:24 Step 14/24 : WORKDIR / 06:37:24 ---> Running in c5c9b02d73e4 06:37:24 Removing intermediate container c5c9b02d73e4 06:37:24 ---> 5c6bb537fba3 06:37:24 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:37:25 ---> f10184a7213d 06:37:25 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:37:25 ---> 8f7a976daa5b 06:37:25 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:37:25 ---> d3481df3f52d 06:37:25 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:37:25 ---> 8b1be439eefd 06:37:25 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:37:26 ---> 65e50ee132ba 06:37:26 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:37:26 ---> Running in 771f3e2556e3 06:37:26 Removing intermediate container 771f3e2556e3 06:37:26 ---> 29a7816b8d88 06:37:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:37:26 ---> Running in a01bcf326053 06:37:26 Removing intermediate container a01bcf326053 06:37:26 ---> 622902be5464 06:37:26 Step 22/24 : LABEL arch=amd64 06:37:26 ---> Running in e283bf1d87d2 06:37:26 Removing intermediate container e283bf1d87d2 06:37:26 ---> de7c73efa7fd 06:37:26 Step 23/24 : LABEL git_sha=aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 06:37:26 ---> Running in f0deca087a9f 06:37:26 Removing intermediate container f0deca087a9f 06:37:26 ---> 2a0644962356 06:37:26 Step 24/24 : LABEL version=0.0.0 06:37:27 ---> Running in 9d1c0a571f1c 06:37:27 Removing intermediate container 9d1c0a571f1c 06:37:27 ---> 7bc800a85790 06:37:27 [Warning] One or more build-args [ARCH] were not consumed 06:37:27 Successfully built 7bc800a85790 06:37:27 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:37:29 provisioning config files... 06:37:29 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config5832106394489043544tmp [Pipeline] { [Pipeline] sh 06:37:29 + set +x 06:37:29 + curl -s https://codecov.io/bash 06:37:29 + bash -s -- 06:37:30 06:37:30 _____ _ 06:37:30 / ____| | | 06:37:30 | | ___ __| | ___ ___ _____ __ 06:37:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:37:30 | |___| (_) | (_| | __/ (_| (_) \ V / 06:37:30 \_____\___/ \__,_|\___|\___\___/ \_/ 06:37:30 Bash-20201009-048fee3 06:37:30 06:37:30 06:37:30 ==> Jenkins CI detected. 06:37:30 project root: . 06:37:30 Fixing merge commit SHA 06:37:30 --> token set from env 06:37:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:37:30 ==> Running gcov in . (disable via -X gcov) 06:37:30 ==> Python coveragepy not found 06:37:30 ==> Searching for coverage reports in: 06:37:30 + . 06:37:30 -> Found 1 reports 06:37:30 ==> Detecting git/mercurial file structure 06:37:30 ==> Reading reports 06:37:30 + ./coverage.out bytes=110398 06:37:30 ==> Appending adjustments 06:37:30 https://docs.codecov.io/docs/fixing-reports 06:37:31 + Found adjustments 06:37:31 ==> Gzipping contents 06:37:31 ==> Uploading reports 06:37:31 url: https://codecov.io 06:37:31 query: branch=PR-614&commit=10f5d80329275e8e77aa5b449b49b1589ab3bade&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= 06:37:31 -> Pinging Codecov 06:37:31 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-614&commit=10f5d80329275e8e77aa5b449b49b1589ab3bade&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= 06:37:31 -> Uploading to 06:37:31 06:37:31 % Total % Received % Xferd Average Speed Time Time Time Current 06:37:31 Dload Upload Total Spent Left Speed 06:37:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 06:37:31 X> Failed to upload 06:37:31 ==> Uploading to Codecov 06:37:31 % Total % Received % Xferd Average Speed Time Time Time Current 06:37:31 Dload Upload Total Spent Left Speed 06:37:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19126 100 110 100 19016 167 28929 --:--:-- --:--:-- --:--:-- 28987 06:37:32 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/10f5d80329275e8e77aa5b449b49b1589ab3bade [Pipeline] } 06:37:32 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 06:37:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:37:36 ---> package-listing.sh 06:37:36 ++ tr '[:upper:]' '[:lower:]' 06:37:36 ++ facter osfamily 06:37:36 + OS_FAMILY=redhat 06:37:36 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-614 06:37:36 + START_PACKAGES=/tmp/packages_start.txt 06:37:36 + END_PACKAGES=/tmp/packages_end.txt 06:37:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:37:36 + PACKAGES=/tmp/packages_start.txt 06:37:36 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' 06:37:36 + PACKAGES=/tmp/packages_end.txt 06:37:36 + case "${OS_FAMILY}" in 06:37:36 + rpm -qa 06:37:36 + sort 06:37:40 + '[' -f /tmp/packages_start.txt ']' 06:37:40 + '[' -f /tmp/packages_end.txt ']' 06:37:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:37:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' 06:37:40 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ 06:37:40 + 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 06:37:40 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 06:37:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:37:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:37:42 06:37:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:37:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:37:42 alpine: Pulling from edgex-lftools-log-publisher 06:37:42 df20fa9351a1: Pulling fs layer 06:37:42 36b3adc4ff6f: Pulling fs layer 06:37:42 8ad3a11d3b57: Pulling fs layer 06:37:42 46f8f816bc3b: Pulling fs layer 06:37:42 93b61091891f: Pulling fs layer 06:37:42 93b9cdb0e59b: Pulling fs layer 06:37:42 5e14af77c1be: Pulling fs layer 06:37:42 01666e4c0597: Pulling fs layer 06:37:42 aa168da1d23b: Pulling fs layer 06:37:42 46f8f816bc3b: Waiting 06:37:42 93b61091891f: Waiting 06:37:42 93b9cdb0e59b: Waiting 06:37:42 5e14af77c1be: Waiting 06:37:42 01666e4c0597: Waiting 06:37:42 aa168da1d23b: Waiting 06:37:42 36b3adc4ff6f: Verifying Checksum 06:37:42 36b3adc4ff6f: Download complete 06:37:42 46f8f816bc3b: Verifying Checksum 06:37:42 46f8f816bc3b: Download complete 06:37:42 df20fa9351a1: Download complete 06:37:42 93b9cdb0e59b: Download complete 06:37:42 5e14af77c1be: Verifying Checksum 06:37:42 5e14af77c1be: Download complete 06:37:42 01666e4c0597: Verifying Checksum 06:37:42 01666e4c0597: Download complete 06:37:42 93b61091891f: Verifying Checksum 06:37:42 93b61091891f: Download complete 06:37:43 df20fa9351a1: Pull complete 06:37:44 36b3adc4ff6f: Pull complete 06:37:44 8ad3a11d3b57: Verifying Checksum 06:37:44 8ad3a11d3b57: Download complete 06:37:46 8ad3a11d3b57: Pull complete 06:37:46 46f8f816bc3b: Pull complete 06:37:47 93b61091891f: Pull complete 06:37:47 93b9cdb0e59b: Pull complete 06:37:47 5e14af77c1be: Pull complete 06:37:47 01666e4c0597: Pull complete 06:37:50 aa168da1d23b: Verifying Checksum 06:37:50 aa168da1d23b: Download complete 06:38:00 aa168da1d23b: Pull complete 06:38:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:38:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:38:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:38:01 prd-centos7-docker-4c-2g-5775 does not seem to be running inside a container 06:38:01 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:38:10 $ docker top 84593f6a87eaccb33ddd7b0f55d14d0b96fd8a7a402eee2a2aa9802668970bf4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:38:11 + touch /tmp/pre-build-complete [Pipeline] sh 06:38:11 + mkdir -p /var/log/sa [Pipeline] sh 06:38:11 + ls /var/log/sa-host 06:38:11 + sadf -c /var/log/sa-host/sa05 06:38:11 file_magic: OK 06:38:11 HZ: Using current value: 100 06:38:11 file_header: OK 06:38:11 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 06:38:11 Statistics: 06:38:11 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:38:11 File successfully converted to sysstat format version 12.2.1 06:38:11 + sadf -c /var/log/sa-host/sa16 06:38:11 file_magic: OK 06:38:11 HZ: Using current value: 100 06:38:11 file_header: OK 06:38:11 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 06:38:11 Statistics: 06:38:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:38:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:38:12 provisioning config files... 06:38:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config6840882158142590385tmp [Pipeline] { [Pipeline] echo 06:38:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:38:12 ---> create-netrc.sh [Pipeline] } 06:38:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:38:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:38:13 ---> python-tools-install.sh [Pipeline] echo 06:38:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:38:13 ---> sudo-logs.sh 06:38:13 Archiving 'sudo' log.. [Pipeline] echo 06:38:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:38:14 ---> job-cost.sh 06:38:14 lf-activate-venv: SKIPPING 06:38:14 INFO: No Stack... 06:38:15 INFO: Retrieving Pricing Info for: v1-standard-2 06:38:16 INFO: Archiving Costs [Pipeline] echo 06:38:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:38:16 ---> logs-deploy.sh 06:38:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-614/7 06:38:16 INFO: archiving workspace using pattern(s): 06:38:18 Archives upload complete. 06:38:19 INFO: archiving logs to Nexus 06:38:20 ---> uname -a: 06:38:20 Linux prd-centos7-docker-4c-2g-5775.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:38:20 06:38:20 06:38:20 ---> lscpu: 06:38:20 Architecture: x86_64 06:38:20 CPU op-mode(s): 32-bit, 64-bit 06:38:20 Byte Order: Little Endian 06:38:20 Address sizes: 40 bits physical, 48 bits virtual 06:38:20 CPU(s): 4 06:38:20 On-line CPU(s) list: 0-3 06:38:20 Thread(s) per core: 1 06:38:20 Core(s) per socket: 1 06:38:20 Socket(s): 4 06:38:20 NUMA node(s): 1 06:38:20 Vendor ID: GenuineIntel 06:38:20 CPU family: 6 06:38:20 Model: 44 06:38:20 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:38:20 Stepping: 1 06:38:20 CPU MHz: 2933.438 06:38:20 BogoMIPS: 5866.87 06:38:20 Virtualization: VT-x 06:38:20 Hypervisor vendor: KVM 06:38:20 Virtualization type: full 06:38:20 L1d cache: 128 KiB 06:38:20 L1i cache: 128 KiB 06:38:20 L2 cache: 16 MiB 06:38:20 L3 cache: 64 MiB 06:38:20 NUMA node0 CPU(s): 0-3 06:38:20 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:38:20 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:38:20 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:38:20 Vulnerability Meltdown: Mitigation; PTI 06:38:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:38:20 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:38:20 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:38:20 Vulnerability Tsx async abort: Not affected 06:38:20 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 06:38:20 06:38:20 06:38:20 ---> nproc: 06:38:20 4 06:38:20 06:38:20 06:38:20 ---> df -h: 06:38:20 Filesystem Size Used Available Use% Mounted on 06:38:20 overlay 50.0G 7.2G 42.8G 14% / 06:38:20 tmpfs 64.0M 0 64.0M 0% /dev 06:38:20 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:38:20 shm 64.0M 0 64.0M 0% /dev/shm 06:38:20 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 06:38:20 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 06:38:20 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 06:38:20 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 06:38:20 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp 06:38:20 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 06:38:20 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 06:38:20 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 06:38:20 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 06:38:20 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614 06:38:20 06:38:20 06:38:20 ---> free -m: 06:38:20 total used free shared buff/cache available 06:38:20 Mem: 1837 643 105 0 1088 1091 06:38:20 Swap: 1023 0 1023 06:38:20 06:38:20 06:38:20 ---> ip addr: 06:38:20 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:38:20 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:38:20 inet 127.0.0.1/8 scope host lo 06:38:20 valid_lft forever preferred_lft forever 06:38:20 inet6 ::1/128 scope host 06:38:20 valid_lft forever preferred_lft forever 06:38:20 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:38:20 link/ether fa:16:3e:ef:32:e2 brd ff:ff:ff:ff:ff:ff 06:38:20 inet 10.30.122.90/23 brd 10.30.123.255 scope global dynamic eth0 06:38:20 valid_lft 85772sec preferred_lft 85772sec 06:38:20 inet6 fe80::f816:3eff:feef:32e2/64 scope link 06:38:20 valid_lft forever preferred_lft forever 06:38:20 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:38:20 link/ether 02:42:5d:50:f4:71 brd ff:ff:ff:ff:ff:ff 06:38:20 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:38:20 valid_lft forever preferred_lft forever 06:38:20 inet6 fe80::42:5dff:fe50:f471/64 scope link 06:38:20 valid_lft forever preferred_lft forever 06:38:20 06:38:20 06:38:20 ---> sar -b -r -n DEV: 06:38:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 06:38:20 06:38:20 06:27:22 LINUX RESTART (4 CPU) 06:38:20 06:38:20 06:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:38:20 06:29:01 176.23 91.07 85.16 0.00 10351.72 40115.97 0.00 06:38:20 06:30:01 11.65 3.43 8.22 0.00 959.89 271.16 0.00 06:38:20 06:31:01 0.38 0.00 0.38 0.00 0.00 5.68 0.00 06:38:20 06:32:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 06:38:20 06:33:01 0.23 0.00 0.23 0.00 0.00 3.53 0.00 06:38:20 06:34:01 0.32 0.00 0.32 0.00 0.00 4.08 0.00 06:38:20 06:35:01 0.30 0.02 0.28 0.00 0.13 3.33 0.00 06:38:20 06:36:01 0.27 0.00 0.27 0.00 0.00 4.21 0.00 06:38:20 06:37:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 06:38:20 06:38:02 106.95 60.32 46.63 0.00 5944.30 14945.25 0.00 06:38:20 Average: 29.69 15.49 14.20 0.00 1726.81 5539.22 0.00 06:38:20 06:38:20 06:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:38:20 06:29:01 107352 0 555104 29.50 2620 1216480 1286612 43.91 420724 1188812 8 06:38:20 06:30:01 163476 0 534456 28.41 2620 1181004 1118188 38.16 396600 1160184 16 06:38:20 06:31:01 170060 0 527812 28.05 2620 1181064 1081356 36.90 393024 1157932 16 06:38:20 06:32:01 171232 0 526692 27.99 2620 1181012 1062828 36.27 393460 1156648 20 06:38:20 06:33:01 171828 0 526092 27.96 2620 1181016 1057712 36.10 396224 1153572 8 06:38:20 06:34:01 171408 0 526508 27.98 2620 1181020 1042340 35.57 428360 1122552 8 06:38:20 06:35:01 171816 0 526092 27.96 2620 1181028 1042268 35.57 427860 1122552 20 06:38:20 06:36:01 170628 0 527272 28.02 2620 1181036 1042548 35.58 423620 1128184 8 06:38:20 06:37:01 171264 0 526628 27.99 2620 1181044 1042332 35.57 422428 1128184 8 06:38:20 06:38:02 179772 0 625412 33.24 2620 1073752 1256172 42.87 418272 1065692 78576 06:38:20 Average: 164884 0 540207 28.71 2620 1173846 1103236 37.65 412057 1138431 7869 06:38:20 06:38:20 06:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:38:20 06:29:01 eth0 201.81 156.90 1025.95 61.93 0.00 0.00 0.00 0.00 06:38:20 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:30:01 eth0 27.71 25.55 42.84 28.54 0.00 0.00 0.00 0.00 06:38:20 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:30:01 docker0 4.98 4.09 0.97 19.51 0.00 0.00 0.00 0.00 06:38:20 06:31:01 eth0 1.76 0.28 0.55 0.20 0.00 0.00 0.00 0.00 06:38:20 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:32:01 eth0 1.45 0.65 0.59 0.40 0.00 0.00 0.00 0.00 06:38:20 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:33:01 eth0 0.48 0.30 0.27 0.20 0.00 0.00 0.00 0.00 06:38:20 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:34:01 eth0 0.38 0.27 0.17 0.08 0.00 0.00 0.00 0.00 06:38:20 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:35:01 eth0 0.62 0.10 0.06 0.01 0.00 0.00 0.00 0.00 06:38:20 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:36:01 eth0 0.55 0.43 0.27 0.21 0.00 0.00 0.00 0.00 06:38:20 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:37:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:38:20 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:38:02 eth0 218.31 181.57 2175.36 21.77 0.00 0.00 0.00 0.00 06:38:20 06:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 06:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 Average: eth0 45.36 36.64 324.96 11.34 0.00 0.00 0.00 0.00 06:38:20 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:38:20 Average: docker0 0.50 0.41 0.10 1.95 0.00 0.00 0.00 0.00 06:38:20 06:38:20 06:38:20 ---> sar -P ALL: 06:38:20 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 06:38:20 06:38:20 06:27:22 LINUX RESTART (4 CPU) 06:38:20 06:38:20 06:28:01 CPU %user %nice %system %iowait %steal %idle 06:38:20 06:29:01 all 13.98 0.00 8.55 7.27 16.66 53.54 06:38:20 06:29:01 0 15.36 0.00 7.90 10.44 16.87 49.44 06:38:20 06:29:01 1 14.36 0.00 11.11 5.41 16.41 52.71 06:38:20 06:29:01 2 14.76 0.00 6.69 4.87 15.93 57.75 06:38:20 06:29:01 3 11.47 0.00 8.52 8.39 17.43 54.19 06:38:20 06:30:01 all 1.43 0.00 1.12 0.18 3.21 94.06 06:38:20 06:30:01 0 1.35 0.00 1.02 0.08 3.28 94.26 06:38:20 06:30:01 1 1.52 0.00 1.41 0.12 3.32 93.63 06:38:20 06:30:01 2 1.35 0.00 1.06 0.17 2.99 94.43 06:38:20 06:30:01 3 1.52 0.00 0.97 0.35 3.24 93.93 06:38:20 06:31:01 all 0.08 0.00 0.07 0.00 0.47 99.38 06:38:20 06:31:01 0 0.03 0.00 0.08 0.00 0.38 99.50 06:38:20 06:31:01 1 0.02 0.00 0.10 0.00 0.47 99.42 06:38:20 06:31:01 2 0.25 0.00 0.05 0.00 0.63 99.07 06:38:20 06:31:01 3 0.02 0.00 0.03 0.00 0.42 99.53 06:38:20 06:32:01 all 0.12 0.00 0.05 0.00 0.38 99.45 06:38:20 06:32:01 0 0.10 0.00 0.05 0.00 0.37 99.48 06:38:20 06:32:01 1 0.03 0.00 0.03 0.00 0.13 99.80 06:38:20 06:32:01 2 0.33 0.00 0.07 0.00 0.35 99.25 06:38:20 06:32:01 3 0.03 0.00 0.03 0.00 0.66 99.27 06:38:20 06:33:01 all 0.12 0.00 0.04 0.00 0.22 99.63 06:38:20 06:33:01 0 0.37 0.00 0.05 0.00 0.13 99.45 06:38:20 06:33:01 1 0.07 0.00 0.05 0.00 0.42 99.47 06:38:20 06:33:01 2 0.02 0.00 0.03 0.00 0.20 99.75 06:38:20 06:33:01 3 0.02 0.00 0.03 0.00 0.12 99.83 06:38:20 06:34:01 all 0.08 0.00 0.09 0.00 0.71 99.12 06:38:20 06:34:01 0 0.02 0.00 0.23 0.00 0.83 98.92 06:38:20 06:34:01 1 0.26 0.00 0.05 0.00 1.04 98.64 06:38:20 06:34:01 2 0.03 0.00 0.03 0.00 0.79 99.14 06:38:20 06:34:01 3 0.02 0.00 0.05 0.00 0.17 99.77 06:38:20 06:35:01 all 0.07 0.00 0.03 0.00 0.38 99.52 06:38:20 06:35:01 0 0.03 0.00 0.02 0.00 0.41 99.54 06:38:20 06:35:01 1 0.23 0.00 0.05 0.00 0.57 99.15 06:38:20 06:35:01 2 0.03 0.00 0.02 0.00 0.48 99.47 06:38:20 06:35:01 3 0.00 0.00 0.03 0.00 0.05 99.92 06:38:20 06:36:01 all 0.15 0.00 0.04 0.00 0.36 99.45 06:38:20 06:36:01 0 0.08 0.00 0.05 0.00 0.56 99.30 06:38:20 06:36:01 1 0.40 0.00 0.03 0.00 0.37 99.20 06:38:20 06:36:01 2 0.07 0.00 0.05 0.00 0.37 99.52 06:38:20 06:36:01 3 0.03 0.00 0.03 0.00 0.15 99.78 06:38:20 06:37:01 all 0.12 0.00 0.04 0.00 0.17 99.68 06:38:20 06:37:01 0 0.05 0.00 0.07 0.00 0.20 99.68 06:38:20 06:37:01 1 0.38 0.00 0.03 0.00 0.38 99.20 06:38:20 06:37:01 2 0.02 0.00 0.03 0.00 0.05 99.90 06:38:20 06:37:01 3 0.03 0.00 0.02 0.00 0.03 99.92 06:38:20 06:38:02 all 4.08 0.00 3.02 1.12 9.15 82.63 06:38:20 06:38:02 0 4.33 0.00 3.05 0.72 9.76 82.14 06:38:20 06:38:02 1 3.36 0.00 2.47 0.65 8.75 84.78 06:38:20 06:38:02 2 3.82 0.00 3.55 0.72 8.40 83.51 06:38:20 06:38:02 3 4.79 0.00 3.04 2.39 9.69 80.09 06:38:20 Average: all 2.02 0.00 1.30 0.86 3.17 92.66 06:38:20 Average: 0 2.16 0.00 1.24 1.11 3.26 92.23 06:38:20 Average: 1 2.05 0.00 1.52 0.61 3.17 92.64 06:38:20 Average: 2 2.07 0.00 1.16 0.58 3.02 93.17 06:38:20 Average: 3 1.80 0.00 1.28 1.12 3.21 92.59 06:38:20 06:38:20 06:38:20