Pull request #575 opened 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 venkata-subbareddyK for edgexfoundry/device-sdk-go Loading trusted files from base branch master at 108cafbdc36a33829f2cd6e77abc07459d29f393 rather than 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c Obtained Jenkinsfile from 108cafbdc36a33829f2cd6e77abc07459d29f393 Running in Durability level: MAX_SURVIVABILITY 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-575/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 f17c8f7ddcfcae814424951d38f1611fe0b2aacf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f17c8f7ddcfcae814424951d38f1611fe0b2aacf # timeout=10 Commit message: "Merge pull request #232 from ernestojeda/update-snap-agent-c" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-824 in /w/workspace/dgexfoundry_device-sdk-go_PR-575 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-575 # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/575/head:refs/remotes/origin/PR-575 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/575/head:refs/remotes/origin/PR-575 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/575/head:refs/remotes/origin/PR-575 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 108cafbdc36a33829f2cd6e77abc07459d29f393 into PR head commit 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c Merge succeeded, producing 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c Checking out Revision 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c (PR-575) > git config core.sparsecheckout # timeout=10 > git checkout -f 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c # 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 108cafbdc36a33829f2cd6e77abc07459d29f393 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c # timeout=10 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#569" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:16:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:16:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:16:54 ========================================================= 19:16:54 EdgeX Global Pipelines Version Info 19:16:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:16:56 ------------------- 19:16:56 stable info: 19:16:56 ------------------- 19:16:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:16:56 Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf 19:16:56 Message: update stable to v1.0.114 19:16:56 ------------------- 19:16:56 experimental info: 19:16:56 ------------------- 19:16:56 Commited By: **** collab-it+edgex@linuxfoundation.org 19:16:56 Commit SHA: f17c8f7ddcfcae814424951d38f1611fe0b2aacf 19:16:56 Message: update experimental to v1.0.114 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:16:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 19:16:57 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 19:16:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:16:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:16:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:16:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 19:16:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:16:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 19:16:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 19:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 19:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:16:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:16:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:16:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:16:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:16:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:16:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:16:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:16:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:16:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:16:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-575 [Pipeline] echo 19:16:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-575 [Pipeline] echo 19:17:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-575 [Pipeline] echo 19:17:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c [Pipeline] echo 19:17:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d7be66 [Pipeline] echo 19:17:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:17:01 + git log --format=format:%s -1 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c [Pipeline] echo 19:17:01 GIT_COMMIT: 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c, Commit Message: refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#569 [Pipeline] echo 19:17:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:17:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:17:02 19:17:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:17:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:17:03 latest: Pulling from edgex-devops/git-semver 19:17:03 31603596830f: Pulling fs layer 19:17:03 2a8b12db71e7: Pulling fs layer 19:17:03 6ca5941a6612: Pulling fs layer 19:17:03 ecc8261a40a4: Pulling fs layer 19:17:03 ecc8261a40a4: Waiting 19:17:03 2a8b12db71e7: Verifying Checksum 19:17:03 2a8b12db71e7: Download complete 19:17:03 31603596830f: Verifying Checksum 19:17:03 31603596830f: Download complete 19:17:03 6ca5941a6612: Verifying Checksum 19:17:03 6ca5941a6612: Download complete 19:17:03 ecc8261a40a4: Verifying Checksum 19:17:03 ecc8261a40a4: Download complete 19:17:04 31603596830f: Pull complete 19:17:04 2a8b12db71e7: Pull complete 19:17:04 6ca5941a6612: Pull complete 19:17:05 ecc8261a40a4: Pull complete 19:17:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:17:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:17:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:17:05 prd-centos7-docker-4c-2g-824 does not seem to be running inside a container 19:17:05 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-575 -v /w/workspace/dgexfoundry_device-sdk-go_PR-575:/w/workspace/dgexfoundry_device-sdk-go_PR-575:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-575@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:17:07 $ docker top 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:17:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:17:07 [ssh-agent] Looking for ssh-agent implementation... 19:17:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:17:07 $ docker exec 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 ssh-agent 19:17:08 SSH_AUTH_SOCK=/tmp/ssh-JqIt9RkPZPBW/agent.11 19:17:08 SSH_AGENT_PID=16 19:17:08 Running ssh-add (command line suppressed) 19:17:08 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/private_key_560400212592848501.key (/w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/private_key_560400212592848501.key) 19:17:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:17:08 + git describe --exact-match --tags HEAD 19:17:08 fatal: No names found, cannot describe anything. [Pipeline] } 19:17:08 $ docker exec --env ******** --env ******** 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 ssh-agent -k 19:17:08 unset SSH_AUTH_SOCK; 19:17:08 unset SSH_AGENT_PID; 19:17:08 echo Agent pid 16 killed; 19:17:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:17:08 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 19:17:08 This usually means this commit has not been tagged. [Pipeline] sshagent 19:17:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:17:09 [ssh-agent] Looking for ssh-agent implementation... 19:17:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:17:09 $ docker exec 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 ssh-agent 19:17:09 SSH_AUTH_SOCK=/tmp/ssh-z07PrMEtm7v9/agent.45 19:17:09 SSH_AGENT_PID=51 19:17:09 Running ssh-add (command line suppressed) 19:17:09 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/private_key_2366708378341194717.key (/w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/private_key_2366708378341194717.key) 19:17:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:17:09 + git semver init 19:17:09 # -> Open(): unable to determine branch for HEAD 19:17:09 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-575/.git 19:17:09 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-575 19:17:09 # $SEMVER_REMOTE_NAME = origin 19:17:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:17:09 # $SEMVER_USER_NAME = edgex-jenkins 19:17:09 # $SEMVER_BRANCH = PR-575 19:17:09 # $SEMVER_TEMP = /tmp/semver-127856737 19:17:09 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 19:17:10 # '/tmp/semver-127856737' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-575/.semver' 19:17:10 # -> Force: false 19:17:10 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-575/.semver [Pipeline] } 19:17:10 $ docker exec --env ******** --env ******** 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 ssh-agent -k 19:17:11 unset SSH_AUTH_SOCK; 19:17:11 unset SSH_AGENT_PID; 19:17:11 echo Agent pid 51 killed; 19:17:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:17:11 + git semver [Pipeline] } 19:17:11 $ docker stop --time=1 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 19:17:13 $ docker rm -f 87a0b238529b40b333bd6cabe8b3291f49e41dc52b0ede70a7b9f15db35893c1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 19:17:14 Stashed 30 file(s) [Pipeline] echo 19:17:14 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 19:17:14 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 19:17:29 Still waiting to schedule task 19:17:29 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:17:29 Still waiting to schedule task 19:17:29 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:19:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-825 in /w/workspace/dgexfoundry_device-sdk-go_PR-575 [Pipeline] { [Pipeline] ws 19:19:17 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 19:19:22 using credential edgex-jenkins-ssh 19:19:22 Cloning the remote Git repository 19:19:22 Cloning with configured refspecs honoured and without tags 19:19:22 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 19:19:22 > git init /w/workspace/device-sdk-go/1 # timeout=10 19:19:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 19:19:22 > git --version # timeout=10 19:19:22 > git --version # 'git version 2.17.1' 19:19:22 using GIT_SSH to set credentials SSH Credentials for GitHub 19:19:22 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/575/head:refs/remotes/origin/PR-575 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:19:24 Fetching without tags 19:19:24 Merging remotes/origin/master commit 108cafbdc36a33829f2cd6e77abc07459d29f393 into PR head commit 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c 19:19:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 19:19:23 > git config --add remote.origin.fetch +refs/pull/575/head:refs/remotes/origin/PR-575 # timeout=10 19:19:23 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:19:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 19:19:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 19:19:24 using GIT_SSH to set credentials SSH Credentials for GitHub 19:19:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/575/head:refs/remotes/origin/PR-575 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:19:24 > git config core.sparsecheckout # timeout=10 19:19:24 > git checkout -f 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c # timeout=10 19:19:24 > git remote # timeout=10 19:19:24 > git config --get remote.origin.url # timeout=10 19:19:24 Merge succeeded, producing 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c 19:19:24 Checking out Revision 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c (PR-575) 19:19:24 using GIT_SSH to set credentials SSH Credentials for GitHub 19:19:24 > git merge 108cafbdc36a33829f2cd6e77abc07459d29f393 # timeout=10 19:19:24 > git rev-parse HEAD^{commit} # timeout=10 19:19:24 > git config core.sparsecheckout # timeout=10 19:19:24 > git checkout -f 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c # timeout=10 19:19:29 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#569" 19:19:29 > git --version # timeout=10 19:19:29 > git --version # 'git version 2.17.1' 19:19:29 fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:19:30 ========================================================= 19:19:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 19:19:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:19:31 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . 19:19:32 Sending build context to Docker daemon 3.122MB 19:19:32 Step 1/8 : ARG BASE=golang:1.13-alpine 19:19:32 Step 2/8 : FROM ${BASE} 19:19:33 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:19:33 b538f80385f9: Pulling fs layer 19:19:33 74f711af9a0d: Pulling fs layer 19:19:33 99f96fe45779: Pulling fs layer 19:19:33 fd7a069fd194: Pulling fs layer 19:19:33 66aa3694b03b: Pulling fs layer 19:19:33 170f70906a0f: Pulling fs layer 19:19:33 ad7c5574e4b9: Pulling fs layer 19:19:33 e772456be8f7: Pulling fs layer 19:19:33 c890913d741a: Pulling fs layer 19:19:33 2480fcc9aa5a: Pulling fs layer 19:19:33 09adf4765672: Pulling fs layer 19:19:33 fd7a069fd194: Waiting 19:19:33 66aa3694b03b: Waiting 19:19:33 170f70906a0f: Waiting 19:19:33 ad7c5574e4b9: Waiting 19:19:33 e772456be8f7: Waiting 19:19:33 c890913d741a: Waiting 19:19:33 2480fcc9aa5a: Waiting 19:19:33 09adf4765672: Waiting 19:19:33 99f96fe45779: Download complete 19:19:33 74f711af9a0d: Verifying Checksum 19:19:33 74f711af9a0d: Download complete 19:19:33 66aa3694b03b: Download complete 19:19:33 170f70906a0f: Verifying Checksum 19:19:33 170f70906a0f: Download complete 19:19:33 b538f80385f9: Verifying Checksum 19:19:34 b538f80385f9: Pull complete 19:19:34 74f711af9a0d: Pull complete 19:19:35 99f96fe45779: Pull complete 19:19:36 ad7c5574e4b9: Verifying Checksum 19:19:36 ad7c5574e4b9: Download complete 19:19:36 c890913d741a: Download complete 19:19:38 e772456be8f7: Verifying Checksum 19:19:38 e772456be8f7: Download complete 19:19:38 09adf4765672: Verifying Checksum 19:19:38 09adf4765672: Download complete 19:19:38 2480fcc9aa5a: Verifying Checksum 19:19:38 2480fcc9aa5a: Download complete 19:19:38 fd7a069fd194: Verifying Checksum 19:19:38 fd7a069fd194: Download complete 19:19:51 fd7a069fd194: Pull complete 19:19:51 66aa3694b03b: Pull complete 19:19:51 170f70906a0f: Pull complete 19:19:54 ad7c5574e4b9: Pull complete 19:19:58 e772456be8f7: Pull complete 19:19:59 c890913d741a: Pull complete 19:20:01 2480fcc9aa5a: Pull complete 19:20:02 09adf4765672: Pull complete 19:20:02 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 19:20:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 19:20:02 ---> 2248a725d1cf 19:20:02 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 19:20:07 ---> Running in 693cb694f642 19:20:07 Removing intermediate container 693cb694f642 19:20:07 ---> ebc71e8a5810 19:20:07 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:07 ---> Running in 7e0224ecb24c 19:20:10 Removing intermediate container 7e0224ecb24c 19:20:10 ---> 30203b8ffe46 19:20:10 Step 5/8 : RUN apk add --no-cache make git 19:20:10 ---> Running in d82d2f83e100 19:20:11 Running on prd-centos7-docker-4c-2g-826 in /w/workspace/dgexfoundry_device-sdk-go_PR-575 [Pipeline] { [Pipeline] ws 19:20:11 Running in /w/workspace/device-sdk-go/1 [Pipeline] { 19:20:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] checkout 19:20:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:20:13 OK: 142 MiB in 39 packages 19:20:13 using credential edgex-jenkins-ssh 19:20:13 Cloning the remote Git repository 19:20:13 Cloning with configured refspecs honoured and without tags 19:20:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 19:20:14 > git init /w/workspace/device-sdk-go/1 # timeout=10 19:20:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 19:20:14 > git --version # timeout=10 19:20:14 > git --version # 'git version 2.16.5' 19:20:14 using GIT_SSH to set credentials SSH Credentials for GitHub 19:20:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/575/head:refs/remotes/origin/PR-575 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:20:14 Removing intermediate container d82d2f83e100 19:20:14 ---> 100b46634696 19:20:14 Step 6/8 : WORKDIR /device-sdk-go 19:20:14 ---> Running in 1d8eb8c26007 19:20:14 Fetching without tags 19:20:15 Removing intermediate container 1d8eb8c26007 19:20:15 ---> 71e2affb03b0 19:20:15 Step 7/8 : COPY . . 19:20:15 Merging remotes/origin/master commit 108cafbdc36a33829f2cd6e77abc07459d29f393 into PR head commit 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c 19:20:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 19:20:14 > git config --add remote.origin.fetch +refs/pull/575/head:refs/remotes/origin/PR-575 # timeout=10 19:20:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 19:20:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 19:20:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 19:20:14 using GIT_SSH to set credentials SSH Credentials for GitHub 19:20:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/575/head:refs/remotes/origin/PR-575 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:20:15 > git config core.sparsecheckout # timeout=10 19:20:15 > git checkout -f 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c # timeout=10 19:20:15 Merge succeeded, producing 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c 19:20:15 Checking out Revision 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c (PR-575) 19:20:15 > git remote # timeout=10 19:20:15 > git config --get remote.origin.url # timeout=10 19:20:15 using GIT_SSH to set credentials SSH Credentials for GitHub 19:20:15 > git merge 108cafbdc36a33829f2cd6e77abc07459d29f393 # timeout=10 19:20:15 > git rev-parse HEAD^{commit} # timeout=10 19:20:15 > git config core.sparsecheckout # timeout=10 19:20:15 > git checkout -f 6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c # timeout=10 19:20:16 ---> e4013a891c40 19:20:16 Step 8/8 : RUN go mod download 19:20:16 ---> Running in 8129ce0dd44f 19:20:18 Commit message: "refactor: update dockerfile to appropriately use ENTRYPOINT and CMD, closes#569" 19:20:18 > git --version # timeout=10 19:20:18 > git --version # 'git version 2.16.5' 19:20:18 fatal: bad object f17c8f7ddcfcae814424951d38f1611fe0b2aacf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 19:20:19 ========================================================= 19:20:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 19:20:19 ========================================================= [Pipeline] isUnix 19:20:19 go: finding github.com/BurntSushi/toml v0.3.1 19:20:19 go: finding github.com/OneOfOne/xxhash v1.2.6 19:20:19 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:20:19 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:20:19 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:20:19 go: finding github.com/bgentry/speakeasy v0.1.0 19:20:19 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:20:19 go: finding github.com/davecgh/go-spew v1.1.1 19:20:19 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 19:20:19 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:20:19 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [Pipeline] sh 19:20:20 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:20:20 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:20:20 go: finding github.com/fatih/color v1.7.0 19:20:20 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:20:20 go: finding github.com/go-kit/kit v0.8.0 19:20:20 go: finding github.com/go-logfmt/logfmt v0.4.0 19:20:20 go: finding github.com/go-stack/stack v1.8.0 19:20:20 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:20:20 go: finding github.com/google/uuid v1.1.0 19:20:20 go: finding github.com/gorilla/mux v1.7.1 19:20:20 go: finding github.com/hashicorp/consul/api v1.1.0 19:20:20 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:20:20 go: finding github.com/hashicorp/errwrap v1.0.0 19:20:20 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:20:20 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . 19:20:20 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:20:20 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:20:20 go: finding github.com/hashicorp/go-multierror v1.0.0 19:20:20 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:20:20 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:20:20 go: finding github.com/hashicorp/go-syslog v1.0.0 19:20:20 Sending build context to Docker daemon 3.122MB 19:20:20 Step 1/8 : ARG BASE=golang:1.13-alpine 19:20:20 Step 2/8 : FROM ${BASE} 19:20:21 go: finding github.com/hashicorp/go-uuid v1.0.1 19:20:21 go: finding github.com/hashicorp/go.net v0.0.1 19:20:21 go: finding github.com/hashicorp/golang-lru v0.5.0 19:20:21 go: finding github.com/hashicorp/logutils v1.0.0 19:20:21 go: finding github.com/hashicorp/mdns v1.0.0 19:20:21 go: finding github.com/hashicorp/memberlist v0.1.3 19:20:21 go: finding github.com/hashicorp/serf v0.8.2 19:20:21 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 19:20:21 df20fa9351a1: Pulling fs layer 19:20:21 ed8968b2872e: Pulling fs layer 19:20:21 a92cc7c5fd73: Pulling fs layer 19:20:21 2dd03ba5bac4: Pulling fs layer 19:20:21 1e091d79d1de: Pulling fs layer 19:20:21 481702a1767f: Pulling fs layer 19:20:21 f64a6f60c768: Pulling fs layer 19:20:21 e78d2573fc39: Pulling fs layer 19:20:21 e876d2f968b6: Pulling fs layer 19:20:21 ce8a83651883: Pulling fs layer 19:20:21 07967f4d0e4b: Pulling fs layer 19:20:21 f64a6f60c768: Waiting 19:20:21 e78d2573fc39: Waiting 19:20:21 e876d2f968b6: Waiting 19:20:21 ce8a83651883: Waiting 19:20:21 07967f4d0e4b: Waiting 19:20:21 2dd03ba5bac4: Waiting 19:20:21 1e091d79d1de: Waiting 19:20:21 481702a1767f: Waiting 19:20:21 a92cc7c5fd73: Verifying Checksum 19:20:21 a92cc7c5fd73: Download complete 19:20:21 ed8968b2872e: Verifying Checksum 19:20:21 ed8968b2872e: Download complete 19:20:21 1e091d79d1de: Verifying Checksum 19:20:21 1e091d79d1de: Download complete 19:20:21 481702a1767f: Verifying Checksum 19:20:21 481702a1767f: Download complete 19:20:21 df20fa9351a1: Verifying Checksum 19:20:21 df20fa9351a1: Download complete 19:20:21 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:20:21 go: finding github.com/mattn/go-colorable v0.0.9 19:20:21 go: finding github.com/mattn/go-isatty v0.0.3 19:20:21 go: finding github.com/miekg/dns v1.0.14 19:20:21 go: finding github.com/mitchellh/cli v1.0.0 19:20:21 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:20:21 go: finding github.com/mitchellh/copystructure v1.0.0 19:20:21 df20fa9351a1: Pull complete 19:20:21 go: finding github.com/mitchellh/go-homedir v1.0.0 19:20:21 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:20:21 go: finding github.com/mitchellh/gox v0.4.0 19:20:21 go: finding github.com/mitchellh/iochan v1.0.0 19:20:21 go: finding github.com/mitchellh/mapstructure v1.1.2 19:20:21 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:20:21 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:20:21 go: finding github.com/pelletier/go-toml v1.2.0 19:20:21 go: finding github.com/pkg/errors v0.8.1 19:20:21 go: finding github.com/pmezard/go-difflib v1.0.0 19:20:21 go: finding github.com/posener/complete v1.1.1 19:20:21 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:20:21 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:20:22 f64a6f60c768: Verifying Checksum 19:20:22 f64a6f60c768: Download complete 19:20:22 e876d2f968b6: Verifying Checksum 19:20:22 e876d2f968b6: Download complete 19:20:22 go: finding github.com/stretchr/objx v0.1.0 19:20:22 go: finding github.com/stretchr/testify v1.5.1 19:20:22 go: finding github.com/ugorji/go v1.1.4 19:20:22 go: finding github.com/x448/float16 v0.8.4 19:20:22 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 19:20:22 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 19:20:22 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:20:22 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 19:20:22 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 19:20:22 go: finding gopkg.in/yaml.v2 v2.2.8 19:20:22 2dd03ba5bac4: Verifying Checksum 19:20:22 2dd03ba5bac4: Download complete 19:20:22 ce8a83651883: Verifying Checksum 19:20:22 ce8a83651883: Download complete 19:20:22 e78d2573fc39: Verifying Checksum 19:20:22 e78d2573fc39: Download complete 19:20:22 07967f4d0e4b: Download complete 19:20:23 ed8968b2872e: Pull complete 19:20:24 a92cc7c5fd73: Pull complete 19:20:29 2dd03ba5bac4: Pull complete 19:20:29 1e091d79d1de: Pull complete 19:20:29 481702a1767f: Pull complete 19:20:32 Removing intermediate container 8129ce0dd44f 19:20:32 ---> 8f88de4a5d56 19:20:32 Successfully built 8f88de4a5d56 19:20:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:20:33 + docker inspect -f . ci-base-image-arm64 19:20:33 . [Pipeline] withDockerContainer 19:20:33 prd-ubuntu18.04-docker-arm64-4c-16g-825 does not seem to be running inside a container 19:20:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat 19:20:35 $ docker top fb2e9b58e221073976efefa1be28f2992abdb1c5565be5c95b1b998701d01d70 -eo pid,comm [Pipeline] { 19:20:35 f64a6f60c768: Pull complete [Pipeline] sh 19:20:37 + go version 19:20:37 go version go1.13.13 linux/arm64 [Pipeline] sh 19:20:38 + make test 19:20:38 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 19:20:39 ? github.com/edgexfoundry/device-sdk-go [no test files] 19:20:39 e78d2573fc39: Pull complete 19:20:39 e876d2f968b6: Pull complete 19:20:40 ce8a83651883: Pull complete 19:20:40 07967f4d0e4b: Pull complete 19:20:40 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 19:20:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 19:20:40 ---> 5d7c900382c6 19:20:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 19:20:41 ---> Running in 3d43708ee75f 19:20:41 Removing intermediate container 3d43708ee75f 19:20:41 ---> da3a8f904cca 19:20:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:41 ---> Running in 02b5add0e24b 19:20:42 Removing intermediate container 02b5add0e24b 19:20:42 ---> ebec49010c42 19:20:42 Step 5/8 : RUN apk add --no-cache make git 19:20:42 ---> Running in cfed3eb7ba03 19:20:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:20:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:20:44 OK: 166 MiB in 39 packages 19:20:45 Removing intermediate container cfed3eb7ba03 19:20:45 ---> 43d0624078a3 19:20:45 Step 6/8 : WORKDIR /device-sdk-go 19:20:45 ---> Running in 1fd83e948e53 19:20:45 Removing intermediate container 1fd83e948e53 19:20:45 ---> 9c8104bbbc9f 19:20:45 Step 7/8 : COPY . . 19:20:46 ---> 85a70c9dfc65 19:20:46 Step 8/8 : RUN go mod download 19:20:46 ---> Running in 4edec81e5b02 19:20:48 go: finding github.com/BurntSushi/toml v0.3.1 19:20:48 go: finding github.com/OneOfOne/xxhash v1.2.6 19:20:48 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 19:20:48 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:20:48 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 19:20:48 go: finding github.com/bgentry/speakeasy v0.1.0 19:20:48 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 19:20:48 go: finding github.com/davecgh/go-spew v1.1.1 19:20:48 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 19:20:48 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 19:20:48 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 19:20:48 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 19:20:48 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 19:20:48 go: finding github.com/fatih/color v1.7.0 19:20:48 go: finding github.com/fxamacker/cbor/v2 v2.2.0 19:20:48 go: finding github.com/go-kit/kit v0.8.0 19:20:48 go: finding github.com/go-logfmt/logfmt v0.4.0 19:20:48 go: finding github.com/go-stack/stack v1.8.0 19:20:49 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 19:20:49 go: finding github.com/google/uuid v1.1.0 19:20:49 go: finding github.com/gorilla/mux v1.7.1 19:20:49 go: finding github.com/hashicorp/consul/api v1.1.0 19:20:49 go: finding github.com/hashicorp/consul/sdk v0.1.1 19:20:49 go: finding github.com/hashicorp/errwrap v1.0.0 19:20:49 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 19:20:49 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 19:20:49 go: finding github.com/hashicorp/go-msgpack v0.5.3 19:20:49 go: finding github.com/hashicorp/go-multierror v1.0.0 19:20:49 go: finding github.com/hashicorp/go-rootcerts v1.0.0 19:20:49 go: finding github.com/hashicorp/go-sockaddr v1.0.0 19:20:49 go: finding github.com/hashicorp/go-syslog v1.0.0 19:20:49 go: finding github.com/hashicorp/go-uuid v1.0.1 19:20:49 go: finding github.com/hashicorp/go.net v0.0.1 19:20:49 go: finding github.com/hashicorp/golang-lru v0.5.0 19:20:49 go: finding github.com/hashicorp/logutils v1.0.0 19:20:49 go: finding github.com/hashicorp/mdns v1.0.0 19:20:49 go: finding github.com/hashicorp/memberlist v0.1.3 19:20:49 go: finding github.com/hashicorp/serf v0.8.2 19:20:49 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 19:20:49 go: finding github.com/mattn/go-colorable v0.0.9 19:20:49 go: finding github.com/mattn/go-isatty v0.0.3 19:20:49 go: finding github.com/miekg/dns v1.0.14 19:20:49 go: finding github.com/mitchellh/cli v1.0.0 19:20:49 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:20:49 go: finding github.com/mitchellh/copystructure v1.0.0 19:20:49 go: finding github.com/mitchellh/go-homedir v1.0.0 19:20:50 go: finding github.com/mitchellh/go-testing-interface v1.0.0 19:20:50 go: finding github.com/mitchellh/gox v0.4.0 19:20:50 go: finding github.com/mitchellh/iochan v1.0.0 19:20:50 go: finding github.com/mitchellh/mapstructure v1.1.2 19:20:50 go: finding github.com/mitchellh/reflectwalk v1.0.0 19:20:50 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 19:20:50 go: finding github.com/pelletier/go-toml v1.2.0 19:20:50 go: finding github.com/pkg/errors v0.8.1 19:20:50 go: finding github.com/pmezard/go-difflib v1.0.0 19:20:50 go: finding github.com/posener/complete v1.1.1 19:20:50 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 19:20:50 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 19:20:50 go: finding github.com/stretchr/objx v0.1.0 19:20:50 go: finding github.com/stretchr/testify v1.5.1 19:20:50 go: finding github.com/ugorji/go v1.1.4 19:20:50 go: finding github.com/x448/float16 v0.8.4 19:20:50 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 19:20:51 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 19:20:51 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 19:20:51 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 19:20:51 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 19:20:51 go: finding gopkg.in/yaml.v2 v2.2.8 19:20:59 Removing intermediate container 4edec81e5b02 19:20:59 ---> ed4176e04ea0 19:20:59 Successfully built ed4176e04ea0 19:20:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:21:05 + docker inspect -f . ci-base-image-x86_64 19:21:05 . [Pipeline] withDockerContainer 19:21:05 prd-centos7-docker-4c-2g-826 does not seem to be running inside a container 19:21:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat 19:21:05 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 19:21:05 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 19:21:05 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 19:21:06 $ docker top 91608192ca0a57568d155577d5d29898e4c47dbff769d6452389681f4dafff0d -eo pid,comm [Pipeline] { [Pipeline] sh 19:21:06 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.032s coverage: 21.0% of statements 19:21:07 + go version 19:21:07 go version go1.13.13 linux/amd64 [Pipeline] sh 19:21:07 + make test 19:21:07 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 19:21:08 ? github.com/edgexfoundry/device-sdk-go [no test files] 19:21:10 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.165s coverage: 95.7% of statements 19:21:16 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 19:21:16 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 19:21:16 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 19:21:18 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.008s coverage: 21.0% of statements 19:21:18 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.043s coverage: 95.7% of statements 19:21:42 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.068s coverage: 8.6% of statements 19:21:42 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.021s coverage: 21.7% of statements 19:21:42 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 19:21:42 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.104s coverage: 37.0% of statements 19:21:42 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 19:21:42 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.122s coverage: 65.4% of statements 19:21:42 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 19:21:42 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 19:21:42 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 19:21:42 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.060s coverage: 52.6% of statements 19:21:42 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.360s coverage: 68.9% of statements 19:21:42 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 19:21:42 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 19:21:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:21:46 gofmt -l . 19:21:46 [ "`gofmt -l .`" = "" ] 19:21:47 ./bin/test-attribution-txt.sh 19:21:47 ./bin/test-go-mod-tidy.sh [Pipeline] stash 19:21:48 Stashed 1 file(s) [Pipeline] } 19:21:48 $ docker stop --time=1 fb2e9b58e221073976efefa1be28f2992abdb1c5565be5c95b1b998701d01d70 19:21:50 $ docker rm -f fb2e9b58e221073976efefa1be28f2992abdb1c5565be5c95b1b998701d01d70 19:21:50 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.018s coverage: 8.6% of statements 19:21:50 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.010s coverage: 21.7% of statements 19:21:50 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 19:21:50 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.022s coverage: 37.0% of statements 19:21:50 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 19:21:50 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.033s coverage: 65.4% of statements 19:21:50 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 19:21:50 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 19:21:50 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 19:21:50 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.028s coverage: 52.6% of statements 19:21:50 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.099s coverage: 68.9% of statements 19:21:50 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 19:21:50 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 19:21:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:21:50 gofmt -l . 19:21:50 [ "`gofmt -l .`" = "" ] 19:21:50 ./bin/test-attribution-txt.sh 19:21:50 ./bin/test-go-mod-tidy.sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash 19:21:51 Warning: overwriting stash ‘coverage-report’ [Pipeline] // script [Pipeline] } [Pipeline] // stage 19:21:51 Stashed 1 file(s) [Pipeline] stage [Pipeline] { (Build) [Pipeline] } 19:21:52 $ docker stop --time=1 91608192ca0a57568d155577d5d29898e4c47dbff769d6452389681f4dafff0d 19:21:53 $ docker rm -f 91608192ca0a57568d155577d5d29898e4c47dbff769d6452389681f4dafff0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 19:21:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:21:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:21:56 + ls -al . 19:21:56 total 228 19:21:56 drwxrwxr-x 11 jenkins jenkins 4096 Aug 31 19:21 . 19:21:56 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:19 .. 19:21:56 -rw-rw-r-- 1 jenkins jenkins 140 Aug 31 19:19 .dockerignore 19:21:56 drwxrwxr-x 8 jenkins jenkins 4096 Aug 31 19:19 .git 19:21:56 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:19 .github 19:21:56 -rw-rw-r-- 1 jenkins jenkins 138 Aug 31 19:19 .gitignore 19:21:56 drwxrwxr-x 3 jenkins jenkins 4096 Aug 31 19:19 .semver 19:21:56 -rw-rw-r-- 1 jenkins jenkins 936 Aug 31 19:19 Dockerfile.build 19:21:56 -rw-rw-r-- 1 jenkins jenkins 808 Aug 31 19:19 Jenkinsfile 19:21:56 -rw-rw-r-- 1 jenkins jenkins 11341 Aug 31 19:19 LICENSE 19:21:56 -rw-rw-r-- 1 jenkins jenkins 892 Aug 31 19:19 Makefile 19:21:56 -rw-rw-r-- 1 jenkins jenkins 5101 Aug 31 19:19 README.md 19:21:56 -rw-rw-r-- 1 jenkins jenkins 4291 Aug 31 19:19 RELEASE-NOTES.txt 19:21:56 -rw-rw-r-- 1 jenkins jenkins 5 Aug 31 19:17 VERSION 19:21:56 drwxrwxr-x 2 jenkins jenkins 4096 Aug 31 19:19 bin 19:21:56 -rw-r--r-- 1 jenkins jenkins 111650 Aug 31 19:21 coverage.out 19:21:56 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:19 example 19:21:56 -rw-r--r-- 1 jenkins jenkins 446 Aug 31 19:21 go.mod 19:21:56 -rw-r--r-- 1 jenkins jenkins 12179 Aug 31 19:21 go.sum 19:21:56 drwxrwxr-x 13 jenkins jenkins 4096 Aug 31 19:19 internal 19:21:56 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:19 openapi 19:21:56 drwxrwxr-x 5 jenkins jenkins 4096 Aug 31 19:19 pkg 19:21:56 drwxrwxr-x 4 jenkins jenkins 4096 Aug 31 19:19 snap 19:21:56 -rw-rw-r-- 1 jenkins jenkins 222 Aug 31 19:19 version.go [Pipeline] isUnix [Pipeline] sh 19:21:57 + ls -al . 19:21:57 total 188 19:21:57 drwxrwxr-x. 11 jenkins jenkins 4096 Aug 31 19:21 . 19:21:57 drwxrwxr-x. 4 jenkins jenkins 28 Aug 31 19:20 .. 19:21:57 drwxrwxr-x. 2 jenkins jenkins 64 Aug 31 19:20 bin 19:21:57 -rw-r--r--. 1 jenkins jenkins 111650 Aug 31 19:21 coverage.out 19:21:57 -rw-rw-r--. 1 jenkins jenkins 936 Aug 31 19:20 Dockerfile.build 19:21:57 -rw-rw-r--. 1 jenkins jenkins 140 Aug 31 19:20 .dockerignore 19:21:57 drwxrwxr-x. 4 jenkins jenkins 48 Aug 31 19:20 example 19:21:57 drwxrwxr-x. 8 jenkins jenkins 179 Aug 31 19:20 .git 19:21:57 drwxrwxr-x. 2 jenkins jenkins 38 Aug 31 19:20 .github 19:21:57 -rw-rw-r--. 1 jenkins jenkins 138 Aug 31 19:20 .gitignore 19:21:57 -rw-r--r--. 1 jenkins jenkins 446 Aug 31 19:21 go.mod 19:21:57 -rw-r--r--. 1 jenkins jenkins 12179 Aug 31 19:21 go.sum 19:21:57 drwxrwxr-x. 13 jenkins jenkins 184 Aug 31 19:20 internal 19:21:57 -rw-rw-r--. 1 jenkins jenkins 808 Aug 31 19:20 Jenkinsfile 19:21:57 -rw-rw-r--. 1 jenkins jenkins 11341 Aug 31 19:20 LICENSE 19:21:57 -rw-rw-r--. 1 jenkins jenkins 892 Aug 31 19:20 Makefile 19:21:57 drwxrwxr-x. 4 jenkins jenkins 26 Aug 31 19:20 openapi 19:21:57 drwxrwxr-x. 5 jenkins jenkins 50 Aug 31 19:20 pkg 19:21:57 -rw-rw-r--. 1 jenkins jenkins 5101 Aug 31 19:20 README.md 19:21:57 -rw-rw-r--. 1 jenkins jenkins 4291 Aug 31 19:20 RELEASE-NOTES.txt 19:21:57 drwxrwxr-x. 3 jenkins jenkins 58 Aug 31 19:20 .semver 19:21:57 drwxrwxr-x. 4 jenkins jenkins 54 Aug 31 19:20 snap 19:21:57 -rw-rw-r--. 1 jenkins jenkins 5 Aug 31 19:17 VERSION 19:21:57 -rw-rw-r--. 1 jenkins jenkins 222 Aug 31 19:20 version.go [Pipeline] isUnix [Pipeline] sh 19:21:57 + 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=6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c --label arch=arm64 --label version=0.0.0 . 19:21:57 + 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=6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c --label arch=amd64 --label version=0.0.0 . 19:21:57 Sending build context to Docker daemon 3.236MB 19:21:57 Step 1/24 : ARG BASE=golang:1.13-alpine 19:21:57 Step 2/24 : FROM ${BASE} AS builder 19:21:57 ---> ed4176e04ea0 19:21:57 Step 3/24 : ARG MAKE='make build' 19:21:57 Sending build context to Docker daemon 3.235MB 19:21:57 Step 1/24 : ARG BASE=golang:1.13-alpine 19:21:57 Step 2/24 : FROM ${BASE} AS builder 19:21:57 ---> 8f88de4a5d56 19:21:57 Step 3/24 : ARG MAKE='make build' 19:21:57 ---> Running in fe1ee6ef30e7 19:21:57 ---> Running in 36a3fed77144 19:21:58 Removing intermediate container 36a3fed77144 19:21:58 ---> c3c180721394 19:21:58 Step 4/24 : WORKDIR /device-sdk-go 19:21:58 ---> Running in b166c37207a9 19:21:58 Removing intermediate container b166c37207a9 19:21:58 ---> cb3a967881ac 19:21:58 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 19:21:58 ---> Running in 3b8b2d8e026d 19:21:58 Removing intermediate container 3b8b2d8e026d 19:21:58 ---> 6dbd83dfd078 19:21:58 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:58 Removing intermediate container fe1ee6ef30e7 19:21:58 ---> f92409af2177 19:21:58 Step 4/24 : WORKDIR /device-sdk-go 19:21:58 ---> Running in f360a55a5383 19:21:58 ---> Running in f7a5c65c2e8d 19:21:59 Removing intermediate container f7a5c65c2e8d 19:21:59 ---> 9602bee17660 19:21:59 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 19:21:59 ---> Running in 0fabc74f2277 19:21:59 Removing intermediate container 0fabc74f2277 19:21:59 ---> 24955364c663 19:21:59 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:59 Removing intermediate container f360a55a5383 19:21:59 ---> a04a8a27cf14 19:21:59 Step 7/24 : RUN apk add --update --no-cache make git 19:21:59 ---> Running in b76945462a05 19:21:59 ---> Running in c10c33227cf4 19:21:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:22:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:22:01 OK: 166 MiB in 39 packages 19:22:01 Removing intermediate container b76945462a05 19:22:01 ---> af1645fd0a42 19:22:01 Step 8/24 : COPY . . 19:22:02 Removing intermediate container c10c33227cf4 19:22:02 ---> c16bb4d61280 19:22:02 Step 7/24 : RUN apk add --update --no-cache make git 19:22:02 ---> Running in 471f21c48ec4 19:22:02 ---> 7b65b09d2290 19:22:02 Step 9/24 : RUN ${MAKE} 19:22:02 ---> Running in 7112738ef8f2 19:22:03 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 19:22:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:22:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:22:05 OK: 142 MiB in 39 packages 19:22:06 Removing intermediate container 471f21c48ec4 19:22:06 ---> 36258d38562f 19:22:06 Step 8/24 : COPY . . 19:22:07 ---> 5af447225fc1 19:22:07 Step 9/24 : RUN ${MAKE} 19:22:07 ---> Running in 7425f3e0c5ca 19:22:09 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 19:22:11 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 19:22:12 Removing intermediate container 7112738ef8f2 19:22:12 ---> 08bf9ec38e2e 19:22:12 Step 10/24 : FROM scratch 19:22:12 ---> 19:22:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 19:22:12 ---> Running in 3cc480b46a7e 19:22:12 Removing intermediate container 3cc480b46a7e 19:22:12 ---> 353d7f302013 19:22:12 Step 12/24 : ENV APP_PORT=49990 19:22:12 ---> Running in 407e4b4717e5 19:22:12 Removing intermediate container 407e4b4717e5 19:22:12 ---> ad4396b0e847 19:22:12 Step 13/24 : EXPOSE $APP_PORT 19:22:12 ---> Running in 2014595bd57d 19:22:12 Removing intermediate container 2014595bd57d 19:22:12 ---> 208da1e5e1da 19:22:12 Step 14/24 : WORKDIR / 19:22:12 ---> Running in 507e6bf48dd9 19:22:13 Removing intermediate container 507e6bf48dd9 19:22:13 ---> 37501e9cc514 19:22:13 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 19:22:13 ---> 3409db2c8b5f 19:22:13 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 19:22:13 ---> d90e7db341a5 19:22:13 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 19:22:14 ---> 1878f688b335 19:22:14 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 19:22:14 ---> 98544c60ab71 19:22:14 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 19:22:14 ---> 681c862e5f69 19:22:14 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 19:22:14 ---> Running in 2e64311127b7 19:22:14 Removing intermediate container 2e64311127b7 19:22:14 ---> 312fe04d3544 19:22:14 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:22:14 ---> Running in 2543e0482c44 19:22:14 Removing intermediate container 2543e0482c44 19:22:14 ---> c5279b08c785 19:22:14 Step 22/24 : LABEL arch=amd64 19:22:15 ---> Running in 37f2999a6313 19:22:15 Removing intermediate container 37f2999a6313 19:22:15 ---> b0464ef12c1e 19:22:15 Step 23/24 : LABEL git_sha=6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c 19:22:15 ---> Running in 8ab6de0f7bae 19:22:15 Removing intermediate container 8ab6de0f7bae 19:22:15 ---> a0ec534456b8 19:22:15 Step 24/24 : LABEL version=0.0.0 19:22:15 ---> Running in d1053b2f54e0 19:22:15 Removing intermediate container d1053b2f54e0 19:22:15 ---> 550b80295660 19:22:15 [Warning] One or more build-args [ARCH] were not consumed 19:22:15 Successfully built 550b80295660 19:22:15 Successfully tagged docker-device-sdk-simple: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] } 19:22:36 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 19:22:36 Removing intermediate container 7425f3e0c5ca 19:22:36 ---> 2ce833363ee0 19:22:36 Step 10/24 : FROM scratch 19:22:36 ---> 19:22:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 19:22:36 ---> Running in 8b881754979a 19:22:36 Removing intermediate container 8b881754979a 19:22:36 ---> d21e2c86ad60 19:22:36 Step 12/24 : ENV APP_PORT=49990 19:22:36 ---> Running in e74a57ec115d 19:22:36 Removing intermediate container e74a57ec115d 19:22:36 ---> ba368f38cca6 19:22:36 Step 13/24 : EXPOSE $APP_PORT 19:22:36 ---> Running in 2d6a45cecd6b 19:22:36 Removing intermediate container 2d6a45cecd6b 19:22:36 ---> 99df93c7df71 19:22:36 Step 14/24 : WORKDIR / 19:22:36 ---> Running in 8f460bf5a5f5 19:22:37 Removing intermediate container 8f460bf5a5f5 19:22:37 ---> f481d67bd271 19:22:37 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 19:22:38 ---> efdf63d2cc8b 19:22:38 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 19:22:39 ---> e825ecf677c8 19:22:39 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 19:22:39 ---> f542da3999d0 19:22:39 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 19:22:40 ---> 068ac43c5bc4 19:22:40 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 19:22:41 ---> eb0094821f73 19:22:41 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 19:22:41 ---> Running in e1cdc77540e6 19:22:42 Removing intermediate container e1cdc77540e6 19:22:42 ---> 8c43a20ed32a 19:22:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:22:42 ---> Running in 7c594bf73c66 19:22:42 Removing intermediate container 7c594bf73c66 19:22:42 ---> 1c3ecc66101e 19:22:42 Step 22/24 : LABEL arch=arm64 19:22:42 ---> Running in 4852cbecba56 19:22:43 Removing intermediate container 4852cbecba56 19:22:43 ---> 4c3dd62c4899 19:22:43 Step 23/24 : LABEL git_sha=6d7be66edf0b3c5a50ca9d8677bdcee2029dbc4c 19:22:43 ---> Running in 6f4a1e1ee34f 19:22:43 Removing intermediate container 6f4a1e1ee34f 19:22:43 ---> b8309805c92a 19:22:43 Step 24/24 : LABEL version=0.0.0 19:22:43 ---> Running in a6dc200eeddd 19:22:44 Removing intermediate container a6dc200eeddd 19:22:44 ---> b8c765b0435e 19:22:44 [Warning] One or more build-args [ARCH] were not consumed 19:22:44 Successfully built b8c765b0435e 19:22:44 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 19:22:46 provisioning config files... 19:22:46 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/config4311666845276872838tmp [Pipeline] { [Pipeline] sh 19:22:47 + curl -s https://codecov.io/bash 19:22:47 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/config4311666845276872838tmp [Pipeline] } 19:25:08 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] { (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 19:25:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:25:13 ---> package-listing.sh 19:25:13 ++ facter osfamily 19:25:13 ++ tr '[:upper:]' '[:lower:]' 19:25:13 + OS_FAMILY=redhat 19:25:13 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-575 19:25:13 + START_PACKAGES=/tmp/packages_start.txt 19:25:13 + END_PACKAGES=/tmp/packages_end.txt 19:25:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:25:13 + PACKAGES=/tmp/packages_start.txt 19:25:13 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-575 ']' 19:25:13 + PACKAGES=/tmp/packages_end.txt 19:25:13 + case "${OS_FAMILY}" in 19:25:13 + rpm -qa 19:25:13 + sort 19:25:18 + '[' -f /tmp/packages_start.txt ']' 19:25:18 + '[' -f /tmp/packages_end.txt ']' 19:25:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:25:18 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-575 ']' 19:25:18 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-575/archives/ 19:25:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-575/archives/ [Pipeline] isUnix [Pipeline] sh 19:25:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:25:19 19:25:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:25:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:25:20 alpine: Pulling from edgex-lftools-log-publisher 19:25:20 c9b1b535fdd9: Pulling fs layer 19:25:20 2cc5ad85d9ab: Pulling fs layer 19:25:20 756a868c4378: Pulling fs layer 19:25:20 444b2fc9a129: Pulling fs layer 19:25:20 ea15f1150254: Pulling fs layer 19:25:20 41b27a9f41bf: Pulling fs layer 19:25:20 28c525ee5125: Pulling fs layer 19:25:20 094b1ea09ed8: Pulling fs layer 19:25:20 138eaada9080: Pulling fs layer 19:25:20 0622d0fa9048: Pulling fs layer 19:25:20 444b2fc9a129: Waiting 19:25:20 ea15f1150254: Waiting 19:25:20 41b27a9f41bf: Waiting 19:25:20 28c525ee5125: Waiting 19:25:20 0622d0fa9048: Waiting 19:25:20 094b1ea09ed8: Waiting 19:25:20 138eaada9080: Waiting 19:25:20 2cc5ad85d9ab: Verifying Checksum 19:25:20 2cc5ad85d9ab: Download complete 19:25:20 444b2fc9a129: Verifying Checksum 19:25:20 444b2fc9a129: Download complete 19:25:20 c9b1b535fdd9: Verifying Checksum 19:25:20 c9b1b535fdd9: Download complete 19:25:20 ea15f1150254: Verifying Checksum 19:25:20 ea15f1150254: Download complete 19:25:20 28c525ee5125: Verifying Checksum 19:25:20 28c525ee5125: Download complete 19:25:20 756a868c4378: Verifying Checksum 19:25:20 756a868c4378: Download complete 19:25:20 c9b1b535fdd9: Pull complete 19:25:21 138eaada9080: Verifying Checksum 19:25:21 138eaada9080: Download complete 19:25:21 0622d0fa9048: Verifying Checksum 19:25:21 0622d0fa9048: Download complete 19:25:21 094b1ea09ed8: Verifying Checksum 19:25:21 094b1ea09ed8: Download complete 19:25:21 2cc5ad85d9ab: Pull complete 19:25:21 41b27a9f41bf: Verifying Checksum 19:25:21 41b27a9f41bf: Download complete 19:25:22 756a868c4378: Pull complete 19:25:23 444b2fc9a129: Pull complete 19:25:23 ea15f1150254: Pull complete 19:25:27 41b27a9f41bf: Pull complete 19:25:28 28c525ee5125: Pull complete 19:25:32 094b1ea09ed8: Pull complete 19:25:32 138eaada9080: Pull complete 19:25:32 0622d0fa9048: Pull complete 19:25:32 Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 19:25:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:25:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:25:32 prd-centos7-docker-4c-2g-824 does not seem to be running inside a container 19:25:32 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-575 -v /w/workspace/dgexfoundry_device-sdk-go_PR-575:/w/workspace/dgexfoundry_device-sdk-go_PR-575:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-575@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:25:37 $ docker top 99a92274d4fef5b542be76a35cf533692d995ffcae3367386cea18a5021c1992 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:25:37 provisioning config files... 19:25:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp/config1934405255821795736tmp [Pipeline] { [Pipeline] echo 19:25:37 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:25:38 ---> create-netrc.sh [Pipeline] echo 19:25:38 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:25:38 ---> logs-deploy.sh 19:25:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-575/1 19:25:38 INFO: archiving workspace using pattern(s): 19:25:41 Archives upload complete. 19:25:41 INFO: archiving logs to Nexus 19:25:42 ---> uname -a: 19:25:42 Linux 99a92274d4fe 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:25:42 19:25:42 19:25:42 ---> lscpu: 19:25:42 Architecture: x86_64 19:25:42 CPU op-mode(s): 32-bit, 64-bit 19:25:42 Byte Order: Little Endian 19:25:42 Address sizes: 40 bits physical, 48 bits virtual 19:25:42 CPU(s): 4 19:25:42 On-line CPU(s) list: 0-3 19:25:42 Thread(s) per core: 1 19:25:42 Core(s) per socket: 1 19:25:42 Socket(s): 4 19:25:42 NUMA node(s): 1 19:25:42 Vendor ID: GenuineIntel 19:25:42 CPU family: 6 19:25:42 Model: 44 19:25:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:25:42 Stepping: 1 19:25:42 CPU MHz: 2933.436 19:25:42 BogoMIPS: 5866.87 19:25:42 Virtualization: VT-x 19:25:42 Hypervisor vendor: KVM 19:25:42 Virtualization type: full 19:25:42 L1d cache: 128 KiB 19:25:42 L1i cache: 128 KiB 19:25:42 L2 cache: 16 MiB 19:25:42 L3 cache: 64 MiB 19:25:42 NUMA node0 CPU(s): 0-3 19:25:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:25:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:25:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:25:42 Vulnerability Meltdown: Mitigation; PTI 19:25:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:25:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:25:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:25:42 Vulnerability Tsx async abort: Not affected 19:25:42 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 19:25:42 19:25:42 19:25:42 ---> nproc: 19:25:42 4 19:25:42 19:25:42 19:25:42 ---> df -h: 19:25:42 Filesystem Size Used Available Use% Mounted on 19:25:42 overlay 50.0G 7.2G 42.8G 14% / 19:25:42 tmpfs 64.0M 0 64.0M 0% /dev 19:25:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:25:42 shm 64.0M 0 64.0M 0% /dev/shm 19:25:42 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 19:25:42 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 19:25:42 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 19:25:42 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa 19:25:42 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-575 19:25:42 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-575@tmp 19:25:42 19:25:42 19:25:42 ---> free -m: 19:25:42 total used free shared buff/cache available 19:25:42 Mem: 1837 672 127 0 1037 1058 19:25:42 Swap: 1023 1 1022 19:25:42 19:25:42 19:25:42 ---> ip addr: 19:25:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:25:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:25:42 inet 127.0.0.1/8 scope host lo 19:25:42 valid_lft forever preferred_lft forever 19:25:42 6: eth0@if7: mtu 1458 qdisc noqueue state UP 19:25:42 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 19:25:42 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 19:25:42 valid_lft forever preferred_lft forever 19:25:42 19:25:42 19:25:42 ---> sar -b -r -n DEV: 19:25:42 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/31/20 _x86_64_ (4 CPU) 19:25:42 19:25:42 19:16:00 LINUX RESTART 19:25:42 19:25:42 19:17:02 tps rtps wtps bread/s bwrtn/s 19:25:42 19:18:01 20.70 4.74 15.96 1508.85 2435.36 19:25:42 19:19:01 1.57 0.00 1.57 0.00 29.82 19:25:42 19:20:01 0.32 0.00 0.32 0.00 4.46 19:25:42 19:21:02 0.27 0.00 0.27 0.00 3.78 19:25:42 19:22:01 0.52 0.00 0.52 0.00 5.89 19:25:42 19:23:01 0.52 0.13 0.38 7.72 8.72 19:25:42 19:24:01 0.55 0.00 0.55 0.00 11.45 19:25:42 19:25:01 0.30 0.00 0.30 0.00 5.24 19:25:42 Average: 3.06 0.60 2.46 187.20 309.28 19:25:42 19:25:42 19:17:02 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:25:42 19:18:01 155596 1725960 91.73 2620 1123676 1127432 38.48 426600 1139360 24 19:25:42 19:19:01 163008 1718548 91.34 2620 1123680 1081836 36.92 425012 1134828 8 19:25:42 19:20:01 162620 1718936 91.36 2620 1123688 1082004 36.93 427204 1133608 8 19:25:42 19:21:02 160496 1721060 91.47 2620 1123688 1082064 36.93 429556 1133160 8 19:25:42 19:22:01 161356 1720200 91.42 2620 1123692 1081968 36.93 434152 1128056 8 19:25:42 19:23:01 157580 1723976 91.63 2620 1124056 1094064 37.34 436860 1128272 20 19:25:42 19:24:01 157684 1723872 91.62 2620 1124056 1094156 37.34 427440 1137656 20 19:25:42 19:25:01 160284 1721272 91.48 2620 1124072 1082488 36.94 425768 1137648 16 19:25:42 Average: 159828 1721728 91.51 2620 1123826 1090752 37.23 429074 1134074 14 19:25:42 19:25:42 19:17:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 19:25:42 19:18:01 eth0 63.25 50.82 355.00 49.85 0.00 0.00 0.00 19:25:42 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:18:01 docker0 10.28 7.67 1.22 18.40 0.00 0.00 0.00 19:25:42 19:19:01 eth0 0.73 0.08 0.06 0.01 0.00 0.00 0.00 19:25:42 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:20:01 eth0 1.02 0.30 0.32 0.20 0.00 0.00 0.00 19:25:42 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:21:02 eth0 0.40 0.35 0.26 0.20 0.00 0.00 0.00 19:25:42 19:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:22:01 eth0 0.68 0.44 0.41 0.27 0.00 0.00 0.00 19:25:42 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:23:01 eth0 5.41 3.13 4.87 2.17 0.00 0.00 0.00 19:25:42 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:24:01 eth0 2.51 1.38 2.06 1.07 0.00 0.00 0.00 19:25:42 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:25:01 eth0 1.22 0.67 0.92 0.48 0.00 0.00 0.00 19:25:42 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 Average: eth0 9.31 7.07 44.93 6.70 0.00 0.00 0.00 19:25:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:25:42 Average: docker0 1.27 0.95 0.15 2.27 0.00 0.00 0.00 19:25:42 19:25:42 19:25:42 ---> sar -P ALL: 19:25:42 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/31/20 _x86_64_ (4 CPU) 19:25:42 19:25:42 19:16:00 LINUX RESTART 19:25:42 19:25:42 19:17:02 CPU %user %nice %system %iowait %steal %idle 19:25:42 19:18:01 all 2.38 0.00 1.48 0.42 0.10 95.62 19:25:42 19:18:01 0 2.44 0.00 1.79 0.10 0.09 95.59 19:25:42 19:18:01 1 2.50 0.00 1.50 1.39 0.09 94.52 19:25:42 19:18:01 2 2.04 0.00 1.29 0.03 0.08 96.55 19:25:42 19:18:01 3 2.54 0.00 1.36 0.14 0.10 95.86 19:25:42 19:19:01 all 0.15 0.00 0.05 0.00 0.01 99.79 19:25:42 19:19:01 0 0.00 0.00 0.03 0.00 0.02 99.95 19:25:42 19:19:01 1 0.20 0.00 0.03 0.00 0.00 99.77 19:25:42 19:19:01 2 0.07 0.00 0.07 0.00 0.03 99.83 19:25:42 19:19:01 3 0.35 0.00 0.05 0.00 0.02 99.58 19:25:42 19:20:01 all 0.15 0.00 0.03 0.00 0.10 99.72 19:25:42 19:20:01 0 0.05 0.00 0.03 0.00 0.05 99.87 19:25:42 19:20:01 1 0.18 0.00 0.03 0.00 0.07 99.72 19:25:42 19:20:01 2 0.33 0.00 0.07 0.00 0.22 99.38 19:25:42 19:20:01 3 0.03 0.00 0.03 0.00 0.07 99.87 19:25:42 19:21:02 all 0.14 0.00 0.04 0.00 0.18 99.63 19:25:42 19:21:02 0 0.05 0.00 0.03 0.00 0.22 99.70 19:25:42 19:21:02 1 0.05 0.00 0.03 0.00 0.15 99.77 19:25:42 19:21:02 2 0.45 0.00 0.05 0.00 0.32 99.19 19:25:42 19:21:02 3 0.02 0.00 0.03 0.00 0.07 99.88 19:25:42 19:22:01 all 0.14 0.00 0.08 0.00 0.33 99.45 19:25:42 19:22:01 0 0.02 0.00 0.05 0.00 0.14 99.80 19:25:42 19:22:01 1 0.05 0.00 0.05 0.00 0.39 99.51 19:25:42 19:22:01 2 0.44 0.00 0.15 0.00 0.41 99.00 19:25:42 19:22:01 3 0.05 0.00 0.07 0.00 0.37 99.51 19:25:42 19:23:01 all 0.20 0.00 0.07 0.00 0.18 99.55 19:25:42 19:23:01 0 0.08 0.00 0.05 0.00 0.08 99.78 19:25:42 19:23:01 1 0.10 0.00 0.07 0.00 0.15 99.68 19:25:42 19:23:01 2 0.45 0.00 0.07 0.00 0.27 99.22 19:25:42 19:23:01 3 0.13 0.00 0.08 0.00 0.22 99.57 19:25:42 19:24:01 all 0.20 0.00 0.07 0.00 0.14 99.59 19:25:42 19:24:01 0 0.05 0.00 0.05 0.00 0.07 99.83 19:25:42 19:24:01 1 0.60 0.00 0.10 0.00 0.18 99.12 19:25:42 19:24:01 2 0.10 0.00 0.05 0.00 0.13 99.72 19:25:42 19:24:01 3 0.08 0.00 0.05 0.00 0.20 99.67 19:25:42 19:25:01 all 0.12 0.00 0.07 0.00 0.46 99.35 19:25:42 19:25:01 0 0.03 0.00 0.02 0.00 0.07 99.88 19:25:42 19:25:01 1 0.05 0.00 0.07 0.00 0.28 99.60 19:25:42 19:25:01 2 0.36 0.00 0.05 0.00 0.99 98.59 19:25:42 19:25:01 3 0.03 0.00 0.13 0.00 0.50 99.34 19:25:42 Average: all 0.43 0.00 0.23 0.05 0.19 99.10 19:25:42 Average: 0 0.33 0.00 0.25 0.01 0.09 99.31 19:25:42 Average: 1 0.46 0.00 0.23 0.17 0.16 98.97 19:25:42 Average: 2 0.53 0.00 0.22 0.00 0.31 98.94 19:25:42 Average: 3 0.40 0.00 0.22 0.02 0.19 99.17 19:25:42 19:25:42 19:25:42