Pull request #627 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 49b28ccd6e709240114db596a1dd1b52e7ad0695+10f5d80329275e8e77aa5b449b49b1589ab3bade (699038bfa68bda4e98940044344beeebf2ec1e08) 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-5789 in /w/workspace/dgexfoundry_device-sdk-go_PR-627 [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-627 # 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/627/head:refs/remotes/origin/PR-627 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit 49b28ccd6e709240114db596a1dd1b52e7ad0695 Merge succeeded, producing 49b28ccd6e709240114db596a1dd1b52e7ad0695 Checking out Revision 49b28ccd6e709240114db596a1dd1b52e7ad0695 (PR-627) > git config core.sparsecheckout # timeout=10 > git checkout -f 49b28ccd6e709240114db596a1dd1b52e7ad0695 # 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 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49b28ccd6e709240114db596a1dd1b52e7ad0695 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:49:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:49:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:49:58 ========================================================= 06:49:58 EdgeX Global Pipelines Version Info 06:49:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fa1af8f77e03c45d9744656d53ea35f046709c68 # timeout=10 06:50:00 ------------------- 06:50:00 stable info: 06:50:00 ------------------- 06:50:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:50:00 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:50:00 Message: update stable to v1.0.144 06:50:01 ------------------- 06:50:01 experimental info: 06:50:01 ------------------- 06:50:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:50:01 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:50:01 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:50:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:50:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:50:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:50:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:50:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:50:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:50:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:50:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:50:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:50:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:50:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:50:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:50:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:50:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:50:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:50:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:50:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:50:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:50:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:50:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-627 [Pipeline] echo 06:50:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-627 [Pipeline] echo 06:50:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-627 [Pipeline] echo 06:50:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 49b28ccd6e709240114db596a1dd1b52e7ad0695 [Pipeline] echo 06:50:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 49b28cc [Pipeline] echo 06:50:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:50:05 + git log --format=format:%s -1 49b28ccd6e709240114db596a1dd1b52e7ad0695 [Pipeline] echo 06:50:05 GIT_COMMIT: 49b28ccd6e709240114db596a1dd1b52e7ad0695, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap [Pipeline] echo 06:50:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:50:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:50:05 06:50:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:50:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:50:06 latest: Pulling from edgex-devops/git-semver 06:50:06 31603596830f: Pulling fs layer 06:50:06 2a8b12db71e7: Pulling fs layer 06:50:06 6ca5941a6612: Pulling fs layer 06:50:06 ecc8261a40a4: Pulling fs layer 06:50:06 ecc8261a40a4: Waiting 06:50:06 2a8b12db71e7: Verifying Checksum 06:50:06 2a8b12db71e7: Download complete 06:50:06 31603596830f: Verifying Checksum 06:50:06 31603596830f: Download complete 06:50:06 ecc8261a40a4: Verifying Checksum 06:50:06 ecc8261a40a4: Download complete 06:50:06 6ca5941a6612: Verifying Checksum 06:50:06 6ca5941a6612: Download complete 06:50:06 31603596830f: Pull complete 06:50:06 2a8b12db71e7: Pull complete 06:50:07 6ca5941a6612: Pull complete 06:50:07 ecc8261a40a4: Pull complete 06:50:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:50:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:50:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:50:07 prd-centos7-docker-4c-2g-5789 does not seem to be running inside a container 06:50:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-627 -v /w/workspace/dgexfoundry_device-sdk-go_PR-627:/w/workspace/dgexfoundry_device-sdk-go_PR-627:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-627@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-627@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:50:09 $ docker top f88919288f702ce4ca3531745cd73f83ae33bf5e2e71b10b87e2d774ce7b15b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:50:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:50:10 [ssh-agent] Looking for ssh-agent implementation... 06:50:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:50:10 $ docker exec f88919288f702ce4ca3531745cd73f83ae33bf5e2e71b10b87e2d774ce7b15b5 ssh-agent 06:50:10 SSH_AUTH_SOCK=/tmp/ssh-mpKaPPzuRZdL/agent.11 06:50:10 SSH_AGENT_PID=16 06:50:10 Running ssh-add (command line suppressed) 06:50:10 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-627@tmp/private_key_6836197741279513533.key (/w/workspace/dgexfoundry_device-sdk-go_PR-627@tmp/private_key_6836197741279513533.key) 06:50:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:50:11 + git tag --points-at HEAD [Pipeline] } 06:50:11 $ docker exec --env ******** --env ******** f88919288f702ce4ca3531745cd73f83ae33bf5e2e71b10b87e2d774ce7b15b5 ssh-agent -k 06:50:11 unset SSH_AUTH_SOCK; 06:50:11 unset SSH_AGENT_PID; 06:50:11 echo Agent pid 16 killed; 06:50:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:50:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:50:11 [ssh-agent] Looking for ssh-agent implementation... 06:50:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:50:11 $ docker exec f88919288f702ce4ca3531745cd73f83ae33bf5e2e71b10b87e2d774ce7b15b5 ssh-agent 06:50:11 SSH_AUTH_SOCK=/tmp/ssh-5wbbwt0bURVf/agent.44 06:50:11 SSH_AGENT_PID=49 06:50:11 Running ssh-add (command line suppressed) 06:50:11 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-627@tmp/private_key_1623032393932443896.key (/w/workspace/dgexfoundry_device-sdk-go_PR-627@tmp/private_key_1623032393932443896.key) 06:50:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:50:12 + git semver init 06:50:12 # -> Open(): unable to determine branch for HEAD 06:50:12 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-627/.git 06:50:12 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-627 06:50:12 # $SEMVER_REMOTE_NAME = origin 06:50:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:50:12 # $SEMVER_USER_NAME = edgex-jenkins 06:50:12 # $SEMVER_BRANCH = PR-627 06:50:12 # $SEMVER_TEMP = /tmp/semver-674922829 06:50:12 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:50:12 # '/tmp/semver-674922829' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-627/.semver' 06:50:12 # -> Force: false 06:50:12 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-627/.semver [Pipeline] } 06:50:12 $ docker exec --env ******** --env ******** f88919288f702ce4ca3531745cd73f83ae33bf5e2e71b10b87e2d774ce7b15b5 ssh-agent -k 06:50:13 unset SSH_AUTH_SOCK; 06:50:13 unset SSH_AGENT_PID; 06:50:13 echo Agent pid 49 killed; 06:50:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:50:13 + git semver [Pipeline] } 06:50:13 $ docker stop --time=1 f88919288f702ce4ca3531745cd73f83ae33bf5e2e71b10b87e2d774ce7b15b5 06:50:14 $ docker rm -f f88919288f702ce4ca3531745cd73f83ae33bf5e2e71b10b87e2d774ce7b15b5 [Pipeline] // withDockerContainer [Pipeline] sh 06:50:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:50:15 Stashed 1 file(s) [Pipeline] echo 06:50:15 [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 06:50:31 Still waiting to schedule task 06:50:31 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:50:31 Still waiting to schedule task 06:50:31 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:52:47 Running on prd-centos7-docker-4c-2g-5795 in /w/workspace/dgexfoundry_device-sdk-go_PR-627 [Pipeline] { [Pipeline] ws 06:52:47 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 06:52:50 using credential edgex-jenkins-ssh 06:52:50 Cloning the remote Git repository 06:52:50 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:52:51 > git init /w/workspace/device-sdk-go/4 # timeout=10 06:52:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:52:51 > git --version # timeout=10 06:52:51 > git --version # 'git version 2.16.5' 06:52:51 using GIT_SSH to set credentials SSH Credentials for GitHub 06:52:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:52:52 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit 49b28ccd6e709240114db596a1dd1b52e7ad0695 06:52:52 Merge succeeded, producing 49b28ccd6e709240114db596a1dd1b52e7ad0695 06:52:52 Checking out Revision 49b28ccd6e709240114db596a1dd1b52e7ad0695 (PR-627) 06:52:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:52:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:52:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:52:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:52:51 using GIT_SSH to set credentials SSH Credentials for GitHub 06:52:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/627/head:refs/remotes/origin/PR-627 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:52:52 > git config core.sparsecheckout # timeout=10 06:52:52 > git checkout -f 49b28ccd6e709240114db596a1dd1b52e7ad0695 # timeout=10 06:52:52 > git remote # timeout=10 06:52:52 > git config --get remote.origin.url # timeout=10 06:52:52 using GIT_SSH to set credentials SSH Credentials for GitHub 06:52:52 > git merge 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 06:52:52 > git rev-parse HEAD^{commit} # timeout=10 06:52:52 > git config core.sparsecheckout # timeout=10 06:52:52 > git checkout -f 49b28ccd6e709240114db596a1dd1b52e7ad0695 # timeout=10 06:52:56 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:52:57 ========================================================= 06:52:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:52:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:52:57 + 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 . 06:52:57 Sending build context to Docker daemon 2.315MB 06:52:57 Step 1/8 : ARG BASE=golang:1.15-alpine 06:52:57 Step 2/8 : FROM ${BASE} 06:52:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:52:58 df20fa9351a1: Pulling fs layer 06:52:58 ed8968b2872e: Pulling fs layer 06:52:58 a92cc7c5fd73: Pulling fs layer 06:52:58 e871e8e8d7a9: Pulling fs layer 06:52:58 e73272ec9a57: Pulling fs layer 06:52:58 1e910a182e73: Pulling fs layer 06:52:58 4e634b169226: Pulling fs layer 06:52:58 e73272ec9a57: Waiting 06:52:58 1e910a182e73: Waiting 06:52:58 e871e8e8d7a9: Waiting 06:52:58 4e634b169226: Waiting 06:52:58 a92cc7c5fd73: Verifying Checksum 06:52:58 a92cc7c5fd73: Download complete 06:52:58 ed8968b2872e: Download complete 06:52:58 e73272ec9a57: Verifying Checksum 06:52:58 e73272ec9a57: Download complete 06:52:58 1e910a182e73: Download complete 06:52:58 df20fa9351a1: Verifying Checksum 06:52:58 df20fa9351a1: Download complete 06:52:58 df20fa9351a1: Pull complete 06:52:58 ed8968b2872e: Pull complete 06:52:58 a92cc7c5fd73: Pull complete 06:53:00 4e634b169226: Verifying Checksum 06:53:00 4e634b169226: Download complete 06:53:00 e871e8e8d7a9: Verifying Checksum 06:53:00 e871e8e8d7a9: Download complete 06:53:06 e871e8e8d7a9: Pull complete 06:53:06 e73272ec9a57: Pull complete 06:53:06 1e910a182e73: Pull complete 06:53:11 4e634b169226: Pull complete 06:53:11 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:53:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:53:11 ---> f7629b54cfaa 06:53:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:53:11 ---> Running in 1f6b939b8ece 06:53:11 Removing intermediate container 1f6b939b8ece 06:53:11 ---> 0d232c197697 06:53:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:53:11 ---> Running in 08f61d012504 06:53:13 Removing intermediate container 08f61d012504 06:53:13 ---> 891b7b5dd4d5 06:53:13 Step 5/8 : RUN apk add --no-cache make git 06:53:13 ---> Running in 5999d88cadc6 06:53:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:53:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:53:15 OK: 166 MiB in 39 packages 06:53:15 Removing intermediate container 5999d88cadc6 06:53:15 ---> dbb80bebbb05 06:53:15 Step 6/8 : WORKDIR /device-sdk-go 06:53:15 ---> Running in 39c6978571b0 06:53:15 Removing intermediate container 39c6978571b0 06:53:15 ---> 6475ee83770b 06:53:15 Step 7/8 : COPY . . 06:53:17 ---> 5be886390608 06:53:17 Step 8/8 : RUN go mod download 06:53:17 ---> Running in 8ee19fe54761 06:53:35 Removing intermediate container 8ee19fe54761 06:53:35 ---> c4e409b815bb 06:53:35 Successfully built c4e409b815bb 06:53:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:53:35 + docker inspect -f . ci-base-image-x86_64 06:53:35 . [Pipeline] withDockerContainer 06:53:36 prd-centos7-docker-4c-2g-5795 does not seem to be running inside a container 06:53:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 06:53:37 $ docker top 0783f4472cb2960998ed627fe80931bd66df3ba87e432d01d8d88458d59e914e -eo pid,comm [Pipeline] { [Pipeline] sh 06:53:37 + go version 06:53:37 go version go1.15.2 linux/amd64 [Pipeline] } 06:53:37 $ docker stop --time=1 0783f4472cb2960998ed627fe80931bd66df3ba87e432d01d8d88458d59e914e 06:53:39 $ docker rm -f 0783f4472cb2960998ed627fe80931bd66df3ba87e432d01d8d88458d59e914e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:53:40 + docker inspect -f . ci-base-image-x86_64 06:53:40 . [Pipeline] withDockerContainer 06:53:40 prd-centos7-docker-4c-2g-5795 does not seem to be running inside a container 06:53:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 06:53:41 $ docker top 43b57c206e0477eab0c490db7ec9379f41832765e915068eca7b584ac90e9562 -eo pid,comm [Pipeline] { [Pipeline] sh 06:53:41 + make test 06:53:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:53:49 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:54:05 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:54:05 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:54:05 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:54:05 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.058s coverage: 21.6% of statements 06:54:07 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.499s coverage: 97.1% of statements 06:54:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5798 in /w/workspace/dgexfoundry_device-sdk-go_PR-627 [Pipeline] { [Pipeline] ws 06:54:19 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 06:54:25 using credential edgex-jenkins-ssh 06:54:25 Cloning the remote Git repository 06:54:25 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:54:25 > git init /w/workspace/device-sdk-go/4 # timeout=10 06:54:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:54:25 > git --version # timeout=10 06:54:25 > git --version # 'git version 2.17.1' 06:54:25 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:54:27 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit 49b28ccd6e709240114db596a1dd1b52e7ad0695 06:54:27 Merge succeeded, producing 49b28ccd6e709240114db596a1dd1b52e7ad0695 06:54:27 Checking out Revision 49b28ccd6e709240114db596a1dd1b52e7ad0695 (PR-627) 06:54:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:54:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:54:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:54:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:54:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/627/head:refs/remotes/origin/PR-627 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:54:27 > git config core.sparsecheckout # timeout=10 06:54:27 > git checkout -f 49b28ccd6e709240114db596a1dd1b52e7ad0695 # timeout=10 06:54:27 > git remote # timeout=10 06:54:27 > git config --get remote.origin.url # timeout=10 06:54:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:27 > git merge 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 06:54:27 > git rev-parse HEAD^{commit} # timeout=10 06:54:27 > git config core.sparsecheckout # timeout=10 06:54:27 > git checkout -f 49b28ccd6e709240114db596a1dd1b52e7ad0695 # timeout=10 06:54:32 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:54:33 ========================================================= 06:54:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:54:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:54:34 + 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 . 06:54:35 Sending build context to Docker daemon 2.315MB 06:54:35 Step 1/8 : ARG BASE=golang:1.15-alpine 06:54:35 Step 2/8 : FROM ${BASE} 06:54:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:54:35 b538f80385f9: Pulling fs layer 06:54:35 74f711af9a0d: Pulling fs layer 06:54:35 99f96fe45779: Pulling fs layer 06:54:35 8529a6b9a6be: Pulling fs layer 06:54:35 45590311c82a: Pulling fs layer 06:54:35 69ca0ff8b7b3: Pulling fs layer 06:54:35 209524e5b208: Pulling fs layer 06:54:35 8529a6b9a6be: Waiting 06:54:35 45590311c82a: Waiting 06:54:35 69ca0ff8b7b3: Waiting 06:54:35 209524e5b208: Waiting 06:54:35 99f96fe45779: Verifying Checksum 06:54:35 99f96fe45779: Download complete 06:54:35 74f711af9a0d: Verifying Checksum 06:54:35 74f711af9a0d: Download complete 06:54:35 45590311c82a: Verifying Checksum 06:54:35 45590311c82a: Download complete 06:54:35 69ca0ff8b7b3: Verifying Checksum 06:54:35 69ca0ff8b7b3: Download complete 06:54:35 b538f80385f9: Verifying Checksum 06:54:35 b538f80385f9: Download complete 06:54:36 b538f80385f9: Pull complete 06:54:37 74f711af9a0d: Pull complete 06:54:37 99f96fe45779: Pull complete 06:54:38 209524e5b208: Verifying Checksum 06:54:38 209524e5b208: Download complete 06:54:39 8529a6b9a6be: Download complete 06:54:39 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.095s coverage: 9.4% of statements 06:54:39 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.063s coverage: 21.9% of statements 06:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:54:39 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.210s coverage: 42.6% of statements 06:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:54:39 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.296s coverage: 68.9% of statements 06:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 06:54:39 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.068s coverage: 52.6% of statements 06:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 06:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 06:54:39 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 06:54:39 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.474s coverage: 68.9% of statements 06:54:39 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:54:39 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:54:39 GO111MODULE=on go vet ./... 06:54:46 gofmt -l . 06:54:46 [ "`gofmt -l .`" = "" ] 06:54:46 ./bin/test-attribution-txt.sh 06:54:47 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:54:48 Stashed 1 file(s) [Pipeline] } 06:54:48 $ docker stop --time=1 43b57c206e0477eab0c490db7ec9379f41832765e915068eca7b584ac90e9562 06:54:49 8529a6b9a6be: Pull complete 06:54:49 45590311c82a: Pull complete 06:54:49 69ca0ff8b7b3: Pull complete 06:54:50 $ docker rm -f 43b57c206e0477eab0c490db7ec9379f41832765e915068eca7b584ac90e9562 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:54:51 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:54:52 + ls -al . 06:54:52 total 188 06:54:52 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 16 06:54 . 06:54:52 drwxrwxr-x. 4 jenkins jenkins 28 Oct 16 06:52 .. 06:54:52 drwxrwxr-x. 2 jenkins jenkins 64 Oct 16 06:52 bin 06:54:52 -rw-r--r--. 1 jenkins jenkins 110398 Oct 16 06:54 coverage.out 06:54:52 -rw-rw-r--. 1 jenkins jenkins 936 Oct 16 06:52 Dockerfile.build 06:54:52 -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 06:52 .dockerignore 06:54:52 drwxrwxr-x. 4 jenkins jenkins 48 Oct 16 06:52 example 06:54:52 drwxrwxr-x. 8 jenkins jenkins 179 Oct 16 06:52 .git 06:54:52 drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 06:52 .github 06:54:52 -rw-rw-r--. 1 jenkins jenkins 138 Oct 16 06:52 .gitignore 06:54:52 -rw-r--r--. 1 jenkins jenkins 517 Oct 16 06:54 go.mod 06:54:52 -rw-r--r--. 1 jenkins jenkins 13658 Oct 16 06:54 go.sum 06:54:52 drwxrwxr-x. 15 jenkins jenkins 211 Oct 16 06:52 internal 06:54:52 -rw-rw-r--. 1 jenkins jenkins 901 Oct 16 06:52 Jenkinsfile 06:54:52 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 16 06:52 LICENSE 06:54:52 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 16 06:52 Makefile 06:54:52 drwxrwxr-x. 4 jenkins jenkins 26 Oct 16 06:52 openapi 06:54:52 drwxrwxr-x. 5 jenkins jenkins 50 Oct 16 06:52 pkg 06:54:52 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 16 06:52 README.md 06:54:52 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 16 06:52 RELEASE-NOTES.txt 06:54:52 drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 06:52 snap 06:54:52 -rw-rw-r--. 1 jenkins jenkins 5 Oct 16 06:50 VERSION 06:54:52 -rw-rw-r--. 1 jenkins jenkins 222 Oct 16 06:52 version.go [Pipeline] isUnix [Pipeline] sh 06:54:52 + 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=49b28ccd6e709240114db596a1dd1b52e7ad0695 --label arch=amd64 --label version=0.0.0 . 06:54:52 Sending build context to Docker daemon 2.426MB 06:54:52 Step 1/24 : ARG BASE=golang:1.15-alpine 06:54:52 Step 2/24 : FROM ${BASE} AS builder 06:54:52 ---> c4e409b815bb 06:54:52 Step 3/24 : ARG MAKE='make build' 06:54:53 ---> Running in d87a8024e7be 06:54:53 Removing intermediate container d87a8024e7be 06:54:53 ---> fea748e4ea21 06:54:53 Step 4/24 : WORKDIR /device-sdk-go 06:54:53 ---> Running in 17d2890e1a93 06:54:53 Removing intermediate container 17d2890e1a93 06:54:53 ---> 6fe353097ecd 06:54:53 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:54:53 ---> Running in 26d622975c49 06:54:54 Removing intermediate container 26d622975c49 06:54:54 ---> a6381784b171 06:54:54 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:54:54 ---> Running in 4a39f729e789 06:54:54 209524e5b208: Pull complete 06:54:54 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:54:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:54:54 ---> 5bddaf1c2fca 06:54:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:54:55 Removing intermediate container 4a39f729e789 06:54:55 ---> eb076e969b67 06:54:55 Step 7/24 : RUN apk add --update --no-cache make git 06:54:55 ---> Running in 9991f77fb3a9 06:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:56 ---> Running in 3e65737548fe 06:54:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:56 Removing intermediate container 3e65737548fe 06:54:56 ---> a2df40f6db98 06:54:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:54:56 ---> Running in dbd06a5734ee 06:54:56 OK: 166 MiB in 39 packages 06:54:57 Removing intermediate container 9991f77fb3a9 06:54:57 ---> d1edc3205769 06:54:57 Step 8/24 : COPY . . 06:54:58 ---> 4ea69df1ae56 06:54:58 Step 9/24 : RUN ${MAKE} 06:54:58 ---> Running in c7c5cd2e43f9 06:54:59 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 06:54:59 Removing intermediate container dbd06a5734ee 06:54:59 ---> 2b114f1a9623 06:54:59 Step 5/8 : RUN apk add --no-cache make git 06:54:59 ---> Running in 4882977b2be1 06:55:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:55:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:55:02 OK: 142 MiB in 39 packages 06:55:03 Removing intermediate container 4882977b2be1 06:55:03 ---> 649d96fdcf99 06:55:03 Step 6/8 : WORKDIR /device-sdk-go 06:55:03 ---> Running in bf1a100cb55a 06:55:04 Removing intermediate container bf1a100cb55a 06:55:04 ---> 8e54699d31c2 06:55:04 Step 7/8 : COPY . . 06:55:06 ---> 81723d56efc7 06:55:06 Step 8/8 : RUN go mod download 06:55:06 ---> Running in 415cc2252b86 06:55:09 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:55:11 Removing intermediate container c7c5cd2e43f9 06:55:11 ---> 8b13be727950 06:55:11 Step 10/24 : FROM scratch 06:55:11 ---> 06:55:11 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:55:11 ---> Running in 566b47919327 06:55:11 Removing intermediate container 566b47919327 06:55:11 ---> eab364fee3fd 06:55:11 Step 12/24 : ENV APP_PORT=49990 06:55:11 ---> Running in cdcff232c741 06:55:11 Removing intermediate container cdcff232c741 06:55:11 ---> a6c8679ae15c 06:55:11 Step 13/24 : EXPOSE $APP_PORT 06:55:11 ---> Running in 4c980842467e 06:55:11 Removing intermediate container 4c980842467e 06:55:11 ---> f9abc766b6cc 06:55:11 Step 14/24 : WORKDIR / 06:55:11 ---> Running in 15cb37ed2c8c 06:55:11 Removing intermediate container 15cb37ed2c8c 06:55:11 ---> ab96f4d72619 06:55:11 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:55:12 ---> 1d6900ebe2b2 06:55:12 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:55:12 ---> e1c4c223023b 06:55:12 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:55:12 ---> 882d55343b64 06:55:12 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:55:12 ---> 159b7a984b0c 06:55:12 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:55:13 ---> 891c302ebea7 06:55:13 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:55:13 ---> Running in 8532d34aaf39 06:55:13 Removing intermediate container 8532d34aaf39 06:55:13 ---> b912fda41569 06:55:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:55:13 ---> Running in 273ab04f539c 06:55:13 Removing intermediate container 273ab04f539c 06:55:13 ---> 33963ae118bf 06:55:13 Step 22/24 : LABEL arch=amd64 06:55:13 ---> Running in b24db6ef8d4c 06:55:13 Removing intermediate container b24db6ef8d4c 06:55:13 ---> cb441291aee7 06:55:13 Step 23/24 : LABEL git_sha=49b28ccd6e709240114db596a1dd1b52e7ad0695 06:55:13 ---> Running in c7ab09c75418 06:55:14 Removing intermediate container c7ab09c75418 06:55:14 ---> 526bad579ebb 06:55:14 Step 24/24 : LABEL version=0.0.0 06:55:14 ---> Running in c0122cf366dd 06:55:14 Removing intermediate container c0122cf366dd 06:55:14 ---> 09232decdbeb 06:55:14 [Warning] One or more build-args [ARCH] were not consumed 06:55:14 Successfully built 09232decdbeb 06:55:14 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] } 06:55:28 Removing intermediate container 415cc2252b86 06:55:28 ---> c7d79e391d41 06:55:28 Successfully built c7d79e391d41 06:55:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:55:28 + docker inspect -f . ci-base-image-arm64 06:55:28 . [Pipeline] withDockerContainer 06:55:28 prd-ubuntu18.04-docker-arm64-4c-16g-5798 does not seem to be running inside a container 06:55:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 06:55:30 $ docker top 25ed6a7ac7a34d36e5b7790049baab103bdbbb5de9cae34bb543b8834676ec0c -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:32 + go version 06:55:32 go version go1.15.2 linux/arm64 [Pipeline] } 06:55:32 $ docker stop --time=1 25ed6a7ac7a34d36e5b7790049baab103bdbbb5de9cae34bb543b8834676ec0c 06:55:34 $ docker rm -f 25ed6a7ac7a34d36e5b7790049baab103bdbbb5de9cae34bb543b8834676ec0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:55:35 + docker inspect -f . ci-base-image-arm64 06:55:35 . [Pipeline] withDockerContainer 06:55:36 prd-ubuntu18.04-docker-arm64-4c-16g-5798 does not seem to be running inside a container 06:55:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 06:55:38 $ docker top 3d5f1f39b40ec7e792603574a1c26149225ef92921fa0500d8c8c3c5c857a978 -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:39 + make test 06:55:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:56:01 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:56:48 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:56:48 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:56:48 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:56:48 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.142s coverage: 21.6% of statements 06:56:48 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.270s coverage: 97.1% of statements 06:57:15 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.114s coverage: 9.4% of statements 06:57:15 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.154s coverage: 21.9% of statements 06:57:15 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:57:15 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.579s coverage: 42.6% of statements 06:57:15 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:57:15 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.813s coverage: 68.9% of statements 06:57:15 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:57:15 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:57:15 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:57:15 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 06:57:15 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.176s coverage: 52.6% of statements 06:57:15 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 06:57:15 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 06:57:15 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 06:57:15 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.739s coverage: 68.9% of statements 06:57:15 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:57:15 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:57:15 GO111MODULE=on go vet ./... 06:57:48 gofmt -l . 06:57:48 [ "`gofmt -l .`" = "" ] 06:57:48 ./bin/test-attribution-txt.sh 06:57:48 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:57:48 Warning: overwriting stash ‘coverage-report’ 06:57:49 Stashed 1 file(s) [Pipeline] } 06:57:49 $ docker stop --time=1 3d5f1f39b40ec7e792603574a1c26149225ef92921fa0500d8c8c3c5c857a978 06:57:52 $ docker rm -f 3d5f1f39b40ec7e792603574a1c26149225ef92921fa0500d8c8c3c5c857a978 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:57:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:57:53 + ls -al . 06:57:53 total 224 06:57:53 drwxrwxr-x 10 jenkins jenkins 4096 Oct 16 06:57 . 06:57:53 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:54 .. 06:57:53 -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 06:54 .dockerignore 06:57:53 drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 06:54 .git 06:57:53 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:54 .github 06:57:53 -rw-rw-r-- 1 jenkins jenkins 138 Oct 16 06:54 .gitignore 06:57:53 -rw-rw-r-- 1 jenkins jenkins 936 Oct 16 06:54 Dockerfile.build 06:57:53 -rw-rw-r-- 1 jenkins jenkins 901 Oct 16 06:54 Jenkinsfile 06:57:53 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 16 06:54 LICENSE 06:57:53 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 16 06:54 Makefile 06:57:53 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 16 06:54 README.md 06:57:53 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 16 06:54 RELEASE-NOTES.txt 06:57:53 -rw-rw-r-- 1 jenkins jenkins 5 Oct 16 06:50 VERSION 06:57:53 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:54 bin 06:57:53 -rw-r--r-- 1 jenkins jenkins 110398 Oct 16 06:57 coverage.out 06:57:53 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:54 example 06:57:53 -rw-r--r-- 1 jenkins jenkins 517 Oct 16 06:57 go.mod 06:57:53 -rw-r--r-- 1 jenkins jenkins 13658 Oct 16 06:57 go.sum 06:57:53 drwxrwxr-x 15 jenkins jenkins 4096 Oct 16 06:54 internal 06:57:53 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:54 openapi 06:57:53 drwxrwxr-x 5 jenkins jenkins 4096 Oct 16 06:54 pkg 06:57:53 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:54 snap 06:57:53 -rw-rw-r-- 1 jenkins jenkins 222 Oct 16 06:54 version.go [Pipeline] isUnix [Pipeline] sh 06:57:54 + 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=49b28ccd6e709240114db596a1dd1b52e7ad0695 --label arch=arm64 --label version=0.0.0 . 06:57:54 Sending build context to Docker daemon 2.426MB 06:57:54 Step 1/24 : ARG BASE=golang:1.15-alpine 06:57:54 Step 2/24 : FROM ${BASE} AS builder 06:57:54 ---> c7d79e391d41 06:57:54 Step 3/24 : ARG MAKE='make build' 06:57:55 ---> Running in 0222b207d6df 06:57:55 Removing intermediate container 0222b207d6df 06:57:55 ---> 629970e700c5 06:57:55 Step 4/24 : WORKDIR /device-sdk-go 06:57:55 ---> Running in da9a7086e179 06:57:56 Removing intermediate container da9a7086e179 06:57:56 ---> 2b3ad289ec3d 06:57:56 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:57:56 ---> Running in 75b80aa13e9b 06:57:56 Removing intermediate container 75b80aa13e9b 06:57:56 ---> ee9a872fea3c 06:57:56 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:57:56 ---> Running in 6a7cc344a38b 06:57:59 Removing intermediate container 6a7cc344a38b 06:57:59 ---> e6c6e1836cfc 06:57:59 Step 7/24 : RUN apk add --update --no-cache make git 06:57:59 ---> Running in f390620f18f5 06:58:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:58:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:58:05 OK: 142 MiB in 39 packages 06:58:06 Removing intermediate container f390620f18f5 06:58:06 ---> 321729180dea 06:58:06 Step 8/24 : COPY . . 06:58:07 ---> 179c794d6d8d 06:58:07 Step 9/24 : RUN ${MAKE} 06:58:07 ---> Running in 81d1d533ea24 06:58:08 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 06:58:35 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:58:36 Removing intermediate container 81d1d533ea24 06:58:36 ---> a79f442ad6d1 06:58:36 Step 10/24 : FROM scratch 06:58:36 ---> 06:58:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:58:36 ---> Running in 12bfabc9853e 06:58:36 Removing intermediate container 12bfabc9853e 06:58:36 ---> 39a54c63f7c1 06:58:36 Step 12/24 : ENV APP_PORT=49990 06:58:37 ---> Running in 2b098ef516c8 06:58:37 Removing intermediate container 2b098ef516c8 06:58:37 ---> 6659a0a1b45a 06:58:37 Step 13/24 : EXPOSE $APP_PORT 06:58:37 ---> Running in 7ccf3fa10240 06:58:38 Removing intermediate container 7ccf3fa10240 06:58:38 ---> 5150d394eeb5 06:58:38 Step 14/24 : WORKDIR / 06:58:38 ---> Running in d6508e55dbb8 06:58:38 Removing intermediate container d6508e55dbb8 06:58:38 ---> d0f5975e0498 06:58:38 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:58:40 ---> a133a56e77c1 06:58:40 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:58:41 ---> c70d94d1284d 06:58:41 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:58:41 ---> b3f79ec2a21d 06:58:41 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:58:42 ---> 6754cb82889c 06:58:42 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:58:43 ---> 006d1333eb30 06:58:43 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:58:43 ---> Running in 33a9009f7ae3 06:58:43 Removing intermediate container 33a9009f7ae3 06:58:43 ---> b684e501babe 06:58:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:58:44 ---> Running in 1929d0e8ba03 06:58:44 Removing intermediate container 1929d0e8ba03 06:58:44 ---> 93def144fd64 06:58:44 Step 22/24 : LABEL arch=arm64 06:58:44 ---> Running in 75ff62caf969 06:58:45 Removing intermediate container 75ff62caf969 06:58:45 ---> a8938fc37c15 06:58:45 Step 23/24 : LABEL git_sha=49b28ccd6e709240114db596a1dd1b52e7ad0695 06:58:45 ---> Running in 9006f15dc687 06:58:45 Removing intermediate container 9006f15dc687 06:58:45 ---> d1be651c013c 06:58:45 Step 24/24 : LABEL version=0.0.0 06:58:46 ---> Running in 0556b51d6d93 06:58:46 Removing intermediate container 0556b51d6d93 06:58:46 ---> 6df352251481 06:58:46 [Warning] One or more build-args [ARCH] were not consumed 06:58:46 Successfully built 6df352251481 06:58:46 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 06:58:48 provisioning config files... 06:58:48 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-627@tmp/config6291635000077469502tmp [Pipeline] { [Pipeline] sh 06:58:49 + set +x 06:58:49 + curl -s https://codecov.io/bash 06:58:49 + bash -s -- 06:58:49 06:58:49 _____ _ 06:58:49 / ____| | | 06:58:49 | | ___ __| | ___ ___ _____ __ 06:58:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:58:49 | |___| (_) | (_| | __/ (_| (_) \ V / 06:58:49 \_____\___/ \__,_|\___|\___\___/ \_/ 06:58:49 Bash-20201009-048fee3 06:58:49 06:58:49 06:58:49 ==> Jenkins CI detected. 06:58:49 project root: . 06:58:49 --> token set from env 06:58:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:58:49 ==> Running gcov in . (disable via -X gcov) 06:58:49 ==> Python coveragepy not found 06:58:49 ==> Searching for coverage reports in: 06:58:49 + . 06:58:49 -> Found 1 reports 06:58:49 ==> Detecting git/mercurial file structure 06:58:49 ==> Reading reports 06:58:49 + ./coverage.out bytes=110398 06:58:49 ==> Appending adjustments 06:58:49 https://docs.codecov.io/docs/fixing-reports 06:58:50 + Found adjustments 06:58:50 ==> Gzipping contents 06:58:50 ==> Uploading reports 06:58:50 url: https://codecov.io 06:58:50 query: branch=PR-627&commit=49b28ccd6e709240114db596a1dd1b52e7ad0695&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-627%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=627&job=&cmd_args= 06:58:50 -> Pinging Codecov 06:58:50 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-627&commit=49b28ccd6e709240114db596a1dd1b52e7ad0695&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-627%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=627&job=&cmd_args= 06:58:50 -> Uploading to 06:58:50 06:58:50 % Total % Received % Xferd Average Speed Time Time Time Current 06:58:50 Dload Upload Total Spent Left Speed 06:58:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 06:58:50 X> Failed to upload 06:58:50 ==> Uploading to Codecov 06:58:50 % Total % Received % Xferd Average Speed Time Time Time Current 06:58:50 Dload Upload Total Spent Left Speed 06:58:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19128 100 110 100 19018 147 25419 --:--:-- --:--:-- --:--:-- 25391 06:58:50 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/49b28ccd6e709240114db596a1dd1b52e7ad0695 [Pipeline] } 06:58:50 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 06:58:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:58:55 ---> package-listing.sh 06:58:55 ++ facter osfamily 06:58:55 ++ tr '[:upper:]' '[:lower:]' 06:58:55 + OS_FAMILY=redhat 06:58:55 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-627 06:58:55 + START_PACKAGES=/tmp/packages_start.txt 06:58:55 + END_PACKAGES=/tmp/packages_end.txt 06:58:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:58:55 + PACKAGES=/tmp/packages_start.txt 06:58:55 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-627 ']' 06:58:55 + PACKAGES=/tmp/packages_end.txt 06:58:55 + case "${OS_FAMILY}" in 06:58:55 + rpm -qa 06:58:55 + sort 06:58:59 + '[' -f /tmp/packages_start.txt ']' 06:58:59 + '[' -f /tmp/packages_end.txt ']' 06:58:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:58:59 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-627 ']' 06:58:59 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-627/archives/ 06:58:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-627/archives/ [Pipeline] echo 06:58:59 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-627/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:58:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:58:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:58:59 06:58:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:59:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:59:00 alpine: Pulling from edgex-lftools-log-publisher 06:59:00 df20fa9351a1: Pulling fs layer 06:59:00 36b3adc4ff6f: Pulling fs layer 06:59:00 8ad3a11d3b57: Pulling fs layer 06:59:00 46f8f816bc3b: Pulling fs layer 06:59:00 93b61091891f: Pulling fs layer 06:59:00 93b9cdb0e59b: Pulling fs layer 06:59:00 5e14af77c1be: Pulling fs layer 06:59:00 01666e4c0597: Pulling fs layer 06:59:00 aa168da1d23b: Pulling fs layer 06:59:00 46f8f816bc3b: Waiting 06:59:00 93b61091891f: Waiting 06:59:00 93b9cdb0e59b: Waiting 06:59:00 5e14af77c1be: Waiting 06:59:00 01666e4c0597: Waiting 06:59:00 aa168da1d23b: Waiting 06:59:00 36b3adc4ff6f: Verifying Checksum 06:59:00 36b3adc4ff6f: Download complete 06:59:00 46f8f816bc3b: Verifying Checksum 06:59:00 46f8f816bc3b: Download complete 06:59:00 df20fa9351a1: Download complete 06:59:00 93b9cdb0e59b: Verifying Checksum 06:59:00 93b9cdb0e59b: Download complete 06:59:00 5e14af77c1be: Verifying Checksum 06:59:00 5e14af77c1be: Download complete 06:59:00 01666e4c0597: Verifying Checksum 06:59:00 01666e4c0597: Download complete 06:59:00 df20fa9351a1: Pull complete 06:59:00 93b61091891f: Verifying Checksum 06:59:00 93b61091891f: Download complete 06:59:00 36b3adc4ff6f: Pull complete 06:59:00 8ad3a11d3b57: Verifying Checksum 06:59:00 8ad3a11d3b57: Download complete 06:59:01 8ad3a11d3b57: Pull complete 06:59:01 46f8f816bc3b: Pull complete 06:59:01 93b61091891f: Pull complete 06:59:01 93b9cdb0e59b: Pull complete 06:59:02 5e14af77c1be: Pull complete 06:59:02 01666e4c0597: Pull complete 06:59:02 aa168da1d23b: Verifying Checksum 06:59:02 aa168da1d23b: Download complete 06:59:08 aa168da1d23b: Pull complete 06:59:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:59:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:59:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:59:08 prd-centos7-docker-4c-2g-5789 does not seem to be running inside a container 06:59:08 $ 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-627/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-627 -v /w/workspace/dgexfoundry_device-sdk-go_PR-627:/w/workspace/dgexfoundry_device-sdk-go_PR-627:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-627@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-627@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:59:14 $ docker top 281a6009becd84a4f6bc9d4b2dd6c0cb92b5565b6bfb54b08a44d7ad476dd61e -eo pid,comm [Pipeline] { [Pipeline] sh 06:59:15 + touch /tmp/pre-build-complete [Pipeline] sh 06:59:15 + mkdir -p /var/log/sa [Pipeline] sh 06:59:15 + ls /var/log/sa-host 06:59:15 + sadf -c /var/log/sa-host/sa05 06:59:15 file_magic: OK 06:59:15 HZ: Using current value: 100 06:59:15 file_header: OK 06:59:15 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 06:59:15 Statistics: 06:59:15 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:59:15 File successfully converted to sysstat format version 12.2.1 06:59:15 + sadf -c /var/log/sa-host/sa16 06:59:15 file_magic: OK 06:59:15 HZ: Using current value: 100 06:59:15 file_header: OK 06:59:15 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 06:59:15 Statistics: 06:59:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:59:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:59:16 provisioning config files... 06:59:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-627@tmp/config5647010446123482706tmp [Pipeline] { [Pipeline] echo 06:59:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:59:16 ---> create-netrc.sh [Pipeline] } 06:59:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:59:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:59:16 ---> python-tools-install.sh [Pipeline] echo 06:59:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:59:17 ---> sudo-logs.sh 06:59:17 Archiving 'sudo' log.. [Pipeline] echo 06:59:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:59:17 ---> job-cost.sh 06:59:17 lf-activate-venv: SKIPPING 06:59:17 INFO: No Stack... 06:59:18 INFO: Retrieving Pricing Info for: v1-standard-2 06:59:18 INFO: Archiving Costs [Pipeline] echo 06:59:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:59:18 ---> logs-deploy.sh 06:59:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-627/4 06:59:18 INFO: archiving workspace using pattern(s): 06:59:20 Archives upload complete. 06:59:20 INFO: archiving logs to Nexus 06:59:21 ---> uname -a: 06:59:21 Linux prd-centos7-docker-4c-2g-5789.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:59:21 06:59:21 06:59:21 ---> lscpu: 06:59:21 Architecture: x86_64 06:59:21 CPU op-mode(s): 32-bit, 64-bit 06:59:21 Byte Order: Little Endian 06:59:21 Address sizes: 40 bits physical, 48 bits virtual 06:59:21 CPU(s): 4 06:59:21 On-line CPU(s) list: 0-3 06:59:21 Thread(s) per core: 1 06:59:21 Core(s) per socket: 1 06:59:21 Socket(s): 4 06:59:21 NUMA node(s): 1 06:59:21 Vendor ID: GenuineIntel 06:59:21 CPU family: 6 06:59:21 Model: 44 06:59:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:59:21 Stepping: 1 06:59:21 CPU MHz: 2933.438 06:59:21 BogoMIPS: 5866.87 06:59:21 Virtualization: VT-x 06:59:21 Hypervisor vendor: KVM 06:59:21 Virtualization type: full 06:59:21 L1d cache: 128 KiB 06:59:21 L1i cache: 128 KiB 06:59:21 L2 cache: 16 MiB 06:59:21 L3 cache: 64 MiB 06:59:21 NUMA node0 CPU(s): 0-3 06:59:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:59:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:59:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:59:21 Vulnerability Meltdown: Mitigation; PTI 06:59:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:59:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:59:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:59:21 Vulnerability Tsx async abort: Not affected 06:59:21 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 06:59:21 06:59:21 06:59:21 ---> nproc: 06:59:21 4 06:59:21 06:59:21 06:59:21 ---> df -h: 06:59:21 Filesystem Size Used Available Use% Mounted on 06:59:21 overlay 50.0G 7.2G 42.8G 14% / 06:59:21 tmpfs 64.0M 0 64.0M 0% /dev 06:59:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:59:21 shm 64.0M 0 64.0M 0% /dev/shm 06:59:21 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 06:59:21 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 06:59:21 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 06:59:21 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 06:59:21 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 06:59:21 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 06:59:21 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 06:59:21 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-627 06:59:21 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-627@tmp 06:59:21 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 06:59:21 06:59:21 06:59:21 ---> free -m: 06:59:21 total used free shared buff/cache available 06:59:21 Mem: 1837 657 108 0 1071 1078 06:59:21 Swap: 1023 0 1023 06:59:21 06:59:21 06:59:21 ---> ip addr: 06:59:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:59:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:59:21 inet 127.0.0.1/8 scope host lo 06:59:21 valid_lft forever preferred_lft forever 06:59:21 inet6 ::1/128 scope host 06:59:21 valid_lft forever preferred_lft forever 06:59:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:59:21 link/ether fa:16:3e:00:75:87 brd ff:ff:ff:ff:ff:ff 06:59:21 inet 10.30.123.142/23 brd 10.30.123.255 scope global dynamic eth0 06:59:21 valid_lft 85805sec preferred_lft 85805sec 06:59:21 inet6 fe80::f816:3eff:fe00:7587/64 scope link 06:59:21 valid_lft forever preferred_lft forever 06:59:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:59:21 link/ether 02:42:d9:39:b9:53 brd ff:ff:ff:ff:ff:ff 06:59:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:59:21 valid_lft forever preferred_lft forever 06:59:21 inet6 fe80::42:d9ff:fe39:b953/64 scope link 06:59:21 valid_lft forever preferred_lft forever 06:59:21 06:59:21 06:59:21 ---> sar -b -r -n DEV: 06:59:21 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) 06:59:21 06:59:21 06:49:10 LINUX RESTART (4 CPU) 06:59:21 06:59:21 06:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:59:21 06:51:01 27.42 9.11 18.32 0.00 4224.04 2459.54 0.00 06:59:21 06:52:01 1.95 0.00 1.95 0.00 0.00 36.59 0.00 06:59:21 06:53:01 0.20 0.00 0.20 0.00 0.00 2.61 0.00 06:59:21 06:54:02 0.30 0.00 0.30 0.00 0.00 3.91 0.00 06:59:21 06:55:01 0.22 0.00 0.22 0.00 0.00 3.46 0.00 06:59:21 06:56:01 0.40 0.02 0.38 0.00 0.13 4.86 0.00 06:59:21 06:57:01 0.23 0.00 0.23 0.00 0.00 3.28 0.00 06:59:21 06:58:01 0.20 0.00 0.20 0.00 0.00 1.93 0.00 06:59:21 06:59:01 43.39 41.96 1.43 0.00 4368.97 51.23 0.00 06:59:21 Average: 8.28 5.69 2.59 0.00 956.89 285.84 0.00 06:59:21 06:59:21 06:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:59:21 06:51:01 171412 0 541752 28.79 2620 1165772 1103124 37.65 410444 1138684 16 06:59:21 06:52:01 173820 0 539340 28.66 2620 1165776 1096296 37.41 410500 1137088 12 06:59:21 06:53:01 174564 0 538588 28.62 2620 1165784 1084044 37.00 409992 1136676 8 06:59:21 06:54:02 174392 0 538760 28.63 2620 1165784 1084008 37.00 411436 1135984 20 06:59:21 06:55:01 174304 0 538840 28.64 2620 1165792 1084008 37.00 414752 1132864 12 06:59:21 06:56:01 172604 0 540532 28.73 2620 1165800 1072796 36.61 433248 1116056 16 06:59:21 06:57:01 171672 0 541456 28.78 2620 1165808 1072916 36.62 438504 1111408 8 06:59:21 06:58:01 172328 0 540796 28.74 2620 1165812 1072832 36.61 437488 1112056 20 06:59:21 06:59:01 117472 0 586904 31.19 2620 1174560 1282344 43.76 433304 1161172 65056 06:59:21 Average: 166952 0 545219 28.98 2620 1166765 1105819 37.74 422185 1131332 7241 06:59:21 06:59:21 06:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:59:21 06:51:01 eth0 74.66 63.27 354.50 30.86 0.00 0.00 0.00 0.00 06:59:21 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:51:01 docker0 7.61 4.80 1.13 19.63 0.00 0.00 0.00 0.00 06:59:21 06:52:01 eth0 2.68 0.50 0.70 0.36 0.00 0.00 0.00 0.00 06:59:21 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:53:01 eth0 2.88 0.63 0.73 0.43 0.00 0.00 0.00 0.00 06:59:21 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:54:02 eth0 4.35 1.03 1.32 0.75 0.00 0.00 0.00 0.00 06:59:21 06:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:55:01 eth0 2.69 0.81 0.95 0.51 0.00 0.00 0.00 0.00 06:59:21 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:56:01 eth0 1.98 0.37 0.41 0.17 0.00 0.00 0.00 0.00 06:59:21 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:57:01 eth0 3.55 0.53 0.74 0.42 0.00 0.00 0.00 0.00 06:59:21 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:58:01 eth0 1.35 0.68 0.61 0.37 0.00 0.00 0.00 0.00 06:59:21 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:59:01 eth0 87.32 76.05 735.18 10.45 0.00 0.00 0.00 0.00 06:59:21 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 Average: eth0 20.20 16.02 121.95 4.93 0.00 0.00 0.00 0.00 06:59:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:59:21 Average: docker0 0.85 0.53 0.13 2.19 0.00 0.00 0.00 0.00 06:59:21 06:59:21 06:59:21 ---> sar -P ALL: 06:59:21 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) 06:59:21 06:59:21 06:49:10 LINUX RESTART (4 CPU) 06:59:21 06:59:21 06:50:01 CPU %user %nice %system %iowait %steal %idle 06:59:21 06:51:01 all 2.06 0.00 1.33 0.43 0.01 96.18 06:59:21 06:51:01 0 1.94 0.00 1.30 0.17 0.02 96.57 06:59:21 06:51:01 1 2.19 0.00 1.15 1.12 0.00 95.53 06:59:21 06:51:01 2 1.80 0.00 1.48 0.30 0.02 96.40 06:59:21 06:51:01 3 2.31 0.00 1.37 0.12 0.00 96.20 06:59:21 06:52:01 all 0.15 0.00 0.04 0.00 0.00 99.81 06:59:21 06:52:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:59:21 06:52:01 1 0.47 0.00 0.03 0.00 0.00 99.50 06:59:21 06:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:59:21 06:52:01 3 0.03 0.00 0.07 0.00 0.02 99.88 06:59:21 06:53:01 all 0.17 0.00 0.03 0.00 0.00 99.80 06:59:21 06:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:59:21 06:53:01 1 0.55 0.00 0.02 0.00 0.00 99.43 06:59:21 06:53:01 2 0.05 0.00 0.05 0.00 0.02 99.88 06:59:21 06:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:59:21 06:54:02 all 0.17 0.00 0.03 0.00 0.04 99.76 06:59:21 06:54:02 0 0.08 0.00 0.03 0.00 0.03 99.85 06:59:21 06:54:02 1 0.50 0.00 0.03 0.00 0.02 99.45 06:59:21 06:54:02 2 0.07 0.00 0.03 0.00 0.05 99.85 06:59:21 06:54:02 3 0.03 0.00 0.03 0.00 0.05 99.88 06:59:21 06:55:01 all 0.16 0.00 0.03 0.00 0.03 99.78 06:59:21 06:55:01 0 0.05 0.00 0.07 0.00 0.03 99.85 06:59:21 06:55:01 1 0.24 0.00 0.03 0.00 0.03 99.70 06:59:21 06:55:01 2 0.03 0.00 0.02 0.00 0.03 99.92 06:59:21 06:55:01 3 0.31 0.00 0.02 0.00 0.03 99.64 06:59:21 06:56:01 all 0.15 0.00 0.05 0.00 0.01 99.79 06:59:21 06:56:01 0 0.02 0.00 0.10 0.00 0.00 99.88 06:59:21 06:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:59:21 06:56:01 2 0.03 0.00 0.05 0.00 0.03 99.88 06:59:21 06:56:01 3 0.52 0.00 0.05 0.00 0.02 99.42 06:59:21 06:57:01 all 0.15 0.00 0.03 0.00 0.00 99.81 06:59:21 06:57:01 0 0.03 0.00 0.05 0.00 0.02 99.90 06:59:21 06:57:01 1 0.05 0.00 0.02 0.00 0.00 99.93 06:59:21 06:57:01 2 0.03 0.00 0.05 0.00 0.00 99.92 06:59:21 06:57:01 3 0.50 0.00 0.02 0.00 0.00 99.48 06:59:21 06:58:01 all 0.16 0.00 0.03 0.00 0.00 99.80 06:59:21 06:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:59:21 06:58:01 1 0.07 0.00 0.03 0.00 0.00 99.90 06:59:21 06:58:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:59:21 06:58:01 3 0.52 0.00 0.03 0.00 0.00 99.45 06:59:21 06:59:01 all 1.81 0.00 0.81 0.96 0.01 96.41 06:59:21 06:59:01 0 2.36 0.00 1.07 0.97 0.00 95.61 06:59:21 06:59:01 1 1.97 0.00 0.75 2.59 0.00 94.69 06:59:21 06:59:01 2 1.25 0.00 0.63 0.07 0.02 98.03 06:59:21 06:59:01 3 1.65 0.00 0.77 0.23 0.02 97.33 06:59:21 Average: all 0.55 0.00 0.27 0.15 0.01 99.01 06:59:21 Average: 0 0.51 0.00 0.30 0.13 0.01 99.05 06:59:21 Average: 1 0.67 0.00 0.23 0.41 0.01 98.68 06:59:21 Average: 2 0.37 0.00 0.27 0.04 0.02 99.30 06:59:21 Average: 3 0.66 0.00 0.27 0.04 0.01 99.03 06:59:21 06:59:21 06:59:21