Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 7b5fd9d962cdf83f85a250be553d98a0b2d14ccb+5d943473fe8cb7b2263b29163a15a9eda06ca963 (2b7e6e0657490c0ca3dde6461efcd587d476f73f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2964 in /w/workspace/dgexfoundry_device-sdk-go_PR-605 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-605 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5d943473fe8cb7b2263b29163a15a9eda06ca963 into PR head commit 7b5fd9d962cdf83f85a250be553d98a0b2d14ccb > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/605/head:refs/remotes/origin/PR-605 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b5fd9d962cdf83f85a250be553d98a0b2d14ccb # timeout=10 > git remote # timeout=10 Merge succeeded, producing 2a640b228b2e7674f568fc18b3c5fbdd144a8d9f Checking out Revision 2a640b228b2e7674f568fc18b3c5fbdd144a8d9f (PR-605) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2a640b228b2e7674f568fc18b3c5fbdd144a8d9f # timeout=10 Commit message: "Merge commit '5d943473fe8cb7b2263b29163a15a9eda06ca963' into HEAD" > git rev-list --no-walk 7b5fd9d962cdf83f85a250be553d98a0b2d14ccb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-02T02:43:23.804Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-02T02:43:24.079Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-02T02:43:24.217Z] ========================================================= [2020-10-02T02:43:24.217Z] EdgeX Global Pipelines Version Info [2020-10-02T02:43:24.217Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:43:25.669Z] ------------------- [2020-10-02T02:43:25.669Z] stable info: [2020-10-02T02:43:25.669Z] ------------------- [2020-10-02T02:43:25.669Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-02T02:43:25.669Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-02T02:43:25.669Z] Message: update stable to v1.0.131 [2020-10-02T02:43:26.617Z] ------------------- [2020-10-02T02:43:26.617Z] experimental info: [2020-10-02T02:43:26.617Z] ------------------- [2020-10-02T02:43:26.617Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-10-02T02:43:26.617Z] Commit SHA: 037048ec40675a742bbe4f4e63335516fc22ae8d [2020-10-02T02:43:26.617Z] Message: update experimental to v1.0.133 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-02T02:43:26.970Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-02T02:43:27.062Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-02T02:43:27.168Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-02T02:43:27.280Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-02T02:43:27.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-02T02:43:27.488Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-02T02:43:27.604Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-02T02:43:27.698Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-02T02:43:27.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-02T02:43:27.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-02T02:43:27.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-02T02:43:28.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-02T02:43:28.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-02T02:43:28.302Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-02T02:43:28.401Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-02T02:43:28.503Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-02T02:43:28.592Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-02T02:43:28.706Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-02T02:43:28.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-02T02:43:28.889Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-02T02:43:29.005Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-02T02:43:29.098Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-02T02:43:29.186Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-02T02:43:29.274Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-02T02:43:29.373Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-02T02:43:29.464Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-605 [Pipeline] echo [2020-10-02T02:43:29.573Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-605 [Pipeline] echo [2020-10-02T02:43:29.665Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-605 [Pipeline] echo [2020-10-02T02:43:29.762Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2a640b228b2e7674f568fc18b3c5fbdd144a8d9f [Pipeline] echo [2020-10-02T02:43:29.862Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2a640b2 [Pipeline] echo [2020-10-02T02:43:29.955Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-02T02:43:30.810Z] + git log --format=format:%s -1 2a640b228b2e7674f568fc18b3c5fbdd144a8d9f [Pipeline] echo [2020-10-02T02:43:30.856Z] GIT_COMMIT: 2a640b228b2e7674f568fc18b3c5fbdd144a8d9f, Commit Message: Merge commit '5d943473fe8cb7b2263b29163a15a9eda06ca963' into HEAD [Pipeline] echo [2020-10-02T02:43:30.905Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:43:31.480Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T02:43:31.756Z] [2020-10-02T02:43:31.756Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:43:32.114Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T02:43:32.114Z] latest: Pulling from edgex-devops/git-semver [2020-10-02T02:43:32.114Z] 31603596830f: Pulling fs layer [2020-10-02T02:43:32.114Z] 2a8b12db71e7: Pulling fs layer [2020-10-02T02:43:32.114Z] 6ca5941a6612: Pulling fs layer [2020-10-02T02:43:32.114Z] ecc8261a40a4: Pulling fs layer [2020-10-02T02:43:32.114Z] ecc8261a40a4: Waiting [2020-10-02T02:43:32.114Z] 2a8b12db71e7: Verifying Checksum [2020-10-02T02:43:32.114Z] 2a8b12db71e7: Download complete [2020-10-02T02:43:32.386Z] 31603596830f: Verifying Checksum [2020-10-02T02:43:32.386Z] 31603596830f: Download complete [2020-10-02T02:43:32.386Z] ecc8261a40a4: Verifying Checksum [2020-10-02T02:43:32.386Z] ecc8261a40a4: Download complete [2020-10-02T02:43:32.386Z] 6ca5941a6612: Verifying Checksum [2020-10-02T02:43:32.386Z] 6ca5941a6612: Download complete [2020-10-02T02:43:32.653Z] 31603596830f: Pull complete [2020-10-02T02:43:32.653Z] 2a8b12db71e7: Pull complete [2020-10-02T02:43:33.596Z] 6ca5941a6612: Pull complete [2020-10-02T02:43:33.596Z] ecc8261a40a4: Pull complete [2020-10-02T02:43:33.858Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-02T02:43:33.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-02T02:43:33.858Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-02T02:43:33.965Z] prd-centos7-docker-4c-2g-2964 does not seem to be running inside a container [2020-10-02T02:43:34.016Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-605 -v /w/workspace/dgexfoundry_device-sdk-go_PR-605:/w/workspace/dgexfoundry_device-sdk-go_PR-605:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-02T02:43:36.087Z] $ docker top f5f9b992ff0f55990bf7c0e20015f6f7dacec1b5b97e2081be3acb701bfcd25f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-02T02:43:36.468Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T02:43:36.469Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T02:43:36.698Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T02:43:36.704Z] $ docker exec f5f9b992ff0f55990bf7c0e20015f6f7dacec1b5b97e2081be3acb701bfcd25f ssh-agent [2020-10-02T02:43:36.879Z] SSH_AUTH_SOCK=/tmp/ssh-CQXMrVWICBY8/agent.11 [2020-10-02T02:43:36.879Z] SSH_AGENT_PID=16 [2020-10-02T02:43:36.893Z] Running ssh-add (command line suppressed) [2020-10-02T02:43:37.009Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/private_key_6018949608950457625.key (/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/private_key_6018949608950457625.key) [2020-10-02T02:43:37.060Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T02:43:37.397Z] + git describe --exact-match --tags HEAD [2020-10-02T02:43:37.397Z] fatal: no tag exactly matches '2a640b228b2e7674f568fc18b3c5fbdd144a8d9f' [Pipeline] } [2020-10-02T02:43:37.424Z] $ docker exec --env ******** --env ******** f5f9b992ff0f55990bf7c0e20015f6f7dacec1b5b97e2081be3acb701bfcd25f ssh-agent -k [2020-10-02T02:43:37.588Z] unset SSH_AUTH_SOCK; [2020-10-02T02:43:37.588Z] unset SSH_AGENT_PID; [2020-10-02T02:43:37.588Z] echo Agent pid 16 killed; [2020-10-02T02:43:37.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-02T02:43:37.721Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-02T02:43:37.721Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-02T02:43:37.820Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-02T02:43:37.820Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-02T02:43:37.982Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-02T02:43:37.988Z] $ docker exec f5f9b992ff0f55990bf7c0e20015f6f7dacec1b5b97e2081be3acb701bfcd25f ssh-agent [2020-10-02T02:43:38.141Z] SSH_AUTH_SOCK=/tmp/ssh-mNnNKUCzrVuk/agent.45 [2020-10-02T02:43:38.141Z] SSH_AGENT_PID=50 [2020-10-02T02:43:38.148Z] Running ssh-add (command line suppressed) [2020-10-02T02:43:38.260Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/private_key_6862634244841627434.key (/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/private_key_6862634244841627434.key) [2020-10-02T02:43:38.307Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-02T02:43:38.636Z] + git semver init [2020-10-02T02:43:38.636Z] # -> Open(): unable to determine branch for HEAD [2020-10-02T02:43:38.636Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-605/.git [2020-10-02T02:43:38.636Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-605 [2020-10-02T02:43:38.636Z] # $SEMVER_REMOTE_NAME = origin [2020-10-02T02:43:38.636Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-02T02:43:38.636Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-02T02:43:38.636Z] # $SEMVER_BRANCH = PR-605 [2020-10-02T02:43:38.636Z] # $SEMVER_TEMP = /tmp/semver-734677714 [2020-10-02T02:43:38.636Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-02T02:43:39.208Z] # '/tmp/semver-734677714' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-605/.semver' [2020-10-02T02:43:39.208Z] # -> Force: false [2020-10-02T02:43:39.208Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-605/.semver [Pipeline] } [2020-10-02T02:43:39.222Z] $ docker exec --env ******** --env ******** f5f9b992ff0f55990bf7c0e20015f6f7dacec1b5b97e2081be3acb701bfcd25f ssh-agent -k [2020-10-02T02:43:39.335Z] unset SSH_AUTH_SOCK; [2020-10-02T02:43:39.336Z] unset SSH_AGENT_PID; [2020-10-02T02:43:39.336Z] echo Agent pid 50 killed; [2020-10-02T02:43:39.375Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-02T02:43:39.919Z] + git semver [Pipeline] } [2020-10-02T02:43:39.939Z] $ docker stop --time=1 f5f9b992ff0f55990bf7c0e20015f6f7dacec1b5b97e2081be3acb701bfcd25f [2020-10-02T02:43:41.355Z] $ docker rm -f f5f9b992ff0f55990bf7c0e20015f6f7dacec1b5b97e2081be3acb701bfcd25f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-02T02:43:42.188Z] Stashed 41 file(s) [Pipeline] echo [2020-10-02T02:43:42.191Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-10-02T02:43:42.294Z] 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-10-02T02:43:57.721Z] Still waiting to schedule task [2020-10-02T02:43:57.721Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-02T02:43:57.724Z] Still waiting to schedule task [2020-10-02T02:43:57.724Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-02T02:45:12.642Z] Running on prd-centos7-docker-4c-2g-2967 in /w/workspace/dgexfoundry_device-sdk-go_PR-605 [Pipeline] { [Pipeline] ws [2020-10-02T02:45:12.704Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-10-02T02:45:18.848Z] using credential edgex-jenkins-ssh [2020-10-02T02:45:18.899Z] Cloning the remote Git repository [2020-10-02T02:45:18.933Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:45:19.014Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-10-02T02:45:19.074Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:45:19.074Z] > git --version # timeout=10 [2020-10-02T02:45:19.087Z] > git --version # 'git version 2.16.5' [2020-10-02T02:45:19.087Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:45:19.124Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T02:45:21.236Z] Merging remotes/origin/master commit 5d943473fe8cb7b2263b29163a15a9eda06ca963 into PR head commit 7b5fd9d962cdf83f85a250be553d98a0b2d14ccb [2020-10-02T02:45:20.668Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-02T02:45:20.690Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T02:45:20.712Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-02T02:45:20.743Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:45:20.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:45:20.757Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/605/head:refs/remotes/origin/PR-605 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-02T02:45:21.249Z] > git config core.sparsecheckout # timeout=10 [2020-10-02T02:45:21.264Z] > git checkout -f 7b5fd9d962cdf83f85a250be553d98a0b2d14ccb # timeout=10 [2020-10-02T02:45:21.510Z] Merge succeeded, producing 10bca66f8ce99aa973f80589e745ad208e1886c7 [2020-10-02T02:45:21.510Z] Checking out Revision 10bca66f8ce99aa973f80589e745ad208e1886c7 (PR-605) [2020-10-02T02:45:21.365Z] > git remote # timeout=10 [2020-10-02T02:45:21.393Z] > git config --get remote.origin.url # timeout=10 [2020-10-02T02:45:21.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:45:21.431Z] > git merge 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 [2020-10-02T02:45:21.477Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-02T02:45:21.516Z] > git config core.sparsecheckout # timeout=10 [2020-10-02T02:45:21.543Z] > git checkout -f 10bca66f8ce99aa973f80589e745ad208e1886c7 # timeout=10 [2020-10-02T02:45:25.419Z] Commit message: "Merge commit '5d943473fe8cb7b2263b29163a15a9eda06ca963' into HEAD" [2020-10-02T02:45:25.427Z] > git rev-list --no-walk 7b5fd9d962cdf83f85a250be553d98a0b2d14ccb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-02T02:45:26.958Z] ========================================================= [2020-10-02T02:45:26.958Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-02T02:45:26.958Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:45:28.079Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-02T02:45:28.665Z] Sending build context to Docker daemon 3.467MB [2020-10-02T02:45:28.665Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-02T02:45:28.665Z] Step 2/8 : FROM ${BASE} [2020-10-02T02:45:28.665Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-02T02:45:28.665Z] df20fa9351a1: Pulling fs layer [2020-10-02T02:45:28.665Z] ed8968b2872e: Pulling fs layer [2020-10-02T02:45:28.665Z] a92cc7c5fd73: Pulling fs layer [2020-10-02T02:45:28.665Z] e871e8e8d7a9: Pulling fs layer [2020-10-02T02:45:28.665Z] e73272ec9a57: Pulling fs layer [2020-10-02T02:45:28.665Z] 1e910a182e73: Pulling fs layer [2020-10-02T02:45:28.665Z] 4e634b169226: Pulling fs layer [2020-10-02T02:45:28.665Z] e871e8e8d7a9: Waiting [2020-10-02T02:45:28.665Z] 1e910a182e73: Waiting [2020-10-02T02:45:28.665Z] e73272ec9a57: Waiting [2020-10-02T02:45:28.665Z] a92cc7c5fd73: Verifying Checksum [2020-10-02T02:45:28.665Z] a92cc7c5fd73: Download complete [2020-10-02T02:45:28.665Z] ed8968b2872e: Verifying Checksum [2020-10-02T02:45:28.665Z] ed8968b2872e: Download complete [2020-10-02T02:45:28.665Z] e73272ec9a57: Verifying Checksum [2020-10-02T02:45:28.665Z] e73272ec9a57: Download complete [2020-10-02T02:45:28.934Z] 1e910a182e73: Verifying Checksum [2020-10-02T02:45:28.934Z] 1e910a182e73: Download complete [2020-10-02T02:45:28.934Z] df20fa9351a1: Verifying Checksum [2020-10-02T02:45:28.934Z] df20fa9351a1: Download complete [2020-10-02T02:45:29.218Z] df20fa9351a1: Pull complete [2020-10-02T02:45:29.218Z] ed8968b2872e: Pull complete [2020-10-02T02:45:29.486Z] a92cc7c5fd73: Pull complete [2020-10-02T02:45:31.445Z] 4e634b169226: Verifying Checksum [2020-10-02T02:45:31.445Z] 4e634b169226: Download complete [2020-10-02T02:45:32.034Z] e871e8e8d7a9: Verifying Checksum [2020-10-02T02:45:32.034Z] e871e8e8d7a9: Download complete [2020-10-02T02:45:40.295Z] e871e8e8d7a9: Pull complete [2020-10-02T02:45:40.572Z] e73272ec9a57: Pull complete [2020-10-02T02:45:40.572Z] 1e910a182e73: Pull complete [2020-10-02T02:45:45.967Z] 4e634b169226: Pull complete [2020-10-02T02:45:45.967Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-02T02:45:45.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-02T02:45:45.967Z] ---> f7629b54cfaa [2020-10-02T02:45:45.967Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:45:45.967Z] ---> Running in eb2192be87f5 [2020-10-02T02:45:45.967Z] Removing intermediate container eb2192be87f5 [2020-10-02T02:45:45.967Z] ---> 51c472681938 [2020-10-02T02:45:45.967Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T02:45:45.967Z] ---> Running in e9ae64e1dfb5 [2020-10-02T02:45:47.398Z] Removing intermediate container e9ae64e1dfb5 [2020-10-02T02:45:47.398Z] ---> 165c8c76c5ce [2020-10-02T02:45:47.398Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-02T02:45:47.398Z] ---> Running in 42803115943f [2020-10-02T02:45:48.389Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T02:45:48.977Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T02:45:50.385Z] OK: 166 MiB in 39 packages [2020-10-02T02:45:50.662Z] Removing intermediate container 42803115943f [2020-10-02T02:45:50.662Z] ---> 4cf6862ec16e [2020-10-02T02:45:50.662Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-02T02:45:50.942Z] ---> Running in 3dbf79067c9b [2020-10-02T02:45:51.227Z] Removing intermediate container 3dbf79067c9b [2020-10-02T02:45:51.227Z] ---> 7d1f1f287a35 [2020-10-02T02:45:51.227Z] Step 7/8 : COPY . . [2020-10-02T02:45:52.649Z] ---> 609cb797f342 [2020-10-02T02:45:52.650Z] Step 8/8 : RUN go mod download [2020-10-02T02:45:52.650Z] ---> Running in 1e55ff4e996b [2020-10-02T02:46:14.885Z] Removing intermediate container 1e55ff4e996b [2020-10-02T02:46:14.885Z] ---> eb66f8325f8f [2020-10-02T02:46:14.885Z] Successfully built eb66f8325f8f [2020-10-02T02:46:14.885Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:46:15.568Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-02T02:46:15.569Z] . [Pipeline] withDockerContainer [2020-10-02T02:46:15.775Z] prd-centos7-docker-4c-2g-2967 does not seem to be running inside a container [2020-10-02T02:46:15.852Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-02T02:46:16.810Z] $ docker top d46f6c57b81534792aee787bef21728dab07879f58978de2d9cb443bc7919374 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T02:46:17.448Z] + go version [2020-10-02T02:46:17.448Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-02T02:46:17.483Z] $ docker stop --time=1 d46f6c57b81534792aee787bef21728dab07879f58978de2d9cb443bc7919374 [2020-10-02T02:46:19.199Z] $ docker rm -f d46f6c57b81534792aee787bef21728dab07879f58978de2d9cb443bc7919374 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:46:20.214Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-02T02:46:20.214Z] . [Pipeline] withDockerContainer [2020-10-02T02:46:20.346Z] prd-centos7-docker-4c-2g-2967 does not seem to be running inside a container [2020-10-02T02:46:20.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-02T02:46:21.488Z] $ docker top bd3bb03e4d0904f45c40828c333574b82c58f2457fa5491a71341d2273093bbe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T02:46:22.054Z] + make test [2020-10-02T02:46:22.054Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-02T02:46:34.501Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-02T02:47:01.698Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-02T02:47:01.698Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-02T02:47:01.698Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-02T02:47:01.698Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.087s coverage: 21.6% of statements [2020-10-02T02:47:02.372Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.765s coverage: 97.1% of statements [2020-10-02T02:47:34.788Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.110s coverage: 9.4% of statements [2020-10-02T02:47:34.788Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.080s coverage: 21.9% of statements [2020-10-02T02:47:34.788Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-02T02:47:34.788Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.359s coverage: 41.8% of statements [2020-10-02T02:47:34.788Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-02T02:47:34.788Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.365s coverage: 65.4% of statements [2020-10-02T02:47:34.788Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-02T02:47:34.788Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-02T02:47:34.788Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-02T02:47:34.788Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-02T02:47:34.788Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.094s coverage: 52.6% of statements [2020-10-02T02:47:34.788Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-02T02:47:34.788Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 3.535s coverage: 68.9% of statements [2020-10-02T02:47:34.788Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-02T02:47:34.788Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-02T02:47:34.788Z] GO111MODULE=on go vet ./... [2020-10-02T02:47:47.402Z] gofmt -l . [2020-10-02T02:47:47.402Z] [ "`gofmt -l .`" = "" ] [2020-10-02T02:47:47.402Z] ./bin/test-attribution-txt.sh [2020-10-02T02:47:47.669Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-02T02:47:48.714Z] Stashed 1 file(s) [Pipeline] } [2020-10-02T02:47:48.724Z] $ docker stop --time=1 bd3bb03e4d0904f45c40828c333574b82c58f2457fa5491a71341d2273093bbe [2020-10-02T02:47:50.814Z] $ docker rm -f bd3bb03e4d0904f45c40828c333574b82c58f2457fa5491a71341d2273093bbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-02T02:47:52.537Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-02T02:47:52.870Z] + ls -al . [2020-10-02T02:47:52.870Z] total 192 [2020-10-02T02:47:52.870Z] drwxrwxr-x. 11 jenkins jenkins 4096 Oct 2 02:47 . [2020-10-02T02:47:52.870Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 2 02:45 .. [2020-10-02T02:47:52.870Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 2 02:45 bin [2020-10-02T02:47:52.870Z] -rw-r--r--. 1 jenkins jenkins 111047 Oct 2 02:47 coverage.out [2020-10-02T02:47:52.870Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 2 02:45 Dockerfile.build [2020-10-02T02:47:52.870Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 2 02:45 .dockerignore [2020-10-02T02:47:52.870Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 2 02:45 example [2020-10-02T02:47:52.870Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 2 02:45 .git [2020-10-02T02:47:52.870Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 2 02:45 .github [2020-10-02T02:47:52.870Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 2 02:45 .gitignore [2020-10-02T02:47:52.870Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 2 02:47 go.mod [2020-10-02T02:47:52.870Z] -rw-r--r--. 1 jenkins jenkins 13567 Oct 2 02:47 go.sum [2020-10-02T02:47:52.870Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 2 02:45 internal [2020-10-02T02:47:52.870Z] -rw-rw-r--. 1 jenkins jenkins 785 Oct 2 02:45 Jenkinsfile [2020-10-02T02:47:52.870Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 2 02:45 LICENSE [2020-10-02T02:47:52.870Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 2 02:45 Makefile [2020-10-02T02:47:52.870Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 2 02:45 openapi [2020-10-02T02:47:52.870Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 2 02:45 pkg [2020-10-02T02:47:52.870Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 2 02:45 README.md [2020-10-02T02:47:52.870Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 2 02:45 RELEASE-NOTES.txt [2020-10-02T02:47:52.870Z] drwxrwxr-x. 3 jenkins jenkins 58 Oct 2 02:45 .semver [2020-10-02T02:47:52.870Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 2 02:45 snap [2020-10-02T02:47:52.870Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 2 02:43 VERSION [2020-10-02T02:47:52.870Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 2 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:47:53.189Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=2a640b228b2e7674f568fc18b3c5fbdd144a8d9f --label arch=amd64 --label version=0.0.0 . [2020-10-02T02:47:53.458Z] Sending build context to Docker daemon 3.579MB [2020-10-02T02:47:53.458Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-02T02:47:53.458Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-02T02:47:53.458Z] ---> eb66f8325f8f [2020-10-02T02:47:53.458Z] Step 3/24 : ARG MAKE='make build' [2020-10-02T02:47:54.041Z] ---> Running in 3cc1997c1c31 [2020-10-02T02:47:54.308Z] Removing intermediate container 3cc1997c1c31 [2020-10-02T02:47:54.308Z] ---> 5e93c0148fb8 [2020-10-02T02:47:54.308Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-02T02:47:54.308Z] ---> Running in 5d895c55f080 [2020-10-02T02:47:54.574Z] Removing intermediate container 5d895c55f080 [2020-10-02T02:47:54.574Z] ---> 18a2ab562b3e [2020-10-02T02:47:54.574Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:47:54.844Z] ---> Running in 923a82cf6850 [2020-10-02T02:47:54.844Z] Removing intermediate container 923a82cf6850 [2020-10-02T02:47:54.844Z] ---> a8b1cbec5605 [2020-10-02T02:47:54.844Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T02:47:55.112Z] ---> Running in 19a15941e8c9 [2020-10-02T02:47:56.087Z] Removing intermediate container 19a15941e8c9 [2020-10-02T02:47:56.087Z] ---> 1559c36bce9b [2020-10-02T02:47:56.087Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-02T02:47:56.087Z] ---> Running in 80c3279b1ac0 [2020-10-02T02:47:57.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-02T02:47:58.057Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-02T02:47:59.004Z] OK: 166 MiB in 39 packages [2020-10-02T02:47:59.280Z] Removing intermediate container 80c3279b1ac0 [2020-10-02T02:47:59.280Z] ---> 790670d7b5c6 [2020-10-02T02:47:59.280Z] Step 8/24 : COPY . . [2020-10-02T02:48:00.683Z] ---> b8d1e3a508e9 [2020-10-02T02:48:00.683Z] Step 9/24 : RUN ${MAKE} [2020-10-02T02:48:00.683Z] ---> Running in b35126e17d54 [2020-10-02T02:48:01.305Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-02T02:48:16.583Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-02T02:48:19.150Z] Removing intermediate container b35126e17d54 [2020-10-02T02:48:19.151Z] ---> 3b52fba2e335 [2020-10-02T02:48:19.151Z] Step 10/24 : FROM scratch [2020-10-02T02:48:19.151Z] ---> [2020-10-02T02:48:19.151Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:48:19.151Z] ---> Running in 994194277c7c [2020-10-02T02:48:19.151Z] Removing intermediate container 994194277c7c [2020-10-02T02:48:19.151Z] ---> 9646d54da5df [2020-10-02T02:48:19.151Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-02T02:48:19.151Z] ---> Running in 209218cb1bd0 [2020-10-02T02:48:19.415Z] Removing intermediate container 209218cb1bd0 [2020-10-02T02:48:19.415Z] ---> 88e1379621e0 [2020-10-02T02:48:19.415Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-02T02:48:19.415Z] ---> Running in 47a4c3b317bf [2020-10-02T02:48:19.415Z] Removing intermediate container 47a4c3b317bf [2020-10-02T02:48:19.415Z] ---> ae0b9215cc91 [2020-10-02T02:48:19.415Z] Step 14/24 : WORKDIR / [2020-10-02T02:48:19.684Z] ---> Running in d17a420b82fd [2020-10-02T02:48:19.684Z] Removing intermediate container d17a420b82fd [2020-10-02T02:48:19.684Z] ---> 77b9bd1e0af0 [2020-10-02T02:48:19.684Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-02T02:48:20.271Z] ---> 2ecce89b137a [2020-10-02T02:48:20.271Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-02T02:48:20.538Z] ---> 2f7e7d5f6c1f [2020-10-02T02:48:20.538Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-02T02:48:20.801Z] ---> 40908c51262e [2020-10-02T02:48:20.801Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-02T02:48:21.384Z] ---> b0a120584c8a [2020-10-02T02:48:21.384Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-02T02:48:21.650Z] ---> 75f501c26e1f [2020-10-02T02:48:21.650Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-02T02:48:21.650Z] ---> Running in 20329b64b3be [2020-10-02T02:48:21.920Z] Removing intermediate container 20329b64b3be [2020-10-02T02:48:21.920Z] ---> 30449edd35f7 [2020-10-02T02:48:21.920Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T02:48:21.920Z] ---> Running in e9e5b63cb809 [2020-10-02T02:48:22.188Z] Removing intermediate container e9e5b63cb809 [2020-10-02T02:48:22.188Z] ---> b5524904de76 [2020-10-02T02:48:22.188Z] Step 22/24 : LABEL arch=amd64 [2020-10-02T02:48:22.188Z] ---> Running in 608c8086e107 [2020-10-02T02:48:22.450Z] Removing intermediate container 608c8086e107 [2020-10-02T02:48:22.450Z] ---> 09d5f1953f31 [2020-10-02T02:48:22.450Z] Step 23/24 : LABEL git_sha=2a640b228b2e7674f568fc18b3c5fbdd144a8d9f [2020-10-02T02:48:22.450Z] ---> Running in 30d5f87eb967 [2020-10-02T02:48:22.715Z] Removing intermediate container 30d5f87eb967 [2020-10-02T02:48:22.715Z] ---> 817f271d8094 [2020-10-02T02:48:22.715Z] Step 24/24 : LABEL version=0.0.0 [2020-10-02T02:48:22.715Z] ---> Running in 8f0bf0e62d81 [2020-10-02T02:48:22.978Z] Removing intermediate container 8f0bf0e62d81 [2020-10-02T02:48:22.978Z] ---> c444c01ea12f [2020-10-02T02:48:22.978Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-02T02:48:22.978Z] Successfully built c444c01ea12f [2020-10-02T02:48:22.978Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-02T02:48:24.276Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2969 in /w/workspace/dgexfoundry_device-sdk-go_PR-605 [Pipeline] { [Pipeline] ws [2020-10-02T02:48:24.332Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-10-02T02:48:29.488Z] using credential edgex-jenkins-ssh [2020-10-02T02:48:29.545Z] Cloning the remote Git repository [2020-10-02T02:48:29.610Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:48:29.712Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-10-02T02:48:29.805Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:48:29.805Z] > git --version # timeout=10 [2020-10-02T02:48:29.827Z] > git --version # 'git version 2.17.1' [2020-10-02T02:48:29.828Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:48:29.883Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T02:48:31.373Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-02T02:48:31.390Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-02T02:48:31.421Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-02T02:48:31.456Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-02T02:48:31.457Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:48:31.467Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/605/head:refs/remotes/origin/PR-605 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-02T02:48:32.101Z] Merging remotes/origin/master commit 5d943473fe8cb7b2263b29163a15a9eda06ca963 into PR head commit 7b5fd9d962cdf83f85a250be553d98a0b2d14ccb [2020-10-02T02:48:32.454Z] Merge succeeded, producing 9bacccf31f3f9c3695f11e972d89cb2290c08177 [2020-10-02T02:48:32.455Z] Checking out Revision 9bacccf31f3f9c3695f11e972d89cb2290c08177 (PR-605) [2020-10-02T02:48:32.126Z] > git config core.sparsecheckout # timeout=10 [2020-10-02T02:48:32.149Z] > git checkout -f 7b5fd9d962cdf83f85a250be553d98a0b2d14ccb # timeout=10 [2020-10-02T02:48:32.258Z] > git remote # timeout=10 [2020-10-02T02:48:32.277Z] > git config --get remote.origin.url # timeout=10 [2020-10-02T02:48:32.299Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-02T02:48:32.309Z] > git merge 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 [2020-10-02T02:48:32.391Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-02T02:48:32.466Z] > git config core.sparsecheckout # timeout=10 [2020-10-02T02:48:32.500Z] > git checkout -f 9bacccf31f3f9c3695f11e972d89cb2290c08177 # timeout=10 [2020-10-02T02:48:36.778Z] Commit message: "Merge commit '5d943473fe8cb7b2263b29163a15a9eda06ca963' into HEAD" [2020-10-02T02:48:36.790Z] > git rev-list --no-walk 7b5fd9d962cdf83f85a250be553d98a0b2d14ccb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-02T02:48:38.227Z] ========================================================= [2020-10-02T02:48:38.227Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-02T02:48:38.227Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:48:39.427Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-02T02:48:40.419Z] Sending build context to Docker daemon 3.469MB [2020-10-02T02:48:40.419Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-02T02:48:40.419Z] Step 2/8 : FROM ${BASE} [2020-10-02T02:48:40.696Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-02T02:48:40.696Z] b538f80385f9: Pulling fs layer [2020-10-02T02:48:40.696Z] 74f711af9a0d: Pulling fs layer [2020-10-02T02:48:40.696Z] 99f96fe45779: Pulling fs layer [2020-10-02T02:48:40.696Z] 8529a6b9a6be: Pulling fs layer [2020-10-02T02:48:40.696Z] 45590311c82a: Pulling fs layer [2020-10-02T02:48:40.696Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-02T02:48:40.696Z] 209524e5b208: Pulling fs layer [2020-10-02T02:48:40.696Z] 8529a6b9a6be: Waiting [2020-10-02T02:48:40.696Z] 45590311c82a: Waiting [2020-10-02T02:48:40.696Z] 69ca0ff8b7b3: Waiting [2020-10-02T02:48:40.696Z] 209524e5b208: Waiting [2020-10-02T02:48:40.696Z] 99f96fe45779: Verifying Checksum [2020-10-02T02:48:40.696Z] 99f96fe45779: Download complete [2020-10-02T02:48:40.696Z] 74f711af9a0d: Verifying Checksum [2020-10-02T02:48:40.696Z] 74f711af9a0d: Download complete [2020-10-02T02:48:40.696Z] 45590311c82a: Verifying Checksum [2020-10-02T02:48:40.696Z] 45590311c82a: Download complete [2020-10-02T02:48:40.696Z] 69ca0ff8b7b3: Download complete [2020-10-02T02:48:41.679Z] b538f80385f9: Verifying Checksum [2020-10-02T02:48:41.679Z] b538f80385f9: Download complete [2020-10-02T02:48:42.291Z] b538f80385f9: Pull complete [2020-10-02T02:48:42.893Z] 74f711af9a0d: Pull complete [2020-10-02T02:48:43.169Z] 99f96fe45779: Pull complete [2020-10-02T02:48:43.772Z] 209524e5b208: Verifying Checksum [2020-10-02T02:48:43.772Z] 209524e5b208: Download complete [2020-10-02T02:48:45.205Z] 8529a6b9a6be: Verifying Checksum [2020-10-02T02:48:45.206Z] 8529a6b9a6be: Download complete [2020-10-02T02:48:55.394Z] 8529a6b9a6be: Pull complete [2020-10-02T02:48:55.668Z] 45590311c82a: Pull complete [2020-10-02T02:48:55.943Z] 69ca0ff8b7b3: Pull complete [2020-10-02T02:49:00.275Z] 209524e5b208: Pull complete [2020-10-02T02:49:00.275Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-02T02:49:00.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-02T02:49:00.275Z] ---> 5bddaf1c2fca [2020-10-02T02:49:00.275Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:49:02.953Z] ---> Running in 8ba606711034 [2020-10-02T02:49:03.251Z] Removing intermediate container 8ba606711034 [2020-10-02T02:49:03.251Z] ---> 165891f6bf9b [2020-10-02T02:49:03.251Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T02:49:03.524Z] ---> Running in 75589dadc2ed [2020-10-02T02:49:06.177Z] Removing intermediate container 75589dadc2ed [2020-10-02T02:49:06.177Z] ---> ff3ae7d24157 [2020-10-02T02:49:06.177Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-02T02:49:06.177Z] ---> Running in 25206bb456b5 [2020-10-02T02:49:07.626Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T02:49:08.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T02:49:09.597Z] OK: 142 MiB in 39 packages [2020-10-02T02:49:11.031Z] Removing intermediate container 25206bb456b5 [2020-10-02T02:49:11.031Z] ---> e87d715f3c51 [2020-10-02T02:49:11.031Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-02T02:49:11.031Z] ---> Running in b568c8d5e46f [2020-10-02T02:49:11.307Z] Removing intermediate container b568c8d5e46f [2020-10-02T02:49:11.307Z] ---> b0f0ccd26241 [2020-10-02T02:49:11.307Z] Step 7/8 : COPY . . [2020-10-02T02:49:12.751Z] ---> 7ebf8428f4de [2020-10-02T02:49:12.751Z] Step 8/8 : RUN go mod download [2020-10-02T02:49:13.025Z] ---> Running in 3ab4d4d15f8f [2020-10-02T02:49:35.261Z] Removing intermediate container 3ab4d4d15f8f [2020-10-02T02:49:35.261Z] ---> d176f58212b5 [2020-10-02T02:49:35.261Z] Successfully built d176f58212b5 [2020-10-02T02:49:35.261Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:49:35.661Z] + docker inspect -f . ci-base-image-arm64 [2020-10-02T02:49:35.661Z] . [Pipeline] withDockerContainer [2020-10-02T02:49:35.899Z] prd-ubuntu18.04-docker-arm64-4c-16g-2969 does not seem to be running inside a container [2020-10-02T02:49:35.987Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-02T02:49:37.941Z] $ docker top 0847b620de1ecd073d94dfb3c102a8522a4ac8d9901bc16e1aefc94c4c66c12d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T02:49:39.386Z] + go version [2020-10-02T02:49:39.386Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-02T02:49:39.414Z] $ docker stop --time=1 0847b620de1ecd073d94dfb3c102a8522a4ac8d9901bc16e1aefc94c4c66c12d [2020-10-02T02:49:41.491Z] $ docker rm -f 0847b620de1ecd073d94dfb3c102a8522a4ac8d9901bc16e1aefc94c4c66c12d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:49:42.501Z] + docker inspect -f . ci-base-image-arm64 [2020-10-02T02:49:42.502Z] . [Pipeline] withDockerContainer [2020-10-02T02:49:42.765Z] prd-ubuntu18.04-docker-arm64-4c-16g-2969 does not seem to be running inside a container [2020-10-02T02:49:42.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-02T02:49:44.718Z] $ docker top 7df67302cab0b65627648cfab73032a07617bddf2c032402695e4cffe763a035 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-02T02:49:46.097Z] + make test [2020-10-02T02:49:46.097Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-02T02:50:08.274Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-02T02:50:47.316Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-02T02:50:47.316Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-02T02:50:47.316Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-02T02:50:47.316Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.178s coverage: 21.6% of statements [2020-10-02T02:50:49.950Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.154s coverage: 97.1% of statements [2020-10-02T02:51:22.299Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.169s coverage: 9.4% of statements [2020-10-02T02:51:22.299Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.109s coverage: 21.9% of statements [2020-10-02T02:51:22.299Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-02T02:51:22.299Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.551s coverage: 41.8% of statements [2020-10-02T02:51:22.299Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-02T02:51:22.299Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.766s coverage: 65.4% of statements [2020-10-02T02:51:22.299Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-02T02:51:22.299Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-02T02:51:22.299Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-02T02:51:22.299Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-02T02:51:22.299Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.171s coverage: 52.6% of statements [2020-10-02T02:51:22.299Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-02T02:51:22.299Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.869s coverage: 68.9% of statements [2020-10-02T02:51:22.299Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-02T02:51:22.299Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-02T02:51:22.299Z] GO111MODULE=on go vet ./... [2020-10-02T02:51:49.559Z] gofmt -l . [2020-10-02T02:51:49.559Z] [ "`gofmt -l .`" = "" ] [2020-10-02T02:51:49.559Z] ./bin/test-attribution-txt.sh [2020-10-02T02:51:49.559Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-02T02:51:49.582Z] Warning: overwriting stash ‘coverage-report’ [2020-10-02T02:51:50.341Z] Stashed 1 file(s) [Pipeline] } [2020-10-02T02:51:50.352Z] $ docker stop --time=1 7df67302cab0b65627648cfab73032a07617bddf2c032402695e4cffe763a035 [2020-10-02T02:51:52.591Z] $ docker rm -f 7df67302cab0b65627648cfab73032a07617bddf2c032402695e4cffe763a035 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-02T02:51:53.982Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-02T02:51:54.322Z] + ls -al . [2020-10-02T02:51:54.322Z] total 232 [2020-10-02T02:51:54.322Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 2 02:51 . [2020-10-02T02:51:54.322Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:48 .. [2020-10-02T02:51:54.322Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 2 02:48 .dockerignore [2020-10-02T02:51:54.322Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 02:48 .git [2020-10-02T02:51:54.322Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 02:48 .github [2020-10-02T02:51:54.322Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 2 02:48 .gitignore [2020-10-02T02:51:54.322Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 2 02:48 .semver [2020-10-02T02:51:54.322Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 2 02:48 Dockerfile.build [2020-10-02T02:51:54.322Z] -rw-rw-r-- 1 jenkins jenkins 785 Oct 2 02:48 Jenkinsfile [2020-10-02T02:51:54.322Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 2 02:48 LICENSE [2020-10-02T02:51:54.322Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 2 02:48 Makefile [2020-10-02T02:51:54.322Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 2 02:48 README.md [2020-10-02T02:51:54.322Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 2 02:48 RELEASE-NOTES.txt [2020-10-02T02:51:54.322Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 2 02:43 VERSION [2020-10-02T02:51:54.322Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 02:48 bin [2020-10-02T02:51:54.322Z] -rw-r--r-- 1 jenkins jenkins 111047 Oct 2 02:51 coverage.out [2020-10-02T02:51:54.322Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:48 example [2020-10-02T02:51:54.322Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 2 02:51 go.mod [2020-10-02T02:51:54.322Z] -rw-r--r-- 1 jenkins jenkins 13567 Oct 2 02:51 go.sum [2020-10-02T02:51:54.322Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 2 02:48 internal [2020-10-02T02:51:54.322Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:48 openapi [2020-10-02T02:51:54.322Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 2 02:48 pkg [2020-10-02T02:51:54.322Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:48 snap [2020-10-02T02:51:54.322Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 2 02:48 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-02T02:51:54.672Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=2a640b228b2e7674f568fc18b3c5fbdd144a8d9f --label arch=arm64 --label version=0.0.0 . [2020-10-02T02:51:55.272Z] Sending build context to Docker daemon 3.58MB [2020-10-02T02:51:55.272Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-02T02:51:55.272Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-02T02:51:55.272Z] ---> d176f58212b5 [2020-10-02T02:51:55.272Z] Step 3/24 : ARG MAKE='make build' [2020-10-02T02:51:55.546Z] ---> Running in 2726e7a781ce [2020-10-02T02:51:55.818Z] Removing intermediate container 2726e7a781ce [2020-10-02T02:51:55.818Z] ---> fa5a09cb9c18 [2020-10-02T02:51:55.818Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-02T02:51:56.091Z] ---> Running in 94dfb3fa544d [2020-10-02T02:51:56.683Z] Removing intermediate container 94dfb3fa544d [2020-10-02T02:51:56.683Z] ---> db3f31a87427 [2020-10-02T02:51:56.683Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:51:56.683Z] ---> Running in 0bfbf8ba363a [2020-10-02T02:51:56.957Z] Removing intermediate container 0bfbf8ba363a [2020-10-02T02:51:56.957Z] ---> 70861ef1cea4 [2020-10-02T02:51:56.957Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-02T02:51:57.231Z] ---> Running in 8fc8fe150525 [2020-10-02T02:51:59.852Z] Removing intermediate container 8fc8fe150525 [2020-10-02T02:51:59.852Z] ---> 0b956a7a918d [2020-10-02T02:51:59.852Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-02T02:51:59.852Z] ---> Running in 77267dc4f6ef [2020-10-02T02:52:01.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-02T02:52:02.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-02T02:52:02.860Z] OK: 142 MiB in 39 packages [2020-10-02T02:52:04.290Z] Removing intermediate container 77267dc4f6ef [2020-10-02T02:52:04.290Z] ---> 3e56d17c452e [2020-10-02T02:52:04.290Z] Step 8/24 : COPY . . [2020-10-02T02:52:05.726Z] ---> b98ecf0c0116 [2020-10-02T02:52:05.726Z] Step 9/24 : RUN ${MAKE} [2020-10-02T02:52:05.726Z] ---> Running in 9fd6c21fa071 [2020-10-02T02:52:07.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-02T02:52:33.996Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-02T02:52:33.996Z] Removing intermediate container 9fd6c21fa071 [2020-10-02T02:52:33.996Z] ---> 919e68ea30e6 [2020-10-02T02:52:33.996Z] Step 10/24 : FROM scratch [2020-10-02T02:52:33.996Z] ---> [2020-10-02T02:52:33.996Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-02T02:52:33.996Z] ---> Running in e0bc82aa7205 [2020-10-02T02:52:33.996Z] Removing intermediate container e0bc82aa7205 [2020-10-02T02:52:33.996Z] ---> 3e1e9a2c52d9 [2020-10-02T02:52:33.996Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-02T02:52:33.996Z] ---> Running in 35d1f121e3bc [2020-10-02T02:52:33.996Z] Removing intermediate container 35d1f121e3bc [2020-10-02T02:52:33.996Z] ---> cb658a2232ce [2020-10-02T02:52:33.996Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-02T02:52:33.996Z] ---> Running in 12e18dbebc5a [2020-10-02T02:52:33.996Z] Removing intermediate container 12e18dbebc5a [2020-10-02T02:52:33.996Z] ---> 5bc6d6e7adce [2020-10-02T02:52:33.996Z] Step 14/24 : WORKDIR / [2020-10-02T02:52:34.273Z] ---> Running in 79dea25cf87d [2020-10-02T02:52:34.550Z] Removing intermediate container 79dea25cf87d [2020-10-02T02:52:34.550Z] ---> eaf26074db72 [2020-10-02T02:52:34.550Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-02T02:52:35.986Z] ---> 459210bf0455 [2020-10-02T02:52:35.986Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-02T02:52:36.578Z] ---> 661cff993cc5 [2020-10-02T02:52:36.578Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-02T02:52:37.171Z] ---> 0246d1ebcfed [2020-10-02T02:52:37.171Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-02T02:52:37.767Z] ---> d5fc8c197aef [2020-10-02T02:52:37.767Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-02T02:52:38.754Z] ---> 82be478eb5d7 [2020-10-02T02:52:38.754Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-02T02:52:38.754Z] ---> Running in ce23c7e26ca3 [2020-10-02T02:52:39.029Z] Removing intermediate container ce23c7e26ca3 [2020-10-02T02:52:39.029Z] ---> e7179b1cbfcd [2020-10-02T02:52:39.029Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-02T02:52:39.304Z] ---> Running in 0ded2c488a1a [2020-10-02T02:52:39.580Z] Removing intermediate container 0ded2c488a1a [2020-10-02T02:52:39.580Z] ---> 95ed2e5c5be0 [2020-10-02T02:52:39.580Z] Step 22/24 : LABEL arch=arm64 [2020-10-02T02:52:39.853Z] ---> Running in 76f7df03c05b [2020-10-02T02:52:40.126Z] Removing intermediate container 76f7df03c05b [2020-10-02T02:52:40.126Z] ---> 069f1a10b89a [2020-10-02T02:52:40.126Z] Step 23/24 : LABEL git_sha=2a640b228b2e7674f568fc18b3c5fbdd144a8d9f [2020-10-02T02:52:40.401Z] ---> Running in 6572469f2441 [2020-10-02T02:52:40.677Z] Removing intermediate container 6572469f2441 [2020-10-02T02:52:40.677Z] ---> 39ae63588c6d [2020-10-02T02:52:40.677Z] Step 24/24 : LABEL version=0.0.0 [2020-10-02T02:52:40.950Z] ---> Running in b062bf847192 [2020-10-02T02:52:41.221Z] Removing intermediate container b062bf847192 [2020-10-02T02:52:41.221Z] ---> d9e88fd290e3 [2020-10-02T02:52:41.221Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-02T02:52:41.492Z] Successfully built d9e88fd290e3 [2020-10-02T02:52:41.492Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-02T02:52:43.262Z] provisioning config files... [2020-10-02T02:52:43.278Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/config8456248683820350571tmp [Pipeline] { [Pipeline] sh [2020-10-02T02:52:43.662Z] + set +x [2020-10-02T02:52:43.663Z] + curl -s https://codecov.io/bash [2020-10-02T02:52:43.663Z] + bash -s -- [2020-10-02T02:52:43.928Z] [2020-10-02T02:52:43.928Z] _____ _ [2020-10-02T02:52:43.928Z] / ____| | | [2020-10-02T02:52:43.928Z] | | ___ __| | ___ ___ _____ __ [2020-10-02T02:52:43.928Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-02T02:52:43.928Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-02T02:52:43.928Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-02T02:52:43.928Z] Bash-20200917-4e8f14b [2020-10-02T02:52:43.928Z] [2020-10-02T02:52:43.928Z] [2020-10-02T02:52:43.928Z] ==> Jenkins CI detected. [2020-10-02T02:52:43.928Z] project root: . [2020-10-02T02:52:43.928Z] Fixing merge commit SHA [2020-10-02T02:52:43.928Z] --> token set from env [2020-10-02T02:52:43.928Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-02T02:52:43.928Z] ==> Running gcov in . (disable via -X gcov) [2020-10-02T02:52:43.928Z] ==> Python coveragepy not found [2020-10-02T02:52:43.928Z] ==> Searching for coverage reports in: [2020-10-02T02:52:43.928Z] + . [2020-10-02T02:52:43.928Z] -> Found 1 reports [2020-10-02T02:52:43.928Z] ==> Detecting git/mercurial file structure [2020-10-02T02:52:43.928Z] ==> Reading reports [2020-10-02T02:52:43.928Z] + ./coverage.out bytes=111047 [2020-10-02T02:52:43.928Z] ==> Appending adjustments [2020-10-02T02:52:43.928Z] https://docs.codecov.io/docs/fixing-reports [2020-10-02T02:52:44.505Z] + Found adjustments [2020-10-02T02:52:44.505Z] ==> Gzipping contents [2020-10-02T02:52:44.505Z] ==> Uploading reports [2020-10-02T02:52:44.505Z] url: https://codecov.io [2020-10-02T02:52:44.505Z] query: branch=PR-605&commit=5d943473fe8cb7b2263b29163a15a9eda06ca963&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-605%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=605&job=&cmd_args= [2020-10-02T02:52:44.505Z] -> Pinging Codecov [2020-10-02T02:52:44.505Z] https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-605&commit=5d943473fe8cb7b2263b29163a15a9eda06ca963&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-605%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=605&job=&cmd_args= [2020-10-02T02:52:44.771Z] -> Uploading to [2020-10-02T02:52:44.771Z] https://storage.googleapis.com/codecov/v4/raw/2020-10-02/7E55EF52A471D76F132DFD9A03CDDE97/5d943473fe8cb7b2263b29163a15a9eda06ca963/1f72572b-5ae1-4674-9f55-272b4c74bb8c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201002%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201002T025244Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1b2c71efa27af8383bd348d0a624e6b8eef5c0630209d1d8276bd8f80005e92c [2020-10-02T02:52:44.771Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-02T02:52:44.771Z] Dload Upload Total Spent Left Speed [2020-10-02T02:52:45.350Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18399 0 0 100 18399 0 44133 --:--:-- --:--:-- --:--:-- 44122 [2020-10-02T02:52:45.350Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/5d943473fe8cb7b2263b29163a15a9eda06ca963 [Pipeline] } [2020-10-02T02:52:45.362Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:52:47.983Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:52:48.559Z] ---> package-listing.sh [2020-10-02T02:52:48.559Z] ++ facter osfamily [2020-10-02T02:52:48.559Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-02T02:52:48.559Z] + OS_FAMILY=redhat [2020-10-02T02:52:48.559Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-605 [2020-10-02T02:52:48.559Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-02T02:52:48.559Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-02T02:52:48.559Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-02T02:52:48.559Z] + PACKAGES=/tmp/packages_start.txt [2020-10-02T02:52:48.559Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-605 ']' [2020-10-02T02:52:48.559Z] + PACKAGES=/tmp/packages_end.txt [2020-10-02T02:52:48.559Z] + case "${OS_FAMILY}" in [2020-10-02T02:52:48.559Z] + rpm -qa [2020-10-02T02:52:48.559Z] + sort [2020-10-02T02:52:52.807Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-02T02:52:52.807Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-02T02:52:52.807Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-02T02:52:52.807Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-605 ']' [2020-10-02T02:52:52.807Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-605/archives/ [2020-10-02T02:52:52.807Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-605/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-02T02:52:53.009Z] provisioning config files... [2020-10-02T02:52:53.028Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-605@tmp/config4608079357128791218tmp [Pipeline] { [Pipeline] echo [2020-10-02T02:52:53.164Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:52:53.465Z] ---> create-netrc.sh [Pipeline] } [2020-10-02T02:52:53.479Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-02T02:52:53.572Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:52:53.874Z] ---> python-tools-install.sh [2020-10-02T02:52:53.874Z] Generating Requirements File [2020-10-02T02:54:15.469Z] Python 3.6.8 [2020-10-02T02:54:15.469Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-02T02:54:15.469Z] aiohttp==3.6.2 [2020-10-02T02:54:15.469Z] appdirs==1.4.3 [2020-10-02T02:54:15.469Z] argcomplete==1.12.1 [2020-10-02T02:54:15.469Z] aspy.yaml==1.3.0 [2020-10-02T02:54:15.469Z] async-timeout==3.0.1 [2020-10-02T02:54:15.469Z] attrs==19.3.0 [2020-10-02T02:54:15.469Z] Babel==2.8.0 [2020-10-02T02:54:15.469Z] beautifulsoup4==4.8.2 [2020-10-02T02:54:15.469Z] boto3==1.11.6 [2020-10-02T02:54:15.469Z] botocore==1.14.6 [2020-10-02T02:54:15.469Z] bs4==0.0.1 [2020-10-02T02:54:15.469Z] cachetools==4.1.1 [2020-10-02T02:54:15.469Z] certifi==2019.11.28 [2020-10-02T02:54:15.469Z] cffi==1.14.3 [2020-10-02T02:54:15.469Z] cfgv==2.0.1 [2020-10-02T02:54:15.469Z] chardet==3.0.4 [2020-10-02T02:54:15.469Z] click==7.1 [2020-10-02T02:54:15.469Z] cliff==3.4.0 [2020-10-02T02:54:15.469Z] cmd2==1.3.11 [2020-10-02T02:54:15.469Z] colorama==0.4.3 [2020-10-02T02:54:15.469Z] cryptography==3.1.1 [2020-10-02T02:54:15.469Z] debtcollector==2.2.0 [2020-10-02T02:54:15.469Z] decorator==4.4.2 [2020-10-02T02:54:15.469Z] defusedxml==0.6.0 [2020-10-02T02:54:15.469Z] Deprecated==1.2.7 [2020-10-02T02:54:15.469Z] distlib==0.3.1 [2020-10-02T02:54:15.469Z] distro==1.2.0 [2020-10-02T02:54:15.469Z] dnspython==1.16.0 [2020-10-02T02:54:15.469Z] docker==4.2.0 [2020-10-02T02:54:15.469Z] docutils==0.15.2 [2020-10-02T02:54:15.469Z] dogpile.cache==1.0.2 [2020-10-02T02:54:15.469Z] email-validator==1.0.5 [2020-10-02T02:54:15.469Z] filelock==3.0.12 [2020-10-02T02:54:15.469Z] future==0.18.2 [2020-10-02T02:54:15.469Z] google-auth==1.22.0 [2020-10-02T02:54:15.469Z] httplib2==0.17.0 [2020-10-02T02:54:15.469Z] identify==1.4.11 [2020-10-02T02:54:15.469Z] idna==2.9 [2020-10-02T02:54:15.469Z] idna-ssl==1.1.0 [2020-10-02T02:54:15.469Z] importlib-metadata==1.7.0 [2020-10-02T02:54:15.469Z] importlib-resources==1.5.0 [2020-10-02T02:54:15.469Z] iso8601==0.1.13 [2020-10-02T02:54:15.469Z] Jinja2==2.11.1 [2020-10-02T02:54:15.469Z] jmespath==0.10.0 [2020-10-02T02:54:15.469Z] jsonpatch==1.26 [2020-10-02T02:54:15.469Z] jsonpointer==2.0 [2020-10-02T02:54:15.469Z] jsonschema==3.2.0 [2020-10-02T02:54:15.469Z] keystoneauth1==4.2.1 [2020-10-02T02:54:15.469Z] kubernetes==11.0.0 [2020-10-02T02:54:15.469Z] lftools==0.34.2 [2020-10-02T02:54:15.469Z] lxml==4.5.0 [2020-10-02T02:54:15.469Z] MarkupSafe==0.23 [2020-10-02T02:54:15.469Z] msgpack==1.0.0 [2020-10-02T02:54:15.469Z] multi-key-dict==2.0.3 [2020-10-02T02:54:15.469Z] multidict==4.7.6 [2020-10-02T02:54:15.469Z] munch==2.5.0 [2020-10-02T02:54:15.469Z] netaddr==0.8.0 [2020-10-02T02:54:15.469Z] netifaces==0.10.9 [2020-10-02T02:54:15.469Z] niet==1.4.2 [2020-10-02T02:54:15.469Z] nodeenv==1.3.5 [2020-10-02T02:54:15.469Z] oauth2client==4.1.3 [2020-10-02T02:54:15.469Z] oauthlib==3.1.0 [2020-10-02T02:54:15.469Z] openstacksdk==0.50.0 [2020-10-02T02:54:15.469Z] os-client-config==2.1.0 [2020-10-02T02:54:15.469Z] os-service-types==1.7.0 [2020-10-02T02:54:15.469Z] osc-lib==2.2.1 [2020-10-02T02:54:15.469Z] oslo.config==8.3.2 [2020-10-02T02:54:15.469Z] oslo.context==3.1.1 [2020-10-02T02:54:15.469Z] oslo.i18n==5.0.1 [2020-10-02T02:54:15.469Z] oslo.log==4.4.0 [2020-10-02T02:54:15.469Z] oslo.serialization==4.0.1 [2020-10-02T02:54:15.469Z] oslo.utils==4.6.0 [2020-10-02T02:54:15.469Z] packaging==20.4 [2020-10-02T02:54:15.469Z] pbr==5.4.4 [2020-10-02T02:54:15.469Z] pluggy==0.13.1 [2020-10-02T02:54:15.469Z] prettytable==0.7.2 [2020-10-02T02:54:15.469Z] py==1.9.0 [2020-10-02T02:54:15.469Z] pyasn1==0.4.8 [2020-10-02T02:54:15.469Z] pyasn1-modules==0.2.8 [2020-10-02T02:54:15.469Z] pycparser==2.20 [2020-10-02T02:54:15.469Z] pygerrit2==2.0.10 [2020-10-02T02:54:15.469Z] PyGithub==1.46 [2020-10-02T02:54:15.469Z] pyinotify==0.9.6 [2020-10-02T02:54:15.469Z] PyJWT==1.7.1 [2020-10-02T02:54:15.469Z] pyparsing==2.4.7 [2020-10-02T02:54:15.469Z] pyperclip==1.8.0 [2020-10-02T02:54:15.469Z] pyroute2==0.4.13 [2020-10-02T02:54:15.469Z] pyrsistent==0.15.7 [2020-10-02T02:54:15.469Z] PySocks==1.6.8 [2020-10-02T02:54:15.469Z] python-cinderclient==7.2.0 [2020-10-02T02:54:15.469Z] python-dateutil==2.8.1 [2020-10-02T02:54:15.469Z] python-heatclient==2.2.1 [2020-10-02T02:54:15.469Z] python-jenkins==1.7.0 [2020-10-02T02:54:15.470Z] python-keystoneclient==4.1.1 [2020-10-02T02:54:15.470Z] python-magnumclient==3.2.1 [2020-10-02T02:54:15.470Z] python-novaclient==17.2.1 [2020-10-02T02:54:15.470Z] python-openstackclient==5.3.1 [2020-10-02T02:54:15.470Z] python-swiftclient==3.10.1 [2020-10-02T02:54:15.470Z] pytz==2020.1 [2020-10-02T02:54:15.470Z] PyYAML==5.3 [2020-10-02T02:54:15.470Z] requests==2.23.0 [2020-10-02T02:54:15.470Z] requests-oauthlib==1.3.0 [2020-10-02T02:54:15.470Z] requestsexceptions==1.4.0 [2020-10-02T02:54:15.470Z] rfc3986==1.4.0 [2020-10-02T02:54:15.470Z] rpm==4.11.3 [2020-10-02T02:54:15.470Z] rsa==4.0 [2020-10-02T02:54:15.470Z] ruamel.yaml==0.16.10 [2020-10-02T02:54:15.470Z] ruamel.yaml.clib==0.2.0 [2020-10-02T02:54:15.470Z] s3transfer==0.3.3 [2020-10-02T02:54:15.470Z] shade==1.27.2 [2020-10-02T02:54:15.470Z] simplejson==3.17.2 [2020-10-02T02:54:15.470Z] six==1.14.0 [2020-10-02T02:54:15.470Z] soupsieve==2.0 [2020-10-02T02:54:15.470Z] stevedore==3.2.2 [2020-10-02T02:54:15.470Z] tabulate==0.8.6 [2020-10-02T02:54:15.470Z] toml==0.10.0 [2020-10-02T02:54:15.470Z] tox==3.20.0 [2020-10-02T02:54:15.470Z] tqdm==4.43.0 [2020-10-02T02:54:15.470Z] typing-extensions==3.7.4.3 [2020-10-02T02:54:15.470Z] urllib3==1.25.8 [2020-10-02T02:54:15.470Z] virtualenv==20.0.32 [2020-10-02T02:54:15.470Z] wcwidth==0.2.5 [2020-10-02T02:54:15.470Z] websocket-client==0.57.0 [2020-10-02T02:54:15.470Z] wrapt==1.12.1 [2020-10-02T02:54:15.470Z] xdg==3.0.2 [2020-10-02T02:54:15.470Z] xmltodict==0.12.0 [2020-10-02T02:54:15.470Z] yarl==1.6.0 [2020-10-02T02:54:15.470Z] yq==2.11.1 [2020-10-02T02:54:15.470Z] zipp==3.2.0 [2020-10-02T02:54:15.470Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:15.470Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-02T02:54:15.470Z] Python 2.7.5 [2020-10-02T02:54:15.470Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-02T02:54:15.470Z] DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. [2020-10-02T02:54:15.470Z] ansible==2.9.7 [2020-10-02T02:54:15.470Z] Babel==0.9.6 [2020-10-02T02:54:15.470Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-02T02:54:15.470Z] beautifulsoup4==4.4.1 [2020-10-02T02:54:15.470Z] bodhi==2.11.0 [2020-10-02T02:54:15.470Z] bodhi-client==2.11.0 [2020-10-02T02:54:15.470Z] CCColUtils==1.4 [2020-10-02T02:54:15.470Z] cffi==1.6.0 [2020-10-02T02:54:15.470Z] chardet==2.2.1 [2020-10-02T02:54:15.470Z] click==6.7 [2020-10-02T02:54:15.470Z] cloud-init==18.5 [2020-10-02T02:54:15.470Z] configobj==4.7.2 [2020-10-02T02:54:15.470Z] cryptography==1.7.2 [2020-10-02T02:54:15.470Z] decorator==3.4.0 [2020-10-02T02:54:15.470Z] distro==1.2.0 [2020-10-02T02:54:15.470Z] enum34==1.0.4 [2020-10-02T02:54:15.470Z] fedpkg==1.38 [2020-10-02T02:54:15.470Z] futures==3.1.1 [2020-10-02T02:54:15.470Z] gitdb==0.6.4 [2020-10-02T02:54:15.470Z] GitPython==1.0.1 [2020-10-02T02:54:15.470Z] html5lib==0.999 [2020-10-02T02:54:15.470Z] httplib2==0.9.2 [2020-10-02T02:54:15.470Z] idna==2.4 [2020-10-02T02:54:15.470Z] iniparse==0.4 [2020-10-02T02:54:15.470Z] ipaddress==1.0.16 [2020-10-02T02:54:15.470Z] IPy==0.75 [2020-10-02T02:54:15.470Z] javapackages==1.0.0 [2020-10-02T02:54:15.470Z] Jinja2==2.7.2 [2020-10-02T02:54:15.470Z] jmespath==0.9.4 [2020-10-02T02:54:15.470Z] jsonpatch==1.2 [2020-10-02T02:54:15.470Z] jsonpointer==1.9 [2020-10-02T02:54:15.470Z] kerberos==1.1 [2020-10-02T02:54:15.470Z] kitchen==1.1.1 [2020-10-02T02:54:15.470Z] langtable==0.0.31 [2020-10-02T02:54:15.470Z] lockfile==0.9.1 [2020-10-02T02:54:15.470Z] lxml==3.2.1 [2020-10-02T02:54:15.470Z] MarkupSafe==0.11 [2020-10-02T02:54:15.470Z] munch==2.0.2 [2020-10-02T02:54:15.470Z] offtrac==0.1.0 [2020-10-02T02:54:15.470Z] openidc-client==0.6.0 [2020-10-02T02:54:15.470Z] packagedb-cli==2.14.1 [2020-10-02T02:54:15.470Z] paramiko==2.1.1 [2020-10-02T02:54:15.470Z] perf==0.1 [2020-10-02T02:54:15.470Z] ply==3.4 [2020-10-02T02:54:15.470Z] policycoreutils-default-encoding==0.1 [2020-10-02T02:54:15.470Z] prettytable==0.7.2 [2020-10-02T02:54:15.470Z] pyasn1==0.1.9 [2020-10-02T02:54:15.470Z] pycparser==2.14 [2020-10-02T02:54:15.470Z] pycurl==7.19.0 [2020-10-02T02:54:15.470Z] pygobject==3.22.0 [2020-10-02T02:54:15.470Z] pygpgme==0.3 [2020-10-02T02:54:15.470Z] pyliblzma==0.5.3 [2020-10-02T02:54:15.470Z] pyOpenSSL==0.13.1 [2020-10-02T02:54:15.470Z] pyparsing==1.5.6 [2020-10-02T02:54:15.470Z] pyserial==2.6 [2020-10-02T02:54:15.470Z] python-augeas==0.5.0 [2020-10-02T02:54:15.470Z] python-bugzilla==2.3.0 [2020-10-02T02:54:15.470Z] python-dateutil==1.5 [2020-10-02T02:54:15.470Z] python-fedora==0.10.0 [2020-10-02T02:54:15.470Z] python-linux-procfs==0.4.9 [2020-10-02T02:54:15.470Z] python-yubico==1.2.3 [2020-10-02T02:54:15.470Z] pyudev==0.15 [2020-10-02T02:54:15.470Z] pyusb==1.0.0b1 [2020-10-02T02:54:15.470Z] pyxattr==0.5.1 [2020-10-02T02:54:15.470Z] PyYAML==3.10 [2020-10-02T02:54:15.470Z] requests==2.6.0 [2020-10-02T02:54:15.470Z] requests-kerberos==0.7.0 [2020-10-02T02:54:15.470Z] rpkg==1.60 [2020-10-02T02:54:15.470Z] schedutils==0.4 [2020-10-02T02:54:15.470Z] seobject==0.1 [2020-10-02T02:54:15.470Z] sepolicy==1.1 [2020-10-02T02:54:15.470Z] six==1.9.0 [2020-10-02T02:54:15.470Z] smmap==0.9.0 [2020-10-02T02:54:15.470Z] urlgrabber==3.10 [2020-10-02T02:54:15.470Z] urllib3==1.10.2 [2020-10-02T02:54:15.470Z] virtualenv==15.1.0 [2020-10-02T02:54:15.470Z] yum-langpacks==0.4.2 [2020-10-02T02:54:15.470Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-02T02:54:15.486Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:54:15.802Z] ---> sudo-logs.sh [2020-10-02T02:54:15.802Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-02T02:54:16.078Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:54:16.389Z] ---> job-cost.sh [2020-10-02T02:54:16.389Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4VL3 [2020-10-02T02:54:28.659Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:28.659Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:29.611Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:29.875Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:30.140Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:30.140Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:30.140Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:30.140Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:30.402Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:30.402Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:30.402Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:30.665Z] Cache entry deserialization failed, entry ignored [2020-10-02T02:54:33.238Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-02T02:55:05.457Z] lf-activate-venv(): INFO: Adding /tmp/venv-4VL3/bin to PATH [2020-10-02T02:55:05.457Z] INFO: No Stack... [2020-10-02T02:55:05.457Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-02T02:55:05.457Z] INFO: Archiving Costs [Pipeline] echo [2020-10-02T02:55:05.477Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-02T02:55:05.787Z] ---> logs-deploy.sh [2020-10-02T02:55:05.787Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-605/2 [2020-10-02T02:55:05.787Z] INFO: archiving workspace using pattern(s): [2020-10-02T02:55:07.723Z] Archives upload complete. [2020-10-02T02:55:07.724Z] INFO: archiving logs to Nexus [2020-10-02T02:55:08.676Z] ---> uname -a: [2020-10-02T02:55:08.676Z] Linux prd-centos7-docker-4c-2g-2964.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux [2020-10-02T02:55:08.676Z] [2020-10-02T02:55:08.676Z] [2020-10-02T02:55:08.676Z] ---> lscpu: [2020-10-02T02:55:08.676Z] Architecture: x86_64 [2020-10-02T02:55:08.676Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-02T02:55:08.676Z] Byte Order: Little Endian [2020-10-02T02:55:08.676Z] CPU(s): 4 [2020-10-02T02:55:08.676Z] On-line CPU(s) list: 0-3 [2020-10-02T02:55:08.676Z] Thread(s) per core: 1 [2020-10-02T02:55:08.676Z] Core(s) per socket: 1 [2020-10-02T02:55:08.676Z] Socket(s): 4 [2020-10-02T02:55:08.676Z] NUMA node(s): 1 [2020-10-02T02:55:08.676Z] Vendor ID: GenuineIntel [2020-10-02T02:55:08.676Z] CPU family: 6 [2020-10-02T02:55:08.676Z] Model: 44 [2020-10-02T02:55:08.676Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-02T02:55:08.676Z] Stepping: 1 [2020-10-02T02:55:08.676Z] CPU MHz: 2933.438 [2020-10-02T02:55:08.676Z] BogoMIPS: 5866.87 [2020-10-02T02:55:08.676Z] Virtualization: VT-x [2020-10-02T02:55:08.676Z] Hypervisor vendor: KVM [2020-10-02T02:55:08.676Z] Virtualization type: full [2020-10-02T02:55:08.676Z] L1d cache: 32K [2020-10-02T02:55:08.676Z] L1i cache: 32K [2020-10-02T02:55:08.676Z] L2 cache: 4096K [2020-10-02T02:55:08.676Z] L3 cache: 16384K [2020-10-02T02:55:08.676Z] NUMA node0 CPU(s): 0-3 [2020-10-02T02:55:08.676Z] 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-10-02T02:55:08.676Z] [2020-10-02T02:55:08.676Z] [2020-10-02T02:55:08.676Z] ---> nproc: [2020-10-02T02:55:08.676Z] 4 [2020-10-02T02:55:08.676Z] [2020-10-02T02:55:08.676Z] [2020-10-02T02:55:08.676Z] ---> df -h: [2020-10-02T02:55:08.676Z] Filesystem Size Used Avail Use% Mounted on [2020-10-02T02:55:08.676Z] devtmpfs 887M 0 887M 0% /dev [2020-10-02T02:55:08.676Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-02T02:55:08.676Z] tmpfs 919M 17M 903M 2% /run [2020-10-02T02:55:08.676Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-02T02:55:08.676Z] /dev/vda1 50G 7.3G 43G 15% / [2020-10-02T02:55:08.676Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-02T02:55:08.676Z] [2020-10-02T02:55:08.676Z]