Pull request #584 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 01f73668349dd60523176862b1e577a64d0e54b7+4a1412fe3679be6652f13296ba45411ccc085237 (c382cd41938c626f09d450b66f43b059dc04e975) 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-2183 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [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-584 # 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 4a1412fe3679be6652f13296ba45411ccc085237 into PR head commit 01f73668349dd60523176862b1e577a64d0e54b7 Merge succeeded, producing 01f73668349dd60523176862b1e577a64d0e54b7 Checking out Revision 01f73668349dd60523176862b1e577a64d0e54b7 (PR-584) > 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/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01f73668349dd60523176862b1e577a64d0e54b7 # 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 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01f73668349dd60523176862b1e577a64d0e54b7 # timeout=10 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 38fee65fade59b1f37c0bc27644f1f69433a57e2 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:30:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:30:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:30:20 ========================================================= 06:30:20 EdgeX Global Pipelines Version Info 06:30:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:30:22 ------------------- 06:30:22 stable info: 06:30:22 ------------------- 06:30:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:30:22 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 06:30:22 Message: update stable to v1.0.131 06:30:23 ------------------- 06:30:23 experimental info: 06:30:23 ------------------- 06:30:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:30:23 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 06:30:23 Message: update experimental to v1.0.131 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:30:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:30:24 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:30:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:30:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:30:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:30:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:30:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:30:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:30:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:30:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:30:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:30:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:30:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:30:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:30:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:30:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:30:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:30:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:30:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:30:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:30:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:30:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:30:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:30:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo 06:30:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo 06:30:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo 06:30:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01f73668349dd60523176862b1e577a64d0e54b7 [Pipeline] echo 06:30:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 01f7366 [Pipeline] echo 06:30:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:30:27 + git log --format=format:%s -1 01f73668349dd60523176862b1e577a64d0e54b7 [Pipeline] echo 06:30:27 GIT_COMMIT: 01f73668349dd60523176862b1e577a64d0e54b7, Commit Message: build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0 [Pipeline] echo 06:30:27 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:30:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:30:28 06:30:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:30:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:30:29 latest: Pulling from edgex-devops/git-semver 06:30:29 31603596830f: Pulling fs layer 06:30:29 2a8b12db71e7: Pulling fs layer 06:30:29 6ca5941a6612: Pulling fs layer 06:30:29 ecc8261a40a4: Pulling fs layer 06:30:29 ecc8261a40a4: Waiting 06:30:29 2a8b12db71e7: Verifying Checksum 06:30:29 2a8b12db71e7: Download complete 06:30:29 31603596830f: Download complete 06:30:29 ecc8261a40a4: Download complete 06:30:29 6ca5941a6612: Verifying Checksum 06:30:29 6ca5941a6612: Download complete 06:30:29 31603596830f: Pull complete 06:30:29 2a8b12db71e7: Pull complete 06:30:30 6ca5941a6612: Pull complete 06:30:31 ecc8261a40a4: Pull complete 06:30:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:30:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:30:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:30:31 prd-centos7-docker-4c-2g-2183 does not seem to be running inside a container 06:30:31 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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 06:30:33 $ docker top cd801df5dbcf584a2274ba2571839451038bd5023a39d0301af69048f7b25501 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:30:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:30:34 [ssh-agent] Looking for ssh-agent implementation... 06:30:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:30:34 $ docker exec cd801df5dbcf584a2274ba2571839451038bd5023a39d0301af69048f7b25501 ssh-agent 06:30:34 SSH_AUTH_SOCK=/tmp/ssh-CvruNdZpGAoQ/agent.12 06:30:34 SSH_AGENT_PID=17 06:30:34 Running ssh-add (command line suppressed) 06:30:34 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8150837622708607606.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8150837622708607606.key) 06:30:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:30:35 + git describe --exact-match --tags HEAD 06:30:35 fatal: no tag exactly matches '01f73668349dd60523176862b1e577a64d0e54b7' [Pipeline] } 06:30:35 $ docker exec --env ******** --env ******** cd801df5dbcf584a2274ba2571839451038bd5023a39d0301af69048f7b25501 ssh-agent -k 06:30:35 unset SSH_AUTH_SOCK; 06:30:35 unset SSH_AGENT_PID; 06:30:35 echo Agent pid 17 killed; 06:30:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:30:35 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:30:35 This usually means this commit has not been tagged. [Pipeline] sshagent 06:30:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:30:35 [ssh-agent] Looking for ssh-agent implementation... 06:30:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:30:35 $ docker exec cd801df5dbcf584a2274ba2571839451038bd5023a39d0301af69048f7b25501 ssh-agent 06:30:35 SSH_AUTH_SOCK=/tmp/ssh-d6YDvvC7MilS/agent.46 06:30:35 SSH_AGENT_PID=51 06:30:35 Running ssh-add (command line suppressed) 06:30:36 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_3552240537690988930.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_3552240537690988930.key) 06:30:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:30:36 + git semver init 06:30:36 # -> Open(): unable to determine branch for HEAD 06:30:36 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git 06:30:36 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 06:30:36 # $SEMVER_REMOTE_NAME = origin 06:30:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:30:36 # $SEMVER_USER_NAME = edgex-jenkins 06:30:36 # $SEMVER_BRANCH = PR-584 06:30:36 # $SEMVER_TEMP = /tmp/semver-692668916 06:30:36 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:30:37 # '/tmp/semver-692668916' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' 06:30:37 # -> Force: false 06:30:37 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } 06:30:37 $ docker exec --env ******** --env ******** cd801df5dbcf584a2274ba2571839451038bd5023a39d0301af69048f7b25501 ssh-agent -k 06:30:37 unset SSH_AUTH_SOCK; 06:30:37 unset SSH_AGENT_PID; 06:30:37 echo Agent pid 51 killed; 06:30:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:30:37 + git semver [Pipeline] } 06:30:38 $ docker stop --time=1 cd801df5dbcf584a2274ba2571839451038bd5023a39d0301af69048f7b25501 06:30:39 $ docker rm -f cd801df5dbcf584a2274ba2571839451038bd5023a39d0301af69048f7b25501 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:30:40 Stashed 40 file(s) [Pipeline] echo 06:30:40 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 06:30:40 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 06:30:56 Still waiting to schedule task 06:30:56 ‘prd-centos7-docker-4c-2g-2177’ is offline; ‘prd-centos7-docker-4c-2g-2185’ is offline; ‘prd-centos7-docker-4c-2g-2186’ is offline; ‘prd-centos7-docker-8c-8g-2175’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2169’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2176’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2184’ doesn’t have label ‘centos7-docker-4c-2g’ 06:30:56 Still waiting to schedule task 06:30:56 ‘prd-centos7-docker-4c-2g-2177’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-2185’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-2186’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-8c-8g-2175’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2169’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2176’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2184’ is offline 06:32:16 Running on prd-centos7-docker-4c-2g-2188 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 06:32:16 Running in /w/workspace/device-sdk-go/11 [Pipeline] { [Pipeline] checkout 06:32:19 using credential edgex-jenkins-ssh 06:32:19 Cloning the remote Git repository 06:32:19 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:32:19 > git init /w/workspace/device-sdk-go/11 # timeout=10 06:32:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:32:20 > git --version # timeout=10 06:32:20 > git --version # 'git version 2.16.5' 06:32:20 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:32:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:32:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:32:21 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:32:21 Merging remotes/origin/master commit 4a1412fe3679be6652f13296ba45411ccc085237 into PR head commit 01f73668349dd60523176862b1e577a64d0e54b7 06:32:21 Merge succeeded, producing 01f73668349dd60523176862b1e577a64d0e54b7 06:32:21 Checking out Revision 01f73668349dd60523176862b1e577a64d0e54b7 (PR-584) 06:32:21 > git config core.sparsecheckout # timeout=10 06:32:21 > git checkout -f 01f73668349dd60523176862b1e577a64d0e54b7 # timeout=10 06:32:21 > git remote # timeout=10 06:32:21 > git config --get remote.origin.url # timeout=10 06:32:21 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:21 > git merge 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 06:32:21 > git rev-parse HEAD^{commit} # timeout=10 06:32:21 > git config core.sparsecheckout # timeout=10 06:32:21 > git checkout -f 01f73668349dd60523176862b1e577a64d0e54b7 # timeout=10 06:32:25 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:32:26 ========================================================= 06:32:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:32:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:32:27 + 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 . 06:32:27 Sending build context to Docker daemon 3.421MB 06:32:27 Step 1/8 : ARG BASE=golang:1.15-alpine 06:32:27 Step 2/8 : FROM ${BASE} 06:32:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:32:27 df20fa9351a1: Pulling fs layer 06:32:27 ed8968b2872e: Pulling fs layer 06:32:27 a92cc7c5fd73: Pulling fs layer 06:32:27 e871e8e8d7a9: Pulling fs layer 06:32:27 e73272ec9a57: Pulling fs layer 06:32:27 1e910a182e73: Pulling fs layer 06:32:27 4e634b169226: Pulling fs layer 06:32:27 e73272ec9a57: Waiting 06:32:27 1e910a182e73: Waiting 06:32:27 4e634b169226: Waiting 06:32:27 e871e8e8d7a9: Waiting 06:32:27 a92cc7c5fd73: Download complete 06:32:27 ed8968b2872e: Download complete 06:32:27 e73272ec9a57: Verifying Checksum 06:32:27 e73272ec9a57: Download complete 06:32:27 1e910a182e73: Verifying Checksum 06:32:27 1e910a182e73: Download complete 06:32:27 df20fa9351a1: Verifying Checksum 06:32:27 df20fa9351a1: Download complete 06:32:27 df20fa9351a1: Pull complete 06:32:28 ed8968b2872e: Pull complete 06:32:28 a92cc7c5fd73: Pull complete 06:32:29 4e634b169226: Verifying Checksum 06:32:29 4e634b169226: Download complete 06:32:30 e871e8e8d7a9: Download complete 06:32:35 e871e8e8d7a9: Pull complete 06:32:35 e73272ec9a57: Pull complete 06:32:35 1e910a182e73: Pull complete 06:32:41 4e634b169226: Pull complete 06:32:41 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:32:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:32:41 ---> f7629b54cfaa 06:32:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:32:41 ---> Running in 71eadaec42d2 06:32:41 Removing intermediate container 71eadaec42d2 06:32:41 ---> a4bb50bdb95a 06:32:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:41 ---> Running in 07ac179b96e7 06:32:43 Removing intermediate container 07ac179b96e7 06:32:43 ---> 5a559cbf92c2 06:32:43 Step 5/8 : RUN apk add --no-cache make git 06:32:43 ---> Running in 14afbcda953f 06:32:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:32:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:32:46 OK: 166 MiB in 39 packages 06:32:46 Removing intermediate container 14afbcda953f 06:32:46 ---> ea5c8c2b8cc2 06:32:46 Step 6/8 : WORKDIR /device-sdk-go 06:32:46 ---> Running in 305e5ad958ce 06:32:46 Removing intermediate container 305e5ad958ce 06:32:46 ---> 13454bb62992 06:32:46 Step 7/8 : COPY . . 06:32:48 ---> 132c6115defc 06:32:48 Step 8/8 : RUN go mod download 06:32:48 ---> Running in 5134f1b758a0 06:33:10 Removing intermediate container 5134f1b758a0 06:33:10 ---> a06a0b94cc2e 06:33:10 Successfully built a06a0b94cc2e 06:33:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:33:10 + docker inspect -f . ci-base-image-x86_64 06:33:10 . [Pipeline] withDockerContainer 06:33:10 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 06:33:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@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 06:33:11 $ docker top 7cedebb4fbe43fef2ae9f7de4010883992c00609169c6e7f78d8fd67fc7e92f5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:33:12 + go version 06:33:12 go version go1.15.2 linux/amd64 [Pipeline] } 06:33:12 $ docker stop --time=1 7cedebb4fbe43fef2ae9f7de4010883992c00609169c6e7f78d8fd67fc7e92f5 06:33:13 $ docker rm -f 7cedebb4fbe43fef2ae9f7de4010883992c00609169c6e7f78d8fd67fc7e92f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:33:14 + docker inspect -f . ci-base-image-x86_64 06:33:14 . [Pipeline] withDockerContainer 06:33:14 prd-centos7-docker-4c-2g-2188 does not seem to be running inside a container 06:33:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@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 06:33:15 $ docker top eda7ce944ff8e76b4415230ea188949ac9fd17d543841d743dc08ad5f556888a -eo pid,comm [Pipeline] { [Pipeline] sh 06:33:15 + make test 06:33:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:33:24 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:33:39 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:33:39 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:33:39 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:33:39 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.068s coverage: 21.6% of statements 06:33:40 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.520s coverage: 97.1% of statements 06:33:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2190 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 06:33:51 Running in /w/workspace/device-sdk-go/11 [Pipeline] { [Pipeline] checkout 06:33:57 using credential edgex-jenkins-ssh 06:33:57 Cloning the remote Git repository 06:33:57 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:33:57 > git init /w/workspace/device-sdk-go/11 # timeout=10 06:33:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:33:57 > git --version # timeout=10 06:33:57 > git --version # 'git version 2.17.1' 06:33:57 using GIT_SSH to set credentials SSH Credentials for GitHub 06:33:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:33:59 Merging remotes/origin/master commit 4a1412fe3679be6652f13296ba45411ccc085237 into PR head commit 01f73668349dd60523176862b1e577a64d0e54b7 06:33:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:33:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:33:59 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:33:59 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:33:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:33:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:33:59 > git config core.sparsecheckout # timeout=10 06:33:59 > git checkout -f 01f73668349dd60523176862b1e577a64d0e54b7 # timeout=10 06:33:59 Merge succeeded, producing 01f73668349dd60523176862b1e577a64d0e54b7 06:33:59 Checking out Revision 01f73668349dd60523176862b1e577a64d0e54b7 (PR-584) 06:33:59 > git remote # timeout=10 06:33:59 > git config --get remote.origin.url # timeout=10 06:33:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:33:59 > git merge 4a1412fe3679be6652f13296ba45411ccc085237 # timeout=10 06:33:59 > git rev-parse HEAD^{commit} # timeout=10 06:33:59 > git config core.sparsecheckout # timeout=10 06:34:00 > git checkout -f 01f73668349dd60523176862b1e577a64d0e54b7 # timeout=10 06:34:04 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:34:05 ========================================================= 06:34:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:34:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:34:06 + 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 . 06:34:07 Sending build context to Docker daemon 3.419MB 06:34:07 Step 1/8 : ARG BASE=golang:1.15-alpine 06:34:07 Step 2/8 : FROM ${BASE} 06:34:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:34:07 b538f80385f9: Pulling fs layer 06:34:07 74f711af9a0d: Pulling fs layer 06:34:07 99f96fe45779: Pulling fs layer 06:34:07 8529a6b9a6be: Pulling fs layer 06:34:07 45590311c82a: Pulling fs layer 06:34:07 69ca0ff8b7b3: Pulling fs layer 06:34:07 209524e5b208: Pulling fs layer 06:34:07 45590311c82a: Waiting 06:34:07 69ca0ff8b7b3: Waiting 06:34:07 209524e5b208: Waiting 06:34:07 8529a6b9a6be: Waiting 06:34:07 74f711af9a0d: Verifying Checksum 06:34:07 99f96fe45779: Verifying Checksum 06:34:07 99f96fe45779: Download complete 06:34:07 45590311c82a: Download complete 06:34:08 69ca0ff8b7b3: Verifying Checksum 06:34:08 69ca0ff8b7b3: Download complete 06:34:08 b538f80385f9: Verifying Checksum 06:34:08 b538f80385f9: Download complete 06:34:09 b538f80385f9: Pull complete 06:34:10 74f711af9a0d: Pull complete 06:34:10 99f96fe45779: Pull complete 06:34:11 209524e5b208: Verifying Checksum 06:34:13 8529a6b9a6be: Verifying Checksum 06:34:13 8529a6b9a6be: Download complete 06:34:14 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.070s coverage: 9.4% of statements 06:34:14 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.055s coverage: 21.9% of statements 06:34:14 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:34:14 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.219s coverage: 39.5% of statements 06:34:14 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:34:14 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.290s coverage: 65.4% of statements 06:34:14 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:34:14 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:34:14 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:34:14 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 06:34:14 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.087s coverage: 52.6% of statements 06:34:14 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 06:34:14 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.504s coverage: 68.9% of statements 06:34:14 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:34:14 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:34:14 GO111MODULE=on go vet ./... 06:34:19 gofmt -l . 06:34:19 [ "`gofmt -l .`" = "" ] 06:34:19 ./bin/test-attribution-txt.sh 06:34:19 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:34:20 Stashed 1 file(s) [Pipeline] } 06:34:20 $ docker stop --time=1 eda7ce944ff8e76b4415230ea188949ac9fd17d543841d743dc08ad5f556888a 06:34:22 $ docker rm -f eda7ce944ff8e76b4415230ea188949ac9fd17d543841d743dc08ad5f556888a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 06:34:23 8529a6b9a6be: Pull complete 06:34:23 45590311c82a: Pull complete 06:34:24 69ca0ff8b7b3: Pull complete [Pipeline] sh 06:34:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:34:26 + ls -al . 06:34:26 total 192 06:34:26 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 30 06:34 . 06:34:26 drwxrwxr-x. 4 jenkins jenkins 30 Sep 30 06:32 .. 06:34:26 drwxrwxr-x. 2 jenkins jenkins 64 Sep 30 06:32 bin 06:34:26 -rw-r--r--. 1 jenkins jenkins 111041 Sep 30 06:34 coverage.out 06:34:26 -rw-rw-r--. 1 jenkins jenkins 936 Sep 30 06:32 Dockerfile.build 06:34:26 -rw-rw-r--. 1 jenkins jenkins 140 Sep 30 06:32 .dockerignore 06:34:26 drwxrwxr-x. 4 jenkins jenkins 48 Sep 30 06:32 example 06:34:26 drwxrwxr-x. 8 jenkins jenkins 179 Sep 30 06:32 .git 06:34:26 drwxrwxr-x. 2 jenkins jenkins 60 Sep 30 06:32 .github 06:34:26 -rw-rw-r--. 1 jenkins jenkins 138 Sep 30 06:32 .gitignore 06:34:26 -rw-r--r--. 1 jenkins jenkins 517 Sep 30 06:34 go.mod 06:34:26 -rw-r--r--. 1 jenkins jenkins 13549 Sep 30 06:34 go.sum 06:34:26 drwxrwxr-x. 15 jenkins jenkins 211 Sep 30 06:32 internal 06:34:26 -rw-rw-r--. 1 jenkins jenkins 785 Sep 30 06:32 Jenkinsfile 06:34:26 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 30 06:32 LICENSE 06:34:26 -rw-rw-r--. 1 jenkins jenkins 1013 Sep 30 06:32 Makefile 06:34:26 drwxrwxr-x. 4 jenkins jenkins 26 Sep 30 06:32 openapi 06:34:26 drwxrwxr-x. 5 jenkins jenkins 50 Sep 30 06:32 pkg 06:34:26 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 30 06:32 README.md 06:34:26 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 30 06:32 RELEASE-NOTES.txt 06:34:26 drwxrwxr-x. 3 jenkins jenkins 58 Sep 30 06:32 .semver 06:34:26 drwxrwxr-x. 4 jenkins jenkins 54 Sep 30 06:32 snap 06:34:26 -rw-rw-r--. 1 jenkins jenkins 5 Sep 30 06:30 VERSION 06:34:26 -rw-rw-r--. 1 jenkins jenkins 222 Sep 30 06:32 version.go [Pipeline] isUnix [Pipeline] sh 06:34:26 + 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=01f73668349dd60523176862b1e577a64d0e54b7 --label arch=amd64 --label version=0.0.0 . 06:34:27 Sending build context to Docker daemon 3.533MB 06:34:27 Step 1/24 : ARG BASE=golang:1.15-alpine 06:34:27 Step 2/24 : FROM ${BASE} AS builder 06:34:27 ---> a06a0b94cc2e 06:34:27 Step 3/24 : ARG MAKE='make build' 06:34:27 209524e5b208: Pull complete 06:34:27 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:34:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:34:27 ---> 5bddaf1c2fca 06:34:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:34:27 ---> Running in 0e2bf3ffea30 06:34:27 Removing intermediate container 0e2bf3ffea30 06:34:27 ---> 6824283507ff 06:34:27 Step 4/24 : WORKDIR /device-sdk-go 06:34:28 ---> Running in bad8bf35be56 06:34:28 Removing intermediate container bad8bf35be56 06:34:28 ---> 2e7bf31c990f 06:34:28 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:34:28 ---> Running in 7e1908670432 06:34:28 Removing intermediate container 7e1908670432 06:34:28 ---> 2d38fb9f1d09 06:34:28 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:34:28 ---> Running in 4d2f78453f80 06:34:29 Removing intermediate container 4d2f78453f80 06:34:29 ---> 4cb977db8123 06:34:29 Step 7/24 : RUN apk add --update --no-cache make git 06:34:29 ---> Running in 842cddb13cd0 06:34:30 ---> Running in 52a0f1c36998 06:34:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:34:30 Removing intermediate container 52a0f1c36998 06:34:30 ---> 595dc95b0630 06:34:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:34:30 ---> Running in 690992ac3d44 06:34:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:34:32 OK: 166 MiB in 39 packages 06:34:32 Removing intermediate container 842cddb13cd0 06:34:32 ---> 39f053fdfc21 06:34:32 Step 8/24 : COPY . . 06:34:33 ---> 5e942d82b9e7 06:34:33 Step 9/24 : RUN ${MAKE} 06:34:33 ---> Running in 50731947c986 06:34:34 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 06:34:34 Removing intermediate container 690992ac3d44 06:34:34 ---> 085003dd9e47 06:34:34 Step 5/8 : RUN apk add --no-cache make git 06:34:34 ---> Running in 45dfb25cc8c9 06:34:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:34:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:34:37 OK: 142 MiB in 39 packages 06:34:38 Removing intermediate container 45dfb25cc8c9 06:34:38 ---> 8eacee4abcfc 06:34:38 Step 6/8 : WORKDIR /device-sdk-go 06:34:38 ---> Running in 169ce31f7971 06:34:39 Removing intermediate container 169ce31f7971 06:34:39 ---> 57d369186238 06:34:39 Step 7/8 : COPY . . 06:34:40 ---> aa2a22ffd580 06:34:40 Step 8/8 : RUN go mod download 06:34:40 ---> Running in c9282ce6d09c 06:34:42 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:34:44 Removing intermediate container 50731947c986 06:34:44 ---> 3df8953014a5 06:34:44 Step 10/24 : FROM scratch 06:34:44 ---> 06:34:44 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:34:44 ---> Running in b59796ec8106 06:34:44 Removing intermediate container b59796ec8106 06:34:44 ---> 313b6573936f 06:34:44 Step 12/24 : ENV APP_PORT=49990 06:34:44 ---> Running in 7fcfc2292614 06:34:44 Removing intermediate container 7fcfc2292614 06:34:44 ---> b79c755deef1 06:34:44 Step 13/24 : EXPOSE $APP_PORT 06:34:44 ---> Running in 502cc6e8313f 06:34:44 Removing intermediate container 502cc6e8313f 06:34:44 ---> 674fd840e9c1 06:34:44 Step 14/24 : WORKDIR / 06:34:44 ---> Running in 7c06cc6d9e18 06:34:44 Removing intermediate container 7c06cc6d9e18 06:34:44 ---> 13c0c6bea9c3 06:34:44 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:34:45 ---> 24344e93f2a6 06:34:45 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:34:45 ---> 30ff10422228 06:34:45 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:34:45 ---> c9206ef3994c 06:34:45 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:34:46 ---> c351e16d5bf4 06:34:46 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:34:46 ---> 6f73c46c7fff 06:34:46 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:34:46 ---> Running in 540fc504ac51 06:34:46 Removing intermediate container 540fc504ac51 06:34:46 ---> 54d12941b1d5 06:34:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:34:46 ---> Running in 200362a031c7 06:34:46 Removing intermediate container 200362a031c7 06:34:46 ---> bc89d11b6e38 06:34:46 Step 22/24 : LABEL arch=amd64 06:34:46 ---> Running in 16ce9f56e12c 06:34:47 Removing intermediate container 16ce9f56e12c 06:34:47 ---> 0e1097482ff3 06:34:47 Step 23/24 : LABEL git_sha=01f73668349dd60523176862b1e577a64d0e54b7 06:34:47 ---> Running in ae5fac451074 06:34:47 Removing intermediate container ae5fac451074 06:34:47 ---> 14bccee08bf2 06:34:47 Step 24/24 : LABEL version=0.0.0 06:34:47 ---> Running in 0fcb2fc08f6f 06:34:47 Removing intermediate container 0fcb2fc08f6f 06:34:47 ---> 943ef7d9a7ef 06:34:47 [Warning] One or more build-args [ARCH] were not consumed 06:34:47 Successfully built 943ef7d9a7ef 06:34:47 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] } 06:35:03 Removing intermediate container c9282ce6d09c 06:35:03 ---> 055ae52f6952 06:35:03 Successfully built 055ae52f6952 06:35:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:35:03 + docker inspect -f . ci-base-image-arm64 06:35:03 . [Pipeline] withDockerContainer 06:35:03 prd-ubuntu18.04-docker-arm64-4c-16g-2190 does not seem to be running inside a container 06:35:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@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 06:35:05 $ docker top e69e867f5100dbb9fbda9aaa128bb1541f5e2a8bdee42b37f5cfd718688841ab -eo pid,comm [Pipeline] { [Pipeline] sh 06:35:07 + go version 06:35:07 go version go1.15.2 linux/arm64 [Pipeline] } 06:35:07 $ docker stop --time=1 e69e867f5100dbb9fbda9aaa128bb1541f5e2a8bdee42b37f5cfd718688841ab 06:35:09 $ docker rm -f e69e867f5100dbb9fbda9aaa128bb1541f5e2a8bdee42b37f5cfd718688841ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:35:10 + docker inspect -f . ci-base-image-arm64 06:35:10 . [Pipeline] withDockerContainer 06:35:10 prd-ubuntu18.04-docker-arm64-4c-16g-2190 does not seem to be running inside a container 06:35:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/11 -v /w/workspace/device-sdk-go/11:/w/workspace/device-sdk-go/11:rw,z -v /w/workspace/device-sdk-go/11@tmp:/w/workspace/device-sdk-go/11@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 06:35:12 $ docker top de95df6a28214480c0b51275e9ea834c894ced198365c259a46914241ff6a570 -eo pid,comm [Pipeline] { [Pipeline] sh 06:35:14 + make test 06:35:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:35:40 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:36:20 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:36:20 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:36:20 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:36:20 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.123s coverage: 21.6% of statements 06:36:24 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.273s coverage: 97.1% of statements 06:36:56 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.116s coverage: 9.4% of statements 06:36:56 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.117s coverage: 21.9% of statements 06:36:56 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:36:56 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.590s coverage: 39.5% of statements 06:36:56 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:36:56 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.852s coverage: 65.4% of statements 06:36:56 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:36:56 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:36:56 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:36:56 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 06:36:56 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.228s coverage: 52.6% of statements 06:36:56 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 06:36:56 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.854s coverage: 68.9% of statements 06:36:56 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:36:56 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:36:56 GO111MODULE=on go vet ./... 06:37:29 gofmt -l . 06:37:29 [ "`gofmt -l .`" = "" ] 06:37:29 ./bin/test-attribution-txt.sh 06:37:29 ./bin/test-go-mod-tidy.sh [Pipeline] stash 06:37:29 Warning: overwriting stash ‘coverage-report’ 06:37:30 Stashed 1 file(s) [Pipeline] } 06:37:30 $ docker stop --time=1 de95df6a28214480c0b51275e9ea834c894ced198365c259a46914241ff6a570 06:37:32 $ docker rm -f de95df6a28214480c0b51275e9ea834c894ced198365c259a46914241ff6a570 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:37:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:37:34 + ls -al . 06:37:34 total 232 06:37:34 drwxrwxr-x 11 jenkins jenkins 4096 Sep 30 06:37 . 06:37:34 drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 06:33 .. 06:37:34 -rw-rw-r-- 1 jenkins jenkins 140 Sep 30 06:33 .dockerignore 06:37:34 drwxrwxr-x 8 jenkins jenkins 4096 Sep 30 06:34 .git 06:37:34 drwxrwxr-x 2 jenkins jenkins 4096 Sep 30 06:33 .github 06:37:34 -rw-rw-r-- 1 jenkins jenkins 138 Sep 30 06:33 .gitignore 06:37:34 drwxrwxr-x 3 jenkins jenkins 4096 Sep 30 06:34 .semver 06:37:34 -rw-rw-r-- 1 jenkins jenkins 936 Sep 30 06:33 Dockerfile.build 06:37:34 -rw-rw-r-- 1 jenkins jenkins 785 Sep 30 06:33 Jenkinsfile 06:37:34 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 30 06:33 LICENSE 06:37:34 -rw-rw-r-- 1 jenkins jenkins 1013 Sep 30 06:33 Makefile 06:37:34 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 30 06:33 README.md 06:37:34 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 30 06:33 RELEASE-NOTES.txt 06:37:34 -rw-rw-r-- 1 jenkins jenkins 5 Sep 30 06:30 VERSION 06:37:34 drwxrwxr-x 2 jenkins jenkins 4096 Sep 30 06:33 bin 06:37:34 -rw-r--r-- 1 jenkins jenkins 111041 Sep 30 06:36 coverage.out 06:37:34 drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 06:33 example 06:37:34 -rw-r--r-- 1 jenkins jenkins 517 Sep 30 06:37 go.mod 06:37:34 -rw-r--r-- 1 jenkins jenkins 13549 Sep 30 06:37 go.sum 06:37:34 drwxrwxr-x 15 jenkins jenkins 4096 Sep 30 06:33 internal 06:37:34 drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 06:33 openapi 06:37:34 drwxrwxr-x 5 jenkins jenkins 4096 Sep 30 06:33 pkg 06:37:34 drwxrwxr-x 4 jenkins jenkins 4096 Sep 30 06:33 snap 06:37:34 -rw-rw-r-- 1 jenkins jenkins 222 Sep 30 06:33 version.go [Pipeline] isUnix [Pipeline] sh 06:37:34 + 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=01f73668349dd60523176862b1e577a64d0e54b7 --label arch=arm64 --label version=0.0.0 . 06:37:35 Sending build context to Docker daemon 3.531MB 06:37:35 Step 1/24 : ARG BASE=golang:1.15-alpine 06:37:35 Step 2/24 : FROM ${BASE} AS builder 06:37:35 ---> 055ae52f6952 06:37:35 Step 3/24 : ARG MAKE='make build' 06:37:35 ---> Running in d10c67c45947 06:37:36 Removing intermediate container d10c67c45947 06:37:36 ---> c08d46a0d906 06:37:36 Step 4/24 : WORKDIR /device-sdk-go 06:37:36 ---> Running in 20a3095d5651 06:37:36 Removing intermediate container 20a3095d5651 06:37:36 ---> 0800fbb963ef 06:37:36 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:37:36 ---> Running in 5bd9bb7944f2 06:37:37 Removing intermediate container 5bd9bb7944f2 06:37:37 ---> 60af5adeb5e1 06:37:37 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:37:37 ---> Running in c6e06768666a 06:37:40 Removing intermediate container c6e06768666a 06:37:40 ---> 3f7852981328 06:37:40 Step 7/24 : RUN apk add --update --no-cache make git 06:37:40 ---> Running in 7b802602f518 06:37:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:37:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:37:43 OK: 142 MiB in 39 packages 06:37:45 Removing intermediate container 7b802602f518 06:37:45 ---> 382857b05775 06:37:45 Step 8/24 : COPY . . 06:37:46 ---> 71e31f4ff685 06:37:46 Step 9/24 : RUN ${MAKE} 06:37:46 ---> Running in aecf0b3425ae 06:37:48 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 06:38:20 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 06:38:21 Removing intermediate container aecf0b3425ae 06:38:21 ---> 2970f2adab9c 06:38:21 Step 10/24 : FROM scratch 06:38:21 ---> 06:38:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:38:21 ---> Running in 09efa3f7a82c 06:38:21 Removing intermediate container 09efa3f7a82c 06:38:21 ---> 855d43b229d3 06:38:21 Step 12/24 : ENV APP_PORT=49990 06:38:21 ---> Running in 6d2ca22194e2 06:38:22 Removing intermediate container 6d2ca22194e2 06:38:22 ---> d1e2a7d2b4be 06:38:22 Step 13/24 : EXPOSE $APP_PORT 06:38:22 ---> Running in 88c6811eb4e1 06:38:22 Removing intermediate container 88c6811eb4e1 06:38:22 ---> 8ba758b8cebb 06:38:22 Step 14/24 : WORKDIR / 06:38:23 ---> Running in 96e879c3ac0c 06:38:23 Removing intermediate container 96e879c3ac0c 06:38:23 ---> 7e9e2e154ace 06:38:23 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 06:38:25 ---> de8a12c56935 06:38:25 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 06:38:25 ---> 893f6dc7663d 06:38:25 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 06:38:26 ---> ef246861815b 06:38:26 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 06:38:27 ---> 262668300e47 06:38:27 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 06:38:28 ---> 008aef5a9ba6 06:38:28 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 06:38:28 ---> Running in ad07fe9a0145 06:38:28 Removing intermediate container ad07fe9a0145 06:38:28 ---> a503085f30db 06:38:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:38:28 ---> Running in 38db0cd4f441 06:38:29 Removing intermediate container 38db0cd4f441 06:38:29 ---> ddf9908e58ad 06:38:29 Step 22/24 : LABEL arch=arm64 06:38:29 ---> Running in 412fc78d43ec 06:38:29 Removing intermediate container 412fc78d43ec 06:38:29 ---> 587c7b5c5e46 06:38:29 Step 23/24 : LABEL git_sha=01f73668349dd60523176862b1e577a64d0e54b7 06:38:29 ---> Running in b870980b5283 06:38:30 Removing intermediate container b870980b5283 06:38:30 ---> 855077fc2b8c 06:38:30 Step 24/24 : LABEL version=0.0.0 06:38:30 ---> Running in f2709ebf1710 06:38:31 Removing intermediate container f2709ebf1710 06:38:31 ---> 1759b20f4f63 06:38:31 [Warning] One or more build-args [ARCH] were not consumed 06:38:31 Successfully built 1759b20f4f63 06:38:31 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 06:38:33 provisioning config files... 06:38:33 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config2804542970051693964tmp [Pipeline] { [Pipeline] sh 06:38:33 + set +x 06:38:33 + curl -s https://codecov.io/bash 06:38:33 + bash -s -- 06:38:33 06:38:33 _____ _ 06:38:33 / ____| | | 06:38:33 | | ___ __| | ___ ___ _____ __ 06:38:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:38:33 | |___| (_) | (_| | __/ (_| (_) \ V / 06:38:33 \_____\___/ \__,_|\___|\___\___/ \_/ 06:38:33 Bash-20200917-4e8f14b 06:38:33 06:38:33 06:38:33 ==> Jenkins CI detected. 06:38:33 project root: . 06:38:33 --> token set from env 06:38:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:38:33 ==> Running gcov in . (disable via -X gcov) 06:38:33 ==> Python coveragepy not found 06:38:33 ==> Searching for coverage reports in: 06:38:33 + . 06:38:33 -> Found 1 reports 06:38:33 ==> Detecting git/mercurial file structure 06:38:33 ==> Reading reports 06:38:33 + ./coverage.out bytes=111041 06:38:33 ==> Appending adjustments 06:38:33 https://docs.codecov.io/docs/fixing-reports 06:38:34 + Found adjustments 06:38:34 ==> Gzipping contents 06:38:34 ==> Uploading reports 06:38:34 url: https://codecov.io 06:38:34 query: branch=PR-584&commit=01f73668349dd60523176862b1e577a64d0e54b7&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F11%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 06:38:34 -> Pinging Codecov 06:38:34 https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-584&commit=01f73668349dd60523176862b1e577a64d0e54b7&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F11%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 06:38:34 -> Uploading to 06:38:34 https://storage.googleapis.com/codecov/v4/raw/2020-09-30/7E55EF52A471D76F132DFD9A03CDDE97/01f73668349dd60523176862b1e577a64d0e54b7/f885679a-0afc-4adb-ae0f-890a6e34fab8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20200930%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20200930T063834Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fffb54b217fd662366f64b56fa6253f8681adc7544cbf1382d2e703be62a31a5 06:38:34 % Total % Received % Xferd Average Speed Time Time Time Current 06:38:34 Dload Upload Total Spent Left Speed 06:38:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18331 0 0 100 18331 0 47638 --:--:-- --:--:-- --:--:-- 47612 06:38:35 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/01f73668349dd60523176862b1e577a64d0e54b7 [Pipeline] } 06:38:35 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 06:38:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:38:38 ---> package-listing.sh 06:38:38 ++ facter osfamily 06:38:38 ++ tr '[:upper:]' '[:lower:]' 06:38:38 + OS_FAMILY=redhat 06:38:38 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 06:38:38 + START_PACKAGES=/tmp/packages_start.txt 06:38:38 + END_PACKAGES=/tmp/packages_end.txt 06:38:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:38:38 + PACKAGES=/tmp/packages_start.txt 06:38:38 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 06:38:38 + PACKAGES=/tmp/packages_end.txt 06:38:38 + case "${OS_FAMILY}" in 06:38:38 + rpm -qa 06:38:38 + sort 06:38:42 + '[' -f /tmp/packages_start.txt ']' 06:38:42 + '[' -f /tmp/packages_end.txt ']' 06:38:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:38:42 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 06:38:42 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ 06:38:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:38:43 provisioning config files... 06:38:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config7792366235119591835tmp [Pipeline] { [Pipeline] echo 06:38:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:38:43 ---> create-netrc.sh [Pipeline] } 06:38:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:38:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:38:44 ---> python-tools-install.sh 06:38:44 Generating Requirements File 06:40:05 Python 3.6.8 06:40:05 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 06:40:05 aiohttp==3.6.2 06:40:05 appdirs==1.4.3 06:40:05 argcomplete==1.12.1 06:40:05 aspy.yaml==1.3.0 06:40:05 async-timeout==3.0.1 06:40:05 attrs==19.3.0 06:40:05 Babel==2.8.0 06:40:05 beautifulsoup4==4.8.2 06:40:05 boto3==1.11.6 06:40:05 botocore==1.14.6 06:40:05 bs4==0.0.1 06:40:05 cachetools==4.1.1 06:40:05 certifi==2019.11.28 06:40:05 cffi==1.14.3 06:40:05 cfgv==2.0.1 06:40:05 chardet==3.0.4 06:40:05 click==7.1 06:40:05 cliff==3.4.0 06:40:05 cmd2==1.3.10 06:40:05 colorama==0.4.3 06:40:05 cryptography==3.1.1 06:40:05 debtcollector==2.2.0 06:40:05 decorator==4.4.2 06:40:05 defusedxml==0.6.0 06:40:05 Deprecated==1.2.7 06:40:05 distlib==0.3.1 06:40:05 distro==1.2.0 06:40:05 dnspython==1.16.0 06:40:05 docker==4.2.0 06:40:05 docutils==0.15.2 06:40:05 dogpile.cache==1.0.2 06:40:05 email-validator==1.0.5 06:40:05 filelock==3.0.12 06:40:05 future==0.18.2 06:40:05 google-auth==1.22.0 06:40:05 httplib2==0.17.0 06:40:05 identify==1.4.11 06:40:05 idna==2.9 06:40:05 idna-ssl==1.1.0 06:40:05 importlib-metadata==1.7.0 06:40:05 importlib-resources==1.5.0 06:40:05 iso8601==0.1.13 06:40:05 Jinja2==2.11.1 06:40:05 jmespath==0.10.0 06:40:05 jsonpatch==1.26 06:40:05 jsonpointer==2.0 06:40:05 jsonschema==3.2.0 06:40:05 keystoneauth1==4.2.1 06:40:05 kubernetes==11.0.0 06:40:05 lftools==0.34.2 06:40:05 lxml==4.5.0 06:40:05 MarkupSafe==0.23 06:40:05 msgpack==1.0.0 06:40:05 multi-key-dict==2.0.3 06:40:05 multidict==4.7.6 06:40:05 munch==2.5.0 06:40:05 netaddr==0.8.0 06:40:05 netifaces==0.10.9 06:40:05 niet==1.4.2 06:40:05 nodeenv==1.3.5 06:40:05 oauth2client==4.1.3 06:40:05 oauthlib==3.1.0 06:40:05 openstacksdk==0.50.0 06:40:05 os-client-config==2.1.0 06:40:05 os-service-types==1.7.0 06:40:05 osc-lib==2.2.1 06:40:05 oslo.config==8.3.2 06:40:05 oslo.context==3.1.1 06:40:05 oslo.i18n==5.0.1 06:40:05 oslo.log==4.4.0 06:40:05 oslo.serialization==4.0.1 06:40:05 oslo.utils==4.6.0 06:40:05 packaging==20.4 06:40:05 pbr==5.4.4 06:40:05 pluggy==0.13.1 06:40:05 prettytable==0.7.2 06:40:05 py==1.9.0 06:40:05 pyasn1==0.4.8 06:40:05 pyasn1-modules==0.2.8 06:40:05 pycparser==2.20 06:40:05 pygerrit2==2.0.10 06:40:05 PyGithub==1.46 06:40:05 pyinotify==0.9.6 06:40:05 PyJWT==1.7.1 06:40:05 pyparsing==2.4.7 06:40:05 pyperclip==1.8.0 06:40:05 pyroute2==0.4.13 06:40:05 pyrsistent==0.15.7 06:40:05 PySocks==1.6.8 06:40:05 python-cinderclient==7.2.0 06:40:05 python-dateutil==2.8.1 06:40:05 python-heatclient==2.2.1 06:40:05 python-jenkins==1.7.0 06:40:05 python-keystoneclient==4.1.1 06:40:05 python-magnumclient==3.2.1 06:40:05 python-novaclient==17.2.1 06:40:05 python-openstackclient==5.3.1 06:40:05 python-swiftclient==3.10.1 06:40:05 pytz==2020.1 06:40:05 PyYAML==5.3 06:40:05 requests==2.23.0 06:40:05 requests-oauthlib==1.3.0 06:40:05 requestsexceptions==1.4.0 06:40:05 rfc3986==1.4.0 06:40:05 rpm==4.11.3 06:40:05 rsa==4.0 06:40:05 ruamel.yaml==0.16.10 06:40:05 ruamel.yaml.clib==0.2.0 06:40:05 s3transfer==0.3.3 06:40:05 shade==1.27.2 06:40:05 simplejson==3.17.2 06:40:05 six==1.14.0 06:40:05 soupsieve==2.0 06:40:05 stevedore==3.2.2 06:40:05 tabulate==0.8.6 06:40:05 toml==0.10.0 06:40:05 tox==3.20.0 06:40:05 tqdm==4.43.0 06:40:05 typing-extensions==3.7.4.3 06:40:05 urllib3==1.25.8 06:40:05 virtualenv==20.0.31 06:40:05 wcwidth==0.2.5 06:40:05 websocket-client==0.57.0 06:40:05 wrapt==1.12.1 06:40:05 xdg==3.0.2 06:40:05 xmltodict==0.12.0 06:40:05 yarl==1.6.0 06:40:05 yq==2.11.1 06:40:05 zipp==3.2.0 06:40:05 Cache entry deserialization failed, entry ignored 06:40:05 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. 06:40:05 Python 2.7.5 06:40:05 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 06:40:05 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. 06:40:05 ansible==2.9.7 06:40:05 Babel==0.9.6 06:40:05 backports.ssl-match-hostname==3.5.0.1 06:40:05 beautifulsoup4==4.4.1 06:40:05 bodhi==2.11.0 06:40:05 bodhi-client==2.11.0 06:40:05 CCColUtils==1.4 06:40:05 cffi==1.6.0 06:40:05 chardet==2.2.1 06:40:05 click==6.7 06:40:05 cloud-init==18.5 06:40:05 configobj==4.7.2 06:40:05 cryptography==1.7.2 06:40:05 decorator==3.4.0 06:40:05 distro==1.2.0 06:40:05 enum34==1.0.4 06:40:05 fedpkg==1.38 06:40:05 futures==3.1.1 06:40:05 gitdb==0.6.4 06:40:05 GitPython==1.0.1 06:40:05 html5lib==0.999 06:40:05 httplib2==0.9.2 06:40:05 idna==2.4 06:40:05 iniparse==0.4 06:40:05 ipaddress==1.0.16 06:40:05 IPy==0.75 06:40:05 javapackages==1.0.0 06:40:05 Jinja2==2.7.2 06:40:05 jmespath==0.9.4 06:40:05 jsonpatch==1.2 06:40:05 jsonpointer==1.9 06:40:05 kerberos==1.1 06:40:05 kitchen==1.1.1 06:40:05 langtable==0.0.31 06:40:05 lockfile==0.9.1 06:40:05 lxml==3.2.1 06:40:05 MarkupSafe==0.11 06:40:05 munch==2.0.2 06:40:05 offtrac==0.1.0 06:40:05 openidc-client==0.6.0 06:40:05 packagedb-cli==2.14.1 06:40:05 paramiko==2.1.1 06:40:05 perf==0.1 06:40:05 ply==3.4 06:40:05 policycoreutils-default-encoding==0.1 06:40:05 prettytable==0.7.2 06:40:05 pyasn1==0.1.9 06:40:05 pycparser==2.14 06:40:05 pycurl==7.19.0 06:40:05 pygobject==3.22.0 06:40:05 pygpgme==0.3 06:40:05 pyliblzma==0.5.3 06:40:05 pyOpenSSL==0.13.1 06:40:05 pyparsing==1.5.6 06:40:05 pyserial==2.6 06:40:05 python-augeas==0.5.0 06:40:05 python-bugzilla==2.3.0 06:40:05 python-dateutil==1.5 06:40:05 python-fedora==0.10.0 06:40:05 python-linux-procfs==0.4.9 06:40:05 python-yubico==1.2.3 06:40:05 pyudev==0.15 06:40:05 pyusb==1.0.0b1 06:40:05 pyxattr==0.5.1 06:40:05 PyYAML==3.10 06:40:05 requests==2.6.0 06:40:05 requests-kerberos==0.7.0 06:40:05 rpkg==1.60 06:40:05 schedutils==0.4 06:40:05 seobject==0.1 06:40:05 sepolicy==1.1 06:40:05 six==1.9.0 06:40:05 smmap==0.9.0 06:40:05 urlgrabber==3.10 06:40:05 urllib3==1.10.2 06:40:05 virtualenv==15.1.0 06:40:05 yum-langpacks==0.4.2 06:40:05 yum-metadata-parser==1.1.4 [Pipeline] echo 06:40:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:40:06 ---> sudo-logs.sh 06:40:06 Archiving 'sudo' log.. [Pipeline] echo 06:40:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:40:06 ---> job-cost.sh 06:40:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HjrG 06:40:16 Cache entry deserialization failed, entry ignored 06:40:16 Cache entry deserialization failed, entry ignored 06:40:17 Cache entry deserialization failed, entry ignored 06:40:17 Cache entry deserialization failed, entry ignored 06:40:17 Cache entry deserialization failed, entry ignored 06:40:17 Cache entry deserialization failed, entry ignored 06:40:17 Cache entry deserialization failed, entry ignored 06:40:17 Cache entry deserialization failed, entry ignored 06:40:17 Cache entry deserialization failed, entry ignored 06:40:17 Cache entry deserialization failed, entry ignored 06:40:17 Cache entry deserialization failed, entry ignored 06:40:17 Cache entry deserialization failed, entry ignored 06:40:18 Cache entry deserialization failed, entry ignored 06:40:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:40:50 ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. 06:40:50 06:40:50 We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default. 06:40:50 06:40:50 virtualenv 20.0.31 requires importlib-metadata<2,>=0.12; python_version < "3.8", but you'll have importlib-metadata 2.0.0 which is incompatible. 06:40:50 lf-activate-venv(): INFO: Adding /tmp/venv-HjrG/bin to PATH 06:40:50 INFO: No Stack... 06:40:50 INFO: Retrieving Pricing Info for: v1-standard-2 06:40:51 INFO: Archiving Costs [Pipeline] echo 06:40:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:40:52 ---> logs-deploy.sh 06:40:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/11 06:40:52 INFO: archiving workspace using pattern(s): 06:40:54 Archives upload complete. 06:40:54 INFO: archiving logs to Nexus 06:40:56 ---> uname -a: 06:40:56 Linux prd-centos7-docker-4c-2g-2183.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 06:40:56 06:40:56 06:40:56 ---> lscpu: 06:40:56 Architecture: x86_64 06:40:56 CPU op-mode(s): 32-bit, 64-bit 06:40:56 Byte Order: Little Endian 06:40:56 CPU(s): 4 06:40:56 On-line CPU(s) list: 0-3 06:40:56 Thread(s) per core: 1 06:40:56 Core(s) per socket: 1 06:40:56 Socket(s): 4 06:40:56 NUMA node(s): 1 06:40:56 Vendor ID: GenuineIntel 06:40:56 CPU family: 6 06:40:56 Model: 44 06:40:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:40:56 Stepping: 1 06:40:56 CPU MHz: 2933.436 06:40:56 BogoMIPS: 5866.87 06:40:56 Virtualization: VT-x 06:40:56 Hypervisor vendor: KVM 06:40:56 Virtualization type: full 06:40:56 L1d cache: 32K 06:40:56 L1i cache: 32K 06:40:56 L2 cache: 4096K 06:40:56 L3 cache: 16384K 06:40:56 NUMA node0 CPU(s): 0-3 06:40:56 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 06:40:56 06:40:56 06:40:56 ---> nproc: 06:40:56 4 06:40:56 06:40:56 06:40:56 ---> df -h: 06:40:56 Filesystem Size Used Avail Use% Mounted on 06:40:56 devtmpfs 887M 0 887M 0% /dev 06:40:56 tmpfs 919M 0 919M 0% /dev/shm 06:40:56 tmpfs 919M 17M 903M 2% /run 06:40:56 tmpfs 919M 0 919M 0% /sys/fs/cgroup 06:40:56 /dev/vda1 50G 7.3G 43G 15% / 06:40:56 tmpfs 184M 0 184M 0% /run/user/1001 06:40:56 06:40:56 06:40:56 ---> free -m: 06:40:56 total used free shared buff/cache available 06:40:56 Mem: 1837 602 70 16 1163 1036 06:40:56 Swap: 1023 1 1022 06:40:56 06:40:56 06:40:56 ---> ip addr: 06:40:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 06:40:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:40:56 inet 127.0.0.1/8 scope host lo 06:40:56 valid_lft forever preferred_lft forever 06:40:56 inet6 ::1/128 scope host 06:40:56 valid_lft forever preferred_lft forever 06:40:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 06:40:56 link/ether fa:16:3e:a5:23:e8 brd ff:ff:ff:ff:ff:ff 06:40:56 inet 10.30.123.141/23 brd 10.30.123.255 scope global dynamic eth0 06:40:56 valid_lft 85733sec preferred_lft 85733sec 06:40:56 inet6 fe80::f816:3eff:fea5:23e8/64 scope link 06:40:56 valid_lft forever preferred_lft forever 06:40:56 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 06:40:56 link/ether 02:42:28:e4:59:b0 brd ff:ff:ff:ff:ff:ff 06:40:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:40:56 valid_lft forever preferred_lft forever 06:40:56 inet6 fe80::42:28ff:fee4:59b0/64 scope link 06:40:56 valid_lft forever preferred_lft forever 06:40:56 06:40:56 06:40:56 ---> sar -b -r -n DEV: 06:40:56 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/30/2020 _x86_64_ (4 CPU) 06:40:56 06:40:56 06:29:28 AM LINUX RESTART 06:40:56 06:40:56 06:30:01 AM tps rtps wtps bread/s bwrtn/s 06:40:56 06:31:02 AM 87.14 41.60 45.54 7565.52 4999.52 06:40:56 06:32:01 AM 1.51 0.00 1.51 0.00 26.47 06:40:56 06:33:01 AM 0.32 0.00 0.32 0.00 5.33 06:40:56 06:34:01 AM 0.18 0.00 0.18 0.00 2.02 06:40:56 06:35:01 AM 0.35 0.00 0.35 0.00 4.86 06:40:56 06:36:01 AM 0.78 0.00 0.78 0.00 9.81 06:40:56 06:37:01 AM 0.68 0.02 0.67 0.13 8.08 06:40:56 06:38:01 AM 0.27 0.00 0.27 0.00 3.86 06:40:56 06:39:01 AM 65.28 54.46 10.82 4633.95 756.61 06:40:56 06:40:01 AM 88.01 13.94 74.08 986.35 10936.40 06:40:56 Average: 24.50 11.03 13.48 1321.59 1678.57 06:40:56 06:40:56 06:30:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:40:56 06:31:02 AM 153184 1728372 91.86 2620 1146996 1124492 38.38 420264 1146668 120 06:40:56 06:32:01 AM 155864 1725692 91.72 2620 1147000 1109556 37.87 420216 1144672 20 06:40:56 06:33:01 AM 155568 1725988 91.73 2620 1147008 1094204 37.34 421596 1143872 12 06:40:56 06:34:01 AM 155540 1726016 91.73 2620 1147008 1078928 36.82 422876 1142912 20 06:40:56 06:35:01 AM 155696 1725860 91.73 2620 1147012 1078916 36.82 428640 1137180 8 06:40:56 06:36:01 AM 155744 1725812 91.72 2620 1147024 1079004 36.82 428780 1137184 8 06:40:56 06:37:01 AM 156696 1724860 91.67 2620 1147028 1078848 36.82 427960 1137180 8 06:40:56 06:38:01 AM 156564 1724992 91.68 2620 1147036 1078848 36.82 421176 1143972 8 06:40:56 06:39:01 AM 72520 1809036 96.15 2620 1174232 1121708 38.28 468100 1167296 32868 06:40:56 06:40:01 AM 169312 1712244 91.00 2620 1038728 1111324 37.93 445844 1043608 76260 06:40:56 Average: 148669 1732887 92.10 2620 1138907 1095583 37.39 430545 1134454 10933 06:40:56 06:40:56 06:30:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 06:40:56 06:31:02 AM eth0 475.02 296.89 1080.22 114.28 0.00 0.00 0.00 06:40:56 06:31:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:31:02 AM docker0 7.42 6.09 1.06 18.58 0.00 0.00 0.00 06:40:56 06:32:01 AM eth0 2.40 1.05 1.19 0.78 0.00 0.00 0.00 06:40:56 06:32:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:32:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:33:01 AM eth0 2.33 0.55 0.65 0.40 0.00 0.00 0.00 06:40:56 06:33:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:33:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:34:01 AM eth0 1.78 0.70 0.80 0.41 0.00 0.00 0.00 06:40:56 06:34:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:34:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:35:01 AM eth0 2.66 0.38 0.45 0.23 0.00 0.00 0.00 06:40:56 06:35:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:35:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:36:01 AM eth0 1.70 0.77 0.72 0.47 0.00 0.00 0.00 06:40:56 06:36:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:36:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:37:01 AM eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 06:40:56 06:37:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:37:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:38:01 AM eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 06:40:56 06:38:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:38:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:39:01 AM eth0 48.32 34.12 260.16 9.45 0.00 0.00 0.00 06:40:56 06:39:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:39:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:40:01 AM eth0 90.39 60.12 605.10 6.59 0.00 0.00 0.00 06:40:56 06:40:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 06:40:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 Average: eth0 62.68 39.56 195.36 13.29 0.00 0.00 0.00 06:40:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:56 Average: docker0 0.74 0.61 0.11 1.86 0.00 0.00 0.00 06:40:56 06:40:56 06:40:56 ---> sar -P ALL: 06:40:56 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/30/2020 _x86_64_ (4 CPU) 06:40:56 06:40:56 06:29:28 AM LINUX RESTART 06:40:56 06:40:56 06:30:01 AM CPU %user %nice %system %iowait %steal %idle 06:40:56 06:31:02 AM all 13.35 0.00 6.16 2.54 0.18 77.76 06:40:56 06:31:02 AM 0 13.13 0.00 6.73 1.89 0.15 78.10 06:40:56 06:31:02 AM 1 12.15 0.00 6.37 6.05 0.25 75.18 06:40:56 06:31:02 AM 2 14.58 0.00 5.66 0.85 0.15 78.75 06:40:56 06:31:02 AM 3 13.57 0.00 5.88 1.36 0.17 79.02 06:40:56 06:32:01 AM all 0.19 0.00 0.04 0.00 0.00 99.77 06:40:56 06:32:01 AM 0 0.32 0.00 0.05 0.00 0.00 99.63 06:40:56 06:32:01 AM 1 0.12 0.00 0.05 0.00 0.00 99.83 06:40:56 06:32:01 AM 2 0.05 0.00 0.02 0.00 0.00 99.93 06:40:56 06:32:01 AM 3 0.24 0.00 0.07 0.00 0.00 99.69 06:40:56 06:33:01 AM all 0.18 0.00 0.03 0.00 0.00 99.80 06:40:56 06:33:01 AM 0 0.05 0.00 0.03 0.00 0.00 99.92 06:40:56 06:33:01 AM 1 0.03 0.00 0.00 0.00 0.00 99.97 06:40:56 06:33:01 AM 2 0.10 0.00 0.03 0.00 0.00 99.87 06:40:56 06:33:01 AM 3 0.50 0.00 0.05 0.00 0.00 99.45 06:40:56 06:34:01 AM all 0.06 0.00 0.04 0.00 0.01 99.89 06:40:56 06:34:01 AM 0 0.05 0.00 0.03 0.00 0.00 99.92 06:40:56 06:34:01 AM 1 0.02 0.00 0.02 0.00 0.00 99.97 06:40:56 06:34:01 AM 2 0.03 0.00 0.02 0.00 0.02 99.93 06:40:56 06:34:01 AM 3 0.15 0.00 0.08 0.00 0.02 99.75 06:40:56 06:35:01 AM all 0.08 0.00 0.04 0.00 0.00 99.88 06:40:56 06:35:01 AM 0 0.03 0.00 0.03 0.00 0.00 99.93 06:40:56 06:35:01 AM 1 0.03 0.00 0.03 0.00 0.00 99.93 06:40:56 06:35:01 AM 2 0.03 0.00 0.02 0.00 0.00 99.95 06:40:56 06:35:01 AM 3 0.22 0.00 0.08 0.00 0.02 99.68 06:40:56 06:36:01 AM all 0.16 0.00 0.03 0.00 0.01 99.80 06:40:56 06:36:01 AM 0 0.07 0.00 0.03 0.00 0.00 99.90 06:40:56 06:36:01 AM 1 0.03 0.00 0.05 0.00 0.02 99.90 06:40:56 06:36:01 AM 2 0.02 0.00 0.02 0.00 0.00 99.97 06:40:56 06:36:01 AM 3 0.50 0.00 0.02 0.00 0.02 99.47 06:40:56 06:37:01 AM all 0.15 0.00 0.02 0.00 0.00 99.82 06:40:56 06:37:01 AM 0 0.02 0.00 0.02 0.00 0.00 99.97 06:40:56 06:37:01 AM 1 0.05 0.00 0.05 0.00 0.00 99.90 06:40:56 06:37:01 AM 2 0.03 0.00 0.02 0.00 0.00 99.95 06:40:56 06:37:01 AM 3 0.52 0.00 0.02 0.00 0.00 99.47 06:40:56 06:38:01 AM all 0.14 0.00 0.02 0.00 0.00 99.83 06:40:56 06:38:01 AM 0 0.02 0.00 0.02 0.00 0.00 99.97 06:40:56 06:38:01 AM 1 0.03 0.00 0.02 0.00 0.02 99.93 06:40:56 06:38:01 AM 2 0.00 0.00 0.00 0.00 0.00 100.00 06:40:56 06:38:01 AM 3 0.52 0.00 0.03 0.00 0.00 99.45 06:40:56 06:39:01 AM all 6.29 0.00 1.20 1.27 0.02 91.23 06:40:56 06:39:01 AM 0 13.44 0.00 1.49 0.30 0.02 84.75 06:40:56 06:39:01 AM 1 4.24 0.00 1.37 1.59 0.02 92.77 06:40:56 06:39:01 AM 2 3.72 0.00 0.94 0.67 0.02 94.66 06:40:56 06:39:01 AM 3 3.78 0.00 1.05 2.49 0.02 92.65 06:40:56 06:40:01 AM all 16.35 0.00 3.01 0.89 0.06 79.70 06:40:56 06:40:01 AM 0 31.51 0.00 4.05 0.24 0.05 64.14 06:40:56 06:40:01 AM 1 12.07 0.00 3.30 1.61 0.05 82.98 06:40:56 06:40:01 AM 2 9.35 0.00 2.17 0.42 0.05 88.00 06:40:56 06:40:01 AM 3 12.71 0.00 2.52 1.24 0.07 83.46 06:40:56 Average: all 3.66 0.00 1.05 0.47 0.03 94.80 06:40:56 Average: 0 5.77 0.00 1.23 0.24 0.02 92.74 06:40:56 Average: 1 2.85 0.00 1.12 0.92 0.04 95.08 06:40:56 Average: 2 2.76 0.00 0.88 0.19 0.02 96.14 06:40:56 Average: 3 3.24 0.00 0.97 0.51 0.03 95.25 06:40:56 06:40:56 06:40:56