Pull request #462 opened 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 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 rather than 654b31e29c01b4a3b797d0be6f2c093660341548 Obtained Jenkinsfile from 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 Running in Durability level: MAX_SURVIVABILITY 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 b810438aec07f555226556e3b59abf2bab733840 using credential edgex-jenkins-access-pat Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository https://github.com/edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-462/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/tags/stable:refs/tags/stable # timeout=10 > 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 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 b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > 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 > git --version # 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/ [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-563’ is offline Running on prd-centos7-docker-4c-2g-217 in /w/workspace/dgexfoundry_device-sdk-go_PR-462 [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-462 # 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/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 into PR head commit 654b31e29c01b4a3b797d0be6f2c093660341548 Merge succeeded, producing 654b31e29c01b4a3b797d0be6f2c093660341548 Checking out Revision 654b31e29c01b4a3b797d0be6f2c093660341548 (PR-462) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/462/head:refs/remotes/origin/PR-462 # 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/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 654b31e29c01b4a3b797d0be6f2c093660341548 # 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 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 654b31e29c01b4a3b797d0be6f2c093660341548 # timeout=10 Commit message: "Update readme and godoc for float encoding usage Describe float encoding usage and add the information in Readme to describe the situation of base64 encoding for float type." First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object b810438aec07f555226556e3b59abf2bab733840 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-12T03:42:25.225Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-03-12T03:42:27.796Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-12T03:42:27.796Z] [2020-03-12T03:42:27.796Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-12T03:42:28.218Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-12T03:42:28.218Z] latest: Pulling from edgex-devops/git-semver [2020-03-12T03:42:28.218Z] 9123ac7c32f7: Pulling fs layer [2020-03-12T03:42:28.218Z] b8cc5d1170e3: Pulling fs layer [2020-03-12T03:42:28.218Z] 2924cbbf6a41: Pulling fs layer [2020-03-12T03:42:28.218Z] 93b08a4f1073: Pulling fs layer [2020-03-12T03:42:28.218Z] 93b08a4f1073: Waiting [2020-03-12T03:42:28.218Z] b8cc5d1170e3: Verifying Checksum [2020-03-12T03:42:28.218Z] b8cc5d1170e3: Download complete [2020-03-12T03:42:28.480Z] 9123ac7c32f7: Verifying Checksum [2020-03-12T03:42:28.480Z] 9123ac7c32f7: Download complete [2020-03-12T03:42:28.480Z] 93b08a4f1073: Verifying Checksum [2020-03-12T03:42:28.480Z] 93b08a4f1073: Download complete [2020-03-12T03:42:28.480Z] 2924cbbf6a41: Verifying Checksum [2020-03-12T03:42:28.480Z] 2924cbbf6a41: Download complete [2020-03-12T03:42:28.740Z] 9123ac7c32f7: Pull complete [2020-03-12T03:42:28.740Z] b8cc5d1170e3: Pull complete [2020-03-12T03:42:29.676Z] 2924cbbf6a41: Pull complete [2020-03-12T03:42:29.676Z] 93b08a4f1073: Pull complete [2020-03-12T03:42:29.676Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-12T03:42:29.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-12T03:42:29.837Z] prd-centos7-docker-4c-2g-217 does not seem to be running inside a container [2020-03-12T03:42:29.889Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-462 -v /w/workspace/dgexfoundry_device-sdk-go_PR-462:/w/workspace/dgexfoundry_device-sdk-go_PR-462:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-462@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-03-12T03:42:30.473Z] $ docker top 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-12T03:42:30.864Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-12T03:42:30.864Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-12T03:42:31.087Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-12T03:42:31.095Z] $ docker exec 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 ssh-agent [2020-03-12T03:42:31.266Z] SSH_AUTH_SOCK=/tmp/ssh-M3jtZvj6wC5A/agent.15 [2020-03-12T03:42:31.266Z] SSH_AGENT_PID=21 [2020-03-12T03:42:31.276Z] Running ssh-add (command line suppressed) [2020-03-12T03:42:31.422Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/private_key_4043315926345799053.key (/w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/private_key_4043315926345799053.key) [2020-03-12T03:42:31.467Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-12T03:42:31.832Z] + git describe --exact-match --tags HEAD [2020-03-12T03:42:31.832Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-12T03:42:31.909Z] $ docker exec --env ******** --env ******** 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 ssh-agent -k [2020-03-12T03:42:32.049Z] unset SSH_AUTH_SOCK; [2020-03-12T03:42:32.049Z] unset SSH_AGENT_PID; [2020-03-12T03:42:32.049Z] echo Agent pid 21 killed; [2020-03-12T03:42:32.085Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-12T03:42:32.214Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-12T03:42:32.214Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-12T03:42:32.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-12T03:42:32.309Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-12T03:42:32.503Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-12T03:42:32.514Z] $ docker exec 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 ssh-agent [2020-03-12T03:42:32.690Z] SSH_AUTH_SOCK=/tmp/ssh-jFBaZVhS9yal/agent.57 [2020-03-12T03:42:32.690Z] SSH_AGENT_PID=64 [2020-03-12T03:42:32.697Z] Running ssh-add (command line suppressed) [2020-03-12T03:42:32.853Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/private_key_1698420089740320056.key (/w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/private_key_1698420089740320056.key) [2020-03-12T03:42:32.899Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-12T03:42:33.281Z] + git semver init [2020-03-12T03:42:33.281Z] # -> Open(): unable to determine branch for HEAD [2020-03-12T03:42:33.281Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-462/.git [2020-03-12T03:42:33.281Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-462 [2020-03-12T03:42:33.281Z] # $SEMVER_REMOTE_NAME = origin [2020-03-12T03:42:33.281Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-12T03:42:33.281Z] # $SEMVER_USER_NAME = jenkins [2020-03-12T03:42:33.281Z] # $SEMVER_BRANCH = PR-462 [2020-03-12T03:42:33.281Z] # $SEMVER_TEMP = /tmp/semver-089360889 [2020-03-12T03:42:33.281Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-03-12T03:42:33.852Z] # '/tmp/semver-089360889' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-462/.semver' [2020-03-12T03:42:33.852Z] # -> Force: false [2020-03-12T03:42:33.852Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-462/.semver [Pipeline] } [2020-03-12T03:42:33.876Z] $ docker exec --env ******** --env ******** 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 ssh-agent -k [2020-03-12T03:42:34.011Z] unset SSH_AUTH_SOCK; [2020-03-12T03:42:34.011Z] unset SSH_AGENT_PID; [2020-03-12T03:42:34.011Z] echo Agent pid 64 killed; [2020-03-12T03:42:34.045Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-12T03:42:34.597Z] + git semver [Pipeline] } [2020-03-12T03:42:34.630Z] $ docker stop --time=1 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 [2020-03-12T03:42:35.989Z] $ docker rm -f 1f8f081d6a6bd1ca7160b81b10b4160a7a460361be202d757986c7b0db805867 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-12T03:42:36.808Z] Stashed 32 file(s) [Pipeline] echo [2020-03-12T03:42:36.825Z] [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-03-12T03:42:52.271Z] Still waiting to schedule task [2020-03-12T03:42:52.271Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-03-12T03:42:52.300Z] Still waiting to schedule task [2020-03-12T03:42:52.300Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-03-12T03:44:32.306Z] Running on prd-centos7-docker-4c-2g-220 in /w/workspace/dgexfoundry_device-sdk-go_PR-462 [Pipeline] { [Pipeline] ws [2020-03-12T03:44:32.411Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-03-12T03:44:34.531Z] using credential edgex-jenkins-ssh [2020-03-12T03:44:34.596Z] Cloning the remote Git repository [2020-03-12T03:44:34.596Z] Cloning with configured refspecs honoured and without tags [2020-03-12T03:44:34.632Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-12T03:44:34.672Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-03-12T03:44:34.719Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-12T03:44:34.719Z] > git --version # timeout=10 [2020-03-12T03:44:34.727Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-12T03:44:34.771Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-12T03:44:35.330Z] Fetching without tags [2020-03-12T03:44:35.717Z] Merging remotes/origin/master commit 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 into PR head commit 654b31e29c01b4a3b797d0be6f2c093660341548 [2020-03-12T03:44:35.801Z] Merge succeeded, producing 654b31e29c01b4a3b797d0be6f2c093660341548 [2020-03-12T03:44:35.801Z] Checking out Revision 654b31e29c01b4a3b797d0be6f2c093660341548 (PR-462) [2020-03-12T03:44:35.299Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-12T03:44:35.306Z] > git config --add remote.origin.fetch +refs/pull/462/head:refs/remotes/origin/PR-462 # timeout=10 [2020-03-12T03:44:35.316Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-12T03:44:35.333Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-12T03:44:35.343Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-12T03:44:35.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-12T03:44:35.347Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-12T03:44:35.733Z] > git config core.sparsecheckout # timeout=10 [2020-03-12T03:44:35.740Z] > git checkout -f 654b31e29c01b4a3b797d0be6f2c093660341548 # timeout=10 [2020-03-12T03:44:35.784Z] > git remote # timeout=10 [2020-03-12T03:44:35.788Z] > git config --get remote.origin.url # timeout=10 [2020-03-12T03:44:35.792Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-12T03:44:35.796Z] > git merge 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 # timeout=10 [2020-03-12T03:44:35.805Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-12T03:44:35.813Z] > git config core.sparsecheckout # timeout=10 [2020-03-12T03:44:35.818Z] > git checkout -f 654b31e29c01b4a3b797d0be6f2c093660341548 # timeout=10 [2020-03-12T03:44:39.502Z] Commit message: "Update readme and godoc for float encoding usage Describe float encoding usage and add the information in Readme to describe the situation of base64 encoding for float type." [2020-03-12T03:44:39.533Z] > git --version # timeout=10 [2020-03-12T03:44:39.544Z] fatal: bad object b810438aec07f555226556e3b59abf2bab733840 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-03-12T03:44:40.531Z] ========================================================= [2020-03-12T03:44:40.531Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-03-12T03:44:40.531Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-12T03:44:41.205Z] + 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-03-12T03:44:41.465Z] Sending build context to Docker daemon 2.689MB [2020-03-12T03:44:41.465Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-12T03:44:41.465Z] Step 2/8 : FROM ${BASE} [2020-03-12T03:44:41.465Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-03-12T03:44:41.465Z] e6b0cf9c0882: Pulling fs layer [2020-03-12T03:44:41.465Z] 2848faf0eed1: Pulling fs layer [2020-03-12T03:44:41.465Z] 0f37312ad70f: Pulling fs layer [2020-03-12T03:44:41.465Z] 5788d62ee057: Pulling fs layer [2020-03-12T03:44:41.465Z] 0e6b1d234666: Pulling fs layer [2020-03-12T03:44:41.465Z] bf5d7aec512f: Pulling fs layer [2020-03-12T03:44:41.465Z] 34c802a77dc8: Pulling fs layer [2020-03-12T03:44:41.465Z] 9eb99e56ec68: Pulling fs layer [2020-03-12T03:44:41.465Z] 27c7a5d97fbd: Pulling fs layer [2020-03-12T03:44:41.465Z] 5c102a31e300: Pulling fs layer [2020-03-12T03:44:41.465Z] dcfb455df0a1: Pulling fs layer [2020-03-12T03:44:41.465Z] 9eb99e56ec68: Waiting [2020-03-12T03:44:41.465Z] 27c7a5d97fbd: Waiting [2020-03-12T03:44:41.465Z] 5c102a31e300: Waiting [2020-03-12T03:44:41.465Z] dcfb455df0a1: Waiting [2020-03-12T03:44:41.465Z] 0e6b1d234666: Waiting [2020-03-12T03:44:41.465Z] bf5d7aec512f: Waiting [2020-03-12T03:44:41.465Z] 34c802a77dc8: Waiting [2020-03-12T03:44:41.465Z] 0f37312ad70f: Download complete [2020-03-12T03:44:41.465Z] 2848faf0eed1: Download complete [2020-03-12T03:44:41.465Z] 0e6b1d234666: Verifying Checksum [2020-03-12T03:44:41.465Z] 0e6b1d234666: Download complete [2020-03-12T03:44:41.465Z] bf5d7aec512f: Download complete [2020-03-12T03:44:41.725Z] e6b0cf9c0882: Verifying Checksum [2020-03-12T03:44:41.725Z] e6b0cf9c0882: Download complete [2020-03-12T03:44:41.989Z] e6b0cf9c0882: Pull complete [2020-03-12T03:44:42.252Z] 34c802a77dc8: Verifying Checksum [2020-03-12T03:44:42.252Z] 34c802a77dc8: Download complete [2020-03-12T03:44:42.457Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-219 in /w/workspace/dgexfoundry_device-sdk-go_PR-462 [Pipeline] { [Pipeline] ws [2020-03-12T03:44:42.521Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [2020-03-12T03:44:42.526Z] 27c7a5d97fbd: Verifying Checksum [2020-03-12T03:44:42.526Z] 27c7a5d97fbd: Download complete [2020-03-12T03:44:42.526Z] 2848faf0eed1: Pull complete [Pipeline] checkout [2020-03-12T03:44:42.791Z] 5c102a31e300: Verifying Checksum [2020-03-12T03:44:42.791Z] 5c102a31e300: Download complete [2020-03-12T03:44:43.049Z] dcfb455df0a1: Verifying Checksum [2020-03-12T03:44:43.049Z] dcfb455df0a1: Download complete [2020-03-12T03:44:43.049Z] 5788d62ee057: Verifying Checksum [2020-03-12T03:44:43.049Z] 5788d62ee057: Download complete [2020-03-12T03:44:43.308Z] 9eb99e56ec68: Verifying Checksum [2020-03-12T03:44:43.308Z] 9eb99e56ec68: Download complete [2020-03-12T03:44:43.883Z] 0f37312ad70f: Pull complete [2020-03-12T03:44:49.156Z] 5788d62ee057: Pull complete [2020-03-12T03:44:49.156Z] 0e6b1d234666: Pull complete [2020-03-12T03:44:49.156Z] bf5d7aec512f: Pull complete [2020-03-12T03:44:49.314Z] using credential edgex-jenkins-ssh [2020-03-12T03:44:49.366Z] Cloning the remote Git repository [2020-03-12T03:44:49.366Z] Cloning with configured refspecs honoured and without tags [2020-03-12T03:44:49.461Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-12T03:44:49.599Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-03-12T03:44:49.761Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-12T03:44:49.765Z] > git --version # timeout=10 [2020-03-12T03:44:49.811Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-12T03:44:49.894Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-12T03:44:51.043Z] Fetching without tags [2020-03-12T03:44:51.575Z] Merging remotes/origin/master commit 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 into PR head commit 654b31e29c01b4a3b797d0be6f2c093660341548 [2020-03-12T03:44:50.856Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-12T03:44:50.912Z] > git config --add remote.origin.fetch +refs/pull/462/head:refs/remotes/origin/PR-462 # timeout=10 [2020-03-12T03:44:50.957Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-12T03:44:50.990Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-12T03:44:51.061Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-12T03:44:51.062Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-12T03:44:51.076Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-12T03:44:51.612Z] > git config core.sparsecheckout # timeout=10 [2020-03-12T03:44:51.976Z] Merge succeeded, producing 654b31e29c01b4a3b797d0be6f2c093660341548 [2020-03-12T03:44:51.977Z] Checking out Revision 654b31e29c01b4a3b797d0be6f2c093660341548 (PR-462) [2020-03-12T03:44:51.670Z] > git checkout -f 654b31e29c01b4a3b797d0be6f2c093660341548 # timeout=10 [2020-03-12T03:44:51.829Z] > git remote # timeout=10 [2020-03-12T03:44:51.861Z] > git config --get remote.origin.url # timeout=10 [2020-03-12T03:44:51.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-12T03:44:51.914Z] > git merge 9e6d46c2b077c5ce04ff29192bd4c5718c8c2e91 # timeout=10 [2020-03-12T03:44:51.953Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-03-12T03:44:51.988Z] > git config core.sparsecheckout # timeout=10 [2020-03-12T03:44:52.019Z] > git checkout -f 654b31e29c01b4a3b797d0be6f2c093660341548 # timeout=10 [2020-03-12T03:44:54.444Z] 34c802a77dc8: Pull complete [2020-03-12T03:44:56.671Z] Commit message: "Update readme and godoc for float encoding usage Describe float encoding usage and add the information in Readme to describe the situation of base64 encoding for float type." [2020-03-12T03:44:56.740Z] > git --version # timeout=10 [2020-03-12T03:44:56.762Z] fatal: bad object b810438aec07f555226556e3b59abf2bab733840 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-03-12T03:44:57.752Z] 9eb99e56ec68: Pull complete [2020-03-12T03:44:57.752Z] 27c7a5d97fbd: Pull complete [2020-03-12T03:44:58.327Z] 5c102a31e300: Pull complete [2020-03-12T03:44:58.327Z] dcfb455df0a1: Pull complete [2020-03-12T03:44:58.327Z] Digest: sha256:bf9b800d7ab6b241e21016b558127766659829ad41453f889f6c4db283117473 [2020-03-12T03:44:58.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-03-12T03:44:58.327Z] ---> 7c70fe431013 [2020-03-12T03:44:58.327Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] echo [2020-03-12T03:44:58.336Z] ========================================================= [2020-03-12T03:44:58.336Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-03-12T03:44:58.336Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-03-12T03:44:58.586Z] ---> Running in bbe1d0893b0b [2020-03-12T03:44:58.586Z] Removing intermediate container bbe1d0893b0b [2020-03-12T03:44:58.586Z] ---> 69de731c67f2 [2020-03-12T03:44:58.586Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-12T03:44:58.586Z] ---> Running in 19670e46b132 [2020-03-12T03:44:59.528Z] Removing intermediate container 19670e46b132 [2020-03-12T03:44:59.528Z] ---> 4d01fea1a451 [2020-03-12T03:44:59.528Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-12T03:44:59.764Z] + 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-03-12T03:44:59.791Z] ---> Running in c368f160b486 [2020-03-12T03:45:00.730Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-12T03:45:00.737Z] Sending build context to Docker daemon 2.689MB [2020-03-12T03:45:00.737Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-03-12T03:45:00.737Z] Step 2/8 : FROM ${BASE} [2020-03-12T03:45:01.006Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-03-12T03:45:01.006Z] cde5963f3b93: Pulling fs layer [2020-03-12T03:45:01.007Z] 2a23fa8c16f7: Pulling fs layer [2020-03-12T03:45:01.007Z] 777b28850792: Pulling fs layer [2020-03-12T03:45:01.007Z] 8a11ddd9e578: Pulling fs layer [2020-03-12T03:45:01.007Z] 4cf88f913ddb: Pulling fs layer [2020-03-12T03:45:01.007Z] 1df406cf5192: Pulling fs layer [2020-03-12T03:45:01.007Z] cd6300453558: Pulling fs layer [2020-03-12T03:45:01.007Z] b9c365052c96: Pulling fs layer [2020-03-12T03:45:01.007Z] a2d8cc88f415: Pulling fs layer [2020-03-12T03:45:01.007Z] ea1d1ca13537: Pulling fs layer [2020-03-12T03:45:01.007Z] 3750a50a1c5e: Pulling fs layer [2020-03-12T03:45:01.007Z] 8a11ddd9e578: Waiting [2020-03-12T03:45:01.007Z] 4cf88f913ddb: Waiting [2020-03-12T03:45:01.007Z] 1df406cf5192: Waiting [2020-03-12T03:45:01.007Z] cd6300453558: Waiting [2020-03-12T03:45:01.007Z] b9c365052c96: Waiting [2020-03-12T03:45:01.007Z] a2d8cc88f415: Waiting [2020-03-12T03:45:01.007Z] ea1d1ca13537: Waiting [2020-03-12T03:45:01.007Z] 3750a50a1c5e: Waiting [2020-03-12T03:45:01.276Z] 777b28850792: Verifying Checksum [2020-03-12T03:45:01.276Z] 777b28850792: Download complete [2020-03-12T03:45:01.277Z] 2a23fa8c16f7: Verifying Checksum [2020-03-12T03:45:01.277Z] 2a23fa8c16f7: Download complete [2020-03-12T03:45:01.277Z] 4cf88f913ddb: Verifying Checksum [2020-03-12T03:45:01.277Z] 4cf88f913ddb: Download complete [2020-03-12T03:45:01.277Z] 1df406cf5192: Verifying Checksum [2020-03-12T03:45:01.277Z] 1df406cf5192: Download complete [2020-03-12T03:45:01.277Z] cde5963f3b93: Verifying Checksum [2020-03-12T03:45:01.277Z] cde5963f3b93: Download complete [2020-03-12T03:45:01.671Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-12T03:45:02.243Z] OK: 143 MiB in 39 packages [2020-03-12T03:45:02.257Z] cde5963f3b93: Pull complete [2020-03-12T03:45:02.508Z] Removing intermediate container c368f160b486 [2020-03-12T03:45:02.508Z] ---> 253912bfed36 [2020-03-12T03:45:02.508Z] Step 6/8 : WORKDIR /device-sdk-go [2020-03-12T03:45:02.508Z] ---> Running in 18c54aa713e9 [2020-03-12T03:45:02.776Z] Removing intermediate container 18c54aa713e9 [2020-03-12T03:45:02.777Z] ---> a4f112cab713 [2020-03-12T03:45:02.777Z] Step 7/8 : COPY . . [2020-03-12T03:45:03.228Z] 2a23fa8c16f7: Pull complete [2020-03-12T03:45:03.353Z] ---> 1a9ccd1a165c [2020-03-12T03:45:03.353Z] Step 8/8 : RUN go mod download [2020-03-12T03:45:03.353Z] ---> Running in 27df2c5bf9f6 [2020-03-12T03:45:03.505Z] 777b28850792: Pull complete [2020-03-12T03:45:04.738Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-12T03:45:04.738Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-03-12T03:45:04.738Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-12T03:45:04.738Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-12T03:45:04.738Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-12T03:45:04.738Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-12T03:45:04.738Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-12T03:45:04.997Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-12T03:45:04.997Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 [2020-03-12T03:45:04.997Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-12T03:45:04.997Z] go: finding github.com/fatih/color v1.7.0 [2020-03-12T03:45:04.997Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-12T03:45:04.997Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-12T03:45:04.997Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-12T03:45:04.997Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-12T03:45:04.997Z] go: finding github.com/google/uuid v1.1.0 [2020-03-12T03:45:04.997Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-12T03:45:04.997Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-12T03:45:04.997Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-12T03:45:04.997Z] go: finding github.com/jessevdk/go-flags v1.4.0 [2020-03-12T03:45:05.256Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-12T03:45:05.256Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-12T03:45:05.256Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-12T03:45:05.256Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-12T03:45:05.256Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-12T03:45:05.256Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-12T03:45:05.256Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-12T03:45:05.256Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-12T03:45:05.256Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-12T03:45:05.256Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-12T03:45:05.256Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-12T03:45:05.256Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-12T03:45:05.256Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-12T03:45:05.256Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-12T03:45:05.256Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-12T03:45:05.256Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-12T03:45:05.256Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-12T03:45:05.256Z] go: finding github.com/posener/complete v1.1.1 [2020-03-12T03:45:05.256Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-12T03:45:05.256Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-12T03:45:05.256Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-12T03:45:05.256Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-12T03:45:05.256Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-12T03:45:05.256Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-12T03:45:05.256Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-12T03:45:05.256Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-12T03:45:05.256Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-12T03:45:05.256Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-12T03:45:05.473Z] cd6300453558: Verifying Checksum [2020-03-12T03:45:05.473Z] cd6300453558: Download complete [2020-03-12T03:45:05.473Z] a2d8cc88f415: Verifying Checksum [2020-03-12T03:45:05.473Z] a2d8cc88f415: Download complete [2020-03-12T03:45:05.522Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-12T03:45:08.838Z] ea1d1ca13537: Verifying Checksum [2020-03-12T03:45:08.838Z] ea1d1ca13537: Download complete [2020-03-12T03:45:08.838Z] 3750a50a1c5e: Verifying Checksum [2020-03-12T03:45:08.838Z] 3750a50a1c5e: Download complete [2020-03-12T03:45:11.431Z] b9c365052c96: Download complete [2020-03-12T03:45:12.840Z] 8a11ddd9e578: Download complete [2020-03-12T03:45:13.668Z] Removing intermediate container 27df2c5bf9f6 [2020-03-12T03:45:13.668Z] ---> 8910c5d8f63e [2020-03-12T03:45:13.668Z] Successfully built 8910c5d8f63e [2020-03-12T03:45:13.668Z] 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-03-12T03:45:14.450Z] + docker inspect -f . ci-base-image-x86_64 [2020-03-12T03:45:14.450Z] . [Pipeline] withDockerContainer [2020-03-12T03:45:14.599Z] prd-centos7-docker-4c-2g-220 does not seem to be running inside a container [2020-03-12T03:45:14.664Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2020-03-12T03:45:15.194Z] $ docker top 79d55ace1e26c43e32081f071f97dfb2facba94aeb6d8631e471c23d812d495a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-12T03:45:15.739Z] + go version [2020-03-12T03:45:15.739Z] go version go1.13.5 linux/amd64 [Pipeline] sh [2020-03-12T03:45:16.066Z] + make test [2020-03-12T03:45:16.066Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-12T03:45:25.176Z] 8a11ddd9e578: Pull complete [2020-03-12T03:45:25.177Z] 4cf88f913ddb: Pull complete [2020-03-12T03:45:25.177Z] 1df406cf5192: Pull complete [2020-03-12T03:45:28.542Z] cd6300453558: Pull complete [2020-03-12T03:45:31.010Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-03-12T03:45:31.010Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-03-12T03:45:31.010Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-03-12T03:45:33.887Z] b9c365052c96: Pull complete [2020-03-12T03:45:33.887Z] a2d8cc88f415: Pull complete [2020-03-12T03:45:35.231Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.008s coverage: 23.1% of statements [2020-03-12T03:45:35.231Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.050s coverage: 95.8% of statements [2020-03-12T03:45:35.294Z] ea1d1ca13537: Pull complete [2020-03-12T03:45:35.562Z] 3750a50a1c5e: Pull complete [2020-03-12T03:45:35.562Z] Digest: sha256:a3e491bd7756271d1e8fe1bff15cdb93064c35086ae9a2f64bafd3a981b9f581 [2020-03-12T03:45:35.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-03-12T03:45:35.562Z] ---> 78745c68409d [2020-03-12T03:45:35.562Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-12T03:45:38.554Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.666s coverage: 12.7% of statements [2020-03-12T03:45:38.554Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.015s coverage: 25.6% of statements [2020-03-12T03:45:38.900Z] ---> Running in b6d63ba2abfd [2020-03-12T03:45:39.165Z] Removing intermediate container b6d63ba2abfd [2020-03-12T03:45:39.165Z] ---> c3a4510e2ccb [2020-03-12T03:45:39.165Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-12T03:45:39.433Z] ---> Running in 7f92a9c283ee [2020-03-12T03:45:41.379Z] Removing intermediate container 7f92a9c283ee [2020-03-12T03:45:41.379Z] ---> 49f4871a1dc9 [2020-03-12T03:45:41.379Z] Step 5/8 : RUN apk add --no-cache make git [2020-03-12T03:45:41.648Z] ---> Running in a75a635f2dcf [2020-03-12T03:45:42.233Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-12T03:45:43.193Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-12T03:45:44.154Z] OK: 125 MiB in 39 packages [2020-03-12T03:45:45.120Z] Removing intermediate container a75a635f2dcf [2020-03-12T03:45:45.120Z] ---> 6ace362ccffe [2020-03-12T03:45:45.120Z] Step 6/8 : WORKDIR /device-sdk-go [2020-03-12T03:45:45.393Z] ---> Running in c7c307a19927 [2020-03-12T03:45:45.662Z] Removing intermediate container c7c307a19927 [2020-03-12T03:45:45.662Z] ---> eb7555a5b042 [2020-03-12T03:45:45.662Z] Step 7/8 : COPY . . [2020-03-12T03:45:46.625Z] ---> c692065545a9 [2020-03-12T03:45:46.625Z] Step 8/8 : RUN go mod download [2020-03-12T03:45:46.893Z] ---> Running in e99fe66b9605 [2020-03-12T03:45:48.842Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-03-12T03:45:48.842Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-03-12T03:45:48.842Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-03-12T03:45:48.842Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-03-12T03:45:48.842Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-03-12T03:45:48.842Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-03-12T03:45:48.842Z] go: finding github.com/cenkalti/backoff v2.1.1+incompatible [2020-03-12T03:45:48.842Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-03-12T03:45:48.842Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.36 [2020-03-12T03:45:48.842Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.0 [2020-03-12T03:45:48.842Z] go: finding github.com/fatih/color v1.7.0 [2020-03-12T03:45:48.842Z] go: finding github.com/go-kit/kit v0.8.0 [2020-03-12T03:45:48.842Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-03-12T03:45:48.842Z] go: finding github.com/go-stack/stack v1.8.0 [2020-03-12T03:45:48.842Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-03-12T03:45:48.842Z] go: finding github.com/google/uuid v1.1.0 [2020-03-12T03:45:48.842Z] go: finding github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd [2020-03-12T03:45:48.842Z] go: finding github.com/gorilla/mux v1.6.2 [2020-03-12T03:45:48.842Z] go: finding github.com/hashicorp/consul v1.4.2 [2020-03-12T03:45:48.842Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-03-12T03:45:48.842Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.0 [2020-03-12T03:45:48.842Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-03-12T03:45:48.842Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-03-12T03:45:48.842Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-03-12T03:45:48.842Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-03-12T03:45:48.842Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-03-12T03:45:48.842Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-03-12T03:45:48.842Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-03-12T03:45:48.842Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-03-12T03:45:49.109Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-03-12T03:45:49.109Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-03-12T03:45:49.109Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-03-12T03:45:49.109Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-03-12T03:45:49.109Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-03-12T03:45:49.109Z] go: finding github.com/jessevdk/go-flags v1.4.0 [2020-03-12T03:45:49.109Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-03-12T03:45:49.109Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-03-12T03:45:49.109Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-03-12T03:45:49.109Z] go: finding github.com/miekg/dns v1.0.14 [2020-03-12T03:45:49.109Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-03-12T03:45:49.109Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-03-12T03:45:49.109Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-03-12T03:45:49.109Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-03-12T03:45:49.109Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-03-12T03:45:49.109Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-03-12T03:45:49.109Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-03-12T03:45:49.109Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-03-12T03:45:49.109Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-03-12T03:45:49.109Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-03-12T03:45:49.109Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-03-12T03:45:49.109Z] go: finding github.com/pkg/errors v0.8.1 [2020-03-12T03:45:49.109Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-03-12T03:45:49.376Z] go: finding github.com/posener/complete v1.1.1 [2020-03-12T03:45:49.376Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-03-12T03:45:49.376Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-03-12T03:45:49.376Z] go: finding github.com/stretchr/objx v0.1.0 [2020-03-12T03:45:49.376Z] go: finding github.com/stretchr/testify v1.3.0 [2020-03-12T03:45:49.376Z] go: finding github.com/ugorji/go v1.1.4 [2020-03-12T03:45:49.376Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-03-12T03:45:49.376Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-03-12T03:45:49.376Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-03-12T03:45:49.376Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-03-12T03:45:49.376Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-03-12T03:45:49.376Z] go: finding gopkg.in/yaml.v2 v2.2.2 [2020-03-12T03:46:04.400Z] Removing intermediate container e99fe66b9605 [2020-03-12T03:46:04.400Z] ---> bcb19c9c5079 [2020-03-12T03:46:04.400Z] Successfully built bcb19c9c5079 [2020-03-12T03:46:04.400Z] 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-03-12T03:46:05.187Z] + docker inspect -f . ci-base-image-arm64 [2020-03-12T03:46:05.187Z] . [Pipeline] withDockerContainer [2020-03-12T03:46:05.534Z] prd-ubuntu18.04-docker-arm64-4c-16g-219 does not seem to be running inside a container [2020-03-12T03:46:05.615Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat [2020-03-12T03:46:07.096Z] $ docker top f4815f7a490fe6bb8661e4adffd2289c89b543a32f1f4c86e96df0754364318c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-03-12T03:46:08.212Z] + go version [2020-03-12T03:46:08.212Z] go version go1.13.5 linux/arm64 [Pipeline] sh [2020-03-12T03:46:08.885Z] + make test [2020-03-12T03:46:08.885Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-03-12T03:46:10.665Z] ok github.com/edgexfoundry/device-sdk-go/internal/config 31.022s coverage: 30.0% of statements [2020-03-12T03:46:10.666Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.431s coverage: 42.3% of statements [2020-03-12T03:46:10.666Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-03-12T03:46:10.666Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-03-12T03:46:10.666Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.339s coverage: 79.5% of statements [2020-03-12T03:46:10.666Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-03-12T03:46:10.666Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-03-12T03:46:10.666Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-03-12T03:46:10.666Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.067s coverage: 52.6% of statements [2020-03-12T03:46:10.666Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.094s coverage: 76.1% of statements [2020-03-12T03:46:10.666Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-03-12T03:46:10.666Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-12T03:46:10.666Z] gofmt -l . [2020-03-12T03:46:10.666Z] [ "`gofmt -l .`" = "" ] [2020-03-12T03:46:10.666Z] ./bin/test-attribution-txt.sh [2020-03-12T03:46:10.666Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-12T03:46:11.167Z] Stashed 1 file(s) [Pipeline] } [2020-03-12T03:46:11.190Z] $ docker stop --time=1 79d55ace1e26c43e32081f071f97dfb2facba94aeb6d8631e471c23d812d495a [2020-03-12T03:46:12.670Z] $ docker rm -f 79d55ace1e26c43e32081f071f97dfb2facba94aeb6d8631e471c23d812d495a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-12T03:46:14.255Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-12T03:46:14.566Z] + ls -al . [2020-03-12T03:46:14.566Z] total 200 [2020-03-12T03:46:14.566Z] drwxrwxr-x. 11 jenkins jenkins 4096 Mar 12 03:46 . [2020-03-12T03:46:14.566Z] drwxrwxr-x. 4 jenkins jenkins 28 Mar 12 03:44 .. [2020-03-12T03:46:14.566Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 12 03:44 api [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 3321 Mar 12 03:44 async.go [2020-03-12T03:46:14.566Z] drwxrwxr-x. 2 jenkins jenkins 64 Mar 12 03:44 bin [2020-03-12T03:46:14.566Z] -rw-r--r--. 1 jenkins jenkins 100201 Mar 12 03:46 coverage.out [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 936 Mar 12 03:44 Dockerfile.build [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 140 Mar 12 03:44 .dockerignore [2020-03-12T03:46:14.566Z] drwxrwxr-x. 4 jenkins jenkins 31 Mar 12 03:44 example [2020-03-12T03:46:14.566Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 12 03:44 .git [2020-03-12T03:46:14.566Z] drwxrwxr-x. 2 jenkins jenkins 38 Mar 12 03:44 .github [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 138 Mar 12 03:44 .gitignore [2020-03-12T03:46:14.566Z] -rw-r--r--. 1 jenkins jenkins 536 Mar 12 03:46 go.mod [2020-03-12T03:46:14.566Z] -rw-r--r--. 1 jenkins jenkins 11140 Mar 12 03:46 go.sum [2020-03-12T03:46:14.566Z] drwxrwxr-x. 13 jenkins jenkins 176 Mar 12 03:44 internal [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 808 Mar 12 03:44 Jenkinsfile [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 11341 Mar 12 03:44 LICENSE [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 892 Mar 12 03:44 Makefile [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 4352 Mar 12 03:44 manageddevices.go [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 5473 Mar 12 03:44 managedprofiles.go [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 3878 Mar 12 03:44 managedwatchers.go [2020-03-12T03:46:14.566Z] drwxrwxr-x. 4 jenkins jenkins 35 Mar 12 03:44 pkg [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 2249 Mar 12 03:44 README.md [2020-03-12T03:46:14.566Z] drwxrwxr-x. 3 jenkins jenkins 58 Mar 12 03:44 .semver [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 9817 Mar 12 03:44 service.go [2020-03-12T03:46:14.566Z] drwxrwxr-x. 4 jenkins jenkins 54 Mar 12 03:44 snap [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 12 03:42 VERSION [2020-03-12T03:46:14.566Z] -rw-rw-r--. 1 jenkins jenkins 222 Mar 12 03:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-12T03:46:14.895Z] + 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=654b31e29c01b4a3b797d0be6f2c093660341548 --label arch=amd64 --label version=0.0.0 . [2020-03-12T03:46:15.156Z] Sending build context to Docker daemon 2.814MB [2020-03-12T03:46:15.156Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-03-12T03:46:15.156Z] Step 2/20 : FROM ${BASE} AS builder [2020-03-12T03:46:15.156Z] ---> 8910c5d8f63e [2020-03-12T03:46:15.156Z] Step 3/20 : ARG MAKE='make build' [2020-03-12T03:46:15.156Z] ---> Running in 313b25156e2d [2020-03-12T03:46:15.156Z] Removing intermediate container 313b25156e2d [2020-03-12T03:46:15.156Z] ---> 76068c3b570b [2020-03-12T03:46:15.156Z] Step 4/20 : WORKDIR /device-sdk-go [2020-03-12T03:46:15.156Z] ---> Running in c9941dcc3f90 [2020-03-12T03:46:15.415Z] Removing intermediate container c9941dcc3f90 [2020-03-12T03:46:15.415Z] ---> 2ac15d3e1f89 [2020-03-12T03:46:15.415Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-12T03:46:15.415Z] ---> Running in 86dc025a90ee [2020-03-12T03:46:15.675Z] Removing intermediate container 86dc025a90ee [2020-03-12T03:46:15.675Z] ---> 37523d985378 [2020-03-12T03:46:15.675Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-12T03:46:15.675Z] ---> Running in 5d7f688312ee [2020-03-12T03:46:16.248Z] Removing intermediate container 5d7f688312ee [2020-03-12T03:46:16.248Z] ---> 13744d9c8055 [2020-03-12T03:46:16.248Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-03-12T03:46:16.248Z] ---> Running in 9ed44d455d17 [2020-03-12T03:46:16.817Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-03-12T03:46:17.753Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-03-12T03:46:18.325Z] OK: 143 MiB in 39 packages [2020-03-12T03:46:18.591Z] Removing intermediate container 9ed44d455d17 [2020-03-12T03:46:18.591Z] ---> 00c1d6bf2fcc [2020-03-12T03:46:18.591Z] Step 8/20 : COPY . . [2020-03-12T03:46:18.866Z] ---> 71c83793189d [2020-03-12T03:46:18.866Z] Step 9/20 : RUN ${MAKE} [2020-03-12T03:46:18.866Z] ---> Running in a51cd616265d [2020-03-12T03:46:19.435Z] 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-03-12T03:46:31.740Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-03-12T03:46:37.073Z] Removing intermediate container a51cd616265d [2020-03-12T03:46:37.073Z] ---> 013daf087d43 [2020-03-12T03:46:37.073Z] Step 10/20 : FROM scratch [2020-03-12T03:46:37.073Z] ---> [2020-03-12T03:46:37.073Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-12T03:46:37.073Z] ---> Running in f204329d7163 [2020-03-12T03:46:37.073Z] Removing intermediate container f204329d7163 [2020-03-12T03:46:37.073Z] ---> ed13124941c5 [2020-03-12T03:46:37.073Z] Step 12/20 : ENV APP_PORT=49990 [2020-03-12T03:46:37.073Z] ---> Running in 96d3c239a62c [2020-03-12T03:46:37.073Z] Removing intermediate container 96d3c239a62c [2020-03-12T03:46:37.073Z] ---> 761d7195611f [2020-03-12T03:46:37.073Z] Step 13/20 : EXPOSE $APP_PORT [2020-03-12T03:46:37.073Z] ---> Running in a8b4370f9a05 [2020-03-12T03:46:37.073Z] Removing intermediate container a8b4370f9a05 [2020-03-12T03:46:37.073Z] ---> 1d3d344780de [2020-03-12T03:46:37.073Z] Step 14/20 : WORKDIR / [2020-03-12T03:46:37.073Z] ---> Running in 71e5565424dd [2020-03-12T03:46:37.073Z] Removing intermediate container 71e5565424dd [2020-03-12T03:46:37.073Z] ---> fb1fc2519844 [2020-03-12T03:46:37.073Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-03-12T03:46:37.648Z] ---> 1a5b28e894b6 [2020-03-12T03:46:37.648Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-03-12T03:46:37.648Z] ---> aa77ac588cbe [2020-03-12T03:46:37.648Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-03-12T03:46:37.908Z] ---> Running in f3d7d4993707 [2020-03-12T03:46:37.908Z] Removing intermediate container f3d7d4993707 [2020-03-12T03:46:37.908Z] ---> 8d42022bb1a5 [2020-03-12T03:46:37.908Z] Step 18/20 : LABEL arch=amd64 [2020-03-12T03:46:37.908Z] ---> Running in 512c92331d4b [2020-03-12T03:46:38.169Z] Removing intermediate container 512c92331d4b [2020-03-12T03:46:38.170Z] ---> cd8510649840 [2020-03-12T03:46:38.170Z] Step 19/20 : LABEL git_sha=654b31e29c01b4a3b797d0be6f2c093660341548 [2020-03-12T03:46:38.170Z] ---> Running in 4ef1e53a93c6 [2020-03-12T03:46:38.428Z] Removing intermediate container 4ef1e53a93c6 [2020-03-12T03:46:38.428Z] ---> 5ab0bb82bd49 [2020-03-12T03:46:38.428Z] Step 20/20 : LABEL version=0.0.0 [2020-03-12T03:46:38.428Z] ---> Running in bf8ee94f53e4 [2020-03-12T03:46:38.428Z] Removing intermediate container bf8ee94f53e4 [2020-03-12T03:46:38.429Z] ---> 3e3d35effab2 [2020-03-12T03:46:38.429Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-12T03:46:38.429Z] Successfully built 3e3d35effab2 [2020-03-12T03:46:38.429Z] 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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-12T03:46:55.814Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-03-12T03:46:55.814Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-03-12T03:46:55.814Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-03-12T03:46:55.814Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.041s coverage: 23.1% of statements [2020-03-12T03:46:55.814Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.153s coverage: 95.8% of statements [2020-03-12T03:46:55.814Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 3.053s coverage: 12.7% of statements [2020-03-12T03:46:55.814Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.021s coverage: 25.6% of statements [2020-03-12T03:47:28.194Z] ok github.com/edgexfoundry/device-sdk-go/internal/config 31.039s coverage: 30.0% of statements [2020-03-12T03:47:28.194Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.554s coverage: 42.3% of statements [2020-03-12T03:47:28.194Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-03-12T03:47:28.194Z] ? github.com/edgexfoundry/device-sdk-go/internal/endpoint [no test files] [2020-03-12T03:47:28.194Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.647s coverage: 79.5% of statements [2020-03-12T03:47:28.194Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-03-12T03:47:28.194Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-03-12T03:47:28.194Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-03-12T03:47:28.194Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.051s coverage: 52.6% of statements [2020-03-12T03:47:28.194Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.329s coverage: 76.1% of statements [2020-03-12T03:47:28.194Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-03-12T03:47:28.194Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-03-12T03:47:34.890Z] gofmt -l . [2020-03-12T03:47:34.890Z] [ "`gofmt -l .`" = "" ] [2020-03-12T03:47:35.160Z] ./bin/test-attribution-txt.sh [2020-03-12T03:47:36.118Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-03-12T03:47:36.425Z] Warning: overwriting stash ‘coverage-report’ [2020-03-12T03:47:36.893Z] Stashed 1 file(s) [Pipeline] } [2020-03-12T03:47:36.915Z] $ docker stop --time=1 f4815f7a490fe6bb8661e4adffd2289c89b543a32f1f4c86e96df0754364318c [2020-03-12T03:47:39.332Z] $ docker rm -f f4815f7a490fe6bb8661e4adffd2289c89b543a32f1f4c86e96df0754364318c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-03-12T03:47:40.845Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-03-12T03:47:41.193Z] + ls -al . [2020-03-12T03:47:41.193Z] total 240 [2020-03-12T03:47:41.193Z] drwxrwxr-x 11 jenkins jenkins 4096 Mar 12 03:47 . [2020-03-12T03:47:41.193Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 12 03:44 .. [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 140 Mar 12 03:44 .dockerignore [2020-03-12T03:47:41.193Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 12 03:44 .git [2020-03-12T03:47:41.193Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 12 03:44 .github [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 138 Mar 12 03:44 .gitignore [2020-03-12T03:47:41.193Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 03:44 .semver [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 936 Mar 12 03:44 Dockerfile.build [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 808 Mar 12 03:44 Jenkinsfile [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 11341 Mar 12 03:44 LICENSE [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 892 Mar 12 03:44 Makefile [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 2249 Mar 12 03:44 README.md [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 12 03:42 VERSION [2020-03-12T03:47:41.193Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 12 03:44 api [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 3321 Mar 12 03:44 async.go [2020-03-12T03:47:41.193Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 12 03:44 bin [2020-03-12T03:47:41.193Z] -rw-r--r-- 1 jenkins jenkins 100201 Mar 12 03:47 coverage.out [2020-03-12T03:47:41.193Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 12 03:44 example [2020-03-12T03:47:41.193Z] -rw-r--r-- 1 jenkins jenkins 536 Mar 12 03:47 go.mod [2020-03-12T03:47:41.193Z] -rw-r--r-- 1 jenkins jenkins 11140 Mar 12 03:47 go.sum [2020-03-12T03:47:41.193Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 12 03:44 internal [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 4352 Mar 12 03:44 manageddevices.go [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 5473 Mar 12 03:44 managedprofiles.go [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 3878 Mar 12 03:44 managedwatchers.go [2020-03-12T03:47:41.193Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 12 03:44 pkg [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 9817 Mar 12 03:44 service.go [2020-03-12T03:47:41.193Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 12 03:44 snap [2020-03-12T03:47:41.193Z] -rw-rw-r-- 1 jenkins jenkins 222 Mar 12 03:44 version.go [Pipeline] isUnix [Pipeline] sh [2020-03-12T03:47:41.542Z] + 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=654b31e29c01b4a3b797d0be6f2c093660341548 --label arch=arm64 --label version=0.0.0 . [2020-03-12T03:47:42.130Z] Sending build context to Docker daemon 2.814MB [2020-03-12T03:47:42.130Z] Step 1/20 : ARG BASE=golang:1.13-alpine [2020-03-12T03:47:42.130Z] Step 2/20 : FROM ${BASE} AS builder [2020-03-12T03:47:42.130Z] ---> bcb19c9c5079 [2020-03-12T03:47:42.130Z] Step 3/20 : ARG MAKE='make build' [2020-03-12T03:47:42.130Z] ---> Running in d2178ae617a4 [2020-03-12T03:47:42.719Z] Removing intermediate container d2178ae617a4 [2020-03-12T03:47:42.719Z] ---> df1a0c09c221 [2020-03-12T03:47:42.719Z] Step 4/20 : WORKDIR /device-sdk-go [2020-03-12T03:47:42.719Z] ---> Running in 170cd22c250d [2020-03-12T03:47:42.987Z] Removing intermediate container 170cd22c250d [2020-03-12T03:47:42.987Z] ---> 2c6e62b325d7 [2020-03-12T03:47:42.987Z] Step 5/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-12T03:47:43.256Z] ---> Running in 49e7e42a5a62 [2020-03-12T03:47:43.524Z] Removing intermediate container 49e7e42a5a62 [2020-03-12T03:47:43.524Z] ---> 15889b19efbc [2020-03-12T03:47:43.524Z] Step 6/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-03-12T03:47:43.793Z] ---> Running in 3887dd64aa77 [2020-03-12T03:47:45.743Z] Removing intermediate container 3887dd64aa77 [2020-03-12T03:47:45.743Z] ---> cda58b0aaa8d [2020-03-12T03:47:45.743Z] Step 7/20 : RUN apk add --update --no-cache make git [2020-03-12T03:47:45.743Z] ---> Running in e4376e691748 [2020-03-12T03:47:46.327Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-03-12T03:47:47.285Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-03-12T03:47:47.868Z] OK: 125 MiB in 39 packages [2020-03-12T03:47:49.277Z] Removing intermediate container e4376e691748 [2020-03-12T03:47:49.277Z] ---> 444a8e05150f [2020-03-12T03:47:49.277Z] Step 8/20 : COPY . . [2020-03-12T03:47:50.239Z] ---> b8a220724ceb [2020-03-12T03:47:50.239Z] Step 9/20 : RUN ${MAKE} [2020-03-12T03:47:50.239Z] ---> Running in 7a39b5f7627c [2020-03-12T03:47:51.210Z] 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-03-12T03:48:30.115Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-03-12T03:48:42.455Z] Removing intermediate container 7a39b5f7627c [2020-03-12T03:48:42.455Z] ---> 281592a154dd [2020-03-12T03:48:42.455Z] Step 10/20 : FROM scratch [2020-03-12T03:48:42.455Z] ---> [2020-03-12T03:48:42.455Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-03-12T03:48:42.455Z] ---> Running in 6f4bef9781ab [2020-03-12T03:48:42.455Z] Removing intermediate container 6f4bef9781ab [2020-03-12T03:48:42.455Z] ---> 5cb21bd79ca4 [2020-03-12T03:48:42.455Z] Step 12/20 : ENV APP_PORT=49990 [2020-03-12T03:48:42.455Z] ---> Running in f4cc77323f4d [2020-03-12T03:48:42.455Z] Removing intermediate container f4cc77323f4d [2020-03-12T03:48:42.455Z] ---> 5a9972d00219 [2020-03-12T03:48:42.455Z] Step 13/20 : EXPOSE $APP_PORT [2020-03-12T03:48:42.455Z] ---> Running in d3d88b6fd90e [2020-03-12T03:48:42.722Z] Removing intermediate container d3d88b6fd90e [2020-03-12T03:48:42.722Z] ---> 4a42cb03c996 [2020-03-12T03:48:42.722Z] Step 14/20 : WORKDIR / [2020-03-12T03:48:42.989Z] ---> Running in dcb84718abf1 [2020-03-12T03:48:43.257Z] Removing intermediate container dcb84718abf1 [2020-03-12T03:48:43.257Z] ---> 882020240ff4 [2020-03-12T03:48:43.257Z] Step 15/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-03-12T03:48:44.673Z] ---> 40d7a2eec297 [2020-03-12T03:48:44.673Z] Step 16/20 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/docker/configuration.toml /res/docker/configuration.toml [2020-03-12T03:48:45.262Z] ---> 37b63ce91b81 [2020-03-12T03:48:45.262Z] Step 17/20 : CMD [ "/usr/local/bin/device-simple","--profile=docker","--confdir=/res"] [2020-03-12T03:48:45.538Z] ---> Running in c9aebc08ea3f [2020-03-12T03:48:45.805Z] Removing intermediate container c9aebc08ea3f [2020-03-12T03:48:45.805Z] ---> a9939c6ff0a6 [2020-03-12T03:48:45.805Z] Step 18/20 : LABEL arch=arm64 [2020-03-12T03:48:46.075Z] ---> Running in 46d0764e1752 [2020-03-12T03:48:46.343Z] Removing intermediate container 46d0764e1752 [2020-03-12T03:48:46.343Z] ---> 70e17be63f6d [2020-03-12T03:48:46.343Z] Step 19/20 : LABEL git_sha=654b31e29c01b4a3b797d0be6f2c093660341548 [2020-03-12T03:48:46.615Z] ---> Running in 71af2cc0189d [2020-03-12T03:48:47.202Z] Removing intermediate container 71af2cc0189d [2020-03-12T03:48:47.202Z] ---> aab6c1bfce9c [2020-03-12T03:48:47.202Z] Step 20/20 : LABEL version=0.0.0 [2020-03-12T03:48:47.202Z] ---> Running in d9478124e8f9 [2020-03-12T03:48:47.789Z] Removing intermediate container d9478124e8f9 [2020-03-12T03:48:47.789Z] ---> cb01a629f500 [2020-03-12T03:48:47.789Z] [Warning] One or more build-args [ARCH] were not consumed [2020-03-12T03:48:47.789Z] Successfully built cb01a629f500 [2020-03-12T03:48:47.789Z] 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] } [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-03-12T03:48:49.421Z] provisioning config files... [2020-03-12T03:48:49.434Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/config118206420306829909tmp [Pipeline] { [Pipeline] sh [2020-03-12T03:48:49.832Z] + curl -s https://codecov.io/bash [2020-03-12T03:48:49.832Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/config118206420306829909tmp [2020-03-12T03:48:50.094Z] [2020-03-12T03:48:50.094Z] _____ _ [2020-03-12T03:48:50.094Z] / ____| | | [2020-03-12T03:48:50.094Z] | | ___ __| | ___ ___ _____ __ [2020-03-12T03:48:50.094Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-03-12T03:48:50.094Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-03-12T03:48:50.094Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-03-12T03:48:50.094Z] Bash-20200303-bc4d7e6 [2020-03-12T03:48:50.094Z] [2020-03-12T03:48:50.094Z] [2020-03-12T03:48:50.094Z] ==> Jenkins CI detected. [2020-03-12T03:48:50.094Z] project root: . [2020-03-12T03:48:50.094Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-03-12T03:48:50.094Z] ==> Running gcov in . (disable via -X gcov) [2020-03-12T03:48:50.094Z] ==> Python coveragepy not found [2020-03-12T03:48:50.094Z] ==> Searching for coverage reports in: [2020-03-12T03:48:50.094Z] + . [2020-03-12T03:48:50.094Z] -> Found 1 reports [2020-03-12T03:48:50.094Z] ==> Detecting git/mercurial file structure [2020-03-12T03:48:50.094Z] ==> Reading reports [2020-03-12T03:48:50.094Z] + ./coverage.out bytes=100201 [2020-03-12T03:48:50.094Z] ==> Appending adjustments [2020-03-12T03:48:50.094Z] http://docs.codecov.io/docs/fixing-reports [2020-03-12T03:48:50.361Z] + Found adjustments [2020-03-12T03:48:50.361Z] ==> Gzipping contents [2020-03-12T03:48:50.361Z] ==> Uploading reports [2020-03-12T03:48:50.361Z] url: https://codecov.io [2020-03-12T03:48:50.361Z] query: branch=PR-462&commit=654b31e29c01b4a3b797d0be6f2c093660341548&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-462%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=462&job= [2020-03-12T03:48:50.361Z] -> Pinging Codecov [2020-03-12T03:48:50.361Z] https://codecov.io/upload/v4?package=bash-20200303-bc4d7e6&token=secret&branch=PR-462&commit=654b31e29c01b4a3b797d0be6f2c093660341548&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-462%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=462&job= [2020-03-12T03:48:52.933Z] -> Uploading [2020-03-12T03:48:53.200Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/654b31e29c01b4a3b797d0be6f2c093660341548 [Pipeline] } [2020-03-12T03:48:53.221Z] 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-03-12T03:48:54.938Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-12T03:48:55.297Z] ---> package-listing.sh [2020-03-12T03:48:55.298Z] ++ facter osfamily [2020-03-12T03:48:55.298Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-12T03:48:55.298Z] + OS_FAMILY=redhat [2020-03-12T03:48:55.298Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-462 [2020-03-12T03:48:55.298Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-12T03:48:55.298Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-12T03:48:55.298Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-12T03:48:55.298Z] + PACKAGES=/tmp/packages_start.txt [2020-03-12T03:48:55.298Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-462 ']' [2020-03-12T03:48:55.298Z] + PACKAGES=/tmp/packages_end.txt [2020-03-12T03:48:55.298Z] + case "${OS_FAMILY}" in [2020-03-12T03:48:55.298Z] + rpm -qa [2020-03-12T03:48:55.298Z] + sort [2020-03-12T03:49:00.613Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-12T03:49:00.614Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-12T03:49:00.614Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-12T03:49:00.614Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-462 ']' [2020-03-12T03:49:00.614Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-462/archives/ [2020-03-12T03:49:00.614Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-462/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-12T03:49:01.092Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-12T03:49:01.092Z] [2020-03-12T03:49:01.092Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-12T03:49:01.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-12T03:49:01.467Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-12T03:49:01.467Z] c9b1b535fdd9: Pulling fs layer [2020-03-12T03:49:01.467Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-12T03:49:01.467Z] 756a868c4378: Pulling fs layer [2020-03-12T03:49:01.467Z] 444b2fc9a129: Pulling fs layer [2020-03-12T03:49:01.467Z] ea15f1150254: Pulling fs layer [2020-03-12T03:49:01.467Z] 41b27a9f41bf: Pulling fs layer [2020-03-12T03:49:01.467Z] 28c525ee5125: Pulling fs layer [2020-03-12T03:49:01.467Z] 444b2fc9a129: Waiting [2020-03-12T03:49:01.467Z] ea15f1150254: Waiting [2020-03-12T03:49:01.467Z] 41b27a9f41bf: Waiting [2020-03-12T03:49:01.467Z] 094b1ea09ed8: Pulling fs layer [2020-03-12T03:49:01.467Z] 138eaada9080: Pulling fs layer [2020-03-12T03:49:01.467Z] 0622d0fa9048: Pulling fs layer [2020-03-12T03:49:01.467Z] 094b1ea09ed8: Waiting [2020-03-12T03:49:01.467Z] 138eaada9080: Waiting [2020-03-12T03:49:01.467Z] 0622d0fa9048: Waiting [2020-03-12T03:49:01.467Z] 2cc5ad85d9ab: Verifying Checksum [2020-03-12T03:49:01.467Z] 2cc5ad85d9ab: Download complete [2020-03-12T03:49:01.467Z] 444b2fc9a129: Verifying Checksum [2020-03-12T03:49:01.467Z] 444b2fc9a129: Download complete [2020-03-12T03:49:01.735Z] c9b1b535fdd9: Verifying Checksum [2020-03-12T03:49:01.735Z] c9b1b535fdd9: Download complete [2020-03-12T03:49:01.735Z] ea15f1150254: Verifying Checksum [2020-03-12T03:49:01.735Z] ea15f1150254: Download complete [2020-03-12T03:49:01.735Z] 28c525ee5125: Verifying Checksum [2020-03-12T03:49:01.735Z] 28c525ee5125: Download complete [2020-03-12T03:49:01.998Z] c9b1b535fdd9: Pull complete [2020-03-12T03:49:01.998Z] 2cc5ad85d9ab: Pull complete [2020-03-12T03:49:02.267Z] 756a868c4378: Verifying Checksum [2020-03-12T03:49:02.267Z] 756a868c4378: Download complete [2020-03-12T03:49:02.267Z] 138eaada9080: Verifying Checksum [2020-03-12T03:49:02.267Z] 138eaada9080: Download complete [2020-03-12T03:49:02.267Z] 0622d0fa9048: Verifying Checksum [2020-03-12T03:49:02.267Z] 0622d0fa9048: Download complete [2020-03-12T03:49:02.539Z] 094b1ea09ed8: Verifying Checksum [2020-03-12T03:49:02.539Z] 094b1ea09ed8: Download complete [2020-03-12T03:49:02.801Z] 41b27a9f41bf: Verifying Checksum [2020-03-12T03:49:02.801Z] 41b27a9f41bf: Download complete [2020-03-12T03:49:03.752Z] 756a868c4378: Pull complete [2020-03-12T03:49:04.013Z] 444b2fc9a129: Pull complete [2020-03-12T03:49:04.589Z] ea15f1150254: Pull complete [2020-03-12T03:49:07.923Z] 41b27a9f41bf: Pull complete [2020-03-12T03:49:07.923Z] 28c525ee5125: Pull complete [2020-03-12T03:49:09.858Z] 094b1ea09ed8: Pull complete [2020-03-12T03:49:09.858Z] 138eaada9080: Pull complete [2020-03-12T03:49:10.121Z] 0622d0fa9048: Pull complete [2020-03-12T03:49:10.121Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-12T03:49:10.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-12T03:49:10.322Z] prd-centos7-docker-4c-2g-217 does not seem to be running inside a container [2020-03-12T03:49:10.371Z] $ 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-462 -v /w/workspace/dgexfoundry_device-sdk-go_PR-462:/w/workspace/dgexfoundry_device-sdk-go_PR-462:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-462@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-12T03:49:11.446Z] $ docker top 1ce6f2fc283a78f8bd1c76eaba2a2106a564b0a6e67bf7b820a9dd962485cdf1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-12T03:49:11.784Z] provisioning config files... [2020-03-12T03:49:11.804Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp/config4422639969579508762tmp [Pipeline] { [Pipeline] echo [2020-03-12T03:49:11.907Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-12T03:49:12.236Z] ---> create-netrc.sh [Pipeline] echo [2020-03-12T03:49:12.262Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-12T03:49:12.591Z] ---> logs-deploy.sh [2020-03-12T03:49:12.591Z] + ARCHIVE_ARTIFACTS= [2020-03-12T03:49:12.591Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-12T03:49:12.591Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-12T03:49:12.591Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-12T03:49:12.591Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-462/1 [2020-03-12T03:49:12.591Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-462/1/ [2020-03-12T03:49:12.591Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-462/1 /w/workspace/dgexfoundry_device-sdk-go_PR-462 [2020-03-12T03:49:13.985Z] Archives upload complete. [2020-03-12T03:49:13.985Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-462/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-462/1/ [2020-03-12T03:49:14.554Z] ---> uname -a: [2020-03-12T03:49:14.554Z] Linux 1ce6f2fc283a 3.10.0-862.14.4.el7.x86_64 #1 SMP Wed Sep 26 15:12:11 UTC 2018 x86_64 Linux [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] ---> lscpu: [2020-03-12T03:49:14.554Z] Architecture: x86_64 [2020-03-12T03:49:14.554Z] CPU op-mode(s): 32-bit, 64-bit [2020-03-12T03:49:14.554Z] Byte Order: Little Endian [2020-03-12T03:49:14.554Z] Address sizes: 40 bits physical, 48 bits virtual [2020-03-12T03:49:14.554Z] CPU(s): 4 [2020-03-12T03:49:14.554Z] On-line CPU(s) list: 0-3 [2020-03-12T03:49:14.554Z] Thread(s) per core: 1 [2020-03-12T03:49:14.554Z] Core(s) per socket: 1 [2020-03-12T03:49:14.554Z] Socket(s): 4 [2020-03-12T03:49:14.554Z] NUMA node(s): 1 [2020-03-12T03:49:14.554Z] Vendor ID: GenuineIntel [2020-03-12T03:49:14.554Z] CPU family: 6 [2020-03-12T03:49:14.554Z] Model: 44 [2020-03-12T03:49:14.554Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-03-12T03:49:14.554Z] Stepping: 1 [2020-03-12T03:49:14.554Z] CPU MHz: 2933.438 [2020-03-12T03:49:14.554Z] BogoMIPS: 5866.87 [2020-03-12T03:49:14.554Z] Virtualization: VT-x [2020-03-12T03:49:14.554Z] Hypervisor vendor: KVM [2020-03-12T03:49:14.554Z] Virtualization type: full [2020-03-12T03:49:14.554Z] L1d cache: 128 KiB [2020-03-12T03:49:14.554Z] L1i cache: 128 KiB [2020-03-12T03:49:14.554Z] L2 cache: 16 MiB [2020-03-12T03:49:14.554Z] L3 cache: 64 MiB [2020-03-12T03:49:14.554Z] NUMA node0 CPU(s): 0-3 [2020-03-12T03:49:14.554Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX SMT disabled, L1D conditional cache flushes [2020-03-12T03:49:14.554Z] Vulnerability Meltdown: Mitigation; PTI [2020-03-12T03:49:14.554Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-03-12T03:49:14.554Z] Vulnerability Spectre v1: Mitigation; Load fences, __user pointer sanitization [2020-03-12T03:49:14.554Z] Vulnerability Spectre v2: Mitigation; Full retpoline [2020-03-12T03:49:14.554Z] 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-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] ---> nproc: [2020-03-12T03:49:14.554Z] 4 [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] ---> df -h: [2020-03-12T03:49:14.554Z] Filesystem Size Used Available Use% Mounted on [2020-03-12T03:49:14.554Z] overlay 50.0G 6.3G 43.7G 13% / [2020-03-12T03:49:14.554Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-03-12T03:49:14.554Z] tmpfs 919.1M 0 919.1M 0% /sys/fs/cgroup [2020-03-12T03:49:14.554Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-03-12T03:49:14.554Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/resolv.conf [2020-03-12T03:49:14.554Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hostname [2020-03-12T03:49:14.554Z] /dev/vda1 50.0G 6.3G 43.7G 13% /etc/hosts [2020-03-12T03:49:14.554Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-462 [2020-03-12T03:49:14.554Z] /dev/vda1 50.0G 6.3G 43.7G 13% /w/workspace/dgexfoundry_device-sdk-go_PR-462@tmp [2020-03-12T03:49:14.554Z] /dev/vda1 50.0G 6.3G 43.7G 13% /var/log/sa [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] ---> free -m: [2020-03-12T03:49:14.554Z] total used free shared buff/cache available [2020-03-12T03:49:14.554Z] Mem: 1838 594 70 0 1172 1139 [2020-03-12T03:49:14.554Z] Swap: 1023 1 1022 [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] ---> ip addr: [2020-03-12T03:49:14.554Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-03-12T03:49:14.554Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-03-12T03:49:14.554Z] inet 127.0.0.1/8 scope host lo [2020-03-12T03:49:14.554Z] valid_lft forever preferred_lft forever [2020-03-12T03:49:14.554Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-03-12T03:49:14.554Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-03-12T03:49:14.554Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-03-12T03:49:14.554Z] valid_lft forever preferred_lft forever [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] ---> sar -b -r -n DEV: [2020-03-12T03:49:14.554Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/12/20 _x86_64_ (4 CPU) [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] 03:41:46 LINUX RESTART [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] 03:42:01 tps rtps wtps bread/s bwrtn/s [2020-03-12T03:49:14.554Z] 03:43:01 120.84 43.32 77.52 4924.25 38886.80 [2020-03-12T03:49:14.554Z] 03:44:01 3.93 0.00 3.93 0.00 115.97 [2020-03-12T03:49:14.554Z] 03:45:01 0.68 0.00 0.68 0.00 8.91 [2020-03-12T03:49:14.554Z] 03:46:01 0.55 0.00 0.55 0.00 5.70 [2020-03-12T03:49:14.554Z] 03:47:01 0.52 0.00 0.52 0.00 7.34 [2020-03-12T03:49:14.554Z] 03:48:01 0.77 0.00 0.77 0.00 10.21 [2020-03-12T03:49:14.554Z] 03:49:01 52.36 51.38 0.98 3599.60 22.27 [2020-03-12T03:49:14.554Z] Average: 25.68 13.54 12.14 1218.33 5582.90 [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] 03:42:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-03-12T03:49:14.554Z] 03:43:01 107240 1775064 94.30 2620 1242976 939084 32.04 427552 1185872 16 [2020-03-12T03:49:14.554Z] 03:44:01 116436 1765868 93.81 2620 1243012 894344 30.51 422048 1185852 8 [2020-03-12T03:49:14.554Z] 03:45:01 116132 1766172 93.83 2620 1243016 894444 30.52 422164 1185840 8 [2020-03-12T03:49:14.554Z] 03:46:01 115944 1766360 93.84 2620 1243016 894456 30.52 422252 1185840 8 [2020-03-12T03:49:14.554Z] 03:47:01 117900 1764404 93.74 2620 1243028 894216 30.51 421072 1185840 8 [2020-03-12T03:49:14.554Z] 03:48:01 116832 1765472 93.79 2620 1243032 894348 30.51 421784 1185840 8 [2020-03-12T03:49:14.554Z] 03:49:01 67756 1814548 96.40 2620 1252520 1095404 37.37 446372 1202224 53008 [2020-03-12T03:49:14.554Z] Average: 108320 1773984 94.25 2620 1244371 929471 31.71 426178 1188187 7581 [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] 03:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-03-12T03:49:14.554Z] 03:43:01 eth0 392.29 287.27 1022.10 102.09 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:43:01 docker0 6.14 5.66 0.84 15.42 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:44:01 eth0 6.43 2.36 4.89 0.34 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:45:01 eth0 1.37 0.70 0.57 0.40 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:46:01 eth0 1.37 0.50 0.56 0.39 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:47:01 eth0 0.32 0.08 0.03 0.01 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:48:01 eth0 0.63 0.45 0.35 0.27 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:49:01 eth0 47.59 41.99 859.18 7.02 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] Average: eth0 64.32 47.65 269.81 15.80 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] Average: docker0 0.88 0.81 0.12 2.20 0.00 0.00 0.00 [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] ---> sar -P ALL: [2020-03-12T03:49:14.554Z] Linux 3.10.0-862.14.4.el7.x86_64 (centos-7-docker-5bc7e375-1660-33dc-fe50-cb0f4dbfa1d5.vexxhost.ne) 03/12/20 _x86_64_ (4 CPU) [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] 03:41:46 LINUX RESTART [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] 03:42:01 CPU %user %nice %system %iowait %steal %idle [2020-03-12T03:49:14.554Z] 03:43:01 all 12.70 0.00 6.81 6.00 0.01 74.47 [2020-03-12T03:49:14.554Z] 03:43:01 0 12.16 0.00 6.76 6.91 0.02 74.14 [2020-03-12T03:49:14.554Z] 03:43:01 1 12.04 0.00 7.56 6.43 0.00 73.98 [2020-03-12T03:49:14.554Z] 03:43:01 2 13.66 0.00 6.32 4.72 0.02 75.28 [2020-03-12T03:49:14.554Z] 03:43:01 3 12.94 0.00 6.61 5.93 0.02 74.50 [2020-03-12T03:49:14.554Z] 03:44:01 all 0.24 0.00 0.08 0.00 0.00 99.69 [2020-03-12T03:49:14.554Z] 03:44:01 0 0.12 0.00 0.08 0.00 0.00 99.80 [2020-03-12T03:49:14.554Z] 03:44:01 1 0.17 0.00 0.10 0.02 0.00 99.72 [2020-03-12T03:49:14.554Z] 03:44:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2020-03-12T03:49:14.554Z] 03:44:01 3 0.12 0.00 0.08 0.00 0.00 99.80 [2020-03-12T03:49:14.554Z] 03:45:01 all 0.24 0.00 0.06 0.00 0.00 99.70 [2020-03-12T03:49:14.554Z] 03:45:01 0 0.15 0.00 0.05 0.00 0.00 99.80 [2020-03-12T03:49:14.554Z] 03:45:01 1 0.17 0.00 0.05 0.00 0.00 99.78 [2020-03-12T03:49:14.554Z] 03:45:01 2 0.57 0.00 0.05 0.00 0.00 99.38 [2020-03-12T03:49:14.554Z] 03:45:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2020-03-12T03:49:14.554Z] 03:46:01 all 0.19 0.00 0.05 0.00 0.00 99.76 [2020-03-12T03:49:14.554Z] 03:46:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2020-03-12T03:49:14.554Z] 03:46:01 1 0.08 0.00 0.10 0.00 0.02 99.80 [2020-03-12T03:49:14.554Z] 03:46:01 2 0.57 0.00 0.05 0.00 0.00 99.38 [2020-03-12T03:49:14.554Z] 03:46:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-03-12T03:49:14.554Z] 03:47:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2020-03-12T03:49:14.554Z] 03:47:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2020-03-12T03:49:14.554Z] 03:47:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-03-12T03:49:14.554Z] 03:47:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-03-12T03:49:14.554Z] 03:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-03-12T03:49:14.554Z] 03:48:01 all 0.19 0.00 0.04 0.00 0.00 99.77 [2020-03-12T03:49:14.554Z] 03:48:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-12T03:49:14.554Z] 03:48:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-03-12T03:49:14.554Z] 03:48:01 2 0.58 0.00 0.07 0.00 0.00 99.35 [2020-03-12T03:49:14.554Z] 03:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-03-12T03:49:14.554Z] 03:49:01 all 1.30 0.00 0.77 1.38 0.00 96.55 [2020-03-12T03:49:14.554Z] 03:49:01 0 0.93 0.00 0.72 0.77 0.00 97.58 [2020-03-12T03:49:14.554Z] 03:49:01 1 1.12 0.00 0.70 0.27 0.00 97.91 [2020-03-12T03:49:14.554Z] 03:49:01 2 2.23 0.00 0.85 1.12 0.00 95.80 [2020-03-12T03:49:14.554Z] 03:49:01 3 0.90 0.00 0.78 3.37 0.02 94.92 [2020-03-12T03:49:14.554Z] Average: all 2.13 0.00 1.12 1.05 0.00 95.70 [2020-03-12T03:49:14.554Z] Average: 0 1.92 0.00 1.10 1.09 0.00 95.88 [2020-03-12T03:49:14.554Z] Average: 1 1.94 0.00 1.22 0.95 0.00 95.88 [2020-03-12T03:49:14.554Z] Average: 2 2.66 0.00 1.05 0.83 0.00 95.45 [2020-03-12T03:49:14.554Z] Average: 3 2.01 0.00 1.09 1.32 0.00 95.58 [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z] [2020-03-12T03:49:14.554Z]