Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 3ccd6247f9f387f0c9668272060ad741d43f917b+5d943473fe8cb7b2263b29163a15a9eda06ca963 (dd9dfef931532c0a2623d6b6aeae8ac956a3a2f7) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2963 in /w/workspace/dgexfoundry_device-sdk-go_PR-603 [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-603 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/603/head:refs/remotes/origin/PR-603 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5d943473fe8cb7b2263b29163a15a9eda06ca963 into PR head commit 3ccd6247f9f387f0c9668272060ad741d43f917b Merge succeeded, producing e74f72fe7b517f1818f512e624de32bcbc1683c1 Checking out Revision e74f72fe7b517f1818f512e624de32bcbc1683c1 (PR-603) > git config core.sparsecheckout # timeout=10 > git checkout -f 3ccd6247f9f387f0c9668272060ad741d43f917b # 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 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e74f72fe7b517f1818f512e624de32bcbc1683c1 # timeout=10 Commit message: "Merge commit '5d943473fe8cb7b2263b29163a15a9eda06ca963' into HEAD" > git rev-list --no-walk 3ccd6247f9f387f0c9668272060ad741d43f917b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:42:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:42:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:42:25 ========================================================= 02:42:25 EdgeX Global Pipelines Version Info 02:42:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:42:26 ------------------- 02:42:26 stable info: 02:42:26 ------------------- 02:42:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:42:26 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 02:42:26 Message: update stable to v1.0.131 02:42:27 ------------------- 02:42:27 experimental info: 02:42:27 ------------------- 02:42:27 Commited By: Emilio Reyes emilio.reyes@intel.com 02:42:27 Commit SHA: 037048ec40675a742bbe4f4e63335516fc22ae8d 02:42:27 Message: update experimental to v1.0.133 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:42:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:42:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:42:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:42:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:42:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:42:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:42:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:42:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:42:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-603 [Pipeline] echo 02:42:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-603 [Pipeline] echo 02:42:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-603 [Pipeline] echo 02:42:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e74f72fe7b517f1818f512e624de32bcbc1683c1 [Pipeline] echo 02:42:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e74f72f [Pipeline] echo 02:42:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:42:32 + git log --format=format:%s -1 e74f72fe7b517f1818f512e624de32bcbc1683c1 [Pipeline] echo 02:42:32 GIT_COMMIT: e74f72fe7b517f1818f512e624de32bcbc1683c1, Commit Message: Merge commit '5d943473fe8cb7b2263b29163a15a9eda06ca963' into HEAD [Pipeline] echo 02:42:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:42:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:33 02:42:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:42:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:34 latest: Pulling from edgex-devops/git-semver 02:42:34 31603596830f: Pulling fs layer 02:42:34 2a8b12db71e7: Pulling fs layer 02:42:34 6ca5941a6612: Pulling fs layer 02:42:34 ecc8261a40a4: Pulling fs layer 02:42:34 ecc8261a40a4: Waiting 02:42:34 2a8b12db71e7: Verifying Checksum 02:42:34 2a8b12db71e7: Download complete 02:42:34 31603596830f: Download complete 02:42:34 ecc8261a40a4: Verifying Checksum 02:42:34 ecc8261a40a4: Download complete 02:42:34 6ca5941a6612: Verifying Checksum 02:42:34 6ca5941a6612: Download complete 02:42:34 31603596830f: Pull complete 02:42:35 2a8b12db71e7: Pull complete 02:42:35 6ca5941a6612: Pull complete 02:42:35 ecc8261a40a4: Pull complete 02:42:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:42:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:42:36 prd-centos7-docker-4c-2g-2963 does not seem to be running inside a container 02:42:36 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-603 -v /w/workspace/dgexfoundry_device-sdk-go_PR-603:/w/workspace/dgexfoundry_device-sdk-go_PR-603:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-603@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-603@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:42:38 $ docker top bd7c1bad26d8b7babba21ea5db2af1736e0d1139032fc130faf4ee2f8a77a9a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:38 [ssh-agent] Looking for ssh-agent implementation... 02:42:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:38 $ docker exec bd7c1bad26d8b7babba21ea5db2af1736e0d1139032fc130faf4ee2f8a77a9a8 ssh-agent 02:42:38 SSH_AUTH_SOCK=/tmp/ssh-Rc6VNGbYkUBi/agent.13 02:42:38 SSH_AGENT_PID=19 02:42:38 Running ssh-add (command line suppressed) 02:42:39 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-603@tmp/private_key_7226969048276343144.key (/w/workspace/dgexfoundry_device-sdk-go_PR-603@tmp/private_key_7226969048276343144.key) 02:42:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:39 + git describe --exact-match --tags HEAD 02:42:39 fatal: no tag exactly matches 'e74f72fe7b517f1818f512e624de32bcbc1683c1' [Pipeline] } 02:42:39 $ docker exec --env ******** --env ******** bd7c1bad26d8b7babba21ea5db2af1736e0d1139032fc130faf4ee2f8a77a9a8 ssh-agent -k 02:42:39 unset SSH_AUTH_SOCK; 02:42:39 unset SSH_AGENT_PID; 02:42:39 echo Agent pid 19 killed; 02:42:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 02:42:39 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 02:42:39 This usually means this commit has not been tagged. [Pipeline] sshagent 02:42:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:39 [ssh-agent] Looking for ssh-agent implementation... 02:42:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:40 $ docker exec bd7c1bad26d8b7babba21ea5db2af1736e0d1139032fc130faf4ee2f8a77a9a8 ssh-agent 02:42:40 SSH_AUTH_SOCK=/tmp/ssh-gvXmjWK7iEVU/agent.47 02:42:40 SSH_AGENT_PID=53 02:42:40 Running ssh-add (command line suppressed) 02:42:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-603@tmp/private_key_3352058366977791502.key (/w/workspace/dgexfoundry_device-sdk-go_PR-603@tmp/private_key_3352058366977791502.key) 02:42:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:40 + git semver init 02:42:40 # -> Open(): unable to determine branch for HEAD 02:42:40 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-603/.git 02:42:40 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-603 02:42:40 # $SEMVER_REMOTE_NAME = origin 02:42:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:42:40 # $SEMVER_USER_NAME = edgex-jenkins 02:42:40 # $SEMVER_BRANCH = PR-603 02:42:40 # $SEMVER_TEMP = /tmp/semver-749643735 02:42:40 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:42:41 # '/tmp/semver-749643735' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-603/.semver' 02:42:41 # -> Force: false 02:42:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-603/.semver [Pipeline] } 02:42:41 $ docker exec --env ******** --env ******** bd7c1bad26d8b7babba21ea5db2af1736e0d1139032fc130faf4ee2f8a77a9a8 ssh-agent -k 02:42:41 unset SSH_AUTH_SOCK; 02:42:41 unset SSH_AGENT_PID; 02:42:41 echo Agent pid 53 killed; 02:42:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:42 + git semver [Pipeline] } 02:42:42 $ docker stop --time=1 bd7c1bad26d8b7babba21ea5db2af1736e0d1139032fc130faf4ee2f8a77a9a8 02:42:43 $ docker rm -f bd7c1bad26d8b7babba21ea5db2af1736e0d1139032fc130faf4ee2f8a77a9a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 02:42:44 Stashed 41 file(s) [Pipeline] echo 02:42:44 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 02:42:44 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:42:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2961 in /w/workspace/dgexfoundry_device-sdk-go_PR-603 [Pipeline] { [Pipeline] ws 02:42:45 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 02:42:50 using credential edgex-jenkins-ssh 02:42:51 Cloning the remote Git repository 02:42:51 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:42:51 > git init /w/workspace/device-sdk-go/2 # timeout=10 02:42:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:42:51 > git --version # timeout=10 02:42:51 > git --version # 'git version 2.17.1' 02:42:51 using GIT_SSH to set credentials SSH Credentials for GitHub 02:42:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:42:53 Merging remotes/origin/master commit 5d943473fe8cb7b2263b29163a15a9eda06ca963 into PR head commit 3ccd6247f9f387f0c9668272060ad741d43f917b 02:42:52 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:42:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:42:52 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:42:52 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:42:52 using GIT_SSH to set credentials SSH Credentials for GitHub 02:42:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/603/head:refs/remotes/origin/PR-603 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:42:53 > git config core.sparsecheckout # timeout=10 02:42:53 > git checkout -f 3ccd6247f9f387f0c9668272060ad741d43f917b # timeout=10 02:42:53 Merge succeeded, producing b1d34e8f7e2fb4e25091eccb9ad42b10af89224b 02:42:53 Checking out Revision b1d34e8f7e2fb4e25091eccb9ad42b10af89224b (PR-603) 02:42:53 > git remote # timeout=10 02:42:53 > git config --get remote.origin.url # timeout=10 02:42:53 using GIT_SSH to set credentials SSH Credentials for GitHub 02:42:53 > git merge 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 02:42:53 > git rev-parse HEAD^{commit} # timeout=10 02:42:53 > git config core.sparsecheckout # timeout=10 02:42:53 > git checkout -f b1d34e8f7e2fb4e25091eccb9ad42b10af89224b # timeout=10 02:42:57 Commit message: "Merge commit '5d943473fe8cb7b2263b29163a15a9eda06ca963' into HEAD" 02:42:57 > git rev-list --no-walk 3ccd6247f9f387f0c9668272060ad741d43f917b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:42:59 ========================================================= 02:42:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:42:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:43:00 Still waiting to schedule task 02:43:00 ‘prd-centos7-docker-4c-2g-2964’ is offline 02:43:00 + 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 . 02:43:01 Sending build context to Docker daemon 3.456MB 02:43:01 Step 1/8 : ARG BASE=golang:1.15-alpine 02:43:01 Step 2/8 : FROM ${BASE} 02:43:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:43:01 b538f80385f9: Pulling fs layer 02:43:01 74f711af9a0d: Pulling fs layer 02:43:01 99f96fe45779: Pulling fs layer 02:43:01 8529a6b9a6be: Pulling fs layer 02:43:01 45590311c82a: Pulling fs layer 02:43:01 69ca0ff8b7b3: Pulling fs layer 02:43:01 209524e5b208: Pulling fs layer 02:43:01 8529a6b9a6be: Waiting 02:43:01 45590311c82a: Waiting 02:43:01 69ca0ff8b7b3: Waiting 02:43:01 209524e5b208: Waiting 02:43:01 99f96fe45779: Verifying Checksum 02:43:01 99f96fe45779: Download complete 02:43:01 74f711af9a0d: Download complete 02:43:01 45590311c82a: Verifying Checksum 02:43:01 45590311c82a: Download complete 02:43:01 69ca0ff8b7b3: Verifying Checksum 02:43:01 69ca0ff8b7b3: Download complete 02:43:01 b538f80385f9: Verifying Checksum 02:43:01 b538f80385f9: Download complete 02:43:02 b538f80385f9: Pull complete 02:43:03 74f711af9a0d: Pull complete 02:43:03 99f96fe45779: Pull complete 02:43:04 209524e5b208: Verifying Checksum 02:43:04 209524e5b208: Download complete 02:43:05 8529a6b9a6be: Verifying Checksum 02:43:05 8529a6b9a6be: Download complete 02:43:15 8529a6b9a6be: Pull complete 02:43:16 45590311c82a: Pull complete 02:43:16 69ca0ff8b7b3: Pull complete 02:43:21 209524e5b208: Pull complete 02:43:21 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:43:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:43:21 ---> 5bddaf1c2fca 02:43:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:43:23 ---> Running in 528204d46490 02:43:24 Removing intermediate container 528204d46490 02:43:24 ---> b6fc8968c26f 02:43:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:24 ---> Running in 0d0dd0d38012 02:43:26 Removing intermediate container 0d0dd0d38012 02:43:26 ---> 325cdd86df2d 02:43:26 Step 5/8 : RUN apk add --no-cache make git 02:43:26 ---> Running in 2f861ddfbdad 02:43:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:43:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:43:32 OK: 142 MiB in 39 packages 02:43:33 Removing intermediate container 2f861ddfbdad 02:43:33 ---> a556a32f0d18 02:43:33 Step 6/8 : WORKDIR /device-sdk-go 02:43:33 ---> Running in 1c14633c50de 02:43:33 Removing intermediate container 1c14633c50de 02:43:33 ---> c447c664942b 02:43:33 Step 7/8 : COPY . . 02:43:35 ---> 74434038ad05 02:43:35 Step 8/8 : RUN go mod download 02:43:35 ---> Running in 6432f5c38595 02:43:57 Removing intermediate container 6432f5c38595 02:43:57 ---> ac4717b16cc3 02:43:57 Successfully built ac4717b16cc3 02:43:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:43:58 + docker inspect -f . ci-base-image-arm64 02:43:58 . [Pipeline] withDockerContainer 02:43:58 prd-ubuntu18.04-docker-arm64-4c-16g-2961 does not seem to be running inside a container 02:43:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:44:00 $ docker top f5cf336d618ca6cb1e99aff3f7ad638507082d1a47169ee34e5f17030adfede1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:01 + go version 02:44:01 go version go1.15.2 linux/arm64 [Pipeline] } 02:44:01 $ docker stop --time=1 f5cf336d618ca6cb1e99aff3f7ad638507082d1a47169ee34e5f17030adfede1 02:44:03 $ docker rm -f f5cf336d618ca6cb1e99aff3f7ad638507082d1a47169ee34e5f17030adfede1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:44:04 + docker inspect -f . ci-base-image-arm64 02:44:04 . [Pipeline] withDockerContainer 02:44:04 prd-ubuntu18.04-docker-arm64-4c-16g-2961 does not seem to be running inside a container 02:44:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:44:06 $ docker top c7364ac7ef06a4e661311247705da8d636cd3d9f3187dce61a4044f78db99ea9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:08 + make test 02:44:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:44:14 Running on prd-centos7-docker-4c-2g-2966 in /w/workspace/dgexfoundry_device-sdk-go_PR-603 [Pipeline] { [Pipeline] ws 02:44:14 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 02:44:17 using credential edgex-jenkins-ssh 02:44:17 Cloning the remote Git repository 02:44:17 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:17 > git init /w/workspace/device-sdk-go/2 # timeout=10 02:44:17 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:17 > git --version # timeout=10 02:44:17 > git --version # 'git version 2.16.5' 02:44:17 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:19 Merging remotes/origin/master commit 5d943473fe8cb7b2263b29163a15a9eda06ca963 into PR head commit 3ccd6247f9f387f0c9668272060ad741d43f917b 02:44:19 Merge succeeded, producing 79d4ac9bf362be5f06ed60daf500687b6d8cb4e5 02:44:19 Checking out Revision 79d4ac9bf362be5f06ed60daf500687b6d8cb4e5 (PR-603) 02:44:18 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:18 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:18 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/603/head:refs/remotes/origin/PR-603 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:19 > git config core.sparsecheckout # timeout=10 02:44:19 > git checkout -f 3ccd6247f9f387f0c9668272060ad741d43f917b # timeout=10 02:44:19 > git remote # timeout=10 02:44:19 > git config --get remote.origin.url # timeout=10 02:44:19 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:19 > git merge 5d943473fe8cb7b2263b29163a15a9eda06ca963 # timeout=10 02:44:19 > git rev-parse HEAD^{commit} # timeout=10 02:44:19 > git config core.sparsecheckout # timeout=10 02:44:19 > git checkout -f 79d4ac9bf362be5f06ed60daf500687b6d8cb4e5 # timeout=10 02:44:22 Commit message: "Merge commit '5d943473fe8cb7b2263b29163a15a9eda06ca963' into HEAD" 02:44:22 > git rev-list --no-walk 3ccd6247f9f387f0c9668272060ad741d43f917b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:44:23 ========================================================= 02:44:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:44:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:24 + 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 . 02:44:24 Sending build context to Docker daemon 3.458MB 02:44:24 Step 1/8 : ARG BASE=golang:1.15-alpine 02:44:24 Step 2/8 : FROM ${BASE} 02:44:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:44:25 df20fa9351a1: Pulling fs layer 02:44:25 ed8968b2872e: Pulling fs layer 02:44:25 a92cc7c5fd73: Pulling fs layer 02:44:25 e871e8e8d7a9: Pulling fs layer 02:44:25 e73272ec9a57: Pulling fs layer 02:44:25 1e910a182e73: Pulling fs layer 02:44:25 4e634b169226: Pulling fs layer 02:44:25 e73272ec9a57: Waiting 02:44:25 1e910a182e73: Waiting 02:44:25 4e634b169226: Waiting 02:44:25 e871e8e8d7a9: Waiting 02:44:25 a92cc7c5fd73: Verifying Checksum 02:44:25 a92cc7c5fd73: Download complete 02:44:25 ed8968b2872e: Download complete 02:44:25 e73272ec9a57: Verifying Checksum 02:44:25 e73272ec9a57: Download complete 02:44:25 1e910a182e73: Verifying Checksum 02:44:25 1e910a182e73: Download complete 02:44:25 df20fa9351a1: Verifying Checksum 02:44:25 df20fa9351a1: Download complete 02:44:25 df20fa9351a1: Pull complete 02:44:25 ed8968b2872e: Pull complete 02:44:25 a92cc7c5fd73: Pull complete 02:44:27 4e634b169226: Verifying Checksum 02:44:27 4e634b169226: Download complete 02:44:27 e871e8e8d7a9: Verifying Checksum 02:44:27 e871e8e8d7a9: Download complete 02:44:30 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:44:33 e871e8e8d7a9: Pull complete 02:44:33 e73272ec9a57: Pull complete 02:44:33 1e910a182e73: Pull complete 02:44:37 4e634b169226: Pull complete 02:44:37 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:44:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:44:37 ---> f7629b54cfaa 02:44:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:44:37 ---> Running in 19d306377487 02:44:38 Removing intermediate container 19d306377487 02:44:38 ---> a951d562ce7c 02:44:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:38 ---> Running in d23c12a25a0d 02:44:40 Removing intermediate container d23c12a25a0d 02:44:40 ---> 9f271c015ab3 02:44:40 Step 5/8 : RUN apk add --no-cache make git 02:44:40 ---> Running in 864cd1aeb1ed 02:44:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:44:42 OK: 166 MiB in 39 packages 02:44:42 Removing intermediate container 864cd1aeb1ed 02:44:42 ---> 81b4d5174475 02:44:42 Step 6/8 : WORKDIR /device-sdk-go 02:44:42 ---> Running in 1e594ece6c49 02:44:42 Removing intermediate container 1e594ece6c49 02:44:42 ---> 04e3c5a31443 02:44:42 Step 7/8 : COPY . . 02:44:44 ---> aadc2e660d17 02:44:44 Step 8/8 : RUN go mod download 02:44:44 ---> Running in 6c69ab7be171 02:45:02 Removing intermediate container 6c69ab7be171 02:45:02 ---> 054c403af2c2 02:45:02 Successfully built 054c403af2c2 02:45:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:45:03 + docker inspect -f . ci-base-image-x86_64 02:45:03 . [Pipeline] withDockerContainer 02:45:03 prd-centos7-docker-4c-2g-2966 does not seem to be running inside a container 02:45:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:04 $ docker top dcf6a04978d45daf694f497e7dbf51b509fc0b16b73daa8be4e8c9a209082bc1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:04 + go version 02:45:04 go version go1.15.2 linux/amd64 [Pipeline] } 02:45:04 $ docker stop --time=1 dcf6a04978d45daf694f497e7dbf51b509fc0b16b73daa8be4e8c9a209082bc1 02:45:06 $ docker rm -f dcf6a04978d45daf694f497e7dbf51b509fc0b16b73daa8be4e8c9a209082bc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:07 + docker inspect -f . ci-base-image-x86_64 02:45:07 . [Pipeline] withDockerContainer 02:45:07 prd-centos7-docker-4c-2g-2966 does not seem to be running inside a container 02:45:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:07 $ docker top 36787ef46f0e57cfeaf15b228f8bf63e934dba1867648a6a14218aa54faabb04 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:08 + make test 02:45:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:09 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:45:09 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:45:09 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:45:09 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.108s coverage: 21.6% of statements 02:45:10 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.178s coverage: 97.1% of statements 02:45:14 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:45:30 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:45:30 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:45:30 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:45:30 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.062s coverage: 21.6% of statements 02:45:31 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.462s coverage: 97.1% of statements 02:45:42 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.160s coverage: 9.4% of statements 02:45:42 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.112s coverage: 21.9% of statements 02:45:42 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:45:42 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.549s coverage: 39.9% of statements 02:45:42 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:45:42 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.731s coverage: 65.4% of statements 02:45:42 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:45:42 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:45:42 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:45:42 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:45:42 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.188s coverage: 52.6% of statements 02:45:42 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:45:42 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.651s coverage: 68.9% of statements 02:45:42 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:45:42 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:45:42 GO111MODULE=on go vet ./... 02:46:03 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.065s coverage: 9.4% of statements 02:46:03 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.053s coverage: 21.9% of statements 02:46:03 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:46:03 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.217s coverage: 39.9% of statements 02:46:03 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:46:03 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.280s coverage: 65.4% of statements 02:46:03 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:46:03 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:46:03 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:46:03 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:46:03 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.074s coverage: 52.6% of statements 02:46:03 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:46:03 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.386s coverage: 68.9% of statements 02:46:03 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:46:03 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:46:03 GO111MODULE=on go vet ./... 02:46:09 gofmt -l . 02:46:09 [ "`gofmt -l .`" = "" ] 02:46:09 ./bin/test-attribution-txt.sh 02:46:09 gofmt -l . 02:46:09 [ "`gofmt -l .`" = "" ] 02:46:09 ./bin/test-attribution-txt.sh 02:46:10 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:46:10 ./bin/test-go-mod-tidy.sh 02:46:11 Stashed 1 file(s) [Pipeline] } 02:46:11 $ docker stop --time=1 36787ef46f0e57cfeaf15b228f8bf63e934dba1867648a6a14218aa54faabb04 02:46:12 $ docker rm -f 36787ef46f0e57cfeaf15b228f8bf63e934dba1867648a6a14218aa54faabb04 [Pipeline] // withDockerContainer [Pipeline] stash 02:46:13 Warning: overwriting stash ‘coverage-report’ [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 02:46:14 Stashed 1 file(s) [Pipeline] } 02:46:16 $ docker stop --time=1 c7364ac7ef06a4e661311247705da8d636cd3d9f3187dce61a4044f78db99ea9 02:46:18 $ docker rm -f c7364ac7ef06a4e661311247705da8d636cd3d9f3187dce61a4044f78db99ea9 [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 02:46:19 + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:19 + ls -al . 02:46:19 total 192 02:46:19 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 2 02:46 . 02:46:19 drwxrwxr-x. 4 jenkins jenkins 28 Oct 2 02:44 .. 02:46:19 drwxrwxr-x. 2 jenkins jenkins 64 Oct 2 02:44 bin 02:46:19 -rw-r--r--. 1 jenkins jenkins 111043 Oct 2 02:45 coverage.out 02:46:19 -rw-rw-r--. 1 jenkins jenkins 936 Oct 2 02:44 Dockerfile.build 02:46:19 -rw-rw-r--. 1 jenkins jenkins 140 Oct 2 02:44 .dockerignore 02:46:19 drwxrwxr-x. 4 jenkins jenkins 48 Oct 2 02:44 example 02:46:19 drwxrwxr-x. 8 jenkins jenkins 179 Oct 2 02:44 .git 02:46:19 drwxrwxr-x. 2 jenkins jenkins 60 Oct 2 02:44 .github 02:46:19 -rw-rw-r--. 1 jenkins jenkins 138 Oct 2 02:44 .gitignore 02:46:19 -rw-r--r--. 1 jenkins jenkins 517 Oct 2 02:46 go.mod 02:46:19 -rw-r--r--. 1 jenkins jenkins 13567 Oct 2 02:46 go.sum 02:46:19 drwxrwxr-x. 15 jenkins jenkins 211 Oct 2 02:44 internal 02:46:19 -rw-rw-r--. 1 jenkins jenkins 785 Oct 2 02:44 Jenkinsfile 02:46:19 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 2 02:44 LICENSE 02:46:19 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 2 02:44 Makefile 02:46:19 drwxrwxr-x. 4 jenkins jenkins 26 Oct 2 02:44 openapi 02:46:19 drwxrwxr-x. 5 jenkins jenkins 50 Oct 2 02:44 pkg 02:46:19 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 2 02:44 README.md 02:46:19 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 2 02:44 RELEASE-NOTES.txt 02:46:19 drwxrwxr-x. 3 jenkins jenkins 58 Oct 2 02:44 .semver 02:46:19 drwxrwxr-x. 4 jenkins jenkins 54 Oct 2 02:44 snap 02:46:19 -rw-rw-r--. 1 jenkins jenkins 5 Oct 2 02:42 VERSION 02:46:19 -rw-rw-r--. 1 jenkins jenkins 222 Oct 2 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:46:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:46:20 + 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=e74f72fe7b517f1818f512e624de32bcbc1683c1 --label arch=amd64 --label version=0.0.0 . 02:46:20 + ls -al . 02:46:20 total 232 02:46:20 drwxrwxr-x 11 jenkins jenkins 4096 Oct 2 02:46 . 02:46:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:42 .. 02:46:20 -rw-rw-r-- 1 jenkins jenkins 140 Oct 2 02:42 .dockerignore 02:46:20 drwxrwxr-x 8 jenkins jenkins 4096 Oct 2 02:42 .git 02:46:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 02:42 .github 02:46:20 -rw-rw-r-- 1 jenkins jenkins 138 Oct 2 02:42 .gitignore 02:46:20 drwxrwxr-x 3 jenkins jenkins 4096 Oct 2 02:42 .semver 02:46:20 -rw-rw-r-- 1 jenkins jenkins 936 Oct 2 02:42 Dockerfile.build 02:46:20 -rw-rw-r-- 1 jenkins jenkins 785 Oct 2 02:42 Jenkinsfile 02:46:20 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 2 02:42 LICENSE 02:46:20 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 2 02:42 Makefile 02:46:20 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 2 02:42 README.md 02:46:20 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 2 02:42 RELEASE-NOTES.txt 02:46:20 -rw-rw-r-- 1 jenkins jenkins 5 Oct 2 02:42 VERSION 02:46:20 drwxrwxr-x 2 jenkins jenkins 4096 Oct 2 02:42 bin 02:46:20 -rw-r--r-- 1 jenkins jenkins 111043 Oct 2 02:45 coverage.out 02:46:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:42 example 02:46:20 -rw-r--r-- 1 jenkins jenkins 517 Oct 2 02:46 go.mod 02:46:20 -rw-r--r-- 1 jenkins jenkins 13567 Oct 2 02:46 go.sum 02:46:20 drwxrwxr-x 15 jenkins jenkins 4096 Oct 2 02:42 internal 02:46:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:42 openapi 02:46:20 drwxrwxr-x 5 jenkins jenkins 4096 Oct 2 02:42 pkg 02:46:20 drwxrwxr-x 4 jenkins jenkins 4096 Oct 2 02:42 snap 02:46:20 -rw-rw-r-- 1 jenkins jenkins 222 Oct 2 02:42 version.go 02:46:20 Sending build context to Docker daemon 3.569MB 02:46:20 Step 1/24 : ARG BASE=golang:1.15-alpine 02:46:20 Step 2/24 : FROM ${BASE} AS builder 02:46:20 ---> 054c403af2c2 02:46:20 Step 3/24 : ARG MAKE='make build' [Pipeline] isUnix [Pipeline] sh 02:46:20 + 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=e74f72fe7b517f1818f512e624de32bcbc1683c1 --label arch=arm64 --label version=0.0.0 . 02:46:20 ---> Running in 49bf40034540 02:46:21 Removing intermediate container 49bf40034540 02:46:21 ---> 14f3bac0d51e 02:46:21 Step 4/24 : WORKDIR /device-sdk-go 02:46:21 ---> Running in 0ec058479740 02:46:21 Removing intermediate container 0ec058479740 02:46:21 ---> 171a9b046b64 02:46:21 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:21 Sending build context to Docker daemon 3.568MB 02:46:21 Step 1/24 : ARG BASE=golang:1.15-alpine 02:46:21 Step 2/24 : FROM ${BASE} AS builder 02:46:21 ---> ac4717b16cc3 02:46:21 Step 3/24 : ARG MAKE='make build' 02:46:21 ---> Running in 1a260d4bd68f 02:46:21 Removing intermediate container 1a260d4bd68f 02:46:21 ---> 14607f33292b 02:46:21 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:21 ---> Running in 5ff189d2faf1 02:46:21 ---> Running in 87dfbb949d63 02:46:21 Removing intermediate container 5ff189d2faf1 02:46:21 ---> 1917046649f1 02:46:21 Step 4/24 : WORKDIR /device-sdk-go 02:46:22 ---> Running in af3622b5374d 02:46:22 Removing intermediate container af3622b5374d 02:46:22 ---> 045fdf8429fb 02:46:22 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:22 Removing intermediate container 87dfbb949d63 02:46:22 ---> bf66c9b45fd0 02:46:22 Step 7/24 : RUN apk add --update --no-cache make git 02:46:22 ---> Running in a5c97925e77c 02:46:22 ---> Running in b7d50713f2c4 02:46:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:22 Removing intermediate container b7d50713f2c4 02:46:22 ---> 17246b327d5d 02:46:22 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:23 ---> Running in 099e581af0b3 02:46:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:24 OK: 166 MiB in 39 packages 02:46:25 Removing intermediate container a5c97925e77c 02:46:25 ---> 590d75250bf5 02:46:25 Step 8/24 : COPY . . 02:46:25 Removing intermediate container 099e581af0b3 02:46:25 ---> 5bc0c6e1f5d1 02:46:25 Step 7/24 : RUN apk add --update --no-cache make git 02:46:25 ---> Running in 18213ec1221c 02:46:26 ---> 63e43deca80c 02:46:26 Step 9/24 : RUN ${MAKE} 02:46:26 ---> Running in 3565fde7f715 02:46:26 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 02:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:28 OK: 142 MiB in 39 packages 02:46:30 Removing intermediate container 18213ec1221c 02:46:30 ---> b48daa4f1582 02:46:30 Step 8/24 : COPY . . 02:46:31 ---> d938cba923c7 02:46:31 Step 9/24 : RUN ${MAKE} 02:46:31 ---> Running in b95173c6c3bc 02:46:32 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 02:46:35 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:46:36 Removing intermediate container 3565fde7f715 02:46:36 ---> 591fdc7855ff 02:46:36 Step 10/24 : FROM scratch 02:46:36 ---> 02:46:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:36 ---> Running in 93f89fe2273d 02:46:36 Removing intermediate container 93f89fe2273d 02:46:36 ---> 1feb29a01358 02:46:36 Step 12/24 : ENV APP_PORT=49990 02:46:37 ---> Running in d1b98eb36531 02:46:37 Removing intermediate container d1b98eb36531 02:46:37 ---> 2a9f41c273e2 02:46:37 Step 13/24 : EXPOSE $APP_PORT 02:46:37 ---> Running in a0821fde47c3 02:46:37 Removing intermediate container a0821fde47c3 02:46:37 ---> c5dea74a21db 02:46:37 Step 14/24 : WORKDIR / 02:46:37 ---> Running in d9b6e0cb027f 02:46:37 Removing intermediate container d9b6e0cb027f 02:46:37 ---> b6e482487197 02:46:37 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:46:38 ---> 6109e67bdc68 02:46:38 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:46:38 ---> 2df2dd46faa8 02:46:38 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:46:38 ---> 7be8b89f84cb 02:46:38 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:46:39 ---> ea0d30fab715 02:46:39 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:46:39 ---> 2f04adf0ed78 02:46:39 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:46:39 ---> Running in c7e3f11de34a 02:46:39 Removing intermediate container c7e3f11de34a 02:46:39 ---> 8bdac4fd2b19 02:46:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:39 ---> Running in 5b198d23e303 02:46:39 Removing intermediate container 5b198d23e303 02:46:39 ---> 6bf83674dd52 02:46:39 Step 22/24 : LABEL arch=amd64 02:46:39 ---> Running in 9bb116516f51 02:46:39 Removing intermediate container 9bb116516f51 02:46:39 ---> 34916059fda9 02:46:39 Step 23/24 : LABEL git_sha=e74f72fe7b517f1818f512e624de32bcbc1683c1 02:46:39 ---> Running in 19c48ad96de3 02:46:40 Removing intermediate container 19c48ad96de3 02:46:40 ---> 4f7975a4ffe0 02:46:40 Step 24/24 : LABEL version=0.0.0 02:46:40 ---> Running in 5c4c0da1bea3 02:46:40 Removing intermediate container 5c4c0da1bea3 02:46:40 ---> fb3238bbfaa6 02:46:40 [Warning] One or more build-args [ARCH] were not consumed 02:46:40 Successfully built fb3238bbfaa6 02:46:40 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] } 02:46:59 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:46:59 Removing intermediate container b95173c6c3bc 02:46:59 ---> 1f543081e079 02:46:59 Step 10/24 : FROM scratch 02:46:59 ---> 02:46:59 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:59 ---> Running in c5dc24b51512 02:46:59 Removing intermediate container c5dc24b51512 02:46:59 ---> 50780ebc4291 02:46:59 Step 12/24 : ENV APP_PORT=49990 02:46:59 ---> Running in d7da2b84c56b 02:46:59 Removing intermediate container d7da2b84c56b 02:46:59 ---> ede203983785 02:46:59 Step 13/24 : EXPOSE $APP_PORT 02:46:59 ---> Running in e21fdb8836d0 02:46:59 Removing intermediate container e21fdb8836d0 02:46:59 ---> e04e2316c9eb 02:46:59 Step 14/24 : WORKDIR / 02:46:59 ---> Running in 4e243bb2bb6a 02:47:00 Removing intermediate container 4e243bb2bb6a 02:47:00 ---> cda49f84a49c 02:47:00 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:47:01 ---> 657867deaebb 02:47:01 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:47:02 ---> 694e7c4238f2 02:47:02 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:47:02 ---> d8a40eb88486 02:47:02 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:47:03 ---> fe4ceba74bc7 02:47:03 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:47:04 ---> 3af51bc2f081 02:47:04 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:47:04 ---> Running in bd48377776fe 02:47:04 Removing intermediate container bd48377776fe 02:47:04 ---> 4bed600f1126 02:47:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:04 ---> Running in b59d230e06a9 02:47:05 Removing intermediate container b59d230e06a9 02:47:05 ---> 90f770702e1b 02:47:05 Step 22/24 : LABEL arch=arm64 02:47:05 ---> Running in e810cffcf6f6 02:47:06 Removing intermediate container e810cffcf6f6 02:47:06 ---> d73bda746395 02:47:06 Step 23/24 : LABEL git_sha=e74f72fe7b517f1818f512e624de32bcbc1683c1 02:47:06 ---> Running in 4ee59dfbda0e 02:47:06 Removing intermediate container 4ee59dfbda0e 02:47:06 ---> 71e7b9842d70 02:47:06 Step 24/24 : LABEL version=0.0.0 02:47:06 ---> Running in 33a5ecd52cdc 02:47:07 Removing intermediate container 33a5ecd52cdc 02:47:07 ---> 2eae58958ad3 02:47:07 [Warning] One or more build-args [ARCH] were not consumed 02:47:07 Successfully built 2eae58958ad3 02:47:07 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 02:47:09 provisioning config files... 02:47:09 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-603@tmp/config8197008658213418530tmp [Pipeline] { [Pipeline] sh 02:47:09 + set +x 02:47:09 + curl -s https://codecov.io/bash 02:47:09 + bash -s -- 02:47:10 02:47:10 _____ _ 02:47:10 / ____| | | 02:47:10 | | ___ __| | ___ ___ _____ __ 02:47:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:47:10 | |___| (_) | (_| | __/ (_| (_) \ V / 02:47:10 \_____\___/ \__,_|\___|\___\___/ \_/ 02:47:10 Bash-20200917-4e8f14b 02:47:10 02:47:10 02:47:10 ==> Jenkins CI detected. 02:47:10 project root: . 02:47:10 Fixing merge commit SHA 02:47:10 --> token set from env 02:47:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:47:10 ==> Running gcov in . (disable via -X gcov) 02:47:10 ==> Python coveragepy not found 02:47:10 ==> Searching for coverage reports in: 02:47:10 + . 02:47:10 -> Found 1 reports 02:47:10 ==> Detecting git/mercurial file structure 02:47:10 ==> Reading reports 02:47:10 + ./coverage.out bytes=111043 02:47:10 ==> Appending adjustments 02:47:10 https://docs.codecov.io/docs/fixing-reports 02:47:10 + Found adjustments 02:47:10 ==> Gzipping contents 02:47:10 ==> Uploading reports 02:47:10 url: https://codecov.io 02:47:10 query: branch=PR-603&commit=5d943473fe8cb7b2263b29163a15a9eda06ca963&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-603%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=603&job=&cmd_args= 02:47:10 -> Pinging Codecov 02:47:10 https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-603&commit=5d943473fe8cb7b2263b29163a15a9eda06ca963&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-603%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=603&job=&cmd_args= 02:47:10 -> Uploading to 02:47:10 https://storage.googleapis.com/codecov/v4/raw/2020-10-02/7E55EF52A471D76F132DFD9A03CDDE97/5d943473fe8cb7b2263b29163a15a9eda06ca963/7a2ae9d9-b115-4d0e-97f5-7742d6a4cc83.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201002%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201002T024710Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bb15bcd72a9457e6b50ceb98ae73ce832a5edb1a28c17bda32139d3dd9315074 02:47:10 % Total % Received % Xferd Average Speed Time Time Time Current 02:47:10 Dload Upload Total Spent Left Speed 02:47:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18380 0 0 100 18380 0 40911 --:--:-- --:--:-- --:--:-- 40935 02:47:11 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/5d943473fe8cb7b2263b29163a15a9eda06ca963 [Pipeline] } 02:47:11 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 02:47:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:47:14 ---> package-listing.sh 02:47:14 ++ facter osfamily 02:47:14 ++ tr '[:upper:]' '[:lower:]' 02:47:14 + OS_FAMILY=redhat 02:47:14 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-603 02:47:14 + START_PACKAGES=/tmp/packages_start.txt 02:47:14 + END_PACKAGES=/tmp/packages_end.txt 02:47:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:47:14 + PACKAGES=/tmp/packages_start.txt 02:47:14 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-603 ']' 02:47:14 + PACKAGES=/tmp/packages_end.txt 02:47:14 + case "${OS_FAMILY}" in 02:47:14 + rpm -qa 02:47:14 + sort 02:47:19 + '[' -f /tmp/packages_start.txt ']' 02:47:19 + '[' -f /tmp/packages_end.txt ']' 02:47:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:47:19 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-603 ']' 02:47:19 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-603/archives/ 02:47:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-603/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:47:19 provisioning config files... 02:47:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-603@tmp/config5997603480523062251tmp [Pipeline] { [Pipeline] echo 02:47:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:47:20 ---> create-netrc.sh [Pipeline] } 02:47:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:47:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:47:20 ---> python-tools-install.sh 02:47:20 Generating Requirements File 02:48:42 Python 3.6.8 02:48:42 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 02:48:42 aiohttp==3.6.2 02:48:42 appdirs==1.4.3 02:48:42 argcomplete==1.12.1 02:48:42 aspy.yaml==1.3.0 02:48:42 async-timeout==3.0.1 02:48:42 attrs==19.3.0 02:48:42 Babel==2.8.0 02:48:42 beautifulsoup4==4.8.2 02:48:42 boto3==1.11.6 02:48:42 botocore==1.14.6 02:48:42 bs4==0.0.1 02:48:42 cachetools==4.1.1 02:48:42 certifi==2019.11.28 02:48:42 cffi==1.14.3 02:48:42 cfgv==2.0.1 02:48:42 chardet==3.0.4 02:48:42 click==7.1 02:48:42 cliff==3.4.0 02:48:42 cmd2==1.3.11 02:48:42 colorama==0.4.3 02:48:42 cryptography==3.1.1 02:48:42 debtcollector==2.2.0 02:48:42 decorator==4.4.2 02:48:42 defusedxml==0.6.0 02:48:42 Deprecated==1.2.7 02:48:42 distlib==0.3.1 02:48:42 distro==1.2.0 02:48:42 dnspython==1.16.0 02:48:42 docker==4.2.0 02:48:42 docutils==0.15.2 02:48:42 dogpile.cache==1.0.2 02:48:42 email-validator==1.0.5 02:48:42 filelock==3.0.12 02:48:42 future==0.18.2 02:48:42 google-auth==1.22.0 02:48:42 httplib2==0.17.0 02:48:42 identify==1.4.11 02:48:42 idna==2.9 02:48:42 idna-ssl==1.1.0 02:48:42 importlib-metadata==1.7.0 02:48:42 importlib-resources==1.5.0 02:48:42 iso8601==0.1.13 02:48:42 Jinja2==2.11.1 02:48:42 jmespath==0.10.0 02:48:42 jsonpatch==1.26 02:48:42 jsonpointer==2.0 02:48:42 jsonschema==3.2.0 02:48:42 keystoneauth1==4.2.1 02:48:42 kubernetes==11.0.0 02:48:42 lftools==0.34.2 02:48:42 lxml==4.5.0 02:48:42 MarkupSafe==0.23 02:48:42 msgpack==1.0.0 02:48:42 multi-key-dict==2.0.3 02:48:42 multidict==4.7.6 02:48:42 munch==2.5.0 02:48:42 netaddr==0.8.0 02:48:42 netifaces==0.10.9 02:48:42 niet==1.4.2 02:48:42 nodeenv==1.3.5 02:48:42 oauth2client==4.1.3 02:48:42 oauthlib==3.1.0 02:48:42 openstacksdk==0.50.0 02:48:42 os-client-config==2.1.0 02:48:42 os-service-types==1.7.0 02:48:42 osc-lib==2.2.1 02:48:42 oslo.config==8.3.2 02:48:42 oslo.context==3.1.1 02:48:42 oslo.i18n==5.0.1 02:48:42 oslo.log==4.4.0 02:48:42 oslo.serialization==4.0.1 02:48:42 oslo.utils==4.6.0 02:48:42 packaging==20.4 02:48:42 pbr==5.4.4 02:48:42 pluggy==0.13.1 02:48:42 prettytable==0.7.2 02:48:42 py==1.9.0 02:48:42 pyasn1==0.4.8 02:48:42 pyasn1-modules==0.2.8 02:48:42 pycparser==2.20 02:48:42 pygerrit2==2.0.10 02:48:42 PyGithub==1.46 02:48:42 pyinotify==0.9.6 02:48:42 PyJWT==1.7.1 02:48:42 pyparsing==2.4.7 02:48:42 pyperclip==1.8.0 02:48:42 pyroute2==0.4.13 02:48:42 pyrsistent==0.15.7 02:48:42 PySocks==1.6.8 02:48:42 python-cinderclient==7.2.0 02:48:42 python-dateutil==2.8.1 02:48:42 python-heatclient==2.2.1 02:48:42 python-jenkins==1.7.0 02:48:42 python-keystoneclient==4.1.1 02:48:42 python-magnumclient==3.2.1 02:48:42 python-novaclient==17.2.1 02:48:42 python-openstackclient==5.3.1 02:48:42 python-swiftclient==3.10.1 02:48:42 pytz==2020.1 02:48:42 PyYAML==5.3 02:48:42 requests==2.23.0 02:48:42 requests-oauthlib==1.3.0 02:48:42 requestsexceptions==1.4.0 02:48:42 rfc3986==1.4.0 02:48:42 rpm==4.11.3 02:48:42 rsa==4.0 02:48:42 ruamel.yaml==0.16.10 02:48:42 ruamel.yaml.clib==0.2.0 02:48:42 s3transfer==0.3.3 02:48:42 shade==1.27.2 02:48:42 simplejson==3.17.2 02:48:42 six==1.14.0 02:48:42 soupsieve==2.0 02:48:42 stevedore==3.2.2 02:48:42 tabulate==0.8.6 02:48:42 toml==0.10.0 02:48:42 tox==3.20.0 02:48:42 tqdm==4.43.0 02:48:42 typing-extensions==3.7.4.3 02:48:42 urllib3==1.25.8 02:48:42 virtualenv==20.0.32 02:48:42 wcwidth==0.2.5 02:48:42 websocket-client==0.57.0 02:48:42 wrapt==1.12.1 02:48:42 xdg==3.0.2 02:48:42 xmltodict==0.12.0 02:48:42 yarl==1.6.0 02:48:42 yq==2.11.1 02:48:42 zipp==3.2.0 02:48:42 Cache entry deserialization failed, entry ignored 02:48:42 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 02:48:42 Python 2.7.5 02:48:42 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 02:48:42 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 02:48:42 ansible==2.9.7 02:48:42 Babel==0.9.6 02:48:42 backports.ssl-match-hostname==3.5.0.1 02:48:42 beautifulsoup4==4.4.1 02:48:42 bodhi==2.11.0 02:48:42 bodhi-client==2.11.0 02:48:42 CCColUtils==1.4 02:48:42 cffi==1.6.0 02:48:42 chardet==2.2.1 02:48:42 click==6.7 02:48:42 cloud-init==18.5 02:48:42 configobj==4.7.2 02:48:42 cryptography==1.7.2 02:48:42 decorator==3.4.0 02:48:42 distro==1.2.0 02:48:42 enum34==1.0.4 02:48:42 fedpkg==1.38 02:48:42 futures==3.1.1 02:48:42 gitdb==0.6.4 02:48:42 GitPython==1.0.1 02:48:42 html5lib==0.999 02:48:42 httplib2==0.9.2 02:48:42 idna==2.4 02:48:42 iniparse==0.4 02:48:42 ipaddress==1.0.16 02:48:42 IPy==0.75 02:48:42 javapackages==1.0.0 02:48:42 Jinja2==2.7.2 02:48:42 jmespath==0.9.4 02:48:42 jsonpatch==1.2 02:48:42 jsonpointer==1.9 02:48:42 kerberos==1.1 02:48:42 kitchen==1.1.1 02:48:42 langtable==0.0.31 02:48:42 lockfile==0.9.1 02:48:42 lxml==3.2.1 02:48:42 MarkupSafe==0.11 02:48:42 munch==2.0.2 02:48:42 offtrac==0.1.0 02:48:42 openidc-client==0.6.0 02:48:42 packagedb-cli==2.14.1 02:48:42 paramiko==2.1.1 02:48:42 perf==0.1 02:48:42 ply==3.4 02:48:42 policycoreutils-default-encoding==0.1 02:48:42 prettytable==0.7.2 02:48:42 pyasn1==0.1.9 02:48:42 pycparser==2.14 02:48:42 pycurl==7.19.0 02:48:42 pygobject==3.22.0 02:48:42 pygpgme==0.3 02:48:42 pyliblzma==0.5.3 02:48:42 pyOpenSSL==0.13.1 02:48:42 pyparsing==1.5.6 02:48:42 pyserial==2.6 02:48:42 python-augeas==0.5.0 02:48:42 python-bugzilla==2.3.0 02:48:42 python-dateutil==1.5 02:48:42 python-fedora==0.10.0 02:48:42 python-linux-procfs==0.4.9 02:48:42 python-yubico==1.2.3 02:48:42 pyudev==0.15 02:48:42 pyusb==1.0.0b1 02:48:42 pyxattr==0.5.1 02:48:42 PyYAML==3.10 02:48:42 requests==2.6.0 02:48:42 requests-kerberos==0.7.0 02:48:42 rpkg==1.60 02:48:42 schedutils==0.4 02:48:42 seobject==0.1 02:48:42 sepolicy==1.1 02:48:42 six==1.9.0 02:48:42 smmap==0.9.0 02:48:42 urlgrabber==3.10 02:48:42 urllib3==1.10.2 02:48:42 virtualenv==15.1.0 02:48:42 yum-langpacks==0.4.2 02:48:42 yum-metadata-parser==1.1.4 [Pipeline] echo 02:48:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:48:42 ---> sudo-logs.sh 02:48:42 Archiving 'sudo' log.. [Pipeline] echo 02:48:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:48:43 ---> job-cost.sh 02:48:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-VDeP 02:48:55 Cache entry deserialization failed, entry ignored 02:48:55 Cache entry deserialization failed, entry ignored 02:48:55 Cache entry deserialization failed, entry ignored 02:48:55 Cache entry deserialization failed, entry ignored 02:48:55 Cache entry deserialization failed, entry ignored 02:48:55 Cache entry deserialization failed, entry ignored 02:48:55 Cache entry deserialization failed, entry ignored 02:48:56 Cache entry deserialization failed, entry ignored 02:48:56 Cache entry deserialization failed, entry ignored 02:48:56 Cache entry deserialization failed, entry ignored 02:48:56 Cache entry deserialization failed, entry ignored 02:48:56 Cache entry deserialization failed, entry ignored 02:48:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:49:26 lf-activate-venv(): INFO: Adding /tmp/venv-VDeP/bin to PATH 02:49:26 INFO: No Stack... 02:49:26 INFO: Retrieving Pricing Info for: v1-standard-2 02:49:26 INFO: Archiving Costs [Pipeline] echo 02:49:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:49:27 ---> logs-deploy.sh 02:49:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-603/2 02:49:27 INFO: archiving workspace using pattern(s): 02:49:29 Archives upload complete. 02:49:29 INFO: archiving logs to Nexus 02:49:30 ---> uname -a: 02:49:30 Linux prd-centos7-docker-4c-2g-2963.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 02:49:30 02:49:30 02:49:30 ---> lscpu: 02:49:30 Architecture: x86_64 02:49:30 CPU op-mode(s): 32-bit, 64-bit 02:49:30 Byte Order: Little Endian 02:49:30 CPU(s): 4 02:49:30 On-line CPU(s) list: 0-3 02:49:30 Thread(s) per core: 1 02:49:30 Core(s) per socket: 1 02:49:30 Socket(s): 4 02:49:30 NUMA node(s): 1 02:49:30 Vendor ID: GenuineIntel 02:49:30 CPU family: 6 02:49:30 Model: 44 02:49:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:49:30 Stepping: 1 02:49:30 CPU MHz: 2933.438 02:49:30 BogoMIPS: 5866.87 02:49:30 Virtualization: VT-x 02:49:30 Hypervisor vendor: KVM 02:49:30 Virtualization type: full 02:49:30 L1d cache: 32K 02:49:30 L1i cache: 32K 02:49:30 L2 cache: 4096K 02:49:30 L3 cache: 16384K 02:49:30 NUMA node0 CPU(s): 0-3 02:49:30 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 02:49:30 02:49:30 02:49:30 ---> nproc: 02:49:30 4 02:49:30 02:49:30 02:49:30 ---> df -h: 02:49:30 Filesystem Size Used Avail Use% Mounted on 02:49:30 devtmpfs 887M 0 887M 0% /dev 02:49:30 tmpfs 919M 0 919M 0% /dev/shm 02:49:30 tmpfs 919M 17M 903M 2% /run 02:49:30 tmpfs 919M 0 919M 0% /sys/fs/cgroup 02:49:30 /dev/vda1 50G 7.3G 43G 15% / 02:49:30 tmpfs 184M 0 184M 0% /run/user/1001 02:49:30 02:49:30 02:49:30 ---> free -m: 02:49:30 total used free shared buff/cache available 02:49:30 Mem: 1837 615 80 16 1141 1024 02:49:30 Swap: 1023 1 1022 02:49:30 02:49:30 02:49:30 ---> ip addr: 02:49:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 02:49:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:49:30 inet 127.0.0.1/8 scope host lo 02:49:30 valid_lft forever preferred_lft forever 02:49:30 inet6 ::1/128 scope host 02:49:30 valid_lft forever preferred_lft forever 02:49:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 02:49:30 link/ether fa:16:3e:6b:2b:24 brd ff:ff:ff:ff:ff:ff 02:49:30 inet 10.30.122.138/23 brd 10.30.123.255 scope global dynamic eth0 02:49:30 valid_lft 85942sec preferred_lft 85942sec 02:49:30 inet6 fe80::f816:3eff:fe6b:2b24/64 scope link 02:49:30 valid_lft forever preferred_lft forever 02:49:30 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 02:49:30 link/ether 02:42:4e:7b:e7:d0 brd ff:ff:ff:ff:ff:ff 02:49:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:49:30 valid_lft forever preferred_lft forever 02:49:30 inet6 fe80::42:4eff:fe7b:e7d0/64 scope link 02:49:30 valid_lft forever preferred_lft forever 02:49:30 02:49:30 02:49:30 ---> sar -b -r -n DEV: 02:49:30 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/02/2020 _x86_64_ (4 CPU) 02:49:30 02:49:30 02:41:32 AM LINUX RESTART 02:49:30 02:49:30 02:42:02 AM tps rtps wtps bread/s bwrtn/s 02:49:30 02:43:01 AM 129.12 46.76 82.36 7782.22 32977.64 02:49:30 02:44:01 AM 3.23 0.00 3.23 0.00 106.24 02:49:30 02:45:01 AM 0.58 0.00 0.58 0.00 10.58 02:49:30 02:46:01 AM 0.32 0.00 0.32 0.00 4.71 02:49:30 02:47:01 AM 0.23 0.00 0.23 0.00 3.83 02:49:30 02:48:01 AM 83.37 55.98 27.38 5398.63 2700.55 02:49:30 02:49:01 AM 109.48 19.27 90.21 821.72 12700.53 02:49:30 Average: 46.43 17.36 29.06 1987.19 6868.44 02:49:30 02:49:30 02:42:02 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:49:30 02:43:01 AM 153240 1728316 91.86 2620 1141168 1125020 38.39 422528 1145420 120 02:49:30 02:44:01 AM 157016 1724540 91.65 2620 1141176 1096656 37.43 422008 1142636 20 02:49:30 02:45:01 AM 158680 1722876 91.57 2620 1141184 1085384 37.04 422616 1141316 8 02:49:30 02:46:01 AM 157648 1723908 91.62 2620 1141184 1083328 36.97 424096 1140536 16 02:49:30 02:47:01 AM 158908 1722648 91.55 2620 1141188 1073012 36.62 432544 1130916 8 02:49:30 02:48:01 AM 106532 1775024 94.34 2620 1100296 1137008 38.80 495712 1101312 76252 02:49:30 02:49:01 AM 89596 1791960 95.24 2620 1093604 1106420 37.76 515416 1044300 37896 02:49:30 Average: 140231 1741325 92.55 2620 1128543 1100975 37.57 447846 1120919 16331 02:49:30 02:49:30 02:42:02 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 02:49:30 02:43:01 AM eth0 601.07 365.94 1168.88 162.95 0.00 0.00 0.00 02:49:30 02:43:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 02:43:01 AM docker0 5.89 4.55 1.00 18.99 0.00 0.00 0.00 02:49:30 02:44:01 AM eth0 10.12 5.79 10.04 3.51 0.00 0.00 0.00 02:49:30 02:44:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 02:44:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 02:45:01 AM eth0 1.17 0.35 0.34 0.23 0.00 0.00 0.00 02:49:30 02:45:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 02:45:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 02:46:01 AM eth0 1.05 0.53 0.55 0.39 0.00 0.00 0.00 02:49:30 02:46:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 02:46:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 02:47:01 AM eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 02:49:30 02:47:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 02:47:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 02:48:01 AM eth0 143.00 103.96 866.61 65.55 0.00 0.00 0.00 02:49:30 02:48:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 02:48:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 02:49:01 AM eth0 29.76 20.62 112.45 6.63 0.00 0.00 0.00 02:49:30 02:49:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 02:49:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 Average: eth0 111.19 70.36 306.45 33.89 0.00 0.00 0.00 02:49:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:30 Average: docker0 0.83 0.64 0.14 2.68 0.00 0.00 0.00 02:49:30 02:49:30 02:49:30 ---> sar -P ALL: 02:49:30 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/02/2020 _x86_64_ (4 CPU) 02:49:30 02:49:30 02:41:32 AM LINUX RESTART 02:49:30 02:49:30 02:42:02 AM CPU %user %nice %system %iowait %steal %idle 02:49:30 02:43:01 AM all 15.39 0.00 6.80 7.95 0.05 69.81 02:49:30 02:43:01 AM 0 16.87 0.00 6.94 8.95 0.05 67.19 02:49:30 02:43:01 AM 1 14.44 0.00 6.55 9.72 0.05 69.23 02:49:30 02:43:01 AM 2 14.01 0.00 6.86 8.14 0.03 70.96 02:49:30 02:43:01 AM 3 16.28 0.00 6.83 4.94 0.05 71.90 02:49:30 02:44:01 AM all 0.23 0.00 0.09 0.07 0.00 99.61 02:49:30 02:44:01 AM 0 0.25 0.00 0.08 0.00 0.00 99.67 02:49:30 02:44:01 AM 1 0.22 0.00 0.07 0.28 0.00 99.43 02:49:30 02:44:01 AM 2 0.30 0.00 0.10 0.02 0.00 99.58 02:49:30 02:44:01 AM 3 0.15 0.00 0.10 0.00 0.00 99.75 02:49:30 02:45:01 AM all 0.15 0.00 0.03 0.00 0.00 99.82 02:49:30 02:45:01 AM 0 0.00 0.00 0.03 0.00 0.00 99.97 02:49:30 02:45:01 AM 1 0.48 0.00 0.03 0.00 0.00 99.48 02:49:30 02:45:01 AM 2 0.03 0.00 0.03 0.00 0.00 99.93 02:49:30 02:45:01 AM 3 0.07 0.00 0.02 0.00 0.00 99.92 02:49:30 02:46:01 AM all 0.17 0.00 0.02 0.00 0.00 99.80 02:49:30 02:46:01 AM 0 0.08 0.00 0.02 0.00 0.00 99.90 02:49:30 02:46:01 AM 1 0.53 0.00 0.02 0.00 0.00 99.45 02:49:30 02:46:01 AM 2 0.05 0.00 0.03 0.00 0.00 99.92 02:49:30 02:46:01 AM 3 0.03 0.00 0.03 0.00 0.00 99.93 02:49:30 02:47:01 AM all 0.16 0.00 0.04 0.00 0.00 99.80 02:49:30 02:47:01 AM 0 0.03 0.00 0.07 0.00 0.02 99.88 02:49:30 02:47:01 AM 1 0.55 0.00 0.02 0.00 0.00 99.43 02:49:30 02:47:01 AM 2 0.03 0.00 0.03 0.00 0.00 99.93 02:49:30 02:47:01 AM 3 0.02 0.00 0.02 0.00 0.00 99.97 02:49:30 02:48:01 AM all 14.61 0.00 2.11 1.50 0.01 81.77 02:49:30 02:48:01 AM 0 37.91 0.00 3.41 1.36 0.02 57.30 02:49:30 02:48:01 AM 1 4.78 0.00 0.97 0.13 0.02 94.10 02:49:30 02:48:01 AM 2 9.15 0.00 2.04 1.99 0.02 86.79 02:49:30 02:48:01 AM 3 6.71 0.00 2.01 2.48 0.02 88.78 02:49:30 02:49:01 AM all 13.93 0.00 3.10 1.73 0.01 81.23 02:49:30 02:49:01 AM 0 31.37 0.00 5.62 1.22 0.02 61.77 02:49:30 02:49:01 AM 1 7.08 0.00 2.48 1.66 0.00 88.79 02:49:30 02:49:01 AM 2 11.70 0.00 2.49 1.07 0.02 84.71 02:49:30 02:49:01 AM 3 5.61 0.00 1.81 2.98 0.02 89.58 02:49:30 Average: all 6.33 0.00 1.72 1.58 0.01 90.36 02:49:30 Average: 0 12.29 0.00 2.29 1.62 0.01 83.80 02:49:30 Average: 1 3.97 0.00 1.43 1.66 0.01 92.94 02:49:30 Average: 2 5.00 0.00 1.63 1.58 0.01 91.78 02:49:30 Average: 3 4.07 0.00 1.52 1.47 0.01 92.93 02:49:30 02:49:30 02:49:30