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 [2020-11-05T16:15:57.888Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-05T16:15:58.162Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-05T16:15:58.268Z] ========================================================= [2020-11-05T16:15:58.268Z] EdgeX Global Pipelines Version Info [2020-11-05T16:15:58.268Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f6125d15b062591c0be6aa306624ad14d0871a2d # timeout=10 [2020-11-05T16:15:59.771Z] ------------------- [2020-11-05T16:15:59.771Z] stable info: [2020-11-05T16:15:59.771Z] ------------------- [2020-11-05T16:15:59.771Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-05T16:15:59.771Z] Commit SHA: d526b796bde0de554c29e9af20c0780a06d0fb4a [2020-11-05T16:15:59.771Z] Message: update stable to v1.0.160 [2020-11-05T16:16:00.715Z] ------------------- [2020-11-05T16:16:00.715Z] experimental info: [2020-11-05T16:16:00.715Z] ------------------- [2020-11-05T16:16:00.715Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-05T16:16:00.715Z] Commit SHA: 3013c9e5b146327579a4c127f8df07b52c6647b2 [2020-11-05T16:16:00.715Z] Message: update experimental to v1.0.161 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-11-05T16:16:01.116Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-11-05T16:16:01.312Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-11-05T16:16:01.409Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-05T16:16:01.519Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-05T16:16:01.624Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-05T16:16:01.730Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-05T16:16:01.835Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-05T16:16:02.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-05T16:16:02.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-11-05T16:16:02.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-05T16:16:02.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-05T16:16:02.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-11-05T16:16:02.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-05T16:16:02.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-05T16:16:02.712Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-05T16:16:02.806Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-11-05T16:16:02.900Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-11-05T16:16:02.994Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-11-05T16:16:03.152Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-05T16:16:03.248Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-11-05T16:16:03.338Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-05T16:16:03.426Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-05T16:16:03.579Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-11-05T16:16:03.673Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-11-05T16:16:03.761Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-11-05T16:16:03.853Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-05T16:16:03.943Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-650 [Pipeline] echo [2020-11-05T16:16:04.033Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-650 [Pipeline] echo [2020-11-05T16:16:04.122Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-650 [Pipeline] echo [2020-11-05T16:16:04.217Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 99ff7078f1ad0e9c8675c2dd1f3493014af8095f [Pipeline] echo [2020-11-05T16:16:04.310Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 99ff707 [Pipeline] echo [2020-11-05T16:16:04.398Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-05T16:16:05.029Z] + git log --format=format:%s -1 99ff7078f1ad0e9c8675c2dd1f3493014af8095f [Pipeline] echo [2020-11-05T16:16:05.096Z] GIT_COMMIT: 99ff7078f1ad0e9c8675c2dd1f3493014af8095f, Commit Message: feat(sdk): Implement Device AutoEvents SDK APIs [Pipeline] echo [2020-11-05T16:16:05.149Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-11-05T16:16:06.123Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-05T16:16:06.123Z] [2020-11-05T16:16:06.123Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-05T16:16:06.475Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-05T16:16:06.475Z] latest: Pulling from edgex-devops/git-semver [2020-11-05T16:16:06.475Z] 31603596830f: Pulling fs layer [2020-11-05T16:16:06.475Z] 2a8b12db71e7: Pulling fs layer [2020-11-05T16:16:06.475Z] 6ca5941a6612: Pulling fs layer [2020-11-05T16:16:06.475Z] ecc8261a40a4: Pulling fs layer [2020-11-05T16:16:06.475Z] ecc8261a40a4: Waiting [2020-11-05T16:16:06.475Z] 2a8b12db71e7: Verifying Checksum [2020-11-05T16:16:06.475Z] 2a8b12db71e7: Download complete [2020-11-05T16:16:06.740Z] 31603596830f: Download complete [2020-11-05T16:16:06.740Z] ecc8261a40a4: Verifying Checksum [2020-11-05T16:16:06.740Z] ecc8261a40a4: Download complete [2020-11-05T16:16:06.740Z] 6ca5941a6612: Verifying Checksum [2020-11-05T16:16:06.740Z] 6ca5941a6612: Download complete [2020-11-05T16:16:07.003Z] 31603596830f: Pull complete [2020-11-05T16:16:07.003Z] 2a8b12db71e7: Pull complete [2020-11-05T16:16:07.972Z] 6ca5941a6612: Pull complete [2020-11-05T16:16:07.972Z] ecc8261a40a4: Pull complete [2020-11-05T16:16:07.972Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-05T16:16:08.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-05T16:16:08.234Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-05T16:16:08.342Z] prd-centos7-docker-4c-2g-11283 does not seem to be running inside a container [2020-11-05T16:16:08.392Z] $ 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 [2020-11-05T16:16:10.568Z] $ docker top a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-05T16:16:10.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-05T16:16:10.921Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-05T16:16:11.133Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-05T16:16:11.139Z] $ docker exec a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 ssh-agent [2020-11-05T16:16:11.302Z] SSH_AUTH_SOCK=/tmp/ssh-clmgU5IlH8AD/agent.13 [2020-11-05T16:16:11.302Z] SSH_AGENT_PID=18 [2020-11-05T16:16:11.313Z] Running ssh-add (command line suppressed) [2020-11-05T16:16:11.432Z] 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) [2020-11-05T16:16:11.482Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-05T16:16:11.822Z] + git tag --points-at HEAD [Pipeline] } [2020-11-05T16:16:11.845Z] $ docker exec --env ******** --env ******** a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 ssh-agent -k [2020-11-05T16:16:11.959Z] unset SSH_AUTH_SOCK; [2020-11-05T16:16:11.960Z] unset SSH_AGENT_PID; [2020-11-05T16:16:11.960Z] echo Agent pid 18 killed; [2020-11-05T16:16:12.001Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-05T16:16:12.135Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-05T16:16:12.135Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-05T16:16:12.293Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-05T16:16:12.298Z] $ docker exec a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 ssh-agent [2020-11-05T16:16:12.447Z] SSH_AUTH_SOCK=/tmp/ssh-a6PqKzZMKlH5/agent.47 [2020-11-05T16:16:12.447Z] SSH_AGENT_PID=52 [2020-11-05T16:16:12.455Z] Running ssh-add (command line suppressed) [2020-11-05T16:16:12.576Z] 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) [2020-11-05T16:16:12.621Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-05T16:16:12.961Z] + git semver init [2020-11-05T16:16:12.961Z] # -> Open(): unable to determine branch for HEAD [2020-11-05T16:16:12.961Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-650/.git [2020-11-05T16:16:12.961Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-650 [2020-11-05T16:16:12.961Z] # $SEMVER_REMOTE_NAME = origin [2020-11-05T16:16:12.961Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-05T16:16:12.961Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-05T16:16:12.961Z] # $SEMVER_BRANCH = PR-650 [2020-11-05T16:16:12.961Z] # $SEMVER_TEMP = /tmp/semver-006228821 [2020-11-05T16:16:12.961Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-11-05T16:16:13.535Z] # '/tmp/semver-006228821' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-650/.semver' [2020-11-05T16:16:13.535Z] # -> Force: false [2020-11-05T16:16:13.535Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-650/.semver [Pipeline] } [2020-11-05T16:16:13.549Z] $ docker exec --env ******** --env ******** a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 ssh-agent -k [2020-11-05T16:16:13.668Z] unset SSH_AUTH_SOCK; [2020-11-05T16:16:13.668Z] unset SSH_AGENT_PID; [2020-11-05T16:16:13.668Z] echo Agent pid 52 killed; [2020-11-05T16:16:13.709Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-05T16:16:14.195Z] + git semver [Pipeline] } [2020-11-05T16:16:14.239Z] $ docker stop --time=1 a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 [2020-11-05T16:16:15.616Z] $ docker rm -f a4c6be95b118eae5ac3751be558506c0e771f86d6367f3de8ede648a8c1a72e7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-05T16:16:16.099Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-05T16:16:16.625Z] Stashed 1 file(s) [Pipeline] echo [2020-11-05T16:16:16.628Z] [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 [2020-11-05T16:16:32.224Z] Still waiting to schedule task [2020-11-05T16:16:32.224Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-11-05T16:16:32.226Z] Still waiting to schedule task [2020-11-05T16:16:32.226Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline [2020-11-05T16:18:20.003Z] Running on prd-centos7-docker-4c-2g-11285 in /w/workspace/dgexfoundry_device-sdk-go_PR-650 [Pipeline] { [Pipeline] ws [2020-11-05T16:18:20.069Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-11-05T16:18:22.591Z] using credential edgex-jenkins-ssh [2020-11-05T16:18:22.648Z] Cloning the remote Git repository [2020-11-05T16:18:22.569Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-05T16:18:22.644Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-11-05T16:18:22.702Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-05T16:18:22.702Z] > git --version # timeout=10 [2020-11-05T16:18:22.709Z] > git --version # 'git version 2.16.5' [2020-11-05T16:18:22.711Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-05T16:18:22.736Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-05T16:18:23.475Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-05T16:18:23.481Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-05T16:18:23.493Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-05T16:18:23.513Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-05T16:18:23.513Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-05T16:18:23.518Z] > 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 [2020-11-05T16:18:24.030Z] Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit 99ff7078f1ad0e9c8675c2dd1f3493014af8095f [2020-11-05T16:18:24.133Z] Merge succeeded, producing 99ff7078f1ad0e9c8675c2dd1f3493014af8095f [2020-11-05T16:18:24.134Z] Checking out Revision 99ff7078f1ad0e9c8675c2dd1f3493014af8095f (PR-650) [2020-11-05T16:18:24.042Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T16:18:24.047Z] > git checkout -f 99ff7078f1ad0e9c8675c2dd1f3493014af8095f # timeout=10 [2020-11-05T16:18:24.103Z] > git remote # timeout=10 [2020-11-05T16:18:24.111Z] > git config --get remote.origin.url # timeout=10 [2020-11-05T16:18:24.118Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-05T16:18:24.121Z] > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 [2020-11-05T16:18:24.130Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-05T16:18:24.139Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T16:18:24.143Z] > git checkout -f 99ff7078f1ad0e9c8675c2dd1f3493014af8095f # timeout=10 [2020-11-05T16:18:27.748Z] 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 [2020-11-05T16:18:28.604Z] ========================================================= [2020-11-05T16:18:28.604Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-05T16:18:28.604Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-05T16:18:28.919Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11284 in /w/workspace/dgexfoundry_device-sdk-go_PR-650 [Pipeline] { [Pipeline] ws [2020-11-05T16:18:29.123Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-11-05T16:18:29.318Z] + 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 . [2020-11-05T16:18:29.583Z] Sending build context to Docker daemon 2.357MB [2020-11-05T16:18:29.583Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-05T16:18:29.583Z] Step 2/8 : FROM ${BASE} [2020-11-05T16:18:29.845Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-05T16:18:29.845Z] df20fa9351a1: Pulling fs layer [2020-11-05T16:18:29.845Z] ed8968b2872e: Pulling fs layer [2020-11-05T16:18:29.845Z] a92cc7c5fd73: Pulling fs layer [2020-11-05T16:18:29.845Z] e871e8e8d7a9: Pulling fs layer [2020-11-05T16:18:29.845Z] e73272ec9a57: Pulling fs layer [2020-11-05T16:18:29.845Z] 1e910a182e73: Pulling fs layer [2020-11-05T16:18:29.845Z] 4e634b169226: Pulling fs layer [2020-11-05T16:18:29.845Z] e73272ec9a57: Waiting [2020-11-05T16:18:29.845Z] e871e8e8d7a9: Waiting [2020-11-05T16:18:29.845Z] 1e910a182e73: Waiting [2020-11-05T16:18:29.845Z] 4e634b169226: Waiting [2020-11-05T16:18:29.845Z] a92cc7c5fd73: Verifying Checksum [2020-11-05T16:18:29.845Z] a92cc7c5fd73: Download complete [2020-11-05T16:18:29.845Z] ed8968b2872e: Verifying Checksum [2020-11-05T16:18:29.845Z] ed8968b2872e: Download complete [2020-11-05T16:18:29.845Z] e73272ec9a57: Verifying Checksum [2020-11-05T16:18:29.845Z] e73272ec9a57: Download complete [2020-11-05T16:18:29.845Z] 1e910a182e73: Verifying Checksum [2020-11-05T16:18:29.845Z] 1e910a182e73: Download complete [2020-11-05T16:18:30.422Z] df20fa9351a1: Verifying Checksum [2020-11-05T16:18:30.422Z] df20fa9351a1: Download complete [2020-11-05T16:18:30.686Z] df20fa9351a1: Pull complete [2020-11-05T16:18:30.949Z] ed8968b2872e: Pull complete [2020-11-05T16:18:31.214Z] a92cc7c5fd73: Pull complete [2020-11-05T16:18:32.616Z] 4e634b169226: Verifying Checksum [2020-11-05T16:18:32.616Z] 4e634b169226: Download complete [2020-11-05T16:18:32.879Z] e871e8e8d7a9: Verifying Checksum [2020-11-05T16:18:32.879Z] e871e8e8d7a9: Download complete [2020-11-05T16:18:34.611Z] using credential edgex-jenkins-ssh [2020-11-05T16:18:34.689Z] Cloning the remote Git repository [2020-11-05T16:18:34.747Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-11-05T16:18:34.865Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-11-05T16:18:34.951Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-05T16:18:34.951Z] > git --version # timeout=10 [2020-11-05T16:18:34.976Z] > git --version # 'git version 2.17.1' [2020-11-05T16:18:34.978Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-05T16:18:35.070Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-05T16:18:36.874Z] Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit 99ff7078f1ad0e9c8675c2dd1f3493014af8095f [2020-11-05T16:18:36.134Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-05T16:18:36.151Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-05T16:18:36.184Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-11-05T16:18:36.225Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-11-05T16:18:36.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-05T16:18:36.238Z] > 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 [2020-11-05T16:18:36.898Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T16:18:36.921Z] > git checkout -f 99ff7078f1ad0e9c8675c2dd1f3493014af8095f # timeout=10 [2020-11-05T16:18:37.266Z] Merge succeeded, producing 99ff7078f1ad0e9c8675c2dd1f3493014af8095f [2020-11-05T16:18:37.267Z] Checking out Revision 99ff7078f1ad0e9c8675c2dd1f3493014af8095f (PR-650) [2020-11-05T16:18:38.212Z] e871e8e8d7a9: Pull complete [2020-11-05T16:18:38.212Z] e73272ec9a57: Pull complete [2020-11-05T16:18:37.092Z] > git remote # timeout=10 [2020-11-05T16:18:37.131Z] > git config --get remote.origin.url # timeout=10 [2020-11-05T16:18:37.161Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-05T16:18:37.186Z] > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 [2020-11-05T16:18:37.231Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-05T16:18:37.275Z] > git config core.sparsecheckout # timeout=10 [2020-11-05T16:18:37.308Z] > git checkout -f 99ff7078f1ad0e9c8675c2dd1f3493014af8095f # timeout=10 [2020-11-05T16:18:38.476Z] 1e910a182e73: Pull complete [2020-11-05T16:18:41.604Z] 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 [2020-11-05T16:18:42.568Z] ========================================================= [2020-11-05T16:18:42.568Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-05T16:18:42.568Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-05T16:18:42.721Z] 4e634b169226: Pull complete [2020-11-05T16:18:42.721Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-05T16:18:42.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-05T16:18:42.721Z] ---> f7629b54cfaa [2020-11-05T16:18:42.721Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-05T16:18:42.721Z] ---> Running in a66e1e0d8605 [2020-11-05T16:18:42.988Z] Removing intermediate container a66e1e0d8605 [2020-11-05T16:18:42.988Z] ---> 1606a7e50f62 [2020-11-05T16:18:42.988Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T16:18:42.988Z] ---> Running in 53b040a1b671 [2020-11-05T16:18:43.498Z] + 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 . [2020-11-05T16:18:44.386Z] Removing intermediate container 53b040a1b671 [2020-11-05T16:18:44.386Z] ---> e263fbc0d772 [2020-11-05T16:18:44.386Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-05T16:18:44.386Z] ---> Running in ef6f54358662 [2020-11-05T16:18:44.492Z] Sending build context to Docker daemon 2.357MB [2020-11-05T16:18:44.492Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-11-05T16:18:44.492Z] Step 2/8 : FROM ${BASE} [2020-11-05T16:18:44.769Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-05T16:18:44.769Z] b538f80385f9: Pulling fs layer [2020-11-05T16:18:44.769Z] 74f711af9a0d: Pulling fs layer [2020-11-05T16:18:44.769Z] 99f96fe45779: Pulling fs layer [2020-11-05T16:18:44.769Z] 8529a6b9a6be: Pulling fs layer [2020-11-05T16:18:44.769Z] 45590311c82a: Pulling fs layer [2020-11-05T16:18:44.769Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-05T16:18:44.769Z] 209524e5b208: Pulling fs layer [2020-11-05T16:18:44.769Z] 8529a6b9a6be: Waiting [2020-11-05T16:18:44.769Z] 45590311c82a: Waiting [2020-11-05T16:18:44.769Z] 69ca0ff8b7b3: Waiting [2020-11-05T16:18:44.769Z] 209524e5b208: Waiting [2020-11-05T16:18:44.769Z] 99f96fe45779: Verifying Checksum [2020-11-05T16:18:44.769Z] 99f96fe45779: Download complete [2020-11-05T16:18:44.769Z] 74f711af9a0d: Verifying Checksum [2020-11-05T16:18:44.769Z] 74f711af9a0d: Download complete [2020-11-05T16:18:44.769Z] 45590311c82a: Verifying Checksum [2020-11-05T16:18:44.769Z] 45590311c82a: Download complete [2020-11-05T16:18:44.769Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-05T16:18:44.769Z] 69ca0ff8b7b3: Download complete [2020-11-05T16:18:44.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T16:18:45.046Z] b538f80385f9: Verifying Checksum [2020-11-05T16:18:45.046Z] b538f80385f9: Download complete [2020-11-05T16:18:45.650Z] b538f80385f9: Pull complete [2020-11-05T16:18:45.920Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T16:18:46.265Z] 74f711af9a0d: Pull complete [2020-11-05T16:18:46.540Z] 99f96fe45779: Pull complete [2020-11-05T16:18:47.140Z] 209524e5b208: Verifying Checksum [2020-11-05T16:18:47.140Z] 209524e5b208: Download complete [2020-11-05T16:18:47.313Z] OK: 166 MiB in 39 packages [2020-11-05T16:18:47.578Z] Removing intermediate container ef6f54358662 [2020-11-05T16:18:47.578Z] ---> 4dc00cc35aff [2020-11-05T16:18:47.578Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-05T16:18:47.578Z] ---> Running in a4dd64da5711 [2020-11-05T16:18:47.841Z] Removing intermediate container a4dd64da5711 [2020-11-05T16:18:47.841Z] ---> 506d18f11154 [2020-11-05T16:18:47.841Z] Step 7/8 : COPY . . [2020-11-05T16:18:48.592Z] 8529a6b9a6be: Download complete [2020-11-05T16:18:49.238Z] ---> 4e4d6445370b [2020-11-05T16:18:49.238Z] Step 8/8 : RUN go mod download [2020-11-05T16:18:49.238Z] ---> Running in 815e9b862c2f [2020-11-05T16:18:58.780Z] 8529a6b9a6be: Pull complete [2020-11-05T16:18:59.055Z] 45590311c82a: Pull complete [2020-11-05T16:18:59.659Z] 69ca0ff8b7b3: Pull complete [2020-11-05T16:19:03.987Z] 209524e5b208: Pull complete [2020-11-05T16:19:03.987Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-05T16:19:03.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-05T16:19:03.987Z] ---> 5bddaf1c2fca [2020-11-05T16:19:03.987Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-05T16:19:05.982Z] ---> Running in 0c8d155c6a07 [2020-11-05T16:19:06.579Z] Removing intermediate container 0c8d155c6a07 [2020-11-05T16:19:06.579Z] ---> 9bdf2809ddbb [2020-11-05T16:19:06.579Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T16:19:06.579Z] ---> Running in 522ac5831263 [2020-11-05T16:19:07.424Z] Removing intermediate container 815e9b862c2f [2020-11-05T16:19:07.424Z] ---> 2c76dcc3d58e [2020-11-05T16:19:07.424Z] Successfully built 2c76dcc3d58e [2020-11-05T16:19:07.424Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-05T16:19:07.788Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-05T16:19:07.788Z] . [Pipeline] withDockerContainer [2020-11-05T16:19:07.898Z] prd-centos7-docker-4c-2g-11285 does not seem to be running inside a container [2020-11-05T16:19:07.955Z] $ 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 [2020-11-05T16:19:09.021Z] $ docker top efd80a93a805fe437ca76bbad39646107f1118e7dd134c725599c61e4ebaf92d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-05T16:19:09.520Z] + go version [2020-11-05T16:19:09.520Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-05T16:19:09.538Z] $ docker stop --time=1 efd80a93a805fe437ca76bbad39646107f1118e7dd134c725599c61e4ebaf92d [2020-11-05T16:19:09.997Z] Removing intermediate container 522ac5831263 [2020-11-05T16:19:09.997Z] ---> fd79b48a912b [2020-11-05T16:19:09.997Z] Step 5/8 : RUN apk add --no-cache make git [2020-11-05T16:19:09.997Z] ---> Running in c51ca79e7307 [2020-11-05T16:19:10.893Z] $ docker rm -f efd80a93a805fe437ca76bbad39646107f1118e7dd134c725599c61e4ebaf92d [2020-11-05T16:19:10.984Z] 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 [2020-11-05T16:19:11.888Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-05T16:19:11.888Z] . [Pipeline] withDockerContainer [2020-11-05T16:19:11.996Z] prd-centos7-docker-4c-2g-11285 does not seem to be running inside a container [2020-11-05T16:19:12.048Z] $ 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 [2020-11-05T16:19:12.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T16:19:12.628Z] $ docker top 3aa58093bf34bcd34bab816c75a378c15d174926ff77c6e7337f8c498a13c19b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-05T16:19:13.113Z] + make test [2020-11-05T16:19:13.113Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-05T16:19:13.858Z] OK: 142 MiB in 39 packages [2020-11-05T16:19:14.846Z] Removing intermediate container c51ca79e7307 [2020-11-05T16:19:14.846Z] ---> 1d5acabe36e7 [2020-11-05T16:19:14.846Z] Step 6/8 : WORKDIR /device-sdk-go [2020-11-05T16:19:14.846Z] ---> Running in 03b70282ca98 [2020-11-05T16:19:15.448Z] Removing intermediate container 03b70282ca98 [2020-11-05T16:19:15.448Z] ---> c167501d5ea2 [2020-11-05T16:19:15.448Z] Step 7/8 : COPY . . [2020-11-05T16:19:16.895Z] ---> a9da976305c3 [2020-11-05T16:19:16.895Z] Step 8/8 : RUN go mod download [2020-11-05T16:19:16.895Z] ---> Running in 4426131af6ae [2020-11-05T16:19:20.192Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-05T16:19:35.358Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-05T16:19:35.358Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-05T16:19:35.358Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-05T16:19:35.358Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.065s coverage: 20.8% of statements [2020-11-05T16:19:35.358Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.453s coverage: 97.1% of statements [2020-11-05T16:19:39.147Z] Removing intermediate container 4426131af6ae [2020-11-05T16:19:39.147Z] ---> 192876bf73b4 [2020-11-05T16:19:39.147Z] Successfully built 192876bf73b4 [2020-11-05T16:19:39.147Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-05T16:19:39.563Z] + docker inspect -f . ci-base-image-arm64 [2020-11-05T16:19:39.563Z] . [Pipeline] withDockerContainer [2020-11-05T16:19:39.809Z] prd-ubuntu18.04-docker-arm64-4c-16g-11284 does not seem to be running inside a container [2020-11-05T16:19:39.908Z] $ 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 [2020-11-05T16:19:41.936Z] $ docker top 4239826793b7ff8027f319788107388fde70dbb7f23e98d65a060c49c1c134ea -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-05T16:19:43.381Z] + go version [2020-11-05T16:19:43.381Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-05T16:19:43.417Z] $ docker stop --time=1 4239826793b7ff8027f319788107388fde70dbb7f23e98d65a060c49c1c134ea [2020-11-05T16:19:45.499Z] $ docker rm -f 4239826793b7ff8027f319788107388fde70dbb7f23e98d65a060c49c1c134ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-05T16:19:46.563Z] + docker inspect -f . ci-base-image-arm64 [2020-11-05T16:19:46.563Z] . [Pipeline] withDockerContainer [2020-11-05T16:19:46.840Z] prd-ubuntu18.04-docker-arm64-4c-16g-11284 does not seem to be running inside a container [2020-11-05T16:19:46.937Z] $ 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 [2020-11-05T16:19:48.852Z] $ docker top 970cc72ee7b147d712b29ceed064be8ebfb052545687c8539c0ce5ab02614fe8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-05T16:19:50.264Z] + make test [2020-11-05T16:19:50.265Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-05T16:20:07.548Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.062s coverage: 9.4% of statements [2020-11-05T16:20:07.549Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.062s coverage: 21.9% of statements [2020-11-05T16:20:07.549Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-05T16:20:07.549Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.224s coverage: 42.6% of statements [2020-11-05T16:20:07.549Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-05T16:20:07.549Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.279s coverage: 68.9% of statements [2020-11-05T16:20:07.549Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-05T16:20:07.549Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-05T16:20:07.549Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-05T16:20:07.549Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-05T16:20:07.549Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.063s coverage: 52.6% of statements [2020-11-05T16:20:07.549Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-05T16:20:07.549Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-05T16:20:07.549Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-05T16:20:07.549Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.286s coverage: 68.9% of statements [2020-11-05T16:20:07.549Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.054s coverage: 4.3% of statements [2020-11-05T16:20:07.549Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-05T16:20:07.549Z] GO111MODULE=on go vet ./... [2020-11-05T16:20:12.499Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-11-05T16:20:14.234Z] gofmt -l . [2020-11-05T16:20:14.503Z] [ "`gofmt -l .`" = "" ] [2020-11-05T16:20:14.503Z] ./bin/test-attribution-txt.sh [2020-11-05T16:20:15.080Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-05T16:20:15.363Z] $ docker stop --time=1 3aa58093bf34bcd34bab816c75a378c15d174926ff77c6e7337f8c498a13c19b [2020-11-05T16:20:17.301Z] $ docker rm -f 3aa58093bf34bcd34bab816c75a378c15d174926ff77c6e7337f8c498a13c19b [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-05T16:20:18.008Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-05T16:20:18.417Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-11-05T16:20:21.196Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-05T16:20:21.495Z] + ls -al . [2020-11-05T16:20:21.495Z] total 208 [2020-11-05T16:20:21.495Z] drwxrwxr-x. 10 jenkins jenkins 4096 Nov 5 16:20 . [2020-11-05T16:20:21.495Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 5 16:18 .. [2020-11-05T16:20:21.495Z] drwxrwxr-x. 2 jenkins jenkins 64 Nov 5 16:18 bin [2020-11-05T16:20:21.495Z] -rw-r--r--. 1 jenkins jenkins 128813 Nov 5 16:20 coverage.out [2020-11-05T16:20:21.495Z] -rw-rw-r--. 1 jenkins jenkins 936 Nov 5 16:18 Dockerfile.build [2020-11-05T16:20:21.495Z] -rw-rw-r--. 1 jenkins jenkins 140 Nov 5 16:18 .dockerignore [2020-11-05T16:20:21.495Z] drwxrwxr-x. 4 jenkins jenkins 48 Nov 5 16:18 example [2020-11-05T16:20:21.496Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 5 16:18 .git [2020-11-05T16:20:21.496Z] drwxrwxr-x. 2 jenkins jenkins 60 Nov 5 16:18 .github [2020-11-05T16:20:21.496Z] -rw-rw-r--. 1 jenkins jenkins 138 Nov 5 16:18 .gitignore [2020-11-05T16:20:21.496Z] -rw-r--r--. 1 jenkins jenkins 518 Nov 5 16:20 go.mod [2020-11-05T16:20:21.496Z] -rw-r--r--. 1 jenkins jenkins 13436 Nov 5 16:20 go.sum [2020-11-05T16:20:21.496Z] drwxrwxr-x. 15 jenkins jenkins 211 Nov 5 16:18 internal [2020-11-05T16:20:21.496Z] -rw-rw-r--. 1 jenkins jenkins 901 Nov 5 16:18 Jenkinsfile [2020-11-05T16:20:21.496Z] -rw-rw-r--. 1 jenkins jenkins 11341 Nov 5 16:18 LICENSE [2020-11-05T16:20:21.496Z] -rw-rw-r--. 1 jenkins jenkins 1013 Nov 5 16:18 Makefile [2020-11-05T16:20:21.496Z] drwxrwxr-x. 4 jenkins jenkins 26 Nov 5 16:18 openapi [2020-11-05T16:20:21.496Z] drwxrwxr-x. 5 jenkins jenkins 50 Nov 5 16:18 pkg [2020-11-05T16:20:21.496Z] -rw-rw-r--. 1 jenkins jenkins 5897 Nov 5 16:18 README.md [2020-11-05T16:20:21.496Z] -rw-rw-r--. 1 jenkins jenkins 4291 Nov 5 16:18 RELEASE-NOTES.txt [2020-11-05T16:20:21.496Z] drwxrwxr-x. 4 jenkins jenkins 54 Nov 5 16:18 snap [2020-11-05T16:20:21.496Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 5 16:16 VERSION [2020-11-05T16:20:21.496Z] -rw-rw-r--. 1 jenkins jenkins 222 Nov 5 16:18 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-05T16:20:21.803Z] + 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 . [2020-11-05T16:20:22.066Z] Sending build context to Docker daemon 2.487MB [2020-11-05T16:20:22.066Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-05T16:20:22.066Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-05T16:20:22.066Z] ---> 2c76dcc3d58e [2020-11-05T16:20:22.066Z] Step 3/24 : ARG MAKE='make build' [2020-11-05T16:20:22.645Z] ---> Running in 8a6363413da8 [2020-11-05T16:20:22.645Z] Removing intermediate container 8a6363413da8 [2020-11-05T16:20:22.645Z] ---> 831d5f6c417b [2020-11-05T16:20:22.645Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-05T16:20:22.908Z] ---> Running in a29a5db12e93 [2020-11-05T16:20:22.908Z] Removing intermediate container a29a5db12e93 [2020-11-05T16:20:22.908Z] ---> 433a0d2a6846 [2020-11-05T16:20:22.908Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-05T16:20:22.908Z] ---> Running in 23be67b32b4a [2020-11-05T16:20:23.171Z] Removing intermediate container 23be67b32b4a [2020-11-05T16:20:23.171Z] ---> 5ba2f6152a06 [2020-11-05T16:20:23.171Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T16:20:23.171Z] ---> Running in 7753dbad621b [2020-11-05T16:20:24.124Z] Removing intermediate container 7753dbad621b [2020-11-05T16:20:24.124Z] ---> 20474efa554b [2020-11-05T16:20:24.124Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-05T16:20:24.124Z] ---> Running in ccfd286f64e6 [2020-11-05T16:20:24.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-05T16:20:25.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-05T16:20:27.041Z] OK: 166 MiB in 39 packages [2020-11-05T16:20:27.306Z] Removing intermediate container ccfd286f64e6 [2020-11-05T16:20:27.306Z] ---> d757efa4506d [2020-11-05T16:20:27.306Z] Step 8/24 : COPY . . [2020-11-05T16:20:28.255Z] ---> f14d637da7d5 [2020-11-05T16:20:28.255Z] Step 9/24 : RUN ${MAKE} [2020-11-05T16:20:28.519Z] ---> Running in c5133f74bb94 [2020-11-05T16:20:28.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-11-05T16:20:37.056Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-05T16:20:39.621Z] Removing intermediate container c5133f74bb94 [2020-11-05T16:20:39.621Z] ---> 56e44560830a [2020-11-05T16:20:39.621Z] Step 10/24 : FROM scratch [2020-11-05T16:20:39.621Z] ---> [2020-11-05T16:20:39.621Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-05T16:20:39.621Z] ---> Running in 2669babcba77 [2020-11-05T16:20:39.621Z] Removing intermediate container 2669babcba77 [2020-11-05T16:20:39.621Z] ---> 812a0e101fd6 [2020-11-05T16:20:39.621Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-05T16:20:39.621Z] ---> Running in bfc99c76d76d [2020-11-05T16:20:39.883Z] Removing intermediate container bfc99c76d76d [2020-11-05T16:20:39.883Z] ---> f6e0ce5ebc25 [2020-11-05T16:20:39.883Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-05T16:20:39.883Z] ---> Running in d65b34b33673 [2020-11-05T16:20:40.145Z] Removing intermediate container d65b34b33673 [2020-11-05T16:20:40.145Z] ---> 4849ad71bd86 [2020-11-05T16:20:40.145Z] Step 14/24 : WORKDIR / [2020-11-05T16:20:40.145Z] ---> Running in f627cff1a698 [2020-11-05T16:20:40.407Z] Removing intermediate container f627cff1a698 [2020-11-05T16:20:40.407Z] ---> 846894090bb3 [2020-11-05T16:20:40.407Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-05T16:20:40.987Z] ---> 0669558d184c [2020-11-05T16:20:40.987Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-05T16:20:40.987Z] ---> cd8af1a78f50 [2020-11-05T16:20:40.987Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-05T16:20:41.250Z] ---> 6260c61a40c6 [2020-11-05T16:20:41.250Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-05T16:20:41.512Z] ---> 62bbe7cfcce7 [2020-11-05T16:20:41.512Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-05T16:20:41.775Z] ---> 9fd25e425143 [2020-11-05T16:20:41.775Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-05T16:20:41.775Z] ---> Running in 144aa079a973 [2020-11-05T16:20:42.038Z] Removing intermediate container 144aa079a973 [2020-11-05T16:20:42.038Z] ---> 9545699a56b5 [2020-11-05T16:20:42.038Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T16:20:42.038Z] ---> Running in 1816a7ef8f24 [2020-11-05T16:20:42.301Z] Removing intermediate container 1816a7ef8f24 [2020-11-05T16:20:42.301Z] ---> 17b692ca65c7 [2020-11-05T16:20:42.301Z] Step 22/24 : LABEL arch=amd64 [2020-11-05T16:20:42.301Z] ---> Running in 5becb58b6273 [2020-11-05T16:20:42.301Z] Removing intermediate container 5becb58b6273 [2020-11-05T16:20:42.301Z] ---> 20819a02bcd7 [2020-11-05T16:20:42.301Z] Step 23/24 : LABEL git_sha=99ff7078f1ad0e9c8675c2dd1f3493014af8095f [2020-11-05T16:20:42.564Z] ---> Running in e2cc6d3ed93e [2020-11-05T16:20:42.564Z] Removing intermediate container e2cc6d3ed93e [2020-11-05T16:20:42.564Z] ---> 0e4358550c75 [2020-11-05T16:20:42.564Z] Step 24/24 : LABEL version=0.0.0 [2020-11-05T16:20:42.564Z] ---> Running in 1f6b8a9e5725 [2020-11-05T16:20:42.830Z] Removing intermediate container 1f6b8a9e5725 [2020-11-05T16:20:42.830Z] ---> dd89d359a6fe [2020-11-05T16:20:42.830Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-05T16:20:42.830Z] Successfully built dd89d359a6fe [2020-11-05T16:20:42.830Z] 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] } [2020-11-05T16:20:51.549Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-11-05T16:20:51.550Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-11-05T16:20:51.550Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-11-05T16:20:51.550Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.122s coverage: 20.8% of statements [2020-11-05T16:20:55.876Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.139s coverage: 97.1% of statements [2020-11-05T16:21:22.699Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.161s coverage: 9.4% of statements [2020-11-05T16:21:22.699Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.125s coverage: 21.9% of statements [2020-11-05T16:21:22.699Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-11-05T16:21:22.699Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.556s coverage: 42.6% of statements [2020-11-05T16:21:22.699Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-11-05T16:21:22.699Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.747s coverage: 68.9% of statements [2020-11-05T16:21:22.699Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-11-05T16:21:22.699Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-11-05T16:21:22.699Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-11-05T16:21:22.699Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-11-05T16:21:22.699Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.214s coverage: 52.6% of statements [2020-11-05T16:21:22.699Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-11-05T16:21:22.699Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-11-05T16:21:22.699Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-11-05T16:21:22.699Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.948s coverage: 68.9% of statements [2020-11-05T16:21:22.699Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.141s coverage: 4.3% of statements [2020-11-05T16:21:22.699Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-11-05T16:21:23.304Z] GO111MODULE=on go vet ./... [2020-11-05T16:21:55.704Z] gofmt -l . [2020-11-05T16:21:55.704Z] [ "`gofmt -l .`" = "" ] [2020-11-05T16:21:55.704Z] ./bin/test-attribution-txt.sh [2020-11-05T16:21:55.704Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-11-05T16:21:55.754Z] $ docker stop --time=1 970cc72ee7b147d712b29ceed064be8ebfb052545687c8539c0ce5ab02614fe8 [2020-11-05T16:21:58.021Z] $ docker rm -f 970cc72ee7b147d712b29ceed064be8ebfb052545687c8539c0ce5ab02614fe8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-05T16:21:59.169Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-11-05T16:21:59.237Z] Warning: overwriting stash ‘coverage-report’ [2020-11-05T16:22:00.348Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-05T16:22:01.147Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-11-05T16:22:01.566Z] + ls -al . [2020-11-05T16:22:01.566Z] total 244 [2020-11-05T16:22:01.566Z] drwxrwxr-x 10 jenkins jenkins 4096 Nov 5 16:21 . [2020-11-05T16:22:01.566Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 5 16:18 .. [2020-11-05T16:22:01.566Z] -rw-rw-r-- 1 jenkins jenkins 140 Nov 5 16:18 .dockerignore [2020-11-05T16:22:01.566Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 5 16:18 .git [2020-11-05T16:22:01.566Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 5 16:18 .github [2020-11-05T16:22:01.566Z] -rw-rw-r-- 1 jenkins jenkins 138 Nov 5 16:18 .gitignore [2020-11-05T16:22:01.566Z] -rw-rw-r-- 1 jenkins jenkins 936 Nov 5 16:18 Dockerfile.build [2020-11-05T16:22:01.566Z] -rw-rw-r-- 1 jenkins jenkins 901 Nov 5 16:18 Jenkinsfile [2020-11-05T16:22:01.566Z] -rw-rw-r-- 1 jenkins jenkins 11341 Nov 5 16:18 LICENSE [2020-11-05T16:22:01.566Z] -rw-rw-r-- 1 jenkins jenkins 1013 Nov 5 16:18 Makefile [2020-11-05T16:22:01.566Z] -rw-rw-r-- 1 jenkins jenkins 5897 Nov 5 16:18 README.md [2020-11-05T16:22:01.566Z] -rw-rw-r-- 1 jenkins jenkins 4291 Nov 5 16:18 RELEASE-NOTES.txt [2020-11-05T16:22:01.566Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 5 16:16 VERSION [2020-11-05T16:22:01.566Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 5 16:18 bin [2020-11-05T16:22:01.566Z] -rw-r--r-- 1 jenkins jenkins 128813 Nov 5 16:21 coverage.out [2020-11-05T16:22:01.566Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 5 16:18 example [2020-11-05T16:22:01.566Z] -rw-r--r-- 1 jenkins jenkins 518 Nov 5 16:21 go.mod [2020-11-05T16:22:01.566Z] -rw-r--r-- 1 jenkins jenkins 13436 Nov 5 16:21 go.sum [2020-11-05T16:22:01.566Z] drwxrwxr-x 15 jenkins jenkins 4096 Nov 5 16:18 internal [2020-11-05T16:22:01.566Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 5 16:18 openapi [2020-11-05T16:22:01.566Z] drwxrwxr-x 5 jenkins jenkins 4096 Nov 5 16:18 pkg [2020-11-05T16:22:01.566Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 5 16:18 snap [2020-11-05T16:22:01.566Z] -rw-rw-r-- 1 jenkins jenkins 222 Nov 5 16:18 version.go [Pipeline] isUnix [Pipeline] sh [2020-11-05T16:22:01.972Z] + 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 . [2020-11-05T16:22:02.594Z] Sending build context to Docker daemon 2.487MB [2020-11-05T16:22:02.594Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-11-05T16:22:02.594Z] Step 2/24 : FROM ${BASE} AS builder [2020-11-05T16:22:02.594Z] ---> 192876bf73b4 [2020-11-05T16:22:02.594Z] Step 3/24 : ARG MAKE='make build' [2020-11-05T16:22:02.869Z] ---> Running in 5d4a44522d6e [2020-11-05T16:22:03.145Z] Removing intermediate container 5d4a44522d6e [2020-11-05T16:22:03.145Z] ---> 114e7ca402dd [2020-11-05T16:22:03.145Z] Step 4/24 : WORKDIR /device-sdk-go [2020-11-05T16:22:03.420Z] ---> Running in 7a977c48c1ac [2020-11-05T16:22:04.021Z] Removing intermediate container 7a977c48c1ac [2020-11-05T16:22:04.021Z] ---> bc2a8e753dc9 [2020-11-05T16:22:04.021Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-05T16:22:04.021Z] ---> Running in 72292d26b5ec [2020-11-05T16:22:04.619Z] Removing intermediate container 72292d26b5ec [2020-11-05T16:22:04.619Z] ---> 34f641fb5546 [2020-11-05T16:22:04.619Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-05T16:22:04.619Z] ---> Running in 6e6397d7144f [2020-11-05T16:22:07.248Z] Removing intermediate container 6e6397d7144f [2020-11-05T16:22:07.248Z] ---> 4e949b6db530 [2020-11-05T16:22:07.248Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-11-05T16:22:07.248Z] ---> Running in c6f864387b93 [2020-11-05T16:22:08.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-05T16:22:09.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-05T16:22:10.635Z] OK: 142 MiB in 39 packages [2020-11-05T16:22:12.082Z] Removing intermediate container c6f864387b93 [2020-11-05T16:22:12.082Z] ---> b9273a4c472d [2020-11-05T16:22:12.082Z] Step 8/24 : COPY . . [2020-11-05T16:22:13.068Z] ---> 5e795501ceae [2020-11-05T16:22:13.068Z] Step 9/24 : RUN ${MAKE} [2020-11-05T16:22:13.343Z] ---> Running in e37d09231210 [2020-11-05T16:22:14.791Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-11-05T16:22:41.667Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-11-05T16:22:41.944Z] Removing intermediate container e37d09231210 [2020-11-05T16:22:41.944Z] ---> bda2db10fbad [2020-11-05T16:22:41.944Z] Step 10/24 : FROM scratch [2020-11-05T16:22:41.944Z] ---> [2020-11-05T16:22:41.944Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-11-05T16:22:42.219Z] ---> Running in 12e9408734aa [2020-11-05T16:22:42.493Z] Removing intermediate container 12e9408734aa [2020-11-05T16:22:42.493Z] ---> 106226e2dc39 [2020-11-05T16:22:42.493Z] Step 12/24 : ENV APP_PORT=49990 [2020-11-05T16:22:42.769Z] ---> Running in a8f9359417cf [2020-11-05T16:22:43.042Z] Removing intermediate container a8f9359417cf [2020-11-05T16:22:43.042Z] ---> 01712fa83eb5 [2020-11-05T16:22:43.042Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-05T16:22:43.315Z] ---> Running in c6931fff3a33 [2020-11-05T16:22:43.589Z] Removing intermediate container c6931fff3a33 [2020-11-05T16:22:43.589Z] ---> 06c50d69c914 [2020-11-05T16:22:43.589Z] Step 14/24 : WORKDIR / [2020-11-05T16:22:43.863Z] ---> Running in 93cc699ebf29 [2020-11-05T16:22:44.137Z] Removing intermediate container 93cc699ebf29 [2020-11-05T16:22:44.137Z] ---> 832c8c1b4f04 [2020-11-05T16:22:44.137Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-11-05T16:22:45.575Z] ---> 0fe5acfbc593 [2020-11-05T16:22:45.575Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-11-05T16:22:46.171Z] ---> 989a6104d6e6 [2020-11-05T16:22:46.171Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-11-05T16:22:47.171Z] ---> 2a5a870fe096 [2020-11-05T16:22:47.171Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-11-05T16:22:47.768Z] ---> 0e5d8891ce0a [2020-11-05T16:22:47.768Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-11-05T16:22:48.364Z] ---> a6593539b02d [2020-11-05T16:22:48.364Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-11-05T16:22:48.364Z] ---> Running in 4a4c75e0d2e9 [2020-11-05T16:22:48.968Z] Removing intermediate container 4a4c75e0d2e9 [2020-11-05T16:22:48.968Z] ---> 21839cb12223 [2020-11-05T16:22:48.968Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-05T16:22:48.968Z] ---> Running in 7580d7e40306 [2020-11-05T16:22:49.568Z] Removing intermediate container 7580d7e40306 [2020-11-05T16:22:49.568Z] ---> 213a0ade1186 [2020-11-05T16:22:49.568Z] Step 22/24 : LABEL arch=arm64 [2020-11-05T16:22:49.841Z] ---> Running in 6b6e81843c39 [2020-11-05T16:22:50.117Z] Removing intermediate container 6b6e81843c39 [2020-11-05T16:22:50.117Z] ---> 5b12ec595682 [2020-11-05T16:22:50.117Z] Step 23/24 : LABEL git_sha=99ff7078f1ad0e9c8675c2dd1f3493014af8095f [2020-11-05T16:22:50.389Z] ---> Running in f050f4130c7c [2020-11-05T16:22:50.662Z] Removing intermediate container f050f4130c7c [2020-11-05T16:22:50.662Z] ---> 458784a97328 [2020-11-05T16:22:50.662Z] Step 24/24 : LABEL version=0.0.0 [2020-11-05T16:22:50.935Z] ---> Running in f2f0829b4bd3 [2020-11-05T16:22:51.209Z] Removing intermediate container f2f0829b4bd3 [2020-11-05T16:22:51.209Z] ---> bcaef9d1c634 [2020-11-05T16:22:51.209Z] [Warning] One or more build-args [ARCH] were not consumed [2020-11-05T16:22:51.209Z] Successfully built bcaef9d1c634 [2020-11-05T16:22:51.209Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-11-05T16:22:53.261Z] provisioning config files... [2020-11-05T16:22:53.279Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-650@tmp/config1228281637402487522tmp [Pipeline] { [Pipeline] sh [2020-11-05T16:22:53.676Z] + set +x [2020-11-05T16:22:53.676Z] + curl -s https://codecov.io/bash [2020-11-05T16:22:53.676Z] + bash -s -- [2020-11-05T16:22:53.939Z] [2020-11-05T16:22:53.940Z] _____ _ [2020-11-05T16:22:53.940Z] / ____| | | [2020-11-05T16:22:53.940Z] | | ___ __| | ___ ___ _____ __ [2020-11-05T16:22:53.940Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-11-05T16:22:53.940Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-11-05T16:22:53.940Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-11-05T16:22:53.940Z] Bash-20201104-3e6f2fc [2020-11-05T16:22:53.940Z] [2020-11-05T16:22:53.940Z] [2020-11-05T16:22:53.940Z] ==> Jenkins CI detected. [2020-11-05T16:22:53.940Z] project root: . [2020-11-05T16:22:53.940Z] --> token set from env [2020-11-05T16:22:53.940Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-11-05T16:22:53.940Z] ==> Running gcov in . (disable via -X gcov) [2020-11-05T16:22:53.940Z] ==> Python coveragepy not found [2020-11-05T16:22:53.940Z] ==> Searching for coverage reports in: [2020-11-05T16:22:53.940Z] + . [2020-11-05T16:22:53.940Z] -> Found 1 reports [2020-11-05T16:22:53.940Z] ==> Detecting git/mercurial file structure [2020-11-05T16:22:53.940Z] ==> Reading reports [2020-11-05T16:22:53.940Z] + ./coverage.out bytes=128813 [2020-11-05T16:22:53.940Z] ==> Appending adjustments [2020-11-05T16:22:53.940Z] https://docs.codecov.io/docs/fixing-reports [2020-11-05T16:22:54.521Z] + Found adjustments [2020-11-05T16:22:54.521Z] ==> Gzipping contents [2020-11-05T16:22:54.521Z] ==> Uploading reports [2020-11-05T16:22:54.521Z] url: https://codecov.io [2020-11-05T16:22:54.521Z] 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= [2020-11-05T16:22:54.521Z] -> Pinging Codecov [2020-11-05T16:22:54.521Z] 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= [2020-11-05T16:22:54.521Z]  [2020-11-05T16:22:54.521Z] [2020-11-05T16:22:54.521Z] [2020-11-05T16:22:54.521Z] [2020-11-05T16:22:54.521Z] Error 411 (Length Required)!!1 [2020-11-05T16:22:54.521Z] [2020-11-05T16:22:54.521Z] [2020-11-05T16:22:54.521Z]

411. That’s an error. [2020-11-05T16:22:54.521Z]

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