Pull request #584 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a0136f4ab48c04aea383df6fc9b835c730cf6549+10f5d80329275e8e77aa5b449b49b1589ab3bade (93fff1ae0ec3c5d45ac324bffb4590238c3fb707) 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-5773 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [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-584 # 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/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit a0136f4ab48c04aea383df6fc9b835c730cf6549 Merge succeeded, producing f26c30ae5c623fd31539b0352a534cc435f4ba06 Checking out Revision f26c30ae5c623fd31539b0352a534cc435f4ba06 (PR-584) > git config core.sparsecheckout # timeout=10 > git checkout -f a0136f4ab48c04aea383df6fc9b835c730cf6549 # 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 f26c30ae5c623fd31539b0352a534cc435f4ba06 # timeout=10 Commit message: "Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:27:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:27:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk dd95adb44c79d885b11bb729300c8da6e1c54625 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:27:16 ========================================================= 06:27:16 EdgeX Global Pipelines Version Info 06:27:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:27:17 ------------------- 06:27:17 stable info: 06:27:17 ------------------- 06:27:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:27:17 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:27:17 Message: update stable to v1.0.144 06:27:18 ------------------- 06:27:18 experimental info: 06:27:18 ------------------- 06:27:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:27:18 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:27:18 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:27:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:27:18 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:27:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:27:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:27:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:27:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:27:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:27:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:27:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:27:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:27:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:27:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:27:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:27:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:27:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:27:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:27:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:27:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:27:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:27:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:27:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:27:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:27:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:27:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:27:21 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:27:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo 06:27:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo 06:27:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo 06:27:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f26c30ae5c623fd31539b0352a534cc435f4ba06 [Pipeline] echo 06:27:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f26c30a [Pipeline] echo 06:27:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:27:22 + git log --format=format:%s -1 f26c30ae5c623fd31539b0352a534cc435f4ba06 [Pipeline] echo 06:27:22 GIT_COMMIT: f26c30ae5c623fd31539b0352a534cc435f4ba06, Commit Message: Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD [Pipeline] echo 06:27:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:27:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:27:23 06:27:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:27:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:27:23 latest: Pulling from edgex-devops/git-semver 06:27:23 31603596830f: Pulling fs layer 06:27:23 2a8b12db71e7: Pulling fs layer 06:27:23 6ca5941a6612: Pulling fs layer 06:27:23 ecc8261a40a4: Pulling fs layer 06:27:23 ecc8261a40a4: Waiting 06:27:24 31603596830f: Download complete 06:27:24 2a8b12db71e7: Verifying Checksum 06:27:24 2a8b12db71e7: Download complete 06:27:24 6ca5941a6612: Verifying Checksum 06:27:24 6ca5941a6612: Download complete 06:27:24 ecc8261a40a4: Verifying Checksum 06:27:24 ecc8261a40a4: Download complete 06:27:24 31603596830f: Pull complete 06:27:24 2a8b12db71e7: Pull complete 06:27:25 6ca5941a6612: Pull complete 06:27:25 ecc8261a40a4: Pull complete 06:27:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:27:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:27:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:27:25 prd-centos7-docker-4c-2g-5773 does not seem to be running inside a container 06:27:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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:27 $ docker top 4e126132f3865f7752e8328e0fe0ef17d87767caebdadda2b9711a1a04313a3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:27:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:27:27 [ssh-agent] Looking for ssh-agent implementation... 06:27:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:27:28 $ docker exec 4e126132f3865f7752e8328e0fe0ef17d87767caebdadda2b9711a1a04313a3b ssh-agent 06:27:28 SSH_AUTH_SOCK=/tmp/ssh-TQ7dMlEEH33U/agent.13 06:27:28 SSH_AGENT_PID=19 06:27:28 Running ssh-add (command line suppressed) 06:27:28 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_3584753234126636892.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_3584753234126636892.key) 06:27:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:27:28 + git tag --points-at HEAD [Pipeline] } 06:27:28 $ docker exec --env ******** --env ******** 4e126132f3865f7752e8328e0fe0ef17d87767caebdadda2b9711a1a04313a3b ssh-agent -k 06:27:28 unset SSH_AUTH_SOCK; 06:27:28 unset SSH_AGENT_PID; 06:27:28 echo Agent pid 19 killed; 06:27:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:27:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:27:29 [ssh-agent] Looking for ssh-agent implementation... 06:27:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:27:29 $ docker exec 4e126132f3865f7752e8328e0fe0ef17d87767caebdadda2b9711a1a04313a3b ssh-agent 06:27:29 SSH_AUTH_SOCK=/tmp/ssh-RBdyfQwQuMdV/agent.49 06:27:29 SSH_AGENT_PID=55 06:27:29 Running ssh-add (command line suppressed) 06:27:29 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8160633068871294400.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8160633068871294400.key) 06:27:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:27:29 + git semver init 06:27:29 # -> Open(): unable to determine branch for HEAD 06:27:29 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git 06:27:29 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 06:27:29 # $SEMVER_REMOTE_NAME = origin 06:27:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:27:29 # $SEMVER_USER_NAME = edgex-jenkins 06:27:29 # $SEMVER_BRANCH = PR-584 06:27:29 # $SEMVER_TEMP = /tmp/semver-105814354 06:27:29 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:27:30 # '/tmp/semver-105814354' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' 06:27:30 # -> Force: false 06:27:30 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } 06:27:30 $ docker exec --env ******** --env ******** 4e126132f3865f7752e8328e0fe0ef17d87767caebdadda2b9711a1a04313a3b ssh-agent -k 06:27:30 unset SSH_AUTH_SOCK; 06:27:30 unset SSH_AGENT_PID; 06:27:30 echo Agent pid 55 killed; 06:27:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:27:31 + git semver [Pipeline] } 06:27:31 $ docker stop --time=1 4e126132f3865f7752e8328e0fe0ef17d87767caebdadda2b9711a1a04313a3b 06:27:32 $ docker rm -f 4e126132f3865f7752e8328e0fe0ef17d87767caebdadda2b9711a1a04313a3b [Pipeline] // withDockerContainer [Pipeline] sh 06:27:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:27:33 Stashed 1 file(s) [Pipeline] echo 06:27:33 [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:49 Still waiting to schedule task 06:27:49 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-5774’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ 06:27:49 Still waiting to schedule task 06:27:49 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:28:59 Running on prd-centos7-docker-4c-2g-5777 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 06:28:59 Running in /w/workspace/device-sdk-go/22 [Pipeline] { [Pipeline] checkout 06:29:02 using credential edgex-jenkins-ssh 06:29:02 Cloning the remote Git repository 06:29:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:29:02 > git init /w/workspace/device-sdk-go/22 # timeout=10 06:29:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:29:02 > git --version # timeout=10 06:29:02 > git --version # 'git version 2.16.5' 06:29:02 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:29:04 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit a0136f4ab48c04aea383df6fc9b835c730cf6549 06:29:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:29:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:29:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:29:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:29:03 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:29:04 > git config core.sparsecheckout # timeout=10 06:29:04 > git checkout -f a0136f4ab48c04aea383df6fc9b835c730cf6549 # timeout=10 06:29:04 > git remote # timeout=10 06:29:04 > git config --get remote.origin.url # timeout=10 06:29:04 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:04 > git merge 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 06:29:04 Merge succeeded, producing 3f5f4e226dc44c1ee3eb8ad1ee835f2855f049c3 06:29:04 Checking out Revision 3f5f4e226dc44c1ee3eb8ad1ee835f2855f049c3 (PR-584) 06:29:04 > git rev-parse HEAD^{commit} # timeout=10 06:29:04 > git config core.sparsecheckout # timeout=10 06:29:04 > git checkout -f 3f5f4e226dc44c1ee3eb8ad1ee835f2855f049c3 # timeout=10 06:29:08 Commit message: "Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD" 06:29:08 First time build. Skipping changelog. 06:29:08 > git rev-list --no-walk dd95adb44c79d885b11bb729300c8da6e1c54625 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:29:09 ========================================================= 06:29:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:29:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:29:09 + 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:29:10 Sending build context to Docker daemon 2.318MB 06:29:10 Step 1/8 : ARG BASE=golang:1.15-alpine 06:29:10 Step 2/8 : FROM ${BASE} 06:29:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:29:10 df20fa9351a1: Pulling fs layer 06:29:10 ed8968b2872e: Pulling fs layer 06:29:10 a92cc7c5fd73: Pulling fs layer 06:29:10 e871e8e8d7a9: Pulling fs layer 06:29:10 e73272ec9a57: Pulling fs layer 06:29:10 1e910a182e73: Pulling fs layer 06:29:10 4e634b169226: Pulling fs layer 06:29:10 e73272ec9a57: Waiting 06:29:10 1e910a182e73: Waiting 06:29:10 4e634b169226: Waiting 06:29:10 e871e8e8d7a9: Waiting 06:29:10 a92cc7c5fd73: Verifying Checksum 06:29:10 a92cc7c5fd73: Download complete 06:29:10 ed8968b2872e: Download complete 06:29:10 df20fa9351a1: Verifying Checksum 06:29:10 df20fa9351a1: Download complete 06:29:10 1e910a182e73: Verifying Checksum 06:29:10 1e910a182e73: Download complete 06:29:10 e73272ec9a57: Verifying Checksum 06:29:10 e73272ec9a57: Download complete 06:29:10 df20fa9351a1: Pull complete 06:29:10 ed8968b2872e: Pull complete 06:29:10 a92cc7c5fd73: Pull complete 06:29:11 4e634b169226: Verifying Checksum 06:29:11 4e634b169226: Download complete 06:29:13 e871e8e8d7a9: Verifying Checksum 06:29:13 e871e8e8d7a9: Download complete 06:29:18 e871e8e8d7a9: Pull complete 06:29:18 e73272ec9a57: Pull complete 06:29:18 1e910a182e73: Pull complete 06:29:26 4e634b169226: Pull complete 06:29:26 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:29:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:29:26 ---> f7629b54cfaa 06:29:26 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:29:26 ---> Running in 941cf5effcdc 06:29:26 Removing intermediate container 941cf5effcdc 06:29:26 ---> b7f588b4268b 06:29:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:26 ---> Running in b212d3275ad8 06:29:27 Removing intermediate container b212d3275ad8 06:29:27 ---> b6bdb7d3d1e7 06:29:27 Step 5/8 : RUN apk add --no-cache make git 06:29:27 ---> Running in 9b9255e367a7 06:29:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:29 OK: 166 MiB in 39 packages 06:29:30 Removing intermediate container 9b9255e367a7 06:29:30 ---> 89659907ebfd 06:29:30 Step 6/8 : WORKDIR /device-sdk-go 06:29:30 ---> Running in 79910064f069 06:29:30 Removing intermediate container 79910064f069 06:29:30 ---> 37ca91a5cd8a 06:29:30 Step 7/8 : COPY . . 06:29:31 ---> d96ed81ff92a 06:29:31 Step 8/8 : RUN go mod download 06:29:31 ---> Running in 23fa0b3e8317 06:29:49 Removing intermediate container 23fa0b3e8317 06:29:49 ---> f157dd919891 06:29:49 Successfully built f157dd919891 06:29:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:29:50 + docker inspect -f . ci-base-image-x86_64 06:29:50 . [Pipeline] withDockerContainer 06:29:50 prd-centos7-docker-4c-2g-5777 does not seem to be running inside a container 06:29:50 $ 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-x86_64 cat 06:29:51 $ docker top 978231770c9533e838d614c7a29d7a788f8a2138e0db3e97ffecead310e575cb -eo pid,comm [Pipeline] { [Pipeline] sh 06:29:51 + go version 06:29:51 go version go1.15.2 linux/amd64 [Pipeline] } 06:29:51 $ docker stop --time=1 978231770c9533e838d614c7a29d7a788f8a2138e0db3e97ffecead310e575cb 06:29:52 $ docker rm -f 978231770c9533e838d614c7a29d7a788f8a2138e0db3e97ffecead310e575cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:29:53 + docker inspect -f . ci-base-image-x86_64 06:29:53 . [Pipeline] withDockerContainer 06:29:54 prd-centos7-docker-4c-2g-5777 does not seem to be running inside a container 06:29:54 $ 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-x86_64 cat 06:29:54 $ docker top 04cda3d614c3a3868dd10413e60658e6b73a5c92d97f624c384f418cbf9ddfd9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:29:55 + make test 06:29:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:30:01 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:30:16 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:30:16 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:30:16 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:30:16 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.050s coverage: 21.6% of statements 06:30:17 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.430s coverage: 97.1% of statements 06:30:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5781 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 06:30:27 Running in /w/workspace/device-sdk-go/22 [Pipeline] { [Pipeline] checkout 06:30:34 using credential edgex-jenkins-ssh 06:30:34 Cloning the remote Git repository 06:30:34 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:30:34 > git init /w/workspace/device-sdk-go/22 # timeout=10 06:30:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:30:34 > git --version # timeout=10 06:30:34 > git --version # 'git version 2.17.1' 06:30:34 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:30:36 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit a0136f4ab48c04aea383df6fc9b835c730cf6549 06:30:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:30:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:30:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:30:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:30:35 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:30:36 > git config core.sparsecheckout # timeout=10 06:30:36 > git checkout -f a0136f4ab48c04aea383df6fc9b835c730cf6549 # timeout=10 06:30:36 Merge succeeded, producing 6727bae30f0167541de4a59609bbc7dc0ef1ffac 06:30:36 Checking out Revision 6727bae30f0167541de4a59609bbc7dc0ef1ffac (PR-584) 06:30:36 > git remote # timeout=10 06:30:36 > git config --get remote.origin.url # timeout=10 06:30:36 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:36 > git merge 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 06:30:36 > git rev-parse HEAD^{commit} # timeout=10 06:30:36 > git config core.sparsecheckout # timeout=10 06:30:36 > git checkout -f 6727bae30f0167541de4a59609bbc7dc0ef1ffac # timeout=10 06:30:41 Commit message: "Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD" 06:30:41 First time build. Skipping changelog. 06:30:41 > git rev-list --no-walk dd95adb44c79d885b11bb729300c8da6e1c54625 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:30:41 ========================================================= 06:30:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:30:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:30:42 + 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:30:43 Sending build context to Docker daemon 2.318MB 06:30:43 Step 1/8 : ARG BASE=golang:1.15-alpine 06:30:43 Step 2/8 : FROM ${BASE} 06:30:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:30:44 b538f80385f9: Pulling fs layer 06:30:44 74f711af9a0d: Pulling fs layer 06:30:44 99f96fe45779: Pulling fs layer 06:30:44 8529a6b9a6be: Pulling fs layer 06:30:44 45590311c82a: Pulling fs layer 06:30:44 69ca0ff8b7b3: Pulling fs layer 06:30:44 209524e5b208: Pulling fs layer 06:30:44 8529a6b9a6be: Waiting 06:30:44 45590311c82a: Waiting 06:30:44 69ca0ff8b7b3: Waiting 06:30:44 209524e5b208: Waiting 06:30:44 99f96fe45779: Verifying Checksum 06:30:44 99f96fe45779: Download complete 06:30:44 74f711af9a0d: Download complete 06:30:44 45590311c82a: Verifying Checksum 06:30:44 45590311c82a: Download complete 06:30:44 69ca0ff8b7b3: Download complete 06:30:44 b538f80385f9: Verifying Checksum 06:30:44 b538f80385f9: Download complete 06:30:45 b538f80385f9: Pull complete 06:30:46 74f711af9a0d: Pull complete 06:30:46 99f96fe45779: Pull complete 06:30:47 209524e5b208: Verifying Checksum 06:30:47 209524e5b208: Download complete 06:30:48 8529a6b9a6be: Verifying Checksum 06:30:48 8529a6b9a6be: Download complete 06:30:49 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.055s coverage: 9.4% of statements 06:30:49 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.054s coverage: 21.9% of statements 06:30:49 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:30:49 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.230s coverage: 42.6% of statements 06:30:49 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:30:49 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.281s coverage: 68.9% of statements 06:30:49 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:30:49 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:30:49 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:30:49 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 06:30:49 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.069s coverage: 52.6% of statements 06:30:49 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 06:30:49 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 06:30:49 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 06:30:49 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.282s coverage: 68.9% of statements 06:30:49 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:30:49 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:30:49 GO111MODULE=on go vet ./... 06:30:56 gofmt -l . 06:30:56 [ "`gofmt -l .`" = "" ] 06:30:56 ./bin/test-attribution-txt.sh 06:30:56 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:30:56 Stashed 1 file(s) [Pipeline] } 06:30:56 $ docker stop --time=1 04cda3d614c3a3868dd10413e60658e6b73a5c92d97f624c384f418cbf9ddfd9 06:30:58 $ docker rm -f 04cda3d614c3a3868dd10413e60658e6b73a5c92d97f624c384f418cbf9ddfd9 06:30:58 8529a6b9a6be: Pull complete 06:30:58 45590311c82a: Pull complete 06:30:58 69ca0ff8b7b3: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:31:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:31:00 + ls -al . 06:31:00 total 188 06:31:00 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 16 06:30 . 06:31:00 drwxrwxr-x. 4 jenkins jenkins 30 Oct 16 06:29 .. 06:31:00 drwxrwxr-x. 2 jenkins jenkins 64 Oct 16 06:29 bin 06:31:00 -rw-r--r--. 1 jenkins jenkins 110398 Oct 16 06:30 coverage.out 06:31:00 -rw-rw-r--. 1 jenkins jenkins 936 Oct 16 06:29 Dockerfile.build 06:31:00 -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 06:29 .dockerignore 06:31:00 drwxrwxr-x. 4 jenkins jenkins 48 Oct 16 06:29 example 06:31:00 drwxrwxr-x. 8 jenkins jenkins 179 Oct 16 06:29 .git 06:31:00 drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 06:29 .github 06:31:00 -rw-rw-r--. 1 jenkins jenkins 138 Oct 16 06:29 .gitignore 06:31:00 -rw-r--r--. 1 jenkins jenkins 517 Oct 16 06:30 go.mod 06:31:00 -rw-r--r--. 1 jenkins jenkins 13737 Oct 16 06:30 go.sum 06:31:00 drwxrwxr-x. 15 jenkins jenkins 211 Oct 16 06:29 internal 06:31:00 -rw-rw-r--. 1 jenkins jenkins 901 Oct 16 06:29 Jenkinsfile 06:31:00 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 16 06:29 LICENSE 06:31:00 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 16 06:29 Makefile 06:31:00 drwxrwxr-x. 4 jenkins jenkins 26 Oct 16 06:29 openapi 06:31:00 drwxrwxr-x. 5 jenkins jenkins 50 Oct 16 06:29 pkg 06:31:00 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 16 06:29 README.md 06:31:00 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 16 06:29 RELEASE-NOTES.txt 06:31:00 drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 06:29 snap 06:31:00 -rw-rw-r--. 1 jenkins jenkins 5 Oct 16 06:27 VERSION 06:31:00 -rw-rw-r--. 1 jenkins jenkins 222 Oct 16 06:29 version.go [Pipeline] isUnix [Pipeline] sh 06:31:01 + 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=f26c30ae5c623fd31539b0352a534cc435f4ba06 --label arch=amd64 --label version=0.0.0 . 06:31:01 Sending build context to Docker daemon 2.429MB 06:31:01 Step 1/24 : ARG BASE=golang:1.15-alpine 06:31:01 Step 2/24 : FROM ${BASE} AS builder 06:31:01 ---> f157dd919891 06:31:01 Step 3/24 : ARG MAKE='make build' 06:31:01 ---> Running in f5ba449b437c 06:31:01 Removing intermediate container f5ba449b437c 06:31:01 ---> 4208eb0390be 06:31:01 Step 4/24 : WORKDIR /device-sdk-go 06:31:01 ---> Running in 6598ac54fb9a 06:31:02 Removing intermediate container 6598ac54fb9a 06:31:02 ---> 9979b469f3d6 06:31:02 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:31:02 ---> Running in d7924f53bd28 06:31:02 209524e5b208: Pull complete 06:31:02 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:31:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:31:02 ---> 5bddaf1c2fca 06:31:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:31:02 Removing intermediate container d7924f53bd28 06:31:02 ---> 14020e6f0711 06:31:02 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:02 ---> Running in acb793c2f6da 06:31:03 Removing intermediate container acb793c2f6da 06:31:03 ---> 9dde9f2c498b 06:31:03 Step 7/24 : RUN apk add --update --no-cache make git 06:31:03 ---> Running in a69ee717bf08 06:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:31:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:31:04 ---> Running in 231d3886b34d 06:31:05 Removing intermediate container 231d3886b34d 06:31:05 ---> 6d216543506a 06:31:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:31:05 OK: 166 MiB in 39 packages 06:31:05 ---> Running in 6b3d91142d6d 06:31:05 Removing intermediate container a69ee717bf08 06:31:05 ---> fb7dde1daa34 06:31:05 Step 8/24 : COPY . . 06:31:06 ---> 233a27d90de5 06:31:06 Step 9/24 : RUN ${MAKE} 06:31:06 ---> Running in c556a6cad204 06:31:06 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:31:08 Removing intermediate container 6b3d91142d6d 06:31:08 ---> 9216a6bbb634 06:31:08 Step 5/8 : RUN apk add --no-cache make git 06:31:08 ---> Running in a24d4b1d5a2d 06:31:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:31:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:31:12 OK: 142 MiB in 39 packages 06:31:13 Removing intermediate container a24d4b1d5a2d 06:31:13 ---> d4552bf9aa98 06:31:13 Step 6/8 : WORKDIR /device-sdk-go 06:31:13 ---> Running in 2b209c490b98 06:31:13 Removing intermediate container 2b209c490b98 06:31:13 ---> 30f843ec7344 06:31:13 Step 7/8 : COPY . . 06:31:15 ---> 85ed6f371854 06:31:15 Step 8/8 : RUN go mod download 06:31:15 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:31:15 ---> Running in 8414140589bc 06:31:16 Removing intermediate container c556a6cad204 06:31:16 ---> 792f027ea6aa 06:31:16 Step 10/24 : FROM scratch 06:31:16 ---> 06:31:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:31:16 ---> Running in d097c8a5dce6 06:31:16 Removing intermediate container d097c8a5dce6 06:31:16 ---> bd2c32b33367 06:31:16 Step 12/24 : ENV APP_PORT=49990 06:31:16 ---> Running in 1462694b2794 06:31:17 Removing intermediate container 1462694b2794 06:31:17 ---> ad6c45c1d1c3 06:31:17 Step 13/24 : EXPOSE $APP_PORT 06:31:17 ---> Running in 7f1be6799937 06:31:17 Removing intermediate container 7f1be6799937 06:31:17 ---> a32ab65ab021 06:31:17 Step 14/24 : WORKDIR / 06:31:17 ---> Running in a47b7c86a531 06:31:17 Removing intermediate container a47b7c86a531 06:31:17 ---> d1ed55ab1414 06:31:17 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:31:17 ---> 1f3da8295736 06:31:17 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:31:18 ---> f140ecebf134 06:31:18 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:31:18 ---> dd1bba566c4d 06:31:18 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:31:18 ---> 0cca14522f11 06:31:18 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:31:19 ---> 2eca3ed0db80 06:31:19 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:31:19 ---> Running in 05750fbe1ee2 06:31:19 Removing intermediate container 05750fbe1ee2 06:31:19 ---> 45ed66467747 06:31:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:31:19 ---> Running in dda0774593ab 06:31:19 Removing intermediate container dda0774593ab 06:31:19 ---> 053152fe2bb8 06:31:19 Step 22/24 : LABEL arch=amd64 06:31:19 ---> Running in 4f3c8b8fd6d2 06:31:19 Removing intermediate container 4f3c8b8fd6d2 06:31:19 ---> 82a24cd96904 06:31:19 Step 23/24 : LABEL git_sha=f26c30ae5c623fd31539b0352a534cc435f4ba06 06:31:19 ---> Running in 8b38af76dcd7 06:31:19 Removing intermediate container 8b38af76dcd7 06:31:19 ---> 139ed02064ba 06:31:19 Step 24/24 : LABEL version=0.0.0 06:31:20 ---> Running in 1586cd3d7bed 06:31:20 Removing intermediate container 1586cd3d7bed 06:31:20 ---> 40bc3e86a750 06:31:20 [Warning] One or more build-args [ARCH] were not consumed 06:31:20 Successfully built 40bc3e86a750 06:31:20 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:31:37 Removing intermediate container 8414140589bc 06:31:37 ---> f71098663471 06:31:37 Successfully built f71098663471 06:31:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:31:38 + docker inspect -f . ci-base-image-arm64 06:31:38 . [Pipeline] withDockerContainer 06:31:38 prd-ubuntu18.04-docker-arm64-4c-16g-5781 does not seem to be running inside a container 06:31:38 $ 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-arm64 cat 06:31:40 $ docker top 7b6119c6cd24a605a73efe89661cb5c9b022a266cdfd555e6059cb4e67c381ed -eo pid,comm [Pipeline] { [Pipeline] sh 06:31:42 + go version 06:31:42 go version go1.15.2 linux/arm64 [Pipeline] } 06:31:42 $ docker stop --time=1 7b6119c6cd24a605a73efe89661cb5c9b022a266cdfd555e6059cb4e67c381ed 06:31:44 $ docker rm -f 7b6119c6cd24a605a73efe89661cb5c9b022a266cdfd555e6059cb4e67c381ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:31:45 + docker inspect -f . ci-base-image-arm64 06:31:45 . [Pipeline] withDockerContainer 06:31:45 prd-ubuntu18.04-docker-arm64-4c-16g-5781 does not seem to be running inside a container 06:31:45 $ 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-arm64 cat 06:31:47 $ docker top 961f73fa796883fde0ca41b82d4b05a504c7d2b5ca0b071a9e7e46c016f487b7 -eo pid,comm [Pipeline] { [Pipeline] sh 06:31:48 + make test 06:31:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:32:11 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:32:58 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:32:58 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:32:58 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:32:58 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.145s coverage: 21.6% of statements 06:32:58 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.261s coverage: 97.1% of statements 06:33:25 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.152s coverage: 9.4% of statements 06:33:25 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.122s coverage: 21.9% of statements 06:33:25 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:33:25 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.577s coverage: 42.6% of statements 06:33:25 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:33:25 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.787s coverage: 68.9% of statements 06:33:25 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:33:25 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:33:25 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:33:25 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 06:33:25 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.182s coverage: 52.6% of statements 06:33:25 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 06:33:25 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 06:33:25 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 06:33:25 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.764s coverage: 68.9% of statements 06:33:25 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:33:25 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:33:25 GO111MODULE=on go vet ./... 06:33:57 gofmt -l . 06:33:57 [ "`gofmt -l .`" = "" ] 06:33:57 ./bin/test-attribution-txt.sh 06:33:57 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:33:57 Warning: overwriting stash ‘coverage-report’ 06:33:58 Stashed 1 file(s) [Pipeline] } 06:33:58 $ docker stop --time=1 961f73fa796883fde0ca41b82d4b05a504c7d2b5ca0b071a9e7e46c016f487b7 06:34:00 $ docker rm -f 961f73fa796883fde0ca41b82d4b05a504c7d2b5ca0b071a9e7e46c016f487b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:34:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:34:02 + ls -al . 06:34:02 total 224 06:34:02 drwxrwxr-x 10 jenkins jenkins 4096 Oct 16 06:33 . 06:34:02 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:30 .. 06:34:02 -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 06:30 .dockerignore 06:34:02 drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 06:30 .git 06:34:02 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:30 .github 06:34:02 -rw-rw-r-- 1 jenkins jenkins 138 Oct 16 06:30 .gitignore 06:34:02 -rw-rw-r-- 1 jenkins jenkins 936 Oct 16 06:30 Dockerfile.build 06:34:02 -rw-rw-r-- 1 jenkins jenkins 901 Oct 16 06:30 Jenkinsfile 06:34:02 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 16 06:30 LICENSE 06:34:02 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 16 06:30 Makefile 06:34:02 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 16 06:30 README.md 06:34:02 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 16 06:30 RELEASE-NOTES.txt 06:34:02 -rw-rw-r-- 1 jenkins jenkins 5 Oct 16 06:27 VERSION 06:34:02 drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:30 bin 06:34:02 -rw-r--r-- 1 jenkins jenkins 110398 Oct 16 06:33 coverage.out 06:34:02 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:30 example 06:34:02 -rw-r--r-- 1 jenkins jenkins 517 Oct 16 06:33 go.mod 06:34:02 -rw-r--r-- 1 jenkins jenkins 13737 Oct 16 06:33 go.sum 06:34:02 drwxrwxr-x 15 jenkins jenkins 4096 Oct 16 06:30 internal 06:34:02 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:30 openapi 06:34:02 drwxrwxr-x 5 jenkins jenkins 4096 Oct 16 06:30 pkg 06:34:02 drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:30 snap 06:34:02 -rw-rw-r-- 1 jenkins jenkins 222 Oct 16 06:30 version.go [Pipeline] isUnix [Pipeline] sh 06:34:02 + 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=f26c30ae5c623fd31539b0352a534cc435f4ba06 --label arch=arm64 --label version=0.0.0 . 06:34:03 Sending build context to Docker daemon 2.429MB 06:34:03 Step 1/24 : ARG BASE=golang:1.15-alpine 06:34:03 Step 2/24 : FROM ${BASE} AS builder 06:34:03 ---> f71098663471 06:34:03 Step 3/24 : ARG MAKE='make build' 06:34:03 ---> Running in ab0381ba00a4 06:34:03 Removing intermediate container ab0381ba00a4 06:34:03 ---> 3df200bdc445 06:34:03 Step 4/24 : WORKDIR /device-sdk-go 06:34:04 ---> Running in 09c004aed773 06:34:04 Removing intermediate container 09c004aed773 06:34:04 ---> 6cdd3de2645a 06:34:04 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:34:04 ---> Running in c510a9983811 06:34:04 Removing intermediate container c510a9983811 06:34:04 ---> 0ae6013c8ff3 06:34:04 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:34:05 ---> Running in 056365c72f6c 06:34:07 Removing intermediate container 056365c72f6c 06:34:07 ---> c6c0363ca40f 06:34:07 Step 7/24 : RUN apk add --update --no-cache make git 06:34:07 ---> Running in 6035b5bdd3b1 06:34:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:34:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:34:10 OK: 142 MiB in 39 packages 06:34:11 Removing intermediate container 6035b5bdd3b1 06:34:11 ---> e5e4dbc00cdf 06:34:11 Step 8/24 : COPY . . 06:34:12 ---> 15de39bc60fd 06:34:12 Step 9/24 : RUN ${MAKE} 06:34:13 ---> Running in e26bcb435ef4 06:34:14 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:41 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:34:41 Removing intermediate container e26bcb435ef4 06:34:41 ---> b0d87254761e 06:34:41 Step 10/24 : FROM scratch 06:34:41 ---> 06:34:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:34:41 ---> Running in 109fad3c9634 06:34:41 Removing intermediate container 109fad3c9634 06:34:41 ---> 3757f30bd42c 06:34:41 Step 12/24 : ENV APP_PORT=49990 06:34:41 ---> Running in 9f4479e21edf 06:34:42 Removing intermediate container 9f4479e21edf 06:34:42 ---> 952b7c3d028c 06:34:42 Step 13/24 : EXPOSE $APP_PORT 06:34:42 ---> Running in 449778db83dd 06:34:42 Removing intermediate container 449778db83dd 06:34:42 ---> 63573c491250 06:34:42 Step 14/24 : WORKDIR / 06:34:42 ---> Running in d936b156cb63 06:34:42 Removing intermediate container d936b156cb63 06:34:42 ---> 419a1a9a3960 06:34:42 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:34:44 ---> 460da3634af2 06:34:44 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:34:44 ---> ba0730796cb9 06:34:44 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:34:45 ---> fd11e14cb147 06:34:45 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:34:46 ---> 7905cc598e10 06:34:46 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:34:47 ---> 7df8cb65788f 06:34:47 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:34:47 ---> Running in 133c90fd1279 06:34:47 Removing intermediate container 133c90fd1279 06:34:47 ---> 30cbc35c2a58 06:34:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:34:47 ---> Running in 87cb9b57ab64 06:34:47 Removing intermediate container 87cb9b57ab64 06:34:47 ---> 36ba61da78a1 06:34:47 Step 22/24 : LABEL arch=arm64 06:34:48 ---> Running in 2b4e12151c2c 06:34:48 Removing intermediate container 2b4e12151c2c 06:34:48 ---> c22370a3752b 06:34:48 Step 23/24 : LABEL git_sha=f26c30ae5c623fd31539b0352a534cc435f4ba06 06:34:48 ---> Running in 3f22ee3a6c10 06:34:49 Removing intermediate container 3f22ee3a6c10 06:34:49 ---> 1d2251fb3909 06:34:49 Step 24/24 : LABEL version=0.0.0 06:34:49 ---> Running in c454028ac4b5 06:34:49 Removing intermediate container c454028ac4b5 06:34:49 ---> 4c5073391cf2 06:34:49 [Warning] One or more build-args [ARCH] were not consumed 06:34:49 Successfully built 4c5073391cf2 06:34:49 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:51 provisioning config files... 06:34:51 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1188335241424691402tmp [Pipeline] { [Pipeline] sh 06:34:52 + set +x 06:34:52 + curl -s https://codecov.io/bash 06:34:52 + bash -s -- 06:34:52 06:34:52 _____ _ 06:34:52 / ____| | | 06:34:52 | | ___ __| | ___ ___ _____ __ 06:34:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:34:52 | |___| (_) | (_| | __/ (_| (_) \ V / 06:34:52 \_____\___/ \__,_|\___|\___\___/ \_/ 06:34:52 Bash-20201009-048fee3 06:34:52 06:34:52 06:34:52 ==> Jenkins CI detected. 06:34:52 project root: . 06:34:52 Fixing merge commit SHA 06:34:52 --> token set from env 06:34:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:34:52 ==> Running gcov in . (disable via -X gcov) 06:34:52 ==> Python coveragepy not found 06:34:52 ==> Searching for coverage reports in: 06:34:52 + . 06:34:52 -> Found 1 reports 06:34:52 ==> Detecting git/mercurial file structure 06:34:52 ==> Reading reports 06:34:52 + ./coverage.out bytes=110398 06:34:52 ==> Appending adjustments 06:34:52 https://docs.codecov.io/docs/fixing-reports 06:34:53 + Found adjustments 06:34:53 ==> Gzipping contents 06:34:53 ==> Uploading reports 06:34:53 url: https://codecov.io 06:34:53 query: branch=PR-584&commit=10f5d80329275e8e77aa5b449b49b1589ab3bade&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F22%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 06:34:53 -> Pinging Codecov 06:34:53 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-584&commit=10f5d80329275e8e77aa5b449b49b1589ab3bade&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F22%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 06:34:53 -> Uploading to 06:34:53 06:34:53 % Total % Received % Xferd Average Speed Time Time Time Current 06:34:53 Dload Upload Total Spent Left Speed 06:34:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 06:34:53 X> Failed to upload 06:34:53 ==> Uploading to Codecov 06:34:53 % Total % Received % Xferd Average Speed Time Time Time Current 06:34:53 Dload Upload Total Spent Left Speed 06:34:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19132 100 110 100 19022 215 37225 --:--:-- --:--:-- --:--:-- 37298 06:34:53 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/10f5d80329275e8e77aa5b449b49b1589ab3bade [Pipeline] } 06:34:53 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:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:34:57 ---> package-listing.sh 06:34:57 ++ facter osfamily 06:34:57 ++ tr '[:upper:]' '[:lower:]' 06:34:57 + OS_FAMILY=redhat 06:34:57 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 06:34:57 + START_PACKAGES=/tmp/packages_start.txt 06:34:57 + END_PACKAGES=/tmp/packages_end.txt 06:34:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:34:57 + PACKAGES=/tmp/packages_start.txt 06:34:57 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 06:34:57 + PACKAGES=/tmp/packages_end.txt 06:34:57 + case "${OS_FAMILY}" in 06:34:57 + rpm -qa 06:34:57 + sort 06:35:02 + '[' -f /tmp/packages_start.txt ']' 06:35:02 + '[' -f /tmp/packages_end.txt ']' 06:35:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:35:02 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 06:35:02 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ 06:35:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] echo 06:35:02 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-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:35:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:35:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:35:02 06:35:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:35:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:35:03 alpine: Pulling from edgex-lftools-log-publisher 06:35:03 df20fa9351a1: Pulling fs layer 06:35:03 36b3adc4ff6f: Pulling fs layer 06:35:03 8ad3a11d3b57: Pulling fs layer 06:35:03 46f8f816bc3b: Pulling fs layer 06:35:03 93b61091891f: Pulling fs layer 06:35:03 93b9cdb0e59b: Pulling fs layer 06:35:03 5e14af77c1be: Pulling fs layer 06:35:03 01666e4c0597: Pulling fs layer 06:35:03 aa168da1d23b: Pulling fs layer 06:35:03 93b9cdb0e59b: Waiting 06:35:03 01666e4c0597: Waiting 06:35:03 aa168da1d23b: Waiting 06:35:03 46f8f816bc3b: Waiting 06:35:03 93b61091891f: Waiting 06:35:03 36b3adc4ff6f: Download complete 06:35:03 46f8f816bc3b: Verifying Checksum 06:35:03 46f8f816bc3b: Download complete 06:35:03 df20fa9351a1: Download complete 06:35:03 93b9cdb0e59b: Verifying Checksum 06:35:03 93b9cdb0e59b: Download complete 06:35:03 5e14af77c1be: Verifying Checksum 06:35:03 5e14af77c1be: Download complete 06:35:03 01666e4c0597: Verifying Checksum 06:35:03 01666e4c0597: Download complete 06:35:03 93b61091891f: Verifying Checksum 06:35:03 93b61091891f: Download complete 06:35:03 8ad3a11d3b57: Verifying Checksum 06:35:03 8ad3a11d3b57: Download complete 06:35:03 df20fa9351a1: Pull complete 06:35:03 36b3adc4ff6f: Pull complete 06:35:04 8ad3a11d3b57: Pull complete 06:35:04 46f8f816bc3b: Pull complete 06:35:04 93b61091891f: Pull complete 06:35:05 93b9cdb0e59b: Pull complete 06:35:05 5e14af77c1be: Pull complete 06:35:05 01666e4c0597: Pull complete 06:35:05 aa168da1d23b: Verifying Checksum 06:35:05 aa168da1d23b: Download complete 06:35:11 aa168da1d23b: Pull complete 06:35:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:35:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:35:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:35:12 prd-centos7-docker-4c-2g-5773 does not seem to be running inside a container 06:35:12 $ 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-584/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-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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:35:18 $ docker top 02f153a7b99abad1c1149517f7c49823e6f506645baa591c718ac35b10c16f32 -eo pid,comm [Pipeline] { [Pipeline] sh 06:35:18 + touch /tmp/pre-build-complete [Pipeline] sh 06:35:18 + mkdir -p /var/log/sa [Pipeline] sh 06:35:19 + ls /var/log/sa-host 06:35:19 + sadf -c /var/log/sa-host/sa05 06:35:19 file_magic: OK 06:35:19 HZ: Using current value: 100 06:35:19 file_header: OK 06:35:19 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:35:19 Statistics: 06:35:19 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:35:19 File successfully converted to sysstat format version 12.2.1 06:35:19 + sadf -c /var/log/sa-host/sa16 06:35:19 file_magic: OK 06:35:19 HZ: Using current value: 100 06:35:19 file_header: OK 06:35:19 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:35:19 Statistics: 06:35:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:35:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:35:19 provisioning config files... 06:35:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config3150170396956966573tmp [Pipeline] { [Pipeline] echo 06:35:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:35:19 ---> create-netrc.sh [Pipeline] } 06:35:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:35:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:35:20 ---> python-tools-install.sh [Pipeline] echo 06:35:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:35:20 ---> sudo-logs.sh 06:35:20 Archiving 'sudo' log.. [Pipeline] echo 06:35:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:35:20 ---> job-cost.sh 06:35:20 lf-activate-venv: SKIPPING 06:35:20 INFO: No Stack... 06:35:22 INFO: Retrieving Pricing Info for: v1-standard-2 06:35:22 INFO: Archiving Costs [Pipeline] echo 06:35:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:35:22 ---> logs-deploy.sh 06:35:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/22 06:35:22 INFO: archiving workspace using pattern(s): 06:35:24 Archives upload complete. 06:35:24 INFO: archiving logs to Nexus 06:35:25 ---> uname -a: 06:35:25 Linux prd-centos7-docker-4c-2g-5773.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:35:25 06:35:25 06:35:25 ---> lscpu: 06:35:25 Architecture: x86_64 06:35:25 CPU op-mode(s): 32-bit, 64-bit 06:35:25 Byte Order: Little Endian 06:35:25 Address sizes: 40 bits physical, 48 bits virtual 06:35:25 CPU(s): 4 06:35:25 On-line CPU(s) list: 0-3 06:35:25 Thread(s) per core: 1 06:35:25 Core(s) per socket: 1 06:35:25 Socket(s): 4 06:35:25 NUMA node(s): 1 06:35:25 Vendor ID: GenuineIntel 06:35:25 CPU family: 6 06:35:25 Model: 44 06:35:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:35:25 Stepping: 1 06:35:25 CPU MHz: 2933.442 06:35:25 BogoMIPS: 5866.88 06:35:25 Virtualization: VT-x 06:35:25 Hypervisor vendor: KVM 06:35:25 Virtualization type: full 06:35:25 L1d cache: 128 KiB 06:35:25 L1i cache: 128 KiB 06:35:25 L2 cache: 16 MiB 06:35:25 L3 cache: 64 MiB 06:35:25 NUMA node0 CPU(s): 0-3 06:35:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:35:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:35:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:35:25 Vulnerability Meltdown: Mitigation; PTI 06:35:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:35:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:35:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:35:25 Vulnerability Tsx async abort: Not affected 06:35:25 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:35:25 06:35:25 06:35:25 ---> nproc: 06:35:25 4 06:35:25 06:35:25 06:35:25 ---> df -h: 06:35:25 Filesystem Size Used Available Use% Mounted on 06:35:25 overlay 50.0G 7.2G 42.8G 14% / 06:35:25 tmpfs 64.0M 0 64.0M 0% /dev 06:35:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:35:25 shm 64.0M 0 64.0M 0% /dev/shm 06:35:25 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 06:35:25 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 06:35:25 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 06:35:25 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 06:35:25 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 06:35:25 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 06:35:25 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 06:35:25 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 06:35:25 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584 06:35:25 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp 06:35:25 06:35:25 06:35:25 ---> free -m: 06:35:25 total used free shared buff/cache available 06:35:25 Mem: 1837 663 104 0 1069 1071 06:35:25 Swap: 1023 1 1022 06:35:25 06:35:25 06:35:25 ---> ip addr: 06:35:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:35:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:35:25 inet 127.0.0.1/8 scope host lo 06:35:25 valid_lft forever preferred_lft forever 06:35:25 inet6 ::1/128 scope host 06:35:25 valid_lft forever preferred_lft forever 06:35:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:35:25 link/ether fa:16:3e:27:b6:4f brd ff:ff:ff:ff:ff:ff 06:35:25 inet 10.30.123.12/23 brd 10.30.123.255 scope global dynamic eth0 06:35:25 valid_lft 85878sec preferred_lft 85878sec 06:35:25 inet6 fe80::f816:3eff:fe27:b64f/64 scope link 06:35:25 valid_lft forever preferred_lft forever 06:35:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:35:25 link/ether 02:42:08:bc:58:7e brd ff:ff:ff:ff:ff:ff 06:35:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:35:25 valid_lft forever preferred_lft forever 06:35:25 inet6 fe80::42:8ff:febc:587e/64 scope link 06:35:25 valid_lft forever preferred_lft forever 06:35:25 06:35:25 06:35:25 ---> sar -b -r -n DEV: 06:35:25 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:35:25 06:35:25 06:26:25 LINUX RESTART (4 CPU) 06:35:25 06:35:25 06:27:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:35:25 06:28:01 60.18 17.59 42.58 0.00 5174.40 4960.77 0.00 06:35:25 06:29:01 1.92 0.00 1.92 0.00 0.00 40.22 0.00 06:35:25 06:30:01 0.18 0.00 0.18 0.00 0.00 2.16 0.00 06:35:25 06:31:01 0.32 0.00 0.32 0.00 0.00 3.50 0.00 06:35:25 06:32:01 0.20 0.00 0.20 0.00 0.00 2.65 0.00 06:35:25 06:33:01 0.35 0.00 0.35 0.00 0.00 4.96 0.00 06:35:25 06:34:01 0.27 0.02 0.25 0.00 0.13 2.83 0.00 06:35:25 06:35:01 41.49 41.31 0.18 0.00 4023.84 3.65 0.00 06:35:25 Average: 13.02 7.35 5.67 0.00 1141.69 618.71 0.00 06:35:25 06:35:25 06:27:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:35:25 06:28:01 165012 0 551756 29.32 2620 1162168 1097392 37.45 404272 1151080 132 06:35:25 06:29:01 167784 0 548976 29.18 2620 1162176 1089376 37.18 404084 1149296 12 06:35:25 06:30:01 167700 0 549056 29.18 2620 1162180 1089412 37.18 404528 1149296 8 06:35:25 06:31:01 167656 0 549100 29.18 2620 1162180 1076072 36.72 405712 1147976 16 06:35:25 06:32:01 167428 0 549320 29.19 2620 1162188 1076172 36.73 408580 1145388 16 06:35:25 06:33:01 162824 0 553920 29.44 2620 1162192 1076124 36.73 417080 1142004 12 06:35:25 06:34:01 164356 0 552376 29.36 2620 1162204 1067852 36.44 416180 1141776 12 06:35:25 06:35:01 83816 0 583248 31.00 2620 1211872 1104208 37.68 417092 1216800 216 06:35:25 Average: 155822 0 554719 29.48 2620 1168395 1084576 37.01 409691 1155452 53 06:35:25 06:35:25 06:27:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:35:25 06:28:01 eth0 561.75 367.12 1083.18 100.37 0.00 0.00 0.00 0.00 06:35:25 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:28:01 docker0 7.87 5.66 1.18 19.90 0.00 0.00 0.00 0.00 06:35:25 06:29:01 eth0 3.85 0.98 1.26 0.78 0.00 0.00 0.00 0.00 06:35:25 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:30:01 eth0 2.40 0.65 0.66 0.43 0.00 0.00 0.00 0.00 06:35:25 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:31:01 eth0 1.82 0.37 0.42 0.20 0.00 0.00 0.00 0.00 06:35:25 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:32:01 eth0 1.52 0.63 0.62 0.40 0.00 0.00 0.00 0.00 06:35:25 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:33:01 eth0 0.72 0.47 0.41 0.27 0.00 0.00 0.00 0.00 06:35:25 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:34:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:35:25 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:35:01 eth0 10.54 6.23 9.68 3.67 0.00 0.00 0.00 0.00 06:35:25 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 Average: eth0 71.84 46.41 135.09 13.09 0.00 0.00 0.00 0.00 06:35:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:25 Average: docker0 0.97 0.70 0.15 2.45 0.00 0.00 0.00 0.00 06:35:25 06:35:25 06:35:25 ---> sar -P ALL: 06:35:25 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:35:25 06:35:25 06:26:25 LINUX RESTART (4 CPU) 06:35:25 06:35:25 06:27:02 CPU %user %nice %system %iowait %steal %idle 06:35:25 06:28:01 all 10.58 0.00 3.11 1.49 0.08 84.74 06:35:25 06:28:01 0 9.62 0.00 3.59 0.51 0.05 86.22 06:35:25 06:28:01 1 11.50 0.00 3.19 2.88 0.07 82.36 06:35:25 06:28:01 2 10.42 0.00 2.92 1.40 0.07 85.19 06:35:25 06:28:01 3 10.79 0.00 2.73 1.18 0.12 85.18 06:35:25 06:29:01 all 0.13 0.00 0.05 0.00 0.02 99.81 06:35:25 06:29:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:35:25 06:29:01 1 0.12 0.00 0.07 0.00 0.05 99.77 06:35:25 06:29:01 2 0.20 0.00 0.03 0.00 0.02 99.75 06:35:25 06:29:01 3 0.13 0.00 0.05 0.00 0.02 99.80 06:35:25 06:30:01 all 0.14 0.00 0.04 0.00 0.04 99.78 06:35:25 06:30:01 0 0.02 0.00 0.03 0.00 0.02 99.93 06:35:25 06:30:01 1 0.10 0.00 0.05 0.00 0.08 99.77 06:35:25 06:30:01 2 0.42 0.00 0.05 0.00 0.05 99.48 06:35:25 06:30:01 3 0.02 0.00 0.02 0.00 0.02 99.95 06:35:25 06:31:01 all 0.15 0.00 0.03 0.00 0.02 99.80 06:35:25 06:31:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:35:25 06:31:01 1 0.05 0.00 0.03 0.00 0.03 99.88 06:35:25 06:31:01 2 0.50 0.00 0.05 0.00 0.02 99.43 06:35:25 06:31:01 3 0.02 0.00 0.02 0.00 0.02 99.95 06:35:25 06:32:01 all 0.16 0.00 0.04 0.00 0.01 99.79 06:35:25 06:32:01 0 0.02 0.00 0.07 0.00 0.02 99.90 06:35:25 06:32:01 1 0.07 0.00 0.03 0.00 0.03 99.87 06:35:25 06:32:01 2 0.55 0.00 0.03 0.00 0.00 99.42 06:35:25 06:32:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:35:25 06:33:01 all 0.16 0.00 0.04 0.00 0.00 99.80 06:35:25 06:33:01 0 0.48 0.00 0.07 0.00 0.00 99.45 06:35:25 06:33:01 1 0.07 0.00 0.05 0.00 0.00 99.88 06:35:25 06:33:01 2 0.07 0.00 0.03 0.00 0.00 99.90 06:35:25 06:33:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:35:25 06:34:01 all 0.15 0.00 0.02 0.00 0.00 99.83 06:35:25 06:34:01 0 0.23 0.00 0.03 0.00 0.00 99.73 06:35:25 06:34:01 1 0.03 0.00 0.02 0.00 0.02 99.93 06:35:25 06:34:01 2 0.32 0.00 0.05 0.00 0.00 99.63 06:35:25 06:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 06:35:25 06:35:01 all 1.06 0.00 0.45 0.96 0.01 97.52 06:35:25 06:35:01 0 1.05 0.00 0.57 0.08 0.02 98.28 06:35:25 06:35:01 1 0.35 0.00 0.28 0.25 0.00 99.12 06:35:25 06:35:01 2 1.77 0.00 0.47 1.64 0.02 96.11 06:35:25 06:35:01 3 1.08 0.00 0.50 1.87 0.00 96.55 06:35:25 Average: all 1.54 0.00 0.46 0.30 0.02 97.67 06:35:25 Average: 0 1.41 0.00 0.54 0.07 0.01 97.96 06:35:25 Average: 1 1.51 0.00 0.46 0.38 0.04 97.62 06:35:25 Average: 2 1.75 0.00 0.45 0.38 0.02 97.40 06:35:25 Average: 3 1.48 0.00 0.41 0.38 0.02 97.71 06:35:25 06:35:25 06:35:25