Pull request #650 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 tzstoyanov for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 43893dea7cdf8ffe29fac0bba279684163774e51 rather than 99ff7078f1ad0e9c8675c2dd1f3493014af8095f Obtained Jenkinsfile from 43893dea7cdf8ffe29fac0bba279684163774e51 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 d526b796bde0de554c29e9af20c0780a06d0fb4a 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 d526b796bde0de554c29e9af20c0780a06d0fb4a 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 d526b796bde0de554c29e9af20c0780a06d0fb4a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d526b796bde0de554c29e9af20c0780a06d0fb4a # timeout=10 Commit message: "Merge pull request #293 from ernestojeda/test-flags" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11281’ Running on prd-centos7-docker-4c-2g-11283 in /w/workspace/dgexfoundry_device-sdk-go_PR-650 [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-650 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/650/head:refs/remotes/origin/PR-650 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit 99ff7078f1ad0e9c8675c2dd1f3493014af8095f Merge succeeded, producing 99ff7078f1ad0e9c8675c2dd1f3493014af8095f Checking out Revision 99ff7078f1ad0e9c8675c2dd1f3493014af8095f (PR-650) > git config core.sparsecheckout # timeout=10 > git checkout -f 99ff7078f1ad0e9c8675c2dd1f3493014af8095f # 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 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99ff7078f1ad0e9c8675c2dd1f3493014af8095f # timeout=10 Commit message: "feat(sdk): Implement Device AutoEvents SDK APIs" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:15:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:15:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:15:58 ========================================================= 16:15:58 EdgeX Global Pipelines Version Info 16:15:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f6125d15b062591c0be6aa306624ad14d0871a2d # timeout=10 16:15:59 ------------------- 16:15:59 stable info: 16:15:59 ------------------- 16:15:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:15:59 Commit SHA: d526b796bde0de554c29e9af20c0780a06d0fb4a 16:15:59 Message: update stable to v1.0.160 16:16:00 ------------------- 16:16:00 experimental info: 16:16:00 ------------------- 16:16:00 Commited By: **** collab-it+edgex@linuxfoundation.org 16:16:00 Commit SHA: 3013c9e5b146327579a4c127f8df07b52c6647b2 16:16:00 Message: update experimental to v1.0.161 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:16:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 16:16:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 16:16:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:16:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:16:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:16:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:16:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:16:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:16:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 16:16:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:16:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:16:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 16:16:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:16:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:16:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:16:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:16:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:16:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:16:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:16:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:16:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:16:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:16:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:16:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:16:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:16:03 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:16:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-650 [Pipeline] echo 16:16:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-650 [Pipeline] echo 16:16:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-650 [Pipeline] echo 16:16:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 99ff7078f1ad0e9c8675c2dd1f3493014af8095f [Pipeline] echo 16:16:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 99ff707 [Pipeline] echo 16:16:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:16:05 + git log --format=format:%s -1 99ff7078f1ad0e9c8675c2dd1f3493014af8095f [Pipeline] echo 16:16:05 GIT_COMMIT: 99ff7078f1ad0e9c8675c2dd1f3493014af8095f, Commit Message: feat(sdk): Implement Device AutoEvents SDK APIs [Pipeline] echo 16:16:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:16:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:16:06 16:16:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:16:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:16:06 latest: Pulling from edgex-devops/git-semver 16:16:06 31603596830f: Pulling fs layer 16:16:06 2a8b12db71e7: Pulling fs layer 16:16:06 6ca5941a6612: Pulling fs layer 16:16:06 ecc8261a40a4: Pulling fs layer 16:16:06 ecc8261a40a4: Waiting 16:16:06 2a8b12db71e7: Verifying Checksum 16:16:06 2a8b12db71e7: Download complete 16:16:06 31603596830f: Download complete 16:16:06 ecc8261a40a4: Verifying Checksum 16:16:06 ecc8261a40a4: Download complete 16:16:06 6ca5941a6612: Verifying Checksum 16:16:06 6ca5941a6612: Download complete 16:16:07 31603596830f: Pull complete 16:16:07 2a8b12db71e7: Pull complete 16:16:07 6ca5941a6612: Pull complete 16:16:07 ecc8261a40a4: Pull complete 16:16:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:16:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:16:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:16:08 prd-centos7-docker-4c-2g-11283 does not seem to be running inside a container 16:16:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-650 -v /w/workspace/dgexfoundry_device-sdk-go_PR-650:/w/workspace/dgexfoundry_device-sdk-go_PR-650:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:16:10 $ docker top a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:16:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:10 [ssh-agent] Looking for ssh-agent implementation... 16:16:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:11 $ docker exec a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 ssh-agent 16:16:11 SSH_AUTH_SOCK=/tmp/ssh-clmgU5IlH8AD/agent.13 16:16:11 SSH_AGENT_PID=18 16:16:11 Running ssh-add (command line suppressed) 16:16:11 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/private_key_2183888323272998687.key (/w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/private_key_2183888323272998687.key) 16:16:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:11 + git tag --points-at HEAD [Pipeline] } 16:16:11 $ docker exec --env ******** --env ******** a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 ssh-agent -k 16:16:11 unset SSH_AUTH_SOCK; 16:16:11 unset SSH_AGENT_PID; 16:16:11 echo Agent pid 18 killed; 16:16:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:16:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:12 [ssh-agent] Looking for ssh-agent implementation... 16:16:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:12 $ docker exec a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 ssh-agent 16:16:12 SSH_AUTH_SOCK=/tmp/ssh-a6PqKzZMKlH5/agent.47 16:16:12 SSH_AGENT_PID=52 16:16:12 Running ssh-add (command line suppressed) 16:16:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/private_key_2032603024637144808.key (/w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/private_key_2032603024637144808.key) 16:16:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:12 + git semver init 16:16:12 # -> Open(): unable to determine branch for HEAD 16:16:12 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-650/.git 16:16:12 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-650 16:16:12 # $SEMVER_REMOTE_NAME = origin 16:16:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:16:12 # $SEMVER_USER_NAME = edgex-jenkins 16:16:12 # $SEMVER_BRANCH = PR-650 16:16:12 # $SEMVER_TEMP = /tmp/semver-006228821 16:16:12 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 16:16:13 # '/tmp/semver-006228821' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-650/.semver' 16:16:13 # -> Force: false 16:16:13 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-650/.semver [Pipeline] } 16:16:13 $ docker exec --env ******** --env ******** a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 ssh-agent -k 16:16:13 unset SSH_AUTH_SOCK; 16:16:13 unset SSH_AGENT_PID; 16:16:13 echo Agent pid 52 killed; 16:16:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:16:14 + git semver [Pipeline] } 16:16:14 $ docker stop --time=1 a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 16:16:15 $ docker rm -f a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 [Pipeline] // withDockerContainer [Pipeline] sh 16:16:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:16:16 Stashed 1 file(s) [Pipeline] echo 16:16:16 [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 16:16:32 Still waiting to schedule task 16:16:32 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:16:32 Still waiting to schedule task 16:16:32 ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline 16:18:20 Running on prd-centos7-docker-4c-2g-11285 in /w/workspace/dgexfoundry_device-sdk-go_PR-650 [Pipeline] { [Pipeline] ws 16:18:20 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 16:18:22 using credential edgex-jenkins-ssh 16:18:22 Cloning the remote Git repository 16:18:22 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:18:22 > git init /w/workspace/device-sdk-go/3 # timeout=10 16:18:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:18:22 > git --version # timeout=10 16:18:22 > git --version # 'git version 2.16.5' 16:18:22 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:18:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:18:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:18:23 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/650/head:refs/remotes/origin/PR-650 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:18:24 Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit 99ff7078f1ad0e9c8675c2dd1f3493014af8095f 16:18:24 Merge succeeded, producing 99ff7078f1ad0e9c8675c2dd1f3493014af8095f 16:18:24 Checking out Revision 99ff7078f1ad0e9c8675c2dd1f3493014af8095f (PR-650) 16:18:24 > git config core.sparsecheckout # timeout=10 16:18:24 > git checkout -f 99ff7078f1ad0e9c8675c2dd1f3493014af8095f # timeout=10 16:18:24 > git remote # timeout=10 16:18:24 > git config --get remote.origin.url # timeout=10 16:18:24 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:24 > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 16:18:24 > git rev-parse HEAD^{commit} # timeout=10 16:18:24 > git config core.sparsecheckout # timeout=10 16:18:24 > git checkout -f 99ff7078f1ad0e9c8675c2dd1f3493014af8095f # timeout=10 16:18:27 Commit message: "feat(sdk): Implement Device AutoEvents SDK APIs" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:18:28 ========================================================= 16:18:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:18:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:18:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11284 in /w/workspace/dgexfoundry_device-sdk-go_PR-650 [Pipeline] { [Pipeline] ws 16:18:29 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 16:18:29 + 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 . 16:18:29 Sending build context to Docker daemon 2.357MB 16:18:29 Step 1/8 : ARG BASE=golang:1.15-alpine 16:18:29 Step 2/8 : FROM ${BASE} 16:18:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:18:29 df20fa9351a1: Pulling fs layer 16:18:29 ed8968b2872e: Pulling fs layer 16:18:29 a92cc7c5fd73: Pulling fs layer 16:18:29 e871e8e8d7a9: Pulling fs layer 16:18:29 e73272ec9a57: Pulling fs layer 16:18:29 1e910a182e73: Pulling fs layer 16:18:29 4e634b169226: Pulling fs layer 16:18:29 e73272ec9a57: Waiting 16:18:29 e871e8e8d7a9: Waiting 16:18:29 1e910a182e73: Waiting 16:18:29 4e634b169226: Waiting 16:18:29 a92cc7c5fd73: Verifying Checksum 16:18:29 a92cc7c5fd73: Download complete 16:18:29 ed8968b2872e: Verifying Checksum 16:18:29 ed8968b2872e: Download complete 16:18:29 e73272ec9a57: Verifying Checksum 16:18:29 e73272ec9a57: Download complete 16:18:29 1e910a182e73: Verifying Checksum 16:18:29 1e910a182e73: Download complete 16:18:30 df20fa9351a1: Verifying Checksum 16:18:30 df20fa9351a1: Download complete 16:18:30 df20fa9351a1: Pull complete 16:18:30 ed8968b2872e: Pull complete 16:18:31 a92cc7c5fd73: Pull complete 16:18:32 4e634b169226: Verifying Checksum 16:18:32 4e634b169226: Download complete 16:18:32 e871e8e8d7a9: Verifying Checksum 16:18:32 e871e8e8d7a9: Download complete 16:18:34 using credential edgex-jenkins-ssh 16:18:34 Cloning the remote Git repository 16:18:34 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 16:18:34 > git init /w/workspace/device-sdk-go/3 # timeout=10 16:18:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:18:34 > git --version # timeout=10 16:18:34 > git --version # 'git version 2.17.1' 16:18:34 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:36 Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit 99ff7078f1ad0e9c8675c2dd1f3493014af8095f 16:18:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:18:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 16:18:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 16:18:36 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/650/head:refs/remotes/origin/PR-650 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:18:36 > git config core.sparsecheckout # timeout=10 16:18:36 > git checkout -f 99ff7078f1ad0e9c8675c2dd1f3493014af8095f # timeout=10 16:18:37 Merge succeeded, producing 99ff7078f1ad0e9c8675c2dd1f3493014af8095f 16:18:37 Checking out Revision 99ff7078f1ad0e9c8675c2dd1f3493014af8095f (PR-650) 16:18:38 e871e8e8d7a9: Pull complete 16:18:38 e73272ec9a57: Pull complete 16:18:37 > git remote # timeout=10 16:18:37 > git config --get remote.origin.url # timeout=10 16:18:37 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:37 > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 16:18:37 > git rev-parse HEAD^{commit} # timeout=10 16:18:37 > git config core.sparsecheckout # timeout=10 16:18:37 > git checkout -f 99ff7078f1ad0e9c8675c2dd1f3493014af8095f # timeout=10 16:18:38 1e910a182e73: Pull complete 16:18:41 Commit message: "feat(sdk): Implement Device AutoEvents SDK APIs" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:18:42 ========================================================= 16:18:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:18:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:18:42 4e634b169226: Pull complete 16:18:42 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:18:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:18:42 ---> f7629b54cfaa 16:18:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:18:42 ---> Running in a66e1e0d8605 16:18:42 Removing intermediate container a66e1e0d8605 16:18:42 ---> 1606a7e50f62 16:18:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:18:42 ---> Running in 53b040a1b671 16:18:43 + 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 . 16:18:44 Removing intermediate container 53b040a1b671 16:18:44 ---> e263fbc0d772 16:18:44 Step 5/8 : RUN apk add --no-cache make git 16:18:44 ---> Running in ef6f54358662 16:18:44 Sending build context to Docker daemon 2.357MB 16:18:44 Step 1/8 : ARG BASE=golang:1.15-alpine 16:18:44 Step 2/8 : FROM ${BASE} 16:18:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:18:44 b538f80385f9: Pulling fs layer 16:18:44 74f711af9a0d: Pulling fs layer 16:18:44 99f96fe45779: Pulling fs layer 16:18:44 8529a6b9a6be: Pulling fs layer 16:18:44 45590311c82a: Pulling fs layer 16:18:44 69ca0ff8b7b3: Pulling fs layer 16:18:44 209524e5b208: Pulling fs layer 16:18:44 8529a6b9a6be: Waiting 16:18:44 45590311c82a: Waiting 16:18:44 69ca0ff8b7b3: Waiting 16:18:44 209524e5b208: Waiting 16:18:44 99f96fe45779: Verifying Checksum 16:18:44 99f96fe45779: Download complete 16:18:44 74f711af9a0d: Verifying Checksum 16:18:44 74f711af9a0d: Download complete 16:18:44 45590311c82a: Verifying Checksum 16:18:44 45590311c82a: Download complete 16:18:44 69ca0ff8b7b3: Verifying Checksum 16:18:44 69ca0ff8b7b3: Download complete 16:18:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:18:45 b538f80385f9: Verifying Checksum 16:18:45 b538f80385f9: Download complete 16:18:45 b538f80385f9: Pull complete 16:18:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:18:46 74f711af9a0d: Pull complete 16:18:46 99f96fe45779: Pull complete 16:18:47 209524e5b208: Verifying Checksum 16:18:47 209524e5b208: Download complete 16:18:47 OK: 166 MiB in 39 packages 16:18:47 Removing intermediate container ef6f54358662 16:18:47 ---> 4dc00cc35aff 16:18:47 Step 6/8 : WORKDIR /device-sdk-go 16:18:47 ---> Running in a4dd64da5711 16:18:47 Removing intermediate container a4dd64da5711 16:18:47 ---> 506d18f11154 16:18:47 Step 7/8 : COPY . . 16:18:48 8529a6b9a6be: Download complete 16:18:49 ---> 4e4d6445370b 16:18:49 Step 8/8 : RUN go mod download 16:18:49 ---> Running in 815e9b862c2f 16:18:58 8529a6b9a6be: Pull complete 16:18:59 45590311c82a: Pull complete 16:18:59 69ca0ff8b7b3: Pull complete 16:19:03 209524e5b208: Pull complete 16:19:03 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:19:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:19:03 ---> 5bddaf1c2fca 16:19:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:19:05 ---> Running in 0c8d155c6a07 16:19:06 Removing intermediate container 0c8d155c6a07 16:19:06 ---> 9bdf2809ddbb 16:19:06 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:06 ---> Running in 522ac5831263 16:19:07 Removing intermediate container 815e9b862c2f 16:19:07 ---> 2c76dcc3d58e 16:19:07 Successfully built 2c76dcc3d58e 16:19:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:19:07 + docker inspect -f . ci-base-image-x86_64 16:19:07 . [Pipeline] withDockerContainer 16:19:07 prd-centos7-docker-4c-2g-11285 does not seem to be running inside a container 16:19:07 $ 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 ******** ci-base-image-x86_64 cat 16:19:09 $ docker top efd80a93a805fe437ca76bbad39646107f1118e7dd134c725599c61e4ebaf92d -eo pid,comm [Pipeline] { [Pipeline] sh 16:19:09 + go version 16:19:09 go version go1.15.2 linux/amd64 [Pipeline] } 16:19:09 $ docker stop --time=1 efd80a93a805fe437ca76bbad39646107f1118e7dd134c725599c61e4ebaf92d 16:19:09 Removing intermediate container 522ac5831263 16:19:09 ---> fd79b48a912b 16:19:09 Step 5/8 : RUN apk add --no-cache make git 16:19:09 ---> Running in c51ca79e7307 16:19:10 $ docker rm -f efd80a93a805fe437ca76bbad39646107f1118e7dd134c725599c61e4ebaf92d 16:19:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:19:11 + docker inspect -f . ci-base-image-x86_64 16:19:11 . [Pipeline] withDockerContainer 16:19:11 prd-centos7-docker-4c-2g-11285 does not seem to be running inside a container 16:19:12 $ 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 ******** ci-base-image-x86_64 cat 16:19:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:19:12 $ docker top 3aa58093bf34bcd34bab816c75a378c15d174926ff77c6e7337f8c498a13c19b -eo pid,comm [Pipeline] { [Pipeline] sh 16:19:13 + make test 16:19:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:19:13 OK: 142 MiB in 39 packages 16:19:14 Removing intermediate container c51ca79e7307 16:19:14 ---> 1d5acabe36e7 16:19:14 Step 6/8 : WORKDIR /device-sdk-go 16:19:14 ---> Running in 03b70282ca98 16:19:15 Removing intermediate container 03b70282ca98 16:19:15 ---> c167501d5ea2 16:19:15 Step 7/8 : COPY . . 16:19:16 ---> a9da976305c3 16:19:16 Step 8/8 : RUN go mod download 16:19:16 ---> Running in 4426131af6ae 16:19:20 ? github.com/edgexfoundry/device-sdk-go [no test files] 16:19:35 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 16:19:35 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 16:19:35 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 16:19:35 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.065s coverage: 20.8% of statements 16:19:35 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.453s coverage: 97.1% of statements 16:19:39 Removing intermediate container 4426131af6ae 16:19:39 ---> 192876bf73b4 16:19:39 Successfully built 192876bf73b4 16:19:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:19:39 + docker inspect -f . ci-base-image-arm64 16:19:39 . [Pipeline] withDockerContainer 16:19:39 prd-ubuntu18.04-docker-arm64-4c-16g-11284 does not seem to be running inside a container 16:19:39 $ 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 ******** ci-base-image-arm64 cat 16:19:41 $ docker top 4239826793b7ff8027f319788107388fde70dbb7f23e98d65a060c49c1c134ea -eo pid,comm [Pipeline] { [Pipeline] sh 16:19:43 + go version 16:19:43 go version go1.15.2 linux/arm64 [Pipeline] } 16:19:43 $ docker stop --time=1 4239826793b7ff8027f319788107388fde70dbb7f23e98d65a060c49c1c134ea 16:19:45 $ docker rm -f 4239826793b7ff8027f319788107388fde70dbb7f23e98d65a060c49c1c134ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:19:46 + docker inspect -f . ci-base-image-arm64 16:19:46 . [Pipeline] withDockerContainer 16:19:46 prd-ubuntu18.04-docker-arm64-4c-16g-11284 does not seem to be running inside a container 16:19:46 $ 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 ******** ci-base-image-arm64 cat 16:19:48 $ docker top 970cc72ee7b147d712b29ceed064be8ebfb052545687c8539c0ce5ab02614fe8 -eo pid,comm [Pipeline] { [Pipeline] sh 16:19:50 + make test 16:19:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:20:07 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.062s coverage: 9.4% of statements 16:20:07 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.062s coverage: 21.9% of statements 16:20:07 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 16:20:07 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.224s coverage: 42.6% of statements 16:20:07 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 16:20:07 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.279s coverage: 68.9% of statements 16:20:07 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 16:20:07 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 16:20:07 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 16:20:07 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 16:20:07 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.063s coverage: 52.6% of statements 16:20:07 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 16:20:07 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 16:20:07 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 16:20:07 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.286s coverage: 68.9% of statements 16:20:07 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.3% of statements 16:20:07 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 16:20:07 GO111MODULE=on go vet ./... 16:20:12 ? github.com/edgexfoundry/device-sdk-go [no test files] 16:20:14 gofmt -l . 16:20:14 [ "`gofmt -l .`" = "" ] 16:20:14 ./bin/test-attribution-txt.sh 16:20:15 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:20:15 $ docker stop --time=1 3aa58093bf34bcd34bab816c75a378c15d174926ff77c6e7337f8c498a13c19b 16:20:17 $ docker rm -f 3aa58093bf34bcd34bab816c75a378c15d174926ff77c6e7337f8c498a13c19b [Pipeline] // withDockerContainer [Pipeline] sh 16:20:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:20:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:20:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:20:21 + ls -al . 16:20:21 total 208 16:20:21 drwxrwxr-x. 10 jenkins jenkins 4096 Nov 5 16:20 . 16:20:21 drwxrwxr-x. 4 jenkins jenkins 28 Nov 5 16:18 .. 16:20:21 drwxrwxr-x. 2 jenkins jenkins 64 Nov 5 16:18 bin 16:20:21 -rw-r--r--. 1 jenkins jenkins 128813 Nov 5 16:20 coverage.out 16:20:21 -rw-rw-r--. 1 jenkins jenkins 936 Nov 5 16:18 Dockerfile.build 16:20:21 -rw-rw-r--. 1 jenkins jenkins 140 Nov 5 16:18 .dockerignore 16:20:21 drwxrwxr-x. 4 jenkins jenkins 48 Nov 5 16:18 example 16:20:21 drwxrwxr-x. 8 jenkins jenkins 179 Nov 5 16:18 .git 16:20:21 drwxrwxr-x. 2 jenkins jenkins 60 Nov 5 16:18 .github 16:20:21 -rw-rw-r--. 1 jenkins jenkins 138 Nov 5 16:18 .gitignore 16:20:21 -rw-r--r--. 1 jenkins jenkins 518 Nov 5 16:20 go.mod 16:20:21 -rw-r--r--. 1 jenkins jenkins 13436 Nov 5 16:20 go.sum 16:20:21 drwxrwxr-x. 15 jenkins jenkins 211 Nov 5 16:18 internal 16:20:21 -rw-rw-r--. 1 jenkins jenkins 901 Nov 5 16:18 Jenkinsfile 16:20:21 -rw-rw-r--. 1 jenkins jenkins 11341 Nov 5 16:18 LICENSE 16:20:21 -rw-rw-r--. 1 jenkins jenkins 1013 Nov 5 16:18 Makefile 16:20:21 drwxrwxr-x. 4 jenkins jenkins 26 Nov 5 16:18 openapi 16:20:21 drwxrwxr-x. 5 jenkins jenkins 50 Nov 5 16:18 pkg 16:20:21 -rw-rw-r--. 1 jenkins jenkins 5897 Nov 5 16:18 README.md 16:20:21 -rw-rw-r--. 1 jenkins jenkins 4291 Nov 5 16:18 RELEASE-NOTES.txt 16:20:21 drwxrwxr-x. 4 jenkins jenkins 54 Nov 5 16:18 snap 16:20:21 -rw-rw-r--. 1 jenkins jenkins 5 Nov 5 16:16 VERSION 16:20:21 -rw-rw-r--. 1 jenkins jenkins 222 Nov 5 16:18 version.go [Pipeline] isUnix [Pipeline] sh 16:20:21 + 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=99ff7078f1ad0e9c8675c2dd1f3493014af8095f --label arch=amd64 --label version=0.0.0 . 16:20:22 Sending build context to Docker daemon 2.487MB 16:20:22 Step 1/24 : ARG BASE=golang:1.15-alpine 16:20:22 Step 2/24 : FROM ${BASE} AS builder 16:20:22 ---> 2c76dcc3d58e 16:20:22 Step 3/24 : ARG MAKE='make build' 16:20:22 ---> Running in 8a6363413da8 16:20:22 Removing intermediate container 8a6363413da8 16:20:22 ---> 831d5f6c417b 16:20:22 Step 4/24 : WORKDIR /device-sdk-go 16:20:22 ---> Running in a29a5db12e93 16:20:22 Removing intermediate container a29a5db12e93 16:20:22 ---> 433a0d2a6846 16:20:22 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:20:22 ---> Running in 23be67b32b4a 16:20:23 Removing intermediate container 23be67b32b4a 16:20:23 ---> 5ba2f6152a06 16:20:23 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:23 ---> Running in 7753dbad621b 16:20:24 Removing intermediate container 7753dbad621b 16:20:24 ---> 20474efa554b 16:20:24 Step 7/24 : RUN apk add --update --no-cache make git 16:20:24 ---> Running in ccfd286f64e6 16:20:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:20:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:20:27 OK: 166 MiB in 39 packages 16:20:27 Removing intermediate container ccfd286f64e6 16:20:27 ---> d757efa4506d 16:20:27 Step 8/24 : COPY . . 16:20:28 ---> f14d637da7d5 16:20:28 Step 9/24 : RUN ${MAKE} 16:20:28 ---> Running in c5133f74bb94 16:20:28 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 16:20:37 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:20:39 Removing intermediate container c5133f74bb94 16:20:39 ---> 56e44560830a 16:20:39 Step 10/24 : FROM scratch 16:20:39 ---> 16:20:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:20:39 ---> Running in 2669babcba77 16:20:39 Removing intermediate container 2669babcba77 16:20:39 ---> 812a0e101fd6 16:20:39 Step 12/24 : ENV APP_PORT=49990 16:20:39 ---> Running in bfc99c76d76d 16:20:39 Removing intermediate container bfc99c76d76d 16:20:39 ---> f6e0ce5ebc25 16:20:39 Step 13/24 : EXPOSE $APP_PORT 16:20:39 ---> Running in d65b34b33673 16:20:40 Removing intermediate container d65b34b33673 16:20:40 ---> 4849ad71bd86 16:20:40 Step 14/24 : WORKDIR / 16:20:40 ---> Running in f627cff1a698 16:20:40 Removing intermediate container f627cff1a698 16:20:40 ---> 846894090bb3 16:20:40 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:20:40 ---> 0669558d184c 16:20:40 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:20:40 ---> cd8af1a78f50 16:20:40 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:20:41 ---> 6260c61a40c6 16:20:41 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:20:41 ---> 62bbe7cfcce7 16:20:41 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:20:41 ---> 9fd25e425143 16:20:41 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 16:20:41 ---> Running in 144aa079a973 16:20:42 Removing intermediate container 144aa079a973 16:20:42 ---> 9545699a56b5 16:20:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:20:42 ---> Running in 1816a7ef8f24 16:20:42 Removing intermediate container 1816a7ef8f24 16:20:42 ---> 17b692ca65c7 16:20:42 Step 22/24 : LABEL arch=amd64 16:20:42 ---> Running in 5becb58b6273 16:20:42 Removing intermediate container 5becb58b6273 16:20:42 ---> 20819a02bcd7 16:20:42 Step 23/24 : LABEL git_sha=99ff7078f1ad0e9c8675c2dd1f3493014af8095f 16:20:42 ---> Running in e2cc6d3ed93e 16:20:42 Removing intermediate container e2cc6d3ed93e 16:20:42 ---> 0e4358550c75 16:20:42 Step 24/24 : LABEL version=0.0.0 16:20:42 ---> Running in 1f6b8a9e5725 16:20:42 Removing intermediate container 1f6b8a9e5725 16:20:42 ---> dd89d359a6fe 16:20:42 [Warning] One or more build-args [ARCH] were not consumed 16:20:42 Successfully built dd89d359a6fe 16:20:42 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] } 16:20:51 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 16:20:51 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 16:20:51 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 16:20:51 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.122s coverage: 20.8% of statements 16:20:55 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.139s coverage: 97.1% of statements 16:21:22 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.161s coverage: 9.4% of statements 16:21:22 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.125s coverage: 21.9% of statements 16:21:22 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 16:21:22 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.556s coverage: 42.6% of statements 16:21:22 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 16:21:22 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.747s coverage: 68.9% of statements 16:21:22 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 16:21:22 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 16:21:22 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 16:21:22 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 16:21:22 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.214s coverage: 52.6% of statements 16:21:22 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 16:21:22 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 16:21:22 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 16:21:22 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.948s coverage: 68.9% of statements 16:21:22 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.141s coverage: 4.3% of statements 16:21:22 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 16:21:23 GO111MODULE=on go vet ./... 16:21:55 gofmt -l . 16:21:55 [ "`gofmt -l .`" = "" ] 16:21:55 ./bin/test-attribution-txt.sh 16:21:55 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:21:55 $ docker stop --time=1 970cc72ee7b147d712b29ceed064be8ebfb052545687c8539c0ce5ab02614fe8 16:21:58 $ docker rm -f 970cc72ee7b147d712b29ceed064be8ebfb052545687c8539c0ce5ab02614fe8 [Pipeline] // withDockerContainer [Pipeline] sh 16:21:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:21:59 Warning: overwriting stash ‘coverage-report’ 16:22:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:22:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:22:01 + ls -al . 16:22:01 total 244 16:22:01 drwxrwxr-x 10 jenkins jenkins 4096 Nov 5 16:21 . 16:22:01 drwxrwxr-x 4 jenkins jenkins 4096 Nov 5 16:18 .. 16:22:01 -rw-rw-r-- 1 jenkins jenkins 140 Nov 5 16:18 .dockerignore 16:22:01 drwxrwxr-x 8 jenkins jenkins 4096 Nov 5 16:18 .git 16:22:01 drwxrwxr-x 2 jenkins jenkins 4096 Nov 5 16:18 .github 16:22:01 -rw-rw-r-- 1 jenkins jenkins 138 Nov 5 16:18 .gitignore 16:22:01 -rw-rw-r-- 1 jenkins jenkins 936 Nov 5 16:18 Dockerfile.build 16:22:01 -rw-rw-r-- 1 jenkins jenkins 901 Nov 5 16:18 Jenkinsfile 16:22:01 -rw-rw-r-- 1 jenkins jenkins 11341 Nov 5 16:18 LICENSE 16:22:01 -rw-rw-r-- 1 jenkins jenkins 1013 Nov 5 16:18 Makefile 16:22:01 -rw-rw-r-- 1 jenkins jenkins 5897 Nov 5 16:18 README.md 16:22:01 -rw-rw-r-- 1 jenkins jenkins 4291 Nov 5 16:18 RELEASE-NOTES.txt 16:22:01 -rw-rw-r-- 1 jenkins jenkins 5 Nov 5 16:16 VERSION 16:22:01 drwxrwxr-x 2 jenkins jenkins 4096 Nov 5 16:18 bin 16:22:01 -rw-r--r-- 1 jenkins jenkins 128813 Nov 5 16:21 coverage.out 16:22:01 drwxrwxr-x 4 jenkins jenkins 4096 Nov 5 16:18 example 16:22:01 -rw-r--r-- 1 jenkins jenkins 518 Nov 5 16:21 go.mod 16:22:01 -rw-r--r-- 1 jenkins jenkins 13436 Nov 5 16:21 go.sum 16:22:01 drwxrwxr-x 15 jenkins jenkins 4096 Nov 5 16:18 internal 16:22:01 drwxrwxr-x 4 jenkins jenkins 4096 Nov 5 16:18 openapi 16:22:01 drwxrwxr-x 5 jenkins jenkins 4096 Nov 5 16:18 pkg 16:22:01 drwxrwxr-x 4 jenkins jenkins 4096 Nov 5 16:18 snap 16:22:01 -rw-rw-r-- 1 jenkins jenkins 222 Nov 5 16:18 version.go [Pipeline] isUnix [Pipeline] sh 16:22:01 + 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=99ff7078f1ad0e9c8675c2dd1f3493014af8095f --label arch=arm64 --label version=0.0.0 . 16:22:02 Sending build context to Docker daemon 2.487MB 16:22:02 Step 1/24 : ARG BASE=golang:1.15-alpine 16:22:02 Step 2/24 : FROM ${BASE} AS builder 16:22:02 ---> 192876bf73b4 16:22:02 Step 3/24 : ARG MAKE='make build' 16:22:02 ---> Running in 5d4a44522d6e 16:22:03 Removing intermediate container 5d4a44522d6e 16:22:03 ---> 114e7ca402dd 16:22:03 Step 4/24 : WORKDIR /device-sdk-go 16:22:03 ---> Running in 7a977c48c1ac 16:22:04 Removing intermediate container 7a977c48c1ac 16:22:04 ---> bc2a8e753dc9 16:22:04 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:22:04 ---> Running in 72292d26b5ec 16:22:04 Removing intermediate container 72292d26b5ec 16:22:04 ---> 34f641fb5546 16:22:04 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:22:04 ---> Running in 6e6397d7144f 16:22:07 Removing intermediate container 6e6397d7144f 16:22:07 ---> 4e949b6db530 16:22:07 Step 7/24 : RUN apk add --update --no-cache make git 16:22:07 ---> Running in c6f864387b93 16:22:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:22:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:22:10 OK: 142 MiB in 39 packages 16:22:12 Removing intermediate container c6f864387b93 16:22:12 ---> b9273a4c472d 16:22:12 Step 8/24 : COPY . . 16:22:13 ---> 5e795501ceae 16:22:13 Step 9/24 : RUN ${MAKE} 16:22:13 ---> Running in e37d09231210 16:22:14 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 16:22:41 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 16:22:41 Removing intermediate container e37d09231210 16:22:41 ---> bda2db10fbad 16:22:41 Step 10/24 : FROM scratch 16:22:41 ---> 16:22:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 16:22:42 ---> Running in 12e9408734aa 16:22:42 Removing intermediate container 12e9408734aa 16:22:42 ---> 106226e2dc39 16:22:42 Step 12/24 : ENV APP_PORT=49990 16:22:42 ---> Running in a8f9359417cf 16:22:43 Removing intermediate container a8f9359417cf 16:22:43 ---> 01712fa83eb5 16:22:43 Step 13/24 : EXPOSE $APP_PORT 16:22:43 ---> Running in c6931fff3a33 16:22:43 Removing intermediate container c6931fff3a33 16:22:43 ---> 06c50d69c914 16:22:43 Step 14/24 : WORKDIR / 16:22:43 ---> Running in 93cc699ebf29 16:22:44 Removing intermediate container 93cc699ebf29 16:22:44 ---> 832c8c1b4f04 16:22:44 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 16:22:45 ---> 0fe5acfbc593 16:22:45 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 16:22:46 ---> 989a6104d6e6 16:22:46 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 16:22:47 ---> 2a5a870fe096 16:22:47 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 16:22:47 ---> 0e5d8891ce0a 16:22:47 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 16:22:48 ---> a6593539b02d 16:22:48 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 16:22:48 ---> Running in 4a4c75e0d2e9 16:22:48 Removing intermediate container 4a4c75e0d2e9 16:22:48 ---> 21839cb12223 16:22:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:22:48 ---> Running in 7580d7e40306 16:22:49 Removing intermediate container 7580d7e40306 16:22:49 ---> 213a0ade1186 16:22:49 Step 22/24 : LABEL arch=arm64 16:22:49 ---> Running in 6b6e81843c39 16:22:50 Removing intermediate container 6b6e81843c39 16:22:50 ---> 5b12ec595682 16:22:50 Step 23/24 : LABEL git_sha=99ff7078f1ad0e9c8675c2dd1f3493014af8095f 16:22:50 ---> Running in f050f4130c7c 16:22:50 Removing intermediate container f050f4130c7c 16:22:50 ---> 458784a97328 16:22:50 Step 24/24 : LABEL version=0.0.0 16:22:50 ---> Running in f2f0829b4bd3 16:22:51 Removing intermediate container f2f0829b4bd3 16:22:51 ---> bcaef9d1c634 16:22:51 [Warning] One or more build-args [ARCH] were not consumed 16:22:51 Successfully built bcaef9d1c634 16:22:51 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:22:53 provisioning config files... 16:22:53 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/config1228281637402487522tmp [Pipeline] { [Pipeline] sh 16:22:53 + set +x 16:22:53 + curl -s https://codecov.io/bash 16:22:53 + bash -s -- 16:22:53 16:22:53 _____ _ 16:22:53 / ____| | | 16:22:53 | | ___ __| | ___ ___ _____ __ 16:22:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:22:53 | |___| (_) | (_| | __/ (_| (_) \ V / 16:22:53 \_____\___/ \__,_|\___|\___\___/ \_/ 16:22:53 Bash-20201104-3e6f2fc 16:22:53 16:22:53 16:22:53 ==> Jenkins CI detected. 16:22:53 project root: . 16:22:53 --> token set from env 16:22:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:22:53 ==> Running gcov in . (disable via -X gcov) 16:22:53 ==> Python coveragepy not found 16:22:53 ==> Searching for coverage reports in: 16:22:53 + . 16:22:53 -> Found 1 reports 16:22:53 ==> Detecting git/mercurial file structure 16:22:53 ==> Reading reports 16:22:53 + ./coverage.out bytes=128813 16:22:53 ==> Appending adjustments 16:22:53 https://docs.codecov.io/docs/fixing-reports 16:22:54 + Found adjustments 16:22:54 ==> Gzipping contents 16:22:54 ==> Uploading reports 16:22:54 url: https://codecov.io 16:22:54 query: branch=PR-650&commit=99ff7078f1ad0e9c8675c2dd1f3493014af8095f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-650%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=650&job=&cmd_args= 16:22:54 -> Pinging Codecov 16:22:54 https://codecov.io/upload/v4?package=bash-20201104-3e6f2fc&token=secret&branch=PR-650&commit=99ff7078f1ad0e9c8675c2dd1f3493014af8095f&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-650%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=650&job=&cmd_args= 16:22:54  16:22:54 16:22:54 16:22:54 16:22:54 Error 411 (Length Required)!!1 16:22:54 16:22:54 16:22:54

