Pull request #582 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b548679428654ee0dca8f5b5dc3d7fcaeb119b73+10f5d80329275e8e77aa5b449b49b1589ab3bade (63a3b9bc0c45539d707dad160a290e0766204995) 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-5771 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-582 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit b548679428654ee0dca8f5b5dc3d7fcaeb119b73 Merge succeeded, producing 031d93faa1cbad6f2448e7e21680733aa0ca7f78 Checking out Revision 031d93faa1cbad6f2448e7e21680733aa0ca7f78 (PR-582) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b548679428654ee0dca8f5b5dc3d7fcaeb119b73 # 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 031d93faa1cbad6f2448e7e21680733aa0ca7f78 # timeout=10 Commit message: "Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 3a27b84ade197c4d5a4a25e8bb72f8662eff6c21 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:26:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:26:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:26:49 ========================================================= 06:26:49 EdgeX Global Pipelines Version Info 06:26:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:26:50 ------------------- 06:26:50 stable info: 06:26:50 ------------------- 06:26:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:26:50 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:26:50 Message: update stable to v1.0.144 06:26:51 ------------------- 06:26:51 experimental info: 06:26:51 ------------------- 06:26:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:26:51 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:26:51 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:26:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:26:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:26:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:26:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:26:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:26:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:26:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:26:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:26:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:26:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:26:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:26:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:26:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:26:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:26:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:26:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:26:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:26:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:26:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:26:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:26:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:26:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:26:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:26:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:26:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:26:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-582 [Pipeline] echo 06:26:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-582 [Pipeline] echo 06:26:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-582 [Pipeline] echo 06:26:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 031d93faa1cbad6f2448e7e21680733aa0ca7f78 [Pipeline] echo 06:26:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 031d93f [Pipeline] echo 06:26:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:26:55 + git log --format=format:%s -1 031d93faa1cbad6f2448e7e21680733aa0ca7f78 [Pipeline] echo 06:26:55 GIT_COMMIT: 031d93faa1cbad6f2448e7e21680733aa0ca7f78, Commit Message: Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD [Pipeline] echo 06:26:55 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:26:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:26:56 06:26:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:26:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:26:56 latest: Pulling from edgex-devops/git-semver 06:26:56 31603596830f: Pulling fs layer 06:26:56 2a8b12db71e7: Pulling fs layer 06:26:56 6ca5941a6612: Pulling fs layer 06:26:56 ecc8261a40a4: Pulling fs layer 06:26:56 ecc8261a40a4: Waiting 06:26:56 2a8b12db71e7: Verifying Checksum 06:26:56 2a8b12db71e7: Download complete 06:26:57 31603596830f: Verifying Checksum 06:26:57 31603596830f: Download complete 06:26:57 ecc8261a40a4: Verifying Checksum 06:26:57 ecc8261a40a4: Download complete 06:26:57 6ca5941a6612: Verifying Checksum 06:26:57 6ca5941a6612: Download complete 06:26:57 31603596830f: Pull complete 06:26:57 2a8b12db71e7: Pull complete 06:26:58 6ca5941a6612: Pull complete 06:26:58 ecc8261a40a4: Pull complete 06:26:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:26:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:26:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:26:58 prd-centos7-docker-4c-2g-5771 does not seem to be running inside a container 06:26:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:27:00 $ docker top 4db1b27ebb7d3063e9ba25f2981a1c756aa9ff06acc045e2a036e562af0dff7a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:27:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:27:00 [ssh-agent] Looking for ssh-agent implementation... 06:27:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:27:00 $ docker exec 4db1b27ebb7d3063e9ba25f2981a1c756aa9ff06acc045e2a036e562af0dff7a ssh-agent 06:27:01 SSH_AUTH_SOCK=/tmp/ssh-XYqo7plsVzP4/agent.11 06:27:01 SSH_AGENT_PID=16 06:27:01 Running ssh-add (command line suppressed) 06:27:01 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_411425536894371015.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_411425536894371015.key) 06:27:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:27:01 + git tag --points-at HEAD [Pipeline] } 06:27:01 $ docker exec --env ******** --env ******** 4db1b27ebb7d3063e9ba25f2981a1c756aa9ff06acc045e2a036e562af0dff7a ssh-agent -k 06:27:01 unset SSH_AUTH_SOCK; 06:27:01 unset SSH_AGENT_PID; 06:27:01 echo Agent pid 16 killed; 06:27:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:27:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:27:01 [ssh-agent] Looking for ssh-agent implementation... 06:27:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:27:02 $ docker exec 4db1b27ebb7d3063e9ba25f2981a1c756aa9ff06acc045e2a036e562af0dff7a ssh-agent 06:27:02 SSH_AUTH_SOCK=/tmp/ssh-6NopLZrtxitL/agent.44 06:27:02 SSH_AGENT_PID=49 06:27:02 Running ssh-add (command line suppressed) 06:27:02 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_1306567154091442679.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_1306567154091442679.key) 06:27:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:27:02 + git semver init 06:27:02 # -> Open(): unable to determine branch for HEAD 06:27:02 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.git 06:27:02 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-582 06:27:02 # $SEMVER_REMOTE_NAME = origin 06:27:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:27:02 # $SEMVER_USER_NAME = edgex-jenkins 06:27:02 # $SEMVER_BRANCH = PR-582 06:27:02 # $SEMVER_TEMP = /tmp/semver-086420824 06:27:02 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:27:03 # '/tmp/semver-086420824' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver' 06:27:03 # -> Force: false 06:27:03 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver [Pipeline] } 06:27:03 $ docker exec --env ******** --env ******** 4db1b27ebb7d3063e9ba25f2981a1c756aa9ff06acc045e2a036e562af0dff7a ssh-agent -k 06:27:03 unset SSH_AUTH_SOCK; 06:27:03 unset SSH_AGENT_PID; 06:27:03 echo Agent pid 49 killed; 06:27:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:27:04 + git semver [Pipeline] } 06:27:04 $ docker stop --time=1 4db1b27ebb7d3063e9ba25f2981a1c756aa9ff06acc045e2a036e562af0dff7a 06:27:05 $ docker rm -f 4db1b27ebb7d3063e9ba25f2981a1c756aa9ff06acc045e2a036e562af0dff7a [Pipeline] // withDockerContainer [Pipeline] sh 06:27:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:27:06 Stashed 1 file(s) [Pipeline] echo 06:27:06 [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:27:22 Still waiting to schedule task 06:27:22 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:27:22 Still waiting to schedule task 06:27:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:28:37 Running on prd-centos7-docker-4c-2g-5776 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws 06:28:37 Running in /w/workspace/device-sdk-go/22 [Pipeline] { [Pipeline] checkout 06:28:40 using credential edgex-jenkins-ssh 06:28:40 Cloning the remote Git repository 06:28:40 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:28:40 > git init /w/workspace/device-sdk-go/22 # timeout=10 06:28:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:28:40 > git --version # timeout=10 06:28:40 > git --version # 'git version 2.16.5' 06:28:40 using GIT_SSH to set credentials SSH Credentials for GitHub 06:28:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:28:42 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit b548679428654ee0dca8f5b5dc3d7fcaeb119b73 06:28:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:28:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:28:41 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:28:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:28:41 using GIT_SSH to set credentials SSH Credentials for GitHub 06:28:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:28:42 > git config core.sparsecheckout # timeout=10 06:28:42 > git checkout -f b548679428654ee0dca8f5b5dc3d7fcaeb119b73 # timeout=10 06:28:42 > git remote # timeout=10 06:28:42 > git config --get remote.origin.url # timeout=10 06:28:42 using GIT_SSH to set credentials SSH Credentials for GitHub 06:28:42 > git merge 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 06:28:42 > git rev-parse HEAD^{commit} # timeout=10 06:28:42 Merge succeeded, producing 2caa782d79a44c4552b53b47bdce2bd9255e3d30 06:28:42 Checking out Revision 2caa782d79a44c4552b53b47bdce2bd9255e3d30 (PR-582) 06:28:42 > git config core.sparsecheckout # timeout=10 06:28:42 > git checkout -f 2caa782d79a44c4552b53b47bdce2bd9255e3d30 # timeout=10 06:28:45 Commit message: "Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD" 06:28:45 First time build. Skipping changelog. 06:28:45 > git rev-list --no-walk 3a27b84ade197c4d5a4a25e8bb72f8662eff6c21 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:28:46 ========================================================= 06:28:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:28:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:28:47 + 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:28:48 Sending build context to Docker daemon 2.318MB 06:28:48 Step 1/8 : ARG BASE=golang:1.15-alpine 06:28:48 Step 2/8 : FROM ${BASE} 06:28:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:28:48 df20fa9351a1: Pulling fs layer 06:28:48 ed8968b2872e: Pulling fs layer 06:28:48 a92cc7c5fd73: Pulling fs layer 06:28:48 e871e8e8d7a9: Pulling fs layer 06:28:48 e73272ec9a57: Pulling fs layer 06:28:48 1e910a182e73: Pulling fs layer 06:28:48 4e634b169226: Pulling fs layer 06:28:48 e73272ec9a57: Waiting 06:28:48 1e910a182e73: Waiting 06:28:48 4e634b169226: Waiting 06:28:48 e871e8e8d7a9: Waiting 06:28:48 a92cc7c5fd73: Verifying Checksum 06:28:48 a92cc7c5fd73: Download complete 06:28:48 ed8968b2872e: Download complete 06:28:48 e73272ec9a57: Verifying Checksum 06:28:48 e73272ec9a57: Download complete 06:28:48 1e910a182e73: Verifying Checksum 06:28:48 1e910a182e73: Download complete 06:28:48 df20fa9351a1: Verifying Checksum 06:28:48 df20fa9351a1: Download complete 06:28:48 df20fa9351a1: Pull complete 06:28:48 ed8968b2872e: Pull complete 06:28:48 a92cc7c5fd73: Pull complete 06:28:50 e871e8e8d7a9: Verifying Checksum 06:28:50 e871e8e8d7a9: Download complete 06:28:50 4e634b169226: Verifying Checksum 06:28:50 4e634b169226: Download complete 06:28:56 e871e8e8d7a9: Pull complete 06:28:56 e73272ec9a57: Pull complete 06:28:56 1e910a182e73: Pull complete 06:29:04 4e634b169226: Pull complete 06:29:04 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:29:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:29:04 ---> f7629b54cfaa 06:29:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:29:04 ---> Running in 0b5dc696b78d 06:29:04 Removing intermediate container 0b5dc696b78d 06:29:04 ---> 38b075cbb273 06:29:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:04 ---> Running in 238f67c76757 06:29:06 Removing intermediate container 238f67c76757 06:29:06 ---> 9dd19f53387c 06:29:06 Step 5/8 : RUN apk add --no-cache make git 06:29:06 ---> Running in f1667b4b2c8b 06:29:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:09 OK: 166 MiB in 39 packages 06:29:09 Removing intermediate container f1667b4b2c8b 06:29:09 ---> e9a40eb78112 06:29:09 Step 6/8 : WORKDIR /device-sdk-go 06:29:09 ---> Running in 096f2594a3ad 06:29:09 Removing intermediate container 096f2594a3ad 06:29:09 ---> a492cdc0444c 06:29:09 Step 7/8 : COPY . . 06:29:11 ---> 72d1ae6d6af3 06:29:11 Step 8/8 : RUN go mod download 06:29:11 ---> Running in d70ead6b551c 06:29:29 Removing intermediate container d70ead6b551c 06:29:29 ---> b59bc57c117a 06:29:29 Successfully built b59bc57c117a 06:29:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:29:29 + docker inspect -f . ci-base-image-x86_64 06:29:29 . [Pipeline] withDockerContainer 06:29:30 prd-centos7-docker-4c-2g-5776 does not seem to be running inside a container 06:29:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/22 -v /w/workspace/device-sdk-go/22:/w/workspace/device-sdk-go/22:rw,z -v /w/workspace/device-sdk-go/22@tmp:/w/workspace/device-sdk-go/22@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 06:29:30 $ docker top 7a353d9d714c97d8fbbcc1a74399a5f1027d3e0d4df892bff1076685f6ddfc26 -eo pid,comm [Pipeline] { [Pipeline] sh 06:29:31 + go version 06:29:31 go version go1.15.2 linux/amd64 [Pipeline] } 06:29:31 $ docker stop --time=1 7a353d9d714c97d8fbbcc1a74399a5f1027d3e0d4df892bff1076685f6ddfc26 06:29:32 $ docker rm -f 7a353d9d714c97d8fbbcc1a74399a5f1027d3e0d4df892bff1076685f6ddfc26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:29:33 + docker inspect -f . ci-base-image-x86_64 06:29:33 . [Pipeline] withDockerContainer 06:29:33 prd-centos7-docker-4c-2g-5776 does not seem to be running inside a container 06:29:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/22 -v /w/workspace/device-sdk-go/22:/w/workspace/device-sdk-go/22:rw,z -v /w/workspace/device-sdk-go/22@tmp:/w/workspace/device-sdk-go/22@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 06:29:34 $ docker top 43d9f1ed37e772ab170fba835319c1210038fe04bae147e0ac7929cb324c2dbc -eo pid,comm [Pipeline] { [Pipeline] sh 06:29:35 + make test 06:29:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:29:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5778 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws 06:29:39 Running in /w/workspace/device-sdk-go/22 [Pipeline] { [Pipeline] checkout 06:29:43 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:29:44 using credential edgex-jenkins-ssh 06:29:44 Cloning the remote Git repository 06:29:44 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:29:44 > git init /w/workspace/device-sdk-go/22 # timeout=10 06:29:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:29:44 > git --version # timeout=10 06:29:44 > git --version # 'git version 2.17.1' 06:29:44 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:29:46 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit b548679428654ee0dca8f5b5dc3d7fcaeb119b73 06:29:46 Merge succeeded, producing 46bdade5742595d23d67cae68c78c4ad3cc21d4c 06:29:46 Checking out Revision 46bdade5742595d23d67cae68c78c4ad3cc21d4c (PR-582) 06:29:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:29:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:29:46 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:29:46 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:29:46 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:29:46 > git config core.sparsecheckout # timeout=10 06:29:46 > git checkout -f b548679428654ee0dca8f5b5dc3d7fcaeb119b73 # timeout=10 06:29:46 > git remote # timeout=10 06:29:46 > git config --get remote.origin.url # timeout=10 06:29:46 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:46 > git merge 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 06:29:46 > git rev-parse HEAD^{commit} # timeout=10 06:29:46 > git config core.sparsecheckout # timeout=10 06:29:46 > git checkout -f 46bdade5742595d23d67cae68c78c4ad3cc21d4c # timeout=10 06:29:51 Commit message: "Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD" 06:29:51 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:29:52 ========================================================= 06:29:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:29:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:29:51 > git rev-list --no-walk 3a27b84ade197c4d5a4a25e8bb72f8662eff6c21 # timeout=10 06:29:53 + 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:29:54 Sending build context to Docker daemon 2.318MB 06:29:54 Step 1/8 : ARG BASE=golang:1.15-alpine 06:29:54 Step 2/8 : FROM ${BASE} 06:29:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:29:54 b538f80385f9: Pulling fs layer 06:29:54 74f711af9a0d: Pulling fs layer 06:29:54 99f96fe45779: Pulling fs layer 06:29:54 8529a6b9a6be: Pulling fs layer 06:29:54 45590311c82a: Pulling fs layer 06:29:54 69ca0ff8b7b3: Pulling fs layer 06:29:54 209524e5b208: Pulling fs layer 06:29:54 45590311c82a: Waiting 06:29:54 8529a6b9a6be: Waiting 06:29:54 69ca0ff8b7b3: Waiting 06:29:54 209524e5b208: Waiting 06:29:54 99f96fe45779: Verifying Checksum 06:29:54 99f96fe45779: Download complete 06:29:54 74f711af9a0d: Download complete 06:29:54 45590311c82a: Verifying Checksum 06:29:54 45590311c82a: Download complete 06:29:54 69ca0ff8b7b3: Verifying Checksum 06:29:54 69ca0ff8b7b3: Download complete 06:29:54 b538f80385f9: Verifying Checksum 06:29:54 b538f80385f9: Download complete 06:29:55 b538f80385f9: Pull complete 06:29:56 74f711af9a0d: Pull complete 06:29:56 99f96fe45779: Pull complete 06:29:57 209524e5b208: Verifying Checksum 06:29:57 209524e5b208: Download complete 06:29:58 8529a6b9a6be: Verifying Checksum 06:29:58 8529a6b9a6be: Download complete 06:30:01 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:30:01 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:30:01 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:30:01 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.074s coverage: 21.6% of statements 06:30:01 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.481s coverage: 97.1% of statements 06:30:08 8529a6b9a6be: Pull complete 06:30:08 45590311c82a: Pull complete 06:30:08 69ca0ff8b7b3: Pull complete 06:30:12 209524e5b208: Pull complete 06:30:12 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:30:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:30:12 ---> 5bddaf1c2fca 06:30:12 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:30:15 ---> Running in 25f8651890cc 06:30:15 Removing intermediate container 25f8651890cc 06:30:15 ---> c7f99ce1b671 06:30:15 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:15 ---> Running in d9c7ac2ad54a 06:30:18 Removing intermediate container d9c7ac2ad54a 06:30:18 ---> 8378c7ce1c54 06:30:18 Step 5/8 : RUN apk add --no-cache make git 06:30:18 ---> Running in 9703425cb962 06:30:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:30:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:30:21 OK: 142 MiB in 39 packages 06:30:23 Removing intermediate container 9703425cb962 06:30:23 ---> 7e0b11fcc054 06:30:23 Step 6/8 : WORKDIR /device-sdk-go 06:30:23 ---> Running in 111c066b17ec 06:30:23 Removing intermediate container 111c066b17ec 06:30:23 ---> 034f478003e6 06:30:23 Step 7/8 : COPY . . 06:30:25 ---> 1e35be0f7c96 06:30:25 Step 8/8 : RUN go mod download 06:30:25 ---> Running in 5ff59d0009e3 06:30:34 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.057s coverage: 9.4% of statements 06:30:34 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.066s coverage: 21.9% of statements 06:30:34 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:30:34 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.255s coverage: 42.6% of statements 06:30:34 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:30:34 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.299s coverage: 68.9% of statements 06:30:34 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:30:34 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:30:34 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:30:34 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 06:30:34 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.070s coverage: 52.6% of statements 06:30:34 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 06:30:34 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 06:30:34 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 06:30:34 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.490s coverage: 68.9% of statements 06:30:34 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:30:34 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:30:34 GO111MODULE=on go vet ./... 06:30:42 gofmt -l . 06:30:42 [ "`gofmt -l .`" = "" ] 06:30:42 ./bin/test-attribution-txt.sh 06:30:42 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:30:42 Stashed 1 file(s) [Pipeline] } 06:30:42 $ docker stop --time=1 43d9f1ed37e772ab170fba835319c1210038fe04bae147e0ac7929cb324c2dbc 06:30:44 $ docker rm -f 43d9f1ed37e772ab170fba835319c1210038fe04bae147e0ac7929cb324c2dbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:30:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:30:46 + ls -al . 06:30:46 total 188 06:30:46 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 16 06:30 . 06:30:46 drwxrwxr-x. 4 jenkins jenkins 30 Oct 16 06:28 .. 06:30:46 drwxrwxr-x. 2 jenkins jenkins 64 Oct 16 06:28 bin 06:30:46 -rw-r--r--. 1 jenkins jenkins 110398 Oct 16 06:30 coverage.out 06:30:46 -rw-rw-r--. 1 jenkins jenkins 936 Oct 16 06:28 Dockerfile.build 06:30:46 -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 06:28 .dockerignore 06:30:46 drwxrwxr-x. 4 jenkins jenkins 48 Oct 16 06:28 example 06:30:46 drwxrwxr-x. 8 jenkins jenkins 179 Oct 16 06:28 .git 06:30:46 drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 06:28 .github 06:30:46 -rw-rw-r--. 1 jenkins jenkins 138 Oct 16 06:28 .gitignore 06:30:46 -rw-r--r--. 1 jenkins jenkins 517 Oct 16 06:30 go.mod 06:30:46 -rw-r--r--. 1 jenkins jenkins 13731 Oct 16 06:30 go.sum 06:30:46 drwxrwxr-x. 15 jenkins jenkins 211 Oct 16 06:28 internal 06:30:46 -rw-rw-r--. 1 jenkins jenkins 901 Oct 16 06:28 Jenkinsfile 06:30:46 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 16 06:28 LICENSE 06:30:46 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 16 06:28 Makefile 06:30:46 drwxrwxr-x. 4 jenkins jenkins 26 Oct 16 06:28 openapi 06:30:46 drwxrwxr-x. 5 jenkins jenkins 50 Oct 16 06:28 pkg 06:30:46 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 16 06:28 README.md 06:30:46 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 16 06:28 RELEASE-NOTES.txt 06:30:46 drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 06:28 snap 06:30:46 -rw-rw-r--. 1 jenkins jenkins 5 Oct 16 06:27 VERSION 06:30:46 -rw-rw-r--. 1 jenkins jenkins 222 Oct 16 06:28 version.go [Pipeline] isUnix [Pipeline] sh 06:30:47 + 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=031d93faa1cbad6f2448e7e21680733aa0ca7f78 --label arch=amd64 --label version=0.0.0 . 06:30:47 Sending build context to Docker daemon 2.429MB 06:30:47 Step 1/24 : ARG BASE=golang:1.15-alpine 06:30:47 Step 2/24 : FROM ${BASE} AS builder 06:30:47 ---> b59bc57c117a 06:30:47 Step 3/24 : ARG MAKE='make build' 06:30:47 ---> Running in 8e5d44ef8deb 06:30:47 Removing intermediate container 8e5d44ef8deb 06:30:47 ---> 811c31c66278 06:30:47 Step 4/24 : WORKDIR /device-sdk-go 06:30:47 Removing intermediate container 5ff59d0009e3 06:30:47 ---> 531ac5acdbda 06:30:47 Successfully built 531ac5acdbda 06:30:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:30:48 ---> Running in 24719bdc42e9 06:30:48 Removing intermediate container 24719bdc42e9 06:30:48 ---> e013a3e2935e 06:30:48 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:30:48 + docker inspect -f . ci-base-image-arm64 06:30:48 . [Pipeline] withDockerContainer 06:30:48 ---> Running in 4bea221ceffa 06:30:48 Removing intermediate container 4bea221ceffa 06:30:48 ---> f26a56a3d37f 06:30:48 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:48 ---> Running in b148cfc35e86 06:30:48 prd-ubuntu18.04-docker-arm64-4c-16g-5778 does not seem to be running inside a container 06:30:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/22 -v /w/workspace/device-sdk-go/22:/w/workspace/device-sdk-go/22:rw,z -v /w/workspace/device-sdk-go/22@tmp:/w/workspace/device-sdk-go/22@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:30:49 Removing intermediate container b148cfc35e86 06:30:49 ---> 146fbd7eecd5 06:30:49 Step 7/24 : RUN apk add --update --no-cache make git 06:30:49 ---> Running in 3c025baca016 06:30:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:51 $ docker top b589aca369947d63bf24512097eda5c8baa15894ba1b85f6425851c4f52cba2d -eo pid,comm 06:30:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 06:30:51 OK: 166 MiB in 39 packages 06:30:52 Removing intermediate container 3c025baca016 06:30:52 ---> ae9ad77ef88c 06:30:52 Step 8/24 : COPY . . 06:30:52 + go version 06:30:52 go version go1.15.2 linux/arm64 [Pipeline] } 06:30:52 $ docker stop --time=1 b589aca369947d63bf24512097eda5c8baa15894ba1b85f6425851c4f52cba2d 06:30:53 ---> 1e35b38d7860 06:30:53 Step 9/24 : RUN ${MAKE} 06:30:53 ---> Running in ffe04a852997 06:30:53 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:30:54 $ docker rm -f b589aca369947d63bf24512097eda5c8baa15894ba1b85f6425851c4f52cba2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:30:55 + docker inspect -f . ci-base-image-arm64 06:30:55 . [Pipeline] withDockerContainer 06:30:56 prd-ubuntu18.04-docker-arm64-4c-16g-5778 does not seem to be running inside a container 06:30:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/22 -v /w/workspace/device-sdk-go/22:/w/workspace/device-sdk-go/22:rw,z -v /w/workspace/device-sdk-go/22@tmp:/w/workspace/device-sdk-go/22@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:30:58 $ docker top dd3962e25f49d85543f4a61855f327e0f74c7643b19b3ac03994a915f39a4d06 -eo pid,comm [Pipeline] { [Pipeline] sh 06:30:59 + make test 06:30:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:31:04 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:31:05 Removing intermediate container ffe04a852997 06:31:05 ---> 77154d7cdf88 06:31:05 Step 10/24 : FROM scratch 06:31:05 ---> 06:31:05 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:31:05 ---> Running in 8e204e3e75a4 06:31:05 Removing intermediate container 8e204e3e75a4 06:31:05 ---> bfa3141497ec 06:31:05 Step 12/24 : ENV APP_PORT=49990 06:31:05 ---> Running in a534083aa1f6 06:31:05 Removing intermediate container a534083aa1f6 06:31:05 ---> 33a6c0586d63 06:31:05 Step 13/24 : EXPOSE $APP_PORT 06:31:05 ---> Running in 7e693a2489f7 06:31:05 Removing intermediate container 7e693a2489f7 06:31:05 ---> 97ff678e68ce 06:31:05 Step 14/24 : WORKDIR / 06:31:06 ---> Running in 39cb2736ef46 06:31:06 Removing intermediate container 39cb2736ef46 06:31:06 ---> 4d8178efe00e 06:31:06 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:31:06 ---> 0fea73879d56 06:31:06 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:31:06 ---> ec549bf39937 06:31:06 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:31:07 ---> 7bd972e5aca2 06:31:07 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:31:07 ---> a8a5cabe17d7 06:31:07 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:31:07 ---> 7a8ac0214225 06:31:07 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:31:07 ---> Running in 27c6ff6a0640 06:31:07 Removing intermediate container 27c6ff6a0640 06:31:07 ---> 450021dd4c2d 06:31:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:31:07 ---> Running in 130f9e922112 06:31:07 Removing intermediate container 130f9e922112 06:31:07 ---> 10f61e7aff98 06:31:07 Step 22/24 : LABEL arch=amd64 06:31:07 ---> Running in 11e6c5e2b7a3 06:31:08 Removing intermediate container 11e6c5e2b7a3 06:31:08 ---> d0d2a614dd75 06:31:08 Step 23/24 : LABEL git_sha=031d93faa1cbad6f2448e7e21680733aa0ca7f78 06:31:08 ---> Running in 2d4f973764ce 06:31:08 Removing intermediate container 2d4f973764ce 06:31:08 ---> 0e2683d33c3e 06:31:08 Step 24/24 : LABEL version=0.0.0 06:31:08 ---> Running in 2a7564e1680b 06:31:08 Removing intermediate container 2a7564e1680b 06:31:08 ---> 205d34150f19 06:31:08 [Warning] One or more build-args [ARCH] were not consumed 06:31:08 Successfully built 205d34150f19 06:31:08 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:31:26 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:32:13 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:32:13 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:32:13 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:32:13 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.128s coverage: 21.6% of statements 06:32:14 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.247s coverage: 97.1% of statements 06:32:46 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.136s coverage: 9.4% of statements 06:32:46 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.124s coverage: 21.9% of statements 06:32:46 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:32:46 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.613s coverage: 42.6% of statements 06:32:46 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:32:46 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.900s coverage: 68.9% of statements 06:32:46 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:32:46 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:32:46 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:32:46 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 06:32:46 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.185s coverage: 52.6% of statements 06:32:46 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 06:32:46 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 06:32:46 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 06:32:46 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.890s coverage: 68.9% of statements 06:32:46 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:32:46 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:32:46 GO111MODULE=on go vet ./... 06:33:19 gofmt -l . 06:33:19 [ "`gofmt -l .`" = "" ] 06:33:19 ./bin/test-attribution-txt.sh 06:33:19 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:33:19 Warning: overwriting stash ‘coverage-report’ 06:33:20 Stashed 1 file(s) [Pipeline] } 06:33:20 $ docker stop --time=1 dd3962e25f49d85543f4a61855f327e0f74c7643b19b3ac03994a915f39a4d06 06:33:22 $ docker rm -f dd3962e25f49d85543f4a61855f327e0f74c7643b19b3ac03994a915f39a4d06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:33:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:33:24 + ls -al . 06:33:24 total 224 06:33:24 drwxrwxr-x 10 jenkins jenkins 4096 Oct 16 06:33 . 06:33:24 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:29 .. 06:33:24 -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 06:29 .dockerignore 06:33:24 drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 06:29 .git 06:33:24 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:29 .github 06:33:24 -rw-rw-r-- 1 jenkins jenkins 138 Oct 16 06:29 .gitignore 06:33:24 -rw-rw-r-- 1 jenkins jenkins 936 Oct 16 06:29 Dockerfile.build 06:33:24 -rw-rw-r-- 1 jenkins jenkins 901 Oct 16 06:29 Jenkinsfile 06:33:24 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 16 06:29 LICENSE 06:33:24 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 16 06:29 Makefile 06:33:24 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 16 06:29 README.md 06:33:24 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 16 06:29 RELEASE-NOTES.txt 06:33:24 -rw-rw-r-- 1 jenkins jenkins 5 Oct 16 06:27 VERSION 06:33:24 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:29 bin 06:33:24 -rw-r--r-- 1 jenkins jenkins 110398 Oct 16 06:32 coverage.out 06:33:24 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:29 example 06:33:24 -rw-r--r-- 1 jenkins jenkins 517 Oct 16 06:33 go.mod 06:33:24 -rw-r--r-- 1 jenkins jenkins 13731 Oct 16 06:33 go.sum 06:33:24 drwxrwxr-x 15 jenkins jenkins 4096 Oct 16 06:29 internal 06:33:24 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:29 openapi 06:33:24 drwxrwxr-x 5 jenkins jenkins 4096 Oct 16 06:29 pkg 06:33:24 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:29 snap 06:33:24 -rw-rw-r-- 1 jenkins jenkins 222 Oct 16 06:29 version.go [Pipeline] isUnix [Pipeline] sh 06:33:25 + 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=031d93faa1cbad6f2448e7e21680733aa0ca7f78 --label arch=arm64 --label version=0.0.0 . 06:33:25 Sending build context to Docker daemon 2.429MB 06:33:25 Step 1/24 : ARG BASE=golang:1.15-alpine 06:33:25 Step 2/24 : FROM ${BASE} AS builder 06:33:25 ---> 531ac5acdbda 06:33:25 Step 3/24 : ARG MAKE='make build' 06:33:25 ---> Running in 47e4cd8deb0d 06:33:26 Removing intermediate container 47e4cd8deb0d 06:33:26 ---> 7b2049025901 06:33:26 Step 4/24 : WORKDIR /device-sdk-go 06:33:26 ---> Running in f743dfbaf742 06:33:27 Removing intermediate container f743dfbaf742 06:33:27 ---> 897a1e489c59 06:33:27 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:33:27 ---> Running in 83baa0959893 06:33:27 Removing intermediate container 83baa0959893 06:33:27 ---> 7b5725f9d494 06:33:27 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:27 ---> Running in a8dca044642f 06:33:30 Removing intermediate container a8dca044642f 06:33:30 ---> 97dc00b230cf 06:33:30 Step 7/24 : RUN apk add --update --no-cache make git 06:33:30 ---> Running in cc9441fc3e94 06:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:33 OK: 142 MiB in 39 packages 06:33:35 Removing intermediate container cc9441fc3e94 06:33:35 ---> 87ec074187fd 06:33:35 Step 8/24 : COPY . . 06:33:36 ---> 4df887180608 06:33:36 Step 9/24 : RUN ${MAKE} 06:33:36 ---> Running in 551b2f793c0d 06:33:38 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:34:10 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:34:10 Removing intermediate container 551b2f793c0d 06:34:10 ---> 6643cd8ff78b 06:34:10 Step 10/24 : FROM scratch 06:34:10 ---> 06:34:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:34:10 ---> Running in d014cc3653ea 06:34:11 Removing intermediate container d014cc3653ea 06:34:11 ---> 80dcfa09322b 06:34:11 Step 12/24 : ENV APP_PORT=49990 06:34:11 ---> Running in 1d02d7e9e2bb 06:34:11 Removing intermediate container 1d02d7e9e2bb 06:34:11 ---> dcb123135a25 06:34:11 Step 13/24 : EXPOSE $APP_PORT 06:34:11 ---> Running in 19629ec6d51f 06:34:12 Removing intermediate container 19629ec6d51f 06:34:12 ---> 5b106e4b39ac 06:34:12 Step 14/24 : WORKDIR / 06:34:12 ---> Running in 73e3b4b04804 06:34:12 Removing intermediate container 73e3b4b04804 06:34:12 ---> 1f0bb24ecb3f 06:34:12 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:34:14 ---> 0615a160ea22 06:34:14 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:34:15 ---> 91f90e666be2 06:34:15 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:34:15 ---> c0d8b5a19dc3 06:34:15 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:34:16 ---> d07785e215fe 06:34:16 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:34:17 ---> b306a2da5a78 06:34:17 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:34:17 ---> Running in 25197e44958b 06:34:18 Removing intermediate container 25197e44958b 06:34:18 ---> 94d7dcc21297 06:34:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:34:18 ---> Running in 8535f4736c27 06:34:18 Removing intermediate container 8535f4736c27 06:34:18 ---> 4ca427702983 06:34:18 Step 22/24 : LABEL arch=arm64 06:34:18 ---> Running in ece184acd12c 06:34:19 Removing intermediate container ece184acd12c 06:34:19 ---> be127549cdca 06:34:19 Step 23/24 : LABEL git_sha=031d93faa1cbad6f2448e7e21680733aa0ca7f78 06:34:19 ---> Running in a543cc26d752 06:34:20 Removing intermediate container a543cc26d752 06:34:20 ---> 076e0eebb755 06:34:20 Step 24/24 : LABEL version=0.0.0 06:34:20 ---> Running in 415b8bdade8f 06:34:20 Removing intermediate container 415b8bdade8f 06:34:20 ---> 7d6eb40a487d 06:34:20 [Warning] One or more build-args [ARCH] were not consumed 06:34:20 Successfully built 7d6eb40a487d 06:34:20 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:34:23 provisioning config files... 06:34:23 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config691713830070697366tmp [Pipeline] { [Pipeline] sh 06:34:23 + set +x 06:34:23 + curl -s https://codecov.io/bash 06:34:23 + bash -s -- 06:34:23 06:34:23 _____ _ 06:34:23 / ____| | | 06:34:23 | | ___ __| | ___ ___ _____ __ 06:34:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:34:23 | |___| (_) | (_| | __/ (_| (_) \ V / 06:34:23 \_____\___/ \__,_|\___|\___\___/ \_/ 06:34:23 Bash-20201009-048fee3 06:34:23 06:34:23 06:34:23 ==> Jenkins CI detected. 06:34:23 project root: . 06:34:23 Fixing merge commit SHA 06:34:23 --> token set from env 06:34:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:34:23 ==> Running gcov in . (disable via -X gcov) 06:34:23 ==> Python coveragepy not found 06:34:23 ==> Searching for coverage reports in: 06:34:23 + . 06:34:23 -> Found 1 reports 06:34:23 ==> Detecting git/mercurial file structure 06:34:23 ==> Reading reports 06:34:23 + ./coverage.out bytes=110398 06:34:23 ==> Appending adjustments 06:34:23 https://docs.codecov.io/docs/fixing-reports 06:34:24 + Found adjustments 06:34:24 ==> Gzipping contents 06:34:24 ==> Uploading reports 06:34:24 url: https://codecov.io 06:34:24 query: branch=PR-582&commit=10f5d80329275e8e77aa5b449b49b1589ab3bade&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-582%2F22%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=582&job=&cmd_args= 06:34:24 -> Pinging Codecov 06:34:24 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-582&commit=10f5d80329275e8e77aa5b449b49b1589ab3bade&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-582%2F22%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=582&job=&cmd_args= 06:34:24 -> Uploading to 06:34:24 06:34:24 % Total % Received % Xferd Average Speed Time Time Time Current 06:34:24 Dload Upload Total Spent Left Speed 06:34:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 06:34:24 X> Failed to upload 06:34:24 ==> Uploading to Codecov 06:34:24 % Total % Received % Xferd Average Speed Time Time Time Current 06:34:24 Dload Upload Total Spent Left Speed 06:34:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19132 100 110 100 19022 185 32092 --:--:-- --:--:-- --:--:-- 32131 06:34:24 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/10f5d80329275e8e77aa5b449b49b1589ab3bade [Pipeline] } 06:34:24 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:34:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:34:27 ---> package-listing.sh 06:34:27 ++ facter osfamily 06:34:27 ++ tr '[:upper:]' '[:lower:]' 06:34:27 + OS_FAMILY=redhat 06:34:27 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-582 06:34:27 + START_PACKAGES=/tmp/packages_start.txt 06:34:27 + END_PACKAGES=/tmp/packages_end.txt 06:34:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:34:27 + PACKAGES=/tmp/packages_start.txt 06:34:27 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' 06:34:27 + PACKAGES=/tmp/packages_end.txt 06:34:27 + case "${OS_FAMILY}" in 06:34:27 + rpm -qa 06:34:27 + sort 06:34:32 + '[' -f /tmp/packages_start.txt ']' 06:34:32 + '[' -f /tmp/packages_end.txt ']' 06:34:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:34:32 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' 06:34:32 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ 06:34:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [Pipeline] echo 06:34:32 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-582/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:34:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:34:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:34:32 06:34:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:34:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:34:33 alpine: Pulling from edgex-lftools-log-publisher 06:34:33 df20fa9351a1: Pulling fs layer 06:34:33 36b3adc4ff6f: Pulling fs layer 06:34:33 8ad3a11d3b57: Pulling fs layer 06:34:33 46f8f816bc3b: Pulling fs layer 06:34:33 93b61091891f: Pulling fs layer 06:34:33 93b9cdb0e59b: Pulling fs layer 06:34:33 5e14af77c1be: Pulling fs layer 06:34:33 01666e4c0597: Pulling fs layer 06:34:33 aa168da1d23b: Pulling fs layer 06:34:33 93b61091891f: Waiting 06:34:33 93b9cdb0e59b: Waiting 06:34:33 5e14af77c1be: Waiting 06:34:33 01666e4c0597: Waiting 06:34:33 aa168da1d23b: Waiting 06:34:33 46f8f816bc3b: Waiting 06:34:33 36b3adc4ff6f: Download complete 06:34:33 46f8f816bc3b: Verifying Checksum 06:34:33 46f8f816bc3b: Download complete 06:34:33 df20fa9351a1: Verifying Checksum 06:34:33 93b9cdb0e59b: Verifying Checksum 06:34:33 93b9cdb0e59b: Download complete 06:34:33 5e14af77c1be: Download complete 06:34:33 93b61091891f: Download complete 06:34:33 01666e4c0597: Verifying Checksum 06:34:33 01666e4c0597: Download complete 06:34:33 8ad3a11d3b57: Verifying Checksum 06:34:33 8ad3a11d3b57: Download complete 06:34:33 df20fa9351a1: Pull complete 06:34:33 36b3adc4ff6f: Pull complete 06:34:34 8ad3a11d3b57: Pull complete 06:34:34 46f8f816bc3b: Pull complete 06:34:35 93b61091891f: Pull complete 06:34:35 93b9cdb0e59b: Pull complete 06:34:35 5e14af77c1be: Pull complete 06:34:35 01666e4c0597: Pull complete 06:34:35 aa168da1d23b: Verifying Checksum 06:34:35 aa168da1d23b: Download complete 06:34:41 aa168da1d23b: Pull complete 06:34:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:34:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:34:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:34:42 prd-centos7-docker-4c-2g-5771 does not seem to be running inside a container 06:34:42 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-582/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:34:48 $ docker top 296469d255627af26cc1ea5768644936611bedfabbf161a207d012b97dee6012 -eo pid,comm [Pipeline] { [Pipeline] sh 06:34:49 + touch /tmp/pre-build-complete [Pipeline] sh 06:34:49 + mkdir -p /var/log/sa [Pipeline] sh 06:34:50 + ls /var/log/sa-host 06:34:50 + sadf -c /var/log/sa-host/sa05 06:34:50 file_magic: OK 06:34:50 HZ: Using current value: 100 06:34:50 file_header: OK 06:34:50 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:34:50 Statistics: 06:34:50 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:34:50 File successfully converted to sysstat format version 12.2.1 06:34:50 + sadf -c /var/log/sa-host/sa16 06:34:50 file_magic: OK 06:34:50 HZ: Using current value: 100 06:34:50 file_header: OK 06:34:50 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:34:50 Statistics: 06:34:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:34:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:34:50 provisioning config files... 06:34:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config2962328249268647449tmp [Pipeline] { [Pipeline] echo 06:34:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:34:51 ---> create-netrc.sh [Pipeline] } 06:34:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:34:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:34:51 ---> python-tools-install.sh [Pipeline] echo 06:34:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:34:51 ---> sudo-logs.sh 06:34:51 Archiving 'sudo' log.. [Pipeline] echo 06:34:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:34:52 ---> job-cost.sh 06:34:52 lf-activate-venv: SKIPPING 06:34:52 INFO: No Stack... 06:34:53 INFO: Retrieving Pricing Info for: v1-standard-2 06:34:53 INFO: Archiving Costs [Pipeline] echo 06:34:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:34:54 ---> logs-deploy.sh 06:34:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-582/22 06:34:54 INFO: archiving workspace using pattern(s): 06:34:56 Archives upload complete. 06:34:56 INFO: archiving logs to Nexus 06:34:56 ---> uname -a: 06:34:56 Linux prd-centos7-docker-4c-2g-5771.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:34:56 06:34:56 06:34:56 ---> lscpu: 06:34:56 Architecture: x86_64 06:34:56 CPU op-mode(s): 32-bit, 64-bit 06:34:56 Byte Order: Little Endian 06:34:56 Address sizes: 40 bits physical, 48 bits virtual 06:34:56 CPU(s): 4 06:34:56 On-line CPU(s) list: 0-3 06:34:56 Thread(s) per core: 1 06:34:56 Core(s) per socket: 1 06:34:56 Socket(s): 4 06:34:56 NUMA node(s): 1 06:34:56 Vendor ID: GenuineIntel 06:34:56 CPU family: 6 06:34:56 Model: 44 06:34:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:34:56 Stepping: 1 06:34:56 CPU MHz: 2933.438 06:34:56 BogoMIPS: 5866.87 06:34:56 Virtualization: VT-x 06:34:56 Hypervisor vendor: KVM 06:34:56 Virtualization type: full 06:34:56 L1d cache: 128 KiB 06:34:56 L1i cache: 128 KiB 06:34:56 L2 cache: 16 MiB 06:34:56 L3 cache: 64 MiB 06:34:56 NUMA node0 CPU(s): 0-3 06:34:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:34:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:34:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:34:56 Vulnerability Meltdown: Mitigation; PTI 06:34:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:34:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:34:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:34:56 Vulnerability Tsx async abort: Not affected 06:34:56 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:34:56 06:34:56 06:34:56 ---> nproc: 06:34:56 4 06:34:56 06:34:56 06:34:56 ---> df -h: 06:34:56 Filesystem Size Used Available Use% Mounted on 06:34:56 overlay 50.0G 7.2G 42.8G 14% / 06:34:56 tmpfs 64.0M 0 64.0M 0% /dev 06:34:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:34:56 shm 64.0M 0 64.0M 0% /dev/shm 06:34:56 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 06:34:56 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 06:34:56 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 06:34:56 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 06:34:56 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 06:34:56 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 06:34:56 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 06:34:56 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 06:34:56 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-582 06:34:56 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp 06:34:56 06:34:56 06:34:56 ---> free -m: 06:34:56 total used free shared buff/cache available 06:34:56 Mem: 1837 679 103 0 1054 1055 06:34:56 Swap: 1023 1 1022 06:34:56 06:34:56 06:34:56 ---> ip addr: 06:34:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:34:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:34:56 inet 127.0.0.1/8 scope host lo 06:34:56 valid_lft forever preferred_lft forever 06:34:56 inet6 ::1/128 scope host 06:34:56 valid_lft forever preferred_lft forever 06:34:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:34:56 link/ether fa:16:3e:0b:0a:6b brd ff:ff:ff:ff:ff:ff 06:34:56 inet 10.30.123.130/23 brd 10.30.123.255 scope global dynamic eth0 06:34:56 valid_lft 85879sec preferred_lft 85879sec 06:34:56 inet6 fe80::f816:3eff:fe0b:a6b/64 scope link 06:34:56 valid_lft forever preferred_lft forever 06:34:56 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:34:56 link/ether 02:42:c1:12:04:37 brd ff:ff:ff:ff:ff:ff 06:34:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:34:56 valid_lft forever preferred_lft forever 06:34:56 inet6 fe80::42:c1ff:fe12:437/64 scope link 06:34:56 valid_lft forever preferred_lft forever 06:34:56 06:34:56 06:34:56 ---> sar -b -r -n DEV: 06:34:56 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:34:56 06:34:56 06:25:57 LINUX RESTART (4 CPU) 06:34:56 06:34:56 06:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:34:56 06:28:01 8.58 2.33 6.24 0.00 121.50 231.94 0.00 06:34:56 06:29:01 0.35 0.00 0.35 0.00 0.00 5.45 0.00 06:34:56 06:30:01 0.25 0.00 0.25 0.00 0.00 3.90 0.00 06:34:56 06:31:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 06:34:56 06:32:01 0.53 0.00 0.53 0.00 0.00 9.18 0.00 06:34:56 06:33:01 0.18 0.02 0.17 0.00 0.13 1.48 0.00 06:34:56 06:34:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 06:34:56 Average: 1.48 0.34 1.14 0.00 17.38 36.68 0.00 06:34:56 06:34:56 06:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:34:56 06:28:01 156724 0 582872 30.98 2620 1139340 1111360 37.93 444532 1119324 20 06:34:56 06:29:01 158928 0 580660 30.86 2620 1139348 1104568 37.70 444120 1118268 12 06:34:56 06:30:01 160332 0 579252 30.79 2620 1139352 1091192 37.24 443644 1117520 16 06:34:56 06:31:01 159704 0 579880 30.82 2620 1139352 1086104 37.07 445772 1115896 20 06:34:56 06:32:01 160044 0 579532 30.80 2620 1139360 1086204 37.07 447080 1114840 8 06:34:56 06:33:01 159960 0 579608 30.80 2620 1139368 1086168 37.07 447136 1114696 8 06:34:56 06:34:01 161228 0 578332 30.74 2620 1139376 1074860 36.68 446268 1114480 8 06:34:56 Average: 159560 0 580019 30.83 2620 1139357 1091494 37.25 445507 1116432 13 06:34:56 06:34:56 06:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:34:56 06:28:01 eth0 33.29 28.46 40.20 27.93 0.00 0.00 0.00 0.00 06:34:56 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:28:01 docker0 9.58 7.08 1.26 19.66 0.00 0.00 0.00 0.00 06:34:56 06:29:01 eth0 3.85 1.08 1.29 0.69 0.00 0.00 0.00 0.00 06:34:56 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:30:01 eth0 2.37 0.55 0.65 0.48 0.00 0.00 0.00 0.00 06:34:56 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:31:01 eth0 1.80 0.37 0.46 0.20 0.00 0.00 0.00 0.00 06:34:56 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:32:01 eth0 1.63 0.73 0.72 0.46 0.00 0.00 0.00 0.00 06:34:56 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:33:01 eth0 0.57 0.35 0.28 0.20 0.00 0.00 0.00 0.00 06:34:56 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:34:01 eth0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 Average: eth0 6.22 4.51 6.23 4.28 0.00 0.00 0.00 0.00 06:34:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:34:56 Average: docker0 1.37 1.01 0.18 2.81 0.00 0.00 0.00 0.00 06:34:56 06:34:56 06:34:56 ---> sar -P ALL: 06:34:56 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:34:56 06:34:56 06:25:57 LINUX RESTART (4 CPU) 06:34:56 06:34:56 06:27:01 CPU %user %nice %system %iowait %steal %idle 06:34:56 06:28:01 all 1.01 0.00 0.50 0.04 0.00 98.44 06:34:56 06:28:01 0 0.83 0.00 0.47 0.00 0.00 98.70 06:34:56 06:28:01 1 0.92 0.00 0.47 0.12 0.02 98.48 06:34:56 06:28:01 2 1.43 0.00 0.45 0.02 0.00 98.10 06:34:56 06:28:01 3 0.87 0.00 0.62 0.02 0.00 98.50 06:34:56 06:29:01 all 0.18 0.00 0.05 0.00 0.00 99.77 06:34:56 06:29:01 0 0.15 0.00 0.03 0.00 0.00 99.82 06:34:56 06:29:01 1 0.05 0.00 0.07 0.00 0.00 99.88 06:34:56 06:29:01 2 0.47 0.00 0.03 0.00 0.02 99.48 06:34:56 06:29:01 3 0.05 0.00 0.05 0.00 0.00 99.90 06:34:56 06:30:01 all 0.13 0.00 0.03 0.00 0.00 99.84 06:34:56 06:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:34:56 06:30:01 1 0.08 0.00 0.05 0.00 0.00 99.87 06:34:56 06:30:01 2 0.38 0.00 0.02 0.00 0.00 99.60 06:34:56 06:30:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:34:56 06:31:01 all 0.12 0.00 0.03 0.00 0.00 99.84 06:34:56 06:31:01 0 0.05 0.00 0.03 0.00 0.02 99.90 06:34:56 06:31:01 1 0.07 0.00 0.05 0.00 0.00 99.88 06:34:56 06:31:01 2 0.35 0.00 0.03 0.00 0.00 99.62 06:34:56 06:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:34:56 06:32:01 all 0.17 0.00 0.06 0.00 0.00 99.77 06:34:56 06:32:01 0 0.03 0.00 0.15 0.00 0.00 99.82 06:34:56 06:32:01 1 0.07 0.00 0.07 0.00 0.00 99.87 06:34:56 06:32:01 2 0.53 0.00 0.02 0.00 0.00 99.45 06:34:56 06:32:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:34:56 06:33:01 all 0.15 0.00 0.03 0.00 0.00 99.81 06:34:56 06:33:01 0 0.05 0.00 0.05 0.00 0.00 99.90 06:34:56 06:33:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:34:56 06:33:01 2 0.50 0.00 0.02 0.02 0.00 99.47 06:34:56 06:33:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:34:56 06:34:01 all 0.16 0.00 0.02 0.00 0.00 99.81 06:34:56 06:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 06:34:56 06:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:34:56 06:34:01 2 0.55 0.00 0.03 0.00 0.02 99.40 06:34:56 06:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:34:56 Average: all 0.28 0.00 0.10 0.01 0.00 99.61 06:34:56 Average: 0 0.17 0.00 0.11 0.00 0.00 99.72 06:34:56 Average: 1 0.18 0.00 0.11 0.02 0.00 99.69 06:34:56 Average: 2 0.60 0.00 0.09 0.00 0.00 99.30 06:34:56 Average: 3 0.15 0.00 0.11 0.00 0.00 99.74 06:34:56 06:34:56 06:34:56