Pull request #567 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 1aa17e6abc92c51428010a290bf5bebce8fc8a7d+ce316cea3dee80a2f116041d01b56dbf0103bc38 (67d02ea6316555d86a20232db73ec37b4d632943) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [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 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ 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 BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre SNAP_CHANNEL: latest/edge BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-425 in /w/workspace/dgexfoundry_device-sdk-go_PR-567 [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-567 # 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/567/head:refs/remotes/origin/PR-567 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit ce316cea3dee80a2f116041d01b56dbf0103bc38 into PR head commit 1aa17e6abc92c51428010a290bf5bebce8fc8a7d Merge succeeded, producing 1aa17e6abc92c51428010a290bf5bebce8fc8a7d Checking out Revision 1aa17e6abc92c51428010a290bf5bebce8fc8a7d (PR-567) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/567/head:refs/remotes/origin/PR-567 # 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/567/head:refs/remotes/origin/PR-567 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1aa17e6abc92c51428010a290bf5bebce8fc8a7d # 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 ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1aa17e6abc92c51428010a290bf5bebce8fc8a7d # timeout=10 Commit message: "Rename DeviceServiceSDK struct to DeviceService" > git rev-list --no-walk 845e8c422c832060357d592ef2f6e1169f8809d8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-18T23:56:47.000Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-18T23:56:47.248Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-18T23:56:47.338Z] ========================================================= [2020-08-18T23:56:47.338Z] EdgeX Global Pipelines Version Info [2020-08-18T23:56:47.338Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-18T23:56:48.739Z] ------------------- [2020-08-18T23:56:48.739Z] stable info: [2020-08-18T23:56:48.739Z] ------------------- [2020-08-18T23:56:48.739Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-18T23:56:48.739Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-18T23:56:48.739Z] Message: update stable to v1.0.106 [2020-08-18T23:56:49.684Z] ------------------- [2020-08-18T23:56:49.684Z] experimental info: [2020-08-18T23:56:49.684Z] ------------------- [2020-08-18T23:56:49.684Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-18T23:56:49.684Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-18T23:56:49.684Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-18T23:56:52.161Z] + git log --format=format:%s -1 1aa17e6abc92c51428010a290bf5bebce8fc8a7d [Pipeline] echo [2020-08-18T23:56:52.218Z] GIT_COMMIT: 1aa17e6abc92c51428010a290bf5bebce8fc8a7d, Commit Message: Rename DeviceServiceSDK struct to DeviceService [Pipeline] echo [2020-08-18T23:56:52.260Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-18T23:56:53.052Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T23:56:54.014Z] [2020-08-18T23:56:54.014Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-18T23:56:54.422Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T23:56:54.687Z] latest: Pulling from edgex-devops/git-semver [2020-08-18T23:56:54.687Z] 31603596830f: Pulling fs layer [2020-08-18T23:56:54.687Z] 2a8b12db71e7: Pulling fs layer [2020-08-18T23:56:54.687Z] 6ca5941a6612: Pulling fs layer [2020-08-18T23:56:54.687Z] ecc8261a40a4: Pulling fs layer [2020-08-18T23:56:54.687Z] ecc8261a40a4: Waiting [2020-08-18T23:56:54.687Z] 2a8b12db71e7: Verifying Checksum [2020-08-18T23:56:54.687Z] 2a8b12db71e7: Download complete [2020-08-18T23:56:54.687Z] 31603596830f: Download complete [2020-08-18T23:56:54.687Z] ecc8261a40a4: Verifying Checksum [2020-08-18T23:56:54.687Z] ecc8261a40a4: Download complete [2020-08-18T23:56:54.687Z] 6ca5941a6612: Verifying Checksum [2020-08-18T23:56:54.687Z] 6ca5941a6612: Download complete [2020-08-18T23:56:54.950Z] 31603596830f: Pull complete [2020-08-18T23:56:55.212Z] 2a8b12db71e7: Pull complete [2020-08-18T23:56:56.162Z] 6ca5941a6612: Pull complete [2020-08-18T23:56:56.162Z] ecc8261a40a4: Pull complete [2020-08-18T23:56:56.162Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-18T23:56:56.162Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-18T23:56:56.162Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-18T23:56:56.274Z] prd-centos7-docker-4c-2g-425 does not seem to be running inside a container [2020-08-18T23:56:56.313Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-567 -v /w/workspace/dgexfoundry_device-sdk-go_PR-567:/w/workspace/dgexfoundry_device-sdk-go_PR-567:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-18T23:56:58.653Z] $ docker top aba8480848ccdcf257a624a393e5ab9e3f88204fd2ee59c93108aa6a4b322a4c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-18T23:56:58.937Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T23:56:58.937Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T23:56:59.157Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T23:56:59.215Z] $ docker exec aba8480848ccdcf257a624a393e5ab9e3f88204fd2ee59c93108aa6a4b322a4c ssh-agent [2020-08-18T23:56:59.381Z] SSH_AUTH_SOCK=/tmp/ssh-5hGT2heMrF0J/agent.11 [2020-08-18T23:56:59.381Z] SSH_AGENT_PID=16 [2020-08-18T23:56:59.498Z] Running ssh-add (command line suppressed) [2020-08-18T23:56:59.614Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/private_key_6816825507470438395.key (/w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/private_key_6816825507470438395.key) [2020-08-18T23:56:59.670Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T23:56:59.998Z] + git describe --exact-match --tags HEAD [2020-08-18T23:56:59.998Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-18T23:57:00.015Z] $ docker exec --env ******** --env ******** aba8480848ccdcf257a624a393e5ab9e3f88204fd2ee59c93108aa6a4b322a4c ssh-agent -k [2020-08-18T23:57:00.138Z] unset SSH_AUTH_SOCK; [2020-08-18T23:57:00.138Z] unset SSH_AGENT_PID; [2020-08-18T23:57:00.138Z] echo Agent pid 16 killed; [2020-08-18T23:57:00.186Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-18T23:57:00.292Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-18T23:57:00.292Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-18T23:57:00.416Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-18T23:57:00.416Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-18T23:57:00.580Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-18T23:57:00.578Z] $ docker exec aba8480848ccdcf257a624a393e5ab9e3f88204fd2ee59c93108aa6a4b322a4c ssh-agent [2020-08-18T23:57:00.739Z] SSH_AUTH_SOCK=/tmp/ssh-q7mBt1KKLetL/agent.45 [2020-08-18T23:57:00.739Z] SSH_AGENT_PID=51 [2020-08-18T23:57:00.745Z] Running ssh-add (command line suppressed) [2020-08-18T23:57:00.851Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/private_key_8421961085766638741.key (/w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/private_key_8421961085766638741.key) [2020-08-18T23:57:00.906Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-18T23:57:01.232Z] + git semver init [2020-08-18T23:57:01.232Z] # -> Open(): unable to determine branch for HEAD [2020-08-18T23:57:01.232Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-567/.git [2020-08-18T23:57:01.232Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-567 [2020-08-18T23:57:01.232Z] # $SEMVER_REMOTE_NAME = origin [2020-08-18T23:57:01.232Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-18T23:57:01.232Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-18T23:57:01.232Z] # $SEMVER_BRANCH = PR-567 [2020-08-18T23:57:01.232Z] # $SEMVER_TEMP = /tmp/semver-393558770 [2020-08-18T23:57:01.232Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-08-18T23:57:02.176Z] # '/tmp/semver-393558770' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-567/.semver' [2020-08-18T23:57:02.176Z] # -> Force: false [2020-08-18T23:57:02.176Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-567/.semver [Pipeline] } [2020-08-18T23:57:02.183Z] $ docker exec --env ******** --env ******** aba8480848ccdcf257a624a393e5ab9e3f88204fd2ee59c93108aa6a4b322a4c ssh-agent -k [2020-08-18T23:57:02.305Z] unset SSH_AUTH_SOCK; [2020-08-18T23:57:02.305Z] unset SSH_AGENT_PID; [2020-08-18T23:57:02.305Z] echo Agent pid 51 killed; [2020-08-18T23:57:02.355Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-18T23:57:02.808Z] + git semver [Pipeline] } [2020-08-18T23:57:02.820Z] $ docker stop --time=1 aba8480848ccdcf257a624a393e5ab9e3f88204fd2ee59c93108aa6a4b322a4c [2020-08-18T23:57:04.247Z] $ docker rm -f aba8480848ccdcf257a624a393e5ab9e3f88204fd2ee59c93108aa6a4b322a4c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-18T23:57:04.996Z] Stashed 28 file(s) [Pipeline] echo [2020-08-18T23:57:04.998Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-08-18T23:57:05.091Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-08-18T23:57:20.436Z] Still waiting to schedule task [2020-08-18T23:57:20.436Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-18T23:57:20.438Z] Still waiting to schedule task [2020-08-18T23:57:20.438Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-18T23:59:13.241Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-426 in /w/workspace/dgexfoundry_device-sdk-go_PR-567 [Pipeline] { [Pipeline] ws [2020-08-18T23:59:13.286Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-08-18T23:59:18.148Z] using credential edgex-jenkins-ssh [2020-08-18T23:59:18.199Z] Cloning the remote Git repository [2020-08-18T23:59:18.199Z] Cloning with configured refspecs honoured and without tags [2020-08-18T23:59:18.288Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-18T23:59:18.410Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-08-18T23:59:18.481Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-18T23:59:18.482Z] > git --version # timeout=10 [2020-08-18T23:59:18.509Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T23:59:18.596Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/567/head:refs/remotes/origin/PR-567 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T23:59:19.724Z] Fetching without tags [2020-08-18T23:59:20.257Z] Merging remotes/origin/master commit ce316cea3dee80a2f116041d01b56dbf0103bc38 into PR head commit 1aa17e6abc92c51428010a290bf5bebce8fc8a7d [2020-08-18T23:59:20.488Z] Merge succeeded, producing 1aa17e6abc92c51428010a290bf5bebce8fc8a7d [2020-08-18T23:59:20.489Z] Checking out Revision 1aa17e6abc92c51428010a290bf5bebce8fc8a7d (PR-567) [2020-08-18T23:59:19.615Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-18T23:59:19.640Z] > git config --add remote.origin.fetch +refs/pull/567/head:refs/remotes/origin/PR-567 # timeout=10 [2020-08-18T23:59:19.659Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T23:59:19.688Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-18T23:59:19.732Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-18T23:59:19.732Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T23:59:19.745Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/567/head:refs/remotes/origin/PR-567 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T23:59:20.273Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T23:59:20.299Z] > git checkout -f 1aa17e6abc92c51428010a290bf5bebce8fc8a7d # timeout=10 [2020-08-18T23:59:20.399Z] > git remote # timeout=10 [2020-08-18T23:59:20.422Z] > git config --get remote.origin.url # timeout=10 [2020-08-18T23:59:20.436Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T23:59:20.447Z] > git merge ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 [2020-08-18T23:59:20.471Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-18T23:59:20.490Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T23:59:20.546Z] > git checkout -f 1aa17e6abc92c51428010a290bf5bebce8fc8a7d # timeout=10 [2020-08-18T23:59:24.805Z] Commit message: "Rename DeviceServiceSDK struct to DeviceService" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-18T23:59:26.062Z] ========================================================= [2020-08-18T23:59:26.062Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-18T23:59:26.062Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-18T23:59:27.428Z] + 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-08-18T23:59:28.419Z] Sending build context to Docker daemon 3.09MB [2020-08-18T23:59:28.419Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-18T23:59:28.419Z] Step 2/8 : FROM ${BASE} [2020-08-18T23:59:28.701Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-18T23:59:28.701Z] b538f80385f9: Pulling fs layer [2020-08-18T23:59:28.701Z] 74f711af9a0d: Pulling fs layer [2020-08-18T23:59:28.701Z] 99f96fe45779: Pulling fs layer [2020-08-18T23:59:28.701Z] fd7a069fd194: Pulling fs layer [2020-08-18T23:59:28.701Z] 66aa3694b03b: Pulling fs layer [2020-08-18T23:59:28.701Z] 170f70906a0f: Pulling fs layer [2020-08-18T23:59:28.701Z] ad7c5574e4b9: Pulling fs layer [2020-08-18T23:59:28.701Z] e772456be8f7: Pulling fs layer [2020-08-18T23:59:28.701Z] c890913d741a: Pulling fs layer [2020-08-18T23:59:28.701Z] 2480fcc9aa5a: Pulling fs layer [2020-08-18T23:59:28.701Z] 09adf4765672: Pulling fs layer [2020-08-18T23:59:28.701Z] fd7a069fd194: Waiting [2020-08-18T23:59:28.701Z] 66aa3694b03b: Waiting [2020-08-18T23:59:28.701Z] 170f70906a0f: Waiting [2020-08-18T23:59:28.701Z] ad7c5574e4b9: Waiting [2020-08-18T23:59:28.701Z] e772456be8f7: Waiting [2020-08-18T23:59:28.701Z] c890913d741a: Waiting [2020-08-18T23:59:28.701Z] 2480fcc9aa5a: Waiting [2020-08-18T23:59:28.701Z] 09adf4765672: Waiting [2020-08-18T23:59:28.701Z] 99f96fe45779: Verifying Checksum [2020-08-18T23:59:28.701Z] 99f96fe45779: Download complete [2020-08-18T23:59:28.701Z] 74f711af9a0d: Verifying Checksum [2020-08-18T23:59:28.701Z] 74f711af9a0d: Download complete [2020-08-18T23:59:28.701Z] 66aa3694b03b: Verifying Checksum [2020-08-18T23:59:28.701Z] 66aa3694b03b: Download complete [2020-08-18T23:59:28.701Z] 170f70906a0f: Verifying Checksum [2020-08-18T23:59:28.701Z] 170f70906a0f: Download complete [2020-08-18T23:59:28.977Z] b538f80385f9: Verifying Checksum [2020-08-18T23:59:28.977Z] b538f80385f9: Download complete [2020-08-18T23:59:29.576Z] b538f80385f9: Pull complete [2020-08-18T23:59:30.175Z] 74f711af9a0d: Pull complete [2020-08-18T23:59:30.782Z] 99f96fe45779: Pull complete [2020-08-18T23:59:31.380Z] ad7c5574e4b9: Verifying Checksum [2020-08-18T23:59:31.380Z] ad7c5574e4b9: Download complete [2020-08-18T23:59:31.380Z] c890913d741a: Verifying Checksum [2020-08-18T23:59:31.380Z] c890913d741a: Download complete [2020-08-18T23:59:33.359Z] 2480fcc9aa5a: Verifying Checksum [2020-08-18T23:59:33.360Z] 2480fcc9aa5a: Download complete [2020-08-18T23:59:33.360Z] 09adf4765672: Download complete [2020-08-18T23:59:34.334Z] e772456be8f7: Verifying Checksum [2020-08-18T23:59:34.334Z] e772456be8f7: Download complete [2020-08-18T23:59:34.606Z] fd7a069fd194: Verifying Checksum [2020-08-18T23:59:34.606Z] fd7a069fd194: Download complete [2020-08-18T23:59:47.001Z] fd7a069fd194: Pull complete [2020-08-18T23:59:47.001Z] 66aa3694b03b: Pull complete [2020-08-18T23:59:47.001Z] 170f70906a0f: Pull complete [2020-08-18T23:59:50.411Z] ad7c5574e4b9: Pull complete [2020-08-18T23:59:53.338Z] Running on prd-centos7-docker-4c-2g-427 in /w/workspace/dgexfoundry_device-sdk-go_PR-567 [Pipeline] { [Pipeline] ws [2020-08-18T23:59:53.446Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-08-18T23:59:54.733Z] e772456be8f7: Pull complete [2020-08-18T23:59:55.022Z] c890913d741a: Pull complete [2020-08-18T23:59:55.660Z] using credential edgex-jenkins-ssh [2020-08-18T23:59:55.706Z] Cloning the remote Git repository [2020-08-18T23:59:55.706Z] Cloning with configured refspecs honoured and without tags [2020-08-18T23:59:55.727Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-08-18T23:59:55.791Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-08-18T23:59:55.842Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-18T23:59:55.842Z] > git --version # timeout=10 [2020-08-18T23:59:55.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T23:59:55.871Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/567/head:refs/remotes/origin/PR-567 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T23:59:56.586Z] Fetching without tags [2020-08-18T23:59:56.550Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-18T23:59:56.556Z] > git config --add remote.origin.fetch +refs/pull/567/head:refs/remotes/origin/PR-567 # timeout=10 [2020-08-18T23:59:56.562Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T23:59:56.573Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-08-18T23:59:56.584Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-08-18T23:59:56.585Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T23:59:56.590Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/567/head:refs/remotes/origin/PR-567 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-18T23:59:57.234Z] Merging remotes/origin/master commit ce316cea3dee80a2f116041d01b56dbf0103bc38 into PR head commit 1aa17e6abc92c51428010a290bf5bebce8fc8a7d [2020-08-18T23:59:57.512Z] Merge succeeded, producing 1aa17e6abc92c51428010a290bf5bebce8fc8a7d [2020-08-18T23:59:57.512Z] Checking out Revision 1aa17e6abc92c51428010a290bf5bebce8fc8a7d (PR-567) [2020-08-18T23:59:57.650Z] 2480fcc9aa5a: Pull complete [2020-08-18T23:59:57.650Z] 09adf4765672: Pull complete [2020-08-18T23:59:57.922Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-18T23:59:57.922Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-18T23:59:57.922Z] ---> 2248a725d1cf [2020-08-18T23:59:57.922Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-18T23:59:57.236Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T23:59:57.241Z] > git checkout -f 1aa17e6abc92c51428010a290bf5bebce8fc8a7d # timeout=10 [2020-08-18T23:59:57.478Z] > git remote # timeout=10 [2020-08-18T23:59:57.483Z] > git config --get remote.origin.url # timeout=10 [2020-08-18T23:59:57.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-18T23:59:57.492Z] > git merge ce316cea3dee80a2f116041d01b56dbf0103bc38 # timeout=10 [2020-08-18T23:59:57.501Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-18T23:59:57.510Z] > git config core.sparsecheckout # timeout=10 [2020-08-18T23:59:57.516Z] > git checkout -f 1aa17e6abc92c51428010a290bf5bebce8fc8a7d # timeout=10 [2020-08-19T00:00:01.119Z] Commit message: "Rename DeviceServiceSDK struct to DeviceService" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-19T00:00:01.987Z] ========================================================= [2020-08-19T00:00:01.988Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-19T00:00:01.988Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-19T00:00:02.686Z] + 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-08-19T00:00:02.972Z] Sending build context to Docker daemon 3.09MB [2020-08-19T00:00:02.972Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-19T00:00:02.972Z] Step 2/8 : FROM ${BASE} [2020-08-19T00:00:03.234Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-19T00:00:03.234Z] df20fa9351a1: Pulling fs layer [2020-08-19T00:00:03.234Z] ed8968b2872e: Pulling fs layer [2020-08-19T00:00:03.234Z] a92cc7c5fd73: Pulling fs layer [2020-08-19T00:00:03.234Z] 2dd03ba5bac4: Pulling fs layer [2020-08-19T00:00:03.234Z] 1e091d79d1de: Pulling fs layer [2020-08-19T00:00:03.234Z] 481702a1767f: Pulling fs layer [2020-08-19T00:00:03.234Z] f64a6f60c768: Pulling fs layer [2020-08-19T00:00:03.234Z] e78d2573fc39: Pulling fs layer [2020-08-19T00:00:03.234Z] e876d2f968b6: Pulling fs layer [2020-08-19T00:00:03.234Z] ce8a83651883: Pulling fs layer [2020-08-19T00:00:03.234Z] 07967f4d0e4b: Pulling fs layer [2020-08-19T00:00:03.234Z] 1e091d79d1de: Waiting [2020-08-19T00:00:03.234Z] 481702a1767f: Waiting [2020-08-19T00:00:03.234Z] f64a6f60c768: Waiting [2020-08-19T00:00:03.234Z] e78d2573fc39: Waiting [2020-08-19T00:00:03.234Z] e876d2f968b6: Waiting [2020-08-19T00:00:03.234Z] 2dd03ba5bac4: Waiting [2020-08-19T00:00:03.234Z] 07967f4d0e4b: Waiting [2020-08-19T00:00:03.234Z] ce8a83651883: Waiting [2020-08-19T00:00:03.234Z] a92cc7c5fd73: Verifying Checksum [2020-08-19T00:00:03.234Z] a92cc7c5fd73: Download complete [2020-08-19T00:00:03.234Z] ed8968b2872e: Verifying Checksum [2020-08-19T00:00:03.234Z] ed8968b2872e: Download complete [2020-08-19T00:00:03.234Z] 1e091d79d1de: Verifying Checksum [2020-08-19T00:00:03.234Z] 1e091d79d1de: Download complete [2020-08-19T00:00:03.234Z] 481702a1767f: Verifying Checksum [2020-08-19T00:00:03.234Z] 481702a1767f: Download complete [2020-08-19T00:00:03.234Z] df20fa9351a1: Verifying Checksum [2020-08-19T00:00:03.234Z] df20fa9351a1: Download complete [2020-08-19T00:00:03.329Z] ---> Running in c5f91e73ecd0 [2020-08-19T00:00:03.329Z] Removing intermediate container c5f91e73ecd0 [2020-08-19T00:00:03.329Z] ---> 771cd423e199 [2020-08-19T00:00:03.329Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T00:00:03.329Z] ---> Running in 4af4180d1d8a [2020-08-19T00:00:03.508Z] df20fa9351a1: Pull complete [2020-08-19T00:00:04.494Z] f64a6f60c768: Download complete [2020-08-19T00:00:04.494Z] e876d2f968b6: Verifying Checksum [2020-08-19T00:00:04.494Z] e876d2f968b6: Download complete [2020-08-19T00:00:04.759Z] 2dd03ba5bac4: Download complete [2020-08-19T00:00:05.025Z] 07967f4d0e4b: Verifying Checksum [2020-08-19T00:00:05.025Z] 07967f4d0e4b: Download complete [2020-08-19T00:00:05.289Z] ce8a83651883: Verifying Checksum [2020-08-19T00:00:05.289Z] ce8a83651883: Download complete [2020-08-19T00:00:05.289Z] e78d2573fc39: Verifying Checksum [2020-08-19T00:00:05.289Z] e78d2573fc39: Download complete [2020-08-19T00:00:05.551Z] ed8968b2872e: Pull complete [2020-08-19T00:00:05.813Z] a92cc7c5fd73: Pull complete [2020-08-19T00:00:05.962Z] Removing intermediate container 4af4180d1d8a [2020-08-19T00:00:05.962Z] ---> 2f91e361b300 [2020-08-19T00:00:05.962Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-19T00:00:05.962Z] ---> Running in 986dfb805ed1 [2020-08-19T00:00:07.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T00:00:09.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T00:00:09.635Z] OK: 142 MiB in 39 packages [2020-08-19T00:00:10.609Z] Removing intermediate container 986dfb805ed1 [2020-08-19T00:00:10.609Z] ---> 176c411e6e89 [2020-08-19T00:00:10.609Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-19T00:00:10.880Z] ---> Running in 958fa792da71 [2020-08-19T00:00:11.476Z] Removing intermediate container 958fa792da71 [2020-08-19T00:00:11.476Z] ---> 0694156cff60 [2020-08-19T00:00:11.476Z] Step 7/8 : COPY . . [2020-08-19T00:00:12.434Z] 2dd03ba5bac4: Pull complete [2020-08-19T00:00:12.435Z] 1e091d79d1de: Pull complete [2020-08-19T00:00:12.435Z] 481702a1767f: Pull complete [2020-08-19T00:00:12.453Z] ---> 7cecd308124b [2020-08-19T00:00:12.453Z] Step 8/8 : RUN go mod download [2020-08-19T00:00:12.726Z] ---> Running in 1bb9b0b29637 [2020-08-19T00:00:16.105Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-19T00:00:16.105Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-19T00:00:16.105Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-19T00:00:16.105Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T00:00:16.105Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-19T00:00:16.105Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-19T00:00:16.105Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T00:00:16.376Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-19T00:00:16.376Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-19T00:00:16.376Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T00:00:16.376Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-19T00:00:16.376Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-19T00:00:16.376Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T00:00:16.646Z] go: finding github.com/fatih/color v1.7.0 [2020-08-19T00:00:16.646Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T00:00:16.646Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-19T00:00:16.646Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T00:00:16.646Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-19T00:00:16.655Z] f64a6f60c768: Pull complete [2020-08-19T00:00:16.917Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-19T00:00:16.917Z] go: finding github.com/google/uuid v1.1.0 [2020-08-19T00:00:16.917Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-19T00:00:16.917Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-19T00:00:16.917Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-19T00:00:16.917Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-19T00:00:16.917Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T00:00:17.190Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T00:00:17.190Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-19T00:00:17.190Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-19T00:00:17.190Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T00:00:17.190Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-19T00:00:17.190Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-19T00:00:17.461Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-19T00:00:17.461Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-19T00:00:17.461Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-19T00:00:17.461Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-19T00:00:17.461Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-19T00:00:17.461Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-19T00:00:17.461Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-19T00:00:17.733Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-19T00:00:17.733Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-19T00:00:17.733Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-19T00:00:17.733Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-19T00:00:17.733Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-19T00:00:17.733Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T00:00:17.733Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-19T00:00:18.009Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-19T00:00:18.009Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-19T00:00:18.009Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-19T00:00:18.009Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-19T00:00:18.009Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T00:00:18.009Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T00:00:18.009Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-19T00:00:18.009Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-19T00:00:18.280Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-19T00:00:18.280Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-19T00:00:18.280Z] go: finding github.com/posener/complete v1.1.1 [2020-08-19T00:00:18.280Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-19T00:00:18.280Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-19T00:00:18.280Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-19T00:00:18.280Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-19T00:00:18.551Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-19T00:00:18.551Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-19T00:00:18.551Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-19T00:00:18.551Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-19T00:00:18.551Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-19T00:00:18.551Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-19T00:00:18.824Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-19T00:00:18.824Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-19T00:00:19.982Z] e78d2573fc39: Pull complete [2020-08-19T00:00:19.982Z] e876d2f968b6: Pull complete [2020-08-19T00:00:20.940Z] ce8a83651883: Pull complete [2020-08-19T00:00:21.202Z] 07967f4d0e4b: Pull complete [2020-08-19T00:00:21.202Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-19T00:00:21.202Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-19T00:00:21.202Z] ---> 5d7c900382c6 [2020-08-19T00:00:21.202Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-19T00:00:23.122Z] ---> Running in 79ee187d2f2b [2020-08-19T00:00:23.122Z] Removing intermediate container 79ee187d2f2b [2020-08-19T00:00:23.122Z] ---> 5deff56a38b0 [2020-08-19T00:00:23.122Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T00:00:23.122Z] ---> Running in a4d38c7497c0 [2020-08-19T00:00:24.067Z] Removing intermediate container a4d38c7497c0 [2020-08-19T00:00:24.067Z] ---> 0cd6053990db [2020-08-19T00:00:24.067Z] Step 5/8 : RUN apk add --no-cache make git [2020-08-19T00:00:24.329Z] ---> Running in ff8f41759b66 [2020-08-19T00:00:24.908Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T00:00:25.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T00:00:25.744Z] OK: 166 MiB in 39 packages [2020-08-19T00:00:26.006Z] Removing intermediate container ff8f41759b66 [2020-08-19T00:00:26.006Z] ---> f4b36ef2150c [2020-08-19T00:00:26.006Z] Step 6/8 : WORKDIR /device-sdk-go [2020-08-19T00:00:26.268Z] ---> Running in 0a719cca48aa [2020-08-19T00:00:26.268Z] Removing intermediate container 0a719cca48aa [2020-08-19T00:00:26.268Z] ---> f089a8587b05 [2020-08-19T00:00:26.268Z] Step 7/8 : COPY . . [2020-08-19T00:00:27.657Z] ---> d957f04b7003 [2020-08-19T00:00:27.657Z] Step 8/8 : RUN go mod download [2020-08-19T00:00:27.657Z] ---> Running in cfab8185276e [2020-08-19T00:00:28.971Z] Removing intermediate container 1bb9b0b29637 [2020-08-19T00:00:28.972Z] ---> 327fb8c5e1c8 [2020-08-19T00:00:28.972Z] Successfully built 327fb8c5e1c8 [2020-08-19T00:00:28.972Z] 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-08-19T00:00:29.576Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-19T00:00:29.576Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-19T00:00:29.576Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-19T00:00:29.576Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-19T00:00:29.576Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-19T00:00:29.576Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-19T00:00:29.576Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-19T00:00:29.576Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-19T00:00:29.721Z] + docker inspect -f . ci-base-image-arm64 [2020-08-19T00:00:29.721Z] . [Pipeline] withDockerContainer [2020-08-19T00:00:29.837Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-08-19T00:00:29.837Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-19T00:00:29.837Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-19T00:00:29.837Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-19T00:00:29.837Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-19T00:00:29.837Z] go: finding github.com/fatih/color v1.7.0 [2020-08-19T00:00:29.837Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-19T00:00:29.952Z] prd-ubuntu18.04-docker-arm64-4c-16g-426 does not seem to be running inside a container [2020-08-19T00:00:30.019Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-19T00:00:30.098Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-19T00:00:30.098Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-19T00:00:30.098Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-19T00:00:30.098Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-19T00:00:30.098Z] go: finding github.com/google/uuid v1.1.0 [2020-08-19T00:00:30.098Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-19T00:00:30.098Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-19T00:00:30.359Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-19T00:00:30.359Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-19T00:00:30.359Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-19T00:00:30.359Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-19T00:00:30.359Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-19T00:00:30.359Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-19T00:00:30.359Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-19T00:00:30.620Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-08-19T00:00:30.620Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-19T00:00:30.620Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-19T00:00:30.620Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-19T00:00:30.620Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-08-19T00:00:30.620Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-19T00:00:30.620Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-19T00:00:30.882Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-19T00:00:30.882Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-19T00:00:30.882Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-19T00:00:30.882Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-19T00:00:30.882Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-19T00:00:30.882Z] go: finding github.com/miekg/dns v1.0.14 [2020-08-19T00:00:30.882Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-19T00:00:31.144Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-19T00:00:31.144Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-19T00:00:31.144Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-08-19T00:00:31.144Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-19T00:00:31.144Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-19T00:00:31.144Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-19T00:00:31.144Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-19T00:00:31.407Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-19T00:00:31.407Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-19T00:00:31.407Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-19T00:00:31.407Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-19T00:00:31.407Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-19T00:00:31.407Z] go: finding github.com/posener/complete v1.1.1 [2020-08-19T00:00:31.669Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-08-19T00:00:31.669Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-19T00:00:31.669Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-19T00:00:31.669Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-19T00:00:31.669Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-19T00:00:31.669Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-19T00:00:31.669Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-19T00:00:31.763Z] $ docker top 0b2273130aeea08ded4ef13a6570599452ae789a2d77c396d4f38ca8c144e75f -eo pid,comm [2020-08-19T00:00:31.930Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-08-19T00:00:31.930Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-19T00:00:31.930Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-19T00:00:31.930Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-19T00:00:31.931Z] go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] { [Pipeline] sh [2020-08-19T00:00:33.173Z] + go version [2020-08-19T00:00:33.173Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-19T00:00:34.219Z] + make test [2020-08-19T00:00:34.219Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-19T00:00:35.210Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-08-19T00:00:40.157Z] Removing intermediate container cfab8185276e [2020-08-19T00:00:40.157Z] ---> 4152419053b5 [2020-08-19T00:00:40.157Z] Successfully built 4152419053b5 [2020-08-19T00:00:40.157Z] 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-08-19T00:00:41.389Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-19T00:00:41.389Z] . [Pipeline] withDockerContainer [2020-08-19T00:00:41.513Z] prd-centos7-docker-4c-2g-427 does not seem to be running inside a container [2020-08-19T00:00:41.556Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-19T00:00:42.355Z] $ docker top 6821932620ea6c0aaad182428f541108e884f2b2adeb10de2125debf97ac2f2d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-19T00:00:42.887Z] + go version [2020-08-19T00:00:42.887Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-19T00:00:43.193Z] + make test [2020-08-19T00:00:43.193Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-08-19T00:00:44.598Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-08-19T00:00:54.719Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-08-19T00:00:54.719Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-08-19T00:00:54.719Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-08-19T00:00:54.719Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.007s coverage: 22.1% of statements [2020-08-19T00:00:54.719Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.046s coverage: 95.7% of statements [2020-08-19T00:01:02.047Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-08-19T00:01:02.047Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-08-19T00:01:02.047Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-08-19T00:01:04.038Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.014s coverage: 22.1% of statements [2020-08-19T00:01:06.681Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.153s coverage: 95.7% of statements [2020-08-19T00:01:26.914Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.007s coverage: 8.6% of statements [2020-08-19T00:01:26.914Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.014s coverage: 21.7% of statements [2020-08-19T00:01:26.914Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-08-19T00:01:26.914Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.111s coverage: 36.9% of statements [2020-08-19T00:01:26.914Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-08-19T00:01:26.914Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.371s coverage: 65.2% of statements [2020-08-19T00:01:26.914Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-08-19T00:01:26.914Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-08-19T00:01:26.914Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-08-19T00:01:26.914Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.017s coverage: 52.6% of statements [2020-08-19T00:01:26.914Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.111s coverage: 68.9% of statements [2020-08-19T00:01:26.914Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-08-19T00:01:26.914Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-08-19T00:01:26.914Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-19T00:01:26.914Z] gofmt -l . [2020-08-19T00:01:27.179Z] [ "`gofmt -l .`" = "" ] [2020-08-19T00:01:27.179Z] ./bin/test-attribution-txt.sh [2020-08-19T00:01:27.755Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-19T00:01:28.520Z] Stashed 1 file(s) [Pipeline] } [2020-08-19T00:01:28.558Z] $ docker stop --time=1 6821932620ea6c0aaad182428f541108e884f2b2adeb10de2125debf97ac2f2d [2020-08-19T00:01:30.116Z] $ docker rm -f 6821932620ea6c0aaad182428f541108e884f2b2adeb10de2125debf97ac2f2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-19T00:01:33.033Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-19T00:01:33.350Z] + ls -al . [2020-08-19T00:01:33.350Z] total 188 [2020-08-19T00:01:33.350Z] drwxrwxr-x. 11 jenkins jenkins 4096 Aug 19 00:01 . [2020-08-19T00:01:33.350Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 18 23:59 .. [2020-08-19T00:01:33.350Z] drwxrwxr-x. 2 jenkins jenkins 64 Aug 18 23:59 bin [2020-08-19T00:01:33.350Z] -rw-r--r--. 1 jenkins jenkins 111701 Aug 19 00:01 coverage.out [2020-08-19T00:01:33.350Z] -rw-rw-r--. 1 jenkins jenkins 936 Aug 18 23:59 Dockerfile.build [2020-08-19T00:01:33.350Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 18 23:59 .dockerignore [2020-08-19T00:01:33.350Z] drwxrwxr-x. 4 jenkins jenkins 48 Aug 18 23:59 example [2020-08-19T00:01:33.350Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 19 00:00 .git [2020-08-19T00:01:33.350Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 18 23:59 .github [2020-08-19T00:01:33.350Z] -rw-rw-r--. 1 jenkins jenkins 138 Aug 18 23:59 .gitignore [2020-08-19T00:01:33.350Z] -rw-r--r--. 1 jenkins jenkins 446 Aug 19 00:01 go.mod [2020-08-19T00:01:33.350Z] -rw-r--r--. 1 jenkins jenkins 12179 Aug 19 00:01 go.sum [2020-08-19T00:01:33.350Z] drwxrwxr-x. 13 jenkins jenkins 184 Aug 18 23:59 internal [2020-08-19T00:01:33.350Z] -rw-rw-r--. 1 jenkins jenkins 808 Aug 18 23:59 Jenkinsfile [2020-08-19T00:01:33.350Z] -rw-rw-r--. 1 jenkins jenkins 11341 Aug 18 23:59 LICENSE [2020-08-19T00:01:33.350Z] -rw-rw-r--. 1 jenkins jenkins 892 Aug 18 23:59 Makefile [2020-08-19T00:01:33.350Z] drwxrwxr-x. 4 jenkins jenkins 26 Aug 18 23:59 openapi [2020-08-19T00:01:33.350Z] drwxrwxr-x. 5 jenkins jenkins 50 Aug 18 23:59 pkg [2020-08-19T00:01:33.350Z] -rw-rw-r--. 1 jenkins jenkins 5101 Aug 18 23:59 README.md [2020-08-19T00:01:33.350Z] -rw-rw-r--. 1 jenkins jenkins 4291 Aug 18 23:59 RELEASE-NOTES.txt [2020-08-19T00:01:33.350Z] drwxrwxr-x. 3 jenkins jenkins 58 Aug 19 00:00 .semver [2020-08-19T00:01:33.350Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 18 23:59 snap [2020-08-19T00:01:33.350Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 18 23:57 VERSION [2020-08-19T00:01:33.350Z] -rw-rw-r--. 1 jenkins jenkins 222 Aug 18 23:59 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-19T00:01:33.678Z] + 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=1aa17e6abc92c51428010a290bf5bebce8fc8a7d --label arch=amd64 --label version=0.0.0 . [2020-08-19T00:01:33.946Z] Sending build context to Docker daemon 3.218MB [2020-08-19T00:01:33.946Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-08-19T00:01:33.946Z] Step 2/23 : FROM ${BASE} AS builder [2020-08-19T00:01:33.946Z] ---> 4152419053b5 [2020-08-19T00:01:33.946Z] Step 3/23 : ARG MAKE='make build' [2020-08-19T00:01:34.214Z] ---> Running in 0149a07da2fa [2020-08-19T00:01:34.478Z] Removing intermediate container 0149a07da2fa [2020-08-19T00:01:34.478Z] ---> e7289a85b584 [2020-08-19T00:01:34.478Z] Step 4/23 : WORKDIR /device-sdk-go [2020-08-19T00:01:34.478Z] ---> Running in ebbb78cbf7a8 [2020-08-19T00:01:34.740Z] Removing intermediate container ebbb78cbf7a8 [2020-08-19T00:01:34.740Z] ---> 66f254e903c6 [2020-08-19T00:01:34.740Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-19T00:01:34.740Z] ---> Running in 57fcbcb9802f [2020-08-19T00:01:35.013Z] Removing intermediate container 57fcbcb9802f [2020-08-19T00:01:35.013Z] ---> 540ed8f48637 [2020-08-19T00:01:35.013Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T00:01:35.013Z] ---> Running in 9fe595357ab5 [2020-08-19T00:01:35.976Z] Removing intermediate container 9fe595357ab5 [2020-08-19T00:01:35.976Z] ---> 46fc47305437 [2020-08-19T00:01:35.976Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-08-19T00:01:35.976Z] ---> Running in 574baea4f6ee [2020-08-19T00:01:36.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-19T00:01:37.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-19T00:01:37.427Z] OK: 166 MiB in 39 packages [2020-08-19T00:01:37.694Z] Removing intermediate container 574baea4f6ee [2020-08-19T00:01:37.694Z] ---> 826d0f872b21 [2020-08-19T00:01:37.694Z] Step 8/23 : COPY . . [2020-08-19T00:01:39.068Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.018s coverage: 8.6% of statements [2020-08-19T00:01:39.068Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.020s coverage: 21.7% of statements [2020-08-19T00:01:39.068Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-08-19T00:01:39.069Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.141s coverage: 36.9% of statements [2020-08-19T00:01:39.069Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-08-19T00:01:39.069Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.589s coverage: 65.2% of statements [2020-08-19T00:01:39.069Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-08-19T00:01:39.069Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-08-19T00:01:39.069Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-08-19T00:01:39.069Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.054s coverage: 52.6% of statements [2020-08-19T00:01:39.069Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.351s coverage: 68.9% of statements [2020-08-19T00:01:39.069Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-08-19T00:01:39.069Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-08-19T00:01:39.069Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-19T00:01:39.111Z] ---> 73f3952cff87 [2020-08-19T00:01:39.111Z] Step 9/23 : RUN ${MAKE} [2020-08-19T00:01:39.111Z] ---> Running in 999a0ad8dc18 [2020-08-19T00:01:39.381Z] 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-08-19T00:01:42.475Z] gofmt -l . [2020-08-19T00:01:42.749Z] [ "`gofmt -l .`" = "" ] [2020-08-19T00:01:43.023Z] ./bin/test-attribution-txt.sh [2020-08-19T00:01:44.003Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-19T00:01:44.291Z] Warning: overwriting stash ‘coverage-report’ [2020-08-19T00:01:45.149Z] Stashed 1 file(s) [Pipeline] } [2020-08-19T00:01:45.151Z] $ docker stop --time=1 0b2273130aeea08ded4ef13a6570599452ae789a2d77c396d4f38ca8c144e75f [2020-08-19T00:01:47.440Z] $ docker rm -f 0b2273130aeea08ded4ef13a6570599452ae789a2d77c396d4f38ca8c144e75f [2020-08-19T00:01:47.613Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-19T00:01:48.715Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-19T00:01:49.004Z] Removing intermediate container 999a0ad8dc18 [2020-08-19T00:01:49.004Z] ---> c7de9b80ccd8 [2020-08-19T00:01:49.004Z] Step 10/23 : FROM scratch [2020-08-19T00:01:49.004Z] ---> [2020-08-19T00:01:49.004Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-19T00:01:49.054Z] + ls -al . [2020-08-19T00:01:49.054Z] total 228 [2020-08-19T00:01:49.054Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 19 00:01 . [2020-08-19T00:01:49.054Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 23:59 .. [2020-08-19T00:01:49.054Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 18 23:59 .dockerignore [2020-08-19T00:01:49.054Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 18 23:59 .git [2020-08-19T00:01:49.054Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 18 23:59 .github [2020-08-19T00:01:49.054Z] -rw-rw-r-- 1 jenkins jenkins 138 Aug 18 23:59 .gitignore [2020-08-19T00:01:49.054Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 18 23:59 .semver [2020-08-19T00:01:49.054Z] -rw-rw-r-- 1 jenkins jenkins 936 Aug 18 23:59 Dockerfile.build [2020-08-19T00:01:49.054Z] -rw-rw-r-- 1 jenkins jenkins 808 Aug 18 23:59 Jenkinsfile [2020-08-19T00:01:49.054Z] -rw-rw-r-- 1 jenkins jenkins 11341 Aug 18 23:59 LICENSE [2020-08-19T00:01:49.054Z] -rw-rw-r-- 1 jenkins jenkins 892 Aug 18 23:59 Makefile [2020-08-19T00:01:49.054Z] -rw-rw-r-- 1 jenkins jenkins 5101 Aug 18 23:59 README.md [2020-08-19T00:01:49.054Z] -rw-rw-r-- 1 jenkins jenkins 4291 Aug 18 23:59 RELEASE-NOTES.txt [2020-08-19T00:01:49.054Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 18 23:57 VERSION [2020-08-19T00:01:49.054Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 18 23:59 bin [2020-08-19T00:01:49.054Z] -rw-r--r-- 1 jenkins jenkins 111701 Aug 19 00:01 coverage.out [2020-08-19T00:01:49.054Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 23:59 example [2020-08-19T00:01:49.054Z] -rw-r--r-- 1 jenkins jenkins 446 Aug 19 00:01 go.mod [2020-08-19T00:01:49.054Z] -rw-r--r-- 1 jenkins jenkins 12179 Aug 19 00:01 go.sum [2020-08-19T00:01:49.054Z] drwxrwxr-x 13 jenkins jenkins 4096 Aug 18 23:59 internal [2020-08-19T00:01:49.054Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 23:59 openapi [2020-08-19T00:01:49.054Z] drwxrwxr-x 5 jenkins jenkins 4096 Aug 18 23:59 pkg [2020-08-19T00:01:49.054Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 18 23:59 snap [2020-08-19T00:01:49.054Z] -rw-rw-r-- 1 jenkins jenkins 222 Aug 18 23:59 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-19T00:01:49.265Z] ---> Running in 1f722c07e45f [2020-08-19T00:01:49.265Z] Removing intermediate container 1f722c07e45f [2020-08-19T00:01:49.265Z] ---> 2eb347d24572 [2020-08-19T00:01:49.265Z] Step 12/23 : ENV APP_PORT=49990 [2020-08-19T00:01:49.265Z] ---> Running in 0ac1968f7e32 [2020-08-19T00:01:49.418Z] + 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=1aa17e6abc92c51428010a290bf5bebce8fc8a7d --label arch=arm64 --label version=0.0.0 . [2020-08-19T00:01:49.526Z] Removing intermediate container 0ac1968f7e32 [2020-08-19T00:01:49.526Z] ---> f019b64dede4 [2020-08-19T00:01:49.526Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-19T00:01:49.526Z] ---> Running in 0dafdbed0fc2 [2020-08-19T00:01:49.710Z] Sending build context to Docker daemon 3.218MB [2020-08-19T00:01:49.710Z] Step 1/23 : ARG BASE=golang:1.13-alpine [2020-08-19T00:01:49.710Z] Step 2/23 : FROM ${BASE} AS builder [2020-08-19T00:01:49.710Z] ---> 327fb8c5e1c8 [2020-08-19T00:01:49.710Z] Step 3/23 : ARG MAKE='make build' [2020-08-19T00:01:49.790Z] Removing intermediate container 0dafdbed0fc2 [2020-08-19T00:01:49.790Z] ---> 0b59b2afa33f [2020-08-19T00:01:49.790Z] Step 14/23 : WORKDIR / [2020-08-19T00:01:49.790Z] ---> Running in c35eb4222e8f [2020-08-19T00:01:49.981Z] ---> Running in 115ba25783ed [2020-08-19T00:01:50.052Z] Removing intermediate container c35eb4222e8f [2020-08-19T00:01:50.052Z] ---> aea8ce62799d [2020-08-19T00:01:50.052Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-19T00:01:50.318Z] ---> d374729c1c07 [2020-08-19T00:01:50.318Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-19T00:01:50.570Z] Removing intermediate container 115ba25783ed [2020-08-19T00:01:50.571Z] ---> c45a4a746abc [2020-08-19T00:01:50.571Z] Step 4/23 : WORKDIR /device-sdk-go [2020-08-19T00:01:50.571Z] ---> Running in c2af76a477ce [2020-08-19T00:01:50.579Z] ---> 2d94969471c7 [2020-08-19T00:01:50.579Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-19T00:01:50.841Z] ---> ff974ebed207 [2020-08-19T00:01:50.841Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-19T00:01:51.102Z] ---> eef85266dd24 [2020-08-19T00:01:51.102Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-19T00:01:51.166Z] Removing intermediate container c2af76a477ce [2020-08-19T00:01:51.166Z] ---> e41ac1a6df0f [2020-08-19T00:01:51.166Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-19T00:01:51.166Z] ---> Running in 5863d234bd8c [2020-08-19T00:01:51.365Z] ---> 3ec651bca7de [2020-08-19T00:01:51.365Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-19T00:01:51.365Z] ---> Running in 37dda71b9e3c [2020-08-19T00:01:51.626Z] Removing intermediate container 37dda71b9e3c [2020-08-19T00:01:51.626Z] ---> 1cbe4f6b1d97 [2020-08-19T00:01:51.626Z] Step 21/23 : LABEL arch=amd64 [2020-08-19T00:01:51.626Z] ---> Running in f1e42d7340f6 [2020-08-19T00:01:51.769Z] Removing intermediate container 5863d234bd8c [2020-08-19T00:01:51.769Z] ---> c98807e9a6bb [2020-08-19T00:01:51.769Z] Step 6/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-19T00:01:51.769Z] ---> Running in e5cda9e8cd03 [2020-08-19T00:01:51.887Z] Removing intermediate container f1e42d7340f6 [2020-08-19T00:01:51.887Z] ---> 0657a47ca82f [2020-08-19T00:01:51.887Z] Step 22/23 : LABEL git_sha=1aa17e6abc92c51428010a290bf5bebce8fc8a7d [2020-08-19T00:01:51.887Z] ---> Running in 1be5cec23c62 [2020-08-19T00:01:51.887Z] Removing intermediate container 1be5cec23c62 [2020-08-19T00:01:51.887Z] ---> 6ae629c07b24 [2020-08-19T00:01:51.887Z] Step 23/23 : LABEL version=0.0.0 [2020-08-19T00:01:52.150Z] ---> Running in 16fb50f8b40c [2020-08-19T00:01:52.150Z] Removing intermediate container 16fb50f8b40c [2020-08-19T00:01:52.150Z] ---> 2863852a54dc [2020-08-19T00:01:52.150Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-19T00:01:52.150Z] Successfully built 2863852a54dc [2020-08-19T00:01:52.150Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-19T00:01:54.389Z] Removing intermediate container e5cda9e8cd03 [2020-08-19T00:01:54.389Z] ---> cd3913f93633 [2020-08-19T00:01:54.389Z] Step 7/23 : RUN apk add --update --no-cache make git [2020-08-19T00:01:54.389Z] ---> Running in 91f124e0b374 [2020-08-19T00:01:55.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-19T00:01:56.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-19T00:01:57.001Z] OK: 142 MiB in 39 packages [2020-08-19T00:01:58.430Z] Removing intermediate container 91f124e0b374 [2020-08-19T00:01:58.430Z] ---> 443d4b5c12b4 [2020-08-19T00:01:58.430Z] Step 8/23 : COPY . . [2020-08-19T00:01:59.420Z] ---> 93fec011c559 [2020-08-19T00:01:59.420Z] Step 9/23 : RUN ${MAKE} [2020-08-19T00:01:59.420Z] ---> Running in 6d20d3f44897 [2020-08-19T00:02:00.850Z] 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-08-19T00:02:27.652Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-08-19T00:02:27.652Z] Removing intermediate container 6d20d3f44897 [2020-08-19T00:02:27.652Z] ---> 9b1ad9f3f71d [2020-08-19T00:02:27.652Z] Step 10/23 : FROM scratch [2020-08-19T00:02:27.652Z] ---> [2020-08-19T00:02:27.652Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-08-19T00:02:27.652Z] ---> Running in 09baec791a66 [2020-08-19T00:02:27.652Z] Removing intermediate container 09baec791a66 [2020-08-19T00:02:27.652Z] ---> 79f0433a782e [2020-08-19T00:02:27.652Z] Step 12/23 : ENV APP_PORT=49990 [2020-08-19T00:02:27.652Z] ---> Running in 563808a71512 [2020-08-19T00:02:27.652Z] Removing intermediate container 563808a71512 [2020-08-19T00:02:27.652Z] ---> 0df55663d126 [2020-08-19T00:02:27.652Z] Step 13/23 : EXPOSE $APP_PORT [2020-08-19T00:02:27.652Z] ---> Running in 08d610739d72 [2020-08-19T00:02:27.652Z] Removing intermediate container 08d610739d72 [2020-08-19T00:02:27.652Z] ---> 63ec2c12d869 [2020-08-19T00:02:27.652Z] Step 14/23 : WORKDIR / [2020-08-19T00:02:27.923Z] ---> Running in c0f597d13d8b [2020-08-19T00:02:28.525Z] Removing intermediate container c0f597d13d8b [2020-08-19T00:02:28.525Z] ---> 315dd2cb1c39 [2020-08-19T00:02:28.525Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-08-19T00:02:29.505Z] ---> 4637c737e73b [2020-08-19T00:02:29.505Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-08-19T00:02:30.482Z] ---> a4c87de1cc33 [2020-08-19T00:02:30.482Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-08-19T00:02:31.075Z] ---> 5e53dd40ddfa [2020-08-19T00:02:31.075Z] Step 18/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-08-19T00:02:32.052Z] ---> 37fd10efc43e [2020-08-19T00:02:32.052Z] Step 19/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-08-19T00:02:32.644Z] ---> 03f2d3db2ed0 [2020-08-19T00:02:32.644Z] Step 20/23 : CMD [ "/usr/local/bin/device-simple","-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-08-19T00:02:32.644Z] ---> Running in 39a8e93bbc84 [2020-08-19T00:02:33.239Z] Removing intermediate container 39a8e93bbc84 [2020-08-19T00:02:33.239Z] ---> ffd22c5647d4 [2020-08-19T00:02:33.239Z] Step 21/23 : LABEL arch=arm64 [2020-08-19T00:02:33.239Z] ---> Running in bb6c1177bf34 [2020-08-19T00:02:33.830Z] Removing intermediate container bb6c1177bf34 [2020-08-19T00:02:33.830Z] ---> 6c3cbd0571ed [2020-08-19T00:02:33.830Z] Step 22/23 : LABEL git_sha=1aa17e6abc92c51428010a290bf5bebce8fc8a7d [2020-08-19T00:02:33.830Z] ---> Running in e6264e0a428e [2020-08-19T00:02:34.429Z] Removing intermediate container e6264e0a428e [2020-08-19T00:02:34.429Z] ---> 1904800869f1 [2020-08-19T00:02:34.429Z] Step 23/23 : LABEL version=0.0.0 [2020-08-19T00:02:34.429Z] ---> Running in cf43a94f6791 [2020-08-19T00:02:35.024Z] Removing intermediate container cf43a94f6791 [2020-08-19T00:02:35.024Z] ---> 16d4fe227528 [2020-08-19T00:02:35.024Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-19T00:02:35.024Z] Successfully built 16d4fe227528 [2020-08-19T00:02:35.024Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-19T00:02:36.396Z] provisioning config files... [2020-08-19T00:02:36.410Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/config5593469833964971891tmp [Pipeline] { [Pipeline] sh [2020-08-19T00:02:36.784Z] + curl -s https://codecov.io/bash [2020-08-19T00:02:36.784Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/config5593469833964971891tmp [Pipeline] } [2020-08-19T00:02:37.370Z] 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] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-08-19T00:02:39.112Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T00:02:39.680Z] ---> package-listing.sh [2020-08-19T00:02:39.680Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-19T00:02:39.680Z] ++ facter osfamily [2020-08-19T00:02:39.680Z] + OS_FAMILY=redhat [2020-08-19T00:02:39.680Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-567 [2020-08-19T00:02:39.680Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-19T00:02:39.680Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-19T00:02:39.680Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-19T00:02:39.680Z] + PACKAGES=/tmp/packages_start.txt [2020-08-19T00:02:39.680Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-567 ']' [2020-08-19T00:02:39.680Z] + PACKAGES=/tmp/packages_end.txt [2020-08-19T00:02:39.680Z] + case "${OS_FAMILY}" in [2020-08-19T00:02:39.680Z] + rpm -qa [2020-08-19T00:02:39.680Z] + sort [2020-08-19T00:02:43.894Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-19T00:02:43.894Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-19T00:02:43.894Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-19T00:02:43.894Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-567 ']' [2020-08-19T00:02:43.894Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-567/archives/ [2020-08-19T00:02:43.895Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-567/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-19T00:02:44.527Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-19T00:02:44.527Z] [2020-08-19T00:02:44.527Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-19T00:02:44.866Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-19T00:02:44.866Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-19T00:02:44.866Z] c9b1b535fdd9: Pulling fs layer [2020-08-19T00:02:44.866Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-19T00:02:44.866Z] 756a868c4378: Pulling fs layer [2020-08-19T00:02:44.866Z] 444b2fc9a129: Pulling fs layer [2020-08-19T00:02:44.866Z] ea15f1150254: Pulling fs layer [2020-08-19T00:02:44.866Z] 41b27a9f41bf: Pulling fs layer [2020-08-19T00:02:44.866Z] 28c525ee5125: Pulling fs layer [2020-08-19T00:02:44.866Z] 094b1ea09ed8: Pulling fs layer [2020-08-19T00:02:44.866Z] 138eaada9080: Pulling fs layer [2020-08-19T00:02:44.866Z] 0622d0fa9048: Pulling fs layer [2020-08-19T00:02:44.866Z] 444b2fc9a129: Waiting [2020-08-19T00:02:44.866Z] 41b27a9f41bf: Waiting [2020-08-19T00:02:44.866Z] ea15f1150254: Waiting [2020-08-19T00:02:44.866Z] 28c525ee5125: Waiting [2020-08-19T00:02:44.866Z] 094b1ea09ed8: Waiting [2020-08-19T00:02:44.866Z] 138eaada9080: Waiting [2020-08-19T00:02:45.135Z] 2cc5ad85d9ab: Verifying Checksum [2020-08-19T00:02:45.135Z] 2cc5ad85d9ab: Download complete [2020-08-19T00:02:45.135Z] 444b2fc9a129: Verifying Checksum [2020-08-19T00:02:45.135Z] 444b2fc9a129: Download complete [2020-08-19T00:02:45.135Z] c9b1b535fdd9: Download complete [2020-08-19T00:02:45.135Z] ea15f1150254: Verifying Checksum [2020-08-19T00:02:45.135Z] ea15f1150254: Download complete [2020-08-19T00:02:45.135Z] 28c525ee5125: Verifying Checksum [2020-08-19T00:02:45.135Z] 28c525ee5125: Download complete [2020-08-19T00:02:45.402Z] 756a868c4378: Verifying Checksum [2020-08-19T00:02:45.402Z] 756a868c4378: Download complete [2020-08-19T00:02:45.402Z] c9b1b535fdd9: Pull complete [2020-08-19T00:02:45.669Z] 138eaada9080: Verifying Checksum [2020-08-19T00:02:45.669Z] 138eaada9080: Download complete [2020-08-19T00:02:45.669Z] 0622d0fa9048: Verifying Checksum [2020-08-19T00:02:45.669Z] 0622d0fa9048: Download complete [2020-08-19T00:02:45.669Z] 094b1ea09ed8: Verifying Checksum [2020-08-19T00:02:45.669Z] 094b1ea09ed8: Download complete [2020-08-19T00:02:46.259Z] 41b27a9f41bf: Verifying Checksum [2020-08-19T00:02:46.259Z] 41b27a9f41bf: Download complete [2020-08-19T00:02:46.259Z] 2cc5ad85d9ab: Pull complete [2020-08-19T00:02:47.656Z] 756a868c4378: Pull complete [2020-08-19T00:02:47.656Z] 444b2fc9a129: Pull complete [2020-08-19T00:02:47.918Z] ea15f1150254: Pull complete [2020-08-19T00:02:52.143Z] 41b27a9f41bf: Pull complete [2020-08-19T00:02:52.143Z] 28c525ee5125: Pull complete [2020-08-19T00:02:54.708Z] 094b1ea09ed8: Pull complete [2020-08-19T00:02:54.970Z] 138eaada9080: Pull complete [2020-08-19T00:02:55.235Z] 0622d0fa9048: Pull complete [2020-08-19T00:02:55.235Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-19T00:02:55.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-19T00:02:55.236Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-19T00:02:55.409Z] prd-centos7-docker-4c-2g-425 does not seem to be running inside a container [2020-08-19T00:02:55.449Z] $ 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-567 -v /w/workspace/dgexfoundry_device-sdk-go_PR-567:/w/workspace/dgexfoundry_device-sdk-go_PR-567:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-19T00:02:59.151Z] $ docker top b07d0af2382de9be4e78c5e76a706c1600fd85e7a0c410a4cd5fd77114d14952 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-19T00:02:59.398Z] provisioning config files... [2020-08-19T00:02:59.414Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp/config8673817385994875244tmp [Pipeline] { [Pipeline] echo [2020-08-19T00:02:59.483Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T00:02:59.778Z] ---> create-netrc.sh [Pipeline] echo [2020-08-19T00:02:59.789Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-19T00:03:00.083Z] ---> logs-deploy.sh [2020-08-19T00:03:00.083Z] + ARCHIVE_ARTIFACTS= [2020-08-19T00:03:00.083Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-19T00:03:00.083Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-19T00:03:00.083Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-19T00:03:00.083Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-567/3 [2020-08-19T00:03:00.083Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-567/3/ [2020-08-19T00:03:00.083Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-567/3 /w/workspace/dgexfoundry_device-sdk-go_PR-567 [2020-08-19T00:03:02.004Z] Archives upload complete. [2020-08-19T00:03:02.004Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-567/3 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-567/3/ [2020-08-19T00:03:02.950Z] ---> uname -a: [2020-08-19T00:03:02.950Z] Linux b07d0af2382d 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] ---> lscpu: [2020-08-19T00:03:02.950Z] Architecture: x86_64 [2020-08-19T00:03:02.950Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-19T00:03:02.950Z] Byte Order: Little Endian [2020-08-19T00:03:02.950Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-19T00:03:02.950Z] CPU(s): 4 [2020-08-19T00:03:02.950Z] On-line CPU(s) list: 0-3 [2020-08-19T00:03:02.950Z] Thread(s) per core: 1 [2020-08-19T00:03:02.950Z] Core(s) per socket: 1 [2020-08-19T00:03:02.950Z] Socket(s): 4 [2020-08-19T00:03:02.950Z] NUMA node(s): 1 [2020-08-19T00:03:02.950Z] Vendor ID: GenuineIntel [2020-08-19T00:03:02.950Z] CPU family: 6 [2020-08-19T00:03:02.950Z] Model: 44 [2020-08-19T00:03:02.950Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-19T00:03:02.950Z] Stepping: 1 [2020-08-19T00:03:02.950Z] CPU MHz: 2933.438 [2020-08-19T00:03:02.950Z] BogoMIPS: 5866.87 [2020-08-19T00:03:02.950Z] Virtualization: VT-x [2020-08-19T00:03:02.950Z] Hypervisor vendor: KVM [2020-08-19T00:03:02.950Z] Virtualization type: full [2020-08-19T00:03:02.950Z] L1d cache: 128 KiB [2020-08-19T00:03:02.950Z] L1i cache: 128 KiB [2020-08-19T00:03:02.950Z] L2 cache: 16 MiB [2020-08-19T00:03:02.950Z] L3 cache: 64 MiB [2020-08-19T00:03:02.950Z] NUMA node0 CPU(s): 0-3 [2020-08-19T00:03:02.950Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-19T00:03:02.950Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-19T00:03:02.950Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-19T00:03:02.950Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-19T00:03:02.950Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-19T00:03:02.950Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-19T00:03:02.950Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-19T00:03:02.950Z] Vulnerability Tsx async abort: Not affected [2020-08-19T00:03:02.950Z] 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-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] ---> nproc: [2020-08-19T00:03:02.950Z] 4 [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] ---> df -h: [2020-08-19T00:03:02.950Z] Filesystem Size Used Available Use% Mounted on [2020-08-19T00:03:02.950Z] overlay 50.0G 7.2G 42.8G 14% / [2020-08-19T00:03:02.950Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-19T00:03:02.950Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-19T00:03:02.950Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-19T00:03:02.950Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-08-19T00:03:02.950Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-08-19T00:03:02.950Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-08-19T00:03:02.950Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-567@tmp [2020-08-19T00:03:02.950Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-08-19T00:03:02.950Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-567 [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] ---> free -m: [2020-08-19T00:03:02.950Z] total used free shared buff/cache available [2020-08-19T00:03:02.950Z] Mem: 1837 645 125 0 1065 1086 [2020-08-19T00:03:02.950Z] Swap: 1023 0 1023 [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] ---> ip addr: [2020-08-19T00:03:02.950Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-19T00:03:02.950Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-19T00:03:02.950Z] inet 127.0.0.1/8 scope host lo [2020-08-19T00:03:02.950Z] valid_lft forever preferred_lft forever [2020-08-19T00:03:02.950Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-08-19T00:03:02.950Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-19T00:03:02.950Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-19T00:03:02.950Z] valid_lft forever preferred_lft forever [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] ---> sar -b -r -n DEV: [2020-08-19T00:03:02.950Z] Linux 3.10.0-1127.el7.x86_64 (prd-centos7-docker-4c-2g-425.vexxhost.local) 08/19/20 _x86_64_ (4 CPU) [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] 00:00:01 tps rtps wtps bread/s bwrtn/s [2020-08-19T00:03:02.950Z] 00:01:01 0.28 0.02 0.27 0.13 3.01 [2020-08-19T00:03:02.950Z] 00:02:02 0.57 0.12 0.45 2.13 8.22 [2020-08-19T00:03:02.950Z] 00:03:01 165.02 102.81 62.21 7994.72 20500.30 [2020-08-19T00:03:02.950Z] Average: 54.68 33.94 20.75 2636.22 6761.69 [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] 00:00:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-19T00:03:02.950Z] 00:01:01 163024 1718532 91.34 2620 1157780 1081680 36.92 402372 1156420 12 [2020-08-19T00:03:02.950Z] 00:02:02 163832 1717724 91.29 2620 1157924 1079504 36.84 407600 1151148 8 [2020-08-19T00:03:02.950Z] 00:03:01 160964 1720592 91.45 2620 1086200 1209316 41.27 461788 1056252 256 [2020-08-19T00:03:02.950Z] Average: 162607 1718949 91.36 2620 1133968 1123500 38.34 423920 1121273 92 [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-19T00:03:02.950Z] 00:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] 00:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] 00:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] 00:02:02 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] 00:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] 00:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] 00:03:01 veth3c48edd 0.00 0.10 0.00 0.01 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] 00:03:01 eth0 530.51 327.76 3512.94 120.81 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] 00:03:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] 00:03:01 docker0 7.62 6.15 0.98 18.01 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] Average: veth3c48edd 0.00 0.03 0.00 0.00 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] Average: eth0 174.88 108.05 1158.04 39.82 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] Average: lo 0.04 0.04 0.00 0.00 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] Average: docker0 2.51 2.03 0.32 5.94 0.00 0.00 0.00 [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] ---> sar -P ALL: [2020-08-19T00:03:02.950Z] Linux 3.10.0-1127.el7.x86_64 (prd-centos7-docker-4c-2g-425.vexxhost.local) 08/19/20 _x86_64_ (4 CPU) [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] 00:00:01 CPU %user %nice %system %iowait %steal %idle [2020-08-19T00:03:02.950Z] 00:01:01 all 0.16 0.00 0.05 0.00 0.00 99.79 [2020-08-19T00:03:02.950Z] 00:01:01 0 0.50 0.00 0.07 0.00 0.00 99.43 [2020-08-19T00:03:02.950Z] 00:01:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-08-19T00:03:02.950Z] 00:01:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-08-19T00:03:02.950Z] 00:01:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-08-19T00:03:02.950Z] 00:02:02 all 0.16 0.00 0.05 0.00 0.00 99.78 [2020-08-19T00:03:02.950Z] 00:02:02 0 0.53 0.00 0.08 0.00 0.00 99.38 [2020-08-19T00:03:02.950Z] 00:02:02 1 0.03 0.00 0.05 0.00 0.02 99.90 [2020-08-19T00:03:02.950Z] 00:02:02 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-08-19T00:03:02.950Z] 00:02:02 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-19T00:03:02.950Z] 00:03:01 all 5.72 0.00 3.40 2.63 0.02 88.23 [2020-08-19T00:03:02.950Z] 00:03:01 0 5.64 0.00 3.19 0.41 0.03 90.73 [2020-08-19T00:03:02.950Z] 00:03:01 1 5.49 0.00 3.80 2.81 0.00 87.89 [2020-08-19T00:03:02.950Z] 00:03:01 2 6.13 0.00 3.14 4.46 0.02 86.25 [2020-08-19T00:03:02.950Z] 00:03:01 3 5.64 0.00 3.42 2.85 0.03 88.05 [2020-08-19T00:03:02.950Z] Average: all 1.99 0.00 1.15 0.86 0.01 96.00 [2020-08-19T00:03:02.950Z] Average: 0 2.20 0.00 1.10 0.13 0.01 96.56 [2020-08-19T00:03:02.950Z] Average: 1 1.83 0.00 1.28 0.92 0.01 95.96 [2020-08-19T00:03:02.950Z] Average: 2 2.04 0.00 1.06 1.46 0.01 95.43 [2020-08-19T00:03:02.950Z] Average: 3 1.87 0.00 1.14 0.94 0.01 96.04 [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z] [2020-08-19T00:03:02.950Z]