Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 25404775a81a428bce8a9a5b11db9d4fb024bb80+0bbcb663a9153978e7e9ef8c297d5988e58906d0 (07e19f4691c8dfeae07e68e279fa3d67eeb8b914) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-8584 in /w/workspace/dgexfoundry_device-sdk-go_PR-640 [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-640 # 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/640/head:refs/remotes/origin/PR-640 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0bbcb663a9153978e7e9ef8c297d5988e58906d0 into PR head commit 25404775a81a428bce8a9a5b11db9d4fb024bb80 Merge succeeded, producing 87ba3f747499c6e4dd0a8410046a07d0c7ffb20b Checking out Revision 87ba3f747499c6e4dd0a8410046a07d0c7ffb20b (PR-640) > git config core.sparsecheckout # timeout=10 > git checkout -f 25404775a81a428bce8a9a5b11db9d4fb024bb80 # 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 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 87ba3f747499c6e4dd0a8410046a07d0c7ffb20b # timeout=10 Commit message: "Merge commit '0bbcb663a9153978e7e9ef8c297d5988e58906d0' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:42:59 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 88e32ef120ef76714f6ec9e25aaebfe207755857 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:42:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:42:59 ========================================================= 02:42:59 EdgeX Global Pipelines Version Info 02:42:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:43:01 ------------------- 02:43:01 stable info: 02:43:01 ------------------- 02:43:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:01 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 02:43:01 Message: update stable to v1.0.148 02:43:02 ------------------- 02:43:02 experimental info: 02:43:02 ------------------- 02:43:02 Commited By: **** collab-it+edgex@linuxfoundation.org 02:43:02 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 02:43:02 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:43:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:43:02 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:43:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:43:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:43:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:43:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:43:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:43:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:43:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:43:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:43:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:43:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:43:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:43:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:43:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:43:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:43:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:43:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:43:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:43:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-640 [Pipeline] echo 02:43:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-640 [Pipeline] echo 02:43:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-640 [Pipeline] echo 02:43:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 87ba3f747499c6e4dd0a8410046a07d0c7ffb20b [Pipeline] echo 02:43:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 87ba3f7 [Pipeline] echo 02:43:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:43:06 + git log --format=format:%s -1 87ba3f747499c6e4dd0a8410046a07d0c7ffb20b [Pipeline] echo 02:43:06 GIT_COMMIT: 87ba3f747499c6e4dd0a8410046a07d0c7ffb20b, Commit Message: Merge commit '0bbcb663a9153978e7e9ef8c297d5988e58906d0' into HEAD [Pipeline] echo 02:43:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:43:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:07 02:43:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:43:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:07 latest: Pulling from edgex-devops/git-semver 02:43:07 31603596830f: Pulling fs layer 02:43:07 2a8b12db71e7: Pulling fs layer 02:43:07 6ca5941a6612: Pulling fs layer 02:43:07 ecc8261a40a4: Pulling fs layer 02:43:07 ecc8261a40a4: Waiting 02:43:07 2a8b12db71e7: Verifying Checksum 02:43:07 2a8b12db71e7: Download complete 02:43:07 31603596830f: Download complete 02:43:07 6ca5941a6612: Verifying Checksum 02:43:07 6ca5941a6612: Download complete 02:43:07 ecc8261a40a4: Verifying Checksum 02:43:07 ecc8261a40a4: Download complete 02:43:07 31603596830f: Pull complete 02:43:07 2a8b12db71e7: Pull complete 02:43:08 6ca5941a6612: Pull complete 02:43:09 ecc8261a40a4: Pull complete 02:43:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:43:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:43:09 prd-centos7-docker-4c-2g-8584 does not seem to be running inside a container 02:43:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-640 -v /w/workspace/dgexfoundry_device-sdk-go_PR-640:/w/workspace/dgexfoundry_device-sdk-go_PR-640:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:43:11 $ docker top 85bcad111532a55ed5e1270d0340893a514a771e21477feeca7e37b305f5334b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:43:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:11 [ssh-agent] Looking for ssh-agent implementation... 02:43:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:11 $ docker exec 85bcad111532a55ed5e1270d0340893a514a771e21477feeca7e37b305f5334b ssh-agent 02:43:11 SSH_AUTH_SOCK=/tmp/ssh-8PNea7GcaIWF/agent.11 02:43:11 SSH_AGENT_PID=16 02:43:11 Running ssh-add (command line suppressed) 02:43:11 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp/private_key_2280502229471690399.key (/w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp/private_key_2280502229471690399.key) 02:43:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:12 + git tag --points-at HEAD [Pipeline] } 02:43:12 $ docker exec --env ******** --env ******** 85bcad111532a55ed5e1270d0340893a514a771e21477feeca7e37b305f5334b ssh-agent -k 02:43:12 unset SSH_AUTH_SOCK; 02:43:12 unset SSH_AGENT_PID; 02:43:12 echo Agent pid 16 killed; 02:43:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:43:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:12 [ssh-agent] Looking for ssh-agent implementation... 02:43:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:12 $ docker exec 85bcad111532a55ed5e1270d0340893a514a771e21477feeca7e37b305f5334b ssh-agent 02:43:12 SSH_AUTH_SOCK=/tmp/ssh-yg2OWn89rrfF/agent.46 02:43:12 SSH_AGENT_PID=51 02:43:12 Running ssh-add (command line suppressed) 02:43:13 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp/private_key_4050739737345209740.key (/w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp/private_key_4050739737345209740.key) 02:43:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:13 + git semver init 02:43:13 # -> Open(): unable to determine branch for HEAD 02:43:13 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-640/.git 02:43:13 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-640 02:43:13 # $SEMVER_REMOTE_NAME = origin 02:43:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:43:13 # $SEMVER_USER_NAME = edgex-jenkins 02:43:13 # $SEMVER_BRANCH = PR-640 02:43:13 # $SEMVER_TEMP = /tmp/semver-980615319 02:43:13 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:43:14 # '/tmp/semver-980615319' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-640/.semver' 02:43:14 # -> Force: false 02:43:14 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-640/.semver [Pipeline] } 02:43:14 $ docker exec --env ******** --env ******** 85bcad111532a55ed5e1270d0340893a514a771e21477feeca7e37b305f5334b ssh-agent -k 02:43:14 unset SSH_AUTH_SOCK; 02:43:14 unset SSH_AGENT_PID; 02:43:14 echo Agent pid 51 killed; 02:43:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:43:14 + git semver [Pipeline] } 02:43:15 $ docker stop --time=1 85bcad111532a55ed5e1270d0340893a514a771e21477feeca7e37b305f5334b 02:43:16 $ docker rm -f 85bcad111532a55ed5e1270d0340893a514a771e21477feeca7e37b305f5334b [Pipeline] // withDockerContainer [Pipeline] sh 02:43:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:43:17 Stashed 1 file(s) [Pipeline] echo 02:43:17 [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 02:43:32 Still waiting to schedule task 02:43:32 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-8587’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-8508’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-8586’ doesn’t have label ‘centos7-docker-4c-2g’ 02:43:32 Still waiting to schedule task 02:43:32 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:44:57 Running on prd-centos7-docker-4c-2g-8592 in /w/workspace/dgexfoundry_device-sdk-go_PR-640 [Pipeline] { [Pipeline] ws 02:44:57 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 02:45:00 using credential edgex-jenkins-ssh 02:45:00 Cloning the remote Git repository 02:45:00 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:00 > git init /w/workspace/device-sdk-go/3 # timeout=10 02:45:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:00 > git --version # timeout=10 02:45:00 > git --version # 'git version 2.16.5' 02:45:00 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:01 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:01 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:01 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:01 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/640/head:refs/remotes/origin/PR-640 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:01 Merging remotes/origin/master commit 0bbcb663a9153978e7e9ef8c297d5988e58906d0 into PR head commit 25404775a81a428bce8a9a5b11db9d4fb024bb80 02:45:02 Merge succeeded, producing fa6797599bc0b988593ed3a2e97d34de27279e38 02:45:02 Checking out Revision fa6797599bc0b988593ed3a2e97d34de27279e38 (PR-640) 02:45:01 > git config core.sparsecheckout # timeout=10 02:45:01 > git checkout -f 25404775a81a428bce8a9a5b11db9d4fb024bb80 # timeout=10 02:45:02 > git remote # timeout=10 02:45:02 > git config --get remote.origin.url # timeout=10 02:45:02 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:02 > git merge 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 02:45:02 > git rev-parse HEAD^{commit} # timeout=10 02:45:02 > git config core.sparsecheckout # timeout=10 02:45:02 > git checkout -f fa6797599bc0b988593ed3a2e97d34de27279e38 # timeout=10 02:45:05 Commit message: "Merge commit '0bbcb663a9153978e7e9ef8c297d5988e58906d0' into HEAD" 02:45:05 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 02:45:05 > git rev-list --no-walk 88e32ef120ef76714f6ec9e25aaebfe207755857 # timeout=10 [Pipeline] echo 02:45:06 ========================================================= 02:45:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:07 + 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 . 02:45:07 Sending build context to Docker daemon 2.351MB 02:45:07 Step 1/8 : ARG BASE=golang:1.15-alpine 02:45:07 Step 2/8 : FROM ${BASE} 02:45:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:07 df20fa9351a1: Pulling fs layer 02:45:07 ed8968b2872e: Pulling fs layer 02:45:07 a92cc7c5fd73: Pulling fs layer 02:45:07 e871e8e8d7a9: Pulling fs layer 02:45:07 e73272ec9a57: Pulling fs layer 02:45:07 1e910a182e73: Pulling fs layer 02:45:07 4e634b169226: Pulling fs layer 02:45:07 e871e8e8d7a9: Waiting 02:45:07 e73272ec9a57: Waiting 02:45:07 1e910a182e73: Waiting 02:45:07 4e634b169226: Waiting 02:45:07 a92cc7c5fd73: Download complete 02:45:07 ed8968b2872e: Verifying Checksum 02:45:07 ed8968b2872e: Download complete 02:45:07 e73272ec9a57: Verifying Checksum 02:45:07 e73272ec9a57: Download complete 02:45:07 1e910a182e73: Verifying Checksum 02:45:07 1e910a182e73: Download complete 02:45:07 df20fa9351a1: Verifying Checksum 02:45:07 df20fa9351a1: Download complete 02:45:08 df20fa9351a1: Pull complete 02:45:08 ed8968b2872e: Pull complete 02:45:08 a92cc7c5fd73: Pull complete 02:45:09 4e634b169226: Verifying Checksum 02:45:09 4e634b169226: Download complete 02:45:10 e871e8e8d7a9: Verifying Checksum 02:45:10 e871e8e8d7a9: Download complete 02:45:15 e871e8e8d7a9: Pull complete 02:45:15 e73272ec9a57: Pull complete 02:45:15 1e910a182e73: Pull complete 02:45:22 4e634b169226: Pull complete 02:45:22 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:45:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:45:22 ---> f7629b54cfaa 02:45:22 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:22 ---> Running in 80ccf51193b8 02:45:22 Removing intermediate container 80ccf51193b8 02:45:22 ---> e80d3bd349e3 02:45:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:22 ---> Running in 2dde19396606 02:45:23 Removing intermediate container 2dde19396606 02:45:23 ---> 7b4811496c7d 02:45:23 Step 5/8 : RUN apk add --no-cache make git 02:45:23 ---> Running in f18b88483b80 02:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:24 OK: 166 MiB in 39 packages 02:45:25 Removing intermediate container f18b88483b80 02:45:25 ---> 9522c8260443 02:45:25 Step 6/8 : WORKDIR /device-sdk-go 02:45:25 ---> Running in ed63c0d14c69 02:45:25 Removing intermediate container ed63c0d14c69 02:45:25 ---> 04ff52eba023 02:45:25 Step 7/8 : COPY . . 02:45:27 ---> b7caf224b503 02:45:27 Step 8/8 : RUN go mod download 02:45:27 ---> Running in 7761d15892d0 02:45:45 Removing intermediate container 7761d15892d0 02:45:45 ---> 0e1fe94056bc 02:45:45 Successfully built 0e1fe94056bc 02:45:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:45:45 + docker inspect -f . ci-base-image-x86_64 02:45:45 . [Pipeline] withDockerContainer 02:45:45 prd-centos7-docker-4c-2g-8592 does not seem to be running inside a container 02:45:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:46 $ docker top 8c005969f213b94b469422a4c11a40520730b2451d7a9287ccea62ea09b4a156 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:47 + go version 02:45:47 go version go1.15.2 linux/amd64 [Pipeline] } 02:45:47 $ docker stop --time=1 8c005969f213b94b469422a4c11a40520730b2451d7a9287ccea62ea09b4a156 02:45:48 $ docker rm -f 8c005969f213b94b469422a4c11a40520730b2451d7a9287ccea62ea09b4a156 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:49 + docker inspect -f . ci-base-image-x86_64 02:45:49 . [Pipeline] withDockerContainer 02:45:49 prd-centos7-docker-4c-2g-8592 does not seem to be running inside a container 02:45:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:50 $ docker top eecc945acf5714cd87f7572d50660ccd5d9b29836ab048778b55d69ce358f8bb -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:51 + make test 02:45:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:59 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:46:14 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:46:14 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:46:14 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:46:14 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.046s coverage: 21.4% of statements 02:46:15 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.452s coverage: 97.1% of statements 02:46:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8594 in /w/workspace/dgexfoundry_device-sdk-go_PR-640 [Pipeline] { [Pipeline] ws 02:46:24 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 02:46:29 using credential edgex-jenkins-ssh 02:46:29 Cloning the remote Git repository 02:46:29 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:46:29 > git init /w/workspace/device-sdk-go/3 # timeout=10 02:46:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:29 > git --version # timeout=10 02:46:29 > git --version # 'git version 2.17.1' 02:46:29 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:31 Merging remotes/origin/master commit 0bbcb663a9153978e7e9ef8c297d5988e58906d0 into PR head commit 25404775a81a428bce8a9a5b11db9d4fb024bb80 02:46:31 Merge succeeded, producing 626407bd16630f6a55384980573915c032df1d0b 02:46:31 Checking out Revision 626407bd16630f6a55384980573915c032df1d0b (PR-640) 02:46:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:30 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/640/head:refs/remotes/origin/PR-640 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:46:31 > git config core.sparsecheckout # timeout=10 02:46:31 > git checkout -f 25404775a81a428bce8a9a5b11db9d4fb024bb80 # timeout=10 02:46:31 > git remote # timeout=10 02:46:31 > git config --get remote.origin.url # timeout=10 02:46:31 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:31 > git merge 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 02:46:31 > git rev-parse HEAD^{commit} # timeout=10 02:46:31 > git config core.sparsecheckout # timeout=10 02:46:31 > git checkout -f 626407bd16630f6a55384980573915c032df1d0b # timeout=10 02:46:35 Commit message: "Merge commit '0bbcb663a9153978e7e9ef8c297d5988e58906d0' into HEAD" 02:46:35 First time build. Skipping changelog. 02:46:35 > git rev-list --no-walk 88e32ef120ef76714f6ec9e25aaebfe207755857 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:46:36 ========================================================= 02:46:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:46:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:37 + 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 . 02:46:38 Sending build context to Docker daemon 2.351MB 02:46:38 Step 1/8 : ARG BASE=golang:1.15-alpine 02:46:38 Step 2/8 : FROM ${BASE} 02:46:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:46:38 b538f80385f9: Pulling fs layer 02:46:38 74f711af9a0d: Pulling fs layer 02:46:38 99f96fe45779: Pulling fs layer 02:46:38 8529a6b9a6be: Pulling fs layer 02:46:38 45590311c82a: Pulling fs layer 02:46:38 69ca0ff8b7b3: Pulling fs layer 02:46:38 209524e5b208: Pulling fs layer 02:46:38 8529a6b9a6be: Waiting 02:46:38 45590311c82a: Waiting 02:46:38 69ca0ff8b7b3: Waiting 02:46:38 209524e5b208: Waiting 02:46:38 99f96fe45779: Download complete 02:46:38 74f711af9a0d: Verifying Checksum 02:46:38 74f711af9a0d: Download complete 02:46:38 45590311c82a: Verifying Checksum 02:46:38 45590311c82a: Download complete 02:46:38 69ca0ff8b7b3: Verifying Checksum 02:46:38 69ca0ff8b7b3: Download complete 02:46:38 b538f80385f9: Verifying Checksum 02:46:38 b538f80385f9: Download complete 02:46:39 b538f80385f9: Pull complete 02:46:40 74f711af9a0d: Pull complete 02:46:40 99f96fe45779: Pull complete 02:46:41 209524e5b208: Verifying Checksum 02:46:41 209524e5b208: Download complete 02:46:42 8529a6b9a6be: Verifying Checksum 02:46:42 8529a6b9a6be: Download complete 02:46:47 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.065s coverage: 9.4% of statements 02:46:47 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.047s coverage: 21.9% of statements 02:46:47 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:46:47 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.212s coverage: 42.6% of statements 02:46:47 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:46:47 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.299s coverage: 68.9% of statements 02:46:47 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:46:47 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:46:47 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:46:47 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:46:47 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.072s coverage: 52.6% of statements 02:46:47 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 02:46:47 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:46:47 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:46:47 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.403s coverage: 68.9% of statements 02:46:47 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.064s coverage: 4.7% of statements 02:46:47 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:46:47 GO111MODULE=on go vet ./... 02:46:53 8529a6b9a6be: Pull complete 02:46:53 45590311c82a: Pull complete 02:46:53 69ca0ff8b7b3: Pull complete 02:46:54 gofmt -l . 02:46:54 [ "`gofmt -l .`" = "" ] 02:46:54 ./bin/test-attribution-txt.sh 02:46:54 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:46:55 Stashed 1 file(s) [Pipeline] } 02:46:55 $ docker stop --time=1 eecc945acf5714cd87f7572d50660ccd5d9b29836ab048778b55d69ce358f8bb 02:46:56 209524e5b208: Pull complete 02:46:56 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:46:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:46:56 ---> 5bddaf1c2fca 02:46:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:56 $ docker rm -f eecc945acf5714cd87f7572d50660ccd5d9b29836ab048778b55d69ce358f8bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:46:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:46:58 + ls -al . 02:46:58 total 208 02:46:58 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 24 02:46 . 02:46:58 drwxrwxr-x. 4 jenkins jenkins 28 Oct 24 02:45 .. 02:46:58 drwxrwxr-x. 2 jenkins jenkins 64 Oct 24 02:45 bin 02:46:58 -rw-r--r--. 1 jenkins jenkins 127611 Oct 24 02:46 coverage.out 02:46:58 -rw-rw-r--. 1 jenkins jenkins 936 Oct 24 02:45 Dockerfile.build 02:46:58 -rw-rw-r--. 1 jenkins jenkins 140 Oct 24 02:45 .dockerignore 02:46:58 drwxrwxr-x. 4 jenkins jenkins 48 Oct 24 02:45 example 02:46:58 drwxrwxr-x. 8 jenkins jenkins 179 Oct 24 02:45 .git 02:46:58 drwxrwxr-x. 2 jenkins jenkins 60 Oct 24 02:45 .github 02:46:58 -rw-rw-r--. 1 jenkins jenkins 138 Oct 24 02:45 .gitignore 02:46:58 -rw-r--r--. 1 jenkins jenkins 517 Oct 24 02:46 go.mod 02:46:58 -rw-r--r--. 1 jenkins jenkins 13840 Oct 24 02:46 go.sum 02:46:58 drwxrwxr-x. 15 jenkins jenkins 211 Oct 24 02:45 internal 02:46:58 -rw-rw-r--. 1 jenkins jenkins 901 Oct 24 02:45 Jenkinsfile 02:46:58 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 24 02:45 LICENSE 02:46:58 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 24 02:45 Makefile 02:46:58 drwxrwxr-x. 4 jenkins jenkins 26 Oct 24 02:45 openapi 02:46:58 drwxrwxr-x. 5 jenkins jenkins 50 Oct 24 02:45 pkg 02:46:58 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 24 02:45 README.md 02:46:58 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 24 02:45 RELEASE-NOTES.txt 02:46:58 drwxrwxr-x. 4 jenkins jenkins 54 Oct 24 02:45 snap 02:46:58 -rw-rw-r--. 1 jenkins jenkins 5 Oct 24 02:43 VERSION 02:46:58 -rw-rw-r--. 1 jenkins jenkins 222 Oct 24 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:46:59 + 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=87ba3f747499c6e4dd0a8410046a07d0c7ffb20b --label arch=amd64 --label version=0.0.0 . 02:46:59 Sending build context to Docker daemon 2.48MB 02:46:59 Step 1/24 : ARG BASE=golang:1.15-alpine 02:46:59 Step 2/24 : FROM ${BASE} AS builder 02:46:59 ---> 0e1fe94056bc 02:46:59 Step 3/24 : ARG MAKE='make build' 02:46:59 ---> Running in ff39ee8c11f4 02:47:00 ---> Running in c35eb406676b 02:47:00 Removing intermediate container c35eb406676b 02:47:00 ---> 8856d2de3d0c 02:47:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:00 ---> Running in 0fc5c82b9368 02:47:00 Removing intermediate container ff39ee8c11f4 02:47:00 ---> cf13e49f1ca3 02:47:00 Step 4/24 : WORKDIR /device-sdk-go 02:47:00 ---> Running in a25f17ed8e82 02:47:00 Removing intermediate container a25f17ed8e82 02:47:00 ---> 0357acdbeebc 02:47:00 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:00 ---> Running in 67c46fbcbf14 02:47:00 Removing intermediate container 67c46fbcbf14 02:47:00 ---> cc5966bf063e 02:47:00 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:00 ---> Running in e7a6cf85aa1d 02:47:01 Removing intermediate container e7a6cf85aa1d 02:47:01 ---> d4713ccf3543 02:47:01 Step 7/24 : RUN apk add --update --no-cache make git 02:47:01 ---> Running in 9e086adb5cfb 02:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:03 Removing intermediate container 0fc5c82b9368 02:47:03 ---> 242864b482ca 02:47:03 Step 5/8 : RUN apk add --no-cache make git 02:47:03 ---> Running in 17674a5c653b 02:47:03 OK: 166 MiB in 39 packages 02:47:03 Removing intermediate container 9e086adb5cfb 02:47:03 ---> f055e4aa84a6 02:47:03 Step 8/24 : COPY . . 02:47:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:47:05 ---> f0965300be5c 02:47:05 Step 9/24 : RUN ${MAKE} 02:47:05 ---> Running in fe4ed0a85376 02:47:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:47:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:47:06 OK: 142 MiB in 39 packages 02:47:07 Removing intermediate container 17674a5c653b 02:47:07 ---> d34d5acffd14 02:47:07 Step 6/8 : WORKDIR /device-sdk-go 02:47:07 ---> Running in c15d4bdf3abe 02:47:08 Removing intermediate container c15d4bdf3abe 02:47:08 ---> 6042ccec81d4 02:47:08 Step 7/8 : COPY . . 02:47:09 ---> eeae3f6f9c3c 02:47:09 Step 8/8 : RUN go mod download 02:47:09 ---> Running in f65c209a7308 02:47:13 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:47:17 Removing intermediate container fe4ed0a85376 02:47:17 ---> fd6737568094 02:47:17 Step 10/24 : FROM scratch 02:47:17 ---> 02:47:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:17 ---> Running in 0e1c785b0782 02:47:17 Removing intermediate container 0e1c785b0782 02:47:17 ---> afa10582421d 02:47:17 Step 12/24 : ENV APP_PORT=49990 02:47:17 ---> Running in 072f074385fc 02:47:17 Removing intermediate container 072f074385fc 02:47:17 ---> 15c0c7752159 02:47:17 Step 13/24 : EXPOSE $APP_PORT 02:47:17 ---> Running in 15eaa6628c78 02:47:17 Removing intermediate container 15eaa6628c78 02:47:17 ---> 216ae235e25e 02:47:17 Step 14/24 : WORKDIR / 02:47:17 ---> Running in cf7adda639c4 02:47:17 Removing intermediate container cf7adda639c4 02:47:17 ---> bf4ef1d60915 02:47:17 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:47:18 ---> 2fdbc5226230 02:47:18 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:47:18 ---> abf4b07e3040 02:47:18 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:47:18 ---> 28bce2cc85ea 02:47:18 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:47:18 ---> e790e370818f 02:47:18 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:47:19 ---> 39ebbf26dd1c 02:47:19 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:47:19 ---> Running in 15d2d950af71 02:47:19 Removing intermediate container 15d2d950af71 02:47:19 ---> c8ffc2fd5c98 02:47:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:19 ---> Running in 2986afdcf7d3 02:47:19 Removing intermediate container 2986afdcf7d3 02:47:19 ---> c69df79ad37f 02:47:19 Step 22/24 : LABEL arch=amd64 02:47:19 ---> Running in 19fd99376cce 02:47:19 Removing intermediate container 19fd99376cce 02:47:19 ---> 0352a399ecb8 02:47:19 Step 23/24 : LABEL git_sha=87ba3f747499c6e4dd0a8410046a07d0c7ffb20b 02:47:19 ---> Running in 67b43294bfdd 02:47:19 Removing intermediate container 67b43294bfdd 02:47:19 ---> 023e18ea7c30 02:47:19 Step 24/24 : LABEL version=0.0.0 02:47:20 ---> Running in c0d29d32d470 02:47:20 Removing intermediate container c0d29d32d470 02:47:20 ---> 93e53adcf4e1 02:47:20 [Warning] One or more build-args [ARCH] were not consumed 02:47:20 Successfully built 93e53adcf4e1 02:47:20 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:47:31 Removing intermediate container f65c209a7308 02:47:31 ---> 26eb70a8e0db 02:47:31 Successfully built 26eb70a8e0db 02:47:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:47:32 + docker inspect -f . ci-base-image-arm64 02:47:32 . [Pipeline] withDockerContainer 02:47:32 prd-ubuntu18.04-docker-arm64-4c-16g-8594 does not seem to be running inside a container 02:47:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:47:34 $ docker top 4bb61b26ace73054ef551fef8d484e61ea29a850f643ea09b551878a2d03c454 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:36 + go version 02:47:36 go version go1.15.2 linux/arm64 [Pipeline] } 02:47:36 $ docker stop --time=1 4bb61b26ace73054ef551fef8d484e61ea29a850f643ea09b551878a2d03c454 02:47:38 $ docker rm -f 4bb61b26ace73054ef551fef8d484e61ea29a850f643ea09b551878a2d03c454 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:39 + docker inspect -f . ci-base-image-arm64 02:47:39 . [Pipeline] withDockerContainer 02:47:39 prd-ubuntu18.04-docker-arm64-4c-16g-8594 does not seem to be running inside a container 02:47:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:47:41 $ docker top 5397dc9946e68773f07c3f4292ce65e0b16f71b275c5b6a8e85e7cca15d5aea2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:43 + make test 02:47:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:48:05 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:48:44 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:48:44 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:48:44 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:48:44 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.132s coverage: 21.4% of statements 02:48:46 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.217s coverage: 97.1% of statements 02:49:18 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.204s coverage: 9.4% of statements 02:49:18 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.115s coverage: 21.9% of statements 02:49:18 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:49:18 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.585s coverage: 42.6% of statements 02:49:18 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:49:18 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.779s coverage: 68.9% of statements 02:49:18 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:49:18 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:49:18 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:49:18 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:49:18 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.211s coverage: 52.6% of statements 02:49:18 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 02:49:18 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:49:18 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:49:18 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.768s coverage: 68.9% of statements 02:49:18 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.137s coverage: 4.7% of statements 02:49:18 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:49:18 GO111MODULE=on go vet ./... 02:49:45 gofmt -l . 02:49:45 [ "`gofmt -l .`" = "" ] 02:49:45 ./bin/test-attribution-txt.sh 02:49:45 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:49:45 Warning: overwriting stash ‘coverage-report’ 02:49:46 Stashed 1 file(s) [Pipeline] } 02:49:46 $ docker stop --time=1 5397dc9946e68773f07c3f4292ce65e0b16f71b275c5b6a8e85e7cca15d5aea2 02:49:48 $ docker rm -f 5397dc9946e68773f07c3f4292ce65e0b16f71b275c5b6a8e85e7cca15d5aea2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:49:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:49:50 + ls -al . 02:49:50 total 244 02:49:50 drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 02:49 . 02:49:50 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 02:46 .. 02:49:50 -rw-rw-r-- 1 jenkins jenkins 140 Oct 24 02:46 .dockerignore 02:49:50 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 02:46 .git 02:49:50 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 02:46 .github 02:49:50 -rw-rw-r-- 1 jenkins jenkins 138 Oct 24 02:46 .gitignore 02:49:50 -rw-rw-r-- 1 jenkins jenkins 936 Oct 24 02:46 Dockerfile.build 02:49:50 -rw-rw-r-- 1 jenkins jenkins 901 Oct 24 02:46 Jenkinsfile 02:49:50 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 24 02:46 LICENSE 02:49:50 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 24 02:46 Makefile 02:49:50 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 24 02:46 README.md 02:49:50 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 24 02:46 RELEASE-NOTES.txt 02:49:50 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 02:43 VERSION 02:49:50 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 02:46 bin 02:49:50 -rw-r--r-- 1 jenkins jenkins 127611 Oct 24 02:49 coverage.out 02:49:50 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 02:46 example 02:49:50 -rw-r--r-- 1 jenkins jenkins 517 Oct 24 02:49 go.mod 02:49:50 -rw-r--r-- 1 jenkins jenkins 13840 Oct 24 02:49 go.sum 02:49:50 drwxrwxr-x 15 jenkins jenkins 4096 Oct 24 02:46 internal 02:49:50 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 02:46 openapi 02:49:50 drwxrwxr-x 5 jenkins jenkins 4096 Oct 24 02:46 pkg 02:49:50 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 02:46 snap 02:49:50 -rw-rw-r-- 1 jenkins jenkins 222 Oct 24 02:46 version.go [Pipeline] isUnix [Pipeline] sh 02:49:51 + 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=87ba3f747499c6e4dd0a8410046a07d0c7ffb20b --label arch=arm64 --label version=0.0.0 . 02:49:51 Sending build context to Docker daemon 2.48MB 02:49:51 Step 1/24 : ARG BASE=golang:1.15-alpine 02:49:51 Step 2/24 : FROM ${BASE} AS builder 02:49:51 ---> 26eb70a8e0db 02:49:51 Step 3/24 : ARG MAKE='make build' 02:49:52 ---> Running in 9b086733ccd8 02:49:52 Removing intermediate container 9b086733ccd8 02:49:52 ---> 92abf3fd4236 02:49:52 Step 4/24 : WORKDIR /device-sdk-go 02:49:52 ---> Running in b269a99605f0 02:49:52 Removing intermediate container b269a99605f0 02:49:52 ---> 5547c5d480ab 02:49:52 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:53 ---> Running in 9ec715b7d63b 02:49:53 Removing intermediate container 9ec715b7d63b 02:49:53 ---> 9788ae36ab12 02:49:53 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:53 ---> Running in 48de8a7e1335 02:49:56 Removing intermediate container 48de8a7e1335 02:49:56 ---> 6a815e1aa36d 02:49:56 Step 7/24 : RUN apk add --update --no-cache make git 02:49:56 ---> Running in db72ccde2c88 02:49:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:58 OK: 142 MiB in 39 packages 02:49:59 Removing intermediate container db72ccde2c88 02:49:59 ---> 0510fb702447 02:49:59 Step 8/24 : COPY . . 02:50:01 ---> 7b30cb256475 02:50:01 Step 9/24 : RUN ${MAKE} 02:50:01 ---> Running in be3fa2ad3d41 02:50:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:50:29 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:50:29 Removing intermediate container be3fa2ad3d41 02:50:29 ---> 62976f7acab1 02:50:29 Step 10/24 : FROM scratch 02:50:29 ---> 02:50:29 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:29 ---> Running in df6c1ae06f43 02:50:29 Removing intermediate container df6c1ae06f43 02:50:29 ---> 842fd3fb99de 02:50:29 Step 12/24 : ENV APP_PORT=49990 02:50:29 ---> Running in 655df67d3017 02:50:29 Removing intermediate container 655df67d3017 02:50:29 ---> 4558f055c5e3 02:50:29 Step 13/24 : EXPOSE $APP_PORT 02:50:29 ---> Running in b97e12e56050 02:50:29 Removing intermediate container b97e12e56050 02:50:29 ---> b049b0c94f45 02:50:29 Step 14/24 : WORKDIR / 02:50:29 ---> Running in 98582cebca9b 02:50:30 Removing intermediate container 98582cebca9b 02:50:30 ---> f7062e3ace1c 02:50:30 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:50:31 ---> ff88d0aca36e 02:50:31 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:50:31 ---> 476578c680ec 02:50:31 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:50:32 ---> 053d3ec25ce1 02:50:32 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:50:33 ---> 3a73adb57443 02:50:33 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:50:34 ---> 25e5a804d281 02:50:34 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:50:34 ---> Running in 4acefe702515 02:50:34 Removing intermediate container 4acefe702515 02:50:34 ---> 5100ae68e132 02:50:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:50:34 ---> Running in a1a848f63e28 02:50:34 Removing intermediate container a1a848f63e28 02:50:34 ---> 9a8a16fe8f5b 02:50:34 Step 22/24 : LABEL arch=arm64 02:50:35 ---> Running in 03faf9533c82 02:50:35 Removing intermediate container 03faf9533c82 02:50:35 ---> 07d0e3495c27 02:50:35 Step 23/24 : LABEL git_sha=87ba3f747499c6e4dd0a8410046a07d0c7ffb20b 02:50:35 ---> Running in 9546371cf6fc 02:50:35 Removing intermediate container 9546371cf6fc 02:50:35 ---> 8c8cde880529 02:50:35 Step 24/24 : LABEL version=0.0.0 02:50:36 ---> Running in e441d3c12a6e 02:50:36 Removing intermediate container e441d3c12a6e 02:50:36 ---> 96b90882d62f 02:50:36 [Warning] One or more build-args [ARCH] were not consumed 02:50:36 Successfully built 96b90882d62f 02:50:36 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:50:38 provisioning config files... 02:50:38 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp/config1426658330332302331tmp [Pipeline] { [Pipeline] sh 02:50:39 + set +x 02:50:39 + curl -s https://codecov.io/bash 02:50:39 + bash -s -- 02:50:39 02:50:39 _____ _ 02:50:39 / ____| | | 02:50:39 | | ___ __| | ___ ___ _____ __ 02:50:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:50:39 | |___| (_) | (_| | __/ (_| (_) \ V / 02:50:39 \_____\___/ \__,_|\___|\___\___/ \_/ 02:50:39 Bash-20201009-048fee3 02:50:39 02:50:39 02:50:39 ==> Jenkins CI detected. 02:50:39 project root: . 02:50:39 Fixing merge commit SHA 02:50:39 --> token set from env 02:50:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:50:39 ==> Running gcov in . (disable via -X gcov) 02:50:39 ==> Python coveragepy not found 02:50:39 ==> Searching for coverage reports in: 02:50:39 + . 02:50:39 -> Found 1 reports 02:50:39 ==> Detecting git/mercurial file structure 02:50:39 ==> Reading reports 02:50:39 + ./coverage.out bytes=127611 02:50:39 ==> Appending adjustments 02:50:39 https://docs.codecov.io/docs/fixing-reports 02:50:39 + Found adjustments 02:50:39 ==> Gzipping contents 02:50:39 ==> Uploading reports 02:50:39 url: https://codecov.io 02:50:39 query: branch=PR-640&commit=0bbcb663a9153978e7e9ef8c297d5988e58906d0&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-640%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=640&job=&cmd_args= 02:50:39 -> Pinging Codecov 02:50:39 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-640&commit=0bbcb663a9153978e7e9ef8c297d5988e58906d0&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-640%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=640&job=&cmd_args= 02:50:40 -> Uploading to 02:50:40 02:50:40 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:40 Dload Upload Total Spent Left Speed 02:50:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 02:50:40 X> Failed to upload 02:50:40 ==> Uploading to Codecov 02:50:40 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:40 Dload Upload Total Spent Left Speed 02:50:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20970 100 110 100 20860 242 45942 --:--:-- --:--:-- --:--:-- 45947 02:50:40 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/0bbcb663a9153978e7e9ef8c297d5988e58906d0 [Pipeline] } 02:50:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:50:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:50:43 ---> package-listing.sh 02:50:43 ++ facter osfamily 02:50:43 ++ tr '[:upper:]' '[:lower:]' 02:50:43 + OS_FAMILY=redhat 02:50:43 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-640 02:50:43 + START_PACKAGES=/tmp/packages_start.txt 02:50:43 + END_PACKAGES=/tmp/packages_end.txt 02:50:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:50:43 + PACKAGES=/tmp/packages_start.txt 02:50:43 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-640 ']' 02:50:43 + PACKAGES=/tmp/packages_end.txt 02:50:43 + case "${OS_FAMILY}" in 02:50:43 + rpm -qa 02:50:43 + sort 02:50:47 + '[' -f /tmp/packages_start.txt ']' 02:50:47 + '[' -f /tmp/packages_end.txt ']' 02:50:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:50:47 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-640 ']' 02:50:47 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-640/archives/ 02:50:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-640/archives/ [Pipeline] echo 02:50:47 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-640/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:50:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:50:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:47 02:50:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:50:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:48 alpine: Pulling from edgex-lftools-log-publisher 02:50:48 df20fa9351a1: Pulling fs layer 02:50:48 36b3adc4ff6f: Pulling fs layer 02:50:48 8ad3a11d3b57: Pulling fs layer 02:50:48 46f8f816bc3b: Pulling fs layer 02:50:48 93b61091891f: Pulling fs layer 02:50:48 93b9cdb0e59b: Pulling fs layer 02:50:48 5e14af77c1be: Pulling fs layer 02:50:48 01666e4c0597: Pulling fs layer 02:50:48 aa168da1d23b: Pulling fs layer 02:50:48 46f8f816bc3b: Waiting 02:50:48 93b61091891f: Waiting 02:50:48 93b9cdb0e59b: Waiting 02:50:48 01666e4c0597: Waiting 02:50:48 5e14af77c1be: Waiting 02:50:48 aa168da1d23b: Waiting 02:50:48 36b3adc4ff6f: Download complete 02:50:48 46f8f816bc3b: Verifying Checksum 02:50:48 46f8f816bc3b: Download complete 02:50:48 df20fa9351a1: Verifying Checksum 02:50:48 93b9cdb0e59b: Verifying Checksum 02:50:48 93b9cdb0e59b: Download complete 02:50:48 5e14af77c1be: Verifying Checksum 02:50:48 5e14af77c1be: Download complete 02:50:48 93b61091891f: Verifying Checksum 02:50:48 93b61091891f: Download complete 02:50:48 01666e4c0597: Verifying Checksum 02:50:48 01666e4c0597: Download complete 02:50:48 df20fa9351a1: Pull complete 02:50:48 36b3adc4ff6f: Pull complete 02:50:48 8ad3a11d3b57: Verifying Checksum 02:50:48 8ad3a11d3b57: Download complete 02:50:49 8ad3a11d3b57: Pull complete 02:50:49 46f8f816bc3b: Pull complete 02:50:50 93b61091891f: Pull complete 02:50:50 93b9cdb0e59b: Pull complete 02:50:50 5e14af77c1be: Pull complete 02:50:50 01666e4c0597: Pull complete 02:50:50 aa168da1d23b: Verifying Checksum 02:50:50 aa168da1d23b: Download complete 02:50:57 aa168da1d23b: Pull complete 02:50:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:50:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:50:57 prd-centos7-docker-4c-2g-8584 does not seem to be running inside a container 02:50:57 $ 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-640/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-640 -v /w/workspace/dgexfoundry_device-sdk-go_PR-640:/w/workspace/dgexfoundry_device-sdk-go_PR-640:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:51:04 $ docker top c5a920193686df2758123b434325cdaf196bb06bdbdd6d985f3e90d9c687dcbd -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:04 + touch /tmp/pre-build-complete [Pipeline] sh 02:51:05 + mkdir -p /var/log/sa [Pipeline] sh 02:51:05 + ls /var/log/sa-host 02:51:05 + sadf -c /var/log/sa-host/sa05 02:51:05 file_magic: OK 02:51:05 HZ: Using current value: 100 02:51:05 file_header: OK 02:51:05 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:51:05 Statistics: 02:51:05 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:51:05 File successfully converted to sysstat format version 12.2.1 02:51:05 + sadf -c /var/log/sa-host/sa24 02:51:05 file_magic: OK 02:51:05 HZ: Using current value: 100 02:51:05 file_header: OK 02:51:05 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:51:05 Statistics: 02:51:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:51:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:05 provisioning config files... 02:51:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp/config4528954550923079085tmp [Pipeline] { [Pipeline] echo 02:51:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:51:05 ---> create-netrc.sh [Pipeline] } 02:51:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:51:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:51:06 ---> python-tools-install.sh [Pipeline] echo 02:51:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:51:06 ---> sudo-logs.sh 02:51:06 Archiving 'sudo' log.. [Pipeline] echo 02:51:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:51:06 ---> job-cost.sh 02:51:06 lf-activate-venv: SKIPPING 02:51:06 INFO: No Stack... 02:51:09 INFO: Retrieving Pricing Info for: v1-standard-2 02:51:09 INFO: Archiving Costs [Pipeline] echo 02:51:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:51:10 ---> logs-deploy.sh 02:51:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-640/3 02:51:10 INFO: archiving workspace using pattern(s): 02:51:11 Archives upload complete. 02:51:11 INFO: archiving logs to Nexus 02:51:12 ---> uname -a: 02:51:12 Linux prd-centos7-docker-4c-2g-8584.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 02:51:12 02:51:12 02:51:12 ---> lscpu: 02:51:12 Architecture: x86_64 02:51:12 CPU op-mode(s): 32-bit, 64-bit 02:51:12 Byte Order: Little Endian 02:51:12 Address sizes: 40 bits physical, 48 bits virtual 02:51:12 CPU(s): 4 02:51:12 On-line CPU(s) list: 0-3 02:51:12 Thread(s) per core: 1 02:51:12 Core(s) per socket: 1 02:51:12 Socket(s): 4 02:51:12 NUMA node(s): 1 02:51:12 Vendor ID: GenuineIntel 02:51:12 CPU family: 6 02:51:12 Model: 44 02:51:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:51:12 Stepping: 1 02:51:12 CPU MHz: 2933.438 02:51:12 BogoMIPS: 5866.87 02:51:12 Virtualization: VT-x 02:51:12 Hypervisor vendor: KVM 02:51:12 Virtualization type: full 02:51:12 L1d cache: 128 KiB 02:51:12 L1i cache: 128 KiB 02:51:12 L2 cache: 16 MiB 02:51:12 L3 cache: 64 MiB 02:51:12 NUMA node0 CPU(s): 0-3 02:51:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:51:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:51:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:51:12 Vulnerability Meltdown: Mitigation; PTI 02:51:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:51:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:51:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:51:12 Vulnerability Tsx async abort: Not affected 02:51:12 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:51:12 02:51:12 02:51:12 ---> nproc: 02:51:12 4 02:51:12 02:51:12 02:51:12 ---> df -h: 02:51:12 Filesystem Size Used Available Use% Mounted on 02:51:12 overlay 50.0G 7.2G 42.8G 14% / 02:51:12 tmpfs 64.0M 0 64.0M 0% /dev 02:51:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:51:12 shm 64.0M 0 64.0M 0% /dev/shm 02:51:12 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 02:51:12 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 02:51:12 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 02:51:12 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 02:51:12 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 02:51:12 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-640 02:51:12 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp 02:51:12 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 02:51:12 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 02:51:12 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 02:51:12 02:51:12 02:51:12 ---> free -m: 02:51:12 total used free shared buff/cache available 02:51:12 Mem: 1837 684 107 0 1045 1050 02:51:12 Swap: 1023 0 1023 02:51:12 02:51:12 02:51:12 ---> ip addr: 02:51:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:51:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:51:12 inet 127.0.0.1/8 scope host lo 02:51:12 valid_lft forever preferred_lft forever 02:51:12 inet6 ::1/128 scope host 02:51:12 valid_lft forever preferred_lft forever 02:51:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:51:12 link/ether fa:16:3e:21:7d:c9 brd ff:ff:ff:ff:ff:ff 02:51:12 inet 10.30.123.162/23 brd 10.30.123.255 scope global dynamic eth0 02:51:12 valid_lft 85873sec preferred_lft 85873sec 02:51:12 inet6 fe80::f816:3eff:fe21:7dc9/64 scope link 02:51:12 valid_lft forever preferred_lft forever 02:51:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:51:12 link/ether 02:42:db:a6:e9:ac brd ff:ff:ff:ff:ff:ff 02:51:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:51:12 valid_lft forever preferred_lft forever 02:51:12 inet6 fe80::42:dbff:fea6:e9ac/64 scope link 02:51:12 valid_lft forever preferred_lft forever 02:51:12 02:51:12 02:51:12 ---> sar -b -r -n DEV: 02:51:12 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/24/20 _x86_64_ (4 CPU) 02:51:12 02:51:12 02:42:08 LINUX RESTART (4 CPU) 02:51:12 02:51:12 02:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:51:12 02:44:01 28.65 10.79 17.87 0.00 4409.59 2460.29 0.00 02:51:12 02:45:01 1.80 0.00 1.80 0.00 0.00 35.57 0.00 02:51:12 02:46:01 0.30 0.00 0.30 0.00 0.00 3.40 0.00 02:51:12 02:47:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 02:51:12 02:48:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 02:51:12 02:49:01 0.32 0.02 0.30 0.00 0.13 3.66 0.00 02:51:12 02:50:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 02:51:12 02:51:01 122.51 64.42 58.09 0.00 6165.36 17269.57 0.00 02:51:12 Average: 19.31 9.41 9.90 0.00 1322.72 2474.95 0.00 02:51:12 02:51:12 02:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:51:12 02:44:01 157004 0 582328 30.95 2620 1139604 1088464 37.15 440848 1123748 20 02:51:12 02:45:01 158688 0 580640 30.86 2620 1139608 1088116 37.14 442192 1121860 12 02:51:12 02:46:01 159596 0 579724 30.81 2620 1139616 1083692 36.98 441524 1121416 16 02:51:12 02:47:01 157724 0 581596 30.91 2620 1139616 1083728 36.99 443760 1121104 8 02:51:12 02:48:01 155028 0 584284 31.05 2620 1139624 1083764 36.99 452928 1114752 16 02:51:12 02:49:01 156384 0 582920 30.98 2620 1139632 1071416 36.57 452328 1114360 12 02:51:12 02:50:01 156968 0 582328 30.95 2620 1139640 1071356 36.56 452108 1114448 16 02:51:12 02:51:01 167012 0 681804 36.24 2620 1030120 1268712 43.30 449756 1045352 17696 02:51:12 Average: 158550 0 594453 31.59 2620 1125932 1104906 37.71 446930 1109630 2224 02:51:12 02:51:12 02:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:51:12 02:44:01 eth0 82.63 66.77 361.05 34.94 0.00 0.00 0.00 0.00 02:51:12 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:44:01 docker0 10.22 7.98 1.40 20.16 0.00 0.00 0.00 0.00 02:51:12 02:45:01 eth0 3.43 1.02 1.05 0.61 0.00 0.00 0.00 0.00 02:51:12 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:46:01 eth0 2.58 0.55 0.67 0.42 0.00 0.00 0.00 0.00 02:51:12 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:47:01 eth0 1.50 0.25 0.37 0.20 0.00 0.00 0.00 0.00 02:51:12 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:48:01 eth0 0.98 0.57 0.60 0.45 0.00 0.00 0.00 0.00 02:51:12 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:49:01 eth0 0.25 0.08 0.07 0.01 0.00 0.00 0.00 0.00 02:51:12 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:50:01 eth0 0.12 0.18 0.01 0.01 0.00 0.00 0.00 0.00 02:51:12 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:51:01 eth0 211.36 184.63 2172.28 19.69 0.00 0.00 0.00 0.00 02:51:12 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 Average: eth0 37.88 31.78 317.28 7.04 0.00 0.00 0.00 0.00 02:51:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:12 Average: docker0 1.28 1.00 0.17 2.52 0.00 0.00 0.00 0.00 02:51:12 02:51:12 02:51:12 ---> sar -P ALL: 02:51:12 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/24/20 _x86_64_ (4 CPU) 02:51:12 02:51:12 02:42:08 LINUX RESTART (4 CPU) 02:51:12 02:51:12 02:43:01 CPU %user %nice %system %iowait %steal %idle 02:51:12 02:44:01 all 2.57 0.00 1.32 0.40 0.01 95.70 02:51:12 02:44:01 0 2.27 0.00 1.67 1.22 0.00 94.83 02:51:12 02:44:01 1 2.16 0.00 1.20 0.17 0.02 96.46 02:51:12 02:44:01 2 2.86 0.00 1.22 0.05 0.03 95.84 02:51:12 02:44:01 3 2.99 0.00 1.17 0.17 0.00 95.67 02:51:12 02:45:01 all 0.17 0.00 0.03 0.00 0.00 99.80 02:51:12 02:45:01 0 0.47 0.00 0.02 0.00 0.00 99.52 02:51:12 02:45:01 1 0.12 0.00 0.05 0.00 0.00 99.83 02:51:12 02:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:51:12 02:45:01 3 0.07 0.00 0.05 0.00 0.00 99.88 02:51:12 02:46:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:51:12 02:46:01 0 0.45 0.00 0.02 0.00 0.00 99.53 02:51:12 02:46:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:51:12 02:46:01 2 0.07 0.00 0.03 0.00 0.00 99.90 02:51:12 02:46:01 3 0.05 0.00 0.02 0.00 0.00 99.93 02:51:12 02:47:01 all 0.16 0.00 0.03 0.00 0.01 99.80 02:51:12 02:47:01 0 0.50 0.00 0.03 0.00 0.02 99.45 02:51:12 02:47:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:51:12 02:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:51:12 02:47:01 3 0.08 0.00 0.03 0.00 0.02 99.87 02:51:12 02:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:51:12 02:48:01 0 0.50 0.00 0.03 0.00 0.00 99.47 02:51:12 02:48:01 1 0.05 0.00 0.08 0.00 0.00 99.87 02:51:12 02:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:51:12 02:48:01 3 0.07 0.00 0.03 0.00 0.00 99.90 02:51:12 02:49:01 all 0.14 0.00 0.03 0.00 0.00 99.83 02:51:12 02:49:01 0 0.43 0.00 0.05 0.00 0.00 99.52 02:51:12 02:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:51:12 02:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:51:12 02:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:51:12 02:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 02:51:12 02:50:01 0 0.52 0.00 0.00 0.00 0.00 99.48 02:51:12 02:50:01 1 0.02 0.00 0.02 0.00 0.02 99.95 02:51:12 02:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:51:12 02:50:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:51:12 02:51:01 all 5.34 0.00 2.67 1.33 0.00 90.66 02:51:12 02:51:01 0 6.07 0.00 2.83 1.49 0.00 89.61 02:51:12 02:51:01 1 5.13 0.00 2.70 2.35 0.00 89.82 02:51:12 02:51:01 2 4.89 0.00 2.29 0.54 0.00 92.28 02:51:12 02:51:01 3 5.26 0.00 2.87 0.94 0.00 90.93 02:51:12 Average: all 1.10 0.00 0.52 0.22 0.00 98.16 02:51:12 Average: 0 1.40 0.00 0.58 0.34 0.00 97.68 02:51:12 Average: 1 0.95 0.00 0.52 0.31 0.00 98.21 02:51:12 Average: 2 0.99 0.00 0.45 0.07 0.00 98.48 02:51:12 Average: 3 1.07 0.00 0.53 0.14 0.00 98.26 02:51:12 02:51:12 02:51:12