Pull request #619 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 140e1f31853d471396dedd3efb3fdd59b6a697d3+51b10ba24d09b5e22132647652f16c288a0af487 (c2e2d1aa60b3cbd3a21da9f0ee5c44c3d78ff357) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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-3674 in /w/workspace/dgexfoundry_device-sdk-go_PR-619 [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-619 # 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/619/head:refs/remotes/origin/PR-619 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 51b10ba24d09b5e22132647652f16c288a0af487 into PR head commit 140e1f31853d471396dedd3efb3fdd59b6a697d3 Merge succeeded, producing 09ced11383868fbff569d34a152ad4d081d0e7c1 Checking out Revision 09ced11383868fbff569d34a152ad4d081d0e7c1 (PR-619) > git config core.sparsecheckout # timeout=10 > git checkout -f 140e1f31853d471396dedd3efb3fdd59b6a697d3 # 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 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 09ced11383868fbff569d34a152ad4d081d0e7c1 # timeout=10 Commit message: "Merge commit '51b10ba24d09b5e22132647652f16c288a0af487' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:10:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:10:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 8ee1b283f8d7e4a5295e2049593a7681da86a727 # timeout=10 [Pipeline] echo 06:10:09 ========================================================= 06:10:09 EdgeX Global Pipelines Version Info 06:10:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:10:11 ------------------- 06:10:11 stable info: 06:10:11 ------------------- 06:10:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:10:11 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 06:10:11 Message: update stable to v1.0.131 06:10:12 ------------------- 06:10:12 experimental info: 06:10:12 ------------------- 06:10:12 Commited By: **** collab-it+edgex@linuxfoundation.org 06:10:12 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 06:10:12 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:10:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:10:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:10:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:10:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:10:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:10:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:10:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:10:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:10:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:10:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:10:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:10:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:10:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:10:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:10:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:10:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:10:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:10:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:10:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:10:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:10:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:10:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:10:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:10:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:10:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:10:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-619 [Pipeline] echo 06:10:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-619 [Pipeline] echo 06:10:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-619 [Pipeline] echo 06:10:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 09ced11383868fbff569d34a152ad4d081d0e7c1 [Pipeline] echo 06:10:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 09ced11 [Pipeline] echo 06:10:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:10:16 + git log --format=format:%s -1 09ced11383868fbff569d34a152ad4d081d0e7c1 [Pipeline] echo 06:10:16 GIT_COMMIT: 09ced11383868fbff569d34a152ad4d081d0e7c1, Commit Message: Merge commit '51b10ba24d09b5e22132647652f16c288a0af487' into HEAD [Pipeline] echo 06:10:16 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:10:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:18 06:10:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:10:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:18 latest: Pulling from edgex-devops/git-semver 06:10:18 31603596830f: Pulling fs layer 06:10:18 2a8b12db71e7: Pulling fs layer 06:10:18 6ca5941a6612: Pulling fs layer 06:10:18 ecc8261a40a4: Pulling fs layer 06:10:18 ecc8261a40a4: Waiting 06:10:18 2a8b12db71e7: Verifying Checksum 06:10:18 2a8b12db71e7: Download complete 06:10:19 31603596830f: Verifying Checksum 06:10:19 31603596830f: Download complete 06:10:19 ecc8261a40a4: Verifying Checksum 06:10:19 ecc8261a40a4: Download complete 06:10:19 6ca5941a6612: Verifying Checksum 06:10:19 6ca5941a6612: Download complete 06:10:19 31603596830f: Pull complete 06:10:19 2a8b12db71e7: Pull complete 06:10:21 6ca5941a6612: Pull complete 06:10:22 ecc8261a40a4: Pull complete 06:10:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:10:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:10:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:10:22 prd-centos7-docker-4c-2g-3674 does not seem to be running inside a container 06:10:22 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-619 -v /w/workspace/dgexfoundry_device-sdk-go_PR-619:/w/workspace/dgexfoundry_device-sdk-go_PR-619:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-619@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:10:24 $ docker top 27faf69cdc1fefc9d70ee070bf663d1b3a314f338cd6fa18ef411fa65753f36e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:10:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:10:25 [ssh-agent] Looking for ssh-agent implementation... 06:10:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:10:25 $ docker exec 27faf69cdc1fefc9d70ee070bf663d1b3a314f338cd6fa18ef411fa65753f36e ssh-agent 06:10:25 SSH_AUTH_SOCK=/tmp/ssh-aifiu1pQuAJs/agent.12 06:10:25 SSH_AGENT_PID=17 06:10:26 Running ssh-add (command line suppressed) 06:10:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/private_key_3330991399151401998.key (/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/private_key_3330991399151401998.key) 06:10:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:10:26 + git describe --exact-match --tags HEAD 06:10:26 fatal: no tag exactly matches '09ced11383868fbff569d34a152ad4d081d0e7c1' [Pipeline] } 06:10:26 $ docker exec --env ******** --env ******** 27faf69cdc1fefc9d70ee070bf663d1b3a314f338cd6fa18ef411fa65753f36e ssh-agent -k 06:10:27 unset SSH_AUTH_SOCK; 06:10:27 unset SSH_AGENT_PID; 06:10:27 echo Agent pid 17 killed; 06:10:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:10:27 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:10:27 This usually means this commit has not been tagged. [Pipeline] sshagent 06:10:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:10:27 [ssh-agent] Looking for ssh-agent implementation... 06:10:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:10:27 $ docker exec 27faf69cdc1fefc9d70ee070bf663d1b3a314f338cd6fa18ef411fa65753f36e ssh-agent 06:10:27 SSH_AUTH_SOCK=/tmp/ssh-Tqd4sUvH0Rzs/agent.46 06:10:27 SSH_AGENT_PID=51 06:10:27 Running ssh-add (command line suppressed) 06:10:28 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/private_key_5601217062550209538.key (/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/private_key_5601217062550209538.key) 06:10:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:10:28 + git semver init 06:10:28 # -> Open(): unable to determine branch for HEAD 06:10:28 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-619/.git 06:10:28 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-619 06:10:28 # $SEMVER_REMOTE_NAME = origin 06:10:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:10:28 # $SEMVER_USER_NAME = edgex-jenkins 06:10:28 # $SEMVER_BRANCH = PR-619 06:10:28 # $SEMVER_TEMP = /tmp/semver-737181218 06:10:28 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:10:29 # '/tmp/semver-737181218' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-619/.semver' 06:10:29 # -> Force: false 06:10:29 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-619/.semver [Pipeline] } 06:10:29 $ docker exec --env ******** --env ******** 27faf69cdc1fefc9d70ee070bf663d1b3a314f338cd6fa18ef411fa65753f36e ssh-agent -k 06:10:29 unset SSH_AUTH_SOCK; 06:10:29 unset SSH_AGENT_PID; 06:10:29 echo Agent pid 51 killed; 06:10:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:10:30 + git semver [Pipeline] } 06:10:30 $ docker stop --time=1 27faf69cdc1fefc9d70ee070bf663d1b3a314f338cd6fa18ef411fa65753f36e 06:10:31 $ docker rm -f 27faf69cdc1fefc9d70ee070bf663d1b3a314f338cd6fa18ef411fa65753f36e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:10:33 Stashed 45 file(s) [Pipeline] echo 06:10:33 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 06:10:33 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 06:10:48 Still waiting to schedule task 06:10:48 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:10:48 Still waiting to schedule task 06:10:48 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3671’ is offline 06:12:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3675 in /w/workspace/dgexfoundry_device-sdk-go_PR-619 [Pipeline] { [Pipeline] ws 06:12:48 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 06:12:52 Running on prd-centos7-docker-4c-2g-3676 in /w/workspace/dgexfoundry_device-sdk-go_PR-619 [Pipeline] { [Pipeline] ws 06:12:52 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 06:12:53 using credential edgex-jenkins-ssh 06:12:53 Cloning the remote Git repository 06:12:53 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:12:53 > git init /w/workspace/device-sdk-go/2 # timeout=10 06:12:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:12:54 > git --version # timeout=10 06:12:54 > git --version # 'git version 2.17.1' 06:12:54 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:12:55 using credential edgex-jenkins-ssh 06:12:55 Cloning the remote Git repository 06:12:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:12:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:12:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:12:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:12:55 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/619/head:refs/remotes/origin/PR-619 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:12:55 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:12:55 > git init /w/workspace/device-sdk-go/2 # timeout=10 06:12:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:12:55 > git --version # timeout=10 06:12:55 > git --version # 'git version 2.16.5' 06:12:55 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:12:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:12:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:12:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:12:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:12:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/619/head:refs/remotes/origin/PR-619 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:12:56 Merging remotes/origin/master commit 51b10ba24d09b5e22132647652f16c288a0af487 into PR head commit 140e1f31853d471396dedd3efb3fdd59b6a697d3 06:12:56 Merge succeeded, producing 19a3cac6ac4f3dd8113331d84d41ec859851d763 06:12:56 Checking out Revision 19a3cac6ac4f3dd8113331d84d41ec859851d763 (PR-619) 06:12:56 Merging remotes/origin/master commit 51b10ba24d09b5e22132647652f16c288a0af487 into PR head commit 140e1f31853d471396dedd3efb3fdd59b6a697d3 06:12:57 Merge succeeded, producing bf9073c87b10921b43c1b0cdfd3b1c277b8b63bb 06:12:57 Checking out Revision bf9073c87b10921b43c1b0cdfd3b1c277b8b63bb (PR-619) 06:12:56 > git config core.sparsecheckout # timeout=10 06:12:56 > git checkout -f 140e1f31853d471396dedd3efb3fdd59b6a697d3 # timeout=10 06:12:57 > git remote # timeout=10 06:12:57 > git config --get remote.origin.url # timeout=10 06:12:57 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:57 > git merge 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 06:12:57 > git rev-parse HEAD^{commit} # timeout=10 06:12:57 > git config core.sparsecheckout # timeout=10 06:12:57 > git checkout -f bf9073c87b10921b43c1b0cdfd3b1c277b8b63bb # timeout=10 06:12:56 > git config core.sparsecheckout # timeout=10 06:12:56 > git checkout -f 140e1f31853d471396dedd3efb3fdd59b6a697d3 # timeout=10 06:12:56 > git remote # timeout=10 06:12:56 > git config --get remote.origin.url # timeout=10 06:12:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:56 > git merge 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 06:12:56 > git rev-parse HEAD^{commit} # timeout=10 06:12:56 > git config core.sparsecheckout # timeout=10 06:12:56 > git checkout -f 19a3cac6ac4f3dd8113331d84d41ec859851d763 # timeout=10 06:13:00 Commit message: "Merge commit '51b10ba24d09b5e22132647652f16c288a0af487' into HEAD" 06:13:00 First time build. Skipping changelog. 06:13:00 Commit message: "Merge commit '51b10ba24d09b5e22132647652f16c288a0af487' into HEAD" 06:13:00 First time build. Skipping changelog. 06:13:00 > git rev-list --no-walk 8ee1b283f8d7e4a5295e2049593a7681da86a727 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] script [Pipeline] { [Pipeline] unstash 06:13:00 > git rev-list --no-walk 8ee1b283f8d7e4a5295e2049593a7681da86a727 # timeout=10 [Pipeline] echo 06:13:01 ========================================================= 06:13:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:13:01 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 06:13:02 ========================================================= 06:13:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:13:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:13:02 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:13:02 Sending build context to Docker daemon 3.591MB 06:13:02 Step 1/8 : ARG BASE=golang:1.15-alpine 06:13:02 Step 2/8 : FROM ${BASE} 06:13:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:13:03 df20fa9351a1: Pulling fs layer 06:13:03 ed8968b2872e: Pulling fs layer 06:13:03 a92cc7c5fd73: Pulling fs layer 06:13:03 e871e8e8d7a9: Pulling fs layer 06:13:03 e73272ec9a57: Pulling fs layer 06:13:03 1e910a182e73: Pulling fs layer 06:13:03 4e634b169226: Pulling fs layer 06:13:03 e73272ec9a57: Waiting 06:13:03 1e910a182e73: Waiting 06:13:03 4e634b169226: Waiting 06:13:03 e871e8e8d7a9: Waiting 06:13:03 a92cc7c5fd73: Verifying Checksum 06:13:03 a92cc7c5fd73: Download complete 06:13:03 ed8968b2872e: Verifying Checksum 06:13:03 ed8968b2872e: Download complete 06:13:03 e73272ec9a57: Verifying Checksum 06:13:03 e73272ec9a57: Download complete 06:13:03 1e910a182e73: Download complete 06:13:03 df20fa9351a1: Verifying Checksum 06:13:03 df20fa9351a1: Download complete 06:13:03 df20fa9351a1: Pull complete 06:13:03 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 06:13:03 ed8968b2872e: Pull complete 06:13:03 a92cc7c5fd73: Pull complete 06:13:04 Sending build context to Docker daemon 3.591MB 06:13:04 Step 1/8 : ARG BASE=golang:1.15-alpine 06:13:04 Step 2/8 : FROM ${BASE} 06:13:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:13:04 b538f80385f9: Pulling fs layer 06:13:04 74f711af9a0d: Pulling fs layer 06:13:04 99f96fe45779: Pulling fs layer 06:13:04 8529a6b9a6be: Pulling fs layer 06:13:04 45590311c82a: Pulling fs layer 06:13:04 69ca0ff8b7b3: Pulling fs layer 06:13:04 209524e5b208: Pulling fs layer 06:13:04 8529a6b9a6be: Waiting 06:13:04 45590311c82a: Waiting 06:13:04 69ca0ff8b7b3: Waiting 06:13:04 209524e5b208: Waiting 06:13:04 99f96fe45779: Verifying Checksum 06:13:04 99f96fe45779: Download complete 06:13:04 74f711af9a0d: Verifying Checksum 06:13:04 74f711af9a0d: Download complete 06:13:04 45590311c82a: Verifying Checksum 06:13:04 45590311c82a: Download complete 06:13:05 69ca0ff8b7b3: Verifying Checksum 06:13:05 69ca0ff8b7b3: Download complete 06:13:05 b538f80385f9: Download complete 06:13:06 b538f80385f9: Pull complete 06:13:06 74f711af9a0d: Pull complete 06:13:07 4e634b169226: Verifying Checksum 06:13:07 4e634b169226: Download complete 06:13:07 99f96fe45779: Pull complete 06:13:08 209524e5b208: Verifying Checksum 06:13:08 209524e5b208: Download complete 06:13:08 e871e8e8d7a9: Verifying Checksum 06:13:08 e871e8e8d7a9: Download complete 06:13:09 8529a6b9a6be: Verifying Checksum 06:13:09 8529a6b9a6be: Download complete 06:13:13 e871e8e8d7a9: Pull complete 06:13:13 e73272ec9a57: Pull complete 06:13:13 1e910a182e73: Pull complete 06:13:17 4e634b169226: Pull complete 06:13:17 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:13:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:13:17 ---> f7629b54cfaa 06:13:17 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:13:17 ---> Running in f55e0aeb8404 06:13:17 Removing intermediate container f55e0aeb8404 06:13:17 ---> 7a2ab93d3b29 06:13:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:17 ---> Running in a9820ca0e7c9 06:13:19 Removing intermediate container a9820ca0e7c9 06:13:19 ---> 9dcf0ef7c303 06:13:19 Step 5/8 : RUN apk add --no-cache make git 06:13:19 ---> Running in bd833c37e919 06:13:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:13:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:13:21 OK: 166 MiB in 39 packages 06:13:21 Removing intermediate container bd833c37e919 06:13:21 ---> 470db617e45a 06:13:21 Step 6/8 : WORKDIR /device-sdk-go 06:13:21 8529a6b9a6be: Pull complete 06:13:21 45590311c82a: Pull complete 06:13:21 69ca0ff8b7b3: Pull complete 06:13:21 ---> Running in 4bfd74a5de8c 06:13:21 Removing intermediate container 4bfd74a5de8c 06:13:21 ---> f8ed19a97175 06:13:21 Step 7/8 : COPY . . 06:13:23 ---> a7cd6b5383bb 06:13:23 Step 8/8 : RUN go mod download 06:13:23 ---> Running in 6a637a86cec5 06:13:24 209524e5b208: Pull complete 06:13:24 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:13:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:13:24 ---> 5bddaf1c2fca 06:13:24 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:13:27 ---> Running in bf1a4a9606f1 06:13:27 Removing intermediate container bf1a4a9606f1 06:13:27 ---> 788c9bff7201 06:13:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:27 ---> Running in 37a8b42d1ea7 06:13:30 Removing intermediate container 37a8b42d1ea7 06:13:30 ---> 04c457470ea5 06:13:30 Step 5/8 : RUN apk add --no-cache make git 06:13:30 ---> Running in 17a72bd17e89 06:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:13:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:13:33 OK: 142 MiB in 39 packages 06:13:34 Removing intermediate container 17a72bd17e89 06:13:34 ---> e771fa0fd9f5 06:13:34 Step 6/8 : WORKDIR /device-sdk-go 06:13:34 ---> Running in 04e1455c90d1 06:13:34 Removing intermediate container 04e1455c90d1 06:13:34 ---> d82ca1acb77c 06:13:34 Step 7/8 : COPY . . 06:13:36 ---> d093e6292c08 06:13:36 Step 8/8 : RUN go mod download 06:13:36 ---> Running in 05afc79774d3 06:13:41 Removing intermediate container 6a637a86cec5 06:13:41 ---> cd7d1d7fdb2e 06:13:41 Successfully built cd7d1d7fdb2e 06:13:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:13:41 + docker inspect -f . ci-base-image-x86_64 06:13:41 . [Pipeline] withDockerContainer 06:13:42 prd-centos7-docker-4c-2g-3676 does not seem to be running inside a container 06:13:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:13:43 $ docker top cfaa85ff37f18b4804355e52bc825aa8b7a62ee30d66bd381bdb911ab9f2d53c -eo pid,comm [Pipeline] { [Pipeline] sh 06:13:43 + go version 06:13:43 go version go1.15.2 linux/amd64 [Pipeline] } 06:13:43 $ docker stop --time=1 cfaa85ff37f18b4804355e52bc825aa8b7a62ee30d66bd381bdb911ab9f2d53c 06:13:45 $ docker rm -f cfaa85ff37f18b4804355e52bc825aa8b7a62ee30d66bd381bdb911ab9f2d53c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:13:46 + docker inspect -f . ci-base-image-x86_64 06:13:46 . [Pipeline] withDockerContainer 06:13:46 prd-centos7-docker-4c-2g-3676 does not seem to be running inside a container 06:13:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:13:46 $ docker top 053f724f8fa395e5036e25269baa36871e47e96004920e133e8046ed9ac094f0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:13:47 + make test 06:13:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:13:54 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:13:58 Removing intermediate container 05afc79774d3 06:13:58 ---> 18f7d60bb8c0 06:13:58 Successfully built 18f7d60bb8c0 06:13:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:13:59 + docker inspect -f . ci-base-image-arm64 06:13:59 . [Pipeline] withDockerContainer 06:13:59 prd-ubuntu18.04-docker-arm64-4c-16g-3675 does not seem to be running inside a container 06:13:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 06:14:01 $ docker top 1bb564bd32f5d59419e4b89b4da1bf9d70f6cbe29fe3a39a3877a5a373892bb5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:14:03 + go version 06:14:03 go version go1.15.2 linux/arm64 [Pipeline] } 06:14:03 $ docker stop --time=1 1bb564bd32f5d59419e4b89b4da1bf9d70f6cbe29fe3a39a3877a5a373892bb5 06:14:05 $ docker rm -f 1bb564bd32f5d59419e4b89b4da1bf9d70f6cbe29fe3a39a3877a5a373892bb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:14:06 + docker inspect -f . ci-base-image-arm64 06:14:06 . [Pipeline] withDockerContainer 06:14:06 prd-ubuntu18.04-docker-arm64-4c-16g-3675 does not seem to be running inside a container 06:14:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 06:14:08 $ docker top 26086ef8ed88198cb3082c2973efb86bdba98bfa83d40f3a9aeeae0499258753 -eo pid,comm [Pipeline] { [Pipeline] sh 06:14:09 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:14:09 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:14:09 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:14:09 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.057s coverage: 21.6% of statements 06:14:09 + make test 06:14:09 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:14:10 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.468s coverage: 97.1% of statements 06:14:32 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:14:42 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.051s coverage: 9.4% of statements 06:14:42 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.047s coverage: 20.5% of statements 06:14:42 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:14:42 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.191s coverage: 40.6% of statements 06:14:42 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:14:42 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.284s coverage: 65.4% of statements 06:14:42 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:14:42 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:14:42 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:14:42 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 06:14:42 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.082s coverage: 52.6% of statements 06:14:42 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 06:14:42 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 06:14:42 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.317s coverage: 68.9% of statements 06:14:42 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:14:42 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:14:42 GO111MODULE=on go vet ./... 06:14:47 gofmt -l . 06:14:47 [ "`gofmt -l .`" = "" ] 06:14:47 ./bin/test-attribution-txt.sh 06:14:48 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:14:48 Stashed 1 file(s) [Pipeline] } 06:14:48 $ docker stop --time=1 053f724f8fa395e5036e25269baa36871e47e96004920e133e8046ed9ac094f0 06:14:50 $ docker rm -f 053f724f8fa395e5036e25269baa36871e47e96004920e133e8046ed9ac094f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:14:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:14:53 + ls -al . 06:14:53 total 192 06:14:53 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 6 06:14 . 06:14:53 drwxrwxr-x. 4 jenkins jenkins 28 Oct 6 06:12 .. 06:14:53 drwxrwxr-x. 2 jenkins jenkins 64 Oct 6 06:12 bin 06:14:53 -rw-r--r--. 1 jenkins jenkins 111523 Oct 6 06:14 coverage.out 06:14:53 -rw-rw-r--. 1 jenkins jenkins 936 Oct 6 06:12 Dockerfile.build 06:14:53 -rw-rw-r--. 1 jenkins jenkins 140 Oct 6 06:12 .dockerignore 06:14:53 drwxrwxr-x. 4 jenkins jenkins 48 Oct 6 06:12 example 06:14:53 drwxrwxr-x. 8 jenkins jenkins 179 Oct 6 06:13 .git 06:14:53 drwxrwxr-x. 2 jenkins jenkins 60 Oct 6 06:12 .github 06:14:53 -rw-rw-r--. 1 jenkins jenkins 138 Oct 6 06:12 .gitignore 06:14:53 -rw-r--r--. 1 jenkins jenkins 517 Oct 6 06:14 go.mod 06:14:53 -rw-r--r--. 1 jenkins jenkins 13652 Oct 6 06:14 go.sum 06:14:53 drwxrwxr-x. 15 jenkins jenkins 211 Oct 6 06:12 internal 06:14:53 -rw-rw-r--. 1 jenkins jenkins 901 Oct 6 06:12 Jenkinsfile 06:14:53 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 6 06:12 LICENSE 06:14:53 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 6 06:12 Makefile 06:14:53 drwxrwxr-x. 4 jenkins jenkins 26 Oct 6 06:12 openapi 06:14:53 drwxrwxr-x. 5 jenkins jenkins 50 Oct 6 06:12 pkg 06:14:53 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 6 06:12 README.md 06:14:53 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 6 06:12 RELEASE-NOTES.txt 06:14:53 drwxrwxr-x. 3 jenkins jenkins 58 Oct 6 06:13 .semver 06:14:53 drwxrwxr-x. 4 jenkins jenkins 54 Oct 6 06:12 snap 06:14:53 -rw-rw-r--. 1 jenkins jenkins 5 Oct 6 06:10 VERSION 06:14:53 -rw-rw-r--. 1 jenkins jenkins 222 Oct 6 06:12 version.go [Pipeline] isUnix [Pipeline] sh 06:14:53 + 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=09ced11383868fbff569d34a152ad4d081d0e7c1 --label arch=amd64 --label version=0.0.0 . 06:14:54 Sending build context to Docker daemon 3.703MB 06:14:54 Step 1/24 : ARG BASE=golang:1.15-alpine 06:14:54 Step 2/24 : FROM ${BASE} AS builder 06:14:54 ---> cd7d1d7fdb2e 06:14:54 Step 3/24 : ARG MAKE='make build' 06:14:54 ---> Running in f5d32804b3ba 06:14:54 Removing intermediate container f5d32804b3ba 06:14:54 ---> dd3a94fefe27 06:14:54 Step 4/24 : WORKDIR /device-sdk-go 06:14:54 ---> Running in 81060908ed6d 06:14:55 Removing intermediate container 81060908ed6d 06:14:55 ---> 96a478436aa2 06:14:55 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:14:55 ---> Running in c5db191a7297 06:14:55 Removing intermediate container c5db191a7297 06:14:55 ---> 6fc958472ca6 06:14:55 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:55 ---> Running in 3cff97df1ebd 06:14:56 Removing intermediate container 3cff97df1ebd 06:14:56 ---> 01f6bbbea435 06:14:56 Step 7/24 : RUN apk add --update --no-cache make git 06:14:56 ---> Running in 08ce8a5b20de 06:14:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:58 OK: 166 MiB in 39 packages 06:14:58 Removing intermediate container 08ce8a5b20de 06:14:58 ---> ee79219a944c 06:14:58 Step 8/24 : COPY . . 06:14:59 ---> 75d12ba274e9 06:14:59 Step 9/24 : RUN ${MAKE} 06:14:59 ---> Running in e674b8b0d367 06:15:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:15:08 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:15:09 Removing intermediate container e674b8b0d367 06:15:09 ---> 0067bf3fc77c 06:15:09 Step 10/24 : FROM scratch 06:15:09 ---> 06:15:09 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:15:09 ---> Running in d561a9560561 06:15:09 Removing intermediate container d561a9560561 06:15:09 ---> 4efcaaedcd66 06:15:09 Step 12/24 : ENV APP_PORT=49990 06:15:09 ---> Running in 3d83f6dd890a 06:15:10 Removing intermediate container 3d83f6dd890a 06:15:10 ---> 3e679ae50831 06:15:10 Step 13/24 : EXPOSE $APP_PORT 06:15:10 ---> Running in 998d64fbabaa 06:15:10 Removing intermediate container 998d64fbabaa 06:15:10 ---> 504024dceff2 06:15:10 Step 14/24 : WORKDIR / 06:15:10 ---> Running in be2c9967de92 06:15:10 Removing intermediate container be2c9967de92 06:15:10 ---> 4969ecd3403d 06:15:10 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:15:11 ---> d0956f57f70b 06:15:11 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:15:11 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:15:11 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:15:11 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:15:11 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.114s coverage: 21.6% of statements 06:15:11 ---> d0f7f7cb04b1 06:15:11 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:15:11 ---> de389b9c5161 06:15:11 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:15:11 ---> 25d5cede00d0 06:15:11 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:15:11 ---> aa3211eca70b 06:15:11 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:15:12 ---> Running in 3845644729bf 06:15:12 Removing intermediate container 3845644729bf 06:15:12 ---> 453cb78ee439 06:15:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:15:12 ---> Running in d598c9e3331f 06:15:12 Removing intermediate container d598c9e3331f 06:15:12 ---> df429b8048d7 06:15:12 Step 22/24 : LABEL arch=amd64 06:15:12 ---> Running in 354e0d36d589 06:15:13 Removing intermediate container 354e0d36d589 06:15:13 ---> c40425879f8b 06:15:13 Step 23/24 : LABEL git_sha=09ced11383868fbff569d34a152ad4d081d0e7c1 06:15:13 ---> Running in 75180d8ac2bb 06:15:13 Removing intermediate container 75180d8ac2bb 06:15:13 ---> 87cc637385f7 06:15:13 Step 24/24 : LABEL version=0.0.0 06:15:13 ---> Running in f8f57120ce87 06:15:13 Removing intermediate container f8f57120ce87 06:15:13 ---> 9b49988593d1 06:15:13 [Warning] One or more build-args [ARCH] were not consumed 06:15:13 Successfully built 9b49988593d1 06:15:13 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:15:15 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.189s coverage: 97.1% of statements 06:15:42 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.135s coverage: 9.4% of statements 06:15:42 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.141s coverage: 20.5% of statements 06:15:42 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:15:42 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.525s coverage: 40.6% of statements 06:15:42 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:15:42 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.804s coverage: 65.4% of statements 06:15:42 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:15:42 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:15:42 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:15:42 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 06:15:42 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.183s coverage: 52.6% of statements 06:15:42 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 06:15:42 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 06:15:42 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.625s coverage: 68.9% of statements 06:15:42 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:15:42 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:15:42 GO111MODULE=on go vet ./... 06:16:15 gofmt -l . 06:16:15 [ "`gofmt -l .`" = "" ] 06:16:15 ./bin/test-attribution-txt.sh 06:16:15 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:16:15 Warning: overwriting stash ‘coverage-report’ 06:16:16 Stashed 1 file(s) [Pipeline] } 06:16:16 $ docker stop --time=1 26086ef8ed88198cb3082c2973efb86bdba98bfa83d40f3a9aeeae0499258753 06:16:18 $ docker rm -f 26086ef8ed88198cb3082c2973efb86bdba98bfa83d40f3a9aeeae0499258753 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:16:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:16:20 + ls -al . 06:16:20 total 232 06:16:20 drwxrwxr-x 11 jenkins jenkins 4096 Oct 6 06:16 . 06:16:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 06:12 .. 06:16:20 -rw-rw-r-- 1 jenkins jenkins 140 Oct 6 06:12 .dockerignore 06:16:20 drwxrwxr-x 8 jenkins jenkins 4096 Oct 6 06:13 .git 06:16:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 06:12 .github 06:16:20 -rw-rw-r-- 1 jenkins jenkins 138 Oct 6 06:12 .gitignore 06:16:20 drwxrwxr-x 3 jenkins jenkins 4096 Oct 6 06:13 .semver 06:16:20 -rw-rw-r-- 1 jenkins jenkins 936 Oct 6 06:12 Dockerfile.build 06:16:20 -rw-rw-r-- 1 jenkins jenkins 901 Oct 6 06:12 Jenkinsfile 06:16:20 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 6 06:12 LICENSE 06:16:20 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 6 06:12 Makefile 06:16:20 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 6 06:12 README.md 06:16:20 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 6 06:12 RELEASE-NOTES.txt 06:16:20 -rw-rw-r-- 1 jenkins jenkins 5 Oct 6 06:10 VERSION 06:16:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 6 06:12 bin 06:16:20 -rw-r--r-- 1 jenkins jenkins 111523 Oct 6 06:15 coverage.out 06:16:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 06:12 example 06:16:20 -rw-r--r-- 1 jenkins jenkins 517 Oct 6 06:16 go.mod 06:16:20 -rw-r--r-- 1 jenkins jenkins 13652 Oct 6 06:16 go.sum 06:16:20 drwxrwxr-x 15 jenkins jenkins 4096 Oct 6 06:12 internal 06:16:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 06:12 openapi 06:16:20 drwxrwxr-x 5 jenkins jenkins 4096 Oct 6 06:12 pkg 06:16:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 6 06:12 snap 06:16:20 -rw-rw-r-- 1 jenkins jenkins 222 Oct 6 06:12 version.go [Pipeline] isUnix [Pipeline] sh 06:16:20 + 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=09ced11383868fbff569d34a152ad4d081d0e7c1 --label arch=arm64 --label version=0.0.0 . 06:16:21 Sending build context to Docker daemon 3.703MB 06:16:21 Step 1/24 : ARG BASE=golang:1.15-alpine 06:16:21 Step 2/24 : FROM ${BASE} AS builder 06:16:21 ---> 18f7d60bb8c0 06:16:21 Step 3/24 : ARG MAKE='make build' 06:16:21 ---> Running in ae026db387c6 06:16:21 Removing intermediate container ae026db387c6 06:16:21 ---> 682cc324ba5d 06:16:21 Step 4/24 : WORKDIR /device-sdk-go 06:16:22 ---> Running in 79bda886fcfe 06:16:22 Removing intermediate container 79bda886fcfe 06:16:22 ---> e251705f80ab 06:16:22 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:16:22 ---> Running in eeb8d9f2ba70 06:16:23 Removing intermediate container eeb8d9f2ba70 06:16:23 ---> 10c51d892383 06:16:23 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:23 ---> Running in a867f3560b5d 06:16:26 Removing intermediate container a867f3560b5d 06:16:26 ---> 070d42c45e9c 06:16:26 Step 7/24 : RUN apk add --update --no-cache make git 06:16:26 ---> Running in 2e5d7bdec844 06:16:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:16:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:16:28 OK: 142 MiB in 39 packages 06:16:30 Removing intermediate container 2e5d7bdec844 06:16:30 ---> 8ee0c0be306c 06:16:30 Step 8/24 : COPY . . 06:16:31 ---> 277c19aa38ff 06:16:31 Step 9/24 : RUN ${MAKE} 06:16:31 ---> Running in 492e8fd057d5 06:16:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 06:16:59 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:16:59 Removing intermediate container 492e8fd057d5 06:16:59 ---> 8a62895837b5 06:16:59 Step 10/24 : FROM scratch 06:16:59 ---> 06:16:59 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:16:59 ---> Running in 905f3116bd6e 06:16:59 Removing intermediate container 905f3116bd6e 06:16:59 ---> 2dbcd67f7e8d 06:16:59 Step 12/24 : ENV APP_PORT=49990 06:16:59 ---> Running in 84012f3a53c8 06:16:59 Removing intermediate container 84012f3a53c8 06:16:59 ---> a801aa76e6a4 06:16:59 Step 13/24 : EXPOSE $APP_PORT 06:16:59 ---> Running in 1082183b209c 06:17:00 Removing intermediate container 1082183b209c 06:17:00 ---> 35e3e48d2b20 06:17:00 Step 14/24 : WORKDIR / 06:17:00 ---> Running in a96841c0f122 06:17:00 Removing intermediate container a96841c0f122 06:17:00 ---> 9c068397ae81 06:17:00 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:17:01 ---> f12b2f15d923 06:17:01 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:17:02 ---> dd7afcdf2dbd 06:17:02 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:17:03 ---> da48ab740aa4 06:17:03 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:17:03 ---> e6ff8611e1c1 06:17:03 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:17:04 ---> 938b31898807 06:17:04 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:17:04 ---> Running in a0d8ae6e75cb 06:17:05 Removing intermediate container a0d8ae6e75cb 06:17:05 ---> b0be47ba3086 06:17:05 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:17:05 ---> Running in 33f9a01328c4 06:17:05 Removing intermediate container 33f9a01328c4 06:17:05 ---> cacc17bae781 06:17:05 Step 22/24 : LABEL arch=arm64 06:17:06 ---> Running in ec8b03115d83 06:17:06 Removing intermediate container ec8b03115d83 06:17:06 ---> e5c55c215e9f 06:17:06 Step 23/24 : LABEL git_sha=09ced11383868fbff569d34a152ad4d081d0e7c1 06:17:06 ---> Running in b46b466c9b42 06:17:06 Removing intermediate container b46b466c9b42 06:17:06 ---> 8554101aa1ea 06:17:06 Step 24/24 : LABEL version=0.0.0 06:17:07 ---> Running in 539f7cdc3adc 06:17:07 Removing intermediate container 539f7cdc3adc 06:17:07 ---> 64065cb033ff 06:17:07 [Warning] One or more build-args [ARCH] were not consumed 06:17:07 Successfully built 64065cb033ff 06:17:07 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:17:09 provisioning config files... 06:17:09 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/config7480206737067859214tmp [Pipeline] { [Pipeline] sh 06:17:10 + set +x 06:17:10 + curl -s https://codecov.io/bash 06:17:10 + bash -s -- [Pipeline] } 06:19:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:19:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:19:35 ---> package-listing.sh 06:19:35 ++ facter osfamily 06:19:35 ++ tr '[:upper:]' '[:lower:]' 06:19:36 + OS_FAMILY=redhat 06:19:36 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-619 06:19:36 + START_PACKAGES=/tmp/packages_start.txt 06:19:36 + END_PACKAGES=/tmp/packages_end.txt 06:19:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:19:36 + PACKAGES=/tmp/packages_start.txt 06:19:36 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-619 ']' 06:19:36 + PACKAGES=/tmp/packages_end.txt 06:19:36 + case "${OS_FAMILY}" in 06:19:36 + rpm -qa 06:19:36 + sort 06:19:40 + '[' -f /tmp/packages_start.txt ']' 06:19:40 + '[' -f /tmp/packages_end.txt ']' 06:19:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:19:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-619 ']' 06:19:40 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-619/archives/ 06:19:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-619/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:19:40 provisioning config files... 06:19:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/config3844495588235299577tmp [Pipeline] { [Pipeline] echo 06:19:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:19:41 ---> create-netrc.sh [Pipeline] } 06:19:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:19:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:19:41 ---> python-tools-install.sh 06:19:41 Generating Requirements File 06:21:18 Python 3.6.8 06:21:18 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 06:21:18 appdirs==1.4.3 06:21:18 argcomplete==1.12.1 06:21:18 aspy.yaml==1.3.0 06:21:18 attrs==19.3.0 06:21:18 Babel==2.8.0 06:21:18 beautifulsoup4==4.8.2 06:21:18 boto3==1.11.6 06:21:18 botocore==1.14.6 06:21:18 bs4==0.0.1 06:21:18 cachetools==4.1.1 06:21:18 certifi==2019.11.28 06:21:18 cffi==1.14.3 06:21:18 cfgv==2.0.1 06:21:18 chardet==3.0.4 06:21:18 click==7.1 06:21:18 cliff==3.4.0 06:21:18 cmd2==1.3.11 06:21:18 colorama==0.4.3 06:21:18 cryptography==3.1.1 06:21:18 debtcollector==2.2.0 06:21:18 decorator==4.4.2 06:21:18 defusedxml==0.6.0 06:21:18 Deprecated==1.2.7 06:21:18 distlib==0.3.1 06:21:18 distro==1.2.0 06:21:18 dnspython==1.16.0 06:21:18 docker==4.2.0 06:21:18 docutils==0.15.2 06:21:18 dogpile.cache==1.0.2 06:21:18 email-validator==1.0.5 06:21:18 filelock==3.0.12 06:21:18 future==0.18.2 06:21:18 google-auth==1.22.1 06:21:18 httplib2==0.17.0 06:21:18 identify==1.4.11 06:21:18 idna==2.9 06:21:18 importlib-metadata==1.7.0 06:21:18 importlib-resources==1.5.0 06:21:18 iso8601==0.1.13 06:21:18 Jinja2==2.11.1 06:21:18 jmespath==0.10.0 06:21:18 jsonpatch==1.26 06:21:18 jsonpointer==2.0 06:21:18 jsonschema==3.2.0 06:21:18 keystoneauth1==4.2.1 06:21:18 kubernetes==11.0.0 06:21:18 lftools==0.34.2 06:21:18 lxml==4.5.0 06:21:18 MarkupSafe==0.23 06:21:18 msgpack==1.0.0 06:21:18 multi-key-dict==2.0.3 06:21:18 munch==2.5.0 06:21:18 netaddr==0.8.0 06:21:18 netifaces==0.10.9 06:21:18 niet==1.4.2 06:21:18 nodeenv==1.3.5 06:21:18 oauth2client==4.1.3 06:21:18 oauthlib==3.1.0 06:21:18 openstacksdk==0.50.0 06:21:18 os-client-config==2.1.0 06:21:18 os-service-types==1.7.0 06:21:18 osc-lib==2.2.1 06:21:18 oslo.config==8.3.2 06:21:18 oslo.context==3.1.1 06:21:18 oslo.i18n==5.0.1 06:21:18 oslo.log==4.4.0 06:21:18 oslo.serialization==4.0.1 06:21:18 oslo.utils==4.6.0 06:21:18 packaging==20.4 06:21:18 pbr==5.4.4 06:21:18 pluggy==0.13.1 06:21:18 prettytable==0.7.2 06:21:18 py==1.9.0 06:21:18 pyasn1==0.4.8 06:21:18 pyasn1-modules==0.2.8 06:21:18 pycparser==2.20 06:21:18 pygerrit2==2.0.10 06:21:18 PyGithub==1.46 06:21:18 pyinotify==0.9.6 06:21:18 PyJWT==1.7.1 06:21:18 pyparsing==2.4.7 06:21:18 pyperclip==1.8.0 06:21:18 pyroute2==0.4.13 06:21:18 pyrsistent==0.15.7 06:21:18 PySocks==1.6.8 06:21:18 python-cinderclient==7.2.0 06:21:18 python-dateutil==2.8.1 06:21:18 python-heatclient==2.2.1 06:21:18 python-jenkins==1.7.0 06:21:18 python-keystoneclient==4.1.1 06:21:18 python-magnumclient==3.2.1 06:21:18 python-novaclient==17.2.1 06:21:18 python-openstackclient==5.4.0 06:21:18 python-swiftclient==3.10.1 06:21:18 pytz==2020.1 06:21:18 PyYAML==5.3 06:21:18 requests==2.23.0 06:21:18 requests-oauthlib==1.3.0 06:21:18 requestsexceptions==1.4.0 06:21:18 rfc3986==1.4.0 06:21:18 rpm==4.11.3 06:21:18 rsa==4.0 06:21:18 ruamel.yaml==0.16.10 06:21:18 ruamel.yaml.clib==0.2.0 06:21:18 s3transfer==0.3.3 06:21:18 shade==1.27.2 06:21:18 simplejson==3.17.2 06:21:18 six==1.14.0 06:21:18 soupsieve==2.0 06:21:18 stevedore==3.2.2 06:21:18 tabulate==0.8.6 06:21:18 toml==0.10.0 06:21:18 tox==3.20.0 06:21:18 tqdm==4.43.0 06:21:18 urllib3==1.25.8 06:21:18 virtualenv==20.0.33 06:21:18 wcwidth==0.2.5 06:21:18 websocket-client==0.57.0 06:21:18 wrapt==1.12.1 06:21:18 xdg==3.0.2 06:21:18 xmltodict==0.12.0 06:21:18 yq==2.11.1 06:21:18 zipp==3.3.0 06:21:18 Cache entry deserialization failed, entry ignored 06:21:20 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 06:21:25 Python 2.7.5 06:21:25 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 06:21:25 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 06:21:25 ansible==2.9.7 06:21:25 Babel==0.9.6 06:21:25 backports.ssl-match-hostname==3.5.0.1 06:21:25 beautifulsoup4==4.4.1 06:21:25 bodhi==2.11.0 06:21:25 bodhi-client==2.11.0 06:21:25 CCColUtils==1.4 06:21:25 cffi==1.6.0 06:21:25 chardet==2.2.1 06:21:25 click==6.7 06:21:25 cloud-init==18.5 06:21:25 configobj==4.7.2 06:21:25 cryptography==1.7.2 06:21:25 decorator==3.4.0 06:21:25 distro==1.2.0 06:21:25 enum34==1.0.4 06:21:25 fedpkg==1.38 06:21:25 futures==3.1.1 06:21:25 gitdb==0.6.4 06:21:25 GitPython==1.0.1 06:21:25 html5lib==0.999 06:21:25 httplib2==0.9.2 06:21:25 idna==2.4 06:21:25 iniparse==0.4 06:21:25 ipaddress==1.0.16 06:21:25 IPy==0.75 06:21:25 javapackages==1.0.0 06:21:25 Jinja2==2.7.2 06:21:25 jmespath==0.9.4 06:21:25 jsonpatch==1.2 06:21:25 jsonpointer==1.9 06:21:25 kerberos==1.1 06:21:25 kitchen==1.1.1 06:21:25 langtable==0.0.31 06:21:25 lockfile==0.9.1 06:21:25 lxml==3.2.1 06:21:25 MarkupSafe==0.11 06:21:25 munch==2.0.2 06:21:25 offtrac==0.1.0 06:21:25 openidc-client==0.6.0 06:21:25 packagedb-cli==2.14.1 06:21:25 paramiko==2.1.1 06:21:25 perf==0.1 06:21:25 ply==3.4 06:21:25 policycoreutils-default-encoding==0.1 06:21:25 prettytable==0.7.2 06:21:25 pyasn1==0.1.9 06:21:25 pycparser==2.14 06:21:25 pycurl==7.19.0 06:21:25 pygobject==3.22.0 06:21:25 pygpgme==0.3 06:21:25 pyliblzma==0.5.3 06:21:25 pyOpenSSL==0.13.1 06:21:25 pyparsing==1.5.6 06:21:25 pyserial==2.6 06:21:25 python-augeas==0.5.0 06:21:25 python-bugzilla==2.3.0 06:21:25 python-dateutil==1.5 06:21:25 python-fedora==0.10.0 06:21:25 python-linux-procfs==0.4.9 06:21:25 python-yubico==1.2.3 06:21:25 pyudev==0.15 06:21:25 pyusb==1.0.0b1 06:21:25 pyxattr==0.5.1 06:21:25 PyYAML==3.10 06:21:25 requests==2.6.0 06:21:25 requests-kerberos==0.7.0 06:21:25 rpkg==1.60 06:21:25 schedutils==0.4 06:21:25 seobject==0.1 06:21:25 sepolicy==1.1 06:21:25 six==1.9.0 06:21:25 smmap==0.9.0 06:21:25 urlgrabber==3.10 06:21:25 urllib3==1.10.2 06:21:25 virtualenv==15.1.0 06:21:25 yum-langpacks==0.4.2 06:21:25 yum-metadata-parser==1.1.4 [Pipeline] echo 06:21:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:21:26 ---> sudo-logs.sh 06:21:26 Archiving 'sudo' log.. [Pipeline] echo 06:21:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:21:26 ---> job-cost.sh 06:21:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ktJh 06:21:39 Cache entry deserialization failed, entry ignored 06:21:39 Cache entry deserialization failed, entry ignored 06:21:39 Cache entry deserialization failed, entry ignored 06:21:39 Cache entry deserialization failed, entry ignored 06:21:39 Cache entry deserialization failed, entry ignored 06:21:39 Cache entry deserialization failed, entry ignored 06:21:40 Cache entry deserialization failed, entry ignored 06:21:40 Cache entry deserialization failed, entry ignored 06:21:40 Cache entry deserialization failed, entry ignored 06:21:40 Cache entry deserialization failed, entry ignored 06:21:40 Cache entry deserialization failed, entry ignored 06:21:40 Cache entry deserialization failed, entry ignored 06:21:46 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:22:25 lf-activate-venv(): INFO: Adding /tmp/venv-ktJh/bin to PATH 06:22:25 INFO: No Stack... 06:22:26 INFO: Retrieving Pricing Info for: v1-standard-2 06:22:27 INFO: Archiving Costs [Pipeline] echo 06:22:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:22:27 ---> logs-deploy.sh 06:22:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-619/2 06:22:27 INFO: archiving workspace using pattern(s): 06:22:29 Archives upload complete. 06:22:29 INFO: archiving logs to Nexus 06:22:31 ---> uname -a: 06:22:31 Linux prd-centos7-docker-4c-2g-3674.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 06:22:31 06:22:31 06:22:32 ---> lscpu: 06:22:32 Architecture: x86_64 06:22:32 CPU op-mode(s): 32-bit, 64-bit 06:22:32 Byte Order: Little Endian 06:22:32 CPU(s): 4 06:22:32 On-line CPU(s) list: 0-3 06:22:32 Thread(s) per core: 1 06:22:32 Core(s) per socket: 1 06:22:32 Socket(s): 4 06:22:32 NUMA node(s): 1 06:22:32 Vendor ID: GenuineIntel 06:22:32 CPU family: 6 06:22:32 Model: 44 06:22:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:22:32 Stepping: 1 06:22:32 CPU MHz: 2933.438 06:22:32 BogoMIPS: 5866.87 06:22:32 Virtualization: VT-x 06:22:32 Hypervisor vendor: KVM 06:22:32 Virtualization type: full 06:22:32 L1d cache: 32K 06:22:32 L1i cache: 32K 06:22:32 L2 cache: 4096K 06:22:32 L3 cache: 16384K 06:22:32 NUMA node0 CPU(s): 0-3 06:22:32 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:22:32 06:22:32 06:22:32 ---> nproc: 06:22:32 4 06:22:32 06:22:32 06:22:32 ---> df -h: 06:22:32 Filesystem Size Used Avail Use% Mounted on 06:22:32 devtmpfs 887M 0 887M 0% /dev 06:22:32 tmpfs 919M 0 919M 0% /dev/shm 06:22:32 tmpfs 919M 17M 903M 2% /run 06:22:32 tmpfs 919M 0 919M 0% /sys/fs/cgroup 06:22:32 /dev/vda1 50G 7.4G 43G 15% / 06:22:32 tmpfs 184M 0 184M 0% /run/user/1001 06:22:32 06:22:32 06:22:32 ---> free -m: 06:22:32 total used free shared buff/cache available 06:22:32 Mem: 1837 621 78 16 1137 1019 06:22:32 Swap: 1023 1 1022 06:22:32 06:22:32 06:22:32 ---> ip addr: 06:22:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 06:22:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:22:32 inet 127.0.0.1/8 scope host lo 06:22:32 valid_lft forever preferred_lft forever 06:22:32 inet6 ::1/128 scope host 06:22:32 valid_lft forever preferred_lft forever 06:22:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 06:22:32 link/ether fa:16:3e:80:51:d5 brd ff:ff:ff:ff:ff:ff 06:22:32 inet 10.30.123.222/23 brd 10.30.123.255 scope global dynamic eth0 06:22:32 valid_lft 85609sec preferred_lft 85609sec 06:22:32 inet6 fe80::f816:3eff:fe80:51d5/64 scope link 06:22:32 valid_lft forever preferred_lft forever 06:22:32 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 06:22:32 link/ether 02:42:d2:f9:85:d8 brd ff:ff:ff:ff:ff:ff 06:22:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:22:32 valid_lft forever preferred_lft forever 06:22:32 inet6 fe80::42:d2ff:fef9:85d8/64 scope link 06:22:32 valid_lft forever preferred_lft forever 06:22:32 06:22:32 06:22:32 ---> sar -b -r -n DEV: 06:22:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/06/2020 _x86_64_ (4 CPU) 06:22:32 06:22:32 06:09:01 AM LINUX RESTART 06:22:32 06:22:32 06:10:01 AM tps rtps wtps bread/s bwrtn/s 06:22:32 06:11:01 AM 47.35 12.10 35.25 4704.94 2292.03 06:22:32 06:12:01 AM 1.88 0.00 1.88 0.00 39.32 06:22:32 06:13:01 AM 0.17 0.00 0.17 0.00 2.01 06:22:32 06:14:01 AM 0.28 0.00 0.28 0.00 3.21 06:22:32 06:15:01 AM 0.38 0.00 0.38 0.00 5.81 06:22:32 06:16:01 AM 0.23 0.00 0.23 0.00 2.20 06:22:32 06:17:01 AM 0.32 0.02 0.30 0.13 3.91 06:22:32 06:18:01 AM 0.67 0.20 0.47 16.11 10.87 06:22:32 06:19:01 AM 0.43 0.00 0.43 0.00 5.98 06:22:32 06:20:02 AM 64.94 54.69 10.25 4636.59 844.21 06:22:32 06:21:01 AM 55.28 5.91 49.37 786.46 6636.17 06:22:32 06:22:01 AM 93.88 19.36 74.51 800.80 7538.45 06:22:32 Average: 22.11 7.70 14.42 912.67 1441.95 06:22:32 06:22:32 06:10:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:22:32 06:11:01 AM 164852 1716704 91.24 2620 1142604 1119660 38.21 419820 1135748 120 06:22:32 06:12:01 AM 164012 1717544 91.28 2620 1142608 1119556 38.21 421584 1135000 16 06:22:32 06:13:01 AM 172176 1709380 90.85 2620 1142616 1056632 36.06 417724 1132040 16 06:22:32 06:14:01 AM 172508 1709048 90.83 2620 1142616 1056344 36.05 424164 1125476 16 06:22:32 06:15:01 AM 172036 1709520 90.86 2620 1142620 1056452 36.05 424976 1125448 16 06:22:32 06:16:01 AM 170136 1711420 90.96 2620 1142632 1056412 36.05 444048 1107928 16 06:22:32 06:17:01 AM 170680 1710876 90.93 2620 1142636 1056412 36.05 440944 1111040 8 06:22:32 06:18:01 AM 164092 1717464 91.28 2620 1143252 1069012 36.48 445860 1111548 16 06:22:32 06:19:01 AM 164568 1716988 91.25 2620 1143256 1068928 36.48 445508 1111548 16 06:22:32 06:20:02 AM 71916 1809640 96.18 2620 1167048 1123616 38.35 526816 1116988 31528 06:22:32 06:21:01 AM 69360 1812196 96.31 2620 1121760 1117692 38.14 479072 1129908 100696 06:22:32 06:22:01 AM 97412 1784144 94.82 2620 1080832 1099336 37.52 480108 1071740 54080 06:22:32 Average: 146146 1735410 92.23 2620 1137873 1083338 36.97 447552 1117868 15545 06:22:32 06:22:32 06:10:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 06:22:32 06:11:01 AM eth0 98.45 81.00 480.93 71.54 0.00 0.00 0.00 06:22:32 06:11:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:11:01 AM docker0 5.56 4.19 0.99 19.24 0.00 0.00 0.00 06:22:32 06:12:01 AM eth0 2.58 1.38 2.86 0.09 0.00 0.00 0.00 06:22:32 06:12:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:12:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:13:01 AM eth0 1.32 0.52 0.58 0.36 0.00 0.00 0.00 06:22:32 06:13:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:13:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:14:01 AM eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 06:22:32 06:14:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:14:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:15:01 AM eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 06:22:32 06:15:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:15:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:16:01 AM eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 06:22:32 06:16:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:16:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:17:01 AM eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 06:22:32 06:17:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:17:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:18:01 AM eth0 7.87 4.39 6.89 3.19 0.00 0.00 0.00 06:22:32 06:18:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:18:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:19:01 AM eth0 2.40 1.00 1.28 0.68 0.00 0.00 0.00 06:22:32 06:19:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:19:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:20:02 AM eth0 58.30 34.20 325.39 7.97 0.00 0.00 0.00 06:22:32 06:20:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:20:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:21:01 AM eth0 109.04 71.24 514.40 7.57 0.00 0.00 0.00 06:22:32 06:21:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:21:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:22:01 AM eth0 37.38 27.45 130.68 10.18 0.00 0.00 0.00 06:22:32 06:22:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 06:22:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 Average: eth0 26.42 18.39 121.43 8.48 0.00 0.00 0.00 06:22:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:22:32 Average: docker0 0.46 0.35 0.08 1.61 0.00 0.00 0.00 06:22:32 06:22:32 06:22:32 ---> sar -P ALL: 06:22:32 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/06/2020 _x86_64_ (4 CPU) 06:22:32 06:22:32 06:09:01 AM LINUX RESTART 06:22:32 06:22:32 06:10:01 AM CPU %user %nice %system %iowait %steal %idle 06:22:32 06:11:01 AM all 3.50 0.00 2.15 1.57 6.24 86.54 06:22:32 06:11:01 AM 0 2.70 0.00 2.08 0.35 7.09 87.78 06:22:32 06:11:01 AM 1 3.95 0.00 2.44 2.75 6.39 84.47 06:22:32 06:11:01 AM 2 3.16 0.00 2.03 0.78 5.49 88.54 06:22:32 06:11:01 AM 3 4.18 0.00 2.06 2.42 6.00 85.34 06:22:32 06:12:01 AM all 0.11 0.00 0.05 0.00 0.25 99.59 06:22:32 06:12:01 AM 0 0.30 0.00 0.07 0.00 0.22 99.42 06:22:32 06:12:01 AM 1 0.07 0.00 0.03 0.00 0.15 99.75 06:22:32 06:12:01 AM 2 0.07 0.00 0.07 0.00 0.50 99.37 06:22:32 06:12:01 AM 3 0.02 0.00 0.05 0.00 0.13 99.80 06:22:32 06:13:01 AM all 0.12 0.00 0.07 0.00 0.26 99.54 06:22:32 06:13:01 AM 0 0.37 0.00 0.02 0.00 0.53 99.09 06:22:32 06:13:01 AM 1 0.03 0.00 0.08 0.00 0.08 99.80 06:22:32 06:13:01 AM 2 0.05 0.00 0.07 0.00 0.32 99.57 06:22:32 06:13:01 AM 3 0.05 0.00 0.08 0.00 0.10 99.77 06:22:32 06:14:01 AM all 0.10 0.00 0.04 0.00 0.25 99.61 06:22:32 06:14:01 AM 0 0.35 0.00 0.03 0.00 0.45 99.17 06:22:32 06:14:01 AM 1 0.00 0.00 0.03 0.00 0.07 99.90 06:22:32 06:14:01 AM 2 0.05 0.00 0.07 0.00 0.40 99.48 06:22:32 06:14:01 AM 3 0.02 0.00 0.03 0.00 0.12 99.83 06:22:32 06:15:01 AM all 0.11 0.00 0.03 0.00 0.29 99.57 06:22:32 06:15:01 AM 0 0.33 0.00 0.02 0.00 0.32 99.33 06:22:32 06:15:01 AM 1 0.02 0.00 0.00 0.00 0.20 99.78 06:22:32 06:15:01 AM 2 0.05 0.00 0.07 0.00 0.55 99.34 06:22:32 06:15:01 AM 3 0.02 0.00 0.02 0.00 0.10 99.87 06:22:32 06:16:01 AM all 0.08 0.00 0.06 0.00 0.35 99.51 06:22:32 06:16:01 AM 0 0.15 0.00 0.02 0.00 0.22 99.62 06:22:32 06:16:01 AM 1 0.15 0.00 0.02 0.00 0.48 99.35 06:22:32 06:16:01 AM 2 0.03 0.00 0.15 0.00 0.55 99.27 06:22:32 06:16:01 AM 3 0.02 0.00 0.05 0.00 0.17 99.77 06:22:32 06:17:01 AM all 0.11 0.00 0.02 0.00 0.42 99.44 06:22:32 06:17:01 AM 0 0.03 0.00 0.03 0.00 0.15 99.78 06:22:32 06:17:01 AM 1 0.37 0.00 0.03 0.00 0.65 98.95 06:22:32 06:17:01 AM 2 0.03 0.00 0.02 0.00 0.70 99.25 06:22:32 06:17:01 AM 3 0.02 0.00 0.03 0.00 0.18 99.77 06:22:32 06:18:01 AM all 0.23 0.00 0.09 0.00 0.50 99.17 06:22:32 06:18:01 AM 0 0.27 0.00 0.08 0.00 0.43 99.22 06:22:32 06:18:01 AM 1 0.22 0.00 0.05 0.00 0.73 99.01 06:22:32 06:18:01 AM 2 0.30 0.00 0.12 0.00 0.38 99.20 06:22:32 06:18:01 AM 3 0.13 0.00 0.08 0.02 0.48 99.29 06:22:32 06:19:01 AM all 0.09 0.00 0.05 0.00 0.49 99.36 06:22:32 06:19:01 AM 0 0.28 0.00 0.07 0.00 0.42 99.23 06:22:32 06:19:01 AM 1 0.02 0.00 0.03 0.00 0.53 99.42 06:22:32 06:19:01 AM 2 0.05 0.00 0.08 0.00 0.75 99.12 06:22:32 06:19:01 AM 3 0.02 0.00 0.03 0.00 0.25 99.70 06:22:32 06:20:02 AM all 6.15 0.00 0.88 1.54 1.06 90.37 06:22:32 06:20:02 AM 0 14.16 0.00 0.77 0.74 1.15 83.18 06:22:32 06:20:02 AM 1 3.11 0.00 0.90 3.56 1.14 91.28 06:22:32 06:20:02 AM 2 4.00 0.00 0.81 1.23 0.99 92.97 06:22:32 06:20:02 AM 3 3.49 0.00 1.04 0.62 0.99 93.86 06:22:32 06:21:01 AM all 14.93 0.00 2.30 0.79 2.96 79.01 06:22:32 06:21:01 AM 0 26.41 0.00 3.47 1.99 3.43 64.69 06:22:32 06:21:01 AM 1 8.02 0.00 1.29 0.12 3.01 87.56 06:22:32 06:21:01 AM 2 15.83 0.00 2.51 0.14 2.89 78.64 06:22:32 06:21:01 AM 3 9.94 0.00 2.01 0.94 2.52 84.58 06:22:32 06:22:32 06:21:01 AM CPU %user %nice %system %iowait %steal %idle 06:22:32 06:22:01 AM all 15.03 0.00 2.66 1.34 3.60 77.37 06:22:32 06:22:01 AM 0 29.42 0.00 3.99 1.88 3.53 61.19 06:22:32 06:22:01 AM 1 14.27 0.00 3.08 1.83 3.92 76.89 06:22:32 06:22:01 AM 2 12.63 0.00 2.04 0.67 2.88 81.76 06:22:32 06:22:01 AM 3 4.61 0.00 1.60 1.00 4.07 88.72 06:22:32 Average: all 3.32 0.00 0.69 0.43 1.39 94.17 06:22:32 Average: 0 6.00 0.00 0.86 0.40 1.48 91.27 06:22:32 Average: 1 2.49 0.00 0.66 0.69 1.44 94.71 06:22:32 Average: 2 2.96 0.00 0.66 0.23 1.36 94.79 06:22:32 Average: 3 1.86 0.00 0.59 0.42 1.26 95.88 06:22:32 06:22:32 06:22:32