Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ca4cf48f29a5cb9a53c68c529d9c449c8de69ee7+0bbcb663a9153978e7e9ef8c297d5988e58906d0 (a70d4b5d169be2d391606229babcaf6a78ea49a5) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-8583 in /w/workspace/dgexfoundry_device-sdk-go_PR-638 [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-638 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/638/head:refs/remotes/origin/PR-638 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0bbcb663a9153978e7e9ef8c297d5988e58906d0 into PR head commit ca4cf48f29a5cb9a53c68c529d9c449c8de69ee7 Merge succeeded, producing e16f1b22cc869b5418a91f55ce4640b0207fa941 Checking out Revision e16f1b22cc869b5418a91f55ce4640b0207fa941 (PR-638) > git config core.sparsecheckout # timeout=10 > git checkout -f ca4cf48f29a5cb9a53c68c529d9c449c8de69ee7 # 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 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e16f1b22cc869b5418a91f55ce4640b0207fa941 # timeout=10 Commit message: "Merge commit '0bbcb663a9153978e7e9ef8c297d5988e58906d0' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:42:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:42:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 0924d9d43f4adc4c51b94a9da39dfd7a9f8d7eb6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:42:49 ========================================================= 02:42:49 EdgeX Global Pipelines Version Info 02:42:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:42:51 ------------------- 02:42:51 stable info: 02:42:51 ------------------- 02:42:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:42:51 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 02:42:51 Message: update stable to v1.0.148 02:42:52 ------------------- 02:42:52 experimental info: 02:42:52 ------------------- 02:42:52 Commited By: **** collab-it+edgex@linuxfoundation.org 02:42:52 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 02:42:52 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:42:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:42:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:42:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:42:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:42:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:42:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:42:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:42:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:42:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:42:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:42:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:42:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:42:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:42:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:42:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:42:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:42:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:42:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:42:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:42:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:42:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:42:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:42:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:42:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:42:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:42:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-638 [Pipeline] echo 02:42:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-638 [Pipeline] echo 02:42:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-638 [Pipeline] echo 02:42:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e16f1b22cc869b5418a91f55ce4640b0207fa941 [Pipeline] echo 02:42:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e16f1b2 [Pipeline] echo 02:42:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:42:56 + git log --format=format:%s -1 e16f1b22cc869b5418a91f55ce4640b0207fa941 [Pipeline] echo 02:42:56 GIT_COMMIT: e16f1b22cc869b5418a91f55ce4640b0207fa941, Commit Message: Merge commit '0bbcb663a9153978e7e9ef8c297d5988e58906d0' into HEAD [Pipeline] echo 02:42:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:42:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:57 02:42:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:42:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:57 latest: Pulling from edgex-devops/git-semver 02:42:57 31603596830f: Pulling fs layer 02:42:57 2a8b12db71e7: Pulling fs layer 02:42:57 6ca5941a6612: Pulling fs layer 02:42:57 ecc8261a40a4: Pulling fs layer 02:42:57 ecc8261a40a4: Waiting 02:42:57 2a8b12db71e7: Download complete 02:42:57 31603596830f: Verifying Checksum 02:42:57 31603596830f: Download complete 02:42:57 6ca5941a6612: Verifying Checksum 02:42:57 6ca5941a6612: Download complete 02:42:57 ecc8261a40a4: Verifying Checksum 02:42:57 ecc8261a40a4: Download complete 02:42:57 31603596830f: Pull complete 02:42:57 2a8b12db71e7: Pull complete 02:42:58 6ca5941a6612: Pull complete 02:42:59 ecc8261a40a4: Pull complete 02:42:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:42:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:42:59 prd-centos7-docker-4c-2g-8583 does not seem to be running inside a container 02:42:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-638 -v /w/workspace/dgexfoundry_device-sdk-go_PR-638:/w/workspace/dgexfoundry_device-sdk-go_PR-638:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-638@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-638@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 02:43:01 $ docker top 8e2543dff6d0fb599ee6f22b3d38192533eb99d8c28afa5dca27a5eb80e5e93f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:43:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:01 [ssh-agent] Looking for ssh-agent implementation... 02:43:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:01 $ docker exec 8e2543dff6d0fb599ee6f22b3d38192533eb99d8c28afa5dca27a5eb80e5e93f ssh-agent 02:43:01 SSH_AUTH_SOCK=/tmp/ssh-lTGwIV1PG6In/agent.11 02:43:01 SSH_AGENT_PID=17 02:43:01 Running ssh-add (command line suppressed) 02:43:01 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-638@tmp/private_key_1657484650148439653.key (/w/workspace/dgexfoundry_device-sdk-go_PR-638@tmp/private_key_1657484650148439653.key) 02:43:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:02 + git tag --points-at HEAD [Pipeline] } 02:43:02 $ docker exec --env ******** --env ******** 8e2543dff6d0fb599ee6f22b3d38192533eb99d8c28afa5dca27a5eb80e5e93f ssh-agent -k 02:43:02 unset SSH_AUTH_SOCK; 02:43:02 unset SSH_AGENT_PID; 02:43:02 echo Agent pid 17 killed; 02:43:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:43:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:02 [ssh-agent] Looking for ssh-agent implementation... 02:43:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:02 $ docker exec 8e2543dff6d0fb599ee6f22b3d38192533eb99d8c28afa5dca27a5eb80e5e93f ssh-agent 02:43:02 SSH_AUTH_SOCK=/tmp/ssh-exnM79f4CaZC/agent.46 02:43:02 SSH_AGENT_PID=51 02:43:02 Running ssh-add (command line suppressed) 02:43:03 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-638@tmp/private_key_7746215716967786216.key (/w/workspace/dgexfoundry_device-sdk-go_PR-638@tmp/private_key_7746215716967786216.key) 02:43:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:03 + git semver init 02:43:03 # -> Open(): unable to determine branch for HEAD 02:43:03 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-638/.git 02:43:03 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-638 02:43:03 # $SEMVER_REMOTE_NAME = origin 02:43:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:43:03 # $SEMVER_USER_NAME = edgex-jenkins 02:43:03 # $SEMVER_BRANCH = PR-638 02:43:03 # $SEMVER_TEMP = /tmp/semver-935467791 02:43:03 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:43:04 # '/tmp/semver-935467791' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-638/.semver' 02:43:04 # -> Force: false 02:43:04 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-638/.semver [Pipeline] } 02:43:04 $ docker exec --env ******** --env ******** 8e2543dff6d0fb599ee6f22b3d38192533eb99d8c28afa5dca27a5eb80e5e93f ssh-agent -k 02:43:04 unset SSH_AUTH_SOCK; 02:43:04 unset SSH_AGENT_PID; 02:43:04 echo Agent pid 51 killed; 02:43:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:43:04 + git semver [Pipeline] } 02:43:04 $ docker stop --time=1 8e2543dff6d0fb599ee6f22b3d38192533eb99d8c28afa5dca27a5eb80e5e93f 02:43:06 $ docker rm -f 8e2543dff6d0fb599ee6f22b3d38192533eb99d8c28afa5dca27a5eb80e5e93f [Pipeline] // withDockerContainer [Pipeline] sh 02:43:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:43:07 Stashed 1 file(s) [Pipeline] echo 02:43:07 [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 02:43:22 Still waiting to schedule task 02:43:22 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:43:22 Still waiting to schedule task 02:43:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:44:24 Running on prd-centos7-docker-4c-2g-8589 in /w/workspace/dgexfoundry_device-sdk-go_PR-638 [Pipeline] { [Pipeline] ws 02:44:24 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 02:44:28 using credential edgex-jenkins-ssh 02:44:28 Cloning the remote Git repository 02:44:28 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:28 > git init /w/workspace/device-sdk-go/3 # timeout=10 02:44:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:28 > git --version # timeout=10 02:44:28 > git --version # 'git version 2.16.5' 02:44:28 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:30 Merging remotes/origin/master commit 0bbcb663a9153978e7e9ef8c297d5988e58906d0 into PR head commit ca4cf48f29a5cb9a53c68c529d9c449c8de69ee7 02:44:30 Merge succeeded, producing 1bc8ce325a623696681231b6a06c3b89df553969 02:44:30 Checking out Revision 1bc8ce325a623696681231b6a06c3b89df553969 (PR-638) 02:44:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:30 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/638/head:refs/remotes/origin/PR-638 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:30 > git config core.sparsecheckout # timeout=10 02:44:30 > git checkout -f ca4cf48f29a5cb9a53c68c529d9c449c8de69ee7 # timeout=10 02:44:30 > git remote # timeout=10 02:44:30 > git config --get remote.origin.url # timeout=10 02:44:30 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:30 > git merge 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 02:44:30 > git rev-parse HEAD^{commit} # timeout=10 02:44:30 > git config core.sparsecheckout # timeout=10 02:44:30 > git checkout -f 1bc8ce325a623696681231b6a06c3b89df553969 # timeout=10 02:44:34 Commit message: "Merge commit '0bbcb663a9153978e7e9ef8c297d5988e58906d0' into HEAD" 02:44:34 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:44:35 ========================================================= 02:44:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:44:35 ========================================================= 02:44:34 > git rev-list --no-walk 0924d9d43f4adc4c51b94a9da39dfd7a9f8d7eb6 # timeout=10 [Pipeline] isUnix [Pipeline] sh 02:44:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:44:36 Sending build context to Docker daemon 2.349MB 02:44:36 Step 1/8 : ARG BASE=golang:1.15-alpine 02:44:36 Step 2/8 : FROM ${BASE} 02:44:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:44:36 df20fa9351a1: Pulling fs layer 02:44:36 ed8968b2872e: Pulling fs layer 02:44:36 a92cc7c5fd73: Pulling fs layer 02:44:36 e871e8e8d7a9: Pulling fs layer 02:44:36 e73272ec9a57: Pulling fs layer 02:44:36 1e910a182e73: Pulling fs layer 02:44:36 4e634b169226: Pulling fs layer 02:44:36 e871e8e8d7a9: Waiting 02:44:36 e73272ec9a57: Waiting 02:44:36 1e910a182e73: Waiting 02:44:36 4e634b169226: Waiting 02:44:36 a92cc7c5fd73: Verifying Checksum 02:44:36 a92cc7c5fd73: Download complete 02:44:36 ed8968b2872e: Verifying Checksum 02:44:36 ed8968b2872e: Download complete 02:44:36 e73272ec9a57: Verifying Checksum 02:44:36 e73272ec9a57: Download complete 02:44:36 1e910a182e73: Verifying Checksum 02:44:36 1e910a182e73: Download complete 02:44:36 df20fa9351a1: Verifying Checksum 02:44:36 df20fa9351a1: Download complete 02:44:36 df20fa9351a1: Pull complete 02:44:37 ed8968b2872e: Pull complete 02:44:37 a92cc7c5fd73: Pull complete 02:44:38 4e634b169226: Verifying Checksum 02:44:38 4e634b169226: Download complete 02:44:39 e871e8e8d7a9: Verifying Checksum 02:44:39 e871e8e8d7a9: Download complete 02:44:44 e871e8e8d7a9: Pull complete 02:44:44 e73272ec9a57: Pull complete 02:44:44 1e910a182e73: Pull complete 02:44:51 4e634b169226: Pull complete 02:44:51 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:44:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:44:51 ---> f7629b54cfaa 02:44:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:44:51 ---> Running in 7999f18f5ff0 02:44:51 Removing intermediate container 7999f18f5ff0 02:44:51 ---> 411aa7865d99 02:44:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:51 ---> Running in cc16b2a8c076 02:44:52 Removing intermediate container cc16b2a8c076 02:44:52 ---> 3b228f8b684a 02:44:52 Step 5/8 : RUN apk add --no-cache make git 02:44:52 ---> Running in 8755e71700b8 02:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:44:54 OK: 166 MiB in 39 packages 02:44:54 Removing intermediate container 8755e71700b8 02:44:54 ---> d5443d946507 02:44:54 Step 6/8 : WORKDIR /device-sdk-go 02:44:54 ---> Running in 7b81a9e23731 02:44:54 Removing intermediate container 7b81a9e23731 02:44:54 ---> 77ca6d13ddf5 02:44:54 Step 7/8 : COPY . . 02:44:56 ---> 4cef3c1bd7b4 02:44:56 Step 8/8 : RUN go mod download 02:44:56 ---> Running in c28be108299b 02:45:14 Removing intermediate container c28be108299b 02:45:14 ---> 18f194dced97 02:45:14 Successfully built 18f194dced97 02:45:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:45:14 + docker inspect -f . ci-base-image-x86_64 02:45:14 . [Pipeline] withDockerContainer 02:45:15 prd-centos7-docker-4c-2g-8589 does not seem to be running inside a container 02:45:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:15 $ docker top 713b0ba9e34612deb4b3ec1a93a0d1658258e2b7684e77ec035f64298c4d0ae2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:16 + go version 02:45:16 go version go1.15.2 linux/amd64 [Pipeline] } 02:45:16 $ docker stop --time=1 713b0ba9e34612deb4b3ec1a93a0d1658258e2b7684e77ec035f64298c4d0ae2 02:45:17 $ docker rm -f 713b0ba9e34612deb4b3ec1a93a0d1658258e2b7684e77ec035f64298c4d0ae2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:18 + docker inspect -f . ci-base-image-x86_64 02:45:18 . [Pipeline] withDockerContainer 02:45:18 prd-centos7-docker-4c-2g-8589 does not seem to be running inside a container 02:45:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:19 $ docker top 949b88a2245cad464cc112ab4518cbf1421bcf7b56a874840fffaf6236da1ce1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:20 + make test 02:45:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:28 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:45:43 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:45:43 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:45:43 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:45:43 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.069s coverage: 21.4% of statements 02:45:45 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.533s coverage: 97.1% of statements 02:45:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8593 in /w/workspace/dgexfoundry_device-sdk-go_PR-638 [Pipeline] { [Pipeline] ws 02:45:48 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 02:45:54 using credential edgex-jenkins-ssh 02:45:54 Cloning the remote Git repository 02:45:54 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:54 > git init /w/workspace/device-sdk-go/3 # timeout=10 02:45:54 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:54 > git --version # timeout=10 02:45:54 > git --version # 'git version 2.17.1' 02:45:54 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:55 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:55 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/638/head:refs/remotes/origin/PR-638 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:56 Merging remotes/origin/master commit 0bbcb663a9153978e7e9ef8c297d5988e58906d0 into PR head commit ca4cf48f29a5cb9a53c68c529d9c449c8de69ee7 02:45:56 Merge succeeded, producing 8491b34eb748d34a3cd700948c304dbcde7a50a6 02:45:56 Checking out Revision 8491b34eb748d34a3cd700948c304dbcde7a50a6 (PR-638) 02:45:56 > git config core.sparsecheckout # timeout=10 02:45:56 > git checkout -f ca4cf48f29a5cb9a53c68c529d9c449c8de69ee7 # timeout=10 02:45:56 > git remote # timeout=10 02:45:56 > git config --get remote.origin.url # timeout=10 02:45:56 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:56 > git merge 0bbcb663a9153978e7e9ef8c297d5988e58906d0 # timeout=10 02:45:56 > git rev-parse HEAD^{commit} # timeout=10 02:45:56 > git config core.sparsecheckout # timeout=10 02:45:56 > git checkout -f 8491b34eb748d34a3cd700948c304dbcde7a50a6 # timeout=10 02:46:01 Commit message: "Merge commit '0bbcb663a9153978e7e9ef8c297d5988e58906d0' into HEAD" 02:46:01 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 02:46:01 > git rev-list --no-walk 0924d9d43f4adc4c51b94a9da39dfd7a9f8d7eb6 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:46:02 ========================================================= 02:46:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:46:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:03 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:46:04 Sending build context to Docker daemon 2.351MB 02:46:04 Step 1/8 : ARG BASE=golang:1.15-alpine 02:46:04 Step 2/8 : FROM ${BASE} 02:46:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:46:04 b538f80385f9: Pulling fs layer 02:46:04 74f711af9a0d: Pulling fs layer 02:46:04 99f96fe45779: Pulling fs layer 02:46:04 8529a6b9a6be: Pulling fs layer 02:46:04 45590311c82a: Pulling fs layer 02:46:04 69ca0ff8b7b3: Pulling fs layer 02:46:04 209524e5b208: Pulling fs layer 02:46:04 8529a6b9a6be: Waiting 02:46:04 45590311c82a: Waiting 02:46:04 69ca0ff8b7b3: Waiting 02:46:04 209524e5b208: Waiting 02:46:04 99f96fe45779: Verifying Checksum 02:46:04 99f96fe45779: Download complete 02:46:04 74f711af9a0d: Verifying Checksum 02:46:04 74f711af9a0d: Download complete 02:46:04 45590311c82a: Verifying Checksum 02:46:04 45590311c82a: Download complete 02:46:04 69ca0ff8b7b3: Verifying Checksum 02:46:04 69ca0ff8b7b3: Download complete 02:46:04 b538f80385f9: Verifying Checksum 02:46:04 b538f80385f9: Download complete 02:46:05 b538f80385f9: Pull complete 02:46:06 74f711af9a0d: Pull complete 02:46:06 99f96fe45779: Pull complete 02:46:07 209524e5b208: Verifying Checksum 02:46:07 209524e5b208: Download complete 02:46:08 8529a6b9a6be: Verifying Checksum 02:46:08 8529a6b9a6be: Download complete 02:46:17 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.075s coverage: 9.4% of statements 02:46:17 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.091s coverage: 21.9% of statements 02:46:17 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:46:17 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.245s coverage: 42.6% of statements 02:46:17 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:46:17 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.315s coverage: 68.9% of statements 02:46:17 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:46:17 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:46:17 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:46:17 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:46:17 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.080s coverage: 52.6% of statements 02:46:17 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 02:46:17 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:46:17 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:46:17 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.377s coverage: 68.9% of statements 02:46:17 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.055s coverage: 4.7% of statements 02:46:17 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:46:17 GO111MODULE=on go vet ./... 02:46:19 8529a6b9a6be: Pull complete 02:46:19 45590311c82a: Pull complete 02:46:19 69ca0ff8b7b3: Pull complete 02:46:23 209524e5b208: Pull complete 02:46:23 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:46:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:46:23 ---> 5bddaf1c2fca 02:46:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:23 gofmt -l . 02:46:23 [ "`gofmt -l .`" = "" ] 02:46:23 ./bin/test-attribution-txt.sh 02:46:24 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:46:25 Stashed 1 file(s) [Pipeline] } 02:46:25 $ docker stop --time=1 949b88a2245cad464cc112ab4518cbf1421bcf7b56a874840fffaf6236da1ce1 02:46:25 ---> Running in 87454bf33e9c 02:46:26 Removing intermediate container 87454bf33e9c 02:46:26 ---> d9435a581e37 02:46:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:26 ---> Running in ee0e70e81c96 02:46:27 $ docker rm -f 949b88a2245cad464cc112ab4518cbf1421bcf7b56a874840fffaf6236da1ce1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:46:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:46:28 Removing intermediate container ee0e70e81c96 02:46:28 ---> ff10b3e5ce4a 02:46:28 Step 5/8 : RUN apk add --no-cache make git 02:46:29 + ls -al . 02:46:29 total 208 02:46:29 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 24 02:46 . 02:46:29 drwxrwxr-x. 4 jenkins jenkins 28 Oct 24 02:44 .. 02:46:29 drwxrwxr-x. 2 jenkins jenkins 64 Oct 24 02:44 bin 02:46:29 -rw-r--r--. 1 jenkins jenkins 127611 Oct 24 02:46 coverage.out 02:46:29 -rw-rw-r--. 1 jenkins jenkins 936 Oct 24 02:44 Dockerfile.build 02:46:29 -rw-rw-r--. 1 jenkins jenkins 140 Oct 24 02:44 .dockerignore 02:46:29 drwxrwxr-x. 4 jenkins jenkins 48 Oct 24 02:44 example 02:46:29 drwxrwxr-x. 8 jenkins jenkins 179 Oct 24 02:44 .git 02:46:29 drwxrwxr-x. 2 jenkins jenkins 60 Oct 24 02:44 .github 02:46:29 -rw-rw-r--. 1 jenkins jenkins 138 Oct 24 02:44 .gitignore 02:46:29 -rw-r--r--. 1 jenkins jenkins 518 Oct 24 02:46 go.mod 02:46:29 -rw-r--r--. 1 jenkins jenkins 13545 Oct 24 02:46 go.sum 02:46:29 drwxrwxr-x. 15 jenkins jenkins 211 Oct 24 02:44 internal 02:46:29 -rw-rw-r--. 1 jenkins jenkins 901 Oct 24 02:44 Jenkinsfile 02:46:29 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 24 02:44 LICENSE 02:46:29 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 24 02:44 Makefile 02:46:29 drwxrwxr-x. 4 jenkins jenkins 26 Oct 24 02:44 openapi 02:46:29 drwxrwxr-x. 5 jenkins jenkins 50 Oct 24 02:44 pkg 02:46:29 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 24 02:44 README.md 02:46:29 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 24 02:44 RELEASE-NOTES.txt 02:46:29 drwxrwxr-x. 4 jenkins jenkins 54 Oct 24 02:44 snap 02:46:29 -rw-rw-r--. 1 jenkins jenkins 5 Oct 24 02:43 VERSION 02:46:29 -rw-rw-r--. 1 jenkins jenkins 222 Oct 24 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:46:29 ---> Running in 25a275d73be9 02:46:29 + 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=e16f1b22cc869b5418a91f55ce4640b0207fa941 --label arch=amd64 --label version=0.0.0 . 02:46:29 Sending build context to Docker daemon 2.478MB 02:46:29 Step 1/24 : ARG BASE=golang:1.15-alpine 02:46:29 Step 2/24 : FROM ${BASE} AS builder 02:46:29 ---> 18f194dced97 02:46:29 Step 3/24 : ARG MAKE='make build' 02:46:30 ---> Running in 6af5e7fe553c 02:46:30 Removing intermediate container 6af5e7fe553c 02:46:30 ---> 16cce1b17867 02:46:30 Step 4/24 : WORKDIR /device-sdk-go 02:46:30 ---> Running in a35c3e0cfefc 02:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:30 Removing intermediate container a35c3e0cfefc 02:46:30 ---> 9302ad474e17 02:46:30 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:30 ---> Running in 84ea6270f5f3 02:46:31 Removing intermediate container 84ea6270f5f3 02:46:31 ---> 83334d1b8c16 02:46:31 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:31 ---> Running in 25757b529439 02:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:31 OK: 142 MiB in 39 packages 02:46:32 Removing intermediate container 25757b529439 02:46:32 ---> c9d05490f61a 02:46:32 Step 7/24 : RUN apk add --update --no-cache make git 02:46:32 ---> Running in df2de12a95d9 02:46:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:33 Removing intermediate container 25a275d73be9 02:46:33 ---> e42e5ba56bc1 02:46:33 Step 6/8 : WORKDIR /device-sdk-go 02:46:33 ---> Running in 25cc579ccf66 02:46:33 OK: 166 MiB in 39 packages 02:46:33 Removing intermediate container 25cc579ccf66 02:46:33 ---> 5ba28bf1aae8 02:46:33 Step 7/8 : COPY . . 02:46:34 Removing intermediate container df2de12a95d9 02:46:34 ---> 3d6bc76d01e8 02:46:34 Step 8/24 : COPY . . 02:46:35 ---> 491c9eee16f4 02:46:35 Step 8/8 : RUN go mod download 02:46:35 ---> Running in bd404382bf64 02:46:35 ---> 609d9e86efaa 02:46:35 Step 9/24 : RUN ${MAKE} 02:46:35 ---> Running in c8e82bc25564 02:46:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:46:43 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:46:47 Removing intermediate container c8e82bc25564 02:46:47 ---> cdb3e645e109 02:46:47 Step 10/24 : FROM scratch 02:46:47 ---> 02:46:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:47 ---> Running in 5ce4c4f16473 02:46:47 Removing intermediate container 5ce4c4f16473 02:46:47 ---> bedac1620131 02:46:47 Step 12/24 : ENV APP_PORT=49990 02:46:47 ---> Running in 91692045a050 02:46:47 Removing intermediate container 91692045a050 02:46:47 ---> d367344b56f7 02:46:47 Step 13/24 : EXPOSE $APP_PORT 02:46:47 ---> Running in 2b2eef30e098 02:46:47 Removing intermediate container 2b2eef30e098 02:46:47 ---> ffa36c0db777 02:46:47 Step 14/24 : WORKDIR / 02:46:47 ---> Running in b542652ae346 02:46:47 Removing intermediate container b542652ae346 02:46:47 ---> 33df0eb08a15 02:46:47 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:46:48 ---> 8d43920f9e44 02:46:48 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:46:48 ---> 7b14645a1768 02:46:48 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:46:48 ---> 064f3a7f8b06 02:46:48 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:46:48 ---> 80438565a965 02:46:48 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:46:48 ---> 809651684162 02:46:48 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:46:48 ---> Running in f5b78e5222be 02:46:49 Removing intermediate container f5b78e5222be 02:46:49 ---> 135dfa996cae 02:46:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:49 ---> Running in 713a815166a5 02:46:49 Removing intermediate container 713a815166a5 02:46:49 ---> 01f4e4cdc596 02:46:49 Step 22/24 : LABEL arch=amd64 02:46:49 ---> Running in 3198a4bcf78b 02:46:49 Removing intermediate container 3198a4bcf78b 02:46:49 ---> d9a8df32ea1c 02:46:49 Step 23/24 : LABEL git_sha=e16f1b22cc869b5418a91f55ce4640b0207fa941 02:46:49 ---> Running in 038f818a6673 02:46:49 Removing intermediate container 038f818a6673 02:46:49 ---> 38718be54fe5 02:46:49 Step 24/24 : LABEL version=0.0.0 02:46:49 ---> Running in fe30fd8eaf4c 02:46:49 Removing intermediate container fe30fd8eaf4c 02:46:49 ---> b7b38e804c55 02:46:49 [Warning] One or more build-args [ARCH] were not consumed 02:46:49 Successfully built b7b38e804c55 02:46:49 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:46:57 Removing intermediate container bd404382bf64 02:46:57 ---> 219b73d8bd60 02:46:57 Successfully built 219b73d8bd60 02:46:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:46:57 + docker inspect -f . ci-base-image-arm64 02:46:57 . [Pipeline] withDockerContainer 02:46:58 prd-ubuntu18.04-docker-arm64-4c-16g-8593 does not seem to be running inside a container 02:46:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 02:47:00 $ docker top d219349c23bf612d684c07783512753d0a27d4f2978e5d072b639e94db1e637c -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:01 + go version 02:47:01 go version go1.15.2 linux/arm64 [Pipeline] } 02:47:01 $ docker stop --time=1 d219349c23bf612d684c07783512753d0a27d4f2978e5d072b639e94db1e637c 02:47:03 $ docker rm -f d219349c23bf612d684c07783512753d0a27d4f2978e5d072b639e94db1e637c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:04 + docker inspect -f . ci-base-image-arm64 02:47:04 . [Pipeline] withDockerContainer 02:47:04 prd-ubuntu18.04-docker-arm64-4c-16g-8593 does not seem to be running inside a container 02:47:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@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 02:47:06 $ docker top 0f35e22ab92138ae59043501114b1b7b1a6b8ea19e801bc62f7127498f8e7ac9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:07 + make test 02:47:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:47:30 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:48:17 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:48:17 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:48:17 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:48:17 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.136s coverage: 21.4% of statements 02:48:18 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.108s coverage: 97.1% of statements 02:48:50 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.121s coverage: 9.4% of statements 02:48:50 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.114s coverage: 21.9% of statements 02:48:50 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:48:50 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.536s coverage: 42.6% of statements 02:48:50 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:48:50 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.757s coverage: 68.9% of statements 02:48:50 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:48:50 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:48:50 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:48:50 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:48:50 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.194s coverage: 52.6% of statements 02:48:50 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 02:48:50 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:48:50 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:48:50 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.619s coverage: 68.9% of statements 02:48:50 ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.140s coverage: 4.7% of statements 02:48:50 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:48:50 GO111MODULE=on go vet ./... 02:49:17 gofmt -l . 02:49:18 [ "`gofmt -l .`" = "" ] 02:49:18 ./bin/test-attribution-txt.sh 02:49:19 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:49:19 Warning: overwriting stash ‘coverage-report’ 02:49:20 Stashed 1 file(s) [Pipeline] } 02:49:20 $ docker stop --time=1 0f35e22ab92138ae59043501114b1b7b1a6b8ea19e801bc62f7127498f8e7ac9 02:49:23 $ docker rm -f 0f35e22ab92138ae59043501114b1b7b1a6b8ea19e801bc62f7127498f8e7ac9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:49:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:49:25 + ls -al . 02:49:25 total 244 02:49:25 drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 02:49 . 02:49:25 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 02:45 .. 02:49:25 -rw-rw-r-- 1 jenkins jenkins 140 Oct 24 02:45 .dockerignore 02:49:25 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 02:46 .git 02:49:25 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 02:45 .github 02:49:25 -rw-rw-r-- 1 jenkins jenkins 138 Oct 24 02:45 .gitignore 02:49:25 -rw-rw-r-- 1 jenkins jenkins 936 Oct 24 02:45 Dockerfile.build 02:49:25 -rw-rw-r-- 1 jenkins jenkins 901 Oct 24 02:45 Jenkinsfile 02:49:25 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 24 02:45 LICENSE 02:49:25 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 24 02:45 Makefile 02:49:25 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 24 02:45 README.md 02:49:25 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 24 02:45 RELEASE-NOTES.txt 02:49:25 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 02:43 VERSION 02:49:25 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 02:45 bin 02:49:25 -rw-r--r-- 1 jenkins jenkins 127611 Oct 24 02:48 coverage.out 02:49:25 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 02:45 example 02:49:25 -rw-r--r-- 1 jenkins jenkins 518 Oct 24 02:49 go.mod 02:49:25 -rw-r--r-- 1 jenkins jenkins 13545 Oct 24 02:49 go.sum 02:49:25 drwxrwxr-x 15 jenkins jenkins 4096 Oct 24 02:45 internal 02:49:25 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 02:45 openapi 02:49:25 drwxrwxr-x 5 jenkins jenkins 4096 Oct 24 02:45 pkg 02:49:25 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 02:45 snap 02:49:25 -rw-rw-r-- 1 jenkins jenkins 222 Oct 24 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:49:25 + 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=e16f1b22cc869b5418a91f55ce4640b0207fa941 --label arch=arm64 --label version=0.0.0 . 02:49:26 Sending build context to Docker daemon 2.48MB 02:49:26 Step 1/24 : ARG BASE=golang:1.15-alpine 02:49:26 Step 2/24 : FROM ${BASE} AS builder 02:49:26 ---> 219b73d8bd60 02:49:26 Step 3/24 : ARG MAKE='make build' 02:49:26 ---> Running in 64ca6e1ba87a 02:49:26 Removing intermediate container 64ca6e1ba87a 02:49:26 ---> 09d1a5aacac6 02:49:26 Step 4/24 : WORKDIR /device-sdk-go 02:49:27 ---> Running in 4e2eaa8aed0b 02:49:27 Removing intermediate container 4e2eaa8aed0b 02:49:27 ---> 6241253eb715 02:49:27 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:27 ---> Running in 9485098ce3e8 02:49:28 Removing intermediate container 9485098ce3e8 02:49:28 ---> 5263faa0d51c 02:49:28 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:28 ---> Running in c036d479f437 02:49:30 Removing intermediate container c036d479f437 02:49:30 ---> bed3f70311c8 02:49:30 Step 7/24 : RUN apk add --update --no-cache make git 02:49:30 ---> Running in bae977e411bd 02:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:34 OK: 142 MiB in 39 packages 02:49:35 Removing intermediate container bae977e411bd 02:49:35 ---> 2428221202bd 02:49:35 Step 8/24 : COPY . . 02:49:36 ---> c2a5537c63ea 02:49:36 Step 9/24 : RUN ${MAKE} 02:49:36 ---> Running in a2d7670127e7 02:49:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:50:04 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:50:06 Removing intermediate container a2d7670127e7 02:50:06 ---> 4b022c6b67ec 02:50:06 Step 10/24 : FROM scratch 02:50:06 ---> 02:50:06 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:06 ---> Running in 3b6e5f6c9f21 02:50:06 Removing intermediate container 3b6e5f6c9f21 02:50:06 ---> 1361a1b8256f 02:50:06 Step 12/24 : ENV APP_PORT=49990 02:50:06 ---> Running in 249cf805f0a8 02:50:07 Removing intermediate container 249cf805f0a8 02:50:07 ---> 863a278ec180 02:50:07 Step 13/24 : EXPOSE $APP_PORT 02:50:07 ---> Running in e8968cc28b3a 02:50:07 Removing intermediate container e8968cc28b3a 02:50:07 ---> 2bf6e4d0feca 02:50:07 Step 14/24 : WORKDIR / 02:50:08 ---> Running in 07aa2ac2c694 02:50:08 Removing intermediate container 07aa2ac2c694 02:50:08 ---> 5d7b4fbd5ba0 02:50:08 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:50:09 ---> fc7a51de67d5 02:50:09 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:50:10 ---> c502ec73dea4 02:50:10 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:50:10 ---> 8f54af335c13 02:50:10 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:50:11 ---> a1ca3aad70f7 02:50:11 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:50:12 ---> 4f6968314d02 02:50:12 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:50:12 ---> Running in 10e660239c81 02:50:13 Removing intermediate container 10e660239c81 02:50:13 ---> 0a50e297b621 02:50:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:50:13 ---> Running in 5d602a4cb538 02:50:13 Removing intermediate container 5d602a4cb538 02:50:13 ---> c404f8328132 02:50:13 Step 22/24 : LABEL arch=arm64 02:50:13 ---> Running in 67473e283bf3 02:50:13 Removing intermediate container 67473e283bf3 02:50:13 ---> e6af69ab2261 02:50:13 Step 23/24 : LABEL git_sha=e16f1b22cc869b5418a91f55ce4640b0207fa941 02:50:14 ---> Running in e137d7d021c1 02:50:14 Removing intermediate container e137d7d021c1 02:50:14 ---> 823d9caf31b9 02:50:14 Step 24/24 : LABEL version=0.0.0 02:50:14 ---> Running in 6fb9e5ce2cad 02:50:15 Removing intermediate container 6fb9e5ce2cad 02:50:15 ---> 77dcb5010219 02:50:15 [Warning] One or more build-args [ARCH] were not consumed 02:50:15 Successfully built 77dcb5010219 02:50:15 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:50:17 provisioning config files... 02:50:17 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-638@tmp/config2173462079424457858tmp [Pipeline] { [Pipeline] sh 02:50:17 + set +x 02:50:17 + curl -s https://codecov.io/bash 02:50:17 + bash -s -- 02:50:17 02:50:17 _____ _ 02:50:17 / ____| | | 02:50:17 | | ___ __| | ___ ___ _____ __ 02:50:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:50:17 | |___| (_) | (_| | __/ (_| (_) \ V / 02:50:17 \_____\___/ \__,_|\___|\___\___/ \_/ 02:50:17 Bash-20201009-048fee3 02:50:17 02:50:17 02:50:17 ==> Jenkins CI detected. 02:50:17 project root: . 02:50:17 Fixing merge commit SHA 02:50:17 --> token set from env 02:50:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:50:17 ==> Running gcov in . (disable via -X gcov) 02:50:17 ==> Python coveragepy not found 02:50:17 ==> Searching for coverage reports in: 02:50:17 + . 02:50:17 -> Found 1 reports 02:50:17 ==> Detecting git/mercurial file structure 02:50:17 ==> Reading reports 02:50:17 + ./coverage.out bytes=127611 02:50:17 ==> Appending adjustments 02:50:17 https://docs.codecov.io/docs/fixing-reports 02:50:18 + Found adjustments 02:50:18 ==> Gzipping contents 02:50:18 ==> Uploading reports 02:50:18 url: https://codecov.io 02:50:18 query: branch=PR-638&commit=0bbcb663a9153978e7e9ef8c297d5988e58906d0&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-638%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=638&job=&cmd_args= 02:50:18 -> Pinging Codecov 02:50:18 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-638&commit=0bbcb663a9153978e7e9ef8c297d5988e58906d0&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-638%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=638&job=&cmd_args= 02:50:18 -> Uploading to 02:50:18 02:50:18 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:18 Dload Upload Total Spent Left Speed 02:50:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 02:50:18 X> Failed to upload 02:50:18 ==> Uploading to Codecov 02:50:18 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:18 Dload Upload Total Spent Left Speed 02:50:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20968 100 110 100 20858 166 31587 --:--:-- --:--:-- --:--:-- 31603 02:50:18 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/0bbcb663a9153978e7e9ef8c297d5988e58906d0 [Pipeline] } 02:50:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:50:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:50:22 ---> package-listing.sh 02:50:22 ++ facter osfamily 02:50:22 ++ tr '[:upper:]' '[:lower:]' 02:50:22 + OS_FAMILY=redhat 02:50:22 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-638 02:50:22 + START_PACKAGES=/tmp/packages_start.txt 02:50:22 + END_PACKAGES=/tmp/packages_end.txt 02:50:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:50:22 + PACKAGES=/tmp/packages_start.txt 02:50:22 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-638 ']' 02:50:22 + PACKAGES=/tmp/packages_end.txt 02:50:22 + case "${OS_FAMILY}" in 02:50:22 + rpm -qa 02:50:22 + sort 02:50:25 + '[' -f /tmp/packages_start.txt ']' 02:50:25 + '[' -f /tmp/packages_end.txt ']' 02:50:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:50:25 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-638 ']' 02:50:25 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-638/archives/ 02:50:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-638/archives/ [Pipeline] echo 02:50:25 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-638/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:50:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:50:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:26 02:50:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:50:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:26 alpine: Pulling from edgex-lftools-log-publisher 02:50:26 df20fa9351a1: Pulling fs layer 02:50:26 36b3adc4ff6f: Pulling fs layer 02:50:26 8ad3a11d3b57: Pulling fs layer 02:50:26 46f8f816bc3b: Pulling fs layer 02:50:26 93b61091891f: Pulling fs layer 02:50:26 93b9cdb0e59b: Pulling fs layer 02:50:26 5e14af77c1be: Pulling fs layer 02:50:26 01666e4c0597: Pulling fs layer 02:50:26 aa168da1d23b: Pulling fs layer 02:50:26 93b9cdb0e59b: Waiting 02:50:26 5e14af77c1be: Waiting 02:50:26 01666e4c0597: Waiting 02:50:26 46f8f816bc3b: Waiting 02:50:26 93b61091891f: Waiting 02:50:26 36b3adc4ff6f: Download complete 02:50:26 46f8f816bc3b: Verifying Checksum 02:50:26 46f8f816bc3b: Download complete 02:50:26 df20fa9351a1: Verifying Checksum 02:50:26 df20fa9351a1: Download complete 02:50:26 93b9cdb0e59b: Verifying Checksum 02:50:26 93b9cdb0e59b: Download complete 02:50:26 93b61091891f: Verifying Checksum 02:50:26 93b61091891f: Download complete 02:50:26 01666e4c0597: Download complete 02:50:26 df20fa9351a1: Pull complete 02:50:26 36b3adc4ff6f: Pull complete 02:50:26 8ad3a11d3b57: Verifying Checksum 02:50:26 8ad3a11d3b57: Download complete 02:50:27 5e14af77c1be: Verifying Checksum 02:50:27 5e14af77c1be: Download complete 02:50:27 8ad3a11d3b57: Pull complete 02:50:27 46f8f816bc3b: Pull complete 02:50:28 93b61091891f: Pull complete 02:50:28 93b9cdb0e59b: Pull complete 02:50:28 aa168da1d23b: Verifying Checksum 02:50:28 aa168da1d23b: Download complete 02:50:29 5e14af77c1be: Pull complete 02:50:29 01666e4c0597: Pull complete 02:50:34 aa168da1d23b: Pull complete 02:50:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:50:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:50:34 prd-centos7-docker-4c-2g-8583 does not seem to be running inside a container 02:50:34 $ 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-638/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-638 -v /w/workspace/dgexfoundry_device-sdk-go_PR-638:/w/workspace/dgexfoundry_device-sdk-go_PR-638:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-638@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-638@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:50:41 $ docker top 1bd12d4c9f6650b43bc78e078e0e1a329f042252f0ab3f84454ac4aadf3e42cd -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:42 + touch /tmp/pre-build-complete [Pipeline] sh 02:50:42 + mkdir -p /var/log/sa [Pipeline] sh 02:50:42 + ls /var/log/sa-host 02:50:42 + sadf -c /var/log/sa-host/sa05 02:50:42 file_magic: OK 02:50:42 HZ: Using current value: 100 02:50:42 file_header: OK 02:50:42 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 02:50:42 Statistics: 02:50:42 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:50:42 File successfully converted to sysstat format version 12.2.1 02:50:42 + sadf -c /var/log/sa-host/sa24 02:50:42 file_magic: OK 02:50:42 HZ: Using current value: 100 02:50:42 file_header: OK 02:50:42 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 02:50:42 Statistics: 02:50:42 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:50:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:50:42 provisioning config files... 02:50:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-638@tmp/config7931128627421703838tmp [Pipeline] { [Pipeline] echo 02:50:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:50:43 ---> create-netrc.sh [Pipeline] } 02:50:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:50:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:50:43 ---> python-tools-install.sh [Pipeline] echo 02:50:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:50:43 ---> sudo-logs.sh 02:50:43 Archiving 'sudo' log.. [Pipeline] echo 02:50:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:50:44 ---> job-cost.sh 02:50:44 lf-activate-venv: SKIPPING 02:50:44 INFO: No Stack... 02:50:45 INFO: Retrieving Pricing Info for: v1-standard-2 02:50:45 INFO: Archiving Costs [Pipeline] echo 02:50:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:50:46 ---> logs-deploy.sh 02:50:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-638/3 02:50:46 INFO: archiving workspace using pattern(s): 02:50:47 Archives upload complete. 02:50:47 INFO: archiving logs to Nexus 02:50:48 ---> uname -a: 02:50:48 Linux prd-centos7-docker-4c-2g-8583.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 02:50:48 02:50:48 02:50:48 ---> lscpu: 02:50:48 Architecture: x86_64 02:50:48 CPU op-mode(s): 32-bit, 64-bit 02:50:48 Byte Order: Little Endian 02:50:48 Address sizes: 40 bits physical, 48 bits virtual 02:50:48 CPU(s): 4 02:50:48 On-line CPU(s) list: 0-3 02:50:48 Thread(s) per core: 1 02:50:48 Core(s) per socket: 1 02:50:48 Socket(s): 4 02:50:48 NUMA node(s): 1 02:50:48 Vendor ID: GenuineIntel 02:50:48 CPU family: 6 02:50:48 Model: 44 02:50:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:50:48 Stepping: 1 02:50:48 CPU MHz: 2933.438 02:50:48 BogoMIPS: 5866.87 02:50:48 Virtualization: VT-x 02:50:48 Hypervisor vendor: KVM 02:50:48 Virtualization type: full 02:50:48 L1d cache: 128 KiB 02:50:48 L1i cache: 128 KiB 02:50:48 L2 cache: 16 MiB 02:50:48 L3 cache: 64 MiB 02:50:48 NUMA node0 CPU(s): 0-3 02:50:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:50:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:50:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:50:48 Vulnerability Meltdown: Mitigation; PTI 02:50:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:50:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:50:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:50:48 Vulnerability Tsx async abort: Not affected 02:50:48 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:50:48 02:50:48 02:50:48 ---> nproc: 02:50:48 4 02:50:48 02:50:48 02:50:48 ---> df -h: 02:50:48 Filesystem Size Used Available Use% Mounted on 02:50:48 overlay 50.0G 7.2G 42.8G 14% / 02:50:48 tmpfs 64.0M 0 64.0M 0% /dev 02:50:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:50:48 shm 64.0M 0 64.0M 0% /dev/shm 02:50:48 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 02:50:48 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 02:50:48 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 02:50:48 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 02:50:48 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 02:50:48 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 02:50:48 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-638 02:50:48 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-638@tmp 02:50:48 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 02:50:48 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 02:50:48 02:50:48 02:50:48 ---> free -m: 02:50:48 total used free shared buff/cache available 02:50:48 Mem: 1837 647 106 0 1082 1087 02:50:48 Swap: 1023 0 1023 02:50:48 02:50:48 02:50:48 ---> ip addr: 02:50:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:50:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:50:48 inet 127.0.0.1/8 scope host lo 02:50:48 valid_lft forever preferred_lft forever 02:50:48 inet6 ::1/128 scope host 02:50:48 valid_lft forever preferred_lft forever 02:50:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:50:48 link/ether fa:16:3e:01:1b:7c brd ff:ff:ff:ff:ff:ff 02:50:48 inet 10.30.123.44/23 brd 10.30.123.255 scope global dynamic eth0 02:50:48 valid_lft 85887sec preferred_lft 85887sec 02:50:48 inet6 fe80::f816:3eff:fe01:1b7c/64 scope link 02:50:48 valid_lft forever preferred_lft forever 02:50:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:50:48 link/ether 02:42:fd:72:a8:7a brd ff:ff:ff:ff:ff:ff 02:50:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:50:48 valid_lft forever preferred_lft forever 02:50:48 inet6 fe80::42:fdff:fe72:a87a/64 scope link 02:50:48 valid_lft forever preferred_lft forever 02:50:48 02:50:48 02:50:48 ---> sar -b -r -n DEV: 02:50:48 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/24/20 _x86_64_ (4 CPU) 02:50:48 02:50:48 02:41:58 LINUX RESTART (4 CPU) 02:50:48 02:50:48 02:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:50:48 02:44:01 8.89 2.71 6.18 0.00 573.16 235.41 0.00 02:50:48 02:45:01 0.38 0.00 0.38 0.00 0.00 5.98 0.00 02:50:48 02:46:01 0.18 0.00 0.18 0.00 0.00 2.47 0.00 02:50:48 02:47:01 0.30 0.00 0.30 0.00 0.00 3.76 0.00 02:50:48 02:48:01 0.30 0.00 0.30 0.00 0.00 4.48 0.00 02:50:48 02:49:01 0.33 0.02 0.32 0.00 0.13 3.65 0.00 02:50:48 02:50:01 0.25 0.00 0.25 0.00 0.00 2.77 0.00 02:50:48 Average: 1.52 0.39 1.13 0.00 81.93 36.94 0.00 02:50:48 02:50:48 02:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:50:48 02:44:01 159972 0 539980 28.70 2620 1178984 1116920 38.12 410972 1148724 20 02:50:48 02:45:01 165368 0 534580 28.41 2620 1178988 1077196 36.76 408160 1147188 20 02:50:48 02:46:01 163932 0 536008 28.49 2620 1178996 1073160 36.63 411132 1145956 12 02:50:48 02:47:01 162600 0 537288 28.56 2620 1179048 1073184 36.63 417320 1141488 16 02:50:48 02:48:01 162264 0 537668 28.58 2620 1179004 1073220 36.63 418516 1140424 12 02:50:48 02:49:01 164160 0 535764 28.47 2620 1179012 1055732 36.03 429632 1127772 16 02:50:48 02:50:01 165000 0 534916 28.43 2620 1179020 1055672 36.03 427384 1129860 12 02:50:48 Average: 163328 0 536601 28.52 2620 1179007 1075012 36.69 417588 1140202 15 02:50:48 02:50:48 02:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:50:48 02:44:01 eth0 35.23 29.39 42.13 26.94 0.00 0.00 0.00 0.00 02:50:48 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:44:01 docker0 10.24 8.26 1.40 20.17 0.00 0.00 0.00 0.00 02:50:48 02:45:01 eth0 3.25 0.95 0.98 0.57 0.00 0.00 0.00 0.00 02:50:48 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:46:01 eth0 2.57 0.55 0.67 0.40 0.00 0.00 0.00 0.00 02:50:48 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:47:01 eth0 1.43 0.33 0.37 0.23 0.00 0.00 0.00 0.00 02:50:48 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:48:01 eth0 0.97 0.58 0.60 0.46 0.00 0.00 0.00 0.00 02:50:48 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:49:01 eth0 0.25 0.17 0.10 0.01 0.00 0.00 0.00 0.00 02:50:48 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:50:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 Average: eth0 6.25 4.57 6.41 4.09 0.00 0.00 0.00 0.00 02:50:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:50:48 Average: docker0 1.46 1.18 0.20 2.88 0.00 0.00 0.00 0.00 02:50:48 02:50:48 02:50:48 ---> sar -P ALL: 02:50:48 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/24/20 _x86_64_ (4 CPU) 02:50:48 02:50:48 02:41:58 LINUX RESTART (4 CPU) 02:50:48 02:50:48 02:43:01 CPU %user %nice %system %iowait %steal %idle 02:50:48 02:44:01 all 1.80 0.00 0.60 0.04 0.00 97.56 02:50:48 02:44:01 0 1.79 0.00 0.75 0.08 0.00 97.38 02:50:48 02:44:01 1 1.24 0.00 0.57 0.03 0.00 98.16 02:50:48 02:44:01 2 1.93 0.00 0.63 0.03 0.00 97.40 02:50:48 02:44:01 3 2.24 0.00 0.45 0.02 0.00 97.30 02:50:48 02:45:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:50:48 02:45:01 0 0.40 0.00 0.05 0.00 0.00 99.55 02:50:48 02:45:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:50:48 02:45:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:50:48 02:45:01 3 0.10 0.00 0.02 0.00 0.00 99.88 02:50:48 02:46:01 all 0.05 0.00 0.04 0.00 0.00 99.91 02:50:48 02:46:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:50:48 02:46:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:50:48 02:46:01 2 0.07 0.00 0.03 0.00 0.00 99.90 02:50:48 02:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:50:48 02:47:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:50:48 02:47:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:50:48 02:47:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:50:48 02:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:50:48 02:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:50:48 02:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:50:48 02:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:50:48 02:48:01 1 0.53 0.00 0.02 0.00 0.00 99.45 02:50:48 02:48:01 2 0.07 0.00 0.05 0.00 0.00 99.88 02:50:48 02:48:01 3 0.03 0.00 0.07 0.00 0.00 99.90 02:50:48 02:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:50:48 02:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:50:48 02:49:01 1 0.52 0.00 0.02 0.00 0.00 99.47 02:50:48 02:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:50:48 02:49:01 3 0.02 0.00 0.07 0.00 0.00 99.92 02:50:48 02:50:01 all 0.16 0.00 0.02 0.00 0.00 99.82 02:50:48 02:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 02:50:48 02:50:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:50:48 02:50:01 2 0.07 0.00 0.02 0.00 0.00 99.92 02:50:48 02:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:50:48 Average: all 0.37 0.00 0.11 0.01 0.00 99.51 02:50:48 Average: 0 0.40 0.00 0.13 0.01 0.00 99.46 02:50:48 Average: 1 0.42 0.00 0.11 0.00 0.00 99.46 02:50:48 Average: 2 0.32 0.00 0.12 0.00 0.00 99.56 02:50:48 Average: 3 0.35 0.00 0.10 0.00 0.00 99.55 02:50:48 02:50:48 02:50:48