Pull request #584 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cc046fc61b77b3872e1e4d069c09d9b904ba72b4+43893dea7cdf8ffe29fac0bba279684163774e51 (6358c1a5cc75b1d487aae462695e37c34b5c9176) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-9662 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 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit cc046fc61b77b3872e1e4d069c09d9b904ba72b4 Merge succeeded, producing cc046fc61b77b3872e1e4d069c09d9b904ba72b4 Checking out Revision cc046fc61b77b3872e1e4d069c09d9b904ba72b4 (PR-584) > git config core.sparsecheckout # timeout=10 > git checkout -f cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # 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 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:03:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:03:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:03:07 ========================================================= 07:03:07 EdgeX Global Pipelines Version Info 07:03:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk be8b30892ce9b491d8687bb34e9f5f22f494c4eb # timeout=10 07:03:08 ------------------- 07:03:08 stable info: 07:03:08 ------------------- 07:03:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:03:08 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 07:03:08 Message: update stable to v1.0.148 07:03:09 ------------------- 07:03:09 experimental info: 07:03:09 ------------------- 07:03:09 Commited By: **** collab-it+edgex@linuxfoundation.org 07:03:09 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 07:03:09 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:03:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:03:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:03:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cc046fc61b77b3872e1e4d069c09d9b904ba72b4 [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cc046fc [Pipeline] echo 07:03:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:03:13 + git log --format=format:%s -1 cc046fc61b77b3872e1e4d069c09d9b904ba72b4 [Pipeline] echo 07:03:13 GIT_COMMIT: cc046fc61b77b3872e1e4d069c09d9b904ba72b4, Commit Message: build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0 [Pipeline] echo 07:03:13 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:03:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:14 07:03:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:03:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:14 latest: Pulling from edgex-devops/git-semver 07:03:14 31603596830f: Pulling fs layer 07:03:14 2a8b12db71e7: Pulling fs layer 07:03:14 6ca5941a6612: Pulling fs layer 07:03:14 ecc8261a40a4: Pulling fs layer 07:03:14 ecc8261a40a4: Waiting 07:03:14 2a8b12db71e7: Verifying Checksum 07:03:14 2a8b12db71e7: Download complete 07:03:15 31603596830f: Download complete 07:03:15 ecc8261a40a4: Verifying Checksum 07:03:15 ecc8261a40a4: Download complete 07:03:15 6ca5941a6612: Verifying Checksum 07:03:15 6ca5941a6612: Download complete 07:03:15 31603596830f: Pull complete 07:03:15 2a8b12db71e7: Pull complete 07:03:16 6ca5941a6612: Pull complete 07:03:16 ecc8261a40a4: Pull complete 07:03:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:03:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:03:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:03:16 prd-centos7-docker-4c-2g-9662 does not seem to be running inside a container 07:03:16 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:03:19 $ docker top 6fdacea3802090b339c7c61ad2a90ff0a89dea1dde380ff671a1f56e32a634d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:03:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:19 [ssh-agent] Looking for ssh-agent implementation... 07:03:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:19 $ docker exec 6fdacea3802090b339c7c61ad2a90ff0a89dea1dde380ff671a1f56e32a634d1 ssh-agent 07:03:19 SSH_AUTH_SOCK=/tmp/ssh-IUVCmRcuvXsP/agent.11 07:03:19 SSH_AGENT_PID=17 07:03:19 Running ssh-add (command line suppressed) 07:03:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8594733399411260268.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8594733399411260268.key) 07:03:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:20 + git tag --points-at HEAD [Pipeline] } 07:03:20 $ docker exec --env ******** --env ******** 6fdacea3802090b339c7c61ad2a90ff0a89dea1dde380ff671a1f56e32a634d1 ssh-agent -k 07:03:20 unset SSH_AUTH_SOCK; 07:03:20 unset SSH_AGENT_PID; 07:03:20 echo Agent pid 17 killed; 07:03:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:03:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:03:20 [ssh-agent] Looking for ssh-agent implementation... 07:03:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:03:21 $ docker exec 6fdacea3802090b339c7c61ad2a90ff0a89dea1dde380ff671a1f56e32a634d1 ssh-agent 07:03:21 SSH_AUTH_SOCK=/tmp/ssh-xdfGUSKwC6iZ/agent.47 07:03:21 SSH_AGENT_PID=53 07:03:21 Running ssh-add (command line suppressed) 07:03:21 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_7110268333092062386.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_7110268333092062386.key) 07:03:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:03:21 + git semver init 07:03:21 # -> Open(): unable to determine branch for HEAD 07:03:21 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git 07:03:21 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 07:03:21 # $SEMVER_REMOTE_NAME = origin 07:03:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:03:21 # $SEMVER_USER_NAME = edgex-jenkins 07:03:21 # $SEMVER_BRANCH = PR-584 07:03:21 # $SEMVER_TEMP = /tmp/semver-130859408 07:03:21 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:03:22 # '/tmp/semver-130859408' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' 07:03:22 # -> Force: false 07:03:22 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } 07:03:22 $ docker exec --env ******** --env ******** 6fdacea3802090b339c7c61ad2a90ff0a89dea1dde380ff671a1f56e32a634d1 ssh-agent -k 07:03:22 unset SSH_AUTH_SOCK; 07:03:22 unset SSH_AGENT_PID; 07:03:22 echo Agent pid 53 killed; 07:03:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:03:23 + git semver [Pipeline] } 07:03:23 $ docker stop --time=1 6fdacea3802090b339c7c61ad2a90ff0a89dea1dde380ff671a1f56e32a634d1 07:03:24 $ docker rm -f 6fdacea3802090b339c7c61ad2a90ff0a89dea1dde380ff671a1f56e32a634d1 [Pipeline] // withDockerContainer [Pipeline] sh 07:03:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:03:25 Stashed 1 file(s) [Pipeline] echo 07:03:25 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:03:41 Still waiting to schedule task 07:03:41 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:03:41 Still waiting to schedule task 07:03:41 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:06:03 Running on prd-centos7-docker-4c-2g-9667 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 07:06:03 Running in /w/workspace/device-sdk-go/33 [Pipeline] { [Pipeline] checkout 07:06:10 using credential edgex-jenkins-ssh 07:06:10 Cloning the remote Git repository 07:06:10 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:06:10 > git init /w/workspace/device-sdk-go/33 # timeout=10 07:06:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:06:10 > git --version # timeout=10 07:06:10 > git --version # 'git version 2.16.5' 07:06:10 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:06:12 Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit cc046fc61b77b3872e1e4d069c09d9b904ba72b4 07:06:12 Merge succeeded, producing cc046fc61b77b3872e1e4d069c09d9b904ba72b4 07:06:12 Checking out Revision cc046fc61b77b3872e1e4d069c09d9b904ba72b4 (PR-584) 07:06:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:06:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:06:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:06:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:06:12 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:12 > 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 07:06:12 > git config core.sparsecheckout # timeout=10 07:06:12 > git checkout -f cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 07:06:12 > git remote # timeout=10 07:06:12 > git config --get remote.origin.url # timeout=10 07:06:12 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:12 > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 07:06:12 > git rev-parse HEAD^{commit} # timeout=10 07:06:12 > git config core.sparsecheckout # timeout=10 07:06:12 > git checkout -f cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 07:06:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9666 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 07:06:14 Running in /w/workspace/device-sdk-go/33 [Pipeline] { [Pipeline] checkout 07:06:17 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:06:17 ========================================================= 07:06:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:06:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:06:18 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 07:06:19 Sending build context to Docker daemon 2.343MB 07:06:19 Step 1/8 : ARG BASE=golang:1.15-alpine 07:06:19 Step 2/8 : FROM ${BASE} 07:06:19 using credential edgex-jenkins-ssh 07:06:19 Cloning the remote Git repository 07:06:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:06:19 df20fa9351a1: Pulling fs layer 07:06:19 ed8968b2872e: Pulling fs layer 07:06:19 a92cc7c5fd73: Pulling fs layer 07:06:19 e871e8e8d7a9: Pulling fs layer 07:06:19 e73272ec9a57: Pulling fs layer 07:06:19 1e910a182e73: Pulling fs layer 07:06:19 4e634b169226: Pulling fs layer 07:06:19 e73272ec9a57: Waiting 07:06:19 1e910a182e73: Waiting 07:06:19 4e634b169226: Waiting 07:06:19 e871e8e8d7a9: Waiting 07:06:19 a92cc7c5fd73: Verifying Checksum 07:06:19 a92cc7c5fd73: Download complete 07:06:19 ed8968b2872e: Verifying Checksum 07:06:19 ed8968b2872e: Download complete 07:06:19 e73272ec9a57: Verifying Checksum 07:06:19 e73272ec9a57: Download complete 07:06:19 1e910a182e73: Verifying Checksum 07:06:19 1e910a182e73: Download complete 07:06:19 df20fa9351a1: Verifying Checksum 07:06:19 df20fa9351a1: Download complete 07:06:19 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:06:19 > git init /w/workspace/device-sdk-go/33 # timeout=10 07:06:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:06:19 > git --version # timeout=10 07:06:19 > git --version # 'git version 2.17.1' 07:06:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:06:20 df20fa9351a1: Pull complete 07:06:20 ed8968b2872e: Pull complete 07:06:21 a92cc7c5fd73: Pull complete 07:06:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:06:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:06:22 Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit cc046fc61b77b3872e1e4d069c09d9b904ba72b4 07:06:22 Merge succeeded, producing cc046fc61b77b3872e1e4d069c09d9b904ba72b4 07:06:22 Checking out Revision cc046fc61b77b3872e1e4d069c09d9b904ba72b4 (PR-584) 07:06:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:06:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:06:21 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:21 > 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 07:06:22 > git config core.sparsecheckout # timeout=10 07:06:22 > git checkout -f cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 07:06:22 > git remote # timeout=10 07:06:22 > git config --get remote.origin.url # timeout=10 07:06:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:22 > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 07:06:22 > git rev-parse HEAD^{commit} # timeout=10 07:06:22 > git config core.sparsecheckout # timeout=10 07:06:22 > git checkout -f cc046fc61b77b3872e1e4d069c09d9b904ba72b4 # timeout=10 07:06:23 4e634b169226: Verifying Checksum 07:06:23 4e634b169226: Download complete 07:06:25 e871e8e8d7a9: Verifying Checksum 07:06:25 e871e8e8d7a9: Download complete 07:06:27 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:06:27 ========================================================= 07:06:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:06:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:06:28 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 07:06:29 Sending build context to Docker daemon 2.343MB 07:06:29 Step 1/8 : ARG BASE=golang:1.15-alpine 07:06:29 Step 2/8 : FROM ${BASE} 07:06:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:06:30 b538f80385f9: Pulling fs layer 07:06:30 74f711af9a0d: Pulling fs layer 07:06:30 99f96fe45779: Pulling fs layer 07:06:30 8529a6b9a6be: Pulling fs layer 07:06:30 45590311c82a: Pulling fs layer 07:06:30 69ca0ff8b7b3: Pulling fs layer 07:06:30 209524e5b208: Pulling fs layer 07:06:30 8529a6b9a6be: Waiting 07:06:30 45590311c82a: Waiting 07:06:30 69ca0ff8b7b3: Waiting 07:06:30 209524e5b208: Waiting 07:06:30 99f96fe45779: Verifying Checksum 07:06:30 99f96fe45779: Download complete 07:06:30 74f711af9a0d: Verifying Checksum 07:06:30 74f711af9a0d: Download complete 07:06:30 45590311c82a: Verifying Checksum 07:06:30 45590311c82a: Download complete 07:06:30 69ca0ff8b7b3: Verifying Checksum 07:06:30 69ca0ff8b7b3: Download complete 07:06:30 b538f80385f9: Verifying Checksum 07:06:30 b538f80385f9: Download complete 07:06:31 b538f80385f9: Pull complete 07:06:31 74f711af9a0d: Pull complete 07:06:31 99f96fe45779: Pull complete 07:06:32 209524e5b208: Verifying Checksum 07:06:32 209524e5b208: Download complete 07:06:34 8529a6b9a6be: Verifying Checksum 07:06:34 8529a6b9a6be: Download complete 07:06:35 e871e8e8d7a9: Pull complete 07:06:35 e73272ec9a57: Pull complete 07:06:35 1e910a182e73: Pull complete 07:06:41 4e634b169226: Pull complete 07:06:41 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:06:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:06:41 ---> f7629b54cfaa 07:06:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:06:41 ---> Running in 1630dc9a2c66 07:06:41 Removing intermediate container 1630dc9a2c66 07:06:41 ---> 20aeb6327b50 07:06:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:41 ---> Running in c448b41657e0 07:06:42 Removing intermediate container c448b41657e0 07:06:42 ---> 5ebaa89fc674 07:06:42 Step 5/8 : RUN apk add --no-cache make git 07:06:42 ---> Running in 7086b329eda7 07:06:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:06:44 8529a6b9a6be: Pull complete 07:06:44 45590311c82a: Pull complete 07:06:44 69ca0ff8b7b3: Pull complete 07:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:06:45 OK: 166 MiB in 39 packages 07:06:46 Removing intermediate container 7086b329eda7 07:06:46 ---> 8122c755d7c8 07:06:46 Step 6/8 : WORKDIR /device-sdk-go 07:06:46 ---> Running in 6ea0c8721a86 07:06:46 Removing intermediate container 6ea0c8721a86 07:06:46 ---> cf97c35f98b0 07:06:46 Step 7/8 : COPY . . 07:06:48 209524e5b208: Pull complete 07:06:48 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:06:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:06:48 ---> 5bddaf1c2fca 07:06:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:06:48 ---> 8d28c22baf39 07:06:48 Step 8/8 : RUN go mod download 07:06:48 ---> Running in 9c0b55e7d738 07:06:51 ---> Running in e27143f38489 07:06:51 Removing intermediate container e27143f38489 07:06:51 ---> 8c80454c4138 07:06:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:06:51 ---> Running in bf7dc939d0bb 07:06:54 Removing intermediate container bf7dc939d0bb 07:06:54 ---> 20fba2169d24 07:06:54 Step 5/8 : RUN apk add --no-cache make git 07:06:54 ---> Running in b694a9c13880 07:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:06:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:06:57 OK: 142 MiB in 39 packages 07:06:58 Removing intermediate container b694a9c13880 07:06:58 ---> 410ee6e59cf0 07:06:58 Step 6/8 : WORKDIR /device-sdk-go 07:06:58 ---> Running in a8d80f3500fe 07:06:59 Removing intermediate container a8d80f3500fe 07:06:59 ---> d17f97e90398 07:06:59 Step 7/8 : COPY . . 07:07:00 ---> e9642949babd 07:07:00 Step 8/8 : RUN go mod download 07:07:00 ---> Running in c0cb6217bfd5 07:07:10 Removing intermediate container 9c0b55e7d738 07:07:10 ---> 3bfe02fc7ec9 07:07:10 Successfully built 3bfe02fc7ec9 07:07:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:07:11 + docker inspect -f . ci-base-image-x86_64 07:07:11 . [Pipeline] withDockerContainer 07:07:12 prd-centos7-docker-4c-2g-9667 does not seem to be running inside a container 07:07:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/33 -v /w/workspace/device-sdk-go/33:/w/workspace/device-sdk-go/33:rw,z -v /w/workspace/device-sdk-go/33@tmp:/w/workspace/device-sdk-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:07:13 $ docker top 00de676797ca9cb8ffe7203b96e64f78563be97411c9e61a398307fc4b970514 -eo pid,comm [Pipeline] { [Pipeline] sh 07:07:13 + go version 07:07:13 go version go1.15.2 linux/amd64 [Pipeline] } 07:07:13 $ docker stop --time=1 00de676797ca9cb8ffe7203b96e64f78563be97411c9e61a398307fc4b970514 07:07:15 $ docker rm -f 00de676797ca9cb8ffe7203b96e64f78563be97411c9e61a398307fc4b970514 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:07:16 + docker inspect -f . ci-base-image-x86_64 07:07:16 . [Pipeline] withDockerContainer 07:07:16 prd-centos7-docker-4c-2g-9667 does not seem to be running inside a container 07:07:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/33 -v /w/workspace/device-sdk-go/33:/w/workspace/device-sdk-go/33:rw,z -v /w/workspace/device-sdk-go/33@tmp:/w/workspace/device-sdk-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:07:17 $ docker top 1d4ba5218486de942acb66ac44dc5ee7d935d0aae15081f0f68294f77d699446 -eo pid,comm [Pipeline] { [Pipeline] sh 07:07:18 + make test 07:07:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:07:23 Removing intermediate container c0cb6217bfd5 07:07:23 ---> e6f83c7655c4 07:07:23 Successfully built e6f83c7655c4 07:07:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:07:24 + docker inspect -f . ci-base-image-arm64 07:07:24 . [Pipeline] withDockerContainer 07:07:24 prd-ubuntu18.04-docker-arm64-4c-16g-9666 does not seem to be running inside a container 07:07:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/33 -v /w/workspace/device-sdk-go/33:/w/workspace/device-sdk-go/33:rw,z -v /w/workspace/device-sdk-go/33@tmp:/w/workspace/device-sdk-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:07:26 $ docker top ae0abe777d3b134b0651d45ea1ad4a4453b2018728f3e5c31deeeabcf01da4dd -eo pid,comm [Pipeline] { [Pipeline] sh 07:07:27 + go version 07:07:27 go version go1.15.2 linux/arm64 [Pipeline] } 07:07:27 $ docker stop --time=1 ae0abe777d3b134b0651d45ea1ad4a4453b2018728f3e5c31deeeabcf01da4dd 07:07:29 $ docker rm -f ae0abe777d3b134b0651d45ea1ad4a4453b2018728f3e5c31deeeabcf01da4dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:07:30 + docker inspect -f . ci-base-image-arm64 07:07:30 . [Pipeline] withDockerContainer 07:07:30 prd-ubuntu18.04-docker-arm64-4c-16g-9666 does not seem to be running inside a container 07:07:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/33 -v /w/workspace/device-sdk-go/33:/w/workspace/device-sdk-go/33:rw,z -v /w/workspace/device-sdk-go/33@tmp:/w/workspace/device-sdk-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:07:31 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:07:32 $ docker top 44d776fac926ca650e69960f8c7e036c855164c2affbafc3817c064f107f6b8b -eo pid,comm [Pipeline] { [Pipeline] sh 07:07:34 + make test 07:07:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:07:56 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:07:59 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:07:59 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:07:59 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:07:59 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.090s coverage: 21.4% of statements 07:07:59 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.133s coverage: 97.1% of statements 07:08:32 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.069s coverage: 9.4% of statements 07:08:32 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.067s coverage: 21.9% of statements 07:08:32 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:08:32 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.491s coverage: 42.6% of statements 07:08:32 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:08:32 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.713s coverage: 68.9% of statements 07:08:32 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:08:32 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:08:32 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:08:32 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:08:32 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.082s coverage: 52.6% of statements 07:08:32 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:08:32 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:08:32 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:08:32 ok github.com/edgexfoundry/device-sdk-go/pkg/models 4.379s coverage: 68.9% of statements 07:08:32 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.308s coverage: 4.7% of statements 07:08:32 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:08:32 GO111MODULE=on go vet ./... 07:08:35 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:08:35 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:08:35 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:08:35 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.148s coverage: 21.4% of statements 07:08:38 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.242s coverage: 97.1% of statements 07:08:42 gofmt -l . 07:08:42 [ "`gofmt -l .`" = "" ] 07:08:42 ./bin/test-attribution-txt.sh 07:08:43 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:08:45 Stashed 1 file(s) [Pipeline] } 07:08:45 $ docker stop --time=1 1d4ba5218486de942acb66ac44dc5ee7d935d0aae15081f0f68294f77d699446 07:08:47 $ docker rm -f 1d4ba5218486de942acb66ac44dc5ee7d935d0aae15081f0f68294f77d699446 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:08:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:08:49 + ls -al . 07:08:49 total 208 07:08:49 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 29 07:08 . 07:08:49 drwxrwxr-x. 4 jenkins jenkins 30 Oct 29 07:06 .. 07:08:49 drwxrwxr-x. 2 jenkins jenkins 64 Oct 29 07:06 bin 07:08:49 -rw-r--r--. 1 jenkins jenkins 127611 Oct 29 07:08 coverage.out 07:08:49 -rw-rw-r--. 1 jenkins jenkins 936 Oct 29 07:06 Dockerfile.build 07:08:49 -rw-rw-r--. 1 jenkins jenkins 140 Oct 29 07:06 .dockerignore 07:08:49 drwxrwxr-x. 4 jenkins jenkins 48 Oct 29 07:06 example 07:08:49 drwxrwxr-x. 8 jenkins jenkins 179 Oct 29 07:06 .git 07:08:49 drwxrwxr-x. 2 jenkins jenkins 60 Oct 29 07:06 .github 07:08:49 -rw-rw-r--. 1 jenkins jenkins 138 Oct 29 07:06 .gitignore 07:08:49 -rw-r--r--. 1 jenkins jenkins 518 Oct 29 07:08 go.mod 07:08:49 -rw-r--r--. 1 jenkins jenkins 13521 Oct 29 07:08 go.sum 07:08:49 drwxrwxr-x. 15 jenkins jenkins 211 Oct 29 07:06 internal 07:08:49 -rw-rw-r--. 1 jenkins jenkins 901 Oct 29 07:06 Jenkinsfile 07:08:49 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 29 07:06 LICENSE 07:08:49 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 29 07:06 Makefile 07:08:49 drwxrwxr-x. 4 jenkins jenkins 26 Oct 29 07:06 openapi 07:08:49 drwxrwxr-x. 5 jenkins jenkins 50 Oct 29 07:06 pkg 07:08:49 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 29 07:06 README.md 07:08:49 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 29 07:06 RELEASE-NOTES.txt 07:08:49 drwxrwxr-x. 4 jenkins jenkins 54 Oct 29 07:06 snap 07:08:49 -rw-rw-r--. 1 jenkins jenkins 5 Oct 29 07:03 VERSION 07:08:49 -rw-rw-r--. 1 jenkins jenkins 222 Oct 29 07:06 version.go [Pipeline] isUnix [Pipeline] sh 07:08:49 + 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=cc046fc61b77b3872e1e4d069c09d9b904ba72b4 --label arch=amd64 --label version=0.0.0 . 07:08:50 Sending build context to Docker daemon 2.471MB 07:08:50 Step 1/24 : ARG BASE=golang:1.15-alpine 07:08:50 Step 2/24 : FROM ${BASE} AS builder 07:08:50 ---> 3bfe02fc7ec9 07:08:50 Step 3/24 : ARG MAKE='make build' 07:08:50 ---> Running in 085ddb309597 07:08:50 Removing intermediate container 085ddb309597 07:08:50 ---> 105aa75bf7b7 07:08:50 Step 4/24 : WORKDIR /device-sdk-go 07:08:51 ---> Running in 962629cb98e0 07:08:51 Removing intermediate container 962629cb98e0 07:08:51 ---> e907085d495a 07:08:51 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:08:51 ---> Running in 659ebb05dfec 07:08:51 Removing intermediate container 659ebb05dfec 07:08:51 ---> ecfc29f4359b 07:08:51 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:08:51 ---> Running in 520d7a76a626 07:08:53 Removing intermediate container 520d7a76a626 07:08:53 ---> 759707ce36a8 07:08:53 Step 7/24 : RUN apk add --update --no-cache make git 07:08:53 ---> Running in 272ba2d8e4b6 07:08:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:08:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:08:56 OK: 166 MiB in 39 packages 07:08:56 Removing intermediate container 272ba2d8e4b6 07:08:56 ---> 3cbe31431260 07:08:56 Step 8/24 : COPY . . 07:08:57 ---> 8470490c3e8e 07:08:57 Step 9/24 : RUN ${MAKE} 07:08:57 ---> Running in 56d563198c8b 07:08:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:09:10 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.120s coverage: 9.4% of statements 07:09:10 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.110s coverage: 21.9% of statements 07:09:10 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:09:10 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.626s coverage: 42.6% of statements 07:09:10 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:09:10 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.764s coverage: 68.9% of statements 07:09:10 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:09:10 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:09:10 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:09:10 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:09:10 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.177s coverage: 52.6% of statements 07:09:10 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:09:10 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:09:10 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:09:10 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.925s coverage: 68.9% of statements 07:09:10 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.142s coverage: 4.7% of statements 07:09:10 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:09:10 GO111MODULE=on go vet ./... 07:09:14 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:09:17 Removing intermediate container 56d563198c8b 07:09:17 ---> 2dfa95885b2c 07:09:17 Step 10/24 : FROM scratch 07:09:17 ---> 07:09:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:09:17 ---> Running in a6126dcc5f11 07:09:17 Removing intermediate container a6126dcc5f11 07:09:17 ---> 545e47bcbd31 07:09:17 Step 12/24 : ENV APP_PORT=49990 07:09:17 ---> Running in a9101b47ec53 07:09:18 Removing intermediate container a9101b47ec53 07:09:18 ---> 02aa8e0f95dd 07:09:18 Step 13/24 : EXPOSE $APP_PORT 07:09:18 ---> Running in ec60dfce9c1f 07:09:18 Removing intermediate container ec60dfce9c1f 07:09:18 ---> 318f8b4f8faf 07:09:18 Step 14/24 : WORKDIR / 07:09:18 ---> Running in daa46004c13f 07:09:18 Removing intermediate container daa46004c13f 07:09:18 ---> d24beb664945 07:09:18 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:09:19 ---> ea59d64e9d6e 07:09:19 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:09:19 ---> 2dce238eef0c 07:09:19 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:09:19 ---> 59512a6be1c7 07:09:19 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:09:20 ---> b7b4e09c85ae 07:09:20 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:09:20 ---> ea842c4a6a40 07:09:20 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:09:20 ---> Running in e26221ba19f2 07:09:20 Removing intermediate container e26221ba19f2 07:09:20 ---> c425db7c93ec 07:09:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:09:21 ---> Running in 3ee73b9b9033 07:09:21 Removing intermediate container 3ee73b9b9033 07:09:21 ---> 774f6561e506 07:09:21 Step 22/24 : LABEL arch=amd64 07:09:21 ---> Running in 839efad432d8 07:09:21 Removing intermediate container 839efad432d8 07:09:21 ---> 36db0125dce9 07:09:21 Step 23/24 : LABEL git_sha=cc046fc61b77b3872e1e4d069c09d9b904ba72b4 07:09:21 ---> Running in 2a6944139ac0 07:09:21 Removing intermediate container 2a6944139ac0 07:09:21 ---> 695d04319885 07:09:21 Step 24/24 : LABEL version=0.0.0 07:09:21 ---> Running in be88b7efcfdf 07:09:22 Removing intermediate container be88b7efcfdf 07:09:22 ---> 40bc2b41e78d 07:09:22 [Warning] One or more build-args [ARCH] were not consumed 07:09:22 Successfully built 40bc2b41e78d 07:09:22 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:09:37 gofmt -l . 07:09:37 [ "`gofmt -l .`" = "" ] 07:09:37 ./bin/test-attribution-txt.sh 07:09:38 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:09:38 Warning: overwriting stash ‘coverage-report’ 07:09:39 Stashed 1 file(s) [Pipeline] } 07:09:39 $ docker stop --time=1 44d776fac926ca650e69960f8c7e036c855164c2affbafc3817c064f107f6b8b 07:09:41 $ docker rm -f 44d776fac926ca650e69960f8c7e036c855164c2affbafc3817c064f107f6b8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:09:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:09:43 + ls -al . 07:09:43 total 244 07:09:43 drwxrwxr-x 10 jenkins jenkins 4096 Oct 29 07:09 . 07:09:43 drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:06 .. 07:09:43 -rw-rw-r-- 1 jenkins jenkins 140 Oct 29 07:06 .dockerignore 07:09:43 drwxrwxr-x 8 jenkins jenkins 4096 Oct 29 07:06 .git 07:09:43 drwxrwxr-x 2 jenkins jenkins 4096 Oct 29 07:06 .github 07:09:43 -rw-rw-r-- 1 jenkins jenkins 138 Oct 29 07:06 .gitignore 07:09:43 -rw-rw-r-- 1 jenkins jenkins 936 Oct 29 07:06 Dockerfile.build 07:09:43 -rw-rw-r-- 1 jenkins jenkins 901 Oct 29 07:06 Jenkinsfile 07:09:43 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 29 07:06 LICENSE 07:09:43 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 29 07:06 Makefile 07:09:43 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 29 07:06 README.md 07:09:43 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 29 07:06 RELEASE-NOTES.txt 07:09:43 -rw-rw-r-- 1 jenkins jenkins 5 Oct 29 07:03 VERSION 07:09:43 drwxrwxr-x 2 jenkins jenkins 4096 Oct 29 07:06 bin 07:09:43 -rw-r--r-- 1 jenkins jenkins 127611 Oct 29 07:09 coverage.out 07:09:43 drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:06 example 07:09:43 -rw-r--r-- 1 jenkins jenkins 518 Oct 29 07:09 go.mod 07:09:43 -rw-r--r-- 1 jenkins jenkins 13521 Oct 29 07:09 go.sum 07:09:43 drwxrwxr-x 15 jenkins jenkins 4096 Oct 29 07:06 internal 07:09:43 drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:06 openapi 07:09:43 drwxrwxr-x 5 jenkins jenkins 4096 Oct 29 07:06 pkg 07:09:43 drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:06 snap 07:09:43 -rw-rw-r-- 1 jenkins jenkins 222 Oct 29 07:06 version.go [Pipeline] isUnix [Pipeline] sh 07:09:44 + 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=cc046fc61b77b3872e1e4d069c09d9b904ba72b4 --label arch=arm64 --label version=0.0.0 . 07:09:44 Sending build context to Docker daemon 2.471MB 07:09:44 Step 1/24 : ARG BASE=golang:1.15-alpine 07:09:44 Step 2/24 : FROM ${BASE} AS builder 07:09:44 ---> e6f83c7655c4 07:09:44 Step 3/24 : ARG MAKE='make build' 07:09:45 ---> Running in b13ddaa09727 07:09:45 Removing intermediate container b13ddaa09727 07:09:45 ---> 1cdc03bc2388 07:09:45 Step 4/24 : WORKDIR /device-sdk-go 07:09:45 ---> Running in 7e5fb511a4d9 07:09:46 Removing intermediate container 7e5fb511a4d9 07:09:46 ---> 123b2a0b1405 07:09:46 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:09:46 ---> Running in db14ee34400e 07:09:46 Removing intermediate container db14ee34400e 07:09:46 ---> 7cfd4442866a 07:09:46 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:09:46 ---> Running in a370142e8eec 07:09:49 Removing intermediate container a370142e8eec 07:09:49 ---> 2afbaa1b361a 07:09:49 Step 7/24 : RUN apk add --update --no-cache make git 07:09:49 ---> Running in 6c7514bfe14d 07:09:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:09:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:09:52 OK: 142 MiB in 39 packages 07:09:53 Removing intermediate container 6c7514bfe14d 07:09:53 ---> 26e7facd165d 07:09:53 Step 8/24 : COPY . . 07:09:54 ---> 24d9cb4f42b8 07:09:54 Step 9/24 : RUN ${MAKE} 07:09:54 ---> Running in 1999f84d9d5d 07:09:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:10:23 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:10:23 Removing intermediate container 1999f84d9d5d 07:10:23 ---> 001481de6f60 07:10:23 Step 10/24 : FROM scratch 07:10:23 ---> 07:10:23 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:10:23 ---> Running in d8f1f9312a08 07:10:23 Removing intermediate container d8f1f9312a08 07:10:23 ---> 7239889b9ecf 07:10:23 Step 12/24 : ENV APP_PORT=49990 07:10:23 ---> Running in fdcf100baf40 07:10:23 Removing intermediate container fdcf100baf40 07:10:23 ---> 74a51dbf8208 07:10:23 Step 13/24 : EXPOSE $APP_PORT 07:10:23 ---> Running in 1dc10df08c6a 07:10:24 Removing intermediate container 1dc10df08c6a 07:10:24 ---> c9ca88cb410e 07:10:24 Step 14/24 : WORKDIR / 07:10:24 ---> Running in b2354db79136 07:10:24 Removing intermediate container b2354db79136 07:10:24 ---> be3858a64171 07:10:24 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:10:25 ---> ef5c083d8346 07:10:25 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:10:26 ---> e3db65b79134 07:10:26 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:10:27 ---> 2d2d68fede9a 07:10:27 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:10:28 ---> 8c311765ec6f 07:10:28 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:10:29 ---> d7def459e62c 07:10:29 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:10:29 ---> Running in 3cfd41eb06a3 07:10:29 Removing intermediate container 3cfd41eb06a3 07:10:29 ---> f68fa9721b33 07:10:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:10:29 ---> Running in bb743923fc0c 07:10:30 Removing intermediate container bb743923fc0c 07:10:30 ---> ebc69dd7047a 07:10:30 Step 22/24 : LABEL arch=arm64 07:10:30 ---> Running in a418a4e544d7 07:10:30 Removing intermediate container a418a4e544d7 07:10:30 ---> bb64676c5bf4 07:10:30 Step 23/24 : LABEL git_sha=cc046fc61b77b3872e1e4d069c09d9b904ba72b4 07:10:30 ---> Running in 9c142f0d880a 07:10:31 Removing intermediate container 9c142f0d880a 07:10:31 ---> 40a0e5007135 07:10:31 Step 24/24 : LABEL version=0.0.0 07:10:31 ---> Running in 59669eb37f4a 07:10:31 Removing intermediate container 59669eb37f4a 07:10:31 ---> b63cfb4af86e 07:10:31 [Warning] One or more build-args [ARCH] were not consumed 07:10:31 Successfully built b63cfb4af86e 07:10:31 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:10:33 provisioning config files... 07:10:33 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config3456393778039184332tmp [Pipeline] { [Pipeline] sh 07:10:34 + set +x 07:10:34 + curl -s https://codecov.io/bash 07:10:34 + bash -s -- 07:10:34 07:10:34 _____ _ 07:10:34 / ____| | | 07:10:34 | | ___ __| | ___ ___ _____ __ 07:10:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:10:34 | |___| (_) | (_| | __/ (_| (_) \ V / 07:10:34 \_____\___/ \__,_|\___|\___\___/ \_/ 07:10:34 Bash-20201009-048fee3 07:10:34 07:10:34 07:10:34 ==> Jenkins CI detected. 07:10:34 project root: . 07:10:34 --> token set from env 07:10:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:10:34 ==> Running gcov in . (disable via -X gcov) 07:10:34 ==> Python coveragepy not found 07:10:34 ==> Searching for coverage reports in: 07:10:34 + . 07:10:34 -> Found 1 reports 07:10:34 ==> Detecting git/mercurial file structure 07:10:34 ==> Reading reports 07:10:34 + ./coverage.out bytes=127611 07:10:34 ==> Appending adjustments 07:10:34 https://docs.codecov.io/docs/fixing-reports 07:10:34 + Found adjustments 07:10:34 ==> Gzipping contents 07:10:34 ==> Uploading reports 07:10:34 url: https://codecov.io 07:10:34 query: branch=PR-584&commit=cc046fc61b77b3872e1e4d069c09d9b904ba72b4&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 07:10:34 -> Pinging Codecov 07:10:34 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-584&commit=cc046fc61b77b3872e1e4d069c09d9b904ba72b4&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 07:10:34 -> Uploading to 07:10:34 07:10:34 % Total % Received % Xferd Average Speed Time Time Time Current 07:10:34 Dload Upload Total Spent Left Speed 07:10:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 07:10:34 X> Failed to upload 07:10:34 ==> Uploading to Codecov 07:10:34 % Total % Received % Xferd Average Speed Time Time Time Current 07:10:34 Dload Upload Total Spent Left Speed 07:10:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20958 100 110 100 20848 230 43702 --:--:-- --:--:-- --:--:-- 43798 07:10:35 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/cc046fc61b77b3872e1e4d069c09d9b904ba72b4 [Pipeline] } 07:10:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:10:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:10:38 ---> package-listing.sh 07:10:38 ++ tr '[:upper:]' '[:lower:]' 07:10:38 ++ facter osfamily 07:10:38 + OS_FAMILY=redhat 07:10:38 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 07:10:38 + START_PACKAGES=/tmp/packages_start.txt 07:10:38 + END_PACKAGES=/tmp/packages_end.txt 07:10:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:10:38 + PACKAGES=/tmp/packages_start.txt 07:10:38 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 07:10:38 + PACKAGES=/tmp/packages_end.txt 07:10:38 + case "${OS_FAMILY}" in 07:10:38 + rpm -qa 07:10:38 + sort 07:10:42 + '[' -f /tmp/packages_start.txt ']' 07:10:42 + '[' -f /tmp/packages_end.txt ']' 07:10:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:10:42 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 07:10:42 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ 07:10:42 + 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 07:10:42 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 07:10:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:10:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:10:43 07:10:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:10:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:10:43 alpine: Pulling from edgex-lftools-log-publisher 07:10:43 df20fa9351a1: Pulling fs layer 07:10:43 36b3adc4ff6f: Pulling fs layer 07:10:43 8ad3a11d3b57: Pulling fs layer 07:10:43 46f8f816bc3b: Pulling fs layer 07:10:43 93b61091891f: Pulling fs layer 07:10:43 93b9cdb0e59b: Pulling fs layer 07:10:43 5e14af77c1be: Pulling fs layer 07:10:43 01666e4c0597: Pulling fs layer 07:10:43 aa168da1d23b: Pulling fs layer 07:10:43 93b9cdb0e59b: Waiting 07:10:43 01666e4c0597: Waiting 07:10:43 aa168da1d23b: Waiting 07:10:43 5e14af77c1be: Waiting 07:10:43 46f8f816bc3b: Waiting 07:10:43 93b61091891f: Waiting 07:10:43 36b3adc4ff6f: Download complete 07:10:43 46f8f816bc3b: Download complete 07:10:43 df20fa9351a1: Verifying Checksum 07:10:43 df20fa9351a1: Download complete 07:10:43 93b61091891f: Verifying Checksum 07:10:43 93b61091891f: Download complete 07:10:43 93b9cdb0e59b: Verifying Checksum 07:10:43 93b9cdb0e59b: Download complete 07:10:43 5e14af77c1be: Verifying Checksum 07:10:43 5e14af77c1be: Download complete 07:10:43 01666e4c0597: Verifying Checksum 07:10:43 01666e4c0597: Download complete 07:10:43 8ad3a11d3b57: Verifying Checksum 07:10:43 8ad3a11d3b57: Download complete 07:10:44 df20fa9351a1: Pull complete 07:10:44 36b3adc4ff6f: Pull complete 07:10:45 8ad3a11d3b57: Pull complete 07:10:45 46f8f816bc3b: Pull complete 07:10:45 aa168da1d23b: Verifying Checksum 07:10:45 aa168da1d23b: Download complete 07:10:45 93b61091891f: Pull complete 07:10:46 93b9cdb0e59b: Pull complete 07:10:46 5e14af77c1be: Pull complete 07:10:46 01666e4c0597: Pull complete 07:10:55 aa168da1d23b: Pull complete 07:10:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:10:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:10:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:10:55 prd-centos7-docker-4c-2g-9662 does not seem to be running inside a container 07:10:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:10:59 $ docker top 171eadc103c339c037158c58fae2347c9be444503d11315e0843bc07de6245b8 -eo pid,comm [Pipeline] { [Pipeline] sh 07:10:59 + touch /tmp/pre-build-complete [Pipeline] sh 07:10:59 + mkdir -p /var/log/sa [Pipeline] sh 07:11:00 + ls /var/log/sa-host 07:11:00 + sadf -c /var/log/sa-host/sa05 07:11:00 file_magic: OK 07:11:00 HZ: Using current value: 100 07:11:00 file_header: OK 07:11:00 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:11:00 Statistics: 07:11:00 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:11:00 File successfully converted to sysstat format version 12.2.1 07:11:00 + sadf -c /var/log/sa-host/sa29 07:11:00 file_magic: OK 07:11:00 HZ: Using current value: 100 07:11:00 file_header: OK 07:11:00 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:11:00 Statistics: 07:11:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:11:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:11:00 provisioning config files... 07:11:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config8147198794325573672tmp [Pipeline] { [Pipeline] echo 07:11:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:11:00 ---> create-netrc.sh [Pipeline] } 07:11:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:11:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:11:01 ---> python-tools-install.sh [Pipeline] echo 07:11:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:11:01 ---> sudo-logs.sh 07:11:01 Archiving 'sudo' log.. [Pipeline] echo 07:11:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:11:01 ---> job-cost.sh 07:11:01 lf-activate-venv: SKIPPING 07:11:01 INFO: No Stack... 07:11:03 INFO: Retrieving Pricing Info for: v1-standard-2 07:11:04 INFO: Archiving Costs [Pipeline] echo 07:11:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:11:04 ---> logs-deploy.sh 07:11:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/33 07:11:04 INFO: archiving workspace using pattern(s): 07:11:06 Archives upload complete. 07:11:06 INFO: archiving logs to Nexus 07:11:07 ---> uname -a: 07:11:07 Linux prd-centos7-docker-4c-2g-9662.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:11:07 07:11:07 07:11:07 ---> lscpu: 07:11:07 Architecture: x86_64 07:11:07 CPU op-mode(s): 32-bit, 64-bit 07:11:07 Byte Order: Little Endian 07:11:07 Address sizes: 40 bits physical, 48 bits virtual 07:11:07 CPU(s): 4 07:11:07 On-line CPU(s) list: 0-3 07:11:07 Thread(s) per core: 1 07:11:07 Core(s) per socket: 1 07:11:07 Socket(s): 4 07:11:07 NUMA node(s): 1 07:11:07 Vendor ID: GenuineIntel 07:11:07 CPU family: 6 07:11:07 Model: 44 07:11:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:11:07 Stepping: 1 07:11:07 CPU MHz: 2933.438 07:11:07 BogoMIPS: 5866.87 07:11:07 Virtualization: VT-x 07:11:07 Hypervisor vendor: KVM 07:11:07 Virtualization type: full 07:11:07 L1d cache: 128 KiB 07:11:07 L1i cache: 128 KiB 07:11:07 L2 cache: 16 MiB 07:11:07 L3 cache: 64 MiB 07:11:07 NUMA node0 CPU(s): 0-3 07:11:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:11:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:11:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:11:07 Vulnerability Meltdown: Mitigation; PTI 07:11:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:11:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:11:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:11:07 Vulnerability Tsx async abort: Not affected 07:11:07 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 07:11:07 07:11:07 07:11:07 ---> nproc: 07:11:07 4 07:11:07 07:11:07 07:11:07 ---> df -h: 07:11:07 Filesystem Size Used Available Use% Mounted on 07:11:07 overlay 50.0G 7.2G 42.8G 14% / 07:11:07 tmpfs 64.0M 0 64.0M 0% /dev 07:11:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:11:07 shm 64.0M 0 64.0M 0% /dev/shm 07:11:07 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 07:11:07 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 07:11:07 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 07:11:07 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 07:11:07 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 07:11:07 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584 07:11:07 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 07:11:07 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp 07:11:07 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 07:11:07 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 07:11:07 07:11:07 07:11:07 ---> free -m: 07:11:07 total used free shared buff/cache available 07:11:07 Mem: 1837 683 107 0 1046 1051 07:11:07 Swap: 1023 0 1023 07:11:07 07:11:07 07:11:07 ---> ip addr: 07:11:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:11:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:11:07 inet 127.0.0.1/8 scope host lo 07:11:07 valid_lft forever preferred_lft forever 07:11:07 inet6 ::1/128 scope host 07:11:07 valid_lft forever preferred_lft forever 07:11:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:11:07 link/ether fa:16:3e:52:e1:50 brd ff:ff:ff:ff:ff:ff 07:11:07 inet 10.30.123.27/23 brd 10.30.123.255 scope global dynamic eth0 07:11:07 valid_lft 85886sec preferred_lft 85886sec 07:11:07 inet6 fe80::f816:3eff:fe52:e150/64 scope link 07:11:07 valid_lft forever preferred_lft forever 07:11:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:11:07 link/ether 02:42:39:3b:ce:dd brd ff:ff:ff:ff:ff:ff 07:11:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:11:07 valid_lft forever preferred_lft forever 07:11:07 inet6 fe80::42:39ff:fe3b:cedd/64 scope link 07:11:07 valid_lft forever preferred_lft forever 07:11:07 07:11:07 07:11:07 ---> sar -b -r -n DEV: 07:11:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/29/20 _x86_64_ (4 CPU) 07:11:07 07:11:07 07:02:15 LINUX RESTART (4 CPU) 07:11:07 07:11:07 07:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:11:07 07:04:01 45.35 11.55 33.79 0.00 4464.79 2427.72 0.00 07:11:07 07:05:01 1.85 0.00 1.85 0.00 0.00 36.93 0.00 07:11:07 07:06:01 0.42 0.00 0.42 0.00 0.00 5.75 0.00 07:11:07 07:07:02 0.47 0.00 0.47 0.00 0.00 6.58 0.00 07:11:07 07:08:01 0.14 0.00 0.14 0.00 0.00 2.25 0.00 07:11:07 07:09:01 0.33 0.00 0.33 0.00 0.00 4.16 0.00 07:11:07 07:10:01 0.27 0.02 0.25 0.00 0.13 2.56 0.00 07:11:07 Average: 6.99 1.66 5.33 0.00 639.57 356.09 0.00 07:11:07 07:11:07 07:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:11:07 07:04:01 159744 0 584244 31.05 2620 1134948 1120536 38.24 416676 1144808 24 07:11:07 07:05:01 163488 0 580492 30.85 2620 1134956 1093148 37.31 415880 1142248 12 07:11:07 07:06:01 164508 0 579468 30.80 2620 1134960 1078960 36.82 416336 1141560 8 07:11:07 07:07:02 162484 0 581492 30.90 2620 1134960 1078948 36.82 418372 1141320 8 07:11:07 07:08:01 162492 0 581476 30.90 2620 1134968 1079100 36.83 427616 1132248 8 07:11:07 07:09:01 163768 0 580192 30.84 2620 1134976 1078932 36.82 426700 1132252 8 07:11:07 07:10:01 164236 0 579716 30.81 2620 1134984 1078872 36.82 426360 1132248 8 07:11:07 Average: 162960 0 581011 30.88 2620 1134965 1086928 37.09 421134 1138098 11 07:11:07 07:11:07 07:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:11:07 07:04:01 eth0 183.85 141.30 486.86 56.26 0.00 0.00 0.00 0.00 07:11:07 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 07:04:01 docker0 10.12 7.61 1.40 20.13 0.00 0.00 0.00 0.00 07:11:07 07:05:01 eth0 1.88 0.32 0.37 0.20 0.00 0.00 0.00 0.00 07:11:07 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 07:06:01 eth0 2.93 0.78 0.80 0.38 0.00 0.00 0.00 0.00 07:11:07 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 07:07:02 eth0 3.63 0.80 1.01 0.62 0.00 0.00 0.00 0.00 07:11:07 07:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 07:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 07:08:01 eth0 1.66 1.02 1.00 0.64 0.00 0.00 0.00 0.00 07:11:07 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 07:09:01 eth0 0.17 0.12 0.07 0.04 0.00 0.00 0.00 0.00 07:11:07 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 07:10:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:11:07 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 Average: eth0 27.82 20.68 70.20 8.33 0.00 0.00 0.00 0.00 07:11:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:11:07 Average: docker0 1.45 1.09 0.20 2.88 0.00 0.00 0.00 0.00 07:11:07 07:11:07 07:11:07 ---> sar -P ALL: 07:11:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/29/20 _x86_64_ (4 CPU) 07:11:07 07:11:07 07:02:15 LINUX RESTART (4 CPU) 07:11:07 07:11:07 07:03:01 CPU %user %nice %system %iowait %steal %idle 07:11:07 07:04:01 all 3.67 0.00 2.27 1.56 0.01 92.49 07:11:07 07:04:01 0 3.39 0.00 2.20 0.64 0.02 93.76 07:11:07 07:04:01 1 4.12 0.00 2.31 3.38 0.02 90.18 07:11:07 07:04:01 2 3.83 0.00 2.54 0.54 0.00 93.09 07:11:07 07:04:01 3 3.35 0.00 2.01 1.68 0.02 92.94 07:11:07 07:05:01 all 0.15 0.00 0.04 0.00 0.00 99.80 07:11:07 07:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:11:07 07:05:01 1 0.52 0.00 0.07 0.00 0.00 99.42 07:11:07 07:05:01 2 0.05 0.00 0.03 0.00 0.00 99.92 07:11:07 07:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:11:07 07:06:01 all 0.18 0.00 0.04 0.00 0.01 99.77 07:11:07 07:06:01 0 0.07 0.00 0.03 0.00 0.00 99.90 07:11:07 07:06:01 1 0.53 0.00 0.03 0.00 0.00 99.43 07:11:07 07:06:01 2 0.05 0.00 0.05 0.00 0.02 99.88 07:11:07 07:06:01 3 0.07 0.00 0.05 0.00 0.02 99.87 07:11:07 07:07:02 all 0.10 0.00 0.04 0.00 0.00 99.86 07:11:07 07:07:02 0 0.05 0.00 0.03 0.00 0.00 99.92 07:11:07 07:07:02 1 0.28 0.00 0.07 0.00 0.00 99.65 07:11:07 07:07:02 2 0.03 0.00 0.02 0.00 0.00 99.95 07:11:07 07:07:02 3 0.03 0.00 0.03 0.00 0.00 99.93 07:11:07 07:08:01 all 0.19 0.00 0.08 0.00 0.00 99.72 07:11:07 07:08:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:11:07 07:08:01 1 0.41 0.00 0.20 0.00 0.00 99.39 07:11:07 07:08:01 2 0.24 0.00 0.05 0.00 0.00 99.71 07:11:07 07:08:01 3 0.08 0.00 0.03 0.00 0.00 99.88 07:11:07 07:09:01 all 0.15 0.00 0.04 0.00 0.00 99.81 07:11:07 07:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:11:07 07:09:01 1 0.05 0.00 0.08 0.00 0.00 99.87 07:11:07 07:09:01 2 0.52 0.00 0.02 0.00 0.00 99.47 07:11:07 07:09:01 3 0.00 0.00 0.03 0.00 0.00 99.97 07:11:07 07:10:01 all 0.09 0.00 0.04 0.00 0.00 99.87 07:11:07 07:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:11:07 07:10:01 1 0.08 0.00 0.10 0.00 0.00 99.82 07:11:07 07:10:01 2 0.23 0.00 0.02 0.00 0.00 99.75 07:11:07 07:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:11:07 Average: all 0.65 0.00 0.36 0.22 0.00 98.76 07:11:07 Average: 0 0.52 0.00 0.34 0.09 0.00 99.05 07:11:07 Average: 1 0.86 0.00 0.41 0.48 0.00 98.25 07:11:07 Average: 2 0.71 0.00 0.39 0.08 0.00 98.83 07:11:07 Average: 3 0.51 0.00 0.32 0.24 0.00 98.93 07:11:07 07:11:07 07:11:07