Pull request #631 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ba4679e64ff6e9b005bedff44595110ae0f653e0+2d9730a214a0d2600c47b6e1f4d312ee14057382 (a8a6db37761b8a21b8fd4172cb6921b6dd46cc16) 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-6199 in /w/workspace/dgexfoundry_device-sdk-go_PR-631 [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-631 # 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 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit ba4679e64ff6e9b005bedff44595110ae0f653e0 > 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/631/head:refs/remotes/origin/PR-631 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ba4679e64ff6e9b005bedff44595110ae0f653e0 # 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 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 Merge succeeded, producing 130f0061a0b276a8bc7dc138e7fe536a17291da7 Checking out Revision 130f0061a0b276a8bc7dc138e7fe536a17291da7 (PR-631) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 130f0061a0b276a8bc7dc138e7fe536a17291da7 # timeout=10 Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" > git rev-list --no-walk ba4679e64ff6e9b005bedff44595110ae0f653e0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T07:09:27.858Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T07:09:28.071Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T07:09:28.160Z] ========================================================= [2020-10-19T07:09:28.160Z] EdgeX Global Pipelines Version Info [2020-10-19T07:09:28.160Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:09:30.093Z] ------------------- [2020-10-19T07:09:30.093Z] stable info: [2020-10-19T07:09:30.093Z] ------------------- [2020-10-19T07:09:30.093Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T07:09:30.093Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T07:09:30.093Z] Message: update stable to v1.0.144 [2020-10-19T07:09:30.667Z] ------------------- [2020-10-19T07:09:30.667Z] experimental info: [2020-10-19T07:09:30.667Z] ------------------- [2020-10-19T07:09:30.667Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T07:09:30.667Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T07:09:30.667Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T07:09:31.011Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-19T07:09:31.135Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-19T07:09:31.250Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T07:09:31.344Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T07:09:31.424Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T07:09:31.518Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T07:09:31.624Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T07:09:31.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T07:09:31.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-19T07:09:31.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T07:09:31.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T07:09:32.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-19T07:09:32.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T07:09:32.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T07:09:32.318Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-19T07:09:32.473Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:09:32.569Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:09:32.666Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:09:32.810Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-19T07:09:33.046Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T07:09:33.152Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-19T07:09:33.249Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-19T07:09:33.340Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T07:09:33.424Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T07:09:33.515Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-19T07:09:33.644Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-631 [Pipeline] echo [2020-10-19T07:09:33.727Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-631 [Pipeline] echo [2020-10-19T07:09:33.816Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-631 [Pipeline] echo [2020-10-19T07:09:33.932Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 130f0061a0b276a8bc7dc138e7fe536a17291da7 [Pipeline] echo [2020-10-19T07:09:34.028Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 130f006 [Pipeline] echo [2020-10-19T07:09:34.115Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T07:09:34.758Z] + git log --format=format:%s -1 130f0061a0b276a8bc7dc138e7fe536a17291da7 [Pipeline] echo [2020-10-19T07:09:34.828Z] GIT_COMMIT: 130f0061a0b276a8bc7dc138e7fe536a17291da7, Commit Message: Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD [Pipeline] echo [2020-10-19T07:09:34.875Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:09:35.461Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:09:35.723Z] [2020-10-19T07:09:35.723Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:09:36.075Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:09:36.075Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T07:09:36.075Z] 31603596830f: Pulling fs layer [2020-10-19T07:09:36.075Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T07:09:36.075Z] 6ca5941a6612: Pulling fs layer [2020-10-19T07:09:36.075Z] ecc8261a40a4: Pulling fs layer [2020-10-19T07:09:36.075Z] ecc8261a40a4: Waiting [2020-10-19T07:09:36.075Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T07:09:36.075Z] 2a8b12db71e7: Download complete [2020-10-19T07:09:36.337Z] 31603596830f: Verifying Checksum [2020-10-19T07:09:36.337Z] 31603596830f: Download complete [2020-10-19T07:09:36.337Z] ecc8261a40a4: Verifying Checksum [2020-10-19T07:09:36.602Z] 6ca5941a6612: Verifying Checksum [2020-10-19T07:09:36.602Z] 6ca5941a6612: Download complete [2020-10-19T07:09:36.602Z] 31603596830f: Pull complete [2020-10-19T07:09:36.602Z] 2a8b12db71e7: Pull complete [2020-10-19T07:09:37.552Z] 6ca5941a6612: Pull complete [2020-10-19T07:09:37.816Z] ecc8261a40a4: Pull complete [2020-10-19T07:09:37.816Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T07:09:37.816Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:09:37.816Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T07:09:37.927Z] prd-centos7-docker-4c-2g-6199 does not seem to be running inside a container [2020-10-19T07:09:37.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-631 -v /w/workspace/dgexfoundry_device-sdk-go_PR-631:/w/workspace/dgexfoundry_device-sdk-go_PR-631:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T07:09:39.948Z] $ docker top 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:09:40.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:09:40.309Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:09:40.504Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:09:40.510Z] $ docker exec 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 ssh-agent [2020-10-19T07:09:40.668Z] SSH_AUTH_SOCK=/tmp/ssh-Ik1RBP1Beor7/agent.11 [2020-10-19T07:09:40.668Z] SSH_AGENT_PID=17 [2020-10-19T07:09:40.680Z] Running ssh-add (command line suppressed) [2020-10-19T07:09:40.879Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp/private_key_2916985423675019880.key (/w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp/private_key_2916985423675019880.key) [2020-10-19T07:09:40.932Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:09:41.310Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T07:09:41.333Z] $ docker exec --env ******** --env ******** 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 ssh-agent -k [2020-10-19T07:09:41.454Z] unset SSH_AUTH_SOCK; [2020-10-19T07:09:41.454Z] unset SSH_AGENT_PID; [2020-10-19T07:09:41.454Z] echo Agent pid 17 killed; [2020-10-19T07:09:41.497Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T07:09:41.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:09:41.707Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:09:41.869Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:09:41.875Z] $ docker exec 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 ssh-agent [2020-10-19T07:09:42.050Z] SSH_AUTH_SOCK=/tmp/ssh-qeiTyhAA9LtN/agent.45 [2020-10-19T07:09:42.050Z] SSH_AGENT_PID=50 [2020-10-19T07:09:42.059Z] Running ssh-add (command line suppressed) [2020-10-19T07:09:42.183Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp/private_key_9177764941864467080.key (/w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp/private_key_9177764941864467080.key) [2020-10-19T07:09:42.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:09:42.614Z] + git semver init [2020-10-19T07:09:42.614Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:09:42.614Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-631/.git [2020-10-19T07:09:42.614Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-631 [2020-10-19T07:09:42.614Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:09:42.614Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:09:42.614Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:09:42.614Z] # $SEMVER_BRANCH = PR-631 [2020-10-19T07:09:42.614Z] # $SEMVER_TEMP = /tmp/semver-326307362 [2020-10-19T07:09:42.614Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-19T07:09:43.568Z] # '/tmp/semver-326307362' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-631/.semver' [2020-10-19T07:09:43.568Z] # -> Force: false [2020-10-19T07:09:43.568Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-631/.semver [Pipeline] } [2020-10-19T07:09:43.582Z] $ docker exec --env ******** --env ******** 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 ssh-agent -k [2020-10-19T07:09:43.696Z] unset SSH_AUTH_SOCK; [2020-10-19T07:09:43.697Z] unset SSH_AGENT_PID; [2020-10-19T07:09:43.697Z] echo Agent pid 50 killed; [2020-10-19T07:09:43.742Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:09:44.242Z] + git semver [Pipeline] } [2020-10-19T07:09:44.270Z] $ docker stop --time=1 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 [2020-10-19T07:09:45.679Z] $ docker rm -f 22e782e4ed7906ee769d890ca2cc13a2d77c965375db19a7b1aac6d4b40f21d3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T07:09:46.155Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T07:09:46.536Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T07:09:46.540Z] [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-19T07:10:02.161Z] Still waiting to schedule task [2020-10-19T07:10:02.162Z] ‘prd-centos7-builder-2c-1g-6193’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6185’ is offline; ‘prd-centos7-docker-4c-2g-6186’ is offline; ‘prd-centos7-docker-4c-2g-6187’ is offline; ‘prd-centos7-docker-4c-2g-6194’ is offline; ‘prd-centos7-docker-4c-2g-6200’ is offline; ‘prd-centos7-docker-4c-2g-6202’ is offline; ‘prd-centos7-docker-4c-2g-6203’ is offline; ‘prd-centos7-docker-8c-8g-6184’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6180’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6188’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6192’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6195’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-19T07:10:02.165Z] Still waiting to schedule task [2020-10-19T07:10:02.165Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-19T07:12:09.456Z] Running on prd-centos7-docker-4c-2g-6209 in /w/workspace/dgexfoundry_device-sdk-go_PR-631 [Pipeline] { [Pipeline] ws [2020-10-19T07:12:09.513Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-10-19T07:12:12.546Z] using credential edgex-jenkins-ssh [2020-10-19T07:12:12.602Z] Cloning the remote Git repository [2020-10-19T07:12:12.636Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:12:12.708Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-10-19T07:12:12.799Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:12:12.799Z] > git --version # timeout=10 [2020-10-19T07:12:12.809Z] > git --version # 'git version 2.16.5' [2020-10-19T07:12:12.809Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:12:12.839Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:12:14.165Z] Merging remotes/origin/master commit 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit ba4679e64ff6e9b005bedff44595110ae0f653e0 [2020-10-19T07:12:14.296Z] Merge succeeded, producing 1f2f5960d67e83a44d97bcd08f3270ceae26864b [2020-10-19T07:12:14.297Z] Checking out Revision 1f2f5960d67e83a44d97bcd08f3270ceae26864b (PR-631) [2020-10-19T07:12:13.757Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:12:13.764Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:12:13.778Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:12:13.793Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:12:13.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:12:13.799Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/631/head:refs/remotes/origin/PR-631 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T07:12:14.182Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:12:14.187Z] > git checkout -f ba4679e64ff6e9b005bedff44595110ae0f653e0 # timeout=10 [2020-10-19T07:12:14.240Z] > git remote # timeout=10 [2020-10-19T07:12:14.246Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T07:12:14.250Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:12:14.255Z] > git merge 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 [2020-10-19T07:12:14.293Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T07:12:14.302Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:12:14.307Z] > git checkout -f 1f2f5960d67e83a44d97bcd08f3270ceae26864b # timeout=10 [2020-10-19T07:12:17.998Z] Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" [2020-10-19T07:12:18.004Z] > git rev-list --no-walk ba4679e64ff6e9b005bedff44595110ae0f653e0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T07:12:18.805Z] ========================================================= [2020-10-19T07:12:18.805Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T07:12:18.805Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:12:19.564Z] + 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-19T07:12:19.829Z] Sending build context to Docker daemon 2.318MB [2020-10-19T07:12:19.829Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-19T07:12:19.829Z] Step 2/8 : FROM ${BASE} [2020-10-19T07:12:20.095Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T07:12:20.095Z] df20fa9351a1: Pulling fs layer [2020-10-19T07:12:20.095Z] ed8968b2872e: Pulling fs layer [2020-10-19T07:12:20.095Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T07:12:20.095Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T07:12:20.095Z] e73272ec9a57: Pulling fs layer [2020-10-19T07:12:20.095Z] 1e910a182e73: Pulling fs layer [2020-10-19T07:12:20.095Z] 4e634b169226: Pulling fs layer [2020-10-19T07:12:20.095Z] e871e8e8d7a9: Waiting [2020-10-19T07:12:20.095Z] e73272ec9a57: Waiting [2020-10-19T07:12:20.095Z] 1e910a182e73: Waiting [2020-10-19T07:12:20.095Z] 4e634b169226: Waiting [2020-10-19T07:12:20.095Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T07:12:20.095Z] a92cc7c5fd73: Download complete [2020-10-19T07:12:20.095Z] ed8968b2872e: Download complete [2020-10-19T07:12:20.095Z] e73272ec9a57: Verifying Checksum [2020-10-19T07:12:20.095Z] e73272ec9a57: Download complete [2020-10-19T07:12:20.095Z] df20fa9351a1: Verifying Checksum [2020-10-19T07:12:20.095Z] df20fa9351a1: Download complete [2020-10-19T07:12:20.367Z] 1e910a182e73: Verifying Checksum [2020-10-19T07:12:20.367Z] 1e910a182e73: Download complete [2020-10-19T07:12:20.367Z] df20fa9351a1: Pull complete [2020-10-19T07:12:20.941Z] ed8968b2872e: Pull complete [2020-10-19T07:12:21.217Z] a92cc7c5fd73: Pull complete [2020-10-19T07:12:22.619Z] 4e634b169226: Download complete [2020-10-19T07:12:22.619Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T07:12:22.619Z] e871e8e8d7a9: Download complete [2020-10-19T07:12:27.994Z] e871e8e8d7a9: Pull complete [2020-10-19T07:12:27.994Z] e73272ec9a57: Pull complete [2020-10-19T07:12:27.994Z] 1e910a182e73: Pull complete [2020-10-19T07:12:36.204Z] 4e634b169226: Pull complete [2020-10-19T07:12:36.204Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T07:12:36.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T07:12:36.204Z] ---> f7629b54cfaa [2020-10-19T07:12:36.204Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:12:36.204Z] ---> Running in 266f03d5e714 [2020-10-19T07:12:36.204Z] Removing intermediate container 266f03d5e714 [2020-10-19T07:12:36.204Z] ---> 0ddc7b2d399f [2020-10-19T07:12:36.204Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:12:36.204Z] ---> Running in d8df3dab1487 [2020-10-19T07:12:37.162Z] Removing intermediate container d8df3dab1487 [2020-10-19T07:12:37.162Z] ---> 31c0e4d73b21 [2020-10-19T07:12:37.162Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-19T07:12:37.162Z] ---> Running in 0358841fb590 [2020-10-19T07:12:38.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T07:12:40.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T07:12:43.245Z] OK: 166 MiB in 39 packages [2020-10-19T07:12:43.512Z] Removing intermediate container 0358841fb590 [2020-10-19T07:12:43.512Z] ---> 71a1e7ce3c0f [2020-10-19T07:12:43.512Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-19T07:12:43.512Z] ---> Running in b893f43c8e3d [2020-10-19T07:12:43.512Z] Removing intermediate container b893f43c8e3d [2020-10-19T07:12:43.512Z] ---> 894ff5a38db1 [2020-10-19T07:12:43.512Z] Step 7/8 : COPY . . [2020-10-19T07:12:44.910Z] ---> 3eab7db02e69 [2020-10-19T07:12:44.910Z] Step 8/8 : RUN go mod download [2020-10-19T07:12:44.910Z] ---> Running in 003a0984c3d4 [2020-10-19T07:12:49.115Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6208 in /w/workspace/dgexfoundry_device-sdk-go_PR-631 [Pipeline] { [Pipeline] ws [2020-10-19T07:12:49.168Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-10-19T07:12:54.079Z] using credential edgex-jenkins-ssh [2020-10-19T07:12:54.137Z] Cloning the remote Git repository [2020-10-19T07:12:54.212Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:12:54.324Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-10-19T07:12:54.395Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:12:54.396Z] > git --version # timeout=10 [2020-10-19T07:12:54.412Z] > git --version # 'git version 2.17.1' [2020-10-19T07:12:54.414Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:12:54.473Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:12:56.299Z] Merging remotes/origin/master commit 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit ba4679e64ff6e9b005bedff44595110ae0f653e0 [2020-10-19T07:12:56.572Z] Merge succeeded, producing f2fad3893f45e0a4de6ac0b96e035ddd09fdfa39 [2020-10-19T07:12:56.573Z] Checking out Revision f2fad3893f45e0a4de6ac0b96e035ddd09fdfa39 (PR-631) [2020-10-19T07:12:55.698Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:12:55.714Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:12:55.742Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:12:55.774Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:12:55.775Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:12:55.786Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/631/head:refs/remotes/origin/PR-631 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T07:12:56.325Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:12:56.336Z] > git checkout -f ba4679e64ff6e9b005bedff44595110ae0f653e0 # timeout=10 [2020-10-19T07:12:56.441Z] > git remote # timeout=10 [2020-10-19T07:12:56.456Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T07:12:56.467Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:12:56.480Z] > git merge 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 [2020-10-19T07:12:56.566Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T07:12:56.584Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:12:56.593Z] > git checkout -f f2fad3893f45e0a4de6ac0b96e035ddd09fdfa39 # timeout=10 [2020-10-19T07:13:00.903Z] Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" [2020-10-19T07:13:00.916Z] > git rev-list --no-walk ba4679e64ff6e9b005bedff44595110ae0f653e0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T07:13:01.953Z] ========================================================= [2020-10-19T07:13:01.953Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T07:13:01.953Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:13:02.999Z] + 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-19T07:13:03.078Z] Removing intermediate container 003a0984c3d4 [2020-10-19T07:13:03.078Z] ---> 3d4a01615b68 [2020-10-19T07:13:03.078Z] Successfully built 3d4a01615b68 [2020-10-19T07:13:03.078Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:13:03.645Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T07:13:03.646Z] . [Pipeline] withDockerContainer [2020-10-19T07:13:03.746Z] prd-centos7-docker-4c-2g-6209 does not seem to be running inside a container [2020-10-19T07:13:03.799Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-19T07:13:04.059Z] Sending build context to Docker daemon 2.318MB [2020-10-19T07:13:04.059Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-19T07:13:04.059Z] Step 2/8 : FROM ${BASE} [2020-10-19T07:13:04.059Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T07:13:04.059Z] b538f80385f9: Pulling fs layer [2020-10-19T07:13:04.059Z] 74f711af9a0d: Pulling fs layer [2020-10-19T07:13:04.059Z] 99f96fe45779: Pulling fs layer [2020-10-19T07:13:04.059Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T07:13:04.059Z] 45590311c82a: Pulling fs layer [2020-10-19T07:13:04.059Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T07:13:04.059Z] 209524e5b208: Pulling fs layer [2020-10-19T07:13:04.334Z] 45590311c82a: Waiting [2020-10-19T07:13:04.334Z] 8529a6b9a6be: Waiting [2020-10-19T07:13:04.334Z] 209524e5b208: Waiting [2020-10-19T07:13:04.334Z] 69ca0ff8b7b3: Waiting [2020-10-19T07:13:04.334Z] 99f96fe45779: Verifying Checksum [2020-10-19T07:13:04.334Z] 99f96fe45779: Download complete [2020-10-19T07:13:04.334Z] 74f711af9a0d: Download complete [2020-10-19T07:13:04.334Z] 45590311c82a: Verifying Checksum [2020-10-19T07:13:04.334Z] 45590311c82a: Download complete [2020-10-19T07:13:04.334Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-19T07:13:04.334Z] 69ca0ff8b7b3: Download complete [2020-10-19T07:13:04.334Z] b538f80385f9: Download complete [2020-10-19T07:13:04.549Z] $ docker top 90ebe8f5940e93f3cf02574925e53dd0ebd8bc5c6d06ad6b8a63247ae2489b87 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:13:05.093Z] + go version [2020-10-19T07:13:05.093Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T07:13:05.110Z] $ docker stop --time=1 90ebe8f5940e93f3cf02574925e53dd0ebd8bc5c6d06ad6b8a63247ae2489b87 [2020-10-19T07:13:05.317Z] b538f80385f9: Pull complete [2020-10-19T07:13:05.593Z] 74f711af9a0d: Pull complete [2020-10-19T07:13:06.195Z] 99f96fe45779: Pull complete [2020-10-19T07:13:06.465Z] $ docker rm -f 90ebe8f5940e93f3cf02574925e53dd0ebd8bc5c6d06ad6b8a63247ae2489b87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-19T07:13:06.795Z] 209524e5b208: Verifying Checksum [2020-10-19T07:13:06.795Z] 209524e5b208: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:13:07.280Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T07:13:07.281Z] . [Pipeline] withDockerContainer [2020-10-19T07:13:07.380Z] prd-centos7-docker-4c-2g-6209 does not seem to be running inside a container [2020-10-19T07:13:07.432Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-19T07:13:08.114Z] $ docker top 887a36f6e2b43872daa02e6d28ac80bc43cd4311009778daa22e5d2f3baf4613 -eo pid,comm [2020-10-19T07:13:08.226Z] 8529a6b9a6be: Download complete [Pipeline] { [Pipeline] sh [2020-10-19T07:13:08.632Z] + make test [2020-10-19T07:13:08.632Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-19T07:13:16.820Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-19T07:13:18.389Z] 8529a6b9a6be: Pull complete [2020-10-19T07:13:18.390Z] 45590311c82a: Pull complete [2020-10-19T07:13:18.390Z] 69ca0ff8b7b3: Pull complete [2020-10-19T07:13:22.732Z] 209524e5b208: Pull complete [2020-10-19T07:13:22.732Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T07:13:22.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T07:13:22.732Z] ---> 5bddaf1c2fca [2020-10-19T07:13:22.732Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:13:25.356Z] ---> Running in 688b3557337e [2020-10-19T07:13:25.628Z] Removing intermediate container 688b3557337e [2020-10-19T07:13:25.628Z] ---> 957402cd4578 [2020-10-19T07:13:25.628Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:13:25.904Z] ---> Running in f55167db7192 [2020-10-19T07:13:28.583Z] Removing intermediate container f55167db7192 [2020-10-19T07:13:28.583Z] ---> c03b6472ff7c [2020-10-19T07:13:28.583Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-19T07:13:28.583Z] ---> Running in f3501cf6d8ef [2020-10-19T07:13:30.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T07:13:30.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T07:13:31.590Z] OK: 142 MiB in 39 packages [2020-10-19T07:13:31.843Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-19T07:13:31.843Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-19T07:13:31.843Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-19T07:13:31.843Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.073s coverage: 21.6% of statements [2020-10-19T07:13:32.109Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.441s coverage: 97.1% of statements [2020-10-19T07:13:33.035Z] Removing intermediate container f3501cf6d8ef [2020-10-19T07:13:33.035Z] ---> 1f060cf0de77 [2020-10-19T07:13:33.035Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-19T07:13:33.035Z] ---> Running in f3aa2d5b85bc [2020-10-19T07:13:33.310Z] Removing intermediate container f3aa2d5b85bc [2020-10-19T07:13:33.310Z] ---> 56d7c8055f25 [2020-10-19T07:13:33.310Z] Step 7/8 : COPY . . [2020-10-19T07:13:34.751Z] ---> a73d7df0568a [2020-10-19T07:13:34.751Z] Step 8/8 : RUN go mod download [2020-10-19T07:13:34.751Z] ---> Running in e115c9d77d98 [2020-10-19T07:13:56.950Z] Removing intermediate container e115c9d77d98 [2020-10-19T07:13:56.950Z] ---> ae37ccd490be [2020-10-19T07:13:57.225Z] Successfully built ae37ccd490be [2020-10-19T07:13:57.225Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:13:57.661Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T07:13:57.661Z] . [Pipeline] withDockerContainer [2020-10-19T07:13:57.967Z] prd-ubuntu18.04-docker-arm64-4c-16g-6208 does not seem to be running inside a container [2020-10-19T07:13:58.062Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-19T07:14:00.004Z] $ docker top 86538777abe095819da96cd1621c025c92219f6e40b5a8ede9646ac359a8e137 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:14:01.467Z] + go version [2020-10-19T07:14:01.467Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T07:14:01.498Z] $ docker stop --time=1 86538777abe095819da96cd1621c025c92219f6e40b5a8ede9646ac359a8e137 [2020-10-19T07:14:03.559Z] $ docker rm -f 86538777abe095819da96cd1621c025c92219f6e40b5a8ede9646ac359a8e137 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [2020-10-19T07:14:04.285Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.068s coverage: 9.4% of statements [2020-10-19T07:14:04.285Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.050s coverage: 21.9% of statements [2020-10-19T07:14:04.285Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-19T07:14:04.285Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.232s coverage: 42.6% of statements [2020-10-19T07:14:04.285Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-19T07:14:04.285Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.277s coverage: 68.9% of statements [2020-10-19T07:14:04.285Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-19T07:14:04.285Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-19T07:14:04.285Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-19T07:14:04.285Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-19T07:14:04.285Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.073s coverage: 52.6% of statements [2020-10-19T07:14:04.285Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-19T07:14:04.285Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-19T07:14:04.285Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-19T07:14:04.285Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.338s coverage: 68.9% of statements [2020-10-19T07:14:04.285Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-19T07:14:04.285Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-19T07:14:04.285Z] GO111MODULE=on go vet ./... [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:14:04.692Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T07:14:04.692Z] . [Pipeline] withDockerContainer [2020-10-19T07:14:04.990Z] prd-ubuntu18.04-docker-arm64-4c-16g-6208 does not seem to be running inside a container [2020-10-19T07:14:05.088Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-19T07:14:07.028Z] $ docker top 50fd4a42025b750650099b7ebcd736dd78b708d362d214cf947096b4efe9560b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:14:08.466Z] + make test [2020-10-19T07:14:08.466Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-19T07:14:10.939Z] gofmt -l . [2020-10-19T07:14:10.939Z] [ "`gofmt -l .`" = "" ] [2020-10-19T07:14:10.939Z] ./bin/test-attribution-txt.sh [2020-10-19T07:14:11.515Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-19T07:14:12.097Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T07:14:12.106Z] $ docker stop --time=1 887a36f6e2b43872daa02e6d28ac80bc43cd4311009778daa22e5d2f3baf4613 [2020-10-19T07:14:13.980Z] $ docker rm -f 887a36f6e2b43872daa02e6d28ac80bc43cd4311009778daa22e5d2f3baf4613 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-19T07:14:16.507Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-19T07:14:16.808Z] + ls -al . [2020-10-19T07:14:16.808Z] total 188 [2020-10-19T07:14:16.808Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 07:14 . [2020-10-19T07:14:16.808Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 19 07:12 .. [2020-10-19T07:14:16.808Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 07:12 bin [2020-10-19T07:14:16.808Z] -rw-r--r--. 1 jenkins jenkins 110398 Oct 19 07:14 coverage.out [2020-10-19T07:14:16.808Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 19 07:12 Dockerfile.build [2020-10-19T07:14:16.808Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 07:12 .dockerignore [2020-10-19T07:14:16.808Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 19 07:12 example [2020-10-19T07:14:16.808Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 19 07:12 .git [2020-10-19T07:14:16.808Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 19 07:12 .github [2020-10-19T07:14:16.808Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 19 07:12 .gitignore [2020-10-19T07:14:16.808Z] -rw-r--r--. 1 jenkins jenkins 518 Oct 19 07:14 go.mod [2020-10-19T07:14:16.808Z] -rw-r--r--. 1 jenkins jenkins 13660 Oct 19 07:14 go.sum [2020-10-19T07:14:16.808Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 19 07:12 internal [2020-10-19T07:14:16.808Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 19 07:12 Jenkinsfile [2020-10-19T07:14:16.808Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 07:12 LICENSE [2020-10-19T07:14:16.808Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 19 07:12 Makefile [2020-10-19T07:14:16.808Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 19 07:12 openapi [2020-10-19T07:14:16.808Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 07:12 pkg [2020-10-19T07:14:16.808Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 19 07:12 README.md [2020-10-19T07:14:16.808Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 19 07:12 RELEASE-NOTES.txt [2020-10-19T07:14:16.808Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 07:12 snap [2020-10-19T07:14:16.808Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 19 07:09 VERSION [2020-10-19T07:14:16.808Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 07:12 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:14:17.113Z] + 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=130f0061a0b276a8bc7dc138e7fe536a17291da7 --label arch=amd64 --label version=0.0.0 . [2020-10-19T07:14:17.375Z] Sending build context to Docker daemon 2.429MB [2020-10-19T07:14:17.375Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-19T07:14:17.375Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-19T07:14:17.375Z] ---> 3d4a01615b68 [2020-10-19T07:14:17.375Z] Step 3/24 : ARG MAKE='make build' [2020-10-19T07:14:17.951Z] ---> Running in 089819a9f618 [2020-10-19T07:14:17.951Z] Removing intermediate container 089819a9f618 [2020-10-19T07:14:17.951Z] ---> 325498abb482 [2020-10-19T07:14:17.951Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-19T07:14:18.216Z] ---> Running in 894f32425522 [2020-10-19T07:14:18.216Z] Removing intermediate container 894f32425522 [2020-10-19T07:14:18.216Z] ---> aae31adfbda6 [2020-10-19T07:14:18.216Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:14:18.216Z] ---> Running in 806666ac942f [2020-10-19T07:14:18.479Z] Removing intermediate container 806666ac942f [2020-10-19T07:14:18.479Z] ---> e12112e0c80b [2020-10-19T07:14:18.479Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:14:18.479Z] ---> Running in a262aa51ae78 [2020-10-19T07:14:19.424Z] Removing intermediate container a262aa51ae78 [2020-10-19T07:14:19.424Z] ---> ab7124c50f11 [2020-10-19T07:14:19.424Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-19T07:14:19.424Z] ---> Running in 516017ae94f8 [2020-10-19T07:14:20.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T07:14:20.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T07:14:21.153Z] OK: 166 MiB in 39 packages [2020-10-19T07:14:21.727Z] Removing intermediate container 516017ae94f8 [2020-10-19T07:14:21.727Z] ---> e6fb42cb2141 [2020-10-19T07:14:21.727Z] Step 8/24 : COPY . . [2020-10-19T07:14:23.129Z] ---> ce47bd8a0cdc [2020-10-19T07:14:23.129Z] Step 9/24 : RUN ${MAKE} [2020-10-19T07:14:23.129Z] ---> Running in 0b806f1d2a82 [2020-10-19T07:14:23.722Z] 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-19T07:14:30.660Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-19T07:14:32.062Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-19T07:14:34.615Z] Removing intermediate container 0b806f1d2a82 [2020-10-19T07:14:34.615Z] ---> 304ac951ef5a [2020-10-19T07:14:34.615Z] Step 10/24 : FROM scratch [2020-10-19T07:14:34.615Z] ---> [2020-10-19T07:14:34.615Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:14:34.615Z] ---> Running in 21497eaad9a0 [2020-10-19T07:14:34.615Z] Removing intermediate container 21497eaad9a0 [2020-10-19T07:14:34.615Z] ---> f77228186627 [2020-10-19T07:14:34.615Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-19T07:14:34.615Z] ---> Running in b6c6d9624c6d [2020-10-19T07:14:34.615Z] Removing intermediate container b6c6d9624c6d [2020-10-19T07:14:34.615Z] ---> ab0cf9e6f40a [2020-10-19T07:14:34.615Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-19T07:14:34.877Z] ---> Running in ed162dff0390 [2020-10-19T07:14:34.877Z] Removing intermediate container ed162dff0390 [2020-10-19T07:14:34.877Z] ---> 553cb06a8a10 [2020-10-19T07:14:34.877Z] Step 14/24 : WORKDIR / [2020-10-19T07:14:34.877Z] ---> Running in f9ecac01777c [2020-10-19T07:14:35.139Z] Removing intermediate container f9ecac01777c [2020-10-19T07:14:35.139Z] ---> ff7a1a189dee [2020-10-19T07:14:35.139Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-19T07:14:35.714Z] ---> f5113dc36d85 [2020-10-19T07:14:35.714Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-19T07:14:35.714Z] ---> 8b5269e7dd2d [2020-10-19T07:14:35.714Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-19T07:14:35.975Z] ---> e49e9a23de30 [2020-10-19T07:14:35.975Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-19T07:14:36.238Z] ---> 5f552d4f8ff2 [2020-10-19T07:14:36.238Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-19T07:14:36.500Z] ---> b318bb0ddfc5 [2020-10-19T07:14:36.500Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-19T07:14:36.500Z] ---> Running in 358c080c4ee5 [2020-10-19T07:14:36.762Z] Removing intermediate container 358c080c4ee5 [2020-10-19T07:14:36.762Z] ---> 20f34afc907f [2020-10-19T07:14:36.762Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T07:14:36.762Z] ---> Running in ec6ec8e2ad3c [2020-10-19T07:14:37.028Z] Removing intermediate container ec6ec8e2ad3c [2020-10-19T07:14:37.028Z] ---> 20b8c06f8ecc [2020-10-19T07:14:37.028Z] Step 22/24 : LABEL arch=amd64 [2020-10-19T07:14:37.028Z] ---> Running in a3d2ad1c48a2 [2020-10-19T07:14:37.028Z] Removing intermediate container a3d2ad1c48a2 [2020-10-19T07:14:37.028Z] ---> 102914f1afd7 [2020-10-19T07:14:37.028Z] Step 23/24 : LABEL git_sha=130f0061a0b276a8bc7dc138e7fe536a17291da7 [2020-10-19T07:14:37.295Z] ---> Running in 58402693e4ad [2020-10-19T07:14:37.295Z] Removing intermediate container 58402693e4ad [2020-10-19T07:14:37.295Z] ---> da372764e53e [2020-10-19T07:14:37.295Z] Step 24/24 : LABEL version=0.0.0 [2020-10-19T07:14:37.295Z] ---> Running in 034158ff7227 [2020-10-19T07:14:37.557Z] Removing intermediate container 034158ff7227 [2020-10-19T07:14:37.557Z] ---> 51c3beedc619 [2020-10-19T07:14:37.557Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-19T07:14:37.557Z] Successfully built 51c3beedc619 [2020-10-19T07:14:37.557Z] 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-19T07:15:17.710Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-19T07:15:17.710Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-19T07:15:17.710Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-19T07:15:17.710Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.167s coverage: 21.6% of statements [2020-10-19T07:15:17.710Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.149s coverage: 97.1% of statements [2020-10-19T07:15:44.510Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.183s coverage: 9.4% of statements [2020-10-19T07:15:44.510Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.108s coverage: 21.9% of statements [2020-10-19T07:15:44.510Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-19T07:15:44.510Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.584s coverage: 42.6% of statements [2020-10-19T07:15:44.510Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-19T07:15:44.510Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.730s coverage: 68.9% of statements [2020-10-19T07:15:44.510Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-19T07:15:44.510Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-19T07:15:44.510Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-19T07:15:44.510Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-19T07:15:44.510Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.171s coverage: 52.6% of statements [2020-10-19T07:15:44.510Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-19T07:15:44.510Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-19T07:15:44.510Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-19T07:15:44.510Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.855s coverage: 68.9% of statements [2020-10-19T07:15:44.510Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-19T07:15:44.510Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-19T07:15:44.784Z] GO111MODULE=on go vet ./... [2020-10-19T07:16:17.156Z] gofmt -l . [2020-10-19T07:16:17.156Z] [ "`gofmt -l .`" = "" ] [2020-10-19T07:16:17.156Z] ./bin/test-attribution-txt.sh [2020-10-19T07:16:17.156Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-19T07:16:17.178Z] Warning: overwriting stash ‘coverage-report’ [2020-10-19T07:16:17.938Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T07:16:17.963Z] $ docker stop --time=1 50fd4a42025b750650099b7ebcd736dd78b708d362d214cf947096b4efe9560b [2020-10-19T07:16:20.303Z] $ docker rm -f 50fd4a42025b750650099b7ebcd736dd78b708d362d214cf947096b4efe9560b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T07:16:21.835Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-19T07:16:22.231Z] + ls -al . [2020-10-19T07:16:22.231Z] total 224 [2020-10-19T07:16:22.232Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 07:16 . [2020-10-19T07:16:22.232Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 .. [2020-10-19T07:16:22.232Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 07:12 .dockerignore [2020-10-19T07:16:22.232Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 07:13 .git [2020-10-19T07:16:22.232Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:12 .github [2020-10-19T07:16:22.232Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 19 07:12 .gitignore [2020-10-19T07:16:22.232Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 19 07:12 Dockerfile.build [2020-10-19T07:16:22.232Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 19 07:12 Jenkinsfile [2020-10-19T07:16:22.232Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 07:12 LICENSE [2020-10-19T07:16:22.232Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 19 07:12 Makefile [2020-10-19T07:16:22.232Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 19 07:12 README.md [2020-10-19T07:16:22.232Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 19 07:12 RELEASE-NOTES.txt [2020-10-19T07:16:22.232Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 19 07:09 VERSION [2020-10-19T07:16:22.232Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:12 bin [2020-10-19T07:16:22.232Z] -rw-r--r-- 1 jenkins jenkins 110398 Oct 19 07:15 coverage.out [2020-10-19T07:16:22.232Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 example [2020-10-19T07:16:22.232Z] -rw-r--r-- 1 jenkins jenkins 518 Oct 19 07:16 go.mod [2020-10-19T07:16:22.232Z] -rw-r--r-- 1 jenkins jenkins 13660 Oct 19 07:16 go.sum [2020-10-19T07:16:22.232Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 07:12 internal [2020-10-19T07:16:22.232Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 openapi [2020-10-19T07:16:22.232Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 07:12 pkg [2020-10-19T07:16:22.232Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:12 snap [2020-10-19T07:16:22.232Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 07:12 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:16:22.641Z] + 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=130f0061a0b276a8bc7dc138e7fe536a17291da7 --label arch=arm64 --label version=0.0.0 . [2020-10-19T07:16:23.251Z] Sending build context to Docker daemon 2.429MB [2020-10-19T07:16:23.251Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-19T07:16:23.251Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-19T07:16:23.251Z] ---> ae37ccd490be [2020-10-19T07:16:23.251Z] Step 3/24 : ARG MAKE='make build' [2020-10-19T07:16:23.527Z] ---> Running in a1bd2299845f [2020-10-19T07:16:23.810Z] Removing intermediate container a1bd2299845f [2020-10-19T07:16:23.810Z] ---> c52c3085e6ad [2020-10-19T07:16:23.810Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-19T07:16:24.082Z] ---> Running in 94d49ff32955 [2020-10-19T07:16:24.687Z] Removing intermediate container 94d49ff32955 [2020-10-19T07:16:24.687Z] ---> 07bf8c3be415 [2020-10-19T07:16:24.687Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:16:24.687Z] ---> Running in 1c3477a705cb [2020-10-19T07:16:25.283Z] Removing intermediate container 1c3477a705cb [2020-10-19T07:16:25.283Z] ---> f5069dbcc4ee [2020-10-19T07:16:25.283Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:16:25.283Z] ---> Running in 473dee7d92d5 [2020-10-19T07:16:27.898Z] Removing intermediate container 473dee7d92d5 [2020-10-19T07:16:27.898Z] ---> 4741869f20d1 [2020-10-19T07:16:27.898Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-19T07:16:27.898Z] ---> Running in 455e88a0b3cc [2020-10-19T07:16:29.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T07:16:30.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T07:16:31.304Z] OK: 142 MiB in 39 packages [2020-10-19T07:16:32.743Z] Removing intermediate container 455e88a0b3cc [2020-10-19T07:16:32.743Z] ---> 5eb38c57ef41 [2020-10-19T07:16:32.743Z] Step 8/24 : COPY . . [2020-10-19T07:16:33.726Z] ---> f60ac3a03470 [2020-10-19T07:16:33.726Z] Step 9/24 : RUN ${MAKE} [2020-10-19T07:16:34.002Z] ---> Running in dfb941dc5a06 [2020-10-19T07:16:35.437Z] 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-19T07:17:02.249Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-19T07:17:02.249Z] Removing intermediate container dfb941dc5a06 [2020-10-19T07:17:02.249Z] ---> 1e901e96f87b [2020-10-19T07:17:02.249Z] Step 10/24 : FROM scratch [2020-10-19T07:17:02.249Z] ---> [2020-10-19T07:17:02.249Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:17:02.249Z] ---> Running in a480ca763e1f [2020-10-19T07:17:02.249Z] Removing intermediate container a480ca763e1f [2020-10-19T07:17:02.249Z] ---> 6ced5f3be248 [2020-10-19T07:17:02.249Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-19T07:17:02.249Z] ---> Running in 2110a81eafc0 [2020-10-19T07:17:02.533Z] Removing intermediate container 2110a81eafc0 [2020-10-19T07:17:02.533Z] ---> 6637a80a1c7d [2020-10-19T07:17:02.533Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-19T07:17:02.533Z] ---> Running in 3986e20ff045 [2020-10-19T07:17:03.127Z] Removing intermediate container 3986e20ff045 [2020-10-19T07:17:03.127Z] ---> 7425a0bfe23d [2020-10-19T07:17:03.127Z] Step 14/24 : WORKDIR / [2020-10-19T07:17:03.127Z] ---> Running in e07745192a84 [2020-10-19T07:17:03.403Z] Removing intermediate container e07745192a84 [2020-10-19T07:17:03.403Z] ---> 64e4c792ec81 [2020-10-19T07:17:03.403Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-19T07:17:04.841Z] ---> 9b3db21d7d31 [2020-10-19T07:17:04.841Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-19T07:17:05.438Z] ---> f5d114c07958 [2020-10-19T07:17:05.438Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-19T07:17:06.034Z] ---> a2904866202c [2020-10-19T07:17:06.034Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-19T07:17:06.635Z] ---> a7b1d2c9c050 [2020-10-19T07:17:06.635Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-19T07:17:07.225Z] ---> 87dc209cca90 [2020-10-19T07:17:07.225Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-19T07:17:07.495Z] ---> Running in 262a2e0d36aa [2020-10-19T07:17:07.767Z] Removing intermediate container 262a2e0d36aa [2020-10-19T07:17:07.767Z] ---> d31cfd012cf1 [2020-10-19T07:17:07.767Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T07:17:07.767Z] ---> Running in 51d5d9135052 [2020-10-19T07:17:08.366Z] Removing intermediate container 51d5d9135052 [2020-10-19T07:17:08.366Z] ---> 22f7711332a2 [2020-10-19T07:17:08.366Z] Step 22/24 : LABEL arch=arm64 [2020-10-19T07:17:08.366Z] ---> Running in 1e6722f09043 [2020-10-19T07:17:08.955Z] Removing intermediate container 1e6722f09043 [2020-10-19T07:17:08.955Z] ---> 4c8cccefc525 [2020-10-19T07:17:08.955Z] Step 23/24 : LABEL git_sha=130f0061a0b276a8bc7dc138e7fe536a17291da7 [2020-10-19T07:17:08.955Z] ---> Running in 7a2ff7ce1a54 [2020-10-19T07:17:09.228Z] Removing intermediate container 7a2ff7ce1a54 [2020-10-19T07:17:09.228Z] ---> a3c64f6e803d [2020-10-19T07:17:09.228Z] Step 24/24 : LABEL version=0.0.0 [2020-10-19T07:17:09.499Z] ---> Running in 921841375ce3 [2020-10-19T07:17:09.770Z] Removing intermediate container 921841375ce3 [2020-10-19T07:17:09.770Z] ---> a3c664d9863d [2020-10-19T07:17:09.770Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-19T07:17:10.042Z] Successfully built a3c664d9863d [2020-10-19T07:17:10.042Z] 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-19T07:17:11.982Z] provisioning config files... [2020-10-19T07:17:12.005Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp/config6743164559587837406tmp [Pipeline] { [Pipeline] sh [2020-10-19T07:17:12.430Z] + set +x [2020-10-19T07:17:12.430Z] + curl -s https://codecov.io/bash [2020-10-19T07:17:12.430Z] + bash -s -- [2020-10-19T07:17:12.691Z] [2020-10-19T07:17:12.691Z] _____ _ [2020-10-19T07:17:12.691Z] / ____| | | [2020-10-19T07:17:12.691Z] | | ___ __| | ___ ___ _____ __ [2020-10-19T07:17:12.691Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-19T07:17:12.691Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-19T07:17:12.691Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-19T07:17:12.691Z] Bash-20201009-048fee3 [2020-10-19T07:17:12.691Z] [2020-10-19T07:17:12.691Z] [2020-10-19T07:17:12.691Z] ==> Jenkins CI detected. [2020-10-19T07:17:12.691Z] project root: . [2020-10-19T07:17:12.691Z] Fixing merge commit SHA [2020-10-19T07:17:12.691Z] --> token set from env [2020-10-19T07:17:12.691Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-19T07:17:12.691Z] ==> Running gcov in . (disable via -X gcov) [2020-10-19T07:17:12.691Z] ==> Python coveragepy not found [2020-10-19T07:17:12.691Z] ==> Searching for coverage reports in: [2020-10-19T07:17:12.691Z] + . [2020-10-19T07:17:12.691Z] -> Found 1 reports [2020-10-19T07:17:12.691Z] ==> Detecting git/mercurial file structure [2020-10-19T07:17:12.691Z] ==> Reading reports [2020-10-19T07:17:12.691Z] + ./coverage.out bytes=110398 [2020-10-19T07:17:12.691Z] ==> Appending adjustments [2020-10-19T07:17:12.691Z] https://docs.codecov.io/docs/fixing-reports [2020-10-19T07:17:13.264Z] + Found adjustments [2020-10-19T07:17:13.264Z] ==> Gzipping contents [2020-10-19T07:17:13.264Z] ==> Uploading reports [2020-10-19T07:17:13.264Z] url: https://codecov.io [2020-10-19T07:17:13.264Z] query: branch=PR-631&commit=2d9730a214a0d2600c47b6e1f4d312ee14057382&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-631%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=631&job=&cmd_args= [2020-10-19T07:17:13.264Z] -> Pinging Codecov [2020-10-19T07:17:13.264Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-631&commit=2d9730a214a0d2600c47b6e1f4d312ee14057382&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-631%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=631&job=&cmd_args= [2020-10-19T07:17:13.264Z] -> Uploading to [2020-10-19T07:17:13.264Z] [2020-10-19T07:17:13.264Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T07:17:13.264Z] Dload Upload Total Spent Left Speed [2020-10-19T07:17:13.264Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-19T07:17:13.264Z] X> Failed to upload [2020-10-19T07:17:13.264Z] ==> Uploading to Codecov [2020-10-19T07:17:13.264Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T07:17:13.264Z] Dload Upload Total Spent Left Speed [2020-10-19T07:17:14.210Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19138 100 110 100 19028 163 28274 --:--:-- --:--:-- --:--:-- 28315 [2020-10-19T07:17:14.210Z] View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2d9730a214a0d2600c47b6e1f4d312ee14057382 [Pipeline] } [2020-10-19T07:17:14.222Z] 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-19T07:17:17.230Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:17:17.804Z] ---> package-listing.sh [2020-10-19T07:17:17.804Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T07:17:17.804Z] ++ facter osfamily [2020-10-19T07:17:17.804Z] + OS_FAMILY=redhat [2020-10-19T07:17:17.804Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-631 [2020-10-19T07:17:17.804Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T07:17:17.804Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T07:17:17.804Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T07:17:17.804Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T07:17:17.804Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-631 ']' [2020-10-19T07:17:17.804Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T07:17:17.804Z] + case "${OS_FAMILY}" in [2020-10-19T07:17:17.804Z] + rpm -qa [2020-10-19T07:17:17.804Z] + sort [2020-10-19T07:17:22.024Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T07:17:22.024Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T07:17:22.024Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T07:17:22.024Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-631 ']' [2020-10-19T07:17:22.024Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-631/archives/ [2020-10-19T07:17:22.024Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-631/archives/ [Pipeline] echo [2020-10-19T07:17:22.036Z] 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-631/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-19T07:17:22.334Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:17:22.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:17:22.638Z] [2020-10-19T07:17:22.638Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:17:23.027Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:17:23.027Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T07:17:23.027Z] df20fa9351a1: Pulling fs layer [2020-10-19T07:17:23.027Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T07:17:23.027Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T07:17:23.027Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T07:17:23.027Z] 93b61091891f: Pulling fs layer [2020-10-19T07:17:23.027Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T07:17:23.027Z] 5e14af77c1be: Pulling fs layer [2020-10-19T07:17:23.027Z] 01666e4c0597: Pulling fs layer [2020-10-19T07:17:23.027Z] aa168da1d23b: Pulling fs layer [2020-10-19T07:17:23.027Z] 46f8f816bc3b: Waiting [2020-10-19T07:17:23.027Z] 93b9cdb0e59b: Waiting [2020-10-19T07:17:23.027Z] 93b61091891f: Waiting [2020-10-19T07:17:23.027Z] 5e14af77c1be: Waiting [2020-10-19T07:17:23.027Z] 01666e4c0597: Waiting [2020-10-19T07:17:23.027Z] aa168da1d23b: Waiting [2020-10-19T07:17:23.027Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T07:17:23.027Z] 36b3adc4ff6f: Download complete [2020-10-19T07:17:23.027Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T07:17:23.027Z] 46f8f816bc3b: Download complete [2020-10-19T07:17:23.027Z] df20fa9351a1: Verifying Checksum [2020-10-19T07:17:23.027Z] df20fa9351a1: Download complete [2020-10-19T07:17:23.293Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T07:17:23.293Z] 93b9cdb0e59b: Download complete [2020-10-19T07:17:23.293Z] 5e14af77c1be: Verifying Checksum [2020-10-19T07:17:23.293Z] 5e14af77c1be: Download complete [2020-10-19T07:17:23.293Z] 01666e4c0597: Verifying Checksum [2020-10-19T07:17:23.293Z] 01666e4c0597: Download complete [2020-10-19T07:17:23.293Z] 93b61091891f: Verifying Checksum [2020-10-19T07:17:23.293Z] 93b61091891f: Download complete [2020-10-19T07:17:23.555Z] df20fa9351a1: Pull complete [2020-10-19T07:17:23.556Z] 36b3adc4ff6f: Pull complete [2020-10-19T07:17:23.819Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T07:17:23.819Z] 8ad3a11d3b57: Download complete [2020-10-19T07:17:24.777Z] 8ad3a11d3b57: Pull complete [2020-10-19T07:17:24.777Z] 46f8f816bc3b: Pull complete [2020-10-19T07:17:25.046Z] 93b61091891f: Pull complete [2020-10-19T07:17:25.307Z] 93b9cdb0e59b: Pull complete [2020-10-19T07:17:25.307Z] 5e14af77c1be: Pull complete [2020-10-19T07:17:25.569Z] aa168da1d23b: Verifying Checksum [2020-10-19T07:17:25.569Z] aa168da1d23b: Download complete [2020-10-19T07:17:25.569Z] 01666e4c0597: Pull complete [2020-10-19T07:17:32.205Z] aa168da1d23b: Pull complete [2020-10-19T07:17:32.205Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T07:17:32.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:17:32.205Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T07:17:32.340Z] prd-centos7-docker-4c-2g-6199 does not seem to be running inside a container [2020-10-19T07:17:32.389Z] $ 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-631/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-631 -v /w/workspace/dgexfoundry_device-sdk-go_PR-631:/w/workspace/dgexfoundry_device-sdk-go_PR-631:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-631@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-19T07:17:39.155Z] $ docker top 0822e012875b075ad84838398afaaa026befad88332ec97684c14c4b905c509d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:17:39.748Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T07:17:40.048Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T07:17:40.344Z] + ls /var/log/sa-host [2020-10-19T07:17:40.344Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T07:17:40.344Z] file_magic: OK [2020-10-19T07:17:40.344Z] HZ: Using current value: 100 [2020-10-19T07:17:40.344Z] file_header: OK [2020-10-19T07:17:40.344Z] 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-19T07:17:40.344Z] Statistics: [2020-10-19T07:17:40.344Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T07:17:40.344Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T07:17:40.344Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T07:17:40.344Z] file_magic: OK [2020-10-19T07:17:40.344Z] HZ: Using current value: 100 [2020-10-19T07:17:40.344Z] file_header: OK [2020-10-19T07:17:40.344Z] 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-19T07:17:40.344Z] Statistics: [2020-10-19T07:17:40.344Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T07:17:40.344Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T07:17:40.549Z] provisioning config files... [2020-10-19T07:17:40.564Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp/config4926245242641429779tmp [Pipeline] { [Pipeline] echo [2020-10-19T07:17:40.673Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:17:40.970Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T07:17:40.979Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T07:17:41.074Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:17:41.372Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T07:17:41.385Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:17:41.681Z] ---> sudo-logs.sh [2020-10-19T07:17:41.681Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T07:17:41.692Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:17:41.990Z] ---> job-cost.sh [2020-10-19T07:17:41.990Z] lf-activate-venv: SKIPPING [2020-10-19T07:17:41.990Z] INFO: No Stack... [2020-10-19T07:17:42.938Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T07:17:43.199Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T07:17:43.212Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:17:43.510Z] ---> logs-deploy.sh [2020-10-19T07:17:43.510Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-631/2 [2020-10-19T07:17:43.510Z] INFO: archiving workspace using pattern(s): [2020-10-19T07:17:44.903Z] Archives upload complete. [2020-10-19T07:17:45.165Z] INFO: archiving logs to Nexus [2020-10-19T07:17:46.113Z] ---> uname -a: [2020-10-19T07:17:46.113Z] Linux prd-centos7-docker-4c-2g-6199.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] ---> lscpu: [2020-10-19T07:17:46.113Z] Architecture: x86_64 [2020-10-19T07:17:46.113Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-19T07:17:46.113Z] Byte Order: Little Endian [2020-10-19T07:17:46.113Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-19T07:17:46.113Z] CPU(s): 4 [2020-10-19T07:17:46.113Z] On-line CPU(s) list: 0-3 [2020-10-19T07:17:46.113Z] Thread(s) per core: 1 [2020-10-19T07:17:46.113Z] Core(s) per socket: 1 [2020-10-19T07:17:46.113Z] Socket(s): 4 [2020-10-19T07:17:46.113Z] NUMA node(s): 1 [2020-10-19T07:17:46.113Z] Vendor ID: GenuineIntel [2020-10-19T07:17:46.113Z] CPU family: 6 [2020-10-19T07:17:46.113Z] Model: 44 [2020-10-19T07:17:46.113Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-19T07:17:46.113Z] Stepping: 1 [2020-10-19T07:17:46.113Z] CPU MHz: 2933.442 [2020-10-19T07:17:46.113Z] BogoMIPS: 5866.88 [2020-10-19T07:17:46.113Z] Virtualization: VT-x [2020-10-19T07:17:46.113Z] Hypervisor vendor: KVM [2020-10-19T07:17:46.113Z] Virtualization type: full [2020-10-19T07:17:46.113Z] L1d cache: 128 KiB [2020-10-19T07:17:46.113Z] L1i cache: 128 KiB [2020-10-19T07:17:46.113Z] L2 cache: 16 MiB [2020-10-19T07:17:46.113Z] L3 cache: 64 MiB [2020-10-19T07:17:46.113Z] NUMA node0 CPU(s): 0-3 [2020-10-19T07:17:46.113Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-19T07:17:46.113Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-19T07:17:46.113Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-19T07:17:46.113Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-19T07:17:46.113Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-19T07:17:46.113Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-19T07:17:46.113Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-19T07:17:46.113Z] Vulnerability Tsx async abort: Not affected [2020-10-19T07:17:46.113Z] 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-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] ---> nproc: [2020-10-19T07:17:46.113Z] 4 [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] ---> df -h: [2020-10-19T07:17:46.113Z] Filesystem Size Used Available Use% Mounted on [2020-10-19T07:17:46.113Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-19T07:17:46.113Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-19T07:17:46.113Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-19T07:17:46.113Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-19T07:17:46.113Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-19T07:17:46.113Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-19T07:17:46.113Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-19T07:17:46.113Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-19T07:17:46.113Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-631 [2020-10-19T07:17:46.113Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-631@tmp [2020-10-19T07:17:46.113Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-19T07:17:46.113Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-19T07:17:46.113Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-19T07:17:46.113Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] ---> free -m: [2020-10-19T07:17:46.113Z] total used free shared buff/cache available [2020-10-19T07:17:46.113Z] Mem: 1837 669 105 0 1062 1065 [2020-10-19T07:17:46.113Z] Swap: 1023 0 1023 [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] ---> ip addr: [2020-10-19T07:17:46.113Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-19T07:17:46.113Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-19T07:17:46.113Z] inet 127.0.0.1/8 scope host lo [2020-10-19T07:17:46.113Z] valid_lft forever preferred_lft forever [2020-10-19T07:17:46.113Z] inet6 ::1/128 scope host [2020-10-19T07:17:46.113Z] valid_lft forever preferred_lft forever [2020-10-19T07:17:46.113Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-19T07:17:46.113Z] link/ether fa:16:3e:0d:f6:44 brd ff:ff:ff:ff:ff:ff [2020-10-19T07:17:46.113Z] inet 10.30.122.45/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-19T07:17:46.113Z] valid_lft 85869sec preferred_lft 85869sec [2020-10-19T07:17:46.113Z] inet6 fe80::f816:3eff:fe0d:f644/64 scope link [2020-10-19T07:17:46.113Z] valid_lft forever preferred_lft forever [2020-10-19T07:17:46.113Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-19T07:17:46.113Z] link/ether 02:42:08:5b:52:65 brd ff:ff:ff:ff:ff:ff [2020-10-19T07:17:46.113Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-19T07:17:46.113Z] valid_lft forever preferred_lft forever [2020-10-19T07:17:46.113Z] inet6 fe80::42:8ff:fe5b:5265/64 scope link [2020-10-19T07:17:46.113Z] valid_lft forever preferred_lft forever [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] ---> sar -b -r -n DEV: [2020-10-19T07:17:46.113Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] 07:08:31 LINUX RESTART (4 CPU) [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] 07:09:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-19T07:17:46.113Z] 07:10:02 144.07 56.59 87.48 0.00 8025.86 40815.33 0.00 [2020-10-19T07:17:46.113Z] 07:11:01 0.41 0.00 0.41 0.00 0.00 10.30 0.00 [2020-10-19T07:17:46.113Z] 07:12:01 0.48 0.02 0.47 0.00 0.53 7.44 0.00 [2020-10-19T07:17:46.113Z] 07:13:01 0.35 0.00 0.35 0.00 0.00 6.31 0.00 [2020-10-19T07:17:46.113Z] 07:14:01 0.27 0.00 0.27 0.00 0.00 4.16 0.00 [2020-10-19T07:17:46.113Z] 07:15:01 0.42 0.00 0.42 0.00 0.00 7.68 0.00 [2020-10-19T07:17:46.113Z] 07:16:01 0.32 0.02 0.30 0.00 0.13 4.20 0.00 [2020-10-19T07:17:46.113Z] 07:17:02 0.30 0.00 0.30 0.00 0.00 5.15 0.00 [2020-10-19T07:17:46.113Z] Average: 18.11 6.99 11.12 0.00 991.43 5047.10 0.00 [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] 07:09:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-19T07:17:46.113Z] 07:10:02 154108 0 571828 30.39 2620 1153000 1112524 37.97 448232 1118712 136 [2020-10-19T07:17:46.113Z] 07:11:01 157444 0 568372 30.21 2620 1153120 1095632 37.39 447072 1117252 12 [2020-10-19T07:17:46.113Z] 07:12:01 157260 0 568552 30.22 2620 1153124 1095676 37.39 449968 1114484 8 [2020-10-19T07:17:46.113Z] 07:13:01 156252 0 569556 30.27 2620 1153128 1081384 36.91 451748 1113880 16 [2020-10-19T07:17:46.113Z] 07:14:01 156512 0 569292 30.26 2620 1153132 1081384 36.91 459720 1105840 8 [2020-10-19T07:17:46.113Z] 07:15:01 156520 0 569276 30.26 2620 1153140 1081372 36.91 459668 1105840 8 [2020-10-19T07:17:46.113Z] 07:16:01 157416 0 568372 30.21 2620 1153148 1081240 36.90 458900 1105840 8 [2020-10-19T07:17:46.113Z] 07:17:02 157588 0 568196 30.20 2620 1153152 1081240 36.90 451264 1113480 8 [2020-10-19T07:17:46.113Z] Average: 156638 0 569180 30.25 2620 1153118 1088806 37.16 453322 1111916 26 [2020-10-19T07:17:46.113Z] [2020-10-19T07:17:46.113Z] 07:09:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-19T07:17:46.113Z] 07:10:02 eth0 558.89 346.66 1108.80 93.32 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.113Z] 07:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.113Z] 07:10:02 docker0 8.70 5.67 1.26 19.98 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.113Z] 07:11:01 eth0 2.44 0.51 0.68 0.37 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.113Z] 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.113Z] 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.113Z] 07:12:01 eth0 4.20 0.48 0.85 0.42 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.113Z] 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.113Z] 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.113Z] 07:13:01 eth0 4.43 1.33 1.52 0.98 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.113Z] 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.113Z] 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] 07:14:01 eth0 2.33 0.93 0.89 0.58 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] 07:15:01 eth0 0.78 0.42 0.41 0.30 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] 07:16:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] 07:17:02 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] 07:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] 07:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] Average: eth0 70.85 43.30 137.50 11.86 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] Average: docker0 1.07 0.70 0.16 2.47 0.00 0.00 0.00 0.00 [2020-10-19T07:17:46.114Z] [2020-10-19T07:17:46.114Z] [2020-10-19T07:17:46.114Z] ---> sar -P ALL: [2020-10-19T07:17:46.114Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) [2020-10-19T07:17:46.114Z] [2020-10-19T07:17:46.114Z] 07:08:31 LINUX RESTART (4 CPU) [2020-10-19T07:17:46.114Z] [2020-10-19T07:17:46.114Z] 07:09:02 CPU %user %nice %system %iowait %steal %idle [2020-10-19T07:17:46.114Z] 07:10:02 all 14.27 0.00 7.89 4.87 0.07 72.90 [2020-10-19T07:17:46.114Z] 07:10:02 0 13.85 0.00 7.95 3.98 0.10 74.11 [2020-10-19T07:17:46.114Z] 07:10:02 1 15.00 0.00 7.23 5.74 0.05 71.97 [2020-10-19T07:17:46.114Z] 07:10:02 2 14.41 0.00 9.59 4.69 0.09 71.22 [2020-10-19T07:17:46.114Z] 07:10:02 3 13.81 0.00 6.77 5.06 0.05 74.31 [2020-10-19T07:17:46.114Z] 07:11:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2020-10-19T07:17:46.114Z] 07:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-10-19T07:17:46.114Z] 07:11:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-19T07:17:46.114Z] 07:11:01 2 0.49 0.00 0.07 0.00 0.00 99.44 [2020-10-19T07:17:46.114Z] 07:11:01 3 0.07 0.00 0.05 0.00 0.02 99.86 [2020-10-19T07:17:46.114Z] 07:12:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-10-19T07:17:46.114Z] 07:12:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-19T07:17:46.114Z] 07:12:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-19T07:17:46.114Z] 07:12:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2020-10-19T07:17:46.114Z] 07:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-19T07:17:46.114Z] 07:13:01 all 0.17 0.00 0.03 0.00 0.01 99.78 [2020-10-19T07:17:46.114Z] 07:13:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-10-19T07:17:46.114Z] 07:13:01 1 0.10 0.00 0.03 0.00 0.02 99.85 [2020-10-19T07:17:46.114Z] 07:13:01 2 0.47 0.00 0.07 0.00 0.02 99.45 [2020-10-19T07:17:46.114Z] 07:13:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2020-10-19T07:17:46.114Z] 07:14:01 all 0.09 0.00 0.05 0.00 0.00 99.86 [2020-10-19T07:17:46.114Z] 07:14:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-19T07:17:46.114Z] 07:14:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-19T07:17:46.114Z] 07:14:01 2 0.25 0.00 0.07 0.00 0.00 99.68 [2020-10-19T07:17:46.114Z] 07:14:01 3 0.02 0.00 0.07 0.00 0.02 99.90 [2020-10-19T07:17:46.114Z] 07:15:01 all 0.12 0.00 0.03 0.00 0.00 99.85 [2020-10-19T07:17:46.114Z] 07:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-19T07:17:46.114Z] 07:15:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2020-10-19T07:17:46.114Z] 07:15:01 2 0.37 0.00 0.03 0.00 0.00 99.60 [2020-10-19T07:17:46.114Z] 07:15:01 3 0.08 0.00 0.07 0.00 0.00 99.85 [2020-10-19T07:17:46.114Z] 07:16:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-10-19T07:17:46.114Z] 07:16:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-19T07:17:46.114Z] 07:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-19T07:17:46.114Z] 07:16:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2020-10-19T07:17:46.114Z] 07:16:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2020-10-19T07:17:46.114Z] 07:17:02 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-10-19T07:17:46.114Z] 07:17:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-19T07:17:46.114Z] 07:17:02 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-19T07:17:46.114Z] 07:17:02 2 0.53 0.00 0.03 0.00 0.00 99.43 [2020-10-19T07:17:46.114Z] 07:17:02 3 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-19T07:17:46.114Z] Average: all 1.87 0.00 1.00 0.59 0.01 96.53 [2020-10-19T07:17:46.114Z] Average: 0 1.71 0.00 0.99 0.49 0.01 96.79 [2020-10-19T07:17:46.114Z] Average: 1 1.87 0.00 0.91 0.70 0.01 96.51 [2020-10-19T07:17:46.114Z] Average: 2 2.16 0.00 1.22 0.57 0.01 96.03 [2020-10-19T07:17:46.114Z] Average: 3 1.73 0.00 0.87 0.62 0.01 96.77 [2020-10-19T07:17:46.114Z] [2020-10-19T07:17:46.114Z] [2020-10-19T07:17:46.114Z]