Pull request #614 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c2bebaee10cac6903836b89e8da6d7a54a29d409+0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 (9473d9d7f8f0e63f1e022baf05c5fd3b815df1a9) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5849 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [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-614 # 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 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 into PR head commit c2bebaee10cac6903836b89e8da6d7a54a29d409 Merge succeeded, producing c2bebaee10cac6903836b89e8da6d7a54a29d409 Checking out Revision c2bebaee10cac6903836b89e8da6d7a54a29d409 (PR-614) > 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/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c2bebaee10cac6903836b89e8da6d7a54a29d409 # 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 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c2bebaee10cac6903836b89e8da6d7a54a29d409 # timeout=10 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" First time build. Skipping changelog. > git rev-list --no-walk aeebf2d9aa22fd9b1e07aa593dc85181f71c6882 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T09:29:56.813Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T09:29:57.052Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T09:29:57.144Z] ========================================================= [2020-10-16T09:29:57.144Z] EdgeX Global Pipelines Version Info [2020-10-16T09:29:57.144Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:29:59.561Z] ------------------- [2020-10-16T09:29:59.561Z] stable info: [2020-10-16T09:29:59.561Z] ------------------- [2020-10-16T09:29:59.561Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T09:29:59.561Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T09:29:59.561Z] Message: update stable to v1.0.144 [2020-10-16T09:30:01.029Z] ------------------- [2020-10-16T09:30:01.029Z] experimental info: [2020-10-16T09:30:01.029Z] ------------------- [2020-10-16T09:30:01.029Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T09:30:01.029Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T09:30:01.029Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-16T09:30:01.445Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-16T09:30:01.542Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-16T09:30:01.639Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T09:30:01.745Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T09:30:01.855Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T09:30:02.015Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T09:30:02.219Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T09:30:02.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T09:30:02.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-16T09:30:02.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T09:30:02.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T09:30:02.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-16T09:30:02.863Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T09:30:02.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T09:30:03.083Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T09:30:03.200Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T09:30:03.301Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T09:30:03.423Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T09:30:03.587Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T09:30:03.807Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-16T09:30:03.896Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-16T09:30:03.996Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-16T09:30:04.093Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-16T09:30:04.198Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-16T09:30:04.313Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-16T09:30:04.407Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-614 [Pipeline] echo [2020-10-16T09:30:04.504Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-614 [Pipeline] echo [2020-10-16T09:30:04.632Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-614 [Pipeline] echo [2020-10-16T09:30:04.768Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c2bebaee10cac6903836b89e8da6d7a54a29d409 [Pipeline] echo [2020-10-16T09:30:04.859Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c2bebae [Pipeline] echo [2020-10-16T09:30:04.949Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T09:30:05.820Z] + git log --format=format:%s -1 c2bebaee10cac6903836b89e8da6d7a54a29d409 [Pipeline] echo [2020-10-16T09:30:05.925Z] GIT_COMMIT: c2bebaee10cac6903836b89e8da6d7a54a29d409, Commit Message: build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 [Pipeline] echo [2020-10-16T09:30:05.972Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:30:06.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:30:07.257Z] [2020-10-16T09:30:07.257Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:30:07.768Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:30:07.768Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T09:30:07.768Z] 31603596830f: Pulling fs layer [2020-10-16T09:30:07.768Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T09:30:07.768Z] 6ca5941a6612: Pulling fs layer [2020-10-16T09:30:07.768Z] ecc8261a40a4: Pulling fs layer [2020-10-16T09:30:07.768Z] ecc8261a40a4: Waiting [2020-10-16T09:30:08.056Z] 2a8b12db71e7: Verifying Checksum [2020-10-16T09:30:08.056Z] 2a8b12db71e7: Download complete [2020-10-16T09:30:08.523Z] 31603596830f: Download complete [2020-10-16T09:30:09.220Z] ecc8261a40a4: Verifying Checksum [2020-10-16T09:30:09.220Z] ecc8261a40a4: Download complete [2020-10-16T09:30:09.531Z] 6ca5941a6612: Verifying Checksum [2020-10-16T09:30:09.531Z] 6ca5941a6612: Download complete [2020-10-16T09:30:09.531Z] 31603596830f: Pull complete [2020-10-16T09:30:09.932Z] 2a8b12db71e7: Pull complete [2020-10-16T09:30:11.541Z] 6ca5941a6612: Pull complete [2020-10-16T09:30:11.825Z] ecc8261a40a4: Pull complete [2020-10-16T09:30:11.825Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T09:30:11.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T09:30:11.825Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T09:30:12.082Z] prd-centos7-docker-4c-2g-5849 does not seem to be running inside a container [2020-10-16T09:30:12.313Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T09:30:15.147Z] $ docker top 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T09:30:15.647Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:30:15.647Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:30:16.059Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:30:16.067Z] $ docker exec 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 ssh-agent [2020-10-16T09:30:16.389Z] SSH_AUTH_SOCK=/tmp/ssh-QnM4si0gRGTY/agent.12 [2020-10-16T09:30:16.389Z] SSH_AGENT_PID=17 [2020-10-16T09:30:16.423Z] Running ssh-add (command line suppressed) [2020-10-16T09:30:16.631Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_2037480718391074229.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_2037480718391074229.key) [2020-10-16T09:30:16.714Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:30:17.108Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T09:30:17.296Z] $ docker exec --env ******** --env ******** 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 ssh-agent -k [2020-10-16T09:30:17.525Z] unset SSH_AUTH_SOCK; [2020-10-16T09:30:17.527Z] unset SSH_AGENT_PID; [2020-10-16T09:30:17.527Z] echo Agent pid 17 killed; [2020-10-16T09:30:17.617Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T09:30:17.763Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T09:30:17.763Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T09:30:18.153Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T09:30:18.160Z] $ docker exec 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 ssh-agent [2020-10-16T09:30:18.517Z] SSH_AUTH_SOCK=/tmp/ssh-VsWpdL6xMS5E/agent.45 [2020-10-16T09:30:18.517Z] SSH_AGENT_PID=51 [2020-10-16T09:30:18.530Z] Running ssh-add (command line suppressed) [2020-10-16T09:30:18.759Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_5986346001144815680.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_5986346001144815680.key) [2020-10-16T09:30:18.965Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T09:30:19.343Z] + git semver init [2020-10-16T09:30:19.343Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T09:30:19.343Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.git [2020-10-16T09:30:19.343Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-10-16T09:30:19.343Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T09:30:19.343Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T09:30:19.343Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T09:30:19.343Z] # $SEMVER_BRANCH = PR-614 [2020-10-16T09:30:19.343Z] # $SEMVER_TEMP = /tmp/semver-281941182 [2020-10-16T09:30:19.343Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-16T09:30:21.307Z] # '/tmp/semver-281941182' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver' [2020-10-16T09:30:21.307Z] # -> Force: false [2020-10-16T09:30:21.307Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver [Pipeline] } [2020-10-16T09:30:21.402Z] $ docker exec --env ******** --env ******** 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 ssh-agent -k [2020-10-16T09:30:21.668Z] unset SSH_AUTH_SOCK; [2020-10-16T09:30:21.670Z] unset SSH_AGENT_PID; [2020-10-16T09:30:21.670Z] echo Agent pid 51 killed; [2020-10-16T09:30:21.762Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T09:30:22.341Z] + git semver [Pipeline] } [2020-10-16T09:30:22.378Z] $ docker stop --time=1 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 [2020-10-16T09:30:23.873Z] $ docker rm -f 40eefaae3fd3dc1e26c89127723fbcf4dc0eb5481224b67804ad6ced851c9680 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T09:30:24.402Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T09:30:25.967Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T09:30:25.970Z] [edgeXSemver]: initialized semver on 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-16T09:30:41.605Z] Still waiting to schedule task [2020-10-16T09:30:41.605Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-5838’ is offline; ‘prd-centos7-docker-4c-2g-5841’ is offline; ‘prd-centos7-docker-4c-2g-5845’ is offline; ‘prd-centos7-docker-4c-2g-5846’ is offline; ‘prd-centos7-docker-4c-2g-5847’ is offline; ‘prd-centos7-docker-4c-2g-5854’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-16T09:30:41.608Z] Still waiting to schedule task [2020-10-16T09:30:41.608Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-16T09:32:53.835Z] Running on prd-centos7-docker-4c-2g-5858 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws [2020-10-16T09:32:53.882Z] Running in /w/workspace/device-sdk-go/10 [Pipeline] { [Pipeline] checkout [2020-10-16T09:33:02.713Z] using credential edgex-jenkins-ssh [2020-10-16T09:33:02.770Z] Cloning the remote Git repository [2020-10-16T09:33:02.848Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T09:33:02.973Z] > git init /w/workspace/device-sdk-go/10 # timeout=10 [2020-10-16T09:33:03.174Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T09:33:03.174Z] > git --version # timeout=10 [2020-10-16T09:33:03.292Z] > git --version # 'git version 2.16.5' [2020-10-16T09:33:03.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:33:03.417Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:33:05.460Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T09:33:05.483Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:33:05.586Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T09:33:05.722Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T09:33:05.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:33:05.730Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T09:33:06.569Z] Merging remotes/origin/master commit 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 into PR head commit c2bebaee10cac6903836b89e8da6d7a54a29d409 [2020-10-16T09:33:07.221Z] Merge succeeded, producing c2bebaee10cac6903836b89e8da6d7a54a29d409 [2020-10-16T09:33:07.221Z] Checking out Revision c2bebaee10cac6903836b89e8da6d7a54a29d409 (PR-614) [2020-10-16T09:33:06.586Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:33:06.610Z] > git checkout -f c2bebaee10cac6903836b89e8da6d7a54a29d409 # timeout=10 [2020-10-16T09:33:06.829Z] > git remote # timeout=10 [2020-10-16T09:33:06.979Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T09:33:07.028Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:33:07.039Z] > git merge 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 # timeout=10 [2020-10-16T09:33:07.171Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T09:33:07.229Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:33:07.253Z] > git checkout -f c2bebaee10cac6903836b89e8da6d7a54a29d409 # timeout=10 [2020-10-16T09:33:12.971Z] Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T09:33:13.916Z] ========================================================= [2020-10-16T09:33:13.916Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T09:33:13.916Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:33:16.585Z] + 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-16T09:33:18.563Z] Sending build context to Docker daemon 2.316MB [2020-10-16T09:33:18.563Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T09:33:18.563Z] Step 2/8 : FROM ${BASE} [2020-10-16T09:33:19.114Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T09:33:19.114Z] df20fa9351a1: Pulling fs layer [2020-10-16T09:33:19.114Z] ed8968b2872e: Pulling fs layer [2020-10-16T09:33:19.114Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T09:33:19.114Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T09:33:19.114Z] e73272ec9a57: Pulling fs layer [2020-10-16T09:33:19.114Z] 1e910a182e73: Pulling fs layer [2020-10-16T09:33:19.114Z] e871e8e8d7a9: Waiting [2020-10-16T09:33:19.114Z] e73272ec9a57: Waiting [2020-10-16T09:33:19.114Z] 4e634b169226: Pulling fs layer [2020-10-16T09:33:19.114Z] 1e910a182e73: Waiting [2020-10-16T09:33:19.114Z] 4e634b169226: Waiting [2020-10-16T09:33:19.114Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T09:33:19.114Z] a92cc7c5fd73: Download complete [2020-10-16T09:33:19.743Z] ed8968b2872e: Verifying Checksum [2020-10-16T09:33:19.743Z] ed8968b2872e: Download complete [2020-10-16T09:33:19.743Z] e73272ec9a57: Verifying Checksum [2020-10-16T09:33:19.743Z] e73272ec9a57: Download complete [2020-10-16T09:33:19.743Z] 1e910a182e73: Verifying Checksum [2020-10-16T09:33:19.743Z] 1e910a182e73: Download complete [2020-10-16T09:33:20.636Z] df20fa9351a1: Verifying Checksum [2020-10-16T09:33:20.636Z] df20fa9351a1: Download complete [2020-10-16T09:33:21.319Z] df20fa9351a1: Pull complete [2020-10-16T09:33:22.373Z] ed8968b2872e: Pull complete [2020-10-16T09:33:22.373Z] a92cc7c5fd73: Pull complete [2020-10-16T09:33:26.036Z] 4e634b169226: Verifying Checksum [2020-10-16T09:33:26.037Z] 4e634b169226: Download complete [2020-10-16T09:33:36.219Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T09:33:36.219Z] e871e8e8d7a9: Download complete [2020-10-16T09:33:44.844Z] e871e8e8d7a9: Pull complete [2020-10-16T09:33:44.844Z] e73272ec9a57: Pull complete [2020-10-16T09:33:45.126Z] 1e910a182e73: Pull complete [2020-10-16T09:33:52.129Z] 4e634b169226: Pull complete [2020-10-16T09:33:52.129Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T09:33:52.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T09:33:52.419Z] ---> f7629b54cfaa [2020-10-16T09:33:52.419Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T09:33:52.701Z] ---> Running in 7adb4e470a31 [2020-10-16T09:33:52.988Z] Removing intermediate container 7adb4e470a31 [2020-10-16T09:33:52.988Z] ---> a489b2a8cf45 [2020-10-16T09:33:52.988Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:33:52.988Z] ---> Running in b01684154daa [2020-10-16T09:33:54.491Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5862 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws [2020-10-16T09:33:54.543Z] Running in /w/workspace/device-sdk-go/10 [Pipeline] { [Pipeline] checkout [2020-10-16T09:33:54.996Z] Removing intermediate container b01684154daa [2020-10-16T09:33:54.996Z] ---> 44d9f4f3634e [2020-10-16T09:33:54.996Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-16T09:33:54.996Z] ---> Running in b2f6089c4f66 [2020-10-16T09:33:55.739Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T09:33:56.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T09:33:57.449Z] OK: 166 MiB in 39 packages [2020-10-16T09:33:58.235Z] Removing intermediate container b2f6089c4f66 [2020-10-16T09:33:58.235Z] ---> ef028a15843c [2020-10-16T09:33:58.235Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-16T09:33:58.235Z] ---> Running in 6ad776ba6980 [2020-10-16T09:33:58.581Z] Removing intermediate container 6ad776ba6980 [2020-10-16T09:33:58.581Z] ---> 71fe837bd8e7 [2020-10-16T09:33:58.581Z] Step 7/8 : COPY . . [2020-10-16T09:34:00.221Z] using credential edgex-jenkins-ssh [2020-10-16T09:34:00.294Z] Cloning the remote Git repository [2020-10-16T09:34:00.311Z] ---> 310794d12b7d [2020-10-16T09:34:00.311Z] Step 8/8 : RUN go mod download [2020-10-16T09:34:00.311Z] ---> Running in 3f8361f1b298 [2020-10-16T09:34:00.382Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T09:34:00.490Z] > git init /w/workspace/device-sdk-go/10 # timeout=10 [2020-10-16T09:34:00.563Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T09:34:00.564Z] > git --version # timeout=10 [2020-10-16T09:34:00.582Z] > git --version # 'git version 2.17.1' [2020-10-16T09:34:00.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:34:00.668Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:34:01.840Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T09:34:01.858Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T09:34:01.886Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T09:34:01.921Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T09:34:01.922Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:34:01.933Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T09:34:02.611Z] Merging remotes/origin/master commit 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 into PR head commit c2bebaee10cac6903836b89e8da6d7a54a29d409 [2020-10-16T09:34:02.835Z] Merge succeeded, producing c2bebaee10cac6903836b89e8da6d7a54a29d409 [2020-10-16T09:34:02.835Z] Checking out Revision c2bebaee10cac6903836b89e8da6d7a54a29d409 (PR-614) [2020-10-16T09:34:02.638Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:34:02.652Z] > git checkout -f c2bebaee10cac6903836b89e8da6d7a54a29d409 # timeout=10 [2020-10-16T09:34:02.762Z] > git remote # timeout=10 [2020-10-16T09:34:02.780Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T09:34:02.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T09:34:02.804Z] > git merge 0f8fd9ff9b590fc1e2af7debc1be47c4c78a0866 # timeout=10 [2020-10-16T09:34:02.825Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T09:34:02.845Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T09:34:02.885Z] > git checkout -f c2bebaee10cac6903836b89e8da6d7a54a29d409 # timeout=10 [2020-10-16T09:34:07.221Z] Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T09:34:08.192Z] ========================================================= [2020-10-16T09:34:08.192Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T09:34:08.192Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:34:09.223Z] + 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-16T09:34:10.217Z] Sending build context to Docker daemon 2.319MB [2020-10-16T09:34:10.217Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T09:34:10.217Z] Step 2/8 : FROM ${BASE} [2020-10-16T09:34:10.493Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T09:34:10.493Z] b538f80385f9: Pulling fs layer [2020-10-16T09:34:10.493Z] 74f711af9a0d: Pulling fs layer [2020-10-16T09:34:10.493Z] 99f96fe45779: Pulling fs layer [2020-10-16T09:34:10.493Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T09:34:10.493Z] 45590311c82a: Pulling fs layer [2020-10-16T09:34:10.493Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T09:34:10.493Z] 209524e5b208: Pulling fs layer [2020-10-16T09:34:10.493Z] 8529a6b9a6be: Waiting [2020-10-16T09:34:10.493Z] 45590311c82a: Waiting [2020-10-16T09:34:10.493Z] 69ca0ff8b7b3: Waiting [2020-10-16T09:34:10.493Z] 99f96fe45779: Verifying Checksum [2020-10-16T09:34:10.494Z] 99f96fe45779: Download complete [2020-10-16T09:34:10.494Z] 74f711af9a0d: Verifying Checksum [2020-10-16T09:34:10.494Z] 74f711af9a0d: Download complete [2020-10-16T09:34:10.769Z] 45590311c82a: Verifying Checksum [2020-10-16T09:34:10.769Z] 45590311c82a: Download complete [2020-10-16T09:34:10.769Z] 69ca0ff8b7b3: Download complete [2020-10-16T09:34:11.045Z] b538f80385f9: Verifying Checksum [2020-10-16T09:34:11.045Z] b538f80385f9: Download complete [2020-10-16T09:34:11.649Z] b538f80385f9: Pull complete [2020-10-16T09:34:12.638Z] 74f711af9a0d: Pull complete [2020-10-16T09:34:12.913Z] 99f96fe45779: Pull complete [2020-10-16T09:34:13.191Z] 209524e5b208: Verifying Checksum [2020-10-16T09:34:13.191Z] 209524e5b208: Download complete [2020-10-16T09:34:15.834Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T09:34:15.834Z] 8529a6b9a6be: Download complete [2020-10-16T09:34:26.001Z] 8529a6b9a6be: Pull complete [2020-10-16T09:34:26.001Z] 45590311c82a: Pull complete [2020-10-16T09:34:26.001Z] 69ca0ff8b7b3: Pull complete [2020-10-16T09:34:28.029Z] Removing intermediate container 3f8361f1b298 [2020-10-16T09:34:28.029Z] ---> a1b0e41b256b [2020-10-16T09:34:28.029Z] Successfully built a1b0e41b256b [2020-10-16T09:34:28.029Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:34:28.509Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T09:34:28.778Z] . [Pipeline] withDockerContainer [2020-10-16T09:34:29.180Z] prd-centos7-docker-4c-2g-5858 does not seem to be running inside a container [2020-10-16T09:34:29.364Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@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-16T09:34:29.419Z] 209524e5b208: Pull complete [2020-10-16T09:34:29.419Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T09:34:29.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T09:34:29.419Z] ---> 5bddaf1c2fca [2020-10-16T09:34:29.419Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T09:34:30.333Z] $ docker top 522df8752f4ae76056000fa7c6353db74d1528e5b20d9f795aadbdda6955e2d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:34:30.835Z] + go version [2020-10-16T09:34:30.835Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T09:34:30.863Z] $ docker stop --time=1 522df8752f4ae76056000fa7c6353db74d1528e5b20d9f795aadbdda6955e2d7 [2020-10-16T09:34:32.300Z] $ docker rm -f 522df8752f4ae76056000fa7c6353db74d1528e5b20d9f795aadbdda6955e2d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-16T09:34:32.842Z] ---> Running in 316ac1852326 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-10-16T09:34:33.113Z] Removing intermediate container 316ac1852326 [2020-10-16T09:34:33.113Z] ---> bf25daca6f0a [2020-10-16T09:34:33.113Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:34:33.391Z] ---> Running in a2e1d12bc29a [2020-10-16T09:34:33.581Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T09:34:33.581Z] . [Pipeline] withDockerContainer [2020-10-16T09:34:33.751Z] prd-centos7-docker-4c-2g-5858 does not seem to be running inside a container [2020-10-16T09:34:34.257Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@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-16T09:34:35.243Z] $ docker top c319d138f8966c55d68e01a09f8f56eab43a7a6eb3d6f9e12e75159b559c1e4c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:34:36.017Z] Removing intermediate container a2e1d12bc29a [2020-10-16T09:34:36.017Z] ---> a4b1a070ea77 [2020-10-16T09:34:36.017Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-16T09:34:36.017Z] ---> Running in 78f6f1b4e62a [2020-10-16T09:34:36.341Z] + make test [2020-10-16T09:34:36.341Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-16T09:34:37.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T09:34:38.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T09:34:39.415Z] OK: 142 MiB in 39 packages [2020-10-16T09:34:40.403Z] Removing intermediate container 78f6f1b4e62a [2020-10-16T09:34:40.403Z] ---> 41337104fa1e [2020-10-16T09:34:40.403Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-16T09:34:40.679Z] ---> Running in 1bf243a7c829 [2020-10-16T09:34:41.282Z] Removing intermediate container 1bf243a7c829 [2020-10-16T09:34:41.282Z] ---> 69c192a7c9c8 [2020-10-16T09:34:41.282Z] Step 7/8 : COPY . . [2020-10-16T09:34:42.719Z] ---> ad96c1c5d6c2 [2020-10-16T09:34:42.719Z] Step 8/8 : RUN go mod download [2020-10-16T09:34:42.719Z] ---> Running in f8a9c26548f3 [2020-10-16T09:34:48.945Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-16T09:35:04.914Z] Removing intermediate container f8a9c26548f3 [2020-10-16T09:35:04.914Z] ---> 58e2c542edc0 [2020-10-16T09:35:04.914Z] Successfully built 58e2c542edc0 [2020-10-16T09:35:05.187Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:35:05.608Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T09:35:05.608Z] . [Pipeline] withDockerContainer [2020-10-16T09:35:05.903Z] prd-ubuntu18.04-docker-arm64-4c-16g-5862 does not seem to be running inside a container [2020-10-16T09:35:05.995Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@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 ******** ci-base-image-arm64 cat [2020-10-16T09:35:08.020Z] $ docker top 79fabddaeef883de7849a9dc27982586c9ef8ab1605e2360da1a472bee8e17c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:35:09.470Z] + go version [2020-10-16T09:35:09.470Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T09:35:09.496Z] $ docker stop --time=1 79fabddaeef883de7849a9dc27982586c9ef8ab1605e2360da1a472bee8e17c5 [2020-10-16T09:35:11.508Z] $ docker rm -f 79fabddaeef883de7849a9dc27982586c9ef8ab1605e2360da1a472bee8e17c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-10-16T09:35:11.958Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-16T09:35:11.958Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-16T09:35:11.958Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-16T09:35:11.958Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.114s coverage: 21.6% of statements [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:35:12.622Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T09:35:12.622Z] . [Pipeline] withDockerContainer [2020-10-16T09:35:12.908Z] prd-ubuntu18.04-docker-arm64-4c-16g-5862 does not seem to be running inside a container [2020-10-16T09:35:13.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/10 -v /w/workspace/device-sdk-go/10:/w/workspace/device-sdk-go/10:rw,z -v /w/workspace/device-sdk-go/10@tmp:/w/workspace/device-sdk-go/10@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 ******** ci-base-image-arm64 cat [2020-10-16T09:35:14.708Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.549s coverage: 97.1% of statements [2020-10-16T09:35:14.996Z] $ docker top 0da6aec64ad2679b76c4bbc0711105f5f215dc2229adeb250ea1d9b5c2e5d2c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:35:16.448Z] + make test [2020-10-16T09:35:16.448Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-16T09:35:43.301Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-16T09:35:47.289Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.070s coverage: 9.4% of statements [2020-10-16T09:35:47.290Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.103s coverage: 21.9% of statements [2020-10-16T09:35:47.290Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-16T09:35:47.290Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.260s coverage: 42.6% of statements [2020-10-16T09:35:47.290Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-16T09:35:47.290Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.439s coverage: 68.9% of statements [2020-10-16T09:35:47.290Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-16T09:35:47.290Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-16T09:35:47.290Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-16T09:35:47.290Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-16T09:35:47.290Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.119s coverage: 52.6% of statements [2020-10-16T09:35:47.290Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-16T09:35:47.290Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-16T09:35:47.290Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-16T09:35:47.290Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 3.790s coverage: 68.9% of statements [2020-10-16T09:35:47.290Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-16T09:35:47.290Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-16T09:35:47.290Z] GO111MODULE=on go vet ./... [2020-10-16T09:36:02.945Z] gofmt -l . [2020-10-16T09:36:02.945Z] [ "`gofmt -l .`" = "" ] [2020-10-16T09:36:02.945Z] ./bin/test-attribution-txt.sh [2020-10-16T09:36:02.945Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-16T09:36:03.834Z] Stashed 1 file(s) [Pipeline] } [2020-10-16T09:36:03.845Z] $ docker stop --time=1 c319d138f8966c55d68e01a09f8f56eab43a7a6eb3d6f9e12e75159b559c1e4c [2020-10-16T09:36:06.181Z] $ docker rm -f c319d138f8966c55d68e01a09f8f56eab43a7a6eb3d6f9e12e75159b559c1e4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-16T09:36:08.127Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T09:36:08.492Z] + ls -al . [2020-10-16T09:36:08.492Z] total 188 [2020-10-16T09:36:08.492Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 16 09:36 . [2020-10-16T09:36:08.492Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 16 09:33 .. [2020-10-16T09:36:08.492Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 16 09:33 bin [2020-10-16T09:36:08.492Z] -rw-r--r--. 1 jenkins jenkins 110398 Oct 16 09:35 coverage.out [2020-10-16T09:36:08.492Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 16 09:33 Dockerfile.build [2020-10-16T09:36:08.492Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 09:33 .dockerignore [2020-10-16T09:36:08.492Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 16 09:33 example [2020-10-16T09:36:08.492Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 16 09:33 .git [2020-10-16T09:36:08.492Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 09:33 .github [2020-10-16T09:36:08.492Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 16 09:33 .gitignore [2020-10-16T09:36:08.492Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 16 09:36 go.mod [2020-10-16T09:36:08.492Z] -rw-r--r--. 1 jenkins jenkins 13742 Oct 16 09:36 go.sum [2020-10-16T09:36:08.492Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 16 09:33 internal [2020-10-16T09:36:08.492Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 16 09:33 Jenkinsfile [2020-10-16T09:36:08.492Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 16 09:33 LICENSE [2020-10-16T09:36:08.492Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 16 09:33 Makefile [2020-10-16T09:36:08.492Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 16 09:33 openapi [2020-10-16T09:36:08.492Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 16 09:33 pkg [2020-10-16T09:36:08.492Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 16 09:33 README.md [2020-10-16T09:36:08.492Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 16 09:33 RELEASE-NOTES.txt [2020-10-16T09:36:08.492Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 09:33 snap [2020-10-16T09:36:08.492Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 16 09:30 VERSION [2020-10-16T09:36:08.492Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 16 09:33 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:36:08.851Z] + 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=c2bebaee10cac6903836b89e8da6d7a54a29d409 --label arch=amd64 --label version=0.0.0 . [2020-10-16T09:36:09.453Z] Sending build context to Docker daemon 2.427MB [2020-10-16T09:36:09.453Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-16T09:36:09.453Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-16T09:36:09.453Z] ---> a1b0e41b256b [2020-10-16T09:36:09.453Z] Step 3/24 : ARG MAKE='make build' [2020-10-16T09:36:09.727Z] ---> Running in 756cfc26e3e2 [2020-10-16T09:36:10.030Z] Removing intermediate container 756cfc26e3e2 [2020-10-16T09:36:10.030Z] ---> d6c3b4eb0b54 [2020-10-16T09:36:10.030Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-16T09:36:10.030Z] ---> Running in 0a63bc863b6e [2020-10-16T09:36:10.381Z] Removing intermediate container 0a63bc863b6e [2020-10-16T09:36:10.381Z] ---> 04f18be39f05 [2020-10-16T09:36:10.381Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T09:36:10.381Z] ---> Running in 018fef59172a [2020-10-16T09:36:10.653Z] Removing intermediate container 018fef59172a [2020-10-16T09:36:10.653Z] ---> 52e0c073600b [2020-10-16T09:36:10.653Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:36:10.653Z] ---> Running in a5dbf182c940 [2020-10-16T09:36:11.636Z] Removing intermediate container a5dbf182c940 [2020-10-16T09:36:11.636Z] ---> f0afa15bcbd3 [2020-10-16T09:36:11.636Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-16T09:36:11.970Z] ---> Running in 1635a68be4cf [2020-10-16T09:36:12.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T09:36:13.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T09:36:13.990Z] OK: 166 MiB in 39 packages [2020-10-16T09:36:14.613Z] Removing intermediate container 1635a68be4cf [2020-10-16T09:36:14.613Z] ---> 2d3ddc001fab [2020-10-16T09:36:14.613Z] Step 8/24 : COPY . . [2020-10-16T09:36:16.061Z] ---> 214ebb4b8ff3 [2020-10-16T09:36:16.061Z] Step 9/24 : RUN ${MAKE} [2020-10-16T09:36:16.061Z] ---> Running in 5f62bd36b19d [2020-10-16T09:36:16.693Z] 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-16T09:36:29.240Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-16T09:36:30.387Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-16T09:36:30.387Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-16T09:36:30.387Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-16T09:36:30.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.145s coverage: 21.6% of statements [2020-10-16T09:36:30.387Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.300s coverage: 97.1% of statements [2020-10-16T09:36:30.658Z] Removing intermediate container 5f62bd36b19d [2020-10-16T09:36:30.658Z] ---> 5bf4dfd7c3a9 [2020-10-16T09:36:30.658Z] Step 10/24 : FROM scratch [2020-10-16T09:36:30.658Z] ---> [2020-10-16T09:36:30.658Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T09:36:30.658Z] ---> Running in 3d004008da71 [2020-10-16T09:36:30.954Z] Removing intermediate container 3d004008da71 [2020-10-16T09:36:30.954Z] ---> 0d960345de99 [2020-10-16T09:36:30.954Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-16T09:36:30.954Z] ---> Running in 202a089f8256 [2020-10-16T09:36:31.223Z] Removing intermediate container 202a089f8256 [2020-10-16T09:36:31.223Z] ---> 0393bf0b9f15 [2020-10-16T09:36:31.223Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T09:36:31.489Z] ---> Running in 1e1fffa8f7b8 [2020-10-16T09:36:31.489Z] Removing intermediate container 1e1fffa8f7b8 [2020-10-16T09:36:31.489Z] ---> ba1404890f4f [2020-10-16T09:36:31.489Z] Step 14/24 : WORKDIR / [2020-10-16T09:36:31.489Z] ---> Running in df873cc442be [2020-10-16T09:36:31.767Z] Removing intermediate container df873cc442be [2020-10-16T09:36:31.767Z] ---> ac846287b8ea [2020-10-16T09:36:31.767Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-16T09:36:32.729Z] ---> cf79d0f1fa60 [2020-10-16T09:36:32.729Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-16T09:36:33.015Z] ---> dd40f271e158 [2020-10-16T09:36:33.015Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-16T09:36:33.293Z] ---> 0a029372571c [2020-10-16T09:36:33.293Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-16T09:36:33.567Z] ---> 600e4af31497 [2020-10-16T09:36:33.568Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-16T09:36:33.835Z] ---> 4f0f19016078 [2020-10-16T09:36:33.835Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-16T09:36:34.132Z] ---> Running in 2c13aa7e001c [2020-10-16T09:36:34.132Z] Removing intermediate container 2c13aa7e001c [2020-10-16T09:36:34.132Z] ---> 5d3e8b31efed [2020-10-16T09:36:34.132Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T09:36:34.132Z] ---> Running in b727c7b764b1 [2020-10-16T09:36:34.406Z] Removing intermediate container b727c7b764b1 [2020-10-16T09:36:34.406Z] ---> 6e1e17e6b093 [2020-10-16T09:36:34.406Z] Step 22/24 : LABEL arch=amd64 [2020-10-16T09:36:34.406Z] ---> Running in 7222b78f6be4 [2020-10-16T09:36:34.706Z] Removing intermediate container 7222b78f6be4 [2020-10-16T09:36:34.706Z] ---> f4973a9de8b1 [2020-10-16T09:36:34.706Z] Step 23/24 : LABEL git_sha=c2bebaee10cac6903836b89e8da6d7a54a29d409 [2020-10-16T09:36:34.706Z] ---> Running in 831b449d4f39 [2020-10-16T09:36:34.980Z] Removing intermediate container 831b449d4f39 [2020-10-16T09:36:34.980Z] ---> 9145b7ddf847 [2020-10-16T09:36:34.980Z] Step 24/24 : LABEL version=0.0.0 [2020-10-16T09:36:34.980Z] ---> Running in 1bc2d2f49a9e [2020-10-16T09:36:35.254Z] Removing intermediate container 1bc2d2f49a9e [2020-10-16T09:36:35.254Z] ---> 1c78485c5480 [2020-10-16T09:36:35.254Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T09:36:35.254Z] Successfully built 1c78485c5480 [2020-10-16T09:36:35.254Z] 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-16T09:36:57.236Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.132s coverage: 9.4% of statements [2020-10-16T09:36:57.236Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.124s coverage: 21.9% of statements [2020-10-16T09:36:57.236Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-16T09:36:57.236Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.697s coverage: 42.6% of statements [2020-10-16T09:36:57.236Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-16T09:36:57.236Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.832s coverage: 68.9% of statements [2020-10-16T09:36:57.236Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-16T09:36:57.236Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-16T09:36:57.236Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-16T09:36:57.236Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-16T09:36:57.236Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.197s coverage: 52.6% of statements [2020-10-16T09:36:57.236Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-16T09:36:57.236Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-16T09:36:57.236Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-16T09:36:57.236Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.963s coverage: 68.9% of statements [2020-10-16T09:36:57.236Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-16T09:36:57.236Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-16T09:36:57.236Z] GO111MODULE=on go vet ./... [2020-10-16T09:37:29.655Z] gofmt -l . [2020-10-16T09:37:29.655Z] [ "`gofmt -l .`" = "" ] [2020-10-16T09:37:29.932Z] ./bin/test-attribution-txt.sh [2020-10-16T09:37:30.529Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-16T09:37:31.951Z] Warning: overwriting stash ‘coverage-report’ [2020-10-16T09:37:32.862Z] Stashed 1 file(s) [Pipeline] } [2020-10-16T09:37:32.869Z] $ docker stop --time=1 0da6aec64ad2679b76c4bbc0711105f5f215dc2229adeb250ea1d9b5c2e5d2c0 [2020-10-16T09:37:35.106Z] $ docker rm -f 0da6aec64ad2679b76c4bbc0711105f5f215dc2229adeb250ea1d9b5c2e5d2c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T09:37:36.851Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T09:37:37.187Z] + ls -al . [2020-10-16T09:37:37.187Z] total 224 [2020-10-16T09:37:37.187Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 16 09:37 . [2020-10-16T09:37:37.187Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:34 .. [2020-10-16T09:37:37.187Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 09:34 .dockerignore [2020-10-16T09:37:37.187Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 09:34 .git [2020-10-16T09:37:37.187Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:34 .github [2020-10-16T09:37:37.187Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 16 09:34 .gitignore [2020-10-16T09:37:37.187Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 16 09:34 Dockerfile.build [2020-10-16T09:37:37.187Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 16 09:34 Jenkinsfile [2020-10-16T09:37:37.187Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 16 09:34 LICENSE [2020-10-16T09:37:37.187Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 16 09:34 Makefile [2020-10-16T09:37:37.187Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 16 09:34 README.md [2020-10-16T09:37:37.187Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 16 09:34 RELEASE-NOTES.txt [2020-10-16T09:37:37.187Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 16 09:30 VERSION [2020-10-16T09:37:37.187Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 09:34 bin [2020-10-16T09:37:37.187Z] -rw-r--r-- 1 jenkins jenkins 110398 Oct 16 09:36 coverage.out [2020-10-16T09:37:37.187Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:34 example [2020-10-16T09:37:37.187Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 16 09:37 go.mod [2020-10-16T09:37:37.187Z] -rw-r--r-- 1 jenkins jenkins 13742 Oct 16 09:37 go.sum [2020-10-16T09:37:37.187Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 16 09:34 internal [2020-10-16T09:37:37.187Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:34 openapi [2020-10-16T09:37:37.187Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 16 09:34 pkg [2020-10-16T09:37:37.187Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 09:34 snap [2020-10-16T09:37:37.187Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 16 09:34 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:37:37.538Z] + 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=c2bebaee10cac6903836b89e8da6d7a54a29d409 --label arch=arm64 --label version=0.0.0 . [2020-10-16T09:37:37.812Z] Sending build context to Docker daemon 2.43MB [2020-10-16T09:37:38.086Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-16T09:37:38.086Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-16T09:37:38.086Z] ---> 58e2c542edc0 [2020-10-16T09:37:38.086Z] Step 3/24 : ARG MAKE='make build' [2020-10-16T09:37:38.086Z] ---> Running in 3bae0bf5ed84 [2020-10-16T09:37:38.683Z] Removing intermediate container 3bae0bf5ed84 [2020-10-16T09:37:38.683Z] ---> 0d82761c85e7 [2020-10-16T09:37:38.683Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-16T09:37:38.960Z] ---> Running in c8defa3b7ac1 [2020-10-16T09:37:39.235Z] Removing intermediate container c8defa3b7ac1 [2020-10-16T09:37:39.235Z] ---> a59426e0b435 [2020-10-16T09:37:39.235Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T09:37:39.507Z] ---> Running in 4051c9c86dcc [2020-10-16T09:37:39.784Z] Removing intermediate container 4051c9c86dcc [2020-10-16T09:37:39.784Z] ---> 851a4f889cf9 [2020-10-16T09:37:39.784Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T09:37:40.065Z] ---> Running in 1624fb8b749d [2020-10-16T09:37:42.693Z] Removing intermediate container 1624fb8b749d [2020-10-16T09:37:42.693Z] ---> be5f14d5a394 [2020-10-16T09:37:42.693Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-16T09:37:42.693Z] ---> Running in 32a8ccaa5b51 [2020-10-16T09:37:44.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T09:37:44.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T09:37:45.753Z] OK: 142 MiB in 39 packages [2020-10-16T09:37:46.741Z] Removing intermediate container 32a8ccaa5b51 [2020-10-16T09:37:46.741Z] ---> 864fba6e3cdd [2020-10-16T09:37:46.741Z] Step 8/24 : COPY . . [2020-10-16T09:37:48.179Z] ---> eccd0f9a9864 [2020-10-16T09:37:48.179Z] Step 9/24 : RUN ${MAKE} [2020-10-16T09:37:48.179Z] ---> Running in 32e6dea592d2 [2020-10-16T09:37:49.615Z] 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-16T09:38:16.456Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-16T09:38:17.478Z] Removing intermediate container 32e6dea592d2 [2020-10-16T09:38:17.479Z] ---> f6f3a8af850d [2020-10-16T09:38:17.479Z] Step 10/24 : FROM scratch [2020-10-16T09:38:17.479Z] ---> [2020-10-16T09:38:17.479Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T09:38:17.751Z] ---> Running in 111b6bfd759e [2020-10-16T09:38:18.033Z] Removing intermediate container 111b6bfd759e [2020-10-16T09:38:18.033Z] ---> f8fc4affa30d [2020-10-16T09:38:18.033Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-16T09:38:18.033Z] ---> Running in 8a36a4d266fa [2020-10-16T09:38:18.662Z] Removing intermediate container 8a36a4d266fa [2020-10-16T09:38:18.662Z] ---> c61805e9dc71 [2020-10-16T09:38:18.662Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T09:38:18.662Z] ---> Running in 99f5df2172b8 [2020-10-16T09:38:18.951Z] Removing intermediate container 99f5df2172b8 [2020-10-16T09:38:18.951Z] ---> d79f81ea8b3c [2020-10-16T09:38:18.951Z] Step 14/24 : WORKDIR / [2020-10-16T09:38:19.243Z] ---> Running in 3f3c6b04f726 [2020-10-16T09:38:19.526Z] Removing intermediate container 3f3c6b04f726 [2020-10-16T09:38:19.526Z] ---> ac41f04b674b [2020-10-16T09:38:19.526Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-16T09:38:20.995Z] ---> d5a5e6ec5ada [2020-10-16T09:38:20.995Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-16T09:38:21.607Z] ---> 1eca034ed866 [2020-10-16T09:38:21.607Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-16T09:38:22.220Z] ---> 069470db4b70 [2020-10-16T09:38:22.220Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-16T09:38:23.262Z] ---> f9a1775506b6 [2020-10-16T09:38:23.262Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-16T09:38:23.883Z] ---> 0681d1a1175b [2020-10-16T09:38:23.883Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-16T09:38:23.883Z] ---> Running in 8649077df59e [2020-10-16T09:38:24.500Z] Removing intermediate container 8649077df59e [2020-10-16T09:38:24.500Z] ---> 04aceff9049a [2020-10-16T09:38:24.500Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T09:38:24.500Z] ---> Running in 0d42c10e6136 [2020-10-16T09:38:24.801Z] Removing intermediate container 0d42c10e6136 [2020-10-16T09:38:24.801Z] ---> fd886de1d997 [2020-10-16T09:38:24.801Z] Step 22/24 : LABEL arch=arm64 [2020-10-16T09:38:25.091Z] ---> Running in 68822488b4ed [2020-10-16T09:38:25.387Z] Removing intermediate container 68822488b4ed [2020-10-16T09:38:25.387Z] ---> a4115994ba9d [2020-10-16T09:38:25.387Z] Step 23/24 : LABEL git_sha=c2bebaee10cac6903836b89e8da6d7a54a29d409 [2020-10-16T09:38:25.670Z] ---> Running in eb72ec4d37b4 [2020-10-16T09:38:25.963Z] Removing intermediate container eb72ec4d37b4 [2020-10-16T09:38:25.963Z] ---> 2b7749632471 [2020-10-16T09:38:25.963Z] Step 24/24 : LABEL version=0.0.0 [2020-10-16T09:38:26.260Z] ---> Running in d5ffb0a741fa [2020-10-16T09:38:26.552Z] Removing intermediate container d5ffb0a741fa [2020-10-16T09:38:26.552Z] ---> 01fc855c19d5 [2020-10-16T09:38:26.552Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T09:38:26.552Z] Successfully built 01fc855c19d5 [2020-10-16T09:38:26.552Z] 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-16T09:38:28.891Z] provisioning config files... [2020-10-16T09:38:28.936Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config4614435477184087758tmp [Pipeline] { [Pipeline] sh [2020-10-16T09:38:29.369Z] + set +x [2020-10-16T09:38:29.369Z] + curl -s https://codecov.io/bash [2020-10-16T09:38:29.369Z] + bash -s -- [2020-10-16T09:38:29.654Z] [2020-10-16T09:38:29.654Z] _____ _ [2020-10-16T09:38:29.654Z] / ____| | | [2020-10-16T09:38:29.654Z] | | ___ __| | ___ ___ _____ __ [2020-10-16T09:38:29.654Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-16T09:38:29.654Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-16T09:38:29.654Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-16T09:38:29.654Z] Bash-20201009-048fee3 [2020-10-16T09:38:29.654Z] [2020-10-16T09:38:29.654Z] [2020-10-16T09:38:29.654Z] ==> Jenkins CI detected. [2020-10-16T09:38:29.654Z] project root: . [2020-10-16T09:38:29.654Z] --> token set from env [2020-10-16T09:38:29.655Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-16T09:38:29.655Z] ==> Running gcov in . (disable via -X gcov) [2020-10-16T09:38:29.655Z] ==> Python coveragepy not found [2020-10-16T09:38:29.655Z] ==> Searching for coverage reports in: [2020-10-16T09:38:29.655Z] + . [2020-10-16T09:38:29.655Z] -> Found 1 reports [2020-10-16T09:38:29.655Z] ==> Detecting git/mercurial file structure [2020-10-16T09:38:29.655Z] ==> Reading reports [2020-10-16T09:38:29.655Z] + ./coverage.out bytes=110398 [2020-10-16T09:38:29.655Z] ==> Appending adjustments [2020-10-16T09:38:29.655Z] https://docs.codecov.io/docs/fixing-reports [2020-10-16T09:38:30.291Z] + Found adjustments [2020-10-16T09:38:30.291Z] ==> Gzipping contents [2020-10-16T09:38:30.291Z] ==> Uploading reports [2020-10-16T09:38:30.291Z] url: https://codecov.io [2020-10-16T09:38:30.291Z] query: branch=PR-614&commit=c2bebaee10cac6903836b89e8da6d7a54a29d409&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= [2020-10-16T09:38:30.291Z] -> Pinging Codecov [2020-10-16T09:38:30.291Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-614&commit=c2bebaee10cac6903836b89e8da6d7a54a29d409&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F10%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= [2020-10-16T09:38:30.570Z] -> Uploading to [2020-10-16T09:38:30.570Z] [2020-10-16T09:38:30.570Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T09:38:30.570Z] Dload Upload Total Spent Left Speed [2020-10-16T09:38:30.570Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-16T09:38:30.570Z] X> Failed to upload [2020-10-16T09:38:30.570Z] ==> Uploading to Codecov [2020-10-16T09:38:30.570Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T09:38:30.570Z] Dload Upload Total Spent Left Speed [2020-10-16T09:38:31.141Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 19030 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19140 100 110 100 19030 210 36354 --:--:-- --:--:-- --:--:-- 36316 [2020-10-16T09:38:31.141Z] View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/c2bebaee10cac6903836b89e8da6d7a54a29d409 [Pipeline] } [2020-10-16T09:38:31.157Z] 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-16T09:38:34.188Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:38:34.863Z] ---> package-listing.sh [2020-10-16T09:38:34.863Z] ++ facter osfamily [2020-10-16T09:38:34.863Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T09:38:35.147Z] + OS_FAMILY=redhat [2020-10-16T09:38:35.147Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-10-16T09:38:35.147Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T09:38:35.147Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T09:38:35.147Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T09:38:35.147Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T09:38:35.147Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' [2020-10-16T09:38:35.147Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T09:38:35.147Z] + case "${OS_FAMILY}" in [2020-10-16T09:38:35.147Z] + rpm -qa [2020-10-16T09:38:35.147Z] + sort [2020-10-16T09:38:40.522Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T09:38:40.522Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T09:38:40.522Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T09:38:40.522Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' [2020-10-16T09:38:40.522Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [2020-10-16T09:38:40.522Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [Pipeline] echo [2020-10-16T09:38:40.538Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-614/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-16T09:38:40.873Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:38:41.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T09:38:41.563Z] [2020-10-16T09:38:41.563Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T09:38:42.013Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T09:38:42.013Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T09:38:42.013Z] df20fa9351a1: Pulling fs layer [2020-10-16T09:38:42.013Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T09:38:42.013Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T09:38:42.013Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T09:38:42.013Z] 93b61091891f: Pulling fs layer [2020-10-16T09:38:42.013Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T09:38:42.013Z] 5e14af77c1be: Pulling fs layer [2020-10-16T09:38:42.013Z] 01666e4c0597: Pulling fs layer [2020-10-16T09:38:42.013Z] aa168da1d23b: Pulling fs layer [2020-10-16T09:38:42.013Z] 93b9cdb0e59b: Waiting [2020-10-16T09:38:42.013Z] 01666e4c0597: Waiting [2020-10-16T09:38:42.013Z] 46f8f816bc3b: Waiting [2020-10-16T09:38:42.013Z] 93b61091891f: Waiting [2020-10-16T09:38:42.013Z] aa168da1d23b: Waiting [2020-10-16T09:38:42.013Z] 5e14af77c1be: Waiting [2020-10-16T09:38:42.013Z] 36b3adc4ff6f: Download complete [2020-10-16T09:38:42.013Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T09:38:42.013Z] 46f8f816bc3b: Download complete [2020-10-16T09:38:42.329Z] df20fa9351a1: Verifying Checksum [2020-10-16T09:38:42.329Z] df20fa9351a1: Download complete [2020-10-16T09:38:42.634Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T09:38:42.634Z] 93b9cdb0e59b: Download complete [2020-10-16T09:38:42.634Z] 5e14af77c1be: Download complete [2020-10-16T09:38:42.634Z] 01666e4c0597: Verifying Checksum [2020-10-16T09:38:42.634Z] 01666e4c0597: Download complete [2020-10-16T09:38:42.634Z] 93b61091891f: Download complete [2020-10-16T09:38:43.034Z] df20fa9351a1: Pull complete [2020-10-16T09:38:43.325Z] 36b3adc4ff6f: Pull complete [2020-10-16T09:38:43.325Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T09:38:43.325Z] 8ad3a11d3b57: Download complete [2020-10-16T09:38:44.472Z] 8ad3a11d3b57: Pull complete [2020-10-16T09:38:44.809Z] 46f8f816bc3b: Pull complete [2020-10-16T09:38:46.178Z] 93b61091891f: Pull complete [2020-10-16T09:38:46.178Z] 93b9cdb0e59b: Pull complete [2020-10-16T09:38:46.178Z] 5e14af77c1be: Pull complete [2020-10-16T09:38:46.558Z] 01666e4c0597: Pull complete [2020-10-16T09:38:58.599Z] aa168da1d23b: Verifying Checksum [2020-10-16T09:38:58.599Z] aa168da1d23b: Download complete [2020-10-16T09:39:22.130Z] aa168da1d23b: Pull complete [2020-10-16T09:39:22.130Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T09:39:22.130Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T09:39:22.130Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T09:39:22.986Z] prd-centos7-docker-4c-2g-5849 does not seem to be running inside a container [2020-10-16T09:39:23.339Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-614/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@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:10003/edgex-lftools-log-publisher:alpine cat [2020-10-16T09:39:28.200Z] $ docker top a5d40c50f82a9db5bb2fdd105940035cc26e0f8c8f85b10bb28c3c2bc055fa90 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T09:39:29.603Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T09:39:30.817Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T09:39:31.644Z] + ls /var/log/sa-host [2020-10-16T09:39:31.644Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T09:39:31.644Z] file_magic: OK [2020-10-16T09:39:31.644Z] HZ: Using current value: 100 [2020-10-16T09:39:31.644Z] file_header: OK [2020-10-16T09:39:31.644Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-16T09:39:31.644Z] Statistics: [2020-10-16T09:39:31.644Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T09:39:31.644Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T09:39:31.644Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T09:39:31.644Z] file_magic: OK [2020-10-16T09:39:31.644Z] HZ: Using current value: 100 [2020-10-16T09:39:31.644Z] file_header: OK [2020-10-16T09:39:31.644Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-16T09:39:31.644Z] Statistics: [2020-10-16T09:39:31.644Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T09:39:31.644Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T09:39:31.958Z] provisioning config files... [2020-10-16T09:39:32.102Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config6725045052162783739tmp [Pipeline] { [Pipeline] echo [2020-10-16T09:39:32.218Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:39:33.599Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T09:39:33.706Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T09:39:33.800Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:39:34.618Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T09:39:34.647Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:39:35.529Z] ---> sudo-logs.sh [2020-10-16T09:39:35.529Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T09:39:35.902Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:39:37.187Z] ---> job-cost.sh [2020-10-16T09:39:37.187Z] lf-activate-venv: SKIPPING [2020-10-16T09:39:37.187Z] INFO: No Stack... [2020-10-16T09:39:38.764Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T09:39:39.542Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T09:39:39.576Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T09:39:40.855Z] ---> logs-deploy.sh [2020-10-16T09:39:40.855Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-614/10 [2020-10-16T09:39:40.855Z] INFO: archiving workspace using pattern(s): [2020-10-16T09:39:45.414Z] Archives upload complete. [2020-10-16T09:39:45.414Z] INFO: archiving logs to Nexus [2020-10-16T09:39:48.404Z] ---> uname -a: [2020-10-16T09:39:48.404Z] Linux prd-centos7-docker-4c-2g-5849.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] ---> lscpu: [2020-10-16T09:39:48.404Z] Architecture: x86_64 [2020-10-16T09:39:48.404Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-16T09:39:48.404Z] Byte Order: Little Endian [2020-10-16T09:39:48.404Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-16T09:39:48.404Z] CPU(s): 4 [2020-10-16T09:39:48.404Z] On-line CPU(s) list: 0-3 [2020-10-16T09:39:48.404Z] Thread(s) per core: 1 [2020-10-16T09:39:48.404Z] Core(s) per socket: 1 [2020-10-16T09:39:48.404Z] Socket(s): 4 [2020-10-16T09:39:48.404Z] NUMA node(s): 1 [2020-10-16T09:39:48.404Z] Vendor ID: GenuineIntel [2020-10-16T09:39:48.404Z] CPU family: 6 [2020-10-16T09:39:48.404Z] Model: 44 [2020-10-16T09:39:48.404Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-16T09:39:48.404Z] Stepping: 1 [2020-10-16T09:39:48.404Z] CPU MHz: 2933.438 [2020-10-16T09:39:48.404Z] BogoMIPS: 5866.87 [2020-10-16T09:39:48.404Z] Virtualization: VT-x [2020-10-16T09:39:48.404Z] Hypervisor vendor: KVM [2020-10-16T09:39:48.404Z] Virtualization type: full [2020-10-16T09:39:48.404Z] L1d cache: 128 KiB [2020-10-16T09:39:48.404Z] L1i cache: 128 KiB [2020-10-16T09:39:48.404Z] L2 cache: 16 MiB [2020-10-16T09:39:48.404Z] L3 cache: 64 MiB [2020-10-16T09:39:48.404Z] NUMA node0 CPU(s): 0-3 [2020-10-16T09:39:48.404Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-16T09:39:48.404Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-16T09:39:48.404Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-16T09:39:48.404Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-16T09:39:48.404Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-16T09:39:48.404Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-16T09:39:48.404Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-16T09:39:48.404Z] Vulnerability Tsx async abort: Not affected [2020-10-16T09:39:48.404Z] 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-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] ---> nproc: [2020-10-16T09:39:48.404Z] 4 [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] ---> df -h: [2020-10-16T09:39:48.404Z] Filesystem Size Used Available Use% Mounted on [2020-10-16T09:39:48.404Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-16T09:39:48.404Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-16T09:39:48.404Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-16T09:39:48.404Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-16T09:39:48.404Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-16T09:39:48.404Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-16T09:39:48.404Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-16T09:39:48.404Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-16T09:39:48.404Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-10-16T09:39:48.404Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp [2020-10-16T09:39:48.404Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-16T09:39:48.404Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-16T09:39:48.404Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-16T09:39:48.404Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] ---> free -m: [2020-10-16T09:39:48.404Z] total used free shared buff/cache available [2020-10-16T09:39:48.404Z] Mem: 1837 685 95 0 1056 1050 [2020-10-16T09:39:48.404Z] Swap: 1023 0 1023 [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] ---> ip addr: [2020-10-16T09:39:48.404Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-16T09:39:48.404Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-16T09:39:48.404Z] inet 127.0.0.1/8 scope host lo [2020-10-16T09:39:48.404Z] valid_lft forever preferred_lft forever [2020-10-16T09:39:48.404Z] inet6 ::1/128 scope host [2020-10-16T09:39:48.404Z] valid_lft forever preferred_lft forever [2020-10-16T09:39:48.404Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-16T09:39:48.404Z] link/ether fa:16:3e:9b:e1:39 brd ff:ff:ff:ff:ff:ff [2020-10-16T09:39:48.404Z] inet 10.30.122.124/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-16T09:39:48.404Z] valid_lft 85762sec preferred_lft 85762sec [2020-10-16T09:39:48.404Z] inet6 fe80::f816:3eff:fe9b:e139/64 scope link [2020-10-16T09:39:48.404Z] valid_lft forever preferred_lft forever [2020-10-16T09:39:48.404Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-16T09:39:48.404Z] link/ether 02:42:b7:29:d1:9f brd ff:ff:ff:ff:ff:ff [2020-10-16T09:39:48.404Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-16T09:39:48.404Z] valid_lft forever preferred_lft forever [2020-10-16T09:39:48.404Z] inet6 fe80::42:b7ff:fe29:d19f/64 scope link [2020-10-16T09:39:48.404Z] valid_lft forever preferred_lft forever [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] ---> sar -b -r -n DEV: [2020-10-16T09:39:48.404Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] 09:28:51 LINUX RESTART (4 CPU) [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] 09:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-16T09:39:48.404Z] 09:31:01 30.62 10.78 19.84 0.00 4444.59 2189.66 0.00 [2020-10-16T09:39:48.404Z] 09:32:01 0.45 0.00 0.45 0.00 0.00 9.32 0.00 [2020-10-16T09:39:48.404Z] 09:33:01 0.30 0.00 0.30 0.00 0.00 4.27 0.00 [2020-10-16T09:39:48.404Z] 09:34:01 0.22 0.00 0.22 0.00 0.00 2.96 0.00 [2020-10-16T09:39:48.404Z] 09:35:01 0.35 0.00 0.35 0.00 0.00 4.93 0.00 [2020-10-16T09:39:48.404Z] 09:36:01 0.30 0.02 0.28 0.00 0.13 3.13 0.00 [2020-10-16T09:39:48.404Z] 09:37:01 0.20 0.00 0.20 0.00 0.00 1.93 0.00 [2020-10-16T09:39:48.404Z] 09:38:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 [2020-10-16T09:39:48.404Z] 09:39:02 56.95 42.53 14.42 0.00 4264.16 4373.87 0.00 [2020-10-16T09:39:48.404Z] Average: 9.96 5.95 4.02 0.00 963.84 732.81 0.00 [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] 09:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-16T09:39:48.404Z] 09:31:01 169320 0 564244 29.99 2620 1145372 1139996 38.91 406112 1146100 16 [2020-10-16T09:39:48.404Z] 09:32:01 176236 0 557264 29.62 2620 1145436 1081780 36.92 404604 1142372 32 [2020-10-16T09:39:48.404Z] 09:33:01 176108 0 557444 29.63 2620 1145384 1081816 36.92 404684 1142356 12 [2020-10-16T09:39:48.404Z] 09:34:01 173644 0 559908 29.76 2620 1145384 1081964 36.93 409376 1139708 12 [2020-10-16T09:39:48.404Z] 09:35:01 174840 0 558704 29.69 2620 1145392 1081784 36.92 416660 1131660 12 [2020-10-16T09:39:48.404Z] 09:36:01 175188 0 558348 29.67 2620 1145400 1077732 36.78 423000 1125140 12 [2020-10-16T09:39:48.404Z] 09:37:01 174940 0 558588 29.69 2620 1145408 1077756 36.78 411092 1137220 8 [2020-10-16T09:39:48.404Z] 09:38:01 175600 0 557924 29.65 2620 1145412 1077672 36.78 410644 1137220 8 [2020-10-16T09:39:48.404Z] 09:39:02 64300 0 656524 34.89 2620 1158112 1503556 51.31 491136 1144704 103796 [2020-10-16T09:39:48.404Z] Average: 162242 0 569883 30.29 2620 1146811 1133784 38.69 419701 1138498 11545 [2020-10-16T09:39:48.404Z] [2020-10-16T09:39:48.404Z] 09:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-16T09:39:48.404Z] 09:31:01 eth0 72.14 59.45 363.41 39.14 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.404Z] 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.404Z] 09:31:01 docker0 7.43 5.35 1.16 20.11 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.404Z] 09:32:01 eth0 3.22 0.63 0.85 0.33 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.404Z] 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.404Z] 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.404Z] 09:33:01 eth0 3.84 0.67 0.82 0.47 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.404Z] 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.404Z] 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.404Z] 09:34:01 eth0 2.78 1.05 1.20 0.76 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:35:01 eth0 2.29 0.80 0.78 0.50 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:36:01 eth0 0.78 0.45 0.30 0.21 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:37:01 eth0 0.92 0.27 0.32 0.20 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:38:01 eth0 0.50 0.25 0.27 0.19 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:39:02 eth0 214.78 162.80 2158.40 19.27 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] 09:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] Average: eth0 33.55 25.20 282.05 6.74 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] Average: docker0 0.81 0.58 0.13 2.20 0.00 0.00 0.00 0.00 [2020-10-16T09:39:48.405Z] [2020-10-16T09:39:48.405Z] [2020-10-16T09:39:48.405Z] ---> sar -P ALL: [2020-10-16T09:39:48.405Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) [2020-10-16T09:39:48.405Z] [2020-10-16T09:39:48.405Z] 09:28:51 LINUX RESTART (4 CPU) [2020-10-16T09:39:48.405Z] [2020-10-16T09:39:48.405Z] 09:30:02 CPU %user %nice %system %iowait %steal %idle [2020-10-16T09:39:48.405Z] 09:31:01 all 2.12 0.00 1.87 0.57 5.88 89.56 [2020-10-16T09:39:48.405Z] 09:31:01 0 1.76 0.00 1.84 1.23 6.91 88.25 [2020-10-16T09:39:48.405Z] 09:31:01 1 2.15 0.00 1.98 0.10 5.48 90.29 [2020-10-16T09:39:48.405Z] 09:31:01 2 2.30 0.00 1.88 0.24 5.30 90.28 [2020-10-16T09:39:48.405Z] 09:31:01 3 2.27 0.00 1.78 0.72 5.80 89.43 [2020-10-16T09:39:48.405Z] 09:32:01 all 0.25 0.00 0.24 0.00 2.56 96.96 [2020-10-16T09:39:48.405Z] 09:32:01 0 0.15 0.00 0.18 0.00 2.36 97.31 [2020-10-16T09:39:48.405Z] 09:32:01 1 0.35 0.00 0.20 0.00 3.16 96.29 [2020-10-16T09:39:48.405Z] 09:32:01 2 0.33 0.00 0.30 0.00 2.64 96.73 [2020-10-16T09:39:48.405Z] 09:32:01 3 0.17 0.00 0.26 0.00 2.07 97.50 [2020-10-16T09:39:48.405Z] 09:33:01 all 0.08 0.00 0.04 0.00 1.10 98.77 [2020-10-16T09:39:48.405Z] 09:33:01 0 0.05 0.00 0.03 0.00 1.60 98.32 [2020-10-16T09:39:48.405Z] 09:33:01 1 0.10 0.00 0.02 0.00 0.78 99.11 [2020-10-16T09:39:48.405Z] 09:33:01 2 0.15 0.00 0.08 0.00 1.38 98.39 [2020-10-16T09:39:48.405Z] 09:33:01 3 0.03 0.00 0.03 0.00 0.65 99.29 [2020-10-16T09:39:48.405Z] 09:34:01 all 0.09 0.00 0.04 0.00 1.10 98.77 [2020-10-16T09:39:48.405Z] 09:34:01 0 0.03 0.00 0.03 0.00 0.48 99.45 [2020-10-16T09:39:48.405Z] 09:34:01 1 0.03 0.00 0.03 0.00 1.35 98.58 [2020-10-16T09:39:48.405Z] 09:34:01 2 0.20 0.00 0.05 0.00 1.79 97.96 [2020-10-16T09:39:48.405Z] 09:34:01 3 0.08 0.00 0.05 0.00 0.76 99.11 [2020-10-16T09:39:48.405Z] 09:35:01 all 0.09 0.00 0.09 0.00 0.69 99.13 [2020-10-16T09:39:48.405Z] 09:35:01 0 0.12 0.00 0.03 0.00 0.79 99.06 [2020-10-16T09:39:48.405Z] 09:35:01 1 0.05 0.00 0.07 0.00 0.61 99.27 [2020-10-16T09:39:48.405Z] 09:35:01 2 0.13 0.00 0.23 0.00 0.45 99.19 [2020-10-16T09:39:48.405Z] 09:35:01 3 0.07 0.00 0.03 0.00 0.89 99.01 [2020-10-16T09:39:48.405Z] 09:36:01 all 0.10 0.00 0.04 0.00 0.66 99.21 [2020-10-16T09:39:48.405Z] 09:36:01 0 0.27 0.00 0.03 0.00 0.83 98.87 [2020-10-16T09:39:48.405Z] 09:36:01 1 0.03 0.00 0.03 0.00 0.89 99.04 [2020-10-16T09:39:48.405Z] 09:36:01 2 0.02 0.00 0.07 0.00 0.52 99.40 [2020-10-16T09:39:48.405Z] 09:36:01 3 0.07 0.00 0.02 0.00 0.40 99.52 [2020-10-16T09:39:48.405Z] 09:37:01 all 0.12 0.00 0.03 0.00 0.23 99.63 [2020-10-16T09:39:48.405Z] 09:37:01 0 0.00 0.00 0.02 0.00 0.13 99.85 [2020-10-16T09:39:48.405Z] 09:37:01 1 0.03 0.00 0.03 0.00 0.37 99.57 [2020-10-16T09:39:48.405Z] 09:37:01 2 0.02 0.00 0.02 0.00 0.25 99.72 [2020-10-16T09:39:48.405Z] 09:37:01 3 0.42 0.00 0.05 0.00 0.17 99.37 [2020-10-16T09:39:48.405Z] 09:38:01 all 0.08 0.00 0.02 0.00 0.40 99.49 [2020-10-16T09:39:48.405Z] 09:38:01 0 0.02 0.00 0.02 0.00 0.17 99.80 [2020-10-16T09:39:48.405Z] 09:38:01 1 0.03 0.00 0.03 0.00 0.45 99.49 [2020-10-16T09:39:48.405Z] 09:38:01 2 0.03 0.00 0.02 0.00 0.58 99.37 [2020-10-16T09:39:48.405Z] 09:38:01 3 0.25 0.00 0.02 0.00 0.42 99.32 [2020-10-16T09:39:48.405Z] 09:39:02 all 3.05 0.00 2.17 1.12 12.54 81.13 [2020-10-16T09:39:48.405Z] 09:39:02 0 2.99 0.00 2.14 0.03 15.20 79.64 [2020-10-16T09:39:48.405Z] 09:39:02 1 2.37 0.00 1.84 0.34 12.43 83.02 [2020-10-16T09:39:48.405Z] 09:39:02 2 2.41 0.00 2.39 2.21 12.09 80.90 [2020-10-16T09:39:48.405Z] 09:39:02 3 4.45 0.00 2.30 1.91 10.38 80.96 [2020-10-16T09:39:48.405Z] Average: all 0.67 0.00 0.51 0.19 2.82 95.82 [2020-10-16T09:39:48.405Z] Average: 0 0.61 0.00 0.49 0.14 3.21 95.56 [2020-10-16T09:39:48.405Z] Average: 1 0.58 0.00 0.47 0.05 2.87 96.03 [2020-10-16T09:39:48.405Z] Average: 2 0.62 0.00 0.56 0.28 2.80 95.74 [2020-10-16T09:39:48.405Z] Average: 3 0.87 0.00 0.51 0.29 2.40 95.94 [2020-10-16T09:39:48.405Z] [2020-10-16T09:39:48.405Z] [2020-10-16T09:39:48.405Z]