Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2c092d27ef67f5e9fc8f25b80adb42344aab04ec+8b39936bc192f82b46677f7f05650a94960ef7f6 (ddbabcd4c88b1d103320a45d6820017a9c56d932) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8357 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 Merging remotes/origin/master commit 8b39936bc192f82b46677f7f05650a94960ef7f6 into PR head commit 2c092d27ef67f5e9fc8f25b80adb42344aab04ec Merge succeeded, producing 003c9554a851d4fb3476f59109515bcba3ccc0cb Checking out Revision 003c9554a851d4fb3476f59109515bcba3ccc0cb (PR-584) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # 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 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 003c9554a851d4fb3476f59109515bcba3ccc0cb # timeout=10 Commit message: "Merge commit '8b39936bc192f82b46677f7f05650a94960ef7f6' into HEAD" > git rev-list --no-walk 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:43:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:43:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:43:39 ========================================================= 02:43:39 EdgeX Global Pipelines Version Info 02:43:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:43:40 ------------------- 02:43:40 stable info: 02:43:40 ------------------- 02:43:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:40 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 02:43:40 Message: update stable to v1.0.148 02:43:41 ------------------- 02:43:41 experimental info: 02:43:41 ------------------- 02:43:41 Commited By: **** collab-it+edgex@linuxfoundation.org 02:43:41 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 02:43:41 Message: update experimental to v1.0.148 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo 02:43:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo 02:43:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo 02:43:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 003c9554a851d4fb3476f59109515bcba3ccc0cb [Pipeline] echo 02:43:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 003c955 [Pipeline] echo 02:43:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:43:46 + git log --format=format:%s -1 003c9554a851d4fb3476f59109515bcba3ccc0cb [Pipeline] echo 02:43:46 GIT_COMMIT: 003c9554a851d4fb3476f59109515bcba3ccc0cb, Commit Message: Merge commit '8b39936bc192f82b46677f7f05650a94960ef7f6' into HEAD [Pipeline] echo 02:43:46 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:43:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:47 02:43:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:43:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:47 latest: Pulling from edgex-devops/git-semver 02:43:47 31603596830f: Pulling fs layer 02:43:47 2a8b12db71e7: Pulling fs layer 02:43:47 6ca5941a6612: Pulling fs layer 02:43:47 ecc8261a40a4: Pulling fs layer 02:43:47 2a8b12db71e7: Verifying Checksum 02:43:47 2a8b12db71e7: Download complete 02:43:47 31603596830f: Download complete 02:43:48 6ca5941a6612: Verifying Checksum 02:43:48 6ca5941a6612: Download complete 02:43:48 ecc8261a40a4: Verifying Checksum 02:43:48 ecc8261a40a4: Download complete 02:43:48 31603596830f: Pull complete 02:43:48 2a8b12db71e7: Pull complete 02:43:49 6ca5941a6612: Pull complete 02:43:49 ecc8261a40a4: Pull complete 02:43:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:43:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:43:49 prd-centos7-docker-4c-2g-8357 does not seem to be running inside a container 02:43:49 $ 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 02:43:52 $ docker top 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:43:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:52 [ssh-agent] Looking for ssh-agent implementation... 02:43:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:52 $ docker exec 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 ssh-agent 02:43:53 SSH_AUTH_SOCK=/tmp/ssh-Kt7RgJd6SliZ/agent.12 02:43:53 SSH_AGENT_PID=17 02:43:53 Running ssh-add (command line suppressed) 02:43:53 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_6294146036481596283.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_6294146036481596283.key) 02:43:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:53 + git tag --points-at HEAD [Pipeline] } 02:43:53 $ docker exec --env ******** --env ******** 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 ssh-agent -k 02:43:53 unset SSH_AUTH_SOCK; 02:43:53 unset SSH_AGENT_PID; 02:43:53 echo Agent pid 17 killed; 02:43:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:43:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:54 [ssh-agent] Looking for ssh-agent implementation... 02:43:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:54 $ docker exec 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 ssh-agent 02:43:54 SSH_AUTH_SOCK=/tmp/ssh-F74UDW8evpuJ/agent.47 02:43:54 SSH_AGENT_PID=53 02:43:54 Running ssh-add (command line suppressed) 02:43:54 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8852622112369458799.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8852622112369458799.key) 02:43:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:55 + git semver init 02:43:55 # -> Open(): unable to determine branch for HEAD 02:43:55 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git 02:43:55 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 02:43:55 # $SEMVER_REMOTE_NAME = origin 02:43:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:43:55 # $SEMVER_USER_NAME = edgex-jenkins 02:43:55 # $SEMVER_BRANCH = PR-584 02:43:55 # $SEMVER_TEMP = /tmp/semver-009303775 02:43:55 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:43:56 # '/tmp/semver-009303775' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' 02:43:56 # -> Force: false 02:43:56 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } 02:43:56 $ docker exec --env ******** --env ******** 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 ssh-agent -k 02:43:56 unset SSH_AUTH_SOCK; 02:43:56 unset SSH_AGENT_PID; 02:43:56 echo Agent pid 53 killed; 02:43:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:43:56 + git semver [Pipeline] } 02:43:56 $ docker stop --time=1 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 02:43:58 $ docker rm -f 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 [Pipeline] // withDockerContainer [Pipeline] sh 02:43:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:43:59 Stashed 1 file(s) [Pipeline] echo 02:43:59 [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 02:44:14 Still waiting to schedule task 02:44:14 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:44:14 Still waiting to schedule task 02:44:14 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:45:41 Running on prd-centos7-docker-4c-2g-8364 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 02:45:41 Running in /w/workspace/device-sdk-go/30 [Pipeline] { [Pipeline] checkout 02:45:43 using credential edgex-jenkins-ssh 02:45:43 Cloning the remote Git repository 02:45:43 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:44 > git init /w/workspace/device-sdk-go/30 # timeout=10 02:45:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:44 > git --version # timeout=10 02:45:44 > git --version # 'git version 2.16.5' 02:45:44 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:45 Merging remotes/origin/master commit 8b39936bc192f82b46677f7f05650a94960ef7f6 into PR head commit 2c092d27ef67f5e9fc8f25b80adb42344aab04ec 02:45:45 Merge succeeded, producing 891ee3de5a7c1f5aea2916b9cee9d6e84c56d72d 02:45:45 Checking out Revision 891ee3de5a7c1f5aea2916b9cee9d6e84c56d72d (PR-584) 02:45:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:44 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:44 > 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 02:45:45 > git config core.sparsecheckout # timeout=10 02:45:45 > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 02:45:45 > git remote # timeout=10 02:45:45 > git config --get remote.origin.url # timeout=10 02:45:45 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:45 > git merge 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 02:45:45 > git rev-parse HEAD^{commit} # timeout=10 02:45:45 > git config core.sparsecheckout # timeout=10 02:45:45 > git checkout -f 891ee3de5a7c1f5aea2916b9cee9d6e84c56d72d # timeout=10 02:45:48 Commit message: "Merge commit '8b39936bc192f82b46677f7f05650a94960ef7f6' into HEAD" 02:45:48 > git rev-list --no-walk 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:45:49 ========================================================= 02:45:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:50 + 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 . 02:45:50 Sending build context to Docker daemon 2.34MB 02:45:50 Step 1/8 : ARG BASE=golang:1.15-alpine 02:45:50 Step 2/8 : FROM ${BASE} 02:45:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:51 df20fa9351a1: Pulling fs layer 02:45:51 ed8968b2872e: Pulling fs layer 02:45:51 a92cc7c5fd73: Pulling fs layer 02:45:51 e871e8e8d7a9: Pulling fs layer 02:45:51 e73272ec9a57: Pulling fs layer 02:45:51 1e910a182e73: Pulling fs layer 02:45:51 4e634b169226: Pulling fs layer 02:45:51 e73272ec9a57: Waiting 02:45:51 1e910a182e73: Waiting 02:45:51 e871e8e8d7a9: Waiting 02:45:51 4e634b169226: Waiting 02:45:51 a92cc7c5fd73: Verifying Checksum 02:45:51 a92cc7c5fd73: Download complete 02:45:51 ed8968b2872e: Download complete 02:45:51 e73272ec9a57: Verifying Checksum 02:45:51 e73272ec9a57: Download complete 02:45:51 1e910a182e73: Verifying Checksum 02:45:51 1e910a182e73: Download complete 02:45:51 df20fa9351a1: Verifying Checksum 02:45:51 df20fa9351a1: Download complete 02:45:51 df20fa9351a1: Pull complete 02:45:51 ed8968b2872e: Pull complete 02:45:51 a92cc7c5fd73: Pull complete 02:45:52 4e634b169226: Verifying Checksum 02:45:52 4e634b169226: Download complete 02:45:53 e871e8e8d7a9: Verifying Checksum 02:45:53 e871e8e8d7a9: Download complete 02:45:58 e871e8e8d7a9: Pull complete 02:45:59 e73272ec9a57: Pull complete 02:45:59 1e910a182e73: Pull complete 02:46:04 4e634b169226: Pull complete 02:46:04 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:46:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:46:04 ---> f7629b54cfaa 02:46:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:04 ---> Running in ae2045e65128 02:46:04 Removing intermediate container ae2045e65128 02:46:04 ---> 72ae1853c01a 02:46:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:04 ---> Running in 0472d7b82d3c 02:46:05 Removing intermediate container 0472d7b82d3c 02:46:05 ---> a6a025124bee 02:46:05 Step 5/8 : RUN apk add --no-cache make git 02:46:05 ---> Running in 5cc28ce0863f 02:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:08 OK: 166 MiB in 39 packages 02:46:09 Removing intermediate container 5cc28ce0863f 02:46:09 ---> 9b18e6aba310 02:46:09 Step 6/8 : WORKDIR /device-sdk-go 02:46:09 ---> Running in fd8306019272 02:46:09 Removing intermediate container fd8306019272 02:46:09 ---> 960a3cd0cd6c 02:46:09 Step 7/8 : COPY . . 02:46:10 ---> fc86f16c90c0 02:46:10 Step 8/8 : RUN go mod download 02:46:10 ---> Running in 0c7bf0ebd724 02:46:28 Removing intermediate container 0c7bf0ebd724 02:46:28 ---> afd47cb1a950 02:46:28 Successfully built afd47cb1a950 02:46:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:46:29 + docker inspect -f . ci-base-image-x86_64 02:46:29 . [Pipeline] withDockerContainer 02:46:29 prd-centos7-docker-4c-2g-8364 does not seem to be running inside a container 02:46:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/30 -v /w/workspace/device-sdk-go/30:/w/workspace/device-sdk-go/30:rw,z -v /w/workspace/device-sdk-go/30@tmp:/w/workspace/device-sdk-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:30 $ docker top 2167c30617998a25ef88a071142ceeb488e45c98e1088bb588ca12f2451eff96 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:30 + go version 02:46:30 go version go1.15.2 linux/amd64 [Pipeline] } 02:46:30 $ docker stop --time=1 2167c30617998a25ef88a071142ceeb488e45c98e1088bb588ca12f2451eff96 02:46:32 $ docker rm -f 2167c30617998a25ef88a071142ceeb488e45c98e1088bb588ca12f2451eff96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:33 + docker inspect -f . ci-base-image-x86_64 02:46:33 . [Pipeline] withDockerContainer 02:46:33 prd-centos7-docker-4c-2g-8364 does not seem to be running inside a container 02:46:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/30 -v /w/workspace/device-sdk-go/30:/w/workspace/device-sdk-go/30:rw,z -v /w/workspace/device-sdk-go/30@tmp:/w/workspace/device-sdk-go/30@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:34 $ docker top 59748de66d04aea8ff2ce1c9fcdb81712d31d92203e3e6e93bafe8f41873b5b8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:34 + make test 02:46:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:42 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:46:57 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:46:57 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:46:57 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:46:57 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.065s coverage: 21.4% of statements 02:46:57 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.432s coverage: 97.1% of statements 02:47:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8368 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 02:47:13 Running in /w/workspace/device-sdk-go/30 [Pipeline] { [Pipeline] checkout 02:47:18 using credential edgex-jenkins-ssh 02:47:18 Cloning the remote Git repository 02:47:18 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:47:19 > git init /w/workspace/device-sdk-go/30 # timeout=10 02:47:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:19 > git --version # timeout=10 02:47:19 > git --version # 'git version 2.17.1' 02:47:19 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:20 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:20 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:20 > 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 02:47:21 Merging remotes/origin/master commit 8b39936bc192f82b46677f7f05650a94960ef7f6 into PR head commit 2c092d27ef67f5e9fc8f25b80adb42344aab04ec 02:47:21 Merge succeeded, producing 49fdd8b85633bda54047b5e40ca3acacac45da04 02:47:21 Checking out Revision 49fdd8b85633bda54047b5e40ca3acacac45da04 (PR-584) 02:47:21 > git config core.sparsecheckout # timeout=10 02:47:21 > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 02:47:21 > git remote # timeout=10 02:47:21 > git config --get remote.origin.url # timeout=10 02:47:21 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:21 > git merge 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 02:47:21 > git rev-parse HEAD^{commit} # timeout=10 02:47:21 > git config core.sparsecheckout # timeout=10 02:47:21 > git checkout -f 49fdd8b85633bda54047b5e40ca3acacac45da04 # timeout=10 02:47:26 Commit message: "Merge commit '8b39936bc192f82b46677f7f05650a94960ef7f6' into HEAD" 02:47:26 > git rev-list --no-walk 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:47:27 ========================================================= 02:47:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:47:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:47: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 . 02:47:29 Sending build context to Docker daemon 2.34MB 02:47:29 Step 1/8 : ARG BASE=golang:1.15-alpine 02:47:29 Step 2/8 : FROM ${BASE} 02:47:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:47:29 b538f80385f9: Pulling fs layer 02:47:29 74f711af9a0d: Pulling fs layer 02:47:29 99f96fe45779: Pulling fs layer 02:47:29 8529a6b9a6be: Pulling fs layer 02:47:29 45590311c82a: Pulling fs layer 02:47:29 69ca0ff8b7b3: Pulling fs layer 02:47:29 209524e5b208: Pulling fs layer 02:47:29 8529a6b9a6be: Waiting 02:47:29 45590311c82a: Waiting 02:47:29 69ca0ff8b7b3: Waiting 02:47:29 209524e5b208: Waiting 02:47:29 99f96fe45779: Verifying Checksum 02:47:29 99f96fe45779: Download complete 02:47:29 74f711af9a0d: Verifying Checksum 02:47:29 74f711af9a0d: Download complete 02:47:29 45590311c82a: Verifying Checksum 02:47:29 45590311c82a: Download complete 02:47:29 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.053s coverage: 9.4% of statements 02:47:29 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.072s coverage: 21.9% of statements 02:47:29 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:47:29 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.207s coverage: 42.6% of statements 02:47:29 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:47:29 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.285s coverage: 68.9% of statements 02:47:29 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:47:29 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:47:29 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:47:29 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:47:29 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.065s coverage: 52.6% of statements 02:47:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 02:47:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:47:29 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:47:29 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.310s coverage: 68.9% of statements 02:47:29 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:47:29 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:47:29 GO111MODULE=on go vet ./... 02:47:30 69ca0ff8b7b3: Verifying Checksum 02:47:30 69ca0ff8b7b3: Download complete 02:47:30 b538f80385f9: Download complete 02:47:31 b538f80385f9: Pull complete 02:47:31 74f711af9a0d: Pull complete 02:47:31 99f96fe45779: Pull complete 02:47:32 209524e5b208: Verifying Checksum 02:47:32 209524e5b208: Download complete 02:47:33 8529a6b9a6be: Verifying Checksum 02:47:33 8529a6b9a6be: Download complete 02:47:36 gofmt -l . 02:47:36 [ "`gofmt -l .`" = "" ] 02:47:36 ./bin/test-attribution-txt.sh 02:47:36 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:47:37 Stashed 1 file(s) [Pipeline] } 02:47:37 $ docker stop --time=1 59748de66d04aea8ff2ce1c9fcdb81712d31d92203e3e6e93bafe8f41873b5b8 02:47:39 $ docker rm -f 59748de66d04aea8ff2ce1c9fcdb81712d31d92203e3e6e93bafe8f41873b5b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:47:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:47:41 + ls -al . 02:47:41 total 188 02:47:41 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 23 02:47 . 02:47:41 drwxrwxr-x. 4 jenkins jenkins 30 Oct 23 02:45 .. 02:47:41 drwxrwxr-x. 2 jenkins jenkins 64 Oct 23 02:45 bin 02:47:41 -rw-r--r--. 1 jenkins jenkins 110398 Oct 23 02:47 coverage.out 02:47:41 -rw-rw-r--. 1 jenkins jenkins 936 Oct 23 02:45 Dockerfile.build 02:47:41 -rw-rw-r--. 1 jenkins jenkins 140 Oct 23 02:45 .dockerignore 02:47:41 drwxrwxr-x. 4 jenkins jenkins 48 Oct 23 02:45 example 02:47:41 drwxrwxr-x. 8 jenkins jenkins 179 Oct 23 02:45 .git 02:47:41 drwxrwxr-x. 2 jenkins jenkins 60 Oct 23 02:45 .github 02:47:41 -rw-rw-r--. 1 jenkins jenkins 138 Oct 23 02:45 .gitignore 02:47:41 -rw-r--r--. 1 jenkins jenkins 517 Oct 23 02:47 go.mod 02:47:41 -rw-r--r--. 1 jenkins jenkins 13822 Oct 23 02:47 go.sum 02:47:41 drwxrwxr-x. 15 jenkins jenkins 211 Oct 23 02:45 internal 02:47:41 -rw-rw-r--. 1 jenkins jenkins 901 Oct 23 02:45 Jenkinsfile 02:47:41 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 23 02:45 LICENSE 02:47:41 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 23 02:45 Makefile 02:47:41 drwxrwxr-x. 4 jenkins jenkins 26 Oct 23 02:45 openapi 02:47:41 drwxrwxr-x. 5 jenkins jenkins 50 Oct 23 02:45 pkg 02:47:41 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 23 02:45 README.md 02:47:41 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 23 02:45 RELEASE-NOTES.txt 02:47:41 drwxrwxr-x. 4 jenkins jenkins 54 Oct 23 02:45 snap 02:47:41 -rw-rw-r--. 1 jenkins jenkins 5 Oct 23 02:43 VERSION 02:47:41 -rw-rw-r--. 1 jenkins jenkins 222 Oct 23 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:47:41 + 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=003c9554a851d4fb3476f59109515bcba3ccc0cb --label arch=amd64 --label version=0.0.0 . 02:47:41 Sending build context to Docker daemon 2.451MB 02:47:41 Step 1/24 : ARG BASE=golang:1.15-alpine 02:47:41 Step 2/24 : FROM ${BASE} AS builder 02:47:41 ---> afd47cb1a950 02:47:41 Step 3/24 : ARG MAKE='make build' 02:47:42 ---> Running in 3f1caa651df8 02:47:42 Removing intermediate container 3f1caa651df8 02:47:42 ---> e1a48de9c92f 02:47:42 Step 4/24 : WORKDIR /device-sdk-go 02:47:42 ---> Running in 040b95a0bbc4 02:47:42 Removing intermediate container 040b95a0bbc4 02:47:42 ---> 41a84ebbd761 02:47:42 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:42 ---> Running in e85231511c71 02:47:42 Removing intermediate container e85231511c71 02:47:42 ---> 5080de91421d 02:47:42 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:42 ---> Running in 73bd7e8836fa 02:47:43 Removing intermediate container 73bd7e8836fa 02:47:43 ---> e8ac26262722 02:47:43 Step 7/24 : RUN apk add --update --no-cache make git 02:47:43 ---> Running in 3b390c344ebc 02:47:44 8529a6b9a6be: Pull complete 02:47:44 45590311c82a: Pull complete 02:47:44 69ca0ff8b7b3: Pull complete 02:47:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:45 OK: 166 MiB in 39 packages 02:47:46 Removing intermediate container 3b390c344ebc 02:47:46 ---> 77f76132e0c5 02:47:46 Step 8/24 : COPY . . 02:47:46 209524e5b208: Pull complete 02:47:46 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:47:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:47:47 ---> 5bddaf1c2fca 02:47:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:47 ---> 7b3c30c563ca 02:47:47 Step 9/24 : RUN ${MAKE} 02:47:47 ---> Running in 940df38a0c3b 02:47:48 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 02:47:50 ---> Running in 3c1bab84750f 02:47:50 Removing intermediate container 3c1bab84750f 02:47:50 ---> 163e1211ca56 02:47:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:50 ---> Running in 799d5c5125c5 02:47:53 Removing intermediate container 799d5c5125c5 02:47:53 ---> ef5f0a135998 02:47:53 Step 5/8 : RUN apk add --no-cache make git 02:47:53 ---> Running in 53fe34c55c3e 02:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:47:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:47:56 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:47:57 OK: 142 MiB in 39 packages 02:47:58 Removing intermediate container 940df38a0c3b 02:47:58 ---> 6f444a2de1d9 02:47:58 Step 10/24 : FROM scratch 02:47:58 ---> 02:47:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:58 ---> Running in 0cbd0a2e4e60 02:47:58 Removing intermediate container 0cbd0a2e4e60 02:47:58 ---> ec111dc35abc 02:47:58 Step 12/24 : ENV APP_PORT=49990 02:47:58 ---> Running in 4ab853a62627 02:47:58 Removing intermediate container 4ab853a62627 02:47:58 ---> 6798258ca475 02:47:58 Step 13/24 : EXPOSE $APP_PORT 02:47:58 ---> Running in 5ef76edf0882 02:47:58 Removing intermediate container 5ef76edf0882 02:47:58 ---> 9ec91a61aaa2 02:47:58 Step 14/24 : WORKDIR / 02:47:58 Removing intermediate container 53fe34c55c3e 02:47:58 ---> 9552d14627d8 02:47:58 Step 6/8 : WORKDIR /device-sdk-go 02:47:58 ---> Running in d352143af40e 02:47:58 Removing intermediate container d352143af40e 02:47:58 ---> 07d176b4f788 02:47:58 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:47:58 ---> Running in 7ddfaeda2ab7 02:47:59 Removing intermediate container 7ddfaeda2ab7 02:47:59 ---> 6ac424959683 02:47:59 Step 7/8 : COPY . . 02:47:59 ---> 07f8ee7b9319 02:47:59 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:47:59 ---> 73f8b4389fa8 02:47:59 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:47:59 ---> b1ff38aba2c2 02:47:59 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:47:59 ---> ae4e26bec7b4 02:47:59 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:48:00 ---> 3c2cf0c49def 02:48:00 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:48:00 ---> Running in a5249e830b40 02:48:00 Removing intermediate container a5249e830b40 02:48:00 ---> cb65b1abcf12 02:48:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:00 ---> Running in e46aa7253486 02:48:00 ---> 05e6ef8b101e 02:48:00 Step 8/8 : RUN go mod download 02:48:00 ---> Running in fbfd49755dec 02:48:00 Removing intermediate container e46aa7253486 02:48:00 ---> 0d7a95ab8a00 02:48:00 Step 22/24 : LABEL arch=amd64 02:48:00 ---> Running in 3c64e46af50a 02:48:00 Removing intermediate container 3c64e46af50a 02:48:00 ---> 8be7f09765f0 02:48:00 Step 23/24 : LABEL git_sha=003c9554a851d4fb3476f59109515bcba3ccc0cb 02:48:00 ---> Running in 7d00305f7051 02:48:00 Removing intermediate container 7d00305f7051 02:48:00 ---> 7680286268c8 02:48:00 Step 24/24 : LABEL version=0.0.0 02:48:01 ---> Running in 33833378210c 02:48:01 Removing intermediate container 33833378210c 02:48:01 ---> 2b4aa98aca91 02:48:01 [Warning] One or more build-args [ARCH] were not consumed 02:48:01 Successfully built 2b4aa98aca91 02:48:01 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] } 02:48:22 Removing intermediate container fbfd49755dec 02:48:22 ---> a5fdcc05a98e 02:48:22 Successfully built a5fdcc05a98e 02:48:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:48:23 + docker inspect -f . ci-base-image-arm64 02:48:23 . [Pipeline] withDockerContainer 02:48:23 prd-ubuntu18.04-docker-arm64-4c-16g-8368 does not seem to be running inside a container 02:48:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/30 -v /w/workspace/device-sdk-go/30:/w/workspace/device-sdk-go/30:rw,z -v /w/workspace/device-sdk-go/30@tmp:/w/workspace/device-sdk-go/30@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 02:48:25 $ docker top 5097925f62ac87b6a5fa80195c30826d29873db9121f18e5f54d835caa704b79 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:26 + go version 02:48:26 go version go1.15.2 linux/arm64 [Pipeline] } 02:48:26 $ docker stop --time=1 5097925f62ac87b6a5fa80195c30826d29873db9121f18e5f54d835caa704b79 02:48:28 $ docker rm -f 5097925f62ac87b6a5fa80195c30826d29873db9121f18e5f54d835caa704b79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:48:29 + docker inspect -f . ci-base-image-arm64 02:48:29 . [Pipeline] withDockerContainer 02:48:29 prd-ubuntu18.04-docker-arm64-4c-16g-8368 does not seem to be running inside a container 02:48:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/30 -v /w/workspace/device-sdk-go/30:/w/workspace/device-sdk-go/30:rw,z -v /w/workspace/device-sdk-go/30@tmp:/w/workspace/device-sdk-go/30@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 02:48:32 $ docker top 6a57f8bdcce3efbc1c4bd57fbcd6a513e23ee1b9ebfaed2eb39174f830a36a8f -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:33 + make test 02:48:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:49:00 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:49:47 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:49:47 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:49:47 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:49:47 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.146s coverage: 21.4% of statements 02:49:49 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.209s coverage: 97.1% of statements 02:50:16 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.116s coverage: 9.4% of statements 02:50:16 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.118s coverage: 21.9% of statements 02:50:16 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:50:16 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.601s coverage: 42.6% of statements 02:50:16 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:50:16 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.852s coverage: 68.9% of statements 02:50:16 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:50:16 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:50:16 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:50:16 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:50:16 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.182s coverage: 52.6% of statements 02:50:16 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 02:50:16 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:50:16 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:50:16 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.775s coverage: 68.9% of statements 02:50:16 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:50:16 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:50:16 GO111MODULE=on go vet ./... 02:50:49 gofmt -l . 02:50:49 [ "`gofmt -l .`" = "" ] 02:50:49 ./bin/test-attribution-txt.sh 02:50:49 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:50:49 Warning: overwriting stash ‘coverage-report’ 02:50:50 Stashed 1 file(s) [Pipeline] } 02:50:50 $ docker stop --time=1 6a57f8bdcce3efbc1c4bd57fbcd6a513e23ee1b9ebfaed2eb39174f830a36a8f 02:50:52 $ docker rm -f 6a57f8bdcce3efbc1c4bd57fbcd6a513e23ee1b9ebfaed2eb39174f830a36a8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:50:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:50:54 + ls -al . 02:50:54 total 224 02:50:54 drwxrwxr-x 10 jenkins jenkins 4096 Oct 23 02:50 . 02:50:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 02:47 .. 02:50:54 -rw-rw-r-- 1 jenkins jenkins 140 Oct 23 02:47 .dockerignore 02:50:54 drwxrwxr-x 8 jenkins jenkins 4096 Oct 23 02:47 .git 02:50:54 drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 02:47 .github 02:50:54 -rw-rw-r-- 1 jenkins jenkins 138 Oct 23 02:47 .gitignore 02:50:54 -rw-rw-r-- 1 jenkins jenkins 936 Oct 23 02:47 Dockerfile.build 02:50:54 -rw-rw-r-- 1 jenkins jenkins 901 Oct 23 02:47 Jenkinsfile 02:50:54 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 23 02:47 LICENSE 02:50:54 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 23 02:47 Makefile 02:50:54 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 23 02:47 README.md 02:50:54 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 23 02:47 RELEASE-NOTES.txt 02:50:54 -rw-rw-r-- 1 jenkins jenkins 5 Oct 23 02:43 VERSION 02:50:54 drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 02:47 bin 02:50:54 -rw-r--r-- 1 jenkins jenkins 110398 Oct 23 02:50 coverage.out 02:50:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 02:47 example 02:50:54 -rw-r--r-- 1 jenkins jenkins 517 Oct 23 02:50 go.mod 02:50:54 -rw-r--r-- 1 jenkins jenkins 13822 Oct 23 02:50 go.sum 02:50:54 drwxrwxr-x 15 jenkins jenkins 4096 Oct 23 02:47 internal 02:50:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 02:47 openapi 02:50:54 drwxrwxr-x 5 jenkins jenkins 4096 Oct 23 02:47 pkg 02:50:54 drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 02:47 snap 02:50:54 -rw-rw-r-- 1 jenkins jenkins 222 Oct 23 02:47 version.go [Pipeline] isUnix [Pipeline] sh 02:50:54 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=003c9554a851d4fb3476f59109515bcba3ccc0cb --label arch=arm64 --label version=0.0.0 . 02:50:54 Sending build context to Docker daemon 2.451MB 02:50:55 Step 1/24 : ARG BASE=golang:1.15-alpine 02:50:55 Step 2/24 : FROM ${BASE} AS builder 02:50:55 ---> a5fdcc05a98e 02:50:55 Step 3/24 : ARG MAKE='make build' 02:50:55 ---> Running in 45ad0e047049 02:50:55 Removing intermediate container 45ad0e047049 02:50:55 ---> 12940f2fa9fe 02:50:55 Step 4/24 : WORKDIR /device-sdk-go 02:50:56 ---> Running in e005275ee0fe 02:50:56 Removing intermediate container e005275ee0fe 02:50:56 ---> dda75da7e40d 02:50:56 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:56 ---> Running in e2c0318ac9b5 02:50:57 Removing intermediate container e2c0318ac9b5 02:50:57 ---> 442131c62385 02:50:57 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:57 ---> Running in 808b759ecd30 02:50:59 Removing intermediate container 808b759ecd30 02:50:59 ---> 5fb5afda50a6 02:50:59 Step 7/24 : RUN apk add --update --no-cache make git 02:50:59 ---> Running in f3ada8b83213 02:51:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:02 OK: 142 MiB in 39 packages 02:51:03 Removing intermediate container f3ada8b83213 02:51:03 ---> 98610104fc1a 02:51:03 Step 8/24 : COPY . . 02:51:04 ---> 83c485dc7b93 02:51:04 Step 9/24 : RUN ${MAKE} 02:51:05 ---> Running in e7a3afbc2cff 02:51: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 02:51:33 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:51:34 Removing intermediate container e7a3afbc2cff 02:51:34 ---> 3445668e178b 02:51:34 Step 10/24 : FROM scratch 02:51:34 ---> 02:51:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:34 ---> Running in 5980a2369544 02:51:35 Removing intermediate container 5980a2369544 02:51:35 ---> e620f7317cc1 02:51:35 Step 12/24 : ENV APP_PORT=49990 02:51:35 ---> Running in 261cbb3688f2 02:51:35 Removing intermediate container 261cbb3688f2 02:51:35 ---> d2c2b471dd66 02:51:35 Step 13/24 : EXPOSE $APP_PORT 02:51:35 ---> Running in 8a2707a585cc 02:51:36 Removing intermediate container 8a2707a585cc 02:51:36 ---> 2b6e03ad58f6 02:51:36 Step 14/24 : WORKDIR / 02:51:36 ---> Running in 1b5a7af31f25 02:51:36 Removing intermediate container 1b5a7af31f25 02:51:36 ---> c56ae8259b21 02:51:36 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:51:37 ---> af0571f4b3bc 02:51:37 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:51:38 ---> 2679c07b3312 02:51:38 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:51:39 ---> feb41d8598be 02:51:39 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:51:39 ---> 374058641403 02:51:39 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:51:40 ---> f54b843d3100 02:51:40 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:51:40 ---> Running in 988ce8baa259 02:51:40 Removing intermediate container 988ce8baa259 02:51:40 ---> 8a753df699d8 02:51:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:51:40 ---> Running in 4a48da43800b 02:51:41 Removing intermediate container 4a48da43800b 02:51:41 ---> bd964d472091 02:51:41 Step 22/24 : LABEL arch=arm64 02:51:41 ---> Running in e01e8e542eb9 02:51:42 Removing intermediate container e01e8e542eb9 02:51:42 ---> ee2322a5cd01 02:51:42 Step 23/24 : LABEL git_sha=003c9554a851d4fb3476f59109515bcba3ccc0cb 02:51:42 ---> Running in 5c026bc21cfd 02:51:42 Removing intermediate container 5c026bc21cfd 02:51:42 ---> dc8e07ecc8e5 02:51:42 Step 24/24 : LABEL version=0.0.0 02:51:42 ---> Running in 7df83e7bb92c 02:51:42 Removing intermediate container 7df83e7bb92c 02:51:42 ---> aba9f66c8c06 02:51:42 [Warning] One or more build-args [ARCH] were not consumed 02:51:42 Successfully built aba9f66c8c06 02:51:42 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 02:51:45 provisioning config files... 02:51:45 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config6384292642506996046tmp [Pipeline] { [Pipeline] sh 02:51:45 + set +x 02:51:45 + curl -s https://codecov.io/bash 02:51:45 + bash -s -- 02:51:45 02:51:45 _____ _ 02:51:45 / ____| | | 02:51:45 | | ___ __| | ___ ___ _____ __ 02:51:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:51:45 | |___| (_) | (_| | __/ (_| (_) \ V / 02:51:45 \_____\___/ \__,_|\___|\___\___/ \_/ 02:51:45 Bash-20201009-048fee3 02:51:45 02:51:45 02:51:45 ==> Jenkins CI detected. 02:51:45 project root: . 02:51:45 Fixing merge commit SHA 02:51:45 --> token set from env 02:51:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:51:45 ==> Running gcov in . (disable via -X gcov) 02:51:45 ==> Python coveragepy not found 02:51:45 ==> Searching for coverage reports in: 02:51:45 + . 02:51:45 -> Found 1 reports 02:51:45 ==> Detecting git/mercurial file structure 02:51:45 ==> Reading reports 02:51:45 + ./coverage.out bytes=110398 02:51:45 ==> Appending adjustments 02:51:45 https://docs.codecov.io/docs/fixing-reports 02:51:46 + Found adjustments 02:51:46 ==> Gzipping contents 02:51:46 ==> Uploading reports 02:51:46 url: https://codecov.io 02:51:46 query: branch=PR-584&commit=8b39936bc192f82b46677f7f05650a94960ef7f6&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F30%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 02:51:46 -> Pinging Codecov 02:51:46 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-584&commit=8b39936bc192f82b46677f7f05650a94960ef7f6&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F30%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 02:51:46 -> Uploading to 02:51:46 02:51:46 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:46 Dload Upload Total Spent Left Speed 02:51:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 02:51:46 X> Failed to upload 02:51:46 ==> Uploading to Codecov 02:51:46 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:46 Dload Upload Total Spent Left Speed 02:51:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19141 100 110 100 19031 211 36637 --:--:-- --:--:-- --:--:-- 36668 02:51:47 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/8b39936bc192f82b46677f7f05650a94960ef7f6 [Pipeline] } 02:51:47 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 02:51:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:51:50 ---> package-listing.sh 02:51:50 ++ facter osfamily 02:51:50 ++ tr '[:upper:]' '[:lower:]' 02:51:50 + OS_FAMILY=redhat 02:51:50 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 02:51:50 + START_PACKAGES=/tmp/packages_start.txt 02:51:50 + END_PACKAGES=/tmp/packages_end.txt 02:51:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:51:50 + PACKAGES=/tmp/packages_start.txt 02:51:50 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 02:51:50 + PACKAGES=/tmp/packages_end.txt 02:51:50 + case "${OS_FAMILY}" in 02:51:50 + rpm -qa 02:51:50 + sort 02:51:54 + '[' -f /tmp/packages_start.txt ']' 02:51:54 + '[' -f /tmp/packages_end.txt ']' 02:51:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:51:54 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 02:51:54 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ 02:51:54 + 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 02:51:54 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 02:51:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:51:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:55 02:51:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:51:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:55 alpine: Pulling from edgex-lftools-log-publisher 02:51:55 df20fa9351a1: Pulling fs layer 02:51:55 36b3adc4ff6f: Pulling fs layer 02:51:55 8ad3a11d3b57: Pulling fs layer 02:51:55 46f8f816bc3b: Pulling fs layer 02:51:55 93b61091891f: Pulling fs layer 02:51:55 93b9cdb0e59b: Pulling fs layer 02:51:55 5e14af77c1be: Pulling fs layer 02:51:55 01666e4c0597: Pulling fs layer 02:51:55 aa168da1d23b: Pulling fs layer 02:51:55 46f8f816bc3b: Waiting 02:51:55 93b61091891f: Waiting 02:51:55 93b9cdb0e59b: Waiting 02:51:55 5e14af77c1be: Waiting 02:51:55 aa168da1d23b: Waiting 02:51:55 36b3adc4ff6f: Verifying Checksum 02:51:55 36b3adc4ff6f: Download complete 02:51:55 46f8f816bc3b: Verifying Checksum 02:51:55 46f8f816bc3b: Download complete 02:51:55 df20fa9351a1: Verifying Checksum 02:51:55 df20fa9351a1: Download complete 02:51:55 93b9cdb0e59b: Verifying Checksum 02:51:55 93b9cdb0e59b: Download complete 02:51:55 93b61091891f: Verifying Checksum 02:51:55 93b61091891f: Download complete 02:51:55 01666e4c0597: Verifying Checksum 02:51:55 01666e4c0597: Download complete 02:51:55 5e14af77c1be: Verifying Checksum 02:51:55 5e14af77c1be: Download complete 02:51:55 8ad3a11d3b57: Verifying Checksum 02:51:55 8ad3a11d3b57: Download complete 02:51:56 df20fa9351a1: Pull complete 02:51:56 36b3adc4ff6f: Pull complete 02:51:57 8ad3a11d3b57: Pull complete 02:51:57 46f8f816bc3b: Pull complete 02:51:57 93b61091891f: Pull complete 02:51:57 93b9cdb0e59b: Pull complete 02:51:58 aa168da1d23b: Verifying Checksum 02:51:58 aa168da1d23b: Download complete 02:51:58 5e14af77c1be: Pull complete 02:51:58 01666e4c0597: Pull complete 02:52:06 aa168da1d23b: Pull complete 02:52:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:52:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:52:06 prd-centos7-docker-4c-2g-8357 does not seem to be running inside a container 02:52:06 $ 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 02:52:10 $ docker top 7509294037c294e8b67fb0fdcee262a5439eea131d135d1679c381f86f9b8457 -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:11 + touch /tmp/pre-build-complete [Pipeline] sh 02:52:11 + mkdir -p /var/log/sa [Pipeline] sh 02:52:11 + ls /var/log/sa-host 02:52:11 + sadf -c /var/log/sa-host/sa05 02:52:11 file_magic: OK 02:52:11 HZ: Using current value: 100 02:52:11 file_header: OK 02:52:11 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 02:52:11 Statistics: 02:52:11 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:52:11 File successfully converted to sysstat format version 12.2.1 02:52:11 + sadf -c /var/log/sa-host/sa23 02:52:11 file_magic: OK 02:52:11 HZ: Using current value: 100 02:52:11 file_header: OK 02:52:11 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 02:52:11 Statistics: 02:52:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:52:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:52:11 provisioning config files... 02:52:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config7759239042284020505tmp [Pipeline] { [Pipeline] echo 02:52:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:52:12 ---> create-netrc.sh [Pipeline] } 02:52:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:52:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:52:12 ---> python-tools-install.sh [Pipeline] echo 02:52:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:52:13 ---> sudo-logs.sh 02:52:13 Archiving 'sudo' log.. [Pipeline] echo 02:52:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:52:13 ---> job-cost.sh 02:52:13 lf-activate-venv: SKIPPING 02:52:13 INFO: No Stack... 02:52:14 INFO: Retrieving Pricing Info for: v1-standard-2 02:52:15 INFO: Archiving Costs [Pipeline] echo 02:52:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:52:15 ---> logs-deploy.sh 02:52:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/30 02:52:15 INFO: archiving workspace using pattern(s): 02:52:17 Archives upload complete. 02:52:17 INFO: archiving logs to Nexus 02:52:18 ---> uname -a: 02:52:18 Linux prd-centos7-docker-4c-2g-8357.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 02:52:18 02:52:18 02:52:18 ---> lscpu: 02:52:18 Architecture: x86_64 02:52:18 CPU op-mode(s): 32-bit, 64-bit 02:52:18 Byte Order: Little Endian 02:52:18 Address sizes: 40 bits physical, 48 bits virtual 02:52:18 CPU(s): 4 02:52:18 On-line CPU(s) list: 0-3 02:52:18 Thread(s) per core: 1 02:52:18 Core(s) per socket: 1 02:52:18 Socket(s): 4 02:52:18 NUMA node(s): 1 02:52:18 Vendor ID: GenuineIntel 02:52:18 CPU family: 6 02:52:18 Model: 44 02:52:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:52:18 Stepping: 1 02:52:18 CPU MHz: 2933.436 02:52:18 BogoMIPS: 5866.87 02:52:18 Virtualization: VT-x 02:52:18 Hypervisor vendor: KVM 02:52:18 Virtualization type: full 02:52:18 L1d cache: 128 KiB 02:52:18 L1i cache: 128 KiB 02:52:18 L2 cache: 16 MiB 02:52:18 L3 cache: 64 MiB 02:52:18 NUMA node0 CPU(s): 0-3 02:52:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:52:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:52:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:52:18 Vulnerability Meltdown: Mitigation; PTI 02:52:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:52:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:52:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:52:18 Vulnerability Tsx async abort: Not affected 02:52:18 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 02:52:18 02:52:18 02:52:18 ---> nproc: 02:52:18 4 02:52:18 02:52:18 02:52:18 ---> df -h: 02:52:18 Filesystem Size Used Available Use% Mounted on 02:52:18 overlay 50.0G 7.2G 42.8G 14% / 02:52:18 tmpfs 64.0M 0 64.0M 0% /dev 02:52:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:52:18 shm 64.0M 0 64.0M 0% /dev/shm 02:52:18 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 02:52:18 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 02:52:18 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 02:52:18 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 02:52:18 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 02:52:18 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 02:52:18 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584 02:52:18 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp 02:52:18 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 02:52:18 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 02:52:18 02:52:18 02:52:18 ---> free -m: 02:52:18 total used free shared buff/cache available 02:52:18 Mem: 1837 685 110 0 1041 1049 02:52:18 Swap: 1023 0 1023 02:52:18 02:52:18 02:52:18 ---> ip addr: 02:52:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:52:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:52:18 inet 127.0.0.1/8 scope host lo 02:52:18 valid_lft forever preferred_lft forever 02:52:18 inet6 ::1/128 scope host 02:52:18 valid_lft forever preferred_lft forever 02:52:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:52:18 link/ether fa:16:3e:b8:97:39 brd ff:ff:ff:ff:ff:ff 02:52:18 inet 10.30.122.133/23 brd 10.30.123.255 scope global dynamic eth0 02:52:18 valid_lft 85844sec preferred_lft 85844sec 02:52:18 inet6 fe80::f816:3eff:feb8:9739/64 scope link 02:52:18 valid_lft forever preferred_lft forever 02:52:18 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:52:18 link/ether 02:42:6a:84:18:8d brd ff:ff:ff:ff:ff:ff 02:52:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:52:18 valid_lft forever preferred_lft forever 02:52:18 inet6 fe80::42:6aff:fe84:188d/64 scope link 02:52:18 valid_lft forever preferred_lft forever 02:52:18 02:52:18 02:52:18 ---> sar -b -r -n DEV: 02:52:18 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/23/20 _x86_64_ (4 CPU) 02:52:18 02:52:18 02:42:44 LINUX RESTART (4 CPU) 02:52:18 02:52:18 02:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:52:18 02:45:01 3.36 0.00 3.36 0.00 0.00 110.31 0.00 02:52:18 02:46:01 0.37 0.00 0.37 0.00 0.00 6.08 0.00 02:52:18 02:47:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 02:52:18 02:48:01 0.72 0.00 0.72 0.00 0.00 9.17 0.00 02:52:18 02:49:02 0.37 0.00 0.37 0.00 0.00 5.65 0.00 02:52:18 02:50:01 0.27 0.02 0.25 0.00 0.14 2.98 0.00 02:52:18 02:51:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 02:52:18 02:52:01 59.93 39.18 20.75 0.00 4355.17 7850.52 0.00 02:52:18 Average: 8.21 4.92 3.29 0.00 546.26 1002.05 0.00 02:52:18 02:52:18 02:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:52:18 02:45:01 165096 0 582900 30.98 2620 1130940 1114932 38.05 420996 1135628 12 02:52:18 02:46:01 166888 0 581100 30.88 2620 1130948 1096500 37.42 420680 1134632 8 02:52:18 02:47:01 167048 0 580936 30.88 2620 1130952 1096564 37.42 420756 1134632 16 02:52:18 02:48:01 166048 0 581936 30.93 2620 1130952 1096528 37.42 424628 1131512 12 02:52:18 02:49:02 167624 0 580352 30.84 2620 1130960 1082196 36.93 429400 1126004 8 02:52:18 02:50:01 168476 0 579492 30.80 2620 1130968 1082100 36.93 428772 1126004 12 02:52:18 02:51:01 168700 0 579260 30.79 2620 1130976 1082100 36.93 422888 1131884 20 02:52:18 02:52:01 71352 0 688524 36.59 2620 1119060 1515496 51.72 566704 1055932 105332 02:52:18 Average: 155154 0 594312 31.59 2620 1129470 1145802 39.10 441853 1122028 13178 02:52:18 02:52:18 02:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:52:18 02:45:01 eth0 4.28 1.12 1.71 0.43 0.00 0.00 0.00 0.00 02:52:18 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:46:01 eth0 3.96 1.20 1.25 0.76 0.00 0.00 0.00 0.00 02:52:18 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:47:01 eth0 2.08 0.80 0.87 0.59 0.00 0.00 0.00 0.00 02:52:18 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:48:01 eth0 0.53 0.32 0.27 0.23 0.00 0.00 0.00 0.00 02:52:18 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:49:02 eth0 0.42 0.27 0.15 0.08 0.00 0.00 0.00 0.00 02:52:18 02:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:18 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:51:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:18 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:52:01 eth0 214.92 170.97 2168.52 17.68 0.00 0.00 0.00 0.00 02:52:18 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 Average: eth0 28.40 21.93 272.52 2.48 0.00 0.00 0.00 0.00 02:52:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:18 02:52:18 02:52:18 ---> sar -P ALL: 02:52:18 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/23/20 _x86_64_ (4 CPU) 02:52:18 02:52:18 02:42:44 LINUX RESTART (4 CPU) 02:52:18 02:52:18 02:44:01 CPU %user %nice %system %iowait %steal %idle 02:52:18 02:45:01 all 0.20 0.00 0.06 0.00 0.03 99.70 02:52:18 02:45:01 0 0.05 0.00 0.05 0.00 0.02 99.88 02:52:18 02:45:01 1 0.57 0.00 0.03 0.00 0.03 99.37 02:52:18 02:45:01 2 0.12 0.00 0.10 0.00 0.03 99.75 02:52:18 02:45:01 3 0.08 0.00 0.07 0.00 0.05 99.80 02:52:18 02:46:01 all 0.20 0.00 0.03 0.00 0.00 99.77 02:52:18 02:46:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:52:18 02:46:01 1 0.65 0.00 0.03 0.00 0.00 99.32 02:52:18 02:46:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:52:18 02:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:52:18 02:47:01 all 0.16 0.00 0.04 0.00 0.01 99.80 02:52:18 02:47:01 0 0.07 0.00 0.05 0.00 0.03 99.85 02:52:18 02:47:01 1 0.47 0.00 0.03 0.00 0.00 99.50 02:52:18 02:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:52:18 02:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:52:18 02:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:52:18 02:48:01 0 0.03 0.00 0.07 0.00 0.00 99.90 02:52:18 02:48:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:52:18 02:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:52:18 02:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:52:18 02:49:02 all 0.16 0.00 0.08 0.00 0.01 99.75 02:52:18 02:49:02 0 0.02 0.00 0.22 0.00 0.02 99.75 02:52:18 02:49:02 1 0.05 0.00 0.03 0.00 0.00 99.92 02:52:18 02:49:02 2 0.53 0.00 0.03 0.00 0.02 99.42 02:52:18 02:49:02 3 0.03 0.00 0.05 0.00 0.00 99.92 02:52:18 02:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:52:18 02:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:18 02:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 02:52:18 02:50:01 2 0.56 0.00 0.03 0.00 0.02 99.39 02:52:18 02:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:18 02:51:01 all 0.13 0.00 0.03 0.00 0.00 99.83 02:52:18 02:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:52:18 02:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:52:18 02:51:01 2 0.42 0.00 0.08 0.00 0.00 99.50 02:52:18 02:51:01 3 0.05 0.00 0.03 0.00 0.02 99.90 02:52:18 02:52:01 all 4.09 0.00 2.68 0.78 0.04 92.42 02:52:18 02:52:01 0 3.84 0.00 2.93 0.89 0.02 92.33 02:52:18 02:52:01 1 4.04 0.00 2.57 0.34 0.03 93.02 02:52:18 02:52:01 2 4.68 0.00 2.75 1.40 0.05 91.12 02:52:18 02:52:01 3 3.79 0.00 2.47 0.49 0.05 93.20 02:52:18 Average: all 0.65 0.00 0.37 0.10 0.01 98.87 02:52:18 Average: 0 0.51 0.00 0.42 0.11 0.01 98.95 02:52:18 Average: 1 0.79 0.00 0.35 0.04 0.01 98.81 02:52:18 Average: 2 0.80 0.00 0.39 0.17 0.01 98.63 02:52:18 Average: 3 0.51 0.00 0.34 0.06 0.01 99.07 02:52:18 02:52:18 02:52:18