Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from eb68d779593d43fd8226acfbb435b59e54b40cf6+24bd13d414fb94824a4c7d4031bbe24e258abd9f (35940ccdbb571b2b8322824a395dc5d9f6e16f55) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26885 in /w/workspace/dgexfoundry_device-sdk-go_PR-786 [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-786 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit eb68d779593d43fd8226acfbb435b59e54b40cf6 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/786/head:refs/remotes/origin/PR-786 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # 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 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 0fdb717589780184d1be8695647f5ea4f5632b46 Checking out Revision 0fdb717589780184d1be8695647f5ea4f5632b46 (PR-786) > git config core.sparsecheckout # timeout=10 > git checkout -f 0fdb717589780184d1be8695647f5ea4f5632b46 # timeout=10 Commit message: "Merge commit '24bd13d414fb94824a4c7d4031bbe24e258abd9f' into HEAD" > git rev-list --no-walk eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:44:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:44:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:44:06 ========================================================= 02:44:06 EdgeX Global Pipelines Version Info 02:44:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:44:09 ------------------- 02:44:09 stable info: 02:44:09 ------------------- 02:44:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:44:09 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:44:09 Message: update stable to v1.0.179 02:44:10 ------------------- 02:44:10 experimental info: 02:44:10 ------------------- 02:44:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:44:10 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 02:44:10 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:44:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:44:11 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:44:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:44:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:44:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:44:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:44:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:44:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:44:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:44:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:44:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:44:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:44:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:44:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:44:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:44:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:44:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:44:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:44:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:44:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:44:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:44:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:44:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:44:13 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:44:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:44:13 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:44:13 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:44:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-786 [Pipeline] echo 02:44:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-786 [Pipeline] echo 02:44:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-786 [Pipeline] echo 02:44:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0fdb717589780184d1be8695647f5ea4f5632b46 [Pipeline] echo 02:44:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0fdb717 [Pipeline] echo 02:44:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:14 provisioning config files... 02:44:14 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/config832948035911875447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:15 ---> docker-login.sh 02:44:15 nexus3.edgexfoundry.org:10001 02:44:17 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: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:10003 02:44:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:21 Configure a credential helper to remove this warning. See 02:44:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:21 02:44:21 Login Succeeded 02:44:21 nexus3.edgexfoundry.org:10004 02:44:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:22 Configure a credential helper to remove this warning. See 02:44:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:22 02:44:22 Login Succeeded 02:44:22 docker.io 02:44:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:24 Configure a credential helper to remove this warning. See 02:44:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:24 02:44:24 Login Succeeded 02:44:24 ---> docker-login.sh ends [Pipeline] } 02:44:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:26 + git log --format=format:%s -1 0fdb717589780184d1be8695647f5ea4f5632b46 [Pipeline] echo 02:44:26 GIT_COMMIT: 0fdb717589780184d1be8695647f5ea4f5632b46, Commit Message: Merge commit '24bd13d414fb94824a4c7d4031bbe24e258abd9f' into HEAD [Pipeline] echo 02:44:26 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:44:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:27 02:44:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:44:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:28 latest: Pulling from edgex-devops/git-semver 02:44:28 31603596830f: Pulling fs layer 02:44:28 2a8b12db71e7: Pulling fs layer 02:44:28 6ca5941a6612: Pulling fs layer 02:44:28 ecc8261a40a4: Pulling fs layer 02:44:28 ecc8261a40a4: Waiting 02:44:28 2a8b12db71e7: Verifying Checksum 02:44:28 2a8b12db71e7: Download complete 02:44:29 31603596830f: Verifying Checksum 02:44:29 31603596830f: Download complete 02:44:29 ecc8261a40a4: Verifying Checksum 02:44:29 ecc8261a40a4: Download complete 02:44:30 6ca5941a6612: Verifying Checksum 02:44:30 6ca5941a6612: Download complete 02:44:30 31603596830f: Pull complete 02:44:31 2a8b12db71e7: Pull complete 02:44:33 6ca5941a6612: Pull complete 02:44:33 ecc8261a40a4: Pull complete 02:44:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:44:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:44:34 prd-centos7-docker-4c-2g-26885 does not seem to be running inside a container 02:44:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-786 -v /w/workspace/dgexfoundry_device-sdk-go_PR-786:/w/workspace/dgexfoundry_device-sdk-go_PR-786:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-786@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:39 $ docker top c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:44:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:40 [ssh-agent] Looking for ssh-agent implementation... 02:44:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:41 $ docker exec c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 ssh-agent 02:44:42 SSH_AUTH_SOCK=/tmp/ssh-qSR89ofRf6vI/agent.11 02:44:42 SSH_AGENT_PID=17 02:44:42 Running ssh-add (command line suppressed) 02:44:42 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_8598027306146175218.key (/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_8598027306146175218.key) 02:44:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:43 + git tag --points-at HEAD [Pipeline] } 02:44:43 $ docker exec --env ******** --env ******** c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 ssh-agent -k 02:44:44 unset SSH_AUTH_SOCK; 02:44:44 unset SSH_AGENT_PID; 02:44:44 echo Agent pid 17 killed; 02:44:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:44:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:44 [ssh-agent] Looking for ssh-agent implementation... 02:44:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:44 $ docker exec c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 ssh-agent 02:44:45 SSH_AUTH_SOCK=/tmp/ssh-ItJDna31WCdf/agent.47 02:44:45 SSH_AGENT_PID=53 02:44:45 Running ssh-add (command line suppressed) 02:44:45 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_4084235524402544372.key (/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/private_key_4084235524402544372.key) 02:44:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:48 + git semver init 02:44:48 # -> Open(): unable to determine branch for HEAD 02:44:48 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-786/.git 02:44:48 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-786 02:44:48 # $SEMVER_REMOTE_NAME = origin 02:44:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:44:48 # $SEMVER_USER_NAME = edgex-jenkins 02:44:48 # $SEMVER_BRANCH = PR-786 02:44:48 # $SEMVER_TEMP = /tmp/semver-636512943 02:44:48 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:44:49 # '/tmp/semver-636512943' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-786/.semver' 02:44:49 # -> Force: false 02:44:49 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-786/.semver [Pipeline] } 02:44:49 $ docker exec --env ******** --env ******** c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 ssh-agent -k 02:44:50 unset SSH_AUTH_SOCK; 02:44:50 unset SSH_AGENT_PID; 02:44:50 echo Agent pid 53 killed; 02:44:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:44:52 + git semver [Pipeline] } 02:44:53 $ docker stop --time=1 c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 02:44:55 $ docker rm -f c2ff973355171ffd923c2f392656d607d72799c7eca9d42bdd60e5e8702fa750 [Pipeline] // withDockerContainer [Pipeline] sh 02:44:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:44:59 Stashed 1 file(s) [Pipeline] echo 02:44:59 [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:45:14 Still waiting to schedule task 02:45:14 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:45:14 Still waiting to schedule task 02:45:14 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:47:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26891 in /w/workspace/dgexfoundry_device-sdk-go_PR-786 [Pipeline] { [Pipeline] ws 02:47:59 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 02:48:05 using credential edgex-jenkins-ssh 02:48:05 Cloning the remote Git repository 02:48:05 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:48:05 > git init /w/workspace/device-sdk-go/3 # timeout=10 02:48:05 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:48:05 > git --version # timeout=10 02:48:05 > git --version # 'git version 2.17.1' 02:48:05 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:48:07 Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit eb68d779593d43fd8226acfbb435b59e54b40cf6 02:48:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:48:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:48:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:48:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:48:07 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/786/head:refs/remotes/origin/PR-786 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:48:07 > git config core.sparsecheckout # timeout=10 02:48:07 > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 02:48:08 Merge succeeded, producing eea4053e88bf5784cd743958331d225dc44c6ce7 02:48:08 Checking out Revision eea4053e88bf5784cd743958331d225dc44c6ce7 (PR-786) 02:48:07 > git remote # timeout=10 02:48:07 > git config --get remote.origin.url # timeout=10 02:48:07 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:07 > git merge 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 02:48:08 > git rev-parse HEAD^{commit} # timeout=10 02:48:08 > git config core.sparsecheckout # timeout=10 02:48:08 > git checkout -f eea4053e88bf5784cd743958331d225dc44c6ce7 # timeout=10 02:48:12 Commit message: "Merge commit '24bd13d414fb94824a4c7d4031bbe24e258abd9f' into HEAD" 02:48:12 > git rev-list --no-walk eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:48:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:48:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:48:15 + sudo service docker restart 02:48:15 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:48:17 provisioning config files... 02:48:17 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config2357989041499222023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:48:18 ---> docker-login.sh 02:48:18 nexus3.edgexfoundry.org:10001 02:48:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:19 Configure a credential helper to remove this warning. See 02:48:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:19 02:48:19 Login Succeeded 02:48:19 nexus3.edgexfoundry.org:10002 02:48:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:20 Configure a credential helper to remove this warning. See 02:48:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:20 02:48:20 Login Succeeded 02:48:20 nexus3.edgexfoundry.org:10003 02:48:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:20 Configure a credential helper to remove this warning. See 02:48:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:20 02:48:20 Login Succeeded 02:48:20 nexus3.edgexfoundry.org:10004 02:48:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:21 Configure a credential helper to remove this warning. See 02:48:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:21 02:48:21 Login Succeeded 02:48:21 docker.io 02:48:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:22 Configure a credential helper to remove this warning. See 02:48:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:22 02:48:22 Login Succeeded 02:48:22 ---> docker-login.sh ends [Pipeline] } 02:48:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:48:22 ========================================================= 02:48:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:48:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:48:23 + 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:23 Sending build context to Docker daemon 2.379MB 02:48:23 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:48:23 Step 2/8 : FROM ${BASE} 02:48:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:48:23 5f621e34cdf4: Pulling fs layer 02:48:23 a4357932f1b6: Pulling fs layer 02:48:23 18c013af1878: Pulling fs layer 02:48:23 00ac8860ef70: Pulling fs layer 02:48:23 63d7cb157983: Pulling fs layer 02:48:23 b116817d02f9: Pulling fs layer 02:48:23 745a02a5169b: Pulling fs layer 02:48:23 00ac8860ef70: Waiting 02:48:23 63d7cb157983: Waiting 02:48:23 b116817d02f9: Waiting 02:48:23 745a02a5169b: Waiting 02:48:23 18c013af1878: Verifying Checksum 02:48:23 18c013af1878: Download complete 02:48:23 a4357932f1b6: Verifying Checksum 02:48:23 a4357932f1b6: Download complete 02:48:23 63d7cb157983: Verifying Checksum 02:48:23 63d7cb157983: Download complete 02:48:23 b116817d02f9: Verifying Checksum 02:48:23 b116817d02f9: Download complete 02:48:23 5f621e34cdf4: Download complete 02:48:24 5f621e34cdf4: Pull complete 02:48:25 a4357932f1b6: Pull complete 02:48:25 18c013af1878: Pull complete 02:48:25 745a02a5169b: Verifying Checksum 02:48:25 745a02a5169b: Download complete 02:48:27 00ac8860ef70: Verifying Checksum 02:48:27 00ac8860ef70: Download complete 02:48:37 00ac8860ef70: Pull complete 02:48:37 63d7cb157983: Pull complete 02:48:38 b116817d02f9: Pull complete 02:48:43 745a02a5169b: Pull complete 02:48:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:48:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:48:43 ---> b7e6874047d6 02:48:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:46 ---> Running in dedd985e3038 02:48:46 Removing intermediate container dedd985e3038 02:48:46 ---> 6a6c7fac8f08 02:48:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:46 ---> Running in 0bcca6b9dac1 02:48:49 Removing intermediate container 0bcca6b9dac1 02:48:49 ---> a1317953c64c 02:48:49 Step 5/8 : RUN apk add --update --no-cache make git 02:48:49 ---> Running in b82749aa707c 02:48:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:52 OK: 142 MiB in 39 packages 02:48:53 Removing intermediate container b82749aa707c 02:48:53 ---> 9b33806c9315 02:48:53 Step 6/8 : WORKDIR /device-sdk-go 02:48:53 ---> Running in 79eb261f413b 02:48:54 Removing intermediate container 79eb261f413b 02:48:54 ---> 32df316471e6 02:48:54 Step 7/8 : COPY . . 02:48:55 ---> 743104cf8d42 02:48:55 Step 8/8 : RUN go mod download 02:48:55 ---> Running in 44b40cb83c43 02:49:22 Removing intermediate container 44b40cb83c43 02:49:22 ---> 7285d65627dc 02:49:22 Successfully built 7285d65627dc 02:49:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:49:22 + docker inspect -f . ci-base-image-arm64 02:49:22 . [Pipeline] withDockerContainer 02:49:23 prd-ubuntu18.04-docker-arm64-4c-16g-26891 does not seem to be running inside a container 02:49:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:49:24 $ docker top 5c8df77ff88333225f6c74f8684c1696c5e0cb89337f219b87e9a3c3fc303faa -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:25 + go version 02:49:25 go version go1.15.5 linux/arm64 [Pipeline] } 02:49:25 $ docker stop --time=1 5c8df77ff88333225f6c74f8684c1696c5e0cb89337f219b87e9a3c3fc303faa 02:49:27 $ docker rm -f 5c8df77ff88333225f6c74f8684c1696c5e0cb89337f219b87e9a3c3fc303faa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:49:28 + docker inspect -f . ci-base-image-arm64 02:49:28 . [Pipeline] withDockerContainer 02:49:28 prd-ubuntu18.04-docker-arm64-4c-16g-26891 does not seem to be running inside a container 02:49:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:49:30 $ docker top a073e61416091d5bbf37ac529f710ad3cbd439b84944558dc666fa04d54c170e -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:31 + make test 02:49:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:49:53 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:50:05 Running on prd-centos7-docker-4c-2g-26892 in /w/workspace/dgexfoundry_device-sdk-go_PR-786 [Pipeline] { [Pipeline] ws 02:50:06 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 02:50:20 using credential edgex-jenkins-ssh 02:50:20 Cloning the remote Git repository 02:50:20 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:50:20 > git init /w/workspace/device-sdk-go/3 # timeout=10 02:50:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:50:21 > git --version # timeout=10 02:50:21 > git --version # 'git version 2.24.3' 02:50:21 using GIT_SSH to set credentials SSH Credentials for GitHub 02:50:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:50:23 Merging remotes/origin/master commit 24bd13d414fb94824a4c7d4031bbe24e258abd9f into PR head commit eb68d779593d43fd8226acfbb435b59e54b40cf6 02:50:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:50:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:50:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:50:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:50:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:50:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/786/head:refs/remotes/origin/PR-786 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:50:23 > git config core.sparsecheckout # timeout=10 02:50:23 > git checkout -f eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 02:50:23 > git remote # timeout=10 02:50:23 > git config --get remote.origin.url # timeout=10 02:50:24 using GIT_SSH to set credentials SSH Credentials for GitHub 02:50:24 > git merge 24bd13d414fb94824a4c7d4031bbe24e258abd9f # timeout=10 02:50:24 Merge succeeded, producing 3bd357eed9ecec4abda57a7251ecd1090c9d42c7 02:50:24 Checking out Revision 3bd357eed9ecec4abda57a7251ecd1090c9d42c7 (PR-786) 02:50:24 > git rev-parse HEAD^{commit} # timeout=10 02:50:24 > git config core.sparsecheckout # timeout=10 02:50:24 > git checkout -f 3bd357eed9ecec4abda57a7251ecd1090c9d42c7 # timeout=10 02:50:30 Commit message: "Merge commit '24bd13d414fb94824a4c7d4031bbe24e258abd9f' into HEAD" 02:50:30 > git rev-list --no-walk eb68d779593d43fd8226acfbb435b59e54b40cf6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:50:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:50:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:50:34 + true 02:50:34 + sudo service docker restart 02:50:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:50:37 provisioning config files... 02:50:37 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config8041819251391751011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:50:38 ---> docker-login.sh 02:50:38 nexus3.edgexfoundry.org:10001 02:50:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:40 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:50:40 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:50:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:50:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:50:40 Configure a credential helper to remove this warning. See 02:50:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:50:40 02:50:40 Login Succeeded 02:50:40 nexus3.edgexfoundry.org:10002 02:50:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.141s coverage: 25.5% of statements 02:50:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:50:42 Configure a credential helper to remove this warning. See 02:50:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:50:42 02:50:42 Login Succeeded 02:50:42 nexus3.edgexfoundry.org:10003 02:50:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:50:43 Configure a credential helper to remove this warning. See 02:50:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:50:43 02:50:43 Login Succeeded 02:50:43 nexus3.edgexfoundry.org:10004 02:50:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:50:44 Configure a credential helper to remove this warning. See 02:50:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:50:44 02:50:44 Login Succeeded 02:50:44 docker.io 02:50:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:50:45 Configure a credential helper to remove this warning. See 02:50:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:50:45 02:50:45 Login Succeeded 02:50:45 ---> docker-login.sh ends [Pipeline] } 02:50:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:50:46 ========================================================= 02:50:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:50:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:50:47 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:50:47 Sending build context to Docker daemon 2.387MB 02:50:47 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:50:47 Step 2/8 : FROM ${BASE} 02:50:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:50:47 188c0c94c7c5: Pulling fs layer 02:50:47 0ef7d3d256c8: Pulling fs layer 02:50:47 de9db76c5a1d: Pulling fs layer 02:50:47 bca2f99d35d6: Pulling fs layer 02:50:47 93359f2a8cfa: Pulling fs layer 02:50:47 7c6f9722023f: Pulling fs layer 02:50:47 a35cf1a2eb13: Pulling fs layer 02:50:47 bca2f99d35d6: Waiting 02:50:47 93359f2a8cfa: Waiting 02:50:47 7c6f9722023f: Waiting 02:50:47 a35cf1a2eb13: Waiting 02:50:48 de9db76c5a1d: Verifying Checksum 02:50:48 de9db76c5a1d: Download complete 02:50:48 0ef7d3d256c8: Verifying Checksum 02:50:48 0ef7d3d256c8: Download complete 02:50:48 93359f2a8cfa: Verifying Checksum 02:50:48 93359f2a8cfa: Download complete 02:50:48 7c6f9722023f: Verifying Checksum 02:50:48 7c6f9722023f: Download complete 02:50:48 188c0c94c7c5: Verifying Checksum 02:50:48 188c0c94c7c5: Download complete 02:50:50 188c0c94c7c5: Pull complete 02:50:51 0ef7d3d256c8: Pull complete 02:50:51 de9db76c5a1d: Pull complete 02:50:56 a35cf1a2eb13: Verifying Checksum 02:50:56 a35cf1a2eb13: Download complete 02:50:58 bca2f99d35d6: Verifying Checksum 02:50:58 bca2f99d35d6: Download complete 02:51:12 bca2f99d35d6: Pull complete 02:51:12 93359f2a8cfa: Pull complete 02:51:12 7c6f9722023f: Pull complete 02:51:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.145s coverage: 10.1% of statements 02:51:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.128s coverage: 12.5% of statements 02:51:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:51:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.139s coverage: 84.8% of statements 02:51:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:51:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:51:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:51:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:51:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.192s coverage: 49.2% of statements 02:51:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:51:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.145s coverage: 81.3% of statements 02:51:14 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.163s coverage: 24.8% of statements 02:51:14 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.858s coverage: 83.5% of statements 02:51:14 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.3% of statements 02:51:14 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:51:14 GO111MODULE=on go vet ./... 02:51:20 a35cf1a2eb13: Pull complete 02:51:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:51:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:51:20 ---> a62c8e92a672 02:51:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:21 ---> Running in ce7427fafec5 02:51:21 Removing intermediate container ce7427fafec5 02:51:21 ---> 35a91d0bcaf5 02:51:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:22 ---> Running in 4d3b556714d2 02:51:25 Removing intermediate container 4d3b556714d2 02:51:25 ---> 1c78bc671258 02:51:25 Step 5/8 : RUN apk add --update --no-cache make git 02:51:25 ---> Running in ff55ee69ea2b 02:51:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:51:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:51:29 OK: 166 MiB in 39 packages 02:51:31 Removing intermediate container ff55ee69ea2b 02:51:31 ---> 5919fb25ea7a 02:51:31 Step 6/8 : WORKDIR /device-sdk-go 02:51:31 ---> Running in 7c96c0db1924 02:51:31 Removing intermediate container 7c96c0db1924 02:51:31 ---> e0624c71acb0 02:51:31 Step 7/8 : COPY . . 02:51:34 ---> b87fe73d35d0 02:51:34 Step 8/8 : RUN go mod download 02:51:34 ---> Running in 136b2a505f62 02:51:46 gofmt -l . 02:51:46 [ "`gofmt -l .`" = "" ] 02:51:46 ./bin/test-attribution-txt.sh 02:51:46 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:51:46 $ docker stop --time=1 a073e61416091d5bbf37ac529f710ad3cbd439b84944558dc666fa04d54c170e 02:51:48 $ docker rm -f a073e61416091d5bbf37ac529f710ad3cbd439b84944558dc666fa04d54c170e [Pipeline] // withDockerContainer [Pipeline] sh 02:51:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:51:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:51:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:51:52 + ls -al . 02:51:52 total 220 02:51:52 drwxrwxr-x 10 jenkins jenkins 4096 Feb 19 02:51 . 02:51:52 drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 02:48 .. 02:51:52 -rw-rw-r-- 1 jenkins jenkins 140 Feb 19 02:48 .dockerignore 02:51:52 drwxrwxr-x 8 jenkins jenkins 4096 Feb 19 02:48 .git 02:51:52 drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 02:48 .github 02:51:52 -rw-rw-r-- 1 jenkins jenkins 138 Feb 19 02:48 .gitignore 02:51:52 -rw-rw-r-- 1 jenkins jenkins 949 Feb 19 02:48 Dockerfile.build 02:51:52 -rw-rw-r-- 1 jenkins jenkins 901 Feb 19 02:48 Jenkinsfile 02:51:52 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 19 02:48 LICENSE 02:51:52 -rw-rw-r-- 1 jenkins jenkins 1016 Feb 19 02:48 Makefile 02:51:52 -rw-rw-r-- 1 jenkins jenkins 5897 Feb 19 02:48 README.md 02:51:52 -rw-rw-r-- 1 jenkins jenkins 6616 Feb 19 02:48 RELEASE-NOTES.txt 02:51:52 -rw-rw-r-- 1 jenkins jenkins 5 Feb 19 02:44 VERSION 02:51:52 drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 02:48 bin 02:51:52 -rw-r--r-- 1 jenkins jenkins 101947 Feb 19 02:51 coverage.out 02:51:52 drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 02:48 example 02:51:52 -rw-r--r-- 1 jenkins jenkins 516 Feb 19 02:51 go.mod 02:51:52 -rw-r--r-- 1 jenkins jenkins 17372 Feb 19 02:51 go.sum 02:51:52 drwxrwxr-x 13 jenkins jenkins 4096 Feb 19 02:48 internal 02:51:52 drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 02:48 openapi 02:51:52 drwxrwxr-x 5 jenkins jenkins 4096 Feb 19 02:48 pkg 02:51:52 drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 02:48 snap 02:51:52 -rw-rw-r-- 1 jenkins jenkins 222 Feb 19 02:48 version.go [Pipeline] isUnix [Pipeline] sh 02:51:52 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0fdb717589780184d1be8695647f5ea4f5632b46 --label arch=arm64 --label version=0.0.0 . 02:51:53 Sending build context to Docker daemon 2.482MB 02:51:53 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:51:53 Step 2/24 : FROM ${BASE} AS builder 02:51:53 ---> 7285d65627dc 02:51:53 Step 3/24 : ARG MAKE='make build' 02:51:53 ---> Running in c1ea36cdcfa4 02:51:54 Removing intermediate container c1ea36cdcfa4 02:51:54 ---> 1d97081a3cac 02:51:54 Step 4/24 : WORKDIR /device-sdk-go 02:51:54 ---> Running in 2d83b0f3341d 02:51:54 Removing intermediate container 2d83b0f3341d 02:51:54 ---> b9403934faab 02:51:54 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:54 ---> Running in b941cfcd6b0d 02:51:55 Removing intermediate container b941cfcd6b0d 02:51:55 ---> 9d16579a1b3b 02:51:55 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:55 ---> Running in 79b21ea0fc0a 02:51:57 Removing intermediate container 79b21ea0fc0a 02:51:57 ---> 9281cc73f35b 02:51:57 Step 7/24 : RUN apk add --update --no-cache make git 02:51:57 ---> Running in 6605f5b80b96 02:51:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:52:00 OK: 142 MiB in 39 packages 02:52:01 Removing intermediate container 6605f5b80b96 02:52:01 ---> aa405fb7de6b 02:52:01 Step 8/24 : COPY . . 02:52:02 ---> 535d333f45e9 02:52:02 Step 9/24 : RUN ${MAKE} 02:52:02 ---> Running in 58e1ad648e88 02:52:03 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:15 Removing intermediate container 136b2a505f62 02:52:15 ---> 848d80e90c48 02:52:15 Successfully built 848d80e90c48 02:52:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:52:16 + docker inspect -f . ci-base-image-x86_64 02:52:16 . [Pipeline] withDockerContainer 02:52:16 prd-centos7-docker-4c-2g-26892 does not seem to be running inside a container 02:52:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:52:18 $ docker top 63372c06dc985ea3f98b293cdae3b7a83525ef16881da8860db1a4cdf26f6d44 -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:20 + go version 02:52:20 go version go1.15.5 linux/amd64 [Pipeline] } 02:52:20 $ docker stop --time=1 63372c06dc985ea3f98b293cdae3b7a83525ef16881da8860db1a4cdf26f6d44 02:52:23 $ docker rm -f 63372c06dc985ea3f98b293cdae3b7a83525ef16881da8860db1a4cdf26f6d44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:52:25 + docker inspect -f . ci-base-image-x86_64 02:52:25 . [Pipeline] withDockerContainer 02:52:26 prd-centos7-docker-4c-2g-26892 does not seem to be running inside a container 02:52:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:52:27 $ docker top facb3f7b91bc0abafe29bdc233ac0ad11d68f8acf45538d47440dbc75145f781 -eo pid,comm [Pipeline] { [Pipeline] sh 02:52:28 + make test 02:52:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:52:30 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:52:31 Removing intermediate container 58e1ad648e88 02:52:31 ---> 81ce14b7bfc5 02:52:31 Step 10/24 : FROM scratch 02:52:31 ---> 02:52:31 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:52:31 ---> Running in 294e7b1e3ee8 02:52:32 Removing intermediate container 294e7b1e3ee8 02:52:32 ---> f251847d5b03 02:52:32 Step 12/24 : ENV APP_PORT=49990 02:52:32 ---> Running in ddf4f553ddfc 02:52:32 Removing intermediate container ddf4f553ddfc 02:52:32 ---> 335c13a6360c 02:52:32 Step 13/24 : EXPOSE $APP_PORT 02:52:32 ---> Running in 2efadf08dc3e 02:52:33 Removing intermediate container 2efadf08dc3e 02:52:33 ---> 59d2ecd45696 02:52:33 Step 14/24 : WORKDIR / 02:52:33 ---> Running in 0e3fe83e927d 02:52:33 Removing intermediate container 0e3fe83e927d 02:52:33 ---> 7ae67593860e 02:52:33 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:52:34 ---> 895fdb9406a7 02:52:34 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:52:35 ---> 7aded927c479 02:52:35 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:52:36 ---> 43043e86d3af 02:52:36 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:52:37 ---> 86b3594275a1 02:52:37 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:52:37 ---> 831d1836de34 02:52:37 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:52:37 ---> Running in 58fe0da75b88 02:52:38 Removing intermediate container 58fe0da75b88 02:52:38 ---> 58cfe0a25fff 02:52:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:52:38 ---> Running in 881e4d0a0483 02:52:38 Removing intermediate container 881e4d0a0483 02:52:38 ---> 81c84b0b5f56 02:52:38 Step 22/24 : LABEL arch=arm64 02:52:39 ---> Running in 5d0e64ab671e 02:52:39 Removing intermediate container 5d0e64ab671e 02:52:39 ---> e5a3d19d3f50 02:52:39 Step 23/24 : LABEL git_sha=0fdb717589780184d1be8695647f5ea4f5632b46 02:52:39 ---> Running in b2b2cf95562a 02:52:40 Removing intermediate container b2b2cf95562a 02:52:40 ---> 794b95034a98 02:52:40 Step 24/24 : LABEL version=0.0.0 02:52:40 ---> Running in ec21a58ab51f 02:52:40 Removing intermediate container ec21a58ab51f 02:52:40 ---> 5bf26a1405c5 02:52:40 [Warning] One or more build-args [ARCH] were not consumed 02:52:40 Successfully built 5bf26a1405c5 02:52:40 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:52:51 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:53:32 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:53:32 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:53:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:53:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.071s coverage: 25.5% of statements 02:54:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.192s coverage: 10.1% of statements 02:54:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.081s coverage: 12.5% of statements 02:54:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:54:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.084s coverage: 84.8% of statements 02:54:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:54:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 02:54:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:54:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:54:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.403s coverage: 49.2% of statements 02:54:06 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:54:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.153s coverage: 81.3% of statements 02:54:06 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.370s coverage: 24.8% of statements 02:54:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 4.311s coverage: 83.5% of statements 02:54:06 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.239s coverage: 5.3% of statements 02:54:06 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:54:06 GO111MODULE=on go vet ./... 02:54:35 gofmt -l . 02:54:35 [ "`gofmt -l .`" = "" ] 02:54:35 ./bin/test-attribution-txt.sh 02:54:38 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:54:40 $ docker stop --time=1 facb3f7b91bc0abafe29bdc233ac0ad11d68f8acf45538d47440dbc75145f781 02:54:44 $ docker rm -f facb3f7b91bc0abafe29bdc233ac0ad11d68f8acf45538d47440dbc75145f781 [Pipeline] // withDockerContainer [Pipeline] sh 02:54:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:54:46 Warning: overwriting stash ‘coverage-report’ 02:54:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:54:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:54:48 + ls -al . 02:54:48 total 184 02:54:48 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 19 02:54 . 02:54:48 drwxrwxr-x. 4 jenkins jenkins 28 Feb 19 02:50 .. 02:54:48 drwxrwxr-x. 2 jenkins jenkins 64 Feb 19 02:50 bin 02:54:48 -rw-r--r--. 1 jenkins jenkins 101947 Feb 19 02:54 coverage.out 02:54:48 -rw-rw-r--. 1 jenkins jenkins 949 Feb 19 02:50 Dockerfile.build 02:54:48 -rw-rw-r--. 1 jenkins jenkins 140 Feb 19 02:50 .dockerignore 02:54:48 drwxrwxr-x. 4 jenkins jenkins 48 Feb 19 02:50 example 02:54:48 drwxrwxr-x. 8 jenkins jenkins 179 Feb 19 02:50 .git 02:54:48 drwxrwxr-x. 2 jenkins jenkins 103 Feb 19 02:50 .github 02:54:48 -rw-rw-r--. 1 jenkins jenkins 138 Feb 19 02:50 .gitignore 02:54:48 -rw-r--r--. 1 jenkins jenkins 516 Feb 19 02:54 go.mod 02:54:48 -rw-r--r--. 1 jenkins jenkins 17372 Feb 19 02:54 go.sum 02:54:48 drwxrwxr-x. 13 jenkins jenkins 183 Feb 19 02:50 internal 02:54:48 -rw-rw-r--. 1 jenkins jenkins 901 Feb 19 02:50 Jenkinsfile 02:54:48 -rw-rw-r--. 1 jenkins jenkins 11341 Feb 19 02:50 LICENSE 02:54:48 -rw-rw-r--. 1 jenkins jenkins 1016 Feb 19 02:50 Makefile 02:54:48 drwxrwxr-x. 4 jenkins jenkins 26 Feb 19 02:50 openapi 02:54:48 drwxrwxr-x. 5 jenkins jenkins 50 Feb 19 02:50 pkg 02:54:48 -rw-rw-r--. 1 jenkins jenkins 5897 Feb 19 02:50 README.md 02:54:48 -rw-rw-r--. 1 jenkins jenkins 6616 Feb 19 02:50 RELEASE-NOTES.txt 02:54:48 drwxrwxr-x. 4 jenkins jenkins 54 Feb 19 02:50 snap 02:54:48 -rw-rw-r--. 1 jenkins jenkins 5 Feb 19 02:44 VERSION 02:54:48 -rw-rw-r--. 1 jenkins jenkins 222 Feb 19 02:50 version.go [Pipeline] isUnix [Pipeline] sh 02:54:49 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=0fdb717589780184d1be8695647f5ea4f5632b46 --label arch=amd64 --label version=0.0.0 . 02:54:50 Sending build context to Docker daemon 2.49MB 02:54:50 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:54:50 Step 2/24 : FROM ${BASE} AS builder 02:54:50 ---> 848d80e90c48 02:54:50 Step 3/24 : ARG MAKE='make build' 02:54:50 ---> Running in 3f2d0dfcb010 02:54:51 Removing intermediate container 3f2d0dfcb010 02:54:51 ---> 73389a69a365 02:54:51 Step 4/24 : WORKDIR /device-sdk-go 02:54:51 ---> Running in 4152a6433513 02:54:51 Removing intermediate container 4152a6433513 02:54:51 ---> 1e78c71795ca 02:54:51 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:54:51 ---> Running in 88b3b9148e56 02:54:51 Removing intermediate container 88b3b9148e56 02:54:51 ---> c2bc16f65014 02:54:51 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:54:51 ---> Running in c754d6d250f8 02:54:53 Removing intermediate container c754d6d250f8 02:54:53 ---> 1221f997783c 02:54:53 Step 7/24 : RUN apk add --update --no-cache make git 02:54:53 ---> Running in fded37abd1aa 02:54:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:54:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:54:56 OK: 166 MiB in 39 packages 02:54:56 Removing intermediate container fded37abd1aa 02:54:56 ---> cdeac26867e0 02:54:56 Step 8/24 : COPY . . 02:54:59 ---> 134074ef3783 02:54:59 Step 9/24 : RUN ${MAKE} 02:54:59 ---> Running in 4b8827d6c1a5 02:55:00 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:55:24 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:55:26 Removing intermediate container 4b8827d6c1a5 02:55:26 ---> c024da1130b5 02:55:26 Step 10/24 : FROM scratch 02:55:26 ---> 02:55:26 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:55:27 ---> Running in 28d93a0aaea0 02:55:27 Removing intermediate container 28d93a0aaea0 02:55:27 ---> 7a32d29add92 02:55:27 Step 12/24 : ENV APP_PORT=49990 02:55:27 ---> Running in 17c19e6602a6 02:55:28 Removing intermediate container 17c19e6602a6 02:55:28 ---> 8b31a5f15975 02:55:28 Step 13/24 : EXPOSE $APP_PORT 02:55:28 ---> Running in b55b13bbc27c 02:55:29 Removing intermediate container b55b13bbc27c 02:55:29 ---> bc76f7fccc6c 02:55:29 Step 14/24 : WORKDIR / 02:55:29 ---> Running in e84759b66f28 02:55:30 Removing intermediate container e84759b66f28 02:55:30 ---> 2a4b8e686ab2 02:55:30 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:55:31 ---> af7c7e783d44 02:55:31 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:55:31 ---> 4f54d155cba0 02:55:31 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:55:33 ---> 64b2c92fc5a0 02:55:33 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:55:33 ---> 668c8a6f3b82 02:55:33 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:55:33 ---> c2c890704fd0 02:55:33 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:55:33 ---> Running in f47b06aa8ee6 02:55:34 Removing intermediate container f47b06aa8ee6 02:55:34 ---> 9ffd8895613a 02:55:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:55:34 ---> Running in c502e174bb7d 02:55:34 Removing intermediate container c502e174bb7d 02:55:34 ---> 606bc94883ff 02:55:34 Step 22/24 : LABEL arch=amd64 02:55:35 ---> Running in adcf9875951a 02:55:36 Removing intermediate container adcf9875951a 02:55:36 ---> b909646c52ee 02:55:36 Step 23/24 : LABEL git_sha=0fdb717589780184d1be8695647f5ea4f5632b46 02:55:36 ---> Running in d214786f50c9 02:55:36 Removing intermediate container d214786f50c9 02:55:36 ---> 984f01283428 02:55:36 Step 24/24 : LABEL version=0.0.0 02:55:37 ---> Running in 2057a7ba4931 02:55:37 Removing intermediate container 2057a7ba4931 02:55:37 ---> 070e8e8c3a73 02:55:37 [Warning] One or more build-args [ARCH] were not consumed 02:55:37 Successfully built 070e8e8c3a73 02:55:37 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:55:39 provisioning config files... 02:55:39 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/config2966877881697447053tmp [Pipeline] { [Pipeline] sh 02:55:40 + set +x 02:55:40 + bash -s -- 02:55:40 + curl -s https://codecov.io/bash 02:55:40 02:55:40 _____ _ 02:55:40 / ____| | | 02:55:40 | | ___ __| | ___ ___ _____ __ 02:55:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:55:40 | |___| (_) | (_| | __/ (_| (_) \ V / 02:55:40 \_____\___/ \__,_|\___|\___\___/ \_/ 02:55:40 Bash-20210129-7c25fce 02:55:40 02:55:40 02:55:40 ==> git version 2.24.3 found 02:55:40 ==> 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:55:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:55:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:55:40 ==> Jenkins CI detected. 02:55:40 project root: . 02:55:40 --> token set from env 02:55:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:55:40 ==> Running gcov in . (disable via -X gcov) 02:55:40 ==> Python coveragepy not found 02:55:40 ==> Searching for coverage reports in: 02:55:40 + . 02:55:40 -> Found 1 reports 02:55:40 ==> Detecting git/mercurial file structure 02:55:40 ==> Reading reports 02:55:41 + ./coverage.out bytes=101947 02:55:41 ==> Appending adjustments 02:55:41 https://docs.codecov.io/docs/fixing-reports 02:55:42 + Found adjustments 02:55:42 ==> Gzipping contents 02:55:42 20K /tmp/codecov.lAqlae.gz 02:55:42 ==> Uploading reports 02:55:42 url: https://codecov.io 02:55:42 query: branch=PR-786&commit=0fdb717589780184d1be8695647f5ea4f5632b46&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-786%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=786&job=&cmd_args= 02:55:42 -> Pinging Codecov 02:55:42 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-786&commit=0fdb717589780184d1be8695647f5ea4f5632b46&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-786%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=786&job=&cmd_args= 02:55:43 -> Uploading to 02:55:43 https://storage.googleapis.com/codecov/v4/raw/2021-02-19/7E55EF52A471D76F132DFD9A03CDDE97/0fdb717589780184d1be8695647f5ea4f5632b46/9723685f-90be-4ce0-a039-a111199cbbe4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210219%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210219T025543Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4d589ccfe75701c9822389253fc0f6b0a8254de8025604e9729a03e34d5a7541 02:55:43 % Total % Received % Xferd Average Speed Time Time Time Current 02:55:43 Dload Upload Total Spent Left Speed 02:55:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16486 0 0 100 16486 0 21327 --:--:-- --:--:-- --:--:-- 21327 02:55:43 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/0fdb717589780184d1be8695647f5ea4f5632b46 [Pipeline] } 02:55:43 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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:55:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:55:47 ---> package-listing.sh 02:55:47 ++ facter osfamily 02:55:47 ++ tr '[:upper:]' '[:lower:]' 02:55:47 + OS_FAMILY=redhat 02:55:47 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-786 02:55:47 + START_PACKAGES=/tmp/packages_start.txt 02:55:47 + END_PACKAGES=/tmp/packages_end.txt 02:55:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:55:47 + PACKAGES=/tmp/packages_start.txt 02:55:47 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-786 ']' 02:55:47 + PACKAGES=/tmp/packages_end.txt 02:55:47 + case "${OS_FAMILY}" in 02:55:47 + sort 02:55:47 + rpm -qa 02:56:04 + '[' -f /tmp/packages_start.txt ']' 02:56:04 + '[' -f /tmp/packages_end.txt ']' 02:56:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:56:04 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-786 ']' 02:56:04 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-786/archives/ 02:56:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-786/archives/ [Pipeline] echo 02:56:04 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-786/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:56:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:56:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:56:06 02:56:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:56:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:56:07 alpine: Pulling from edgex-lftools-log-publisher 02:56:07 df20fa9351a1: Pulling fs layer 02:56:07 36b3adc4ff6f: Pulling fs layer 02:56:07 8ad3a11d3b57: Pulling fs layer 02:56:07 46f8f816bc3b: Pulling fs layer 02:56:07 93b61091891f: Pulling fs layer 02:56:07 93b9cdb0e59b: Pulling fs layer 02:56:07 5e14af77c1be: Pulling fs layer 02:56:07 01666e4c0597: Pulling fs layer 02:56:07 aa168da1d23b: Pulling fs layer 02:56:07 46f8f816bc3b: Waiting 02:56:07 93b61091891f: Waiting 02:56:07 93b9cdb0e59b: Waiting 02:56:07 5e14af77c1be: Waiting 02:56:07 01666e4c0597: Waiting 02:56:07 aa168da1d23b: Waiting 02:56:07 36b3adc4ff6f: Verifying Checksum 02:56:07 36b3adc4ff6f: Download complete 02:56:08 46f8f816bc3b: Verifying Checksum 02:56:08 46f8f816bc3b: Download complete 02:56:08 df20fa9351a1: Verifying Checksum 02:56:08 df20fa9351a1: Download complete 02:56:08 93b9cdb0e59b: Verifying Checksum 02:56:08 93b9cdb0e59b: Download complete 02:56:08 5e14af77c1be: Verifying Checksum 02:56:08 5e14af77c1be: Download complete 02:56:08 01666e4c0597: Verifying Checksum 02:56:08 01666e4c0597: Download complete 02:56:08 93b61091891f: Verifying Checksum 02:56:08 93b61091891f: Download complete 02:56:10 8ad3a11d3b57: Verifying Checksum 02:56:10 8ad3a11d3b57: Download complete 02:56:11 df20fa9351a1: Pull complete 02:56:11 36b3adc4ff6f: Pull complete 02:56:15 8ad3a11d3b57: Pull complete 02:56:15 46f8f816bc3b: Pull complete 02:56:17 93b61091891f: Pull complete 02:56:17 93b9cdb0e59b: Pull complete 02:56:18 5e14af77c1be: Pull complete 02:56:18 01666e4c0597: Pull complete 02:56:18 aa168da1d23b: Verifying Checksum 02:56:18 aa168da1d23b: Download complete 02:56:41 aa168da1d23b: Pull complete 02:56:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:56:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:56:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:56:42 prd-centos7-docker-4c-2g-26885 does not seem to be running inside a container 02:56:43 $ 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-786/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-786 -v /w/workspace/dgexfoundry_device-sdk-go_PR-786:/w/workspace/dgexfoundry_device-sdk-go_PR-786:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-786@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:47 $ docker top c88dfa094e8e393f7746bdf55682e46852eef55d5e52bfeeb0b0f4207a170a54 -eo pid,comm [Pipeline] { [Pipeline] sh 02:56:48 + touch /tmp/pre-build-complete [Pipeline] sh 02:56:48 + mkdir -p /var/log/sa [Pipeline] sh 02:56:49 + ls /var/log/sa-host 02:56:49 + sadf -c /var/log/sa-host/sa19 02:56:49 file_magic: OK 02:56:49 HZ: Using current value: 100 02:56:49 file_header: OK 02:56:49 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:49 Statistics: 02:56:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:56:49 File successfully converted to sysstat format version 12.2.1 02:56:49 + sadf -c /var/log/sa-host/sa23 02:56:49 file_magic: OK 02:56:49 HZ: Using current value: 100 02:56:49 file_header: OK 02:56:49 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:49 Statistics: 02:56:49 Hnuu...uuuununununu... 02:56:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:56:49 provisioning config files... 02:56:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp/config971583934652878026tmp [Pipeline] { [Pipeline] echo 02:56:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:56:51 ---> create-netrc.sh [Pipeline] } 02:56:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:56:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:56:52 ---> python-tools-install.sh [Pipeline] echo 02:56:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:56:53 ---> sudo-logs.sh 02:56:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:56:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:56:54 ---> job-cost.sh 02:56:55 lf-activate-venv: SKIPPING 02:56:55 INFO: No Stack... 02:56:56 INFO: Retrieving Pricing Info for: v1-standard-2 02:56:56 INFO: Archiving Costs [Pipeline] echo 02:56:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:56:57 ---> logs-deploy.sh 02:56:57 lf-activate-venv: SKIPPING 02:56:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-786/3 02:56:57 INFO: archiving workspace using pattern(s): 02:57:01 Archives upload complete. 02:57:01 INFO: archiving logs to Nexus 02:57:04 ---> uname -a: 02:57:04 Linux prd-centos7-docker-4c-2g-26885.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:57:04 02:57:04 02:57:04 ---> lscpu: 02:57:04 Architecture: x86_64 02:57:04 CPU op-mode(s): 32-bit, 64-bit 02:57:04 Byte Order: Little Endian 02:57:04 Address sizes: 40 bits physical, 48 bits virtual 02:57:04 CPU(s): 4 02:57:04 On-line CPU(s) list: 0-3 02:57:04 Thread(s) per core: 1 02:57:04 Core(s) per socket: 1 02:57:04 Socket(s): 4 02:57:04 NUMA node(s): 1 02:57:04 Vendor ID: GenuineIntel 02:57:04 CPU family: 6 02:57:04 Model: 44 02:57:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:57:04 Stepping: 1 02:57:04 CPU MHz: 2933.438 02:57:04 BogoMIPS: 5866.87 02:57:04 Virtualization: VT-x 02:57:04 Hypervisor vendor: KVM 02:57:04 Virtualization type: full 02:57:04 L1d cache: 128 KiB 02:57:04 L1i cache: 128 KiB 02:57:04 L2 cache: 16 MiB 02:57:04 L3 cache: 64 MiB 02:57:04 NUMA node0 CPU(s): 0-3 02:57:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:57:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:57:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:57:04 Vulnerability Meltdown: Mitigation; PTI 02:57:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:57:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:57:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:57:04 Vulnerability Srbds: Not affected 02:57:04 Vulnerability Tsx async abort: Not affected 02:57:04 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:57:04 02:57:04 02:57:04 ---> nproc: 02:57:04 4 02:57:04 02:57:04 02:57:04 ---> df -h: 02:57:04 Filesystem Size Used Available Use% Mounted on 02:57:04 overlay 50.0G 6.9G 43.1G 14% / 02:57:04 tmpfs 64.0M 0 64.0M 0% /dev 02:57:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:57:04 shm 64.0M 0 64.0M 0% /dev/shm 02:57:04 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 02:57:04 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 02:57:04 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 02:57:04 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 02:57:04 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 02:57:04 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 02:57:04 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 02:57:04 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 02:57:04 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-786 02:57:04 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-786@tmp 02:57:04 02:57:04 02:57:04 ---> free -m: 02:57:04 total used free shared buff/cache available 02:57:04 Mem: 1837 725 103 0 1008 1006 02:57:04 Swap: 1023 1 1022 02:57:04 02:57:04 02:57:04 ---> ip addr: 02:57:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:57:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:57:04 inet 127.0.0.1/8 scope host lo 02:57:04 valid_lft forever preferred_lft forever 02:57:04 inet6 ::1/128 scope host 02:57:04 valid_lft forever preferred_lft forever 02:57:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:57:04 link/ether fa:16:3e:85:d7:ed brd ff:ff:ff:ff:ff:ff 02:57:04 inet 10.30.123.251/23 brd 10.30.123.255 scope global dynamic eth0 02:57:04 valid_lft 85518sec preferred_lft 85518sec 02:57:04 inet6 fe80::f816:3eff:fe85:d7ed/64 scope link 02:57:04 valid_lft forever preferred_lft forever 02:57:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:57:04 link/ether 02:42:cd:7b:45:7d brd ff:ff:ff:ff:ff:ff 02:57:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:57:04 valid_lft forever preferred_lft forever 02:57:04 inet6 fe80::42:cdff:fe7b:457d/64 scope link 02:57:04 valid_lft forever preferred_lft forever 02:57:04 02:57:04 02:57:04 ---> sar -b -r -n DEV: 02:57:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) 02:57:04 02:57:04 02:42:01 LINUX RESTART (4 CPU) 02:57:04 02:57:04 02:43:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:57:04 02:44:01 87.01 37.91 49.11 0.00 3513.05 37255.74 0.00 02:57:04 02:45:01 40.26 12.31 27.95 0.00 4513.59 2672.23 0.00 02:57:04 02:46:01 1.66 0.00 1.66 0.00 0.00 30.14 0.00 02:57:04 02:47:01 0.17 0.00 0.17 0.00 0.00 1.87 0.00 02:57:04 02:48:01 0.32 0.00 0.32 0.00 0.00 4.46 0.00 02:57:04 02:49:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 02:57:04 02:50:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 02:57:04 02:51:01 0.27 0.00 0.27 0.00 0.00 3.50 0.00 02:57:04 02:52:01 0.23 0.00 0.23 0.00 0.00 2.84 0.00 02:57:04 02:53:02 0.28 0.00 0.28 0.00 0.00 3.48 0.00 02:57:04 02:54:01 0.25 0.00 0.25 0.00 0.00 2.54 0.00 02:57:04 02:55:01 0.20 0.00 0.20 0.00 0.00 1.95 0.00 02:57:04 02:56:01 64.13 63.80 0.33 0.00 3782.00 4.14 0.00 02:57:04 Average: 14.87 8.72 6.15 0.00 903.67 2998.48 0.00 02:57:04 02:57:04 02:43:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:57:04 02:44:01 69780 0 573128 30.46 2608 1236028 1106192 37.75 402308 1213344 17040 02:57:04 02:45:01 165640 0 627584 33.35 2608 1085712 1179340 40.25 470628 1044548 128 02:57:04 02:46:01 176072 0 617148 32.80 2608 1085716 1118056 38.16 465132 1041388 12 02:57:04 02:47:01 178868 0 614348 32.65 2608 1085720 1073952 36.65 465836 1038788 8 02:57:04 02:48:01 179712 0 613500 32.61 2608 1085724 1073852 36.65 465812 1037772 8 02:57:04 02:49:01 178504 0 614700 32.67 2608 1085732 1074056 36.66 468440 1036668 8 02:57:04 02:50:01 179828 0 613376 32.60 2608 1085732 1073852 36.65 467196 1036668 8 02:57:04 02:51:01 178900 0 614296 32.65 2608 1085740 1074044 36.66 468468 1036664 16 02:57:04 02:52:01 180008 0 613184 32.59 2608 1085744 1073852 36.65 467344 1036664 8 02:57:04 02:53:02 180248 0 612940 32.58 2608 1085748 1073852 36.65 467208 1036664 8 02:57:04 02:54:01 179584 0 613600 32.61 2608 1085752 1073996 36.65 468240 1036664 8 02:57:04 02:55:01 179796 0 613380 32.60 2608 1085760 1073900 36.65 467732 1036664 8 02:57:04 02:56:01 82368 0 637548 33.88 2608 1159020 1109996 37.88 474228 1127752 216 02:57:04 Average: 162254 0 613749 32.62 2608 1102933 1090688 37.22 462967 1058481 1344 02:57:04 02:57:04 02:43:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:57:04 02:44:01 eth0 164.57 126.47 628.45 50.16 0.00 0.00 0.00 0.00 02:57:04 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:45:01 eth0 104.08 91.38 476.44 49.90 0.00 0.00 0.00 0.00 02:57:04 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:45:01 docker0 9.50 7.65 1.34 22.57 0.00 0.00 0.00 0.00 02:57:04 02:46:01 eth0 1.43 0.45 0.59 0.22 0.00 0.00 0.00 0.00 02:57:04 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:47:01 eth0 1.02 0.40 0.33 0.21 0.00 0.00 0.00 0.00 02:57:04 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:48:01 eth0 0.25 0.03 0.03 0.00 0.00 0.00 0.00 0.00 02:57:04 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:49:01 eth0 1.58 0.38 0.47 0.26 0.00 0.00 0.00 0.00 02:57:04 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:57:04 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:51:01 eth0 0.48 0.38 0.27 0.20 0.00 0.00 0.00 0.00 02:57:04 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:52:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:57:04 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:53:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:57:04 02:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:54:01 eth0 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 02:57:04 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:55:01 eth0 0.18 0.18 0.07 0.01 0.00 0.00 0.00 0.00 02:57:04 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:56:01 eth0 12.94 10.28 12.37 5.29 0.00 0.00 0.00 0.00 02:57:04 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 Average: eth0 21.78 17.49 84.92 8.09 0.00 0.00 0.00 0.00 02:57:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:57:04 Average: docker0 0.73 0.59 0.10 1.74 0.00 0.00 0.00 0.00 02:57:04 02:57:04 02:57:04 ---> sar -P ALL: 02:57:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) 02:57:04 02:57:04 02:42:01 LINUX RESTART (4 CPU) 02:57:04 02:57:04 02:43:03 CPU %user %nice %system %iowait %steal %idle 02:57:04 02:44:01 all 9.81 0.00 5.79 6.59 36.53 41.28 02:57:04 02:44:01 0 8.60 0.00 9.28 3.85 40.32 37.95 02:57:04 02:44:01 1 10.11 0.00 4.30 6.84 37.19 41.55 02:57:04 02:44:01 2 9.93 0.00 4.55 9.01 34.03 42.48 02:57:04 02:44:01 3 10.59 0.00 5.02 6.68 34.55 43.16 02:57:04 02:45:01 all 4.09 0.00 3.78 0.83 31.16 60.13 02:57:04 02:45:01 0 3.98 0.00 3.80 0.45 33.89 57.87 02:57:04 02:45:01 1 4.39 0.00 4.69 0.62 30.25 60.05 02:57:04 02:45:01 2 3.33 0.00 3.00 0.85 30.91 61.92 02:57:04 02:45:01 3 4.71 0.00 3.67 1.43 29.46 60.73 02:57:04 02:46:01 all 0.12 0.00 0.06 0.00 2.69 97.13 02:57:04 02:46:01 0 0.05 0.00 0.07 0.00 3.17 96.71 02:57:04 02:46:01 1 0.36 0.00 0.05 0.00 2.49 97.10 02:57:04 02:46:01 2 0.07 0.00 0.10 0.00 1.98 97.86 02:57:04 02:46:01 3 0.02 0.00 0.02 0.00 3.12 96.85 02:57:04 02:47:01 all 0.12 0.00 0.07 0.00 0.52 99.28 02:57:04 02:47:01 0 0.02 0.00 0.05 0.00 0.68 99.25 02:57:04 02:47:01 1 0.35 0.00 0.08 0.00 0.57 99.00 02:57:04 02:47:01 2 0.07 0.00 0.10 0.00 0.60 99.23 02:57:04 02:47:01 3 0.03 0.00 0.07 0.00 0.25 99.65 02:57:04 02:48:01 all 0.11 0.00 0.05 0.00 0.25 99.60 02:57:04 02:48:01 0 0.02 0.00 0.02 0.00 0.08 99.88 02:57:04 02:48:01 1 0.32 0.00 0.08 0.00 0.66 98.94 02:57:04 02:48:01 2 0.10 0.00 0.02 0.00 0.20 99.68 02:57:04 02:48:01 3 0.00 0.00 0.07 0.00 0.03 99.90 02:57:04 02:49:01 all 0.08 0.00 0.24 0.00 1.77 97.91 02:57:04 02:49:01 0 0.10 0.00 0.03 0.00 2.58 97.29 02:57:04 02:49:01 1 0.07 0.00 0.05 0.00 2.19 97.69 02:57:04 02:49:01 2 0.03 0.00 0.07 0.00 1.18 98.72 02:57:04 02:49:01 3 0.13 0.00 0.82 0.00 1.12 97.93 02:57:04 02:50:01 all 0.10 0.00 0.03 0.00 0.49 99.38 02:57:04 02:50:01 0 0.03 0.00 0.03 0.00 0.17 99.77 02:57:04 02:50:01 1 0.32 0.00 0.02 0.00 0.95 98.72 02:57:04 02:50:01 2 0.07 0.00 0.05 0.00 0.73 99.15 02:57:04 02:50:01 3 0.00 0.00 0.02 0.00 0.10 99.88 02:57:04 02:51:01 all 0.06 0.00 0.02 0.00 0.51 99.41 02:57:04 02:51:01 0 0.00 0.00 0.02 0.00 0.98 99.01 02:57:04 02:51:01 1 0.13 0.00 0.03 0.00 0.66 99.17 02:57:04 02:51:01 2 0.10 0.00 0.03 0.00 0.20 99.67 02:57:04 02:51:01 3 0.00 0.00 0.00 0.00 0.18 99.82 02:57:04 02:52:01 all 0.10 0.00 0.05 0.00 0.29 99.55 02:57:04 02:52:01 0 0.03 0.00 0.05 0.00 0.28 99.63 02:57:04 02:52:01 1 0.18 0.00 0.05 0.00 0.30 99.47 02:57:04 02:52:01 2 0.18 0.00 0.07 0.00 0.48 99.27 02:57:04 02:52:01 3 0.02 0.00 0.03 0.00 0.12 99.83 02:57:04 02:53:02 all 0.10 0.00 0.03 0.00 0.88 98.98 02:57:04 02:53:02 0 0.00 0.00 0.02 0.00 0.20 99.78 02:57:04 02:53:02 1 0.36 0.00 0.03 0.00 0.81 98.79 02:57:04 02:53:02 2 0.02 0.00 0.03 0.00 1.09 98.86 02:57:04 02:53:02 3 0.03 0.00 0.05 0.00 1.42 98.50 02:57:04 02:54:01 all 0.12 0.00 0.02 0.00 0.36 99.50 02:57:04 02:54:01 0 0.02 0.00 0.02 0.00 0.14 99.83 02:57:04 02:54:01 1 0.39 0.00 0.02 0.00 0.25 99.34 02:57:04 02:54:01 2 0.03 0.00 0.00 0.00 0.22 99.75 02:57:04 02:54:01 3 0.05 0.00 0.03 0.00 0.84 99.07 02:57:04 02:57:04 02:54:01 CPU %user %nice %system %iowait %steal %idle 02:57:04 02:55:01 all 0.09 0.00 0.07 0.00 0.93 98.91 02:57:04 02:55:01 0 0.02 0.00 0.02 0.00 1.79 98.17 02:57:04 02:55:01 1 0.33 0.00 0.22 0.00 0.12 99.33 02:57:04 02:55:01 2 0.00 0.00 0.02 0.00 0.45 99.53 02:57:04 02:55:01 3 0.02 0.00 0.02 0.00 1.34 98.62 02:57:04 02:56:01 all 1.08 0.00 0.84 4.23 6.90 86.95 02:57:04 02:56:01 0 0.73 0.00 0.77 0.10 7.30 91.10 02:57:04 02:56:01 1 0.86 0.00 0.51 7.90 6.98 83.76 02:57:04 02:56:01 2 1.57 0.00 1.21 4.52 6.70 85.99 02:57:04 02:56:01 3 1.16 0.00 0.89 4.40 6.62 86.93 02:57:04 Average: all 1.34 0.00 0.93 0.96 7.01 89.76 02:57:04 Average: 0 1.16 0.00 1.20 0.37 7.76 89.51 02:57:04 Average: 1 1.52 0.00 0.86 1.26 6.99 89.38 02:57:04 Average: 2 1.30 0.00 0.78 1.18 6.68 90.06 02:57:04 Average: 3 1.40 0.00 0.89 1.02 6.59 90.09 02:57:04 02:57:04 02:57:04