Pull request #614 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c2bebaee10cac6903836b89e8da6d7a54a29d409+0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 (9473d9d7f8f0e63f1e022baf05c5fd3b815df1a9) 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-5849 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [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-614 # 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 Merging remotes/origin/master commit 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 into PR head commit c2bebaee10cac6903836b89e8da6d7a54a29d409 Merge succeeded, producing c2bebaee10cac6903836b89e8da6d7a54a29d409 Checking out Revision c2bebaee10cac6903836b89e8da6d7a54a29d409 (PR-614) > 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/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c2bebaee10cac6903836b89e8da6d7a54a29d409 # 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 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c2bebaee10cac6903836b89e8da6d7a54a29d409 # timeout=10 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" First time build. Skipping changelog. > git rev-list --no-walk aeebf2d9aa22fd9b1e07aa593dc85181f71c6882 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:29:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:29:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:29:57 ========================================================= 09:29:57 EdgeX Global Pipelines Version Info 09:29:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:29:59 ------------------- 09:29:59 stable info: 09:29:59 ------------------- 09:29:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:29:59 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 09:29:59 Message: update stable to v1.0.144 09:30:01 ------------------- 09:30:01 experimental info: 09:30:01 ------------------- 09:30:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:30:01 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 09:30:01 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 09:30:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 09:30:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 09:30:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:30:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:30:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:30:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:30:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:30:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:30:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 09:30:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:30:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:30:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 09:30:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:30:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:30:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:30:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:30:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:30:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:30:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:30:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:30:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:30:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:30:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:30:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:30:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:30:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-614 [Pipeline] echo 09:30:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-614 [Pipeline] echo 09:30:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-614 [Pipeline] echo 09:30:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c2bebaee10cac6903836b89e8da6d7a54a29d409 [Pipeline] echo 09:30:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c2bebae [Pipeline] echo 09:30:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:30:05 + git log --format=format:%s -1 c2bebaee10cac6903836b89e8da6d7a54a29d409 [Pipeline] echo 09:30:05 GIT_COMMIT: c2bebaee10cac6903836b89e8da6d7a54a29d409, Commit Message: build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 [Pipeline] echo 09:30:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:30:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:30:07 09:30:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:30:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:30:07 latest: Pulling from edgex-devops/git-semver 09:30:07 31603596830f: Pulling fs layer 09:30:07 2a8b12db71e7: Pulling fs layer 09:30:07 6ca5941a6612: Pulling fs layer 09:30:07 ecc8261a40a4: Pulling fs layer 09:30:07 ecc8261a40a4: Waiting 09:30:08 2a8b12db71e7: Verifying Checksum 09:30:08 2a8b12db71e7: Download complete 09:30:08 31603596830f: Download complete 09:30:09 ecc8261a40a4: Verifying Checksum 09:30:09 ecc8261a40a4: Download complete 09:30:09 6ca5941a6612: Verifying Checksum 09:30:09 6ca5941a6612: Download complete 09:30:09 31603596830f: Pull complete 09:30:09 2a8b12db71e7: Pull complete 09:30:11 6ca5941a6612: Pull complete 09:30:11 ecc8261a40a4: Pull complete 09:30:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:30:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:30:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:30:12 prd-centos7-docker-4c-2g-5849 does not seem to be running inside a container 09:30:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@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 09:30:15 $ docker top 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:30:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:30:15 [ssh-agent] Looking for ssh-agent implementation... 09:30:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:30:16 $ docker exec 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 ssh-agent 09:30:16 SSH_AUTH_SOCK=/tmp/ssh-QnM4si0gRGTY/agent.12 09:30:16 SSH_AGENT_PID=17 09:30:16 Running ssh-add (command line suppressed) 09:30:16 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_2037480718391074229.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_2037480718391074229.key) 09:30:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:30:17 + git tag --points-at HEAD [Pipeline] } 09:30:17 $ docker exec --env ******** --env ******** 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 ssh-agent -k 09:30:17 unset SSH_AUTH_SOCK; 09:30:17 unset SSH_AGENT_PID; 09:30:17 echo Agent pid 17 killed; 09:30:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:30:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:30:17 [ssh-agent] Looking for ssh-agent implementation... 09:30:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:30:18 $ docker exec 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 ssh-agent 09:30:18 SSH_AUTH_SOCK=/tmp/ssh-VsWpdL6xMS5E/agent.45 09:30:18 SSH_AGENT_PID=51 09:30:18 Running ssh-add (command line suppressed) 09:30:18 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_5986346001144815680.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_5986346001144815680.key) 09:30:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:30:19 + git semver init 09:30:19 # -> Open(): unable to determine branch for HEAD 09:30:19 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.git 09:30:19 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-614 09:30:19 # $SEMVER_REMOTE_NAME = origin 09:30:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:30:19 # $SEMVER_USER_NAME = edgex-jenkins 09:30:19 # $SEMVER_BRANCH = PR-614 09:30:19 # $SEMVER_TEMP = /tmp/semver-281941182 09:30:19 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 09:30:21 # '/tmp/semver-281941182' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver' 09:30:21 # -> Force: false 09:30:21 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver [Pipeline] } 09:30:21 $ docker exec --env ******** --env ******** 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 ssh-agent -k 09:30:21 unset SSH_AUTH_SOCK; 09:30:21 unset SSH_AGENT_PID; 09:30:21 echo Agent pid 51 killed; 09:30:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:30:22 + git semver [Pipeline] } 09:30:22 $ docker stop --time=1 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 09:30:23 $ docker rm -f 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 [Pipeline] // withDockerContainer [Pipeline] sh 09:30:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:30:25 Stashed 1 file(s) [Pipeline] echo 09:30:25 [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 09:30:41 Still waiting to schedule task 09:30:41 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-5838’ is offline; ‘prd-centos7-docker-4c-2g-5841’ is offline; ‘prd-centos7-docker-4c-2g-5845’ is offline; ‘prd-centos7-docker-4c-2g-5846’ is offline; ‘prd-centos7-docker-4c-2g-5847’ is offline; ‘prd-centos7-docker-4c-2g-5854’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ 09:30:41 Still waiting to schedule task 09:30:41 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:32:53 Running on prd-centos7-docker-4c-2g-5858 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws 09:32:53 Running in /w/workspace/device-sdk-go/10 [Pipeline] { [Pipeline] checkout 09:33:02 using credential edgex-jenkins-ssh 09:33:02 Cloning the remote Git repository 09:33:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 09:33:02 > git init /w/workspace/device-sdk-go/10 # timeout=10 09:33:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:33:03 > git --version # timeout=10 09:33:03 > git --version # 'git version 2.16.5' 09:33:03 using GIT_SSH to set credentials SSH Credentials for GitHub 09:33:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:33:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:33:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:33:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:33:05 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:33:05 using GIT_SSH to set credentials SSH Credentials for GitHub 09:33:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:33:06 Merging remotes/origin/master commit 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 into PR head commit c2bebaee10cac6903836b89e8da6d7a54a29d409 09:33:07 Merge succeeded, producing c2bebaee10cac6903836b89e8da6d7a54a29d409 09:33:07 Checking out Revision c2bebaee10cac6903836b89e8da6d7a54a29d409 (PR-614) 09:33:06 > git config core.sparsecheckout # timeout=10 09:33:06 > git checkout -f c2bebaee10cac6903836b89e8da6d7a54a29d409 # timeout=10 09:33:06 > git remote # timeout=10 09:33:06 > git config --get remote.origin.url # timeout=10 09:33:07 using GIT_SSH to set credentials SSH Credentials for GitHub 09:33:07 > git merge 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 # timeout=10 09:33:07 > git rev-parse HEAD^{commit} # timeout=10 09:33:07 > git config core.sparsecheckout # timeout=10 09:33:07 > git checkout -f c2bebaee10cac6903836b89e8da6d7a54a29d409 # timeout=10 09:33:12 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:33:13 ========================================================= 09:33:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:33:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:33:16 + 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 . 09:33:18 Sending build context to Docker daemon 2.316MB 09:33:18 Step 1/8 : ARG BASE=golang:1.15-alpine 09:33:18 Step 2/8 : FROM ${BASE} 09:33:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:33:19 df20fa9351a1: Pulling fs layer 09:33:19 ed8968b2872e: Pulling fs layer 09:33:19 a92cc7c5fd73: Pulling fs layer 09:33:19 e871e8e8d7a9: Pulling fs layer 09:33:19 e73272ec9a57: Pulling fs layer 09:33:19 1e910a182e73: Pulling fs layer 09:33:19 e871e8e8d7a9: Waiting 09:33:19 e73272ec9a57: Waiting 09:33:19 4e634b169226: Pulling fs layer 09:33:19 1e910a182e73: Waiting 09:33:19 4e634b169226: Waiting 09:33:19 a92cc7c5fd73: Verifying Checksum 09:33:19 a92cc7c5fd73: Download complete 09:33:19 ed8968b2872e: Verifying Checksum 09:33:19 ed8968b2872e: Download complete 09:33:19 e73272ec9a57: Verifying Checksum 09:33:19 e73272ec9a57: Download complete 09:33:19 1e910a182e73: Verifying Checksum 09:33:19 1e910a182e73: Download complete 09:33:20 df20fa9351a1: Verifying Checksum 09:33:20 df20fa9351a1: Download complete 09:33:21 df20fa9351a1: Pull complete 09:33:22 ed8968b2872e: Pull complete 09:33:22 a92cc7c5fd73: Pull complete 09:33:26 4e634b169226: Verifying Checksum 09:33:26 4e634b169226: Download complete 09:33:36 e871e8e8d7a9: Verifying Checksum 09:33:36 e871e8e8d7a9: Download complete 09:33:44 e871e8e8d7a9: Pull complete 09:33:44 e73272ec9a57: Pull complete 09:33:45 1e910a182e73: Pull complete 09:33:52 4e634b169226: Pull complete 09:33:52 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 09:33:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:33:52 ---> f7629b54cfaa 09:33:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:33:52 ---> Running in 7adb4e470a31 09:33:52 Removing intermediate container 7adb4e470a31 09:33:52 ---> a489b2a8cf45 09:33:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:33:52 ---> Running in b01684154daa 09:33:54 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5862 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws 09:33:54 Running in /w/workspace/device-sdk-go/10 [Pipeline] { [Pipeline] checkout 09:33:54 Removing intermediate container b01684154daa 09:33:54 ---> 44d9f4f3634e 09:33:54 Step 5/8 : RUN apk add --no-cache make git 09:33:54 ---> Running in b2f6089c4f66 09:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:57 OK: 166 MiB in 39 packages 09:33:58 Removing intermediate container b2f6089c4f66 09:33:58 ---> ef028a15843c 09:33:58 Step 6/8 : WORKDIR /device-sdk-go 09:33:58 ---> Running in 6ad776ba6980 09:33:58 Removing intermediate container 6ad776ba6980 09:33:58 ---> 71fe837bd8e7 09:33:58 Step 7/8 : COPY . . 09:34:00 using credential edgex-jenkins-ssh 09:34:00 Cloning the remote Git repository 09:34:00 ---> 310794d12b7d 09:34:00 Step 8/8 : RUN go mod download 09:34:00 ---> Running in 3f8361f1b298 09:34:00 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 09:34:00 > git init /w/workspace/device-sdk-go/10 # timeout=10 09:34:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:34:00 > git --version # timeout=10 09:34:00 > git --version # 'git version 2.17.1' 09:34:00 using GIT_SSH to set credentials SSH Credentials for GitHub 09:34:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:34:01 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:34:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:34:01 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:34:01 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:34:01 using GIT_SSH to set credentials SSH Credentials for GitHub 09:34:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:34:02 Merging remotes/origin/master commit 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 into PR head commit c2bebaee10cac6903836b89e8da6d7a54a29d409 09:34:02 Merge succeeded, producing c2bebaee10cac6903836b89e8da6d7a54a29d409 09:34:02 Checking out Revision c2bebaee10cac6903836b89e8da6d7a54a29d409 (PR-614) 09:34:02 > git config core.sparsecheckout # timeout=10 09:34:02 > git checkout -f c2bebaee10cac6903836b89e8da6d7a54a29d409 # timeout=10 09:34:02 > git remote # timeout=10 09:34:02 > git config --get remote.origin.url # timeout=10 09:34:02 using GIT_SSH to set credentials SSH Credentials for GitHub 09:34:02 > git merge 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 # timeout=10 09:34:02 > git rev-parse HEAD^{commit} # timeout=10 09:34:02 > git config core.sparsecheckout # timeout=10 09:34:02 > git checkout -f c2bebaee10cac6903836b89e8da6d7a54a29d409 # timeout=10 09:34:07 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:34:08 ========================================================= 09:34:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:34:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:34:09 + 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 . 09:34:10 Sending build context to Docker daemon 2.319MB 09:34:10 Step 1/8 : ARG BASE=golang:1.15-alpine 09:34:10 Step 2/8 : FROM ${BASE} 09:34:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:34:10 b538f80385f9: Pulling fs layer 09:34:10 74f711af9a0d: Pulling fs layer 09:34:10 99f96fe45779: Pulling fs layer 09:34:10 8529a6b9a6be: Pulling fs layer 09:34:10 45590311c82a: Pulling fs layer 09:34:10 69ca0ff8b7b3: Pulling fs layer 09:34:10 209524e5b208: Pulling fs layer 09:34:10 8529a6b9a6be: Waiting 09:34:10 45590311c82a: Waiting 09:34:10 69ca0ff8b7b3: Waiting 09:34:10 99f96fe45779: Verifying Checksum 09:34:10 99f96fe45779: Download complete 09:34:10 74f711af9a0d: Verifying Checksum 09:34:10 74f711af9a0d: Download complete 09:34:10 45590311c82a: Verifying Checksum 09:34:10 45590311c82a: Download complete 09:34:10 69ca0ff8b7b3: Download complete 09:34:11 b538f80385f9: Verifying Checksum 09:34:11 b538f80385f9: Download complete 09:34:11 b538f80385f9: Pull complete 09:34:12 74f711af9a0d: Pull complete 09:34:12 99f96fe45779: Pull complete 09:34:13 209524e5b208: Verifying Checksum 09:34:13 209524e5b208: Download complete 09:34:15 8529a6b9a6be: Verifying Checksum 09:34:15 8529a6b9a6be: Download complete 09:34:26 8529a6b9a6be: Pull complete 09:34:26 45590311c82a: Pull complete 09:34:26 69ca0ff8b7b3: Pull complete 09:34:28 Removing intermediate container 3f8361f1b298 09:34:28 ---> a1b0e41b256b 09:34:28 Successfully built a1b0e41b256b 09:34:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:34:28 + docker inspect -f . ci-base-image-x86_64 09:34:28 . [Pipeline] withDockerContainer 09:34:29 prd-centos7-docker-4c-2g-5858 does not seem to be running inside a container 09:34:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@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-x86_64 cat 09:34:29 209524e5b208: Pull complete 09:34:29 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 09:34:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:34:29 ---> 5bddaf1c2fca 09:34:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:34:30 $ docker top 522df8752f4ae76056000fa7c6353db74d1528e5b20d9f795aadbdda6955e2d7 -eo pid,comm [Pipeline] { [Pipeline] sh 09:34:30 + go version 09:34:30 go version go1.15.2 linux/amd64 [Pipeline] } 09:34:30 $ docker stop --time=1 522df8752f4ae76056000fa7c6353db74d1528e5b20d9f795aadbdda6955e2d7 09:34:32 $ docker rm -f 522df8752f4ae76056000fa7c6353db74d1528e5b20d9f795aadbdda6955e2d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 09:34:32 ---> Running in 316ac1852326 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 09:34:33 Removing intermediate container 316ac1852326 09:34:33 ---> bf25daca6f0a 09:34:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] isUnix [Pipeline] sh 09:34:33 ---> Running in a2e1d12bc29a 09:34:33 + docker inspect -f . ci-base-image-x86_64 09:34:33 . [Pipeline] withDockerContainer 09:34:33 prd-centos7-docker-4c-2g-5858 does not seem to be running inside a container 09:34:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@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-x86_64 cat 09:34:35 $ docker top c319d138f8966c55d68e01a09f8f56eab43a7a6eb3d6f9e12e75159b559c1e4c -eo pid,comm [Pipeline] { [Pipeline] sh 09:34:36 Removing intermediate container a2e1d12bc29a 09:34:36 ---> a4b1a070ea77 09:34:36 Step 5/8 : RUN apk add --no-cache make git 09:34:36 ---> Running in 78f6f1b4e62a 09:34:36 + make test 09:34:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:34:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:34:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:34:39 OK: 142 MiB in 39 packages 09:34:40 Removing intermediate container 78f6f1b4e62a 09:34:40 ---> 41337104fa1e 09:34:40 Step 6/8 : WORKDIR /device-sdk-go 09:34:40 ---> Running in 1bf243a7c829 09:34:41 Removing intermediate container 1bf243a7c829 09:34:41 ---> 69c192a7c9c8 09:34:41 Step 7/8 : COPY . . 09:34:42 ---> ad96c1c5d6c2 09:34:42 Step 8/8 : RUN go mod download 09:34:42 ---> Running in f8a9c26548f3 09:34:48 ? github.com/edgexfoundry/device-sdk-go [no test files] 09:35:04 Removing intermediate container f8a9c26548f3 09:35:04 ---> 58e2c542edc0 09:35:04 Successfully built 58e2c542edc0 09:35:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:35:05 + docker inspect -f . ci-base-image-arm64 09:35:05 . [Pipeline] withDockerContainer 09:35:05 prd-ubuntu18.04-docker-arm64-4c-16g-5862 does not seem to be running inside a container 09:35:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@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 09:35:08 $ docker top 79fabddaeef883de7849a9dc27982586c9ef8ab1605e2360da1a472bee8e17c5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:35:09 + go version 09:35:09 go version go1.15.2 linux/arm64 [Pipeline] } 09:35:09 $ docker stop --time=1 79fabddaeef883de7849a9dc27982586c9ef8ab1605e2360da1a472bee8e17c5 09:35:11 $ docker rm -f 79fabddaeef883de7849a9dc27982586c9ef8ab1605e2360da1a472bee8e17c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 09:35:11 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 09:35:11 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 09:35:11 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 09:35:11 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.114s coverage: 21.6% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:35:12 + docker inspect -f . ci-base-image-arm64 09:35:12 . [Pipeline] withDockerContainer 09:35:12 prd-ubuntu18.04-docker-arm64-4c-16g-5862 does not seem to be running inside a container 09:35:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@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 09:35:14 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.549s coverage: 97.1% of statements 09:35:14 $ docker top 0da6aec64ad2679b76c4bbc0711105f5f215dc2229adeb250ea1d9b5c2e5d2c0 -eo pid,comm [Pipeline] { [Pipeline] sh 09:35:16 + make test 09:35:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:35:43 ? github.com/edgexfoundry/device-sdk-go [no test files] 09:35:47 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.070s coverage: 9.4% of statements 09:35:47 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.103s coverage: 21.9% of statements 09:35:47 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 09:35:47 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.260s coverage: 42.6% of statements 09:35:47 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 09:35:47 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.439s coverage: 68.9% of statements 09:35:47 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 09:35:47 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 09:35:47 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 09:35:47 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 09:35:47 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.119s coverage: 52.6% of statements 09:35:47 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 09:35:47 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 09:35:47 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 09:35:47 ok github.com/edgexfoundry/device-sdk-go/pkg/models 3.790s coverage: 68.9% of statements 09:35:47 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 09:35:47 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 09:35:47 GO111MODULE=on go vet ./... 09:36:02 gofmt -l . 09:36:02 [ "`gofmt -l .`" = "" ] 09:36:02 ./bin/test-attribution-txt.sh 09:36:02 ./bin/test-go-mod-tidy.sh [Pipeline] stash 09:36:03 Stashed 1 file(s) [Pipeline] } 09:36:03 $ docker stop --time=1 c319d138f8966c55d68e01a09f8f56eab43a7a6eb3d6f9e12e75159b559c1e4c 09:36:06 $ docker rm -f c319d138f8966c55d68e01a09f8f56eab43a7a6eb3d6f9e12e75159b559c1e4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:36:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:36:08 + ls -al . 09:36:08 total 188 09:36:08 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 16 09:36 . 09:36:08 drwxrwxr-x. 4 jenkins jenkins 30 Oct 16 09:33 .. 09:36:08 drwxrwxr-x. 2 jenkins jenkins 64 Oct 16 09:33 bin 09:36:08 -rw-r--r--. 1 jenkins jenkins 110398 Oct 16 09:35 coverage.out 09:36:08 -rw-rw-r--. 1 jenkins jenkins 936 Oct 16 09:33 Dockerfile.build 09:36:08 -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 09:33 .dockerignore 09:36:08 drwxrwxr-x. 4 jenkins jenkins 48 Oct 16 09:33 example 09:36:08 drwxrwxr-x. 8 jenkins jenkins 179 Oct 16 09:33 .git 09:36:08 drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 09:33 .github 09:36:08 -rw-rw-r--. 1 jenkins jenkins 138 Oct 16 09:33 .gitignore 09:36:08 -rw-r--r--. 1 jenkins jenkins 517 Oct 16 09:36 go.mod 09:36:08 -rw-r--r--. 1 jenkins jenkins 13742 Oct 16 09:36 go.sum 09:36:08 drwxrwxr-x. 15 jenkins jenkins 211 Oct 16 09:33 internal 09:36:08 -rw-rw-r--. 1 jenkins jenkins 901 Oct 16 09:33 Jenkinsfile 09:36:08 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 16 09:33 LICENSE 09:36:08 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 16 09:33 Makefile 09:36:08 drwxrwxr-x. 4 jenkins jenkins 26 Oct 16 09:33 openapi 09:36:08 drwxrwxr-x. 5 jenkins jenkins 50 Oct 16 09:33 pkg 09:36:08 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 16 09:33 README.md 09:36:08 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 16 09:33 RELEASE-NOTES.txt 09:36:08 drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 09:33 snap 09:36:08 -rw-rw-r--. 1 jenkins jenkins 5 Oct 16 09:30 VERSION 09:36:08 -rw-rw-r--. 1 jenkins jenkins 222 Oct 16 09:33 version.go [Pipeline] isUnix [Pipeline] sh 09:36:08 + 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=c2bebaee10cac6903836b89e8da6d7a54a29d409 --label arch=amd64 --label version=0.0.0 . 09:36:09 Sending build context to Docker daemon 2.427MB 09:36:09 Step 1/24 : ARG BASE=golang:1.15-alpine 09:36:09 Step 2/24 : FROM ${BASE} AS builder 09:36:09 ---> a1b0e41b256b 09:36:09 Step 3/24 : ARG MAKE='make build' 09:36:09 ---> Running in 756cfc26e3e2 09:36:10 Removing intermediate container 756cfc26e3e2 09:36:10 ---> d6c3b4eb0b54 09:36:10 Step 4/24 : WORKDIR /device-sdk-go 09:36:10 ---> Running in 0a63bc863b6e 09:36:10 Removing intermediate container 0a63bc863b6e 09:36:10 ---> 04f18be39f05 09:36:10 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:36:10 ---> Running in 018fef59172a 09:36:10 Removing intermediate container 018fef59172a 09:36:10 ---> 52e0c073600b 09:36:10 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:36:10 ---> Running in a5dbf182c940 09:36:11 Removing intermediate container a5dbf182c940 09:36:11 ---> f0afa15bcbd3 09:36:11 Step 7/24 : RUN apk add --update --no-cache make git 09:36:11 ---> Running in 1635a68be4cf 09:36:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:36:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:36:13 OK: 166 MiB in 39 packages 09:36:14 Removing intermediate container 1635a68be4cf 09:36:14 ---> 2d3ddc001fab 09:36:14 Step 8/24 : COPY . . 09:36:16 ---> 214ebb4b8ff3 09:36:16 Step 9/24 : RUN ${MAKE} 09:36:16 ---> Running in 5f62bd36b19d 09:36:16 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 09:36:29 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:36:30 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 09:36:30 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 09:36:30 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 09:36:30 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.145s coverage: 21.6% of statements 09:36:30 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.300s coverage: 97.1% of statements 09:36:30 Removing intermediate container 5f62bd36b19d 09:36:30 ---> 5bf4dfd7c3a9 09:36:30 Step 10/24 : FROM scratch 09:36:30 ---> 09:36:30 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:36:30 ---> Running in 3d004008da71 09:36:30 Removing intermediate container 3d004008da71 09:36:30 ---> 0d960345de99 09:36:30 Step 12/24 : ENV APP_PORT=49990 09:36:30 ---> Running in 202a089f8256 09:36:31 Removing intermediate container 202a089f8256 09:36:31 ---> 0393bf0b9f15 09:36:31 Step 13/24 : EXPOSE $APP_PORT 09:36:31 ---> Running in 1e1fffa8f7b8 09:36:31 Removing intermediate container 1e1fffa8f7b8 09:36:31 ---> ba1404890f4f 09:36:31 Step 14/24 : WORKDIR / 09:36:31 ---> Running in df873cc442be 09:36:31 Removing intermediate container df873cc442be 09:36:31 ---> ac846287b8ea 09:36:31 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 09:36:32 ---> cf79d0f1fa60 09:36:32 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:36:33 ---> dd40f271e158 09:36:33 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:36:33 ---> 0a029372571c 09:36:33 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:36:33 ---> 600e4af31497 09:36:33 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:36:33 ---> 4f0f19016078 09:36:33 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:36:34 ---> Running in 2c13aa7e001c 09:36:34 Removing intermediate container 2c13aa7e001c 09:36:34 ---> 5d3e8b31efed 09:36:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:36:34 ---> Running in b727c7b764b1 09:36:34 Removing intermediate container b727c7b764b1 09:36:34 ---> 6e1e17e6b093 09:36:34 Step 22/24 : LABEL arch=amd64 09:36:34 ---> Running in 7222b78f6be4 09:36:34 Removing intermediate container 7222b78f6be4 09:36:34 ---> f4973a9de8b1 09:36:34 Step 23/24 : LABEL git_sha=c2bebaee10cac6903836b89e8da6d7a54a29d409 09:36:34 ---> Running in 831b449d4f39 09:36:34 Removing intermediate container 831b449d4f39 09:36:34 ---> 9145b7ddf847 09:36:34 Step 24/24 : LABEL version=0.0.0 09:36:34 ---> Running in 1bc2d2f49a9e 09:36:35 Removing intermediate container 1bc2d2f49a9e 09:36:35 ---> 1c78485c5480 09:36:35 [Warning] One or more build-args [ARCH] were not consumed 09:36:35 Successfully built 1c78485c5480 09:36:35 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] } 09:36:57 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.132s coverage: 9.4% of statements 09:36:57 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.124s coverage: 21.9% of statements 09:36:57 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 09:36:57 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.697s coverage: 42.6% of statements 09:36:57 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 09:36:57 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.832s coverage: 68.9% of statements 09:36:57 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 09:36:57 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 09:36:57 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 09:36:57 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 09:36:57 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.197s coverage: 52.6% of statements 09:36:57 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 09:36:57 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 09:36:57 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 09:36:57 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.963s coverage: 68.9% of statements 09:36:57 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 09:36:57 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 09:36:57 GO111MODULE=on go vet ./... 09:37:29 gofmt -l . 09:37:29 [ "`gofmt -l .`" = "" ] 09:37:29 ./bin/test-attribution-txt.sh 09:37:30 ./bin/test-go-mod-tidy.sh [Pipeline] stash 09:37:31 Warning: overwriting stash ‘coverage-report’ 09:37:32 Stashed 1 file(s) [Pipeline] } 09:37:32 $ docker stop --time=1 0da6aec64ad2679b76c4bbc0711105f5f215dc2229adeb250ea1d9b5c2e5d2c0 09:37:35 $ docker rm -f 0da6aec64ad2679b76c4bbc0711105f5f215dc2229adeb250ea1d9b5c2e5d2c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:37:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:37:37 + ls -al . 09:37:37 total 224 09:37:37 drwxrwxr-x 10 jenkins jenkins 4096 Oct 16 09:37 . 09:37:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:34 .. 09:37:37 -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 09:34 .dockerignore 09:37:37 drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 09:34 .git 09:37:37 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:34 .github 09:37:37 -rw-rw-r-- 1 jenkins jenkins 138 Oct 16 09:34 .gitignore 09:37:37 -rw-rw-r-- 1 jenkins jenkins 936 Oct 16 09:34 Dockerfile.build 09:37:37 -rw-rw-r-- 1 jenkins jenkins 901 Oct 16 09:34 Jenkinsfile 09:37:37 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 16 09:34 LICENSE 09:37:37 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 16 09:34 Makefile 09:37:37 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 16 09:34 README.md 09:37:37 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 16 09:34 RELEASE-NOTES.txt 09:37:37 -rw-rw-r-- 1 jenkins jenkins 5 Oct 16 09:30 VERSION 09:37:37 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:34 bin 09:37:37 -rw-r--r-- 1 jenkins jenkins 110398 Oct 16 09:36 coverage.out 09:37:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:34 example 09:37:37 -rw-r--r-- 1 jenkins jenkins 517 Oct 16 09:37 go.mod 09:37:37 -rw-r--r-- 1 jenkins jenkins 13742 Oct 16 09:37 go.sum 09:37:37 drwxrwxr-x 15 jenkins jenkins 4096 Oct 16 09:34 internal 09:37:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:34 openapi 09:37:37 drwxrwxr-x 5 jenkins jenkins 4096 Oct 16 09:34 pkg 09:37:37 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:34 snap 09:37:37 -rw-rw-r-- 1 jenkins jenkins 222 Oct 16 09:34 version.go [Pipeline] isUnix [Pipeline] sh 09:37: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=c2bebaee10cac6903836b89e8da6d7a54a29d409 --label arch=arm64 --label version=0.0.0 . 09:37:37 Sending build context to Docker daemon 2.43MB 09:37:38 Step 1/24 : ARG BASE=golang:1.15-alpine 09:37:38 Step 2/24 : FROM ${BASE} AS builder 09:37:38 ---> 58e2c542edc0 09:37:38 Step 3/24 : ARG MAKE='make build' 09:37:38 ---> Running in 3bae0bf5ed84 09:37:38 Removing intermediate container 3bae0bf5ed84 09:37:38 ---> 0d82761c85e7 09:37:38 Step 4/24 : WORKDIR /device-sdk-go 09:37:38 ---> Running in c8defa3b7ac1 09:37:39 Removing intermediate container c8defa3b7ac1 09:37:39 ---> a59426e0b435 09:37:39 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:37:39 ---> Running in 4051c9c86dcc 09:37:39 Removing intermediate container 4051c9c86dcc 09:37:39 ---> 851a4f889cf9 09:37:39 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:40 ---> Running in 1624fb8b749d 09:37:42 Removing intermediate container 1624fb8b749d 09:37:42 ---> be5f14d5a394 09:37:42 Step 7/24 : RUN apk add --update --no-cache make git 09:37:42 ---> Running in 32a8ccaa5b51 09:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:37:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:37:45 OK: 142 MiB in 39 packages 09:37:46 Removing intermediate container 32a8ccaa5b51 09:37:46 ---> 864fba6e3cdd 09:37:46 Step 8/24 : COPY . . 09:37:48 ---> eccd0f9a9864 09:37:48 Step 9/24 : RUN ${MAKE} 09:37:48 ---> Running in 32e6dea592d2 09:37:49 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 09:38:16 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:38:17 Removing intermediate container 32e6dea592d2 09:38:17 ---> f6f3a8af850d 09:38:17 Step 10/24 : FROM scratch 09:38:17 ---> 09:38:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:38:17 ---> Running in 111b6bfd759e 09:38:18 Removing intermediate container 111b6bfd759e 09:38:18 ---> f8fc4affa30d 09:38:18 Step 12/24 : ENV APP_PORT=49990 09:38:18 ---> Running in 8a36a4d266fa 09:38:18 Removing intermediate container 8a36a4d266fa 09:38:18 ---> c61805e9dc71 09:38:18 Step 13/24 : EXPOSE $APP_PORT 09:38:18 ---> Running in 99f5df2172b8 09:38:18 Removing intermediate container 99f5df2172b8 09:38:18 ---> d79f81ea8b3c 09:38:18 Step 14/24 : WORKDIR / 09:38:19 ---> Running in 3f3c6b04f726 09:38:19 Removing intermediate container 3f3c6b04f726 09:38:19 ---> ac41f04b674b 09:38:19 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 09:38:20 ---> d5a5e6ec5ada 09:38:20 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:38:21 ---> 1eca034ed866 09:38:21 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:38:22 ---> 069470db4b70 09:38:22 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:38:23 ---> f9a1775506b6 09:38:23 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:38:23 ---> 0681d1a1175b 09:38:23 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:38:23 ---> Running in 8649077df59e 09:38:24 Removing intermediate container 8649077df59e 09:38:24 ---> 04aceff9049a 09:38:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:38:24 ---> Running in 0d42c10e6136 09:38:24 Removing intermediate container 0d42c10e6136 09:38:24 ---> fd886de1d997 09:38:24 Step 22/24 : LABEL arch=arm64 09:38:25 ---> Running in 68822488b4ed 09:38:25 Removing intermediate container 68822488b4ed 09:38:25 ---> a4115994ba9d 09:38:25 Step 23/24 : LABEL git_sha=c2bebaee10cac6903836b89e8da6d7a54a29d409 09:38:25 ---> Running in eb72ec4d37b4 09:38:25 Removing intermediate container eb72ec4d37b4 09:38:25 ---> 2b7749632471 09:38:25 Step 24/24 : LABEL version=0.0.0 09:38:26 ---> Running in d5ffb0a741fa 09:38:26 Removing intermediate container d5ffb0a741fa 09:38:26 ---> 01fc855c19d5 09:38:26 [Warning] One or more build-args [ARCH] were not consumed 09:38:26 Successfully built 01fc855c19d5 09:38:26 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 09:38:28 provisioning config files... 09:38:28 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config4614435477184087758tmp [Pipeline] { [Pipeline] sh 09:38:29 + set +x 09:38:29 + curl -s https://codecov.io/bash 09:38:29 + bash -s -- 09:38:29 09:38:29 _____ _ 09:38:29 / ____| | | 09:38:29 | | ___ __| | ___ ___ _____ __ 09:38:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:38:29 | |___| (_) | (_| | __/ (_| (_) \ V / 09:38:29 \_____\___/ \__,_|\___|\___\___/ \_/ 09:38:29 Bash-20201009-048fee3 09:38:29 09:38:29 09:38:29 ==> Jenkins CI detected. 09:38:29 project root: . 09:38:29 --> token set from env 09:38:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:38:29 ==> Running gcov in . (disable via -X gcov) 09:38:29 ==> Python coveragepy not found 09:38:29 ==> Searching for coverage reports in: 09:38:29 + . 09:38:29 -> Found 1 reports 09:38:29 ==> Detecting git/mercurial file structure 09:38:29 ==> Reading reports 09:38:29 + ./coverage.out bytes=110398 09:38:29 ==> Appending adjustments 09:38:29 https://docs.codecov.io/docs/fixing-reports 09:38:30 + Found adjustments 09:38:30 ==> Gzipping contents 09:38:30 ==> Uploading reports 09:38:30 url: https://codecov.io 09:38:30 query: branch=PR-614&commit=c2bebaee10cac6903836b89e8da6d7a54a29d409&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= 09:38:30 -> Pinging Codecov 09:38:30 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-614&commit=c2bebaee10cac6903836b89e8da6d7a54a29d409&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= 09:38:30 -> Uploading to 09:38:30 09:38:30 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:30 Dload Upload Total Spent Left Speed 09:38:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 09:38:30 X> Failed to upload 09:38:30 ==> Uploading to Codecov 09:38:30 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:30 Dload Upload Total Spent Left Speed 09:38:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 19030 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19140 100 110 100 19030 210 36354 --:--:-- --:--:-- --:--:-- 36316 09:38:31 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/c2bebaee10cac6903836b89e8da6d7a54a29d409 [Pipeline] } 09:38:31 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 09:38:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:38:34 ---> package-listing.sh 09:38:34 ++ facter osfamily 09:38:34 ++ tr '[:upper:]' '[:lower:]' 09:38:35 + OS_FAMILY=redhat 09:38:35 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-614 09:38:35 + START_PACKAGES=/tmp/packages_start.txt 09:38:35 + END_PACKAGES=/tmp/packages_end.txt 09:38:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:38:35 + PACKAGES=/tmp/packages_start.txt 09:38:35 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' 09:38:35 + PACKAGES=/tmp/packages_end.txt 09:38:35 + case "${OS_FAMILY}" in 09:38:35 + rpm -qa 09:38:35 + sort 09:38:40 + '[' -f /tmp/packages_start.txt ']' 09:38:40 + '[' -f /tmp/packages_end.txt ']' 09:38:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:38:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' 09:38:40 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ 09:38:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [Pipeline] echo 09:38:40 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-614/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:38:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:38:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:41 09:38:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:38:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:42 alpine: Pulling from edgex-lftools-log-publisher 09:38:42 df20fa9351a1: Pulling fs layer 09:38:42 36b3adc4ff6f: Pulling fs layer 09:38:42 8ad3a11d3b57: Pulling fs layer 09:38:42 46f8f816bc3b: Pulling fs layer 09:38:42 93b61091891f: Pulling fs layer 09:38:42 93b9cdb0e59b: Pulling fs layer 09:38:42 5e14af77c1be: Pulling fs layer 09:38:42 01666e4c0597: Pulling fs layer 09:38:42 aa168da1d23b: Pulling fs layer 09:38:42 93b9cdb0e59b: Waiting 09:38:42 01666e4c0597: Waiting 09:38:42 46f8f816bc3b: Waiting 09:38:42 93b61091891f: Waiting 09:38:42 aa168da1d23b: Waiting 09:38:42 5e14af77c1be: Waiting 09:38:42 36b3adc4ff6f: Download complete 09:38:42 46f8f816bc3b: Verifying Checksum 09:38:42 46f8f816bc3b: Download complete 09:38:42 df20fa9351a1: Verifying Checksum 09:38:42 df20fa9351a1: Download complete 09:38:42 93b9cdb0e59b: Verifying Checksum 09:38:42 93b9cdb0e59b: Download complete 09:38:42 5e14af77c1be: Download complete 09:38:42 01666e4c0597: Verifying Checksum 09:38:42 01666e4c0597: Download complete 09:38:42 93b61091891f: Download complete 09:38:43 df20fa9351a1: Pull complete 09:38:43 36b3adc4ff6f: Pull complete 09:38:43 8ad3a11d3b57: Verifying Checksum 09:38:43 8ad3a11d3b57: Download complete 09:38:44 8ad3a11d3b57: Pull complete 09:38:44 46f8f816bc3b: Pull complete 09:38:46 93b61091891f: Pull complete 09:38:46 93b9cdb0e59b: Pull complete 09:38:46 5e14af77c1be: Pull complete 09:38:46 01666e4c0597: Pull complete 09:38:58 aa168da1d23b: Verifying Checksum 09:38:58 aa168da1d23b: Download complete 09:39:22 aa168da1d23b: Pull complete 09:39:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:39:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:39:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:39:22 prd-centos7-docker-4c-2g-5849 does not seem to be running inside a container 09:39:23 $ 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-614/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-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@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 09:39:28 $ docker top a5d40c50f82a9db5bb2fdd105940035cc26e0f8c8f85b10bb28c3c2bc055fa90 -eo pid,comm [Pipeline] { [Pipeline] sh 09:39:29 + touch /tmp/pre-build-complete [Pipeline] sh 09:39:30 + mkdir -p /var/log/sa [Pipeline] sh 09:39:31 + ls /var/log/sa-host 09:39:31 + sadf -c /var/log/sa-host/sa05 09:39:31 file_magic: OK 09:39:31 HZ: Using current value: 100 09:39:31 file_header: OK 09:39:31 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 09:39:31 Statistics: 09:39:31 Hnuu...uuuununununu...Hnuu...uuuununununu... 09:39:31 File successfully converted to sysstat format version 12.2.1 09:39:31 + sadf -c /var/log/sa-host/sa16 09:39:31 file_magic: OK 09:39:31 HZ: Using current value: 100 09:39:31 file_header: OK 09:39:31 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 09:39:31 Statistics: 09:39:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:39:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:39:31 provisioning config files... 09:39:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config6725045052162783739tmp [Pipeline] { [Pipeline] echo 09:39:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:39:33 ---> create-netrc.sh [Pipeline] } 09:39:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:39:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:39:34 ---> python-tools-install.sh [Pipeline] echo 09:39:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:39:35 ---> sudo-logs.sh 09:39:35 Archiving 'sudo' log.. [Pipeline] echo 09:39:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:39:37 ---> job-cost.sh 09:39:37 lf-activate-venv: SKIPPING 09:39:37 INFO: No Stack... 09:39:38 INFO: Retrieving Pricing Info for: v1-standard-2 09:39:39 INFO: Archiving Costs [Pipeline] echo 09:39:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:39:40 ---> logs-deploy.sh 09:39:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-614/10 09:39:40 INFO: archiving workspace using pattern(s): 09:39:45 Archives upload complete. 09:39:45 INFO: archiving logs to Nexus 09:39:48 ---> uname -a: 09:39:48 Linux prd-centos7-docker-4c-2g-5849.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 09:39:48 09:39:48 09:39:48 ---> lscpu: 09:39:48 Architecture: x86_64 09:39:48 CPU op-mode(s): 32-bit, 64-bit 09:39:48 Byte Order: Little Endian 09:39:48 Address sizes: 40 bits physical, 48 bits virtual 09:39:48 CPU(s): 4 09:39:48 On-line CPU(s) list: 0-3 09:39:48 Thread(s) per core: 1 09:39:48 Core(s) per socket: 1 09:39:48 Socket(s): 4 09:39:48 NUMA node(s): 1 09:39:48 Vendor ID: GenuineIntel 09:39:48 CPU family: 6 09:39:48 Model: 44 09:39:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:39:48 Stepping: 1 09:39:48 CPU MHz: 2933.438 09:39:48 BogoMIPS: 5866.87 09:39:48 Virtualization: VT-x 09:39:48 Hypervisor vendor: KVM 09:39:48 Virtualization type: full 09:39:48 L1d cache: 128 KiB 09:39:48 L1i cache: 128 KiB 09:39:48 L2 cache: 16 MiB 09:39:48 L3 cache: 64 MiB 09:39:48 NUMA node0 CPU(s): 0-3 09:39:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:39:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:39:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:39:48 Vulnerability Meltdown: Mitigation; PTI 09:39:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:39:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:39:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:39:48 Vulnerability Tsx async abort: Not affected 09:39:48 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 09:39:48 09:39:48 09:39:48 ---> nproc: 09:39:48 4 09:39:48 09:39:48 09:39:48 ---> df -h: 09:39:48 Filesystem Size Used Available Use% Mounted on 09:39:48 overlay 50.0G 7.2G 42.8G 14% / 09:39:48 tmpfs 64.0M 0 64.0M 0% /dev 09:39:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:39:48 shm 64.0M 0 64.0M 0% /dev/shm 09:39:48 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 09:39:48 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 09:39:48 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 09:39:48 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 09:39:48 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614 09:39:48 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp 09:39:48 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 09:39:48 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 09:39:48 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 09:39:48 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 09:39:48 09:39:48 09:39:48 ---> free -m: 09:39:48 total used free shared buff/cache available 09:39:48 Mem: 1837 685 95 0 1056 1050 09:39:48 Swap: 1023 0 1023 09:39:48 09:39:48 09:39:48 ---> ip addr: 09:39:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:39:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:39:48 inet 127.0.0.1/8 scope host lo 09:39:48 valid_lft forever preferred_lft forever 09:39:48 inet6 ::1/128 scope host 09:39:48 valid_lft forever preferred_lft forever 09:39:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:39:48 link/ether fa:16:3e:9b:e1:39 brd ff:ff:ff:ff:ff:ff 09:39:48 inet 10.30.122.124/23 brd 10.30.123.255 scope global dynamic eth0 09:39:48 valid_lft 85762sec preferred_lft 85762sec 09:39:48 inet6 fe80::f816:3eff:fe9b:e139/64 scope link 09:39:48 valid_lft forever preferred_lft forever 09:39:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:39:48 link/ether 02:42:b7:29:d1:9f brd ff:ff:ff:ff:ff:ff 09:39:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:39:48 valid_lft forever preferred_lft forever 09:39:48 inet6 fe80::42:b7ff:fe29:d19f/64 scope link 09:39:48 valid_lft forever preferred_lft forever 09:39:48 09:39:48 09:39:48 ---> sar -b -r -n DEV: 09:39:48 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 09:39:48 09:39:48 09:28:51 LINUX RESTART (4 CPU) 09:39:48 09:39:48 09:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:39:48 09:31:01 30.62 10.78 19.84 0.00 4444.59 2189.66 0.00 09:39:48 09:32:01 0.45 0.00 0.45 0.00 0.00 9.32 0.00 09:39:48 09:33:01 0.30 0.00 0.30 0.00 0.00 4.27 0.00 09:39:48 09:34:01 0.22 0.00 0.22 0.00 0.00 2.96 0.00 09:39:48 09:35:01 0.35 0.00 0.35 0.00 0.00 4.93 0.00 09:39:48 09:36:01 0.30 0.02 0.28 0.00 0.13 3.13 0.00 09:39:48 09:37:01 0.20 0.00 0.20 0.00 0.00 1.93 0.00 09:39:48 09:38:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 09:39:48 09:39:02 56.95 42.53 14.42 0.00 4264.16 4373.87 0.00 09:39:48 Average: 9.96 5.95 4.02 0.00 963.84 732.81 0.00 09:39:48 09:39:48 09:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:39:48 09:31:01 169320 0 564244 29.99 2620 1145372 1139996 38.91 406112 1146100 16 09:39:48 09:32:01 176236 0 557264 29.62 2620 1145436 1081780 36.92 404604 1142372 32 09:39:48 09:33:01 176108 0 557444 29.63 2620 1145384 1081816 36.92 404684 1142356 12 09:39:48 09:34:01 173644 0 559908 29.76 2620 1145384 1081964 36.93 409376 1139708 12 09:39:48 09:35:01 174840 0 558704 29.69 2620 1145392 1081784 36.92 416660 1131660 12 09:39:48 09:36:01 175188 0 558348 29.67 2620 1145400 1077732 36.78 423000 1125140 12 09:39:48 09:37:01 174940 0 558588 29.69 2620 1145408 1077756 36.78 411092 1137220 8 09:39:48 09:38:01 175600 0 557924 29.65 2620 1145412 1077672 36.78 410644 1137220 8 09:39:48 09:39:02 64300 0 656524 34.89 2620 1158112 1503556 51.31 491136 1144704 103796 09:39:48 Average: 162242 0 569883 30.29 2620 1146811 1133784 38.69 419701 1138498 11545 09:39:48 09:39:48 09:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:39:48 09:31:01 eth0 72.14 59.45 363.41 39.14 0.00 0.00 0.00 0.00 09:39:48 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:31:01 docker0 7.43 5.35 1.16 20.11 0.00 0.00 0.00 0.00 09:39:48 09:32:01 eth0 3.22 0.63 0.85 0.33 0.00 0.00 0.00 0.00 09:39:48 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:33:01 eth0 3.84 0.67 0.82 0.47 0.00 0.00 0.00 0.00 09:39:48 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:34:01 eth0 2.78 1.05 1.20 0.76 0.00 0.00 0.00 0.00 09:39:48 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:35:01 eth0 2.29 0.80 0.78 0.50 0.00 0.00 0.00 0.00 09:39:48 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:36:01 eth0 0.78 0.45 0.30 0.21 0.00 0.00 0.00 0.00 09:39:48 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:37:01 eth0 0.92 0.27 0.32 0.20 0.00 0.00 0.00 0.00 09:39:48 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:38:01 eth0 0.50 0.25 0.27 0.19 0.00 0.00 0.00 0.00 09:39:48 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:39:02 eth0 214.78 162.80 2158.40 19.27 0.00 0.00 0.00 0.00 09:39:48 09:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 09:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 Average: eth0 33.55 25.20 282.05 6.74 0.00 0.00 0.00 0.00 09:39:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:39:48 Average: docker0 0.81 0.58 0.13 2.20 0.00 0.00 0.00 0.00 09:39:48 09:39:48 09:39:48 ---> sar -P ALL: 09:39:48 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) 09:39:48 09:39:48 09:28:51 LINUX RESTART (4 CPU) 09:39:48 09:39:48 09:30:02 CPU %user %nice %system %iowait %steal %idle 09:39:48 09:31:01 all 2.12 0.00 1.87 0.57 5.88 89.56 09:39:48 09:31:01 0 1.76 0.00 1.84 1.23 6.91 88.25 09:39:48 09:31:01 1 2.15 0.00 1.98 0.10 5.48 90.29 09:39:48 09:31:01 2 2.30 0.00 1.88 0.24 5.30 90.28 09:39:48 09:31:01 3 2.27 0.00 1.78 0.72 5.80 89.43 09:39:48 09:32:01 all 0.25 0.00 0.24 0.00 2.56 96.96 09:39:48 09:32:01 0 0.15 0.00 0.18 0.00 2.36 97.31 09:39:48 09:32:01 1 0.35 0.00 0.20 0.00 3.16 96.29 09:39:48 09:32:01 2 0.33 0.00 0.30 0.00 2.64 96.73 09:39:48 09:32:01 3 0.17 0.00 0.26 0.00 2.07 97.50 09:39:48 09:33:01 all 0.08 0.00 0.04 0.00 1.10 98.77 09:39:48 09:33:01 0 0.05 0.00 0.03 0.00 1.60 98.32 09:39:48 09:33:01 1 0.10 0.00 0.02 0.00 0.78 99.11 09:39:48 09:33:01 2 0.15 0.00 0.08 0.00 1.38 98.39 09:39:48 09:33:01 3 0.03 0.00 0.03 0.00 0.65 99.29 09:39:48 09:34:01 all 0.09 0.00 0.04 0.00 1.10 98.77 09:39:48 09:34:01 0 0.03 0.00 0.03 0.00 0.48 99.45 09:39:48 09:34:01 1 0.03 0.00 0.03 0.00 1.35 98.58 09:39:48 09:34:01 2 0.20 0.00 0.05 0.00 1.79 97.96 09:39:48 09:34:01 3 0.08 0.00 0.05 0.00 0.76 99.11 09:39:48 09:35:01 all 0.09 0.00 0.09 0.00 0.69 99.13 09:39:48 09:35:01 0 0.12 0.00 0.03 0.00 0.79 99.06 09:39:48 09:35:01 1 0.05 0.00 0.07 0.00 0.61 99.27 09:39:48 09:35:01 2 0.13 0.00 0.23 0.00 0.45 99.19 09:39:48 09:35:01 3 0.07 0.00 0.03 0.00 0.89 99.01 09:39:48 09:36:01 all 0.10 0.00 0.04 0.00 0.66 99.21 09:39:48 09:36:01 0 0.27 0.00 0.03 0.00 0.83 98.87 09:39:48 09:36:01 1 0.03 0.00 0.03 0.00 0.89 99.04 09:39:48 09:36:01 2 0.02 0.00 0.07 0.00 0.52 99.40 09:39:48 09:36:01 3 0.07 0.00 0.02 0.00 0.40 99.52 09:39:48 09:37:01 all 0.12 0.00 0.03 0.00 0.23 99.63 09:39:48 09:37:01 0 0.00 0.00 0.02 0.00 0.13 99.85 09:39:48 09:37:01 1 0.03 0.00 0.03 0.00 0.37 99.57 09:39:48 09:37:01 2 0.02 0.00 0.02 0.00 0.25 99.72 09:39:48 09:37:01 3 0.42 0.00 0.05 0.00 0.17 99.37 09:39:48 09:38:01 all 0.08 0.00 0.02 0.00 0.40 99.49 09:39:48 09:38:01 0 0.02 0.00 0.02 0.00 0.17 99.80 09:39:48 09:38:01 1 0.03 0.00 0.03 0.00 0.45 99.49 09:39:48 09:38:01 2 0.03 0.00 0.02 0.00 0.58 99.37 09:39:48 09:38:01 3 0.25 0.00 0.02 0.00 0.42 99.32 09:39:48 09:39:02 all 3.05 0.00 2.17 1.12 12.54 81.13 09:39:48 09:39:02 0 2.99 0.00 2.14 0.03 15.20 79.64 09:39:48 09:39:02 1 2.37 0.00 1.84 0.34 12.43 83.02 09:39:48 09:39:02 2 2.41 0.00 2.39 2.21 12.09 80.90 09:39:48 09:39:02 3 4.45 0.00 2.30 1.91 10.38 80.96 09:39:48 Average: all 0.67 0.00 0.51 0.19 2.82 95.82 09:39:48 Average: 0 0.61 0.00 0.49 0.14 3.21 95.56 09:39:48 Average: 1 0.58 0.00 0.47 0.05 2.87 96.03 09:39:48 Average: 2 0.62 0.00 0.56 0.28 2.80 95.74 09:39:48 Average: 3 0.87 0.00 0.51 0.29 2.40 95.94 09:39:48 09:39:48 09:39:48