Pull request #637 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 1fe67be18c68020cc426561060f6a9e5b098270e+8b39936bc192f82b46677f7f05650a94960ef7f6 (c6644b06033f266c8fbb97aa53708f67337ec4cd) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8342 in /w/workspace/dgexfoundry_device-sdk-go_PR-637 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-637 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8b39936bc192f82b46677f7f05650a94960ef7f6 into PR head commit 1fe67be18c68020cc426561060f6a9e5b098270e Merge succeeded, producing 1fe67be18c68020cc426561060f6a9e5b098270e Checking out Revision 1fe67be18c68020cc426561060f6a9e5b098270e (PR-637) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/637/head:refs/remotes/origin/PR-637 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1fe67be18c68020cc426561060f6a9e5b098270e # 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 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1fe67be18c68020cc426561060f6a9e5b098270e # timeout=10 Commit message: "test/docs(sdk): update README and add unit tests" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 762e9b5c41d84798c79dcb111782135a2a2bdeab # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:55:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:55:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:55:09 ========================================================= 01:55:09 EdgeX Global Pipelines Version Info 01:55:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:55:11 ------------------- 01:55:11 stable info: 01:55:11 ------------------- 01:55:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:55:11 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 01:55:11 Message: update stable to v1.0.148 01:55:12 ------------------- 01:55:12 experimental info: 01:55:12 ------------------- 01:55:12 Commited By: **** collab-it+edgex@linuxfoundation.org 01:55:12 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 01:55:12 Message: update experimental to v1.0.148 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 01:55:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 01:55:12 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 01:55:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:55:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:55:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:55:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:55:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-637 [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-637 [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-637 [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1fe67be18c68020cc426561060f6a9e5b098270e [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1fe67be [Pipeline] echo 01:55:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:55:16 + git log --format=format:%s -1 1fe67be18c68020cc426561060f6a9e5b098270e [Pipeline] echo 01:55:16 GIT_COMMIT: 1fe67be18c68020cc426561060f6a9e5b098270e, Commit Message: test/docs(sdk): update README and add unit tests [Pipeline] echo 01:55:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:55:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:55:17 01:55:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:55:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:55:17 latest: Pulling from edgex-devops/git-semver 01:55:17 31603596830f: Pulling fs layer 01:55:17 2a8b12db71e7: Pulling fs layer 01:55:17 6ca5941a6612: Pulling fs layer 01:55:17 ecc8261a40a4: Pulling fs layer 01:55:17 ecc8261a40a4: Waiting 01:55:17 2a8b12db71e7: Verifying Checksum 01:55:17 2a8b12db71e7: Download complete 01:55:18 31603596830f: Verifying Checksum 01:55:18 31603596830f: Download complete 01:55:18 ecc8261a40a4: Verifying Checksum 01:55:18 ecc8261a40a4: Download complete 01:55:18 6ca5941a6612: Verifying Checksum 01:55:18 6ca5941a6612: Download complete 01:55:18 31603596830f: Pull complete 01:55:18 2a8b12db71e7: Pull complete 01:55:19 6ca5941a6612: Pull complete 01:55:19 ecc8261a40a4: Pull complete 01:55:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:55:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:55:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:55:19 prd-centos7-docker-4c-2g-8342 does not seem to be running inside a container 01:55:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-637 -v /w/workspace/dgexfoundry_device-sdk-go_PR-637:/w/workspace/dgexfoundry_device-sdk-go_PR-637:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-637@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:55:21 $ docker top 1396e73c89e4dd043b603b6b9bffd2e400c0f27578da3afe2e29c9945097462c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:55:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:55:21 [ssh-agent] Looking for ssh-agent implementation... 01:55:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:55:22 $ docker exec 1396e73c89e4dd043b603b6b9bffd2e400c0f27578da3afe2e29c9945097462c ssh-agent 01:55:22 SSH_AUTH_SOCK=/tmp/ssh-Z4rsk7ZS9jR5/agent.12 01:55:22 SSH_AGENT_PID=18 01:55:22 Running ssh-add (command line suppressed) 01:55:22 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp/private_key_2004576313875709181.key (/w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp/private_key_2004576313875709181.key) 01:55:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:55:22 + git tag --points-at HEAD [Pipeline] } 01:55:22 $ docker exec --env ******** --env ******** 1396e73c89e4dd043b603b6b9bffd2e400c0f27578da3afe2e29c9945097462c ssh-agent -k 01:55:22 unset SSH_AUTH_SOCK; 01:55:22 unset SSH_AGENT_PID; 01:55:22 echo Agent pid 18 killed; 01:55:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:55:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:55:23 [ssh-agent] Looking for ssh-agent implementation... 01:55:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:55:23 $ docker exec 1396e73c89e4dd043b603b6b9bffd2e400c0f27578da3afe2e29c9945097462c ssh-agent 01:55:23 SSH_AUTH_SOCK=/tmp/ssh-cb0Bz3K1ErK0/agent.46 01:55:23 SSH_AGENT_PID=51 01:55:23 Running ssh-add (command line suppressed) 01:55:23 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp/private_key_2412462505282068212.key (/w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp/private_key_2412462505282068212.key) 01:55:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:55:23 + git semver init 01:55:23 # -> Open(): unable to determine branch for HEAD 01:55:23 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-637/.git 01:55:23 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-637 01:55:23 # $SEMVER_REMOTE_NAME = origin 01:55:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:55:23 # $SEMVER_USER_NAME = edgex-jenkins 01:55:23 # $SEMVER_BRANCH = PR-637 01:55:23 # $SEMVER_TEMP = /tmp/semver-160628898 01:55:23 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 01:55:24 # '/tmp/semver-160628898' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-637/.semver' 01:55:24 # -> Force: false 01:55:24 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-637/.semver [Pipeline] } 01:55:24 $ docker exec --env ******** --env ******** 1396e73c89e4dd043b603b6b9bffd2e400c0f27578da3afe2e29c9945097462c ssh-agent -k 01:55:24 unset SSH_AUTH_SOCK; 01:55:24 unset SSH_AGENT_PID; 01:55:24 echo Agent pid 51 killed; 01:55:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:55:25 + git semver [Pipeline] } 01:55:25 $ docker stop --time=1 1396e73c89e4dd043b603b6b9bffd2e400c0f27578da3afe2e29c9945097462c 01:55:26 $ docker rm -f 1396e73c89e4dd043b603b6b9bffd2e400c0f27578da3afe2e29c9945097462c [Pipeline] // withDockerContainer [Pipeline] sh 01:55:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:55:27 Stashed 1 file(s) [Pipeline] echo 01:55:27 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 01:55:43 Still waiting to schedule task 01:55:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:55:43 Still waiting to schedule task 01:55:43 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:58:09 Running on prd-centos7-docker-4c-2g-8344 in /w/workspace/dgexfoundry_device-sdk-go_PR-637 [Pipeline] { [Pipeline] ws 01:58:09 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 01:58:15 using credential edgex-jenkins-ssh 01:58:15 Cloning the remote Git repository 01:58:15 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 01:58:15 > git init /w/workspace/device-sdk-go/3 # timeout=10 01:58:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:58:15 > git --version # timeout=10 01:58:15 > git --version # 'git version 2.16.5' 01:58:15 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:58:16 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:58:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:58:17 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:58:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:58:17 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/637/head:refs/remotes/origin/PR-637 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:58:17 Merging remotes/origin/master commit 8b39936bc192f82b46677f7f05650a94960ef7f6 into PR head commit 1fe67be18c68020cc426561060f6a9e5b098270e 01:58:17 Merge succeeded, producing 1fe67be18c68020cc426561060f6a9e5b098270e 01:58:17 Checking out Revision 1fe67be18c68020cc426561060f6a9e5b098270e (PR-637) 01:58:17 > git config core.sparsecheckout # timeout=10 01:58:17 > git checkout -f 1fe67be18c68020cc426561060f6a9e5b098270e # timeout=10 01:58:17 > git remote # timeout=10 01:58:17 > git config --get remote.origin.url # timeout=10 01:58:17 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:17 > git merge 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 01:58:17 > git rev-parse HEAD^{commit} # timeout=10 01:58:17 > git config core.sparsecheckout # timeout=10 01:58:17 > git checkout -f 1fe67be18c68020cc426561060f6a9e5b098270e # timeout=10 01:58:21 Commit message: "test/docs(sdk): update README and add unit tests" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:58:22 ========================================================= 01:58:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:58:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:58:23 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 01:58:24 Sending build context to Docker daemon 2.354MB 01:58:24 Step 1/8 : ARG BASE=golang:1.15-alpine 01:58:24 Step 2/8 : FROM ${BASE} 01:58:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:58:24 df20fa9351a1: Pulling fs layer 01:58:24 ed8968b2872e: Pulling fs layer 01:58:24 a92cc7c5fd73: Pulling fs layer 01:58:24 e871e8e8d7a9: Pulling fs layer 01:58:24 e73272ec9a57: Pulling fs layer 01:58:24 1e910a182e73: Pulling fs layer 01:58:24 4e634b169226: Pulling fs layer 01:58:24 e871e8e8d7a9: Waiting 01:58:24 e73272ec9a57: Waiting 01:58:24 1e910a182e73: Waiting 01:58:24 4e634b169226: Waiting 01:58:24 a92cc7c5fd73: Verifying Checksum 01:58:24 a92cc7c5fd73: Download complete 01:58:24 ed8968b2872e: Verifying Checksum 01:58:24 ed8968b2872e: Download complete 01:58:24 e73272ec9a57: Verifying Checksum 01:58:24 e73272ec9a57: Download complete 01:58:24 1e910a182e73: Download complete 01:58:24 df20fa9351a1: Verifying Checksum 01:58:24 df20fa9351a1: Download complete 01:58:25 df20fa9351a1: Pull complete 01:58:25 ed8968b2872e: Pull complete 01:58:25 a92cc7c5fd73: Pull complete 01:58:30 4e634b169226: Verifying Checksum 01:58:30 4e634b169226: Download complete 01:58:30 e871e8e8d7a9: Verifying Checksum 01:58:30 e871e8e8d7a9: Download complete 01:58:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8345 in /w/workspace/dgexfoundry_device-sdk-go_PR-637 [Pipeline] { [Pipeline] ws 01:58:38 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 01:58:38 e871e8e8d7a9: Pull complete 01:58:39 e73272ec9a57: Pull complete 01:58:39 1e910a182e73: Pull complete 01:58:43 using credential edgex-jenkins-ssh 01:58:43 Cloning the remote Git repository 01:58:43 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 01:58:43 > git init /w/workspace/device-sdk-go/3 # timeout=10 01:58:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:58:43 > git --version # timeout=10 01:58:43 > git --version # 'git version 2.17.1' 01:58:43 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:58:44 4e634b169226: Pull complete 01:58:44 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 01:58:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:58:44 ---> f7629b54cfaa 01:58:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:58:44 ---> Running in c38b4c060817 01:58:45 Removing intermediate container c38b4c060817 01:58:45 ---> 402ac57c0009 01:58:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:58:45 ---> Running in 401f97cd933f 01:58:45 Merging remotes/origin/master commit 8b39936bc192f82b46677f7f05650a94960ef7f6 into PR head commit 1fe67be18c68020cc426561060f6a9e5b098270e 01:58:45 Merge succeeded, producing 1fe67be18c68020cc426561060f6a9e5b098270e 01:58:45 Checking out Revision 1fe67be18c68020cc426561060f6a9e5b098270e (PR-637) 01:58:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:58:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:58:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:58:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:58:44 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/637/head:refs/remotes/origin/PR-637 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:58:45 > git config core.sparsecheckout # timeout=10 01:58:45 > git checkout -f 1fe67be18c68020cc426561060f6a9e5b098270e # timeout=10 01:58:45 > git remote # timeout=10 01:58:45 > git config --get remote.origin.url # timeout=10 01:58:45 using GIT_SSH to set credentials SSH Credentials for GitHub 01:58:45 > git merge 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 01:58:45 > git rev-parse HEAD^{commit} # timeout=10 01:58:45 > git config core.sparsecheckout # timeout=10 01:58:45 > git checkout -f 1fe67be18c68020cc426561060f6a9e5b098270e # timeout=10 01:58:47 Removing intermediate container 401f97cd933f 01:58:47 ---> f2f5c6cf363d 01:58:47 Step 5/8 : RUN apk add --no-cache make git 01:58:47 ---> Running in 44e50fd6c353 01:58:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:58:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:58:50 Commit message: "test/docs(sdk): update README and add unit tests" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 01:58:51 ========================================================= 01:58:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:58:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:58:51 OK: 166 MiB in 39 packages 01:58:51 Removing intermediate container 44e50fd6c353 01:58:51 ---> 9c8a10edee83 01:58:51 Step 6/8 : WORKDIR /device-sdk-go 01:58:51 ---> Running in c285d74e90a0 01:58:52 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 01:58:52 Removing intermediate container c285d74e90a0 01:58:52 ---> 8156a8c997a8 01:58:52 Step 7/8 : COPY . . 01:58:53 Sending build context to Docker daemon 2.354MB 01:58:53 Step 1/8 : ARG BASE=golang:1.15-alpine 01:58:53 Step 2/8 : FROM ${BASE} 01:58:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:58:53 b538f80385f9: Pulling fs layer 01:58:53 74f711af9a0d: Pulling fs layer 01:58:53 99f96fe45779: Pulling fs layer 01:58:53 8529a6b9a6be: Pulling fs layer 01:58:53 45590311c82a: Pulling fs layer 01:58:53 69ca0ff8b7b3: Pulling fs layer 01:58:53 209524e5b208: Pulling fs layer 01:58:53 45590311c82a: Waiting 01:58:53 69ca0ff8b7b3: Waiting 01:58:53 209524e5b208: Waiting 01:58:53 8529a6b9a6be: Waiting 01:58:53 99f96fe45779: Verifying Checksum 01:58:53 99f96fe45779: Download complete 01:58:53 74f711af9a0d: Verifying Checksum 01:58:53 74f711af9a0d: Download complete 01:58:53 45590311c82a: Verifying Checksum 01:58:53 45590311c82a: Download complete 01:58:53 69ca0ff8b7b3: Download complete 01:58:53 ---> 41288aabfc25 01:58:53 Step 8/8 : RUN go mod download 01:58:53 ---> Running in 764c3979eb9f 01:58:53 b538f80385f9: Verifying Checksum 01:58:53 b538f80385f9: Download complete 01:58:54 b538f80385f9: Pull complete 01:58:54 74f711af9a0d: Pull complete 01:58:55 99f96fe45779: Pull complete 01:58:56 209524e5b208: Verifying Checksum 01:58:56 209524e5b208: Download complete 01:58:57 8529a6b9a6be: Verifying Checksum 01:58:57 8529a6b9a6be: Download complete 01:59:09 8529a6b9a6be: Pull complete 01:59:09 45590311c82a: Pull complete 01:59:09 69ca0ff8b7b3: Pull complete 01:59:12 209524e5b208: Pull complete 01:59:12 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 01:59:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:59:12 ---> 5bddaf1c2fca 01:59:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:59:15 ---> Running in 48f31ef913bd 01:59:15 Removing intermediate container 48f31ef913bd 01:59:15 ---> a136255d19d8 01:59:15 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:59:15 ---> Running in 23d326fe4ac7 01:59:15 Removing intermediate container 764c3979eb9f 01:59:15 ---> b7a389d95cff 01:59:15 Successfully built b7a389d95cff 01:59:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:59:16 + docker inspect -f . ci-base-image-x86_64 01:59:16 . [Pipeline] withDockerContainer 01:59:16 prd-centos7-docker-4c-2g-8344 does not seem to be running inside a container 01:59:16 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:59:18 Removing intermediate container 23d326fe4ac7 01:59:18 ---> 2cda5c8aa8a9 01:59:18 Step 5/8 : RUN apk add --no-cache make git 01:59:18 $ docker top 7271781b54b4373c76d2e871da86c7e2da0da5bfb260a38dc250b11baef87955 -eo pid,comm 01:59:18 ---> Running in b6c1418b47b7 [Pipeline] { [Pipeline] sh 01:59:19 + go version 01:59:19 go version go1.15.2 linux/amd64 [Pipeline] } 01:59:19 $ docker stop --time=1 7271781b54b4373c76d2e871da86c7e2da0da5bfb260a38dc250b11baef87955 01:59:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:59:21 $ docker rm -f 7271781b54b4373c76d2e871da86c7e2da0da5bfb260a38dc250b11baef87955 01:59:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:59:22 OK: 142 MiB in 39 packages 01:59:22 + docker inspect -f . ci-base-image-x86_64 01:59:22 . [Pipeline] withDockerContainer 01:59:22 prd-centos7-docker-4c-2g-8344 does not seem to be running inside a container 01:59:22 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:59:23 Removing intermediate container b6c1418b47b7 01:59:23 ---> d7c8224a4995 01:59:23 Step 6/8 : WORKDIR /device-sdk-go 01:59:23 ---> Running in 5908cd160fda 01:59:23 $ docker top 715dd968bf8802f444b11723bb52ed2608eb3349b80f64a735acb34d30c5df83 -eo pid,comm [Pipeline] { [Pipeline] sh 01:59:24 Removing intermediate container 5908cd160fda 01:59:24 ---> 8f0fb8fd79a5 01:59:24 Step 7/8 : COPY . . 01:59:24 + make test 01:59:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:59:25 ---> 56e94f577d6c 01:59:25 Step 8/8 : RUN go mod download 01:59:25 ---> Running in d7eb1c7c08a9 01:59:36 ? github.com/edgexfoundry/device-sdk-go [no test files] 01:59:47 Removing intermediate container d7eb1c7c08a9 01:59:47 ---> b56bb998b4a6 01:59:47 Successfully built b56bb998b4a6 01:59:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:59:48 + docker inspect -f . ci-base-image-arm64 01:59:48 . [Pipeline] withDockerContainer 01:59:48 prd-ubuntu18.04-docker-arm64-4c-16g-8345 does not seem to be running inside a container 01:59:48 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 01:59:50 $ docker top 6642a03a81fc3a7370918eb380f15fa56cdfcea1a3b9954ab94067cb8f52a84c -eo pid,comm [Pipeline] { [Pipeline] sh 01:59:51 + go version 01:59:51 go version go1.15.2 linux/arm64 [Pipeline] } 01:59:51 $ docker stop --time=1 6642a03a81fc3a7370918eb380f15fa56cdfcea1a3b9954ab94067cb8f52a84c 01:59:53 $ docker rm -f 6642a03a81fc3a7370918eb380f15fa56cdfcea1a3b9954ab94067cb8f52a84c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:59:54 + docker inspect -f . ci-base-image-arm64 01:59:54 . [Pipeline] withDockerContainer 01:59:55 prd-ubuntu18.04-docker-arm64-4c-16g-8345 does not seem to be running inside a container 01:59:55 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 01:59:56 $ docker top e2bbaa71b48116a1f423001878d176a7c5a59543f7939ff4c57995a61172b7ed -eo pid,comm [Pipeline] { [Pipeline] sh 01:59:58 + make test 01:59:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:00:04 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:00:04 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:00:04 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:00:04 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.117s coverage: 21.4% of statements 02:00:06 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.805s coverage: 97.1% of statements 02:00:20 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:00:39 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.081s coverage: 9.4% of statements 02:00:39 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.064s coverage: 21.9% of statements 02:00:39 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:00:39 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.345s coverage: 42.6% of statements 02:00:39 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:00:39 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.397s coverage: 68.9% of statements 02:00:39 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:00:39 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:00:39 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:00:39 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:00:39 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.076s coverage: 52.6% of statements 02:00:39 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 02:00:39 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:00:39 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:00:39 ok github.com/edgexfoundry/device-sdk-go/pkg/models 3.039s coverage: 68.9% of statements 02:00:39 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.085s coverage: 4.7% of statements 02:00:39 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:00:39 GO111MODULE=on go vet ./... 02:00:49 gofmt -l . 02:00:49 [ "`gofmt -l .`" = "" ] 02:00:49 ./bin/test-attribution-txt.sh 02:00:50 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:00:51 Stashed 1 file(s) [Pipeline] } 02:00:51 $ docker stop --time=1 715dd968bf8802f444b11723bb52ed2608eb3349b80f64a735acb34d30c5df83 02:00:53 $ docker rm -f 715dd968bf8802f444b11723bb52ed2608eb3349b80f64a735acb34d30c5df83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:00:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:00:56 + ls -al . 02:00:56 total 208 02:00:56 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 23 02:00 . 02:00:56 drwxrwxr-x. 4 jenkins jenkins 28 Oct 23 01:58 .. 02:00:56 drwxrwxr-x. 2 jenkins jenkins 64 Oct 23 01:58 bin 02:00:56 -rw-r--r--. 1 jenkins jenkins 127611 Oct 23 02:00 coverage.out 02:00:56 -rw-rw-r--. 1 jenkins jenkins 936 Oct 23 01:58 Dockerfile.build 02:00:56 -rw-rw-r--. 1 jenkins jenkins 140 Oct 23 01:58 .dockerignore 02:00:56 drwxrwxr-x. 4 jenkins jenkins 48 Oct 23 01:58 example 02:00:56 drwxrwxr-x. 8 jenkins jenkins 179 Oct 23 01:58 .git 02:00:56 drwxrwxr-x. 2 jenkins jenkins 60 Oct 23 01:58 .github 02:00:56 -rw-rw-r--. 1 jenkins jenkins 138 Oct 23 01:58 .gitignore 02:00:56 -rw-r--r--. 1 jenkins jenkins 517 Oct 23 02:00 go.mod 02:00:56 -rw-r--r--. 1 jenkins jenkins 13737 Oct 23 02:00 go.sum 02:00:56 drwxrwxr-x. 15 jenkins jenkins 211 Oct 23 01:58 internal 02:00:56 -rw-rw-r--. 1 jenkins jenkins 901 Oct 23 01:58 Jenkinsfile 02:00:56 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 23 01:58 LICENSE 02:00:56 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 23 01:58 Makefile 02:00:56 drwxrwxr-x. 4 jenkins jenkins 26 Oct 23 01:58 openapi 02:00:56 drwxrwxr-x. 5 jenkins jenkins 50 Oct 23 01:58 pkg 02:00:56 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 23 01:58 README.md 02:00:56 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 23 01:58 RELEASE-NOTES.txt 02:00:56 drwxrwxr-x. 4 jenkins jenkins 54 Oct 23 01:58 snap 02:00:56 -rw-rw-r--. 1 jenkins jenkins 5 Oct 23 01:55 VERSION 02:00:56 -rw-rw-r--. 1 jenkins jenkins 222 Oct 23 01:58 version.go [Pipeline] isUnix [Pipeline] sh 02:00:56 + 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=1fe67be18c68020cc426561060f6a9e5b098270e --label arch=amd64 --label version=0.0.0 . 02:00:56 Sending build context to Docker daemon 2.482MB 02:00:56 Step 1/24 : ARG BASE=golang:1.15-alpine 02:00:56 Step 2/24 : FROM ${BASE} AS builder 02:00:56 ---> b7a389d95cff 02:00:56 Step 3/24 : ARG MAKE='make build' 02:00:57 ---> Running in 3ac0e3f98803 02:00:57 Removing intermediate container 3ac0e3f98803 02:00:57 ---> e12253a4ff16 02:00:57 Step 4/24 : WORKDIR /device-sdk-go 02:00:57 ---> Running in 856ddaf54dde 02:00:57 Removing intermediate container 856ddaf54dde 02:00:57 ---> 12ce41837e3c 02:00:57 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:00:57 ---> Running in 0a6ffbf6985b 02:00:58 Removing intermediate container 0a6ffbf6985b 02:00:58 ---> 597c21205d77 02:00:58 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:00:58 ---> Running in b24602c0a27e 02:00:59 Removing intermediate container b24602c0a27e 02:00:59 ---> 858870212827 02:00:59 Step 7/24 : RUN apk add --update --no-cache make git 02:00:59 ---> Running in 3e524ac135f4 02:00:59 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:00:59 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:00:59 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:00:59 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.161s coverage: 21.4% of statements 02:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:01:00 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.294s coverage: 97.1% of statements 02:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:01:01 OK: 166 MiB in 39 packages 02:01:01 Removing intermediate container 3e524ac135f4 02:01:01 ---> 6c451428dc58 02:01:01 Step 8/24 : COPY . . 02:01:03 ---> b3673d849770 02:01:03 Step 9/24 : RUN ${MAKE} 02:01:03 ---> Running in 1239d75b95df 02:01:03 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 02:01:19 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:01:22 Removing intermediate container 1239d75b95df 02:01:22 ---> 714a3c934225 02:01:22 Step 10/24 : FROM scratch 02:01:22 ---> 02:01:22 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:01:22 ---> Running in be905d717726 02:01:22 Removing intermediate container be905d717726 02:01:22 ---> fb319232ecaa 02:01:22 Step 12/24 : ENV APP_PORT=49990 02:01:22 ---> Running in 8aa4deb9594d 02:01:23 Removing intermediate container 8aa4deb9594d 02:01:23 ---> 8fd722d89a4d 02:01:23 Step 13/24 : EXPOSE $APP_PORT 02:01:23 ---> Running in 3349f6bcc7b4 02:01:23 Removing intermediate container 3349f6bcc7b4 02:01:23 ---> 2400e59058c3 02:01:23 Step 14/24 : WORKDIR / 02:01:23 ---> Running in fbf5d7e93841 02:01:23 Removing intermediate container fbf5d7e93841 02:01:23 ---> 324c197b18a1 02:01:23 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:01:24 ---> 96846c5dd3ba 02:01:24 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:01:24 ---> d308eebbf8cf 02:01:24 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:01:25 ---> c18f09f81ca9 02:01:25 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:01:25 ---> 1f7075c52f45 02:01:25 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:01:25 ---> 83524bbc2b09 02:01:25 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:01:25 ---> Running in 8072b515beaf 02:01:26 Removing intermediate container 8072b515beaf 02:01:26 ---> 5e1e0398656e 02:01:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:01:26 ---> Running in f34cc8b276b8 02:01:26 Removing intermediate container f34cc8b276b8 02:01:26 ---> f1f7edcfb87b 02:01:26 Step 22/24 : LABEL arch=amd64 02:01:26 ---> Running in 400d61a995b7 02:01:26 Removing intermediate container 400d61a995b7 02:01:26 ---> f7f3b55843dc 02:01:26 Step 23/24 : LABEL git_sha=1fe67be18c68020cc426561060f6a9e5b098270e 02:01:26 ---> Running in 5f9d485d0044 02:01:27 Removing intermediate container 5f9d485d0044 02:01:27 ---> e709f314e2ed 02:01:27 Step 24/24 : LABEL version=0.0.0 02:01:27 ---> Running in a5f8315e2d9e 02:01:27 Removing intermediate container a5f8315e2d9e 02:01:27 ---> b64a234a264d 02:01:27 [Warning] One or more build-args [ARCH] were not consumed 02:01:27 Successfully built b64a234a264d 02:01:27 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:01:33 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.131s coverage: 9.4% of statements 02:01:33 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.115s coverage: 21.9% of statements 02:01:33 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:01:33 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.578s coverage: 42.6% of statements 02:01:33 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:01:33 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.744s coverage: 68.9% of statements 02:01:33 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:01:33 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:01:33 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:01:33 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:01:33 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.176s coverage: 52.6% of statements 02:01:33 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 02:01:33 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:01:33 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:01:33 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.695s coverage: 68.9% of statements 02:01:33 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.141s coverage: 4.7% of statements 02:01:33 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:01:33 GO111MODULE=on go vet ./... 02:02:05 gofmt -l . 02:02:05 [ "`gofmt -l .`" = "" ] 02:02:05 ./bin/test-attribution-txt.sh 02:02:05 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:02:05 Warning: overwriting stash ‘coverage-report’ 02:02:06 Stashed 1 file(s) [Pipeline] } 02:02:06 $ docker stop --time=1 e2bbaa71b48116a1f423001878d176a7c5a59543f7939ff4c57995a61172b7ed 02:02:08 $ docker rm -f e2bbaa71b48116a1f423001878d176a7c5a59543f7939ff4c57995a61172b7ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:02:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:02:11 + ls -al . 02:02:11 total 244 02:02:11 drwxrwxr-x 10 jenkins jenkins 4096 Oct 23 02:02 . 02:02:11 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 01:58 .. 02:02:11 -rw-rw-r-- 1 jenkins jenkins 140 Oct 23 01:58 .dockerignore 02:02:11 drwxrwxr-x 8 jenkins jenkins 4096 Oct 23 01:58 .git 02:02:11 drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 01:58 .github 02:02:11 -rw-rw-r-- 1 jenkins jenkins 138 Oct 23 01:58 .gitignore 02:02:11 -rw-rw-r-- 1 jenkins jenkins 936 Oct 23 01:58 Dockerfile.build 02:02:11 -rw-rw-r-- 1 jenkins jenkins 901 Oct 23 01:58 Jenkinsfile 02:02:11 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 23 01:58 LICENSE 02:02:11 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 23 01:58 Makefile 02:02:11 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 23 01:58 README.md 02:02:11 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 23 01:58 RELEASE-NOTES.txt 02:02:11 -rw-rw-r-- 1 jenkins jenkins 5 Oct 23 01:55 VERSION 02:02:11 drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 01:58 bin 02:02:11 -rw-r--r-- 1 jenkins jenkins 127611 Oct 23 02:01 coverage.out 02:02:11 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 01:58 example 02:02:11 -rw-r--r-- 1 jenkins jenkins 517 Oct 23 02:02 go.mod 02:02:11 -rw-r--r-- 1 jenkins jenkins 13737 Oct 23 02:02 go.sum 02:02:11 drwxrwxr-x 15 jenkins jenkins 4096 Oct 23 01:58 internal 02:02:11 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 01:58 openapi 02:02:11 drwxrwxr-x 5 jenkins jenkins 4096 Oct 23 01:58 pkg 02:02:11 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 01:58 snap 02:02:11 -rw-rw-r-- 1 jenkins jenkins 222 Oct 23 01:58 version.go [Pipeline] isUnix [Pipeline] sh 02:02:11 + 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=1fe67be18c68020cc426561060f6a9e5b098270e --label arch=arm64 --label version=0.0.0 . 02:02:12 Sending build context to Docker daemon 2.482MB 02:02:12 Step 1/24 : ARG BASE=golang:1.15-alpine 02:02:12 Step 2/24 : FROM ${BASE} AS builder 02:02:12 ---> b56bb998b4a6 02:02:12 Step 3/24 : ARG MAKE='make build' 02:02:12 ---> Running in 221c60543ef3 02:02:12 Removing intermediate container 221c60543ef3 02:02:12 ---> d889baadb081 02:02:12 Step 4/24 : WORKDIR /device-sdk-go 02:02:12 ---> Running in b02423674d34 02:02:13 Removing intermediate container b02423674d34 02:02:13 ---> 229c9bf3fd31 02:02:13 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:02:13 ---> Running in 7f156f20a264 02:02:14 Removing intermediate container 7f156f20a264 02:02:14 ---> b95a1db4f36c 02:02:14 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:14 ---> Running in 2153d5fcaa12 02:02:16 Removing intermediate container 2153d5fcaa12 02:02:16 ---> ba8239e46651 02:02:16 Step 7/24 : RUN apk add --update --no-cache make git 02:02:16 ---> Running in 0da6c8e9d4af 02:02:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:02:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:02:19 OK: 142 MiB in 39 packages 02:02:20 Removing intermediate container 0da6c8e9d4af 02:02:20 ---> 42a246dc65ea 02:02:20 Step 8/24 : COPY . . 02:02:22 ---> f11182a434f8 02:02:22 Step 9/24 : RUN ${MAKE} 02:02:22 ---> Running in c64339525557 02:02:23 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 02:02:50 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:02:50 Removing intermediate container c64339525557 02:02:50 ---> 7bb04a595cbf 02:02:50 Step 10/24 : FROM scratch 02:02:50 ---> 02:02:50 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:02:50 ---> Running in de5391752f7a 02:02:50 Removing intermediate container de5391752f7a 02:02:50 ---> 932bf8797ee3 02:02:50 Step 12/24 : ENV APP_PORT=49990 02:02:50 ---> Running in 5e357ac23d26 02:02:51 Removing intermediate container 5e357ac23d26 02:02:51 ---> 8c8db2abfa1d 02:02:51 Step 13/24 : EXPOSE $APP_PORT 02:02:51 ---> Running in e1426667396d 02:02:51 Removing intermediate container e1426667396d 02:02:51 ---> 2212884da6ee 02:02:51 Step 14/24 : WORKDIR / 02:02:51 ---> Running in d4ca7bd9c1c4 02:02:52 Removing intermediate container d4ca7bd9c1c4 02:02:52 ---> 0cbfea6cf2d2 02:02:52 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:02:53 ---> dee98b3f3d05 02:02:53 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:02:54 ---> 84a5a3dcb9d0 02:02:54 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:02:54 ---> e3d857033785 02:02:54 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:02:55 ---> ed25fb4ef93a 02:02:55 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:02:56 ---> 0b133336eabc 02:02:56 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:02:56 ---> Running in d13f788c2694 02:02:57 Removing intermediate container d13f788c2694 02:02:57 ---> a9984781cae7 02:02:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:02:57 ---> Running in 06b1a47043ef 02:02:57 Removing intermediate container 06b1a47043ef 02:02:57 ---> 712d63ea62cb 02:02:57 Step 22/24 : LABEL arch=arm64 02:02:57 ---> Running in 86240d9dc47a 02:02:58 Removing intermediate container 86240d9dc47a 02:02:58 ---> b08a73321973 02:02:58 Step 23/24 : LABEL git_sha=1fe67be18c68020cc426561060f6a9e5b098270e 02:02:58 ---> Running in dbc130bb56e7 02:02:58 Removing intermediate container dbc130bb56e7 02:02:58 ---> fbb1b681a986 02:02:58 Step 24/24 : LABEL version=0.0.0 02:02:58 ---> Running in 1a254b04ca47 02:02:59 Removing intermediate container 1a254b04ca47 02:02:59 ---> 4b0add65b5fe 02:02:59 [Warning] One or more build-args [ARCH] were not consumed 02:02:59 Successfully built 4b0add65b5fe 02:02:59 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [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 02:03:01 provisioning config files... 02:03:01 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp/config3546885884668829055tmp [Pipeline] { [Pipeline] sh 02:03:01 + set +x 02:03:01 + curl -s https://codecov.io/bash 02:03:01 + bash -s -- 02:03:02 02:03:02 _____ _ 02:03:02 / ____| | | 02:03:02 | | ___ __| | ___ ___ _____ __ 02:03:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:03:02 | |___| (_) | (_| | __/ (_| (_) \ V / 02:03:02 \_____\___/ \__,_|\___|\___\___/ \_/ 02:03:02 Bash-20201009-048fee3 02:03:02 02:03:02 02:03:02 ==> Jenkins CI detected. 02:03:02 project root: . 02:03:02 --> token set from env 02:03:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:03:02 ==> Running gcov in . (disable via -X gcov) 02:03:02 ==> Python coveragepy not found 02:03:02 ==> Searching for coverage reports in: 02:03:02 + . 02:03:02 -> Found 1 reports 02:03:02 ==> Detecting git/mercurial file structure 02:03:02 ==> Reading reports 02:03:02 + ./coverage.out bytes=127611 02:03:02 ==> Appending adjustments 02:03:02 https://docs.codecov.io/docs/fixing-reports 02:03:02 + Found adjustments 02:03:02 ==> Gzipping contents 02:03:02 ==> Uploading reports 02:03:02 url: https://codecov.io 02:03:02 query: branch=PR-637&commit=1fe67be18c68020cc426561060f6a9e5b098270e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-637%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=637&job=&cmd_args= 02:03:02 -> Pinging Codecov 02:03:02 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-637&commit=1fe67be18c68020cc426561060f6a9e5b098270e&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-637%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=637&job=&cmd_args= 02:03:02 -> Uploading to 02:03:02 02:03:02 % Total % Received % Xferd Average Speed Time Time Time Current 02:03:02 Dload Upload Total Spent Left Speed 02:03:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 02:03:02 X> Failed to upload 02:03:02 ==> Uploading to Codecov 02:03:02 % Total % Received % Xferd Average Speed Time Time Time Current 02:03:02 Dload Upload Total Spent Left Speed 02:03:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 20871 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20871 0 0 100 20871 0 13427 0:00:01 0:00:01 --:--:-- 13421 100 20981 100 110 100 20871 70 13424 0:00:01 0:00:01 --:--:-- 13421 02:03:04 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1fe67be18c68020cc426561060f6a9e5b098270e [Pipeline] } 02:03:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:03:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:03:07 ---> package-listing.sh 02:03:07 ++ facter osfamily 02:03:07 ++ tr '[:upper:]' '[:lower:]' 02:03:07 + OS_FAMILY=redhat 02:03:07 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-637 02:03:07 + START_PACKAGES=/tmp/packages_start.txt 02:03:07 + END_PACKAGES=/tmp/packages_end.txt 02:03:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:03:07 + PACKAGES=/tmp/packages_start.txt 02:03:07 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-637 ']' 02:03:07 + PACKAGES=/tmp/packages_end.txt 02:03:07 + case "${OS_FAMILY}" in 02:03:07 + rpm -qa 02:03:07 + sort 02:03:12 + '[' -f /tmp/packages_start.txt ']' 02:03:12 + '[' -f /tmp/packages_end.txt ']' 02:03:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:03:12 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-637 ']' 02:03:12 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-637/archives/ 02:03:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-637/archives/ [Pipeline] echo 02:03:12 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-637/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:03:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:03:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:03:12 02:03:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:03:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:03:13 alpine: Pulling from edgex-lftools-log-publisher 02:03:13 df20fa9351a1: Pulling fs layer 02:03:13 36b3adc4ff6f: Pulling fs layer 02:03:13 8ad3a11d3b57: Pulling fs layer 02:03:13 46f8f816bc3b: Pulling fs layer 02:03:13 93b61091891f: Pulling fs layer 02:03:13 93b9cdb0e59b: Pulling fs layer 02:03:13 5e14af77c1be: Pulling fs layer 02:03:13 01666e4c0597: Pulling fs layer 02:03:13 aa168da1d23b: Pulling fs layer 02:03:13 93b9cdb0e59b: Waiting 02:03:13 5e14af77c1be: Waiting 02:03:13 01666e4c0597: Waiting 02:03:13 aa168da1d23b: Waiting 02:03:13 46f8f816bc3b: Waiting 02:03:13 93b61091891f: Waiting 02:03:13 36b3adc4ff6f: Verifying Checksum 02:03:13 36b3adc4ff6f: Download complete 02:03:13 46f8f816bc3b: Verifying Checksum 02:03:13 46f8f816bc3b: Download complete 02:03:13 df20fa9351a1: Verifying Checksum 02:03:13 df20fa9351a1: Download complete 02:03:13 93b9cdb0e59b: Verifying Checksum 02:03:13 93b9cdb0e59b: Download complete 02:03:13 5e14af77c1be: Verifying Checksum 02:03:13 5e14af77c1be: Download complete 02:03:13 93b61091891f: Download complete 02:03:13 01666e4c0597: Verifying Checksum 02:03:13 01666e4c0597: Download complete 02:03:13 8ad3a11d3b57: Verifying Checksum 02:03:13 8ad3a11d3b57: Download complete 02:03:13 df20fa9351a1: Pull complete 02:03:13 36b3adc4ff6f: Pull complete 02:03:14 8ad3a11d3b57: Pull complete 02:03:14 46f8f816bc3b: Pull complete 02:03:15 93b61091891f: Pull complete 02:03:15 93b9cdb0e59b: Pull complete 02:03:15 5e14af77c1be: Pull complete 02:03:15 01666e4c0597: Pull complete 02:03:15 aa168da1d23b: Verifying Checksum 02:03:15 aa168da1d23b: Download complete 02:03:22 aa168da1d23b: Pull complete 02:03:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:03:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:03:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:03:22 prd-centos7-docker-4c-2g-8342 does not seem to be running inside a container 02:03:22 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-637/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-637 -v /w/workspace/dgexfoundry_device-sdk-go_PR-637:/w/workspace/dgexfoundry_device-sdk-go_PR-637:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:03:25 $ docker top 610a183c5621b2cc24028656dfe6f3a40151814dac36d331b585b18e383bb273 -eo pid,comm [Pipeline] { [Pipeline] sh 02:03:26 + touch /tmp/pre-build-complete [Pipeline] sh 02:03:26 + mkdir -p /var/log/sa [Pipeline] sh 02:03:26 + ls /var/log/sa-host 02:03:26 + sadf -c /var/log/sa-host/sa05 02:03:26 file_magic: OK 02:03:26 HZ: Using current value: 100 02:03:26 file_header: OK 02:03:26 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:03:26 Statistics: 02:03:26 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:03:26 File successfully converted to sysstat format version 12.2.1 02:03:26 + sadf -c /var/log/sa-host/sa23 02:03:26 file_magic: OK 02:03:26 HZ: Using current value: 100 02:03:26 file_header: OK 02:03:26 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:03:26 Statistics: 02:03:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:03:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:03:27 provisioning config files... 02:03:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp/config8401371698243551760tmp [Pipeline] { [Pipeline] echo 02:03:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:03:27 ---> create-netrc.sh [Pipeline] } 02:03:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:03:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:03:28 ---> python-tools-install.sh [Pipeline] echo 02:03:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:03:28 ---> sudo-logs.sh 02:03:28 Archiving 'sudo' log.. [Pipeline] echo 02:03:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:03:28 ---> job-cost.sh 02:03:28 lf-activate-venv: SKIPPING 02:03:28 INFO: No Stack... 02:03:32 INFO: Retrieving Pricing Info for: v1-standard-2 02:03:32 INFO: Archiving Costs [Pipeline] echo 02:03:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:03:33 ---> logs-deploy.sh 02:03:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-637/3 02:03:33 INFO: archiving workspace using pattern(s): 02:03:34 Archives upload complete. 02:03:34 INFO: archiving logs to Nexus 02:03:35 ---> uname -a: 02:03:35 Linux prd-centos7-docker-4c-2g-8342.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 02:03:35 02:03:35 02:03:35 ---> lscpu: 02:03:35 Architecture: x86_64 02:03:35 CPU op-mode(s): 32-bit, 64-bit 02:03:35 Byte Order: Little Endian 02:03:35 Address sizes: 40 bits physical, 48 bits virtual 02:03:35 CPU(s): 4 02:03:35 On-line CPU(s) list: 0-3 02:03:35 Thread(s) per core: 1 02:03:35 Core(s) per socket: 1 02:03:35 Socket(s): 4 02:03:35 NUMA node(s): 1 02:03:35 Vendor ID: GenuineIntel 02:03:35 CPU family: 6 02:03:35 Model: 44 02:03:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:03:35 Stepping: 1 02:03:35 CPU MHz: 2933.442 02:03:35 BogoMIPS: 5866.88 02:03:35 Virtualization: VT-x 02:03:35 Hypervisor vendor: KVM 02:03:35 Virtualization type: full 02:03:35 L1d cache: 128 KiB 02:03:35 L1i cache: 128 KiB 02:03:35 L2 cache: 16 MiB 02:03:35 L3 cache: 64 MiB 02:03:35 NUMA node0 CPU(s): 0-3 02:03:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:03:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:03:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:03:35 Vulnerability Meltdown: Mitigation; PTI 02:03:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:03:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:03:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:03:35 Vulnerability Tsx async abort: Not affected 02:03:35 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 02:03:35 02:03:35 02:03:35 ---> nproc: 02:03:35 4 02:03:35 02:03:35 02:03:35 ---> df -h: 02:03:35 Filesystem Size Used Available Use% Mounted on 02:03:35 overlay 50.0G 7.2G 42.8G 14% / 02:03:35 tmpfs 64.0M 0 64.0M 0% /dev 02:03:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:03:35 shm 64.0M 0 64.0M 0% /dev/shm 02:03:35 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 02:03:35 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 02:03:35 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 02:03:35 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 02:03:35 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-637 02:03:35 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-637@tmp 02:03:35 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 02:03:35 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 02:03:35 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 02:03:35 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 02:03:35 02:03:35 02:03:35 ---> free -m: 02:03:35 total used free shared buff/cache available 02:03:35 Mem: 1837 671 122 0 1043 1063 02:03:35 Swap: 1023 0 1023 02:03:35 02:03:35 02:03:35 ---> ip addr: 02:03:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:03:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:03:35 inet 127.0.0.1/8 scope host lo 02:03:35 valid_lft forever preferred_lft forever 02:03:35 inet6 ::1/128 scope host 02:03:35 valid_lft forever preferred_lft forever 02:03:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:03:35 link/ether fa:16:3e:fa:84:6c brd ff:ff:ff:ff:ff:ff 02:03:35 inet 10.30.122.107/23 brd 10.30.123.255 scope global dynamic eth0 02:03:35 valid_lft 85863sec preferred_lft 85863sec 02:03:35 inet6 fe80::f816:3eff:fefa:846c/64 scope link 02:03:35 valid_lft forever preferred_lft forever 02:03:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:03:35 link/ether 02:42:8d:33:41:63 brd ff:ff:ff:ff:ff:ff 02:03:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:03:35 valid_lft forever preferred_lft forever 02:03:35 inet6 fe80::42:8dff:fe33:4163/64 scope link 02:03:35 valid_lft forever preferred_lft forever 02:03:35 02:03:35 02:03:35 ---> sar -b -r -n DEV: 02:03:35 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/23/20 _x86_64_ (4 CPU) 02:03:35 02:03:35 01:54:19 LINUX RESTART (4 CPU) 02:03:35 02:03:35 01:55:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:03:35 01:56:01 57.56 14.97 42.59 0.00 5041.88 4911.17 0.00 02:03:35 01:57:01 1.98 0.00 1.98 0.00 0.00 37.01 0.00 02:03:35 01:58:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 02:03:35 01:59:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 02:03:35 02:00:01 0.23 0.00 0.23 0.00 0.00 2.66 0.00 02:03:35 02:01:01 0.33 0.02 0.32 0.00 0.13 3.53 0.00 02:03:35 02:02:01 0.50 0.13 0.37 0.00 2.26 6.21 0.00 02:03:35 02:03:01 0.23 0.00 0.23 0.00 0.00 3.01 0.00 02:03:35 Average: 7.57 1.86 5.71 0.00 621.57 612.56 0.00 02:03:35 02:03:35 01:55:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:03:35 01:56:01 169488 0 573028 30.46 2620 1136420 1123304 38.34 432936 1116312 16 02:03:35 01:57:01 178264 0 564248 29.99 2620 1136424 1075332 36.70 428568 1113220 8 02:03:35 01:58:01 177108 0 565396 30.05 2620 1136432 1075524 36.71 429684 1113220 8 02:03:35 01:59:01 175852 0 566652 30.12 2620 1136432 1075560 36.71 431864 1112560 8 02:03:35 02:00:01 172504 0 569992 30.29 2620 1136440 1078120 36.79 441596 1106040 16 02:03:35 02:01:01 172616 0 569876 30.29 2620 1136444 1080268 36.87 446444 1100784 12 02:03:35 02:02:01 174176 0 568168 30.20 2620 1136592 1078376 36.80 445656 1100860 16 02:03:35 02:03:01 173516 0 568820 30.23 2620 1136600 1078448 36.81 440236 1106912 8 02:03:35 Average: 174190 0 568272 30.20 2620 1136473 1083116 36.96 437123 1108738 12 02:03:35 02:03:35 01:55:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:03:35 01:56:01 eth0 241.97 176.50 603.82 63.66 0.00 0.00 0.00 0.00 02:03:35 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 01:56:01 docker0 8.46 5.43 1.24 20.25 0.00 0.00 0.00 0.00 02:03:35 01:57:01 eth0 0.58 0.00 0.05 0.00 0.00 0.00 0.00 0.00 02:03:35 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 01:58:01 eth0 1.77 0.50 0.38 0.18 0.00 0.00 0.00 0.00 02:03:35 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 01:59:01 eth0 1.48 0.72 0.62 0.41 0.00 0.00 0.00 0.00 02:03:35 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 02:00:01 eth0 0.62 0.37 0.35 0.26 0.00 0.00 0.00 0.00 02:03:35 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 02:01:01 eth0 0.23 0.20 0.07 0.04 0.00 0.00 0.00 0.00 02:03:35 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 02:02:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:03:35 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 02:03:01 eth0 0.88 0.28 0.44 0.08 0.00 0.00 0.00 0.00 02:03:35 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 Average: eth0 30.52 22.02 74.65 7.97 0.00 0.00 0.00 0.00 02:03:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:03:35 Average: docker0 1.04 0.67 0.15 2.50 0.00 0.00 0.00 0.00 02:03:35 02:03:35 02:03:35 ---> sar -P ALL: 02:03:35 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/23/20 _x86_64_ (4 CPU) 02:03:35 02:03:35 01:54:19 LINUX RESTART (4 CPU) 02:03:35 02:03:35 01:55:02 CPU %user %nice %system %iowait %steal %idle 02:03:35 01:56:01 all 5.68 0.00 2.21 2.13 0.03 89.94 02:03:35 01:56:01 0 6.09 0.00 2.22 0.99 0.02 90.69 02:03:35 01:56:01 1 5.55 0.00 2.28 3.07 0.03 89.07 02:03:35 01:56:01 2 6.05 0.00 2.30 1.21 0.03 90.41 02:03:35 01:56:01 3 5.04 0.00 2.06 3.27 0.03 89.60 02:03:35 01:57:01 all 0.15 0.00 0.04 0.00 0.01 99.80 02:03:35 01:57:01 0 0.02 0.00 0.03 0.00 0.02 99.93 02:03:35 01:57:01 1 0.10 0.00 0.05 0.00 0.00 99.85 02:03:35 01:57:01 2 0.47 0.00 0.05 0.00 0.02 99.47 02:03:35 01:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:03:35 01:58:01 all 0.16 0.00 0.03 0.00 0.00 99.80 02:03:35 01:58:01 0 0.07 0.00 0.03 0.00 0.00 99.90 02:03:35 01:58:01 1 0.08 0.00 0.03 0.00 0.00 99.88 02:03:35 01:58:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:03:35 01:58:01 3 0.45 0.00 0.03 0.00 0.02 99.50 02:03:35 01:59:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:03:35 01:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:03:35 01:59:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:03:35 01:59:01 2 0.02 0.00 0.03 0.00 0.00 99.95 02:03:35 01:59:01 3 0.50 0.00 0.02 0.00 0.00 99.48 02:03:35 02:00:01 all 0.17 0.00 0.04 0.00 0.00 99.79 02:03:35 02:00:01 0 0.03 0.00 0.07 0.00 0.00 99.90 02:03:35 02:00:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:03:35 02:00:01 2 0.07 0.00 0.03 0.00 0.00 99.90 02:03:35 02:00:01 3 0.52 0.00 0.03 0.00 0.02 99.43 02:03:35 02:01:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:03:35 02:01:01 0 0.03 0.00 0.05 0.00 0.00 99.92 02:03:35 02:01:01 1 0.02 0.00 0.00 0.00 0.00 99.98 02:03:35 02:01:01 2 0.05 0.00 0.02 0.00 0.00 99.93 02:03:35 02:01:01 3 0.50 0.00 0.05 0.00 0.00 99.45 02:03:35 02:02:01 all 0.16 0.00 0.03 0.00 0.00 99.80 02:03:35 02:02:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:03:35 02:02:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:03:35 02:02:01 2 0.07 0.00 0.05 0.00 0.02 99.87 02:03:35 02:02:01 3 0.53 0.00 0.03 0.00 0.00 99.43 02:03:35 02:03:01 all 0.16 0.00 0.02 0.00 0.00 99.82 02:03:35 02:03:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:03:35 02:03:01 1 0.03 0.00 0.00 0.00 0.00 99.97 02:03:35 02:03:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:03:35 02:03:01 3 0.53 0.00 0.02 0.00 0.00 99.45 02:03:35 Average: all 0.84 0.00 0.30 0.26 0.01 98.60 02:03:35 Average: 0 0.77 0.00 0.30 0.12 0.00 98.80 02:03:35 Average: 1 0.73 0.00 0.30 0.38 0.00 98.59 02:03:35 Average: 2 0.84 0.00 0.31 0.15 0.01 98.69 02:03:35 Average: 3 1.00 0.00 0.28 0.40 0.01 98.31 02:03:35 02:03:35 02:03:35