Pull request #579 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 hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6+7ebf8157bed3f29606eb8346b104e57a74818c1e (00c0ea1330f549d5114cb6e5c2e9a2b13bf4a842) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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-579/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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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-1767 in /w/workspace/dgexfoundry_device-sdk-go_PR-579 [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-579 # 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/579/head:refs/remotes/origin/PR-579 +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/579/head:refs/remotes/origin/PR-579 # 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/579/head:refs/remotes/origin/PR-579 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 7ebf8157bed3f29606eb8346b104e57a74818c1e into PR head commit 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 Merge succeeded, producing 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 Checking out Revision 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 (PR-579) > git config core.sparsecheckout # timeout=10 > git checkout -f 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 # 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 7ebf8157bed3f29606eb8346b104e57a74818c1e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 # timeout=10 Commit message: "build: add dependabot.yml" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:43:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:43:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:43:35 ========================================================= 03:43:35 EdgeX Global Pipelines Version Info 03:43:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:43:36 ------------------- 03:43:36 stable info: 03:43:36 ------------------- 03:43:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:43:36 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 03:43:36 Message: update stable to v1.0.119 03:43:37 ------------------- 03:43:37 experimental info: 03:43:37 ------------------- 03:43:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:43:37 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 03:43:37 Message: update experimental to v1.0.119 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 03:43:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:43:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:43:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:43:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:43:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:43:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-579 [Pipeline] echo 03:43:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-579 [Pipeline] echo 03:43:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-579 [Pipeline] echo 03:43:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 [Pipeline] echo 03:43:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1feafe2 [Pipeline] echo 03:43:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:43:41 + git log --format=format:%s -1 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 [Pipeline] echo 03:43:42 GIT_COMMIT: 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6, Commit Message: build: add dependabot.yml [Pipeline] echo 03:43:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:43:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:43:43 03:43:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:43:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:43:43 latest: Pulling from edgex-devops/git-semver 03:43:43 31603596830f: Pulling fs layer 03:43:43 2a8b12db71e7: Pulling fs layer 03:43:43 6ca5941a6612: Pulling fs layer 03:43:43 ecc8261a40a4: Pulling fs layer 03:43:43 ecc8261a40a4: Waiting 03:43:43 2a8b12db71e7: Verifying Checksum 03:43:43 2a8b12db71e7: Download complete 03:43:43 31603596830f: Verifying Checksum 03:43:43 31603596830f: Download complete 03:43:43 ecc8261a40a4: Verifying Checksum 03:43:43 ecc8261a40a4: Download complete 03:43:43 6ca5941a6612: Verifying Checksum 03:43:43 6ca5941a6612: Download complete 03:43:44 31603596830f: Pull complete 03:43:44 2a8b12db71e7: Pull complete 03:43:45 6ca5941a6612: Pull complete 03:43:45 ecc8261a40a4: Pull complete 03:43:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:43:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:43:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:43:45 prd-centos7-docker-4c-2g-1767 does not seem to be running inside a container 03:43:45 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-579 -v /w/workspace/dgexfoundry_device-sdk-go_PR-579:/w/workspace/dgexfoundry_device-sdk-go_PR-579:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-579@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-579@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:10004/edgex-devops/git-semver:latest cat 03:43:47 $ docker top 0ab5853138290b87e3783a53850651cc9684a11f78240bfe945fbb1284d236cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:43:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:43:48 [ssh-agent] Looking for ssh-agent implementation... 03:43:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:43:48 $ docker exec 0ab5853138290b87e3783a53850651cc9684a11f78240bfe945fbb1284d236cb ssh-agent 03:43:48 SSH_AUTH_SOCK=/tmp/ssh-BXPI5w7JJfNl/agent.11 03:43:48 SSH_AGENT_PID=16 03:43:48 Running ssh-add (command line suppressed) 03:43:48 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-579@tmp/private_key_1069673650887640355.key (/w/workspace/dgexfoundry_device-sdk-go_PR-579@tmp/private_key_1069673650887640355.key) 03:43:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:43:49 + git describe --exact-match --tags HEAD 03:43:49 fatal: No names found, cannot describe anything. [Pipeline] } 03:43:49 $ docker exec --env ******** --env ******** 0ab5853138290b87e3783a53850651cc9684a11f78240bfe945fbb1284d236cb ssh-agent -k 03:43:49 unset SSH_AUTH_SOCK; 03:43:49 unset SSH_AGENT_PID; 03:43:49 echo Agent pid 16 killed; 03:43:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 03:43:49 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 03:43:49 This usually means this commit has not been tagged. [Pipeline] sshagent 03:43:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:43:49 [ssh-agent] Looking for ssh-agent implementation... 03:43:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:43:49 $ docker exec 0ab5853138290b87e3783a53850651cc9684a11f78240bfe945fbb1284d236cb ssh-agent 03:43:49 SSH_AUTH_SOCK=/tmp/ssh-eWK6kVAvAR2q/agent.44 03:43:49 SSH_AGENT_PID=49 03:43:49 Running ssh-add (command line suppressed) 03:43:49 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-579@tmp/private_key_6886430538481540026.key (/w/workspace/dgexfoundry_device-sdk-go_PR-579@tmp/private_key_6886430538481540026.key) 03:43:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:43:50 + git semver init 03:43:50 # -> Open(): unable to determine branch for HEAD 03:43:50 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-579/.git 03:43:50 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-579 03:43:50 # $SEMVER_REMOTE_NAME = origin 03:43:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:43:50 # $SEMVER_USER_NAME = edgex-jenkins 03:43:50 # $SEMVER_BRANCH = PR-579 03:43:50 # $SEMVER_TEMP = /tmp/semver-708618507 03:43:50 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:43:50 # '/tmp/semver-708618507' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-579/.semver' 03:43:50 # -> Force: false 03:43:50 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-579/.semver [Pipeline] } 03:43:50 $ docker exec --env ******** --env ******** 0ab5853138290b87e3783a53850651cc9684a11f78240bfe945fbb1284d236cb ssh-agent -k 03:43:51 unset SSH_AUTH_SOCK; 03:43:51 unset SSH_AGENT_PID; 03:43:51 echo Agent pid 49 killed; 03:43:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:43:51 + git semver [Pipeline] } 03:43:51 $ docker stop --time=1 0ab5853138290b87e3783a53850651cc9684a11f78240bfe945fbb1284d236cb 03:43:53 $ docker rm -f 0ab5853138290b87e3783a53850651cc9684a11f78240bfe945fbb1284d236cb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 03:43:54 Stashed 32 file(s) [Pipeline] echo 03:43:54 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 03:43:54 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 03:44:09 Still waiting to schedule task 03:44:09 Waiting for next available executor on ‘centos7-docker-4c-2g’ 03:44:09 Still waiting to schedule task 03:44:09 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:46:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1768 in /w/workspace/dgexfoundry_device-sdk-go_PR-579 [Pipeline] { [Pipeline] ws 03:46:10 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 03:46:15 using credential edgex-jenkins-ssh 03:46:15 Cloning the remote Git repository 03:46:15 Cloning with configured refspecs honoured and without tags 03:46:15 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:46:15 > git init /w/workspace/device-sdk-go/1 # timeout=10 03:46:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:46:15 > git --version # timeout=10 03:46:15 > git --version # 'git version 2.17.1' 03:46:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:15 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/579/head:refs/remotes/origin/PR-579 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:46:16 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:46:16 > git config --add remote.origin.fetch +refs/pull/579/head:refs/remotes/origin/PR-579 # timeout=10 03:46:16 Fetching without tags 03:46:17 Merging remotes/origin/master commit 7ebf8157bed3f29606eb8346b104e57a74818c1e into PR head commit 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 03:46:17 Merge succeeded, producing 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 03:46:17 Checking out Revision 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 (PR-579) 03:46:16 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:46:16 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:46:16 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:46:16 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:16 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/579/head:refs/remotes/origin/PR-579 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:46:17 > git config core.sparsecheckout # timeout=10 03:46:17 > git checkout -f 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 # timeout=10 03:46:17 > git remote # timeout=10 03:46:17 > git config --get remote.origin.url # timeout=10 03:46:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:17 > git merge 7ebf8157bed3f29606eb8346b104e57a74818c1e # timeout=10 03:46:17 > git rev-parse HEAD^{commit} # timeout=10 03:46:17 > git config core.sparsecheckout # timeout=10 03:46:17 > git checkout -f 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 # timeout=10 03:46:22 Commit message: "build: add dependabot.yml" 03:46:22 > git --version # timeout=10 03:46:22 > git --version # 'git version 2.17.1' 03:46:22 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:46:23 ========================================================= 03:46:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 03:46:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:46:25 + 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 . 03:46:26 Sending build context to Docker daemon 3.139MB 03:46:26 Step 1/8 : ARG BASE=golang:1.13-alpine 03:46:26 Step 2/8 : FROM ${BASE} 03:46:26 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:46:26 b538f80385f9: Pulling fs layer 03:46:26 74f711af9a0d: Pulling fs layer 03:46:26 99f96fe45779: Pulling fs layer 03:46:26 fd7a069fd194: Pulling fs layer 03:46:26 66aa3694b03b: Pulling fs layer 03:46:26 170f70906a0f: Pulling fs layer 03:46:26 ad7c5574e4b9: Pulling fs layer 03:46:26 e772456be8f7: Pulling fs layer 03:46:26 c890913d741a: Pulling fs layer 03:46:26 2480fcc9aa5a: Pulling fs layer 03:46:26 09adf4765672: Pulling fs layer 03:46:26 fd7a069fd194: Waiting 03:46:26 66aa3694b03b: Waiting 03:46:26 170f70906a0f: Waiting 03:46:26 ad7c5574e4b9: Waiting 03:46:26 e772456be8f7: Waiting 03:46:26 c890913d741a: Waiting 03:46:26 2480fcc9aa5a: Waiting 03:46:26 09adf4765672: Waiting 03:46:26 74f711af9a0d: Verifying Checksum 03:46:26 74f711af9a0d: Download complete 03:46:26 99f96fe45779: Download complete 03:46:26 66aa3694b03b: Verifying Checksum 03:46:26 66aa3694b03b: Download complete 03:46:26 170f70906a0f: Verifying Checksum 03:46:26 170f70906a0f: Download complete 03:46:26 b538f80385f9: Verifying Checksum 03:46:26 b538f80385f9: Download complete 03:46:27 b538f80385f9: Pull complete 03:46:27 74f711af9a0d: Pull complete 03:46:28 99f96fe45779: Pull complete 03:46:32 ad7c5574e4b9: Verifying Checksum 03:46:32 ad7c5574e4b9: Download complete 03:46:32 c890913d741a: Verifying Checksum 03:46:32 c890913d741a: Download complete 03:46:36 2480fcc9aa5a: Verifying Checksum 03:46:36 2480fcc9aa5a: Download complete 03:46:36 09adf4765672: Verifying Checksum 03:46:36 09adf4765672: Download complete 03:46:36 fd7a069fd194: Verifying Checksum 03:46:36 fd7a069fd194: Download complete 03:46:36 e772456be8f7: Verifying Checksum 03:46:36 e772456be8f7: Download complete 03:46:46 Running on prd-centos7-docker-4c-2g-1769 in /w/workspace/dgexfoundry_device-sdk-go_PR-579 [Pipeline] { [Pipeline] ws 03:46:46 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 03:46:49 fd7a069fd194: Pull complete 03:46:49 66aa3694b03b: Pull complete 03:46:49 170f70906a0f: Pull complete 03:46:49 using credential edgex-jenkins-ssh 03:46:49 Cloning the remote Git repository 03:46:49 Cloning with configured refspecs honoured and without tags 03:46:50 Fetching without tags 03:46:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:46:49 > git init /w/workspace/device-sdk-go/1 # timeout=10 03:46:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:46:49 > git --version # timeout=10 03:46:49 > git --version # 'git version 2.16.5' 03:46:49 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:49 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/579/head:refs/remotes/origin/PR-579 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:46:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:46:50 > git config --add remote.origin.fetch +refs/pull/579/head:refs/remotes/origin/PR-579 # timeout=10 03:46:50 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 03:46:50 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:46:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:46:50 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:50 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/579/head:refs/remotes/origin/PR-579 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:46:50 Merging remotes/origin/master commit 7ebf8157bed3f29606eb8346b104e57a74818c1e into PR head commit 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 03:46:50 Merge succeeded, producing 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 03:46:50 Checking out Revision 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 (PR-579) 03:46:50 > git config core.sparsecheckout # timeout=10 03:46:50 > git checkout -f 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 # timeout=10 03:46:50 > git remote # timeout=10 03:46:50 > git config --get remote.origin.url # timeout=10 03:46:50 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:50 > git merge 7ebf8157bed3f29606eb8346b104e57a74818c1e # timeout=10 03:46:50 > git rev-parse HEAD^{commit} # timeout=10 03:46:50 > git config core.sparsecheckout # timeout=10 03:46:50 > git checkout -f 1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 # timeout=10 03:46:51 ad7c5574e4b9: Pull complete 03:46:54 Commit message: "build: add dependabot.yml" 03:46:54 > git --version # timeout=10 03:46:54 > git --version # 'git version 2.16.5' 03:46:54 fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 03:46:55 ========================================================= 03:46:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 03:46:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:46:56 + 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 . 03:46:56 Sending build context to Docker daemon 3.139MB 03:46:56 Step 1/8 : ARG BASE=golang:1.13-alpine 03:46:56 Step 2/8 : FROM ${BASE} 03:46:56 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 03:46:56 df20fa9351a1: Pulling fs layer 03:46:56 ed8968b2872e: Pulling fs layer 03:46:56 a92cc7c5fd73: Pulling fs layer 03:46:56 2dd03ba5bac4: Pulling fs layer 03:46:56 1e091d79d1de: Pulling fs layer 03:46:56 481702a1767f: Pulling fs layer 03:46:56 f64a6f60c768: Pulling fs layer 03:46:56 e78d2573fc39: Pulling fs layer 03:46:56 e876d2f968b6: Pulling fs layer 03:46:56 ce8a83651883: Pulling fs layer 03:46:56 07967f4d0e4b: Pulling fs layer 03:46:56 f64a6f60c768: Waiting 03:46:56 e78d2573fc39: Waiting 03:46:56 e876d2f968b6: Waiting 03:46:56 ce8a83651883: Waiting 03:46:56 07967f4d0e4b: Waiting 03:46:56 1e091d79d1de: Waiting 03:46:56 481702a1767f: Waiting 03:46:56 2dd03ba5bac4: Waiting 03:46:56 a92cc7c5fd73: Verifying Checksum 03:46:56 a92cc7c5fd73: Download complete 03:46:56 ed8968b2872e: Verifying Checksum 03:46:56 ed8968b2872e: Download complete 03:46:56 1e091d79d1de: Verifying Checksum 03:46:56 1e091d79d1de: Download complete 03:46:56 481702a1767f: Download complete 03:46:56 df20fa9351a1: Verifying Checksum 03:46:56 df20fa9351a1: Download complete 03:46:57 df20fa9351a1: Pull complete 03:46:57 e772456be8f7: Pull complete 03:46:57 c890913d741a: Pull complete 03:46:57 ed8968b2872e: Pull complete 03:46:57 a92cc7c5fd73: Pull complete 03:46:59 2480fcc9aa5a: Pull complete 03:46:59 09adf4765672: Pull complete 03:46:59 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 03:46:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 03:46:59 ---> 2248a725d1cf 03:46:59 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:47:00 f64a6f60c768: Verifying Checksum 03:47:00 f64a6f60c768: Download complete 03:47:00 e876d2f968b6: Verifying Checksum 03:47:00 e876d2f968b6: Download complete 03:47:01 ce8a83651883: Verifying Checksum 03:47:01 ce8a83651883: Download complete 03:47:01 07967f4d0e4b: Verifying Checksum 03:47:01 07967f4d0e4b: Download complete 03:47:01 2dd03ba5bac4: Verifying Checksum 03:47:01 2dd03ba5bac4: Download complete 03:47:01 e78d2573fc39: Verifying Checksum 03:47:01 e78d2573fc39: Download complete 03:47:04 ---> Running in 789420e9a026 03:47:04 Removing intermediate container 789420e9a026 03:47:04 ---> b893a171bb15 03:47:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:47:04 ---> Running in d884518ff6cb 03:47:07 Removing intermediate container d884518ff6cb 03:47:07 ---> 897e5538ab3e 03:47:07 Step 5/8 : RUN apk add --no-cache make git 03:47:07 ---> Running in 69c67471e539 03:47:07 2dd03ba5bac4: Pull complete 03:47:07 1e091d79d1de: Pull complete 03:47:07 481702a1767f: Pull complete 03:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:47:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:47:10 OK: 142 MiB in 39 packages 03:47:11 Removing intermediate container 69c67471e539 03:47:11 ---> 4f93ed4ec587 03:47:11 Step 6/8 : WORKDIR /device-sdk-go 03:47:11 ---> Running in c59e675b4b1a 03:47:11 Removing intermediate container c59e675b4b1a 03:47:11 ---> 86394374f5f6 03:47:11 Step 7/8 : COPY . . 03:47:13 ---> b7e8b8790fd5 03:47:13 Step 8/8 : RUN go mod download 03:47:13 ---> Running in b72d6917b7d4 03:47:16 go: finding github.com/BurntSushi/toml v0.3.1 03:47:16 go: finding github.com/OneOfOne/xxhash v1.2.6 03:47:16 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:47:16 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:47:16 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:47:16 go: finding github.com/bgentry/speakeasy v0.1.0 03:47:16 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:47:16 go: finding github.com/davecgh/go-spew v1.1.1 03:47:16 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 03:47:16 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:47:16 f64a6f60c768: Pull complete 03:47:16 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:47:16 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 03:47:16 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:47:16 go: finding github.com/fatih/color v1.7.0 03:47:16 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:47:16 go: finding github.com/go-kit/kit v0.8.0 03:47:16 go: finding github.com/go-logfmt/logfmt v0.4.0 03:47:16 go: finding github.com/go-stack/stack v1.8.0 03:47:16 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:47:16 go: finding github.com/google/uuid v1.1.0 03:47:16 go: finding github.com/gorilla/mux v1.7.1 03:47:16 go: finding github.com/hashicorp/consul/api v1.1.0 03:47:16 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:47:16 go: finding github.com/hashicorp/errwrap v1.0.0 03:47:16 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:47:16 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:47:16 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:47:16 go: finding github.com/hashicorp/go-multierror v1.0.0 03:47:16 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:47:16 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:47:16 go: finding github.com/hashicorp/go-syslog v1.0.0 03:47:16 go: finding github.com/hashicorp/go-uuid v1.0.1 03:47:17 go: finding github.com/hashicorp/go.net v0.0.1 03:47:17 go: finding github.com/hashicorp/golang-lru v0.5.0 03:47:17 go: finding github.com/hashicorp/logutils v1.0.0 03:47:17 go: finding github.com/hashicorp/mdns v1.0.0 03:47:17 go: finding github.com/hashicorp/memberlist v0.1.3 03:47:17 go: finding github.com/hashicorp/serf v0.8.2 03:47:17 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:47:17 go: finding github.com/mattn/go-colorable v0.0.9 03:47:17 go: finding github.com/mattn/go-isatty v0.0.3 03:47:17 go: finding github.com/miekg/dns v1.0.14 03:47:17 go: finding github.com/mitchellh/cli v1.0.0 03:47:17 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:47:17 go: finding github.com/mitchellh/copystructure v1.0.0 03:47:17 go: finding github.com/mitchellh/go-homedir v1.0.0 03:47:17 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:47:17 go: finding github.com/mitchellh/gox v0.4.0 03:47:17 go: finding github.com/mitchellh/iochan v1.0.0 03:47:17 go: finding github.com/mitchellh/mapstructure v1.1.2 03:47:17 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:47:17 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:47:17 go: finding github.com/pelletier/go-toml v1.2.0 03:47:17 go: finding github.com/pkg/errors v0.8.1 03:47:17 go: finding github.com/pmezard/go-difflib v1.0.0 03:47:17 go: finding github.com/posener/complete v1.1.1 03:47:17 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 03:47:17 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:47:17 go: finding github.com/stretchr/objx v0.1.0 03:47:17 go: finding github.com/stretchr/testify v1.5.1 03:47:17 go: finding github.com/ugorji/go v1.1.4 03:47:17 go: finding github.com/x448/float16 v0.8.4 03:47:17 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 03:47:17 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 03:47:17 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:47:17 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 03:47:17 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 03:47:17 go: finding gopkg.in/yaml.v2 v2.2.8 03:47:19 e78d2573fc39: Pull complete 03:47:19 e876d2f968b6: Pull complete 03:47:19 ce8a83651883: Pull complete 03:47:20 07967f4d0e4b: Pull complete 03:47:20 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 03:47:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 03:47:20 ---> 5d7c900382c6 03:47:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:47:21 ---> Running in 23ef0b6d17a1 03:47:21 Removing intermediate container 23ef0b6d17a1 03:47:21 ---> b35f0e76f012 03:47:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:47:21 ---> Running in 0614ec28fe01 03:47:23 Removing intermediate container 0614ec28fe01 03:47:23 ---> cc05c18528bf 03:47:23 Step 5/8 : RUN apk add --no-cache make git 03:47:23 ---> Running in c09933d61346 03:47:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:47:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:47:27 OK: 166 MiB in 39 packages 03:47:27 Removing intermediate container c09933d61346 03:47:27 ---> 6a9cabb12cc8 03:47:27 Step 6/8 : WORKDIR /device-sdk-go 03:47:27 ---> Running in ea86464b7f89 03:47:27 Removing intermediate container ea86464b7f89 03:47:27 ---> 3d8038715714 03:47:27 Step 7/8 : COPY . . 03:47:28 Removing intermediate container b72d6917b7d4 03:47:28 ---> aebdecdb56cc 03:47:28 Successfully built aebdecdb56cc 03:47:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:47:28 ---> bc605fedaea2 03:47:28 Step 8/8 : RUN go mod download 03:47:28 ---> Running in daae60e6a248 03:47:29 + docker inspect -f . ci-base-image-arm64 03:47:29 . [Pipeline] withDockerContainer 03:47:29 prd-ubuntu18.04-docker-arm64-4c-16g-1768 does not seem to be running inside a container 03:47:29 $ 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 03:47:30 go: finding github.com/BurntSushi/toml v0.3.1 03:47:30 go: finding github.com/OneOfOne/xxhash v1.2.6 03:47:30 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 03:47:30 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:47:30 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 03:47:30 go: finding github.com/bgentry/speakeasy v0.1.0 03:47:30 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 03:47:30 go: finding github.com/davecgh/go-spew v1.1.1 03:47:30 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 03:47:30 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 03:47:30 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 03:47:30 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 03:47:30 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 03:47:30 go: finding github.com/fatih/color v1.7.0 03:47:30 go: finding github.com/fxamacker/cbor/v2 v2.2.0 03:47:30 go: finding github.com/go-kit/kit v0.8.0 03:47:30 go: finding github.com/go-logfmt/logfmt v0.4.0 03:47:30 go: finding github.com/go-stack/stack v1.8.0 03:47:30 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 03:47:30 go: finding github.com/google/uuid v1.1.0 03:47:30 go: finding github.com/gorilla/mux v1.7.1 03:47:30 go: finding github.com/hashicorp/consul/api v1.1.0 03:47:30 go: finding github.com/hashicorp/consul/sdk v0.1.1 03:47:30 go: finding github.com/hashicorp/errwrap v1.0.0 03:47:31 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 03:47:31 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 03:47:31 go: finding github.com/hashicorp/go-msgpack v0.5.3 03:47:31 go: finding github.com/hashicorp/go-multierror v1.0.0 03:47:31 go: finding github.com/hashicorp/go-rootcerts v1.0.0 03:47:31 go: finding github.com/hashicorp/go-sockaddr v1.0.0 03:47:31 go: finding github.com/hashicorp/go-syslog v1.0.0 03:47:31 go: finding github.com/hashicorp/go-uuid v1.0.1 03:47:31 go: finding github.com/hashicorp/go.net v0.0.1 03:47:31 go: finding github.com/hashicorp/golang-lru v0.5.0 03:47:31 go: finding github.com/hashicorp/logutils v1.0.0 03:47:31 $ docker top abf9dbf8b6cdd563016758ba5216b01713804589b02c8fc8f52118472b9fe1cc -eo pid,comm 03:47:31 go: finding github.com/hashicorp/mdns v1.0.0 03:47:31 go: finding github.com/hashicorp/memberlist v0.1.3 03:47:31 go: finding github.com/hashicorp/serf v0.8.2 03:47:31 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 03:47:31 go: finding github.com/mattn/go-colorable v0.0.9 03:47:31 go: finding github.com/mattn/go-isatty v0.0.3 03:47:31 go: finding github.com/miekg/dns v1.0.14 03:47:31 go: finding github.com/mitchellh/cli v1.0.0 03:47:31 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:47:31 go: finding github.com/mitchellh/copystructure v1.0.0 03:47:31 go: finding github.com/mitchellh/go-homedir v1.0.0 [Pipeline] { 03:47:31 go: finding github.com/mitchellh/go-testing-interface v1.0.0 03:47:31 go: finding github.com/mitchellh/gox v0.4.0 03:47:31 go: finding github.com/mitchellh/iochan v1.0.0 03:47:31 go: finding github.com/mitchellh/mapstructure v1.1.2 03:47:31 go: finding github.com/mitchellh/reflectwalk v1.0.0 03:47:31 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 03:47:31 go: finding github.com/pelletier/go-toml v1.2.0 03:47:31 go: finding github.com/pkg/errors v0.8.1 03:47:31 go: finding github.com/pmezard/go-difflib v1.0.0 03:47:31 go: finding github.com/posener/complete v1.1.1 03:47:31 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [Pipeline] sh 03:47:31 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 03:47:31 go: finding github.com/stretchr/objx v0.1.0 03:47:31 go: finding github.com/stretchr/testify v1.5.1 03:47:31 go: finding github.com/ugorji/go v1.1.4 03:47:31 go: finding github.com/x448/float16 v0.8.4 03:47:31 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 03:47:31 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 03:47:31 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 03:47:31 go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 03:47:31 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 03:47:31 go: finding gopkg.in/yaml.v2 v2.2.8 03:47:32 + go version 03:47:32 go version go1.13.13 linux/arm64 [Pipeline] sh 03:47:33 + make test 03:47:33 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:47:34 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:47:40 Removing intermediate container daae60e6a248 03:47:40 ---> 7af84b35c5ce 03:47:40 Successfully built 7af84b35c5ce 03:47:40 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 03:47:41 + docker inspect -f . ci-base-image-x86_64 03:47:41 . [Pipeline] withDockerContainer 03:47:41 prd-centos7-docker-4c-2g-1769 does not seem to be running inside a container 03:47:41 $ 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 03:47:42 $ docker top 85e478b4e942b9dfdcdca170d0f61f78c224d41b2be672ec1242d97b03169fbc -eo pid,comm [Pipeline] { [Pipeline] sh 03:47:43 + go version 03:47:43 go version go1.13.13 linux/amd64 [Pipeline] sh 03:47:43 + make test 03:47:43 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 03:47:44 ? github.com/edgexfoundry/device-sdk-go [no test files] 03:47:54 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:47:54 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:47:54 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:47:54 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.007s coverage: 21.0% of statements 03:47:54 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.064s coverage: 95.7% of statements 03:48:01 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 03:48:01 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 03:48:01 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 03:48:03 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.048s coverage: 21.0% of statements 03:48:07 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.161s coverage: 95.7% of statements 03:48:27 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.010s coverage: 8.6% of statements 03:48:27 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.010s coverage: 21.7% of statements 03:48:27 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:48:27 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.028s coverage: 37.0% of statements 03:48:27 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:48:27 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.045s coverage: 65.4% of statements 03:48:27 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:48:27 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:48:27 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:48:27 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.014s coverage: 52.6% of statements 03:48:27 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.102s coverage: 68.9% of statements 03:48:27 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 03:48:27 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:48:27 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:48:27 gofmt -l . 03:48:27 [ "`gofmt -l .`" = "" ] 03:48:27 ./bin/test-attribution-txt.sh 03:48:27 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:48:28 Stashed 1 file(s) [Pipeline] } 03:48:28 $ docker stop --time=1 85e478b4e942b9dfdcdca170d0f61f78c224d41b2be672ec1242d97b03169fbc 03:48:29 $ docker rm -f 85e478b4e942b9dfdcdca170d0f61f78c224d41b2be672ec1242d97b03169fbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:48:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:48:33 + ls -al . 03:48:33 total 188 03:48:33 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 8 03:48 . 03:48:33 drwxrwxr-x. 4 jenkins jenkins 28 Sep 8 03:46 .. 03:48:33 drwxrwxr-x. 2 jenkins jenkins 64 Sep 8 03:46 bin 03:48:33 -rw-r--r--. 1 jenkins jenkins 111650 Sep 8 03:48 coverage.out 03:48:33 -rw-rw-r--. 1 jenkins jenkins 936 Sep 8 03:46 Dockerfile.build 03:48:33 -rw-rw-r--. 1 jenkins jenkins 140 Sep 8 03:46 .dockerignore 03:48:33 drwxrwxr-x. 4 jenkins jenkins 48 Sep 8 03:46 example 03:48:33 drwxrwxr-x. 8 jenkins jenkins 179 Sep 8 03:46 .git 03:48:33 drwxrwxr-x. 2 jenkins jenkins 60 Sep 8 03:46 .github 03:48:33 -rw-rw-r--. 1 jenkins jenkins 138 Sep 8 03:46 .gitignore 03:48:33 -rw-r--r--. 1 jenkins jenkins 446 Sep 8 03:48 go.mod 03:48:33 -rw-r--r--. 1 jenkins jenkins 12179 Sep 8 03:48 go.sum 03:48:33 drwxrwxr-x. 13 jenkins jenkins 184 Sep 8 03:46 internal 03:48:33 -rw-rw-r--. 1 jenkins jenkins 808 Sep 8 03:46 Jenkinsfile 03:48:33 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 8 03:46 LICENSE 03:48:33 -rw-rw-r--. 1 jenkins jenkins 892 Sep 8 03:46 Makefile 03:48:33 drwxrwxr-x. 4 jenkins jenkins 26 Sep 8 03:46 openapi 03:48:33 drwxrwxr-x. 5 jenkins jenkins 50 Sep 8 03:46 pkg 03:48:33 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 8 03:46 README.md 03:48:33 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 8 03:46 RELEASE-NOTES.txt 03:48:33 drwxrwxr-x. 3 jenkins jenkins 58 Sep 8 03:46 .semver 03:48:33 drwxrwxr-x. 4 jenkins jenkins 54 Sep 8 03:46 snap 03:48:33 -rw-rw-r--. 1 jenkins jenkins 5 Sep 8 03:43 VERSION 03:48:33 -rw-rw-r--. 1 jenkins jenkins 222 Sep 8 03:46 version.go [Pipeline] isUnix [Pipeline] sh 03:48:33 + 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=1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 --label arch=amd64 --label version=0.0.0 . 03:48:34 Sending build context to Docker daemon 3.252MB 03:48:34 Step 1/24 : ARG BASE=golang:1.13-alpine 03:48:34 Step 2/24 : FROM ${BASE} AS builder 03:48:34 ---> 7af84b35c5ce 03:48:34 Step 3/24 : ARG MAKE='make build' 03:48:34 ---> Running in 8f167bd7c9ce 03:48:34 Removing intermediate container 8f167bd7c9ce 03:48:34 ---> 9d052f54a3a2 03:48:34 Step 4/24 : WORKDIR /device-sdk-go 03:48:34 ---> Running in cfcc13f5cd48 03:48:34 Removing intermediate container cfcc13f5cd48 03:48:34 ---> 4c14db786fd2 03:48:34 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:48:34 ---> Running in 340b744509d2 03:48:35 Removing intermediate container 340b744509d2 03:48:35 ---> 661f69c66a6c 03:48:35 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:48:35 ---> Running in 17dead1e3ac5 03:48:36 Removing intermediate container 17dead1e3ac5 03:48:36 ---> ae545298a73f 03:48:36 Step 7/24 : RUN apk add --update --no-cache make git 03:48:36 ---> Running in 01e4a0c56a03 03:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:48:39 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.018s coverage: 8.6% of statements 03:48:39 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.019s coverage: 21.7% of statements 03:48:39 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 03:48:39 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.077s coverage: 37.0% of statements 03:48:39 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 03:48:39 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.137s coverage: 65.4% of statements 03:48:39 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 03:48:39 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 03:48:39 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 03:48:39 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.052s coverage: 52.6% of statements 03:48:39 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.357s coverage: 68.9% of statements 03:48:39 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 03:48:39 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 03:48:39 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:48:40 OK: 166 MiB in 39 packages 03:48:41 Removing intermediate container 01e4a0c56a03 03:48:41 ---> ae19511ec59e 03:48:41 Step 8/24 : COPY . . 03:48:42 ---> 38544f293e15 03:48:42 Step 9/24 : RUN ${MAKE} 03:48:42 ---> Running in 59654cd4121b 03:48:42 gofmt -l . 03:48:42 [ "`gofmt -l .`" = "" ] 03:48:42 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 03:48:42 ./bin/test-attribution-txt.sh 03:48:43 ./bin/test-go-mod-tidy.sh [Pipeline] stash 03:48:43 Warning: overwriting stash ‘coverage-report’ 03:48:44 Stashed 1 file(s) [Pipeline] } 03:48:44 $ docker stop --time=1 abf9dbf8b6cdd563016758ba5216b01713804589b02c8fc8f52118472b9fe1cc 03:48:46 $ docker rm -f abf9dbf8b6cdd563016758ba5216b01713804589b02c8fc8f52118472b9fe1cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:48:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:48:48 + ls -al . 03:48:48 total 228 03:48:48 drwxrwxr-x 11 jenkins jenkins 4096 Sep 8 03:48 . 03:48:48 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 03:46 .. 03:48:48 -rw-rw-r-- 1 jenkins jenkins 140 Sep 8 03:46 .dockerignore 03:48:48 drwxrwxr-x 8 jenkins jenkins 4096 Sep 8 03:46 .git 03:48:48 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 03:46 .github 03:48:48 -rw-rw-r-- 1 jenkins jenkins 138 Sep 8 03:46 .gitignore 03:48:48 drwxrwxr-x 3 jenkins jenkins 4096 Sep 8 03:46 .semver 03:48:48 -rw-rw-r-- 1 jenkins jenkins 936 Sep 8 03:46 Dockerfile.build 03:48:48 -rw-rw-r-- 1 jenkins jenkins 808 Sep 8 03:46 Jenkinsfile 03:48:48 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 8 03:46 LICENSE 03:48:48 -rw-rw-r-- 1 jenkins jenkins 892 Sep 8 03:46 Makefile 03:48:48 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 8 03:46 README.md 03:48:48 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 8 03:46 RELEASE-NOTES.txt 03:48:48 -rw-rw-r-- 1 jenkins jenkins 5 Sep 8 03:43 VERSION 03:48:48 drwxrwxr-x 2 jenkins jenkins 4096 Sep 8 03:46 bin 03:48:48 -rw-r--r-- 1 jenkins jenkins 111650 Sep 8 03:48 coverage.out 03:48:48 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 03:46 example 03:48:48 -rw-r--r-- 1 jenkins jenkins 446 Sep 8 03:48 go.mod 03:48:48 -rw-r--r-- 1 jenkins jenkins 12179 Sep 8 03:48 go.sum 03:48:48 drwxrwxr-x 13 jenkins jenkins 4096 Sep 8 03:46 internal 03:48:48 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 03:46 openapi 03:48:48 drwxrwxr-x 5 jenkins jenkins 4096 Sep 8 03:46 pkg 03:48:48 drwxrwxr-x 4 jenkins jenkins 4096 Sep 8 03:46 snap 03:48:48 -rw-rw-r-- 1 jenkins jenkins 222 Sep 8 03:46 version.go [Pipeline] isUnix [Pipeline] sh 03:48:49 + 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=1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 --label arch=arm64 --label version=0.0.0 . 03:48:49 Sending build context to Docker daemon 3.252MB 03:48:49 Step 1/24 : ARG BASE=golang:1.13-alpine 03:48:49 Step 2/24 : FROM ${BASE} AS builder 03:48:49 ---> aebdecdb56cc 03:48:49 Step 3/24 : ARG MAKE='make build' 03:48:49 ---> Running in 26fce83d166c 03:48:50 Removing intermediate container 26fce83d166c 03:48:50 ---> 5fde8be11f1e 03:48:50 Step 4/24 : WORKDIR /device-sdk-go 03:48:50 ---> Running in 916058f2d9c0 03:48:50 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:48:51 Removing intermediate container 916058f2d9c0 03:48:51 ---> 1c9d341affc0 03:48:51 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:48:51 ---> Running in 350809f212ee 03:48:51 Removing intermediate container 350809f212ee 03:48:51 ---> 1575a5429254 03:48:51 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:48:51 ---> Running in 3158b62445a6 03:48:51 Removing intermediate container 59654cd4121b 03:48:51 ---> a219c2786b9e 03:48:51 Step 10/24 : FROM scratch 03:48:51 ---> 03:48:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:48:51 ---> Running in f52d175cc71b 03:48:52 Removing intermediate container f52d175cc71b 03:48:52 ---> 42d223c5eff1 03:48:52 Step 12/24 : ENV APP_PORT=49990 03:48:52 ---> Running in 7e6fef8e07c6 03:48:52 Removing intermediate container 7e6fef8e07c6 03:48:52 ---> 6d09b56bfa0d 03:48:52 Step 13/24 : EXPOSE $APP_PORT 03:48:52 ---> Running in 89a066fb2e7b 03:48:52 Removing intermediate container 89a066fb2e7b 03:48:52 ---> 7ee9df2796fc 03:48:52 Step 14/24 : WORKDIR / 03:48:52 ---> Running in bbc5445ff04d 03:48:52 Removing intermediate container bbc5445ff04d 03:48:52 ---> 9480a9731bb3 03:48:52 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:48:53 ---> 79e2acd60b88 03:48:53 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:48:53 ---> 50219ae293c7 03:48:53 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:48:53 ---> c4b1456c5fff 03:48:53 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:48:53 ---> fec5868eb9d6 03:48:53 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:48:53 ---> 4c3522f935bb 03:48:53 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:48:54 ---> Running in 9308a0f8e6dc 03:48:54 Removing intermediate container 9308a0f8e6dc 03:48:54 ---> 9f88794e2c94 03:48:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:48:54 ---> Running in 0ab7424ad7f4 03:48:54 Removing intermediate container 3158b62445a6 03:48:54 ---> a53d691715b9 03:48:54 Step 7/24 : RUN apk add --update --no-cache make git 03:48:54 ---> Running in 84d5e70f3043 03:48:54 Removing intermediate container 0ab7424ad7f4 03:48:54 ---> 54818a43e641 03:48:54 Step 22/24 : LABEL arch=amd64 03:48:54 ---> Running in 9a9b460f47a2 03:48:54 Removing intermediate container 9a9b460f47a2 03:48:54 ---> fdc6a2f2c8ef 03:48:54 Step 23/24 : LABEL git_sha=1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 03:48:54 ---> Running in 0784cb536926 03:48:54 Removing intermediate container 0784cb536926 03:48:54 ---> 9173aa5ffa3a 03:48:54 Step 24/24 : LABEL version=0.0.0 03:48:54 ---> Running in 695b072a3901 03:48:55 Removing intermediate container 695b072a3901 03:48:55 ---> 2023fa723362 03:48:55 [Warning] One or more build-args [ARCH] were not consumed 03:48:55 Successfully built 2023fa723362 03:48:55 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 03:48:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 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] } 03:48:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:48:58 OK: 142 MiB in 39 packages 03:48:59 Removing intermediate container 84d5e70f3043 03:48:59 ---> 653a51019a14 03:48:59 Step 8/24 : COPY . . 03:49:00 ---> ed3a54414172 03:49:00 Step 9/24 : RUN ${MAKE} 03:49:00 ---> Running in 9cf2fbe41e7a 03:49:02 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 03:49:24 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:49:27 Removing intermediate container 9cf2fbe41e7a 03:49:27 ---> 0cfb2b2a87b0 03:49:27 Step 10/24 : FROM scratch 03:49:27 ---> 03:49:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:49:27 ---> Running in 17a208c4bddb 03:49:28 Removing intermediate container 17a208c4bddb 03:49:28 ---> 5aca53fa6bcb 03:49:28 Step 12/24 : ENV APP_PORT=49990 03:49:28 ---> Running in 35eed35b7dd5 03:49:28 Removing intermediate container 35eed35b7dd5 03:49:28 ---> 9a0bd963d2a5 03:49:28 Step 13/24 : EXPOSE $APP_PORT 03:49:28 ---> Running in 3590e96003bd 03:49:29 Removing intermediate container 3590e96003bd 03:49:29 ---> 9819bceaf8c0 03:49:29 Step 14/24 : WORKDIR / 03:49:29 ---> Running in d125ac1714ca 03:49:29 Removing intermediate container d125ac1714ca 03:49:29 ---> 290293eb747f 03:49:29 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:49:30 ---> f3fadf470c93 03:49:30 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:49:31 ---> e028513ef784 03:49:31 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:49:32 ---> cfc1544dc582 03:49:32 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:49:32 ---> a5844f54734a 03:49:32 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:49:33 ---> c21c1b07bad7 03:49:33 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:49:33 ---> Running in 9a04534ed8cb 03:49:34 Removing intermediate container 9a04534ed8cb 03:49:34 ---> e20159132ace 03:49:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:49:34 ---> Running in 1799a5b1ec50 03:49:34 Removing intermediate container 1799a5b1ec50 03:49:34 ---> 0508a05bf5b6 03:49:34 Step 22/24 : LABEL arch=arm64 03:49:34 ---> Running in 7b3416ae26f2 03:49:35 Removing intermediate container 7b3416ae26f2 03:49:35 ---> 7f6656a0deb7 03:49:35 Step 23/24 : LABEL git_sha=1feafe2f8fee5d3912a2d19c174a0a1b1f297ec6 03:49:35 ---> Running in f72bb14967bd 03:49:35 Removing intermediate container f72bb14967bd 03:49:35 ---> 314c05924375 03:49:35 Step 24/24 : LABEL version=0.0.0 03:49:35 ---> Running in 0f40b6aeeca5 03:49:36 Removing intermediate container 0f40b6aeeca5 03:49:36 ---> affe0113ea6f 03:49:36 [Warning] One or more build-args [ARCH] were not consumed 03:49:36 Successfully built affe0113ea6f 03:49:36 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 03:49:38 provisioning config files... 03:49:39 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-579@tmp/config5080317696273572689tmp [Pipeline] { [Pipeline] sh 03:49:39 + curl -s https://codecov.io/bash 03:49:39 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-579@tmp/config5080317696273572689tmp [Pipeline] } 03:49:40 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 03:49:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:49:43 ---> package-listing.sh 03:49:43 ++ facter osfamily 03:49:43 ++ tr '[:upper:]' '[:lower:]' 03:49:43 + OS_FAMILY=redhat 03:49:43 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-579 03:49:43 + START_PACKAGES=/tmp/packages_start.txt 03:49:43 + END_PACKAGES=/tmp/packages_end.txt 03:49:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:49:43 + PACKAGES=/tmp/packages_start.txt 03:49:43 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-579 ']' 03:49:43 + PACKAGES=/tmp/packages_end.txt 03:49:43 + case "${OS_FAMILY}" in 03:49:43 + rpm -qa 03:49:43 + sort 03:49:48 + '[' -f /tmp/packages_start.txt ']' 03:49:48 + '[' -f /tmp/packages_end.txt ']' 03:49:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:49:48 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-579 ']' 03:49:48 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-579/archives/ 03:49:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-579/archives/ [Pipeline] isUnix [Pipeline] sh 03:49:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:49:48 03:49:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:49:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:49:49 alpine: Pulling from edgex-lftools-log-publisher 03:49:49 df20fa9351a1: Pulling fs layer 03:49:49 36b3adc4ff6f: Pulling fs layer 03:49:49 8ad3a11d3b57: Pulling fs layer 03:49:49 46f8f816bc3b: Pulling fs layer 03:49:49 0dadc02b9964: Pulling fs layer 03:49:49 ce6a7cf60c04: Pulling fs layer 03:49:49 7a184a31f384: Pulling fs layer 03:49:49 0879bd2ef858: Pulling fs layer 03:49:49 0dadc02b9964: Waiting 03:49:49 46f8f816bc3b: Waiting 03:49:49 ce6a7cf60c04: Waiting 03:49:49 7a184a31f384: Waiting 03:49:49 0879bd2ef858: Waiting 03:49:49 36b3adc4ff6f: Verifying Checksum 03:49:49 36b3adc4ff6f: Download complete 03:49:49 46f8f816bc3b: Verifying Checksum 03:49:49 46f8f816bc3b: Download complete 03:49:49 df20fa9351a1: Download complete 03:49:49 ce6a7cf60c04: Verifying Checksum 03:49:49 ce6a7cf60c04: Download complete 03:49:49 7a184a31f384: Verifying Checksum 03:49:49 7a184a31f384: Download complete 03:49:49 0dadc02b9964: Verifying Checksum 03:49:49 0dadc02b9964: Download complete 03:49:49 8ad3a11d3b57: Verifying Checksum 03:49:49 8ad3a11d3b57: Download complete 03:49:49 df20fa9351a1: Pull complete 03:49:49 36b3adc4ff6f: Pull complete 03:49:49 0879bd2ef858: Verifying Checksum 03:49:49 0879bd2ef858: Download complete 03:49:50 8ad3a11d3b57: Pull complete 03:49:50 46f8f816bc3b: Pull complete 03:49:50 0dadc02b9964: Pull complete 03:49:50 ce6a7cf60c04: Pull complete 03:49:51 7a184a31f384: Pull complete 03:49:53 0879bd2ef858: Pull complete 03:49:53 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 03:49:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:49:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:49:53 prd-centos7-docker-4c-2g-1767 does not seem to be running inside a container 03:49:53 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-sdk-go_PR-579 -v /w/workspace/dgexfoundry_device-sdk-go_PR-579:/w/workspace/dgexfoundry_device-sdk-go_PR-579:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-579@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-579@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:49:59 $ docker top 95efb64af34c666d01486a596b9165670059fa1136d0d8be30f1db6514ea4386 -eo pid,comm [Pipeline] { [Pipeline] sh 03:50:00 + mkdir -p /var/log/sa [Pipeline] sh 03:50:00 + ls /var/log/sa-host 03:50:00 + sadf -c /var/log/sa-host/sa05 03:50:00 file_magic: OK 03:50:00 HZ: Using current value: 100 03:50:00 file_header: OK 03:50:00 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 03:50:00 Statistics: 03:50:00 Hnuu...uuuununununu...Hnuu...uuuununununu... 03:50:00 File successfully converted to sysstat format version 12.2.1 03:50:00 + sadf -c /var/log/sa-host/sa08 03:50:00 file_magic: OK 03:50:00 HZ: Using current value: 100 03:50:00 file_header: OK 03:50:00 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 03:50:00 Statistics: 03:50:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:50:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:50:01 provisioning config files... 03:50:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-579@tmp/config3328884475708172374tmp [Pipeline] { [Pipeline] echo 03:50:01 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:50:01 ---> create-netrc.sh [Pipeline] echo 03:50:01 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:50:01 ---> logs-deploy.sh 03:50:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-579/1 03:50:01 INFO: archiving workspace using pattern(s): 03:50:03 Archives upload complete. 03:50:03 INFO: archiving logs to Nexus 03:50:04 ---> uname -a: 03:50:04 Linux 95efb64af34c 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 03:50:04 03:50:04 03:50:04 ---> lscpu: 03:50:04 Architecture: x86_64 03:50:04 CPU op-mode(s): 32-bit, 64-bit 03:50:04 Byte Order: Little Endian 03:50:04 Address sizes: 40 bits physical, 48 bits virtual 03:50:04 CPU(s): 4 03:50:04 On-line CPU(s) list: 0-3 03:50:04 Thread(s) per core: 1 03:50:04 Core(s) per socket: 1 03:50:04 Socket(s): 4 03:50:04 NUMA node(s): 1 03:50:04 Vendor ID: GenuineIntel 03:50:04 CPU family: 6 03:50:04 Model: 44 03:50:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:50:04 Stepping: 1 03:50:04 CPU MHz: 2933.438 03:50:04 BogoMIPS: 5866.87 03:50:04 Virtualization: VT-x 03:50:04 Hypervisor vendor: KVM 03:50:04 Virtualization type: full 03:50:04 L1d cache: 128 KiB 03:50:04 L1i cache: 128 KiB 03:50:04 L2 cache: 16 MiB 03:50:04 L3 cache: 64 MiB 03:50:04 NUMA node0 CPU(s): 0-3 03:50:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:50:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:50:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:50:04 Vulnerability Meltdown: Mitigation; PTI 03:50:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:50:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:50:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:50:04 Vulnerability Tsx async abort: Not affected 03:50:04 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 03:50:04 03:50:04 03:50:04 ---> nproc: 03:50:04 4 03:50:04 03:50:04 03:50:04 ---> df -h: 03:50:04 Filesystem Size Used Available Use% Mounted on 03:50:04 overlay 50.0G 7.0G 43.0G 14% / 03:50:04 tmpfs 64.0M 0 64.0M 0% /dev 03:50:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:50:04 shm 64.0M 0 64.0M 0% /dev/shm 03:50:04 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 03:50:04 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 03:50:04 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 03:50:04 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 03:50:04 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-579 03:50:04 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-579@tmp 03:50:04 03:50:04 03:50:04 ---> free -m: 03:50:04 total used free shared buff/cache available 03:50:04 Mem: 1837 670 139 0 1027 1059 03:50:04 Swap: 1023 1 1022 03:50:04 03:50:04 03:50:04 ---> ip addr: 03:50:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:50:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:50:04 inet 127.0.0.1/8 scope host lo 03:50:04 valid_lft forever preferred_lft forever 03:50:04 6: eth0@if7: mtu 1458 qdisc noqueue state UP 03:50:04 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 03:50:04 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 03:50:04 valid_lft forever preferred_lft forever 03:50:04 03:50:04 03:50:04 ---> sar -b -r -n DEV: 03:50:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/08/20 _x86_64_ (4 CPU) 03:50:04 03:50:04 03:42:42 LINUX RESTART (4 CPU) 03:50:04 03:50:04 03:44:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:50:04 03:45:01 3.71 0.00 3.71 0.00 0.00 120.32 0.00 03:50:04 03:46:01 0.37 0.00 0.37 0.00 0.00 5.50 0.00 03:50:04 03:47:01 0.23 0.00 0.23 0.00 0.00 3.25 0.00 03:50:04 03:48:01 0.35 0.00 0.35 0.00 0.00 5.55 0.00 03:50:04 03:49:01 0.37 0.00 0.37 0.00 0.00 4.91 0.00 03:50:04 Average: 1.00 0.00 1.00 0.00 0.00 27.60 0.00 03:50:04 03:50:04 03:44:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:50:04 03:45:01 156136 0 584420 31.06 2620 1138380 1082012 36.93 425176 1141184 16 03:50:04 03:46:01 154476 0 586076 31.15 2620 1138384 1082012 36.93 427744 1140688 8 03:50:04 03:47:01 152876 0 587668 31.23 2620 1138392 1082316 36.94 428896 1140688 8 03:50:04 03:48:01 152448 0 588096 31.26 2620 1138392 1082076 36.93 433804 1136568 12 03:50:04 03:49:01 151792 0 588744 31.29 2620 1138400 1082184 36.93 435428 1135524 8 03:50:04 Average: 153546 0 587001 31.20 2620 1138390 1082120 36.93 430210 1138930 10 03:50:04 03:50:04 03:44:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:50:04 03:45:01 eth0 0.36 0.08 0.02 0.01 0.00 0.00 0.00 0.00 03:50:04 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:50:04 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:50:04 03:46:01 eth0 0.62 0.10 0.06 0.01 0.00 0.00 0.00 0.00 03:50:04 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:50:04 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:50:04 03:47:01 eth0 1.57 0.80 0.95 0.41 0.00 0.00 0.00 0.00 03:50:04 03:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:50:04 03:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:50:04 03:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:50:04 03:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:50:04 03:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:50:04 03:49:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 03:50:04 03:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:50:04 03:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:50:04 Average: eth0 0.59 0.25 0.24 0.10 0.00 0.00 0.00 0.00 03:50:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:50:04 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:50:04 03:50:04 03:50:04 ---> sar -P ALL: 03:50:04 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/08/20 _x86_64_ (4 CPU) 03:50:04 03:50:04 03:42:42 LINUX RESTART (4 CPU) 03:50:04 03:50:04 03:44:02 CPU %user %nice %system %iowait %steal %idle 03:50:04 03:45:01 all 0.18 0.00 0.06 0.00 0.00 99.75 03:50:04 03:45:01 0 0.14 0.00 0.08 0.00 0.00 99.78 03:50:04 03:45:01 1 0.05 0.00 0.05 0.00 0.00 99.90 03:50:04 03:45:01 2 0.07 0.00 0.08 0.00 0.00 99.85 03:50:04 03:45:01 3 0.47 0.00 0.03 0.00 0.02 99.48 03:50:04 03:46:01 all 0.16 0.00 0.03 0.00 0.00 99.81 03:50:04 03:46:01 0 0.47 0.00 0.03 0.00 0.00 99.50 03:50:04 03:46:01 1 0.07 0.00 0.05 0.00 0.00 99.88 03:50:04 03:46:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:50:04 03:46:01 3 0.05 0.00 0.02 0.00 0.00 99.93 03:50:04 03:47:01 all 0.17 0.00 0.04 0.00 0.00 99.79 03:50:04 03:47:01 0 0.53 0.00 0.02 0.00 0.02 99.43 03:50:04 03:47:01 1 0.03 0.00 0.07 0.00 0.00 99.90 03:50:04 03:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 03:50:04 03:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 03:50:04 03:48:01 all 0.15 0.00 0.04 0.00 0.00 99.81 03:50:04 03:48:01 0 0.37 0.00 0.02 0.00 0.00 99.62 03:50:04 03:48:01 1 0.03 0.00 0.07 0.00 0.00 99.90 03:50:04 03:48:01 2 0.15 0.00 0.05 0.00 0.00 99.80 03:50:04 03:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:50:04 03:49:01 all 0.15 0.00 0.06 0.00 0.00 99.78 03:50:04 03:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:50:04 03:49:01 1 0.03 0.00 0.15 0.00 0.02 99.80 03:50:04 03:49:01 2 0.52 0.00 0.03 0.00 0.00 99.45 03:50:04 03:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:50:04 Average: all 0.16 0.00 0.05 0.00 0.00 99.79 03:50:04 Average: 0 0.31 0.00 0.04 0.00 0.00 99.65 03:50:04 Average: 1 0.04 0.00 0.08 0.00 0.00 99.88 03:50:04 Average: 2 0.17 0.00 0.05 0.00 0.00 99.79 03:50:04 Average: 3 0.13 0.00 0.03 0.00 0.00 99.84 03:50:04 03:50:04 03:50:04