Pull request #856 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 89f9764ace757f5c3cd44f311eff291a22b045f0+1894bc1e392d8688e2b497c25b4baea951eb17b4 (2b6807f09cf43ec1c33b95b9705368e6c1b2bb48) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32873 in /w/workspace/dgexfoundry_device-sdk-go_PR-856 [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-856 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 1894bc1e392d8688e2b497c25b4baea951eb17b4 into PR head commit 89f9764ace757f5c3cd44f311eff291a22b045f0 Merge succeeded, producing 89f9764ace757f5c3cd44f311eff291a22b045f0 Checking out Revision 89f9764ace757f5c3cd44f311eff291a22b045f0 (PR-856) > 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 --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/856/head:refs/remotes/origin/PR-856 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89f9764ace757f5c3cd44f311eff291a22b045f0 # 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 1894bc1e392d8688e2b497c25b4baea951eb17b4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89f9764ace757f5c3cd44f311eff291a22b045f0 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git rev-list --no-walk c05abfa9ff339559ddeb33c0824f238db72b7824 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:03:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:03:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:03:47 ========================================================= 03:03:47 EdgeX Global Pipelines Version Info 03:03:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:03:52 ------------------- 03:03:52 stable info: 03:03:52 ------------------- 03:03:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:03:52 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:03:52 Message: update stable to v1.0.186 03:03:54 ------------------- 03:03:54 experimental info: 03:03:54 ------------------- 03:03:54 Commited By: **** collab-it+edgex@linuxfoundation.org 03:03:54 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 03:03:54 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:03:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:03:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:03:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:03:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:03:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:03:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:03:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:03:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:03:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:03:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:03:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:03:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:03:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:03:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:03:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:03:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:03:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:03:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:03:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:03:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:03:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-856 [Pipeline] echo 03:03:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-856 [Pipeline] echo 03:03:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-856 [Pipeline] echo 03:03:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 89f9764ace757f5c3cd44f311eff291a22b045f0 [Pipeline] echo 03:03:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 89f9764 [Pipeline] echo 03:03:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:03:57 provisioning config files... 03:03:57 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/config5085266382731425878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:03:58 ---> docker-login.sh 03:03:58 nexus3.edgexfoundry.org:10001 03:03:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:03:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:03:59 Configure a credential helper to remove this warning. See 03:03:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:03:59 03:03:59 Login Succeeded 03:03:59 nexus3.edgexfoundry.org:10002 03:04:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:01 Configure a credential helper to remove this warning. See 03:04:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:01 03:04:01 Login Succeeded 03:04:01 nexus3.edgexfoundry.org:10003 03:04:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:02 Configure a credential helper to remove this warning. See 03:04:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:02 03:04:02 Login Succeeded 03:04:02 nexus3.edgexfoundry.org:10004 03:04:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:03 Configure a credential helper to remove this warning. See 03:04:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:03 03:04:03 Login Succeeded 03:04:03 docker.io 03:04:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:03 Configure a credential helper to remove this warning. See 03:04:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:03 03:04:03 Login Succeeded 03:04:03 ---> docker-login.sh ends [Pipeline] } 03:04:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:04:05 + git log --format=format:%s -1 89f9764ace757f5c3cd44f311eff291a22b045f0 [Pipeline] echo 03:04:05 GIT_COMMIT: 89f9764ace757f5c3cd44f311eff291a22b045f0, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 03:04:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:04:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:04:06 03:04:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:04:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:04:07 latest: Pulling from edgex-devops/git-semver 03:04:07 31603596830f: Pulling fs layer 03:04:07 2a8b12db71e7: Pulling fs layer 03:04:07 6ca5941a6612: Pulling fs layer 03:04:07 ecc8261a40a4: Pulling fs layer 03:04:07 ecc8261a40a4: Waiting 03:04:07 2a8b12db71e7: Verifying Checksum 03:04:07 2a8b12db71e7: Download complete 03:04:08 31603596830f: Verifying Checksum 03:04:08 31603596830f: Download complete 03:04:08 ecc8261a40a4: Verifying Checksum 03:04:08 ecc8261a40a4: Download complete 03:04:08 6ca5941a6612: Verifying Checksum 03:04:08 6ca5941a6612: Download complete 03:04:09 31603596830f: Pull complete 03:04:10 2a8b12db71e7: Pull complete 03:04:13 6ca5941a6612: Pull complete 03:04:14 ecc8261a40a4: Pull complete 03:04:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:04:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:04:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:04:14 prd-centos7-docker-4c-2g-32873 does not seem to be running inside a container 03:04:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-856 -v /w/workspace/dgexfoundry_device-sdk-go_PR-856:/w/workspace/dgexfoundry_device-sdk-go_PR-856:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:04:19 $ docker top d91ab02539a98e02995a9ba4ce92a35f83ffcc422d3b08e1f034578a4861134e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:04:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:04:19 [ssh-agent] Looking for ssh-agent implementation... 03:04:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:04:20 $ docker exec d91ab02539a98e02995a9ba4ce92a35f83ffcc422d3b08e1f034578a4861134e ssh-agent 03:04:21 SSH_AUTH_SOCK=/tmp/ssh-gpj35fql8o5O/agent.11 03:04:21 SSH_AGENT_PID=16 03:04:21 Running ssh-add (command line suppressed) 03:04:22 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_1234134814149633028.key (/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_1234134814149633028.key) 03:04:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:04:23 + git tag --points-at HEAD [Pipeline] } 03:04:23 $ docker exec --env ******** --env ******** d91ab02539a98e02995a9ba4ce92a35f83ffcc422d3b08e1f034578a4861134e ssh-agent -k 03:04:23 unset SSH_AUTH_SOCK; 03:04:23 unset SSH_AGENT_PID; 03:04:23 echo Agent pid 16 killed; 03:04:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:04:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:04:24 [ssh-agent] Looking for ssh-agent implementation... 03:04:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:04:24 $ docker exec d91ab02539a98e02995a9ba4ce92a35f83ffcc422d3b08e1f034578a4861134e ssh-agent 03:04:25 SSH_AUTH_SOCK=/tmp/ssh-ag26LR7skv9V/agent.44 03:04:25 SSH_AGENT_PID=49 03:04:26 Running ssh-add (command line suppressed) 03:04:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_4773699677967845582.key (/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_4773699677967845582.key) 03:04:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:04:27 + git semver init 03:04:27 # -> Open(): unable to determine branch for HEAD 03:04:27 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-856/.git 03:04:27 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-856 03:04:27 # $SEMVER_REMOTE_NAME = origin 03:04:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:04:27 # $SEMVER_USER_NAME = edgex-jenkins 03:04:27 # $SEMVER_BRANCH = PR-856 03:04:27 # $SEMVER_TEMP = /tmp/semver-861894501 03:04:27 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:04:28 # '/tmp/semver-861894501' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-856/.semver' 03:04:28 # -> Force: false 03:04:28 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-856/.semver [Pipeline] } 03:04:28 $ docker exec --env ******** --env ******** d91ab02539a98e02995a9ba4ce92a35f83ffcc422d3b08e1f034578a4861134e ssh-agent -k 03:04:29 unset SSH_AUTH_SOCK; 03:04:29 unset SSH_AGENT_PID; 03:04:29 echo Agent pid 49 killed; 03:04:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:04:29 + git semver [Pipeline] } 03:04:29 $ docker stop --time=1 d91ab02539a98e02995a9ba4ce92a35f83ffcc422d3b08e1f034578a4861134e 03:04:31 $ docker rm -f d91ab02539a98e02995a9ba4ce92a35f83ffcc422d3b08e1f034578a4861134e [Pipeline] // withDockerContainer [Pipeline] sh 03:04:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:04:34 Stashed 1 file(s) [Pipeline] echo 03:04:34 [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 03:04:35 Running on prd-centos7-docker-4c-2g-32877 in /w/workspace/dgexfoundry_device-sdk-go_PR-856 [Pipeline] { [Pipeline] ws 03:04:35 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 03:04:37 using credential edgex-jenkins-ssh 03:04:37 Cloning the remote Git repository 03:04:37 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:04:37 > git init /w/workspace/device-sdk-go/5 # timeout=10 03:04:37 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:04:37 > git --version # timeout=10 03:04:37 > git --version # 'git version 2.24.3' 03:04:37 using GIT_SSH to set credentials SSH Credentials for GitHub 03:04:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:04:38 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:04:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:04:38 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:04:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:04:38 using GIT_SSH to set credentials SSH Credentials for GitHub 03:04:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/856/head:refs/remotes/origin/PR-856 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:04:38 Merging remotes/origin/master commit 1894bc1e392d8688e2b497c25b4baea951eb17b4 into PR head commit 89f9764ace757f5c3cd44f311eff291a22b045f0 03:04:38 Merge succeeded, producing 89f9764ace757f5c3cd44f311eff291a22b045f0 03:04:38 Checking out Revision 89f9764ace757f5c3cd44f311eff291a22b045f0 (PR-856) 03:04:38 > git config core.sparsecheckout # timeout=10 03:04:38 > git checkout -f 89f9764ace757f5c3cd44f311eff291a22b045f0 # timeout=10 03:04:38 > git remote # timeout=10 03:04:38 > git config --get remote.origin.url # timeout=10 03:04:38 using GIT_SSH to set credentials SSH Credentials for GitHub 03:04:38 > git merge 1894bc1e392d8688e2b497c25b4baea951eb17b4 # timeout=10 03:04:38 > git rev-parse HEAD^{commit} # timeout=10 03:04:38 > git config core.sparsecheckout # timeout=10 03:04:38 > git checkout -f 89f9764ace757f5c3cd44f311eff291a22b045f0 # timeout=10 03:04:42 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:04:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:04:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:04:44 + sudo service docker restart 03:04:44 + true 03:04:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:04:45 provisioning config files... 03:04:45 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config4694618040105481394tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:04:45 ---> docker-login.sh 03:04:45 nexus3.edgexfoundry.org:10001 03:04:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:45 Configure a credential helper to remove this warning. See 03:04:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:45 03:04:45 Login Succeeded 03:04:45 nexus3.edgexfoundry.org:10002 03:04:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:46 Configure a credential helper to remove this warning. See 03:04:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:46 03:04:46 Login Succeeded 03:04:46 nexus3.edgexfoundry.org:10003 03:04:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:46 Configure a credential helper to remove this warning. See 03:04:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:46 03:04:46 Login Succeeded 03:04:46 nexus3.edgexfoundry.org:10004 03:04:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:46 Configure a credential helper to remove this warning. See 03:04:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:46 03:04:46 Login Succeeded 03:04:46 docker.io 03:04:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:04:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:04:46 Configure a credential helper to remove this warning. See 03:04:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:04:46 03:04:46 Login Succeeded 03:04:46 ---> docker-login.sh ends [Pipeline] } 03:04:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:04:47 ========================================================= 03:04:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:04:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:04:47 + 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 . 03:04:47 Sending build context to Docker daemon 2.372MB 03:04:47 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:04:47 Step 2/8 : FROM ${BASE} 03:04:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:04:47 188c0c94c7c5: Pulling fs layer 03:04:47 0ef7d3d256c8: Pulling fs layer 03:04:47 de9db76c5a1d: Pulling fs layer 03:04:47 bca2f99d35d6: Pulling fs layer 03:04:47 93359f2a8cfa: Pulling fs layer 03:04:47 7c6f9722023f: Pulling fs layer 03:04:47 a35cf1a2eb13: Pulling fs layer 03:04:47 93359f2a8cfa: Waiting 03:04:47 7c6f9722023f: Waiting 03:04:47 a35cf1a2eb13: Waiting 03:04:47 bca2f99d35d6: Waiting 03:04:47 0ef7d3d256c8: Verifying Checksum 03:04:47 0ef7d3d256c8: Download complete 03:04:47 de9db76c5a1d: Verifying Checksum 03:04:47 de9db76c5a1d: Download complete 03:04:47 93359f2a8cfa: Verifying Checksum 03:04:47 93359f2a8cfa: Download complete 03:04:48 7c6f9722023f: Verifying Checksum 03:04:48 7c6f9722023f: Download complete 03:04:48 188c0c94c7c5: Verifying Checksum 03:04:48 188c0c94c7c5: Download complete 03:04:48 188c0c94c7c5: Pull complete 03:04:48 0ef7d3d256c8: Pull complete 03:04:49 de9db76c5a1d: Pull complete 03:04:49 Still waiting to schedule task 03:04:49 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-32874’ 03:04:50 a35cf1a2eb13: Verifying Checksum 03:04:50 a35cf1a2eb13: Download complete 03:04:50 bca2f99d35d6: Verifying Checksum 03:04:50 bca2f99d35d6: Download complete 03:04:57 bca2f99d35d6: Pull complete 03:04:57 93359f2a8cfa: Pull complete 03:04:57 7c6f9722023f: Pull complete 03:05:03 a35cf1a2eb13: Pull complete 03:05:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:05:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:05:03 ---> a62c8e92a672 03:05:03 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:05:03 ---> Running in e342649f4a55 03:05:03 Removing intermediate container e342649f4a55 03:05:03 ---> f89e25d9c403 03:05:03 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:03 ---> Running in 994156162f98 03:05:04 Removing intermediate container 994156162f98 03:05:04 ---> 42a542ea2130 03:05:04 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 03:05:04 ---> Running in 56f806fd6425 03:05:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:05:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:05:07 (1/6) Installing libc-dev (0.7.2-r3) 03:05:07 (2/6) Installing libsodium (1.0.18-r0) 03:05:07 (3/6) Installing pkgconf (1.7.2-r0) 03:05:07 (4/6) Installing libsodium-dev (1.0.18-r0) 03:05:07 (5/6) Installing libzmq (4.3.3-r0) 03:05:07 (6/6) Installing zeromq-dev (4.3.3-r0) 03:05:07 Executing busybox-1.31.1-r19.trigger 03:05:07 OK: 167 MiB in 45 packages 03:05:08 Removing intermediate container 56f806fd6425 03:05:08 ---> f8e12434f317 03:05:08 Step 6/8 : WORKDIR /device-sdk-go 03:05:08 ---> Running in 89bc209ae4ab 03:05:08 Removing intermediate container 89bc209ae4ab 03:05:08 ---> d9156d5ee197 03:05:08 Step 7/8 : COPY . . 03:05:10 ---> e184abf7599b 03:05:10 Step 8/8 : RUN go mod download 03:05:10 ---> Running in 44012057e617 03:05:32 Removing intermediate container 44012057e617 03:05:32 ---> b06708f01f1d 03:05:32 Successfully built b06708f01f1d 03:05:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:05:32 + docker inspect -f . ci-base-image-x86_64 03:05:32 . [Pipeline] withDockerContainer 03:05:32 prd-centos7-docker-4c-2g-32877 does not seem to be running inside a container 03:05:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:05:33 $ docker top 3d75ab34ba4f7623f6896dc13ebc9e1df6a72e4939561f3a87c9848c0ad0caf4 -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:34 + go version 03:05:34 go version go1.15.5 linux/amd64 [Pipeline] } 03:05:34 $ docker stop --time=1 3d75ab34ba4f7623f6896dc13ebc9e1df6a72e4939561f3a87c9848c0ad0caf4 03:05:35 $ docker rm -f 3d75ab34ba4f7623f6896dc13ebc9e1df6a72e4939561f3a87c9848c0ad0caf4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:05:36 + docker inspect -f . ci-base-image-x86_64 03:05:36 . [Pipeline] withDockerContainer 03:05:36 prd-centos7-docker-4c-2g-32877 does not seem to be running inside a container 03:05:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:05:37 $ docker top ba276659a96ea5e531b9e009c79f0c199f59edf75586a3f64837a506351b8079 -eo pid,comm [Pipeline] { [Pipeline] sh 03:05:38 + make test 03:05:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:05:45 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:06:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:06:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 03:06:03 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:06:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 03:06:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:06:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.058s coverage: 28.1% of statements 03:06:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.071s coverage: 81.2% of statements 03:06:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.079s coverage: 7.8% of statements 03:06:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 03:06:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 03:06:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:06:08 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.090s coverage: 32.5% of statements 03:06:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 03:06:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:06:08 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:06:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.090s coverage: 57.3% of statements 03:06:09 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.179s coverage: 6.6% of statements 03:06:09 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements 03:06:09 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:06:09 GO111MODULE=on go vet ./... 03:06:25 gofmt -l . 03:06:25 [ "`gofmt -l .`" = "" ] 03:06:25 ./bin/test-attribution-txt.sh 03:06:25 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:06:25 $ docker stop --time=1 ba276659a96ea5e531b9e009c79f0c199f59edf75586a3f64837a506351b8079 03:06:27 $ docker rm -f ba276659a96ea5e531b9e009c79f0c199f59edf75586a3f64837a506351b8079 [Pipeline] // withDockerContainer [Pipeline] sh 03:06:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:06:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:06:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:06:29 + ls -al . 03:06:29 total 188 03:06:29 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 03:06 . 03:06:29 drwxrwxr-x. 4 jenkins jenkins 28 Apr 6 03:04 .. 03:06:29 drwxrwxr-x. 2 jenkins jenkins 64 Apr 6 03:04 bin 03:06:29 -rw-r--r--. 1 jenkins jenkins 101239 Apr 6 03:06 coverage.out 03:06:29 -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 03:04 Dockerfile.build 03:06:29 -rw-rw-r--. 1 jenkins jenkins 140 Apr 6 03:04 .dockerignore 03:06:29 drwxrwxr-x. 5 jenkins jenkins 62 Apr 6 03:04 example 03:06:29 drwxrwxr-x. 8 jenkins jenkins 179 Apr 6 03:04 .git 03:06:29 drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 03:04 .github 03:06:29 -rw-rw-r--. 1 jenkins jenkins 138 Apr 6 03:04 .gitignore 03:06:29 -rw-r--r--. 1 jenkins jenkins 572 Apr 6 03:06 go.mod 03:06:29 -rw-r--r--. 1 jenkins jenkins 21064 Apr 6 03:06 go.sum 03:06:29 drwxrwxr-x. 14 jenkins jenkins 207 Apr 6 03:04 internal 03:06:29 -rw-rw-r--. 1 jenkins jenkins 901 Apr 6 03:04 Jenkinsfile 03:06:29 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 6 03:04 LICENSE 03:06:29 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 6 03:04 Makefile 03:06:29 drwxrwxr-x. 4 jenkins jenkins 26 Apr 6 03:04 openapi 03:06:29 drwxrwxr-x. 5 jenkins jenkins 50 Apr 6 03:04 pkg 03:06:29 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 6 03:04 README.md 03:06:29 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 6 03:04 RELEASE-NOTES.txt 03:06:29 drwxrwxr-x. 4 jenkins jenkins 54 Apr 6 03:04 snap 03:06:29 -rw-rw-r--. 1 jenkins jenkins 5 Apr 6 03:04 VERSION 03:06:29 -rw-rw-r--. 1 jenkins jenkins 222 Apr 6 03:04 version.go [Pipeline] isUnix [Pipeline] sh 03:06:30 + 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=89f9764ace757f5c3cd44f311eff291a22b045f0 --label arch=amd64 --label version=0.0.0 . 03:06:30 Sending build context to Docker daemon 2.473MB 03:06:30 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 03:06:30 Step 2/23 : FROM ${BASE} AS builder 03:06:30 ---> b06708f01f1d 03:06:30 Step 3/23 : WORKDIR /device-sdk-go 03:06:30 ---> Running in 5760bd17b56e 03:06:30 Removing intermediate container 5760bd17b56e 03:06:30 ---> 79af1aca9f6a 03:06:30 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:06:31 ---> Running in a11074dc8178 03:06:31 Removing intermediate container a11074dc8178 03:06:31 ---> 7666f2e1cdbc 03:06:31 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:06:31 ---> Running in abda792fce06 03:06:32 Removing intermediate container abda792fce06 03:06:32 ---> 6187fc4afe4b 03:06:32 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 03:06:32 ---> Running in f36526465d7c 03:06:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:06:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:06:34 OK: 167 MiB in 45 packages 03:06:34 Removing intermediate container f36526465d7c 03:06:34 ---> 0978bd4ad008 03:06:34 Step 7/23 : COPY . . 03:06:35 ---> 71412fd91fac 03:06:35 Step 8/23 : RUN go mod download 03:06:35 ---> Running in 4fe4e19ba732 03:06:36 Removing intermediate container 4fe4e19ba732 03:06:36 ---> 17e299a35955 03:06:36 Step 9/23 : RUN make build 03:06:36 ---> Running in 309b3f71bbcb 03:06:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 03:06:49 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 03:06:49 Removing intermediate container 309b3f71bbcb 03:06:49 ---> 5444d6ca5591 03:06:49 Step 10/23 : FROM alpine:3.12 03:06:50 3.12: Pulling from library/alpine 03:06:50 532819f3e44c: Pulling fs layer 03:06:50 532819f3e44c: Download complete 03:06:50 532819f3e44c: Pull complete 03:06:50 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 03:06:50 Status: Downloaded newer image for alpine:3.12 03:06:50 ---> 7230e588e954 03:06:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:06:50 ---> Running in 2bf3e5fdd020 03:06:50 Removing intermediate container 2bf3e5fdd020 03:06:50 ---> 4d79a96f8c3a 03:06:50 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:06:50 ---> Running in 916415d0b81e 03:06:51 Removing intermediate container 916415d0b81e 03:06:51 ---> 661ae1585351 03:06:51 Step 13/23 : RUN apk add --update --no-cache zeromq 03:06:51 ---> Running in 38bb23632bec 03:06:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:06:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:06:53 (1/5) Installing libgcc (9.3.0-r2) 03:06:53 (2/5) Installing libsodium (1.0.18-r0) 03:06:53 (3/5) Installing libstdc++ (9.3.0-r2) 03:06:53 (4/5) Installing libzmq (4.3.3-r0) 03:06:54 (5/5) Installing zeromq (4.3.3-r0) 03:06:54 Executing busybox-1.31.1-r20.trigger 03:06:54 OK: 8 MiB in 19 packages 03:06:54 Removing intermediate container 38bb23632bec 03:06:54 ---> 11c2131ce833 03:06:54 Step 14/23 : WORKDIR / 03:06:54 ---> Running in ac8e5c032e14 03:06:54 Removing intermediate container ac8e5c032e14 03:06:54 ---> 13faf5cb5e74 03:06:54 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 03:06:55 ---> 5f80463ca42e 03:06:55 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 03:06:55 ---> d6885b5d822f 03:06:55 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 03:06:55 ---> dadc94a858f5 03:06:55 Step 18/23 : EXPOSE 49990 03:06:55 ---> Running in 4fa3bcb49ada 03:06:56 Removing intermediate container 4fa3bcb49ada 03:06:56 ---> 84226065ce7b 03:06:56 Step 19/23 : ENTRYPOINT ["/device-simple"] 03:06:56 ---> Running in 09607f7f904a 03:06:56 Removing intermediate container 09607f7f904a 03:06:56 ---> a76364b95b46 03:06:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:06:56 ---> Running in 19a738f06ebf 03:06:56 Removing intermediate container 19a738f06ebf 03:06:56 ---> 6b27249be2fd 03:06:56 Step 21/23 : LABEL arch=amd64 03:06:56 ---> Running in 5fbe190d5be8 03:06:56 Removing intermediate container 5fbe190d5be8 03:06:56 ---> 2dc4f24cae91 03:06:56 Step 22/23 : LABEL git_sha=89f9764ace757f5c3cd44f311eff291a22b045f0 03:06:56 ---> Running in 5861a8fd0bbb 03:06:56 Removing intermediate container 5861a8fd0bbb 03:06:56 ---> 62799dd32f41 03:06:56 Step 23/23 : LABEL version=0.0.0 03:06:57 ---> Running in e6163089ec5f 03:06:57 Removing intermediate container e6163089ec5f 03:06:57 ---> 50a26afba17d 03:06:57 [Warning] One or more build-args [MAKE ARCH] were not consumed 03:06:57 Successfully built 50a26afba17d 03:06:57 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 Post stage [Pipeline] libraryResource [Pipeline] sh 03:06:58 ---> job-cost.sh 03:06:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hlZI 03:07:13 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:07:39 lf-activate-venv(): INFO: Adding /tmp/venv-hlZI/bin to PATH 03:07:39 INFO: No Stack... 03:07:39 INFO: Retrieving Pricing Info for: v1-standard-2 03:07:40 INFO: Archiving Costs [Pipeline] sh 03:07:40 + cat /w/workspace/device-sdk-go/5/archives/cost.csv 03:07:40 + cut -d, -f6 [Pipeline] lock 03:07:40 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-856-5-stack-cost] 03:07:40 Resource [jenkins-edgexfoundry-device-sdk-go-PR-856-5-stack-cost] did not exist. Created. 03:07:40 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-856-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:07:40 + echo total: 0.029999999329447746 [Pipeline] stash 03:07:41 Stashed 1 file(s) [Pipeline] } 03:07:41 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-856-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:08:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32879 in /w/workspace/dgexfoundry_device-sdk-go_PR-856 [Pipeline] { [Pipeline] ws 03:08:07 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 03:08:12 using credential edgex-jenkins-ssh 03:08:13 Cloning the remote Git repository 03:08:13 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:08:13 > git init /w/workspace/device-sdk-go/5 # timeout=10 03:08:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:08:13 > git --version # timeout=10 03:08:13 > git --version # 'git version 2.17.1' 03:08:13 using GIT_SSH to set credentials SSH Credentials for GitHub 03:08:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:08:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:08:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:08:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:08:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:08:14 using GIT_SSH to set credentials SSH Credentials for GitHub 03:08:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/856/head:refs/remotes/origin/PR-856 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:08:15 Merging remotes/origin/master commit 1894bc1e392d8688e2b497c25b4baea951eb17b4 into PR head commit 89f9764ace757f5c3cd44f311eff291a22b045f0 03:08:15 Merge succeeded, producing 89f9764ace757f5c3cd44f311eff291a22b045f0 03:08:15 Checking out Revision 89f9764ace757f5c3cd44f311eff291a22b045f0 (PR-856) 03:08:15 > git config core.sparsecheckout # timeout=10 03:08:15 > git checkout -f 89f9764ace757f5c3cd44f311eff291a22b045f0 # timeout=10 03:08:15 > git remote # timeout=10 03:08:15 > git config --get remote.origin.url # timeout=10 03:08:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:08:15 > git merge 1894bc1e392d8688e2b497c25b4baea951eb17b4 # timeout=10 03:08:15 > git rev-parse HEAD^{commit} # timeout=10 03:08:15 > git config core.sparsecheckout # timeout=10 03:08:15 > git checkout -f 89f9764ace757f5c3cd44f311eff291a22b045f0 # timeout=10 03:08:20 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:08:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:08:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:08:22 + sudo service docker restart 03:08:22 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:08:24 provisioning config files... 03:08:24 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config6801475023383450730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:08:25 ---> docker-login.sh 03:08:25 nexus3.edgexfoundry.org:10001 03:08:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:26 Configure a credential helper to remove this warning. See 03:08:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:26 03:08:26 Login Succeeded 03:08:26 nexus3.edgexfoundry.org:10002 03:08:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:26 Configure a credential helper to remove this warning. See 03:08:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:26 03:08:26 Login Succeeded 03:08:26 nexus3.edgexfoundry.org:10003 03:08:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:27 Configure a credential helper to remove this warning. See 03:08:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:27 03:08:27 Login Succeeded 03:08:27 nexus3.edgexfoundry.org:10004 03:08:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:27 Configure a credential helper to remove this warning. See 03:08:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:27 03:08:27 Login Succeeded 03:08:27 docker.io 03:08:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:08:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:08:28 Configure a credential helper to remove this warning. See 03:08:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:08:28 03:08:28 Login Succeeded 03:08:28 ---> docker-login.sh ends [Pipeline] } 03:08:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:08:29 ========================================================= 03:08:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:08:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:08:29 + 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 . 03:08:30 Sending build context to Docker daemon 2.359MB 03:08:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:08:30 Step 2/8 : FROM ${BASE} 03:08:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:08:30 5f621e34cdf4: Pulling fs layer 03:08:30 a4357932f1b6: Pulling fs layer 03:08:30 18c013af1878: Pulling fs layer 03:08:30 00ac8860ef70: Pulling fs layer 03:08:30 63d7cb157983: Pulling fs layer 03:08:30 b116817d02f9: Pulling fs layer 03:08:30 745a02a5169b: Pulling fs layer 03:08:30 63d7cb157983: Waiting 03:08:30 00ac8860ef70: Waiting 03:08:30 745a02a5169b: Waiting 03:08:30 b116817d02f9: Waiting 03:08:30 18c013af1878: Verifying Checksum 03:08:30 18c013af1878: Download complete 03:08:30 a4357932f1b6: Verifying Checksum 03:08:30 a4357932f1b6: Download complete 03:08:30 63d7cb157983: Download complete 03:08:30 b116817d02f9: Verifying Checksum 03:08:30 b116817d02f9: Download complete 03:08:30 5f621e34cdf4: Verifying Checksum 03:08:30 5f621e34cdf4: Download complete 03:08:31 5f621e34cdf4: Pull complete 03:08:32 a4357932f1b6: Pull complete 03:08:32 18c013af1878: Pull complete 03:08:33 745a02a5169b: Download complete 03:08:34 00ac8860ef70: Verifying Checksum 03:08:34 00ac8860ef70: Download complete 03:08:44 00ac8860ef70: Pull complete 03:08:45 63d7cb157983: Pull complete 03:08:45 b116817d02f9: Pull complete 03:08:49 745a02a5169b: Pull complete 03:08:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:08:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:08:49 ---> b7e6874047d6 03:08:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:08:52 ---> Running in fb5dc0c97fad 03:08:52 Removing intermediate container fb5dc0c97fad 03:08:52 ---> e92944801924 03:08:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:08:52 ---> Running in 6e2b5b82dcb0 03:08:55 Removing intermediate container 6e2b5b82dcb0 03:08:55 ---> 831c95bf6e72 03:08:55 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 03:08:55 ---> Running in ae8d1a3e86f9 03:08:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:08:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:08:57 (1/6) Installing libc-dev (0.7.2-r3) 03:08:57 (2/6) Installing libsodium (1.0.18-r0) 03:08:57 (3/6) Installing pkgconf (1.7.2-r0) 03:08:57 (4/6) Installing libsodium-dev (1.0.18-r0) 03:08:57 (5/6) Installing libzmq (4.3.3-r0) 03:08:57 (6/6) Installing zeromq-dev (4.3.3-r0) 03:08:57 Executing busybox-1.31.1-r19.trigger 03:08:57 OK: 144 MiB in 45 packages 03:08:59 Removing intermediate container ae8d1a3e86f9 03:08:59 ---> a649e3a67dd9 03:08:59 Step 6/8 : WORKDIR /device-sdk-go 03:08:59 ---> Running in 44a24d8ac79c 03:09:00 Removing intermediate container 44a24d8ac79c 03:09:00 ---> 8c27b519ce66 03:09:00 Step 7/8 : COPY . . 03:09:01 ---> 56e403d8567a 03:09:01 Step 8/8 : RUN go mod download 03:09:01 ---> Running in f2771a4f27bd 03:09:28 Removing intermediate container f2771a4f27bd 03:09:28 ---> e895a1d4310f 03:09:28 Successfully built e895a1d4310f 03:09:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:09:28 + docker inspect -f . ci-base-image-arm64 03:09:28 . [Pipeline] withDockerContainer 03:09:28 prd-ubuntu18.04-docker-arm64-4c-16g-32879 does not seem to be running inside a container 03:09:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:09:30 $ docker top 0fd1a59e59c1d52b9c7b7e4aa1be541a1e8f31bfe8e1f85484d3d5dbdea9ee1e -eo pid,comm [Pipeline] { [Pipeline] sh 03:09:31 + go version 03:09:31 go version go1.15.5 linux/arm64 [Pipeline] } 03:09:31 $ docker stop --time=1 0fd1a59e59c1d52b9c7b7e4aa1be541a1e8f31bfe8e1f85484d3d5dbdea9ee1e 03:09:33 $ docker rm -f 0fd1a59e59c1d52b9c7b7e4aa1be541a1e8f31bfe8e1f85484d3d5dbdea9ee1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:09:34 + docker inspect -f . ci-base-image-arm64 03:09:34 . [Pipeline] withDockerContainer 03:09:34 prd-ubuntu18.04-docker-arm64-4c-16g-32879 does not seem to be running inside a container 03:09:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:09:36 $ docker top 2176e6d404ba58544d02d6988a8f0b27025e477e1766ae992a51d5cde2d477ce -eo pid,comm [Pipeline] { [Pipeline] sh 03:09:37 + make test 03:09:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:09:59 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:10:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:10:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 03:10:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:10:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 03:10:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:10:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.142s coverage: 28.1% of statements 03:11:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.255s coverage: 81.2% of statements 03:11:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.153s coverage: 7.8% of statements 03:11:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 03:11:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 03:11:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:11:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.290s coverage: 32.5% of statements 03:11:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 03:11:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:11:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:11:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.311s coverage: 57.3% of statements 03:11:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.052s coverage: 6.6% of statements 03:11:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.145s coverage: 5.0% of statements 03:11:06 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:11:06 GO111MODULE=on go vet ./... 03:11:53 gofmt -l . 03:11:53 [ "`gofmt -l .`" = "" ] 03:11:53 ./bin/test-attribution-txt.sh 03:11:53 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:11:53 $ docker stop --time=1 2176e6d404ba58544d02d6988a8f0b27025e477e1766ae992a51d5cde2d477ce 03:11:55 $ docker rm -f 2176e6d404ba58544d02d6988a8f0b27025e477e1766ae992a51d5cde2d477ce [Pipeline] // withDockerContainer [Pipeline] sh 03:11:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:11:57 Warning: overwriting stash ‘coverage-report’ 03:11:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:11:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:11:59 + ls -al . 03:11:59 total 224 03:11:59 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 03:11 . 03:11:59 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 03:08 .. 03:11:59 -rw-rw-r-- 1 jenkins jenkins 140 Apr 6 03:08 .dockerignore 03:11:59 drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 03:08 .git 03:11:59 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 03:08 .github 03:11:59 -rw-rw-r-- 1 jenkins jenkins 138 Apr 6 03:08 .gitignore 03:11:59 -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 03:08 Dockerfile.build 03:11:59 -rw-rw-r-- 1 jenkins jenkins 901 Apr 6 03:08 Jenkinsfile 03:11:59 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 6 03:08 LICENSE 03:11:59 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 6 03:08 Makefile 03:11:59 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 6 03:08 README.md 03:11:59 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 6 03:08 RELEASE-NOTES.txt 03:11:59 -rw-rw-r-- 1 jenkins jenkins 5 Apr 6 03:04 VERSION 03:11:59 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 03:08 bin 03:11:59 -rw-r--r-- 1 jenkins jenkins 101240 Apr 6 03:11 coverage.out 03:11:59 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 03:08 example 03:11:59 -rw-r--r-- 1 jenkins jenkins 572 Apr 6 03:11 go.mod 03:11:59 -rw-r--r-- 1 jenkins jenkins 21064 Apr 6 03:11 go.sum 03:11:59 drwxrwxr-x 14 jenkins jenkins 4096 Apr 6 03:08 internal 03:11:59 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 03:08 openapi 03:11:59 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 03:08 pkg 03:11:59 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 03:08 snap 03:11:59 -rw-rw-r-- 1 jenkins jenkins 222 Apr 6 03:08 version.go [Pipeline] isUnix [Pipeline] sh 03:11:59 + 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=89f9764ace757f5c3cd44f311eff291a22b045f0 --label arch=arm64 --label version=0.0.0 . 03:12:00 Sending build context to Docker daemon 2.461MB 03:12:00 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 03:12:00 Step 2/23 : FROM ${BASE} AS builder 03:12:00 ---> e895a1d4310f 03:12:00 Step 3/23 : WORKDIR /device-sdk-go 03:12:00 ---> Running in 8dc66e796a08 03:12:00 Removing intermediate container 8dc66e796a08 03:12:00 ---> 197f970e4510 03:12:00 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:12:00 ---> Running in 2049ae53ad1d 03:12:01 Removing intermediate container 2049ae53ad1d 03:12:01 ---> 9b41906920fb 03:12:01 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:01 ---> Running in f44667316e1f 03:12:04 Removing intermediate container f44667316e1f 03:12:04 ---> 699d890fb025 03:12:04 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 03:12:04 ---> Running in ee4f56803e42 03:12:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:12:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:12:06 OK: 144 MiB in 45 packages 03:12:07 Removing intermediate container ee4f56803e42 03:12:07 ---> 7c1a4e0654cc 03:12:07 Step 7/23 : COPY . . 03:12:08 ---> dc2525259ac9 03:12:08 Step 8/23 : RUN go mod download 03:12:08 ---> Running in e967560ace74 03:12:11 Removing intermediate container e967560ace74 03:12:11 ---> f411dd6c4ef8 03:12:11 Step 9/23 : RUN make build 03:12:11 ---> Running in 7e854c048753 03:12:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 03:12:44 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 03:12:46 Removing intermediate container 7e854c048753 03:12:46 ---> 066666f9f860 03:12:46 Step 10/23 : FROM alpine:3.12 03:12:47 3.12: Pulling from library/alpine 03:12:47 9a219e8acc52: Pulling fs layer 03:12:47 9a219e8acc52: Download complete 03:12:48 9a219e8acc52: Pull complete 03:12:48 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 03:12:48 Status: Downloaded newer image for alpine:3.12 03:12:48 ---> d75e27dfc0a0 03:12:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:12:48 ---> Running in 2d404f322fcc 03:12:48 Removing intermediate container 2d404f322fcc 03:12:48 ---> 0e0c48f0242e 03:12:48 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:12:48 ---> Running in 23213385a928 03:12:50 Removing intermediate container 23213385a928 03:12:50 ---> b23d56726010 03:12:50 Step 13/23 : RUN apk add --update --no-cache zeromq 03:12:50 ---> Running in caf2398adc7f 03:12:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:12:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:12:53 (1/5) Installing libgcc (9.3.0-r2) 03:12:53 (2/5) Installing libsodium (1.0.18-r0) 03:12:53 (3/5) Installing libstdc++ (9.3.0-r2) 03:12:53 (4/5) Installing libzmq (4.3.3-r0) 03:12:53 (5/5) Installing zeromq (4.3.3-r0) 03:12:53 Executing busybox-1.31.1-r20.trigger 03:12:53 OK: 8 MiB in 19 packages 03:12:55 Removing intermediate container caf2398adc7f 03:12:55 ---> fcf8617e2a51 03:12:55 Step 14/23 : WORKDIR / 03:12:55 ---> Running in baff571ad44b 03:12:55 Removing intermediate container baff571ad44b 03:12:55 ---> e3b88184abd0 03:12:55 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 03:12:56 ---> 07581eed586f 03:12:56 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 03:12:57 ---> 3b714eec549e 03:12:57 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 03:12:58 ---> f00f69b57f43 03:12:58 Step 18/23 : EXPOSE 49990 03:12:58 ---> Running in 643417c04049 03:12:59 Removing intermediate container 643417c04049 03:12:59 ---> 62dc020d4208 03:12:59 Step 19/23 : ENTRYPOINT ["/device-simple"] 03:12:59 ---> Running in 7e68de9d29e4 03:12:59 Removing intermediate container 7e68de9d29e4 03:12:59 ---> 293fd581f46f 03:12:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:12:59 ---> Running in eab4b9e37df2 03:13:00 Removing intermediate container eab4b9e37df2 03:13:00 ---> 7495146228ff 03:13:00 Step 21/23 : LABEL arch=arm64 03:13:00 ---> Running in c92942dafc65 03:13:01 Removing intermediate container c92942dafc65 03:13:01 ---> 956f50dbbdcb 03:13:01 Step 22/23 : LABEL git_sha=89f9764ace757f5c3cd44f311eff291a22b045f0 03:13:01 ---> Running in 5e636670de45 03:13:01 Removing intermediate container 5e636670de45 03:13:01 ---> cf1725c5f20a 03:13:01 Step 23/23 : LABEL version=0.0.0 03:13:01 ---> Running in 544a72b3a9b7 03:13:02 Removing intermediate container 544a72b3a9b7 03:13:02 ---> 5b843d94b1c4 03:13:02 [Warning] One or more build-args [ARCH MAKE] were not consumed 03:13:02 Successfully built 5b843d94b1c4 03:13: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 Post stage [Pipeline] libraryResource [Pipeline] sh 03:13:02 ---> job-cost.sh 03:13:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ugl0 03:13:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:15:18 lf-activate-venv(): INFO: Adding /tmp/venv-ugl0/bin to PATH 03:15:18 INFO: No Stack... 03:15:18 INFO: Retrieving Pricing Info for: lf-standard-4 03:15:18 INFO: Archiving Costs [Pipeline] sh 03:15:19 + cut -d, -f6 03:15:19 + cat /w/workspace/device-sdk-go/5/archives/cost.csv [Pipeline] lock 03:15:19 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-856-5-stack-cost] 03:15:19 Resource [jenkins-edgexfoundry-device-sdk-go-PR-856-5-stack-cost] did not exist. Created. 03:15:19 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-856-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:15:19 /w/workspace/device-sdk-go/5@tmp/durable-61a633c5/script.sh: 1: /w/workspace/device-sdk-go/5@tmp/durable-61a633c5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 03:15:19 + echo total: 0.20999999344348907 [Pipeline] stash 03:15:20 Warning: overwriting stash ‘stack-cost’ 03:15:20 Stashed 1 file(s) [Pipeline] } 03:15:20 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-856-5-stack-cost] [Pipeline] // lock [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 03:15:21 provisioning config files... 03:15:21 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/config201988511163347207tmp [Pipeline] { [Pipeline] sh 03:15:22 + set +x 03:15:22 + curl -s https://codecov.io/bash 03:15:22 + bash -s -- 03:15:22 03:15:22 _____ _ 03:15:22 / ____| | | 03:15:22 | | ___ __| | ___ ___ _____ __ 03:15:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:15:22 | |___| (_) | (_| | __/ (_| (_) \ V / 03:15:22 \_____\___/ \__,_|\___|\___\___/ \_/ 03:15:22 Bash-20210309-2b87ace 03:15:22 03:15:22 03:15:22 ==> git version 2.24.3 found 03:15:22 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 03:15:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:15:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:15:22 ==> Jenkins CI detected. 03:15:22 project root: . 03:15:22 --> token set from env 03:15:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:15:22 ==> Running gcov in . (disable via -X gcov) 03:15:22 ==> Python coveragepy not found 03:15:22 ==> Searching for coverage reports in: 03:15:22 + . 03:15:22 -> Found 1 reports 03:15:22 ==> Detecting git/mercurial file structure 03:15:22 ==> Reading reports 03:15:22 + ./coverage.out bytes=101240 03:15:22 ==> Appending adjustments 03:15:22 https://docs.codecov.io/docs/fixing-reports 03:15:23 + Found adjustments 03:15:23 ==> Gzipping contents 03:15:23 16K /tmp/codecov.x7NJFc.gz 03:15:23 ==> Uploading reports 03:15:23 url: https://codecov.io 03:15:23 query: branch=PR-856&commit=89f9764ace757f5c3cd44f311eff291a22b045f0&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-856%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=856&job=&cmd_args= 03:15:23 -> Pinging Codecov 03:15:23 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-856&commit=89f9764ace757f5c3cd44f311eff291a22b045f0&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-856%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=856&job=&cmd_args= 03:15:23 -> Uploading to 03:15:23 https://storage.googleapis.com/codecov/v4/raw/2021-04-06/7E55EF52A471D76F132DFD9A03CDDE97/89f9764ace757f5c3cd44f311eff291a22b045f0/ffc3ef1f-be48-4a35-bcce-fb2a2084cc93.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T031523Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f1bd70e681268f9d8c479709c700d7dbc7c0e186adcb2d59f7311af7d3d57f92 03:15:23 % Total % Received % Xferd Average Speed Time Time Time Current 03:15:23 Dload Upload Total Spent Left Speed 03:15:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13686 0 0 100 13686 0 27372 --:--:-- --:--:-- --:--:-- 27426 03:15:24 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/89f9764ace757f5c3cd44f311eff291a22b045f0 [Pipeline] } 03:15:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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 03:15:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:15:28 ---> package-listing.sh 03:15:28 ++ facter osfamily 03:15:28 ++ tr '[:upper:]' '[:lower:]' 03:15:28 + OS_FAMILY=redhat 03:15:28 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-856 03:15:28 + START_PACKAGES=/tmp/packages_start.txt 03:15:28 + END_PACKAGES=/tmp/packages_end.txt 03:15:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:15:28 + PACKAGES=/tmp/packages_start.txt 03:15:28 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-856 ']' 03:15:28 + PACKAGES=/tmp/packages_end.txt 03:15:28 + case "${OS_FAMILY}" in 03:15:28 + rpm -qa 03:15:28 + sort 03:15:38 + '[' -f /tmp/packages_start.txt ']' 03:15:38 + '[' -f /tmp/packages_end.txt ']' 03:15:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:15:38 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-856 ']' 03:15:38 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-856/archives/ 03:15:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-856/archives/ [Pipeline] echo 03:15:38 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-856/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:15:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:15:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:15:40 03:15:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:15:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:15:41 alpine: Pulling from edgex-lftools-log-publisher 03:15:41 df20fa9351a1: Pulling fs layer 03:15:41 36b3adc4ff6f: Pulling fs layer 03:15:41 8ad3a11d3b57: Pulling fs layer 03:15:41 46f8f816bc3b: Pulling fs layer 03:15:41 93b61091891f: Pulling fs layer 03:15:41 93b9cdb0e59b: Pulling fs layer 03:15:41 5e14af77c1be: Pulling fs layer 03:15:41 01666e4c0597: Pulling fs layer 03:15:41 aa168da1d23b: Pulling fs layer 03:15:41 93b9cdb0e59b: Waiting 03:15:41 5e14af77c1be: Waiting 03:15:41 01666e4c0597: Waiting 03:15:41 46f8f816bc3b: Waiting 03:15:41 36b3adc4ff6f: Verifying Checksum 03:15:41 36b3adc4ff6f: Download complete 03:15:41 46f8f816bc3b: Verifying Checksum 03:15:41 46f8f816bc3b: Download complete 03:15:41 df20fa9351a1: Verifying Checksum 03:15:41 df20fa9351a1: Download complete 03:15:41 93b9cdb0e59b: Verifying Checksum 03:15:41 93b9cdb0e59b: Download complete 03:15:42 5e14af77c1be: Verifying Checksum 03:15:42 5e14af77c1be: Download complete 03:15:42 93b61091891f: Verifying Checksum 03:15:42 93b61091891f: Download complete 03:15:42 01666e4c0597: Download complete 03:15:42 df20fa9351a1: Pull complete 03:15:43 8ad3a11d3b57: Verifying Checksum 03:15:43 8ad3a11d3b57: Download complete 03:15:43 36b3adc4ff6f: Pull complete 03:15:46 8ad3a11d3b57: Pull complete 03:15:46 46f8f816bc3b: Pull complete 03:15:47 93b61091891f: Pull complete 03:15:48 93b9cdb0e59b: Pull complete 03:15:49 5e14af77c1be: Pull complete 03:15:49 01666e4c0597: Pull complete 03:15:50 aa168da1d23b: Verifying Checksum 03:15:50 aa168da1d23b: Download complete 03:16:09 aa168da1d23b: Pull complete 03:16:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:16:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:16:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:16:11 prd-centos7-docker-4c-2g-32873 does not seem to be running inside a container 03:16:11 $ 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-856/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-856 -v /w/workspace/dgexfoundry_device-sdk-go_PR-856:/w/workspace/dgexfoundry_device-sdk-go_PR-856:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:16:16 $ docker top 6c5d5c1655ca41b8f4c53e369b0ba874d7d3822d1bc40c6f4f4f25f6a3362d44 -eo pid,comm [Pipeline] { [Pipeline] sh 03:16:19 + touch /tmp/pre-build-complete [Pipeline] sh 03:16:21 + mkdir -p /var/log/sa [Pipeline] sh 03:16:22 + ls /var/log/sa-host 03:16:22 + sadf -c /var/log/sa-host/sa06 03:16:22 file_magic: OK 03:16:22 HZ: Using current value: 100 03:16:22 file_header: OK 03:16:22 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 03:16:22 Statistics: 03:16:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:16:22 File successfully converted to sysstat format version 12.2.1 03:16:22 + sadf -c /var/log/sa-host/sa23 03:16:22 file_magic: OK 03:16:22 HZ: Using current value: 100 03:16:22 file_header: OK 03:16:22 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 03:16:22 Statistics: 03:16:22 Hnuu...uuuununununu... 03:16:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:16:22 provisioning config files... 03:16:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/config2553814394630671956tmp [Pipeline] { [Pipeline] echo 03:16:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:16:23 ---> create-netrc.sh [Pipeline] } 03:16:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:16:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:16:25 ---> python-tools-install.sh [Pipeline] echo 03:16:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:16:26 ---> sudo-logs.sh 03:16:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:16:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:16:27 ---> job-cost.sh 03:16:27 lf-activate-venv: SKIPPING 03:16:27 DEBUG: total: 0.20999999344348907 03:16:27 INFO: Retrieving Stack Cost... 03:16:28 INFO: Retrieving Pricing Info for: v1-standard-2 03:16:29 INFO: Archiving Costs [Pipeline] echo 03:16:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:16:30 ---> logs-deploy.sh 03:16:30 lf-activate-venv: SKIPPING 03:16:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-856/5 03:16:30 INFO: archiving workspace using pattern(s): 03:16:34 Archives upload complete. 03:16:34 INFO: archiving logs to Nexus 03:16:37 ---> uname -a: 03:16:37 Linux prd-centos7-docker-4c-2g-32873.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:16:37 03:16:37 03:16:37 ---> lscpu: 03:16:37 Architecture: x86_64 03:16:37 CPU op-mode(s): 32-bit, 64-bit 03:16:37 Byte Order: Little Endian 03:16:37 Address sizes: 40 bits physical, 48 bits virtual 03:16:37 CPU(s): 4 03:16:37 On-line CPU(s) list: 0-3 03:16:37 Thread(s) per core: 1 03:16:37 Core(s) per socket: 1 03:16:37 Socket(s): 4 03:16:37 NUMA node(s): 1 03:16:37 Vendor ID: GenuineIntel 03:16:37 CPU family: 6 03:16:37 Model: 44 03:16:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:16:37 Stepping: 1 03:16:37 CPU MHz: 2933.438 03:16:37 BogoMIPS: 5866.87 03:16:37 Virtualization: VT-x 03:16:37 Hypervisor vendor: KVM 03:16:37 Virtualization type: full 03:16:37 L1d cache: 128 KiB 03:16:37 L1i cache: 128 KiB 03:16:37 L2 cache: 16 MiB 03:16:37 L3 cache: 64 MiB 03:16:37 NUMA node0 CPU(s): 0-3 03:16:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:16:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:16:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:16:37 Vulnerability Meltdown: Mitigation; PTI 03:16:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:16:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:16:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:16:37 Vulnerability Srbds: Not affected 03:16:37 Vulnerability Tsx async abort: Not affected 03:16:37 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 03:16:37 03:16:37 03:16:37 ---> nproc: 03:16:37 4 03:16:37 03:16:37 03:16:37 ---> df -h: 03:16:37 Filesystem Size Used Available Use% Mounted on 03:16:37 overlay 50.0G 7.3G 42.7G 15% / 03:16:37 tmpfs 64.0M 0 64.0M 0% /dev 03:16:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:16:37 shm 64.0M 0 64.0M 0% /dev/shm 03:16:37 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 03:16:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 03:16:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 03:16:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 03:16:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 03:16:37 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 03:16:37 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-856 03:16:37 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp 03:16:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 03:16:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 03:16:37 03:16:37 03:16:37 ---> free -m: 03:16:37 total used free shared buff/cache available 03:16:37 Mem: 1837 689 99 0 1049 1043 03:16:37 Swap: 1023 0 1023 03:16:37 03:16:37 03:16:37 ---> ip addr: 03:16:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:16:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:16:37 inet 127.0.0.1/8 scope host lo 03:16:37 valid_lft forever preferred_lft forever 03:16:37 inet6 ::1/128 scope host 03:16:37 valid_lft forever preferred_lft forever 03:16:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:16:37 link/ether fa:16:3e:6d:a0:ec brd ff:ff:ff:ff:ff:ff 03:16:37 inet 10.30.123.61/23 brd 10.30.123.255 scope global dynamic eth0 03:16:37 valid_lft 85545sec preferred_lft 85545sec 03:16:37 inet6 fe80::f816:3eff:fe6d:a0ec/64 scope link 03:16:37 valid_lft forever preferred_lft forever 03:16:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:16:37 link/ether 02:42:f9:e0:16:5c brd ff:ff:ff:ff:ff:ff 03:16:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:16:37 valid_lft forever preferred_lft forever 03:16:37 inet6 fe80::42:f9ff:fee0:165c/64 scope link 03:16:37 valid_lft forever preferred_lft forever 03:16:37 03:16:37 03:16:37 ---> sar -b -r -n DEV: 03:16:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 03:16:37 03:16:37 03:02:07 LINUX RESTART (4 CPU) 03:16:37 03:16:37 03:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:16:37 03:04:01 62.77 33.76 29.00 0.00 5821.19 2054.73 0.00 03:16:37 03:05:02 24.52 5.51 19.02 0.00 1636.60 1906.85 0.00 03:16:37 03:06:01 1.49 0.00 1.49 0.00 0.00 25.75 0.00 03:16:37 03:07:01 0.35 0.00 0.35 0.00 0.00 5.94 0.00 03:16:37 03:08:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 03:16:37 03:09:01 0.32 0.00 0.32 0.00 0.00 4.06 0.00 03:16:37 03:10:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 03:16:37 03:11:01 0.23 0.00 0.23 0.00 0.00 2.88 0.00 03:16:37 03:12:01 0.20 0.00 0.20 0.00 0.00 1.63 0.00 03:16:37 03:13:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 03:16:37 03:14:01 0.27 0.00 0.27 0.00 0.00 2.73 0.00 03:16:37 03:15:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 03:16:37 03:16:02 99.97 50.31 49.65 0.00 4224.11 12986.06 0.00 03:16:37 Average: 14.78 6.93 7.85 0.00 903.79 1314.73 0.00 03:16:37 03:16:37 03:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:16:37 03:04:01 79616 0 581152 30.89 2620 1218156 1278604 43.64 438740 1166820 20 03:16:37 03:05:02 160256 0 585296 31.11 2620 1133372 1157240 39.49 414968 1105148 132 03:16:37 03:06:01 176156 0 569392 30.26 2620 1133376 1045608 35.68 405232 1101660 20 03:16:37 03:07:01 174556 0 570988 30.35 2620 1133380 1045740 35.69 410388 1098296 12 03:16:37 03:08:01 173404 0 572136 30.41 2620 1133384 1045740 35.69 411944 1098256 8 03:16:37 03:09:01 172008 0 573524 30.48 2620 1133392 1045872 35.69 425968 1085048 8 03:16:37 03:10:01 172976 0 572556 30.43 2620 1133392 1045740 35.69 425236 1085044 20 03:16:37 03:11:01 172984 0 572540 30.43 2620 1133400 1045740 35.69 425244 1085044 8 03:16:37 03:12:01 173372 0 572148 30.41 2620 1133404 1045740 35.69 425372 1085044 8 03:16:37 03:13:01 172968 0 572548 30.43 2620 1133408 1045740 35.69 425376 1085044 8 03:16:37 03:14:01 172376 0 573132 30.46 2620 1133416 1045812 35.69 425632 1085048 8 03:16:37 03:15:01 172984 0 572520 30.43 2620 1133420 1045740 35.69 425144 1085044 8 03:16:37 03:16:02 75528 0 676780 35.97 2620 1126616 1490748 50.88 567384 1011272 42476 03:16:37 Average: 157630 0 581901 30.93 2620 1139394 1106466 37.76 432818 1090521 3287 03:16:37 03:16:37 03:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:16:37 03:04:01 eth0 187.95 150.62 718.05 58.57 0.00 0.00 0.00 0.00 03:16:37 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:05:02 eth0 75.10 66.21 365.53 45.32 0.00 0.00 0.00 0.00 03:16:37 03:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:05:02 docker0 6.40 5.69 1.35 24.88 0.00 0.00 0.00 0.00 03:16:37 03:06:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:16:37 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:07:01 eth0 0.42 0.05 0.02 0.00 0.00 0.00 0.00 0.00 03:16:37 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:08:01 eth0 0.45 0.03 0.05 0.00 0.00 0.00 0.00 0.00 03:16:37 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:09:01 eth0 0.67 0.43 0.40 0.27 0.00 0.00 0.00 0.00 03:16:37 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:10:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:16:37 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:11:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:16:37 03:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:12:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:16:37 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:13:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:16:37 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:14:01 eth0 0.33 0.23 0.15 0.07 0.00 0.00 0.00 0.00 03:16:37 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:15:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:16:37 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:16:02 eth0 201.71 178.13 2164.68 21.45 0.00 0.00 0.00 0.00 03:16:37 03:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 03:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 Average: eth0 36.13 30.64 251.26 9.72 0.00 0.00 0.00 0.00 03:16:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:16:37 Average: docker0 0.49 0.44 0.10 1.92 0.00 0.00 0.00 0.00 03:16:37 03:16:37 03:16:37 ---> sar -P ALL: 03:16:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 03:16:37 03:16:37 03:02:07 LINUX RESTART (4 CPU) 03:16:37 03:16:37 03:03:01 CPU %user %nice %system %iowait %steal %idle 03:16:37 03:04:01 all 10.98 0.00 4.73 2.47 31.37 50.45 03:16:37 03:04:01 0 11.90 0.00 4.81 2.11 33.23 47.95 03:16:37 03:04:01 1 12.96 0.00 4.86 2.12 30.72 49.33 03:16:37 03:04:01 2 10.90 0.00 4.94 3.41 30.77 49.99 03:16:37 03:04:01 3 8.28 0.00 4.33 2.24 30.77 54.38 03:16:37 03:05:02 all 2.33 0.00 2.97 0.61 17.90 76.20 03:16:37 03:05:02 0 1.85 0.00 2.75 0.19 19.09 76.13 03:16:37 03:05:02 1 2.16 0.00 2.72 0.57 17.72 76.82 03:16:37 03:05:02 2 2.70 0.00 3.25 1.22 17.98 74.85 03:16:37 03:05:02 3 2.61 0.00 3.15 0.46 16.76 77.02 03:16:37 03:06:01 all 0.09 0.00 0.07 0.00 1.31 98.53 03:16:37 03:06:01 0 0.02 0.00 0.10 0.00 1.22 98.66 03:16:37 03:06:01 1 0.25 0.00 0.05 0.00 1.57 98.13 03:16:37 03:06:01 2 0.05 0.00 0.07 0.00 1.70 98.18 03:16:37 03:06:01 3 0.03 0.00 0.07 0.00 0.74 99.16 03:16:37 03:07:01 all 0.17 0.00 0.06 0.00 0.80 98.97 03:16:37 03:07:01 0 0.17 0.00 0.07 0.00 0.55 99.22 03:16:37 03:07:01 1 0.03 0.00 0.08 0.00 0.98 98.91 03:16:37 03:07:01 2 0.35 0.00 0.08 0.00 0.56 99.00 03:16:37 03:07:01 3 0.13 0.00 0.02 0.00 1.11 98.75 03:16:37 03:08:01 all 0.12 0.00 0.03 0.00 0.16 99.68 03:16:37 03:08:01 0 0.02 0.00 0.02 0.00 0.20 99.77 03:16:37 03:08:01 1 0.08 0.00 0.07 0.00 0.22 99.63 03:16:37 03:08:01 2 0.38 0.00 0.02 0.00 0.05 99.55 03:16:37 03:08:01 3 0.02 0.00 0.03 0.00 0.17 99.78 03:16:37 03:09:01 all 0.13 0.00 0.22 0.00 0.51 99.14 03:16:37 03:09:01 0 0.17 0.00 0.10 0.00 0.38 99.35 03:16:37 03:09:01 1 0.18 0.00 0.25 0.00 0.53 99.04 03:16:37 03:09:01 2 0.08 0.00 0.27 0.00 0.17 99.48 03:16:37 03:09:01 3 0.10 0.00 0.26 0.00 0.96 98.68 03:16:37 03:10:01 all 0.11 0.00 0.04 0.00 0.43 99.42 03:16:37 03:10:01 0 0.00 0.00 0.02 0.00 0.23 99.75 03:16:37 03:10:01 1 0.41 0.00 0.03 0.00 1.02 98.53 03:16:37 03:10:01 2 0.02 0.00 0.08 0.00 0.08 99.82 03:16:37 03:10:01 3 0.02 0.00 0.02 0.00 0.38 99.58 03:16:37 03:11:01 all 0.10 0.00 0.03 0.00 0.42 99.45 03:16:37 03:11:01 0 0.02 0.00 0.02 0.00 0.18 99.78 03:16:37 03:11:01 1 0.27 0.00 0.03 0.02 0.51 99.17 03:16:37 03:11:01 2 0.10 0.00 0.03 0.00 0.47 99.40 03:16:37 03:11:01 3 0.03 0.00 0.03 0.00 0.50 99.44 03:16:37 03:12:01 all 0.12 0.00 0.02 0.00 0.51 99.36 03:16:37 03:12:01 0 0.00 0.00 0.02 0.00 0.12 99.87 03:16:37 03:12:01 1 0.05 0.00 0.03 0.00 1.30 98.62 03:16:37 03:12:01 2 0.40 0.00 0.00 0.00 0.25 99.35 03:16:37 03:12:01 3 0.02 0.00 0.03 0.00 0.35 99.60 03:16:37 03:13:01 all 0.09 0.00 0.04 0.00 1.02 98.84 03:16:37 03:13:01 0 0.02 0.00 0.02 0.00 0.45 99.52 03:16:37 03:13:01 1 0.05 0.00 0.05 0.00 1.01 98.89 03:16:37 03:13:01 2 0.28 0.00 0.03 0.00 0.58 99.10 03:16:37 03:13:01 3 0.03 0.00 0.05 0.00 2.04 97.88 03:16:37 03:14:01 all 0.11 0.00 0.03 0.00 0.17 99.68 03:16:37 03:14:01 0 0.00 0.00 0.02 0.00 0.20 99.78 03:16:37 03:14:01 1 0.07 0.00 0.07 0.00 0.27 99.60 03:16:37 03:14:01 2 0.35 0.00 0.02 0.00 0.15 99.48 03:16:37 03:14:01 3 0.02 0.00 0.03 0.00 0.08 99.87 03:16:37 03:16:37 03:14:01 CPU %user %nice %system %iowait %steal %idle 03:16:37 03:15:01 all 0.09 0.00 0.02 0.00 0.50 99.39 03:16:37 03:15:01 0 0.00 0.00 0.02 0.00 0.18 99.80 03:16:37 03:15:01 1 0.08 0.00 0.05 0.00 1.37 98.50 03:16:37 03:15:01 2 0.23 0.00 0.02 0.00 0.32 99.43 03:16:37 03:15:01 3 0.03 0.00 0.02 0.00 0.12 99.83 03:16:37 03:16:02 all 3.76 0.00 2.90 2.38 17.44 73.53 03:16:37 03:16:02 0 6.17 0.00 3.10 4.17 18.44 68.13 03:16:37 03:16:02 1 2.79 0.00 3.15 0.64 17.54 75.88 03:16:37 03:16:02 2 3.02 0.00 2.51 1.34 17.08 76.06 03:16:37 03:16:02 3 3.10 0.00 2.83 3.40 16.70 73.97 03:16:37 Average: all 1.52 0.00 0.93 0.45 6.01 91.10 03:16:37 Average: 0 1.69 0.00 0.92 0.53 6.19 90.68 03:16:37 Average: 1 1.61 0.00 0.94 0.28 6.14 91.03 03:16:37 Average: 2 1.56 0.00 0.94 0.50 5.80 91.21 03:16:37 Average: 3 1.22 0.00 0.91 0.51 5.90 91.46 03:16:37 03:16:37 03:16:37