Pull request #628 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 2af4a04b4090d051d9ed256987a2fd6586d5f1ba+abee7d5846637e135dd277469e99a0143c7ff265 (1032894adf01952f16ea1a2631302aeec6671449) 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-5621 in /w/workspace/dgexfoundry_device-sdk-go_PR-628 [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-628 # 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/628/head:refs/remotes/origin/PR-628 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit abee7d5846637e135dd277469e99a0143c7ff265 into PR head commit 2af4a04b4090d051d9ed256987a2fd6586d5f1ba Merge succeeded, producing 2af4a04b4090d051d9ed256987a2fd6586d5f1ba Checking out Revision 2af4a04b4090d051d9ed256987a2fd6586d5f1ba (PR-628) > git config core.sparsecheckout # timeout=10 > git checkout -f 2af4a04b4090d051d9ed256987a2fd6586d5f1ba # 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 abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2af4a04b4090d051d9ed256987a2fd6586d5f1ba # timeout=10 Commit message: "feat(sdk): start auto-discovery upon service startup" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:24:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk e2910eae30c90f31d7fa9147c6880f90b3bc1d16 # timeout=10 [Pipeline] withCredentials 17:24:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:24:53 ========================================================= 17:24:53 EdgeX Global Pipelines Version Info 17:24:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:24:54 ------------------- 17:24:54 stable info: 17:24:54 ------------------- 17:24:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:24:54 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 17:24:54 Message: update stable to v1.0.142 17:24:55 ------------------- 17:24:55 experimental info: 17:24:55 ------------------- 17:24:55 Commited By: **** collab-it+edgex@linuxfoundation.org 17:24:55 Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 17:24:55 Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:24:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 17:24:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 17:24:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:24:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:24:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:24:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:24:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:24:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:24:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 17:24:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:24:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:24:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 17:24:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:24:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:24:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:24:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:24:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:24:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:24:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:24:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:24:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:24:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:24:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:24:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:24:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:24:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-628 [Pipeline] echo 17:24:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-628 [Pipeline] echo 17:24:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-628 [Pipeline] echo 17:24:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2af4a04b4090d051d9ed256987a2fd6586d5f1ba [Pipeline] echo 17:24:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2af4a04 [Pipeline] echo 17:24:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:24:59 + git log --format=format:%s -1 2af4a04b4090d051d9ed256987a2fd6586d5f1ba [Pipeline] echo 17:24:59 GIT_COMMIT: 2af4a04b4090d051d9ed256987a2fd6586d5f1ba, Commit Message: feat(sdk): start auto-discovery upon service startup [Pipeline] echo 17:24:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:25:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:25:00 17:25:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:25:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:25:00 latest: Pulling from edgex-devops/git-semver 17:25:00 31603596830f: Pulling fs layer 17:25:00 2a8b12db71e7: Pulling fs layer 17:25:00 6ca5941a6612: Pulling fs layer 17:25:00 ecc8261a40a4: Pulling fs layer 17:25:00 ecc8261a40a4: Waiting 17:25:00 2a8b12db71e7: Verifying Checksum 17:25:00 2a8b12db71e7: Download complete 17:25:01 31603596830f: Download complete 17:25:01 6ca5941a6612: Verifying Checksum 17:25:01 6ca5941a6612: Download complete 17:25:01 ecc8261a40a4: Verifying Checksum 17:25:01 ecc8261a40a4: Download complete 17:25:01 31603596830f: Pull complete 17:25:01 2a8b12db71e7: Pull complete 17:25:02 6ca5941a6612: Pull complete 17:25:02 ecc8261a40a4: Pull complete 17:25:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:25:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:25:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:25:02 prd-centos7-docker-4c-2g-5621 does not seem to be running inside a container 17:25:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-628 -v /w/workspace/dgexfoundry_device-sdk-go_PR-628:/w/workspace/dgexfoundry_device-sdk-go_PR-628:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-628@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-628@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:25:05 $ docker top 60ecd9764ba5fdae010658c79496870685b3572cc11756d730f84a3b231bf08b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:25:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:25:05 [ssh-agent] Looking for ssh-agent implementation... 17:25:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:25:06 $ docker exec 60ecd9764ba5fdae010658c79496870685b3572cc11756d730f84a3b231bf08b ssh-agent 17:25:06 SSH_AUTH_SOCK=/tmp/ssh-1PJodoNGPVIi/agent.11 17:25:06 SSH_AGENT_PID=16 17:25:06 Running ssh-add (command line suppressed) 17:25:06 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-628@tmp/private_key_9176743876127002306.key (/w/workspace/dgexfoundry_device-sdk-go_PR-628@tmp/private_key_9176743876127002306.key) 17:25:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:25:06 + git tag --points-at HEAD [Pipeline] } 17:25:06 $ docker exec --env ******** --env ******** 60ecd9764ba5fdae010658c79496870685b3572cc11756d730f84a3b231bf08b ssh-agent -k 17:25:06 unset SSH_AUTH_SOCK; 17:25:06 unset SSH_AGENT_PID; 17:25:06 echo Agent pid 16 killed; 17:25:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:25:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:25:07 [ssh-agent] Looking for ssh-agent implementation... 17:25:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:25:07 $ docker exec 60ecd9764ba5fdae010658c79496870685b3572cc11756d730f84a3b231bf08b ssh-agent 17:25:07 SSH_AUTH_SOCK=/tmp/ssh-QN1VYNyTxpKL/agent.45 17:25:07 SSH_AGENT_PID=50 17:25:07 Running ssh-add (command line suppressed) 17:25:07 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-628@tmp/private_key_7078004261668853898.key (/w/workspace/dgexfoundry_device-sdk-go_PR-628@tmp/private_key_7078004261668853898.key) 17:25:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:25:07 + git semver init 17:25:07 # -> Open(): unable to determine branch for HEAD 17:25:07 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-628/.git 17:25:07 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-628 17:25:07 # $SEMVER_REMOTE_NAME = origin 17:25:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:25:07 # $SEMVER_USER_NAME = edgex-jenkins 17:25:07 # $SEMVER_BRANCH = PR-628 17:25:07 # $SEMVER_TEMP = /tmp/semver-674397704 17:25:07 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 17:25:08 # '/tmp/semver-674397704' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-628/.semver' 17:25:08 # -> Force: false 17:25:08 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-628/.semver [Pipeline] } 17:25:08 $ docker exec --env ******** --env ******** 60ecd9764ba5fdae010658c79496870685b3572cc11756d730f84a3b231bf08b ssh-agent -k 17:25:08 unset SSH_AUTH_SOCK; 17:25:08 unset SSH_AGENT_PID; 17:25:08 echo Agent pid 50 killed; 17:25:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:25:09 + git semver [Pipeline] } 17:25:09 $ docker stop --time=1 60ecd9764ba5fdae010658c79496870685b3572cc11756d730f84a3b231bf08b 17:25:10 $ docker rm -f 60ecd9764ba5fdae010658c79496870685b3572cc11756d730f84a3b231bf08b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 17:25:11 Stashed 1 file(s) [Pipeline] echo 17:25:11 [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 17:25:26 Still waiting to schedule task 17:25:26 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:25:26 Still waiting to schedule task 17:25:26 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 17:27:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5622 in /w/workspace/dgexfoundry_device-sdk-go_PR-628 [Pipeline] { [Pipeline] ws 17:27:20 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 17:27:25 using credential edgex-jenkins-ssh 17:27:25 Cloning the remote Git repository 17:27:25 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 17:27:26 > git init /w/workspace/device-sdk-go/2 # timeout=10 17:27:26 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:27:26 > git --version # timeout=10 17:27:26 > git --version # 'git version 2.17.1' 17:27:26 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:27:28 Merging remotes/origin/master commit abee7d5846637e135dd277469e99a0143c7ff265 into PR head commit 2af4a04b4090d051d9ed256987a2fd6586d5f1ba 17:27:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:27:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:27:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:27:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:27:27 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:27:28 > git config core.sparsecheckout # timeout=10 17:27:28 Merge succeeded, producing 2af4a04b4090d051d9ed256987a2fd6586d5f1ba 17:27:28 Checking out Revision 2af4a04b4090d051d9ed256987a2fd6586d5f1ba (PR-628) 17:27:28 > git checkout -f 2af4a04b4090d051d9ed256987a2fd6586d5f1ba # timeout=10 17:27:28 > git remote # timeout=10 17:27:28 > git config --get remote.origin.url # timeout=10 17:27:28 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:28 > git merge abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 17:27:28 > git rev-parse HEAD^{commit} # timeout=10 17:27:28 > git config core.sparsecheckout # timeout=10 17:27:28 > git checkout -f 2af4a04b4090d051d9ed256987a2fd6586d5f1ba # timeout=10 17:27:32 Commit message: "feat(sdk): start auto-discovery upon service startup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:27:33 ========================================================= 17:27:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:27:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:27: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 . 17:27:35 Sending build context to Docker daemon 2.311MB 17:27:35 Step 1/8 : ARG BASE=golang:1.15-alpine 17:27:35 Step 2/8 : FROM ${BASE} 17:27:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:27:36 b538f80385f9: Pulling fs layer 17:27:36 74f711af9a0d: Pulling fs layer 17:27:36 99f96fe45779: Pulling fs layer 17:27:36 8529a6b9a6be: Pulling fs layer 17:27:36 45590311c82a: Pulling fs layer 17:27:36 69ca0ff8b7b3: Pulling fs layer 17:27:36 209524e5b208: Pulling fs layer 17:27:36 8529a6b9a6be: Waiting 17:27:36 45590311c82a: Waiting 17:27:36 69ca0ff8b7b3: Waiting 17:27:36 209524e5b208: Waiting 17:27:36 99f96fe45779: Verifying Checksum 17:27:36 99f96fe45779: Download complete 17:27:36 74f711af9a0d: Download complete 17:27:36 45590311c82a: Download complete 17:27:37 69ca0ff8b7b3: Verifying Checksum 17:27:37 69ca0ff8b7b3: Download complete 17:27:37 b538f80385f9: Verifying Checksum 17:27:37 b538f80385f9: Download complete 17:27:37 b538f80385f9: Pull complete 17:27:38 74f711af9a0d: Pull complete 17:27:38 99f96fe45779: Pull complete 17:27:39 209524e5b208: Verifying Checksum 17:27:39 209524e5b208: Download complete 17:27:40 8529a6b9a6be: Download complete 17:27:51 8529a6b9a6be: Pull complete 17:27:51 45590311c82a: Pull complete 17:27:51 69ca0ff8b7b3: Pull complete 17:27:55 209524e5b208: Pull complete 17:27:55 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:27:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:27:55 ---> 5bddaf1c2fca 17:27:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:27:58 ---> Running in de3113e6e8a5 17:27:58 Removing intermediate container de3113e6e8a5 17:27:58 ---> ddc50f35b3c7 17:27:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:27:59 ---> Running in 961b811889ce 17:28:02 Removing intermediate container 961b811889ce 17:28:02 ---> a78b8fc142ca 17:28:02 Step 5/8 : RUN apk add --no-cache make git 17:28:02 ---> Running in dfdd7f341b30 17:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:28:05 OK: 142 MiB in 39 packages 17:28:07 Removing intermediate container dfdd7f341b30 17:28:07 ---> 255aff65dbfd 17:28:07 Step 6/8 : WORKDIR /device-sdk-go 17:28:07 ---> Running in d8e43d3a0c9b 17:28:08 Running on prd-centos7-docker-4c-2g-5623 in /w/workspace/dgexfoundry_device-sdk-go_PR-628 [Pipeline] { 17:28:08 Removing intermediate container d8e43d3a0c9b 17:28:08 ---> d0767ef2a156 17:28:08 Step 7/8 : COPY . . [Pipeline] ws 17:28:08 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 17:28:09 ---> ff735d72774e 17:28:09 Step 8/8 : RUN go mod download 17:28:09 ---> Running in cc8cad24eb23 17:28:11 using credential edgex-jenkins-ssh 17:28:11 Cloning the remote Git repository 17:28:11 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 17:28:11 > git init /w/workspace/device-sdk-go/2 # timeout=10 17:28:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:28:11 > git --version # timeout=10 17:28:11 > git --version # 'git version 2.16.5' 17:28:11 using GIT_SSH to set credentials SSH Credentials for GitHub 17:28:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:28:12 Merging remotes/origin/master commit abee7d5846637e135dd277469e99a0143c7ff265 into PR head commit 2af4a04b4090d051d9ed256987a2fd6586d5f1ba 17:28:12 Merge succeeded, producing 2af4a04b4090d051d9ed256987a2fd6586d5f1ba 17:28:12 Checking out Revision 2af4a04b4090d051d9ed256987a2fd6586d5f1ba (PR-628) 17:28:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:28:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:28:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 17:28:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 17:28:12 using GIT_SSH to set credentials SSH Credentials for GitHub 17:28:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/628/head:refs/remotes/origin/PR-628 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:28:12 > git config core.sparsecheckout # timeout=10 17:28:12 > git checkout -f 2af4a04b4090d051d9ed256987a2fd6586d5f1ba # timeout=10 17:28:12 > git remote # timeout=10 17:28:12 > git config --get remote.origin.url # timeout=10 17:28:12 using GIT_SSH to set credentials SSH Credentials for GitHub 17:28:12 > git merge abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 17:28:12 > git rev-parse HEAD^{commit} # timeout=10 17:28:12 > git config core.sparsecheckout # timeout=10 17:28:12 > git checkout -f 2af4a04b4090d051d9ed256987a2fd6586d5f1ba # timeout=10 17:28:16 Commit message: "feat(sdk): start auto-discovery upon service startup" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:28:16 ========================================================= 17:28:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:28:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:28:17 + 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 . 17:28:17 Sending build context to Docker daemon 2.312MB 17:28:17 Step 1/8 : ARG BASE=golang:1.15-alpine 17:28:17 Step 2/8 : FROM ${BASE} 17:28:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:28:17 df20fa9351a1: Pulling fs layer 17:28:17 ed8968b2872e: Pulling fs layer 17:28:17 a92cc7c5fd73: Pulling fs layer 17:28:17 e871e8e8d7a9: Pulling fs layer 17:28:17 e73272ec9a57: Pulling fs layer 17:28:17 1e910a182e73: Pulling fs layer 17:28:17 4e634b169226: Pulling fs layer 17:28:17 e73272ec9a57: Waiting 17:28:17 1e910a182e73: Waiting 17:28:17 4e634b169226: Waiting 17:28:17 e871e8e8d7a9: Waiting 17:28:18 a92cc7c5fd73: Verifying Checksum 17:28:18 a92cc7c5fd73: Download complete 17:28:18 ed8968b2872e: Download complete 17:28:18 e73272ec9a57: Verifying Checksum 17:28:18 e73272ec9a57: Download complete 17:28:18 df20fa9351a1: Verifying Checksum 17:28:18 1e910a182e73: Verifying Checksum 17:28:18 1e910a182e73: Download complete 17:28:18 df20fa9351a1: Pull complete 17:28:18 ed8968b2872e: Pull complete 17:28:18 a92cc7c5fd73: Pull complete 17:28:20 4e634b169226: Download complete 17:28:21 e871e8e8d7a9: Verifying Checksum 17:28:21 e871e8e8d7a9: Download complete 17:28:26 e871e8e8d7a9: Pull complete 17:28:26 e73272ec9a57: Pull complete 17:28:26 1e910a182e73: Pull complete 17:28:31 Removing intermediate container cc8cad24eb23 17:28:31 ---> 5924b0e0aaf0 17:28:31 Successfully built 5924b0e0aaf0 17:28:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:28:32 + docker inspect -f . ci-base-image-arm64 17:28:32 . [Pipeline] withDockerContainer 17:28:32 prd-ubuntu18.04-docker-arm64-4c-16g-5622 does not seem to be running inside a container 17:28:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:28:34 $ docker top 8bd676138d4abad8764abc747c70e9acd9f6741632bd5f357aa545643f93ee9b -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:35 + go version 17:28:35 go version go1.15.2 linux/arm64 [Pipeline] } 17:28:35 $ docker stop --time=1 8bd676138d4abad8764abc747c70e9acd9f6741632bd5f357aa545643f93ee9b 17:28:36 4e634b169226: Pull complete 17:28:36 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:28:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:28:36 ---> f7629b54cfaa 17:28:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:28:36 ---> Running in a48bb20f22fe 17:28:36 Removing intermediate container a48bb20f22fe 17:28:36 ---> 6810bade97ce 17:28:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:28:36 ---> Running in 7bf98319da81 17:28:37 Removing intermediate container 7bf98319da81 17:28:37 ---> c3b36d357f3b 17:28:37 Step 5/8 : RUN apk add --no-cache make git 17:28:37 ---> Running in 177c11ed0e61 17:28:37 $ docker rm -f 8bd676138d4abad8764abc747c70e9acd9f6741632bd5f357aa545643f93ee9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 17:28:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:28:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:28:39 + docker inspect -f . ci-base-image-arm64 17:28:39 . [Pipeline] withDockerContainer 17:28:39 prd-ubuntu18.04-docker-arm64-4c-16g-5622 does not seem to be running inside a container 17:28:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:28:39 OK: 166 MiB in 39 packages 17:28:39 Removing intermediate container 177c11ed0e61 17:28:39 ---> ee3ceff8ba2b 17:28:39 Step 6/8 : WORKDIR /device-sdk-go 17:28:40 ---> Running in f354672017c9 17:28:40 Removing intermediate container f354672017c9 17:28:40 ---> a1581b6be5fc 17:28:40 Step 7/8 : COPY . . 17:28:41 $ docker top 8f6a637b86975bdf5b194fc09f534b5de6f3f1bad471a3ab7d5d5a0a98c20b39 -eo pid,comm 17:28:41 ---> 18bcd2fa044c 17:28:41 Step 8/8 : RUN go mod download 17:28:41 ---> Running in 49b4861fcac3 [Pipeline] { [Pipeline] sh 17:28:42 + make test 17:28:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:29:03 Removing intermediate container 49b4861fcac3 17:29:03 ---> 24b862b7ed3e 17:29:03 Successfully built 24b862b7ed3e 17:29:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:29:03 + docker inspect -f . ci-base-image-x86_64 17:29:03 . [Pipeline] withDockerContainer 17:29:04 prd-centos7-docker-4c-2g-5623 does not seem to be running inside a container 17:29:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:29:04 ? github.com/edgexfoundry/device-sdk-go [no test files] 17:29:05 $ docker top 877b917a7df3d9d60b50f91cbb97a53fe03ee9bd5ad8f8780dad589aa4a66a02 -eo pid,comm [Pipeline] { [Pipeline] sh 17:29:05 + go version 17:29:05 go version go1.15.2 linux/amd64 [Pipeline] } 17:29:05 $ docker stop --time=1 877b917a7df3d9d60b50f91cbb97a53fe03ee9bd5ad8f8780dad589aa4a66a02 17:29:06 $ docker rm -f 877b917a7df3d9d60b50f91cbb97a53fe03ee9bd5ad8f8780dad589aa4a66a02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:29:07 + docker inspect -f . ci-base-image-x86_64 17:29:07 . [Pipeline] withDockerContainer 17:29:08 prd-centos7-docker-4c-2g-5623 does not seem to be running inside a container 17:29:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:29:08 $ docker top 0a193db4cecc3654cf44dfd9bf96ba12fe950e5e275f261299c85dc28c2e6c81 -eo pid,comm [Pipeline] { [Pipeline] sh 17:29:09 + make test 17:29:09 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:29:15 ? github.com/edgexfoundry/device-sdk-go [no test files] 17:29:31 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 17:29:31 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 17:29:31 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 17:29:31 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.046s coverage: 21.6% of statements 17:29:31 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.443s coverage: 97.1% of statements 17:29:43 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 17:29:43 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 17:29:43 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 17:29:43 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.134s coverage: 21.6% of statements 17:29:48 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.156s coverage: 97.1% of statements 17:30:04 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.050s coverage: 9.4% of statements 17:30:04 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.054s coverage: 21.9% of statements 17:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 17:30:04 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.216s coverage: 40.8% of statements 17:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 17:30:04 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.274s coverage: 68.9% of statements 17:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 17:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 17:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 17:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 17:30:04 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.066s coverage: 52.6% of statements 17:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 17:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 17:30:04 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 17:30:04 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.255s coverage: 68.9% of statements 17:30:04 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 17:30:04 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 17:30:04 GO111MODULE=on go vet ./... 17:30:10 gofmt -l . 17:30:10 [ "`gofmt -l .`" = "" ] 17:30:10 ./bin/test-attribution-txt.sh 17:30:10 ./bin/test-go-mod-tidy.sh [Pipeline] stash 17:30:11 Stashed 1 file(s) [Pipeline] } 17:30:11 $ docker stop --time=1 0a193db4cecc3654cf44dfd9bf96ba12fe950e5e275f261299c85dc28c2e6c81 17:30:13 $ docker rm -f 0a193db4cecc3654cf44dfd9bf96ba12fe950e5e275f261299c85dc28c2e6c81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:30:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:30:15 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.149s coverage: 9.4% of statements 17:30:15 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.125s coverage: 21.9% of statements 17:30:15 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 17:30:15 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.570s coverage: 40.8% of statements 17:30:15 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 17:30:15 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.873s coverage: 68.9% of statements 17:30:15 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 17:30:15 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 17:30:15 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 17:30:15 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 17:30:15 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.175s coverage: 52.6% of statements 17:30:15 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 17:30:15 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 17:30:15 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 17:30:15 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.867s coverage: 68.9% of statements 17:30:15 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 17:30:15 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 17:30:15 + ls -al . 17:30:15 total 188 17:30:15 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 15 17:30 . 17:30:15 drwxrwxr-x. 4 jenkins jenkins 28 Oct 15 17:28 .. 17:30:15 drwxrwxr-x. 2 jenkins jenkins 64 Oct 15 17:28 bin 17:30:15 -rw-r--r--. 1 jenkins jenkins 110396 Oct 15 17:30 coverage.out 17:30:15 -rw-rw-r--. 1 jenkins jenkins 936 Oct 15 17:28 Dockerfile.build 17:30:15 -rw-rw-r--. 1 jenkins jenkins 140 Oct 15 17:28 .dockerignore 17:30:15 drwxrwxr-x. 4 jenkins jenkins 48 Oct 15 17:28 example 17:30:15 drwxrwxr-x. 8 jenkins jenkins 179 Oct 15 17:28 .git 17:30:15 drwxrwxr-x. 2 jenkins jenkins 60 Oct 15 17:28 .github 17:30:15 -rw-rw-r--. 1 jenkins jenkins 138 Oct 15 17:28 .gitignore 17:30:15 -rw-r--r--. 1 jenkins jenkins 517 Oct 15 17:30 go.mod 17:30:15 -rw-r--r--. 1 jenkins jenkins 13652 Oct 15 17:30 go.sum 17:30:15 drwxrwxr-x. 15 jenkins jenkins 211 Oct 15 17:28 internal 17:30:15 -rw-rw-r--. 1 jenkins jenkins 901 Oct 15 17:28 Jenkinsfile 17:30:15 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 15 17:28 LICENSE 17:30:15 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 15 17:28 Makefile 17:30:15 drwxrwxr-x. 4 jenkins jenkins 26 Oct 15 17:28 openapi 17:30:15 drwxrwxr-x. 5 jenkins jenkins 50 Oct 15 17:28 pkg 17:30:15 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 15 17:28 README.md 17:30:15 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 15 17:28 RELEASE-NOTES.txt 17:30:15 drwxrwxr-x. 4 jenkins jenkins 54 Oct 15 17:28 snap 17:30:15 -rw-rw-r--. 1 jenkins jenkins 5 Oct 15 17:25 VERSION 17:30:15 -rw-rw-r--. 1 jenkins jenkins 222 Oct 15 17:28 version.go [Pipeline] isUnix [Pipeline] sh 17:30:15 + 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=2af4a04b4090d051d9ed256987a2fd6586d5f1ba --label arch=amd64 --label version=0.0.0 . 17:30:15 GO111MODULE=on go vet ./... 17:30:15 Sending build context to Docker daemon 2.423MB 17:30:15 Step 1/24 : ARG BASE=golang:1.15-alpine 17:30:15 Step 2/24 : FROM ${BASE} AS builder 17:30:15 ---> 24b862b7ed3e 17:30:15 Step 3/24 : ARG MAKE='make build' 17:30:16 ---> Running in a951018fd4b7 17:30:16 Removing intermediate container a951018fd4b7 17:30:16 ---> bcf191925900 17:30:16 Step 4/24 : WORKDIR /device-sdk-go 17:30:16 ---> Running in f018639269b9 17:30:16 Removing intermediate container f018639269b9 17:30:16 ---> 15211be2c52b 17:30:16 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:30:16 ---> Running in 009b25425452 17:30:17 Removing intermediate container 009b25425452 17:30:17 ---> 3e98324b703c 17:30:17 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:17 ---> Running in 93331ec0100e 17:30:17 Removing intermediate container 93331ec0100e 17:30:17 ---> 95b8145b1ce4 17:30:17 Step 7/24 : RUN apk add --update --no-cache make git 17:30:17 ---> Running in b23f234f92a9 17:30:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:30:20 OK: 166 MiB in 39 packages 17:30:20 Removing intermediate container b23f234f92a9 17:30:20 ---> 0b3a0ee07dcc 17:30:20 Step 8/24 : COPY . . 17:30:21 ---> 39314e7879e7 17:30:21 Step 9/24 : RUN ${MAKE} 17:30:21 ---> Running in 4f0e053f059e 17:30:21 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 17:30:30 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 17:30:31 Removing intermediate container 4f0e053f059e 17:30:31 ---> 0a91780abe30 17:30:31 Step 10/24 : FROM scratch 17:30:31 ---> 17:30:31 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:30:32 ---> Running in 64d44d8f8e7b 17:30:32 Removing intermediate container 64d44d8f8e7b 17:30:32 ---> dab028205d4d 17:30:32 Step 12/24 : ENV APP_PORT=49990 17:30:32 ---> Running in 8be35f34ff9b 17:30:32 Removing intermediate container 8be35f34ff9b 17:30:32 ---> 54e2b8fc3aa5 17:30:32 Step 13/24 : EXPOSE $APP_PORT 17:30:32 ---> Running in 4a0297966eea 17:30:32 Removing intermediate container 4a0297966eea 17:30:32 ---> 30d20309b56e 17:30:32 Step 14/24 : WORKDIR / 17:30:32 ---> Running in ff6eb721b0bb 17:30:33 Removing intermediate container ff6eb721b0bb 17:30:33 ---> be146be83498 17:30:33 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 17:30:33 ---> fccaf8022b80 17:30:33 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 17:30:33 ---> 98f82e6e48f8 17:30:33 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 17:30:33 ---> 925d13605766 17:30:33 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 17:30:34 ---> c0ec15d85f8d 17:30:34 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 17:30:34 ---> 93a86f03b56d 17:30:34 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 17:30:34 ---> Running in 8338bcbea423 17:30:34 Removing intermediate container 8338bcbea423 17:30:34 ---> 86ac35eb406a 17:30:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:30:34 ---> Running in 70d25b39ca31 17:30:34 Removing intermediate container 70d25b39ca31 17:30:34 ---> cc01e151090d 17:30:34 Step 22/24 : LABEL arch=amd64 17:30:34 ---> Running in a4879259c7a1 17:30:34 Removing intermediate container a4879259c7a1 17:30:34 ---> 34db8a43b720 17:30:34 Step 23/24 : LABEL git_sha=2af4a04b4090d051d9ed256987a2fd6586d5f1ba 17:30:35 ---> Running in dbc1a53685b9 17:30:35 Removing intermediate container dbc1a53685b9 17:30:35 ---> 3d32a61425fe 17:30:35 Step 24/24 : LABEL version=0.0.0 17:30:35 ---> Running in f2d757534e48 17:30:35 Removing intermediate container f2d757534e48 17:30:35 ---> 804c310c336a 17:30:35 [Warning] One or more build-args [ARCH] were not consumed 17:30:35 Successfully built 804c310c336a 17:30:35 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] } 17:30:48 gofmt -l . 17:30:48 [ "`gofmt -l .`" = "" ] 17:30:48 ./bin/test-attribution-txt.sh 17:30:48 ./bin/test-go-mod-tidy.sh [Pipeline] stash 17:30:48 Warning: overwriting stash ‘coverage-report’ 17:30:48 Stashed 1 file(s) [Pipeline] } 17:30:48 $ docker stop --time=1 8f6a637b86975bdf5b194fc09f534b5de6f3f1bad471a3ab7d5d5a0a98c20b39 17:30:51 $ docker rm -f 8f6a637b86975bdf5b194fc09f534b5de6f3f1bad471a3ab7d5d5a0a98c20b39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:30:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:30:53 + ls -al . 17:30:53 total 224 17:30:53 drwxrwxr-x 10 jenkins jenkins 4096 Oct 15 17:30 . 17:30:53 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 17:27 .. 17:30:53 -rw-rw-r-- 1 jenkins jenkins 140 Oct 15 17:27 .dockerignore 17:30:53 drwxrwxr-x 8 jenkins jenkins 4096 Oct 15 17:27 .git 17:30:53 drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 17:27 .github 17:30:53 -rw-rw-r-- 1 jenkins jenkins 138 Oct 15 17:27 .gitignore 17:30:53 -rw-rw-r-- 1 jenkins jenkins 936 Oct 15 17:27 Dockerfile.build 17:30:53 -rw-rw-r-- 1 jenkins jenkins 901 Oct 15 17:27 Jenkinsfile 17:30:53 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 15 17:27 LICENSE 17:30:53 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 15 17:27 Makefile 17:30:53 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 15 17:27 README.md 17:30:53 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 15 17:27 RELEASE-NOTES.txt 17:30:53 -rw-rw-r-- 1 jenkins jenkins 5 Oct 15 17:25 VERSION 17:30:53 drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 17:27 bin 17:30:53 -rw-r--r-- 1 jenkins jenkins 110396 Oct 15 17:30 coverage.out 17:30:53 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 17:27 example 17:30:53 -rw-r--r-- 1 jenkins jenkins 517 Oct 15 17:30 go.mod 17:30:53 -rw-r--r-- 1 jenkins jenkins 13652 Oct 15 17:30 go.sum 17:30:53 drwxrwxr-x 15 jenkins jenkins 4096 Oct 15 17:27 internal 17:30:53 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 17:27 openapi 17:30:53 drwxrwxr-x 5 jenkins jenkins 4096 Oct 15 17:27 pkg 17:30:53 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 17:27 snap 17:30:53 -rw-rw-r-- 1 jenkins jenkins 222 Oct 15 17:27 version.go [Pipeline] isUnix [Pipeline] sh 17:30:53 + 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=2af4a04b4090d051d9ed256987a2fd6586d5f1ba --label arch=arm64 --label version=0.0.0 . 17:30:53 Sending build context to Docker daemon 2.422MB 17:30:54 Step 1/24 : ARG BASE=golang:1.15-alpine 17:30:54 Step 2/24 : FROM ${BASE} AS builder 17:30:54 ---> 5924b0e0aaf0 17:30:54 Step 3/24 : ARG MAKE='make build' 17:30:54 ---> Running in bddb96ba67db 17:30:54 Removing intermediate container bddb96ba67db 17:30:54 ---> 4c149dec1f6f 17:30:54 Step 4/24 : WORKDIR /device-sdk-go 17:30:55 ---> Running in 2548aae8e328 17:30:55 Removing intermediate container 2548aae8e328 17:30:55 ---> 475f71edb465 17:30:55 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:30:55 ---> Running in 9e2953339446 17:30:56 Removing intermediate container 9e2953339446 17:30:56 ---> 0d254d3b5316 17:30:56 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:56 ---> Running in 5d74bec0a44d 17:30:58 Removing intermediate container 5d74bec0a44d 17:30:58 ---> d79492dbf8e1 17:30:58 Step 7/24 : RUN apk add --update --no-cache make git 17:30:58 ---> Running in 8192bb5365d7 17:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:31:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:31:01 OK: 142 MiB in 39 packages 17:31:02 Removing intermediate container 8192bb5365d7 17:31:02 ---> bdc77b0eec21 17:31:02 Step 8/24 : COPY . . 17:31:03 ---> 4c1ce7343030 17:31:03 Step 9/24 : RUN ${MAKE} 17:31:04 ---> Running in 8eb62fed250a 17:31:05 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 17:31:32 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 17:31:32 Removing intermediate container 8eb62fed250a 17:31:32 ---> 987fb5bfa7a9 17:31:32 Step 10/24 : FROM scratch 17:31:32 ---> 17:31:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 17:31:32 ---> Running in d7fa66079b07 17:31:32 Removing intermediate container d7fa66079b07 17:31:32 ---> f95c9ba74ac2 17:31:32 Step 12/24 : ENV APP_PORT=49990 17:31:32 ---> Running in 8579f9f538d2 17:31:33 Removing intermediate container 8579f9f538d2 17:31:33 ---> 227da20456bf 17:31:33 Step 13/24 : EXPOSE $APP_PORT 17:31:33 ---> Running in 91c1f0759f73 17:31:33 Removing intermediate container 91c1f0759f73 17:31:33 ---> 4a7335631d30 17:31:33 Step 14/24 : WORKDIR / 17:31:33 ---> Running in 5b6016463a0b 17:31:33 Removing intermediate container 5b6016463a0b 17:31:33 ---> 6324e1d3beed 17:31:33 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 17:31:35 ---> bffc59e5ddda 17:31:35 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 17:31:36 ---> 399f931c7cc1 17:31:36 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 17:31:36 ---> 4ffbdfa120c2 17:31:36 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 17:31:37 ---> f618256c78a4 17:31:37 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 17:31:38 ---> 659c7e339692 17:31:38 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 17:31:38 ---> Running in f92f645cf38f 17:31:38 Removing intermediate container f92f645cf38f 17:31:38 ---> 42f01e563fec 17:31:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:31:38 ---> Running in b2073a96c1d8 17:31:39 Removing intermediate container b2073a96c1d8 17:31:39 ---> fcc444a5db73 17:31:39 Step 22/24 : LABEL arch=arm64 17:31:39 ---> Running in fcd17354bae5 17:31:39 Removing intermediate container fcd17354bae5 17:31:39 ---> 0a3fc7068a8c 17:31:39 Step 23/24 : LABEL git_sha=2af4a04b4090d051d9ed256987a2fd6586d5f1ba 17:31:39 ---> Running in c2b9aa097893 17:31:40 Removing intermediate container c2b9aa097893 17:31:40 ---> d3e69f8f33e9 17:31:40 Step 24/24 : LABEL version=0.0.0 17:31:40 ---> Running in dce7f1e2cf3e 17:31:41 Removing intermediate container dce7f1e2cf3e 17:31:41 ---> cbc7046999b0 17:31:41 [Warning] One or more build-args [ARCH] were not consumed 17:31:41 Successfully built cbc7046999b0 17:31:41 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 17:31:43 provisioning config files... 17:31:43 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-628@tmp/config3469636218853883975tmp [Pipeline] { [Pipeline] sh 17:31:43 + set +x 17:31:43 + curl -s https://codecov.io/bash 17:31:43 + bash -s -- 17:31:44 17:31:44 _____ _ 17:31:44 / ____| | | 17:31:44 | | ___ __| | ___ ___ _____ __ 17:31:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:31:44 | |___| (_) | (_| | __/ (_| (_) \ V / 17:31:44 \_____\___/ \__,_|\___|\___\___/ \_/ 17:31:44 Bash-20201009-048fee3 17:31:44 17:31:44 17:31:44 ==> Jenkins CI detected. 17:31:44 project root: . 17:31:44 --> token set from env 17:31:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:31:44 ==> Running gcov in . (disable via -X gcov) 17:31:44 find: ‘./.semver’: Permission denied 17:31:44 ==> Python coveragepy not found 17:31:44 ==> Searching for coverage reports in: 17:31:44 + . 17:31:44 -> Found 1 reports 17:31:44 ==> Detecting git/mercurial file structure 17:31:44 ==> Reading reports 17:31:44 + ./coverage.out bytes=110396 17:31:44 ==> Appending adjustments 17:31:44 https://docs.codecov.io/docs/fixing-reports 17:31:44 find: ‘./.semver’: Permission denied 17:31:44 find: ‘./.semver’: Permission denied 17:31:44 find: ‘./.semver’: Permission denied 17:31:44 17:31:44 + Found adjustments 17:31:44 ==> Gzipping contents 17:31:44 ==> Uploading reports 17:31:44 url: https://codecov.io 17:31:44 query: branch=PR-628&commit=2af4a04b4090d051d9ed256987a2fd6586d5f1ba&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-628%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=628&job=&cmd_args= 17:31:44 -> Pinging Codecov 17:31:44 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-628&commit=2af4a04b4090d051d9ed256987a2fd6586d5f1ba&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-628%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=628&job=&cmd_args= 17:31:44 -> Uploading to 17:31:44 17:31:44 % Total % Received % Xferd Average Speed Time Time Time Current 17:31:44 Dload Upload Total Spent Left Speed 17:31:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 17:31:44 X> Failed to upload 17:31:44 ==> Uploading to Codecov 17:31:44 % Total % Received % Xferd Average Speed Time Time Time Current 17:31:44 Dload Upload Total Spent Left Speed 17:31:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 19007 0 0 100 18897 0 31097 --:--:-- --:--:-- --:--:-- 31080 100 19007 100 110 100 18897 180 31088 --:--:-- --:--:-- --:--:-- 31080 17:31:45 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2af4a04b4090d051d9ed256987a2fd6586d5f1ba [Pipeline] } 17:31:45 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 17:31:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:31:48 ---> package-listing.sh 17:31:48 ++ facter osfamily 17:31:48 ++ tr '[:upper:]' '[:lower:]' 17:31:48 + OS_FAMILY=redhat 17:31:48 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-628 17:31:48 + START_PACKAGES=/tmp/packages_start.txt 17:31:48 + END_PACKAGES=/tmp/packages_end.txt 17:31:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:31:48 + PACKAGES=/tmp/packages_start.txt 17:31:48 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-628 ']' 17:31:48 + PACKAGES=/tmp/packages_end.txt 17:31:48 + case "${OS_FAMILY}" in 17:31:48 + rpm -qa 17:31:48 + sort 17:31:52 + '[' -f /tmp/packages_start.txt ']' 17:31:52 + '[' -f /tmp/packages_end.txt ']' 17:31:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:31:52 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-628 ']' 17:31:52 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-628/archives/ 17:31:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-628/archives/ [Pipeline] echo 17:31:52 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-628/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:31:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:31:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:31:53 17:31:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:31:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:31:53 alpine: Pulling from edgex-lftools-log-publisher 17:31:53 df20fa9351a1: Pulling fs layer 17:31:53 36b3adc4ff6f: Pulling fs layer 17:31:53 8ad3a11d3b57: Pulling fs layer 17:31:53 46f8f816bc3b: Pulling fs layer 17:31:53 93b61091891f: Pulling fs layer 17:31:53 93b9cdb0e59b: Pulling fs layer 17:31:53 5e14af77c1be: Pulling fs layer 17:31:53 01666e4c0597: Pulling fs layer 17:31:53 aa168da1d23b: Pulling fs layer 17:31:53 46f8f816bc3b: Waiting 17:31:53 93b61091891f: Waiting 17:31:53 93b9cdb0e59b: Waiting 17:31:53 5e14af77c1be: Waiting 17:31:53 01666e4c0597: Waiting 17:31:53 aa168da1d23b: Waiting 17:31:53 36b3adc4ff6f: Verifying Checksum 17:31:53 36b3adc4ff6f: Download complete 17:31:53 46f8f816bc3b: Verifying Checksum 17:31:53 46f8f816bc3b: Download complete 17:31:53 df20fa9351a1: Download complete 17:31:53 93b9cdb0e59b: Verifying Checksum 17:31:53 93b9cdb0e59b: Download complete 17:31:53 5e14af77c1be: Verifying Checksum 17:31:53 5e14af77c1be: Download complete 17:31:53 93b61091891f: Download complete 17:31:53 8ad3a11d3b57: Verifying Checksum 17:31:54 df20fa9351a1: Pull complete 17:31:54 36b3adc4ff6f: Pull complete 17:31:54 01666e4c0597: Verifying Checksum 17:31:54 01666e4c0597: Download complete 17:31:54 8ad3a11d3b57: Pull complete 17:31:55 46f8f816bc3b: Pull complete 17:31:55 93b61091891f: Pull complete 17:31:55 93b9cdb0e59b: Pull complete 17:31:55 5e14af77c1be: Pull complete 17:31:56 01666e4c0597: Pull complete 17:31:56 aa168da1d23b: Verifying Checksum 17:31:56 aa168da1d23b: Download complete 17:32:03 aa168da1d23b: Pull complete 17:32:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:32:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:32:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:32:03 prd-centos7-docker-4c-2g-5621 does not seem to be running inside a container 17:32:03 $ 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-628/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-628 -v /w/workspace/dgexfoundry_device-sdk-go_PR-628:/w/workspace/dgexfoundry_device-sdk-go_PR-628:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-628@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-628@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:32:07 $ docker top 168fa44e2b84d93dccabedfd03e33058416d1e064f2f2897e3509863e2d5bdac -eo pid,comm [Pipeline] { [Pipeline] sh 17:32:07 + touch /tmp/pre-build-complete [Pipeline] sh 17:32:08 + mkdir -p /var/log/sa [Pipeline] sh 17:32:08 + ls /var/log/sa-host 17:32:08 + sadf -c /var/log/sa-host/sa05 17:32:08 file_magic: OK 17:32:08 HZ: Using current value: 100 17:32:08 file_header: OK 17:32:08 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 17:32:08 Statistics: 17:32:08 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:32:08 File successfully converted to sysstat format version 12.2.1 17:32:08 + sadf -c /var/log/sa-host/sa15 17:32:08 file_magic: OK 17:32:08 HZ: Using current value: 100 17:32:08 file_header: OK 17:32:08 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 17:32:08 Statistics: 17:32:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:32:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:32:08 provisioning config files... 17:32:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-628@tmp/config5811069386615949222tmp [Pipeline] { [Pipeline] echo 17:32:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:32:09 ---> create-netrc.sh [Pipeline] } 17:32:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:32:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:32:09 ---> python-tools-install.sh [Pipeline] echo 17:32:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:32:09 ---> sudo-logs.sh 17:32:09 Archiving 'sudo' log.. [Pipeline] echo 17:32:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:32:10 ---> job-cost.sh 17:32:10 lf-activate-venv: SKIPPING 17:32:10 INFO: No Stack... 17:32:11 INFO: Retrieving Pricing Info for: v1-standard-2 17:32:11 INFO: Archiving Costs [Pipeline] echo 17:32:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:32:12 ---> logs-deploy.sh 17:32:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-628/2 17:32:12 INFO: archiving workspace using pattern(s): 17:32:13 Archives upload complete. 17:32:13 INFO: archiving logs to Nexus 17:32:14 ---> uname -a: 17:32:14 Linux prd-centos7-docker-4c-2g-5621.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 17:32:14 17:32:14 17:32:14 ---> lscpu: 17:32:14 Architecture: x86_64 17:32:14 CPU op-mode(s): 32-bit, 64-bit 17:32:14 Byte Order: Little Endian 17:32:14 Address sizes: 40 bits physical, 48 bits virtual 17:32:14 CPU(s): 4 17:32:14 On-line CPU(s) list: 0-3 17:32:14 Thread(s) per core: 1 17:32:14 Core(s) per socket: 1 17:32:14 Socket(s): 4 17:32:14 NUMA node(s): 1 17:32:14 Vendor ID: GenuineIntel 17:32:14 CPU family: 6 17:32:14 Model: 44 17:32:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:32:14 Stepping: 1 17:32:14 CPU MHz: 2933.438 17:32:14 BogoMIPS: 5866.87 17:32:14 Virtualization: VT-x 17:32:14 Hypervisor vendor: KVM 17:32:14 Virtualization type: full 17:32:14 L1d cache: 128 KiB 17:32:14 L1i cache: 128 KiB 17:32:14 L2 cache: 16 MiB 17:32:14 L3 cache: 64 MiB 17:32:14 NUMA node0 CPU(s): 0-3 17:32:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:32:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:32:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:32:14 Vulnerability Meltdown: Mitigation; PTI 17:32:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:32:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:32:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:32:14 Vulnerability Tsx async abort: Not affected 17:32:14 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 17:32:14 17:32:14 17:32:14 ---> nproc: 17:32:14 4 17:32:14 17:32:14 17:32:14 ---> df -h: 17:32:14 Filesystem Size Used Available Use% Mounted on 17:32:14 overlay 50.0G 7.2G 42.8G 14% / 17:32:14 tmpfs 64.0M 0 64.0M 0% /dev 17:32:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:32:14 shm 64.0M 0 64.0M 0% /dev/shm 17:32:14 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 17:32:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 17:32:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 17:32:14 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 17:32:14 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 17:32:14 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-628 17:32:14 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-628@tmp 17:32:14 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 17:32:14 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 17:32:14 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 17:32:14 17:32:14 17:32:14 ---> free -m: 17:32:14 total used free shared buff/cache available 17:32:14 Mem: 1837 676 112 0 1049 1059 17:32:14 Swap: 1023 1 1022 17:32:14 17:32:14 17:32:14 ---> ip addr: 17:32:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:32:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:32:14 inet 127.0.0.1/8 scope host lo 17:32:14 valid_lft forever preferred_lft forever 17:32:14 inet6 ::1/128 scope host 17:32:14 valid_lft forever preferred_lft forever 17:32:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:32:14 link/ether fa:16:3e:35:9a:e1 brd ff:ff:ff:ff:ff:ff 17:32:14 inet 10.30.123.139/23 brd 10.30.123.255 scope global dynamic eth0 17:32:14 valid_lft 85929sec preferred_lft 85929sec 17:32:14 inet6 fe80::f816:3eff:fe35:9ae1/64 scope link 17:32:14 valid_lft forever preferred_lft forever 17:32:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:32:14 link/ether 02:42:75:78:90:d6 brd ff:ff:ff:ff:ff:ff 17:32:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:32:14 valid_lft forever preferred_lft forever 17:32:14 inet6 fe80::42:75ff:fe78:90d6/64 scope link 17:32:14 valid_lft forever preferred_lft forever 17:32:14 17:32:14 17:32:14 ---> sar -b -r -n DEV: 17:32:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 17:32:14 17:32:14 17:24:06 LINUX RESTART (4 CPU) 17:32:14 17:32:14 17:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:32:14 17:26:01 22.13 4.58 17.55 0.00 1083.18 2206.26 0.00 17:32:14 17:27:01 1.62 0.00 1.62 0.00 0.00 29.09 0.00 17:32:14 17:28:01 0.33 0.00 0.33 0.00 0.00 6.38 0.00 17:32:14 17:29:01 0.30 0.00 0.30 0.00 0.00 4.98 0.00 17:32:14 17:30:01 0.23 0.00 0.23 0.00 0.00 3.63 0.00 17:32:14 17:31:01 0.48 0.02 0.47 0.00 0.13 7.43 0.00 17:32:14 17:32:02 89.68 50.88 38.79 0.00 4809.59 14791.24 0.00 17:32:14 Average: 16.40 7.93 8.47 0.00 842.04 2436.15 0.00 17:32:14 17:32:14 17:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:32:14 17:26:01 162068 0 579272 30.79 2620 1137596 1115364 38.07 452056 1106792 20 17:32:14 17:27:01 167748 0 573588 30.48 2620 1137600 1069796 36.51 449820 1104264 20 17:32:14 17:28:01 166980 0 574348 30.53 2620 1137608 1069880 36.51 452600 1101956 12 17:32:14 17:29:01 165488 0 575840 30.60 2620 1137608 1069928 36.51 458168 1097880 8 17:32:14 17:30:01 166576 0 574748 30.55 2620 1137612 1069848 36.51 462580 1092688 16 17:32:14 17:31:01 166672 0 574640 30.54 2620 1137624 1069812 36.51 462540 1092688 12 17:32:14 17:32:02 221476 0 666668 35.43 2620 990792 1293340 44.14 450316 998524 92272 17:32:14 Average: 173858 0 588443 31.27 2620 1116634 1108281 37.82 455440 1084970 13194 17:32:14 17:32:14 17:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:32:14 17:26:01 eth0 34.85 30.29 43.35 29.23 0.00 0.00 0.00 0.00 17:32:14 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 17:26:01 docker0 6.58 4.51 1.05 19.46 0.00 0.00 0.00 0.00 17:32:14 17:27:01 eth0 3.75 2.28 2.97 0.15 0.00 0.00 0.00 0.00 17:32:14 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 17:28:01 eth0 0.97 0.35 0.32 0.20 0.00 0.00 0.00 0.00 17:32:14 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 17:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 17:29:01 eth0 0.45 0.42 0.27 0.21 0.00 0.00 0.00 0.00 17:32:14 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 17:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 17:30:01 eth0 0.13 0.10 0.08 0.06 0.00 0.00 0.00 0.00 17:32:14 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 17:31:01 eth0 0.15 0.12 0.07 0.01 0.00 0.00 0.00 0.00 17:32:14 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 17:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 17:32:02 eth0 190.33 166.70 2170.06 17.73 0.00 0.00 0.00 0.00 17:32:14 17:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 17:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 Average: eth0 32.95 28.61 316.80 6.80 0.00 0.00 0.00 0.00 17:32:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:32:14 Average: docker0 0.94 0.64 0.15 2.78 0.00 0.00 0.00 0.00 17:32:14 17:32:14 17:32:14 ---> sar -P ALL: 17:32:14 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 17:32:14 17:32:14 17:24:06 LINUX RESTART (4 CPU) 17:32:14 17:32:14 17:25:01 CPU %user %nice %system %iowait %steal %idle 17:32:14 17:26:01 all 1.74 0.00 0.99 0.65 0.00 96.63 17:32:14 17:26:01 0 1.77 0.00 1.10 0.12 0.00 97.01 17:32:14 17:26:01 1 1.74 0.00 1.12 0.65 0.00 96.50 17:32:14 17:26:01 2 1.65 0.00 0.82 1.42 0.00 96.11 17:32:14 17:26:01 3 1.79 0.00 0.92 0.40 0.00 96.89 17:32:14 17:27:01 all 0.17 0.00 0.04 0.00 0.00 99.79 17:32:14 17:27:01 0 0.05 0.00 0.05 0.00 0.00 99.90 17:32:14 17:27:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:32:14 17:27:01 2 0.08 0.00 0.05 0.00 0.00 99.87 17:32:14 17:27:01 3 0.50 0.00 0.03 0.00 0.00 99.47 17:32:14 17:28:01 all 0.16 0.00 0.03 0.00 0.00 99.81 17:32:14 17:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 17:32:14 17:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:32:14 17:28:01 2 0.05 0.00 0.07 0.00 0.00 99.88 17:32:14 17:28:01 3 0.53 0.00 0.05 0.00 0.00 99.42 17:32:14 17:29:01 all 0.16 0.00 0.03 0.00 0.00 99.81 17:32:14 17:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:32:14 17:29:01 1 0.52 0.00 0.03 0.00 0.00 99.45 17:32:14 17:29:01 2 0.07 0.00 0.08 0.00 0.00 99.85 17:32:14 17:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 17:32:14 17:30:01 all 0.17 0.00 0.06 0.00 0.00 99.77 17:32:14 17:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:32:14 17:30:01 1 0.53 0.00 0.03 0.00 0.00 99.43 17:32:14 17:30:01 2 0.05 0.00 0.15 0.00 0.00 99.80 17:32:14 17:30:01 3 0.05 0.00 0.05 0.00 0.00 99.90 17:32:14 17:31:01 all 0.10 0.00 0.03 0.00 0.00 99.87 17:32:14 17:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:32:14 17:31:01 1 0.35 0.00 0.02 0.00 0.02 99.62 17:32:14 17:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:32:14 17:31:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:32:14 17:32:02 all 5.21 0.00 2.61 1.12 0.00 91.06 17:32:14 17:32:02 0 5.16 0.00 3.05 0.03 0.00 91.76 17:32:14 17:32:02 1 4.86 0.00 1.82 0.57 0.00 92.75 17:32:14 17:32:02 2 6.13 0.00 3.00 3.44 0.00 87.43 17:32:14 17:32:02 3 4.69 0.00 2.58 0.44 0.00 92.29 17:32:14 Average: all 1.10 0.00 0.54 0.25 0.00 98.11 17:32:14 Average: 0 1.01 0.00 0.61 0.02 0.00 98.37 17:32:14 Average: 1 1.15 0.00 0.44 0.17 0.00 98.24 17:32:14 Average: 2 1.15 0.00 0.60 0.69 0.00 97.56 17:32:14 Average: 3 1.08 0.00 0.52 0.12 0.00 98.27 17:32:14 17:32:14 17:32:14