Pull request #856 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 91a128fb3261b794220e36635c93107914f86303+34bcbadecb817e113f443ebd9bc4fa59ecf970a2 (906ad84cfc2b7bfe59dc237c56a972f5a84122c5) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32929 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 > 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 Merging remotes/origin/master commit 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 into PR head commit 91a128fb3261b794220e36635c93107914f86303 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 91a128fb3261b794220e36635c93107914f86303 # timeout=10 Merge succeeded, producing 91a128fb3261b794220e36635c93107914f86303 Checking out Revision 91a128fb3261b794220e36635c93107914f86303 (PR-856) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91a128fb3261b794220e36635c93107914f86303 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:12:10 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 89f9764ace757f5c3cd44f311eff291a22b045f0 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:12:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:12:10 ========================================================= 08:12:10 EdgeX Global Pipelines Version Info 08:12:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:12:14 ------------------- 08:12:14 stable info: 08:12:14 ------------------- 08:12:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:12:14 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:12:14 Message: update stable to v1.0.186 08:12:15 ------------------- 08:12:15 experimental info: 08:12:15 ------------------- 08:12:15 Commited By: **** collab-it+edgex@linuxfoundation.org 08:12:15 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 08:12:15 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:12:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:12:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:12:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:12:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:12:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:12:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:12:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:12:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:12:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:12:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:12:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:12:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 08:12:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:12:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:12:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:12:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:12:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:12:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:12:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:12:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:12:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:12:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:12:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:12:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:12:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:12:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:12:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-856 [Pipeline] echo 08:12:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-856 [Pipeline] echo 08:12:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-856 [Pipeline] echo 08:12:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91a128fb3261b794220e36635c93107914f86303 [Pipeline] echo 08:12:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 91a128f [Pipeline] echo 08:12:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:12:18 provisioning config files... 08:12:18 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/config8923515670764980404tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:12:19 ---> docker-login.sh 08:12:19 nexus3.edgexfoundry.org:10001 08:12:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:20 Configure a credential helper to remove this warning. See 08:12:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:20 08:12:20 Login Succeeded 08:12:20 nexus3.edgexfoundry.org:10002 08:12:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:21 Configure a credential helper to remove this warning. See 08:12:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:21 08:12:21 Login Succeeded 08:12:21 nexus3.edgexfoundry.org:10003 08:12:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:22 Configure a credential helper to remove this warning. See 08:12:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:22 08:12:22 Login Succeeded 08:12:22 nexus3.edgexfoundry.org:10004 08:12:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:22 Configure a credential helper to remove this warning. See 08:12:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:22 08:12:22 Login Succeeded 08:12:22 docker.io 08:12:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:12:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:12:24 Configure a credential helper to remove this warning. See 08:12:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:12:24 08:12:24 Login Succeeded 08:12:24 ---> docker-login.sh ends [Pipeline] } 08:12:24 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 08:12:25 + git log --format=format:%s -1 91a128fb3261b794220e36635c93107914f86303 [Pipeline] echo 08:12:25 GIT_COMMIT: 91a128fb3261b794220e36635c93107914f86303, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 08:12:25 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:12:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:12:26 08:12:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:12:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:12:27 latest: Pulling from edgex-devops/git-semver 08:12:27 31603596830f: Pulling fs layer 08:12:27 2a8b12db71e7: Pulling fs layer 08:12:27 6ca5941a6612: Pulling fs layer 08:12:27 ecc8261a40a4: Pulling fs layer 08:12:27 ecc8261a40a4: Waiting 08:12:27 2a8b12db71e7: Verifying Checksum 08:12:27 2a8b12db71e7: Download complete 08:12:28 31603596830f: Verifying Checksum 08:12:28 31603596830f: Download complete 08:12:28 ecc8261a40a4: Download complete 08:12:28 6ca5941a6612: Verifying Checksum 08:12:28 6ca5941a6612: Download complete 08:12:29 31603596830f: Pull complete 08:12:30 2a8b12db71e7: Pull complete 08:12:31 6ca5941a6612: Pull complete 08:12:32 ecc8261a40a4: Pull complete 08:12:32 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:12:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:12:32 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:12:33 prd-centos7-docker-4c-2g-32929 does not seem to be running inside a container 08:12:33 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:12:36 $ docker top 70667f63b7bf9a30621ff63eedb8f7ebf8a843996dd4508244793a831df81f11 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:12:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:12:37 [ssh-agent] Looking for ssh-agent implementation... 08:12:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:12:38 $ docker exec 70667f63b7bf9a30621ff63eedb8f7ebf8a843996dd4508244793a831df81f11 ssh-agent 08:12:38 SSH_AUTH_SOCK=/tmp/ssh-quqlS0biz4bl/agent.11 08:12:38 SSH_AGENT_PID=17 08:12:39 Running ssh-add (command line suppressed) 08:12:39 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_2905511855571902948.key (/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_2905511855571902948.key) 08:12:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:12:40 + git tag --points-at HEAD [Pipeline] } 08:12:40 $ docker exec --env ******** --env ******** 70667f63b7bf9a30621ff63eedb8f7ebf8a843996dd4508244793a831df81f11 ssh-agent -k 08:12:41 unset SSH_AUTH_SOCK; 08:12:41 unset SSH_AGENT_PID; 08:12:41 echo Agent pid 17 killed; 08:12:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:12:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:12:41 [ssh-agent] Looking for ssh-agent implementation... 08:12:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:12:42 $ docker exec 70667f63b7bf9a30621ff63eedb8f7ebf8a843996dd4508244793a831df81f11 ssh-agent 08:12:42 SSH_AUTH_SOCK=/tmp/ssh-kTqeXiMcuEnn/agent.45 08:12:42 SSH_AGENT_PID=50 08:12:42 Running ssh-add (command line suppressed) 08:12:43 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_8101483570425377748.key (/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_8101483570425377748.key) 08:12:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:12:44 + git semver init 08:12:44 # -> Open(): unable to determine branch for HEAD 08:12:44 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-856/.git 08:12:44 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-856 08:12:44 # $SEMVER_REMOTE_NAME = origin 08:12:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:12:44 # $SEMVER_USER_NAME = edgex-jenkins 08:12:44 # $SEMVER_BRANCH = PR-856 08:12:44 # $SEMVER_TEMP = /tmp/semver-824722688 08:12:44 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 08:12:45 # '/tmp/semver-824722688' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-856/.semver' 08:12:46 # -> Force: false 08:12:46 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-856/.semver [Pipeline] } 08:12:46 $ docker exec --env ******** --env ******** 70667f63b7bf9a30621ff63eedb8f7ebf8a843996dd4508244793a831df81f11 ssh-agent -k 08:12:46 unset SSH_AUTH_SOCK; 08:12:46 unset SSH_AGENT_PID; 08:12:46 echo Agent pid 50 killed; 08:12:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:12:47 + git semver [Pipeline] } 08:12:48 $ docker stop --time=1 70667f63b7bf9a30621ff63eedb8f7ebf8a843996dd4508244793a831df81f11 08:12:50 $ docker rm -f 70667f63b7bf9a30621ff63eedb8f7ebf8a843996dd4508244793a831df81f11 [Pipeline] // withDockerContainer [Pipeline] sh 08:12:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:12:52 Stashed 1 file(s) [Pipeline] echo 08:12:52 [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 08:13:08 Still waiting to schedule task 08:13:08 ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-32928’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-32930’ is offline 08:13:08 Still waiting to schedule task 08:13:08 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:15:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32931 in /w/workspace/dgexfoundry_device-sdk-go_PR-856 [Pipeline] { [Pipeline] ws 08:15:00 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 08:15:05 using credential edgex-jenkins-ssh 08:15:05 Cloning the remote Git repository 08:15:05 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:15:05 > git init /w/workspace/device-sdk-go/6 # timeout=10 08:15:05 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:15:05 > git --version # timeout=10 08:15:05 > git --version # 'git version 2.17.1' 08:15:05 using GIT_SSH to set credentials SSH Credentials for GitHub 08:15:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:15:07 Merging remotes/origin/master commit 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 into PR head commit 91a128fb3261b794220e36635c93107914f86303 08:15:07 Merge succeeded, producing 91a128fb3261b794220e36635c93107914f86303 08:15:07 Checking out Revision 91a128fb3261b794220e36635c93107914f86303 (PR-856) 08:15:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:15:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:15:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:15:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:15:07 using GIT_SSH to set credentials SSH Credentials for GitHub 08:15:07 > 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 08:15:07 > git config core.sparsecheckout # timeout=10 08:15:07 > git checkout -f 91a128fb3261b794220e36635c93107914f86303 # timeout=10 08:15:07 > git remote # timeout=10 08:15:07 > git config --get remote.origin.url # timeout=10 08:15:07 using GIT_SSH to set credentials SSH Credentials for GitHub 08:15:07 > git merge 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 # timeout=10 08:15:07 > git rev-parse HEAD^{commit} # timeout=10 08:15:07 > git config core.sparsecheckout # timeout=10 08:15:07 > git checkout -f 91a128fb3261b794220e36635c93107914f86303 # timeout=10 08:15:12 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 08:15:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:15:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:15:14 + + true 08:15:14 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:15:17 provisioning config files... 08:15:17 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config5028611686765046663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:15:17 ---> docker-login.sh 08:15:17 nexus3.edgexfoundry.org:10001 08:15:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:18 Configure a credential helper to remove this warning. See 08:15:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:18 08:15:18 Login Succeeded 08:15:18 nexus3.edgexfoundry.org:10002 08:15:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:19 Configure a credential helper to remove this warning. See 08:15:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:19 08:15:19 Login Succeeded 08:15:19 nexus3.edgexfoundry.org:10003 08:15:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:19 Configure a credential helper to remove this warning. See 08:15:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:19 08:15:19 Login Succeeded 08:15:19 nexus3.edgexfoundry.org:10004 08:15:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:20 Configure a credential helper to remove this warning. See 08:15:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:20 08:15:20 Login Succeeded 08:15:20 docker.io 08:15:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:20 Configure a credential helper to remove this warning. See 08:15:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:20 08:15:20 Login Succeeded 08:15:21 ---> docker-login.sh ends [Pipeline] } 08:15:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:15:21 ========================================================= 08:15:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:15:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:15:22 + 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 . 08:15:22 Sending build context to Docker daemon 2.364MB 08:15:22 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:15:22 Step 2/8 : FROM ${BASE} 08:15:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:15:22 5f621e34cdf4: Pulling fs layer 08:15:22 a4357932f1b6: Pulling fs layer 08:15:22 18c013af1878: Pulling fs layer 08:15:22 00ac8860ef70: Pulling fs layer 08:15:22 63d7cb157983: Pulling fs layer 08:15:22 b116817d02f9: Pulling fs layer 08:15:22 745a02a5169b: Pulling fs layer 08:15:22 63d7cb157983: Waiting 08:15:22 00ac8860ef70: Waiting 08:15:22 b116817d02f9: Waiting 08:15:22 745a02a5169b: Waiting 08:15:22 18c013af1878: Verifying Checksum 08:15:22 18c013af1878: Download complete 08:15:22 a4357932f1b6: Verifying Checksum 08:15:22 a4357932f1b6: Download complete 08:15:22 63d7cb157983: Verifying Checksum 08:15:22 63d7cb157983: Download complete 08:15:22 b116817d02f9: Verifying Checksum 08:15:22 b116817d02f9: Download complete 08:15:22 5f621e34cdf4: Verifying Checksum 08:15:22 5f621e34cdf4: Download complete 08:15:23 5f621e34cdf4: Pull complete 08:15:24 a4357932f1b6: Pull complete 08:15:24 18c013af1878: Pull complete 08:15:25 745a02a5169b: Download complete 08:15:26 00ac8860ef70: Verifying Checksum 08:15:26 00ac8860ef70: Download complete 08:15:26 Running on prd-centos7-docker-4c-2g-32932 in /w/workspace/dgexfoundry_device-sdk-go_PR-856 [Pipeline] { [Pipeline] ws 08:15:26 Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout 08:15:29 using credential edgex-jenkins-ssh 08:15:29 Cloning the remote Git repository 08:15:28 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:15:28 > git init /w/workspace/device-sdk-go/6 # timeout=10 08:15:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:15:28 > git --version # timeout=10 08:15:28 > git --version # 'git version 2.24.3' 08:15:28 using GIT_SSH to set credentials SSH Credentials for GitHub 08:15:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:15:30 Merging remotes/origin/master commit 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 into PR head commit 91a128fb3261b794220e36635c93107914f86303 08:15:30 Merge succeeded, producing 91a128fb3261b794220e36635c93107914f86303 08:15:30 Checking out Revision 91a128fb3261b794220e36635c93107914f86303 (PR-856) 08:15:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:15:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:15:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:15:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:15:29 using GIT_SSH to set credentials SSH Credentials for GitHub 08:15:29 > 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 08:15:30 > git config core.sparsecheckout # timeout=10 08:15:30 > git checkout -f 91a128fb3261b794220e36635c93107914f86303 # timeout=10 08:15:30 > git remote # timeout=10 08:15:30 > git config --get remote.origin.url # timeout=10 08:15:30 using GIT_SSH to set credentials SSH Credentials for GitHub 08:15:30 > git merge 34bcbadecb817e113f443ebd9bc4fa59ecf970a2 # timeout=10 08:15:30 > git rev-parse HEAD^{commit} # timeout=10 08:15:30 > git config core.sparsecheckout # timeout=10 08:15:30 > git checkout -f 91a128fb3261b794220e36635c93107914f86303 # timeout=10 08:15:34 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 08:15:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:15:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:15:35 + sudo service docker restart 08:15:35 + true 08:15:35 Redirecting to /bin/systemctl restart docker.service 08:15:36 00ac8860ef70: Pull complete 08:15:36 63d7cb157983: Pull complete 08:15:36 b116817d02f9: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:15:37 provisioning config files... 08:15:37 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/6@tmp/config3172101466740179432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:15:37 ---> docker-login.sh 08:15:37 nexus3.edgexfoundry.org:10001 08:15:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:37 Configure a credential helper to remove this warning. See 08:15:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:37 08:15:37 Login Succeeded 08:15:37 nexus3.edgexfoundry.org:10002 08:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:38 Configure a credential helper to remove this warning. See 08:15:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:38 08:15:38 Login Succeeded 08:15:38 nexus3.edgexfoundry.org:10003 08:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:38 Configure a credential helper to remove this warning. See 08:15:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:38 08:15:38 Login Succeeded 08:15:38 nexus3.edgexfoundry.org:10004 08:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:38 Configure a credential helper to remove this warning. See 08:15:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:38 08:15:38 Login Succeeded 08:15:38 docker.io 08:15:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:39 Configure a credential helper to remove this warning. See 08:15:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:39 08:15:39 Login Succeeded 08:15:39 ---> docker-login.sh ends [Pipeline] } 08:15:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:15:39 ========================================================= 08:15:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:15:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:15:39 + 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 . 08:15:39 Sending build context to Docker daemon 2.365MB 08:15:39 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:15:39 Step 2/8 : FROM ${BASE} 08:15:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:15:39 188c0c94c7c5: Pulling fs layer 08:15:39 0ef7d3d256c8: Pulling fs layer 08:15:39 de9db76c5a1d: Pulling fs layer 08:15:39 bca2f99d35d6: Pulling fs layer 08:15:39 93359f2a8cfa: Pulling fs layer 08:15:39 7c6f9722023f: Pulling fs layer 08:15:39 a35cf1a2eb13: Pulling fs layer 08:15:39 93359f2a8cfa: Waiting 08:15:39 7c6f9722023f: Waiting 08:15:39 a35cf1a2eb13: Waiting 08:15:39 bca2f99d35d6: Waiting 08:15:39 de9db76c5a1d: Verifying Checksum 08:15:39 de9db76c5a1d: Download complete 08:15:39 0ef7d3d256c8: Download complete 08:15:39 93359f2a8cfa: Verifying Checksum 08:15:39 93359f2a8cfa: Download complete 08:15:39 188c0c94c7c5: Verifying Checksum 08:15:39 188c0c94c7c5: Download complete 08:15:39 7c6f9722023f: Verifying Checksum 08:15:39 7c6f9722023f: Download complete 08:15:40 188c0c94c7c5: Pull complete 08:15:40 0ef7d3d256c8: Pull complete 08:15:40 de9db76c5a1d: Pull complete 08:15:40 745a02a5169b: Pull complete 08:15:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:15:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:15:40 ---> b7e6874047d6 08:15:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:15:41 a35cf1a2eb13: Verifying Checksum 08:15:41 a35cf1a2eb13: Download complete 08:15:42 bca2f99d35d6: Verifying Checksum 08:15:42 bca2f99d35d6: Download complete 08:15:43 ---> Running in 94c05a796fd2 08:15:43 Removing intermediate container 94c05a796fd2 08:15:43 ---> dde52203b39a 08:15:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:43 ---> Running in 93cefc1696fe 08:15:46 Removing intermediate container 93cefc1696fe 08:15:46 ---> 00d632e847b2 08:15:46 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 08:15:46 ---> Running in 4e35b0e0e07d 08:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:15:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:15:48 bca2f99d35d6: Pull complete 08:15:48 (1/6) Installing libc-dev (0.7.2-r3) 08:15:48 (2/6) Installing libsodium (1.0.18-r0) 08:15:48 93359f2a8cfa: Pull complete 08:15:48 7c6f9722023f: Pull complete 08:15:48 (3/6) Installing pkgconf (1.7.2-r0) 08:15:48 (4/6) Installing libsodium-dev (1.0.18-r0) 08:15:48 (5/6) Installing libzmq (4.3.3-r0) 08:15:48 (6/6) Installing zeromq-dev (4.3.3-r0) 08:15:48 Executing busybox-1.31.1-r19.trigger 08:15:48 OK: 144 MiB in 45 packages 08:15:50 Removing intermediate container 4e35b0e0e07d 08:15:50 ---> 053ed4ea0b88 08:15:50 Step 6/8 : WORKDIR /device-sdk-go 08:15:50 ---> Running in 84e7b218bd05 08:15:50 Removing intermediate container 84e7b218bd05 08:15:50 ---> 17ef7fd6d4dd 08:15:50 Step 7/8 : COPY . . 08:15:52 ---> f252271862f3 08:15:52 Step 8/8 : RUN go mod download 08:15:52 ---> Running in 729b1c69b051 08:15:52 a35cf1a2eb13: Pull complete 08:15:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:15:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:15:52 ---> a62c8e92a672 08:15:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:15:52 ---> Running in 4fce48b83d13 08:15:53 Removing intermediate container 4fce48b83d13 08:15:53 ---> d4c7a95db34d 08:15:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:15:53 ---> Running in e91810ee7e30 08:15:54 Removing intermediate container e91810ee7e30 08:15:54 ---> 2c52fd2b5cd9 08:15:54 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 08:15:54 ---> Running in 68d230761852 08:15:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:15:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:15:56 (1/6) Installing libc-dev (0.7.2-r3) 08:15:56 (2/6) Installing libsodium (1.0.18-r0) 08:15:56 (3/6) Installing pkgconf (1.7.2-r0) 08:15:56 (4/6) Installing libsodium-dev (1.0.18-r0) 08:15:56 (5/6) Installing libzmq (4.3.3-r0) 08:15:56 (6/6) Installing zeromq-dev (4.3.3-r0) 08:15:57 Executing busybox-1.31.1-r19.trigger 08:15:57 OK: 167 MiB in 45 packages 08:15:58 Removing intermediate container 68d230761852 08:15:58 ---> 8f58162f0022 08:15:58 Step 6/8 : WORKDIR /device-sdk-go 08:15:58 ---> Running in b5aba4ad011b 08:15:58 Removing intermediate container b5aba4ad011b 08:15:58 ---> 62b20f21f28e 08:15:58 Step 7/8 : COPY . . 08:15:59 ---> fac33504aa9a 08:15:59 Step 8/8 : RUN go mod download 08:15:59 ---> Running in f2d5569c6729 08:16:19 Removing intermediate container 729b1c69b051 08:16:19 ---> 0792cdd68a53 08:16:19 Successfully built 0792cdd68a53 08:16:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:16:19 + docker inspect -f . ci-base-image-arm64 08:16:19 . [Pipeline] withDockerContainer 08:16:19 prd-ubuntu18.04-docker-arm64-4c-16g-32931 does not seem to be running inside a container 08:16:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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-arm64 cat 08:16:21 $ docker top cb77a791d894a92b083a713af010ede816cd9ac194ebd419f527cd9393575989 -eo pid,comm 08:16:21 Removing intermediate container f2d5569c6729 08:16:21 ---> 0b3c568ffa98 08:16:21 Successfully built 0b3c568ffa98 08:16:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 08:16:22 + docker inspect -f . ci-base-image-x86_64 08:16:22 . [Pipeline] withDockerContainer 08:16:22 + go version 08:16:22 go version go1.15.5 linux/arm64 08:16:22 prd-centos7-docker-4c-2g-32932 does not seem to be running inside a container 08:16:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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-x86_64 cat 08:16:23 $ docker top 228916a7d69fe906c2a813adbaf8380a80b5716cb22632c6822336cd723eafc1 -eo pid,comm [Pipeline] { [Pipeline] } 08:16:23 $ docker stop --time=1 cb77a791d894a92b083a713af010ede816cd9ac194ebd419f527cd9393575989 08:16:25 $ docker rm -f cb77a791d894a92b083a713af010ede816cd9ac194ebd419f527cd9393575989 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 08:16:26 + go version 08:16:26 go version go1.15.5 linux/amd64 [Pipeline] } 08:16:26 $ docker stop --time=1 228916a7d69fe906c2a813adbaf8380a80b5716cb22632c6822336cd723eafc1 08:16:27 $ docker rm -f 228916a7d69fe906c2a813adbaf8380a80b5716cb22632c6822336cd723eafc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:16:28 + docker inspect -f . ci-base-image-arm64 08:16:28 . [Pipeline] withDockerContainer 08:16:28 + docker inspect -f . ci-base-image-x86_64 08:16:28 . 08:16:28 prd-ubuntu18.04-docker-arm64-4c-16g-32931 does not seem to be running inside a container 08:16:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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-arm64 cat 08:16:29 $ docker top 600ceb4fe660be1e3259ea90e3643293a406e5bdaa06fd52d31b61b3b4ad58aa -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 08:16:30 prd-centos7-docker-4c-2g-32932 does not seem to be running inside a container 08:16:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@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-x86_64 cat 08:16:31 $ docker top 48815d49759de78f3347ab1dd9e026224a924d472c63a789d7d00b8eb557bf9c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 08:16:31 + make test 08:16:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:16:32 + make test 08:16:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:16:40 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:16:54 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:16:58 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:16:58 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 08:16:58 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:16:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 08:16:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:17:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.058s coverage: 28.1% of statements 08:17:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.075s coverage: 81.2% of statements 08:17:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.082s coverage: 7.8% of statements 08:17:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 08:17:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 08:17:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:17:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.085s coverage: 32.5% of statements 08:17:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 08:17:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:17:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:17:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.094s coverage: 57.3% of statements 08:17:04 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.169s coverage: 6.6% of statements 08:17:04 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements 08:17:04 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:17:04 GO111MODULE=on go vet ./... 08:17:23 gofmt -l . 08:17:23 [ "`gofmt -l .`" = "" ] 08:17:23 ./bin/test-attribution-txt.sh 08:17:23 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:17:23 $ docker stop --time=1 48815d49759de78f3347ab1dd9e026224a924d472c63a789d7d00b8eb557bf9c 08:17:24 $ docker rm -f 48815d49759de78f3347ab1dd9e026224a924d472c63a789d7d00b8eb557bf9c [Pipeline] // withDockerContainer [Pipeline] sh 08:17:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:17:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:17:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:17:29 + ls -al . 08:17:29 total 188 08:17:29 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 6 08:17 . 08:17:29 drwxrwxr-x. 4 jenkins jenkins 28 Apr 6 08:15 .. 08:17:29 drwxrwxr-x. 2 jenkins jenkins 64 Apr 6 08:15 bin 08:17:29 -rw-r--r--. 1 jenkins jenkins 101239 Apr 6 08:17 coverage.out 08:17:29 -rw-rw-r--. 1 jenkins jenkins 987 Apr 6 08:15 Dockerfile.build 08:17:29 -rw-rw-r--. 1 jenkins jenkins 140 Apr 6 08:15 .dockerignore 08:17:29 drwxrwxr-x. 5 jenkins jenkins 62 Apr 6 08:15 example 08:17:29 drwxrwxr-x. 8 jenkins jenkins 179 Apr 6 08:15 .git 08:17:29 drwxrwxr-x. 2 jenkins jenkins 103 Apr 6 08:15 .github 08:17:29 -rw-rw-r--. 1 jenkins jenkins 138 Apr 6 08:15 .gitignore 08:17:29 -rw-r--r--. 1 jenkins jenkins 572 Apr 6 08:17 go.mod 08:17:29 -rw-r--r--. 1 jenkins jenkins 21064 Apr 6 08:17 go.sum 08:17:29 drwxrwxr-x. 14 jenkins jenkins 207 Apr 6 08:15 internal 08:17:29 -rw-rw-r--. 1 jenkins jenkins 901 Apr 6 08:15 Jenkinsfile 08:17:29 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 6 08:15 LICENSE 08:17:29 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 6 08:15 Makefile 08:17:29 drwxrwxr-x. 4 jenkins jenkins 26 Apr 6 08:15 openapi 08:17:29 drwxrwxr-x. 5 jenkins jenkins 50 Apr 6 08:15 pkg 08:17:29 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 6 08:15 README.md 08:17:29 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 6 08:15 RELEASE-NOTES.txt 08:17:29 drwxrwxr-x. 4 jenkins jenkins 54 Apr 6 08:15 snap 08:17:29 -rw-rw-r--. 1 jenkins jenkins 5 Apr 6 08:12 VERSION 08:17:29 -rw-rw-r--. 1 jenkins jenkins 222 Apr 6 08:15 version.go [Pipeline] isUnix [Pipeline] sh 08:17:29 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=91a128fb3261b794220e36635c93107914f86303 --label arch=amd64 --label version=0.0.0 . 08:17:29 Sending build context to Docker daemon 2.467MB 08:17:29 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 08:17:29 Step 2/23 : FROM ${BASE} AS builder 08:17:29 ---> 0b3c568ffa98 08:17:29 Step 3/23 : WORKDIR /device-sdk-go 08:17:29 ---> Running in b5c92bce92c9 08:17:30 Removing intermediate container b5c92bce92c9 08:17:30 ---> cb1b6dc0c7a0 08:17:30 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:17:30 ---> Running in 0743a4d8f37a 08:17:30 Removing intermediate container 0743a4d8f37a 08:17:30 ---> 7db38b761d3a 08:17:30 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:30 ---> Running in a1d682a95c67 08:17:31 Removing intermediate container a1d682a95c67 08:17:31 ---> fb1f0682fcaf 08:17:31 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 08:17:31 ---> Running in c65b448df05d 08:17:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:34 OK: 167 MiB in 45 packages 08:17:34 Removing intermediate container c65b448df05d 08:17:34 ---> 6f6639ec0ac7 08:17:34 Step 7/23 : COPY . . 08:17:35 ---> 0a4c87684c5c 08:17:35 Step 8/23 : RUN go mod download 08:17:35 ---> Running in 94c258026a79 08:17:36 Removing intermediate container 94c258026a79 08:17:36 ---> def3f58384ee 08:17:36 Step 9/23 : RUN make build 08:17:36 ---> Running in 23b7f40b6a62 08:17:36 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 08:17:46 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 08:17:50 Removing intermediate container 23b7f40b6a62 08:17:50 ---> a01af144a9f0 08:17:50 Step 10/23 : FROM alpine:3.12 08:17:50 3.12: Pulling from library/alpine 08:17:50 532819f3e44c: Pulling fs layer 08:17:50 532819f3e44c: Verifying Checksum 08:17:50 532819f3e44c: Download complete 08:17:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:17:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 08:17:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:17:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 08:17:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:17:51 532819f3e44c: Pull complete 08:17:51 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 08:17:51 Status: Downloaded newer image for alpine:3.12 08:17:51 ---> 7230e588e954 08:17:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:17:51 ---> Running in c0af726fbf54 08:17:51 Removing intermediate container c0af726fbf54 08:17:51 ---> 7c621d13d819 08:17:51 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:51 ---> Running in 4b4b6962ae75 08:17:52 Removing intermediate container 4b4b6962ae75 08:17:52 ---> d5f70315076e 08:17:52 Step 13/23 : RUN apk add --update --no-cache zeromq 08:17:52 ---> Running in e2ef51ea9fdc 08:17:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:54 (1/5) Installing libgcc (9.3.0-r2) 08:17:54 (2/5) Installing libsodium (1.0.18-r0) 08:17:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.145s coverage: 28.1% of statements 08:17:54 (3/5) Installing libstdc++ (9.3.0-r2) 08:17:54 (4/5) Installing libzmq (4.3.3-r0) 08:17:54 (5/5) Installing zeromq (4.3.3-r0) 08:17:54 Executing busybox-1.31.1-r20.trigger 08:17:54 OK: 8 MiB in 19 packages 08:17:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.209s coverage: 81.2% of statements 08:17:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.156s coverage: 7.8% of statements 08:17:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 08:17:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 08:17:54 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:17:55 Removing intermediate container e2ef51ea9fdc 08:17:55 ---> 80fb493c9361 08:17:55 Step 14/23 : WORKDIR / 08:17:55 ---> Running in f242d9099cc2 08:17:55 Removing intermediate container f242d9099cc2 08:17:55 ---> a397ec3eaeb2 08:17:55 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 08:17:55 ---> 6cbfecac73bd 08:17:55 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 08:17:56 ---> e8b2d604197a 08:17:56 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 08:17:56 ---> 6d43c8e1d542 08:17:56 Step 18/23 : EXPOSE 49990 08:17:56 ---> Running in bfa2893feb5c 08:17:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.309s coverage: 32.5% of statements 08:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 08:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:17:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:17:56 Removing intermediate container bfa2893feb5c 08:17:56 ---> 56c035fce889 08:17:56 Step 19/23 : ENTRYPOINT ["/device-simple"] 08:17:56 ---> Running in 39588f764598 08:17:57 Removing intermediate container 39588f764598 08:17:57 ---> 3bec412f03f6 08:17:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:17:57 ---> Running in 356f47489595 08:17:57 Removing intermediate container 356f47489595 08:17:57 ---> 7f15cc7d0e14 08:17:57 Step 21/23 : LABEL arch=amd64 08:17:57 ---> Running in ab5d86bf1ade 08:17:57 Removing intermediate container ab5d86bf1ade 08:17:57 ---> ce0243fa7fca 08:17:57 Step 22/23 : LABEL git_sha=91a128fb3261b794220e36635c93107914f86303 08:17:57 ---> Running in 3e714d452f80 08:17:57 Removing intermediate container 3e714d452f80 08:17:57 ---> 7adc8eacc605 08:17:57 Step 23/23 : LABEL version=0.0.0 08:17:58 ---> Running in 2365ef3419d4 08:17:58 Removing intermediate container 2365ef3419d4 08:17:58 ---> d4ec5ad091c9 08:17:58 [Warning] One or more build-args [MAKE ARCH] were not consumed 08:17:58 Successfully built d4ec5ad091c9 08:17:58 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 08:17:59 ---> job-cost.sh 08:17:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZaRJ 08:18:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.278s coverage: 57.3% of statements 08:18:00 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.177s coverage: 6.6% of statements 08:18:00 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.137s coverage: 5.0% of statements 08:18:00 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:18:00 GO111MODULE=on go vet ./... 08:18:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:18:46 lf-activate-venv(): INFO: Adding /tmp/venv-ZaRJ/bin to PATH 08:18:46 INFO: No Stack... 08:18:46 INFO: Retrieving Pricing Info for: v1-standard-2 08:18:46 INFO: Archiving Costs [Pipeline] sh 08:18:46 + cat /w/workspace/device-sdk-go/6/archives/cost.csv 08:18:46 + cut -d, -f6 [Pipeline] lock 08:18:46 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-856-6-stack-cost] 08:18:46 Resource [jenkins-edgexfoundry-device-sdk-go-PR-856-6-stack-cost] did not exist. Created. 08:18:46 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-856-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:18:47 + echo total: 0.029999999329447746 [Pipeline] stash 08:18:47 Stashed 1 file(s) [Pipeline] } 08:18:47 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-856-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 08:18:48 gofmt -l . 08:18:48 [ "`gofmt -l .`" = "" ] 08:18:48 ./bin/test-attribution-txt.sh 08:18:48 ./bin/test-go-mod-tidy.sh [Pipeline] // stage [Pipeline] } [Pipeline] } 08:18:48 $ docker stop --time=1 600ceb4fe660be1e3259ea90e3643293a406e5bdaa06fd52d31b61b3b4ad58aa 08:18:50 $ docker rm -f 600ceb4fe660be1e3259ea90e3643293a406e5bdaa06fd52d31b61b3b4ad58aa [Pipeline] // withDockerContainer [Pipeline] sh 08:18:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:18:51 Warning: overwriting stash ‘coverage-report’ 08:18:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:18:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:18:53 + ls -al . 08:18:53 total 224 08:18:53 drwxrwxr-x 10 jenkins jenkins 4096 Apr 6 08:18 . 08:18:53 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 08:15 .. 08:18:53 -rw-rw-r-- 1 jenkins jenkins 140 Apr 6 08:15 .dockerignore 08:18:53 drwxrwxr-x 8 jenkins jenkins 4096 Apr 6 08:15 .git 08:18:53 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 08:15 .github 08:18:53 -rw-rw-r-- 1 jenkins jenkins 138 Apr 6 08:15 .gitignore 08:18:53 -rw-rw-r-- 1 jenkins jenkins 987 Apr 6 08:15 Dockerfile.build 08:18:53 -rw-rw-r-- 1 jenkins jenkins 901 Apr 6 08:15 Jenkinsfile 08:18:53 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 6 08:15 LICENSE 08:18:53 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 6 08:15 Makefile 08:18:53 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 6 08:15 README.md 08:18:53 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 6 08:15 RELEASE-NOTES.txt 08:18:53 -rw-rw-r-- 1 jenkins jenkins 5 Apr 6 08:12 VERSION 08:18:53 drwxrwxr-x 2 jenkins jenkins 4096 Apr 6 08:15 bin 08:18:53 -rw-r--r-- 1 jenkins jenkins 101239 Apr 6 08:18 coverage.out 08:18:53 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 08:15 example 08:18:53 -rw-r--r-- 1 jenkins jenkins 572 Apr 6 08:18 go.mod 08:18:53 -rw-r--r-- 1 jenkins jenkins 21064 Apr 6 08:18 go.sum 08:18:53 drwxrwxr-x 14 jenkins jenkins 4096 Apr 6 08:15 internal 08:18:53 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 08:15 openapi 08:18:53 drwxrwxr-x 5 jenkins jenkins 4096 Apr 6 08:15 pkg 08:18:53 drwxrwxr-x 4 jenkins jenkins 4096 Apr 6 08:15 snap 08:18:53 -rw-rw-r-- 1 jenkins jenkins 222 Apr 6 08:15 version.go [Pipeline] isUnix [Pipeline] sh 08:18:54 + 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=91a128fb3261b794220e36635c93107914f86303 --label arch=arm64 --label version=0.0.0 . 08:18:54 Sending build context to Docker daemon 2.466MB 08:18:54 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 08:18:54 Step 2/23 : FROM ${BASE} AS builder 08:18:54 ---> 0792cdd68a53 08:18:54 Step 3/23 : WORKDIR /device-sdk-go 08:18:54 ---> Running in 56839bb39623 08:18:55 Removing intermediate container 56839bb39623 08:18:55 ---> ef3ad1909a5a 08:18:55 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:18:55 ---> Running in dd7c734100da 08:18:55 Removing intermediate container dd7c734100da 08:18:55 ---> 07803280781d 08:18:55 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:56 ---> Running in ccbf5f466eff 08:18:58 Removing intermediate container ccbf5f466eff 08:18:58 ---> 9ea517994964 08:18:58 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 08:18:58 ---> Running in 87110131797d 08:18:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:00 OK: 144 MiB in 45 packages 08:19:01 Removing intermediate container 87110131797d 08:19:01 ---> 1aa5f5cfa636 08:19:01 Step 7/23 : COPY . . 08:19:03 ---> 9f296bc5082f 08:19:03 Step 8/23 : RUN go mod download 08:19:03 ---> Running in f00386b816d0 08:19:06 Removing intermediate container f00386b816d0 08:19:06 ---> 61072bf57514 08:19:06 Step 9/23 : RUN make build 08:19:06 ---> Running in cccb90652c22 08:19:06 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 08:19:39 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 08:19:41 Removing intermediate container cccb90652c22 08:19:41 ---> 1f96d7f30a2c 08:19:41 Step 10/23 : FROM alpine:3.12 08:19:41 3.12: Pulling from library/alpine 08:19:41 9a219e8acc52: Pulling fs layer 08:19:42 9a219e8acc52: Verifying Checksum 08:19:42 9a219e8acc52: Download complete 08:19:42 9a219e8acc52: Pull complete 08:19:42 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 08:19:42 Status: Downloaded newer image for alpine:3.12 08:19:42 ---> d75e27dfc0a0 08:19:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:19:43 ---> Running in 52fc3ded42cc 08:19:43 Removing intermediate container 52fc3ded42cc 08:19:43 ---> 326cfd70d27d 08:19:43 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:43 ---> Running in f34be3de9c57 08:19:45 Removing intermediate container f34be3de9c57 08:19:45 ---> 8aa98fc5ca38 08:19:45 Step 13/23 : RUN apk add --update --no-cache zeromq 08:19:45 ---> Running in 85cebb5efcd4 08:19:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:48 (1/5) Installing libgcc (9.3.0-r2) 08:19:48 (2/5) Installing libsodium (1.0.18-r0) 08:19:48 (3/5) Installing libstdc++ (9.3.0-r2) 08:19:48 (4/5) Installing libzmq (4.3.3-r0) 08:19:48 (5/5) Installing zeromq (4.3.3-r0) 08:19:48 Executing busybox-1.31.1-r20.trigger 08:19:48 OK: 8 MiB in 19 packages 08:19:49 Removing intermediate container 85cebb5efcd4 08:19:49 ---> 89dce0cb6107 08:19:49 Step 14/23 : WORKDIR / 08:19:50 ---> Running in 0d714cc3931e 08:19:50 Removing intermediate container 0d714cc3931e 08:19:50 ---> ef44c48c7878 08:19:50 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 08:19:51 ---> 5030dafdb71e 08:19:51 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 08:19:52 ---> 183baa76421c 08:19:52 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 08:19:53 ---> a81940af26db 08:19:53 Step 18/23 : EXPOSE 49990 08:19:53 ---> Running in 6a305dfcbbe6 08:19:53 Removing intermediate container 6a305dfcbbe6 08:19:53 ---> f7e7c1dc7205 08:19:53 Step 19/23 : ENTRYPOINT ["/device-simple"] 08:19:53 ---> Running in 8686af803755 08:19:54 Removing intermediate container 8686af803755 08:19:54 ---> c4cde3e367fa 08:19:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:19:54 ---> Running in 5389e1070f6c 08:19:55 Removing intermediate container 5389e1070f6c 08:19:55 ---> dc58a2382a72 08:19:55 Step 21/23 : LABEL arch=arm64 08:19:55 ---> Running in 81bf9bdcadc7 08:19:55 Removing intermediate container 81bf9bdcadc7 08:19:55 ---> 3c8b284e3a43 08:19:55 Step 22/23 : LABEL git_sha=91a128fb3261b794220e36635c93107914f86303 08:19:55 ---> Running in 1a81f0b50e0a 08:19:56 Removing intermediate container 1a81f0b50e0a 08:19:56 ---> 5439d6c1c3ce 08:19:56 Step 23/23 : LABEL version=0.0.0 08:19:56 ---> Running in 046efc311c6e 08:19:56 Removing intermediate container 046efc311c6e 08:19:56 ---> 0ee4e70d5fbd 08:19:56 [Warning] One or more build-args [MAKE ARCH] were not consumed 08:19:56 Successfully built 0ee4e70d5fbd 08:19:56 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 08:19:57 ---> job-cost.sh 08:19:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KrQC 08:20:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:21:58 lf-activate-venv(): INFO: Adding /tmp/venv-KrQC/bin to PATH 08:21:58 INFO: No Stack... 08:21:59 INFO: Retrieving Pricing Info for: lf-standard-4 08:22:00 INFO: Archiving Costs [Pipeline] sh 08:22:00 + cut -d, -f6 08:22:00 + cat /w/workspace/device-sdk-go/6/archives/cost.csv [Pipeline] lock 08:22:00 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-856-6-stack-cost] 08:22:00 Resource [jenkins-edgexfoundry-device-sdk-go-PR-856-6-stack-cost] did not exist. Created. 08:22:00 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-856-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:22:00 /w/workspace/device-sdk-go/6@tmp/durable-34af415d/script.sh: 1: /w/workspace/device-sdk-go/6@tmp/durable-34af415d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 08:22:01 + echo total: 0.20999999344348907 [Pipeline] stash 08:22:01 Warning: overwriting stash ‘stack-cost’ 08:22:01 Stashed 1 file(s) [Pipeline] } 08:22:01 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-856-6-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 08:22:04 provisioning config files... 08:22:04 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/config3404456282837857743tmp [Pipeline] { [Pipeline] sh 08:22:05 + set +x 08:22:05 + curl -s https://codecov.io/bash 08:22:05 + bash -s -- 08:22:05 08:22:05 _____ _ 08:22:05 / ____| | | 08:22:05 | | ___ __| | ___ ___ _____ __ 08:22:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:22:05 | |___| (_) | (_| | __/ (_| (_) \ V / 08:22:05 \_____\___/ \__,_|\___|\___\___/ \_/ 08:22:05 Bash-20210309-2b87ace 08:22:05 08:22:05 08:22:05 ==> git version 2.24.3 found 08:22:05 ==> 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 08:22:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:22:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:22:05 ==> Jenkins CI detected. 08:22:05 project root: . 08:22:05 --> token set from env 08:22:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:22:05 ==> Running gcov in . (disable via -X gcov) 08:22:05 ==> Python coveragepy not found 08:22:05 ==> Searching for coverage reports in: 08:22:05 + . 08:22:05 -> Found 1 reports 08:22:05 ==> Detecting git/mercurial file structure 08:22:06 ==> Reading reports 08:22:06 + ./coverage.out bytes=101239 08:22:06 ==> Appending adjustments 08:22:06 https://docs.codecov.io/docs/fixing-reports 08:22:06 + Found adjustments 08:22:06 ==> Gzipping contents 08:22:06 16K /tmp/codecov.BaWCcX.gz 08:22:06 ==> Uploading reports 08:22:06 url: https://codecov.io 08:22:06 query: branch=PR-856&commit=91a128fb3261b794220e36635c93107914f86303&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-856%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=856&job=&cmd_args= 08:22:06 -> Pinging Codecov 08:22:06 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-856&commit=91a128fb3261b794220e36635c93107914f86303&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-856%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=856&job=&cmd_args= 08:22:07 -> Uploading to 08:22:07 https://storage.googleapis.com/codecov/v4/raw/2021-04-06/7E55EF52A471D76F132DFD9A03CDDE97/91a128fb3261b794220e36635c93107914f86303/212b90d2-1637-437f-abb7-2391cc94675a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T082207Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ba4d834e2f231521bcb2501fdcfe2d846be4273b6574bd88f49503e547dc21be 08:22:07 % Total % Received % Xferd Average Speed Time Time Time Current 08:22:07 Dload Upload Total Spent Left Speed 08:22:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13718 0 0 100 13718 0 22205 --:--:-- --:--:-- --:--:-- 22233 08:22:08 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/91a128fb3261b794220e36635c93107914f86303 [Pipeline] } 08:22:08 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 08:22:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:22:11 ---> package-listing.sh 08:22:11 ++ facter osfamily 08:22:11 ++ tr '[:upper:]' '[:lower:]' 08:22:12 + OS_FAMILY=redhat 08:22:12 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-856 08:22:12 + START_PACKAGES=/tmp/packages_start.txt 08:22:12 + END_PACKAGES=/tmp/packages_end.txt 08:22:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:22:12 + PACKAGES=/tmp/packages_start.txt 08:22:12 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-856 ']' 08:22:12 + PACKAGES=/tmp/packages_end.txt 08:22:12 + case "${OS_FAMILY}" in 08:22:12 + rpm -qa 08:22:12 + sort 08:22:22 + '[' -f /tmp/packages_start.txt ']' 08:22:22 + '[' -f /tmp/packages_end.txt ']' 08:22:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:22:22 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-856 ']' 08:22:22 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-856/archives/ 08:22:22 + 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 08:22:22 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 08:22:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:22:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:22:24 08:22:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:22:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:22:25 alpine: Pulling from edgex-lftools-log-publisher 08:22:25 df20fa9351a1: Pulling fs layer 08:22:25 36b3adc4ff6f: Pulling fs layer 08:22:25 8ad3a11d3b57: Pulling fs layer 08:22:25 46f8f816bc3b: Pulling fs layer 08:22:25 93b61091891f: Pulling fs layer 08:22:25 93b9cdb0e59b: Pulling fs layer 08:22:25 5e14af77c1be: Pulling fs layer 08:22:25 01666e4c0597: Pulling fs layer 08:22:25 aa168da1d23b: Pulling fs layer 08:22:25 93b61091891f: Waiting 08:22:25 93b9cdb0e59b: Waiting 08:22:25 5e14af77c1be: Waiting 08:22:25 01666e4c0597: Waiting 08:22:25 aa168da1d23b: Waiting 08:22:25 46f8f816bc3b: Waiting 08:22:25 36b3adc4ff6f: Download complete 08:22:25 46f8f816bc3b: Verifying Checksum 08:22:25 46f8f816bc3b: Download complete 08:22:25 df20fa9351a1: Verifying Checksum 08:22:25 df20fa9351a1: Download complete 08:22:25 93b9cdb0e59b: Verifying Checksum 08:22:25 93b9cdb0e59b: Download complete 08:22:25 5e14af77c1be: Verifying Checksum 08:22:25 5e14af77c1be: Download complete 08:22:25 01666e4c0597: Verifying Checksum 08:22:25 01666e4c0597: Download complete 08:22:25 93b61091891f: Verifying Checksum 08:22:25 93b61091891f: Download complete 08:22:26 df20fa9351a1: Pull complete 08:22:27 8ad3a11d3b57: Verifying Checksum 08:22:27 8ad3a11d3b57: Download complete 08:22:27 36b3adc4ff6f: Pull complete 08:22:31 8ad3a11d3b57: Pull complete 08:22:32 46f8f816bc3b: Pull complete 08:22:34 93b61091891f: Pull complete 08:22:34 93b9cdb0e59b: Pull complete 08:22:34 5e14af77c1be: Pull complete 08:22:34 01666e4c0597: Pull complete 08:22:35 aa168da1d23b: Verifying Checksum 08:22:35 aa168da1d23b: Download complete 08:22:57 aa168da1d23b: Pull complete 08:22:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:22:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:22:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:22:58 prd-centos7-docker-4c-2g-32929 does not seem to be running inside a container 08:22:58 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:23:00 $ docker top b09575f1dcbf54fa5e99ef9b828d9c26157d9c719f3da40c5b8d740f6db97762 -eo pid,comm [Pipeline] { [Pipeline] sh 08:23:01 + touch /tmp/pre-build-complete [Pipeline] sh 08:23:02 + mkdir -p /var/log/sa [Pipeline] sh 08:23:03 + ls /var/log/sa-host 08:23:03 + sadf -c /var/log/sa-host/sa06 08:23:03 file_magic: OK 08:23:03 HZ: Using current value: 100 08:23:03 file_header: OK 08:23:03 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 08:23:03 Statistics: 08:23:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:23:03 File successfully converted to sysstat format version 12.2.1 08:23:03 + sadf -c /var/log/sa-host/sa23 08:23:03 file_magic: OK 08:23:03 HZ: Using current value: 100 08:23:03 file_header: OK 08:23:03 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 08:23:03 Statistics: 08:23:03 Hnuu...uuuununununu... 08:23:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:23:04 provisioning config files... 08:23:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/config1723830167350219837tmp [Pipeline] { [Pipeline] echo 08:23:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:23:05 ---> create-netrc.sh [Pipeline] } 08:23:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:23:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:23:07 ---> python-tools-install.sh [Pipeline] echo 08:23:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:23:08 ---> sudo-logs.sh 08:23:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:23:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:23:09 ---> job-cost.sh 08:23:09 lf-activate-venv: SKIPPING 08:23:09 DEBUG: total: 0.20999999344348907 08:23:09 INFO: Retrieving Stack Cost... 08:23:10 INFO: Retrieving Pricing Info for: v1-standard-2 08:23:11 INFO: Archiving Costs [Pipeline] echo 08:23:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:23:12 ---> logs-deploy.sh 08:23:12 lf-activate-venv: SKIPPING 08:23:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-856/6 08:23:12 INFO: archiving workspace using pattern(s): 08:23:15 Archives upload complete. 08:23:16 INFO: archiving logs to Nexus 08:23:18 ---> uname -a: 08:23:18 Linux prd-centos7-docker-4c-2g-32929.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:23:18 08:23:18 08:23:18 ---> lscpu: 08:23:18 Architecture: x86_64 08:23:18 CPU op-mode(s): 32-bit, 64-bit 08:23:18 Byte Order: Little Endian 08:23:18 Address sizes: 40 bits physical, 48 bits virtual 08:23:18 CPU(s): 4 08:23:18 On-line CPU(s) list: 0-3 08:23:18 Thread(s) per core: 1 08:23:18 Core(s) per socket: 1 08:23:18 Socket(s): 4 08:23:18 NUMA node(s): 1 08:23:18 Vendor ID: GenuineIntel 08:23:18 CPU family: 6 08:23:18 Model: 44 08:23:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:23:18 Stepping: 1 08:23:18 CPU MHz: 2933.438 08:23:18 BogoMIPS: 5866.87 08:23:18 Virtualization: VT-x 08:23:18 Hypervisor vendor: KVM 08:23:18 Virtualization type: full 08:23:18 L1d cache: 128 KiB 08:23:18 L1i cache: 128 KiB 08:23:18 L2 cache: 16 MiB 08:23:18 L3 cache: 64 MiB 08:23:18 NUMA node0 CPU(s): 0-3 08:23:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:23:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:23:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:23:18 Vulnerability Meltdown: Mitigation; PTI 08:23:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:23:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:23:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:23:18 Vulnerability Srbds: Not affected 08:23:18 Vulnerability Tsx async abort: Not affected 08:23:18 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 08:23:18 08:23:18 08:23:18 ---> nproc: 08:23:18 4 08:23:18 08:23:18 08:23:18 ---> df -h: 08:23:18 Filesystem Size Used Available Use% Mounted on 08:23:18 overlay 50.0G 7.3G 42.7G 15% / 08:23:18 tmpfs 64.0M 0 64.0M 0% /dev 08:23:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:23:18 shm 64.0M 0 64.0M 0% /dev/shm 08:23:18 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 08:23:18 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 08:23:18 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 08:23:18 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 08:23:18 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 08:23:18 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 08:23:18 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-856 08:23:18 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp 08:23:18 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 08:23:18 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 08:23:18 08:23:18 08:23:18 ---> free -m: 08:23:18 total used free shared buff/cache available 08:23:18 Mem: 1837 710 90 0 1036 1022 08:23:18 Swap: 1023 1 1022 08:23:18 08:23:18 08:23:18 ---> ip addr: 08:23:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:23:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:23:18 inet 127.0.0.1/8 scope host lo 08:23:18 valid_lft forever preferred_lft forever 08:23:18 inet6 ::1/128 scope host 08:23:18 valid_lft forever preferred_lft forever 08:23:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:23:18 link/ether fa:16:3e:7a:f9:23 brd ff:ff:ff:ff:ff:ff 08:23:18 inet 10.30.122.165/23 brd 10.30.123.255 scope global dynamic eth0 08:23:18 valid_lft 85657sec preferred_lft 85657sec 08:23:18 inet6 fe80::f816:3eff:fe7a:f923/64 scope link 08:23:18 valid_lft forever preferred_lft forever 08:23:18 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:23:18 link/ether 02:42:6f:b1:9a:ce brd ff:ff:ff:ff:ff:ff 08:23:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:23:18 valid_lft forever preferred_lft forever 08:23:18 inet6 fe80::42:6fff:feb1:9ace/64 scope link 08:23:18 valid_lft forever preferred_lft forever 08:23:18 08:23:18 08:23:18 ---> sar -b -r -n DEV: 08:23:18 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) 08:23:18 08:23:18 08:10:41 LINUX RESTART (4 CPU) 08:23:18 08:23:18 08:12:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:23:18 08:13:01 52.35 13.20 39.15 0.00 4599.32 3066.70 0.00 08:23:18 08:14:01 2.53 0.00 2.53 0.00 0.00 56.30 0.00 08:23:18 08:15:01 0.40 0.00 0.40 0.00 0.00 6.96 0.00 08:23:18 08:16:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 08:23:18 08:17:01 0.23 0.00 0.23 0.00 0.00 3.03 0.00 08:23:18 08:18:01 0.30 0.00 0.30 0.00 0.00 3.76 0.00 08:23:18 08:19:01 0.28 0.00 0.28 0.00 0.00 2.98 0.00 08:23:18 08:20:01 0.23 0.00 0.23 0.00 0.00 3.19 0.00 08:23:18 08:21:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 08:23:18 08:22:02 0.23 0.00 0.23 0.00 0.00 2.35 0.00 08:23:18 08:23:01 164.90 82.12 82.78 0.00 6803.79 18935.94 0.00 08:23:18 Average: 19.92 8.55 11.37 0.00 1023.38 1982.00 0.00 08:23:18 08:23:18 08:12:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:23:18 08:13:01 173848 0 599172 31.84 2620 1105904 1166584 39.81 399388 1106912 132 08:23:18 08:14:01 185944 0 587068 31.20 2620 1105912 1085972 37.06 406768 1089024 20 08:23:18 08:15:01 187064 0 585944 31.14 2620 1105916 1068496 36.47 402916 1092016 8 08:23:18 08:16:01 185484 0 587520 31.23 2620 1105920 1068792 36.48 408152 1088636 8 08:23:18 08:17:01 186976 0 586024 31.15 2620 1105924 1068568 36.47 407124 1088584 8 08:23:18 08:18:01 184872 0 588120 31.26 2620 1105932 1068796 36.48 430968 1066760 12 08:23:18 08:19:01 186684 0 586308 31.16 2620 1105932 1068496 36.47 429220 1066752 12 08:23:18 08:20:01 186784 0 586204 31.16 2620 1105936 1068496 36.47 429220 1066752 8 08:23:18 08:21:01 187064 0 585916 31.14 2620 1105944 1068496 36.47 429104 1066752 8 08:23:18 08:22:02 186244 0 586732 31.18 2620 1105948 1068604 36.47 429884 1066752 8 08:23:18 08:23:01 148304 0 691820 36.77 2620 1038800 1536528 52.44 468060 1012836 40 08:23:18 Average: 181752 0 597348 31.75 2620 1099824 1121621 38.28 421891 1073798 24 08:23:18 08:23:18 08:12:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:23:18 08:13:01 eth0 107.84 94.79 502.26 64.09 0.00 0.00 0.00 0.00 08:23:18 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:13:01 docker0 7.39 5.73 1.41 25.17 0.00 0.00 0.00 0.00 08:23:18 08:14:01 eth0 0.97 0.33 0.30 0.20 0.00 0.00 0.00 0.00 08:23:18 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:15:01 eth0 0.83 0.08 0.08 0.01 0.00 0.00 0.00 0.00 08:23:18 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:16:01 eth0 1.40 0.65 0.56 0.41 0.00 0.00 0.00 0.00 08:23:18 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:17:01 eth0 1.18 0.18 0.18 0.07 0.00 0.00 0.00 0.00 08:23:18 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:18:01 eth0 1.02 0.83 0.60 0.42 0.00 0.00 0.00 0.00 08:23:18 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:19:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:23:18 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:20:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:23:18 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:21:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:23:18 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:22:02 eth0 0.48 0.20 0.09 0.07 0.00 0.00 0.00 0.00 08:23:18 08:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:23:01 eth0 216.26 176.20 2218.93 23.76 0.00 0.00 0.00 0.00 08:23:18 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 Average: eth0 29.65 24.55 244.35 7.99 0.00 0.00 0.00 0.00 08:23:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:23:18 Average: docker0 0.66 0.51 0.13 2.26 0.00 0.00 0.00 0.00 08:23:18 08:23:18 08:23:18 ---> sar -P ALL: 08:23:18 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) 08:23:18 08:23:18 08:10:41 LINUX RESTART (4 CPU) 08:23:18 08:23:18 08:12:02 CPU %user %nice %system %iowait %steal %idle 08:23:18 08:13:01 all 4.06 0.00 4.43 0.80 21.70 69.00 08:23:18 08:13:01 0 4.40 0.00 4.26 1.70 23.61 66.03 08:23:18 08:13:01 1 3.70 0.00 3.98 0.72 21.96 69.64 08:23:18 08:13:01 2 4.01 0.00 4.74 0.39 20.89 69.97 08:23:18 08:13:01 3 4.15 0.00 4.77 0.38 20.26 70.44 08:23:18 08:14:01 all 0.14 0.00 0.10 0.00 0.65 99.11 08:23:18 08:14:01 0 0.07 0.00 0.10 0.00 0.79 99.04 08:23:18 08:14:01 1 0.02 0.00 0.05 0.00 0.32 99.62 08:23:18 08:14:01 2 0.12 0.00 0.07 0.00 0.96 98.86 08:23:18 08:14:01 3 0.37 0.00 0.18 0.00 0.51 98.94 08:23:18 08:15:01 all 0.11 0.00 0.15 0.00 1.81 97.93 08:23:18 08:15:01 0 0.07 0.00 0.21 0.00 1.66 98.06 08:23:18 08:15:01 1 0.31 0.00 0.20 0.00 2.16 97.33 08:23:18 08:15:01 2 0.03 0.00 0.05 0.00 2.14 97.78 08:23:18 08:15:01 3 0.03 0.00 0.15 0.00 1.25 98.57 08:23:18 08:16:01 all 0.11 0.00 0.12 0.00 1.00 98.77 08:23:18 08:16:01 0 0.02 0.00 0.03 0.00 0.93 99.03 08:23:18 08:16:01 1 0.02 0.00 0.02 0.00 0.74 99.22 08:23:18 08:16:01 2 0.35 0.00 0.17 0.00 1.24 98.25 08:23:18 08:16:01 3 0.05 0.00 0.28 0.00 1.09 98.58 08:23:18 08:17:01 all 0.10 0.00 0.07 0.00 0.29 99.54 08:23:18 08:17:01 0 0.03 0.00 0.03 0.00 0.35 99.58 08:23:18 08:17:01 1 0.02 0.00 0.07 0.00 0.32 99.60 08:23:18 08:17:01 2 0.35 0.00 0.05 0.00 0.33 99.27 08:23:18 08:17:01 3 0.02 0.00 0.12 0.00 0.17 99.70 08:23:18 08:18:01 all 0.11 0.00 0.09 0.00 1.02 98.78 08:23:18 08:18:01 0 0.02 0.00 0.03 0.00 0.20 99.75 08:23:18 08:18:01 1 0.07 0.00 0.03 0.00 2.70 97.20 08:23:18 08:18:01 2 0.30 0.00 0.05 0.00 0.71 98.94 08:23:18 08:18:01 3 0.07 0.00 0.25 0.00 0.42 99.27 08:23:18 08:19:01 all 0.12 0.00 0.03 0.00 0.24 99.62 08:23:18 08:19:01 0 0.03 0.00 0.03 0.00 0.75 99.19 08:23:18 08:19:01 1 0.03 0.00 0.03 0.00 0.02 99.92 08:23:18 08:19:01 2 0.38 0.00 0.02 0.00 0.07 99.53 08:23:18 08:19:01 3 0.02 0.00 0.03 0.00 0.12 99.83 08:23:18 08:20:01 all 0.11 0.00 0.04 0.00 0.37 99.48 08:23:18 08:20:01 0 0.05 0.00 0.07 0.00 0.76 99.12 08:23:18 08:20:01 1 0.03 0.00 0.03 0.00 0.15 99.78 08:23:18 08:20:01 2 0.33 0.00 0.05 0.00 0.32 99.30 08:23:18 08:20:01 3 0.02 0.00 0.02 0.00 0.25 99.72 08:23:18 08:21:01 all 0.08 0.00 0.03 0.00 1.02 98.87 08:23:18 08:21:01 0 0.03 0.00 0.05 0.00 1.35 98.57 08:23:18 08:21:01 1 0.23 0.00 0.00 0.00 1.43 98.34 08:23:18 08:21:01 2 0.03 0.00 0.03 0.00 0.40 99.54 08:23:18 08:21:01 3 0.02 0.00 0.03 0.00 0.89 99.06 08:23:18 08:22:02 all 0.10 0.00 0.03 0.00 0.33 99.54 08:23:18 08:22:02 0 0.03 0.00 0.02 0.00 0.76 99.19 08:23:18 08:22:02 1 0.28 0.00 0.03 0.00 0.20 99.48 08:23:18 08:22:02 2 0.05 0.00 0.05 0.00 0.27 99.63 08:23:18 08:22:02 3 0.02 0.00 0.02 0.00 0.10 99.87 08:23:18 08:23:01 all 4.50 0.00 4.10 3.45 24.24 63.70 08:23:18 08:23:01 0 3.50 0.00 3.45 1.98 24.44 66.62 08:23:18 08:23:01 1 4.25 0.00 4.21 1.47 24.03 66.03 08:23:18 08:23:01 2 4.24 0.00 3.91 1.73 23.56 66.57 08:23:18 08:23:01 3 6.04 0.00 4.84 8.72 24.92 55.47 08:23:18 08:23:18 Average: CPU %user %nice %system %iowait %steal %idle 08:23:18 Average: all 0.93 0.00 0.90 0.42 5.13 92.61 08:23:18 Average: 0 0.82 0.00 0.82 0.37 5.46 92.54 08:23:18 Average: 1 0.88 0.00 0.86 0.22 5.29 92.75 08:23:18 Average: 2 0.98 0.00 0.89 0.21 4.93 92.98 08:23:18 Average: 3 1.05 0.00 1.04 0.89 4.84 92.18 08:23:18 08:23:18 08:23:18