Pull request #619 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ebdeafb0d0ff330beb2a20cbeb14ea995b76909b+153a43e7e060228c1df4c616c423a5b384e52518 (d78873c33067789427a010c329d2d0e95b25834f) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4691 in /w/workspace/dgexfoundry_device-sdk-go_PR-619 [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-619 # 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/619/head:refs/remotes/origin/PR-619 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 153a43e7e060228c1df4c616c423a5b384e52518 into PR head commit ebdeafb0d0ff330beb2a20cbeb14ea995b76909b Merge succeeded, producing ebdeafb0d0ff330beb2a20cbeb14ea995b76909b Checking out Revision ebdeafb0d0ff330beb2a20cbeb14ea995b76909b (PR-619) > git config core.sparsecheckout # timeout=10 > git checkout -f ebdeafb0d0ff330beb2a20cbeb14ea995b76909b # 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 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ebdeafb0d0ff330beb2a20cbeb14ea995b76909b # timeout=10 Commit message: "docs(sdk): update comment" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:01:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:01:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 5d0c504eae50a1668b527b6ad2bb363c764e8a11 # timeout=10 [Pipeline] echo 03:01:20 ========================================================= 03:01:20 EdgeX Global Pipelines Version Info 03:01:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:01:22 ------------------- 03:01:22 stable info: 03:01:22 ------------------- 03:01:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:01:22 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 03:01:22 Message: update stable to v1.0.131 03:01:24 ------------------- 03:01:24 experimental info: 03:01:24 ------------------- 03:01:24 Commited By: **** collab-it+edgex@linuxfoundation.org 03:01:24 Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af 03:01:24 Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:01:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:01:24 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:01:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:01:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:01:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:01:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:01:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:01:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:01:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:01:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:01:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:01:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:01:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:01:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:01:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:01:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:01:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:01:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:01:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:01:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:01:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-619 [Pipeline] echo 03:01:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-619 [Pipeline] echo 03:01:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-619 [Pipeline] echo 03:01:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ebdeafb0d0ff330beb2a20cbeb14ea995b76909b [Pipeline] echo 03:01:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ebdeafb [Pipeline] echo 03:01:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:01:28 + git log --format=format:%s -1 ebdeafb0d0ff330beb2a20cbeb14ea995b76909b [Pipeline] echo 03:01:28 GIT_COMMIT: ebdeafb0d0ff330beb2a20cbeb14ea995b76909b, Commit Message: docs(sdk): update comment [Pipeline] echo 03:01:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:01:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:01:30 03:01:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:01:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:01:31 latest: Pulling from edgex-devops/git-semver 03:01:31 31603596830f: Pulling fs layer 03:01:31 2a8b12db71e7: Pulling fs layer 03:01:31 6ca5941a6612: Pulling fs layer 03:01:31 ecc8261a40a4: Pulling fs layer 03:01:31 ecc8261a40a4: Waiting 03:01:31 2a8b12db71e7: Verifying Checksum 03:01:31 2a8b12db71e7: Download complete 03:01:31 31603596830f: Verifying Checksum 03:01:31 31603596830f: Download complete 03:01:31 ecc8261a40a4: Verifying Checksum 03:01:31 ecc8261a40a4: Download complete 03:01:31 6ca5941a6612: Verifying Checksum 03:01:31 6ca5941a6612: Download complete 03:01:32 31603596830f: Pull complete 03:01:32 2a8b12db71e7: Pull complete 03:01:33 6ca5941a6612: Pull complete 03:01:33 ecc8261a40a4: Pull complete 03:01:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:01:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:01:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:01:33 prd-centos7-docker-4c-2g-4691 does not seem to be running inside a container 03:01:34 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-619 -v /w/workspace/dgexfoundry_device-sdk-go_PR-619:/w/workspace/dgexfoundry_device-sdk-go_PR-619:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:01:36 $ docker top 627f89b4640b27565b3c92e4426ef25aab7cedd7c9d523d547eb5956f1426408 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:01:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:01:36 [ssh-agent] Looking for ssh-agent implementation... 03:01:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:01:37 $ docker exec 627f89b4640b27565b3c92e4426ef25aab7cedd7c9d523d547eb5956f1426408 ssh-agent 03:01:37 SSH_AUTH_SOCK=/tmp/ssh-TMPzqcgbohGe/agent.11 03:01:37 SSH_AGENT_PID=16 03:01:37 Running ssh-add (command line suppressed) 03:01:37 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/private_key_4825933164174514145.key (/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/private_key_4825933164174514145.key) 03:01:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:01:38 + git describe --exact-match --tags HEAD 03:01:38 fatal: no tag exactly matches 'ebdeafb0d0ff330beb2a20cbeb14ea995b76909b' [Pipeline] } 03:01:38 $ docker exec --env ******** --env ******** 627f89b4640b27565b3c92e4426ef25aab7cedd7c9d523d547eb5956f1426408 ssh-agent -k 03:01:38 unset SSH_AUTH_SOCK; 03:01:38 unset SSH_AGENT_PID; 03:01:38 echo Agent pid 16 killed; 03:01:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:01:39 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:01:39 This usually means this commit has not been tagged. [Pipeline] sshagent 03:01:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:01:39 [ssh-agent] Looking for ssh-agent implementation... 03:01:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:01:39 $ docker exec 627f89b4640b27565b3c92e4426ef25aab7cedd7c9d523d547eb5956f1426408 ssh-agent 03:01:39 SSH_AUTH_SOCK=/tmp/ssh-NIPty9FaMnlo/agent.45 03:01:39 SSH_AGENT_PID=51 03:01:39 Running ssh-add (command line suppressed) 03:01:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/private_key_7699270323381357583.key (/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/private_key_7699270323381357583.key) 03:01:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:01:40 + git semver init 03:01:40 # -> Open(): unable to determine branch for HEAD 03:01:40 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-619/.git 03:01:40 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-619 03:01:40 # $SEMVER_REMOTE_NAME = origin 03:01:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:01:40 # $SEMVER_USER_NAME = edgex-jenkins 03:01:40 # $SEMVER_BRANCH = PR-619 03:01:40 # $SEMVER_TEMP = /tmp/semver-159198393 03:01:40 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:01:41 # '/tmp/semver-159198393' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-619/.semver' 03:01:41 # -> Force: false 03:01:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-619/.semver [Pipeline] } 03:01:41 $ docker exec --env ******** --env ******** 627f89b4640b27565b3c92e4426ef25aab7cedd7c9d523d547eb5956f1426408 ssh-agent -k 03:01:42 unset SSH_AUTH_SOCK; 03:01:42 unset SSH_AGENT_PID; 03:01:42 echo Agent pid 51 killed; 03:01:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:01:43 + git semver [Pipeline] } 03:01:43 $ docker stop --time=1 627f89b4640b27565b3c92e4426ef25aab7cedd7c9d523d547eb5956f1426408 03:01:44 $ docker rm -f 627f89b4640b27565b3c92e4426ef25aab7cedd7c9d523d547eb5956f1426408 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:01:47 Stashed 48 file(s) [Pipeline] echo 03:01:47 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 03:01:47 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 03:01:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4688 in /w/workspace/dgexfoundry_device-sdk-go_PR-619 [Pipeline] { [Pipeline] ws 03:01:48 Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout 03:01:53 using credential edgex-jenkins-ssh 03:01:53 Cloning the remote Git repository 03:01:53 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:01:53 > git init /w/workspace/device-sdk-go/7 # timeout=10 03:01:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:01:53 > git --version # timeout=10 03:01:53 > git --version # 'git version 2.17.1' 03:01:53 using GIT_SSH to set credentials SSH Credentials for GitHub 03:01:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:01:55 Merging remotes/origin/master commit 153a43e7e060228c1df4c616c423a5b384e52518 into PR head commit ebdeafb0d0ff330beb2a20cbeb14ea995b76909b 03:01:55 Merge succeeded, producing ebdeafb0d0ff330beb2a20cbeb14ea995b76909b 03:01:55 Checking out Revision ebdeafb0d0ff330beb2a20cbeb14ea995b76909b (PR-619) 03:01:54 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:01:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:01:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:01:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:01:55 using GIT_SSH to set credentials SSH Credentials for GitHub 03:01:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/619/head:refs/remotes/origin/PR-619 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:01:55 > git config core.sparsecheckout # timeout=10 03:01:55 > git checkout -f ebdeafb0d0ff330beb2a20cbeb14ea995b76909b # timeout=10 03:01:55 > git remote # timeout=10 03:01:55 > git config --get remote.origin.url # timeout=10 03:01:55 using GIT_SSH to set credentials SSH Credentials for GitHub 03:01:55 > git merge 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 03:01:55 > git rev-parse HEAD^{commit} # timeout=10 03:01:55 > git config core.sparsecheckout # timeout=10 03:01:55 > git checkout -f ebdeafb0d0ff330beb2a20cbeb14ea995b76909b # timeout=10 03:02:01 Commit message: "docs(sdk): update comment" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 03:02:03 Still waiting to schedule task 03:02:03 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-4669’ is offline; ‘prd-centos7-docker-4c-2g-4672’ is offline; ‘prd-centos7-docker-4c-2g-4689’ is offline; ‘prd-centos7-docker-4c-2g-4692’ is offline; ‘prd-centos7-docker-8c-8g-4690’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4687’ doesn’t have label ‘centos7-docker-4c-2g’ [Pipeline] echo 03:02:03 ========================================================= 03:02:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:02:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:02:04 + 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 . 03:02:05 Sending build context to Docker daemon 3.653MB 03:02:05 Step 1/8 : ARG BASE=golang:1.15-alpine 03:02:05 Step 2/8 : FROM ${BASE} 03:02:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:02:05 b538f80385f9: Pulling fs layer 03:02:05 74f711af9a0d: Pulling fs layer 03:02:05 99f96fe45779: Pulling fs layer 03:02:05 8529a6b9a6be: Pulling fs layer 03:02:05 45590311c82a: Pulling fs layer 03:02:05 69ca0ff8b7b3: Pulling fs layer 03:02:05 209524e5b208: Pulling fs layer 03:02:05 8529a6b9a6be: Waiting 03:02:05 45590311c82a: Waiting 03:02:05 69ca0ff8b7b3: Waiting 03:02:05 209524e5b208: Waiting 03:02:05 99f96fe45779: Download complete 03:02:05 74f711af9a0d: Download complete 03:02:05 45590311c82a: Verifying Checksum 03:02:05 45590311c82a: Download complete 03:02:05 69ca0ff8b7b3: Verifying Checksum 03:02:05 69ca0ff8b7b3: Download complete 03:02:05 b538f80385f9: Verifying Checksum 03:02:05 b538f80385f9: Download complete 03:02:06 b538f80385f9: Pull complete 03:02:06 74f711af9a0d: Pull complete 03:02:07 99f96fe45779: Pull complete 03:02:08 209524e5b208: Verifying Checksum 03:02:08 209524e5b208: Download complete 03:02:09 8529a6b9a6be: Verifying Checksum 03:02:09 8529a6b9a6be: Download complete 03:02:22 8529a6b9a6be: Pull complete 03:02:22 45590311c82a: Pull complete 03:02:22 69ca0ff8b7b3: Pull complete 03:02:24 209524e5b208: Pull complete 03:02:24 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 03:02:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:02:24 ---> 5bddaf1c2fca 03:02:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:02:27 ---> Running in 3ae286a8b902 03:02:27 Removing intermediate container 3ae286a8b902 03:02:27 ---> 2562efb937f3 03:02:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:27 ---> Running in 3172a7d0d269 03:02:30 Removing intermediate container 3172a7d0d269 03:02:30 ---> c32cc099c62b 03:02:30 Step 5/8 : RUN apk add --no-cache make git 03:02:30 ---> Running in 16690ef26eac 03:02:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:02:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:02:33 OK: 142 MiB in 39 packages 03:02:34 Removing intermediate container 16690ef26eac 03:02:34 ---> e31245b67260 03:02:34 Step 6/8 : WORKDIR /device-sdk-go 03:02:35 ---> Running in cebb86942f27 03:02:35 Removing intermediate container cebb86942f27 03:02:35 ---> b6fe4ee3795f 03:02:35 Step 7/8 : COPY . . 03:02:37 ---> 1a3d5f4225b7 03:02:37 Step 8/8 : RUN go mod download 03:02:37 ---> Running in 37e473978bf7 03:02:59 Removing intermediate container 37e473978bf7 03:02:59 ---> 60956f044a9c 03:02:59 Successfully built 60956f044a9c 03:02:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:02:59 + docker inspect -f . ci-base-image-arm64 03:02:59 . [Pipeline] withDockerContainer 03:03:00 prd-ubuntu18.04-docker-arm64-4c-16g-4688 does not seem to be running inside a container 03:03:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:03:01 $ docker top c363da3a58b777e6bf651d87e743aef536ac3bd217d0ce30100c9210c31d628b -eo pid,comm [Pipeline] { [Pipeline] sh 03:03:03 + go version 03:03:03 go version go1.15.2 linux/arm64 [Pipeline] } 03:03:03 $ docker stop --time=1 c363da3a58b777e6bf651d87e743aef536ac3bd217d0ce30100c9210c31d628b 03:03:05 $ docker rm -f c363da3a58b777e6bf651d87e743aef536ac3bd217d0ce30100c9210c31d628b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:03:06 + docker inspect -f . ci-base-image-arm64 03:03:06 . [Pipeline] withDockerContainer 03:03:06 prd-ubuntu18.04-docker-arm64-4c-16g-4688 does not seem to be running inside a container 03:03:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:03:08 $ docker top 070716ad1ea0aab54d366d7542ffc11bfcae2fc44f6bf67d555d778e793450cd -eo pid,comm [Pipeline] { [Pipeline] sh 03:03:10 + make test 03:03:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:03:32 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:04:11 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:04:11 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:04:11 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:04:11 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.167s coverage: 21.6% of statements 03:04:15 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.157s coverage: 97.1% of statements 03:04:42 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.144s coverage: 9.4% of statements 03:04:42 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.135s coverage: 21.9% of statements 03:04:42 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:04:42 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.550s coverage: 40.8% of statements 03:04:42 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:04:42 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.735s coverage: 68.9% of statements 03:04:42 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:04:42 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:04:42 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:04:42 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 03:04:42 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.169s coverage: 52.6% of statements 03:04:42 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 03:04:42 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 03:04:42 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.865s coverage: 68.9% of statements 03:04:42 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 03:04:42 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:04:42 GO111MODULE=on go vet ./... 03:05:15 gofmt -l . 03:05:15 [ "`gofmt -l .`" = "" ] 03:05:15 ./bin/test-attribution-txt.sh 03:05:15 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:05:16 Stashed 1 file(s) [Pipeline] } 03:05:16 $ docker stop --time=1 070716ad1ea0aab54d366d7542ffc11bfcae2fc44f6bf67d555d778e793450cd 03:05:18 $ docker rm -f 070716ad1ea0aab54d366d7542ffc11bfcae2fc44f6bf67d555d778e793450cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:05:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:05:22 + ls -al . 03:05:22 total 228 03:05:22 drwxrwxr-x 11 jenkins jenkins 4096 Oct 12 03:05 . 03:05:22 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 03:01 .. 03:05:22 -rw-rw-r-- 1 jenkins jenkins 140 Oct 12 03:01 .dockerignore 03:05:22 drwxrwxr-x 8 jenkins jenkins 4096 Oct 12 03:02 .git 03:05:22 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 03:01 .github 03:05:22 -rw-rw-r-- 1 jenkins jenkins 138 Oct 12 03:01 .gitignore 03:05:22 drwxrwxr-x 3 jenkins jenkins 4096 Oct 12 03:02 .semver 03:05:22 -rw-rw-r-- 1 jenkins jenkins 936 Oct 12 03:01 Dockerfile.build 03:05:22 -rw-rw-r-- 1 jenkins jenkins 901 Oct 12 03:01 Jenkinsfile 03:05:22 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 12 03:01 LICENSE 03:05:22 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 12 03:01 Makefile 03:05:22 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 12 03:01 README.md 03:05:22 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 12 03:01 RELEASE-NOTES.txt 03:05:22 -rw-rw-r-- 1 jenkins jenkins 5 Oct 12 03:01 VERSION 03:05:22 drwxrwxr-x 2 jenkins jenkins 4096 Oct 12 03:01 bin 03:05:22 -rw-r--r-- 1 jenkins jenkins 110396 Oct 12 03:04 coverage.out 03:05:22 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 03:01 example 03:05:22 -rw-r--r-- 1 jenkins jenkins 517 Oct 12 03:05 go.mod 03:05:22 -rw-r--r-- 1 jenkins jenkins 13652 Oct 12 03:05 go.sum 03:05:22 drwxrwxr-x 15 jenkins jenkins 4096 Oct 12 03:01 internal 03:05:22 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 03:01 openapi 03:05:22 drwxrwxr-x 5 jenkins jenkins 4096 Oct 12 03:01 pkg 03:05:22 drwxrwxr-x 4 jenkins jenkins 4096 Oct 12 03:01 snap 03:05:22 -rw-rw-r-- 1 jenkins jenkins 222 Oct 12 03:01 version.go [Pipeline] isUnix [Pipeline] sh 03:05:22 + 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=ebdeafb0d0ff330beb2a20cbeb14ea995b76909b --label arch=arm64 --label version=0.0.0 . 03:05:23 Sending build context to Docker daemon 3.764MB 03:05:23 Step 1/24 : ARG BASE=golang:1.15-alpine 03:05:23 Step 2/24 : FROM ${BASE} AS builder 03:05:23 ---> 60956f044a9c 03:05:23 Step 3/24 : ARG MAKE='make build' 03:05:23 ---> Running in fe7aecc46780 03:05:24 Removing intermediate container fe7aecc46780 03:05:24 ---> ca2671b0fa56 03:05:24 Step 4/24 : WORKDIR /device-sdk-go 03:05:24 ---> Running in 0506da374c89 03:05:24 Removing intermediate container 0506da374c89 03:05:24 ---> 44db5ec142bf 03:05:24 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:05:24 ---> Running in f21033cb5e09 03:05:24 Removing intermediate container f21033cb5e09 03:05:24 ---> 1fae8f2f8415 03:05:24 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:25 ---> Running in d3ec56658c58 03:05:27 Removing intermediate container d3ec56658c58 03:05:27 ---> f2331819c98f 03:05:27 Step 7/24 : RUN apk add --update --no-cache make git 03:05:27 ---> Running in a0f62595c64c 03:05:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:05:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:05:30 Running on prd-centos7-docker-4c-2g-4694 in /w/workspace/dgexfoundry_device-sdk-go_PR-619 [Pipeline] { [Pipeline] ws 03:05:30 Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout 03:05:31 OK: 142 MiB in 39 packages 03:05:32 Removing intermediate container a0f62595c64c 03:05:32 ---> dc20e668701b 03:05:32 Step 8/24 : COPY . . 03:05:33 using credential edgex-jenkins-ssh 03:05:33 Cloning the remote Git repository 03:05:33 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:05:33 > git init /w/workspace/device-sdk-go/7 # timeout=10 03:05:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:05:33 > git --version # timeout=10 03:05:33 > git --version # 'git version 2.16.5' 03:05:33 using GIT_SSH to set credentials SSH Credentials for GitHub 03:05:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:05:34 ---> 1fab81be91bd 03:05:34 Step 9/24 : RUN ${MAKE} 03:05:34 ---> Running in b1075fbe57d5 03:05:34 Merging remotes/origin/master commit 153a43e7e060228c1df4c616c423a5b384e52518 into PR head commit ebdeafb0d0ff330beb2a20cbeb14ea995b76909b 03:05:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:05:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:05:34 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:05:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:05:34 using GIT_SSH to set credentials SSH Credentials for GitHub 03:05:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/619/head:refs/remotes/origin/PR-619 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:05:34 > git config core.sparsecheckout # timeout=10 03:05:34 > git checkout -f ebdeafb0d0ff330beb2a20cbeb14ea995b76909b # timeout=10 03:05:35 Merge succeeded, producing ebdeafb0d0ff330beb2a20cbeb14ea995b76909b 03:05:35 Checking out Revision ebdeafb0d0ff330beb2a20cbeb14ea995b76909b (PR-619) 03:05:35 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 03:05:34 > git remote # timeout=10 03:05:34 > git config --get remote.origin.url # timeout=10 03:05:34 using GIT_SSH to set credentials SSH Credentials for GitHub 03:05:34 > git merge 153a43e7e060228c1df4c616c423a5b384e52518 # timeout=10 03:05:34 > git rev-parse HEAD^{commit} # timeout=10 03:05:35 > git config core.sparsecheckout # timeout=10 03:05:35 > git checkout -f ebdeafb0d0ff330beb2a20cbeb14ea995b76909b # timeout=10 03:05:38 Commit message: "docs(sdk): update comment" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:05:39 ========================================================= 03:05:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:05:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:05:40 + 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 . 03:05:40 Sending build context to Docker daemon 3.653MB 03:05:40 Step 1/8 : ARG BASE=golang:1.15-alpine 03:05:40 Step 2/8 : FROM ${BASE} 03:05:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:05:40 df20fa9351a1: Pulling fs layer 03:05:40 ed8968b2872e: Pulling fs layer 03:05:40 a92cc7c5fd73: Pulling fs layer 03:05:40 e871e8e8d7a9: Pulling fs layer 03:05:40 e73272ec9a57: Pulling fs layer 03:05:40 1e910a182e73: Pulling fs layer 03:05:40 4e634b169226: Pulling fs layer 03:05:40 e73272ec9a57: Waiting 03:05:40 1e910a182e73: Waiting 03:05:40 4e634b169226: Waiting 03:05:40 e871e8e8d7a9: Waiting 03:05:40 a92cc7c5fd73: Verifying Checksum 03:05:40 a92cc7c5fd73: Download complete 03:05:40 ed8968b2872e: Verifying Checksum 03:05:40 ed8968b2872e: Download complete 03:05:40 e73272ec9a57: Verifying Checksum 03:05:40 e73272ec9a57: Download complete 03:05:40 1e910a182e73: Verifying Checksum 03:05:40 1e910a182e73: Download complete 03:05:40 df20fa9351a1: Verifying Checksum 03:05:40 df20fa9351a1: Download complete 03:05:41 df20fa9351a1: Pull complete 03:05:41 ed8968b2872e: Pull complete 03:05:41 a92cc7c5fd73: Pull complete 03:05:43 4e634b169226: Verifying Checksum 03:05:43 4e634b169226: Download complete 03:05:44 e871e8e8d7a9: Verifying Checksum 03:05:44 e871e8e8d7a9: Download complete 03:05:50 e871e8e8d7a9: Pull complete 03:05:50 e73272ec9a57: Pull complete 03:05:50 1e910a182e73: Pull complete 03:05:54 4e634b169226: Pull complete 03:05:54 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 03:05:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:05:54 ---> f7629b54cfaa 03:05:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:05:54 ---> Running in 41d984096c80 03:05:55 Removing intermediate container 41d984096c80 03:05:55 ---> a1d9566869ed 03:05:55 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:55 ---> Running in 5bc2a88fefaa 03:05:56 Removing intermediate container 5bc2a88fefaa 03:05:56 ---> af2d1fa3de7d 03:05:56 Step 5/8 : RUN apk add --no-cache make git 03:05:56 ---> Running in 48290c91c68c 03:05:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:05:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:05:58 OK: 166 MiB in 39 packages 03:05:58 Removing intermediate container 48290c91c68c 03:05:58 ---> e3efddaf9f19 03:05:58 Step 6/8 : WORKDIR /device-sdk-go 03:05:58 ---> Running in 91e50bf6c3df 03:05:58 Removing intermediate container 91e50bf6c3df 03:05:58 ---> 4d64de779ee4 03:05:58 Step 7/8 : COPY . . 03:06:00 ---> a16eb51c31cb 03:06:00 Step 8/8 : RUN go mod download 03:06:00 ---> Running in 59f3359a081e 03:06:02 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:06:02 Removing intermediate container b1075fbe57d5 03:06:02 ---> 153354ff4d6a 03:06:02 Step 10/24 : FROM scratch 03:06:02 ---> 03:06:02 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:06:02 ---> Running in bb2b4ea3ae8b 03:06:02 Removing intermediate container bb2b4ea3ae8b 03:06:02 ---> 2019bd5833ea 03:06:02 Step 12/24 : ENV APP_PORT=49990 03:06:02 ---> Running in 0d045b2d332b 03:06:02 Removing intermediate container 0d045b2d332b 03:06:02 ---> 8d9547b1653d 03:06:02 Step 13/24 : EXPOSE $APP_PORT 03:06:02 ---> Running in 0a78484714ef 03:06:03 Removing intermediate container 0a78484714ef 03:06:03 ---> 52f4b9a963fd 03:06:03 Step 14/24 : WORKDIR / 03:06:03 ---> Running in 1c50df54eab0 03:06:03 Removing intermediate container 1c50df54eab0 03:06:03 ---> 5b88f01b45e6 03:06:03 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:06:04 ---> dc813ebc1321 03:06:04 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:06:05 ---> fd1005e1a52e 03:06:05 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:06:06 ---> a130e2f401a9 03:06:06 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:06:07 ---> 18731e2459ca 03:06:07 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:06:07 ---> 9db7b0184bea 03:06:07 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:06:07 ---> Running in 2dd7a07a0ad6 03:06:08 Removing intermediate container 2dd7a07a0ad6 03:06:08 ---> a97817c4cf88 03:06:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:06:08 ---> Running in 2c33b4d9f10e 03:06:08 Removing intermediate container 2c33b4d9f10e 03:06:08 ---> e92b843ce8e4 03:06:08 Step 22/24 : LABEL arch=arm64 03:06:09 ---> Running in 59fec77bed81 03:06:09 Removing intermediate container 59fec77bed81 03:06:09 ---> a4e54a900045 03:06:09 Step 23/24 : LABEL git_sha=ebdeafb0d0ff330beb2a20cbeb14ea995b76909b 03:06:09 ---> Running in 92bad31f7aba 03:06:09 Removing intermediate container 92bad31f7aba 03:06:09 ---> 417748f12b27 03:06:09 Step 24/24 : LABEL version=0.0.0 03:06:10 ---> Running in 406351979f6d 03:06:10 Removing intermediate container 406351979f6d 03:06:10 ---> c69a4c2200c4 03:06:10 [Warning] One or more build-args [ARCH] were not consumed 03:06:10 Successfully built c69a4c2200c4 03:06:10 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:06:22 Removing intermediate container 59f3359a081e 03:06:22 ---> 8f6b97904b8b 03:06:22 Successfully built 8f6b97904b8b 03:06:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:06:22 + docker inspect -f . ci-base-image-x86_64 03:06:22 . [Pipeline] withDockerContainer 03:06:23 prd-centos7-docker-4c-2g-4694 does not seem to be running inside a container 03:06:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:06:23 $ docker top 79e8a7c9122e5c1d59fc5fea73894412576ac9024e948d1ada0507bb88f487c3 -eo pid,comm [Pipeline] { [Pipeline] sh 03:06:24 + go version 03:06:24 go version go1.15.2 linux/amd64 [Pipeline] } 03:06:24 $ docker stop --time=1 79e8a7c9122e5c1d59fc5fea73894412576ac9024e948d1ada0507bb88f487c3 03:06:25 $ docker rm -f 79e8a7c9122e5c1d59fc5fea73894412576ac9024e948d1ada0507bb88f487c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:06:26 + docker inspect -f . ci-base-image-x86_64 03:06:26 . [Pipeline] withDockerContainer 03:06:26 prd-centos7-docker-4c-2g-4694 does not seem to be running inside a container 03:06:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:06:27 $ docker top 013ae892eb980023da7b8f32b936b663832e69ab7302d690a2b510cf68e9d739 -eo pid,comm [Pipeline] { [Pipeline] sh 03:06:27 + make test 03:06:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:06:34 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:06:49 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:06:49 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:06:49 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:06:49 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.068s coverage: 21.6% of statements 03:06:51 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.420s coverage: 97.1% of statements 03:07:23 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.057s coverage: 9.4% of statements 03:07:23 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.044s coverage: 21.9% of statements 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:07:23 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.211s coverage: 40.8% of statements 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:07:23 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.277s coverage: 68.9% of statements 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 03:07:23 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 52.6% of statements 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 03:07:23 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 03:07:23 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.715s coverage: 68.9% of statements 03:07:23 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 03:07:23 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:07:23 GO111MODULE=on go vet ./... 03:07:29 gofmt -l . 03:07:29 [ "`gofmt -l .`" = "" ] 03:07:29 ./bin/test-attribution-txt.sh 03:07:29 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:07:30 Warning: overwriting stash ‘coverage-report’ 03:07:30 Stashed 1 file(s) [Pipeline] } 03:07:30 $ docker stop --time=1 013ae892eb980023da7b8f32b936b663832e69ab7302d690a2b510cf68e9d739 03:07:32 $ docker rm -f 013ae892eb980023da7b8f32b936b663832e69ab7302d690a2b510cf68e9d739 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:07:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:07:33 + ls -al . 03:07:33 total 188 03:07:33 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 12 03:07 . 03:07:33 drwxrwxr-x. 4 jenkins jenkins 28 Oct 12 03:05 .. 03:07:33 drwxrwxr-x. 2 jenkins jenkins 64 Oct 12 03:05 bin 03:07:33 -rw-r--r--. 1 jenkins jenkins 110396 Oct 12 03:07 coverage.out 03:07:33 -rw-rw-r--. 1 jenkins jenkins 936 Oct 12 03:05 Dockerfile.build 03:07:33 -rw-rw-r--. 1 jenkins jenkins 140 Oct 12 03:05 .dockerignore 03:07:33 drwxrwxr-x. 4 jenkins jenkins 48 Oct 12 03:05 example 03:07:33 drwxrwxr-x. 8 jenkins jenkins 179 Oct 12 03:05 .git 03:07:33 drwxrwxr-x. 2 jenkins jenkins 60 Oct 12 03:05 .github 03:07:33 -rw-rw-r--. 1 jenkins jenkins 138 Oct 12 03:05 .gitignore 03:07:33 -rw-r--r--. 1 jenkins jenkins 517 Oct 12 03:07 go.mod 03:07:33 -rw-r--r--. 1 jenkins jenkins 13652 Oct 12 03:07 go.sum 03:07:33 drwxrwxr-x. 15 jenkins jenkins 211 Oct 12 03:05 internal 03:07:33 -rw-rw-r--. 1 jenkins jenkins 901 Oct 12 03:05 Jenkinsfile 03:07:33 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 12 03:05 LICENSE 03:07:33 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 12 03:05 Makefile 03:07:33 drwxrwxr-x. 4 jenkins jenkins 26 Oct 12 03:05 openapi 03:07:33 drwxrwxr-x. 5 jenkins jenkins 50 Oct 12 03:05 pkg 03:07:33 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 12 03:05 README.md 03:07:33 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 12 03:05 RELEASE-NOTES.txt 03:07:33 drwxrwxr-x. 3 jenkins jenkins 58 Oct 12 03:05 .semver 03:07:33 drwxrwxr-x. 4 jenkins jenkins 54 Oct 12 03:05 snap 03:07:33 -rw-rw-r--. 1 jenkins jenkins 5 Oct 12 03:01 VERSION 03:07:33 -rw-rw-r--. 1 jenkins jenkins 222 Oct 12 03:05 version.go [Pipeline] isUnix [Pipeline] sh 03:07:34 + 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=ebdeafb0d0ff330beb2a20cbeb14ea995b76909b --label arch=amd64 --label version=0.0.0 . 03:07:34 Sending build context to Docker daemon 3.764MB 03:07:34 Step 1/24 : ARG BASE=golang:1.15-alpine 03:07:34 Step 2/24 : FROM ${BASE} AS builder 03:07:34 ---> 8f6b97904b8b 03:07:34 Step 3/24 : ARG MAKE='make build' 03:07:35 ---> Running in d15734c30ade 03:07:35 Removing intermediate container d15734c30ade 03:07:35 ---> 360c276ec274 03:07:35 Step 4/24 : WORKDIR /device-sdk-go 03:07:35 ---> Running in ca0ac76aa4e8 03:07:35 Removing intermediate container ca0ac76aa4e8 03:07:35 ---> e15a2ab52b70 03:07:35 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:07:35 ---> Running in c4362c380bb8 03:07:35 Removing intermediate container c4362c380bb8 03:07:35 ---> e45dfb5e3e6e 03:07:35 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:07:35 ---> Running in bb3ef42c0ed9 03:07:36 Removing intermediate container bb3ef42c0ed9 03:07:36 ---> 0555f156cc53 03:07:36 Step 7/24 : RUN apk add --update --no-cache make git 03:07:36 ---> Running in 2ce6f44dba0b 03:07:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:07:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:07:38 OK: 166 MiB in 39 packages 03:07:38 Removing intermediate container 2ce6f44dba0b 03:07:38 ---> 2ac6efaf0d7f 03:07:38 Step 8/24 : COPY . . 03:07:40 ---> 62661d8f4c8d 03:07:40 Step 9/24 : RUN ${MAKE} 03:07:40 ---> Running in b65d3f9ae59b 03:07:40 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 03:07:48 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:07:51 Removing intermediate container b65d3f9ae59b 03:07:51 ---> afc7c379b8e8 03:07:51 Step 10/24 : FROM scratch 03:07:51 ---> 03:07:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:07:51 ---> Running in c66530b35f49 03:07:51 Removing intermediate container c66530b35f49 03:07:51 ---> 047deb8e2fb6 03:07:51 Step 12/24 : ENV APP_PORT=49990 03:07:51 ---> Running in 5d57b93dd8bc 03:07:51 Removing intermediate container 5d57b93dd8bc 03:07:51 ---> e6d8b604ee1b 03:07:51 Step 13/24 : EXPOSE $APP_PORT 03:07:51 ---> Running in 519a0d22b82c 03:07:51 Removing intermediate container 519a0d22b82c 03:07:51 ---> 885ed2d734ee 03:07:51 Step 14/24 : WORKDIR / 03:07:51 ---> Running in ad6c69e41917 03:07:51 Removing intermediate container ad6c69e41917 03:07:51 ---> 249d7f53ba8c 03:07:51 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:07:52 ---> 093515dcd1ec 03:07:52 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:07:52 ---> 9cd906c64aa6 03:07:52 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:07:53 ---> cfae8c7d5e70 03:07:53 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:07:53 ---> 2d7d74d7a2fb 03:07:53 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:07:53 ---> 93b4560570f4 03:07:53 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:07:53 ---> Running in 6ede7c7b3200 03:07:53 Removing intermediate container 6ede7c7b3200 03:07:53 ---> 8b485287cf31 03:07:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:07:53 ---> Running in 819f62a69e5d 03:07:53 Removing intermediate container 819f62a69e5d 03:07:53 ---> 652f636a7ece 03:07:53 Step 22/24 : LABEL arch=amd64 03:07:53 ---> Running in 9cb0247b1ecb 03:07:54 Removing intermediate container 9cb0247b1ecb 03:07:54 ---> 6af7dba5abd4 03:07:54 Step 23/24 : LABEL git_sha=ebdeafb0d0ff330beb2a20cbeb14ea995b76909b 03:07:54 ---> Running in 8c22d3d4b410 03:07:54 Removing intermediate container 8c22d3d4b410 03:07:54 ---> e881c7ecbd33 03:07:54 Step 24/24 : LABEL version=0.0.0 03:07:54 ---> Running in 8a30c76a6b7e 03:07:54 Removing intermediate container 8a30c76a6b7e 03:07:54 ---> adf381f71956 03:07:54 [Warning] One or more build-args [ARCH] were not consumed 03:07:54 Successfully built adf381f71956 03:07:54 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:07:56 provisioning config files... 03:07:56 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/config6435085142456808752tmp [Pipeline] { [Pipeline] sh 03:07:57 + set +x 03:07:57 + curl -s https://codecov.io/bash 03:07:57 + bash -s -- 03:07:57 03:07:57 _____ _ 03:07:57 / ____| | | 03:07:57 | | ___ __| | ___ ___ _____ __ 03:07:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:07:57 | |___| (_) | (_| | __/ (_| (_) \ V / 03:07:57 \_____\___/ \__,_|\___|\___\___/ \_/ 03:07:57 Bash-20201009-048fee3 03:07:57 03:07:57 03:07:57 ==> Jenkins CI detected. 03:07:57 project root: . 03:07:57 --> token set from env 03:07:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:07:57 ==> Running gcov in . (disable via -X gcov) 03:07:57 ==> Python coveragepy not found 03:07:57 ==> Searching for coverage reports in: 03:07:57 + . 03:07:57 -> Found 1 reports 03:07:57 ==> Detecting git/mercurial file structure 03:07:57 ==> Reading reports 03:07:57 + ./coverage.out bytes=110396 03:07:57 ==> Appending adjustments 03:07:57 https://docs.codecov.io/docs/fixing-reports 03:07:58 + Found adjustments 03:07:58 ==> Gzipping contents 03:07:58 ==> Uploading reports 03:07:58 url: https://codecov.io 03:07:58 query: branch=PR-619&commit=ebdeafb0d0ff330beb2a20cbeb14ea995b76909b&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-619%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=619&job=&cmd_args= 03:07:58 -> Pinging Codecov 03:07:58 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-619&commit=ebdeafb0d0ff330beb2a20cbeb14ea995b76909b&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-619%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=619&job=&cmd_args= 03:07:58 -> Uploading to 03:07:58 03:07:58 % Total % Received % Xferd Average Speed Time Time Time Current 03:07:58 Dload Upload Total Spent Left Speed 03:07:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 03:07:58 X> Failed to upload 03:07:58 ==> Uploading to Codecov 03:07:58 % Total % Received % Xferd Average Speed Time Time Time Current 03:07:58 Dload Upload Total Spent Left Speed 03:07:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 18764 0 0 100 18654 0 27009 --:--:-- --:--:-- --:--:-- 26995 100 18764 100 110 100 18654 159 27000 --:--:-- --:--:-- --:--:-- 26995 03:07:59 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/ebdeafb0d0ff330beb2a20cbeb14ea995b76909b [Pipeline] } 03:07:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:08:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:08:03 ---> package-listing.sh 03:08:03 ++ tr '[:upper:]' '[:lower:]' 03:08:03 ++ facter osfamily 03:08:03 + OS_FAMILY=redhat 03:08:03 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-619 03:08:03 + START_PACKAGES=/tmp/packages_start.txt 03:08:03 + END_PACKAGES=/tmp/packages_end.txt 03:08:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:08:03 + PACKAGES=/tmp/packages_start.txt 03:08:03 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-619 ']' 03:08:03 + PACKAGES=/tmp/packages_end.txt 03:08:03 + case "${OS_FAMILY}" in 03:08:03 + sort 03:08:03 + rpm -qa 03:08:08 + '[' -f /tmp/packages_start.txt ']' 03:08:08 + '[' -f /tmp/packages_end.txt ']' 03:08:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:08:08 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-619 ']' 03:08:08 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-619/archives/ 03:08:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-619/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:08:08 provisioning config files... 03:08:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/config236713747170723923tmp [Pipeline] { [Pipeline] echo 03:08:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:08:08 ---> create-netrc.sh [Pipeline] } 03:08:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:08:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:08:09 ---> python-tools-install.sh 03:08:09 Generating Requirements File 03:10:01 Python 3.6.8 03:10:01 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 03:10:01 appdirs==1.4.3 03:10:01 argcomplete==1.12.1 03:10:01 aspy.yaml==1.3.0 03:10:01 attrs==19.3.0 03:10:01 Babel==2.8.0 03:10:01 beautifulsoup4==4.8.2 03:10:01 boto3==1.11.6 03:10:01 botocore==1.14.6 03:10:01 bs4==0.0.1 03:10:01 cachetools==4.1.1 03:10:01 certifi==2019.11.28 03:10:01 cffi==1.14.3 03:10:01 cfgv==2.0.1 03:10:01 chardet==3.0.4 03:10:01 click==7.1 03:10:01 cliff==3.4.0 03:10:01 cmd2==1.3.11 03:10:01 colorama==0.4.3 03:10:01 cryptography==3.1.1 03:10:01 debtcollector==2.2.0 03:10:01 decorator==4.4.2 03:10:01 defusedxml==0.6.0 03:10:01 Deprecated==1.2.7 03:10:01 distlib==0.3.1 03:10:01 distro==1.2.0 03:10:01 dnspython==1.16.0 03:10:01 docker==4.2.0 03:10:01 docutils==0.15.2 03:10:01 dogpile.cache==1.0.2 03:10:01 email-validator==1.0.5 03:10:01 filelock==3.0.12 03:10:01 future==0.18.2 03:10:01 google-auth==1.22.1 03:10:01 httplib2==0.17.0 03:10:01 identify==1.4.11 03:10:01 idna==2.9 03:10:01 importlib-metadata==2.0.0 03:10:01 importlib-resources==1.5.0 03:10:01 iso8601==0.1.13 03:10:01 Jinja2==2.11.1 03:10:01 jmespath==0.10.0 03:10:01 jsonpatch==1.26 03:10:01 jsonpointer==2.0 03:10:01 jsonschema==3.2.0 03:10:01 keystoneauth1==4.2.1 03:10:01 kubernetes==11.0.0 03:10:01 lftools==0.34.2 03:10:01 lxml==4.5.0 03:10:01 MarkupSafe==0.23 03:10:01 msgpack==1.0.0 03:10:01 multi-key-dict==2.0.3 03:10:01 munch==2.5.0 03:10:01 netaddr==0.8.0 03:10:01 netifaces==0.10.9 03:10:01 niet==1.4.2 03:10:01 nodeenv==1.3.5 03:10:01 oauth2client==4.1.3 03:10:01 oauthlib==3.1.0 03:10:01 openstacksdk==0.50.0 03:10:01 os-client-config==2.1.0 03:10:01 os-service-types==1.7.0 03:10:01 osc-lib==2.2.1 03:10:01 oslo.config==8.3.2 03:10:01 oslo.context==3.1.1 03:10:01 oslo.i18n==5.0.1 03:10:01 oslo.log==4.4.0 03:10:01 oslo.serialization==4.0.1 03:10:01 oslo.utils==4.6.0 03:10:01 packaging==20.4 03:10:01 pbr==5.4.4 03:10:01 pluggy==0.13.1 03:10:01 prettytable==0.7.2 03:10:01 py==1.9.0 03:10:01 pyasn1==0.4.8 03:10:01 pyasn1-modules==0.2.8 03:10:01 pycparser==2.20 03:10:01 pygerrit2==2.0.10 03:10:01 PyGithub==1.46 03:10:01 pyinotify==0.9.6 03:10:01 PyJWT==1.7.1 03:10:01 pyparsing==2.4.7 03:10:01 pyperclip==1.8.1 03:10:01 pyroute2==0.4.13 03:10:01 pyrsistent==0.15.7 03:10:01 PySocks==1.6.8 03:10:01 python-cinderclient==7.2.0 03:10:01 python-dateutil==2.8.1 03:10:01 python-heatclient==2.2.1 03:10:01 python-jenkins==1.7.0 03:10:01 python-keystoneclient==4.1.1 03:10:01 python-magnumclient==3.2.1 03:10:01 python-novaclient==17.2.1 03:10:01 python-openstackclient==5.4.0 03:10:01 python-swiftclient==3.10.1 03:10:01 pytz==2020.1 03:10:01 PyYAML==5.3 03:10:01 requests==2.23.0 03:10:01 requests-oauthlib==1.3.0 03:10:01 requestsexceptions==1.4.0 03:10:01 rfc3986==1.4.0 03:10:01 rpm==4.11.3 03:10:01 rsa==4.0 03:10:01 ruamel.yaml==0.16.10 03:10:01 ruamel.yaml.clib==0.2.0 03:10:01 s3transfer==0.3.3 03:10:01 shade==1.27.2 03:10:01 simplejson==3.17.2 03:10:01 six==1.14.0 03:10:01 soupsieve==2.0 03:10:01 stevedore==3.2.2 03:10:01 tabulate==0.8.6 03:10:01 toml==0.10.0 03:10:01 tox==3.20.1 03:10:01 tqdm==4.43.0 03:10:01 urllib3==1.25.8 03:10:01 virtualenv==20.0.33 03:10:01 wcwidth==0.2.5 03:10:01 websocket-client==0.57.0 03:10:01 wrapt==1.12.1 03:10:01 xdg==3.0.2 03:10:01 xmltodict==0.12.0 03:10:01 yq==2.11.1 03:10:01 zipp==3.3.0 03:10:01 Cache entry deserialization failed, entry ignored 03:10:01 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 03:10:06 Python 2.7.5 03:10:06 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 03:10:06 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 03:10:07 ansible==2.9.7 03:10:07 Babel==0.9.6 03:10:07 backports.ssl-match-hostname==3.5.0.1 03:10:07 beautifulsoup4==4.4.1 03:10:07 bodhi==2.11.0 03:10:07 bodhi-client==2.11.0 03:10:07 CCColUtils==1.4 03:10:07 cffi==1.6.0 03:10:07 chardet==2.2.1 03:10:07 click==6.7 03:10:07 cloud-init==18.5 03:10:07 configobj==4.7.2 03:10:07 cryptography==1.7.2 03:10:07 decorator==3.4.0 03:10:07 distro==1.2.0 03:10:07 enum34==1.0.4 03:10:07 fedpkg==1.38 03:10:07 futures==3.1.1 03:10:07 gitdb==0.6.4 03:10:07 GitPython==1.0.1 03:10:07 html5lib==0.999 03:10:07 httplib2==0.9.2 03:10:07 idna==2.4 03:10:07 iniparse==0.4 03:10:07 ipaddress==1.0.16 03:10:07 IPy==0.75 03:10:07 javapackages==1.0.0 03:10:07 Jinja2==2.7.2 03:10:07 jmespath==0.9.4 03:10:07 jsonpatch==1.2 03:10:07 jsonpointer==1.9 03:10:07 kerberos==1.1 03:10:07 kitchen==1.1.1 03:10:07 langtable==0.0.31 03:10:07 lockfile==0.9.1 03:10:07 lxml==3.2.1 03:10:07 MarkupSafe==0.11 03:10:07 munch==2.0.2 03:10:07 offtrac==0.1.0 03:10:07 openidc-client==0.6.0 03:10:07 packagedb-cli==2.14.1 03:10:07 paramiko==2.1.1 03:10:07 perf==0.1 03:10:07 ply==3.4 03:10:07 policycoreutils-default-encoding==0.1 03:10:07 prettytable==0.7.2 03:10:07 pyasn1==0.1.9 03:10:07 pycparser==2.14 03:10:07 pycurl==7.19.0 03:10:07 pygobject==3.22.0 03:10:07 pygpgme==0.3 03:10:07 pyliblzma==0.5.3 03:10:07 pyOpenSSL==0.13.1 03:10:07 pyparsing==1.5.6 03:10:07 pyserial==2.6 03:10:07 python-augeas==0.5.0 03:10:07 python-bugzilla==2.3.0 03:10:07 python-dateutil==1.5 03:10:07 python-fedora==0.10.0 03:10:07 python-linux-procfs==0.4.9 03:10:07 python-yubico==1.2.3 03:10:07 pyudev==0.15 03:10:07 pyusb==1.0.0b1 03:10:07 pyxattr==0.5.1 03:10:07 PyYAML==3.10 03:10:07 requests==2.6.0 03:10:07 requests-kerberos==0.7.0 03:10:07 rpkg==1.60 03:10:07 schedutils==0.4 03:10:07 seobject==0.1 03:10:07 sepolicy==1.1 03:10:07 six==1.9.0 03:10:07 smmap==0.9.0 03:10:07 urlgrabber==3.10 03:10:07 urllib3==1.10.2 03:10:07 virtualenv==15.1.0 03:10:07 yum-langpacks==0.4.2 03:10:07 yum-metadata-parser==1.1.4 [Pipeline] echo 03:10:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:10:07 ---> sudo-logs.sh 03:10:07 Archiving 'sudo' log.. [Pipeline] echo 03:10:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:10:08 ---> job-cost.sh 03:10:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ARhn 03:10:21 Cache entry deserialization failed, entry ignored 03:10:21 Cache entry deserialization failed, entry ignored 03:10:22 Cache entry deserialization failed, entry ignored 03:10:22 Cache entry deserialization failed, entry ignored 03:10:23 Cache entry deserialization failed, entry ignored 03:10:23 Cache entry deserialization failed, entry ignored 03:10:23 Cache entry deserialization failed, entry ignored 03:10:23 Cache entry deserialization failed, entry ignored 03:10:23 Cache entry deserialization failed, entry ignored 03:10:23 Cache entry deserialization failed, entry ignored 03:10:23 Cache entry deserialization failed, entry ignored 03:10:24 Cache entry deserialization failed, entry ignored 03:10:24 Cache entry deserialization failed, entry ignored 03:10:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:11:07 lf-activate-venv(): INFO: Adding /tmp/venv-ARhn/bin to PATH 03:11:07 INFO: No Stack... 03:11:07 INFO: Retrieving Pricing Info for: v1-standard-2 03:11:07 INFO: Archiving Costs [Pipeline] echo 03:11:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:11:08 ---> logs-deploy.sh 03:11:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-619/7 03:11:08 INFO: archiving workspace using pattern(s): 03:11:11 Archives upload complete. 03:11:11 INFO: archiving logs to Nexus 03:11:13 ---> uname -a: 03:11:13 Linux prd-centos7-docker-4c-2g-4691.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 03:11:13 03:11:13 03:11:13 ---> lscpu: 03:11:13 Architecture: x86_64 03:11:13 CPU op-mode(s): 32-bit, 64-bit 03:11:13 Byte Order: Little Endian 03:11:13 CPU(s): 4 03:11:13 On-line CPU(s) list: 0-3 03:11:13 Thread(s) per core: 1 03:11:13 Core(s) per socket: 1 03:11:13 Socket(s): 4 03:11:13 NUMA node(s): 1 03:11:13 Vendor ID: GenuineIntel 03:11:13 CPU family: 6 03:11:13 Model: 44 03:11:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:11:13 Stepping: 1 03:11:13 CPU MHz: 2933.438 03:11:13 BogoMIPS: 5866.87 03:11:13 Virtualization: VT-x 03:11:13 Hypervisor vendor: KVM 03:11:13 Virtualization type: full 03:11:13 L1d cache: 32K 03:11:13 L1i cache: 32K 03:11:13 L2 cache: 4096K 03:11:13 L3 cache: 16384K 03:11:13 NUMA node0 CPU(s): 0-3 03:11:13 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 03:11:13 03:11:13 03:11:13 ---> nproc: 03:11:13 4 03:11:13 03:11:13 03:11:13 ---> df -h: 03:11:13 Filesystem Size Used Avail Use% Mounted on 03:11:13 devtmpfs 887M 0 887M 0% /dev 03:11:13 tmpfs 919M 0 919M 0% /dev/shm 03:11:13 tmpfs 919M 17M 903M 2% /run 03:11:13 tmpfs 919M 0 919M 0% /sys/fs/cgroup 03:11:13 /dev/vda1 50G 7.4G 43G 15% / 03:11:13 tmpfs 184M 0 184M 0% /run/user/1001 03:11:13 tmpfs 184M 0 184M 0% /run/user/0 03:11:13 03:11:13 03:11:13 ---> free -m: 03:11:13 total used free shared buff/cache available 03:11:13 Mem: 1837 600 75 16 1161 1040 03:11:13 Swap: 1023 1 1022 03:11:13 03:11:13 03:11:13 ---> ip addr: 03:11:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 03:11:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:11:13 inet 127.0.0.1/8 scope host lo 03:11:13 valid_lft forever preferred_lft forever 03:11:13 inet6 ::1/128 scope host 03:11:13 valid_lft forever preferred_lft forever 03:11:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 03:11:13 link/ether fa:16:3e:25:8e:a1 brd ff:ff:ff:ff:ff:ff 03:11:13 inet 10.30.123.45/23 brd 10.30.123.255 scope global dynamic eth0 03:11:13 valid_lft 85756sec preferred_lft 85756sec 03:11:13 inet6 fe80::f816:3eff:fe25:8ea1/64 scope link 03:11:13 valid_lft forever preferred_lft forever 03:11:13 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 03:11:13 link/ether 02:42:6e:fe:80:bc brd ff:ff:ff:ff:ff:ff 03:11:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:11:13 valid_lft forever preferred_lft forever 03:11:13 inet6 fe80::42:6eff:fefe:80bc/64 scope link 03:11:13 valid_lft forever preferred_lft forever 03:11:13 03:11:13 03:11:13 ---> sar -b -r -n DEV: 03:11:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/12/2020 _x86_64_ (4 CPU) 03:11:13 03:11:13 03:00:05 AM LINUX RESTART 03:11:13 03:11:13 03:01:02 AM tps rtps wtps bread/s bwrtn/s 03:11:13 03:02:01 AM 62.15 17.04 45.11 5199.19 5032.39 03:11:13 03:03:01 AM 3.34 0.00 3.34 0.00 107.71 03:11:13 03:04:01 AM 0.40 0.00 0.40 0.00 6.71 03:11:13 03:05:01 AM 0.25 0.00 0.25 0.00 4.00 03:11:13 03:06:01 AM 0.35 0.00 0.35 0.00 6.26 03:11:13 03:07:01 AM 0.40 0.00 0.40 0.00 6.68 03:11:13 03:08:01 AM 0.55 0.23 0.32 17.18 9.06 03:11:13 03:09:01 AM 81.10 55.14 25.96 4652.79 2413.60 03:11:13 03:10:01 AM 91.93 12.59 79.34 931.47 10044.64 03:11:13 03:11:02 AM 76.89 12.53 64.36 675.27 4437.49 03:11:13 Average: 31.71 9.75 21.96 1141.95 2203.40 03:11:13 03:11:13 03:01:02 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:11:13 03:02:01 AM 166448 1715108 91.15 2620 1143644 1142988 39.01 413328 1138836 124 03:11:13 03:03:01 AM 174772 1706784 90.71 2620 1143652 1072476 36.60 409512 1135652 20 03:11:13 03:04:01 AM 176504 1705052 90.62 2620 1143656 1057056 36.08 408480 1135140 8 03:11:13 03:05:01 AM 174172 1707384 90.74 2620 1143656 1057308 36.08 413528 1132692 24 03:11:13 03:06:01 AM 174680 1706876 90.72 2620 1143664 1057188 36.08 415976 1129580 16 03:11:13 03:07:01 AM 173804 1707752 90.76 2620 1143668 1057092 36.08 416896 1129580 16 03:11:13 03:08:01 AM 164952 1716604 91.23 2620 1144316 1057548 36.09 419324 1130256 8 03:11:13 03:09:01 AM 74848 1806708 96.02 2620 1155716 1124116 38.36 491324 1137156 35356 03:11:13 03:10:01 AM 141992 1739564 92.45 2620 1066732 1091124 37.24 444884 1070004 46744 03:11:13 03:11:02 AM 83420 1798136 95.57 2620 1084864 1106948 37.78 522872 1028048 79412 03:11:13 Average: 150559 1730997 92.00 2620 1131357 1082384 36.94 435612 1116694 16173 03:11:13 03:11:13 03:01:02 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 03:11:13 03:02:01 AM eth0 150.74 124.73 703.84 90.07 0.00 0.00 0.00 03:11:13 03:02:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:02:01 AM docker0 4.11 3.53 0.91 19.42 0.00 0.00 0.00 03:11:13 03:03:01 AM eth0 0.50 0.33 0.27 0.20 0.00 0.00 0.00 03:11:13 03:03:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:03:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:04:01 AM eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 03:11:13 03:04:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:04:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:05:01 AM eth0 0.85 0.48 0.30 0.21 0.00 0.00 0.00 03:11:13 03:05:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:05:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:06:01 AM eth0 0.80 0.38 0.36 0.23 0.00 0.00 0.00 03:11:13 03:06:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:06:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:07:01 AM eth0 0.13 0.10 0.06 0.03 0.00 0.00 0.00 03:11:13 03:07:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:07:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:08:01 AM eth0 5.61 3.73 5.33 2.23 0.00 0.00 0.00 03:11:13 03:08:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:08:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:09:01 AM eth0 211.17 173.11 651.21 18.23 0.00 0.00 0.00 03:11:13 03:09:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:09:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:10:01 AM eth0 39.11 30.51 183.79 3.36 0.00 0.00 0.00 03:11:13 03:10:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:10:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:11:02 AM eth0 40.00 29.33 132.02 10.79 0.00 0.00 0.00 03:11:13 03:11:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 03:11:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 Average: eth0 44.81 36.16 166.99 12.42 0.00 0.00 0.00 03:11:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:11:13 Average: docker0 0.41 0.35 0.09 1.92 0.00 0.00 0.00 03:11:13 03:11:13 03:11:13 ---> sar -P ALL: 03:11:13 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/12/2020 _x86_64_ (4 CPU) 03:11:13 03:11:13 03:00:05 AM LINUX RESTART 03:11:13 03:11:13 03:01:02 AM CPU %user %nice %system %iowait %steal %idle 03:11:13 03:02:01 AM all 8.44 0.00 3.77 1.90 12.08 73.80 03:11:13 03:02:01 AM 0 8.68 0.00 3.71 1.02 12.87 73.72 03:11:13 03:02:01 AM 1 7.82 0.00 3.92 2.69 11.90 73.67 03:11:13 03:02:01 AM 2 8.72 0.00 3.54 1.05 11.64 75.05 03:11:13 03:02:01 AM 3 8.56 0.00 3.91 2.84 11.90 72.78 03:11:13 03:03:01 AM all 0.10 0.00 0.12 0.00 0.84 98.94 03:11:13 03:03:01 AM 0 0.22 0.00 0.10 0.00 0.80 98.89 03:11:13 03:03:01 AM 1 0.10 0.00 0.08 0.00 0.98 98.84 03:11:13 03:03:01 AM 2 0.03 0.00 0.13 0.00 0.68 99.15 03:11:13 03:03:01 AM 3 0.03 0.00 0.18 0.00 0.91 98.87 03:11:13 03:04:01 AM all 0.11 0.00 0.03 0.00 0.20 99.66 03:11:13 03:04:01 AM 0 0.02 0.00 0.03 0.00 0.30 99.65 03:11:13 03:04:01 AM 1 0.03 0.00 0.03 0.00 0.23 99.70 03:11:13 03:04:01 AM 2 0.37 0.00 0.03 0.00 0.13 99.47 03:11:13 03:04:01 AM 3 0.02 0.00 0.03 0.00 0.10 99.85 03:11:13 03:05:01 AM all 0.11 0.00 0.04 0.00 0.20 99.65 03:11:13 03:05:01 AM 0 0.15 0.00 0.03 0.00 0.15 99.67 03:11:13 03:05:01 AM 1 0.22 0.00 0.07 0.00 0.27 99.45 03:11:13 03:05:01 AM 2 0.02 0.00 0.07 0.00 0.13 99.78 03:11:13 03:05:01 AM 3 0.03 0.00 0.03 0.00 0.25 99.68 03:11:13 03:06:01 AM all 0.13 0.00 0.08 0.00 0.14 99.65 03:11:13 03:06:01 AM 0 0.03 0.00 0.02 0.00 0.03 99.92 03:11:13 03:06:01 AM 1 0.43 0.00 0.05 0.00 0.33 99.18 03:11:13 03:06:01 AM 2 0.03 0.00 0.23 0.00 0.15 99.58 03:11:13 03:06:01 AM 3 0.03 0.00 0.02 0.00 0.05 99.90 03:11:13 03:07:01 AM all 0.14 0.00 0.04 0.00 0.08 99.73 03:11:13 03:07:01 AM 0 0.02 0.00 0.02 0.00 0.03 99.93 03:11:13 03:07:01 AM 1 0.47 0.00 0.03 0.00 0.23 99.27 03:11:13 03:07:01 AM 2 0.05 0.00 0.10 0.00 0.07 99.78 03:11:13 03:07:01 AM 3 0.05 0.00 0.02 0.00 0.02 99.92 03:11:13 03:08:01 AM all 0.33 0.00 0.27 0.00 0.74 98.65 03:11:13 03:08:01 AM 0 0.37 0.00 0.33 0.00 0.67 98.63 03:11:13 03:08:01 AM 1 0.53 0.00 0.18 0.02 0.93 98.34 03:11:13 03:08:01 AM 2 0.28 0.00 0.32 0.00 0.76 98.64 03:11:13 03:08:01 AM 3 0.15 0.00 0.25 0.02 0.60 98.99 03:11:13 03:09:01 AM all 11.30 0.00 1.44 1.39 3.43 82.44 03:11:13 03:09:01 AM 0 22.15 0.00 2.25 1.24 4.24 70.13 03:11:13 03:09:01 AM 1 3.02 0.00 0.91 1.03 2.58 92.46 03:11:13 03:09:01 AM 2 9.21 0.00 1.11 0.30 3.91 85.47 03:11:13 03:09:01 AM 3 11.43 0.00 1.55 3.01 3.03 80.98 03:11:13 03:10:01 AM all 13.79 0.00 3.13 1.21 3.42 78.44 03:11:13 03:10:01 AM 0 18.33 0.00 2.45 2.08 3.65 73.49 03:11:13 03:10:01 AM 1 7.95 0.00 2.31 0.42 2.95 86.36 03:11:13 03:10:01 AM 2 20.48 0.00 5.84 1.48 3.23 68.98 03:11:13 03:10:01 AM 3 8.75 0.00 2.00 0.89 3.86 84.49 03:11:13 03:11:02 AM all 15.01 0.00 2.43 1.25 3.59 77.71 03:11:13 03:11:02 AM 0 12.80 0.00 1.88 1.01 3.74 80.57 03:11:13 03:11:02 AM 1 17.07 0.00 2.41 1.71 3.21 75.61 03:11:13 03:11:02 AM 2 11.81 0.00 2.20 1.84 4.09 80.07 03:11:13 03:11:02 AM 3 18.48 0.00 3.28 0.47 3.29 74.49 03:11:13 Average: all 4.87 0.00 1.12 0.57 2.45 90.98 03:11:13 Average: 0 6.11 0.00 1.06 0.52 2.61 89.69 03:11:13 Average: 1 3.71 0.00 0.99 0.58 2.35 92.37 03:11:13 Average: 2 5.02 0.00 1.33 0.46 2.46 90.73 03:11:13 Average: 3 4.67 0.00 1.11 0.71 2.38 91.12 03:11:13 03:11:13 03:11:13