Pull request #499 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 weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 rather than 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 Obtained Jenkinsfile from e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e7e7c7fb44d8ca5be541bf88e0d3575ac65047a0 # timeout=10 Commit message: "Merge pull request #157 from ernestojeda/clean-snap-name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ SNAP_CHANNEL: latest/edge BUILD_SNAP: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5091 in /w/workspace/dgexfoundry_device-sdk-go_PR-499 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-499 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/499/head:refs/remotes/origin/PR-499 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 into PR head commit 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 Merge succeeded, producing 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 Checking out Revision 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 (PR-499) > git config core.sparsecheckout # timeout=10 > git checkout -f 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 # 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 e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 # timeout=10 Commit message: "Parse base64 string as float value Since user can execute put cmd with the base64 string parameter, device-sdk should parse base64 string as float value when user indicate the data type is float32 or float64." First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-04-21T02:18:30.366Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 48f597e7a21d7198b45a17a617ee6a77924ff016 # timeout=10 [Pipeline] withCredentials [2020-04-21T02:18:30.600Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-04-21T02:18:30.710Z] ========================================================= [2020-04-21T02:18:30.710Z] EdgeX Global Pipelines Version Info [2020-04-21T02:18:30.710Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-04-21T02:18:32.161Z] ------------------- [2020-04-21T02:18:32.161Z] stable info: [2020-04-21T02:18:32.161Z] ------------------- [2020-04-21T02:18:32.161Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-04-21T02:18:32.161Z] Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 [2020-04-21T02:18:32.161Z] Message: update stable to v1.0.73 [2020-04-21T02:18:32.742Z] ------------------- [2020-04-21T02:18:32.742Z] experimental info: [2020-04-21T02:18:32.742Z] ------------------- [2020-04-21T02:18:32.742Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-04-21T02:18:32.742Z] Commit SHA: 824d4d37602b19f8c5aab127669a8744686ab6c4 [2020-04-21T02:18:32.742Z] Message: update experimental to v1.0.73 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-04-21T02:18:34.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-21T02:18:34.631Z] [2020-04-21T02:18:34.631Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-04-21T02:18:34.979Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-04-21T02:18:34.980Z] latest: Pulling from edgex-devops/git-semver [2020-04-21T02:18:34.980Z] 9123ac7c32f7: Pulling fs layer [2020-04-21T02:18:34.980Z] b8cc5d1170e3: Pulling fs layer [2020-04-21T02:18:34.980Z] 2924cbbf6a41: Pulling fs layer [2020-04-21T02:18:34.980Z] 93b08a4f1073: Pulling fs layer [2020-04-21T02:18:34.980Z] 93b08a4f1073: Waiting [2020-04-21T02:18:34.980Z] b8cc5d1170e3: Download complete [2020-04-21T02:18:35.241Z] 9123ac7c32f7: Verifying Checksum [2020-04-21T02:18:35.241Z] 9123ac7c32f7: Download complete [2020-04-21T02:18:35.241Z] 93b08a4f1073: Verifying Checksum [2020-04-21T02:18:35.241Z] 93b08a4f1073: Download complete [2020-04-21T02:18:35.241Z] 2924cbbf6a41: Verifying Checksum [2020-04-21T02:18:35.505Z] 9123ac7c32f7: Pull complete [2020-04-21T02:18:35.505Z] b8cc5d1170e3: Pull complete [2020-04-21T02:18:36.451Z] 2924cbbf6a41: Pull complete [2020-04-21T02:18:36.711Z] 93b08a4f1073: Pull complete [2020-04-21T02:18:36.711Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-04-21T02:18:36.711Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-04-21T02:18:36.890Z] prd-centos7-docker-4c-2g-5091 does not seem to be running inside a container [2020-04-21T02:18:36.946Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-499 -v /w/workspace/dgexfoundry_device-sdk-go_PR-499:/w/workspace/dgexfoundry_device-sdk-go_PR-499:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-499@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-04-21T02:18:37.613Z] $ docker top 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-04-21T02:18:37.893Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-21T02:18:37.893Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-21T02:18:38.150Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-21T02:18:38.153Z] $ docker exec 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 ssh-agent [2020-04-21T02:18:38.383Z] SSH_AUTH_SOCK=/tmp/ssh-pbaQce8Ogzv3/agent.15 [2020-04-21T02:18:38.383Z] SSH_AGENT_PID=22 [2020-04-21T02:18:38.392Z] Running ssh-add (command line suppressed) [2020-04-21T02:18:38.565Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/private_key_8357758232014574271.key (/w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/private_key_8357758232014574271.key) [2020-04-21T02:18:38.628Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-21T02:18:38.974Z] + git describe --exact-match --tags HEAD [2020-04-21T02:18:38.975Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-04-21T02:18:39.039Z] $ docker exec --env ******** --env ******** 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 ssh-agent -k [2020-04-21T02:18:39.200Z] unset SSH_AUTH_SOCK; [2020-04-21T02:18:39.200Z] unset SSH_AGENT_PID; [2020-04-21T02:18:39.200Z] echo Agent pid 22 killed; [2020-04-21T02:18:39.292Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-04-21T02:18:39.361Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-04-21T02:18:39.361Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-04-21T02:18:39.441Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-04-21T02:18:39.441Z] [ssh-agent] Looking for ssh-agent implementation... [2020-04-21T02:18:39.683Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-04-21T02:18:39.688Z] $ docker exec 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 ssh-agent [2020-04-21T02:18:39.906Z] SSH_AUTH_SOCK=/tmp/ssh-pVbzDoq4PiDY/agent.58 [2020-04-21T02:18:39.906Z] SSH_AGENT_PID=65 [2020-04-21T02:18:39.913Z] Running ssh-add (command line suppressed) [2020-04-21T02:18:40.084Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/private_key_7088016721804586006.key (/w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/private_key_7088016721804586006.key) [2020-04-21T02:18:40.141Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-04-21T02:18:40.479Z] + git semver init [2020-04-21T02:18:40.479Z] # -> Open(): unable to determine branch for HEAD [2020-04-21T02:18:40.479Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-499/.git [2020-04-21T02:18:40.479Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-499 [2020-04-21T02:18:40.479Z] # $SEMVER_REMOTE_NAME = origin [2020-04-21T02:18:40.479Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-04-21T02:18:40.480Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-04-21T02:18:40.480Z] # $SEMVER_BRANCH = PR-499 [2020-04-21T02:18:40.480Z] # $SEMVER_TEMP = /tmp/semver-692693242 [2020-04-21T02:18:40.480Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-04-21T02:18:41.420Z] # '/tmp/semver-692693242' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-499/.semver' [2020-04-21T02:18:41.420Z] # -> Force: false [2020-04-21T02:18:41.420Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-499/.semver [Pipeline] } [2020-04-21T02:18:41.430Z] $ docker exec --env ******** --env ******** 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 ssh-agent -k [2020-04-21T02:18:41.600Z] unset SSH_AUTH_SOCK; [2020-04-21T02:18:41.601Z] unset SSH_AGENT_PID; [2020-04-21T02:18:41.601Z] echo Agent pid 65 killed; [2020-04-21T02:18:41.657Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-04-21T02:18:42.092Z] + git semver [Pipeline] } [2020-04-21T02:18:42.107Z] $ docker stop --time=1 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 [2020-04-21T02:18:43.583Z] $ docker rm -f 94126ecdafaab37d178d0b2f54ea52fff04e227a5aef9512feccc90e3a38c925 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-04-21T02:18:44.524Z] Stashed 48 file(s) [Pipeline] echo [2020-04-21T02:18:44.526Z] [edgeXSemver] initialized semver on version 0.0.0 [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 [2020-04-21T02:18:59.776Z] Still waiting to schedule task [2020-04-21T02:18:59.776Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-04-21T02:18:59.778Z] Still waiting to schedule task [2020-04-21T02:18:59.778Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-5089’ is offline [2020-04-21T02:20:50.118Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5092 in /w/workspace/dgexfoundry_device-sdk-go_PR-499 [Pipeline] { [Pipeline] ws [2020-04-21T02:20:50.161Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-04-21T02:20:55.028Z] using credential edgex-jenkins-ssh [2020-04-21T02:20:55.089Z] Cloning the remote Git repository [2020-04-21T02:20:55.089Z] Cloning with configured refspecs honoured and without tags [2020-04-21T02:20:55.205Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-04-21T02:20:55.334Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-04-21T02:20:55.398Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-21T02:20:55.398Z] > git --version # timeout=10 [2020-04-21T02:20:55.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T02:20:55.499Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T02:20:57.943Z] Fetching without tags [2020-04-21T02:20:58.675Z] Merging remotes/origin/master commit e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 into PR head commit 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 [2020-04-21T02:20:58.906Z] Merge succeeded, producing 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 [2020-04-21T02:20:58.907Z] Checking out Revision 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 (PR-499) [2020-04-21T02:20:57.848Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-21T02:20:57.866Z] > git config --add remote.origin.fetch +refs/pull/499/head:refs/remotes/origin/PR-499 # timeout=10 [2020-04-21T02:20:57.881Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T02:20:57.909Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-21T02:20:57.937Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-21T02:20:57.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T02:20:57.950Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T02:20:58.682Z] > git config core.sparsecheckout # timeout=10 [2020-04-21T02:20:58.706Z] > git checkout -f 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 # timeout=10 [2020-04-21T02:20:58.808Z] > git remote # timeout=10 [2020-04-21T02:20:58.827Z] > git config --get remote.origin.url # timeout=10 [2020-04-21T02:20:58.840Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T02:20:58.849Z] > git merge e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 # timeout=10 [2020-04-21T02:20:58.872Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-21T02:20:58.899Z] > git config core.sparsecheckout # timeout=10 [2020-04-21T02:20:58.911Z] > git checkout -f 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 # timeout=10 [2020-04-21T02:21:03.378Z] Commit message: "Parse base64 string as float value Since user can execute put cmd with the base64 string parameter, device-sdk should parse base64 string as float value when user indicate the data type is float32 or float64." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-21T02:21:05.190Z] ========================================================= [2020-04-21T02:21:05.190Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-04-21T02:21:05.190Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-21T02:21:05.260Z] Running on prd-centos7-docker-4c-2g-5093 in /w/workspace/dgexfoundry_device-sdk-go_PR-499 [Pipeline] { [Pipeline] ws [2020-04-21T02:21:05.952Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-04-21T02:21:06.216Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-04-21T02:21:07.190Z] Sending build context to Docker daemon 2.928MB [2020-04-21T02:21:07.190Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-21T02:21:07.190Z] Step 2/8 : FROM ${BASE} [2020-04-21T02:21:07.458Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-04-21T02:21:07.459Z] cde5963f3b93: Pulling fs layer [2020-04-21T02:21:07.459Z] 2a23fa8c16f7: Pulling fs layer [2020-04-21T02:21:07.459Z] 777b28850792: Pulling fs layer [2020-04-21T02:21:07.459Z] 8a11ddd9e578: Pulling fs layer [2020-04-21T02:21:07.459Z] 4cf88f913ddb: Pulling fs layer [2020-04-21T02:21:07.459Z] 1df406cf5192: Pulling fs layer [2020-04-21T02:21:07.459Z] cd6300453558: Pulling fs layer [2020-04-21T02:21:07.459Z] b9c365052c96: Pulling fs layer [2020-04-21T02:21:07.459Z] a2d8cc88f415: Pulling fs layer [2020-04-21T02:21:07.459Z] ea1d1ca13537: Pulling fs layer [2020-04-21T02:21:07.459Z] 3750a50a1c5e: Pulling fs layer [2020-04-21T02:21:07.459Z] cd6300453558: Waiting [2020-04-21T02:21:07.459Z] 8a11ddd9e578: Waiting [2020-04-21T02:21:07.459Z] 4cf88f913ddb: Waiting [2020-04-21T02:21:07.459Z] 1df406cf5192: Waiting [2020-04-21T02:21:07.459Z] a2d8cc88f415: Waiting [2020-04-21T02:21:07.459Z] ea1d1ca13537: Waiting [2020-04-21T02:21:07.459Z] 3750a50a1c5e: Waiting [2020-04-21T02:21:07.459Z] b9c365052c96: Waiting [2020-04-21T02:21:07.459Z] 777b28850792: Download complete [2020-04-21T02:21:07.973Z] using credential edgex-jenkins-ssh [2020-04-21T02:21:08.017Z] Cloning the remote Git repository [2020-04-21T02:21:08.017Z] Cloning with configured refspecs honoured and without tags [2020-04-21T02:21:08.047Z] 2a23fa8c16f7: Verifying Checksum [2020-04-21T02:21:08.047Z] 2a23fa8c16f7: Download complete [2020-04-21T02:21:08.047Z] 4cf88f913ddb: Verifying Checksum [2020-04-21T02:21:08.047Z] 4cf88f913ddb: Download complete [2020-04-21T02:21:08.047Z] 1df406cf5192: Download complete [2020-04-21T02:21:08.039Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-04-21T02:21:08.072Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-04-21T02:21:08.135Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-21T02:21:08.135Z] > git --version # timeout=10 [2020-04-21T02:21:08.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T02:21:08.164Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T02:21:09.463Z] cde5963f3b93: Verifying Checksum [2020-04-21T02:21:09.463Z] cde5963f3b93: Download complete [2020-04-21T02:21:10.060Z] cde5963f3b93: Pull complete [2020-04-21T02:21:10.645Z] 2a23fa8c16f7: Pull complete [2020-04-21T02:21:10.771Z] Fetching without tags [2020-04-21T02:21:10.915Z] 777b28850792: Pull complete [2020-04-21T02:21:11.161Z] Merging remotes/origin/master commit e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 into PR head commit 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 [2020-04-21T02:21:11.250Z] Merge succeeded, producing 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 [2020-04-21T02:21:11.250Z] Checking out Revision 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 (PR-499) [2020-04-21T02:21:10.742Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-21T02:21:10.749Z] > git config --add remote.origin.fetch +refs/pull/499/head:refs/remotes/origin/PR-499 # timeout=10 [2020-04-21T02:21:10.753Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T02:21:10.766Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-04-21T02:21:10.775Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-04-21T02:21:10.775Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T02:21:10.779Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-04-21T02:21:11.168Z] > git config core.sparsecheckout # timeout=10 [2020-04-21T02:21:11.173Z] > git checkout -f 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 # timeout=10 [2020-04-21T02:21:11.212Z] > git remote # timeout=10 [2020-04-21T02:21:11.217Z] > git config --get remote.origin.url # timeout=10 [2020-04-21T02:21:11.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-21T02:21:11.228Z] > git merge e907dc85042501c8e2f4fb84c2bfa5a8a6549c65 # timeout=10 [2020-04-21T02:21:11.236Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-21T02:21:11.252Z] > git config core.sparsecheckout # timeout=10 [2020-04-21T02:21:11.258Z] > git checkout -f 7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 # timeout=10 [2020-04-21T02:21:15.006Z] Commit message: "Parse base64 string as float value Since user can execute put cmd with the base64 string parameter, device-sdk should parse base64 string as float value when user indicate the data type is float32 or float64." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-04-21T02:21:15.774Z] ========================================================= [2020-04-21T02:21:15.775Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-04-21T02:21:15.775Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-04-21T02:21:16.936Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-04-21T02:21:17.198Z] Sending build context to Docker daemon 2.928MB [2020-04-21T02:21:17.198Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-04-21T02:21:17.198Z] Step 2/8 : FROM ${BASE} [2020-04-21T02:21:17.198Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-04-21T02:21:17.198Z] e6b0cf9c0882: Pulling fs layer [2020-04-21T02:21:17.198Z] 2848faf0eed1: Pulling fs layer [2020-04-21T02:21:17.198Z] 0f37312ad70f: Pulling fs layer [2020-04-21T02:21:17.198Z] 5788d62ee057: Pulling fs layer [2020-04-21T02:21:17.198Z] 0e6b1d234666: Pulling fs layer [2020-04-21T02:21:17.198Z] bf5d7aec512f: Pulling fs layer [2020-04-21T02:21:17.198Z] 34c802a77dc8: Pulling fs layer [2020-04-21T02:21:17.198Z] 9eb99e56ec68: Pulling fs layer [2020-04-21T02:21:17.198Z] 27c7a5d97fbd: Pulling fs layer [2020-04-21T02:21:17.198Z] 5c102a31e300: Pulling fs layer [2020-04-21T02:21:17.198Z] dcfb455df0a1: Pulling fs layer [2020-04-21T02:21:17.198Z] 27c7a5d97fbd: Waiting [2020-04-21T02:21:17.198Z] 0e6b1d234666: Waiting [2020-04-21T02:21:17.198Z] 34c802a77dc8: Waiting [2020-04-21T02:21:17.198Z] 9eb99e56ec68: Waiting [2020-04-21T02:21:17.198Z] bf5d7aec512f: Waiting [2020-04-21T02:21:17.198Z] 5c102a31e300: Waiting [2020-04-21T02:21:17.198Z] 5788d62ee057: Waiting [2020-04-21T02:21:17.198Z] dcfb455df0a1: Waiting [2020-04-21T02:21:17.198Z] 0f37312ad70f: Verifying Checksum [2020-04-21T02:21:17.198Z] 0f37312ad70f: Download complete [2020-04-21T02:21:17.198Z] 2848faf0eed1: Download complete [2020-04-21T02:21:17.198Z] 0e6b1d234666: Verifying Checksum [2020-04-21T02:21:17.198Z] 0e6b1d234666: Download complete [2020-04-21T02:21:17.198Z] bf5d7aec512f: Verifying Checksum [2020-04-21T02:21:17.198Z] bf5d7aec512f: Download complete [2020-04-21T02:21:17.198Z] e6b0cf9c0882: Verifying Checksum [2020-04-21T02:21:17.198Z] e6b0cf9c0882: Download complete [2020-04-21T02:21:17.771Z] e6b0cf9c0882: Pull complete [2020-04-21T02:21:17.771Z] 2848faf0eed1: Pull complete [2020-04-21T02:21:18.043Z] 34c802a77dc8: Verifying Checksum [2020-04-21T02:21:18.043Z] 34c802a77dc8: Download complete [2020-04-21T02:21:18.307Z] 27c7a5d97fbd: Verifying Checksum [2020-04-21T02:21:18.307Z] 27c7a5d97fbd: Download complete [2020-04-21T02:21:18.900Z] 5c102a31e300: Download complete [2020-04-21T02:21:19.160Z] 5788d62ee057: Verifying Checksum [2020-04-21T02:21:19.160Z] 5788d62ee057: Download complete [2020-04-21T02:21:19.160Z] 9eb99e56ec68: Verifying Checksum [2020-04-21T02:21:19.160Z] 9eb99e56ec68: Download complete [2020-04-21T02:21:19.160Z] dcfb455df0a1: Verifying Checksum [2020-04-21T02:21:19.160Z] dcfb455df0a1: Download complete [2020-04-21T02:21:20.099Z] 0f37312ad70f: Pull complete [2020-04-21T02:21:25.392Z] 5788d62ee057: Pull complete [2020-04-21T02:21:25.650Z] 0e6b1d234666: Pull complete [2020-04-21T02:21:25.650Z] bf5d7aec512f: Pull complete [2020-04-21T02:21:25.973Z] cd6300453558: Verifying Checksum [2020-04-21T02:21:25.973Z] cd6300453558: Download complete [2020-04-21T02:21:25.973Z] a2d8cc88f415: Verifying Checksum [2020-04-21T02:21:25.973Z] a2d8cc88f415: Download complete [2020-04-21T02:21:29.866Z] 34c802a77dc8: Pull complete [2020-04-21T02:21:33.166Z] 9eb99e56ec68: Pull complete [2020-04-21T02:21:33.166Z] 27c7a5d97fbd: Pull complete [2020-04-21T02:21:33.427Z] 5c102a31e300: Pull complete [2020-04-21T02:21:33.688Z] dcfb455df0a1: Pull complete [2020-04-21T02:21:33.688Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-04-21T02:21:33.688Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-04-21T02:21:33.688Z] ---> 7c70fe431013 [2020-04-21T02:21:33.688Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-21T02:21:33.688Z] ---> Running in fc313b74b81d [2020-04-21T02:21:33.947Z] Removing intermediate container fc313b74b81d [2020-04-21T02:21:33.947Z] ---> ed2120f2ed26 [2020-04-21T02:21:33.947Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-21T02:21:33.947Z] ---> Running in 1d76df41afae [2020-04-21T02:21:34.884Z] Removing intermediate container 1d76df41afae [2020-04-21T02:21:34.884Z] ---> 7e8c7eac1fbe [2020-04-21T02:21:34.884Z] Step 5/8 : RUN apk add --no-cache make git [2020-04-21T02:21:34.884Z] ---> Running in a5fd55f3af01 [2020-04-21T02:21:35.144Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-21T02:21:44.245Z] ea1d1ca13537: Verifying Checksum [2020-04-21T02:21:44.245Z] ea1d1ca13537: Download complete [2020-04-21T02:21:46.831Z] 3750a50a1c5e: Verifying Checksum [2020-04-21T02:21:46.831Z] 3750a50a1c5e: Download complete [2020-04-21T02:21:47.347Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-21T02:21:57.319Z] OK: 143 MiB in 39 packages [2020-04-21T02:21:57.319Z] Removing intermediate container a5fd55f3af01 [2020-04-21T02:21:57.319Z] ---> 18d7020208d9 [2020-04-21T02:21:57.319Z] Step 6/8 : WORKDIR /device-sdk-go [2020-04-21T02:21:57.319Z] ---> Running in d7d284f05e20 [2020-04-21T02:21:57.319Z] Removing intermediate container d7d284f05e20 [2020-04-21T02:21:57.319Z] ---> f36d87b3dd61 [2020-04-21T02:21:57.319Z] Step 7/8 : COPY . . [2020-04-21T02:21:57.319Z] ---> 56bf4b3312ed [2020-04-21T02:21:57.319Z] Step 8/8 : RUN go mod download [2020-04-21T02:21:57.319Z] ---> Running in 9e9c6ca0be7e [2020-04-21T02:21:59.854Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-21T02:21:59.854Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-21T02:21:59.854Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-21T02:21:59.854Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-21T02:21:59.854Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-21T02:21:59.854Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-21T02:22:00.421Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-21T02:22:00.421Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-21T02:22:00.421Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.29 [2020-04-21T02:22:00.421Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-21T02:22:00.421Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-04-21T02:22:00.421Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-21T02:22:00.421Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-21T02:22:00.421Z] go: finding github.com/fatih/color v1.7.0 [2020-04-21T02:22:00.679Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-04-21T02:22:00.679Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-21T02:22:00.679Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-21T02:22:00.679Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-21T02:22:00.679Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-21T02:22:00.679Z] go: finding github.com/google/uuid v1.1.0 [2020-04-21T02:22:00.679Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-21T02:22:00.679Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-21T02:22:00.938Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-21T02:22:00.938Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-21T02:22:00.938Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-21T02:22:00.938Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-21T02:22:00.938Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-21T02:22:00.938Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-21T02:22:00.938Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-21T02:22:01.196Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-04-21T02:22:01.196Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-21T02:22:01.196Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-21T02:22:01.196Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-21T02:22:01.196Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-04-21T02:22:01.196Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-21T02:22:01.196Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-21T02:22:01.454Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-21T02:22:01.454Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-21T02:22:01.454Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-21T02:22:01.454Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-21T02:22:01.454Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-21T02:22:01.455Z] go: finding github.com/miekg/dns v1.0.14 [2020-04-21T02:22:01.714Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-21T02:22:01.714Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-21T02:22:01.714Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-21T02:22:01.714Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-04-21T02:22:01.714Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-21T02:22:01.714Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-21T02:22:01.714Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-21T02:22:01.972Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-21T02:22:01.972Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-21T02:22:01.972Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-21T02:22:01.972Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-21T02:22:01.972Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-21T02:22:01.972Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-21T02:22:01.972Z] go: finding github.com/posener/complete v1.1.1 [2020-04-21T02:22:01.972Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-04-21T02:22:02.233Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-21T02:22:02.233Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-21T02:22:02.233Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-21T02:22:02.233Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-21T02:22:02.233Z] go: finding github.com/x448/float16 v0.8.4 [2020-04-21T02:22:02.233Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-21T02:22:02.233Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-04-21T02:22:02.233Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-21T02:22:02.497Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-21T02:22:02.497Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-21T02:22:02.497Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-21T02:22:06.693Z] Removing intermediate container 9e9c6ca0be7e [2020-04-21T02:22:06.693Z] ---> 96beae03312c [2020-04-21T02:22:06.693Z] Successfully built 96beae03312c [2020-04-21T02:22:06.693Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-04-21T02:22:07.276Z] + docker inspect -f . ci-base-image-x86_64 [2020-04-21T02:22:07.276Z] . [Pipeline] withDockerContainer [2020-04-21T02:22:07.392Z] prd-centos7-docker-4c-2g-5093 does not seem to be running inside a container [2020-04-21T02:22:07.440Z] $ 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 ******** ci-base-image-x86_64 cat [2020-04-21T02:22:08.893Z] $ docker top ae58bcb06405a46695557ac98ccf3c7362c19a0f1bc6216d6891460226b5a9aa -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-21T02:22:09.370Z] + go version [2020-04-21T02:22:09.370Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-04-21T02:22:09.674Z] + make test [2020-04-21T02:22:09.674Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-04-21T02:22:10.248Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-04-21T02:22:13.523Z] b9c365052c96: Verifying Checksum [2020-04-21T02:22:13.523Z] b9c365052c96: Download complete [2020-04-21T02:22:17.783Z] 8a11ddd9e578: Verifying Checksum [2020-04-21T02:22:17.783Z] 8a11ddd9e578: Download complete [2020-04-21T02:22:22.495Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-04-21T02:22:22.495Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-04-21T02:22:22.495Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-04-21T02:22:22.495Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.004s coverage: 22.1% of statements [2020-04-21T02:22:25.032Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.039s coverage: 95.8% of statements [2020-04-21T02:22:30.138Z] 8a11ddd9e578: Pull complete [2020-04-21T02:22:30.138Z] 4cf88f913ddb: Pull complete [2020-04-21T02:22:30.138Z] 1df406cf5192: Pull complete [2020-04-21T02:22:35.523Z] cd6300453558: Pull complete [2020-04-21T02:22:39.803Z] b9c365052c96: Pull complete [2020-04-21T02:22:40.071Z] a2d8cc88f415: Pull complete [2020-04-21T02:22:42.037Z] ea1d1ca13537: Pull complete [2020-04-21T02:22:42.311Z] 3750a50a1c5e: Pull complete [2020-04-21T02:22:42.311Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-04-21T02:22:42.582Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-04-21T02:22:42.582Z] ---> 78745c68409d [2020-04-21T02:22:42.582Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-21T02:22:46.853Z] ---> Running in e6ac0fd06735 [2020-04-21T02:22:46.853Z] Removing intermediate container e6ac0fd06735 [2020-04-21T02:22:46.853Z] ---> 2e5e3c86e1c1 [2020-04-21T02:22:46.853Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-21T02:22:47.121Z] ---> Running in 5552c9c46eb8 [2020-04-21T02:22:49.075Z] Removing intermediate container 5552c9c46eb8 [2020-04-21T02:22:49.075Z] ---> 6e0dade703cb [2020-04-21T02:22:49.075Z] Step 5/8 : RUN apk add --no-cache make git [2020-04-21T02:22:49.346Z] ---> Running in ecdcc46deec1 [2020-04-21T02:22:50.309Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-21T02:22:52.245Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-21T02:22:57.121Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.877s coverage: 11.4% of statements [2020-04-21T02:22:57.121Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.007s coverage: 22.1% of statements [2020-04-21T02:22:57.121Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-04-21T02:22:57.121Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.094s coverage: 36.9% of statements [2020-04-21T02:22:57.121Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-04-21T02:22:57.121Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-04-21T02:22:57.121Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.517s coverage: 76.2% of statements [2020-04-21T02:22:57.121Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-04-21T02:22:57.121Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-04-21T02:22:57.121Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-04-21T02:22:57.121Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.013s coverage: 52.6% of statements [2020-04-21T02:22:57.121Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-04-21T02:22:57.121Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.093s coverage: 71.4% of statements [2020-04-21T02:22:57.121Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-04-21T02:22:57.121Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-04-21T02:22:57.121Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-21T02:22:57.691Z] gofmt -l . [2020-04-21T02:22:57.691Z] [ "`gofmt -l .`" = "" ] [2020-04-21T02:22:57.950Z] ./bin/test-attribution-txt.sh [2020-04-21T02:22:58.517Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-04-21T02:22:58.891Z] OK: 125 MiB in 39 packages [2020-04-21T02:22:59.211Z] Stashed 1 file(s) [Pipeline] } [2020-04-21T02:22:59.217Z] $ docker stop --time=1 ae58bcb06405a46695557ac98ccf3c7362c19a0f1bc6216d6891460226b5a9aa [2020-04-21T02:22:59.476Z] Removing intermediate container ecdcc46deec1 [2020-04-21T02:22:59.476Z] ---> 68180c254d0f [2020-04-21T02:22:59.476Z] Step 6/8 : WORKDIR /device-sdk-go [2020-04-21T02:22:59.476Z] ---> Running in 516e3a748fd9 [2020-04-21T02:23:00.060Z] Removing intermediate container 516e3a748fd9 [2020-04-21T02:23:00.060Z] ---> 33b9953f5067 [2020-04-21T02:23:00.060Z] Step 7/8 : COPY . . [2020-04-21T02:23:00.733Z] $ docker rm -f ae58bcb06405a46695557ac98ccf3c7362c19a0f1bc6216d6891460226b5a9aa [Pipeline] // withDockerContainer [Pipeline] } [2020-04-21T02:23:01.032Z] ---> dacda6e75505 [2020-04-21T02:23:01.032Z] Step 8/8 : RUN go mod download [2020-04-21T02:23:01.032Z] ---> Running in 46271aaee691 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-21T02:23:01.793Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-21T02:23:02.086Z] + ls -al . [2020-04-21T02:23:02.086Z] total 164 [2020-04-21T02:23:02.086Z] drwxrwxr-x. 11 jenkins jenkins 4096 Apr 21 02:22 . [2020-04-21T02:23:02.086Z] drwxrwxr-x. 4 jenkins jenkins 28 Apr 21 02:21 .. [2020-04-21T02:23:02.086Z] drwxrwxr-x. 3 jenkins jenkins 20 Apr 21 02:21 api [2020-04-21T02:23:02.086Z] drwxrwxr-x. 2 jenkins jenkins 64 Apr 21 02:21 bin [2020-04-21T02:23:02.086Z] -rw-r--r--. 1 jenkins jenkins 98831 Apr 21 02:22 coverage.out [2020-04-21T02:23:02.086Z] -rw-rw-r--. 1 jenkins jenkins 936 Apr 21 02:21 Dockerfile.build [2020-04-21T02:23:02.086Z] -rw-rw-r--. 1 jenkins jenkins 140 Apr 21 02:21 .dockerignore [2020-04-21T02:23:02.086Z] drwxrwxr-x. 4 jenkins jenkins 48 Apr 21 02:21 example [2020-04-21T02:23:02.086Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 21 02:21 .git [2020-04-21T02:23:02.086Z] drwxrwxr-x. 2 jenkins jenkins 38 Apr 21 02:21 .github [2020-04-21T02:23:02.086Z] -rw-rw-r--. 1 jenkins jenkins 138 Apr 21 02:21 .gitignore [2020-04-21T02:23:02.086Z] -rw-r--r--. 1 jenkins jenkins 446 Apr 21 02:22 go.mod [2020-04-21T02:23:02.086Z] -rw-r--r--. 1 jenkins jenkins 12076 Apr 21 02:22 go.sum [2020-04-21T02:23:02.086Z] drwxrwxr-x. 15 jenkins jenkins 217 Apr 21 02:21 internal [2020-04-21T02:23:02.086Z] -rw-rw-r--. 1 jenkins jenkins 808 Apr 21 02:21 Jenkinsfile [2020-04-21T02:23:02.086Z] -rw-rw-r--. 1 jenkins jenkins 11341 Apr 21 02:21 LICENSE [2020-04-21T02:23:02.086Z] -rw-rw-r--. 1 jenkins jenkins 892 Apr 21 02:21 Makefile [2020-04-21T02:23:02.086Z] drwxrwxr-x. 5 jenkins jenkins 50 Apr 21 02:21 pkg [2020-04-21T02:23:02.086Z] -rw-rw-r--. 1 jenkins jenkins 2249 Apr 21 02:21 README.md [2020-04-21T02:23:02.086Z] drwxrwxr-x. 3 jenkins jenkins 58 Apr 21 02:21 .semver [2020-04-21T02:23:02.086Z] drwxrwxr-x. 4 jenkins jenkins 54 Apr 21 02:21 snap [2020-04-21T02:23:02.086Z] -rw-rw-r--. 1 jenkins jenkins 5 Apr 21 02:18 VERSION [2020-04-21T02:23:02.086Z] -rw-rw-r--. 1 jenkins jenkins 222 Apr 21 02:21 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-21T02:23:02.388Z] + 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=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 --label arch=amd64 --label version=0.0.0 . [2020-04-21T02:23:02.388Z] Sending build context to Docker daemon 3.048MB [2020-04-21T02:23:02.388Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-04-21T02:23:02.388Z] Step 2/21 : FROM ${BASE} AS builder [2020-04-21T02:23:02.388Z] ---> 96beae03312c [2020-04-21T02:23:02.388Z] Step 3/21 : ARG MAKE='make build' [2020-04-21T02:23:02.647Z] ---> Running in 76db17e9c85b [2020-04-21T02:23:02.647Z] Removing intermediate container 76db17e9c85b [2020-04-21T02:23:02.647Z] ---> ff2e4063e339 [2020-04-21T02:23:02.647Z] Step 4/21 : WORKDIR /device-sdk-go [2020-04-21T02:23:02.647Z] ---> Running in de36fe19cb72 [2020-04-21T02:23:02.905Z] Removing intermediate container de36fe19cb72 [2020-04-21T02:23:02.905Z] ---> 5fd1ca244495 [2020-04-21T02:23:02.905Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-21T02:23:02.905Z] ---> Running in b64683ee7e12 [2020-04-21T02:23:02.905Z] Removing intermediate container b64683ee7e12 [2020-04-21T02:23:02.905Z] ---> aa8d377f2acd [2020-04-21T02:23:02.905Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-21T02:23:03.001Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-04-21T02:23:03.001Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-04-21T02:23:03.001Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-04-21T02:23:03.001Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-04-21T02:23:03.001Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-04-21T02:23:03.001Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-04-21T02:23:03.001Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-04-21T02:23:03.001Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-04-21T02:23:03.001Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.29 [2020-04-21T02:23:03.001Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-04-21T02:23:03.001Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.54 [2020-04-21T02:23:03.001Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 [2020-04-21T02:23:03.001Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-04-21T02:23:03.001Z] go: finding github.com/fatih/color v1.7.0 [2020-04-21T02:23:03.001Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-04-21T02:23:03.001Z] go: finding github.com/go-kit/kit v0.8.0 [2020-04-21T02:23:03.001Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-04-21T02:23:03.001Z] go: finding github.com/go-stack/stack v1.8.0 [2020-04-21T02:23:03.170Z] ---> Running in 3721756a4988 [2020-04-21T02:23:03.272Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-04-21T02:23:03.272Z] go: finding github.com/google/uuid v1.1.0 [2020-04-21T02:23:03.272Z] go: finding github.com/gorilla/mux v1.7.1 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-04-21T02:23:03.272Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-04-21T02:23:03.272Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-04-21T02:23:03.272Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-04-21T02:23:03.272Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-04-21T02:23:03.272Z] go: finding github.com/miekg/dns v1.0.14 [2020-04-21T02:23:03.272Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-04-21T02:23:03.272Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-04-21T02:23:03.543Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-04-21T02:23:03.543Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-04-21T02:23:03.543Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-04-21T02:23:03.543Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-04-21T02:23:03.543Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-04-21T02:23:03.543Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-04-21T02:23:03.543Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-04-21T02:23:03.543Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-04-21T02:23:03.543Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-04-21T02:23:03.543Z] go: finding github.com/pkg/errors v0.8.1 [2020-04-21T02:23:03.543Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-04-21T02:23:03.543Z] go: finding github.com/posener/complete v1.1.1 [2020-04-21T02:23:03.543Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-04-21T02:23:03.543Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-04-21T02:23:03.543Z] go: finding github.com/stretchr/objx v0.1.0 [2020-04-21T02:23:03.543Z] go: finding github.com/stretchr/testify v1.5.1 [2020-04-21T02:23:03.543Z] go: finding github.com/ugorji/go v1.1.4 [2020-04-21T02:23:03.543Z] go: finding github.com/x448/float16 v0.8.4 [2020-04-21T02:23:03.543Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-04-21T02:23:03.748Z] Removing intermediate container 3721756a4988 [2020-04-21T02:23:03.748Z] ---> 1cd4aa209cae [2020-04-21T02:23:03.748Z] Step 7/21 : RUN apk add --update --no-cache make git [2020-04-21T02:23:03.748Z] ---> Running in 0344913bb590 [2020-04-21T02:23:03.825Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-04-21T02:23:03.825Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-04-21T02:23:03.825Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-04-21T02:23:03.825Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-04-21T02:23:03.825Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-04-21T02:23:04.014Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-21T02:23:10.579Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-21T02:23:13.927Z] Removing intermediate container 46271aaee691 [2020-04-21T02:23:13.927Z] ---> fabf580d3c20 [2020-04-21T02:23:13.927Z] Successfully built fabf580d3c20 [2020-04-21T02:23:13.927Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-04-21T02:23:14.561Z] + docker inspect -f . ci-base-image-arm64 [2020-04-21T02:23:14.828Z] . [Pipeline] withDockerContainer [2020-04-21T02:23:15.152Z] prd-ubuntu18.04-docker-arm64-4c-16g-5092 does not seem to be running inside a container [2020-04-21T02:23:15.228Z] $ 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 ******** ci-base-image-arm64 cat [2020-04-21T02:23:16.549Z] $ docker top b9161665f4dd62510b5d9a27ef4e9e117b14e731c3c5c649f9bcb2d41e02b5cf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-04-21T02:23:17.646Z] + go version [2020-04-21T02:23:17.646Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-04-21T02:23:18.299Z] + make test [2020-04-21T02:23:18.299Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-04-21T02:23:19.725Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-04-21T02:23:22.789Z] OK: 143 MiB in 39 packages [2020-04-21T02:23:22.789Z] Removing intermediate container 0344913bb590 [2020-04-21T02:23:22.789Z] ---> 3004ba5d5461 [2020-04-21T02:23:22.789Z] Step 8/21 : COPY . . [2020-04-21T02:23:22.789Z] ---> 3d4e3e9d8415 [2020-04-21T02:23:22.789Z] Step 9/21 : RUN ${MAKE} [2020-04-21T02:23:22.789Z] ---> Running in 23e99f579afe [2020-04-21T02:23:23.357Z] 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 [2020-04-21T02:23:31.542Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-04-21T02:23:31.542Z] Removing intermediate container 23e99f579afe [2020-04-21T02:23:31.542Z] ---> a6b877643fd6 [2020-04-21T02:23:31.542Z] Step 10/21 : FROM scratch [2020-04-21T02:23:31.542Z] ---> [2020-04-21T02:23:31.542Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-21T02:23:31.542Z] ---> Running in a5cf1fa545cf [2020-04-21T02:23:31.542Z] Removing intermediate container a5cf1fa545cf [2020-04-21T02:23:31.542Z] ---> 083901a811fe [2020-04-21T02:23:31.542Z] Step 12/21 : ENV APP_PORT=49990 [2020-04-21T02:23:31.800Z] ---> Running in a8e6fdaf94df [2020-04-21T02:23:31.800Z] Removing intermediate container a8e6fdaf94df [2020-04-21T02:23:31.800Z] ---> 827201404669 [2020-04-21T02:23:31.800Z] Step 13/21 : EXPOSE $APP_PORT [2020-04-21T02:23:31.800Z] ---> Running in 12075a8951d8 [2020-04-21T02:23:32.058Z] Removing intermediate container 12075a8951d8 [2020-04-21T02:23:32.058Z] ---> d500be65a960 [2020-04-21T02:23:32.058Z] Step 14/21 : WORKDIR / [2020-04-21T02:23:32.058Z] ---> Running in 8dd565b57664 [2020-04-21T02:23:32.058Z] Removing intermediate container 8dd565b57664 [2020-04-21T02:23:32.058Z] ---> ceddc69f050e [2020-04-21T02:23:32.058Z] Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-04-21T02:23:32.625Z] ---> 47eaac5fad70 [2020-04-21T02:23:32.625Z] Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-04-21T02:23:32.625Z] ---> 23086e641962 [2020-04-21T02:23:32.625Z] Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-04-21T02:23:32.883Z] ---> 76f42fa74b79 [2020-04-21T02:23:32.883Z] Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-04-21T02:23:32.883Z] ---> Running in 8d246da73169 [2020-04-21T02:23:32.883Z] Removing intermediate container 8d246da73169 [2020-04-21T02:23:32.883Z] ---> 7bbe07ea8339 [2020-04-21T02:23:32.883Z] Step 19/21 : LABEL arch=amd64 [2020-04-21T02:23:33.141Z] ---> Running in 81b55c62a831 [2020-04-21T02:23:33.141Z] Removing intermediate container 81b55c62a831 [2020-04-21T02:23:33.141Z] ---> 0b5f4b9f04b8 [2020-04-21T02:23:33.141Z] Step 20/21 : LABEL git_sha=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 [2020-04-21T02:23:33.141Z] ---> Running in 053d7b80410c [2020-04-21T02:23:33.400Z] Removing intermediate container 053d7b80410c [2020-04-21T02:23:33.400Z] ---> 7e954ef0befa [2020-04-21T02:23:33.400Z] Step 21/21 : LABEL version=0.0.0 [2020-04-21T02:23:33.400Z] ---> Running in 44ba5858aa7f [2020-04-21T02:23:33.400Z] Removing intermediate container 44ba5858aa7f [2020-04-21T02:23:33.400Z] ---> a3268385be7c [2020-04-21T02:23:33.400Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-21T02:23:33.400Z] Successfully built a3268385be7c [2020-04-21T02:23:33.659Z] Successfully tagged docker-device-sdk-simple: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] } [2020-04-21T02:23:46.481Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-04-21T02:23:46.481Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-04-21T02:23:46.481Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-04-21T02:23:47.911Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.030s coverage: 22.1% of statements [2020-04-21T02:23:51.281Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.158s coverage: 95.8% of statements [2020-04-21T02:24:23.525Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.043s coverage: 11.4% of statements [2020-04-21T02:24:23.525Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.016s coverage: 22.1% of statements [2020-04-21T02:24:23.525Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-04-21T02:24:23.525Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.144s coverage: 36.9% of statements [2020-04-21T02:24:23.525Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-04-21T02:24:23.525Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-04-21T02:24:23.525Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.632s coverage: 76.2% of statements [2020-04-21T02:24:23.525Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-04-21T02:24:23.525Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-04-21T02:24:23.525Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-04-21T02:24:23.525Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.055s coverage: 52.6% of statements [2020-04-21T02:24:23.525Z] ? github.com/edgexfoundry/device-sdk-go/internal/urlclient [no test files] [2020-04-21T02:24:23.525Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.355s coverage: 71.4% of statements [2020-04-21T02:24:23.525Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-04-21T02:24:23.525Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-04-21T02:24:23.525Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-04-21T02:24:25.489Z] gofmt -l . [2020-04-21T02:24:25.796Z] [ "`gofmt -l .`" = "" ] [2020-04-21T02:24:26.411Z] ./bin/test-attribution-txt.sh [2020-04-21T02:24:27.390Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-04-21T02:24:28.059Z] Warning: overwriting stash ‘coverage-report’ [2020-04-21T02:24:28.571Z] Stashed 1 file(s) [Pipeline] } [2020-04-21T02:24:28.580Z] $ docker stop --time=1 b9161665f4dd62510b5d9a27ef4e9e117b14e731c3c5c649f9bcb2d41e02b5cf [2020-04-21T02:24:30.795Z] $ docker rm -f b9161665f4dd62510b5d9a27ef4e9e117b14e731c3c5c649f9bcb2d41e02b5cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-21T02:24:32.000Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-21T02:24:32.323Z] + ls -al . [2020-04-21T02:24:32.324Z] total 204 [2020-04-21T02:24:32.324Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 21 02:24 . [2020-04-21T02:24:32.324Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 02:20 .. [2020-04-21T02:24:32.324Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 21 02:20 .dockerignore [2020-04-21T02:24:32.324Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 21 02:21 .git [2020-04-21T02:24:32.324Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 02:20 .github [2020-04-21T02:24:32.324Z] -rw-rw-r-- 1 jenkins jenkins 138 Apr 21 02:20 .gitignore [2020-04-21T02:24:32.324Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 02:21 .semver [2020-04-21T02:24:32.324Z] -rw-rw-r-- 1 jenkins jenkins 936 Apr 21 02:20 Dockerfile.build [2020-04-21T02:24:32.324Z] -rw-rw-r-- 1 jenkins jenkins 808 Apr 21 02:20 Jenkinsfile [2020-04-21T02:24:32.324Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 21 02:20 LICENSE [2020-04-21T02:24:32.324Z] -rw-rw-r-- 1 jenkins jenkins 892 Apr 21 02:20 Makefile [2020-04-21T02:24:32.324Z] -rw-rw-r-- 1 jenkins jenkins 2249 Apr 21 02:20 README.md [2020-04-21T02:24:32.324Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 21 02:18 VERSION [2020-04-21T02:24:32.324Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 21 02:20 api [2020-04-21T02:24:32.324Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 21 02:20 bin [2020-04-21T02:24:32.324Z] -rw-r--r-- 1 jenkins jenkins 98831 Apr 21 02:24 coverage.out [2020-04-21T02:24:32.324Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 02:20 example [2020-04-21T02:24:32.324Z] -rw-r--r-- 1 jenkins jenkins 446 Apr 21 02:24 go.mod [2020-04-21T02:24:32.324Z] -rw-r--r-- 1 jenkins jenkins 12076 Apr 21 02:24 go.sum [2020-04-21T02:24:32.324Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 21 02:20 internal [2020-04-21T02:24:32.324Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 21 02:20 pkg [2020-04-21T02:24:32.324Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 21 02:20 snap [2020-04-21T02:24:32.324Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 21 02:20 version.go [Pipeline] isUnix [Pipeline] sh [2020-04-21T02:24:32.654Z] + 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=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 --label arch=arm64 --label version=0.0.0 . [2020-04-21T02:24:33.239Z] Sending build context to Docker daemon 3.048MB [2020-04-21T02:24:33.239Z] Step 1/21 : ARG BASE=golang:1.13-alpine [2020-04-21T02:24:33.239Z] Step 2/21 : FROM ${BASE} AS builder [2020-04-21T02:24:33.239Z] ---> fabf580d3c20 [2020-04-21T02:24:33.239Z] Step 3/21 : ARG MAKE='make build' [2020-04-21T02:24:33.506Z] ---> Running in 1a9e7a5e8e54 [2020-04-21T02:24:33.782Z] Removing intermediate container 1a9e7a5e8e54 [2020-04-21T02:24:33.782Z] ---> a06d124f179b [2020-04-21T02:24:33.782Z] Step 4/21 : WORKDIR /device-sdk-go [2020-04-21T02:24:33.782Z] ---> Running in b31422d40a2d [2020-04-21T02:24:34.368Z] Removing intermediate container b31422d40a2d [2020-04-21T02:24:34.368Z] ---> cf8d1539904b [2020-04-21T02:24:34.368Z] Step 5/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-21T02:24:34.368Z] ---> Running in feef51a2d098 [2020-04-21T02:24:34.637Z] Removing intermediate container feef51a2d098 [2020-04-21T02:24:34.637Z] ---> 87e810bdb608 [2020-04-21T02:24:34.637Z] Step 6/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-21T02:24:34.910Z] ---> Running in 0f1ee9a9a2c5 [2020-04-21T02:24:36.865Z] Removing intermediate container 0f1ee9a9a2c5 [2020-04-21T02:24:36.865Z] ---> bbe01cd54599 [2020-04-21T02:24:36.865Z] Step 7/21 : RUN apk add --update --no-cache make git [2020-04-21T02:24:36.865Z] ---> Running in c29d23616b08 [2020-04-21T02:24:37.829Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-21T02:24:46.023Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-21T02:24:58.322Z] OK: 125 MiB in 39 packages [2020-04-21T02:24:58.322Z] Removing intermediate container c29d23616b08 [2020-04-21T02:24:58.322Z] ---> e11dfb8fae9b [2020-04-21T02:24:58.322Z] Step 8/21 : COPY . . [2020-04-21T02:24:58.904Z] ---> 8f84e8b7f380 [2020-04-21T02:24:58.904Z] Step 9/21 : RUN ${MAKE} [2020-04-21T02:24:58.904Z] ---> Running in b31014a04492 [2020-04-21T02:24:59.866Z] 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 [2020-04-21T02:25:21.984Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-04-21T02:25:24.573Z] Removing intermediate container b31014a04492 [2020-04-21T02:25:24.573Z] ---> 0962657f5b0a [2020-04-21T02:25:24.573Z] Step 10/21 : FROM scratch [2020-04-21T02:25:24.573Z] ---> [2020-04-21T02:25:24.573Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-04-21T02:25:24.573Z] ---> Running in 3dfb66c48866 [2020-04-21T02:25:24.573Z] Removing intermediate container 3dfb66c48866 [2020-04-21T02:25:24.573Z] ---> e21713fe6631 [2020-04-21T02:25:24.573Z] Step 12/21 : ENV APP_PORT=49990 [2020-04-21T02:25:24.841Z] ---> Running in 0e31ed0c10ca [2020-04-21T02:25:25.109Z] Removing intermediate container 0e31ed0c10ca [2020-04-21T02:25:25.109Z] ---> 11af9a6c32f7 [2020-04-21T02:25:25.109Z] Step 13/21 : EXPOSE $APP_PORT [2020-04-21T02:25:25.109Z] ---> Running in ec55655ad167 [2020-04-21T02:25:25.380Z] Removing intermediate container ec55655ad167 [2020-04-21T02:25:25.380Z] ---> 93509e64d228 [2020-04-21T02:25:25.380Z] Step 14/21 : WORKDIR / [2020-04-21T02:25:25.647Z] ---> Running in 5e0f143cfa3d [2020-04-21T02:25:25.916Z] Removing intermediate container 5e0f143cfa3d [2020-04-21T02:25:25.916Z] ---> 6941bb8372cc [2020-04-21T02:25:25.916Z] Step 15/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-04-21T02:25:26.888Z] ---> 9581931a4ce7 [2020-04-21T02:25:26.888Z] Step 16/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-04-21T02:25:27.473Z] ---> c84b4c792e6d [2020-04-21T02:25:27.473Z] Step 17/21 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-04-21T02:25:28.058Z] ---> de0cfd39be84 [2020-04-21T02:25:28.058Z] Step 18/21 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-04-21T02:25:28.058Z] ---> Running in 29cc2aae0669 [2020-04-21T02:25:28.325Z] Removing intermediate container 29cc2aae0669 [2020-04-21T02:25:28.325Z] ---> c94638bcee91 [2020-04-21T02:25:28.325Z] Step 19/21 : LABEL arch=arm64 [2020-04-21T02:25:28.592Z] ---> Running in ba337e13cf05 [2020-04-21T02:25:28.858Z] Removing intermediate container ba337e13cf05 [2020-04-21T02:25:28.858Z] ---> 0cb7d91e43d9 [2020-04-21T02:25:28.858Z] Step 20/21 : LABEL git_sha=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 [2020-04-21T02:25:28.858Z] ---> Running in 3e72ad52a6c8 [2020-04-21T02:25:29.126Z] Removing intermediate container 3e72ad52a6c8 [2020-04-21T02:25:29.126Z] ---> 90d8044b6af9 [2020-04-21T02:25:29.126Z] Step 21/21 : LABEL version=0.0.0 [2020-04-21T02:25:29.393Z] ---> Running in f27e518a9dc7 [2020-04-21T02:25:29.659Z] Removing intermediate container f27e518a9dc7 [2020-04-21T02:25:29.659Z] ---> 0552410e97eb [2020-04-21T02:25:29.659Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-21T02:25:29.659Z] Successfully built 0552410e97eb [2020-04-21T02:25:29.659Z] 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 [2020-04-21T02:25:31.193Z] provisioning config files... [2020-04-21T02:25:31.210Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/config9161075240659047594tmp [Pipeline] { [Pipeline] sh [2020-04-21T02:25:31.609Z] + curl -s https://codecov.io/bash [2020-04-21T02:25:31.609Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/config9161075240659047594tmp [2020-04-21T02:25:31.875Z] [2020-04-21T02:25:31.875Z] _____ _ [2020-04-21T02:25:31.875Z] / ____| | | [2020-04-21T02:25:31.875Z] | | ___ __| | ___ ___ _____ __ [2020-04-21T02:25:31.875Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-04-21T02:25:31.875Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-04-21T02:25:31.875Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-04-21T02:25:31.875Z] Bash-tbd [2020-04-21T02:25:31.875Z] [2020-04-21T02:25:31.875Z] [2020-04-21T02:25:31.875Z] ==> Jenkins CI detected. [2020-04-21T02:25:31.875Z] project root: . [2020-04-21T02:25:31.875Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-04-21T02:25:31.875Z] ==> Running gcov in . (disable via -X gcov) [2020-04-21T02:25:31.875Z] ==> Python coveragepy not found [2020-04-21T02:25:31.875Z] ==> Searching for coverage reports in: [2020-04-21T02:25:31.875Z] + . [2020-04-21T02:25:31.875Z] -> Found 1 reports [2020-04-21T02:25:31.875Z] ==> Detecting git/mercurial file structure [2020-04-21T02:25:31.875Z] ==> Reading reports [2020-04-21T02:25:32.141Z] + ./coverage.out bytes=98831 [2020-04-21T02:25:32.141Z] ==> Appending adjustments [2020-04-21T02:25:32.141Z] http://docs.codecov.io/docs/fixing-reports [2020-04-21T02:25:32.404Z] + Found adjustments [2020-04-21T02:25:32.404Z] ==> Gzipping contents [2020-04-21T02:25:32.404Z] ==> Uploading reports [2020-04-21T02:25:32.404Z] url: https://codecov.io [2020-04-21T02:25:32.404Z] query: branch=PR-499&commit=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-499%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=499&job= [2020-04-21T02:25:32.404Z] -> Pinging Codecov [2020-04-21T02:25:32.404Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-499&commit=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-499%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=499&job= [2020-04-21T02:25:32.977Z] -> Uploading [2020-04-21T02:27:54.524Z] X> Failed to upload [2020-04-21T02:27:54.524Z] -> Sleeping for 30s and trying again... [2020-04-21T02:28:12.648Z] -> Pinging Codecov [2020-04-21T02:28:12.648Z] https://codecov.io/upload/v4?package=bash-tbd&token=secret&branch=PR-499&commit=7fbf4af7ed5fd83fc37150038563a9f7a3db68b3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-499%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=499&job= [2020-04-21T02:28:12.648Z] -> Uploading [2020-04-21T02:28:12.648Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/7fbf4af7ed5fd83fc37150038563a9f7a3db68b3 [Pipeline] } [2020-04-21T02:28:12.655Z] 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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-04-21T02:28:13.772Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-21T02:28:14.069Z] ---> package-listing.sh [2020-04-21T02:28:14.069Z] ++ facter osfamily [2020-04-21T02:28:14.069Z] ++ tr '[:upper:]' '[:lower:]' [2020-04-21T02:28:14.069Z] + OS_FAMILY=redhat [2020-04-21T02:28:14.069Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-499 [2020-04-21T02:28:14.069Z] + START_PACKAGES=/tmp/packages_start.txt [2020-04-21T02:28:14.069Z] + END_PACKAGES=/tmp/packages_end.txt [2020-04-21T02:28:14.069Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-04-21T02:28:14.069Z] + PACKAGES=/tmp/packages_start.txt [2020-04-21T02:28:14.069Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-499 ']' [2020-04-21T02:28:14.069Z] + PACKAGES=/tmp/packages_end.txt [2020-04-21T02:28:14.069Z] + case "${OS_FAMILY}" in [2020-04-21T02:28:14.069Z] + rpm -qa [2020-04-21T02:28:14.069Z] + sort [2020-04-21T02:28:17.368Z] + '[' -f /tmp/packages_start.txt ']' [2020-04-21T02:28:17.368Z] + '[' -f /tmp/packages_end.txt ']' [2020-04-21T02:28:17.368Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-04-21T02:28:17.368Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-499 ']' [2020-04-21T02:28:17.368Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-499/archives/ [2020-04-21T02:28:17.368Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-499/archives/ [Pipeline] isUnix [Pipeline] sh [2020-04-21T02:28:17.863Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-21T02:28:17.863Z] [2020-04-21T02:28:17.863Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-04-21T02:28:18.204Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-21T02:28:18.204Z] alpine: Pulling from edgex-lftools-log-publisher [2020-04-21T02:28:18.204Z] c9b1b535fdd9: Pulling fs layer [2020-04-21T02:28:18.204Z] 2cc5ad85d9ab: Pulling fs layer [2020-04-21T02:28:18.204Z] 756a868c4378: Pulling fs layer [2020-04-21T02:28:18.204Z] 444b2fc9a129: Pulling fs layer [2020-04-21T02:28:18.204Z] ea15f1150254: Pulling fs layer [2020-04-21T02:28:18.204Z] 41b27a9f41bf: Pulling fs layer [2020-04-21T02:28:18.204Z] 28c525ee5125: Pulling fs layer [2020-04-21T02:28:18.204Z] 094b1ea09ed8: Pulling fs layer [2020-04-21T02:28:18.204Z] 138eaada9080: Pulling fs layer [2020-04-21T02:28:18.204Z] 0622d0fa9048: Pulling fs layer [2020-04-21T02:28:18.204Z] 28c525ee5125: Waiting [2020-04-21T02:28:18.204Z] 094b1ea09ed8: Waiting [2020-04-21T02:28:18.204Z] 138eaada9080: Waiting [2020-04-21T02:28:18.204Z] 0622d0fa9048: Waiting [2020-04-21T02:28:18.204Z] ea15f1150254: Waiting [2020-04-21T02:28:18.204Z] 41b27a9f41bf: Waiting [2020-04-21T02:28:18.204Z] 444b2fc9a129: Waiting [2020-04-21T02:28:18.204Z] 2cc5ad85d9ab: Verifying Checksum [2020-04-21T02:28:18.204Z] 2cc5ad85d9ab: Download complete [2020-04-21T02:28:18.204Z] 444b2fc9a129: Verifying Checksum [2020-04-21T02:28:18.204Z] 444b2fc9a129: Download complete [2020-04-21T02:28:18.204Z] c9b1b535fdd9: Verifying Checksum [2020-04-21T02:28:18.204Z] c9b1b535fdd9: Download complete [2020-04-21T02:28:18.473Z] ea15f1150254: Verifying Checksum [2020-04-21T02:28:18.473Z] ea15f1150254: Download complete [2020-04-21T02:28:18.473Z] 28c525ee5125: Verifying Checksum [2020-04-21T02:28:18.473Z] 28c525ee5125: Download complete [2020-04-21T02:28:18.743Z] c9b1b535fdd9: Pull complete [2020-04-21T02:28:18.743Z] 756a868c4378: Verifying Checksum [2020-04-21T02:28:18.743Z] 756a868c4378: Download complete [2020-04-21T02:28:19.007Z] 2cc5ad85d9ab: Pull complete [2020-04-21T02:28:19.007Z] 138eaada9080: Verifying Checksum [2020-04-21T02:28:19.007Z] 138eaada9080: Download complete [2020-04-21T02:28:19.007Z] 0622d0fa9048: Verifying Checksum [2020-04-21T02:28:19.007Z] 0622d0fa9048: Download complete [2020-04-21T02:28:19.270Z] 094b1ea09ed8: Verifying Checksum [2020-04-21T02:28:19.270Z] 094b1ea09ed8: Download complete [2020-04-21T02:28:19.863Z] 41b27a9f41bf: Verifying Checksum [2020-04-21T02:28:19.863Z] 41b27a9f41bf: Download complete [2020-04-21T02:28:21.245Z] 756a868c4378: Pull complete [2020-04-21T02:28:21.245Z] 444b2fc9a129: Pull complete [2020-04-21T02:28:21.504Z] ea15f1150254: Pull complete [2020-04-21T02:28:25.725Z] 41b27a9f41bf: Pull complete [2020-04-21T02:28:25.725Z] 28c525ee5125: Pull complete [2020-04-21T02:28:27.649Z] 094b1ea09ed8: Pull complete [2020-04-21T02:28:27.917Z] 138eaada9080: Pull complete [2020-04-21T02:28:28.195Z] 0622d0fa9048: Pull complete [2020-04-21T02:28:28.195Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-04-21T02:28:28.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-04-21T02:28:28.383Z] prd-centos7-docker-4c-2g-5091 does not seem to be running inside a container [2020-04-21T02:28:28.442Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-499 -v /w/workspace/dgexfoundry_device-sdk-go_PR-499:/w/workspace/dgexfoundry_device-sdk-go_PR-499:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-499@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-04-21T02:28:29.151Z] $ docker top ea7b0301a3b7aa37797832f255e7779e10c6e144612d6e3edb7e28049508d5dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-04-21T02:28:29.779Z] provisioning config files... [2020-04-21T02:28:29.792Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp/config8031935373812694496tmp [Pipeline] { [Pipeline] echo [2020-04-21T02:28:29.841Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-21T02:28:30.143Z] ---> create-netrc.sh [Pipeline] echo [2020-04-21T02:28:30.151Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-21T02:28:30.448Z] ---> logs-deploy.sh [2020-04-21T02:28:30.449Z] + ARCHIVE_ARTIFACTS= [2020-04-21T02:28:30.449Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-04-21T02:28:30.449Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-04-21T02:28:30.449Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-04-21T02:28:30.449Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-499/2 [2020-04-21T02:28:30.449Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-499/2/ [2020-04-21T02:28:30.449Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-499/2 /w/workspace/dgexfoundry_device-sdk-go_PR-499 [2020-04-21T02:28:31.834Z] Archives upload complete. [2020-04-21T02:28:32.093Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-499/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-499/2/ [2020-04-21T02:28:33.031Z] ---> uname -a: [2020-04-21T02:28:33.031Z] Linux ea7b0301a3b7 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] ---> lscpu: [2020-04-21T02:28:33.031Z] Architecture: x86_64 [2020-04-21T02:28:33.031Z] CPU op-mode(s): 32-bit, 64-bit [2020-04-21T02:28:33.031Z] Byte Order: Little Endian [2020-04-21T02:28:33.031Z] Address sizes: 40 bits physical, 48 bits virtual [2020-04-21T02:28:33.031Z] CPU(s): 4 [2020-04-21T02:28:33.031Z] On-line CPU(s) list: 0-3 [2020-04-21T02:28:33.031Z] Thread(s) per core: 1 [2020-04-21T02:28:33.031Z] Core(s) per socket: 1 [2020-04-21T02:28:33.031Z] Socket(s): 4 [2020-04-21T02:28:33.031Z] NUMA node(s): 1 [2020-04-21T02:28:33.031Z] Vendor ID: GenuineIntel [2020-04-21T02:28:33.031Z] CPU family: 6 [2020-04-21T02:28:33.031Z] Model: 44 [2020-04-21T02:28:33.031Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-04-21T02:28:33.031Z] Stepping: 1 [2020-04-21T02:28:33.031Z] CPU MHz: 2933.436 [2020-04-21T02:28:33.031Z] BogoMIPS: 5866.87 [2020-04-21T02:28:33.031Z] Virtualization: VT-x [2020-04-21T02:28:33.031Z] Hypervisor vendor: KVM [2020-04-21T02:28:33.031Z] Virtualization type: full [2020-04-21T02:28:33.031Z] L1d cache: 128 KiB [2020-04-21T02:28:33.031Z] L1i cache: 128 KiB [2020-04-21T02:28:33.031Z] L2 cache: 16 MiB [2020-04-21T02:28:33.031Z] L3 cache: 64 MiB [2020-04-21T02:28:33.031Z] NUMA node0 CPU(s): 0-3 [2020-04-21T02:28:33.031Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-04-21T02:28:33.031Z] Vulnerability Meltdown: Mitigation; PTI [2020-04-21T02:28:33.031Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-04-21T02:28:33.031Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-04-21T02:28:33.031Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-04-21T02:28:33.031Z] 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 [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] ---> nproc: [2020-04-21T02:28:33.031Z] 4 [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] ---> df -h: [2020-04-21T02:28:33.031Z] Filesystem Size Used Available Use% Mounted on [2020-04-21T02:28:33.031Z] overlay 50.0G 6.3G 43.6G 13% / [2020-04-21T02:28:33.031Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-04-21T02:28:33.031Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-04-21T02:28:33.031Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-04-21T02:28:33.031Z] /dev/vda1 50.0G 6.3G 43.6G 13% /etc/resolv.conf [2020-04-21T02:28:33.031Z] /dev/vda1 50.0G 6.3G 43.6G 13% /etc/hostname [2020-04-21T02:28:33.031Z] /dev/vda1 50.0G 6.3G 43.6G 13% /etc/hosts [2020-04-21T02:28:33.031Z] /dev/vda1 50.0G 6.3G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-499 [2020-04-21T02:28:33.031Z] /dev/vda1 50.0G 6.3G 43.6G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-499@tmp [2020-04-21T02:28:33.031Z] /dev/vda1 50.0G 6.3G 43.6G 13% /var/log/sa [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] ---> free -m: [2020-04-21T02:28:33.031Z] total used free shared buff/cache available [2020-04-21T02:28:33.031Z] Mem: 1838 645 72 0 1119 1089 [2020-04-21T02:28:33.031Z] Swap: 1023 1 1022 [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] ---> ip addr: [2020-04-21T02:28:33.031Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-04-21T02:28:33.031Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-04-21T02:28:33.031Z] inet 127.0.0.1/8 scope host lo [2020-04-21T02:28:33.031Z] valid_lft forever preferred_lft forever [2020-04-21T02:28:33.031Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-04-21T02:28:33.031Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-04-21T02:28:33.031Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-04-21T02:28:33.031Z] valid_lft forever preferred_lft forever [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] ---> sar -b -r -n DEV: [2020-04-21T02:28:33.031Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/21/20 _x86_64_ (4 CPU) [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] 02:17:42 LINUX RESTART [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] 02:18:01 tps rtps wtps bread/s bwrtn/s [2020-04-21T02:28:33.031Z] 02:19:01 111.76 32.11 79.65 4835.91 38926.06 [2020-04-21T02:28:33.031Z] 02:20:02 3.05 0.00 3.05 0.00 114.13 [2020-04-21T02:28:33.031Z] 02:21:01 0.27 0.00 0.27 0.00 3.57 [2020-04-21T02:28:33.031Z] 02:22:01 0.45 0.00 0.45 0.00 4.80 [2020-04-21T02:28:33.031Z] 02:23:01 0.33 0.00 0.33 0.00 5.01 [2020-04-21T02:28:33.031Z] 02:24:01 0.32 0.00 0.32 0.00 3.53 [2020-04-21T02:28:33.031Z] 02:25:01 0.30 0.02 0.28 0.13 3.63 [2020-04-21T02:28:33.031Z] 02:26:01 0.67 0.23 0.43 6.79 10.22 [2020-04-21T02:28:33.031Z] 02:27:01 0.98 0.00 0.98 0.00 25.76 [2020-04-21T02:28:33.031Z] 02:28:01 0.62 0.00 0.62 0.00 8.28 [2020-04-21T02:28:33.031Z] Average: 11.90 3.24 8.66 485.40 3919.48 [2020-04-21T02:28:33.031Z] [2020-04-21T02:28:33.031Z] 02:18:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-04-21T02:28:33.031Z] 02:19:01 105372 1776932 94.40 2620 1204772 960172 32.76 459680 1151128 8 [2020-04-21T02:28:33.031Z] 02:20:02 116496 1765808 93.81 2620 1204808 911960 31.12 454504 1149184 8 [2020-04-21T02:28:33.032Z] 02:21:01 115052 1767252 93.89 2620 1204816 912204 31.12 455596 1149168 12 [2020-04-21T02:28:33.032Z] 02:22:01 114756 1767548 93.90 2620 1204816 912252 31.13 456772 1148212 8 [2020-04-21T02:28:33.032Z] 02:23:01 116492 1765812 93.81 2620 1204824 912024 31.12 455544 1148212 8 [2020-04-21T02:28:33.032Z] 02:24:01 115912 1766392 93.84 2620 1204828 912188 31.12 456212 1148212 12 [2020-04-21T02:28:33.032Z] 02:25:01 116428 1765876 93.81 2620 1204836 912092 31.12 455628 1148212 16 [2020-04-21T02:28:33.032Z] 02:26:01 92732 1789572 95.07 2620 1205172 925512 31.58 472976 1148088 20 [2020-04-21T02:28:33.032Z] 02:27:01 92352 1789952 95.09 2620 1205180 925892 31.59 473204 1148088 20 [2020-04-21T02:28:33.032Z] 02:28:01 109560 1772744 94.18 2620 1205184 915976 31.25 456444 1147916 16 [2020-04-21T02:28:33.032Z] Average: 109515 1772789 94.18 2620 1204924 920027 31.39 459656 1148642 13 [2020-04-21T02:28:33.032Z] [2020-04-21T02:28:33.032Z] 02:18:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-04-21T02:28:33.032Z] 02:19:01 eth0 321.95 229.80 1028.70 102.57 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:19:01 docker0 7.37 5.27 1.10 16.66 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:20:02 eth0 0.83 0.12 0.07 0.02 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:21:01 eth0 0.83 0.30 0.30 0.11 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:22:01 eth0 0.57 0.35 0.37 0.29 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:24:01 eth0 0.27 0.23 0.14 0.07 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:25:01 eth0 0.42 0.08 0.04 0.01 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:26:01 eth0 8.06 4.88 7.29 2.91 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:27:01 eth0 2.55 0.92 1.38 0.76 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:28:01 eth0 4.78 2.16 3.29 1.77 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] Average: eth0 34.11 23.95 104.40 10.88 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] Average: docker0 0.74 0.53 0.11 1.67 0.00 0.00 0.00 [2020-04-21T02:28:33.032Z] [2020-04-21T02:28:33.032Z] [2020-04-21T02:28:33.032Z] ---> sar -P ALL: [2020-04-21T02:28:33.032Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 04/21/20 _x86_64_ (4 CPU) [2020-04-21T02:28:33.032Z] [2020-04-21T02:28:33.032Z] 02:17:42 LINUX RESTART [2020-04-21T02:28:33.032Z] [2020-04-21T02:28:33.032Z] 02:18:01 CPU %user %nice %system %iowait %steal %idle [2020-04-21T02:28:33.032Z] 02:19:01 all 14.46 0.00 7.14 8.10 2.22 68.08 [2020-04-21T02:28:33.032Z] 02:19:01 0 14.13 0.00 8.20 7.06 2.32 68.29 [2020-04-21T02:28:33.032Z] 02:19:01 1 15.32 0.00 6.73 8.82 2.17 66.96 [2020-04-21T02:28:33.032Z] 02:19:01 2 13.55 0.00 6.38 6.97 2.26 70.84 [2020-04-21T02:28:33.032Z] 02:19:01 3 14.84 0.00 7.23 9.55 2.15 66.22 [2020-04-21T02:28:33.032Z] 02:20:02 all 0.17 0.00 0.06 0.00 0.08 99.68 [2020-04-21T02:28:33.032Z] 02:20:02 0 0.05 0.00 0.07 0.00 0.10 99.78 [2020-04-21T02:28:33.032Z] 02:20:02 1 0.43 0.00 0.05 0.00 0.07 99.45 [2020-04-21T02:28:33.032Z] 02:20:02 2 0.13 0.00 0.08 0.00 0.12 99.67 [2020-04-21T02:28:33.032Z] 02:20:02 3 0.07 0.00 0.07 0.00 0.03 99.83 [2020-04-21T02:28:33.032Z] 02:21:01 all 0.20 0.00 0.06 0.00 0.07 99.67 [2020-04-21T02:28:33.032Z] 02:21:01 0 0.49 0.00 0.07 0.00 0.08 99.36 [2020-04-21T02:28:33.032Z] 02:21:01 1 0.07 0.00 0.05 0.00 0.07 99.81 [2020-04-21T02:28:33.032Z] 02:21:01 2 0.19 0.00 0.07 0.00 0.08 99.66 [2020-04-21T02:28:33.032Z] 02:21:01 3 0.07 0.00 0.03 0.00 0.03 99.86 [2020-04-21T02:28:33.032Z] 02:22:01 all 0.16 0.00 0.06 0.00 0.07 99.71 [2020-04-21T02:28:33.032Z] 02:22:01 0 0.10 0.00 0.07 0.00 0.10 99.73 [2020-04-21T02:28:33.032Z] 02:22:01 1 0.05 0.00 0.07 0.00 0.12 99.77 [2020-04-21T02:28:33.032Z] 02:22:01 2 0.43 0.00 0.05 0.00 0.07 99.45 [2020-04-21T02:28:33.032Z] 02:22:01 3 0.05 0.00 0.07 0.00 0.03 99.85 [2020-04-21T02:28:33.032Z] 02:23:01 all 0.16 0.00 0.05 0.00 0.07 99.72 [2020-04-21T02:28:33.032Z] 02:23:01 0 0.08 0.00 0.05 0.00 0.05 99.82 [2020-04-21T02:28:33.032Z] 02:23:01 1 0.07 0.00 0.07 0.00 0.15 99.72 [2020-04-21T02:28:33.032Z] 02:23:01 2 0.47 0.00 0.07 0.00 0.05 99.42 [2020-04-21T02:28:33.032Z] 02:23:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2020-04-21T02:28:33.032Z] 02:24:01 all 0.16 0.00 0.05 0.00 0.07 99.72 [2020-04-21T02:28:33.032Z] 02:24:01 0 0.02 0.00 0.02 0.00 0.10 99.87 [2020-04-21T02:28:33.032Z] 02:24:01 1 0.48 0.00 0.05 0.00 0.07 99.40 [2020-04-21T02:28:33.032Z] 02:24:01 2 0.07 0.00 0.05 0.00 0.07 99.82 [2020-04-21T02:28:33.032Z] 02:24:01 3 0.08 0.00 0.05 0.00 0.05 99.82 [2020-04-21T02:28:33.032Z] 02:25:01 all 0.15 0.00 0.05 0.00 0.06 99.74 [2020-04-21T02:28:33.032Z] 02:25:01 0 0.03 0.00 0.03 0.00 0.08 99.85 [2020-04-21T02:28:33.032Z] 02:25:01 1 0.43 0.00 0.05 0.00 0.03 99.48 [2020-04-21T02:28:33.032Z] 02:25:01 2 0.07 0.00 0.05 0.00 0.05 99.83 [2020-04-21T02:28:33.032Z] 02:25:01 3 0.07 0.00 0.05 0.00 0.08 99.80 [2020-04-21T02:28:33.032Z] 02:26:01 all 0.85 0.00 0.34 0.00 0.23 98.58 [2020-04-21T02:28:33.032Z] 02:26:01 0 0.62 0.00 0.50 0.00 0.25 98.63 [2020-04-21T02:28:33.032Z] 02:26:01 1 1.40 0.00 0.23 0.02 0.23 98.12 [2020-04-21T02:28:33.032Z] 02:26:01 2 1.03 0.00 0.35 0.00 0.20 98.42 [2020-04-21T02:28:33.032Z] 02:26:01 3 0.33 0.00 0.27 0.02 0.22 99.17 [2020-04-21T02:28:33.032Z] 02:27:01 all 0.17 0.00 0.10 0.00 0.12 99.61 [2020-04-21T02:28:33.032Z] 02:27:01 0 0.10 0.00 0.12 0.00 0.10 99.68 [2020-04-21T02:28:33.032Z] 02:27:01 1 0.42 0.00 0.08 0.00 0.15 99.35 [2020-04-21T02:28:33.032Z] 02:27:01 2 0.08 0.00 0.12 0.00 0.12 99.68 [2020-04-21T02:28:33.032Z] 02:27:01 3 0.07 0.00 0.05 0.00 0.12 99.77 [2020-04-21T02:28:33.032Z] 02:28:01 all 0.19 0.00 0.08 0.00 0.09 99.65 [2020-04-21T02:28:33.032Z] 02:28:01 0 0.10 0.00 0.10 0.00 0.12 99.68 [2020-04-21T02:28:33.032Z] 02:28:01 1 0.42 0.00 0.07 0.00 0.08 99.43 [2020-04-21T02:28:33.032Z] 02:28:01 2 0.18 0.00 0.12 0.00 0.13 99.57 [2020-04-21T02:28:33.032Z] 02:28:01 3 0.07 0.00 0.05 0.00 0.03 99.85 [2020-04-21T02:28:33.032Z] Average: all 1.64 0.00 0.79 0.80 0.30 96.47 [2020-04-21T02:28:33.032Z] Average: 0 1.54 0.00 0.91 0.69 0.33 96.53 [2020-04-21T02:28:33.032Z] Average: 1 1.89 0.00 0.74 0.87 0.31 96.19 [2020-04-21T02:28:33.032Z] Average: 2 1.60 0.00 0.72 0.69 0.31 96.67 [2020-04-21T02:28:33.032Z] Average: 3 1.54 0.00 0.78 0.94 0.27 96.47 [2020-04-21T02:28:33.032Z] [2020-04-21T02:28:33.032Z] [2020-04-21T02:28:33.032Z]