Pull request #583 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e2793ca71f614b597d77c0effe2f7042b599ce3e+51b10ba24d09b5e22132647652f16c288a0af487 (d28afcbd9001befcc3b961ffd0cc3b0d74506f14) 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, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-3647 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [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-583 # 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 > 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/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 51b10ba24d09b5e22132647652f16c288a0af487 into PR head commit e2793ca71f614b597d77c0effe2f7042b599ce3e Merge succeeded, producing ddf1a7d23ba40872ed88d8334a8a4fd498879d15 Checking out Revision ddf1a7d23ba40872ed88d8334a8a4fd498879d15 (PR-583) > git config core.sparsecheckout # timeout=10 > git checkout -f e2793ca71f614b597d77c0effe2f7042b599ce3e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ddf1a7d23ba40872ed88d8334a8a4fd498879d15 # timeout=10 Commit message: "Merge commit '51b10ba24d09b5e22132647652f16c288a0af487' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-06T05:17:41.273Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 22a98956687e6b798aeafb6feff9091c4bcc14fe # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-06T05:17:41.547Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-06T05:17:41.643Z] ========================================================= [2020-10-06T05:17:41.643Z] EdgeX Global Pipelines Version Info [2020-10-06T05:17:41.643Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:17:43.164Z] ------------------- [2020-10-06T05:17:43.164Z] stable info: [2020-10-06T05:17:43.164Z] ------------------- [2020-10-06T05:17:43.164Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-06T05:17:43.164Z] Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d [2020-10-06T05:17:43.164Z] Message: update stable to v1.0.131 [2020-10-06T05:17:44.113Z] ------------------- [2020-10-06T05:17:44.113Z] experimental info: [2020-10-06T05:17:44.113Z] ------------------- [2020-10-06T05:17:44.113Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-06T05:17:44.113Z] Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a [2020-10-06T05:17:44.113Z] Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-06T05:17:44.470Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-06T05:17:44.561Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-06T05:17:44.654Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-06T05:17:44.736Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-06T05:17:44.856Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-06T05:17:44.944Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-06T05:17:45.034Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-06T05:17:45.125Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-06T05:17:45.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-06T05:17:45.321Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-06T05:17:45.440Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-06T05:17:45.546Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-06T05:17:45.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-06T05:17:45.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-06T05:17:45.823Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-06T05:17:45.916Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T05:17:46.023Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T05:17:46.113Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-06T05:17:46.202Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-06T05:17:46.301Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-06T05:17:46.396Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-06T05:17:46.526Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-06T05:17:46.620Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-06T05:17:46.730Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-06T05:17:46.820Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-06T05:17:46.912Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-583 [Pipeline] echo [2020-10-06T05:17:47.016Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-583 [Pipeline] echo [2020-10-06T05:17:47.116Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-583 [Pipeline] echo [2020-10-06T05:17:47.254Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ddf1a7d23ba40872ed88d8334a8a4fd498879d15 [Pipeline] echo [2020-10-06T05:17:47.358Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ddf1a7d [Pipeline] echo [2020-10-06T05:17:47.486Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-06T05:17:48.247Z] + git log --format=format:%s -1 ddf1a7d23ba40872ed88d8334a8a4fd498879d15 [Pipeline] echo [2020-10-06T05:17:48.307Z] GIT_COMMIT: ddf1a7d23ba40872ed88d8334a8a4fd498879d15, Commit Message: Merge commit '51b10ba24d09b5e22132647652f16c288a0af487' into HEAD [Pipeline] echo [2020-10-06T05:17:48.357Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:17:48.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T05:17:50.308Z] [2020-10-06T05:17:50.308Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:17:50.666Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T05:17:50.666Z] latest: Pulling from edgex-devops/git-semver [2020-10-06T05:17:50.666Z] 31603596830f: Pulling fs layer [2020-10-06T05:17:50.666Z] 2a8b12db71e7: Pulling fs layer [2020-10-06T05:17:50.666Z] 6ca5941a6612: Pulling fs layer [2020-10-06T05:17:50.666Z] ecc8261a40a4: Pulling fs layer [2020-10-06T05:17:50.666Z] ecc8261a40a4: Waiting [2020-10-06T05:17:50.666Z] 2a8b12db71e7: Verifying Checksum [2020-10-06T05:17:50.666Z] 2a8b12db71e7: Download complete [2020-10-06T05:17:50.951Z] 31603596830f: Verifying Checksum [2020-10-06T05:17:50.951Z] 31603596830f: Download complete [2020-10-06T05:17:50.951Z] ecc8261a40a4: Verifying Checksum [2020-10-06T05:17:50.951Z] ecc8261a40a4: Download complete [2020-10-06T05:17:50.951Z] 6ca5941a6612: Verifying Checksum [2020-10-06T05:17:50.951Z] 6ca5941a6612: Download complete [2020-10-06T05:17:50.951Z] 31603596830f: Pull complete [2020-10-06T05:17:51.213Z] 2a8b12db71e7: Pull complete [2020-10-06T05:17:51.791Z] 6ca5941a6612: Pull complete [2020-10-06T05:17:52.053Z] ecc8261a40a4: Pull complete [2020-10-06T05:17:52.053Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-06T05:17:52.053Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-06T05:17:52.053Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-06T05:17:52.166Z] prd-centos7-docker-4c-2g-3647 does not seem to be running inside a container [2020-10-06T05:17:52.214Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-583 -v /w/workspace/dgexfoundry_device-sdk-go_PR-583:/w/workspace/dgexfoundry_device-sdk-go_PR-583:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-583@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-06T05:17:54.277Z] $ docker top 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-06T05:17:54.602Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T05:17:54.602Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T05:17:54.793Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T05:17:54.798Z] $ docker exec 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 ssh-agent [2020-10-06T05:17:54.968Z] SSH_AUTH_SOCK=/tmp/ssh-OYQIdTFqHyFU/agent.12 [2020-10-06T05:17:54.968Z] SSH_AGENT_PID=17 [2020-10-06T05:17:54.981Z] Running ssh-add (command line suppressed) [2020-10-06T05:17:55.122Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_5429054465261311725.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_5429054465261311725.key) [2020-10-06T05:17:55.173Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T05:17:55.509Z] + git describe --exact-match --tags HEAD [2020-10-06T05:17:55.509Z] fatal: no tag exactly matches 'ddf1a7d23ba40872ed88d8334a8a4fd498879d15' [Pipeline] } [2020-10-06T05:17:55.535Z] $ docker exec --env ******** --env ******** 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 ssh-agent -k [2020-10-06T05:17:55.655Z] unset SSH_AUTH_SOCK; [2020-10-06T05:17:55.655Z] unset SSH_AGENT_PID; [2020-10-06T05:17:55.655Z] echo Agent pid 17 killed; [2020-10-06T05:17:55.698Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-10-06T05:17:55.789Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-10-06T05:17:55.789Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-10-06T05:17:55.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-06T05:17:55.898Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-06T05:17:56.066Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-06T05:17:56.071Z] $ docker exec 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 ssh-agent [2020-10-06T05:17:56.232Z] SSH_AUTH_SOCK=/tmp/ssh-6cXgHlfBMWea/agent.47 [2020-10-06T05:17:56.232Z] SSH_AGENT_PID=52 [2020-10-06T05:17:56.239Z] Running ssh-add (command line suppressed) [2020-10-06T05:17:56.364Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_7622471487173816889.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_7622471487173816889.key) [2020-10-06T05:17:56.417Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-06T05:17:56.759Z] + git semver init [2020-10-06T05:17:56.759Z] # -> Open(): unable to determine branch for HEAD [2020-10-06T05:17:56.759Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.git [2020-10-06T05:17:56.759Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-583 [2020-10-06T05:17:56.759Z] # $SEMVER_REMOTE_NAME = origin [2020-10-06T05:17:56.759Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-06T05:17:56.759Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-06T05:17:56.759Z] # $SEMVER_BRANCH = PR-583 [2020-10-06T05:17:56.759Z] # $SEMVER_TEMP = /tmp/semver-094259120 [2020-10-06T05:17:56.759Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-06T05:17:57.333Z] # '/tmp/semver-094259120' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver' [2020-10-06T05:17:57.333Z] # -> Force: false [2020-10-06T05:17:57.333Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver [Pipeline] } [2020-10-06T05:17:57.348Z] $ docker exec --env ******** --env ******** 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 ssh-agent -k [2020-10-06T05:17:57.476Z] unset SSH_AUTH_SOCK; [2020-10-06T05:17:57.476Z] unset SSH_AGENT_PID; [2020-10-06T05:17:57.476Z] echo Agent pid 52 killed; [2020-10-06T05:17:57.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-06T05:17:57.979Z] + git semver [Pipeline] } [2020-10-06T05:17:57.997Z] $ docker stop --time=1 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 [2020-10-06T05:17:59.501Z] $ docker rm -f 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-10-06T05:18:00.459Z] Stashed 44 file(s) [Pipeline] echo [2020-10-06T05:18:00.463Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-10-06T05:18:00.583Z] 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-06T05:18:16.134Z] Still waiting to schedule task [2020-10-06T05:18:16.135Z] ‘prd-centos7-docker-4c-2g-3640’ is offline; ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-3650’ is offline [2020-10-06T05:18:16.138Z] Still waiting to schedule task [2020-10-06T05:18:16.138Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-06T05:20:58.683Z] Running on prd-centos7-docker-4c-2g-3660 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws [2020-10-06T05:20:58.739Z] Running in /w/workspace/device-sdk-go/17 [Pipeline] { [Pipeline] checkout [2020-10-06T05:21:01.790Z] using credential edgex-jenkins-ssh [2020-10-06T05:21:01.861Z] Cloning the remote Git repository [2020-10-06T05:21:01.893Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T05:21:01.958Z] > git init /w/workspace/device-sdk-go/17 # timeout=10 [2020-10-06T05:21:02.010Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T05:21:02.011Z] > git --version # timeout=10 [2020-10-06T05:21:02.018Z] > git --version # 'git version 2.16.5' [2020-10-06T05:21:02.018Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T05:21:02.073Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T05:21:03.289Z] Merging remotes/origin/master commit 51b10ba24d09b5e22132647652f16c288a0af487 into PR head commit e2793ca71f614b597d77c0effe2f7042b599ce3e [2020-10-06T05:21:03.495Z] Merge succeeded, producing da6476cca592b2a3ddee01507bf1ed145a415c1c [2020-10-06T05:21:03.496Z] Checking out Revision da6476cca592b2a3ddee01507bf1ed145a415c1c (PR-583) [2020-10-06T05:21:02.830Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T05:21:02.837Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T05:21:02.854Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T05:21:02.868Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T05:21:02.868Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T05:21:02.874Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T05:21:03.303Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T05:21:03.309Z] > git checkout -f e2793ca71f614b597d77c0effe2f7042b599ce3e # timeout=10 [2020-10-06T05:21:03.369Z] > git remote # timeout=10 [2020-10-06T05:21:03.375Z] > git config --get remote.origin.url # timeout=10 [2020-10-06T05:21:03.398Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T05:21:03.421Z] > git merge 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 [2020-10-06T05:21:03.487Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-06T05:21:03.498Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T05:21:03.502Z] > git checkout -f da6476cca592b2a3ddee01507bf1ed145a415c1c # timeout=10 [2020-10-06T05:21:07.194Z] Commit message: "Merge commit '51b10ba24d09b5e22132647652f16c288a0af487' into HEAD" [2020-10-06T05:21:07.206Z] First time build. Skipping changelog. [2020-10-06T05:21:07.199Z] > git rev-list --no-walk 22a98956687e6b798aeafb6feff9091c4bcc14fe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-06T05:21:08.688Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3655 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws [2020-10-06T05:21:08.740Z] Running in /w/workspace/device-sdk-go/17 [Pipeline] { [Pipeline] checkout [Pipeline] echo [2020-10-06T05:21:08.888Z] ========================================================= [2020-10-06T05:21:08.888Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-06T05:21:08.888Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:21:09.571Z] + 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-06T05:21:10.166Z] Sending build context to Docker daemon 3.515MB [2020-10-06T05:21:10.166Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T05:21:10.166Z] Step 2/8 : FROM ${BASE} [2020-10-06T05:21:10.166Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-06T05:21:10.166Z] df20fa9351a1: Pulling fs layer [2020-10-06T05:21:10.166Z] ed8968b2872e: Pulling fs layer [2020-10-06T05:21:10.166Z] a92cc7c5fd73: Pulling fs layer [2020-10-06T05:21:10.166Z] e871e8e8d7a9: Pulling fs layer [2020-10-06T05:21:10.166Z] e73272ec9a57: Pulling fs layer [2020-10-06T05:21:10.166Z] 1e910a182e73: Pulling fs layer [2020-10-06T05:21:10.166Z] 4e634b169226: Pulling fs layer [2020-10-06T05:21:10.166Z] e871e8e8d7a9: Waiting [2020-10-06T05:21:10.166Z] e73272ec9a57: Waiting [2020-10-06T05:21:10.166Z] 1e910a182e73: Waiting [2020-10-06T05:21:10.166Z] 4e634b169226: Waiting [2020-10-06T05:21:10.166Z] a92cc7c5fd73: Verifying Checksum [2020-10-06T05:21:10.166Z] a92cc7c5fd73: Download complete [2020-10-06T05:21:10.166Z] ed8968b2872e: Download complete [2020-10-06T05:21:10.166Z] e73272ec9a57: Download complete [2020-10-06T05:21:10.166Z] 1e910a182e73: Verifying Checksum [2020-10-06T05:21:10.166Z] 1e910a182e73: Download complete [2020-10-06T05:21:10.166Z] df20fa9351a1: Verifying Checksum [2020-10-06T05:21:10.166Z] df20fa9351a1: Download complete [2020-10-06T05:21:10.437Z] df20fa9351a1: Pull complete [2020-10-06T05:21:10.705Z] ed8968b2872e: Pull complete [2020-10-06T05:21:10.705Z] a92cc7c5fd73: Pull complete [2020-10-06T05:21:13.284Z] 4e634b169226: Verifying Checksum [2020-10-06T05:21:13.284Z] 4e634b169226: Download complete [2020-10-06T05:21:14.231Z] using credential edgex-jenkins-ssh [2020-10-06T05:21:14.359Z] Cloning the remote Git repository [2020-10-06T05:21:14.684Z] e871e8e8d7a9: Verifying Checksum [2020-10-06T05:21:14.684Z] e871e8e8d7a9: Download complete [2020-10-06T05:21:14.440Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T05:21:14.550Z] > git init /w/workspace/device-sdk-go/17 # timeout=10 [2020-10-06T05:21:14.630Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T05:21:14.631Z] > git --version # timeout=10 [2020-10-06T05:21:14.648Z] > git --version # 'git version 2.17.1' [2020-10-06T05:21:14.649Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T05:21:14.744Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T05:21:16.303Z] Merging remotes/origin/master commit 51b10ba24d09b5e22132647652f16c288a0af487 into PR head commit e2793ca71f614b597d77c0effe2f7042b599ce3e [2020-10-06T05:21:15.701Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T05:21:15.715Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-06T05:21:15.746Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-06T05:21:15.783Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-06T05:21:15.783Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T05:21:15.802Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-06T05:21:16.343Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T05:21:16.362Z] > git checkout -f e2793ca71f614b597d77c0effe2f7042b599ce3e # timeout=10 [2020-10-06T05:21:16.753Z] Merge succeeded, producing 1891905b090df752f36c23ed8bdffd04b06a4afa [2020-10-06T05:21:16.753Z] Checking out Revision 1891905b090df752f36c23ed8bdffd04b06a4afa (PR-583) [2020-10-06T05:21:16.479Z] > git remote # timeout=10 [2020-10-06T05:21:16.548Z] > git config --get remote.origin.url # timeout=10 [2020-10-06T05:21:16.576Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-06T05:21:16.590Z] > git merge 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 [2020-10-06T05:21:16.740Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-06T05:21:16.780Z] > git config core.sparsecheckout # timeout=10 [2020-10-06T05:21:16.799Z] > git checkout -f 1891905b090df752f36c23ed8bdffd04b06a4afa # timeout=10 [2020-10-06T05:21:20.046Z] e871e8e8d7a9: Pull complete [2020-10-06T05:21:20.046Z] e73272ec9a57: Pull complete [2020-10-06T05:21:20.046Z] 1e910a182e73: Pull complete [2020-10-06T05:21:21.222Z] Commit message: "Merge commit '51b10ba24d09b5e22132647652f16c288a0af487' into HEAD" [2020-10-06T05:21:21.249Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-06T05:21:21.250Z] > git rev-list --no-walk 22a98956687e6b798aeafb6feff9091c4bcc14fe # timeout=10 [Pipeline] echo [2020-10-06T05:21:22.615Z] ========================================================= [2020-10-06T05:21:22.615Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-06T05:21:22.615Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:21:23.918Z] + 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-06T05:21:24.935Z] Sending build context to Docker daemon 3.515MB [2020-10-06T05:21:24.935Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-06T05:21:24.935Z] Step 2/8 : FROM ${BASE} [2020-10-06T05:21:25.217Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-06T05:21:25.217Z] b538f80385f9: Pulling fs layer [2020-10-06T05:21:25.217Z] 74f711af9a0d: Pulling fs layer [2020-10-06T05:21:25.217Z] 99f96fe45779: Pulling fs layer [2020-10-06T05:21:25.217Z] 8529a6b9a6be: Pulling fs layer [2020-10-06T05:21:25.217Z] 45590311c82a: Pulling fs layer [2020-10-06T05:21:25.217Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-06T05:21:25.217Z] 209524e5b208: Pulling fs layer [2020-10-06T05:21:25.217Z] 8529a6b9a6be: Waiting [2020-10-06T05:21:25.217Z] 45590311c82a: Waiting [2020-10-06T05:21:25.217Z] 69ca0ff8b7b3: Waiting [2020-10-06T05:21:25.217Z] 209524e5b208: Waiting [2020-10-06T05:21:25.217Z] 99f96fe45779: Verifying Checksum [2020-10-06T05:21:25.217Z] 99f96fe45779: Download complete [2020-10-06T05:21:25.217Z] 74f711af9a0d: Verifying Checksum [2020-10-06T05:21:25.217Z] 74f711af9a0d: Download complete [2020-10-06T05:21:25.217Z] 45590311c82a: Verifying Checksum [2020-10-06T05:21:25.217Z] 45590311c82a: Download complete [2020-10-06T05:21:25.217Z] 69ca0ff8b7b3: Download complete [2020-10-06T05:21:25.499Z] b538f80385f9: Verifying Checksum [2020-10-06T05:21:25.500Z] b538f80385f9: Download complete [2020-10-06T05:21:26.117Z] b538f80385f9: Pull complete [2020-10-06T05:21:26.757Z] 4e634b169226: Pull complete [2020-10-06T05:21:26.757Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-06T05:21:26.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-06T05:21:26.757Z] ---> f7629b54cfaa [2020-10-06T05:21:26.758Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T05:21:26.758Z] ---> Running in 7a9164e8c073 [2020-10-06T05:21:27.037Z] Removing intermediate container 7a9164e8c073 [2020-10-06T05:21:27.037Z] ---> 61354668f1b7 [2020-10-06T05:21:27.037Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:21:27.119Z] 74f711af9a0d: Pull complete [2020-10-06T05:21:27.303Z] ---> Running in e578ff33d5e6 [2020-10-06T05:21:27.403Z] 99f96fe45779: Pull complete [2020-10-06T05:21:28.420Z] 209524e5b208: Verifying Checksum [2020-10-06T05:21:28.420Z] 209524e5b208: Download complete [2020-10-06T05:21:28.711Z] Removing intermediate container e578ff33d5e6 [2020-10-06T05:21:28.711Z] ---> dd1adaf06bf9 [2020-10-06T05:21:28.711Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-06T05:21:28.711Z] ---> Running in 6a901c5edbe7 [2020-10-06T05:21:29.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-06T05:21:29.881Z] 8529a6b9a6be: Verifying Checksum [2020-10-06T05:21:29.881Z] 8529a6b9a6be: Download complete [2020-10-06T05:21:30.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-06T05:21:30.835Z] OK: 166 MiB in 39 packages [2020-10-06T05:21:31.100Z] Removing intermediate container 6a901c5edbe7 [2020-10-06T05:21:31.100Z] ---> 545151bcd316 [2020-10-06T05:21:31.100Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-06T05:21:31.100Z] ---> Running in 060a9ddbf80a [2020-10-06T05:21:31.364Z] Removing intermediate container 060a9ddbf80a [2020-10-06T05:21:31.364Z] ---> d4ab92fd3cef [2020-10-06T05:21:31.364Z] Step 7/8 : COPY . . [2020-10-06T05:21:32.758Z] ---> a03af9d0da25 [2020-10-06T05:21:32.758Z] Step 8/8 : RUN go mod download [2020-10-06T05:21:32.758Z] ---> Running in a40cc5cee658 [2020-10-06T05:21:40.060Z] 8529a6b9a6be: Pull complete [2020-10-06T05:21:40.060Z] 45590311c82a: Pull complete [2020-10-06T05:21:40.661Z] 69ca0ff8b7b3: Pull complete [2020-10-06T05:21:44.055Z] 209524e5b208: Pull complete [2020-10-06T05:21:44.055Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-06T05:21:44.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-06T05:21:44.055Z] ---> 5bddaf1c2fca [2020-10-06T05:21:44.055Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-06T05:21:47.459Z] ---> Running in e8b94cda84fe [2020-10-06T05:21:47.459Z] Removing intermediate container e8b94cda84fe [2020-10-06T05:21:47.459Z] ---> b9f264732fc9 [2020-10-06T05:21:47.459Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-06T05:21:47.459Z] ---> Running in 5b168abecf29 [2020-10-06T05:21:50.095Z] Removing intermediate container 5b168abecf29 [2020-10-06T05:21:50.095Z] ---> 9d8fa5e78d7d [2020-10-06T05:21:50.095Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-06T05:21:50.373Z] ---> Running in 2a7ffb517938 [2020-10-06T05:21:51.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-06T05:21:53.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-06T05:21:54.788Z] Removing intermediate container a40cc5cee658 [2020-10-06T05:21:54.788Z] ---> 48af2ff3bba3 [2020-10-06T05:21:54.788Z] Successfully built 48af2ff3bba3 [2020-10-06T05:21:54.788Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:21:55.158Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T05:21:55.158Z] . [Pipeline] withDockerContainer [2020-10-06T05:21:55.284Z] prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container [2020-10-06T05:21:55.346Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@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 ******** ci-base-image-x86_64 cat [2020-10-06T05:21:56.246Z] $ docker top c37cc0a01ceb98af9205ce3853c08f77f17e72a57aed1279af1b7286c8ff186b -eo pid,comm [Pipeline] { [2020-10-06T05:21:56.448Z] OK: 142 MiB in 39 packages [Pipeline] sh [2020-10-06T05:21:56.782Z] + go version [2020-10-06T05:21:56.782Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-06T05:21:56.873Z] $ docker stop --time=1 c37cc0a01ceb98af9205ce3853c08f77f17e72a57aed1279af1b7286c8ff186b [2020-10-06T05:21:57.437Z] Removing intermediate container 2a7ffb517938 [2020-10-06T05:21:57.438Z] ---> 89c5c2de4971 [2020-10-06T05:21:57.438Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-06T05:21:57.438Z] ---> Running in e1c00e557b77 [2020-10-06T05:21:58.052Z] Removing intermediate container e1c00e557b77 [2020-10-06T05:21:58.052Z] ---> 6490c4db9985 [2020-10-06T05:21:58.052Z] Step 7/8 : COPY . . [2020-10-06T05:21:58.228Z] $ docker rm -f c37cc0a01ceb98af9205ce3853c08f77f17e72a57aed1279af1b7286c8ff186b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:21:59.059Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-06T05:21:59.059Z] . [Pipeline] withDockerContainer [2020-10-06T05:21:59.198Z] prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container [2020-10-06T05:21:59.251Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@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 ******** ci-base-image-x86_64 cat [2020-10-06T05:21:59.505Z] ---> 9af47f9a4250 [2020-10-06T05:21:59.505Z] Step 8/8 : RUN go mod download [2020-10-06T05:21:59.783Z] ---> Running in fe0905869e5a [2020-10-06T05:21:59.822Z] $ docker top 392f30847a46c5be0afd13c60b93c43c9bdd838e4fe3fd99c759050272bc87e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T05:22:00.295Z] + make test [2020-10-06T05:22:00.295Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-06T05:22:08.537Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-06T05:22:21.989Z] Removing intermediate container fe0905869e5a [2020-10-06T05:22:21.989Z] ---> af1c4fa022a2 [2020-10-06T05:22:21.989Z] Successfully built af1c4fa022a2 [2020-10-06T05:22:21.989Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:22:22.411Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T05:22:22.411Z] . [Pipeline] withDockerContainer [2020-10-06T05:22:22.660Z] prd-ubuntu18.04-docker-arm64-4c-16g-3655 does not seem to be running inside a container [2020-10-06T05:22:22.756Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@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 ******** ci-base-image-arm64 cat [2020-10-06T05:22:23.606Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-06T05:22:23.606Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-06T05:22:23.606Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-06T05:22:23.606Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.058s coverage: 21.6% of statements [2020-10-06T05:22:24.602Z] $ docker top c8dc345a56a137b5c9ab769a21884ea1659405401d150efdea1a8a7eecf1e8c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T05:22:25.570Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.457s coverage: 97.1% of statements [2020-10-06T05:22:26.056Z] + go version [2020-10-06T05:22:26.056Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-06T05:22:26.085Z] $ docker stop --time=1 c8dc345a56a137b5c9ab769a21884ea1659405401d150efdea1a8a7eecf1e8c4 [2020-10-06T05:22:28.070Z] $ docker rm -f c8dc345a56a137b5c9ab769a21884ea1659405401d150efdea1a8a7eecf1e8c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-06T05:22:29.310Z] + docker inspect -f . ci-base-image-arm64 [2020-10-06T05:22:29.310Z] . [Pipeline] withDockerContainer [2020-10-06T05:22:29.601Z] prd-ubuntu18.04-docker-arm64-4c-16g-3655 does not seem to be running inside a container [2020-10-06T05:22:29.712Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@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 ******** ci-base-image-arm64 cat [2020-10-06T05:22:31.742Z] $ docker top e33dd1f0e18b4d1f1b33e8e740a7635e6fcc90717cd44d9ff437f4380e1edd96 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-06T05:22:33.257Z] + make test [2020-10-06T05:22:33.257Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-06T05:22:55.470Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-06T05:22:57.775Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.061s coverage: 9.4% of statements [2020-10-06T05:22:57.775Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.052s coverage: 21.9% of statements [2020-10-06T05:22:57.775Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-06T05:22:57.775Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.190s coverage: 39.9% of statements [2020-10-06T05:22:57.775Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-06T05:22:57.775Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.265s coverage: 65.4% of statements [2020-10-06T05:22:57.775Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-06T05:22:57.775Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-06T05:22:57.775Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-06T05:22:57.775Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-06T05:22:57.775Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.068s coverage: 52.6% of statements [2020-10-06T05:22:57.775Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-06T05:22:57.775Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.897s coverage: 68.9% of statements [2020-10-06T05:22:57.775Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-06T05:22:57.775Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-06T05:22:57.775Z] GO111MODULE=on go vet ./... [2020-10-06T05:23:04.497Z] gofmt -l . [2020-10-06T05:23:04.497Z] [ "`gofmt -l .`" = "" ] [2020-10-06T05:23:04.497Z] ./bin/test-attribution-txt.sh [2020-10-06T05:23:04.760Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2020-10-06T05:23:04.760Z] make: *** [Makefile:36: test] Error 1 [Pipeline] } [2020-10-06T05:23:04.780Z] $ docker stop --time=1 392f30847a46c5be0afd13c60b93c43c9bdd838e4fe3fd99c759050272bc87e4 [2020-10-06T05:23:06.759Z] $ docker rm -f 392f30847a46c5be0afd13c60b93c43c9bdd838e4fe3fd99c759050272bc87e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-06T05:23:08.554Z] Failed in branch amd64 [2020-10-06T05:23:42.495Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-06T05:23:42.495Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-06T05:23:42.495Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-06T05:23:42.495Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.124s coverage: 21.6% of statements [2020-10-06T05:23:43.100Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.332s coverage: 97.1% of statements [2020-10-06T05:24:09.908Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.139s coverage: 9.4% of statements [2020-10-06T05:24:09.908Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.115s coverage: 21.9% of statements [2020-10-06T05:24:09.908Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-06T05:24:09.908Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.580s coverage: 39.9% of statements [2020-10-06T05:24:09.908Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-06T05:24:09.908Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.784s coverage: 65.4% of statements [2020-10-06T05:24:09.908Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-06T05:24:09.908Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-06T05:24:09.908Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-06T05:24:09.908Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-06T05:24:09.908Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.213s coverage: 52.6% of statements [2020-10-06T05:24:09.908Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-06T05:24:09.908Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.004s coverage: 68.9% of statements [2020-10-06T05:24:09.908Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-06T05:24:09.908Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-06T05:24:10.182Z] GO111MODULE=on go vet ./... [2020-10-06T05:24:42.748Z] gofmt -l . [2020-10-06T05:24:42.748Z] [ "`gofmt -l .`" = "" ] [2020-10-06T05:24:42.748Z] ./bin/test-attribution-txt.sh [2020-10-06T05:24:42.748Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2020-10-06T05:24:42.748Z] make: *** [Makefile:36: test] Error 1 [Pipeline] } [2020-10-06T05:24:42.757Z] $ docker stop --time=1 e33dd1f0e18b4d1f1b33e8e740a7635e6fcc90717cd44d9ff437f4380e1edd96 [2020-10-06T05:24:45.155Z] $ docker rm -f e33dd1f0e18b4d1f1b33e8e740a7635e6fcc90717cd44d9ff437f4380e1edd96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-06T05:24:47.372Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:24:50.243Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:24:50.816Z] ---> package-listing.sh [2020-10-06T05:24:50.816Z] ++ facter osfamily [2020-10-06T05:24:50.816Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-06T05:24:50.816Z] + OS_FAMILY=redhat [2020-10-06T05:24:50.816Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-583 [2020-10-06T05:24:50.816Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-06T05:24:50.816Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-06T05:24:50.816Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-06T05:24:50.816Z] + PACKAGES=/tmp/packages_start.txt [2020-10-06T05:24:50.816Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' [2020-10-06T05:24:50.816Z] + PACKAGES=/tmp/packages_end.txt [2020-10-06T05:24:50.816Z] + case "${OS_FAMILY}" in [2020-10-06T05:24:50.816Z] + rpm -qa [2020-10-06T05:24:50.816Z] + sort [2020-10-06T05:24:55.043Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-06T05:24:55.043Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-06T05:24:55.043Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-06T05:24:55.044Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' [2020-10-06T05:24:55.044Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ [2020-10-06T05:24:55.044Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-06T05:24:55.226Z] provisioning config files... [2020-10-06T05:24:55.244Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/config7629874578893476617tmp [Pipeline] { [Pipeline] echo [2020-10-06T05:24:55.324Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:24:55.621Z] ---> create-netrc.sh [Pipeline] } [2020-10-06T05:24:55.631Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-06T05:24:55.728Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:24:56.026Z] ---> python-tools-install.sh [2020-10-06T05:24:56.026Z] Generating Requirements File [2020-10-06T05:26:03.803Z] Python 3.6.8 [2020-10-06T05:26:03.803Z] pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) [2020-10-06T05:26:03.803Z] appdirs==1.4.3 [2020-10-06T05:26:03.803Z] argcomplete==1.12.1 [2020-10-06T05:26:03.803Z] aspy.yaml==1.3.0 [2020-10-06T05:26:03.803Z] attrs==19.3.0 [2020-10-06T05:26:03.803Z] Babel==2.8.0 [2020-10-06T05:26:03.803Z] beautifulsoup4==4.8.2 [2020-10-06T05:26:03.803Z] boto3==1.11.6 [2020-10-06T05:26:03.803Z] botocore==1.14.6 [2020-10-06T05:26:03.803Z] bs4==0.0.1 [2020-10-06T05:26:03.803Z] cachetools==4.1.1 [2020-10-06T05:26:03.803Z] certifi==2019.11.28 [2020-10-06T05:26:03.803Z] cffi==1.14.3 [2020-10-06T05:26:03.803Z] cfgv==2.0.1 [2020-10-06T05:26:03.803Z] chardet==3.0.4 [2020-10-06T05:26:03.803Z] click==7.1 [2020-10-06T05:26:03.803Z] cliff==3.4.0 [2020-10-06T05:26:03.803Z] cmd2==1.3.11 [2020-10-06T05:26:03.803Z] colorama==0.4.3 [2020-10-06T05:26:03.803Z] cryptography==3.1.1 [2020-10-06T05:26:03.803Z] debtcollector==2.2.0 [2020-10-06T05:26:03.803Z] decorator==4.4.2 [2020-10-06T05:26:03.803Z] defusedxml==0.6.0 [2020-10-06T05:26:03.803Z] Deprecated==1.2.7 [2020-10-06T05:26:03.803Z] distlib==0.3.1 [2020-10-06T05:26:03.803Z] distro==1.2.0 [2020-10-06T05:26:03.803Z] dnspython==1.16.0 [2020-10-06T05:26:03.803Z] docker==4.2.0 [2020-10-06T05:26:03.803Z] docutils==0.15.2 [2020-10-06T05:26:03.803Z] dogpile.cache==1.0.2 [2020-10-06T05:26:03.803Z] email-validator==1.0.5 [2020-10-06T05:26:03.803Z] filelock==3.0.12 [2020-10-06T05:26:03.803Z] future==0.18.2 [2020-10-06T05:26:03.803Z] google-auth==1.22.1 [2020-10-06T05:26:03.803Z] httplib2==0.17.0 [2020-10-06T05:26:03.803Z] identify==1.4.11 [2020-10-06T05:26:03.803Z] idna==2.9 [2020-10-06T05:26:03.803Z] importlib-metadata==1.7.0 [2020-10-06T05:26:03.803Z] importlib-resources==1.5.0 [2020-10-06T05:26:03.803Z] iso8601==0.1.13 [2020-10-06T05:26:03.803Z] Jinja2==2.11.1 [2020-10-06T05:26:03.803Z] jmespath==0.10.0 [2020-10-06T05:26:03.803Z] jsonpatch==1.26 [2020-10-06T05:26:03.803Z] jsonpointer==2.0 [2020-10-06T05:26:03.803Z] jsonschema==3.2.0 [2020-10-06T05:26:03.803Z] keystoneauth1==4.2.1 [2020-10-06T05:26:03.803Z] kubernetes==11.0.0 [2020-10-06T05:26:03.803Z] lftools==0.34.2 [2020-10-06T05:26:03.803Z] lxml==4.5.0 [2020-10-06T05:26:03.803Z] MarkupSafe==0.23 [2020-10-06T05:26:03.803Z] msgpack==1.0.0 [2020-10-06T05:26:03.803Z] multi-key-dict==2.0.3 [2020-10-06T05:26:03.803Z] munch==2.5.0 [2020-10-06T05:26:03.803Z] netaddr==0.8.0 [2020-10-06T05:26:03.803Z] netifaces==0.10.9 [2020-10-06T05:26:03.803Z] niet==1.4.2 [2020-10-06T05:26:03.803Z] nodeenv==1.3.5 [2020-10-06T05:26:03.803Z] oauth2client==4.1.3 [2020-10-06T05:26:03.803Z] oauthlib==3.1.0 [2020-10-06T05:26:03.803Z] openstacksdk==0.50.0 [2020-10-06T05:26:03.803Z] os-client-config==2.1.0 [2020-10-06T05:26:03.803Z] os-service-types==1.7.0 [2020-10-06T05:26:03.803Z] osc-lib==2.2.1 [2020-10-06T05:26:03.803Z] oslo.config==8.3.2 [2020-10-06T05:26:03.803Z] oslo.context==3.1.1 [2020-10-06T05:26:03.803Z] oslo.i18n==5.0.1 [2020-10-06T05:26:03.803Z] oslo.log==4.4.0 [2020-10-06T05:26:03.803Z] oslo.serialization==4.0.1 [2020-10-06T05:26:03.803Z] oslo.utils==4.6.0 [2020-10-06T05:26:03.803Z] packaging==20.4 [2020-10-06T05:26:03.803Z] pbr==5.4.4 [2020-10-06T05:26:03.803Z] pluggy==0.13.1 [2020-10-06T05:26:03.803Z] prettytable==0.7.2 [2020-10-06T05:26:03.803Z] py==1.9.0 [2020-10-06T05:26:03.803Z] pyasn1==0.4.8 [2020-10-06T05:26:03.803Z] pyasn1-modules==0.2.8 [2020-10-06T05:26:03.803Z] pycparser==2.20 [2020-10-06T05:26:03.803Z] pygerrit2==2.0.10 [2020-10-06T05:26:03.803Z] PyGithub==1.46 [2020-10-06T05:26:03.803Z] pyinotify==0.9.6 [2020-10-06T05:26:03.804Z] PyJWT==1.7.1 [2020-10-06T05:26:03.804Z] pyparsing==2.4.7 [2020-10-06T05:26:03.804Z] pyperclip==1.8.0 [2020-10-06T05:26:03.804Z] pyroute2==0.4.13 [2020-10-06T05:26:03.804Z] pyrsistent==0.15.7 [2020-10-06T05:26:03.804Z] PySocks==1.6.8 [2020-10-06T05:26:03.804Z] python-cinderclient==7.2.0 [2020-10-06T05:26:03.804Z] python-dateutil==2.8.1 [2020-10-06T05:26:03.804Z] python-heatclient==2.2.1 [2020-10-06T05:26:03.804Z] python-jenkins==1.7.0 [2020-10-06T05:26:03.804Z] python-keystoneclient==4.1.1 [2020-10-06T05:26:03.804Z] python-magnumclient==3.2.1 [2020-10-06T05:26:03.804Z] python-novaclient==17.2.1 [2020-10-06T05:26:03.804Z] python-openstackclient==5.4.0 [2020-10-06T05:26:03.804Z] python-swiftclient==3.10.1 [2020-10-06T05:26:03.804Z] pytz==2020.1 [2020-10-06T05:26:03.804Z] PyYAML==5.3 [2020-10-06T05:26:03.804Z] requests==2.23.0 [2020-10-06T05:26:03.804Z] requests-oauthlib==1.3.0 [2020-10-06T05:26:03.804Z] requestsexceptions==1.4.0 [2020-10-06T05:26:03.804Z] rfc3986==1.4.0 [2020-10-06T05:26:03.804Z] rpm==4.11.3 [2020-10-06T05:26:03.804Z] rsa==4.0 [2020-10-06T05:26:03.804Z] ruamel.yaml==0.16.10 [2020-10-06T05:26:03.804Z] ruamel.yaml.clib==0.2.0 [2020-10-06T05:26:03.804Z] s3transfer==0.3.3 [2020-10-06T05:26:03.804Z] shade==1.27.2 [2020-10-06T05:26:03.804Z] simplejson==3.17.2 [2020-10-06T05:26:03.804Z] six==1.14.0 [2020-10-06T05:26:03.804Z] soupsieve==2.0 [2020-10-06T05:26:03.804Z] stevedore==3.2.2 [2020-10-06T05:26:03.804Z] tabulate==0.8.6 [2020-10-06T05:26:03.804Z] toml==0.10.0 [2020-10-06T05:26:03.804Z] tox==3.20.0 [2020-10-06T05:26:03.804Z] tqdm==4.43.0 [2020-10-06T05:26:03.804Z] urllib3==1.25.8 [2020-10-06T05:26:03.804Z] virtualenv==20.0.33 [2020-10-06T05:26:03.804Z] wcwidth==0.2.5 [2020-10-06T05:26:03.804Z] websocket-client==0.57.0 [2020-10-06T05:26:03.804Z] wrapt==1.12.1 [2020-10-06T05:26:03.804Z] xdg==3.0.2 [2020-10-06T05:26:03.804Z] xmltodict==0.12.0 [2020-10-06T05:26:03.804Z] yq==2.11.1 [2020-10-06T05:26:03.804Z] zipp==3.3.0 [2020-10-06T05:26:03.804Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:05.193Z] 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-06T05:26:08.502Z] Python 2.7.5 [2020-10-06T05:26:08.502Z] pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) [2020-10-06T05:26:08.764Z] 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-06T05:26:08.764Z] ansible==2.9.7 [2020-10-06T05:26:08.764Z] Babel==0.9.6 [2020-10-06T05:26:08.764Z] backports.ssl-match-hostname==3.5.0.1 [2020-10-06T05:26:08.764Z] beautifulsoup4==4.4.1 [2020-10-06T05:26:08.764Z] bodhi==2.11.0 [2020-10-06T05:26:08.764Z] bodhi-client==2.11.0 [2020-10-06T05:26:08.764Z] CCColUtils==1.4 [2020-10-06T05:26:08.764Z] cffi==1.6.0 [2020-10-06T05:26:08.764Z] chardet==2.2.1 [2020-10-06T05:26:08.764Z] click==6.7 [2020-10-06T05:26:08.764Z] cloud-init==18.5 [2020-10-06T05:26:08.764Z] configobj==4.7.2 [2020-10-06T05:26:08.764Z] cryptography==1.7.2 [2020-10-06T05:26:08.764Z] decorator==3.4.0 [2020-10-06T05:26:08.764Z] distro==1.2.0 [2020-10-06T05:26:08.764Z] enum34==1.0.4 [2020-10-06T05:26:08.764Z] fedpkg==1.38 [2020-10-06T05:26:08.764Z] futures==3.1.1 [2020-10-06T05:26:08.764Z] gitdb==0.6.4 [2020-10-06T05:26:08.764Z] GitPython==1.0.1 [2020-10-06T05:26:08.764Z] html5lib==0.999 [2020-10-06T05:26:08.764Z] httplib2==0.9.2 [2020-10-06T05:26:08.764Z] idna==2.4 [2020-10-06T05:26:08.764Z] iniparse==0.4 [2020-10-06T05:26:08.764Z] ipaddress==1.0.16 [2020-10-06T05:26:08.764Z] IPy==0.75 [2020-10-06T05:26:08.764Z] javapackages==1.0.0 [2020-10-06T05:26:08.764Z] Jinja2==2.7.2 [2020-10-06T05:26:08.764Z] jmespath==0.9.4 [2020-10-06T05:26:08.764Z] jsonpatch==1.2 [2020-10-06T05:26:08.764Z] jsonpointer==1.9 [2020-10-06T05:26:08.764Z] kerberos==1.1 [2020-10-06T05:26:08.764Z] kitchen==1.1.1 [2020-10-06T05:26:08.764Z] langtable==0.0.31 [2020-10-06T05:26:08.764Z] lockfile==0.9.1 [2020-10-06T05:26:08.764Z] lxml==3.2.1 [2020-10-06T05:26:08.764Z] MarkupSafe==0.11 [2020-10-06T05:26:08.764Z] munch==2.0.2 [2020-10-06T05:26:08.764Z] offtrac==0.1.0 [2020-10-06T05:26:08.764Z] openidc-client==0.6.0 [2020-10-06T05:26:08.764Z] packagedb-cli==2.14.1 [2020-10-06T05:26:08.764Z] paramiko==2.1.1 [2020-10-06T05:26:08.764Z] perf==0.1 [2020-10-06T05:26:08.764Z] ply==3.4 [2020-10-06T05:26:08.764Z] policycoreutils-default-encoding==0.1 [2020-10-06T05:26:08.764Z] prettytable==0.7.2 [2020-10-06T05:26:08.764Z] pyasn1==0.1.9 [2020-10-06T05:26:08.764Z] pycparser==2.14 [2020-10-06T05:26:08.764Z] pycurl==7.19.0 [2020-10-06T05:26:08.764Z] pygobject==3.22.0 [2020-10-06T05:26:08.764Z] pygpgme==0.3 [2020-10-06T05:26:08.764Z] pyliblzma==0.5.3 [2020-10-06T05:26:08.764Z] pyOpenSSL==0.13.1 [2020-10-06T05:26:08.764Z] pyparsing==1.5.6 [2020-10-06T05:26:08.764Z] pyserial==2.6 [2020-10-06T05:26:08.764Z] python-augeas==0.5.0 [2020-10-06T05:26:08.764Z] python-bugzilla==2.3.0 [2020-10-06T05:26:08.764Z] python-dateutil==1.5 [2020-10-06T05:26:08.764Z] python-fedora==0.10.0 [2020-10-06T05:26:08.764Z] python-linux-procfs==0.4.9 [2020-10-06T05:26:08.764Z] python-yubico==1.2.3 [2020-10-06T05:26:08.764Z] pyudev==0.15 [2020-10-06T05:26:08.764Z] pyusb==1.0.0b1 [2020-10-06T05:26:08.764Z] pyxattr==0.5.1 [2020-10-06T05:26:08.764Z] PyYAML==3.10 [2020-10-06T05:26:08.764Z] requests==2.6.0 [2020-10-06T05:26:08.764Z] requests-kerberos==0.7.0 [2020-10-06T05:26:08.764Z] rpkg==1.60 [2020-10-06T05:26:08.764Z] schedutils==0.4 [2020-10-06T05:26:08.764Z] seobject==0.1 [2020-10-06T05:26:08.764Z] sepolicy==1.1 [2020-10-06T05:26:08.764Z] six==1.9.0 [2020-10-06T05:26:08.764Z] smmap==0.9.0 [2020-10-06T05:26:08.764Z] urlgrabber==3.10 [2020-10-06T05:26:08.764Z] urllib3==1.10.2 [2020-10-06T05:26:08.764Z] virtualenv==15.1.0 [2020-10-06T05:26:08.764Z] yum-langpacks==0.4.2 [2020-10-06T05:26:08.764Z] yum-metadata-parser==1.1.4 [Pipeline] echo [2020-10-06T05:26:08.776Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:26:09.073Z] ---> sudo-logs.sh [2020-10-06T05:26:09.073Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-06T05:26:09.349Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:26:09.656Z] ---> job-cost.sh [2020-10-06T05:26:09.656Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MZx9 [2020-10-06T05:26:17.814Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:17.814Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:19.730Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:19.730Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:19.730Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:19.992Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:19.992Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:20.257Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:20.257Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:20.257Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:21.642Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:21.642Z] Cache entry deserialization failed, entry ignored [2020-10-06T05:26:26.943Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2020-10-06T05:26:53.534Z] lf-activate-venv(): INFO: Adding /tmp/venv-MZx9/bin to PATH [2020-10-06T05:26:53.535Z] INFO: No Stack... [2020-10-06T05:26:53.535Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-06T05:26:53.535Z] INFO: Archiving Costs [Pipeline] echo [2020-10-06T05:26:53.553Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-06T05:26:54.638Z] ---> logs-deploy.sh [2020-10-06T05:26:54.638Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-583/17 [2020-10-06T05:26:54.638Z] INFO: archiving workspace using pattern(s): [2020-10-06T05:26:56.557Z] Archives upload complete. [2020-10-06T05:26:56.557Z] INFO: archiving logs to Nexus [2020-10-06T05:26:57.500Z] ---> uname -a: [2020-10-06T05:26:57.500Z] Linux prd-centos7-docker-4c-2g-3647.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-06T05:26:57.500Z] [2020-10-06T05:26:57.500Z] [2020-10-06T05:26:57.500Z] ---> lscpu: [2020-10-06T05:26:57.500Z] Architecture: x86_64 [2020-10-06T05:26:57.500Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-06T05:26:57.500Z] Byte Order: Little Endian [2020-10-06T05:26:57.500Z] CPU(s): 4 [2020-10-06T05:26:57.500Z] On-line CPU(s) list: 0-3 [2020-10-06T05:26:57.500Z] Thread(s) per core: 1 [2020-10-06T05:26:57.500Z] Core(s) per socket: 1 [2020-10-06T05:26:57.500Z] Socket(s): 4 [2020-10-06T05:26:57.500Z] NUMA node(s): 1 [2020-10-06T05:26:57.500Z] Vendor ID: GenuineIntel [2020-10-06T05:26:57.500Z] CPU family: 6 [2020-10-06T05:26:57.500Z] Model: 44 [2020-10-06T05:26:57.500Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-06T05:26:57.500Z] Stepping: 1 [2020-10-06T05:26:57.500Z] CPU MHz: 2933.438 [2020-10-06T05:26:57.500Z] BogoMIPS: 5866.87 [2020-10-06T05:26:57.500Z] Virtualization: VT-x [2020-10-06T05:26:57.500Z] Hypervisor vendor: KVM [2020-10-06T05:26:57.500Z] Virtualization type: full [2020-10-06T05:26:57.500Z] L1d cache: 32K [2020-10-06T05:26:57.500Z] L1i cache: 32K [2020-10-06T05:26:57.500Z] L2 cache: 4096K [2020-10-06T05:26:57.500Z] L3 cache: 16384K [2020-10-06T05:26:57.500Z] NUMA node0 CPU(s): 0-3 [2020-10-06T05:26:57.500Z] 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-06T05:26:57.500Z] [2020-10-06T05:26:57.500Z] [2020-10-06T05:26:57.500Z] ---> nproc: [2020-10-06T05:26:57.500Z] 4 [2020-10-06T05:26:57.500Z] [2020-10-06T05:26:57.500Z] [2020-10-06T05:26:57.500Z] ---> df -h: [2020-10-06T05:26:57.500Z] Filesystem Size Used Avail Use% Mounted on [2020-10-06T05:26:57.500Z] devtmpfs 887M 0 887M 0% /dev [2020-10-06T05:26:57.500Z] tmpfs 919M 0 919M 0% /dev/shm [2020-10-06T05:26:57.500Z] tmpfs 919M 17M 903M 2% /run [2020-10-06T05:26:57.500Z] tmpfs 919M 0 919M 0% /sys/fs/cgroup [2020-10-06T05:26:57.500Z] /dev/vda1 50G 7.3G 43G 15% / [2020-10-06T05:26:57.500Z] tmpfs 184M 0 184M 0% /run/user/1001 [2020-10-06T05:26:57.500Z] [2020-10-06T05:26:57.500Z] [2020-10-06T05:26:57.500Z] ---> free -m: [2020-10-06T05:26:57.500Z] total used free shared buff/cache available [2020-10-06T05:26:57.500Z] Mem: 1837 588 78 16 1170 1052 [2020-10-06T05:26:57.500Z] Swap: 1023 1 1022 [2020-10-06T05:26:57.500Z] [2020-10-06T05:26:57.500Z] [2020-10-06T05:26:57.500Z] ---> ip addr: [2020-10-06T05:26:57.500Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 [2020-10-06T05:26:57.500Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-06T05:26:57.500Z] inet 127.0.0.1/8 scope host lo [2020-10-06T05:26:57.500Z] valid_lft forever preferred_lft forever [2020-10-06T05:26:57.500Z] inet6 ::1/128 scope host [2020-10-06T05:26:57.500Z] valid_lft forever preferred_lft forever [2020-10-06T05:26:57.500Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 [2020-10-06T05:26:57.500Z] link/ether fa:16:3e:b6:c3:8e brd ff:ff:ff:ff:ff:ff [2020-10-06T05:26:57.500Z] inet 10.30.123.112/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-06T05:26:57.500Z] valid_lft 85813sec preferred_lft 85813sec [2020-10-06T05:26:57.500Z] inet6 fe80::f816:3eff:feb6:c38e/64 scope link [2020-10-06T05:26:57.500Z] valid_lft forever preferred_lft forever [2020-10-06T05:26:57.500Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN group default [2020-10-06T05:26:57.500Z] link/ether 02:42:6a:64:b0:9f brd ff:ff:ff:ff:ff:ff [2020-10-06T05:26:57.500Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-06T05:26:57.500Z] valid_lft forever preferred_lft forever [2020-10-06T05:26:57.500Z] inet6 fe80::42:6aff:fe64:b09f/64 scope link [2020-10-06T05:26:57.500Z] valid_lft forever preferred_lft forever [2020-10-06T05:26:57.500Z] [2020-10-06T05:26:57.500Z]