Pull request #129 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-virtual-go Loading trusted files from base branch master at fe74ae7deaa8fb351afcf006bcbaede29a7488e6 rather than 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 Obtained Jenkinsfile from fe74ae7deaa8fb351afcf006bcbaede29a7488e6 ‘Jenkinsfile’ has been modified in an untrusted revision 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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-virtual-go/branches/PR-129/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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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-virtual-go, goVersion:1.13] ========================================================= [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-virtual-go-settings PROJECT: device-virtual-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-119 in /w/workspace/foundry_device-virtual-go_PR-129 [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 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-129 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit fe74ae7deaa8fb351afcf006bcbaede29a7488e6 into PR head commit 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 Merge succeeded, producing 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 Checking out Revision 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 (PR-129) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/129/head:refs/remotes/origin/PR-129 # 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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # 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 fe74ae7deaa8fb351afcf006bcbaede29a7488e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # timeout=10 Commit message: "build: upgrade to use Go1.15" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:05:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:05:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:05:56 ========================================================= 08:05:56 EdgeX Global Pipelines Version Info 08:05:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:05:58 ------------------- 08:05:58 stable info: 08:05:58 ------------------- 08:05:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:05:58 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 08:05:58 Message: update stable to v1.0.122 08:05:59 ------------------- 08:05:59 experimental info: 08:05:59 ------------------- 08:05:59 Commited By: **** collab-it+edgex@linuxfoundation.org 08:05:59 Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 08:05:59 Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 08:05:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 08:05:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 08:05:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:06:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:06:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:06:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo 08:06:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:06:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo 08:06:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:06:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:06:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:06:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 08:06:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:06:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:06:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:06:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:06:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:06:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:06:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:06:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:06:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:06:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:06:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-129 [Pipeline] echo 08:06:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-129 [Pipeline] echo 08:06:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-129 [Pipeline] echo 08:06:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 [Pipeline] echo 08:06:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f571ab [Pipeline] echo 08:06:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:06:04 + git log --format=format:%s -1 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 [Pipeline] echo 08:06:04 GIT_COMMIT: 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4, Commit Message: build: upgrade to use Go1.15 [Pipeline] echo 08:06:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:06:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:06:06 08:06:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:06:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:06:06 latest: Pulling from edgex-devops/git-semver 08:06:06 31603596830f: Pulling fs layer 08:06:06 2a8b12db71e7: Pulling fs layer 08:06:06 6ca5941a6612: Pulling fs layer 08:06:06 ecc8261a40a4: Pulling fs layer 08:06:06 ecc8261a40a4: Waiting 08:06:06 2a8b12db71e7: Verifying Checksum 08:06:06 2a8b12db71e7: Download complete 08:06:06 31603596830f: Verifying Checksum 08:06:06 31603596830f: Download complete 08:06:06 ecc8261a40a4: Verifying Checksum 08:06:06 ecc8261a40a4: Download complete 08:06:06 6ca5941a6612: Verifying Checksum 08:06:06 6ca5941a6612: Download complete 08:06:07 31603596830f: Pull complete 08:06:07 2a8b12db71e7: Pull complete 08:06:08 6ca5941a6612: Pull complete 08:06:08 ecc8261a40a4: Pull complete 08:06:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:06:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:06:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:06:08 prd-centos7-docker-4c-2g-119 does not seem to be running inside a container 08:06:08 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-129 -v /w/workspace/foundry_device-virtual-go_PR-129:/w/workspace/foundry_device-virtual-go_PR-129:rw,z -v /w/workspace/foundry_device-virtual-go_PR-129@tmp:/w/workspace/foundry_device-virtual-go_PR-129@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 08:06:10 $ docker top 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:06:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:06:10 [ssh-agent] Looking for ssh-agent implementation... 08:06:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:06:11 $ docker exec 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be ssh-agent 08:06:11 SSH_AUTH_SOCK=/tmp/ssh-jSVjZ8utY4TM/agent.11 08:06:11 SSH_AGENT_PID=16 08:06:11 Running ssh-add (command line suppressed) 08:06:11 Identity added: /w/workspace/foundry_device-virtual-go_PR-129@tmp/private_key_7231120406919071800.key (/w/workspace/foundry_device-virtual-go_PR-129@tmp/private_key_7231120406919071800.key) 08:06:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:06:11 + git describe --exact-match --tags HEAD 08:06:11 fatal: No names found, cannot describe anything. [Pipeline] } 08:06:11 $ docker exec --env ******** --env ******** 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be ssh-agent -k 08:06:12 unset SSH_AUTH_SOCK; 08:06:12 unset SSH_AGENT_PID; 08:06:12 echo Agent pid 16 killed; 08:06:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 08:06:12 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 08:06:12 This usually means this commit has not been tagged. [Pipeline] sshagent 08:06:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:06:12 [ssh-agent] Looking for ssh-agent implementation... 08:06:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:06:12 $ docker exec 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be ssh-agent 08:06:12 SSH_AUTH_SOCK=/tmp/ssh-1gmlmHDYx0Ra/agent.44 08:06:12 SSH_AGENT_PID=50 08:06:12 Running ssh-add (command line suppressed) 08:06:12 Identity added: /w/workspace/foundry_device-virtual-go_PR-129@tmp/private_key_4256349518234350397.key (/w/workspace/foundry_device-virtual-go_PR-129@tmp/private_key_4256349518234350397.key) 08:06:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:06:13 + git semver init 08:06:13 # -> Open(): unable to determine branch for HEAD 08:06:13 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-129/.git 08:06:13 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-129 08:06:13 # $SEMVER_REMOTE_NAME = origin 08:06:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:06:13 # $SEMVER_USER_NAME = edgex-jenkins 08:06:13 # $SEMVER_BRANCH = PR-129 08:06:13 # $SEMVER_TEMP = /tmp/semver-707309651 08:06:13 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 08:06:13 # '/tmp/semver-707309651' -> '/w/workspace/foundry_device-virtual-go_PR-129/.semver' 08:06:13 # -> Force: false 08:06:13 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-129/.semver [Pipeline] } 08:06:13 $ docker exec --env ******** --env ******** 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be ssh-agent -k 08:06:13 unset SSH_AUTH_SOCK; 08:06:13 unset SSH_AGENT_PID; 08:06:13 echo Agent pid 50 killed; 08:06:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:06:14 + git semver [Pipeline] } 08:06:14 $ docker stop --time=1 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be 08:06:15 $ docker rm -f 46d76d6cddf43ddba1172151d4f384e38278dbfba0f873d28202e2114ae2a5be [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 08:06:16 Stashed 26 file(s) [Pipeline] echo 08:06:16 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 08:06:16 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 08:06:32 Still waiting to schedule task 08:06:32 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-119’ 08:06:32 Still waiting to schedule task 08:06:32 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:08:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-120 in /w/workspace/foundry_device-virtual-go_PR-129 [Pipeline] { [Pipeline] ws 08:08:26 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 08:08:32 using credential edgex-jenkins-ssh 08:08:32 Cloning the remote Git repository 08:08:32 Cloning with configured refspecs honoured and without tags 08:08:32 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 08:08:32 > git init /w/workspace/device-virtual-go/1 # timeout=10 08:08:32 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 08:08:32 > git --version # timeout=10 08:08:32 > git --version # 'git version 2.17.1' 08:08:32 using GIT_SSH to set credentials SSH Credentials for GitHub 08:08:32 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:08:33 Fetching without tags 08:08:34 Merging remotes/origin/master commit fe74ae7deaa8fb351afcf006bcbaede29a7488e6 into PR head commit 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 08:08:34 Merge succeeded, producing 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 08:08:34 Checking out Revision 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 (PR-129) 08:08:33 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 08:08:33 > git config --add remote.origin.fetch +refs/pull/129/head:refs/remotes/origin/PR-129 # timeout=10 08:08:33 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:08:33 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 08:08:33 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 08:08:33 using GIT_SSH to set credentials SSH Credentials for GitHub 08:08:33 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:08:34 > git config core.sparsecheckout # timeout=10 08:08:34 > git checkout -f 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # timeout=10 08:08:34 > git remote # timeout=10 08:08:34 > git config --get remote.origin.url # timeout=10 08:08:34 using GIT_SSH to set credentials SSH Credentials for GitHub 08:08:34 > git merge fe74ae7deaa8fb351afcf006bcbaede29a7488e6 # timeout=10 08:08:34 > git rev-parse HEAD^{commit} # timeout=10 08:08:34 > git config core.sparsecheckout # timeout=10 08:08:34 > git checkout -f 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # timeout=10 08:08:38 Commit message: "build: upgrade to use Go1.15" 08:08:38 > git --version # timeout=10 08:08:39 > git --version # 'git version 2.17.1' 08:08:39 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:08:40 ========================================================= 08:08:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] 08:08:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:08:41 + 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 . 08:08:42 Sending build context to Docker daemon 540.7kB 08:08:42 Step 1/8 : ARG BASE=golang:1.15-alpine 08:08:42 Step 2/8 : FROM ${BASE} 08:08:43 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:08:43 b538f80385f9: Pulling fs layer 08:08:43 74f711af9a0d: Pulling fs layer 08:08:43 99f96fe45779: Pulling fs layer 08:08:43 fd7a069fd194: Pulling fs layer 08:08:43 66aa3694b03b: Pulling fs layer 08:08:43 170f70906a0f: Pulling fs layer 08:08:43 ad7c5574e4b9: Pulling fs layer 08:08:43 e772456be8f7: Pulling fs layer 08:08:43 c890913d741a: Pulling fs layer 08:08:43 2480fcc9aa5a: Pulling fs layer 08:08:43 09adf4765672: Pulling fs layer 08:08:43 fd7a069fd194: Waiting 08:08:43 66aa3694b03b: Waiting 08:08:43 170f70906a0f: Waiting 08:08:43 ad7c5574e4b9: Waiting 08:08:43 e772456be8f7: Waiting 08:08:43 c890913d741a: Waiting 08:08:43 2480fcc9aa5a: Waiting 08:08:43 09adf4765672: Waiting 08:08:43 99f96fe45779: Verifying Checksum 08:08:43 99f96fe45779: Download complete 08:08:43 74f711af9a0d: Verifying Checksum 08:08:43 74f711af9a0d: Download complete 08:08:43 66aa3694b03b: Download complete 08:08:43 170f70906a0f: Verifying Checksum 08:08:43 170f70906a0f: Download complete 08:08:43 b538f80385f9: Download complete 08:08:44 b538f80385f9: Pull complete 08:08:45 74f711af9a0d: Pull complete 08:08:45 99f96fe45779: Pull complete 08:08:48 ad7c5574e4b9: Verifying Checksum 08:08:48 ad7c5574e4b9: Download complete 08:08:48 c890913d741a: Verifying Checksum 08:08:48 c890913d741a: Download complete 08:08:50 2480fcc9aa5a: Verifying Checksum 08:08:50 2480fcc9aa5a: Download complete 08:08:50 09adf4765672: Download complete 08:08:51 e772456be8f7: Verifying Checksum 08:08:51 e772456be8f7: Download complete 08:08:51 fd7a069fd194: Verifying Checksum 08:08:51 fd7a069fd194: Download complete 08:09:04 fd7a069fd194: Pull complete 08:09:04 66aa3694b03b: Pull complete 08:09:04 170f70906a0f: Pull complete 08:09:07 ad7c5574e4b9: Pull complete 08:09:11 Running on prd-centos7-docker-4c-2g-121 in /w/workspace/foundry_device-virtual-go_PR-129 [Pipeline] { [Pipeline] ws 08:09:11 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 08:09:11 e772456be8f7: Pull complete 08:09:11 c890913d741a: Pull complete 08:09:13 using credential edgex-jenkins-ssh 08:09:13 Cloning the remote Git repository 08:09:13 Cloning with configured refspecs honoured and without tags 08:09:14 Fetching without tags 08:09:13 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 08:09:13 > git init /w/workspace/device-virtual-go/1 # timeout=10 08:09:13 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 08:09:13 > git --version # timeout=10 08:09:13 > git --version # 'git version 2.16.5' 08:09:13 using GIT_SSH to set credentials SSH Credentials for GitHub 08:09:13 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:09:14 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 08:09:14 > git config --add remote.origin.fetch +refs/pull/129/head:refs/remotes/origin/PR-129 # timeout=10 08:09:14 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 08:09:14 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 08:09:14 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 08:09:14 using GIT_SSH to set credentials SSH Credentials for GitHub 08:09:14 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/129/head:refs/remotes/origin/PR-129 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:09:14 2480fcc9aa5a: Pull complete 08:09:14 09adf4765672: Pull complete 08:09:14 Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 08:09:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine 08:09:14 ---> 2248a725d1cf 08:09:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 08:09:14 Merging remotes/origin/master commit fe74ae7deaa8fb351afcf006bcbaede29a7488e6 into PR head commit 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 08:09:14 Merge succeeded, producing 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 08:09:14 Checking out Revision 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 (PR-129) 08:09:14 > git config core.sparsecheckout # timeout=10 08:09:14 > git checkout -f 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # timeout=10 08:09:14 > git remote # timeout=10 08:09:14 > git config --get remote.origin.url # timeout=10 08:09:14 using GIT_SSH to set credentials SSH Credentials for GitHub 08:09:14 > git merge fe74ae7deaa8fb351afcf006bcbaede29a7488e6 # timeout=10 08:09:14 > git rev-parse HEAD^{commit} # timeout=10 08:09:14 > git config core.sparsecheckout # timeout=10 08:09:14 > git checkout -f 6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 # timeout=10 08:09:18 Commit message: "build: upgrade to use Go1.15" 08:09:18 > git --version # timeout=10 08:09:18 > git --version # 'git version 2.16.5' 08:09:18 fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 08:09:18 ---> Running in e30b33db11a6 08:09:18 Removing intermediate container e30b33db11a6 08:09:18 ---> 27413fceef87 08:09:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 08:09:19 ---> Running in 3892d77803ff [Pipeline] unstash [Pipeline] echo 08:09:19 ========================================================= 08:09:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] 08:09:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:09:19 + 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 . 08:09:20 Sending build context to Docker daemon 540.7kB 08:09:20 Step 1/8 : ARG BASE=golang:1.15-alpine 08:09:20 Step 2/8 : FROM ${BASE} 08:09:20 1.13-alpine: Pulling from edgex-devops/edgex-golang-base 08:09:20 df20fa9351a1: Pulling fs layer 08:09:20 ed8968b2872e: Pulling fs layer 08:09:20 a92cc7c5fd73: Pulling fs layer 08:09:20 2dd03ba5bac4: Pulling fs layer 08:09:20 1e091d79d1de: Pulling fs layer 08:09:20 481702a1767f: Pulling fs layer 08:09:20 f64a6f60c768: Pulling fs layer 08:09:20 e78d2573fc39: Pulling fs layer 08:09:20 e876d2f968b6: Pulling fs layer 08:09:20 ce8a83651883: Pulling fs layer 08:09:20 07967f4d0e4b: Pulling fs layer 08:09:20 481702a1767f: Waiting 08:09:20 f64a6f60c768: Waiting 08:09:20 e78d2573fc39: Waiting 08:09:20 e876d2f968b6: Waiting 08:09:20 ce8a83651883: Waiting 08:09:20 07967f4d0e4b: Waiting 08:09:20 2dd03ba5bac4: Waiting 08:09:20 1e091d79d1de: Waiting 08:09:20 a92cc7c5fd73: Verifying Checksum 08:09:20 ed8968b2872e: Download complete 08:09:20 1e091d79d1de: Download complete 08:09:20 481702a1767f: Verifying Checksum 08:09:20 481702a1767f: Download complete 08:09:20 df20fa9351a1: Download complete 08:09:20 df20fa9351a1: Pull complete 08:09:20 ed8968b2872e: Pull complete 08:09:20 a92cc7c5fd73: Pull complete 08:09:21 Removing intermediate container 3892d77803ff 08:09:21 ---> dd4e0d216b0f 08:09:21 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 08:09:21 ---> Running in fde9d071ffa6 08:09:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:09:23 f64a6f60c768: Verifying Checksum 08:09:23 f64a6f60c768: Download complete 08:09:23 e876d2f968b6: Verifying Checksum 08:09:23 e876d2f968b6: Download complete 08:09:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:09:25 e78d2573fc39: Verifying Checksum 08:09:25 e78d2573fc39: Download complete 08:09:25 07967f4d0e4b: Verifying Checksum 08:09:25 07967f4d0e4b: Download complete 08:09:25 ce8a83651883: Verifying Checksum 08:09:25 ce8a83651883: Download complete 08:09:25 2dd03ba5bac4: Verifying Checksum 08:09:25 2dd03ba5bac4: Download complete 08:09:26 (1/14) Installing libmagic (5.38-r0) 08:09:26 (2/14) Installing file (5.38-r0) 08:09:26 (3/14) Installing libc-dev (0.7.2-r3) 08:09:27 (4/14) Installing g++ (9.3.0-r2) 08:09:30 2dd03ba5bac4: Pull complete 08:09:30 1e091d79d1de: Pull complete 08:09:30 481702a1767f: Pull complete 08:09:34 f64a6f60c768: Pull complete 08:09:37 (5/14) Installing fortify-headers (1.1-r0) 08:09:37 (6/14) Installing patch (2.7.6-r6) 08:09:37 (7/14) Installing build-base (0.5-r2) 08:09:37 (8/14) Installing openssh-keygen (8.3_p1-r0) 08:09:37 (9/14) Installing libedit (20191231.3.1-r0) 08:09:37 (10/14) Installing openssh-client (8.3_p1-r0) 08:09:37 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 08:09:37 (12/14) Installing openssh-server-common (8.3_p1-r0) 08:09:37 (13/14) Installing openssh-server (8.3_p1-r0) 08:09:38 (14/14) Installing openssh (8.3_p1-r0) 08:09:38 e78d2573fc39: Pull complete 08:09:38 e876d2f968b6: Pull complete 08:09:38 Executing busybox-1.31.1-r16.trigger 08:09:38 OK: 221 MiB in 53 packages 08:09:39 ce8a83651883: Pull complete 08:09:39 07967f4d0e4b: Pull complete 08:09:39 Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe 08:09:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine 08:09:39 ---> 5d7c900382c6 08:09:39 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 08:09:39 ---> Running in c493cee2e0f2 08:09:39 Removing intermediate container c493cee2e0f2 08:09:39 ---> 0c0a81cc087e 08:09:39 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:09:39 ---> Running in d77f856a1efe 08:09:41 Removing intermediate container d77f856a1efe 08:09:41 ---> f223aae1607f 08:09:41 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 08:09:41 ---> Running in 7edcac82d033 08:09:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:42 Removing intermediate container fde9d071ffa6 08:09:42 ---> 592344beb811 08:09:42 Step 6/8 : WORKDIR /device-virtual-go 08:09:42 ---> Running in af29c96f99bf 08:09:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:42 Removing intermediate container af29c96f99bf 08:09:42 ---> 814d07bbde2d 08:09:42 Step 7/8 : COPY . . 08:09:43 (1/14) Installing libmagic (5.38-r0) 08:09:43 (2/14) Installing file (5.38-r0) 08:09:43 (3/14) Installing libc-dev (0.7.2-r3) 08:09:43 (4/14) Installing g++ (9.3.0-r2) 08:09:43 ---> ea902dedc448 08:09:43 Step 8/8 : RUN go mod download 08:09:44 ---> Running in 53591b229d6a 08:09:46 go: finding github.com/BurntSushi/toml v0.3.1 08:09:46 go: finding github.com/OneOfOne/xxhash v1.2.6 08:09:46 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 08:09:46 (5/14) Installing fortify-headers (1.1-r0) 08:09:46 (6/14) Installing patch (2.7.6-r6) 08:09:46 (7/14) Installing build-base (0.5-r2) 08:09:46 (8/14) Installing openssh-keygen (8.3_p1-r0) 08:09:46 (9/14) Installing libedit (20191231.3.1-r0) 08:09:46 (10/14) Installing openssh-client (8.3_p1-r0) 08:09:47 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:09:47 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 08:09:47 go: finding github.com/bgentry/speakeasy v0.1.0 08:09:47 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 08:09:47 go: finding github.com/davecgh/go-spew v1.1.1 08:09:47 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 08:09:47 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 08:09:47 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 08:09:47 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 08:09:47 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 08:09:47 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 08:09:47 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 08:09:47 go: finding github.com/edsrzf/mmap-go v1.0.0 08:09:47 go: finding github.com/fatih/color v1.7.0 08:09:47 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:09:47 go: finding github.com/go-kit/kit v0.8.0 08:09:47 go: finding github.com/go-logfmt/logfmt v0.4.0 08:09:47 go: finding github.com/go-stack/stack v1.8.0 08:09:47 go: finding github.com/golang/snappy v0.0.1 08:09:47 (12/14) Installing openssh-server-common (8.3_p1-r0) 08:09:47 (13/14) Installing openssh-server (8.3_p1-r0) 08:09:47 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:09:47 go: finding github.com/google/uuid v1.1.0 08:09:47 go: finding github.com/gorilla/mux v1.7.1 08:09:47 go: finding github.com/hashicorp/consul/api v1.1.0 08:09:47 go: finding github.com/hashicorp/consul/sdk v0.1.1 08:09:47 go: finding github.com/hashicorp/errwrap v1.0.0 08:09:47 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 08:09:47 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 08:09:47 go: finding github.com/hashicorp/go-msgpack v0.5.3 08:09:47 go: finding github.com/hashicorp/go-multierror v1.0.0 08:09:47 go: finding github.com/hashicorp/go-rootcerts v1.0.0 08:09:47 (14/14) Installing openssh (8.3_p1-r0) 08:09:47 Executing busybox-1.31.1-r16.trigger 08:09:47 OK: 237 MiB in 53 packages 08:09:47 go: finding github.com/hashicorp/go-sockaddr v1.0.0 08:09:47 go: finding github.com/hashicorp/go-syslog v1.0.0 08:09:47 go: finding github.com/hashicorp/go-uuid v1.0.1 08:09:47 go: finding github.com/hashicorp/go.net v0.0.1 08:09:47 go: finding github.com/hashicorp/golang-lru v0.5.0 08:09:47 go: finding github.com/hashicorp/logutils v1.0.0 08:09:47 go: finding github.com/hashicorp/mdns v1.0.0 08:09:47 go: finding github.com/hashicorp/memberlist v0.1.3 08:09:47 go: finding github.com/hashicorp/serf v0.8.2 08:09:47 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:09:47 go: finding github.com/mattn/go-colorable v0.0.9 08:09:48 go: finding github.com/mattn/go-isatty v0.0.3 08:09:48 go: finding github.com/miekg/dns v1.0.14 08:09:48 go: finding github.com/mitchellh/cli v1.0.0 08:09:48 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:09:48 go: finding github.com/mitchellh/copystructure v1.0.0 08:09:48 go: finding github.com/mitchellh/go-homedir v1.0.0 08:09:48 go: finding github.com/mitchellh/go-testing-interface v1.0.0 08:09:48 go: finding github.com/mitchellh/gox v0.4.0 08:09:48 go: finding github.com/mitchellh/iochan v1.0.0 08:09:48 go: finding github.com/mitchellh/mapstructure v1.1.2 08:09:48 go: finding github.com/mitchellh/reflectwalk v1.0.0 08:09:48 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 08:09:48 go: finding github.com/pelletier/go-toml v1.2.0 08:09:48 go: finding github.com/pkg/errors v0.8.1 08:09:48 go: finding github.com/pmezard/go-difflib v1.0.0 08:09:48 go: finding github.com/posener/complete v1.1.1 08:09:48 go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 08:09:48 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 08:09:48 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:09:48 go: finding github.com/stretchr/objx v0.1.0 08:09:48 go: finding github.com/stretchr/testify v1.5.1 08:09:48 go: finding github.com/ugorji/go v1.1.4 08:09:48 go: finding github.com/x448/float16 v0.8.4 08:09:48 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 08:09:48 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 08:09:48 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 08:09:48 go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 08:09:48 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:09:48 go: finding gopkg.in/yaml.v2 v2.2.8 08:09:48 go: finding modernc.org/b v1.0.0 08:09:48 go: finding modernc.org/db v1.0.0 08:09:48 go: finding modernc.org/file v1.0.0 08:09:48 go: finding modernc.org/fileutil v1.0.0 08:09:48 go: finding modernc.org/golex v1.0.0 08:09:48 go: finding modernc.org/internal v1.0.0 08:09:48 go: finding modernc.org/lldb v1.0.0 08:09:48 go: finding modernc.org/mathutil v1.0.0 08:09:49 go: finding modernc.org/ql v1.0.0 08:09:49 go: finding modernc.org/sortutil v1.0.0 08:09:49 go: finding modernc.org/strutil v1.0.0 08:09:49 go: finding modernc.org/zappy v1.0.0 08:09:50 Removing intermediate container 7edcac82d033 08:09:50 ---> 458e5bc0c104 08:09:50 Step 6/8 : WORKDIR /device-virtual-go 08:09:50 ---> Running in 93ad7bb599ad 08:09:50 Removing intermediate container 93ad7bb599ad 08:09:50 ---> e809ed22c5e2 08:09:50 Step 7/8 : COPY . . 08:09:51 ---> d31b257c00bd 08:09:51 Step 8/8 : RUN go mod download 08:09:51 ---> Running in 41dfa088de52 08:09:53 go: finding github.com/BurntSushi/toml v0.3.1 08:09:53 go: finding github.com/OneOfOne/xxhash v1.2.6 08:09:53 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 08:09:53 go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:09:53 go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 08:09:53 go: finding github.com/bgentry/speakeasy v0.1.0 08:09:53 go: finding github.com/cenkalti/backoff v2.2.1+incompatible 08:09:53 go: finding github.com/davecgh/go-spew v1.1.1 08:09:53 go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 08:09:53 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 08:09:53 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 08:09:53 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 08:09:53 go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 08:09:53 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 08:09:53 go: finding github.com/edsrzf/mmap-go v1.0.0 08:09:53 go: finding github.com/fatih/color v1.7.0 08:09:53 go: finding github.com/fxamacker/cbor/v2 v2.2.0 08:09:53 go: finding github.com/go-kit/kit v0.8.0 08:09:53 go: finding github.com/go-logfmt/logfmt v0.4.0 08:09:53 go: finding github.com/go-stack/stack v1.8.0 08:09:53 go: finding github.com/golang/snappy v0.0.1 08:09:53 go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:09:53 go: finding github.com/google/uuid v1.1.0 08:09:53 go: finding github.com/gorilla/mux v1.7.1 08:09:53 go: finding github.com/hashicorp/consul/api v1.1.0 08:09:53 go: finding github.com/hashicorp/consul/sdk v0.1.1 08:09:53 go: finding github.com/hashicorp/errwrap v1.0.0 08:09:53 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 08:09:53 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 08:09:53 go: finding github.com/hashicorp/go-msgpack v0.5.3 08:09:53 go: finding github.com/hashicorp/go-multierror v1.0.0 08:09:53 go: finding github.com/hashicorp/go-rootcerts v1.0.0 08:09:53 go: finding github.com/hashicorp/go-sockaddr v1.0.0 08:09:53 go: finding github.com/hashicorp/go-syslog v1.0.0 08:09:53 go: finding github.com/hashicorp/go-uuid v1.0.1 08:09:53 go: finding github.com/hashicorp/go.net v0.0.1 08:09:53 go: finding github.com/hashicorp/golang-lru v0.5.0 08:09:53 go: finding github.com/hashicorp/logutils v1.0.0 08:09:53 go: finding github.com/hashicorp/mdns v1.0.0 08:09:53 go: finding github.com/hashicorp/memberlist v0.1.3 08:09:53 go: finding github.com/hashicorp/serf v0.8.2 08:09:53 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:09:54 go: finding github.com/mattn/go-colorable v0.0.9 08:09:54 go: finding github.com/mattn/go-isatty v0.0.3 08:09:54 go: finding github.com/miekg/dns v1.0.14 08:09:54 go: finding github.com/mitchellh/cli v1.0.0 08:09:54 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:09:54 go: finding github.com/mitchellh/copystructure v1.0.0 08:09:54 go: finding github.com/mitchellh/go-homedir v1.0.0 08:09:54 go: finding github.com/mitchellh/go-testing-interface v1.0.0 08:09:54 go: finding github.com/mitchellh/gox v0.4.0 08:09:54 go: finding github.com/mitchellh/iochan v1.0.0 08:09:54 go: finding github.com/mitchellh/mapstructure v1.1.2 08:09:54 go: finding github.com/mitchellh/reflectwalk v1.0.0 08:09:54 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 08:09:54 go: finding github.com/pelletier/go-toml v1.2.0 08:09:54 go: finding github.com/pkg/errors v0.8.1 08:09:54 go: finding github.com/pmezard/go-difflib v1.0.0 08:09:54 go: finding github.com/posener/complete v1.1.1 08:09:54 go: finding github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 08:09:54 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f 08:09:54 go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:09:54 go: finding github.com/stretchr/objx v0.1.0 08:09:54 go: finding github.com/stretchr/testify v1.5.1 08:09:54 go: finding github.com/ugorji/go v1.1.4 08:09:54 go: finding github.com/x448/float16 v0.8.4 08:09:54 go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 08:09:54 go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc 08:09:54 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 08:09:54 go: finding golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 08:09:54 go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 08:09:54 go: finding gopkg.in/yaml.v2 v2.2.8 08:09:54 go: finding modernc.org/b v1.0.0 08:09:54 go: finding modernc.org/db v1.0.0 08:09:54 go: finding modernc.org/file v1.0.0 08:09:54 go: finding modernc.org/fileutil v1.0.0 08:09:54 go: finding modernc.org/golex v1.0.0 08:09:54 go: finding modernc.org/internal v1.0.0 08:09:54 go: finding modernc.org/lldb v1.0.0 08:09:54 go: finding modernc.org/mathutil v1.0.0 08:09:54 go: finding modernc.org/ql v1.0.0 08:09:54 go: finding modernc.org/sortutil v1.0.0 08:09:54 go: finding modernc.org/strutil v1.0.0 08:09:55 go: finding modernc.org/zappy v1.0.0 08:09:59 Removing intermediate container 53591b229d6a 08:09:59 ---> ae36f0501bd4 08:09:59 Successfully built ae36f0501bd4 08:09:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:09:59 + docker inspect -f . ci-base-image-arm64 08:09:59 . [Pipeline] withDockerContainer 08:10:00 prd-ubuntu18.04-docker-arm64-4c-16g-120 does not seem to be running inside a container 08:10:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-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 ******** -e ******** ci-base-image-arm64 cat 08:10:01 $ docker top 396a46a7931d53c07430735f76ea288f7688d3a69767b7747390b56f608d09da -eo pid,comm [Pipeline] { [Pipeline] sh 08:10:03 Removing intermediate container 41dfa088de52 08:10:03 ---> 0fe52643bbea 08:10:03 Successfully built 0fe52643bbea 08:10:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:10:03 + go version 08:10:03 go version go1.13.13 linux/arm64 [Pipeline] } 08:10:03 $ docker stop --time=1 396a46a7931d53c07430735f76ea288f7688d3a69767b7747390b56f608d09da 08:10:03 + docker inspect -f . ci-base-image-x86_64 08:10:03 . 08:10:05 $ docker rm -f 396a46a7931d53c07430735f76ea288f7688d3a69767b7747390b56f608d09da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer 08:10:06 prd-centos7-docker-4c-2g-121 does not seem to be running inside a container 08:10:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-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 ******** -e ******** ci-base-image-x86_64 cat 08:10:07 $ docker top 8089291a1b3013accf33ed0688e3f0fbc2ad57686d9f8fe8a13f06febcd660f0 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 08:10:08 + go version 08:10:08 go version go1.13.13 linux/amd64 [Pipeline] } 08:10:08 $ docker stop --time=1 8089291a1b3013accf33ed0688e3f0fbc2ad57686d9f8fe8a13f06febcd660f0 08:10:09 $ docker rm -f 8089291a1b3013accf33ed0688e3f0fbc2ad57686d9f8fe8a13f06febcd660f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:10:10 + docker inspect -f . ci-base-image-arm64 08:10:10 . [Pipeline] withDockerContainer 08:10:10 + docker inspect -f . ci-base-image-x86_64 08:10:10 . 08:10:10 prd-ubuntu18.04-docker-arm64-4c-16g-120 does not seem to be running inside a container 08:10:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-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 ******** -e ******** ci-base-image-arm64 cat 08:10:12 $ docker top 52b11c938a09709ee30bc6abfd6e2d93731834622788a810d67fc484ce5b1c98 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 08:10:13 prd-centos7-docker-4c-2g-121 does not seem to be running inside a container 08:10:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-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 ******** -e ******** ci-base-image-x86_64 cat 08:10:14 $ docker top 29d7dc0a3ad7352a304ec6473467d1fe9e780bfb4bb6236dcfb6b7f1dca16360 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 08:10:14 + make test 08:10:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:10:15 + make test 08:10:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:10:15 ? github.com/edgexfoundry/device-virtual-go [no test files] 08:10:16 ? github.com/edgexfoundry/device-virtual-go [no test files] 08:10:28 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 08:10:28 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.167s coverage: 56.4% of statements 08:10:28 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:10:29 gofmt -l . 08:10:29 [ "`gofmt -l .`" = "" ] 08:10:30 ./bin/test-attribution-txt.sh 08:10:30 ./bin/test-go-mod-tidy.sh [Pipeline] stash 08:10:31 Stashed 1 file(s) [Pipeline] } 08:10:31 $ docker stop --time=1 29d7dc0a3ad7352a304ec6473467d1fe9e780bfb4bb6236dcfb6b7f1dca16360 08:10:33 $ docker rm -f 29d7dc0a3ad7352a304ec6473467d1fe9e780bfb4bb6236dcfb6b7f1dca16360 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:10:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:10:37 + ls -al . 08:10:37 total 108 08:10:37 drwxrwxr-x. 8 jenkins jenkins 4096 Sep 17 08:10 . 08:10:37 drwxrwxr-x. 4 jenkins jenkins 28 Sep 17 08:09 .. 08:10:37 -rw-rw-r--. 1 jenkins jenkins 6036 Sep 17 08:09 Attribution.txt 08:10:37 drwxrwxr-x. 2 jenkins jenkins 64 Sep 17 08:09 bin 08:10:37 drwxrwxr-x. 3 jenkins jenkins 32 Sep 17 08:09 cmd 08:10:37 -rw-r--r--. 1 jenkins jenkins 29142 Sep 17 08:10 coverage.out 08:10:37 -rw-rw-r--. 1 jenkins jenkins 1834 Sep 17 08:09 Dockerfile 08:10:37 -rw-rw-r--. 1 jenkins jenkins 957 Sep 17 08:09 Dockerfile.build 08:10:37 drwxrwxr-x. 8 jenkins jenkins 179 Sep 17 08:09 .git 08:10:37 drwxrwxr-x. 2 jenkins jenkins 38 Sep 17 08:09 .github 08:10:37 -rw-rw-r--. 1 jenkins jenkins 258 Sep 17 08:09 .gitignore 08:10:37 -rw-r--r--. 1 jenkins jenkins 855 Sep 17 08:10 go.mod 08:10:37 -rw-r--r--. 1 jenkins jenkins 14894 Sep 17 08:10 go.sum 08:10:37 drwxrwxr-x. 3 jenkins jenkins 20 Sep 17 08:09 internal 08:10:37 -rw-rw-r--. 1 jenkins jenkins 661 Sep 17 08:09 Jenkinsfile 08:10:37 -rw-rw-r--. 1 jenkins jenkins 11340 Sep 17 08:09 LICENSE 08:10:37 -rw-rw-r--. 1 jenkins jenkins 873 Sep 17 08:09 Makefile 08:10:37 -rw-rw-r--. 1 jenkins jenkins 918 Sep 17 08:09 README.md 08:10:37 drwxrwxr-x. 3 jenkins jenkins 58 Sep 17 08:09 .semver 08:10:37 -rw-rw-r--. 1 jenkins jenkins 5 Sep 17 08:06 VERSION 08:10:37 -rw-rw-r--. 1 jenkins jenkins 235 Sep 17 08:09 version.go [Pipeline] isUnix [Pipeline] sh 08:10:37 + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 --label arch=amd64 --label version=0.0.0 . 08:10:37 Sending build context to Docker daemon 586.2kB 08:10:37 Step 1/22 : ARG BASE=golang:1.15-alpine 08:10:37 Step 2/22 : FROM ${BASE} AS builder 08:10:37 ---> 0fe52643bbea 08:10:37 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 08:10:37 ---> Running in 7babfc2b5df2 08:10:37 Removing intermediate container 7babfc2b5df2 08:10:37 ---> e5563c8703e3 08:10:37 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 08:10:37 ---> Running in 7652f078eadb 08:10:37 Removing intermediate container 7652f078eadb 08:10:37 ---> cd61d4db53cc 08:10:37 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 08:10:37 ---> Running in 80efd5eeaf39 08:10:38 Removing intermediate container 80efd5eeaf39 08:10:38 ---> 0aa7826e187c 08:10:38 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:10:38 ---> Running in ebc9d21b90da 08:10:39 Removing intermediate container ebc9d21b90da 08:10:39 ---> 9ad7343432ef 08:10:39 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:10:39 ---> Running in b9e44befe8b2 08:10:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:10:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:10:40 OK: 237 MiB in 53 packages 08:10:40 Removing intermediate container b9e44befe8b2 08:10:40 ---> 4fa20e9237a9 08:10:40 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 08:10:40 ---> Running in f84a077eff1b 08:10:41 Removing intermediate container f84a077eff1b 08:10:41 ---> 8346f7ef3c53 08:10:41 Step 9/22 : COPY . . 08:10:41 ---> 62f098b032d0 08:10:41 Step 10/22 : ARG MAKE='make build' 08:10:41 ---> Running in 37ce430531f7 08:10:41 Removing intermediate container 37ce430531f7 08:10:41 ---> 371c99d4b04d 08:10:41 Step 11/22 : RUN $MAKE 08:10:41 ---> Running in 82b60de27c3d 08:10:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 08:10:52 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:10:55 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 08:10:55 Removing intermediate container 82b60de27c3d 08:10:55 ---> cc70d02a4048 08:10:55 Step 12/22 : FROM alpine 08:10:55 latest: Pulling from library/alpine 08:10:55 df20fa9351a1: Already exists 08:10:55 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 08:10:55 Status: Downloaded newer image for alpine:latest 08:10:55 ---> a24bb4013296 08:10:55 Step 13/22 : ENV APP_PORT=49990 08:10:55 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.792s coverage: 56.4% of statements 08:10:55 ---> Running in 25ceed79254a 08:10:55 Removing intermediate container 25ceed79254a 08:10:55 ---> f5c1d7006156 08:10:55 Step 14/22 : EXPOSE $APP_PORT 08:10:55 ---> Running in fe097b8fab01 08:10:56 Removing intermediate container fe097b8fab01 08:10:56 ---> 04d25d5bec5d 08:10:56 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 08:10:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:10:56 ---> 3f14cfbdd052 08:10:56 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 08:10:56 ---> e86fe05079d1 08:10:56 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 08:10:56 ---> 0e31ff9817d0 08:10:56 Step 18/22 : ENTRYPOINT ["/device-virtual"] 08:10:57 ---> Running in 2104be285368 08:10:57 Removing intermediate container 2104be285368 08:10:57 ---> adf407a09153 08:10:57 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:10:57 ---> Running in a62474b1c214 08:10:57 Removing intermediate container a62474b1c214 08:10:57 ---> 16c91212f8ef 08:10:57 Step 20/22 : LABEL arch=amd64 08:10:57 ---> Running in 6e4f9d93f5a6 08:10:57 Removing intermediate container 6e4f9d93f5a6 08:10:57 ---> ad8b51260c7d 08:10:57 Step 21/22 : LABEL git_sha=6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 08:10:57 ---> Running in 1a581128fda9 08:10:57 Removing intermediate container 1a581128fda9 08:10:57 ---> a45eba78f49c 08:10:57 Step 22/22 : LABEL version=0.0.0 08:10:57 ---> Running in 6dfa72ecd74e 08:10:58 Removing intermediate container 6dfa72ecd74e 08:10:58 ---> 878d6481395b 08:10:58 [Warning] One or more build-args [ARCH] were not consumed 08:10:58 Successfully built 878d6481395b 08:10:58 Successfully tagged docker-device-virtual-go: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] } 08:11:04 gofmt -l . 08:11:04 [ "`gofmt -l .`" = "" ] 08:11:04 ./bin/test-attribution-txt.sh 08:11:05 ./bin/test-go-mod-tidy.sh [Pipeline] stash 08:11:06 Warning: overwriting stash ‘coverage-report’ 08:11:06 Stashed 1 file(s) [Pipeline] } 08:11:06 $ docker stop --time=1 52b11c938a09709ee30bc6abfd6e2d93731834622788a810d67fc484ce5b1c98 08:11:09 $ docker rm -f 52b11c938a09709ee30bc6abfd6e2d93731834622788a810d67fc484ce5b1c98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:11:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:11:10 + ls -al . 08:11:10 total 136 08:11:10 drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 08:11 . 08:11:10 drwxrwxr-x 4 jenkins jenkins 4096 Sep 17 08:08 .. 08:11:10 drwxrwxr-x 8 jenkins jenkins 4096 Sep 17 08:08 .git 08:11:10 drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 08:08 .github 08:11:10 -rw-rw-r-- 1 jenkins jenkins 258 Sep 17 08:08 .gitignore 08:11:10 drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:08 .semver 08:11:10 -rw-rw-r-- 1 jenkins jenkins 6036 Sep 17 08:08 Attribution.txt 08:11:10 -rw-rw-r-- 1 jenkins jenkins 1834 Sep 17 08:08 Dockerfile 08:11:10 -rw-rw-r-- 1 jenkins jenkins 957 Sep 17 08:08 Dockerfile.build 08:11:10 -rw-rw-r-- 1 jenkins jenkins 661 Sep 17 08:08 Jenkinsfile 08:11:10 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 17 08:08 LICENSE 08:11:10 -rw-rw-r-- 1 jenkins jenkins 873 Sep 17 08:08 Makefile 08:11:10 -rw-rw-r-- 1 jenkins jenkins 918 Sep 17 08:08 README.md 08:11:10 -rw-rw-r-- 1 jenkins jenkins 5 Sep 17 08:06 VERSION 08:11:10 drwxrwxr-x 2 jenkins jenkins 4096 Sep 17 08:08 bin 08:11:10 drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:08 cmd 08:11:10 -rw-r--r-- 1 jenkins jenkins 29142 Sep 17 08:10 coverage.out 08:11:10 -rw-r--r-- 1 jenkins jenkins 855 Sep 17 08:11 go.mod 08:11:10 -rw-r--r-- 1 jenkins jenkins 14894 Sep 17 08:11 go.sum 08:11:10 drwxrwxr-x 3 jenkins jenkins 4096 Sep 17 08:08 internal 08:11:10 -rw-rw-r-- 1 jenkins jenkins 235 Sep 17 08:08 version.go [Pipeline] isUnix [Pipeline] sh 08:11:11 + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 --label arch=arm64 --label version=0.0.0 . 08:11:11 Sending build context to Docker daemon 586.2kB 08:11:11 Step 1/22 : ARG BASE=golang:1.15-alpine 08:11:11 Step 2/22 : FROM ${BASE} AS builder 08:11:11 ---> ae36f0501bd4 08:11:11 Step 3/22 : ARG ALPINE_PKG_BASE="build-base git openssh-client" 08:11:11 ---> Running in 1fb3eb181c3b 08:11:12 Removing intermediate container 1fb3eb181c3b 08:11:12 ---> a7dd0ad79011 08:11:12 Step 4/22 : ARG ALPINE_PKG_EXTRA="" 08:11:12 ---> Running in f85d8547b0f6 08:11:13 Removing intermediate container f85d8547b0f6 08:11:13 ---> 17a5d254589c 08:11:13 Step 5/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IOTech' 08:11:13 ---> Running in 31c909c809aa 08:11:13 Removing intermediate container 31c909c809aa 08:11:13 ---> c9f3dc962f57 08:11:13 Step 6/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:11:13 ---> Running in abfe6fa09fd4 08:11:16 Removing intermediate container abfe6fa09fd4 08:11:16 ---> cd357d9780c4 08:11:16 Step 7/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:11:16 ---> Running in db86fbc83411 08:11:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:11:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:11:18 OK: 221 MiB in 53 packages 08:11:20 Removing intermediate container db86fbc83411 08:11:20 ---> b5bc8dc60bfa 08:11:20 Step 8/22 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-virtual-go 08:11:20 ---> Running in 5aa59ce6c75b 08:11:20 Removing intermediate container 5aa59ce6c75b 08:11:20 ---> 5ff4aa507b62 08:11:20 Step 9/22 : COPY . . 08:11:21 ---> 652ad2cc7bae 08:11:21 Step 10/22 : ARG MAKE='make build' 08:11:21 ---> Running in 06915678312c 08:11:22 Removing intermediate container 06915678312c 08:11:22 ---> cd932312a243 08:11:22 Step 11/22 : RUN $MAKE 08:11:22 ---> Running in ae41d21510ff 08:11:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 08:11:56 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:12:04 Removing intermediate container ae41d21510ff 08:12:04 ---> ec0b9adcab83 08:12:04 Step 12/22 : FROM alpine 08:12:04 latest: Pulling from library/alpine 08:12:04 b538f80385f9: Already exists 08:12:04 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 08:12:04 Status: Downloaded newer image for alpine:latest 08:12:04 ---> 62ee0e9f8440 08:12:04 Step 13/22 : ENV APP_PORT=49990 08:12:04 ---> Running in f7f6a710f203 08:12:05 Removing intermediate container f7f6a710f203 08:12:05 ---> 35cf11d160ac 08:12:05 Step 14/22 : EXPOSE $APP_PORT 08:12:05 ---> Running in d8093360c906 08:12:05 Removing intermediate container d8093360c906 08:12:05 ---> 3d336c7dbd15 08:12:05 Step 15/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/cmd / 08:12:07 ---> d1bdb114077a 08:12:07 Step 16/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/Attribution.txt / 08:12:07 ---> 1644ca7b4051 08:12:07 Step 17/22 : COPY --from=builder /go/src/github.com/edgexfoundry/device-virtual-go/LICENSE / 08:12:08 ---> 2e1dccdc7d08 08:12:08 Step 18/22 : ENTRYPOINT ["/device-virtual"] 08:12:08 ---> Running in b67cc37ac90e 08:12:08 Removing intermediate container b67cc37ac90e 08:12:08 ---> db27b246e1f6 08:12:08 Step 19/22 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:12:09 ---> Running in 5416837027b1 08:12:09 Removing intermediate container 5416837027b1 08:12:09 ---> ecc62af1e9a0 08:12:09 Step 20/22 : LABEL arch=arm64 08:12:09 ---> Running in 8476f492fa7a 08:12:09 Removing intermediate container 8476f492fa7a 08:12:09 ---> 2860757080d5 08:12:09 Step 21/22 : LABEL git_sha=6f571abbc6d43417c1c9fa8ea5ba7be4d78255e4 08:12:10 ---> Running in f323547388d2 08:12:10 Removing intermediate container f323547388d2 08:12:10 ---> 73f5811eda66 08:12:10 Step 22/22 : LABEL version=0.0.0 08:12:10 ---> Running in 1acf67d28a76 08:12:11 Removing intermediate container 1acf67d28a76 08:12:11 ---> dc745585b9ee 08:12:11 [Warning] One or more build-args [ARCH] were not consumed 08:12:11 Successfully built dc745585b9ee 08:12:11 Successfully tagged docker-device-virtual-go-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 08:12:14 provisioning config files... 08:12:14 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-129@tmp/config737820569399868125tmp [Pipeline] { [Pipeline] sh 08:12:14 + curl -s https://codecov.io/bash 08:12:14 + bash -s - -t @/w/workspace/foundry_device-virtual-go_PR-129@tmp/config737820569399868125tmp [Pipeline] } 08:12:15 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 08:12:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:12:19 ---> package-listing.sh 08:12:19 ++ facter osfamily 08:12:19 ++ tr '[:upper:]' '[:lower:]' 08:12:19 + OS_FAMILY=redhat 08:12:19 + workspace=/w/workspace/foundry_device-virtual-go_PR-129 08:12:19 + START_PACKAGES=/tmp/packages_start.txt 08:12:19 + END_PACKAGES=/tmp/packages_end.txt 08:12:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:12:19 + PACKAGES=/tmp/packages_start.txt 08:12:19 + '[' /w/workspace/foundry_device-virtual-go_PR-129 ']' 08:12:19 + PACKAGES=/tmp/packages_end.txt 08:12:19 + case "${OS_FAMILY}" in 08:12:19 + rpm -qa 08:12:19 + sort 08:12:23 + '[' -f /tmp/packages_start.txt ']' 08:12:23 + '[' -f /tmp/packages_end.txt ']' 08:12:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:12:23 + '[' /w/workspace/foundry_device-virtual-go_PR-129 ']' 08:12:23 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-129/archives/ 08:12:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-129/archives/ [Pipeline] isUnix [Pipeline] sh 08:12:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:12:24 08:12:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:12:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:12:25 alpine: Pulling from edgex-lftools-log-publisher 08:12:25 df20fa9351a1: Pulling fs layer 08:12:25 36b3adc4ff6f: Pulling fs layer 08:12:25 8ad3a11d3b57: Pulling fs layer 08:12:25 46f8f816bc3b: Pulling fs layer 08:12:25 0dadc02b9964: Pulling fs layer 08:12:25 ce6a7cf60c04: Pulling fs layer 08:12:25 7a184a31f384: Pulling fs layer 08:12:25 0879bd2ef858: Pulling fs layer 08:12:25 0dadc02b9964: Waiting 08:12:25 ce6a7cf60c04: Waiting 08:12:25 7a184a31f384: Waiting 08:12:25 0879bd2ef858: Waiting 08:12:25 46f8f816bc3b: Waiting 08:12:25 36b3adc4ff6f: Verifying Checksum 08:12:25 36b3adc4ff6f: Download complete 08:12:25 46f8f816bc3b: Verifying Checksum 08:12:25 46f8f816bc3b: Download complete 08:12:25 df20fa9351a1: Verifying Checksum 08:12:25 df20fa9351a1: Download complete 08:12:25 ce6a7cf60c04: Verifying Checksum 08:12:25 ce6a7cf60c04: Download complete 08:12:25 7a184a31f384: Download complete 08:12:25 0dadc02b9964: Verifying Checksum 08:12:25 0dadc02b9964: Download complete 08:12:25 df20fa9351a1: Pull complete 08:12:25 8ad3a11d3b57: Verifying Checksum 08:12:25 8ad3a11d3b57: Download complete 08:12:25 36b3adc4ff6f: Pull complete 08:12:26 0879bd2ef858: Verifying Checksum 08:12:26 0879bd2ef858: Download complete 08:12:26 8ad3a11d3b57: Pull complete 08:12:26 46f8f816bc3b: Pull complete 08:12:26 0dadc02b9964: Pull complete 08:12:26 ce6a7cf60c04: Pull complete 08:12:27 7a184a31f384: Pull complete 08:12:29 0879bd2ef858: Pull complete 08:12:29 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 08:12:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:12:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:12:29 prd-centos7-docker-4c-2g-119 does not seem to be running inside a container 08:12:29 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/foundry_device-virtual-go_PR-129 -v /w/workspace/foundry_device-virtual-go_PR-129:/w/workspace/foundry_device-virtual-go_PR-129:rw,z -v /w/workspace/foundry_device-virtual-go_PR-129@tmp:/w/workspace/foundry_device-virtual-go_PR-129@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 08:12:36 $ docker top 1022fd3de111baf08c9c5dd1d80a08a8f1a09fdb8502c8c9e3ca2546c952e9f5 -eo pid,comm [Pipeline] { [Pipeline] sh 08:12:37 + mkdir -p /var/log/sa [Pipeline] sh 08:12:37 + ls /var/log/sa-host 08:12:37 + sadf -c /var/log/sa-host/sa05 08:12:37 file_magic: OK 08:12:37 HZ: Using current value: 100 08:12:37 file_header: OK 08:12:37 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 08:12:37 Statistics: 08:12:37 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:12:37 File successfully converted to sysstat format version 12.2.1 08:12:37 + sadf -c /var/log/sa-host/sa17 08:12:37 file_magic: OK 08:12:37 HZ: Using current value: 100 08:12:37 file_header: OK 08:12:37 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 08:12:37 Statistics: 08:12:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:12:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:12:37 provisioning config files... 08:12:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-129@tmp/config297584205145043995tmp [Pipeline] { [Pipeline] echo 08:12:37 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:12:38 ---> create-netrc.sh [Pipeline] echo 08:12:38 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:12:38 ---> logs-deploy.sh 08:12:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-129/1 08:12:38 INFO: archiving workspace using pattern(s): 08:12:39 Archives upload complete. 08:12:39 INFO: archiving logs to Nexus 08:12:40 ---> uname -a: 08:12:40 Linux 1022fd3de111 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:12:40 08:12:40 08:12:40 ---> lscpu: 08:12:40 Architecture: x86_64 08:12:40 CPU op-mode(s): 32-bit, 64-bit 08:12:40 Byte Order: Little Endian 08:12:40 Address sizes: 40 bits physical, 48 bits virtual 08:12:40 CPU(s): 4 08:12:40 On-line CPU(s) list: 0-3 08:12:40 Thread(s) per core: 1 08:12:40 Core(s) per socket: 1 08:12:40 Socket(s): 4 08:12:40 NUMA node(s): 1 08:12:40 Vendor ID: GenuineIntel 08:12:40 CPU family: 6 08:12:40 Model: 44 08:12:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:12:40 Stepping: 1 08:12:40 CPU MHz: 2933.436 08:12:40 BogoMIPS: 5866.87 08:12:40 Virtualization: VT-x 08:12:40 Hypervisor vendor: KVM 08:12:40 Virtualization type: full 08:12:40 L1d cache: 128 KiB 08:12:40 L1i cache: 128 KiB 08:12:40 L2 cache: 16 MiB 08:12:40 L3 cache: 64 MiB 08:12:40 NUMA node0 CPU(s): 0-3 08:12:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:12:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:12:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:12:40 Vulnerability Meltdown: Mitigation; PTI 08:12:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:12:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:12:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:12:40 Vulnerability Tsx async abort: Not affected 08:12:40 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 08:12:40 08:12:40 08:12:40 ---> nproc: 08:12:40 4 08:12:40 08:12:40 08:12:40 ---> df -h: 08:12:40 Filesystem Size Used Available Use% Mounted on 08:12:40 overlay 50.0G 6.9G 43.0G 14% / 08:12:40 tmpfs 64.0M 0 64.0M 0% /dev 08:12:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:12:40 shm 64.0M 0 64.0M 0% /dev/shm 08:12:40 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/resolv.conf 08:12:40 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hostname 08:12:40 /dev/vda1 50.0G 6.9G 43.0G 14% /etc/hosts 08:12:40 /dev/vda1 50.0G 6.9G 43.0G 14% /var/log/sa-host 08:12:40 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/foundry_device-virtual-go_PR-129 08:12:40 /dev/vda1 50.0G 6.9G 43.0G 14% /w/workspace/foundry_device-virtual-go_PR-129@tmp 08:12:40 08:12:40 08:12:40 ---> free -m: 08:12:40 total used free shared buff/cache available 08:12:40 Mem: 1837 657 137 0 1042 1072 08:12:40 Swap: 1023 0 1023 08:12:40 08:12:40 08:12:40 ---> ip addr: 08:12:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:12:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:12:40 inet 127.0.0.1/8 scope host lo 08:12:40 valid_lft forever preferred_lft forever 08:12:40 6: eth0@if7: mtu 1458 qdisc noqueue state UP 08:12:40 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 08:12:40 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 08:12:40 valid_lft forever preferred_lft forever 08:12:40 08:12:40 08:12:40 ---> sar -b -r -n DEV: 08:12:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) 08:12:40 08:12:40 08:05:03 LINUX RESTART (4 CPU) 08:12:40 08:12:40 08:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:12:40 08:07:01 26.99 10.65 16.33 0.00 4395.27 2308.04 0.00 08:12:40 08:08:01 1.68 0.00 1.68 0.00 0.00 32.57 0.00 08:12:40 08:09:01 0.37 0.00 0.37 0.00 0.00 6.64 0.00 08:12:40 08:10:01 0.30 0.00 0.30 0.00 0.00 4.98 0.00 08:12:40 08:11:01 0.42 0.00 0.42 0.00 0.00 4.36 0.00 08:12:40 08:12:01 0.42 0.02 0.40 0.00 0.13 6.63 0.00 08:12:40 Average: 5.03 1.78 3.25 0.00 732.81 394.00 0.00 08:12:40 08:12:40 08:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:12:40 08:07:01 174376 0 579264 30.79 2620 1125296 1125864 38.42 439568 1108592 20 08:12:40 08:08:01 180216 0 573420 30.48 2620 1125300 1088208 37.14 437848 1105536 12 08:12:40 08:09:01 179220 0 574408 30.53 2620 1125308 1088388 37.14 438732 1105536 8 08:12:40 08:10:01 176556 0 577072 30.67 2620 1125308 1088400 37.15 445996 1100836 8 08:12:40 08:11:01 177556 0 576068 30.62 2620 1125312 1088304 37.14 449144 1097124 20 08:12:40 08:12:01 178528 0 575084 30.56 2620 1125324 1088208 37.14 448660 1097124 12 08:12:40 Average: 177742 0 575886 30.61 2620 1125308 1094562 37.36 443325 1102458 13 08:12:40 08:12:40 08:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:12:40 08:07:01 eth0 71.32 54.64 339.25 27.82 0.00 0.00 0.00 0.00 08:12:40 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 08:07:01 docker0 1.48 1.35 0.28 2.98 0.00 0.00 0.00 0.00 08:12:40 08:08:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 08:12:40 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 08:09:01 eth0 3.91 1.50 3.19 0.27 0.00 0.00 0.00 0.00 08:12:40 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 08:10:01 eth0 0.52 0.43 0.27 0.21 0.00 0.00 0.00 0.00 08:12:40 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 08:11:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 08:12:40 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 08:12:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 Average: eth0 12.79 9.47 57.16 4.73 0.00 0.00 0.00 0.00 08:12:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:12:40 Average: docker0 0.25 0.22 0.05 0.50 0.00 0.00 0.00 0.00 08:12:40 08:12:40 08:12:40 ---> sar -P ALL: 08:12:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/17/20 _x86_64_ (4 CPU) 08:12:40 08:12:40 08:05:03 LINUX RESTART (4 CPU) 08:12:40 08:12:40 08:06:01 CPU %user %nice %system %iowait %steal %idle 08:12:40 08:07:01 all 2.32 0.00 1.41 0.53 0.02 95.73 08:12:40 08:07:01 0 1.79 0.00 1.36 0.25 0.02 96.58 08:12:40 08:07:01 1 2.04 0.00 1.57 1.41 0.02 94.96 08:12:40 08:07:01 2 3.16 0.00 1.19 0.07 0.02 95.57 08:12:40 08:07:01 3 2.29 0.00 1.51 0.38 0.02 95.80 08:12:40 08:08:01 all 0.15 0.00 0.04 0.00 0.00 99.81 08:12:40 08:08:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:12:40 08:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:12:40 08:08:01 2 0.48 0.00 0.03 0.00 0.00 99.48 08:12:40 08:08:01 3 0.02 0.00 0.05 0.00 0.00 99.93 08:12:40 08:09:01 all 0.17 0.00 0.04 0.00 0.00 99.80 08:12:40 08:09:01 0 0.08 0.00 0.05 0.00 0.00 99.87 08:12:40 08:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:12:40 08:09:01 2 0.48 0.00 0.03 0.00 0.00 99.48 08:12:40 08:09:01 3 0.07 0.00 0.05 0.00 0.00 99.88 08:12:40 08:10:01 all 0.16 0.00 0.03 0.00 0.00 99.80 08:12:40 08:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:12:40 08:10:01 1 0.52 0.00 0.02 0.00 0.00 99.47 08:12:40 08:10:01 2 0.07 0.00 0.05 0.00 0.02 99.87 08:12:40 08:10:01 3 0.02 0.00 0.05 0.00 0.00 99.93 08:12:40 08:11:01 all 0.16 0.00 0.05 0.00 0.00 99.78 08:12:40 08:11:01 0 0.05 0.00 0.02 0.00 0.00 99.93 08:12:40 08:11:01 1 0.50 0.00 0.02 0.00 0.02 99.47 08:12:40 08:11:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:12:40 08:11:01 3 0.05 0.00 0.13 0.00 0.00 99.82 08:12:40 08:12:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:12:40 08:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:12:40 08:12:01 1 0.52 0.00 0.03 0.00 0.00 99.45 08:12:40 08:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:12:40 08:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 08:12:40 Average: all 0.52 0.00 0.26 0.09 0.00 99.13 08:12:40 Average: 0 0.34 0.00 0.25 0.04 0.00 99.37 08:12:40 Average: 1 0.61 0.00 0.28 0.23 0.01 98.87 08:12:40 Average: 2 0.71 0.00 0.23 0.01 0.01 99.05 08:12:40 Average: 3 0.41 0.00 0.30 0.06 0.00 99.23 08:12:40 08:12:40 08:12:40