411. That’s an error. 16:22:54

POST requests require a Content-length header. That’s all we know. 16:22:54 16:22:54 411 16:22:54 ==> Uploading to Codecov 16:22:54 % Total % Received % Xferd Average Speed Time Time Time Current 16:22:54 Dload Upload Total Spent Left Speed 16:23:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20987 0 0 100 20987 0 18333 0:00:01 0:00:01 --:--:-- 18345 100 20987 0 0 100 20987 0 10483 0:00:02 0:00:02 --:--:-- 10488 100 20987 0 0 100 20987 0 6988 0:00:03 0:00:03 --:--:-- 6991 100 20987 0 0 100 20987 0 5240 0:00:04 0:00:04 --:--:-- 5241 100 20987 0 0 100 20987 0 4192 0:00:05 0:00:05 --:--:-- 4193 99 21097 0 0 100 20987 0 3499 0:00:05 0:00:05 --:--:-- 0 100 21097 100 110 100 20987 18 3499 0:00:06 0:00:05 0:00:01 0 16:23:00 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/99ff7078f1ad0e9c8675c2dd1f3493014af8095f [Pipeline] } 16:23:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 16:23:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:23:04 ---> package-listing.sh 16:23:04 ++ facter osfamily 16:23:04 ++ tr '[:upper:]' '[:lower:]' 16:23:04 + OS_FAMILY=redhat 16:23:04 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-650 16:23:04 + START_PACKAGES=/tmp/packages_start.txt 16:23:04 + END_PACKAGES=/tmp/packages_end.txt 16:23:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:23:04 + PACKAGES=/tmp/packages_start.txt 16:23:04 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-650 ']' 16:23:04 + PACKAGES=/tmp/packages_end.txt 16:23:04 + case "${OS_FAMILY}" in 16:23:04 + rpm -qa 16:23:04 + sort 16:23:08 + '[' -f /tmp/packages_start.txt ']' 16:23:08 + '[' -f /tmp/packages_end.txt ']' 16:23:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:23:08 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-650 ']' 16:23:08 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-650/archives/ 16:23:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-650/archives/ [Pipeline] echo 16:23:08 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-650/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:23:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:23:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:23:09 16:23:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:23:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:23:09 alpine: Pulling from edgex-lftools-log-publisher 16:23:09 df20fa9351a1: Pulling fs layer 16:23:09 36b3adc4ff6f: Pulling fs layer 16:23:09 8ad3a11d3b57: Pulling fs layer 16:23:09 46f8f816bc3b: Pulling fs layer 16:23:09 93b61091891f: Pulling fs layer 16:23:09 93b9cdb0e59b: Pulling fs layer 16:23:09 5e14af77c1be: Pulling fs layer 16:23:09 01666e4c0597: Pulling fs layer 16:23:09 aa168da1d23b: Pulling fs layer 16:23:09 46f8f816bc3b: Waiting 16:23:09 93b61091891f: Waiting 16:23:09 93b9cdb0e59b: Waiting 16:23:09 01666e4c0597: Waiting 16:23:09 aa168da1d23b: Waiting 16:23:09 5e14af77c1be: Waiting 16:23:09 36b3adc4ff6f: Verifying Checksum 16:23:09 36b3adc4ff6f: Download complete 16:23:09 46f8f816bc3b: Verifying Checksum 16:23:09 46f8f816bc3b: Download complete 16:23:09 df20fa9351a1: Verifying Checksum 16:23:09 df20fa9351a1: Download complete 16:23:09 93b9cdb0e59b: Verifying Checksum 16:23:09 93b9cdb0e59b: Download complete 16:23:09 5e14af77c1be: Verifying Checksum 16:23:09 5e14af77c1be: Download complete 16:23:09 01666e4c0597: Verifying Checksum 16:23:09 01666e4c0597: Download complete 16:23:09 df20fa9351a1: Pull complete 16:23:10 36b3adc4ff6f: Pull complete 16:23:10 93b61091891f: Verifying Checksum 16:23:10 93b61091891f: Download complete 16:23:10 8ad3a11d3b57: Verifying Checksum 16:23:10 8ad3a11d3b57: Download complete 16:23:11 8ad3a11d3b57: Pull complete 16:23:11 46f8f816bc3b: Pull complete 16:23:11 93b61091891f: Pull complete 16:23:12 93b9cdb0e59b: Pull complete 16:23:12 5e14af77c1be: Pull complete 16:23:12 aa168da1d23b: Verifying Checksum 16:23:12 aa168da1d23b: Download complete 16:23:12 01666e4c0597: Pull complete 16:23:18 aa168da1d23b: Pull complete 16:23:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:23:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:23:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:23:19 prd-centos7-docker-4c-2g-11283 does not seem to be running inside a container 16:23:19 $ 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-650/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-650 -v /w/workspace/dgexfoundry_device-sdk-go_PR-650:/w/workspace/dgexfoundry_device-sdk-go_PR-650:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:23:22 $ docker top a22c8ace36a769a3bed351e28a2491098482c21b335def6d8cefad3f0214b426 -eo pid,comm [Pipeline] { [Pipeline] sh 16:23:23 + touch /tmp/pre-build-complete [Pipeline] sh 16:23:23 + mkdir -p /var/log/sa [Pipeline] sh 16:23:23 + ls /var/log/sa-host 16:23:23 + sadf -c /var/log/sa-host/sa05 16:23:23 file_magic: OK 16:23:23 HZ: Using current value: 100 16:23:23 file_header: OK 16:23:23 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 16:23:23 Statistics: 16:23:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:23:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:23:24 provisioning config files... 16:23:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/config3227806722155782188tmp [Pipeline] { [Pipeline] echo 16:23:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:23:24 ---> create-netrc.sh [Pipeline] } 16:23:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:23:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:23:24 ---> python-tools-install.sh [Pipeline] echo 16:23:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:23:25 ---> sudo-logs.sh 16:23:25 Archiving 'sudo' log.. [Pipeline] echo 16:23:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:23:25 ---> job-cost.sh 16:23:25 lf-activate-venv: SKIPPING 16:23:25 INFO: No Stack... 16:23:26 INFO: Retrieving Pricing Info for: v1-standard-2 16:23:27 INFO: Archiving Costs [Pipeline] echo 16:23:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:23:27 ---> logs-deploy.sh 16:23:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-650/3 16:23:27 INFO: archiving workspace using pattern(s): 16:23:28 Archives upload complete. 16:23:29 INFO: archiving logs to Nexus 16:23:30 ---> uname -a: 16:23:30 Linux prd-centos7-docker-4c-2g-11283.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:23:30 16:23:30 16:23:30 ---> lscpu: 16:23:30 Architecture: x86_64 16:23:30 CPU op-mode(s): 32-bit, 64-bit 16:23:30 Byte Order: Little Endian 16:23:30 Address sizes: 40 bits physical, 48 bits virtual 16:23:30 CPU(s): 4 16:23:30 On-line CPU(s) list: 0-3 16:23:30 Thread(s) per core: 1 16:23:30 Core(s) per socket: 1 16:23:30 Socket(s): 4 16:23:30 NUMA node(s): 1 16:23:30 Vendor ID: GenuineIntel 16:23:30 CPU family: 6 16:23:30 Model: 44 16:23:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:23:30 Stepping: 1 16:23:30 CPU MHz: 2933.438 16:23:30 BogoMIPS: 5866.87 16:23:30 Virtualization: VT-x 16:23:30 Hypervisor vendor: KVM 16:23:30 Virtualization type: full 16:23:30 L1d cache: 128 KiB 16:23:30 L1i cache: 128 KiB 16:23:30 L2 cache: 16 MiB 16:23:30 L3 cache: 64 MiB 16:23:30 NUMA node0 CPU(s): 0-3 16:23:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:23:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:23:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:23:30 Vulnerability Meltdown: Mitigation; PTI 16:23:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:23:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:23:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:23:30 Vulnerability Tsx async abort: Not affected 16:23:30 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 16:23:30 16:23:30 16:23:30 ---> nproc: 16:23:30 4 16:23:30 16:23:30 16:23:30 ---> df -h: 16:23:30 Filesystem Size Used Available Use% Mounted on 16:23:30 overlay 50.0G 7.2G 42.8G 14% / 16:23:30 tmpfs 64.0M 0 64.0M 0% /dev 16:23:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:23:30 shm 64.0M 0 64.0M 0% /dev/shm 16:23:30 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 16:23:30 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 16:23:30 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 16:23:30 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 16:23:30 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 16:23:30 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 16:23:30 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-650 16:23:30 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp 16:23:30 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 16:23:30 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 16:23:30 16:23:30 16:23:30 ---> free -m: 16:23:30 total used free shared buff/cache available 16:23:30 Mem: 1837 675 105 0 1056 1060 16:23:30 Swap: 1023 1 1022 16:23:30 16:23:30 16:23:30 ---> ip addr: 16:23:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:23:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:23:30 inet 127.0.0.1/8 scope host lo 16:23:30 valid_lft forever preferred_lft forever 16:23:30 inet6 ::1/128 scope host 16:23:30 valid_lft forever preferred_lft forever 16:23:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:23:30 link/ether fa:16:3e:08:fb:cb brd ff:ff:ff:ff:ff:ff 16:23:30 inet 10.30.123.9/23 brd 10.30.123.255 scope global dynamic eth0 16:23:30 valid_lft 85917sec preferred_lft 85917sec 16:23:30 inet6 fe80::f816:3eff:fe08:fbcb/64 scope link 16:23:30 valid_lft forever preferred_lft forever 16:23:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:23:30 link/ether 02:42:94:68:da:ca brd ff:ff:ff:ff:ff:ff 16:23:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:23:30 valid_lft forever preferred_lft forever 16:23:30 inet6 fe80::42:94ff:fe68:daca/64 scope link 16:23:30 valid_lft forever preferred_lft forever 16:23:30 16:23:30 16:23:30 ---> sar -b -r -n DEV: 16:23:30 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/05/20 _x86_64_ (4 CPU) 16:23:30 16:23:30 16:15:07 LINUX RESTART (4 CPU) 16:23:30 16:23:30 16:16:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:23:30 16:17:01 28.94 10.74 18.20 0.00 4449.92 2304.91 0.00 16:23:30 16:18:01 1.80 0.00 1.80 0.00 0.00 36.48 0.00 16:23:30 16:19:01 0.62 0.00 0.62 0.00 0.00 9.21 0.00 16:23:30 16:20:01 0.22 0.00 0.22 0.00 0.00 3.78 0.00 16:23:30 16:21:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 16:23:30 16:22:01 0.38 0.02 0.37 0.00 0.13 4.35 0.00 16:23:30 16:23:01 0.42 0.13 0.28 0.00 7.86 7.91 0.00 16:23:30 Average: 4.60 1.53 3.07 0.00 627.78 333.85 0.00 16:23:30 16:23:30 16:16:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:23:30 16:17:01 153232 0 571432 30.37 2620 1154272 1104716 37.70 434088 1133904 20 16:23:30 16:18:01 158100 0 566560 30.11 2620 1154276 1072416 36.60 433192 1130816 8 16:23:30 16:19:01 157540 0 567108 30.14 2620 1154288 1072684 36.61 436336 1128896 20 16:23:30 16:20:01 157352 0 567296 30.15 2620 1154288 1072480 36.60 437856 1127284 8 16:23:30 16:21:01 154636 0 570004 30.29 2620 1154296 1072552 36.60 448080 1120136 16 16:23:30 16:22:01 155196 0 569436 30.26 2620 1154304 1072480 36.60 447844 1120136 12 16:23:30 16:23:01 144824 0 579404 30.79 2620 1154708 1074208 36.66 450856 1120088 24 16:23:30 Average: 154411 0 570177 30.30 2620 1154347 1077362 36.77 441179 1125894 15 16:23:30 16:23:30 16:16:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:23:30 16:17:01 eth0 76.92 65.37 360.78 33.96 0.00 0.00 0.00 0.00 16:23:30 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:17:01 docker0 7.21 5.42 1.17 20.41 0.00 0.00 0.00 0.00 16:23:30 16:18:01 eth0 1.32 0.08 0.12 0.01 0.00 0.00 0.00 0.00 16:23:30 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:19:01 eth0 1.77 1.18 1.26 0.43 0.00 0.00 0.00 0.00 16:23:30 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:20:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:21:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 16:23:30 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:22:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:23:30 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:23:01 eth0 9.68 5.73 8.61 3.93 0.00 0.00 0.00 0.00 16:23:30 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 Average: eth0 12.71 10.24 52.25 5.42 0.00 0.00 0.00 0.00 16:23:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:30 Average: docker0 1.02 0.76 0.16 2.87 0.00 0.00 0.00 0.00 16:23:30 16:23:30 16:23:30 ---> sar -P ALL: 16:23:30 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/05/20 _x86_64_ (4 CPU) 16:23:30 16:23:30 16:15:07 LINUX RESTART (4 CPU) 16:23:30 16:23:30 16:16:02 CPU %user %nice %system %iowait %steal %idle 16:23:30 16:17:01 all 2.30 0.00 1.35 0.67 0.01 95.68 16:23:30 16:17:01 0 2.31 0.00 1.73 0.51 0.02 95.43 16:23:30 16:17:01 1 2.23 0.00 1.10 0.93 0.00 95.74 16:23:30 16:17:01 2 2.31 0.00 1.17 0.60 0.00 95.92 16:23:30 16:17:01 3 2.35 0.00 1.38 0.63 0.02 95.63 16:23:30 16:18:01 all 0.16 0.00 0.04 0.00 0.00 99.80 16:23:30 16:18:01 0 0.07 0.00 0.05 0.00 0.00 99.88 16:23:30 16:18:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:23:30 16:18:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:23:30 16:18:01 3 0.50 0.00 0.03 0.00 0.00 99.47 16:23:30 16:19:01 all 0.20 0.00 0.04 0.00 0.00 99.77 16:23:30 16:19:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:23:30 16:19:01 1 0.07 0.00 0.02 0.00 0.00 99.92 16:23:30 16:19:01 2 0.08 0.00 0.07 0.00 0.00 99.85 16:23:30 16:19:01 3 0.58 0.00 0.03 0.00 0.00 99.38 16:23:30 16:20:01 all 0.14 0.00 0.02 0.00 0.00 99.84 16:23:30 16:20:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:23:30 16:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:23:30 16:20:01 2 0.05 0.00 0.05 0.00 0.00 99.90 16:23:30 16:20:01 3 0.47 0.00 0.02 0.00 0.00 99.52 16:23:30 16:21:01 all 0.16 0.00 0.04 0.00 0.00 99.80 16:23:30 16:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:23:30 16:21:01 1 0.05 0.00 0.03 0.00 0.00 99.92 16:23:30 16:21:01 2 0.05 0.00 0.07 0.00 0.02 99.87 16:23:30 16:21:01 3 0.53 0.00 0.05 0.00 0.00 99.42 16:23:30 16:22:01 all 0.15 0.00 0.02 0.00 0.00 99.83 16:23:30 16:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:23:30 16:22:01 1 0.02 0.00 0.03 0.00 0.00 99.95 16:23:30 16:22:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:23:30 16:22:01 3 0.52 0.00 0.02 0.00 0.00 99.47 16:23:30 16:23:01 all 0.51 0.00 0.25 0.00 0.00 99.23 16:23:30 16:23:01 0 0.60 0.00 0.33 0.00 0.00 99.07 16:23:30 16:23:01 1 0.45 0.00 0.20 0.00 0.00 99.35 16:23:30 16:23:01 2 0.30 0.00 0.23 0.00 0.00 99.47 16:23:30 16:23:01 3 0.70 0.00 0.23 0.00 0.02 99.05 16:23:30 Average: all 0.51 0.00 0.25 0.09 0.00 99.14 16:23:30 Average: 0 0.43 0.00 0.31 0.07 0.00 99.18 16:23:30 Average: 1 0.40 0.00 0.20 0.13 0.00 99.26 16:23:30 Average: 2 0.40 0.00 0.23 0.08 0.00 99.28 16:23:30 Average: 3 0.80 0.00 0.25 0.09 0.00 98.86 16:23:30 16:23:30 16:23:30