Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+859d05bb29d195830a2bef80ceacb337f49ed4c7 (76b5a23c966e6a7f8d5ac20f5113b839f074f694) 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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: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: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27471 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [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-725 # 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 859d05bb29d195830a2bef80ceacb337f49ed4c7 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 4617e9eaabedc8cc24114567cc27a326d596fddc Checking out Revision 4617e9eaabedc8cc24114567cc27a326d596fddc (PR-725) 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/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 859d05bb29d195830a2bef80ceacb337f49ed4c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4617e9eaabedc8cc24114567cc27a326d596fddc # timeout=10 Commit message: "Merge commit '859d05bb29d195830a2bef80ceacb337f49ed4c7' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 45407d4645e594665b1339c307ea798f96f80dc7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:44:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:44:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:44:11 ========================================================= 02:44:11 EdgeX Global Pipelines Version Info 02:44:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:44:13 ------------------- 02:44:13 stable info: 02:44:13 ------------------- 02:44:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:44:13 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 02:44:13 Message: update stable to v1.0.181 02:44:14 ------------------- 02:44:14 experimental info: 02:44:14 ------------------- 02:44:14 Commited By: **** collab-it+edgex@linuxfoundation.org 02:44:14 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 02:44:14 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:44:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:44:14 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:44:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:44:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:44:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:44:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:44:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:44:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:44:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:44:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:44:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:44:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:44:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:44:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:44:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:44:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:44:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:44:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:44:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:44:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:44:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:44:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:44:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:44:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:44:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:44:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 02:44:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 02:44:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 02:44:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4617e9eaabedc8cc24114567cc27a326d596fddc [Pipeline] echo 02:44:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4617e9e [Pipeline] echo 02:44:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:17 provisioning config files... 02:44:17 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config5404942569197572838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:18 ---> docker-login.sh 02:44:18 nexus3.edgexfoundry.org:10001 02:44:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:18 Configure a credential helper to remove this warning. See 02:44:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:18 02:44:18 Login Succeeded 02:44:18 nexus3.edgexfoundry.org:10002 02:44:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:18 Configure a credential helper to remove this warning. See 02:44:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:18 02:44:18 Login Succeeded 02:44:18 nexus3.edgexfoundry.org:10003 02:44:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:19 Configure a credential helper to remove this warning. See 02:44:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:19 02:44:19 Login Succeeded 02:44:19 nexus3.edgexfoundry.org:10004 02:44:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:19 Configure a credential helper to remove this warning. See 02:44:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:19 02:44:19 Login Succeeded 02:44:19 docker.io 02:44:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:19 Configure a credential helper to remove this warning. See 02:44:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:19 02:44:19 Login Succeeded 02:44:19 ---> docker-login.sh ends [Pipeline] } 02:44:19 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 02:44:20 + git log --format=format:%s -1 4617e9eaabedc8cc24114567cc27a326d596fddc [Pipeline] echo 02:44:20 GIT_COMMIT: 4617e9eaabedc8cc24114567cc27a326d596fddc, Commit Message: Merge commit '859d05bb29d195830a2bef80ceacb337f49ed4c7' into HEAD [Pipeline] echo 02:44:20 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:44:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:21 02:44:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:44:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:21 latest: Pulling from edgex-devops/git-semver 02:44:21 31603596830f: Pulling fs layer 02:44:21 2a8b12db71e7: Pulling fs layer 02:44:21 6ca5941a6612: Pulling fs layer 02:44:21 ecc8261a40a4: Pulling fs layer 02:44:21 ecc8261a40a4: Waiting 02:44:21 2a8b12db71e7: Verifying Checksum 02:44:21 2a8b12db71e7: Download complete 02:44:22 31603596830f: Verifying Checksum 02:44:22 31603596830f: Download complete 02:44:22 ecc8261a40a4: Verifying Checksum 02:44:22 ecc8261a40a4: Download complete 02:44:22 6ca5941a6612: Verifying Checksum 02:44:22 6ca5941a6612: Download complete 02:44:22 31603596830f: Pull complete 02:44:22 2a8b12db71e7: Pull complete 02:44:23 6ca5941a6612: Pull complete 02:44:23 ecc8261a40a4: Pull complete 02:44:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:44:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:44:23 prd-centos7-docker-4c-2g-27471 does not seem to be running inside a container 02:44:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@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:10004/edgex-devops/git-semver:latest cat 02:44:25 $ docker top afa5b9aa363014d581367f1e9663ce7353917ba9172696574ecd4368ae5a130f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:44:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:26 [ssh-agent] Looking for ssh-agent implementation... 02:44:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:26 $ docker exec afa5b9aa363014d581367f1e9663ce7353917ba9172696574ecd4368ae5a130f ssh-agent 02:44:26 SSH_AUTH_SOCK=/tmp/ssh-N7xAoadbUzVs/agent.11 02:44:26 SSH_AGENT_PID=17 02:44:26 Running ssh-add (command line suppressed) 02:44:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5682505737505837248.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5682505737505837248.key) 02:44:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:27 + git tag --points-at HEAD [Pipeline] } 02:44:27 $ docker exec --env ******** --env ******** afa5b9aa363014d581367f1e9663ce7353917ba9172696574ecd4368ae5a130f ssh-agent -k 02:44:27 unset SSH_AUTH_SOCK; 02:44:27 unset SSH_AGENT_PID; 02:44:27 echo Agent pid 17 killed; 02:44:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:44:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:27 [ssh-agent] Looking for ssh-agent implementation... 02:44:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:27 $ docker exec afa5b9aa363014d581367f1e9663ce7353917ba9172696574ecd4368ae5a130f ssh-agent 02:44:27 SSH_AUTH_SOCK=/tmp/ssh-sQPbtJTYs0SL/agent.47 02:44:27 SSH_AGENT_PID=52 02:44:27 Running ssh-add (command line suppressed) 02:44:27 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_1542149687586433793.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_1542149687586433793.key) 02:44:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:28 + git semver init 02:44:28 # -> Open(): unable to determine branch for HEAD 02:44:28 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 02:44:28 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:44:28 # $SEMVER_REMOTE_NAME = origin 02:44:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:44:28 # $SEMVER_USER_NAME = edgex-jenkins 02:44:28 # $SEMVER_BRANCH = PR-725 02:44:28 # $SEMVER_TEMP = /tmp/semver-174066670 02:44:28 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:44:28 # '/tmp/semver-174066670' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 02:44:28 # -> Force: false 02:44:28 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 02:44:28 $ docker exec --env ******** --env ******** afa5b9aa363014d581367f1e9663ce7353917ba9172696574ecd4368ae5a130f ssh-agent -k 02:44:28 unset SSH_AUTH_SOCK; 02:44:28 unset SSH_AGENT_PID; 02:44:28 echo Agent pid 52 killed; 02:44:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:44:29 + git semver [Pipeline] } 02:44:29 $ docker stop --time=1 afa5b9aa363014d581367f1e9663ce7353917ba9172696574ecd4368ae5a130f 02:44:31 $ docker rm -f afa5b9aa363014d581367f1e9663ce7353917ba9172696574ecd4368ae5a130f [Pipeline] // withDockerContainer [Pipeline] sh 02:44:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:44:32 Stashed 1 file(s) [Pipeline] echo 02:44:32 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:44:47 Still waiting to schedule task 02:44:47 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:44:47 Still waiting to schedule task 02:44:47 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:47:33 Running on prd-centos7-docker-4c-2g-27472 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:47:33 Running in /w/workspace/device-sdk-go/15 [Pipeline] { [Pipeline] checkout 02:47:35 using credential edgex-jenkins-ssh 02:47:35 Cloning the remote Git repository 02:47:35 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:47:35 > git init /w/workspace/device-sdk-go/15 # timeout=10 02:47:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:35 > git --version # timeout=10 02:47:35 > git --version # 'git version 2.24.3' 02:47:35 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:36 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:47:36 Merging remotes/origin/master commit 859d05bb29d195830a2bef80ceacb337f49ed4c7 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:47:37 Merge succeeded, producing 2e955d5105536a465a4ee9712e771f02530c6ce8 02:47:37 Checking out Revision 2e955d5105536a465a4ee9712e771f02530c6ce8 (PR-725) 02:47:36 > git config core.sparsecheckout # timeout=10 02:47:36 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:47:36 > git remote # timeout=10 02:47:36 > git config --get remote.origin.url # timeout=10 02:47:36 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:36 > git merge 859d05bb29d195830a2bef80ceacb337f49ed4c7 # timeout=10 02:47:37 > git rev-parse HEAD^{commit} # timeout=10 02:47:37 > git config core.sparsecheckout # timeout=10 02:47:37 > git checkout -f 2e955d5105536a465a4ee9712e771f02530c6ce8 # timeout=10 02:47:40 Commit message: "Merge commit '859d05bb29d195830a2bef80ceacb337f49ed4c7' into HEAD" 02:47:40 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:47:40 > git rev-list --no-walk 45407d4645e594665b1339c307ea798f96f80dc7 # timeout=10 02:47:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:47:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:47:42 + sudo service docker restart 02:47:42 + true 02:47:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:47:44 provisioning config files... 02:47:44 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/15@tmp/config7151175799930533139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:47:44 ---> docker-login.sh 02:47:44 nexus3.edgexfoundry.org:10001 02:47:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:44 Configure a credential helper to remove this warning. See 02:47:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:44 02:47:44 Login Succeeded 02:47:44 nexus3.edgexfoundry.org:10002 02:47:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:45 Configure a credential helper to remove this warning. See 02:47:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:45 02:47:45 Login Succeeded 02:47:45 nexus3.edgexfoundry.org:10003 02:47:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:45 Configure a credential helper to remove this warning. See 02:47:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:45 02:47:45 Login Succeeded 02:47:45 nexus3.edgexfoundry.org:10004 02:47:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:45 Configure a credential helper to remove this warning. See 02:47:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:45 02:47:45 Login Succeeded 02:47:45 docker.io 02:47:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:45 Configure a credential helper to remove this warning. See 02:47:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:45 02:47:45 Login Succeeded 02:47:45 ---> docker-login.sh ends [Pipeline] } 02:47:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:47:46 ========================================================= 02:47:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:47:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:47:46 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:47:46 Sending build context to Docker daemon 2.41MB 02:47:46 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:47:46 Step 2/8 : FROM ${BASE} 02:47:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:47:46 188c0c94c7c5: Pulling fs layer 02:47:46 0ef7d3d256c8: Pulling fs layer 02:47:46 de9db76c5a1d: Pulling fs layer 02:47:46 bca2f99d35d6: Pulling fs layer 02:47:46 93359f2a8cfa: Pulling fs layer 02:47:46 7c6f9722023f: Pulling fs layer 02:47:46 a35cf1a2eb13: Pulling fs layer 02:47:46 93359f2a8cfa: Waiting 02:47:46 7c6f9722023f: Waiting 02:47:46 a35cf1a2eb13: Waiting 02:47:46 bca2f99d35d6: Waiting 02:47:46 de9db76c5a1d: Verifying Checksum 02:47:46 de9db76c5a1d: Download complete 02:47:46 0ef7d3d256c8: Verifying Checksum 02:47:46 0ef7d3d256c8: Download complete 02:47:46 93359f2a8cfa: Verifying Checksum 02:47:46 93359f2a8cfa: Download complete 02:47:46 188c0c94c7c5: Verifying Checksum 02:47:46 188c0c94c7c5: Download complete 02:47:46 7c6f9722023f: Verifying Checksum 02:47:46 7c6f9722023f: Download complete 02:47:47 188c0c94c7c5: Pull complete 02:47:47 0ef7d3d256c8: Pull complete 02:47:47 de9db76c5a1d: Pull complete 02:47:49 a35cf1a2eb13: Verifying Checksum 02:47:49 a35cf1a2eb13: Download complete 02:47:50 bca2f99d35d6: Verifying Checksum 02:47:50 bca2f99d35d6: Download complete 02:47:55 bca2f99d35d6: Pull complete 02:47:55 93359f2a8cfa: Pull complete 02:47:55 7c6f9722023f: Pull complete 02:48:00 a35cf1a2eb13: Pull complete 02:48:00 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:48:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:48:00 ---> a62c8e92a672 02:48:00 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:00 ---> Running in 5f6ef97a64fa 02:48:00 Removing intermediate container 5f6ef97a64fa 02:48:00 ---> 0ea2322f7463 02:48:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:00 ---> Running in bd26d5cc64c6 02:48:01 Removing intermediate container bd26d5cc64c6 02:48:01 ---> c38caf2c2da7 02:48:01 Step 5/8 : RUN apk add --update --no-cache make git 02:48:02 ---> Running in bae3e3814d53 02:48:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:48:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:48:04 OK: 166 MiB in 39 packages 02:48:04 Removing intermediate container bae3e3814d53 02:48:04 ---> 4b5b772ecf8c 02:48:04 Step 6/8 : WORKDIR /device-sdk-go 02:48:04 ---> Running in a27071ed3075 02:48:04 Removing intermediate container a27071ed3075 02:48:04 ---> 21934f6dc36f 02:48:04 Step 7/8 : COPY . . 02:48:05 ---> 8f0772c7e208 02:48:05 Step 8/8 : RUN go mod download 02:48:05 ---> Running in a7f96ebc1517 02:48:24 Removing intermediate container a7f96ebc1517 02:48:24 ---> a22be051cead 02:48:24 Successfully built a22be051cead 02:48:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:48:24 + docker inspect -f . ci-base-image-x86_64 02:48:24 . [Pipeline] withDockerContainer 02:48:24 prd-centos7-docker-4c-2g-27472 does not seem to be running inside a container 02:48:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:48:25 $ docker top 67dfbd44ee3d0424ea90c50db639f1d19fc9700b108e8bb83c0c79e9a6717030 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:25 + go version 02:48:25 go version go1.15.5 linux/amd64 [Pipeline] } 02:48:25 $ docker stop --time=1 67dfbd44ee3d0424ea90c50db639f1d19fc9700b108e8bb83c0c79e9a6717030 02:48:27 $ docker rm -f 67dfbd44ee3d0424ea90c50db639f1d19fc9700b108e8bb83c0c79e9a6717030 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:48:28 + docker inspect -f . ci-base-image-x86_64 02:48:28 . [Pipeline] withDockerContainer 02:48:28 prd-centos7-docker-4c-2g-27472 does not seem to be running inside a container 02:48:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:48:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27473 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:48:28 $ docker top de5e82f4c3c32aa5e5ef4420e482a583fe35e5fc0a23e01d8f0c2b12cc5a05bc -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 02:48:29 Running in /w/workspace/device-sdk-go/15 [Pipeline] { [Pipeline] checkout 02:48:29 + make test 02:48:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:48:34 using credential edgex-jenkins-ssh 02:48:34 Cloning the remote Git repository 02:48:34 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:48:34 > git init /w/workspace/device-sdk-go/15 # timeout=10 02:48:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:48:34 > git --version # timeout=10 02:48:34 > git --version # 'git version 2.17.1' 02:48:34 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:48:36 Merging remotes/origin/master commit 859d05bb29d195830a2bef80ceacb337f49ed4c7 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:48:36 Merge succeeded, producing 6a2bc555c8e00fb9dbe230e021580e59e567766f 02:48:36 Checking out Revision 6a2bc555c8e00fb9dbe230e021580e59e567766f (PR-725) 02:48:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:48:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:48:35 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:48:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:48:35 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:48:36 > git config core.sparsecheckout # timeout=10 02:48:36 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:48:36 > git remote # timeout=10 02:48:36 > git config --get remote.origin.url # timeout=10 02:48:36 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:36 > git merge 859d05bb29d195830a2bef80ceacb337f49ed4c7 # timeout=10 02:48:36 > git rev-parse HEAD^{commit} # timeout=10 02:48:36 > git config core.sparsecheckout # timeout=10 02:48:36 > git checkout -f 6a2bc555c8e00fb9dbe230e021580e59e567766f # timeout=10 02:48:37 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:48:41 Commit message: "Merge commit '859d05bb29d195830a2bef80ceacb337f49ed4c7' into HEAD" 02:48:41 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:48:41 > git rev-list --no-walk 45407d4645e594665b1339c307ea798f96f80dc7 # timeout=10 02:48:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:48:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:48:43 + sudo service docker restart 02:48:43 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:48:46 provisioning config files... 02:48:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/15@tmp/config3950847246562776720tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:48:46 ---> docker-login.sh 02:48:46 nexus3.edgexfoundry.org:10001 02:48:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:47 Configure a credential helper to remove this warning. See 02:48:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:47 02:48:47 Login Succeeded 02:48:47 nexus3.edgexfoundry.org:10002 02:48:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:48 Configure a credential helper to remove this warning. See 02:48:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:48 02:48:48 Login Succeeded 02:48:48 nexus3.edgexfoundry.org:10003 02:48:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:48 Configure a credential helper to remove this warning. See 02:48:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:48 02:48:48 Login Succeeded 02:48:48 nexus3.edgexfoundry.org:10004 02:48:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:49 Configure a credential helper to remove this warning. See 02:48:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:49 02:48:49 Login Succeeded 02:48:49 docker.io 02:48:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:49 Configure a credential helper to remove this warning. See 02:48:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:49 02:48:49 Login Succeeded 02:48:49 ---> docker-login.sh ends [Pipeline] } 02:48:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:48:50 ========================================================= 02:48:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:48:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:48:50 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:48:51 Sending build context to Docker daemon 2.418MB 02:48:51 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:48:51 Step 2/8 : FROM ${BASE} 02:48:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:48:51 5f621e34cdf4: Pulling fs layer 02:48:51 a4357932f1b6: Pulling fs layer 02:48:51 18c013af1878: Pulling fs layer 02:48:51 00ac8860ef70: Pulling fs layer 02:48:51 63d7cb157983: Pulling fs layer 02:48:51 b116817d02f9: Pulling fs layer 02:48:51 745a02a5169b: Pulling fs layer 02:48:51 63d7cb157983: Waiting 02:48:51 b116817d02f9: Waiting 02:48:51 745a02a5169b: Waiting 02:48:51 00ac8860ef70: Waiting 02:48:51 18c013af1878: Verifying Checksum 02:48:51 18c013af1878: Download complete 02:48:51 a4357932f1b6: Verifying Checksum 02:48:51 a4357932f1b6: Download complete 02:48:51 63d7cb157983: Verifying Checksum 02:48:51 63d7cb157983: Download complete 02:48:51 b116817d02f9: Verifying Checksum 02:48:51 b116817d02f9: Download complete 02:48:51 5f621e34cdf4: Download complete 02:48:52 5f621e34cdf4: Pull complete 02:48:52 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:48:52 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:48:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:48:52 a4357932f1b6: Pull complete 02:48:53 18c013af1878: Pull complete 02:48:53 745a02a5169b: Verifying Checksum 02:48:53 745a02a5169b: Download complete 02:48:54 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.057s coverage: 25.5% of statements 02:48:55 00ac8860ef70: Verifying Checksum 02:48:55 00ac8860ef70: Download complete 02:49:05 00ac8860ef70: Pull complete 02:49:05 63d7cb157983: Pull complete 02:49:05 b116817d02f9: Pull complete 02:49:08 745a02a5169b: Pull complete 02:49:08 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:49:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:49:08 ---> b7e6874047d6 02:49:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:11 ---> Running in 455621fdaf5c 02:49:11 Removing intermediate container 455621fdaf5c 02:49:11 ---> 619a52fcae16 02:49:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:11 ---> Running in ce3f8651c089 02:49:13 Removing intermediate container ce3f8651c089 02:49:13 ---> acd35a7c95a4 02:49:13 Step 5/8 : RUN apk add --update --no-cache make git 02:49:14 ---> Running in de8005d78f1a 02:49:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:16 OK: 142 MiB in 39 packages 02:49:17 Removing intermediate container de8005d78f1a 02:49:17 ---> 109f7426ae92 02:49:17 Step 6/8 : WORKDIR /device-sdk-go 02:49:18 ---> Running in 144370b0db3d 02:49:18 Removing intermediate container 144370b0db3d 02:49:18 ---> 8c808e88cf68 02:49:18 Step 7/8 : COPY . . 02:49:19 ---> 4e457386da69 02:49:19 Step 8/8 : RUN go mod download 02:49:19 ---> Running in 4b1d907f3243 02:49:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.057s coverage: 10.1% of statements 02:49:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.069s coverage: 12.5% of statements 02:49:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:49:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.061s coverage: 84.8% of statements 02:49:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:49:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:49:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:49:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:49:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.072s coverage: 49.2% of statements 02:49:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:49:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.068s coverage: 81.3% of statements 02:49:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.072s coverage: 24.8% of statements 02:49:26 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.290s coverage: 83.5% of statements 02:49:26 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.079s coverage: 5.3% of statements 02:49:26 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:49:26 GO111MODULE=on go vet ./... 02:49:33 gofmt -l . 02:49:33 [ "`gofmt -l .`" = "" ] 02:49:33 ./bin/test-attribution-txt.sh 02:49:33 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:49:34 $ docker stop --time=1 de5e82f4c3c32aa5e5ef4420e482a583fe35e5fc0a23e01d8f0c2b12cc5a05bc 02:49:36 $ docker rm -f de5e82f4c3c32aa5e5ef4420e482a583fe35e5fc0a23e01d8f0c2b12cc5a05bc [Pipeline] // withDockerContainer [Pipeline] sh 02:49:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:49:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:49:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:49:40 + ls -al . 02:49:40 total 184 02:49:40 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 24 02:49 . 02:49:40 drwxrwxr-x. 4 jenkins jenkins 30 Feb 24 02:47 .. 02:49:40 drwxrwxr-x. 2 jenkins jenkins 64 Feb 24 02:47 bin 02:49:40 -rw-r--r--. 1 jenkins jenkins 101757 Feb 24 02:49 coverage.out 02:49:40 -rw-rw-r--. 1 jenkins jenkins 949 Feb 24 02:47 Dockerfile.build 02:49:40 -rw-rw-r--. 1 jenkins jenkins 140 Feb 24 02:47 .dockerignore 02:49:40 drwxrwxr-x. 4 jenkins jenkins 48 Feb 24 02:47 example 02:49:40 drwxrwxr-x. 8 jenkins jenkins 179 Feb 24 02:47 .git 02:49:40 drwxrwxr-x. 2 jenkins jenkins 103 Feb 24 02:47 .github 02:49:40 -rw-rw-r--. 1 jenkins jenkins 138 Feb 24 02:47 .gitignore 02:49:40 -rw-r--r--. 1 jenkins jenkins 516 Feb 24 02:49 go.mod 02:49:40 -rw-r--r--. 1 jenkins jenkins 17254 Feb 24 02:49 go.sum 02:49:40 drwxrwxr-x. 13 jenkins jenkins 183 Feb 24 02:47 internal 02:49:40 -rw-rw-r--. 1 jenkins jenkins 894 Feb 24 02:47 Jenkinsfile 02:49:40 -rw-rw-r--. 1 jenkins jenkins 11341 Feb 24 02:47 LICENSE 02:49:40 -rw-rw-r--. 1 jenkins jenkins 1016 Feb 24 02:47 Makefile 02:49:40 drwxrwxr-x. 4 jenkins jenkins 26 Feb 24 02:47 openapi 02:49:40 drwxrwxr-x. 5 jenkins jenkins 50 Feb 24 02:47 pkg 02:49:40 -rw-rw-r--. 1 jenkins jenkins 5897 Feb 24 02:47 README.md 02:49:40 -rw-rw-r--. 1 jenkins jenkins 6616 Feb 24 02:47 RELEASE-NOTES.txt 02:49:40 drwxrwxr-x. 4 jenkins jenkins 54 Feb 24 02:47 snap 02:49:40 -rw-rw-r--. 1 jenkins jenkins 5 Feb 24 02:44 VERSION 02:49:40 -rw-rw-r--. 1 jenkins jenkins 222 Feb 24 02:47 version.go [Pipeline] isUnix [Pipeline] sh 02:49:40 + docker build -t 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=4617e9eaabedc8cc24114567cc27a326d596fddc --label arch=amd64 --label version=0.0.0 . 02:49:40 Sending build context to Docker daemon 2.512MB 02:49:40 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:49:40 Step 2/24 : FROM ${BASE} AS builder 02:49:40 ---> a22be051cead 02:49:40 Step 3/24 : ARG MAKE='make build' 02:49:41 ---> Running in 15e56c6be326 02:49:41 Removing intermediate container 15e56c6be326 02:49:41 ---> 40674a9e9017 02:49:41 Step 4/24 : WORKDIR /device-sdk-go 02:49:41 ---> Running in dbbee8e572b2 02:49:41 Removing intermediate container dbbee8e572b2 02:49:41 ---> 35afa7104059 02:49:41 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:42 ---> Running in a1a8d3bec251 02:49:42 Removing intermediate container a1a8d3bec251 02:49:42 ---> 1e0f6e17b7f9 02:49:42 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:42 ---> Running in 4a2b19e6f461 02:49:43 Removing intermediate container 4a2b19e6f461 02:49:43 ---> f6212badd8ca 02:49:43 Step 7/24 : RUN apk add --update --no-cache make git 02:49:43 ---> Running in d4b2aae0446c 02:49:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:44 OK: 166 MiB in 39 packages 02:49:45 Removing intermediate container d4b2aae0446c 02:49:45 ---> be20a84c13ba 02:49:45 Step 8/24 : COPY . . 02:49:46 ---> 9a574bbc4b88 02:49:46 Step 9/24 : RUN ${MAKE} 02:49:46 ---> Running in 43a2ddd252c8 02:49:46 Removing intermediate container 4b1d907f3243 02:49:46 ---> df8c9fd49555 02:49:46 Successfully built df8c9fd49555 02:49:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:49:47 CGO_ENABLED=0 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 02:49:47 + docker inspect -f . ci-base-image-arm64 02:49:47 . [Pipeline] withDockerContainer 02:49:47 prd-ubuntu18.04-docker-arm64-4c-16g-27473 does not seem to be running inside a container 02:49:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 02:49:48 $ docker top 02da1cc3c8fe8ab6f39b8a3ec5e978e6131dad4829a658a5183bcc8274dff61f -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:49 + go version 02:49:49 go version go1.15.5 linux/arm64 [Pipeline] } 02:49:50 $ docker stop --time=1 02da1cc3c8fe8ab6f39b8a3ec5e978e6131dad4829a658a5183bcc8274dff61f 02:49:51 $ docker rm -f 02da1cc3c8fe8ab6f39b8a3ec5e978e6131dad4829a658a5183bcc8274dff61f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:49:52 + docker inspect -f . ci-base-image-arm64 02:49:52 . [Pipeline] withDockerContainer 02:49:53 prd-ubuntu18.04-docker-arm64-4c-16g-27473 does not seem to be running inside a container 02:49:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 02:49:54 $ docker top 98ff29b968edf67a6cee15990d7ce28fbb7e496d38a275bd355ca98029bf480f -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:55 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:49:55 + make test 02:49:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:49:57 Removing intermediate container 43a2ddd252c8 02:49:57 ---> c241ccb02b6b 02:49:57 Step 10/24 : FROM scratch 02:49:57 ---> 02:49:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:57 ---> Running in bc71b4d777fa 02:49:57 Removing intermediate container bc71b4d777fa 02:49:57 ---> 8d6a6f516d60 02:49:57 Step 12/24 : ENV APP_PORT=49990 02:49:57 ---> Running in 10f456631fd1 02:49:57 Removing intermediate container 10f456631fd1 02:49:57 ---> 33f7dd9be925 02:49:57 Step 13/24 : EXPOSE $APP_PORT 02:49:57 ---> Running in 89e76fc43634 02:49:58 Removing intermediate container 89e76fc43634 02:49:58 ---> 7a75d33a80f4 02:49:58 Step 14/24 : WORKDIR / 02:49:58 ---> Running in b9b83fd5de2f 02:49:58 Removing intermediate container b9b83fd5de2f 02:49:58 ---> b2578613eb7a 02:49:58 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:49:58 ---> 527d49f35367 02:49:58 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:49:59 ---> ee1fdba8c6a4 02:49:59 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:49:59 ---> d1f12e164102 02:49:59 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:49:59 ---> 9d1f9a06df6b 02:49:59 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:49:59 ---> 6365acfef01c 02:49:59 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:49:59 ---> Running in c70d54b94ce6 02:50:00 Removing intermediate container c70d54b94ce6 02:50:00 ---> 28812022f223 02:50:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:50:00 ---> Running in c072de17d138 02:50:01 Removing intermediate container c072de17d138 02:50:01 ---> 084c379f1081 02:50:01 Step 22/24 : LABEL arch=amd64 02:50:01 ---> Running in f583c242c800 02:50:01 Removing intermediate container f583c242c800 02:50:01 ---> 70f576d31ca0 02:50:01 Step 23/24 : LABEL git_sha=4617e9eaabedc8cc24114567cc27a326d596fddc 02:50:01 ---> Running in 590ccbd89766 02:50:01 Removing intermediate container 590ccbd89766 02:50:01 ---> 21cc60265aab 02:50:01 Step 24/24 : LABEL version=0.0.0 02:50:01 ---> Running in 383e7d873516 02:50:01 Removing intermediate container 383e7d873516 02:50:01 ---> 014c9188adc4 02:50:01 [Warning] One or more build-args [ARCH] were not consumed 02:50:01 Successfully built 014c9188adc4 02:50:01 Successfully tagged 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 02:50:02 ---> job-cost.sh 02:50:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-j1aj 02:50:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:50:17 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:50:49 lf-activate-venv(): INFO: Adding /tmp/venv-j1aj/bin to PATH 02:50:49 INFO: No Stack... 02:50:49 INFO: Retrieving Pricing Info for: v1-standard-2 02:50:49 INFO: Archiving Costs [Pipeline] sh 02:50:50 + cat /w/workspace/device-sdk-go/15/archives/cost.csv 02:50:50 + cut -d, -f6 [Pipeline] lock 02:50:50 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-15-stack-cost] 02:50:50 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-15-stack-cost] did not exist. Created. 02:50:50 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:50:50 + echo total: 0.029999999329447746 [Pipeline] stash 02:50:50 Stashed 1 file(s) [Pipeline] } 02:50:50 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-15-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:50:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:50:56 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:50:56 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:51:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.145s coverage: 25.5% of statements 02:51:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.117s coverage: 10.1% of statements 02:51:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.107s coverage: 12.5% of statements 02:51:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:51:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.168s coverage: 84.8% of statements 02:51:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:51:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:51:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:51:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:51:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.204s coverage: 49.2% of statements 02:51:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:51:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.156s coverage: 81.3% of statements 02:51:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.174s coverage: 24.8% of statements 02:51:33 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.905s coverage: 83.5% of statements 02:51:33 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.131s coverage: 5.3% of statements 02:51:33 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:51:33 GO111MODULE=on go vet ./... 02:52:06 gofmt -l . 02:52:06 [ "`gofmt -l .`" = "" ] 02:52:06 ./bin/test-attribution-txt.sh 02:52:06 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:52:06 $ docker stop --time=1 98ff29b968edf67a6cee15990d7ce28fbb7e496d38a275bd355ca98029bf480f 02:52:08 $ docker rm -f 98ff29b968edf67a6cee15990d7ce28fbb7e496d38a275bd355ca98029bf480f [Pipeline] // withDockerContainer [Pipeline] sh 02:52:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:52:09 Warning: overwriting stash ‘coverage-report’ 02:52:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:52:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:52:11 + ls -al . 02:52:11 total 220 02:52:11 drwxrwxr-x 10 jenkins jenkins 4096 Feb 24 02:52 . 02:52:11 drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 02:48 .. 02:52:11 -rw-rw-r-- 1 jenkins jenkins 140 Feb 24 02:48 .dockerignore 02:52:11 drwxrwxr-x 8 jenkins jenkins 4096 Feb 24 02:48 .git 02:52:11 drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 02:48 .github 02:52:11 -rw-rw-r-- 1 jenkins jenkins 138 Feb 24 02:48 .gitignore 02:52:11 -rw-rw-r-- 1 jenkins jenkins 949 Feb 24 02:48 Dockerfile.build 02:52:11 -rw-rw-r-- 1 jenkins jenkins 894 Feb 24 02:48 Jenkinsfile 02:52:11 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 24 02:48 LICENSE 02:52:11 -rw-rw-r-- 1 jenkins jenkins 1016 Feb 24 02:48 Makefile 02:52:11 -rw-rw-r-- 1 jenkins jenkins 5897 Feb 24 02:48 README.md 02:52:11 -rw-rw-r-- 1 jenkins jenkins 6616 Feb 24 02:48 RELEASE-NOTES.txt 02:52:11 -rw-rw-r-- 1 jenkins jenkins 5 Feb 24 02:44 VERSION 02:52:11 drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 02:48 bin 02:52:11 -rw-r--r-- 1 jenkins jenkins 101758 Feb 24 02:51 coverage.out 02:52:11 drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 02:48 example 02:52:11 -rw-r--r-- 1 jenkins jenkins 516 Feb 24 02:52 go.mod 02:52:11 -rw-r--r-- 1 jenkins jenkins 17254 Feb 24 02:52 go.sum 02:52:11 drwxrwxr-x 13 jenkins jenkins 4096 Feb 24 02:48 internal 02:52:11 drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 02:48 openapi 02:52:11 drwxrwxr-x 5 jenkins jenkins 4096 Feb 24 02:48 pkg 02:52:11 drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 02:48 snap 02:52:11 -rw-rw-r-- 1 jenkins jenkins 222 Feb 24 02:48 version.go [Pipeline] isUnix [Pipeline] sh 02:52:12 + docker build -t 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=4617e9eaabedc8cc24114567cc27a326d596fddc --label arch=arm64 --label version=0.0.0 . 02:52:12 Sending build context to Docker daemon 2.52MB 02:52:12 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:52:12 Step 2/24 : FROM ${BASE} AS builder 02:52:12 ---> df8c9fd49555 02:52:12 Step 3/24 : ARG MAKE='make build' 02:52:12 ---> Running in cb7f7a6660d0 02:52:13 Removing intermediate container cb7f7a6660d0 02:52:13 ---> 38f35de646f5 02:52:13 Step 4/24 : WORKDIR /device-sdk-go 02:52:13 ---> Running in 76e8f82a281d 02:52:13 Removing intermediate container 76e8f82a281d 02:52:13 ---> a3481fee4778 02:52:13 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:52:13 ---> Running in e7403525a2d5 02:52:14 Removing intermediate container e7403525a2d5 02:52:14 ---> be9238b0901b 02:52:14 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:52:14 ---> Running in 19feb74567a3 02:52:16 Removing intermediate container 19feb74567a3 02:52:16 ---> 60e380dae811 02:52:16 Step 7/24 : RUN apk add --update --no-cache make git 02:52:16 ---> Running in 3fcb47502722 02:52:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:52:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:52:18 OK: 142 MiB in 39 packages 02:52:20 Removing intermediate container 3fcb47502722 02:52:20 ---> 908cd6281b96 02:52:20 Step 8/24 : COPY . . 02:52:21 ---> cd7fc1413dbe 02:52:21 Step 9/24 : RUN ${MAKE} 02:52:21 ---> Running in f49cded313c2 02:52:22 CGO_ENABLED=0 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 02:52:49 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:52:49 Removing intermediate container f49cded313c2 02:52:49 ---> e44172b33db3 02:52:49 Step 10/24 : FROM scratch 02:52:49 ---> 02:52:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:52:49 ---> Running in 124742817ff9 02:52:50 Removing intermediate container 124742817ff9 02:52:50 ---> 6b6b2986bb0b 02:52:50 Step 12/24 : ENV APP_PORT=49990 02:52:50 ---> Running in be3c05fa5f9c 02:52:51 Removing intermediate container be3c05fa5f9c 02:52:51 ---> 2bc30fa8ee25 02:52:51 Step 13/24 : EXPOSE $APP_PORT 02:52:51 ---> Running in 8c5e64cab442 02:52:51 Removing intermediate container 8c5e64cab442 02:52:51 ---> d9f30933d006 02:52:51 Step 14/24 : WORKDIR / 02:52:51 ---> Running in 282abd9b7aa5 02:52:51 Removing intermediate container 282abd9b7aa5 02:52:51 ---> f95a974deff6 02:52:51 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:52:53 ---> 1129f4edf0b9 02:52:53 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:52:53 ---> 5e797673754a 02:52:53 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:52:54 ---> 9ad6a4650897 02:52:54 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:52:55 ---> 785111cfae95 02:52:55 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:52:56 ---> 89880f44d270 02:52:56 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:52:56 ---> Running in f3a2d8075748 02:52:56 Removing intermediate container f3a2d8075748 02:52:56 ---> 6002c9f755cc 02:52:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:52:56 ---> Running in 5a621a2cbf65 02:52:56 Removing intermediate container 5a621a2cbf65 02:52:56 ---> 8146ba086be4 02:52:56 Step 22/24 : LABEL arch=arm64 02:52:57 ---> Running in 8ad685e79f73 02:52:57 Removing intermediate container 8ad685e79f73 02:52:57 ---> 0315d1cb2e92 02:52:57 Step 23/24 : LABEL git_sha=4617e9eaabedc8cc24114567cc27a326d596fddc 02:52:57 ---> Running in bcc401ddb5b3 02:52:58 Removing intermediate container bcc401ddb5b3 02:52:58 ---> 208d8a51f00b 02:52:58 Step 24/24 : LABEL version=0.0.0 02:52:58 ---> Running in 2dbe03cdd3a4 02:52:59 Removing intermediate container 2dbe03cdd3a4 02:52:59 ---> 6d43f1d5bdf6 02:52:59 [Warning] One or more build-args [ARCH] were not consumed 02:52:59 Successfully built 6d43f1d5bdf6 02:52:59 Successfully tagged 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 02:52:59 ---> job-cost.sh 02:52:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WN8d 02:53:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:56:00 lf-activate-venv(): INFO: Adding /tmp/venv-WN8d/bin to PATH 02:56:00 INFO: No Stack... 02:56:00 INFO: Retrieving Pricing Info for: lf-standard-4 02:56:00 INFO: Archiving Costs [Pipeline] sh 02:56:00 + cut -d, -f6 02:56:00 + cat /w/workspace/device-sdk-go/15/archives/cost.csv [Pipeline] lock 02:56:01 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-15-stack-cost] 02:56:01 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-15-stack-cost] did not exist. Created. 02:56:01 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:56:01 /w/workspace/device-sdk-go/15@tmp/durable-43f31472/script.sh: 1: /w/workspace/device-sdk-go/15@tmp/durable-43f31472/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:56:01 + echo total: 0.20999999344348907 [Pipeline] stash 02:56:01 Warning: overwriting stash ‘stack-cost’ 02:56:02 Stashed 1 file(s) [Pipeline] } 02:56:02 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-15-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 02:56:03 provisioning config files... 02:56:03 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config7445345684657464616tmp [Pipeline] { [Pipeline] sh 02:56:04 + set +x 02:56:04 + bash -s -- 02:56:04 + curl -s https://codecov.io/bash 02:56:04 02:56:04 _____ _ 02:56:04 / ____| | | 02:56:04 | | ___ __| | ___ ___ _____ __ 02:56:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:56:04 | |___| (_) | (_| | __/ (_| (_) \ V / 02:56:04 \_____\___/ \__,_|\___|\___\___/ \_/ 02:56:04 Bash-20210129-7c25fce 02:56:04 02:56:04 02:56:04 ==> git version 2.24.3 found 02:56:04 ==> 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 02:56:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:56:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:56:04 ==> Jenkins CI detected. 02:56:04 project root: . 02:56:04 --> token set from env 02:56:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:56:04 ==> Running gcov in . (disable via -X gcov) 02:56:04 ==> Python coveragepy not found 02:56:04 ==> Searching for coverage reports in: 02:56:04 + . 02:56:04 -> Found 1 reports 02:56:04 ==> Detecting git/mercurial file structure 02:56:04 ==> Reading reports 02:56:04 + ./coverage.out bytes=101758 02:56:04 ==> Appending adjustments 02:56:04 https://docs.codecov.io/docs/fixing-reports 02:56:05 + Found adjustments 02:56:05 ==> Gzipping contents 02:56:05 20K /tmp/codecov.PDPwqD.gz 02:56:05 ==> Uploading reports 02:56:05 url: https://codecov.io 02:56:05 query: branch=PR-725&commit=4617e9eaabedc8cc24114567cc27a326d596fddc&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:56:05 -> Pinging Codecov 02:56:05 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-725&commit=4617e9eaabedc8cc24114567cc27a326d596fddc&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:56:05 -> Uploading to 02:56:05 https://storage.googleapis.com/codecov/v4/raw/2021-02-24/7E55EF52A471D76F132DFD9A03CDDE97/4617e9eaabedc8cc24114567cc27a326d596fddc/d057e12d-05d1-442e-b511-c76d3157e8e9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210224%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210224T025605Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2cd7dfed166d818ed755dcec5d97574b87a3c783bba0c0412013955fa7b07a39 02:56:05 % Total % Received % Xferd Average Speed Time Time Time Current 02:56:05 Dload Upload Total Spent Left Speed 02:56:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16501 0 0 100 16501 0 34957 --:--:-- --:--:-- --:--:-- 34959 100 16501 0 0 100 16501 0 34943 --:--:-- --:--:-- --:--:-- 34885 02:56:06 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4617e9eaabedc8cc24114567cc27a326d596fddc [Pipeline] } 02:56:06 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 02:56:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:56:08 ---> package-listing.sh 02:56:08 ++ facter osfamily 02:56:08 ++ tr '[:upper:]' '[:lower:]' 02:56:08 + OS_FAMILY=redhat 02:56:08 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 02:56:08 + START_PACKAGES=/tmp/packages_start.txt 02:56:08 + END_PACKAGES=/tmp/packages_end.txt 02:56:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:56:08 + PACKAGES=/tmp/packages_start.txt 02:56:08 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:56:08 + PACKAGES=/tmp/packages_end.txt 02:56:08 + case "${OS_FAMILY}" in 02:56:08 + rpm -qa 02:56:08 + sort 02:56:14 + '[' -f /tmp/packages_start.txt ']' 02:56:14 + '[' -f /tmp/packages_end.txt ']' 02:56:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:56:14 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:56:14 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 02:56:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 02:56:14 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-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:56:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:56:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:56:14 02:56:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:56:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:56:15 alpine: Pulling from edgex-lftools-log-publisher 02:56:15 df20fa9351a1: Pulling fs layer 02:56:15 36b3adc4ff6f: Pulling fs layer 02:56:15 8ad3a11d3b57: Pulling fs layer 02:56:15 46f8f816bc3b: Pulling fs layer 02:56:15 93b61091891f: Pulling fs layer 02:56:15 93b9cdb0e59b: Pulling fs layer 02:56:15 5e14af77c1be: Pulling fs layer 02:56:15 01666e4c0597: Pulling fs layer 02:56:15 aa168da1d23b: Pulling fs layer 02:56:15 93b9cdb0e59b: Waiting 02:56:15 5e14af77c1be: Waiting 02:56:15 01666e4c0597: Waiting 02:56:15 aa168da1d23b: Waiting 02:56:15 46f8f816bc3b: Waiting 02:56:15 93b61091891f: Waiting 02:56:15 36b3adc4ff6f: Verifying Checksum 02:56:15 36b3adc4ff6f: Download complete 02:56:15 46f8f816bc3b: Download complete 02:56:15 df20fa9351a1: Verifying Checksum 02:56:15 df20fa9351a1: Download complete 02:56:15 93b9cdb0e59b: Verifying Checksum 02:56:15 93b9cdb0e59b: Download complete 02:56:15 93b61091891f: Verifying Checksum 02:56:15 93b61091891f: Download complete 02:56:15 5e14af77c1be: Verifying Checksum 02:56:15 5e14af77c1be: Download complete 02:56:15 01666e4c0597: Verifying Checksum 02:56:15 01666e4c0597: Download complete 02:56:15 8ad3a11d3b57: Verifying Checksum 02:56:15 8ad3a11d3b57: Download complete 02:56:15 df20fa9351a1: Pull complete 02:56:15 36b3adc4ff6f: Pull complete 02:56:16 8ad3a11d3b57: Pull complete 02:56:16 46f8f816bc3b: Pull complete 02:56:17 93b61091891f: Pull complete 02:56:17 aa168da1d23b: Verifying Checksum 02:56:17 aa168da1d23b: Download complete 02:56:17 93b9cdb0e59b: Pull complete 02:56:17 5e14af77c1be: Pull complete 02:56:17 01666e4c0597: Pull complete 02:56:24 aa168da1d23b: Pull complete 02:56:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:56:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:56:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:56:24 prd-centos7-docker-4c-2g-27471 does not seem to be running inside a container 02:56:24 $ 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-725/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-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:56:27 $ docker top b544ec95012dbe872be03d659812bbffa7943f93aa4f3830a091e9058541a1a1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:56:28 + touch /tmp/pre-build-complete [Pipeline] sh 02:56:28 + mkdir -p /var/log/sa [Pipeline] sh 02:56:29 + ls /var/log/sa-host 02:56:29 + sadf -c /var/log/sa-host/sa23 02:56:29 file_magic: OK 02:56:29 HZ: Using current value: 100 02:56:29 file_header: OK 02:56:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:56:29 Statistics: 02:56:29 Hnuu...uuuununununu... 02:56:29 File successfully converted to sysstat format version 12.2.1 02:56:29 + sadf -c /var/log/sa-host/sa24 02:56:29 file_magic: OK 02:56:29 HZ: Using current value: 100 02:56:29 file_header: OK 02:56:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:56:29 Statistics: 02:56:29 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:56:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:56:29 provisioning config files... 02:56:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config4446019187735328598tmp [Pipeline] { [Pipeline] echo 02:56:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:56:29 ---> create-netrc.sh [Pipeline] } 02:56:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:56:29 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:56:30 ---> python-tools-install.sh [Pipeline] echo 02:56:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:56:30 ---> sudo-logs.sh 02:56:30 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:56:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:56:30 ---> job-cost.sh 02:56:30 lf-activate-venv: SKIPPING 02:56:30 DEBUG: total: 0.20999999344348907 02:56:30 INFO: Retrieving Stack Cost... 02:56:32 INFO: Retrieving Pricing Info for: v1-standard-2 02:56:32 INFO: Archiving Costs [Pipeline] echo 02:56:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:56:32 ---> logs-deploy.sh 02:56:32 lf-activate-venv: SKIPPING 02:56:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/15 02:56:32 INFO: archiving workspace using pattern(s): 02:56:34 Archives upload complete. 02:56:34 INFO: archiving logs to Nexus 02:56:35 ---> uname -a: 02:56:35 Linux prd-centos7-docker-4c-2g-27471.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:56:35 02:56:35 02:56:35 ---> lscpu: 02:56:35 Architecture: x86_64 02:56:35 CPU op-mode(s): 32-bit, 64-bit 02:56:35 Byte Order: Little Endian 02:56:35 Address sizes: 40 bits physical, 48 bits virtual 02:56:35 CPU(s): 4 02:56:35 On-line CPU(s) list: 0-3 02:56:35 Thread(s) per core: 1 02:56:35 Core(s) per socket: 1 02:56:35 Socket(s): 4 02:56:35 NUMA node(s): 1 02:56:35 Vendor ID: GenuineIntel 02:56:35 CPU family: 6 02:56:35 Model: 44 02:56:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:56:35 Stepping: 1 02:56:35 CPU MHz: 2933.438 02:56:35 BogoMIPS: 5866.87 02:56:35 Virtualization: VT-x 02:56:35 Hypervisor vendor: KVM 02:56:35 Virtualization type: full 02:56:35 L1d cache: 128 KiB 02:56:35 L1i cache: 128 KiB 02:56:35 L2 cache: 16 MiB 02:56:35 L3 cache: 64 MiB 02:56:35 NUMA node0 CPU(s): 0-3 02:56:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:56:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:56:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:56:35 Vulnerability Meltdown: Mitigation; PTI 02:56:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:56:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:56:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:56:35 Vulnerability Srbds: Not affected 02:56:35 Vulnerability Tsx async abort: Not affected 02:56:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:56:35 02:56:35 02:56:35 ---> nproc: 02:56:35 4 02:56:35 02:56:35 02:56:35 ---> df -h: 02:56:35 Filesystem Size Used Available Use% Mounted on 02:56:35 overlay 50.0G 7.3G 42.7G 15% / 02:56:35 tmpfs 64.0M 0 64.0M 0% /dev 02:56:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:56:35 shm 64.0M 0 64.0M 0% /dev/shm 02:56:35 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:56:35 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:56:35 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:56:35 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:56:35 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:56:35 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:56:35 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:56:35 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 02:56:35 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:56:35 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:56:35 02:56:35 02:56:35 ---> free -m: 02:56:35 total used free shared buff/cache available 02:56:35 Mem: 1837 691 119 0 1026 1041 02:56:35 Swap: 1023 1 1022 02:56:35 02:56:35 02:56:35 ---> ip addr: 02:56:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:56:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:56:35 inet 127.0.0.1/8 scope host lo 02:56:35 valid_lft forever preferred_lft forever 02:56:35 inet6 ::1/128 scope host 02:56:35 valid_lft forever preferred_lft forever 02:56:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:56:35 link/ether fa:16:3e:f7:a9:e7 brd ff:ff:ff:ff:ff:ff 02:56:35 inet 10.30.122.62/23 brd 10.30.123.255 scope global dynamic eth0 02:56:35 valid_lft 85618sec preferred_lft 85618sec 02:56:35 inet6 fe80::f816:3eff:fef7:a9e7/64 scope link 02:56:35 valid_lft forever preferred_lft forever 02:56:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:56:35 link/ether 02:42:ae:45:27:c0 brd ff:ff:ff:ff:ff:ff 02:56:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:56:35 valid_lft forever preferred_lft forever 02:56:35 inet6 fe80::42:aeff:fe45:27c0/64 scope link 02:56:35 valid_lft forever preferred_lft forever 02:56:35 02:56:35 02:56:35 ---> sar -b -r -n DEV: 02:56:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/24/21 _x86_64_ (4 CPU) 02:56:35 02:56:35 02:43:20 LINUX RESTART (4 CPU) 02:56:35 02:56:35 02:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:56:35 02:45:01 50.90 15.23 35.66 0.00 4682.38 3252.01 0.00 02:56:35 02:46:01 1.97 0.00 1.97 0.00 0.00 39.62 0.00 02:56:35 02:47:01 0.20 0.00 0.20 0.00 0.00 1.63 0.00 02:56:35 02:48:01 0.37 0.00 0.37 0.00 0.00 5.90 0.00 02:56:35 02:49:01 0.22 0.00 0.22 0.00 0.00 2.48 0.00 02:56:35 02:50:01 0.32 0.00 0.32 0.00 0.00 4.30 0.00 02:56:35 02:51:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 02:56:35 02:52:01 0.17 0.00 0.17 0.00 0.00 1.35 0.00 02:56:35 02:53:01 0.25 0.00 0.25 0.00 0.00 3.88 0.00 02:56:35 02:54:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 02:56:35 02:55:01 0.32 0.00 0.32 0.00 0.00 3.51 0.00 02:56:35 02:56:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 02:56:35 Average: 4.62 1.27 3.35 0.00 390.28 276.91 0.00 02:56:35 02:56:35 02:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:56:35 02:45:01 159912 0 589980 31.36 2620 1129032 1049856 35.83 408452 1114436 136 02:56:35 02:46:01 164104 0 585780 31.13 2620 1129040 1026568 35.04 407848 1111620 16 02:56:35 02:47:01 164400 0 585480 31.12 2620 1129044 1026568 35.04 420224 1099372 8 02:56:35 02:48:01 161432 0 588444 31.27 2620 1129048 1026676 35.04 422876 1099008 20 02:56:35 02:49:01 161616 0 588256 31.26 2620 1129052 1026700 35.04 427040 1095016 16 02:56:35 02:50:01 162064 0 587800 31.24 2620 1129060 1026616 35.04 426496 1095016 20 02:56:35 02:51:01 162808 0 587056 31.20 2620 1129060 1026568 35.04 426152 1095016 8 02:56:35 02:52:01 162776 0 587084 31.20 2620 1129064 1026568 35.04 426180 1095012 20 02:56:35 02:53:01 162948 0 586904 31.19 2620 1129072 1026568 35.04 426188 1095012 12 02:56:35 02:54:01 159728 0 590120 31.36 2620 1129076 1026628 35.04 429384 1094852 16 02:56:35 02:55:01 159676 0 590168 31.37 2620 1129080 1026568 35.04 429196 1094856 12 02:56:35 02:56:01 159732 0 590108 31.36 2620 1129084 1026568 35.04 429080 1094852 8 02:56:35 Average: 161766 0 588098 31.26 2620 1129059 1028538 35.10 423260 1098672 24 02:56:35 02:56:35 02:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:56:35 02:45:01 eth0 367.02 240.71 739.73 84.24 0.00 0.00 0.00 0.00 02:56:35 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:45:01 docker0 10.72 7.69 1.45 22.91 0.00 0.00 0.00 0.00 02:56:35 02:46:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:47:01 eth0 0.30 0.08 0.03 0.01 0.00 0.00 0.00 0.00 02:56:35 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:48:01 eth0 1.48 0.35 0.36 0.17 0.00 0.00 0.00 0.00 02:56:35 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:49:01 eth0 0.67 0.38 0.35 0.27 0.00 0.00 0.00 0.00 02:56:35 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:50:01 eth0 0.22 0.12 0.07 0.04 0.00 0.00 0.00 0.00 02:56:35 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:51:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:56:35 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:52:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:56:35 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:56:35 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:54:01 eth0 0.25 0.15 0.08 0.04 0.00 0.00 0.00 0.00 02:56:35 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:55:01 eth0 0.10 0.10 0.01 0.03 0.00 0.00 0.00 0.00 02:56:35 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:56:01 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 02:56:35 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 Average: eth0 30.92 20.19 61.74 7.07 0.00 0.00 0.00 0.00 02:56:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:56:35 Average: docker0 0.89 0.64 0.12 1.91 0.00 0.00 0.00 0.00 02:56:35 02:56:35 02:56:35 ---> sar -P ALL: 02:56:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/24/21 _x86_64_ (4 CPU) 02:56:35 02:56:35 02:43:20 LINUX RESTART (4 CPU) 02:56:35 02:56:35 02:44:01 CPU %user %nice %system %iowait %steal %idle 02:56:35 02:45:01 all 7.02 0.00 2.83 0.89 0.03 89.22 02:56:35 02:45:01 0 6.55 0.00 3.25 0.35 0.02 89.83 02:56:35 02:45:01 1 7.70 0.00 3.19 1.59 0.05 87.47 02:56:35 02:45:01 2 5.88 0.00 2.61 1.42 0.03 90.05 02:56:35 02:45:01 3 7.96 0.00 2.28 0.20 0.03 89.52 02:56:35 02:46:01 all 0.14 0.00 0.04 0.00 0.00 99.82 02:56:35 02:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:56:35 02:46:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:56:35 02:46:01 2 0.22 0.00 0.05 0.00 0.00 99.73 02:56:35 02:46:01 3 0.30 0.00 0.05 0.00 0.00 99.65 02:56:35 02:47:01 all 0.16 0.00 0.05 0.00 0.00 99.80 02:56:35 02:47:01 0 0.02 0.00 0.07 0.00 0.00 99.92 02:56:35 02:47:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:56:35 02:47:01 2 0.53 0.00 0.03 0.00 0.00 99.43 02:56:35 02:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:56:35 02:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:56:35 02:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:56:35 02:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:56:35 02:48:01 2 0.53 0.00 0.03 0.00 0.00 99.43 02:56:35 02:48:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:56:35 02:49:01 all 0.20 0.00 0.24 0.00 0.01 99.55 02:56:35 02:49:01 0 0.05 0.00 0.28 0.00 0.02 99.65 02:56:35 02:49:01 1 0.08 0.00 0.18 0.00 0.00 99.73 02:56:35 02:49:01 2 0.60 0.00 0.28 0.00 0.02 99.10 02:56:35 02:49:01 3 0.08 0.00 0.22 0.00 0.00 99.70 02:56:35 02:50:01 all 0.12 0.00 0.05 0.00 0.00 99.84 02:56:35 02:50:01 0 0.00 0.00 0.03 0.00 0.00 99.97 02:56:35 02:50:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:56:35 02:50:01 2 0.40 0.00 0.05 0.00 0.00 99.55 02:56:35 02:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:56:35 02:51:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:56:35 02:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:56:35 02:51:01 1 0.05 0.00 0.07 0.00 0.00 99.88 02:56:35 02:51:01 2 0.52 0.00 0.02 0.00 0.00 99.47 02:56:35 02:51:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:56:35 02:52:01 all 0.15 0.00 0.04 0.00 0.01 99.80 02:56:35 02:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:56:35 02:52:01 1 0.05 0.00 0.08 0.00 0.02 99.85 02:56:35 02:52:01 2 0.53 0.00 0.03 0.00 0.00 99.43 02:56:35 02:52:01 3 0.02 0.00 0.02 0.00 0.02 99.95 02:56:35 02:53:01 all 0.18 0.00 0.04 0.00 0.00 99.78 02:56:35 02:53:01 0 0.08 0.00 0.08 0.00 0.00 99.83 02:56:35 02:53:01 1 0.30 0.00 0.05 0.00 0.00 99.65 02:56:35 02:53:01 2 0.30 0.00 0.00 0.00 0.00 99.70 02:56:35 02:53:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:56:35 02:54:01 all 0.16 0.00 0.04 0.00 0.01 99.79 02:56:35 02:54:01 0 0.03 0.00 0.07 0.00 0.02 99.88 02:56:35 02:54:01 1 0.53 0.00 0.03 0.00 0.00 99.43 02:56:35 02:54:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:56:35 02:54:01 3 0.03 0.00 0.02 0.00 0.02 99.93 02:56:35 02:55:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:56:35 02:55:01 0 0.03 0.00 0.05 0.00 0.00 99.92 02:56:35 02:55:01 1 0.53 0.00 0.02 0.00 0.02 99.43 02:56:35 02:55:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:56:35 02:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:56:35 02:56:35 02:55:01 CPU %user %nice %system %iowait %steal %idle 02:56:35 02:56:01 all 0.12 0.00 0.05 0.00 0.00 99.83 02:56:35 02:56:01 0 0.42 0.00 0.10 0.00 0.00 99.48 02:56:35 02:56:01 1 0.02 0.00 0.03 0.00 0.02 99.93 02:56:35 02:56:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:56:35 02:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:56:35 Average: all 0.72 0.00 0.29 0.07 0.01 98.91 02:56:35 Average: 0 0.60 0.00 0.33 0.03 0.00 99.04 02:56:35 Average: 1 0.79 0.00 0.32 0.13 0.01 98.75 02:56:35 Average: 2 0.80 0.00 0.27 0.12 0.00 98.81 02:56:35 Average: 3 0.71 0.00 0.24 0.02 0.01 99.03 02:56:35 02:56:35 02:56:35