Pull request #584 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0c8cc0e2f4734dd7566114bf76689f33fe6a87f3+2d9730a214a0d2600c47b6e1f4d312ee14057382 (a4bbabc7c43e6584117bbb32c3ba03e6386687ab) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6202 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 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit 0c8cc0e2f4734dd7566114bf76689f33fe6a87f3 Merge succeeded, producing c21a409bbfced46ca16a85b0143ca024b218a3a5 Checking out Revision c21a409bbfced46ca16a85b0143ca024b218a3a5 (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 0c8cc0e2f4734dd7566114bf76689f33fe6a87f3 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c21a409bbfced46ca16a85b0143ca024b218a3a5 # timeout=10 Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" > git rev-list --no-walk 0c8cc0e2f4734dd7566114bf76689f33fe6a87f3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:10:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:10:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:10:22 ========================================================= 07:10:22 EdgeX Global Pipelines Version Info 07:10:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:10:23 ------------------- 07:10:23 stable info: 07:10:23 ------------------- 07:10:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:10:23 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:10:23 Message: update stable to v1.0.144 07:10:24 ------------------- 07:10:24 experimental info: 07:10:24 ------------------- 07:10:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:10:24 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:10:24 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:10:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:10:25 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:10:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:10:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:10:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:10:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:10:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:10:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:10:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:10:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:10:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:10:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:10:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:10:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:10:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:10:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:10:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:10:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:10:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:10:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:10:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:10:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:10:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:10:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:10:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:10:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo 07:10:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo 07:10:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo 07:10:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c21a409bbfced46ca16a85b0143ca024b218a3a5 [Pipeline] echo 07:10:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c21a409 [Pipeline] echo 07:10:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:10:29 + git log --format=format:%s -1 c21a409bbfced46ca16a85b0143ca024b218a3a5 [Pipeline] echo 07:10:29 GIT_COMMIT: c21a409bbfced46ca16a85b0143ca024b218a3a5, Commit Message: Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD [Pipeline] echo 07:10:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:10:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:10:30 07:10:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:10:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:10:30 latest: Pulling from edgex-devops/git-semver 07:10:30 31603596830f: Pulling fs layer 07:10:30 2a8b12db71e7: Pulling fs layer 07:10:30 6ca5941a6612: Pulling fs layer 07:10:30 ecc8261a40a4: Pulling fs layer 07:10:30 ecc8261a40a4: Waiting 07:10:30 2a8b12db71e7: Verifying Checksum 07:10:30 2a8b12db71e7: Download complete 07:10:30 31603596830f: Verifying Checksum 07:10:30 31603596830f: Download complete 07:10:30 6ca5941a6612: Verifying Checksum 07:10:30 6ca5941a6612: Download complete 07:10:30 ecc8261a40a4: Verifying Checksum 07:10:30 ecc8261a40a4: Download complete 07:10:31 31603596830f: Pull complete 07:10:31 2a8b12db71e7: Pull complete 07:10:32 6ca5941a6612: Pull complete 07:10:32 ecc8261a40a4: Pull complete 07:10:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:10:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:10:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:10:32 prd-centos7-docker-4c-2g-6202 does not seem to be running inside a container 07:10:32 $ docker run -t -d -u 1001:1001 -u 0:0 -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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:10:34 $ docker top 63b583b2eb8fb9abe32d3c52c32bb0dfe610a5c876e27272a387b814aed51e72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:10:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:10:35 [ssh-agent] Looking for ssh-agent implementation... 07:10:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:10:35 $ docker exec 63b583b2eb8fb9abe32d3c52c32bb0dfe610a5c876e27272a387b814aed51e72 ssh-agent 07:10:35 SSH_AUTH_SOCK=/tmp/ssh-JJj4gCliUQOY/agent.11 07:10:35 SSH_AGENT_PID=16 07:10:35 Running ssh-add (command line suppressed) 07:10:35 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8247493901637542953.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8247493901637542953.key) 07:10:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:10:36 + git tag --points-at HEAD [Pipeline] } 07:10:36 $ docker exec --env ******** --env ******** 63b583b2eb8fb9abe32d3c52c32bb0dfe610a5c876e27272a387b814aed51e72 ssh-agent -k 07:10:36 unset SSH_AUTH_SOCK; 07:10:36 unset SSH_AGENT_PID; 07:10:36 echo Agent pid 16 killed; 07:10:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:10:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:10:36 [ssh-agent] Looking for ssh-agent implementation... 07:10:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:10:36 $ docker exec 63b583b2eb8fb9abe32d3c52c32bb0dfe610a5c876e27272a387b814aed51e72 ssh-agent 07:10:37 SSH_AUTH_SOCK=/tmp/ssh-92FPVAAYYwJ6/agent.45 07:10:37 SSH_AGENT_PID=50 07:10:37 Running ssh-add (command line suppressed) 07:10:37 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_1106249021827106235.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_1106249021827106235.key) 07:10:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:10:37 + git semver init 07:10:37 # -> Open(): unable to determine branch for HEAD 07:10:37 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git 07:10:37 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 07:10:37 # $SEMVER_REMOTE_NAME = origin 07:10:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:10:37 # $SEMVER_USER_NAME = edgex-jenkins 07:10:37 # $SEMVER_BRANCH = PR-584 07:10:37 # $SEMVER_TEMP = /tmp/semver-787149666 07:10:37 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:10:38 # '/tmp/semver-787149666' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' 07:10:38 # -> Force: false 07:10:38 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } 07:10:38 $ docker exec --env ******** --env ******** 63b583b2eb8fb9abe32d3c52c32bb0dfe610a5c876e27272a387b814aed51e72 ssh-agent -k 07:10:38 unset SSH_AUTH_SOCK; 07:10:38 unset SSH_AGENT_PID; 07:10:38 echo Agent pid 50 killed; 07:10:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:10:38 + git semver [Pipeline] } 07:10:38 $ docker stop --time=1 63b583b2eb8fb9abe32d3c52c32bb0dfe610a5c876e27272a387b814aed51e72 07:10:40 $ docker rm -f 63b583b2eb8fb9abe32d3c52c32bb0dfe610a5c876e27272a387b814aed51e72 [Pipeline] // withDockerContainer [Pipeline] sh 07:10:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:10:41 Stashed 1 file(s) [Pipeline] echo 07:10:41 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 07:10:56 Still waiting to schedule task 07:10:56 ‘prd-centos7-builder-2c-1g-6193’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6182’ is offline; ‘prd-centos7-docker-4c-2g-6185’ is offline; ‘prd-centos7-docker-4c-2g-6186’ is offline; ‘prd-centos7-docker-4c-2g-6187’ is offline; ‘prd-centos7-docker-4c-2g-6191’ is offline; ‘prd-centos7-docker-4c-2g-6194’ is offline; ‘prd-centos7-docker-4c-2g-6205’ is offline; ‘prd-centos7-docker-8c-8g-6184’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6180’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6188’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6192’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6195’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6204’ doesn’t have label ‘centos7-docker-4c-2g’ 07:10:56 Still waiting to schedule task 07:10:56 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:12:24 Running on prd-centos7-docker-4c-2g-6211 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 07:12:24 Running in /w/workspace/device-sdk-go/26 [Pipeline] { [Pipeline] checkout 07:12:27 using credential edgex-jenkins-ssh 07:12:27 Cloning the remote Git repository 07:12:27 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:12:27 > git init /w/workspace/device-sdk-go/26 # timeout=10 07:12:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:12:27 > git --version # timeout=10 07:12:27 > git --version # 'git version 2.16.5' 07:12:27 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:12:28 Merging remotes/origin/master commit 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit 0c8cc0e2f4734dd7566114bf76689f33fe6a87f3 07:12:28 Merge succeeded, producing 4137d5024695a2ff2a9dc46b6745823e33292ebb 07:12:28 Checking out Revision 4137d5024695a2ff2a9dc46b6745823e33292ebb (PR-584) 07:12:28 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:12:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:12:28 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:12:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:12:28 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:28 > 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 07:12:28 > git config core.sparsecheckout # timeout=10 07:12:28 > git checkout -f 0c8cc0e2f4734dd7566114bf76689f33fe6a87f3 # timeout=10 07:12:28 > git remote # timeout=10 07:12:28 > git config --get remote.origin.url # timeout=10 07:12:28 using GIT_SSH to set credentials SSH Credentials for GitHub 07:12:28 > git merge 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 07:12:28 > git rev-parse HEAD^{commit} # timeout=10 07:12:28 > git config core.sparsecheckout # timeout=10 07:12:28 > git checkout -f 4137d5024695a2ff2a9dc46b6745823e33292ebb # timeout=10 07:12:32 Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" 07:12:32 > git rev-list --no-walk 0c8cc0e2f4734dd7566114bf76689f33fe6a87f3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:12:33 ========================================================= 07:12:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:12:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:12:33 + 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 . 07:12:34 Sending build context to Docker daemon 2.318MB 07:12:34 Step 1/8 : ARG BASE=golang:1.15-alpine 07:12:34 Step 2/8 : FROM ${BASE} 07:12:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:12:34 df20fa9351a1: Pulling fs layer 07:12:34 ed8968b2872e: Pulling fs layer 07:12:34 a92cc7c5fd73: Pulling fs layer 07:12:34 e871e8e8d7a9: Pulling fs layer 07:12:34 e73272ec9a57: Pulling fs layer 07:12:34 1e910a182e73: Pulling fs layer 07:12:34 4e634b169226: Pulling fs layer 07:12:34 e73272ec9a57: Waiting 07:12:34 1e910a182e73: Waiting 07:12:34 4e634b169226: Waiting 07:12:34 e871e8e8d7a9: Waiting 07:12:34 a92cc7c5fd73: Verifying Checksum 07:12:34 a92cc7c5fd73: Download complete 07:12:34 ed8968b2872e: Download complete 07:12:34 e73272ec9a57: Verifying Checksum 07:12:34 e73272ec9a57: Download complete 07:12:34 1e910a182e73: Verifying Checksum 07:12:34 1e910a182e73: Download complete 07:12:34 df20fa9351a1: Verifying Checksum 07:12:34 df20fa9351a1: Download complete 07:12:34 df20fa9351a1: Pull complete 07:12:34 ed8968b2872e: Pull complete 07:12:35 a92cc7c5fd73: Pull complete 07:12:37 4e634b169226: Verifying Checksum 07:12:37 4e634b169226: Download complete 07:12:39 e871e8e8d7a9: Verifying Checksum 07:12:39 e871e8e8d7a9: Download complete 07:12:44 e871e8e8d7a9: Pull complete 07:12:44 e73272ec9a57: Pull complete 07:12:44 1e910a182e73: Pull complete 07:12:49 4e634b169226: Pull complete 07:12:49 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:12:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:12:49 ---> f7629b54cfaa 07:12:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:12:49 ---> Running in 57ca97b74857 07:12:50 Removing intermediate container 57ca97b74857 07:12:50 ---> 464d89ecfa6c 07:12:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:12:50 ---> Running in cc783df1de58 07:12:51 Removing intermediate container cc783df1de58 07:12:51 ---> 9b0759b4aba4 07:12:51 Step 5/8 : RUN apk add --no-cache make git 07:12:51 ---> Running in dbf29059bc5c 07:12:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:12:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:12:55 OK: 166 MiB in 39 packages 07:12:56 Removing intermediate container dbf29059bc5c 07:12:56 ---> 74672879e688 07:12:56 Step 6/8 : WORKDIR /device-sdk-go 07:12:56 ---> Running in c5ceb7c92853 07:12:56 Removing intermediate container c5ceb7c92853 07:12:56 ---> 4c01c201c2f6 07:12:56 Step 7/8 : COPY . . 07:12:57 ---> 214cf68a954e 07:12:57 Step 8/8 : RUN go mod download 07:12:57 ---> Running in 5eda1ab3e946 07:13:19 Removing intermediate container 5eda1ab3e946 07:13:19 ---> 73f916b690b6 07:13:19 Successfully built 73f916b690b6 07:13:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:13:20 + docker inspect -f . ci-base-image-x86_64 07:13:20 . [Pipeline] withDockerContainer 07:13:20 prd-centos7-docker-4c-2g-6211 does not seem to be running inside a container 07:13:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/26 -v /w/workspace/device-sdk-go/26:/w/workspace/device-sdk-go/26:rw,z -v /w/workspace/device-sdk-go/26@tmp:/w/workspace/device-sdk-go/26@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 07:13:21 $ docker top 50d2eecbba509fb67fc36dcbe7cf4759d3c3f729efeeb984f6e57fb2b1564716 -eo pid,comm [Pipeline] { [Pipeline] sh 07:13:21 + go version 07:13:21 go version go1.15.2 linux/amd64 [Pipeline] } 07:13:21 $ docker stop --time=1 50d2eecbba509fb67fc36dcbe7cf4759d3c3f729efeeb984f6e57fb2b1564716 07:13:23 $ docker rm -f 50d2eecbba509fb67fc36dcbe7cf4759d3c3f729efeeb984f6e57fb2b1564716 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:13:24 + docker inspect -f . ci-base-image-x86_64 07:13:24 . [Pipeline] withDockerContainer 07:13:24 prd-centos7-docker-4c-2g-6211 does not seem to be running inside a container 07:13:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/26 -v /w/workspace/device-sdk-go/26:/w/workspace/device-sdk-go/26:rw,z -v /w/workspace/device-sdk-go/26@tmp:/w/workspace/device-sdk-go/26@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 07:13:25 $ docker top 773d4ecbd3816f0931dd3c87a8df90ae3cee5faa65f7a59ab890d0787b183a5f -eo pid,comm [Pipeline] { [Pipeline] sh 07:13:25 + make test 07:13:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:13:32 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:13:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6214 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 07:13:44 Running in /w/workspace/device-sdk-go/26 [Pipeline] { [Pipeline] checkout 07:13:47 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:13:47 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:13:47 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:13:47 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.054s coverage: 21.6% of statements 07:13:48 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.448s coverage: 97.1% of statements 07:13:49 using credential edgex-jenkins-ssh 07:13:49 Cloning the remote Git repository 07:13:49 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:13:49 > git init /w/workspace/device-sdk-go/26 # timeout=10 07:13:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:13:50 > git --version # timeout=10 07:13:50 > git --version # 'git version 2.17.1' 07:13:50 using GIT_SSH to set credentials SSH Credentials for GitHub 07:13:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:13:51 Merging remotes/origin/master commit 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit 0c8cc0e2f4734dd7566114bf76689f33fe6a87f3 07:13:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:13:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:13:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:13:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:13:51 using GIT_SSH to set credentials SSH Credentials for GitHub 07:13:51 > 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 07:13:51 > git config core.sparsecheckout # timeout=10 07:13:51 > git checkout -f 0c8cc0e2f4734dd7566114bf76689f33fe6a87f3 # timeout=10 07:13:52 Merge succeeded, producing 2388909094a2a9f987fe0ffdf60fac6b565355fa 07:13:52 Checking out Revision 2388909094a2a9f987fe0ffdf60fac6b565355fa (PR-584) 07:13:52 > git remote # timeout=10 07:13:52 > git config --get remote.origin.url # timeout=10 07:13:52 using GIT_SSH to set credentials SSH Credentials for GitHub 07:13:52 > git merge 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 07:13:52 > git rev-parse HEAD^{commit} # timeout=10 07:13:52 > git config core.sparsecheckout # timeout=10 07:13:52 > git checkout -f 2388909094a2a9f987fe0ffdf60fac6b565355fa # timeout=10 07:13:56 Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" 07:13:56 > git rev-list --no-walk 0c8cc0e2f4734dd7566114bf76689f33fe6a87f3 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:13:57 ========================================================= 07:13:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:13:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:13:58 + 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 . 07:13:59 Sending build context to Docker daemon 2.318MB 07:13:59 Step 1/8 : ARG BASE=golang:1.15-alpine 07:13:59 Step 2/8 : FROM ${BASE} 07:14:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:14:00 b538f80385f9: Pulling fs layer 07:14:00 74f711af9a0d: Pulling fs layer 07:14:00 99f96fe45779: Pulling fs layer 07:14:00 8529a6b9a6be: Pulling fs layer 07:14:00 45590311c82a: Pulling fs layer 07:14:00 69ca0ff8b7b3: Pulling fs layer 07:14:00 209524e5b208: Pulling fs layer 07:14:00 8529a6b9a6be: Waiting 07:14:00 45590311c82a: Waiting 07:14:00 69ca0ff8b7b3: Waiting 07:14:00 209524e5b208: Waiting 07:14:00 99f96fe45779: Verifying Checksum 07:14:00 99f96fe45779: Download complete 07:14:00 74f711af9a0d: Download complete 07:14:00 45590311c82a: Verifying Checksum 07:14:00 45590311c82a: Download complete 07:14:00 69ca0ff8b7b3: Verifying Checksum 07:14:00 69ca0ff8b7b3: Download complete 07:14:00 b538f80385f9: Download complete 07:14:01 b538f80385f9: Pull complete 07:14:01 74f711af9a0d: Pull complete 07:14:01 99f96fe45779: Pull complete 07:14:02 209524e5b208: Verifying Checksum 07:14:02 209524e5b208: Download complete 07:14:03 8529a6b9a6be: Verifying Checksum 07:14:03 8529a6b9a6be: Download complete 07:14:14 8529a6b9a6be: Pull complete 07:14:14 45590311c82a: Pull complete 07:14:14 69ca0ff8b7b3: Pull complete 07:14:18 209524e5b208: Pull complete 07:14:18 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:14:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:14:18 ---> 5bddaf1c2fca 07:14:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:14:20 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.079s coverage: 9.4% of statements 07:14:20 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.057s coverage: 21.9% of statements 07:14:20 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:14:20 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.236s coverage: 42.6% of statements 07:14:20 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:14:20 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.293s coverage: 68.9% of statements 07:14:20 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:14:20 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:14:20 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:14:20 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:14:20 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.066s coverage: 52.6% of statements 07:14:20 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:14:20 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:14:20 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:14:20 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.305s coverage: 68.9% of statements 07:14:20 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:14:20 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:14:20 GO111MODULE=on go vet ./... 07:14:21 ---> Running in 9ee30ee1e974 07:14:21 Removing intermediate container 9ee30ee1e974 07:14:21 ---> 8075386253e1 07:14:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:14:21 ---> Running in 1a1b63bd67dd 07:14:24 Removing intermediate container 1a1b63bd67dd 07:14:24 ---> 3c4fa65a2d98 07:14:24 Step 5/8 : RUN apk add --no-cache make git 07:14:24 ---> Running in 687ab78f0096 07:14:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:14:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:14:27 gofmt -l . 07:14:27 [ "`gofmt -l .`" = "" ] 07:14:27 ./bin/test-attribution-txt.sh 07:14:27 ./bin/test-go-mod-tidy.sh 07:14:27 OK: 142 MiB in 39 packages [Pipeline] stash 07:14:28 Stashed 1 file(s) [Pipeline] } 07:14:28 $ docker stop --time=1 773d4ecbd3816f0931dd3c87a8df90ae3cee5faa65f7a59ab890d0787b183a5f 07:14:29 Removing intermediate container 687ab78f0096 07:14:29 ---> b506cf7d442b 07:14:29 Step 6/8 : WORKDIR /device-sdk-go 07:14:29 ---> Running in 9f53b59c1d12 07:14:29 Removing intermediate container 9f53b59c1d12 07:14:29 ---> cf3f7744e07c 07:14:29 Step 7/8 : COPY . . 07:14:29 $ docker rm -f 773d4ecbd3816f0931dd3c87a8df90ae3cee5faa65f7a59ab890d0787b183a5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 07:14:30 ---> 639c6908335a 07:14:30 Step 8/8 : RUN go mod download 07:14:31 ---> Running in eafefffc3c4f [Pipeline] sh 07:14:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:14:31 + ls -al . 07:14:31 total 188 07:14:31 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 07:14 . 07:14:31 drwxrwxr-x. 4 jenkins jenkins 30 Oct 19 07:12 .. 07:14:31 drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 07:12 bin 07:14:31 -rw-r--r--. 1 jenkins jenkins 110398 Oct 19 07:14 coverage.out 07:14:31 -rw-rw-r--. 1 jenkins jenkins 936 Oct 19 07:12 Dockerfile.build 07:14:31 -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 07:12 .dockerignore 07:14:31 drwxrwxr-x. 4 jenkins jenkins 48 Oct 19 07:12 example 07:14:31 drwxrwxr-x. 8 jenkins jenkins 179 Oct 19 07:12 .git 07:14:31 drwxrwxr-x. 2 jenkins jenkins 60 Oct 19 07:12 .github 07:14:31 -rw-rw-r--. 1 jenkins jenkins 138 Oct 19 07:12 .gitignore 07:14:31 -rw-r--r--. 1 jenkins jenkins 517 Oct 19 07:14 go.mod 07:14:31 -rw-r--r--. 1 jenkins jenkins 13743 Oct 19 07:14 go.sum 07:14:31 drwxrwxr-x. 15 jenkins jenkins 211 Oct 19 07:12 internal 07:14:31 -rw-rw-r--. 1 jenkins jenkins 901 Oct 19 07:12 Jenkinsfile 07:14:31 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 07:12 LICENSE 07:14:31 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 19 07:12 Makefile 07:14:31 drwxrwxr-x. 4 jenkins jenkins 26 Oct 19 07:12 openapi 07:14:31 drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 07:12 pkg 07:14:31 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 19 07:12 README.md 07:14:31 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 19 07:12 RELEASE-NOTES.txt 07:14:31 drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 07:12 snap 07:14:31 -rw-rw-r--. 1 jenkins jenkins 5 Oct 19 07:10 VERSION 07:14:31 -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 07:12 version.go [Pipeline] isUnix [Pipeline] sh 07:14:32 + 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=c21a409bbfced46ca16a85b0143ca024b218a3a5 --label arch=amd64 --label version=0.0.0 . 07:14:32 Sending build context to Docker daemon 2.429MB 07:14:32 Step 1/24 : ARG BASE=golang:1.15-alpine 07:14:32 Step 2/24 : FROM ${BASE} AS builder 07:14:32 ---> 73f916b690b6 07:14:32 Step 3/24 : ARG MAKE='make build' 07:14:33 ---> Running in 9e23833fefa1 07:14:33 Removing intermediate container 9e23833fefa1 07:14:33 ---> c5b35f5342c4 07:14:33 Step 4/24 : WORKDIR /device-sdk-go 07:14:33 ---> Running in c4aa5ae3916f 07:14:33 Removing intermediate container c4aa5ae3916f 07:14:33 ---> 814cd25a06d2 07:14:33 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:14:33 ---> Running in 1f9d5f12ef26 07:14:33 Removing intermediate container 1f9d5f12ef26 07:14:33 ---> 8abbd3378b42 07:14:33 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:14:33 ---> Running in 540cac121518 07:14:34 Removing intermediate container 540cac121518 07:14:34 ---> 36fea6b22440 07:14:34 Step 7/24 : RUN apk add --update --no-cache make git 07:14:34 ---> Running in a47b84674864 07:14:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:14:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:14:37 OK: 166 MiB in 39 packages 07:14:37 Removing intermediate container a47b84674864 07:14:37 ---> b8a30ddb6441 07:14:37 Step 8/24 : COPY . . 07:14:38 ---> d6b1a1033752 07:14:38 Step 9/24 : RUN ${MAKE} 07:14:38 ---> Running in 3992b86e047b 07:14:39 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 07:14:47 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:14:49 Removing intermediate container 3992b86e047b 07:14:49 ---> 0b054ada724a 07:14:49 Step 10/24 : FROM scratch 07:14:49 ---> 07:14:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:14:49 ---> Running in 91a2985398d0 07:14:49 Removing intermediate container 91a2985398d0 07:14:49 ---> f98fdcbbef5a 07:14:49 Step 12/24 : ENV APP_PORT=49990 07:14:49 ---> Running in e377e13cc57b 07:14:49 Removing intermediate container e377e13cc57b 07:14:49 ---> ef4029fe76f4 07:14:49 Step 13/24 : EXPOSE $APP_PORT 07:14:49 ---> Running in 876e041664eb 07:14:50 Removing intermediate container 876e041664eb 07:14:50 ---> 62774c977865 07:14:50 Step 14/24 : WORKDIR / 07:14:50 ---> Running in bfa6739e630f 07:14:50 Removing intermediate container bfa6739e630f 07:14:50 ---> ebae85b82784 07:14:50 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:14:50 ---> d4d9dc2ab160 07:14:50 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:14:50 ---> 2eb5d78bfc06 07:14:50 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:14:51 ---> f840242b6077 07:14:51 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:14:51 ---> 0ab9c93c14f4 07:14:51 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:14:51 ---> 459e9722f127 07:14:51 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:14:51 ---> Running in f5d05bccb393 07:14:51 Removing intermediate container f5d05bccb393 07:14:51 ---> af74a4a9c695 07:14:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:14:51 ---> Running in 5e349add45c3 07:14:52 Removing intermediate container 5e349add45c3 07:14:52 ---> 5aee94ef64f1 07:14:52 Step 22/24 : LABEL arch=amd64 07:14:52 ---> Running in 5c49e9462a42 07:14:52 Removing intermediate container 5c49e9462a42 07:14:52 ---> b2333c0f49bd 07:14:52 Step 23/24 : LABEL git_sha=c21a409bbfced46ca16a85b0143ca024b218a3a5 07:14:52 ---> Running in 7ff7c18d41bf 07:14:52 Removing intermediate container 7ff7c18d41bf 07:14:52 ---> e81acdd6d362 07:14:52 Step 24/24 : LABEL version=0.0.0 07:14:52 ---> Running in 78ed23b69e32 07:14:52 Removing intermediate container 78ed23b69e32 07:14:52 ---> 8f7070badaa0 07:14:52 [Warning] One or more build-args [ARCH] were not consumed 07:14:52 Successfully built 8f7070badaa0 07:14:52 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 07:14:53 Removing intermediate container eafefffc3c4f 07:14:53 ---> ae32fdaf4a35 07:14:53 Successfully built ae32fdaf4a35 07:14:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] isUnix [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } 07:14:53 + docker inspect -f . ci-base-image-arm64 07:14:53 . [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerContainer 07:14:54 prd-ubuntu18.04-docker-arm64-4c-16g-6214 does not seem to be running inside a container 07:14:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/26 -v /w/workspace/device-sdk-go/26:/w/workspace/device-sdk-go/26:rw,z -v /w/workspace/device-sdk-go/26@tmp:/w/workspace/device-sdk-go/26@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 07:14:56 $ docker top 0ca2cba2dfe8e9993e11234fbeff22cfde110a87b7b28f930ce11ab2ad61097f -eo pid,comm [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:14:57 + go version 07:14:57 go version go1.15.2 linux/arm64 [Pipeline] } 07:14:57 $ docker stop --time=1 0ca2cba2dfe8e9993e11234fbeff22cfde110a87b7b28f930ce11ab2ad61097f 07:14:59 $ docker rm -f 0ca2cba2dfe8e9993e11234fbeff22cfde110a87b7b28f930ce11ab2ad61097f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:15:00 + docker inspect -f . ci-base-image-arm64 07:15:00 . [Pipeline] withDockerContainer 07:15:00 prd-ubuntu18.04-docker-arm64-4c-16g-6214 does not seem to be running inside a container 07:15:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/26 -v /w/workspace/device-sdk-go/26:/w/workspace/device-sdk-go/26:rw,z -v /w/workspace/device-sdk-go/26@tmp:/w/workspace/device-sdk-go/26@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 07:15:02 $ docker top 546a88865c1742c8761ff2543ed87d91243cc7165b8bd7c4433bed513c453fda -eo pid,comm [Pipeline] { [Pipeline] sh 07:15:04 + make test 07:15:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:15:26 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:16:05 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:16:05 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:16:05 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:16:06 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.131s coverage: 21.6% of statements 07:16:13 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.280s coverage: 97.1% of statements 07:16:40 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.161s coverage: 9.4% of statements 07:16:40 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.163s coverage: 21.9% of statements 07:16:40 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:16:40 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.614s coverage: 42.6% of statements 07:16:40 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:16:40 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.788s coverage: 68.9% of statements 07:16:40 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:16:40 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:16:40 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:16:40 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:16:40 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.205s coverage: 52.6% of statements 07:16:40 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:16:40 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:16:40 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:16:40 ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.183s coverage: 68.9% of statements 07:16:40 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:16:40 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:16:40 GO111MODULE=on go vet ./... 07:17:12 gofmt -l . 07:17:12 [ "`gofmt -l .`" = "" ] 07:17:12 ./bin/test-attribution-txt.sh 07:17:12 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:17:12 Warning: overwriting stash ‘coverage-report’ 07:17:13 Stashed 1 file(s) [Pipeline] } 07:17:13 $ docker stop --time=1 546a88865c1742c8761ff2543ed87d91243cc7165b8bd7c4433bed513c453fda 07:17:16 $ docker rm -f 546a88865c1742c8761ff2543ed87d91243cc7165b8bd7c4433bed513c453fda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:17:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:17:18 + ls -al . 07:17:18 total 224 07:17:18 drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 07:17 . 07:17:18 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:13 .. 07:17:18 -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 07:13 .dockerignore 07:17:18 drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 07:13 .git 07:17:18 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:13 .github 07:17:18 -rw-rw-r-- 1 jenkins jenkins 138 Oct 19 07:13 .gitignore 07:17:18 -rw-rw-r-- 1 jenkins jenkins 936 Oct 19 07:13 Dockerfile.build 07:17:18 -rw-rw-r-- 1 jenkins jenkins 901 Oct 19 07:13 Jenkinsfile 07:17:18 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 07:13 LICENSE 07:17:18 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 19 07:13 Makefile 07:17:18 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 19 07:13 README.md 07:17:18 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 19 07:13 RELEASE-NOTES.txt 07:17:18 -rw-rw-r-- 1 jenkins jenkins 5 Oct 19 07:10 VERSION 07:17:18 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:13 bin 07:17:18 -rw-r--r-- 1 jenkins jenkins 110398 Oct 19 07:16 coverage.out 07:17:18 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:13 example 07:17:18 -rw-r--r-- 1 jenkins jenkins 517 Oct 19 07:17 go.mod 07:17:18 -rw-r--r-- 1 jenkins jenkins 13743 Oct 19 07:17 go.sum 07:17:18 drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 07:13 internal 07:17:18 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:13 openapi 07:17:18 drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 07:13 pkg 07:17:18 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:13 snap 07:17:18 -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 07:13 version.go [Pipeline] isUnix [Pipeline] sh 07:17:18 + 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=c21a409bbfced46ca16a85b0143ca024b218a3a5 --label arch=arm64 --label version=0.0.0 . 07:17:19 Sending build context to Docker daemon 2.429MB 07:17:19 Step 1/24 : ARG BASE=golang:1.15-alpine 07:17:19 Step 2/24 : FROM ${BASE} AS builder 07:17:19 ---> ae32fdaf4a35 07:17:19 Step 3/24 : ARG MAKE='make build' 07:17:19 ---> Running in e123a7423955 07:17:19 Removing intermediate container e123a7423955 07:17:19 ---> bbe423dd0633 07:17:19 Step 4/24 : WORKDIR /device-sdk-go 07:17:19 ---> Running in 5a48cb9c0d35 07:17:20 Removing intermediate container 5a48cb9c0d35 07:17:20 ---> 900f2620da4f 07:17:20 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:17:20 ---> Running in 87dcb3aa246b 07:17:20 Removing intermediate container 87dcb3aa246b 07:17:20 ---> 83afbeece40a 07:17:20 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:17:21 ---> Running in 11a8e76e8925 07:17:23 Removing intermediate container 11a8e76e8925 07:17:23 ---> 3708620e2e1a 07:17:23 Step 7/24 : RUN apk add --update --no-cache make git 07:17:23 ---> Running in 021cc2b531d1 07:17:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:17:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:17:27 OK: 142 MiB in 39 packages 07:17:28 Removing intermediate container 021cc2b531d1 07:17:28 ---> 1d089e0aef1a 07:17:28 Step 8/24 : COPY . . 07:17:29 ---> 614eb0e77130 07:17:29 Step 9/24 : RUN ${MAKE} 07:17:29 ---> Running in 82ee3b095674 07:17:30 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 07:17:57 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:17:58 Removing intermediate container 82ee3b095674 07:17:58 ---> a9a42bdab4a2 07:17:58 Step 10/24 : FROM scratch 07:17:58 ---> 07:17:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:17:58 ---> Running in f5622c7817fb 07:17:59 Removing intermediate container f5622c7817fb 07:17:59 ---> 9cb69f8b3170 07:17:59 Step 12/24 : ENV APP_PORT=49990 07:17:59 ---> Running in c3e3d1e98092 07:17:59 Removing intermediate container c3e3d1e98092 07:17:59 ---> f70509d89f09 07:17:59 Step 13/24 : EXPOSE $APP_PORT 07:17:59 ---> Running in a246371b35e8 07:18:00 Removing intermediate container a246371b35e8 07:18:00 ---> d973c8f4b014 07:18:00 Step 14/24 : WORKDIR / 07:18:00 ---> Running in 705b6f0d9175 07:18:00 Removing intermediate container 705b6f0d9175 07:18:00 ---> abd4effee37d 07:18:00 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:18:02 ---> 3c7498993e18 07:18:02 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:18:02 ---> a840f13b7955 07:18:02 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:18:03 ---> 2fcec5542e0b 07:18:03 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:18:04 ---> 851444ef4660 07:18:04 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:18:04 ---> 16b8062d6fac 07:18:04 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:18:05 ---> Running in 79f258e0fe30 07:18:05 Removing intermediate container 79f258e0fe30 07:18:05 ---> 4e0c5a369ad4 07:18:05 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:18:05 ---> Running in 7e06e5e1c4e3 07:18:06 Removing intermediate container 7e06e5e1c4e3 07:18:06 ---> ca9650d62edd 07:18:06 Step 22/24 : LABEL arch=arm64 07:18:06 ---> Running in 0deac218ea71 07:18:06 Removing intermediate container 0deac218ea71 07:18:06 ---> 4adb729a2141 07:18:06 Step 23/24 : LABEL git_sha=c21a409bbfced46ca16a85b0143ca024b218a3a5 07:18:06 ---> Running in 9660851c7d60 07:18:07 Removing intermediate container 9660851c7d60 07:18:07 ---> 8af08cafd902 07:18:07 Step 24/24 : LABEL version=0.0.0 07:18:07 ---> Running in b42a51168f6e 07:18:08 Removing intermediate container b42a51168f6e 07:18:08 ---> 2331a11a5751 07:18:08 [Warning] One or more build-args [ARCH] were not consumed 07:18:08 Successfully built 2331a11a5751 07:18:08 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 07:18:09 provisioning config files... 07:18:09 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config5274159346541937305tmp [Pipeline] { [Pipeline] sh 07:18:10 + set +x 07:18:10 + curl -s https://codecov.io/bash 07:18:10 + bash -s -- 07:18:10 07:18:10 _____ _ 07:18:10 / ____| | | 07:18:10 | | ___ __| | ___ ___ _____ __ 07:18:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:18:10 | |___| (_) | (_| | __/ (_| (_) \ V / 07:18:10 \_____\___/ \__,_|\___|\___\___/ \_/ 07:18:10 Bash-20201009-048fee3 07:18:10 07:18:10 07:18:10 ==> Jenkins CI detected. 07:18:10 project root: . 07:18:10 Fixing merge commit SHA 07:18:10 --> token set from env 07:18:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:18:10 ==> Running gcov in . (disable via -X gcov) 07:18:10 ==> Python coveragepy not found 07:18:10 ==> Searching for coverage reports in: 07:18:10 + . 07:18:10 -> Found 1 reports 07:18:10 ==> Detecting git/mercurial file structure 07:18:10 ==> Reading reports 07:18:10 + ./coverage.out bytes=110398 07:18:10 ==> Appending adjustments 07:18:10 https://docs.codecov.io/docs/fixing-reports 07:18:10 + Found adjustments 07:18:10 ==> Gzipping contents 07:18:10 ==> Uploading reports 07:18:10 url: https://codecov.io 07:18:10 query: branch=PR-584&commit=2d9730a214a0d2600c47b6e1f4d312ee14057382&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F26%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 07:18:10 -> Pinging Codecov 07:18:10 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-584&commit=2d9730a214a0d2600c47b6e1f4d312ee14057382&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F26%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 07:18:10 -> Uploading to 07:18:10 07:18:10 % Total % Received % Xferd Average Speed Time Time Time Current 07:18:10 Dload Upload Total Spent Left Speed 07:18:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 07:18:10 X> Failed to upload 07:18:10 ==> Uploading to Codecov 07:18:10 % Total % Received % Xferd Average Speed Time Time Time Current 07:18:10 Dload Upload Total Spent Left Speed 07:18:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19144 100 110 100 19034 198 34425 --:--:-- --:--:-- --:--:-- 34419 07:18:11 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2d9730a214a0d2600c47b6e1f4d312ee14057382 [Pipeline] } 07:18: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 07:18:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:18:15 ---> package-listing.sh 07:18:15 ++ facter osfamily 07:18:15 ++ tr '[:upper:]' '[:lower:]' 07:18:15 + OS_FAMILY=redhat 07:18:15 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 07:18:15 + START_PACKAGES=/tmp/packages_start.txt 07:18:15 + END_PACKAGES=/tmp/packages_end.txt 07:18:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:18:15 + PACKAGES=/tmp/packages_start.txt 07:18:15 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 07:18:15 + PACKAGES=/tmp/packages_end.txt 07:18:15 + case "${OS_FAMILY}" in 07:18:15 + rpm -qa 07:18:15 + sort 07:18:19 + '[' -f /tmp/packages_start.txt ']' 07:18:19 + '[' -f /tmp/packages_end.txt ']' 07:18:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:18:19 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 07:18:19 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ 07:18:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] echo 07:18:19 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:18:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:18:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:18:19 07:18:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:18:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:18:20 alpine: Pulling from edgex-lftools-log-publisher 07:18:20 df20fa9351a1: Pulling fs layer 07:18:20 36b3adc4ff6f: Pulling fs layer 07:18:20 8ad3a11d3b57: Pulling fs layer 07:18:20 46f8f816bc3b: Pulling fs layer 07:18:20 93b61091891f: Pulling fs layer 07:18:20 93b9cdb0e59b: Pulling fs layer 07:18:20 5e14af77c1be: Pulling fs layer 07:18:20 01666e4c0597: Pulling fs layer 07:18:20 aa168da1d23b: Pulling fs layer 07:18:20 93b61091891f: Waiting 07:18:20 93b9cdb0e59b: Waiting 07:18:20 5e14af77c1be: Waiting 07:18:20 01666e4c0597: Waiting 07:18:20 aa168da1d23b: Waiting 07:18:20 46f8f816bc3b: Waiting 07:18:20 36b3adc4ff6f: Verifying Checksum 07:18:20 36b3adc4ff6f: Download complete 07:18:20 46f8f816bc3b: Verifying Checksum 07:18:20 46f8f816bc3b: Download complete 07:18:20 df20fa9351a1: Verifying Checksum 07:18:20 df20fa9351a1: Download complete 07:18:20 93b9cdb0e59b: Verifying Checksum 07:18:20 93b9cdb0e59b: Download complete 07:18:20 5e14af77c1be: Verifying Checksum 07:18:20 5e14af77c1be: Download complete 07:18:20 93b61091891f: Download complete 07:18:20 01666e4c0597: Verifying Checksum 07:18:20 01666e4c0597: Download complete 07:18:20 df20fa9351a1: Pull complete 07:18:20 36b3adc4ff6f: Pull complete 07:18:21 8ad3a11d3b57: Verifying Checksum 07:18:21 8ad3a11d3b57: Download complete 07:18:21 8ad3a11d3b57: Pull complete 07:18:22 46f8f816bc3b: Pull complete 07:18:22 93b61091891f: Pull complete 07:18:22 93b9cdb0e59b: Pull complete 07:18:22 5e14af77c1be: Pull complete 07:18:22 aa168da1d23b: Verifying Checksum 07:18:22 aa168da1d23b: Download complete 07:18:22 01666e4c0597: Pull complete 07:18:29 aa168da1d23b: Pull complete 07:18:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:18:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:18:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:18:29 prd-centos7-docker-4c-2g-6202 does not seem to be running inside a container 07:18:29 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:18:33 $ docker top 451f69bf8b1aab7e6ef70d754de82741ecd68cabb9165b103e4033ffcaec9a6e -eo pid,comm [Pipeline] { [Pipeline] sh 07:18:34 + touch /tmp/pre-build-complete [Pipeline] sh 07:18:34 + mkdir -p /var/log/sa [Pipeline] sh 07:18:34 + ls /var/log/sa-host 07:18:34 + sadf -c /var/log/sa-host/sa05 07:18:34 file_magic: OK 07:18:34 HZ: Using current value: 100 07:18:34 file_header: OK 07:18:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:18:34 Statistics: 07:18:34 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:18:34 File successfully converted to sysstat format version 12.2.1 07:18:34 + sadf -c /var/log/sa-host/sa19 07:18:34 file_magic: OK 07:18:34 HZ: Using current value: 100 07:18:34 file_header: OK 07:18:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:18:34 Statistics: 07:18:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:18:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:18:35 provisioning config files... 07:18:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config5713290090083836363tmp [Pipeline] { [Pipeline] echo 07:18:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:18:35 ---> create-netrc.sh [Pipeline] } 07:18:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:18:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:18:35 ---> python-tools-install.sh [Pipeline] echo 07:18:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:18:36 ---> sudo-logs.sh 07:18:36 Archiving 'sudo' log.. [Pipeline] echo 07:18:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:18:36 ---> job-cost.sh 07:18:36 lf-activate-venv: SKIPPING 07:18:36 INFO: No Stack... 07:18:37 INFO: Retrieving Pricing Info for: v1-standard-2 07:18:38 INFO: Archiving Costs [Pipeline] echo 07:18:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:18:38 ---> logs-deploy.sh 07:18:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/26 07:18:38 INFO: archiving workspace using pattern(s): 07:18:39 Archives upload complete. 07:18:40 INFO: archiving logs to Nexus 07:18:41 ---> uname -a: 07:18:41 Linux prd-centos7-docker-4c-2g-6202.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:18:41 07:18:41 07:18:41 ---> lscpu: 07:18:41 Architecture: x86_64 07:18:41 CPU op-mode(s): 32-bit, 64-bit 07:18:41 Byte Order: Little Endian 07:18:41 Address sizes: 40 bits physical, 48 bits virtual 07:18:41 CPU(s): 4 07:18:41 On-line CPU(s) list: 0-3 07:18:41 Thread(s) per core: 1 07:18:41 Core(s) per socket: 1 07:18:41 Socket(s): 4 07:18:41 NUMA node(s): 1 07:18:41 Vendor ID: GenuineIntel 07:18:41 CPU family: 6 07:18:41 Model: 44 07:18:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:18:41 Stepping: 1 07:18:41 CPU MHz: 2933.442 07:18:41 BogoMIPS: 5866.88 07:18:41 Virtualization: VT-x 07:18:41 Hypervisor vendor: KVM 07:18:41 Virtualization type: full 07:18:41 L1d cache: 128 KiB 07:18:41 L1i cache: 128 KiB 07:18:41 L2 cache: 16 MiB 07:18:41 L3 cache: 64 MiB 07:18:41 NUMA node0 CPU(s): 0-3 07:18:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:18:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:18:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:18:41 Vulnerability Meltdown: Mitigation; PTI 07:18:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:18:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:18:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:18:41 Vulnerability Tsx async abort: Not affected 07:18:41 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 07:18:41 07:18:41 07:18:41 ---> nproc: 07:18:41 4 07:18:41 07:18:41 07:18:41 ---> df -h: 07:18:41 Filesystem Size Used Available Use% Mounted on 07:18:41 overlay 50.0G 7.2G 42.8G 14% / 07:18:41 tmpfs 64.0M 0 64.0M 0% /dev 07:18:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:18:41 shm 64.0M 0 64.0M 0% /dev/shm 07:18:41 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 07:18:41 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 07:18:41 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 07:18:41 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 07:18:41 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 07:18:41 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584 07:18:41 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp 07:18:41 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 07:18:41 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 07:18:41 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 07:18:41 07:18:41 07:18:41 ---> free -m: 07:18:41 total used free shared buff/cache available 07:18:41 Mem: 1837 685 100 0 1052 1050 07:18:41 Swap: 1023 1 1022 07:18:41 07:18:41 07:18:41 ---> ip addr: 07:18:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:18:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:18:41 inet 127.0.0.1/8 scope host lo 07:18:41 valid_lft forever preferred_lft forever 07:18:41 inet6 ::1/128 scope host 07:18:41 valid_lft forever preferred_lft forever 07:18:41 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:18:41 link/ether fa:16:3e:bc:a5:d4 brd ff:ff:ff:ff:ff:ff 07:18:41 inet 10.30.122.195/23 brd 10.30.123.255 scope global dynamic eth0 07:18:41 valid_lft 85869sec preferred_lft 85869sec 07:18:41 inet6 fe80::f816:3eff:febc:a5d4/64 scope link 07:18:41 valid_lft forever preferred_lft forever 07:18:41 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:18:41 link/ether 02:42:12:62:b9:b4 brd ff:ff:ff:ff:ff:ff 07:18:41 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:18:41 valid_lft forever preferred_lft forever 07:18:41 inet6 fe80::42:12ff:fe62:b9b4/64 scope link 07:18:41 valid_lft forever preferred_lft forever 07:18:41 07:18:41 07:18:41 ---> sar -b -r -n DEV: 07:18:41 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 07:18:41 07:18:41 07:09:25 LINUX RESTART (4 CPU) 07:18:41 07:18:41 07:10:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:18:41 07:11:01 109.64 46.85 62.79 0.00 7935.40 16329.29 0.00 07:18:41 07:12:01 1.82 0.00 1.82 0.00 0.00 34.98 0.00 07:18:41 07:13:01 0.20 0.00 0.20 0.00 0.00 2.71 0.00 07:18:41 07:14:01 0.28 0.00 0.28 0.00 0.00 3.50 0.00 07:18:41 07:15:01 0.22 0.00 0.22 0.00 0.00 2.91 0.00 07:18:41 07:16:01 0.37 0.00 0.37 0.00 0.00 5.25 0.00 07:18:41 07:17:01 0.27 0.02 0.25 0.00 0.13 2.70 0.00 07:18:41 07:18:01 0.18 0.00 0.18 0.00 0.00 1.35 0.00 07:18:41 Average: 13.73 5.69 8.04 0.00 963.43 1989.20 0.00 07:18:41 07:18:41 07:10:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:18:41 07:11:01 172068 0 576848 30.66 2620 1130020 1102312 37.62 439680 1109752 132 07:18:41 07:12:01 173752 0 575076 30.56 2620 1130108 1099800 37.53 439660 1108372 20 07:18:41 07:13:01 175104 0 573716 30.49 2620 1130116 1084272 37.00 439400 1107680 16 07:18:41 07:14:01 173068 0 575752 30.60 2620 1130116 1084348 37.01 441440 1107380 16 07:18:41 07:15:01 172632 0 576180 30.62 2620 1130124 1084372 37.01 447736 1101264 12 07:18:41 07:16:01 173392 0 575412 30.58 2620 1130132 1084276 37.00 447448 1101192 8 07:18:41 07:17:01 174836 0 573960 30.50 2620 1130140 1079088 36.83 446652 1100992 8 07:18:41 07:18:01 174884 0 573908 30.50 2620 1130144 1079088 36.83 438372 1109400 8 07:18:41 Average: 173717 0 575106 30.57 2620 1130112 1087194 37.10 442548 1105754 28 07:18:41 07:18:41 07:10:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:18:41 07:11:01 eth0 537.55 351.53 1125.16 95.49 0.00 0.00 0.00 0.00 07:18:41 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:11:01 docker0 9.38 7.44 1.30 20.46 0.00 0.00 0.00 0.00 07:18:41 07:12:01 eth0 4.35 0.55 0.96 0.39 0.00 0.00 0.00 0.00 07:18:41 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:13:01 eth0 4.40 1.30 1.51 0.95 0.00 0.00 0.00 0.00 07:18:41 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:14:01 eth0 1.92 0.60 0.62 0.40 0.00 0.00 0.00 0.00 07:18:41 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:15:01 eth0 1.03 0.67 0.54 0.41 0.00 0.00 0.00 0.00 07:18:41 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:16:01 eth0 0.37 0.22 0.15 0.10 0.00 0.00 0.00 0.00 07:18:41 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:17:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:18:41 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:18:01 eth0 0.43 0.08 0.04 0.01 0.00 0.00 0.00 0.00 07:18:41 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 Average: eth0 66.85 43.12 137.08 11.88 0.00 0.00 0.00 0.00 07:18:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:18:41 Average: docker0 1.14 0.90 0.16 2.48 0.00 0.00 0.00 0.00 07:18:41 07:18:41 07:18:41 ---> sar -P ALL: 07:18:41 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 07:18:41 07:18:41 07:09:25 LINUX RESTART (4 CPU) 07:18:41 07:18:41 07:10:03 CPU %user %nice %system %iowait %steal %idle 07:18:41 07:11:01 all 14.03 0.00 6.48 3.03 0.03 76.44 07:18:41 07:11:01 0 13.27 0.00 7.28 6.42 0.03 72.99 07:18:41 07:11:01 1 13.54 0.00 6.99 1.63 0.02 77.82 07:18:41 07:11:01 2 14.54 0.00 6.09 2.25 0.03 77.09 07:18:41 07:11:01 3 14.77 0.00 5.54 1.80 0.04 77.86 07:18:41 07:12:01 all 0.20 0.00 0.04 0.00 0.00 99.76 07:18:41 07:12:01 0 0.27 0.00 0.07 0.00 0.00 99.67 07:18:41 07:12:01 1 0.35 0.00 0.02 0.00 0.00 99.63 07:18:41 07:12:01 2 0.08 0.00 0.05 0.00 0.00 99.87 07:18:41 07:12:01 3 0.10 0.00 0.03 0.00 0.00 99.87 07:18:41 07:13:01 all 0.12 0.00 0.06 0.00 0.01 99.81 07:18:41 07:13:01 0 0.07 0.00 0.07 0.00 0.02 99.85 07:18:41 07:13:01 1 0.30 0.00 0.07 0.00 0.00 99.63 07:18:41 07:13:01 2 0.05 0.00 0.03 0.00 0.02 99.90 07:18:41 07:13:01 3 0.07 0.00 0.07 0.00 0.02 99.85 07:18:41 07:14:01 all 0.17 0.00 0.03 0.00 0.00 99.80 07:18:41 07:14:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:18:41 07:14:01 1 0.55 0.00 0.03 0.00 0.00 99.42 07:18:41 07:14:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:18:41 07:14:01 3 0.05 0.00 0.05 0.00 0.02 99.88 07:18:41 07:15:01 all 0.17 0.00 0.06 0.00 0.02 99.75 07:18:41 07:15:01 0 0.05 0.00 0.05 0.00 0.02 99.88 07:18:41 07:15:01 1 0.43 0.00 0.05 0.00 0.02 99.50 07:18:41 07:15:01 2 0.15 0.00 0.10 0.00 0.02 99.73 07:18:41 07:15:01 3 0.07 0.00 0.03 0.00 0.03 99.87 07:18:41 07:16:01 all 0.15 0.00 0.06 0.00 0.00 99.78 07:18:41 07:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:18:41 07:16:01 1 0.05 0.00 0.05 0.00 0.00 99.90 07:18:41 07:16:01 2 0.52 0.00 0.15 0.00 0.00 99.33 07:18:41 07:16:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:18:41 07:17:01 all 0.15 0.00 0.04 0.00 0.00 99.81 07:18:41 07:17:01 0 0.03 0.00 0.05 0.00 0.00 99.92 07:18:41 07:17:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:18:41 07:17:01 2 0.52 0.00 0.03 0.00 0.00 99.45 07:18:41 07:17:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:18:41 07:18:01 all 0.15 0.00 0.03 0.00 0.00 99.82 07:18:41 07:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:18:41 07:18:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:18:41 07:18:01 2 0.52 0.00 0.03 0.00 0.00 99.45 07:18:41 07:18:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:18:41 Average: all 1.83 0.00 0.82 0.36 0.01 96.98 07:18:41 Average: 0 1.66 0.00 0.91 0.77 0.01 96.65 07:18:41 Average: 1 1.85 0.00 0.88 0.20 0.00 97.07 07:18:41 Average: 2 1.98 0.00 0.79 0.27 0.01 96.95 07:18:41 Average: 3 1.81 0.00 0.70 0.22 0.01 97.26 07:18:41 07:18:41 07:18:41