Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b548679428654ee0dca8f5b5dc3d7fcaeb119b73+9121cb4fd2f17f024cc2e84f36967dd0fb0597df (67a1bd881d971e77c59c21cbc94fe93e666c1a16) 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 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 fc09f7fe5f69055b0e322e50b0bb9debbc716db4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f fc09f7fe5f69055b0e322e50b0bb9debbc716db4 # timeout=10 Commit message: "Merge pull request #271 from ernestojeda/documentation-changes" > 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-5506 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [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-582 # 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/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9121cb4fd2f17f024cc2e84f36967dd0fb0597df into PR head commit b548679428654ee0dca8f5b5dc3d7fcaeb119b73 Merge succeeded, producing 426d968bf27e5cf411a4989117a5992c1c08a42e Checking out Revision 426d968bf27e5cf411a4989117a5992c1c08a42e (PR-582) > git config core.sparsecheckout # timeout=10 > git checkout -f b548679428654ee0dca8f5b5dc3d7fcaeb119b73 # 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 9121cb4fd2f17f024cc2e84f36967dd0fb0597df # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 426d968bf27e5cf411a4989117a5992c1c08a42e # timeout=10 Commit message: "Merge commit '9121cb4fd2f17f024cc2e84f36967dd0fb0597df' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:43:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:43:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 818d6e32d39a44fa0348641b45de1d8d37d10b77 # timeout=10 [Pipeline] echo 02:43:39 ========================================================= 02:43:39 EdgeX Global Pipelines Version Info 02:43:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:43:41 ------------------- 02:43:41 stable info: 02:43:41 ------------------- 02:43:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:41 Commit SHA: fc09f7fe5f69055b0e322e50b0bb9debbc716db4 02:43:41 Message: update stable to v1.0.142 02:43:42 ------------------- 02:43:42 experimental info: 02:43:42 ------------------- 02:43:42 Commited By: **** collab-it+edgex@linuxfoundation.org 02:43:42 Commit SHA: 2f41ad55dd360c8679175c2f18fa26421540ceb6 02:43:42 Message: update experimental to v1.0.143 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:43:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:43:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-582 [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-582 [Pipeline] echo 02:43:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-582 [Pipeline] echo 02:43:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 426d968bf27e5cf411a4989117a5992c1c08a42e [Pipeline] echo 02:43:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 426d968 [Pipeline] echo 02:43:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:43:45 + git log --format=format:%s -1 426d968bf27e5cf411a4989117a5992c1c08a42e [Pipeline] echo 02:43:45 GIT_COMMIT: 426d968bf27e5cf411a4989117a5992c1c08a42e, Commit Message: Merge commit '9121cb4fd2f17f024cc2e84f36967dd0fb0597df' into HEAD [Pipeline] echo 02:43:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:43:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:46 02:43:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:43:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:47 latest: Pulling from edgex-devops/git-semver 02:43:47 31603596830f: Pulling fs layer 02:43:47 2a8b12db71e7: Pulling fs layer 02:43:47 6ca5941a6612: Pulling fs layer 02:43:47 ecc8261a40a4: Pulling fs layer 02:43:47 ecc8261a40a4: Waiting 02:43:47 2a8b12db71e7: Verifying Checksum 02:43:47 2a8b12db71e7: Download complete 02:43:47 31603596830f: Verifying Checksum 02:43:47 31603596830f: Download complete 02:43:47 ecc8261a40a4: Verifying Checksum 02:43:47 ecc8261a40a4: Download complete 02:43:47 6ca5941a6612: Verifying Checksum 02:43:47 6ca5941a6612: Download complete 02:43:47 31603596830f: Pull complete 02:43:47 2a8b12db71e7: Pull complete 02:43:48 6ca5941a6612: Pull complete 02:43:48 ecc8261a40a4: Pull complete 02:43:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:43:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:43:48 prd-centos7-docker-4c-2g-5506 does not seem to be running inside a container 02:43:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@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 02:43:51 $ docker top f7423f4949826d81ba031e92d3d5f26aa777a8a4729f67c49b922457c259efad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:43:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:51 [ssh-agent] Looking for ssh-agent implementation... 02:43:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:51 $ docker exec f7423f4949826d81ba031e92d3d5f26aa777a8a4729f67c49b922457c259efad ssh-agent 02:43:51 SSH_AUTH_SOCK=/tmp/ssh-PKHRovr2o3xr/agent.11 02:43:51 SSH_AGENT_PID=16 02:43:51 Running ssh-add (command line suppressed) 02:43:51 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_9126765674305329485.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_9126765674305329485.key) 02:43:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:52 + git tag --points-at HEAD [Pipeline] } 02:43:52 $ docker exec --env ******** --env ******** f7423f4949826d81ba031e92d3d5f26aa777a8a4729f67c49b922457c259efad ssh-agent -k 02:43:52 unset SSH_AUTH_SOCK; 02:43:52 unset SSH_AGENT_PID; 02:43:52 echo Agent pid 16 killed; 02:43:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:43:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:52 [ssh-agent] Looking for ssh-agent implementation... 02:43:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:52 $ docker exec f7423f4949826d81ba031e92d3d5f26aa777a8a4729f67c49b922457c259efad ssh-agent 02:43:53 SSH_AUTH_SOCK=/tmp/ssh-O1XBPtsp9mM3/agent.45 02:43:53 SSH_AGENT_PID=50 02:43:53 Running ssh-add (command line suppressed) 02:43:53 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_6332101585856354143.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_6332101585856354143.key) 02:43:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:53 + git semver init 02:43:53 # -> Open(): unable to determine branch for HEAD 02:43:53 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.git 02:43:53 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-582 02:43:53 # $SEMVER_REMOTE_NAME = origin 02:43:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:43:53 # $SEMVER_USER_NAME = edgex-jenkins 02:43:53 # $SEMVER_BRANCH = PR-582 02:43:53 # $SEMVER_TEMP = /tmp/semver-438966884 02:43:53 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:43:54 # '/tmp/semver-438966884' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver' 02:43:54 # -> Force: false 02:43:54 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver [Pipeline] } 02:43:54 $ docker exec --env ******** --env ******** f7423f4949826d81ba031e92d3d5f26aa777a8a4729f67c49b922457c259efad ssh-agent -k 02:43:54 unset SSH_AUTH_SOCK; 02:43:54 unset SSH_AGENT_PID; 02:43:54 echo Agent pid 50 killed; 02:43:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:43:54 + git semver [Pipeline] } 02:43:54 $ docker stop --time=1 f7423f4949826d81ba031e92d3d5f26aa777a8a4729f67c49b922457c259efad 02:43:56 $ docker rm -f f7423f4949826d81ba031e92d3d5f26aa777a8a4729f67c49b922457c259efad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 02:43:56 Stashed 1 file(s) [Pipeline] echo 02:43:56 [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:44:12 Still waiting to schedule task 02:44:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:44:12 Still waiting to schedule task 02:44:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:45:20 Running on prd-centos7-docker-4c-2g-5514 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws 02:45:20 Running in /w/workspace/device-sdk-go/20 [Pipeline] { [Pipeline] checkout 02:45:23 using credential edgex-jenkins-ssh 02:45:23 Cloning the remote Git repository 02:45:23 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:23 > git init /w/workspace/device-sdk-go/20 # timeout=10 02:45:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:23 > git --version # timeout=10 02:45:23 > git --version # 'git version 2.16.5' 02:45:23 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:25 Merging remotes/origin/master commit 9121cb4fd2f17f024cc2e84f36967dd0fb0597df into PR head commit b548679428654ee0dca8f5b5dc3d7fcaeb119b73 02:45:25 Merge succeeded, producing 40c0f8b47b7cc137a8a3a6bbcf217a85de72086c 02:45:25 Checking out Revision 40c0f8b47b7cc137a8a3a6bbcf217a85de72086c (PR-582) 02:45:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:24 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:25 > git config core.sparsecheckout # timeout=10 02:45:25 > git checkout -f b548679428654ee0dca8f5b5dc3d7fcaeb119b73 # timeout=10 02:45:25 > git remote # timeout=10 02:45:25 > git config --get remote.origin.url # timeout=10 02:45:25 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:25 > git merge 9121cb4fd2f17f024cc2e84f36967dd0fb0597df # timeout=10 02:45:25 > git rev-parse HEAD^{commit} # timeout=10 02:45:25 > git config core.sparsecheckout # timeout=10 02:45:25 > git checkout -f 40c0f8b47b7cc137a8a3a6bbcf217a85de72086c # timeout=10 02:45:28 Commit message: "Merge commit '9121cb4fd2f17f024cc2e84f36967dd0fb0597df' into HEAD" 02:45:28 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 02:45:28 > git rev-list --no-walk 818d6e32d39a44fa0348641b45de1d8d37d10b77 # timeout=10 [Pipeline] unstash [Pipeline] echo 02:45:29 ========================================================= 02:45:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:30 + 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:45:31 Sending build context to Docker daemon 2.252MB 02:45:31 Step 1/8 : ARG BASE=golang:1.15-alpine 02:45:31 Step 2/8 : FROM ${BASE} 02:45:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:31 df20fa9351a1: Pulling fs layer 02:45:31 ed8968b2872e: Pulling fs layer 02:45:31 a92cc7c5fd73: Pulling fs layer 02:45:31 e871e8e8d7a9: Pulling fs layer 02:45:31 e73272ec9a57: Pulling fs layer 02:45:31 1e910a182e73: Pulling fs layer 02:45:31 4e634b169226: Pulling fs layer 02:45:31 e871e8e8d7a9: Waiting 02:45:31 e73272ec9a57: Waiting 02:45:31 1e910a182e73: Waiting 02:45:31 4e634b169226: Waiting 02:45:31 a92cc7c5fd73: Verifying Checksum 02:45:31 a92cc7c5fd73: Download complete 02:45:31 ed8968b2872e: Verifying Checksum 02:45:31 ed8968b2872e: Download complete 02:45:31 e73272ec9a57: Verifying Checksum 02:45:31 e73272ec9a57: Download complete 02:45:31 1e910a182e73: Verifying Checksum 02:45:31 1e910a182e73: Download complete 02:45:31 df20fa9351a1: Verifying Checksum 02:45:31 df20fa9351a1: Download complete 02:45:32 df20fa9351a1: Pull complete 02:45:32 ed8968b2872e: Pull complete 02:45:32 a92cc7c5fd73: Pull complete 02:45:34 4e634b169226: Verifying Checksum 02:45:34 4e634b169226: Download complete 02:45:34 e871e8e8d7a9: Download complete 02:45:40 e871e8e8d7a9: Pull complete 02:45:40 e73272ec9a57: Pull complete 02:45:40 1e910a182e73: Pull complete 02:45:50 4e634b169226: Pull complete 02:45:50 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:45:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:45:50 ---> f7629b54cfaa 02:45:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:50 ---> Running in 2c3b19b16096 02:45:50 Removing intermediate container 2c3b19b16096 02:45:50 ---> cd3213d76c08 02:45:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:50 ---> Running in 65c72aaba46a 02:45:51 Removing intermediate container 65c72aaba46a 02:45:51 ---> 2270b7c90fed 02:45:51 Step 5/8 : RUN apk add --no-cache make git 02:45:51 ---> Running in 493df1f3b727 02:45:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:53 OK: 166 MiB in 39 packages 02:45:53 Removing intermediate container 493df1f3b727 02:45:53 ---> e1766c3133c5 02:45:53 Step 6/8 : WORKDIR /device-sdk-go 02:45:53 ---> Running in d2c03e02d6db 02:45:54 Removing intermediate container d2c03e02d6db 02:45:54 ---> 7b2046fc081c 02:45:54 Step 7/8 : COPY . . 02:45:54 ---> ff40c31bf1bd 02:45:54 Step 8/8 : RUN go mod download 02:45:55 ---> Running in 58bf966ff149 02:46:13 Removing intermediate container 58bf966ff149 02:46:13 ---> 45e3603ff4bc 02:46:13 Successfully built 45e3603ff4bc 02:46:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:46:13 + docker inspect -f . ci-base-image-x86_64 02:46:13 . [Pipeline] withDockerContainer 02:46:13 prd-centos7-docker-4c-2g-5514 does not seem to be running inside a container 02:46:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/20 -v /w/workspace/device-sdk-go/20:/w/workspace/device-sdk-go/20:rw,z -v /w/workspace/device-sdk-go/20@tmp:/w/workspace/device-sdk-go/20@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:46:14 $ docker top 65cffbf3cc8589ebd0268bfe469b3ef52e24d909bd4ae45f5fead414aa5319de -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:15 + go version 02:46:15 go version go1.15.2 linux/amd64 [Pipeline] } 02:46:15 $ docker stop --time=1 65cffbf3cc8589ebd0268bfe469b3ef52e24d909bd4ae45f5fead414aa5319de 02:46:16 $ docker rm -f 65cffbf3cc8589ebd0268bfe469b3ef52e24d909bd4ae45f5fead414aa5319de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:17 + docker inspect -f . ci-base-image-x86_64 02:46:17 . [Pipeline] withDockerContainer 02:46:17 prd-centos7-docker-4c-2g-5514 does not seem to be running inside a container 02:46:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/20 -v /w/workspace/device-sdk-go/20:/w/workspace/device-sdk-go/20:rw,z -v /w/workspace/device-sdk-go/20@tmp:/w/workspace/device-sdk-go/20@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:46:18 $ docker top 02ce7c59981d1d8b2bce95c7c16d9183128baefd6645eb522b8181748de42ad0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:19 + make test 02:46:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:27 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:46:42 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:46:42 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:46:42 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:46:42 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.049s coverage: 21.6% of statements 02:46:43 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.462s coverage: 97.1% of statements 02:47:16 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.053s coverage: 9.4% of statements 02:47:16 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.049s coverage: 21.9% of statements 02:47:16 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:47:16 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.197s coverage: 40.0% of statements 02:47:16 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:47:16 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.285s coverage: 68.9% of statements 02:47:16 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:47:16 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:47:16 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:47:16 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:47:16 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.070s coverage: 52.6% of statements 02:47:16 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:47:16 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:47:16 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.400s coverage: 68.9% of statements 02:47:16 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:47:16 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:47:16 GO111MODULE=on go vet ./... 02:47:22 gofmt -l . 02:47:22 [ "`gofmt -l .`" = "" ] 02:47:22 ./bin/test-attribution-txt.sh 02:47:23 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:47:23 Stashed 1 file(s) [Pipeline] } 02:47:24 $ docker stop --time=1 02ce7c59981d1d8b2bce95c7c16d9183128baefd6645eb522b8181748de42ad0 02:47:25 $ docker rm -f 02ce7c59981d1d8b2bce95c7c16d9183128baefd6645eb522b8181748de42ad0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:47:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:47:27 + ls -al . 02:47:27 total 188 02:47:27 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 15 02:47 . 02:47:27 drwxrwxr-x. 4 jenkins jenkins 30 Oct 15 02:45 .. 02:47:27 drwxrwxr-x. 2 jenkins jenkins 64 Oct 15 02:45 bin 02:47:27 -rw-r--r--. 1 jenkins jenkins 110392 Oct 15 02:47 coverage.out 02:47:27 -rw-rw-r--. 1 jenkins jenkins 936 Oct 15 02:45 Dockerfile.build 02:47:27 -rw-rw-r--. 1 jenkins jenkins 140 Oct 15 02:45 .dockerignore 02:47:27 drwxrwxr-x. 4 jenkins jenkins 48 Oct 15 02:45 example 02:47:27 drwxrwxr-x. 8 jenkins jenkins 179 Oct 15 02:45 .git 02:47:27 drwxrwxr-x. 2 jenkins jenkins 60 Oct 15 02:45 .github 02:47:27 -rw-rw-r--. 1 jenkins jenkins 138 Oct 15 02:45 .gitignore 02:47:27 -rw-r--r--. 1 jenkins jenkins 517 Oct 15 02:47 go.mod 02:47:27 -rw-r--r--. 1 jenkins jenkins 13731 Oct 15 02:47 go.sum 02:47:27 drwxrwxr-x. 15 jenkins jenkins 211 Oct 15 02:45 internal 02:47:27 -rw-rw-r--. 1 jenkins jenkins 901 Oct 15 02:45 Jenkinsfile 02:47:27 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 15 02:45 LICENSE 02:47:27 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 15 02:45 Makefile 02:47:27 drwxrwxr-x. 4 jenkins jenkins 26 Oct 15 02:45 openapi 02:47:27 drwxrwxr-x. 5 jenkins jenkins 50 Oct 15 02:45 pkg 02:47:27 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 15 02:45 README.md 02:47:27 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 15 02:45 RELEASE-NOTES.txt 02:47:27 drwxrwxr-x. 4 jenkins jenkins 54 Oct 15 02:45 snap 02:47:27 -rw-rw-r--. 1 jenkins jenkins 5 Oct 15 02:43 VERSION 02:47:27 -rw-rw-r--. 1 jenkins jenkins 222 Oct 15 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:47:28 + 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=426d968bf27e5cf411a4989117a5992c1c08a42e --label arch=amd64 --label version=0.0.0 . 02:47:28 Sending build context to Docker daemon 2.363MB 02:47:28 Step 1/24 : ARG BASE=golang:1.15-alpine 02:47:28 Step 2/24 : FROM ${BASE} AS builder 02:47:28 ---> 45e3603ff4bc 02:47:28 Step 3/24 : ARG MAKE='make build' 02:47:28 ---> Running in 46306699fa8a 02:47:29 Removing intermediate container 46306699fa8a 02:47:29 ---> 368455ecb315 02:47:29 Step 4/24 : WORKDIR /device-sdk-go 02:47:29 ---> Running in d350b65c6ec8 02:47:29 Removing intermediate container d350b65c6ec8 02:47:29 ---> cc88ad667985 02:47:29 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:29 ---> Running in 10c317948b97 02:47:29 Removing intermediate container 10c317948b97 02:47:29 ---> af30380eef1a 02:47:29 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:29 ---> Running in e80d057a30f3 02:47:30 Removing intermediate container e80d057a30f3 02:47:30 ---> d8d7ba59fe52 02:47:30 Step 7/24 : RUN apk add --update --no-cache make git 02:47:30 ---> Running in ac1bd600dc10 02:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:33 OK: 166 MiB in 39 packages 02:47:33 Removing intermediate container ac1bd600dc10 02:47:33 ---> 85a02eb75a47 02:47:33 Step 8/24 : COPY . . 02:47:34 ---> 7f8427cbb692 02:47:34 Step 9/24 : RUN ${MAKE} 02:47:34 ---> Running in 5d5b41af822b 02:47:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:47:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5517 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws 02:47:37 Running in /w/workspace/device-sdk-go/20 [Pipeline] { [Pipeline] checkout 02:47:43 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:47:43 using credential edgex-jenkins-ssh 02:47:43 Cloning the remote Git repository 02:47:43 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:47:43 > git init /w/workspace/device-sdk-go/20 # timeout=10 02:47:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:43 > git --version # timeout=10 02:47:43 > git --version # 'git version 2.17.1' 02:47:43 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:45 Removing intermediate container 5d5b41af822b 02:47:45 ---> 565c975dba01 02:47:45 Step 10/24 : FROM scratch 02:47:45 ---> 02:47:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:45 ---> Running in 0257529e50c1 02:47:45 Removing intermediate container 0257529e50c1 02:47:45 ---> f4c6be8bf17e 02:47:45 Step 12/24 : ENV APP_PORT=49990 02:47:45 ---> Running in c2966e30ffd6 02:47:45 Merging remotes/origin/master commit 9121cb4fd2f17f024cc2e84f36967dd0fb0597df into PR head commit b548679428654ee0dca8f5b5dc3d7fcaeb119b73 02:47:45 Removing intermediate container c2966e30ffd6 02:47:45 ---> 6a55cea8af72 02:47:45 Step 13/24 : EXPOSE $APP_PORT 02:47:45 ---> Running in 92a944ee78c3 02:47:45 Removing intermediate container 92a944ee78c3 02:47:45 ---> b572969b71e9 02:47:45 Step 14/24 : WORKDIR / 02:47:46 Merge succeeded, producing c92a15ad574592bd89c393cec53090ed8e8eb16b 02:47:46 Checking out Revision c92a15ad574592bd89c393cec53090ed8e8eb16b (PR-582) 02:47:46 ---> Running in 3dbcbfec2915 02:47:46 Removing intermediate container 3dbcbfec2915 02:47:46 ---> d30cfca543fc 02:47:46 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:47:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:45 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:47:45 > git config core.sparsecheckout # timeout=10 02:47:45 > git checkout -f b548679428654ee0dca8f5b5dc3d7fcaeb119b73 # timeout=10 02:47:45 > git remote # timeout=10 02:47:45 > git config --get remote.origin.url # timeout=10 02:47:45 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:45 > git merge 9121cb4fd2f17f024cc2e84f36967dd0fb0597df # timeout=10 02:47:46 > git rev-parse HEAD^{commit} # timeout=10 02:47:46 > git config core.sparsecheckout # timeout=10 02:47:46 > git checkout -f c92a15ad574592bd89c393cec53090ed8e8eb16b # timeout=10 02:47:46 ---> 31ccf64d582a 02:47:46 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:47:47 ---> e3769837338a 02:47:47 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:47:47 ---> e2a840f18e68 02:47:47 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:47:47 ---> 5a140d9f7898 02:47:47 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:47:47 ---> d360b99f279e 02:47:47 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:47:47 ---> Running in cff99c6008d5 02:47:47 Removing intermediate container cff99c6008d5 02:47:47 ---> 15b4c6f7719d 02:47:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:47 ---> Running in a0bf2497a752 02:47:48 Removing intermediate container a0bf2497a752 02:47:48 ---> 7056a8ba2692 02:47:48 Step 22/24 : LABEL arch=amd64 02:47:48 ---> Running in 71f940a57474 02:47:48 Removing intermediate container 71f940a57474 02:47:48 ---> a09f908e06f1 02:47:48 Step 23/24 : LABEL git_sha=426d968bf27e5cf411a4989117a5992c1c08a42e 02:47:48 ---> Running in 52c6a9903e67 02:47:48 Removing intermediate container 52c6a9903e67 02:47:48 ---> 9d5f68fed5af 02:47:48 Step 24/24 : LABEL version=0.0.0 02:47:48 ---> Running in 608d4e88e1ab 02:47:48 Removing intermediate container 608d4e88e1ab 02:47:48 ---> a0204aeca4a3 02:47:48 [Warning] One or more build-args [ARCH] were not consumed 02:47:48 Successfully built a0204aeca4a3 02:47:48 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:47:50 Commit message: "Merge commit '9121cb4fd2f17f024cc2e84f36967dd0fb0597df' into HEAD" 02:47:50 First time build. Skipping changelog. 02:47:50 > git rev-list --no-walk 818d6e32d39a44fa0348641b45de1d8d37d10b77 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:47:51 ========================================================= 02:47:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:47:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:47:52 + 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:47:53 Sending build context to Docker daemon 2.251MB 02:47:53 Step 1/8 : ARG BASE=golang:1.15-alpine 02:47:53 Step 2/8 : FROM ${BASE} 02:47:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:47:54 b538f80385f9: Pulling fs layer 02:47:54 74f711af9a0d: Pulling fs layer 02:47:54 99f96fe45779: Pulling fs layer 02:47:54 8529a6b9a6be: Pulling fs layer 02:47:54 45590311c82a: Pulling fs layer 02:47:54 69ca0ff8b7b3: Pulling fs layer 02:47:54 209524e5b208: Pulling fs layer 02:47:54 8529a6b9a6be: Waiting 02:47:54 45590311c82a: Waiting 02:47:54 69ca0ff8b7b3: Waiting 02:47:54 209524e5b208: Waiting 02:47:54 99f96fe45779: Verifying Checksum 02:47:54 99f96fe45779: Download complete 02:47:54 74f711af9a0d: Verifying Checksum 02:47:54 74f711af9a0d: Download complete 02:47:54 45590311c82a: Download complete 02:47:54 69ca0ff8b7b3: Verifying Checksum 02:47:54 69ca0ff8b7b3: Download complete 02:47:54 b538f80385f9: Download complete 02:47:55 b538f80385f9: Pull complete 02:47:56 74f711af9a0d: Pull complete 02:47:56 99f96fe45779: Pull complete 02:47:57 209524e5b208: Verifying Checksum 02:47:57 209524e5b208: Download complete 02:47:58 8529a6b9a6be: Verifying Checksum 02:47:58 8529a6b9a6be: Download complete 02:48:08 8529a6b9a6be: Pull complete 02:48:09 45590311c82a: Pull complete 02:48:09 69ca0ff8b7b3: Pull complete 02:48:13 209524e5b208: Pull complete 02:48:13 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:48:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:48:13 ---> 5bddaf1c2fca 02:48:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:16 ---> Running in 932733f937c3 02:48:16 Removing intermediate container 932733f937c3 02:48:16 ---> 4cc4d8db3d0b 02:48:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:17 ---> Running in ad2e7e65bd38 02:48:20 Removing intermediate container ad2e7e65bd38 02:48:20 ---> d366171d17a6 02:48:20 Step 5/8 : RUN apk add --no-cache make git 02:48:20 ---> Running in bcaf82a5fc63 02:48:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:23 OK: 142 MiB in 39 packages 02:48:24 Removing intermediate container bcaf82a5fc63 02:48:24 ---> dc7202c5d29d 02:48:24 Step 6/8 : WORKDIR /device-sdk-go 02:48:24 ---> Running in d0a2a9c8ea15 02:48:25 Removing intermediate container d0a2a9c8ea15 02:48:25 ---> d085745f418b 02:48:25 Step 7/8 : COPY . . 02:48:26 ---> afb3bc502c7f 02:48:26 Step 8/8 : RUN go mod download 02:48:26 ---> Running in 918807525b7d 02:48:53 Removing intermediate container 918807525b7d 02:48:53 ---> ab41d208fc29 02:48:53 Successfully built ab41d208fc29 02:48:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:48:54 + docker inspect -f . ci-base-image-arm64 02:48:54 . [Pipeline] withDockerContainer 02:48:54 prd-ubuntu18.04-docker-arm64-4c-16g-5517 does not seem to be running inside a container 02:48:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/20 -v /w/workspace/device-sdk-go/20:/w/workspace/device-sdk-go/20:rw,z -v /w/workspace/device-sdk-go/20@tmp:/w/workspace/device-sdk-go/20@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:48:56 $ docker top 4e0087c41edba275831ca23e8602daaf55605c5c0c3f5aa0be0279bdc346a7cb -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:58 + go version 02:48:58 go version go1.15.2 linux/arm64 [Pipeline] } 02:48:58 $ docker stop --time=1 4e0087c41edba275831ca23e8602daaf55605c5c0c3f5aa0be0279bdc346a7cb 02:49:00 $ docker rm -f 4e0087c41edba275831ca23e8602daaf55605c5c0c3f5aa0be0279bdc346a7cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:49:01 + docker inspect -f . ci-base-image-arm64 02:49:01 . [Pipeline] withDockerContainer 02:49:01 prd-ubuntu18.04-docker-arm64-4c-16g-5517 does not seem to be running inside a container 02:49:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/20 -v /w/workspace/device-sdk-go/20:/w/workspace/device-sdk-go/20:rw,z -v /w/workspace/device-sdk-go/20@tmp:/w/workspace/device-sdk-go/20@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:49:03 $ docker top 6e87d0a5b8388dbbb8ec46f32d095f1dfccdb21e5acb4ad11c58a286fe3decd3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:04 + make test 02:49:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:49:27 ? github.com/edgexfoundry/device-sdk-go [no test files] 02:50:06 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 02:50:06 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 02:50:06 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 02:50:06 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.151s coverage: 21.6% of statements 02:50:10 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.199s coverage: 97.1% of statements 02:50:43 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.156s coverage: 9.4% of statements 02:50:43 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.104s coverage: 21.9% of statements 02:50:43 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 02:50:43 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.585s coverage: 40.0% of statements 02:50:43 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 02:50:43 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.907s coverage: 68.9% of statements 02:50:43 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 02:50:43 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 02:50:43 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 02:50:43 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 02:50:43 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.207s coverage: 52.6% of statements 02:50:43 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 02:50:43 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 02:50:43 ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.034s coverage: 68.9% of statements 02:50:43 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 02:50:43 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 02:50:43 GO111MODULE=on go vet ./... 02:51:09 gofmt -l . 02:51:09 [ "`gofmt -l .`" = "" ] 02:51:09 ./bin/test-attribution-txt.sh 02:51:09 ./bin/test-go-mod-tidy.sh [Pipeline] stash 02:51:10 Warning: overwriting stash ‘coverage-report’ 02:51:11 Stashed 1 file(s) [Pipeline] } 02:51:11 $ docker stop --time=1 6e87d0a5b8388dbbb8ec46f32d095f1dfccdb21e5acb4ad11c58a286fe3decd3 02:51:13 $ docker rm -f 6e87d0a5b8388dbbb8ec46f32d095f1dfccdb21e5acb4ad11c58a286fe3decd3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:51:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:51:15 + ls -al . 02:51:15 total 224 02:51:15 drwxrwxr-x 10 jenkins jenkins 4096 Oct 15 02:51 . 02:51:15 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 02:47 .. 02:51:15 -rw-rw-r-- 1 jenkins jenkins 140 Oct 15 02:47 .dockerignore 02:51:15 drwxrwxr-x 8 jenkins jenkins 4096 Oct 15 02:47 .git 02:51:15 drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 02:47 .github 02:51:15 -rw-rw-r-- 1 jenkins jenkins 138 Oct 15 02:47 .gitignore 02:51:15 -rw-rw-r-- 1 jenkins jenkins 936 Oct 15 02:47 Dockerfile.build 02:51:15 -rw-rw-r-- 1 jenkins jenkins 901 Oct 15 02:47 Jenkinsfile 02:51:15 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 15 02:47 LICENSE 02:51:15 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 15 02:47 Makefile 02:51:15 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 15 02:47 README.md 02:51:15 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 15 02:47 RELEASE-NOTES.txt 02:51:15 -rw-rw-r-- 1 jenkins jenkins 5 Oct 15 02:43 VERSION 02:51:15 drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 02:47 bin 02:51:15 -rw-r--r-- 1 jenkins jenkins 110392 Oct 15 02:50 coverage.out 02:51:15 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 02:47 example 02:51:15 -rw-r--r-- 1 jenkins jenkins 517 Oct 15 02:51 go.mod 02:51:15 -rw-r--r-- 1 jenkins jenkins 13731 Oct 15 02:51 go.sum 02:51:15 drwxrwxr-x 15 jenkins jenkins 4096 Oct 15 02:47 internal 02:51:15 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 02:47 openapi 02:51:15 drwxrwxr-x 5 jenkins jenkins 4096 Oct 15 02:47 pkg 02:51:15 drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 02:47 snap 02:51:15 -rw-rw-r-- 1 jenkins jenkins 222 Oct 15 02:47 version.go [Pipeline] isUnix [Pipeline] sh 02:51:15 + 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=426d968bf27e5cf411a4989117a5992c1c08a42e --label arch=arm64 --label version=0.0.0 . 02:51:15 Sending build context to Docker daemon 2.362MB 02:51:16 Step 1/24 : ARG BASE=golang:1.15-alpine 02:51:16 Step 2/24 : FROM ${BASE} AS builder 02:51:16 ---> ab41d208fc29 02:51:16 Step 3/24 : ARG MAKE='make build' 02:51:16 ---> Running in 77404e99ce47 02:51:17 Removing intermediate container 77404e99ce47 02:51:17 ---> 7f18e6733da8 02:51:17 Step 4/24 : WORKDIR /device-sdk-go 02:51:17 ---> Running in d5e8fef271ad 02:51:17 Removing intermediate container d5e8fef271ad 02:51:17 ---> b2e7a191e504 02:51:17 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:17 ---> Running in ef1d54df5bc7 02:51:18 Removing intermediate container ef1d54df5bc7 02:51:18 ---> 7a5695adbea3 02:51:18 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:18 ---> Running in 070bccd006f6 02:51:20 Removing intermediate container 070bccd006f6 02:51:20 ---> 33f1995dac24 02:51:20 Step 7/24 : RUN apk add --update --no-cache make git 02:51:20 ---> Running in ccb6754d2797 02:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:23 OK: 142 MiB in 39 packages 02:51:25 Removing intermediate container ccb6754d2797 02:51:25 ---> 28ae1e0cb819 02:51:25 Step 8/24 : COPY . . 02:51:26 ---> 230af8564278 02:51:26 Step 9/24 : RUN ${MAKE} 02:51:26 ---> Running in 6782575946ca 02:51:28 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:51:54 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:51:54 Removing intermediate container 6782575946ca 02:51:54 ---> 68739f43f6c7 02:51:54 Step 10/24 : FROM scratch 02:51:54 ---> 02:51:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:54 ---> Running in c10681835890 02:51:54 Removing intermediate container c10681835890 02:51:54 ---> 8035d2e657e5 02:51:54 Step 12/24 : ENV APP_PORT=49990 02:51:54 ---> Running in 99952cbd38da 02:51:54 Removing intermediate container 99952cbd38da 02:51:54 ---> e31bc40a4de3 02:51:54 Step 13/24 : EXPOSE $APP_PORT 02:51:54 ---> Running in de79d6a3bf02 02:51:55 Removing intermediate container de79d6a3bf02 02:51:55 ---> 1234c1084029 02:51:55 Step 14/24 : WORKDIR / 02:51:55 ---> Running in ec909b60819a 02:51:55 Removing intermediate container ec909b60819a 02:51:55 ---> e95b6b97fcd0 02:51:55 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:51:56 ---> cd5b2a32d8b3 02:51:56 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:51:57 ---> ac292493722f 02:51:57 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:51:58 ---> fa22a74be180 02:51:58 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:51:59 ---> 42b578812472 02:51:59 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:51:59 ---> a9a7b96db07f 02:51:59 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:51:59 ---> Running in caee88ce2520 02:52:00 Removing intermediate container caee88ce2520 02:52:00 ---> 73abc2858f01 02:52:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:52:00 ---> Running in bffab0e16ea2 02:52:01 Removing intermediate container bffab0e16ea2 02:52:01 ---> 59cc20ebcda7 02:52:01 Step 22/24 : LABEL arch=arm64 02:52:01 ---> Running in 3e959d05489a 02:52:01 Removing intermediate container 3e959d05489a 02:52:01 ---> 7c0347c145c0 02:52:01 Step 23/24 : LABEL git_sha=426d968bf27e5cf411a4989117a5992c1c08a42e 02:52:01 ---> Running in 1ae2d8170326 02:52:02 Removing intermediate container 1ae2d8170326 02:52:02 ---> 267844fbc9db 02:52:02 Step 24/24 : LABEL version=0.0.0 02:52:02 ---> Running in f0ac7244afa5 02:52:02 Removing intermediate container f0ac7244afa5 02:52:02 ---> b58c2a2eacc6 02:52:02 [Warning] One or more build-args [ARCH] were not consumed 02:52:02 Successfully built b58c2a2eacc6 02:52:02 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:52:04 provisioning config files... 02:52:04 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config9007823983241181070tmp [Pipeline] { [Pipeline] sh 02:52:05 + set +x 02:52:05 + curl -s https://codecov.io/bash 02:52:05 + bash -s -- 02:52:05 02:52:05 _____ _ 02:52:05 / ____| | | 02:52:05 | | ___ __| | ___ ___ _____ __ 02:52:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:52:05 | |___| (_) | (_| | __/ (_| (_) \ V / 02:52:05 \_____\___/ \__,_|\___|\___\___/ \_/ 02:52:05 Bash-20201009-048fee3 02:52:05 02:52:05 02:52:05 ==> Jenkins CI detected. 02:52:05 project root: . 02:52:05 Fixing merge commit SHA 02:52:05 --> token set from env 02:52:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:52:05 ==> Running gcov in . (disable via -X gcov) 02:52:05 find: ‘./.semver’: Permission denied 02:52:05 ==> Python coveragepy not found 02:52:05 ==> Searching for coverage reports in: 02:52:05 + . 02:52:05 -> Found 1 reports 02:52:05 ==> Detecting git/mercurial file structure 02:52:05 ==> Reading reports 02:52:05 + ./coverage.out bytes=110392 02:52:05 ==> Appending adjustments 02:52:05 https://docs.codecov.io/docs/fixing-reports 02:52:05 find: ‘./.semver’: Permission denied 02:52:05 find: ‘./.semver’: Permission denied 02:52:05 find: ‘./.semver’: Permission denied 02:52:05 02:52:05 + Found adjustments 02:52:05 ==> Gzipping contents 02:52:05 ==> Uploading reports 02:52:05 url: https://codecov.io 02:52:05 query: branch=PR-582&commit=9121cb4fd2f17f024cc2e84f36967dd0fb0597df&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-582%2F20%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=582&job=&cmd_args= 02:52:05 -> Pinging Codecov 02:52:05 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-582&commit=9121cb4fd2f17f024cc2e84f36967dd0fb0597df&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-582%2F20%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=582&job=&cmd_args= 02:52:05 -> Uploading to 02:52:05 02:52:05 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:05 Dload Upload Total Spent Left Speed 02:52:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 02:52:05 X> Failed to upload 02:52:05 ==> Uploading to Codecov 02:52:06 % Total % Received % Xferd Average Speed Time Time Time Current 02:52:06 Dload Upload Total Spent Left Speed 02:52:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18657 100 110 100 18547 195 32975 --:--:-- --:--:-- --:--:-- 33001 02:52:06 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/9121cb4fd2f17f024cc2e84f36967dd0fb0597df [Pipeline] } 02:52:06 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:52:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:52:10 ---> package-listing.sh 02:52:10 ++ facter osfamily 02:52:10 ++ tr '[:upper:]' '[:lower:]' 02:52:10 + OS_FAMILY=redhat 02:52:10 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-582 02:52:10 + START_PACKAGES=/tmp/packages_start.txt 02:52:10 + END_PACKAGES=/tmp/packages_end.txt 02:52:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:52:10 + PACKAGES=/tmp/packages_start.txt 02:52:10 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' 02:52:10 + PACKAGES=/tmp/packages_end.txt 02:52:10 + case "${OS_FAMILY}" in 02:52:10 + rpm -qa 02:52:10 + sort 02:52:15 + '[' -f /tmp/packages_start.txt ']' 02:52:15 + '[' -f /tmp/packages_end.txt ']' 02:52:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:52:15 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' 02:52:15 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ 02:52:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [Pipeline] echo 02:52:15 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-582/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:52:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:52:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:15 02:52:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:52:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:16 alpine: Pulling from edgex-lftools-log-publisher 02:52:16 df20fa9351a1: Pulling fs layer 02:52:16 36b3adc4ff6f: Pulling fs layer 02:52:16 8ad3a11d3b57: Pulling fs layer 02:52:16 46f8f816bc3b: Pulling fs layer 02:52:16 93b61091891f: Pulling fs layer 02:52:16 93b9cdb0e59b: Pulling fs layer 02:52:16 5e14af77c1be: Pulling fs layer 02:52:16 01666e4c0597: Pulling fs layer 02:52:16 aa168da1d23b: Pulling fs layer 02:52:16 93b61091891f: Waiting 02:52:16 93b9cdb0e59b: Waiting 02:52:16 5e14af77c1be: Waiting 02:52:16 01666e4c0597: Waiting 02:52:16 aa168da1d23b: Waiting 02:52:16 46f8f816bc3b: Waiting 02:52:16 36b3adc4ff6f: Verifying Checksum 02:52:16 36b3adc4ff6f: Download complete 02:52:16 46f8f816bc3b: Verifying Checksum 02:52:16 46f8f816bc3b: Download complete 02:52:16 df20fa9351a1: Verifying Checksum 02:52:16 df20fa9351a1: Download complete 02:52:16 93b9cdb0e59b: Verifying Checksum 02:52:16 93b9cdb0e59b: Download complete 02:52:16 5e14af77c1be: Verifying Checksum 02:52:16 5e14af77c1be: Download complete 02:52:16 93b61091891f: Verifying Checksum 02:52:16 93b61091891f: Download complete 02:52:16 01666e4c0597: Verifying Checksum 02:52:16 01666e4c0597: Download complete 02:52:16 df20fa9351a1: Pull complete 02:52:16 36b3adc4ff6f: Pull complete 02:52:17 8ad3a11d3b57: Verifying Checksum 02:52:17 8ad3a11d3b57: Download complete 02:52:18 8ad3a11d3b57: Pull complete 02:52:18 46f8f816bc3b: Pull complete 02:52:19 93b61091891f: Pull complete 02:52:19 aa168da1d23b: Verifying Checksum 02:52:19 aa168da1d23b: Download complete 02:52:19 93b9cdb0e59b: Pull complete 02:52:19 5e14af77c1be: Pull complete 02:52:19 01666e4c0597: Pull complete 02:52:25 aa168da1d23b: Pull complete 02:52:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:52:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:52:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:52:26 prd-centos7-docker-4c-2g-5506 does not seem to be running inside a container 02:52:26 $ 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-582/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-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@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 02:52:32 $ docker top 5d354b745ca800a27aa15085f9d32f57c43554214637a8e04835eddd48259143 -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:33 + touch /tmp/pre-build-complete [Pipeline] sh 02:52:33 + mkdir -p /var/log/sa [Pipeline] sh 02:52:34 + ls /var/log/sa-host 02:52:34 + sadf -c /var/log/sa-host/sa05 02:52:34 file_magic: OK 02:52:34 HZ: Using current value: 100 02:52:34 file_header: OK 02:52: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 02:52:34 Statistics: 02:52:34 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:52:34 File successfully converted to sysstat format version 12.2.1 02:52:34 + sadf -c /var/log/sa-host/sa15 02:52:34 file_magic: OK 02:52:34 HZ: Using current value: 100 02:52:34 file_header: OK 02:52: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 02:52:34 Statistics: 02:52:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:52:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:52:34 provisioning config files... 02:52:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config3970386286385068260tmp [Pipeline] { [Pipeline] echo 02:52:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:52:34 ---> create-netrc.sh [Pipeline] } 02:52:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:52:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:52:35 ---> python-tools-install.sh [Pipeline] echo 02:52:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:52:35 ---> sudo-logs.sh 02:52:35 Archiving 'sudo' log.. [Pipeline] echo 02:52:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:52:35 ---> job-cost.sh 02:52:35 lf-activate-venv: SKIPPING 02:52:35 INFO: No Stack... 02:52:36 INFO: Retrieving Pricing Info for: v1-standard-2 02:52:37 INFO: Archiving Costs [Pipeline] echo 02:52:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:52:37 ---> logs-deploy.sh 02:52:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-582/20 02:52:37 INFO: archiving workspace using pattern(s): 02:52:39 Archives upload complete. 02:52:39 INFO: archiving logs to Nexus 02:52:40 ---> uname -a: 02:52:40 Linux prd-centos7-docker-4c-2g-5506.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 02:52:40 02:52:40 02:52:40 ---> lscpu: 02:52:40 Architecture: x86_64 02:52:40 CPU op-mode(s): 32-bit, 64-bit 02:52:40 Byte Order: Little Endian 02:52:40 Address sizes: 40 bits physical, 48 bits virtual 02:52:40 CPU(s): 4 02:52:40 On-line CPU(s) list: 0-3 02:52:40 Thread(s) per core: 1 02:52:40 Core(s) per socket: 1 02:52:40 Socket(s): 4 02:52:40 NUMA node(s): 1 02:52:40 Vendor ID: GenuineIntel 02:52:40 CPU family: 6 02:52:40 Model: 44 02:52:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:52:40 Stepping: 1 02:52:40 CPU MHz: 2933.436 02:52:40 BogoMIPS: 5866.87 02:52:40 Virtualization: VT-x 02:52:40 Hypervisor vendor: KVM 02:52:40 Virtualization type: full 02:52:40 L1d cache: 128 KiB 02:52:40 L1i cache: 128 KiB 02:52:40 L2 cache: 16 MiB 02:52:40 L3 cache: 64 MiB 02:52:40 NUMA node0 CPU(s): 0-3 02:52:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:52:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:52:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:52:40 Vulnerability Meltdown: Mitigation; PTI 02:52:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:52:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:52:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:52:40 Vulnerability Tsx async abort: Not affected 02:52:40 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:52:40 02:52:40 02:52:40 ---> nproc: 02:52:40 4 02:52:40 02:52:40 02:52:40 ---> df -h: 02:52:40 Filesystem Size Used Available Use% Mounted on 02:52:40 overlay 50.0G 7.2G 42.8G 14% / 02:52:40 tmpfs 64.0M 0 64.0M 0% /dev 02:52:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:52:40 shm 64.0M 0 64.0M 0% /dev/shm 02:52:40 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 02:52:40 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 02:52:40 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 02:52:40 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 02:52:40 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp 02:52:40 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 02:52:40 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 02:52:40 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 02:52:40 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 02:52:40 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-582 02:52:40 02:52:40 02:52:40 ---> free -m: 02:52:40 total used free shared buff/cache available 02:52:40 Mem: 1837 685 104 0 1046 1049 02:52:40 Swap: 1023 1 1022 02:52:40 02:52:40 02:52:40 ---> ip addr: 02:52:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:52:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:52:40 inet 127.0.0.1/8 scope host lo 02:52:40 valid_lft forever preferred_lft forever 02:52:40 inet6 ::1/128 scope host 02:52:40 valid_lft forever preferred_lft forever 02:52:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:52:40 link/ether fa:16:3e:52:31:18 brd ff:ff:ff:ff:ff:ff 02:52:40 inet 10.30.122.203/23 brd 10.30.123.255 scope global dynamic eth0 02:52:40 valid_lft 85826sec preferred_lft 85826sec 02:52:40 inet6 fe80::f816:3eff:fe52:3118/64 scope link 02:52:40 valid_lft forever preferred_lft forever 02:52:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:52:40 link/ether 02:42:02:1c:32:52 brd ff:ff:ff:ff:ff:ff 02:52:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:52:40 valid_lft forever preferred_lft forever 02:52:40 inet6 fe80::42:2ff:fe1c:3252/64 scope link 02:52:40 valid_lft forever preferred_lft forever 02:52:40 02:52:40 02:52:40 ---> sar -b -r -n DEV: 02:52:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 02:52:40 02:52:40 02:42:47 LINUX RESTART (4 CPU) 02:52:40 02:52:40 02:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:52:40 02:45:01 3.30 0.00 3.30 0.00 0.00 110.52 0.00 02:52:40 02:46:01 0.37 0.00 0.37 0.00 0.00 5.28 0.00 02:52:40 02:47:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 02:52:40 02:48:01 0.30 0.00 0.30 0.00 0.00 4.05 0.00 02:52:40 02:49:01 0.35 0.00 0.35 0.00 0.00 5.00 0.00 02:52:40 02:50:01 0.33 0.02 0.32 0.00 0.13 3.53 0.00 02:52:40 02:51:01 0.30 0.00 0.30 0.00 0.00 2.76 0.00 02:52:40 02:52:01 0.22 0.00 0.22 0.00 0.00 1.80 0.00 02:52:40 Average: 0.67 0.00 0.67 0.00 0.02 16.88 0.00 02:52:40 02:52:40 02:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:52:40 02:45:01 175336 0 578684 30.76 2620 1124916 1112228 37.96 430888 1116832 16 02:52:40 02:46:01 173380 0 580636 30.86 2620 1124920 1107216 37.79 433364 1116044 12 02:52:40 02:47:01 174088 0 579924 30.82 2620 1124924 1107220 37.79 433052 1115976 12 02:52:40 02:48:01 173344 0 580664 30.86 2620 1124928 1100036 37.54 438844 1111464 8 02:52:40 02:49:01 173300 0 580704 30.86 2620 1124932 1098996 37.51 447204 1103032 8 02:52:40 02:50:01 173884 0 580108 30.83 2620 1124944 1089744 37.19 446620 1102728 8 02:52:40 02:51:01 174568 0 579420 30.79 2620 1124948 1089744 37.19 442884 1106360 8 02:52:40 02:52:01 174528 0 579452 30.80 2620 1124956 1089744 37.19 443000 1106360 8 02:52:40 Average: 174054 0 579949 30.82 2620 1124934 1099366 37.52 439482 1109850 10 02:52:40 02:52:40 02:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:52:40 02:45:01 eth0 6.68 2.25 3.58 0.88 0.00 0.00 0.00 0.00 02:52:40 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:46:01 eth0 2.51 0.73 0.90 0.58 0.00 0.00 0.00 0.00 02:52:40 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:47:01 eth0 2.56 0.72 0.69 0.40 0.00 0.00 0.00 0.00 02:52:40 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:48:01 eth0 0.62 0.30 0.28 0.23 0.00 0.00 0.00 0.00 02:52:40 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:49:01 eth0 0.35 0.25 0.15 0.08 0.00 0.00 0.00 0.00 02:52:40 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:40 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:51:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:40 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:52:01 eth0 0.38 0.07 0.03 0.01 0.00 0.00 0.00 0.00 02:52:40 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 Average: eth0 1.67 0.56 0.71 0.27 0.00 0.00 0.00 0.00 02:52:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:40 02:52:40 02:52:40 ---> sar -P ALL: 02:52:40 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 02:52:40 02:52:40 02:42:47 LINUX RESTART (4 CPU) 02:52:40 02:52:40 02:44:01 CPU %user %nice %system %iowait %steal %idle 02:52:40 02:45:01 all 0.22 0.00 0.07 0.00 0.00 99.70 02:52:40 02:45:01 0 0.08 0.00 0.10 0.00 0.02 99.80 02:52:40 02:45:01 1 0.17 0.00 0.07 0.00 0.00 99.77 02:52:40 02:45:01 2 0.48 0.00 0.07 0.00 0.00 99.45 02:52:40 02:45:01 3 0.17 0.00 0.05 0.00 0.00 99.78 02:52:40 02:46:01 all 0.19 0.00 0.03 0.00 0.01 99.77 02:52:40 02:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:52:40 02:46:01 1 0.58 0.00 0.03 0.00 0.02 99.37 02:52:40 02:46:01 2 0.05 0.00 0.00 0.00 0.02 99.93 02:52:40 02:46:01 3 0.10 0.00 0.07 0.00 0.00 99.83 02:52:40 02:47:01 all 0.15 0.00 0.04 0.00 0.01 99.80 02:52:40 02:47:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:52:40 02:47:01 1 0.45 0.00 0.05 0.00 0.00 99.50 02:52:40 02:47:01 2 0.07 0.00 0.03 0.00 0.02 99.88 02:52:40 02:47:01 3 0.07 0.00 0.07 0.00 0.02 99.85 02:52:40 02:48:01 all 0.08 0.00 0.04 0.00 0.01 99.87 02:52:40 02:48:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:52:40 02:48:01 1 0.22 0.00 0.07 0.00 0.00 99.72 02:52:40 02:48:01 2 0.03 0.00 0.00 0.00 0.00 99.97 02:52:40 02:48:01 3 0.07 0.00 0.08 0.00 0.02 99.83 02:52:40 02:49:01 all 0.17 0.00 0.09 0.00 0.00 99.75 02:52:40 02:49:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:52:40 02:49:01 1 0.52 0.00 0.03 0.00 0.00 99.45 02:52:40 02:49:01 2 0.07 0.00 0.07 0.00 0.00 99.87 02:52:40 02:49:01 3 0.03 0.00 0.22 0.00 0.00 99.75 02:52:40 02:50:01 all 0.15 0.00 0.02 0.00 0.01 99.81 02:52:40 02:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:52:40 02:50:01 1 0.53 0.00 0.02 0.00 0.02 99.43 02:52:40 02:50:01 2 0.05 0.00 0.03 0.00 0.02 99.90 02:52:40 02:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:40 02:51:01 all 0.15 0.00 0.03 0.00 0.00 99.81 02:52:40 02:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:52:40 02:51:01 1 0.53 0.00 0.05 0.00 0.00 99.42 02:52:40 02:51:01 2 0.07 0.00 0.05 0.00 0.02 99.87 02:52:40 02:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:40 02:52:01 all 0.13 0.00 0.02 0.00 0.00 99.84 02:52:40 02:52:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:52:40 02:52:01 1 0.47 0.00 0.02 0.00 0.00 99.52 02:52:40 02:52:01 2 0.05 0.00 0.03 0.00 0.02 99.90 02:52:40 02:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:52:40 Average: all 0.16 0.00 0.04 0.00 0.01 99.79 02:52:40 Average: 0 0.03 0.00 0.03 0.00 0.01 99.93 02:52:40 Average: 1 0.43 0.00 0.04 0.00 0.00 99.52 02:52:40 Average: 2 0.11 0.00 0.04 0.00 0.01 99.85 02:52:40 Average: 3 0.06 0.00 0.07 0.00 0.00 99.87 02:52:40 02:52:40 02:52:40