Pull request #582 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e+2d9730a214a0d2600c47b6e1f4d312ee14057382 (a7188f13ecf6367883b0bc294dd8882ce8b90e31) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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-6200 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [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-582 # 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/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e Merge succeeded, producing 0589cf02045747894cdc927c3ebb17bc787df2e5 Checking out Revision 0589cf02045747894cdc927c3ebb17bc787df2e5 (PR-582) > git config core.sparsecheckout # timeout=10 > git checkout -f 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e # 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 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0589cf02045747894cdc927c3ebb17bc787df2e5 # timeout=10 Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" > git rev-list --no-walk 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:10:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:10:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:10:29 ========================================================= 07:10:29 EdgeX Global Pipelines Version Info 07:10:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:10:32 ------------------- 07:10:32 stable info: 07:10:32 ------------------- 07:10:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:10:32 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:10:32 Message: update stable to v1.0.144 07:10:33 ------------------- 07:10:33 experimental info: 07:10:33 ------------------- 07:10:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:10:33 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:10:33 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:10:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:10:33 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:10:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:10:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:10:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:10:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:10:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:10:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:10:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:10:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:10:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:10:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:10:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:10:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:10:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:10:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:10:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:10:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:10:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:10:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:10:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:10:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-582 [Pipeline] echo 07:10:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-582 [Pipeline] echo 07:10:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-582 [Pipeline] echo 07:10:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0589cf02045747894cdc927c3ebb17bc787df2e5 [Pipeline] echo 07:10:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0589cf0 [Pipeline] echo 07:10:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:10:37 + git log --format=format:%s -1 0589cf02045747894cdc927c3ebb17bc787df2e5 [Pipeline] echo 07:10:37 GIT_COMMIT: 0589cf02045747894cdc927c3ebb17bc787df2e5, Commit Message: Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD [Pipeline] echo 07:10:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:10:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:10:38 07:10:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:10:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:10:39 latest: Pulling from edgex-devops/git-semver 07:10:39 31603596830f: Pulling fs layer 07:10:39 2a8b12db71e7: Pulling fs layer 07:10:39 6ca5941a6612: Pulling fs layer 07:10:39 ecc8261a40a4: Pulling fs layer 07:10:39 ecc8261a40a4: Waiting 07:10:39 2a8b12db71e7: Verifying Checksum 07:10:39 2a8b12db71e7: Download complete 07:10:40 31603596830f: Verifying Checksum 07:10:40 31603596830f: Download complete 07:10:41 31603596830f: Pull complete 07:10:41 2a8b12db71e7: Pull complete 07:10:41 ecc8261a40a4: Verifying Checksum 07:10:41 ecc8261a40a4: Download complete 07:10:41 6ca5941a6612: Verifying Checksum 07:10:41 6ca5941a6612: Download complete 07:10:43 6ca5941a6612: Pull complete 07:10:44 ecc8261a40a4: Pull complete 07:10:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:10:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:10:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:10:44 prd-centos7-docker-4c-2g-6200 does not seem to be running inside a container 07:10:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:10:47 $ docker top 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:10:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:10:47 [ssh-agent] Looking for ssh-agent implementation... 07:10:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:10:48 $ docker exec 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 ssh-agent 07:10:48 SSH_AUTH_SOCK=/tmp/ssh-n9d0Tnh0uMnO/agent.12 07:10:48 SSH_AGENT_PID=17 07:10:48 Running ssh-add (command line suppressed) 07:10:48 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_6228259136838674827.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_6228259136838674827.key) 07:10:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:10:49 + git tag --points-at HEAD [Pipeline] } 07:10:49 $ docker exec --env ******** --env ******** 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 ssh-agent -k 07:10:49 unset SSH_AUTH_SOCK; 07:10:49 unset SSH_AGENT_PID; 07:10:49 echo Agent pid 17 killed; 07:10:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:10:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:10:49 [ssh-agent] Looking for ssh-agent implementation... 07:10:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:10:49 $ docker exec 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 ssh-agent 07:10:50 SSH_AUTH_SOCK=/tmp/ssh-5VacBTQ3cusF/agent.48 07:10:50 SSH_AGENT_PID=53 07:10:50 Running ssh-add (command line suppressed) 07:10:50 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_5864603433223363572.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_5864603433223363572.key) 07:10:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:10:50 + git semver init 07:10:50 # -> Open(): unable to determine branch for HEAD 07:10:50 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.git 07:10:50 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-582 07:10:50 # $SEMVER_REMOTE_NAME = origin 07:10:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:10:50 # $SEMVER_USER_NAME = edgex-jenkins 07:10:50 # $SEMVER_BRANCH = PR-582 07:10:50 # $SEMVER_TEMP = /tmp/semver-341274965 07:10:50 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:10:51 # '/tmp/semver-341274965' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver' 07:10:51 # -> Force: false 07:10:51 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver [Pipeline] } 07:10:51 $ docker exec --env ******** --env ******** 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 ssh-agent -k 07:10:52 unset SSH_AUTH_SOCK; 07:10:52 unset SSH_AGENT_PID; 07:10:52 echo Agent pid 53 killed; 07:10:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:10:52 + git semver [Pipeline] } 07:10:52 $ docker stop --time=1 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 07:10:54 $ docker rm -f 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 [Pipeline] // withDockerContainer [Pipeline] sh 07:10:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:10:55 Stashed 1 file(s) [Pipeline] echo 07:10:55 [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 07:11:11 Still waiting to schedule task 07:11:11 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:11:11 Still waiting to schedule task 07:11:11 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:12:33 Running on prd-centos7-docker-4c-2g-6212 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws 07:12:33 Running in /w/workspace/device-sdk-go/26 [Pipeline] { [Pipeline] checkout 07:12:36 using credential edgex-jenkins-ssh 07:12:36 Cloning the remote Git repository 07:12:36 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:12:36 > git init /w/workspace/device-sdk-go/26 # timeout=10 07:12:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:12:36 > git --version # timeout=10 07:12:36 > git --version # 'git version 2.16.5' 07:12:36 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:12:38 Merging remotes/origin/master commit 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e 07:12:38 Merge succeeded, producing 0ca5f5eacbaa13ab9eb967ce8a92f4b23d476c24 07:12:38 Checking out Revision 0ca5f5eacbaa13ab9eb967ce8a92f4b23d476c24 (PR-582) 07:12:37 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:12:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:12:37 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:12:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:12:37 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:12:38 > git config core.sparsecheckout # timeout=10 07:12:38 > git checkout -f 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e # timeout=10 07:12:38 > git remote # timeout=10 07:12:38 > git config --get remote.origin.url # timeout=10 07:12:38 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:38 > git merge 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 07:12:38 > git rev-parse HEAD^{commit} # timeout=10 07:12:38 > git config core.sparsecheckout # timeout=10 07:12:38 > git checkout -f 0ca5f5eacbaa13ab9eb967ce8a92f4b23d476c24 # timeout=10 07:12:42 Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" 07:12:42 > git rev-list --no-walk 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:12:42 ========================================================= 07:12:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:12:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:12:43 + 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 . 07:12:44 Sending build context to Docker daemon 2.318MB 07:12:44 Step 1/8 : ARG BASE=golang:1.15-alpine 07:12:44 Step 2/8 : FROM ${BASE} 07:12:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:12:44 df20fa9351a1: Pulling fs layer 07:12:44 ed8968b2872e: Pulling fs layer 07:12:44 a92cc7c5fd73: Pulling fs layer 07:12:44 e871e8e8d7a9: Pulling fs layer 07:12:44 e73272ec9a57: Pulling fs layer 07:12:44 1e910a182e73: Pulling fs layer 07:12:44 4e634b169226: Pulling fs layer 07:12:44 e871e8e8d7a9: Waiting 07:12:44 e73272ec9a57: Waiting 07:12:44 1e910a182e73: Waiting 07:12:44 4e634b169226: Waiting 07:12:44 a92cc7c5fd73: Verifying Checksum 07:12:44 a92cc7c5fd73: Download complete 07:12:44 ed8968b2872e: Verifying Checksum 07:12:44 ed8968b2872e: Download complete 07:12:44 e73272ec9a57: Verifying Checksum 07:12:44 e73272ec9a57: Download complete 07:12:44 1e910a182e73: Verifying Checksum 07:12:44 1e910a182e73: Download complete 07:12:44 df20fa9351a1: Verifying Checksum 07:12:44 df20fa9351a1: Download complete 07:12:44 df20fa9351a1: Pull complete 07:12:44 ed8968b2872e: Pull complete 07:12:45 a92cc7c5fd73: Pull complete 07:12:48 4e634b169226: Verifying Checksum 07:12:48 4e634b169226: Download complete 07:12:48 e871e8e8d7a9: Verifying Checksum 07:12:48 e871e8e8d7a9: Download complete 07:12:53 e871e8e8d7a9: Pull complete 07:12:53 e73272ec9a57: Pull complete 07:12:53 1e910a182e73: Pull complete 07:12:59 4e634b169226: Pull complete 07:12:59 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:12:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:12:59 ---> f7629b54cfaa 07:12:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:12:59 ---> Running in 4915c9733d82 07:12:59 Removing intermediate container 4915c9733d82 07:12:59 ---> 7b683bd672bf 07:12:59 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:59 ---> Running in d61988cc08e8 07:13:00 Removing intermediate container d61988cc08e8 07:13:00 ---> b1adce54ed83 07:13:00 Step 5/8 : RUN apk add --no-cache make git 07:13:00 ---> Running in 604e37641320 07:13:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:13:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:13:03 OK: 166 MiB in 39 packages 07:13:04 Removing intermediate container 604e37641320 07:13:04 ---> db8d9e8b5379 07:13:04 Step 6/8 : WORKDIR /device-sdk-go 07:13:04 ---> Running in edc2ee7bc9bd 07:13:04 Removing intermediate container edc2ee7bc9bd 07:13:04 ---> 0cc70a8c9897 07:13:04 Step 7/8 : COPY . . 07:13:06 ---> 848614d6b410 07:13:06 Step 8/8 : RUN go mod download 07:13:06 ---> Running in d2ce9505d4e0 07:13:24 Removing intermediate container d2ce9505d4e0 07:13:24 ---> 4de78f850faa 07:13:24 Successfully built 4de78f850faa 07:13:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:13:24 + docker inspect -f . ci-base-image-x86_64 07:13:24 . [Pipeline] withDockerContainer 07:13:24 prd-centos7-docker-4c-2g-6212 does not seem to be running inside a container 07:13:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/26 -v /w/workspace/device-sdk-go/26:/w/workspace/device-sdk-go/26:rw,z -v /w/workspace/device-sdk-go/26@tmp:/w/workspace/device-sdk-go/26@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 07:13:25 $ docker top 1b9398d34ca2f7876077c2fe1ad847b1e62df3cf8e6b470d51dce1a787ef9ed3 -eo pid,comm [Pipeline] { [Pipeline] sh 07:13:26 + go version 07:13:26 go version go1.15.2 linux/amd64 [Pipeline] } 07:13:26 $ docker stop --time=1 1b9398d34ca2f7876077c2fe1ad847b1e62df3cf8e6b470d51dce1a787ef9ed3 07:13:27 $ docker rm -f 1b9398d34ca2f7876077c2fe1ad847b1e62df3cf8e6b470d51dce1a787ef9ed3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:13:28 + docker inspect -f . ci-base-image-x86_64 07:13:28 . [Pipeline] withDockerContainer 07:13:28 prd-centos7-docker-4c-2g-6212 does not seem to be running inside a container 07:13:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/26 -v /w/workspace/device-sdk-go/26:/w/workspace/device-sdk-go/26:rw,z -v /w/workspace/device-sdk-go/26@tmp:/w/workspace/device-sdk-go/26@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 07:13:29 $ docker top 6bfeea17f621f3ac0a45720091706953fba24e3b806bd3cda1d54dc7a818ed48 -eo pid,comm [Pipeline] { [Pipeline] sh 07:13:30 + make test 07:13:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:13:38 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:13:53 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:13:53 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:13:53 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:13:53 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.081s coverage: 21.6% of statements 07:13:53 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.427s coverage: 97.1% of statements 07:13:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6215 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws 07:13:59 Running in /w/workspace/device-sdk-go/26 [Pipeline] { [Pipeline] checkout 07:14:04 using credential edgex-jenkins-ssh 07:14:05 Cloning the remote Git repository 07:14:05 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:14:05 > git init /w/workspace/device-sdk-go/26 # timeout=10 07:14:05 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:14:05 > git --version # timeout=10 07:14:05 > git --version # 'git version 2.17.1' 07:14:05 using GIT_SSH to set credentials SSH Credentials for GitHub 07:14:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:14:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:14:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:14:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:14:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:14:06 using GIT_SSH to set credentials SSH Credentials for GitHub 07:14:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:14:07 Merging remotes/origin/master commit 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e 07:14:07 Merge succeeded, producing edcf80d92cf476efeb500ad73a156758eeae0e8c 07:14:07 Checking out Revision edcf80d92cf476efeb500ad73a156758eeae0e8c (PR-582) 07:14:07 > git config core.sparsecheckout # timeout=10 07:14:07 > git checkout -f 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e # timeout=10 07:14:07 > git remote # timeout=10 07:14:07 > git config --get remote.origin.url # timeout=10 07:14:07 using GIT_SSH to set credentials SSH Credentials for GitHub 07:14:07 > git merge 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 07:14:07 > git rev-parse HEAD^{commit} # timeout=10 07:14:07 > git config core.sparsecheckout # timeout=10 07:14:07 > git checkout -f edcf80d92cf476efeb500ad73a156758eeae0e8c # timeout=10 07:14:12 Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" 07:14:12 > git rev-list --no-walk 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:14:13 ========================================================= 07:14:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:14:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:14:14 + 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 . 07:14:15 Sending build context to Docker daemon 2.32MB 07:14:15 Step 1/8 : ARG BASE=golang:1.15-alpine 07:14:15 Step 2/8 : FROM ${BASE} 07:14:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:14:15 b538f80385f9: Pulling fs layer 07:14:15 74f711af9a0d: Pulling fs layer 07:14:15 99f96fe45779: Pulling fs layer 07:14:15 8529a6b9a6be: Pulling fs layer 07:14:15 45590311c82a: Pulling fs layer 07:14:15 69ca0ff8b7b3: Pulling fs layer 07:14:15 209524e5b208: Pulling fs layer 07:14:15 8529a6b9a6be: Waiting 07:14:15 45590311c82a: Waiting 07:14:15 209524e5b208: Waiting 07:14:15 69ca0ff8b7b3: Waiting 07:14:15 99f96fe45779: Download complete 07:14:15 74f711af9a0d: Verifying Checksum 07:14:15 74f711af9a0d: Download complete 07:14:15 45590311c82a: Verifying Checksum 07:14:15 45590311c82a: Download complete 07:14:15 69ca0ff8b7b3: Verifying Checksum 07:14:15 69ca0ff8b7b3: Download complete 07:14:15 b538f80385f9: Verifying Checksum 07:14:15 b538f80385f9: Download complete 07:14:16 b538f80385f9: Pull complete 07:14:16 74f711af9a0d: Pull complete 07:14:17 99f96fe45779: Pull complete 07:14:18 209524e5b208: Verifying Checksum 07:14:18 209524e5b208: Download complete 07:14:19 8529a6b9a6be: Verifying Checksum 07:14:19 8529a6b9a6be: Download complete 07:14:26 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.105s coverage: 9.4% of statements 07:14:26 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.053s coverage: 21.9% of statements 07:14:26 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:14:26 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.234s coverage: 42.6% of statements 07:14:26 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:14:26 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.265s coverage: 68.9% of statements 07:14:26 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:14:26 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:14:26 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:14:26 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:14:26 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 52.6% of statements 07:14:26 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:14:26 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:14:26 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:14:26 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.536s coverage: 68.9% of statements 07:14:26 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:14:26 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:14:26 GO111MODULE=on go vet ./... 07:14:29 8529a6b9a6be: Pull complete 07:14:29 45590311c82a: Pull complete 07:14:29 69ca0ff8b7b3: Pull complete 07:14:33 209524e5b208: Pull complete 07:14:33 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:14:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:14:33 ---> 5bddaf1c2fca 07:14:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:14:34 gofmt -l . 07:14:34 [ "`gofmt -l .`" = "" ] 07:14:34 ./bin/test-attribution-txt.sh 07:14:34 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:14:34 Stashed 1 file(s) [Pipeline] } 07:14:34 $ docker stop --time=1 6bfeea17f621f3ac0a45720091706953fba24e3b806bd3cda1d54dc7a818ed48 07:14:36 ---> Running in 2f0bb13bde8d 07:14:36 Removing intermediate container 2f0bb13bde8d 07:14:36 ---> f34081db135d 07:14:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:14:36 ---> Running in c0d03a23cd68 07:14:36 $ docker rm -f 6bfeea17f621f3ac0a45720091706953fba24e3b806bd3cda1d54dc7a818ed48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:14:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:14:38 + ls -al . 07:14:38 total 188 07:14:38 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 07:14 . 07:14:38 drwxrwxr-x. 4 jenkins jenkins 30 Oct 19 07:12 .. 07:14:38 drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 07:12 bin 07:14:38 -rw-r--r--. 1 jenkins jenkins 110398 Oct 19 07:14 coverage.out 07:14:38 -rw-rw-r--. 1 jenkins jenkins 936 Oct 19 07:12 Dockerfile.build 07:14:38 -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 07:12 .dockerignore 07:14:38 drwxrwxr-x. 4 jenkins jenkins 48 Oct 19 07:12 example 07:14:38 drwxrwxr-x. 8 jenkins jenkins 179 Oct 19 07:12 .git 07:14:38 drwxrwxr-x. 2 jenkins jenkins 60 Oct 19 07:12 .github 07:14:38 -rw-rw-r--. 1 jenkins jenkins 138 Oct 19 07:12 .gitignore 07:14:38 -rw-r--r--. 1 jenkins jenkins 517 Oct 19 07:14 go.mod 07:14:38 -rw-r--r--. 1 jenkins jenkins 13737 Oct 19 07:14 go.sum 07:14:38 drwxrwxr-x. 15 jenkins jenkins 211 Oct 19 07:12 internal 07:14:38 -rw-rw-r--. 1 jenkins jenkins 901 Oct 19 07:12 Jenkinsfile 07:14:38 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 07:12 LICENSE 07:14:38 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 19 07:12 Makefile 07:14:38 drwxrwxr-x. 4 jenkins jenkins 26 Oct 19 07:12 openapi 07:14:38 drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 07:12 pkg 07:14:38 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 19 07:12 README.md 07:14:38 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 19 07:12 RELEASE-NOTES.txt 07:14:38 drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 07:12 snap 07:14:38 -rw-rw-r--. 1 jenkins jenkins 5 Oct 19 07:10 VERSION 07:14:38 -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 07:12 version.go [Pipeline] isUnix [Pipeline] sh 07:14:39 Removing intermediate container c0d03a23cd68 07:14:39 ---> 3a340da415f5 07:14:39 Step 5/8 : RUN apk add --no-cache make git 07:14:39 ---> Running in 131d883642a4 07:14:39 + 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=0589cf02045747894cdc927c3ebb17bc787df2e5 --label arch=amd64 --label version=0.0.0 . 07:14:39 Sending build context to Docker daemon 2.429MB 07:14:39 Step 1/24 : ARG BASE=golang:1.15-alpine 07:14:39 Step 2/24 : FROM ${BASE} AS builder 07:14:39 ---> 4de78f850faa 07:14:39 Step 3/24 : ARG MAKE='make build' 07:14:40 ---> Running in 8658dda24883 07:14:40 Removing intermediate container 8658dda24883 07:14:40 ---> 3e64e39b8229 07:14:40 Step 4/24 : WORKDIR /device-sdk-go 07:14:40 ---> Running in 7bebe31daf91 07:14:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:14:40 Removing intermediate container 7bebe31daf91 07:14:40 ---> 894217955aa6 07:14:40 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:14:40 ---> Running in ac582017c553 07:14:40 Removing intermediate container ac582017c553 07:14:40 ---> 33592414ffd0 07:14:40 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:14:40 ---> Running in 4011e72cb731 07:14:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:14:41 Removing intermediate container 4011e72cb731 07:14:41 ---> eb6ebbb4a7a0 07:14:41 Step 7/24 : RUN apk add --update --no-cache make git 07:14:41 ---> Running in 2bfde70d68e2 07:14:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:14:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:14:43 OK: 166 MiB in 39 packages 07:14:44 OK: 142 MiB in 39 packages 07:14:44 Removing intermediate container 2bfde70d68e2 07:14:44 ---> f7720c8628ea 07:14:44 Step 8/24 : COPY . . 07:14:45 ---> 30b52e86d1c2 07:14:45 Step 9/24 : RUN ${MAKE} 07:14:45 ---> Running in 3aadaaec35fe 07:14:45 Removing intermediate container 131d883642a4 07:14:45 ---> 3b884322f834 07:14:45 Step 6/8 : WORKDIR /device-sdk-go 07:14:45 ---> Running in 82b5aa19f1f9 07:14:45 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 07:14:45 Removing intermediate container 82b5aa19f1f9 07:14:45 ---> 1f568a7936ff 07:14:45 Step 7/8 : COPY . . 07:14:47 ---> ab64da7e8661 07:14:47 Step 8/8 : RUN go mod download 07:14:47 ---> Running in d811609b2090 07:14:53 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:14:57 Removing intermediate container 3aadaaec35fe 07:14:57 ---> f958871d4e12 07:14:57 Step 10/24 : FROM scratch 07:14:57 ---> 07:14:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:14:57 ---> Running in c60692abd6e8 07:14:57 Removing intermediate container c60692abd6e8 07:14:57 ---> c749802479de 07:14:57 Step 12/24 : ENV APP_PORT=49990 07:14:57 ---> Running in 147135a86943 07:14:57 Removing intermediate container 147135a86943 07:14:57 ---> 9dcee8332e04 07:14:57 Step 13/24 : EXPOSE $APP_PORT 07:14:57 ---> Running in 3620c7d55127 07:14:57 Removing intermediate container 3620c7d55127 07:14:57 ---> c89aa607b33f 07:14:57 Step 14/24 : WORKDIR / 07:14:57 ---> Running in e1fe0db8fa20 07:14:57 Removing intermediate container e1fe0db8fa20 07:14:57 ---> 5be264153b29 07:14:57 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:14:58 ---> 6104d34dec4a 07:14:58 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:14:58 ---> b42e52e24f20 07:14:58 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:14:58 ---> 1a8d74c9ddf7 07:14:58 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:14:58 ---> 8c628f50eca0 07:14:58 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:14:58 ---> 2b6cec54baab 07:14:58 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:14:58 ---> Running in 0d1a92b66480 07:14:59 Removing intermediate container 0d1a92b66480 07:14:59 ---> 92f0062c1a64 07:14:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:14:59 ---> Running in a9fb83184cb4 07:14:59 Removing intermediate container a9fb83184cb4 07:14:59 ---> 77d4525d5e31 07:14:59 Step 22/24 : LABEL arch=amd64 07:14:59 ---> Running in 255ba38fd1dc 07:14:59 Removing intermediate container 255ba38fd1dc 07:14:59 ---> 2155a2700bf9 07:14:59 Step 23/24 : LABEL git_sha=0589cf02045747894cdc927c3ebb17bc787df2e5 07:14:59 ---> Running in 1d047fd3240d 07:14:59 Removing intermediate container 1d047fd3240d 07:14:59 ---> c5970581a4a7 07:14:59 Step 24/24 : LABEL version=0.0.0 07:14:59 ---> Running in 3e90c3cce37d 07:14:59 Removing intermediate container 3e90c3cce37d 07:14:59 ---> 3681c019646a 07:14:59 [Warning] One or more build-args [ARCH] were not consumed 07:14:59 Successfully built 3681c019646a 07:14:59 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] } 07:15:09 Removing intermediate container d811609b2090 07:15:09 ---> e79fe1300624 07:15:09 Successfully built e79fe1300624 07:15:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:15:09 + docker inspect -f . ci-base-image-arm64 07:15:09 . [Pipeline] withDockerContainer 07:15:10 prd-ubuntu18.04-docker-arm64-4c-16g-6215 does not seem to be running inside a container 07:15:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/26 -v /w/workspace/device-sdk-go/26:/w/workspace/device-sdk-go/26:rw,z -v /w/workspace/device-sdk-go/26@tmp:/w/workspace/device-sdk-go/26@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-arm64 cat 07:15:12 $ docker top 377cf9300d1b3b8286db7dde0b5f7775068ab079d2c17eceb8f114cd652cabfd -eo pid,comm [Pipeline] { [Pipeline] sh 07:15:13 + go version 07:15:13 go version go1.15.2 linux/arm64 [Pipeline] } 07:15:13 $ docker stop --time=1 377cf9300d1b3b8286db7dde0b5f7775068ab079d2c17eceb8f114cd652cabfd 07:15:15 $ docker rm -f 377cf9300d1b3b8286db7dde0b5f7775068ab079d2c17eceb8f114cd652cabfd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:15:17 + docker inspect -f . ci-base-image-arm64 07:15:17 . [Pipeline] withDockerContainer 07:15:17 prd-ubuntu18.04-docker-arm64-4c-16g-6215 does not seem to be running inside a container 07:15:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/26 -v /w/workspace/device-sdk-go/26:/w/workspace/device-sdk-go/26:rw,z -v /w/workspace/device-sdk-go/26@tmp:/w/workspace/device-sdk-go/26@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-arm64 cat 07:15:19 $ docker top 6867f5a22df08c11238f70fdf917b391494dc5862f4908e70b74a5473dc2bc6a -eo pid,comm [Pipeline] { [Pipeline] sh 07:15:21 + make test 07:15:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:15:43 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:16:30 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:16:30 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:16:30 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:16:30 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.125s coverage: 21.6% of statements 07:16:31 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.175s coverage: 97.1% of statements 07:16:58 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.135s coverage: 9.4% of statements 07:16:58 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.117s coverage: 21.9% of statements 07:16:58 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:16:58 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.607s coverage: 42.6% of statements 07:16:58 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:16:58 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.769s coverage: 68.9% of statements 07:16:58 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:16:58 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:16:58 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:16:58 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:16:58 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.174s coverage: 52.6% of statements 07:16:58 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:16:58 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:16:58 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:16:58 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.689s coverage: 68.9% of statements 07:16:58 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:16:58 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:16:58 GO111MODULE=on go vet ./... 07:17:30 gofmt -l . 07:17:30 [ "`gofmt -l .`" = "" ] 07:17:30 ./bin/test-attribution-txt.sh 07:17:31 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:17:32 Warning: overwriting stash ‘coverage-report’ 07:17:33 Stashed 1 file(s) [Pipeline] } 07:17:33 $ docker stop --time=1 6867f5a22df08c11238f70fdf917b391494dc5862f4908e70b74a5473dc2bc6a 07:17:35 $ docker rm -f 6867f5a22df08c11238f70fdf917b391494dc5862f4908e70b74a5473dc2bc6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:17:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:17:37 + ls -al . 07:17:37 total 224 07:17:37 drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 07:17 . 07:17:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:14 .. 07:17:37 -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 07:14 .dockerignore 07:17:37 drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 07:14 .git 07:17:37 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:14 .github 07:17:37 -rw-rw-r-- 1 jenkins jenkins 138 Oct 19 07:14 .gitignore 07:17:37 -rw-rw-r-- 1 jenkins jenkins 936 Oct 19 07:14 Dockerfile.build 07:17:37 -rw-rw-r-- 1 jenkins jenkins 901 Oct 19 07:14 Jenkinsfile 07:17:37 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 07:14 LICENSE 07:17:37 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 19 07:14 Makefile 07:17:37 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 19 07:14 README.md 07:17:37 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 19 07:14 RELEASE-NOTES.txt 07:17:37 -rw-rw-r-- 1 jenkins jenkins 5 Oct 19 07:10 VERSION 07:17:37 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:14 bin 07:17:37 -rw-r--r-- 1 jenkins jenkins 110398 Oct 19 07:16 coverage.out 07:17:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:14 example 07:17:37 -rw-r--r-- 1 jenkins jenkins 517 Oct 19 07:17 go.mod 07:17:37 -rw-r--r-- 1 jenkins jenkins 13737 Oct 19 07:17 go.sum 07:17:37 drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 07:14 internal 07:17:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:14 openapi 07:17:37 drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 07:14 pkg 07:17:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:14 snap 07:17:37 -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 07:14 version.go [Pipeline] isUnix [Pipeline] sh 07:17:37 + 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=0589cf02045747894cdc927c3ebb17bc787df2e5 --label arch=arm64 --label version=0.0.0 . 07:17:38 Sending build context to Docker daemon 2.431MB 07:17:38 Step 1/24 : ARG BASE=golang:1.15-alpine 07:17:38 Step 2/24 : FROM ${BASE} AS builder 07:17:38 ---> e79fe1300624 07:17:38 Step 3/24 : ARG MAKE='make build' 07:17:38 ---> Running in d8ae8aceb29d 07:17:39 Removing intermediate container d8ae8aceb29d 07:17:39 ---> c35be7ae45e4 07:17:39 Step 4/24 : WORKDIR /device-sdk-go 07:17:39 ---> Running in 06be284ea9b2 07:17:39 Removing intermediate container 06be284ea9b2 07:17:39 ---> 9f76adf217a2 07:17:39 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:17:39 ---> Running in 247ae7b21b54 07:17:40 Removing intermediate container 247ae7b21b54 07:17:40 ---> 45ff6b08ee87 07:17:40 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:17:40 ---> Running in 815d359a9302 07:17:43 Removing intermediate container 815d359a9302 07:17:43 ---> 031fe8b5ff94 07:17:43 Step 7/24 : RUN apk add --update --no-cache make git 07:17:43 ---> Running in 98cfdfc603a4 07:17:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:17:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:17:46 OK: 142 MiB in 39 packages 07:17:47 Removing intermediate container 98cfdfc603a4 07:17:47 ---> 95053a50b7af 07:17:47 Step 8/24 : COPY . . 07:17:48 ---> 1edec19bd0aa 07:17:48 Step 9/24 : RUN ${MAKE} 07:17:48 ---> Running in d823fd5da2a7 07:17:50 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 07:18:17 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:18:18 Removing intermediate container d823fd5da2a7 07:18:18 ---> f5c0debb95af 07:18:18 Step 10/24 : FROM scratch 07:18:18 ---> 07:18:18 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:18:18 ---> Running in 006f66477181 07:18:18 Removing intermediate container 006f66477181 07:18:18 ---> 2c30ef433561 07:18:18 Step 12/24 : ENV APP_PORT=49990 07:18:18 ---> Running in dfb3e5b4e997 07:18:19 Removing intermediate container dfb3e5b4e997 07:18:19 ---> 1300e5c0d134 07:18:19 Step 13/24 : EXPOSE $APP_PORT 07:18:19 ---> Running in 189460c4d3b7 07:18:19 Removing intermediate container 189460c4d3b7 07:18:19 ---> 670326d86906 07:18:19 Step 14/24 : WORKDIR / 07:18:19 ---> Running in 4998857cd5ad 07:18:20 Removing intermediate container 4998857cd5ad 07:18:20 ---> 3f0e1a0805ad 07:18:20 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:18:21 ---> 9a7aa38dc989 07:18:21 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:18:22 ---> e718493d78ac 07:18:22 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:18:22 ---> b3cd7bae9b6e 07:18:22 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:18:23 ---> c1017013d2c0 07:18:23 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:18:24 ---> 7e289d3a9b56 07:18:24 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:18:24 ---> Running in d97cc9ce8d44 07:18:25 Removing intermediate container d97cc9ce8d44 07:18:25 ---> cc95484e2698 07:18:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:18:25 ---> Running in 48df5eb20c9d 07:18:25 Removing intermediate container 48df5eb20c9d 07:18:25 ---> 3775e1c5ea39 07:18:25 Step 22/24 : LABEL arch=arm64 07:18:25 ---> Running in d0c3dcd07505 07:18:26 Removing intermediate container d0c3dcd07505 07:18:26 ---> 6a0597e198bd 07:18:26 Step 23/24 : LABEL git_sha=0589cf02045747894cdc927c3ebb17bc787df2e5 07:18:26 ---> Running in 2e42ea1518aa 07:18:26 Removing intermediate container 2e42ea1518aa 07:18:26 ---> 62cd583d8652 07:18:26 Step 24/24 : LABEL version=0.0.0 07:18:27 ---> Running in 84f4b1387c0c 07:18:27 Removing intermediate container 84f4b1387c0c 07:18:27 ---> bbc70635ff7d 07:18:27 [Warning] One or more build-args [ARCH] were not consumed 07:18:27 Successfully built bbc70635ff7d 07:18:27 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 07:18:29 provisioning config files... 07:18:29 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config2068067272306902610tmp [Pipeline] { [Pipeline] sh 07:18:29 + set +x 07:18:29 + curl -s https://codecov.io/bash 07:18:29 + bash -s -- 07:18:29 07:18:29 _____ _ 07:18:29 / ____| | | 07:18:29 | | ___ __| | ___ ___ _____ __ 07:18:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:18:29 | |___| (_) | (_| | __/ (_| (_) \ V / 07:18:29 \_____\___/ \__,_|\___|\___\___/ \_/ 07:18:29 Bash-20201009-048fee3 07:18:29 07:18:29 07:18:29 ==> Jenkins CI detected. 07:18:29 project root: . 07:18:29 Fixing merge commit SHA 07:18:29 --> token set from env 07:18:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:18:29 ==> Running gcov in . (disable via -X gcov) 07:18:29 ==> Python coveragepy not found 07:18:29 ==> Searching for coverage reports in: 07:18:29 + . 07:18:29 -> Found 1 reports 07:18:29 ==> Detecting git/mercurial file structure 07:18:29 ==> Reading reports 07:18:29 + ./coverage.out bytes=110398 07:18:30 ==> Appending adjustments 07:18:30 https://docs.codecov.io/docs/fixing-reports 07:18:30 + Found adjustments 07:18:30 ==> Gzipping contents 07:18:30 ==> Uploading reports 07:18:30 url: https://codecov.io 07:18:30 query: branch=PR-582&commit=2d9730a214a0d2600c47b6e1f4d312ee14057382&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-582%2F26%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=582&job=&cmd_args= 07:18:30 -> Pinging Codecov 07:18:30 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-582&commit=2d9730a214a0d2600c47b6e1f4d312ee14057382&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-582%2F26%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=582&job=&cmd_args= 07:18:30 -> Uploading to 07:18:30 07:18:30 % Total % Received % Xferd Average Speed Time Time Time Current 07:18:30 Dload Upload Total Spent Left Speed 07:18:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 07:18:31 X> Failed to upload 07:18:31 ==> Uploading to Codecov 07:18:31 % Total % Received % Xferd Average Speed Time Time Time Current 07:18:31 Dload Upload Total Spent Left Speed 07:18:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19154 100 110 100 19044 114 19881 --:--:-- --:--:-- --:--:-- 19878 07:18:32 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2d9730a214a0d2600c47b6e1f4d312ee14057382 [Pipeline] } 07:18:32 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 07:18:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:18:35 ---> package-listing.sh 07:18:35 ++ facter osfamily 07:18:35 ++ tr '[:upper:]' '[:lower:]' 07:18:36 + OS_FAMILY=redhat 07:18:36 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-582 07:18:36 + START_PACKAGES=/tmp/packages_start.txt 07:18:36 + END_PACKAGES=/tmp/packages_end.txt 07:18:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:18:36 + PACKAGES=/tmp/packages_start.txt 07:18:36 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' 07:18:36 + PACKAGES=/tmp/packages_end.txt 07:18:36 + case "${OS_FAMILY}" in 07:18:36 + rpm -qa 07:18:36 + sort 07:18:41 + '[' -f /tmp/packages_start.txt ']' 07:18:41 + '[' -f /tmp/packages_end.txt ']' 07:18:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:18:41 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' 07:18:41 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ 07:18:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [Pipeline] echo 07:18:41 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-582/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:18:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:18:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:18:42 07:18:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:18:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:18:43 alpine: Pulling from edgex-lftools-log-publisher 07:18:43 df20fa9351a1: Pulling fs layer 07:18:43 36b3adc4ff6f: Pulling fs layer 07:18:43 8ad3a11d3b57: Pulling fs layer 07:18:43 46f8f816bc3b: Pulling fs layer 07:18:43 93b61091891f: Pulling fs layer 07:18:43 93b9cdb0e59b: Pulling fs layer 07:18:43 5e14af77c1be: Pulling fs layer 07:18:43 01666e4c0597: Pulling fs layer 07:18:43 aa168da1d23b: Pulling fs layer 07:18:43 93b9cdb0e59b: Waiting 07:18:43 5e14af77c1be: Waiting 07:18:43 01666e4c0597: Waiting 07:18:43 aa168da1d23b: Waiting 07:18:43 46f8f816bc3b: Waiting 07:18:43 93b61091891f: Waiting 07:18:43 36b3adc4ff6f: Verifying Checksum 07:18:43 36b3adc4ff6f: Download complete 07:18:43 46f8f816bc3b: Verifying Checksum 07:18:43 46f8f816bc3b: Download complete 07:18:43 df20fa9351a1: Verifying Checksum 07:18:43 df20fa9351a1: Download complete 07:18:43 93b9cdb0e59b: Download complete 07:18:43 5e14af77c1be: Verifying Checksum 07:18:43 5e14af77c1be: Download complete 07:18:43 93b61091891f: Verifying Checksum 07:18:43 93b61091891f: Download complete 07:18:43 01666e4c0597: Verifying Checksum 07:18:43 01666e4c0597: Download complete 07:18:44 8ad3a11d3b57: Verifying Checksum 07:18:44 8ad3a11d3b57: Download complete 07:18:44 df20fa9351a1: Pull complete 07:18:44 36b3adc4ff6f: Pull complete 07:18:46 8ad3a11d3b57: Pull complete 07:18:46 46f8f816bc3b: Pull complete 07:18:47 93b61091891f: Pull complete 07:18:47 93b9cdb0e59b: Pull complete 07:18:47 5e14af77c1be: Pull complete 07:18:47 01666e4c0597: Pull complete 07:18:49 aa168da1d23b: Verifying Checksum 07:18:49 aa168da1d23b: Download complete 07:19:00 aa168da1d23b: Pull complete 07:19:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:19:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:19:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:19:00 prd-centos7-docker-4c-2g-6200 does not seem to be running inside a container 07:19:00 $ 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-582/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-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:19:07 $ docker top 47e0108fb83aa81794595044df0cd775f444b85e986ce9e394d74fc8967a212e -eo pid,comm [Pipeline] { [Pipeline] sh 07:19:07 + touch /tmp/pre-build-complete [Pipeline] sh 07:19:08 + mkdir -p /var/log/sa [Pipeline] sh 07:19:08 + ls /var/log/sa-host 07:19:08 + sadf -c /var/log/sa-host/sa05 07:19:08 file_magic: OK 07:19:08 HZ: Using current value: 100 07:19:08 file_header: OK 07:19:08 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 07:19:08 Statistics: 07:19:08 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:19:08 File successfully converted to sysstat format version 12.2.1 07:19:08 + sadf -c /var/log/sa-host/sa19 07:19:08 file_magic: OK 07:19:08 HZ: Using current value: 100 07:19:08 file_header: OK 07:19:08 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 07:19:08 Statistics: 07:19:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:19:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:19:08 provisioning config files... 07:19:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config4109737390402879286tmp [Pipeline] { [Pipeline] echo 07:19:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:19:09 ---> create-netrc.sh [Pipeline] } 07:19:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:19:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:19:10 ---> python-tools-install.sh [Pipeline] echo 07:19:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:19:10 ---> sudo-logs.sh 07:19:10 Archiving 'sudo' log.. [Pipeline] echo 07:19:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:19:11 ---> job-cost.sh 07:19:11 lf-activate-venv: SKIPPING 07:19:11 INFO: No Stack... 07:19:13 INFO: Retrieving Pricing Info for: v1-standard-2 07:19:13 INFO: Archiving Costs [Pipeline] echo 07:19:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:19:14 ---> logs-deploy.sh 07:19:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-582/26 07:19:14 INFO: archiving workspace using pattern(s): 07:19:17 Archives upload complete. 07:19:17 INFO: archiving logs to Nexus 07:19:18 ---> uname -a: 07:19:18 Linux prd-centos7-docker-4c-2g-6200.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:19:18 07:19:18 07:19:18 ---> lscpu: 07:19:18 Architecture: x86_64 07:19:18 CPU op-mode(s): 32-bit, 64-bit 07:19:18 Byte Order: Little Endian 07:19:18 Address sizes: 40 bits physical, 48 bits virtual 07:19:18 CPU(s): 4 07:19:18 On-line CPU(s) list: 0-3 07:19:18 Thread(s) per core: 1 07:19:18 Core(s) per socket: 1 07:19:18 Socket(s): 4 07:19:18 NUMA node(s): 1 07:19:18 Vendor ID: GenuineIntel 07:19:18 CPU family: 6 07:19:18 Model: 44 07:19:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:19:18 Stepping: 1 07:19:18 CPU MHz: 2933.438 07:19:18 BogoMIPS: 5866.87 07:19:18 Virtualization: VT-x 07:19:18 Hypervisor vendor: KVM 07:19:18 Virtualization type: full 07:19:18 L1d cache: 128 KiB 07:19:18 L1i cache: 128 KiB 07:19:18 L2 cache: 16 MiB 07:19:18 L3 cache: 64 MiB 07:19:18 NUMA node0 CPU(s): 0-3 07:19:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:19:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:19:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:19:18 Vulnerability Meltdown: Mitigation; PTI 07:19:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:19:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:19:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:19:18 Vulnerability Tsx async abort: Not affected 07:19:18 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 07:19:18 07:19:18 07:19:18 ---> nproc: 07:19:18 4 07:19:18 07:19:18 07:19:18 ---> df -h: 07:19:18 Filesystem Size Used Available Use% Mounted on 07:19:18 overlay 50.0G 7.2G 42.8G 14% / 07:19:18 tmpfs 64.0M 0 64.0M 0% /dev 07:19:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:19:18 shm 64.0M 0 64.0M 0% /dev/shm 07:19:18 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 07:19:18 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 07:19:18 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 07:19:18 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 07:19:18 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 07:19:18 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 07:19:18 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-582 07:19:18 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp 07:19:18 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 07:19:18 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 07:19:18 07:19:18 07:19:18 ---> free -m: 07:19:18 total used free shared buff/cache available 07:19:18 Mem: 1837 671 88 0 1077 1064 07:19:18 Swap: 1023 1 1022 07:19:18 07:19:18 07:19:18 ---> ip addr: 07:19:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:19:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:19:18 inet 127.0.0.1/8 scope host lo 07:19:18 valid_lft forever preferred_lft forever 07:19:18 inet6 ::1/128 scope host 07:19:18 valid_lft forever preferred_lft forever 07:19:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:19:18 link/ether fa:16:3e:c9:21:10 brd ff:ff:ff:ff:ff:ff 07:19:18 inet 10.30.122.82/23 brd 10.30.123.255 scope global dynamic eth0 07:19:18 valid_lft 85824sec preferred_lft 85824sec 07:19:18 inet6 fe80::f816:3eff:fec9:2110/64 scope link 07:19:18 valid_lft forever preferred_lft forever 07:19:18 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:19:18 link/ether 02:42:ed:69:57:49 brd ff:ff:ff:ff:ff:ff 07:19:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:19:18 valid_lft forever preferred_lft forever 07:19:18 inet6 fe80::42:edff:fe69:5749/64 scope link 07:19:18 valid_lft forever preferred_lft forever 07:19:18 07:19:18 07:19:18 ---> sar -b -r -n DEV: 07:19:18 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 07:19:18 07:19:18 07:09:14 LINUX RESTART (4 CPU) 07:19:18 07:19:18 07:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:19:18 07:11:01 87.61 37.50 50.12 0.00 7317.59 5159.64 0.00 07:19:18 07:12:01 3.56 0.00 3.56 0.00 0.00 118.44 0.00 07:19:18 07:13:01 0.33 0.00 0.33 0.00 0.00 6.19 0.00 07:19:18 07:14:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 07:19:18 07:15:01 0.23 0.00 0.23 0.00 0.00 3.41 0.00 07:19:18 07:16:01 0.32 0.00 0.32 0.00 0.00 4.08 0.00 07:19:18 07:17:01 0.28 0.02 0.27 0.00 0.13 3.75 0.00 07:19:18 07:18:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 07:19:18 07:19:02 106.40 60.89 45.51 0.00 5963.56 15958.18 0.00 07:19:18 Average: 22.15 10.94 11.20 0.00 1476.98 2364.25 0.00 07:19:18 07:19:18 07:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:19:18 07:11:01 173260 0 538468 28.62 2620 1167208 1133604 38.69 409256 1138036 128 07:19:18 07:12:01 176764 0 534872 28.43 2620 1167300 1106204 37.75 407644 1136488 16 07:19:18 07:13:01 180244 0 531388 28.24 2620 1167304 1065016 36.35 407052 1134712 8 07:19:18 07:14:01 178400 0 533232 28.34 2620 1167304 1065172 36.35 413544 1129944 16 07:19:18 07:15:01 177332 0 534292 28.40 2620 1167312 1065184 36.35 416056 1128908 8 07:19:18 07:16:01 177084 0 534532 28.41 2620 1167320 1065124 36.35 421768 1123436 8 07:19:18 07:17:01 178704 0 532904 28.32 2620 1167328 1053752 35.96 420400 1123340 8 07:19:18 07:18:01 179116 0 532488 28.30 2620 1167332 1053756 35.96 412868 1130988 8 07:19:18 07:19:02 180900 0 637560 33.88 2620 1060476 1258876 42.96 421564 1060388 53072 07:19:18 Average: 177978 0 545526 28.99 2620 1155432 1096299 37.41 414461 1122916 5919 07:19:18 07:19:18 07:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:19:18 07:11:01 eth0 239.82 177.95 1065.91 85.85 0.00 0.00 0.00 0.00 07:19:18 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:11:01 docker0 5.59 4.52 1.03 19.53 0.00 0.00 0.00 0.00 07:19:18 07:12:01 eth0 4.79 0.98 2.42 0.46 0.00 0.00 0.00 0.00 07:19:18 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:13:01 eth0 4.19 1.21 1.49 0.97 0.00 0.00 0.00 0.00 07:19:18 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:14:01 eth0 1.80 0.50 0.61 0.36 0.00 0.00 0.00 0.00 07:19:18 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:15:01 eth0 0.93 0.53 0.53 0.42 0.00 0.00 0.00 0.00 07:19:18 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:16:01 eth0 0.37 0.20 0.15 0.07 0.00 0.00 0.00 0.00 07:19:18 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:17:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:19:18 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:18:01 eth0 0.42 0.08 0.03 0.01 0.00 0.00 0.00 0.00 07:19:18 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:19:02 eth0 207.15 165.08 2175.42 20.87 0.00 0.00 0.00 0.00 07:19:18 07:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 07:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 Average: eth0 51.11 38.55 361.07 12.12 0.00 0.00 0.00 0.00 07:19:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:19:18 Average: docker0 0.62 0.50 0.11 2.17 0.00 0.00 0.00 0.00 07:19:18 07:19:18