Pull request #42 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 cloudxxx8 for edgexfoundry/device-rest-go Loading trusted files from base branch master at 43efee3cfdd526bf845b5582b1730bb1b93e3b78 rather than 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a Obtained Jenkinsfile from 43efee3cfdd526bf845b5582b1730bb1b93e3b78 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-rest-go/branches/PR-42/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-rest-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-rest-go-settings PROJECT: device-rest-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-rest-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 Waiting for next available executor Running on prd-centos7-docker-4c-2g-227 in /w/workspace/dgexfoundry_device-rest-go_PR-42 [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-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-42 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 43efee3cfdd526bf845b5582b1730bb1b93e3b78 into PR head commit 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a Merge succeeded, producing 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a Checking out Revision 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a (PR-42) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/42/head:refs/remotes/origin/PR-42 # 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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a # 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 43efee3cfdd526bf845b5582b1730bb1b93e3b78 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a # timeout=10 Commit message: "build: upgrade device-sdk-go with dependabot" 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 [2020-09-17T15:51:00.979Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-17T15:51:01.473Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-17T15:51:01.691Z] ========================================================= [2020-09-17T15:51:01.691Z] EdgeX Global Pipelines Version Info [2020-09-17T15:51:01.691Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-17T15:51:03.238Z] ------------------- [2020-09-17T15:51:03.238Z] stable info: [2020-09-17T15:51:03.238Z] ------------------- [2020-09-17T15:51:03.238Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-17T15:51:03.238Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T15:51:03.238Z] Message: update stable to v1.0.122 [2020-09-17T15:51:04.189Z] ------------------- [2020-09-17T15:51:04.189Z] experimental info: [2020-09-17T15:51:04.189Z] ------------------- [2020-09-17T15:51:04.189Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-17T15:51:04.189Z] Commit SHA: 84d9a0843d1df7ebf9e0c4533e50f756df06f1d7 [2020-09-17T15:51:04.189Z] Message: update experimental to v1.0.124 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-17T15:51:04.892Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-09-17T15:51:05.041Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-09-17T15:51:05.182Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-17T15:51:05.328Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-17T15:51:05.477Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-17T15:51:05.621Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-17T15:51:05.762Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-17T15:51:05.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-17T15:51:06.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-09-17T15:51:06.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-17T15:51:06.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-17T15:51:06.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-09-17T15:51:06.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-17T15:51:06.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-17T15:51:07.006Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T15:51:07.174Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-17T15:51:07.316Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T15:51:07.481Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-17T15:51:07.625Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-17T15:51:07.760Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-17T15:51:07.901Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-17T15:51:08.051Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-17T15:51:08.190Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-42 [Pipeline] echo [2020-09-17T15:51:08.325Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-42 [Pipeline] echo [2020-09-17T15:51:08.486Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-42 [Pipeline] echo [2020-09-17T15:51:08.636Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a [Pipeline] echo [2020-09-17T15:51:08.766Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 504eeaa [Pipeline] echo [2020-09-17T15:51:08.904Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-17T15:51:09.683Z] + git log --format=format:%s -1 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a [Pipeline] echo [2020-09-17T15:51:09.767Z] GIT_COMMIT: 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a, Commit Message: build: upgrade device-sdk-go with dependabot [Pipeline] echo [2020-09-17T15:51:09.875Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:51:10.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T15:51:11.206Z] [2020-09-17T15:51:11.206Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:51:11.603Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T15:51:11.603Z] latest: Pulling from edgex-devops/git-semver [2020-09-17T15:51:11.603Z] 31603596830f: Pulling fs layer [2020-09-17T15:51:11.603Z] 2a8b12db71e7: Pulling fs layer [2020-09-17T15:51:11.603Z] 6ca5941a6612: Pulling fs layer [2020-09-17T15:51:11.603Z] ecc8261a40a4: Pulling fs layer [2020-09-17T15:51:11.603Z] ecc8261a40a4: Waiting [2020-09-17T15:51:11.603Z] 2a8b12db71e7: Verifying Checksum [2020-09-17T15:51:11.603Z] 2a8b12db71e7: Download complete [2020-09-17T15:51:11.869Z] 31603596830f: Verifying Checksum [2020-09-17T15:51:11.869Z] 31603596830f: Download complete [2020-09-17T15:51:11.869Z] ecc8261a40a4: Verifying Checksum [2020-09-17T15:51:11.869Z] ecc8261a40a4: Download complete [2020-09-17T15:51:11.869Z] 6ca5941a6612: Verifying Checksum [2020-09-17T15:51:11.869Z] 6ca5941a6612: Download complete [2020-09-17T15:51:12.138Z] 31603596830f: Pull complete [2020-09-17T15:51:12.402Z] 2a8b12db71e7: Pull complete [2020-09-17T15:51:13.047Z] 6ca5941a6612: Pull complete [2020-09-17T15:51:13.311Z] ecc8261a40a4: Pull complete [2020-09-17T15:51:13.311Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-17T15:51:13.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-17T15:51:13.311Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-17T15:51:13.431Z] prd-centos7-docker-4c-2g-227 does not seem to be running inside a container [2020-09-17T15:51:13.488Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-42 -v /w/workspace/dgexfoundry_device-rest-go_PR-42:/w/workspace/dgexfoundry_device-rest-go_PR-42:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-42@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-17T15:51:15.660Z] $ docker top 8bbeec54af4074525ea27a01f16cfcbb70f661ef3de46b32519e79e5706d8dab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-17T15:51:16.162Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T15:51:16.162Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T15:51:16.378Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T15:51:16.384Z] $ docker exec 8bbeec54af4074525ea27a01f16cfcbb70f661ef3de46b32519e79e5706d8dab ssh-agent [2020-09-17T15:51:16.552Z] SSH_AUTH_SOCK=/tmp/ssh-fUF6zJQJMKDP/agent.12 [2020-09-17T15:51:16.552Z] SSH_AGENT_PID=17 [2020-09-17T15:51:16.563Z] Running ssh-add (command line suppressed) [2020-09-17T15:51:16.691Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-42@tmp/private_key_4956600773451082757.key (/w/workspace/dgexfoundry_device-rest-go_PR-42@tmp/private_key_4956600773451082757.key) [2020-09-17T15:51:16.738Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T15:51:17.123Z] + git describe --exact-match --tags HEAD [2020-09-17T15:51:17.123Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-17T15:51:17.224Z] $ docker exec --env ******** --env ******** 8bbeec54af4074525ea27a01f16cfcbb70f661ef3de46b32519e79e5706d8dab ssh-agent -k [2020-09-17T15:51:17.366Z] unset SSH_AUTH_SOCK; [2020-09-17T15:51:17.366Z] unset SSH_AGENT_PID; [2020-09-17T15:51:17.367Z] echo Agent pid 17 killed; [2020-09-17T15:51:17.409Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-17T15:51:17.567Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-17T15:51:17.567Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-17T15:51:17.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-17T15:51:17.708Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-17T15:51:17.868Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-17T15:51:17.874Z] $ docker exec 8bbeec54af4074525ea27a01f16cfcbb70f661ef3de46b32519e79e5706d8dab ssh-agent [2020-09-17T15:51:18.032Z] SSH_AUTH_SOCK=/tmp/ssh-Nt0yZIHuXis6/agent.45 [2020-09-17T15:51:18.032Z] SSH_AGENT_PID=50 [2020-09-17T15:51:18.039Z] Running ssh-add (command line suppressed) [2020-09-17T15:51:18.157Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-42@tmp/private_key_5318282911257899299.key (/w/workspace/dgexfoundry_device-rest-go_PR-42@tmp/private_key_5318282911257899299.key) [2020-09-17T15:51:18.206Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-17T15:51:18.583Z] + git semver init [2020-09-17T15:51:18.583Z] # -> Open(): unable to determine branch for HEAD [2020-09-17T15:51:18.583Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-42/.git [2020-09-17T15:51:18.583Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-42 [2020-09-17T15:51:18.583Z] # $SEMVER_REMOTE_NAME = origin [2020-09-17T15:51:18.583Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-17T15:51:18.583Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-17T15:51:18.583Z] # $SEMVER_BRANCH = PR-42 [2020-09-17T15:51:18.583Z] # $SEMVER_TEMP = /tmp/semver-188041136 [2020-09-17T15:51:18.583Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-09-17T15:51:19.536Z] # '/tmp/semver-188041136' -> '/w/workspace/dgexfoundry_device-rest-go_PR-42/.semver' [2020-09-17T15:51:19.536Z] # -> Force: false [2020-09-17T15:51:19.536Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-42/.semver [Pipeline] } [2020-09-17T15:51:19.559Z] $ docker exec --env ******** --env ******** 8bbeec54af4074525ea27a01f16cfcbb70f661ef3de46b32519e79e5706d8dab ssh-agent -k [2020-09-17T15:51:19.675Z] unset SSH_AUTH_SOCK; [2020-09-17T15:51:19.676Z] unset SSH_AGENT_PID; [2020-09-17T15:51:19.676Z] echo Agent pid 50 killed; [2020-09-17T15:51:19.720Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-17T15:51:20.328Z] + git semver [Pipeline] } [2020-09-17T15:51:20.359Z] $ docker stop --time=1 8bbeec54af4074525ea27a01f16cfcbb70f661ef3de46b32519e79e5706d8dab [2020-09-17T15:51:21.793Z] $ docker rm -f 8bbeec54af4074525ea27a01f16cfcbb70f661ef3de46b32519e79e5706d8dab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-17T15:51:23.305Z] Stashed 21 file(s) [Pipeline] echo [2020-09-17T15:51:23.327Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-17T15:51:23.460Z] 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 [2020-09-17T15:51:39.210Z] Still waiting to schedule task [2020-09-17T15:51:39.210Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-227’ [2020-09-17T15:51:39.234Z] Still waiting to schedule task [2020-09-17T15:51:39.234Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-17T15:53:36.608Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-228 in /w/workspace/dgexfoundry_device-rest-go_PR-42 [Pipeline] { [Pipeline] ws [2020-09-17T15:53:36.717Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2020-09-17T15:53:41.810Z] using credential edgex-jenkins-ssh [2020-09-17T15:53:41.876Z] Cloning the remote Git repository [2020-09-17T15:53:41.877Z] Cloning with configured refspecs honoured and without tags [2020-09-17T15:53:41.936Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T15:53:42.040Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2020-09-17T15:53:42.119Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T15:53:42.120Z] > git --version # timeout=10 [2020-09-17T15:53:42.134Z] > git --version # 'git version 2.17.1' [2020-09-17T15:53:42.135Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T15:53:42.201Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T15:53:43.790Z] Fetching without tags [2020-09-17T15:53:44.289Z] Merging remotes/origin/master commit 43efee3cfdd526bf845b5582b1730bb1b93e3b78 into PR head commit 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a [2020-09-17T15:53:43.716Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-17T15:53:43.736Z] > git config --add remote.origin.fetch +refs/pull/42/head:refs/remotes/origin/PR-42 # timeout=10 [2020-09-17T15:53:43.748Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T15:53:43.771Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-17T15:53:43.799Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T15:53:43.799Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T15:53:43.814Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T15:53:44.308Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T15:53:44.480Z] Merge succeeded, producing 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a [2020-09-17T15:53:44.481Z] Checking out Revision 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a (PR-42) [2020-09-17T15:53:44.329Z] > git checkout -f 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a # timeout=10 [2020-09-17T15:53:44.401Z] > git remote # timeout=10 [2020-09-17T15:53:44.418Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T15:53:44.434Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T15:53:44.445Z] > git merge 43efee3cfdd526bf845b5582b1730bb1b93e3b78 # timeout=10 [2020-09-17T15:53:44.466Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T15:53:44.486Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T15:53:44.505Z] > git checkout -f 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a # timeout=10 [2020-09-17T15:53:48.805Z] Commit message: "build: upgrade device-sdk-go with dependabot" [2020-09-17T15:53:48.865Z] > git --version # timeout=10 [2020-09-17T15:53:48.876Z] > git --version # 'git version 2.17.1' [2020-09-17T15:53:48.889Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T15:53:50.994Z] ========================================================= [2020-09-17T15:53:50.995Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-17T15:53:50.995Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:53:52.131Z] + 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 . [2020-09-17T15:53:53.116Z] Sending build context to Docker daemon 8.049MB [2020-09-17T15:53:53.116Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-09-17T15:53:53.116Z] Step 2/10 : FROM ${BASE} [2020-09-17T15:53:53.401Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-17T15:53:53.401Z] b538f80385f9: Pulling fs layer [2020-09-17T15:53:53.401Z] 74f711af9a0d: Pulling fs layer [2020-09-17T15:53:53.401Z] 99f96fe45779: Pulling fs layer [2020-09-17T15:53:53.401Z] fd7a069fd194: Pulling fs layer [2020-09-17T15:53:53.401Z] 66aa3694b03b: Pulling fs layer [2020-09-17T15:53:53.401Z] 170f70906a0f: Pulling fs layer [2020-09-17T15:53:53.401Z] ad7c5574e4b9: Pulling fs layer [2020-09-17T15:53:53.401Z] e772456be8f7: Pulling fs layer [2020-09-17T15:53:53.401Z] c890913d741a: Pulling fs layer [2020-09-17T15:53:53.401Z] 2480fcc9aa5a: Pulling fs layer [2020-09-17T15:53:53.401Z] 09adf4765672: Pulling fs layer [2020-09-17T15:53:53.401Z] fd7a069fd194: Waiting [2020-09-17T15:53:53.401Z] ad7c5574e4b9: Waiting [2020-09-17T15:53:53.401Z] e772456be8f7: Waiting [2020-09-17T15:53:53.401Z] 66aa3694b03b: Waiting [2020-09-17T15:53:53.401Z] c890913d741a: Waiting [2020-09-17T15:53:53.401Z] 2480fcc9aa5a: Waiting [2020-09-17T15:53:53.401Z] 09adf4765672: Waiting [2020-09-17T15:53:53.401Z] 170f70906a0f: Waiting [2020-09-17T15:53:53.401Z] 99f96fe45779: Verifying Checksum [2020-09-17T15:53:53.401Z] 99f96fe45779: Download complete [2020-09-17T15:53:53.401Z] 74f711af9a0d: Verifying Checksum [2020-09-17T15:53:53.401Z] 74f711af9a0d: Download complete [2020-09-17T15:53:53.401Z] 66aa3694b03b: Verifying Checksum [2020-09-17T15:53:53.401Z] 66aa3694b03b: Download complete [2020-09-17T15:53:54.403Z] 170f70906a0f: Verifying Checksum [2020-09-17T15:53:54.403Z] 170f70906a0f: Download complete [2020-09-17T15:53:54.403Z] b538f80385f9: Verifying Checksum [2020-09-17T15:53:55.001Z] b538f80385f9: Pull complete [2020-09-17T15:53:55.617Z] 74f711af9a0d: Pull complete [2020-09-17T15:53:55.892Z] 99f96fe45779: Pull complete [2020-09-17T15:53:57.876Z] ad7c5574e4b9: Verifying Checksum [2020-09-17T15:53:57.876Z] ad7c5574e4b9: Download complete [2020-09-17T15:53:57.876Z] c890913d741a: Verifying Checksum [2020-09-17T15:53:57.876Z] c890913d741a: Download complete [2020-09-17T15:53:59.361Z] 2480fcc9aa5a: Verifying Checksum [2020-09-17T15:53:59.361Z] 2480fcc9aa5a: Download complete [2020-09-17T15:53:59.361Z] 09adf4765672: Verifying Checksum [2020-09-17T15:53:59.361Z] 09adf4765672: Download complete [2020-09-17T15:54:00.407Z] e772456be8f7: Verifying Checksum [2020-09-17T15:54:00.407Z] e772456be8f7: Download complete [2020-09-17T15:54:00.407Z] fd7a069fd194: Verifying Checksum [2020-09-17T15:54:00.407Z] fd7a069fd194: Download complete [2020-09-17T15:54:12.854Z] fd7a069fd194: Pull complete [2020-09-17T15:54:12.854Z] 66aa3694b03b: Pull complete [2020-09-17T15:54:12.854Z] 170f70906a0f: Pull complete [2020-09-17T15:54:15.223Z] Running on prd-centos7-docker-4c-2g-229 in /w/workspace/dgexfoundry_device-rest-go_PR-42 [Pipeline] { [Pipeline] ws [2020-09-17T15:54:15.321Z] Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout [2020-09-17T15:54:16.252Z] ad7c5574e4b9: Pull complete [2020-09-17T15:54:18.100Z] using credential edgex-jenkins-ssh [2020-09-17T15:54:18.166Z] Cloning the remote Git repository [2020-09-17T15:54:18.166Z] Cloning with configured refspecs honoured and without tags [2020-09-17T15:54:18.181Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T15:54:18.261Z] > git init /w/workspace/device-rest-go/1 # timeout=10 [2020-09-17T15:54:18.310Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T15:54:18.310Z] > git --version # timeout=10 [2020-09-17T15:54:18.321Z] > git --version # 'git version 2.16.5' [2020-09-17T15:54:18.322Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T15:54:18.363Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T15:54:19.228Z] Fetching without tags [2020-09-17T15:54:19.619Z] Merging remotes/origin/master commit 43efee3cfdd526bf845b5582b1730bb1b93e3b78 into PR head commit 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a [2020-09-17T15:54:19.691Z] Merge succeeded, producing 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a [2020-09-17T15:54:19.691Z] Checking out Revision 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a (PR-42) [2020-09-17T15:54:19.203Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-17T15:54:19.210Z] > git config --add remote.origin.fetch +refs/pull/42/head:refs/remotes/origin/PR-42 # timeout=10 [2020-09-17T15:54:19.214Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T15:54:19.225Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-09-17T15:54:19.235Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-09-17T15:54:19.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T15:54:19.239Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/42/head:refs/remotes/origin/PR-42 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-17T15:54:19.631Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T15:54:19.636Z] > git checkout -f 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a # timeout=10 [2020-09-17T15:54:19.667Z] > git remote # timeout=10 [2020-09-17T15:54:19.671Z] > git config --get remote.origin.url # timeout=10 [2020-09-17T15:54:19.675Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-17T15:54:19.679Z] > git merge 43efee3cfdd526bf845b5582b1730bb1b93e3b78 # timeout=10 [2020-09-17T15:54:19.688Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-17T15:54:19.697Z] > git config core.sparsecheckout # timeout=10 [2020-09-17T15:54:19.705Z] > git checkout -f 504eeaa9fa42ebd894cf0c8b476642fccbd1ed5a # timeout=10 [2020-09-17T15:54:20.591Z] e772456be8f7: Pull complete [2020-09-17T15:54:20.591Z] c890913d741a: Pull complete [2020-09-17T15:54:23.218Z] 2480fcc9aa5a: Pull complete [2020-09-17T15:54:23.320Z] Commit message: "build: upgrade device-sdk-go with dependabot" [2020-09-17T15:54:23.350Z] > git --version # timeout=10 [2020-09-17T15:54:23.356Z] > git --version # 'git version 2.16.5' [2020-09-17T15:54:23.361Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-17T15:54:23.499Z] 09adf4765672: Pull complete [2020-09-17T15:54:23.499Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-17T15:54:23.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-17T15:54:23.499Z] ---> 2248a725d1cf [2020-09-17T15:54:23.499Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-17T15:54:24.873Z] ========================================================= [2020-09-17T15:54:24.873Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-17T15:54:24.873Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:54:25.600Z] + 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 . [2020-09-17T15:54:26.555Z] Sending build context to Docker daemon 8.049MB [2020-09-17T15:54:26.555Z] Step 1/10 : ARG BASE=golang:1.13-alpine [2020-09-17T15:54:26.555Z] Step 2/10 : FROM ${BASE} [2020-09-17T15:54:26.555Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-17T15:54:26.555Z] df20fa9351a1: Pulling fs layer [2020-09-17T15:54:26.556Z] ed8968b2872e: Pulling fs layer [2020-09-17T15:54:26.556Z] a92cc7c5fd73: Pulling fs layer [2020-09-17T15:54:26.556Z] 2dd03ba5bac4: Pulling fs layer [2020-09-17T15:54:26.556Z] 1e091d79d1de: Pulling fs layer [2020-09-17T15:54:26.556Z] 481702a1767f: Pulling fs layer [2020-09-17T15:54:26.556Z] f64a6f60c768: Pulling fs layer [2020-09-17T15:54:26.556Z] e78d2573fc39: Pulling fs layer [2020-09-17T15:54:26.556Z] e876d2f968b6: Pulling fs layer [2020-09-17T15:54:26.556Z] ce8a83651883: Pulling fs layer [2020-09-17T15:54:26.556Z] 07967f4d0e4b: Pulling fs layer [2020-09-17T15:54:26.556Z] 481702a1767f: Waiting [2020-09-17T15:54:26.556Z] f64a6f60c768: Waiting [2020-09-17T15:54:26.556Z] e78d2573fc39: Waiting [2020-09-17T15:54:26.556Z] e876d2f968b6: Waiting [2020-09-17T15:54:26.556Z] ce8a83651883: Waiting [2020-09-17T15:54:26.556Z] 07967f4d0e4b: Waiting [2020-09-17T15:54:26.556Z] 2dd03ba5bac4: Waiting [2020-09-17T15:54:26.556Z] 1e091d79d1de: Waiting [2020-09-17T15:54:26.556Z] a92cc7c5fd73: Verifying Checksum [2020-09-17T15:54:26.556Z] a92cc7c5fd73: Download complete [2020-09-17T15:54:26.823Z] ed8968b2872e: Verifying Checksum [2020-09-17T15:54:26.823Z] ed8968b2872e: Download complete [2020-09-17T15:54:26.823Z] 1e091d79d1de: Verifying Checksum [2020-09-17T15:54:26.823Z] 1e091d79d1de: Download complete [2020-09-17T15:54:26.823Z] 481702a1767f: Verifying Checksum [2020-09-17T15:54:26.823Z] 481702a1767f: Download complete [2020-09-17T15:54:26.823Z] df20fa9351a1: Verifying Checksum [2020-09-17T15:54:27.085Z] df20fa9351a1: Pull complete [2020-09-17T15:54:27.359Z] ed8968b2872e: Pull complete [2020-09-17T15:54:27.359Z] a92cc7c5fd73: Pull complete [2020-09-17T15:54:27.821Z] ---> Running in a91eadcc4b33 [2020-09-17T15:54:27.821Z] Removing intermediate container a91eadcc4b33 [2020-09-17T15:54:27.821Z] ---> df4e38c59140 [2020-09-17T15:54:27.821Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T15:54:28.093Z] ---> Running in 220cf471bc54 [2020-09-17T15:54:28.367Z] Removing intermediate container 220cf471bc54 [2020-09-17T15:54:28.367Z] ---> 1c064bb09b8d [2020-09-17T15:54:28.367Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T15:54:28.639Z] ---> Running in 3a3683e5b2d3 [2020-09-17T15:54:28.912Z] Removing intermediate container 3a3683e5b2d3 [2020-09-17T15:54:28.912Z] ---> 4d14d98159da [2020-09-17T15:54:28.912Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T15:54:29.186Z] ---> Running in f84698de2ed8 [2020-09-17T15:54:29.927Z] f64a6f60c768: Verifying Checksum [2020-09-17T15:54:29.927Z] f64a6f60c768: Download complete [2020-09-17T15:54:29.927Z] e876d2f968b6: Verifying Checksum [2020-09-17T15:54:29.927Z] e876d2f968b6: Download complete [2020-09-17T15:54:30.503Z] e78d2573fc39: Verifying Checksum [2020-09-17T15:54:30.504Z] e78d2573fc39: Download complete [2020-09-17T15:54:30.504Z] 07967f4d0e4b: Verifying Checksum [2020-09-17T15:54:30.504Z] 07967f4d0e4b: Download complete [2020-09-17T15:54:30.774Z] ce8a83651883: Verifying Checksum [2020-09-17T15:54:30.774Z] ce8a83651883: Download complete [2020-09-17T15:54:31.044Z] 2dd03ba5bac4: Verifying Checksum [2020-09-17T15:54:31.044Z] 2dd03ba5bac4: Download complete [2020-09-17T15:54:31.813Z] Removing intermediate container f84698de2ed8 [2020-09-17T15:54:31.813Z] ---> 3d7aa9dbf7af [2020-09-17T15:54:31.813Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T15:54:32.089Z] ---> Running in a7582e9d35e0 [2020-09-17T15:54:33.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-17T15:54:34.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-17T15:54:35.090Z] OK: 142 MiB in 39 packages [2020-09-17T15:54:36.081Z] Removing intermediate container a7582e9d35e0 [2020-09-17T15:54:36.081Z] ---> 33073b0a4e1e [2020-09-17T15:54:36.081Z] Step 8/10 : WORKDIR /device-rest-go [2020-09-17T15:54:36.081Z] ---> Running in 18b231fbe99c [2020-09-17T15:54:36.678Z] Removing intermediate container 18b231fbe99c [2020-09-17T15:54:36.678Z] ---> ad63b24a2507 [2020-09-17T15:54:36.678Z] Step 9/10 : COPY . . [2020-09-17T15:54:37.658Z] ---> 2c1add70bfb6 [2020-09-17T15:54:37.658Z] Step 10/10 : RUN go mod download [2020-09-17T15:54:37.695Z] 2dd03ba5bac4: Pull complete [2020-09-17T15:54:37.696Z] 1e091d79d1de: Pull complete [2020-09-17T15:54:37.696Z] 481702a1767f: Pull complete [2020-09-17T15:54:37.934Z] ---> Running in a40003dbdb3f [2020-09-17T15:54:41.318Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-17T15:54:41.318Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-17T15:54:41.318Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-17T15:54:41.318Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-17T15:54:41.318Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-17T15:54:41.318Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-17T15:54:41.318Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-17T15:54:41.318Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-17T15:54:41.318Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.4-dev.12 [2020-09-17T15:54:41.318Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-17T15:54:41.318Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-17T15:54:41.318Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-17T15:54:41.318Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-17T15:54:41.589Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-17T15:54:41.589Z] go: finding github.com/fatih/color v1.7.0 [2020-09-17T15:54:41.589Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-17T15:54:41.589Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-17T15:54:41.589Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-17T15:54:41.589Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-17T15:54:41.589Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-17T15:54:41.860Z] go: finding github.com/google/uuid v1.1.0 [2020-09-17T15:54:41.860Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-17T15:54:41.860Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-17T15:54:41.860Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-17T15:54:41.860Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-17T15:54:41.860Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-17T15:54:41.860Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-17T15:54:41.860Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-17T15:54:41.860Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-17T15:54:42.132Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-17T15:54:42.132Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-17T15:54:42.132Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-17T15:54:42.132Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-17T15:54:42.132Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-17T15:54:42.132Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-17T15:54:42.132Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-17T15:54:42.132Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-17T15:54:42.132Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-17T15:54:42.132Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-17T15:54:42.132Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-17T15:54:42.403Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-17T15:54:42.403Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-17T15:54:42.403Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-17T15:54:42.403Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-17T15:54:42.403Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-17T15:54:42.403Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-17T15:54:42.403Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-17T15:54:42.403Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-17T15:54:42.403Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-17T15:54:42.403Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-17T15:54:42.675Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-17T15:54:42.675Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-17T15:54:42.675Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-17T15:54:42.675Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-17T15:54:42.675Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-17T15:54:42.675Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-17T15:54:42.675Z] go: finding github.com/posener/complete v1.1.1 [2020-09-17T15:54:42.675Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-17T15:54:42.675Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-17T15:54:42.675Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-17T15:54:42.675Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-17T15:54:42.945Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-17T15:54:42.945Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-17T15:54:42.945Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-17T15:54:42.945Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-17T15:54:42.946Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-09-17T15:54:42.946Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-17T15:54:42.946Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-17T15:54:42.946Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-17T15:54:43.216Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-17T15:54:45.890Z] f64a6f60c768: Pull complete [2020-09-17T15:54:47.839Z] e78d2573fc39: Pull complete [2020-09-17T15:54:48.105Z] e876d2f968b6: Pull complete [2020-09-17T15:54:49.063Z] ce8a83651883: Pull complete [2020-09-17T15:54:49.063Z] 07967f4d0e4b: Pull complete [2020-09-17T15:54:49.063Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-17T15:54:49.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-17T15:54:49.326Z] ---> 5d7c900382c6 [2020-09-17T15:54:49.326Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-09-17T15:54:51.380Z] ---> Running in aa4229a9b43e [2020-09-17T15:54:51.380Z] Removing intermediate container aa4229a9b43e [2020-09-17T15:54:51.380Z] ---> 94d6666224de [2020-09-17T15:54:51.380Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-09-17T15:54:51.380Z] ---> Running in 2f4b71ab87bb [2020-09-17T15:54:51.672Z] Removing intermediate container 2f4b71ab87bb [2020-09-17T15:54:51.672Z] ---> 9ecb6b6b4551 [2020-09-17T15:54:51.672Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-09-17T15:54:51.672Z] ---> Running in b4a3f5aeed6d [2020-09-17T15:54:51.672Z] Removing intermediate container b4a3f5aeed6d [2020-09-17T15:54:51.672Z] ---> 7819fc22d048 [2020-09-17T15:54:51.672Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-17T15:54:51.936Z] ---> Running in fb9775dce5b0 [2020-09-17T15:54:53.350Z] Removing intermediate container fb9775dce5b0 [2020-09-17T15:54:53.350Z] ---> 55630c6f8231 [2020-09-17T15:54:53.350Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-09-17T15:54:53.350Z] ---> Running in ec2ae9e74b98 [2020-09-17T15:54:53.384Z] Removing intermediate container a40003dbdb3f [2020-09-17T15:54:53.384Z] ---> 43ab2ffda795 [2020-09-17T15:54:53.384Z] Successfully built 43ab2ffda795 [2020-09-17T15:54:53.384Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:54:53.844Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T15:54:53.844Z] . [Pipeline] withDockerContainer [2020-09-17T15:54:53.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-17T15:54:54.143Z] prd-ubuntu18.04-docker-arm64-4c-16g-228 does not seem to be running inside a container [2020-09-17T15:54:54.238Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** ci-base-image-arm64 cat [2020-09-17T15:54:55.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-17T15:54:55.593Z] OK: 166 MiB in 39 packages [2020-09-17T15:54:55.857Z] Removing intermediate container ec2ae9e74b98 [2020-09-17T15:54:55.857Z] ---> bb944fd67905 [2020-09-17T15:54:55.857Z] Step 8/10 : WORKDIR /device-rest-go [2020-09-17T15:54:56.005Z] $ docker top 9e5143221d6556c4a695772ca9734ebe1ac7733f670aee1fa0d1617fd93a3abf -eo pid,comm [2020-09-17T15:54:56.122Z] ---> Running in 89434a6305a9 [2020-09-17T15:54:56.122Z] Removing intermediate container 89434a6305a9 [2020-09-17T15:54:56.122Z] ---> 0b665d1f74b2 [2020-09-17T15:54:56.122Z] Step 9/10 : COPY . . [Pipeline] { [Pipeline] sh [2020-09-17T15:54:56.700Z] ---> b407cea6e39e [2020-09-17T15:54:56.700Z] Step 10/10 : RUN go mod download [2020-09-17T15:54:56.700Z] ---> Running in fc6bfbd137a9 [2020-09-17T15:54:57.506Z] + go version [2020-09-17T15:54:57.506Z] go version go1.13.13 linux/arm64 [Pipeline] } [2020-09-17T15:54:57.551Z] $ docker stop --time=1 9e5143221d6556c4a695772ca9734ebe1ac7733f670aee1fa0d1617fd93a3abf [2020-09-17T15:54:58.628Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-17T15:54:58.628Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-17T15:54:58.628Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-17T15:54:58.890Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-17T15:54:58.890Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-17T15:54:58.890Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-17T15:54:58.890Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-17T15:54:58.890Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-17T15:54:58.890Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.4-dev.12 [2020-09-17T15:54:58.890Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-17T15:54:58.890Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-17T15:54:58.890Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-17T15:54:58.890Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-17T15:54:59.154Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-17T15:54:59.154Z] go: finding github.com/fatih/color v1.7.0 [2020-09-17T15:54:59.154Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-17T15:54:59.154Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-17T15:54:59.154Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-17T15:54:59.154Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-17T15:54:59.154Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-17T15:54:59.154Z] go: finding github.com/google/uuid v1.1.0 [2020-09-17T15:54:59.154Z] go: finding github.com/gorilla/mux v1.7.1 [2020-09-17T15:54:59.416Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-17T15:54:59.416Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-17T15:54:59.416Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-17T15:54:59.416Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-17T15:54:59.416Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-17T15:54:59.416Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-17T15:54:59.416Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-17T15:54:59.416Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-17T15:54:59.416Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-17T15:54:59.416Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-17T15:54:59.417Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-17T15:54:59.467Z] $ docker rm -f 9e5143221d6556c4a695772ca9734ebe1ac7733f670aee1fa0d1617fd93a3abf [2020-09-17T15:54:59.678Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-17T15:54:59.679Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-17T15:54:59.679Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-17T15:54:59.679Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-17T15:54:59.679Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-17T15:54:59.679Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-17T15:54:59.679Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-17T15:54:59.679Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-17T15:54:59.679Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-17T15:54:59.679Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-17T15:54:59.679Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-17T15:54:59.679Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [Pipeline] // withDockerContainer [Pipeline] } [2020-09-17T15:54:59.941Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-17T15:54:59.941Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-17T15:54:59.941Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-17T15:54:59.941Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-17T15:54:59.941Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-17T15:54:59.941Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-17T15:54:59.941Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-17T15:54:59.941Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-17T15:54:59.941Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-17T15:54:59.941Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-17T15:54:59.941Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-17T15:54:59.941Z] go: finding github.com/posener/complete v1.1.1 [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-09-17T15:55:00.203Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-17T15:55:00.203Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-17T15:55:00.203Z] go: finding github.com/spf13/cast v1.3.0 [2020-09-17T15:55:00.203Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-17T15:55:00.203Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-17T15:55:00.203Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-17T15:55:00.203Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-17T15:55:00.203Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-17T15:55:00.203Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-09-17T15:55:00.203Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-09-17T15:55:00.470Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-17T15:55:00.470Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-17T15:55:00.470Z] go: finding gopkg.in/yaml.v2 v2.2.8 [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:55:00.987Z] + docker inspect -f . ci-base-image-arm64 [2020-09-17T15:55:00.987Z] . [Pipeline] withDockerContainer [2020-09-17T15:55:01.243Z] prd-ubuntu18.04-docker-arm64-4c-16g-228 does not seem to be running inside a container [2020-09-17T15:55:01.336Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** ci-base-image-arm64 cat [2020-09-17T15:55:03.233Z] $ docker top ecc71131b0a71baac766087b7d0ac993fb38cb1f5ed5ccedbb36da53e5de42de -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T15:55:04.699Z] + make test [2020-09-17T15:55:04.699Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-17T15:55:05.691Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-09-17T15:55:08.659Z] Removing intermediate container fc6bfbd137a9 [2020-09-17T15:55:08.659Z] ---> 5f556bcd13d7 [2020-09-17T15:55:08.659Z] Successfully built 5f556bcd13d7 [2020-09-17T15:55:08.659Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:55:09.038Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T15:55:09.038Z] . [Pipeline] withDockerContainer [2020-09-17T15:55:09.163Z] prd-centos7-docker-4c-2g-229 does not seem to be running inside a container [2020-09-17T15:55:09.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** ci-base-image-x86_64 cat [2020-09-17T15:55:10.446Z] $ docker top 7e9b4d555e00ca70420acfc2cc73231b025de9380cc61d366ceb9c99c54e0ba7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T15:55:11.107Z] + go version [2020-09-17T15:55:11.107Z] go version go1.13.13 linux/amd64 [Pipeline] } [2020-09-17T15:55:11.139Z] $ docker stop --time=1 7e9b4d555e00ca70420acfc2cc73231b025de9380cc61d366ceb9c99c54e0ba7 [2020-09-17T15:55:12.498Z] $ docker rm -f 7e9b4d555e00ca70420acfc2cc73231b025de9380cc61d366ceb9c99c54e0ba7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:55:13.690Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-17T15:55:13.690Z] . [Pipeline] withDockerContainer [2020-09-17T15:55:13.806Z] prd-centos7-docker-4c-2g-229 does not seem to be running inside a container [2020-09-17T15:55:13.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-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 ******** ci-base-image-x86_64 cat [2020-09-17T15:55:14.532Z] $ docker top 2828cef41d11737a25e2aa36ee947b94edbd3aa11f8a3748418cd8ba652e0a4c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T15:55:15.164Z] + make test [2020-09-17T15:55:15.164Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-17T15:55:16.573Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-09-17T15:55:26.701Z] # github.com/edgexfoundry/device-rest-go/driver [2020-09-17T15:55:26.701Z] driver/resthandler.go:44:15: undefined: service.Service [2020-09-17T15:55:26.701Z] # github.com/edgexfoundry/device-rest-go/driver [github.com/edgexfoundry/device-rest-go/driver.test] [2020-09-17T15:55:26.701Z] driver/resthandler.go:44: undefined: service.Service [2020-09-17T15:55:26.701Z] FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] [2020-09-17T15:55:26.701Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2020-09-17T15:55:26.767Z] $ docker stop --time=1 2828cef41d11737a25e2aa36ee947b94edbd3aa11f8a3748418cd8ba652e0a4c [2020-09-17T15:55:29.048Z] $ docker rm -f 2828cef41d11737a25e2aa36ee947b94edbd3aa11f8a3748418cd8ba652e0a4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-17T15:55:31.766Z] Failed in branch amd64 [2020-09-17T15:55:32.515Z] # github.com/edgexfoundry/device-rest-go/driver [2020-09-17T15:55:32.516Z] driver/resthandler.go:44:15: undefined: service.Service [2020-09-17T15:55:32.516Z] # github.com/edgexfoundry/device-rest-go/driver [github.com/edgexfoundry/device-rest-go/driver.test] [2020-09-17T15:55:32.516Z] driver/resthandler.go:44: undefined: service.Service [2020-09-17T15:55:32.516Z] FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] [2020-09-17T15:55:32.789Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2020-09-17T15:55:32.854Z] $ docker stop --time=1 ecc71131b0a71baac766087b7d0ac993fb38cb1f5ed5ccedbb36da53e5de42de [2020-09-17T15:55:35.027Z] $ docker rm -f ecc71131b0a71baac766087b7d0ac993fb38cb1f5ed5ccedbb36da53e5de42de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-17T15:55:37.576Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-17T15:55:42.172Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T15:55:42.783Z] ---> package-listing.sh [2020-09-17T15:55:42.783Z] ++ facter osfamily [2020-09-17T15:55:42.783Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-17T15:55:42.783Z] + OS_FAMILY=redhat [2020-09-17T15:55:42.783Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-42 [2020-09-17T15:55:42.783Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-17T15:55:42.783Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-17T15:55:42.783Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-17T15:55:42.783Z] + PACKAGES=/tmp/packages_start.txt [2020-09-17T15:55:42.783Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-42 ']' [2020-09-17T15:55:42.783Z] + PACKAGES=/tmp/packages_end.txt [2020-09-17T15:55:42.783Z] + case "${OS_FAMILY}" in [2020-09-17T15:55:42.783Z] + rpm -qa [2020-09-17T15:55:42.783Z] + sort [2020-09-17T15:55:47.015Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-17T15:55:47.015Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-17T15:55:47.015Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-17T15:55:47.015Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-42 ']' [2020-09-17T15:55:47.015Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-42/archives/ [2020-09-17T15:55:47.015Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-42/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:55:48.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T15:55:48.036Z] [2020-09-17T15:55:48.036Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-17T15:55:48.440Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T15:55:48.440Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-17T15:55:48.440Z] df20fa9351a1: Pulling fs layer [2020-09-17T15:55:48.440Z] 36b3adc4ff6f: Pulling fs layer [2020-09-17T15:55:48.440Z] 8ad3a11d3b57: Pulling fs layer [2020-09-17T15:55:48.440Z] 46f8f816bc3b: Pulling fs layer [2020-09-17T15:55:48.440Z] 0dadc02b9964: Pulling fs layer [2020-09-17T15:55:48.440Z] ce6a7cf60c04: Pulling fs layer [2020-09-17T15:55:48.440Z] 7a184a31f384: Pulling fs layer [2020-09-17T15:55:48.440Z] 0879bd2ef858: Pulling fs layer [2020-09-17T15:55:48.440Z] 0dadc02b9964: Waiting [2020-09-17T15:55:48.440Z] ce6a7cf60c04: Waiting [2020-09-17T15:55:48.440Z] 7a184a31f384: Waiting [2020-09-17T15:55:48.440Z] 0879bd2ef858: Waiting [2020-09-17T15:55:48.440Z] 46f8f816bc3b: Waiting [2020-09-17T15:55:48.440Z] 36b3adc4ff6f: Verifying Checksum [2020-09-17T15:55:48.440Z] 36b3adc4ff6f: Download complete [2020-09-17T15:55:48.440Z] 46f8f816bc3b: Verifying Checksum [2020-09-17T15:55:48.440Z] 46f8f816bc3b: Download complete [2020-09-17T15:55:48.713Z] df20fa9351a1: Download complete [2020-09-17T15:55:48.713Z] ce6a7cf60c04: Verifying Checksum [2020-09-17T15:55:48.713Z] ce6a7cf60c04: Download complete [2020-09-17T15:55:48.713Z] 7a184a31f384: Verifying Checksum [2020-09-17T15:55:48.713Z] 7a184a31f384: Download complete [2020-09-17T15:55:48.713Z] 0dadc02b9964: Verifying Checksum [2020-09-17T15:55:48.713Z] 0dadc02b9964: Download complete [2020-09-17T15:55:48.713Z] 8ad3a11d3b57: Verifying Checksum [2020-09-17T15:55:48.713Z] 8ad3a11d3b57: Download complete [2020-09-17T15:55:48.975Z] df20fa9351a1: Pull complete [2020-09-17T15:55:49.241Z] 36b3adc4ff6f: Pull complete [2020-09-17T15:55:49.241Z] 0879bd2ef858: Verifying Checksum [2020-09-17T15:55:49.241Z] 0879bd2ef858: Download complete [2020-09-17T15:55:49.824Z] 8ad3a11d3b57: Pull complete [2020-09-17T15:55:50.093Z] 46f8f816bc3b: Pull complete [2020-09-17T15:55:50.357Z] 0dadc02b9964: Pull complete [2020-09-17T15:55:50.357Z] ce6a7cf60c04: Pull complete [2020-09-17T15:55:50.626Z] 7a184a31f384: Pull complete [2020-09-17T15:55:53.200Z] 0879bd2ef858: Pull complete [2020-09-17T15:55:53.200Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-17T15:55:53.200Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-17T15:55:53.200Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-17T15:55:53.366Z] prd-centos7-docker-4c-2g-227 does not seem to be running inside a container [2020-09-17T15:55:53.414Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-rest-go_PR-42 -v /w/workspace/dgexfoundry_device-rest-go_PR-42:/w/workspace/dgexfoundry_device-rest-go_PR-42:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-42@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-17T15:55:59.331Z] $ docker top 0b03dd09a245c44c86c38fc01241e2edecdfca5e0a726b2ba30adbe19a74e5f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-17T15:55:59.963Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-17T15:56:00.275Z] + ls /var/log/sa-host [2020-09-17T15:56:00.275Z] + sadf -c /var/log/sa-host/sa05 [2020-09-17T15:56:00.275Z] file_magic: OK [2020-09-17T15:56:00.275Z] HZ: Using current value: 100 [2020-09-17T15:56:00.275Z] file_header: OK [2020-09-17T15:56:00.275Z] 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 [2020-09-17T15:56:00.275Z] Statistics: [2020-09-17T15:56:00.275Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T15:56:00.275Z] File successfully converted to sysstat format version 12.2.1 [2020-09-17T15:56:00.275Z] + sadf -c /var/log/sa-host/sa17 [2020-09-17T15:56:00.275Z] file_magic: OK [2020-09-17T15:56:00.275Z] HZ: Using current value: 100 [2020-09-17T15:56:00.275Z] file_header: OK [2020-09-17T15:56:00.275Z] 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 [2020-09-17T15:56:00.275Z] Statistics: [2020-09-17T15:56:00.275Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-17T15:56:00.275Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-17T15:56:00.397Z] provisioning config files... [2020-09-17T15:56:00.421Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-42@tmp/config2852028680430358852tmp [Pipeline] { [Pipeline] echo [2020-09-17T15:56:00.592Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T15:56:00.924Z] ---> create-netrc.sh [Pipeline] echo [2020-09-17T15:56:00.953Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-17T15:56:01.286Z] ---> logs-deploy.sh [2020-09-17T15:56:01.286Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-42/1 [2020-09-17T15:56:01.286Z] INFO: archiving workspace using pattern(s): [2020-09-17T15:56:02.676Z] Archives upload complete. [2020-09-17T15:56:02.676Z] INFO: archiving logs to Nexus [2020-09-17T15:56:03.618Z] ---> uname -a: [2020-09-17T15:56:03.618Z] Linux 0b03dd09a245 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-17T15:56:03.618Z] [2020-09-17T15:56:03.618Z] [2020-09-17T15:56:03.618Z] ---> lscpu: [2020-09-17T15:56:03.618Z] Architecture: x86_64 [2020-09-17T15:56:03.618Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-17T15:56:03.618Z] Byte Order: Little Endian [2020-09-17T15:56:03.618Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-17T15:56:03.618Z] CPU(s): 4 [2020-09-17T15:56:03.618Z] On-line CPU(s) list: 0-3 [2020-09-17T15:56:03.618Z] Thread(s) per core: 1 [2020-09-17T15:56:03.618Z] Core(s) per socket: 1 [2020-09-17T15:56:03.618Z] Socket(s): 4 [2020-09-17T15:56:03.618Z] NUMA node(s): 1 [2020-09-17T15:56:03.618Z] Vendor ID: GenuineIntel [2020-09-17T15:56:03.618Z] CPU family: 6 [2020-09-17T15:56:03.618Z] Model: 44 [2020-09-17T15:56:03.619Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-17T15:56:03.619Z] Stepping: 1 [2020-09-17T15:56:03.619Z] CPU MHz: 2933.438 [2020-09-17T15:56:03.619Z] BogoMIPS: 5866.87 [2020-09-17T15:56:03.619Z] Virtualization: VT-x [2020-09-17T15:56:03.619Z] Hypervisor vendor: KVM [2020-09-17T15:56:03.619Z] Virtualization type: full [2020-09-17T15:56:03.619Z] L1d cache: 128 KiB [2020-09-17T15:56:03.619Z] L1i cache: 128 KiB [2020-09-17T15:56:03.619Z] L2 cache: 16 MiB [2020-09-17T15:56:03.619Z] L3 cache: 64 MiB [2020-09-17T15:56:03.619Z] NUMA node0 CPU(s): 0-3 [2020-09-17T15:56:03.619Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-17T15:56:03.619Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-17T15:56:03.619Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-17T15:56:03.619Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-17T15:56:03.619Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-17T15:56:03.619Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-17T15:56:03.619Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-17T15:56:03.619Z] Vulnerability Tsx async abort: Not affected [2020-09-17T15:56:03.619Z] 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 [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] ---> nproc: [2020-09-17T15:56:03.619Z] 4 [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] ---> df -h: [2020-09-17T15:56:03.619Z] Filesystem Size Used Available Use% Mounted on [2020-09-17T15:56:03.619Z] overlay 50.0G 7.0G 43.0G 14% / [2020-09-17T15:56:03.619Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-17T15:56:03.619Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-17T15:56:03.619Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-17T15:56:03.619Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf [2020-09-17T15:56:03.619Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname [2020-09-17T15:56:03.619Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts [2020-09-17T15:56:03.619Z] /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host [2020-09-17T15:56:03.619Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-rest-go_PR-42 [2020-09-17T15:56:03.619Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-rest-go_PR-42@tmp [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] ---> free -m: [2020-09-17T15:56:03.619Z] total used free shared buff/cache available [2020-09-17T15:56:03.619Z] Mem: 1837 649 112 0 1075 1080 [2020-09-17T15:56:03.619Z] Swap: 1023 0 1023 [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] ---> ip addr: [2020-09-17T15:56:03.619Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-17T15:56:03.619Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-17T15:56:03.619Z] inet 127.0.0.1/8 scope host lo [2020-09-17T15:56:03.619Z] valid_lft forever preferred_lft forever [2020-09-17T15:56:03.619Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-09-17T15:56:03.619Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-17T15:56:03.619Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-17T15:56:03.619Z] valid_lft forever preferred_lft forever [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] ---> sar -b -r -n DEV: [2020-09-17T15:56:03.619Z] 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) [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] 15:50:12 LINUX RESTART (4 CPU) [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] 15:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-17T15:56:03.619Z] 15:52:01 27.63 10.95 16.68 0.00 4428.03 2488.63 0.00 [2020-09-17T15:56:03.619Z] 15:53:01 1.68 0.00 1.68 0.00 0.00 29.54 0.00 [2020-09-17T15:56:03.619Z] 15:54:01 0.42 0.00 0.42 0.00 0.00 6.83 0.00 [2020-09-17T15:56:03.619Z] 15:55:02 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2020-09-17T15:56:03.619Z] Average: 7.49 2.74 4.75 0.00 1107.38 632.16 0.00 [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] 15:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-17T15:56:03.619Z] 15:52:01 152908 0 558372 29.68 2620 1167656 1121160 38.26 414244 1153408 20 [2020-09-17T15:56:03.619Z] 15:53:01 151992 0 559284 29.72 2620 1167660 1121132 38.26 416084 1152852 8 [2020-09-17T15:56:03.619Z] 15:54:01 157444 0 553824 29.43 2620 1167668 1079412 36.84 413764 1149988 8 [2020-09-17T15:56:03.619Z] 15:55:02 155544 0 555724 29.54 2620 1167668 1079572 36.84 420404 1145240 8 [2020-09-17T15:56:03.619Z] Average: 154472 0 556801 29.59 2620 1167663 1100319 37.55 416124 1150372 11 [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] 15:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-17T15:56:03.619Z] 15:52:01 eth0 233.49 179.44 583.33 174.96 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] 15:52:01 docker0 45.41 40.85 3.81 132.55 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] 15:53:01 eth0 3.98 1.40 2.95 0.09 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] 15:54:01 eth0 0.98 0.40 0.32 0.20 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] 15:55:02 eth0 0.40 0.38 0.26 0.18 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] 15:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] 15:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] Average: eth0 59.73 45.42 146.77 43.87 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] Average: docker0 11.36 10.22 0.95 33.15 0.00 0.00 0.00 0.00 [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] ---> sar -P ALL: [2020-09-17T15:56:03.619Z] 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) [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] 15:50:12 LINUX RESTART (4 CPU) [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] 15:51:01 CPU %user %nice %system %iowait %steal %idle [2020-09-17T15:56:03.619Z] 15:52:01 all 4.05 0.00 1.93 0.67 0.03 93.33 [2020-09-17T15:56:03.619Z] 15:52:01 0 4.02 0.00 2.29 0.37 0.02 93.30 [2020-09-17T15:56:03.619Z] 15:52:01 1 4.02 0.00 2.31 1.07 0.02 92.59 [2020-09-17T15:56:03.619Z] 15:52:01 2 4.33 0.00 1.57 0.49 0.05 93.56 [2020-09-17T15:56:03.619Z] 15:52:01 3 3.81 0.00 1.56 0.74 0.02 93.88 [2020-09-17T15:56:03.619Z] 15:53:01 all 0.18 0.00 0.04 0.00 0.00 99.78 [2020-09-17T15:56:03.619Z] 15:53:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2020-09-17T15:56:03.619Z] 15:53:01 1 0.50 0.00 0.05 0.00 0.00 99.45 [2020-09-17T15:56:03.619Z] 15:53:01 2 0.13 0.00 0.05 0.00 0.00 99.82 [2020-09-17T15:56:03.619Z] 15:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-17T15:56:03.619Z] 15:54:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-09-17T15:56:03.619Z] 15:54:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-17T15:56:03.619Z] 15:54:01 1 0.52 0.00 0.05 0.00 0.00 99.43 [2020-09-17T15:56:03.619Z] 15:54:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-09-17T15:56:03.619Z] 15:54:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-09-17T15:56:03.619Z] 15:55:02 all 0.10 0.00 0.05 0.00 0.00 99.85 [2020-09-17T15:56:03.619Z] 15:55:02 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-09-17T15:56:03.619Z] 15:55:02 1 0.30 0.00 0.08 0.00 0.00 99.62 [2020-09-17T15:56:03.619Z] 15:55:02 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-17T15:56:03.619Z] 15:55:02 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-09-17T15:56:03.619Z] Average: all 1.12 0.00 0.52 0.17 0.01 98.19 [2020-09-17T15:56:03.619Z] Average: 0 1.04 0.00 0.59 0.09 0.01 98.27 [2020-09-17T15:56:03.619Z] Average: 1 1.33 0.00 0.62 0.27 0.00 97.78 [2020-09-17T15:56:03.619Z] Average: 2 1.13 0.00 0.43 0.12 0.01 98.31 [2020-09-17T15:56:03.619Z] Average: 3 0.98 0.00 0.42 0.18 0.00 98.41 [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z] [2020-09-17T15:56:03.619Z]