Pull request #822 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1e00127111e0a30e885655790eaa6333d78c56ad+e34679e4f02bbc164353b5eb88e70f6c516b0d21 (e26f4e0a9bf56f0ceaa3ef0cbd5c4bc79bc7a0e7) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30152’ Running on prd-centos7-docker-4c-2g-30154 in /w/workspace/dgexfoundry_device-sdk-go_PR-822 [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-822 # 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 e34679e4f02bbc164353b5eb88e70f6c516b0d21 into PR head commit 1e00127111e0a30e885655790eaa6333d78c56ad Merge succeeded, producing 1e00127111e0a30e885655790eaa6333d78c56ad Checking out Revision 1e00127111e0a30e885655790eaa6333d78c56ad (PR-822) > 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/822/head:refs/remotes/origin/PR-822 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e00127111e0a30e885655790eaa6333d78c56ad # 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 e34679e4f02bbc164353b5eb88e70f6c516b0d21 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e00127111e0a30e885655790eaa6333d78c56ad # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 12ea01a942df90baa52921e3f1e14c6c5423f015 # timeout=10 [Pipeline] timeout 12:05:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:05:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:05:48 ========================================================= 12:05:48 EdgeX Global Pipelines Version Info 12:05:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:05:51 ------------------- 12:05:51 stable info: 12:05:51 ------------------- 12:05:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:05:51 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 12:05:51 Message: update stable to v1.0.184 12:05:52 ------------------- 12:05:52 experimental info: 12:05:52 ------------------- 12:05:52 Commited By: **** collab-it+edgex@linuxfoundation.org 12:05:52 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 12:05:52 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:05:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 12:05:53 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 12:05:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:05:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:05:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:05:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:05:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:05:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 12:05:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:05:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:05:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 12:05:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:05:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:05:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:05:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 12:05:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:05:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:05:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:05:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:05:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:05:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:05:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:05:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:05:55 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:05:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:05:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-822 [Pipeline] echo 12:05:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-822 [Pipeline] echo 12:05:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-822 [Pipeline] echo 12:05:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e00127111e0a30e885655790eaa6333d78c56ad [Pipeline] echo 12:05:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e00127 [Pipeline] echo 12:05:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:05:56 provisioning config files... 12:05:56 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/config6656676219678773306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:05:56 ---> docker-login.sh 12:05:56 nexus3.edgexfoundry.org:10001 12:05:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:59 Configure a credential helper to remove this warning. See 12:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:59 12:05:59 Login Succeeded 12:05:59 nexus3.edgexfoundry.org:10002 12:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:59 Configure a credential helper to remove this warning. See 12:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:59 12:05:59 Login Succeeded 12:05:59 nexus3.edgexfoundry.org:10003 12:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:59 Configure a credential helper to remove this warning. See 12:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:59 12:05:59 Login Succeeded 12:05:59 nexus3.edgexfoundry.org:10004 12:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:05:59 Configure a credential helper to remove this warning. See 12:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:05:59 12:05:59 Login Succeeded 12:05:59 docker.io 12:06:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:06:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:06:00 Configure a credential helper to remove this warning. See 12:06:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:06:00 12:06:00 Login Succeeded 12:06:00 ---> docker-login.sh ends [Pipeline] } 12:06:00 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 12:06:01 + git log --format=format:%s -1 1e00127111e0a30e885655790eaa6333d78c56ad [Pipeline] echo 12:06:01 GIT_COMMIT: 1e00127111e0a30e885655790eaa6333d78c56ad, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 12:06:01 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 12:06:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:06:02 12:06:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:06:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:06:02 latest: Pulling from edgex-devops/git-semver 12:06:02 31603596830f: Pulling fs layer 12:06:02 2a8b12db71e7: Pulling fs layer 12:06:02 6ca5941a6612: Pulling fs layer 12:06:02 ecc8261a40a4: Pulling fs layer 12:06:02 ecc8261a40a4: Waiting 12:06:02 2a8b12db71e7: Verifying Checksum 12:06:02 2a8b12db71e7: Download complete 12:06:02 31603596830f: Download complete 12:06:03 ecc8261a40a4: Verifying Checksum 12:06:03 ecc8261a40a4: Download complete 12:06:03 6ca5941a6612: Verifying Checksum 12:06:03 6ca5941a6612: Download complete 12:06:03 31603596830f: Pull complete 12:06:04 2a8b12db71e7: Pull complete 12:06:06 6ca5941a6612: Pull complete 12:06:07 ecc8261a40a4: Pull complete 12:06:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:06:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:06:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:06:07 prd-centos7-docker-4c-2g-30154 does not seem to be running inside a container 12:06:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-822 -v /w/workspace/dgexfoundry_device-sdk-go_PR-822:/w/workspace/dgexfoundry_device-sdk-go_PR-822:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:06:10 $ docker top 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:06:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:06:11 [ssh-agent] Looking for ssh-agent implementation... 12:06:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:06:11 $ docker exec 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 ssh-agent 12:06:11 SSH_AUTH_SOCK=/tmp/ssh-0HveaSLCkeZt/agent.11 12:06:11 SSH_AGENT_PID=16 12:06:11 Running ssh-add (command line suppressed) 12:06:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/private_key_3993756178232685200.key (/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/private_key_3993756178232685200.key) 12:06:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:06:12 + git tag --points-at HEAD [Pipeline] } 12:06:12 $ docker exec --env ******** --env ******** 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 ssh-agent -k 12:06:12 unset SSH_AUTH_SOCK; 12:06:12 unset SSH_AGENT_PID; 12:06:12 echo Agent pid 16 killed; 12:06:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:06:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:06:12 [ssh-agent] Looking for ssh-agent implementation... 12:06:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:06:13 $ docker exec 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 ssh-agent 12:06:13 SSH_AUTH_SOCK=/tmp/ssh-fqFdwsf2ucjo/agent.47 12:06:13 SSH_AGENT_PID=53 12:06:13 Running ssh-add (command line suppressed) 12:06:13 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/private_key_7232857243990418045.key (/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/private_key_7232857243990418045.key) 12:06:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:06:14 + git semver init 12:06:14 # -> Open(): unable to determine branch for HEAD 12:06:14 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-822/.git 12:06:14 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-822 12:06:14 # $SEMVER_REMOTE_NAME = origin 12:06:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:06:14 # $SEMVER_USER_NAME = edgex-jenkins 12:06:14 # $SEMVER_BRANCH = PR-822 12:06:14 # $SEMVER_TEMP = /tmp/semver-482680071 12:06:14 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 12:06:14 # '/tmp/semver-482680071' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-822/.semver' 12:06:14 # -> Force: false 12:06:14 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-822/.semver [Pipeline] } 12:06:14 $ docker exec --env ******** --env ******** 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 ssh-agent -k 12:06:15 unset SSH_AUTH_SOCK; 12:06:15 unset SSH_AGENT_PID; 12:06:15 echo Agent pid 53 killed; 12:06:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:06:15 + git semver [Pipeline] } 12:06:15 $ docker stop --time=1 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 12:06:17 $ docker rm -f 26ba44b3330b60829e1d68d78c1fabce22c1b109ccb90c24e06df9f83531e9e5 [Pipeline] // withDockerContainer [Pipeline] sh 12:06:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:06:20 Stashed 1 file(s) [Pipeline] echo 12:06:20 [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 12:06:36 Still waiting to schedule task 12:06:36 ‘prd-centos7-docker-4c-2g-30158’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ 12:06:36 Still waiting to schedule task 12:06:36 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 12:09:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30160 in /w/workspace/dgexfoundry_device-sdk-go_PR-822 [Pipeline] { [Pipeline] ws 12:09:57 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 12:10:02 using credential edgex-jenkins-ssh 12:10:02 Cloning the remote Git repository 12:10:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 12:10:02 > git init /w/workspace/device-sdk-go/2 # timeout=10 12:10:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 12:10:02 > git --version # timeout=10 12:10:02 > git --version # 'git version 2.17.1' 12:10:02 using GIT_SSH to set credentials SSH Credentials for GitHub 12:10:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:10:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 12:10:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:10:06 Merging remotes/origin/master commit e34679e4f02bbc164353b5eb88e70f6c516b0d21 into PR head commit 1e00127111e0a30e885655790eaa6333d78c56ad 12:10:06 Merge succeeded, producing 1e00127111e0a30e885655790eaa6333d78c56ad 12:10:06 Checking out Revision 1e00127111e0a30e885655790eaa6333d78c56ad (PR-822) 12:10:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 12:10:05 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 12:10:05 using GIT_SSH to set credentials SSH Credentials for GitHub 12:10:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/822/head:refs/remotes/origin/PR-822 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:10:06 > git config core.sparsecheckout # timeout=10 12:10:06 > git checkout -f 1e00127111e0a30e885655790eaa6333d78c56ad # timeout=10 12:10:06 > git remote # timeout=10 12:10:06 > git config --get remote.origin.url # timeout=10 12:10:06 using GIT_SSH to set credentials SSH Credentials for GitHub 12:10:06 > git merge e34679e4f02bbc164353b5eb88e70f6c516b0d21 # timeout=10 12:10:06 > git rev-parse HEAD^{commit} # timeout=10 12:10:06 > git config core.sparsecheckout # timeout=10 12:10:06 > git checkout -f 1e00127111e0a30e885655790eaa6333d78c56ad # timeout=10 12:10:10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:10:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:10:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:10:13 + sudo service docker restart 12:10:13 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:10:15 provisioning config files... 12:10:15 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config1606310789396759602tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:10:15 ---> docker-login.sh 12:10:15 nexus3.edgexfoundry.org:10001 12:10:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:10:17 Configure a credential helper to remove this warning. See 12:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:10:17 12:10:17 Login Succeeded 12:10:17 nexus3.edgexfoundry.org:10002 12:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:10:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:10:17 Configure a credential helper to remove this warning. See 12:10:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:10:17 12:10:17 Login Succeeded 12:10:17 nexus3.edgexfoundry.org:10003 12:10:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:10:18 Configure a credential helper to remove this warning. See 12:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:10:18 12:10:18 Login Succeeded 12:10:18 nexus3.edgexfoundry.org:10004 12:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:10:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:10:18 Configure a credential helper to remove this warning. See 12:10:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:10:18 12:10:18 Login Succeeded 12:10:18 docker.io 12:10:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:10:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:10:19 Configure a credential helper to remove this warning. See 12:10:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:10:19 12:10:19 Login Succeeded 12:10:19 ---> docker-login.sh ends [Pipeline] } 12:10:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:10:20 ========================================================= 12:10:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:10:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:10:20 + 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 . 12:10:20 Sending build context to Docker daemon 2.293MB 12:10:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 12:10:21 Step 2/8 : FROM ${BASE} 12:10:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:10:21 5f621e34cdf4: Pulling fs layer 12:10:21 a4357932f1b6: Pulling fs layer 12:10:21 18c013af1878: Pulling fs layer 12:10:21 00ac8860ef70: Pulling fs layer 12:10:21 63d7cb157983: Pulling fs layer 12:10:21 b116817d02f9: Pulling fs layer 12:10:21 00ac8860ef70: Waiting 12:10:21 63d7cb157983: Waiting 12:10:21 745a02a5169b: Pulling fs layer 12:10:21 b116817d02f9: Waiting 12:10:21 745a02a5169b: Waiting 12:10:21 18c013af1878: Verifying Checksum 12:10:21 18c013af1878: Download complete 12:10:21 a4357932f1b6: Download complete 12:10:21 63d7cb157983: Verifying Checksum 12:10:21 63d7cb157983: Download complete 12:10:21 b116817d02f9: Verifying Checksum 12:10:21 b116817d02f9: Download complete 12:10:21 5f621e34cdf4: Verifying Checksum 12:10:21 5f621e34cdf4: Download complete 12:10:22 5f621e34cdf4: Pull complete 12:10:22 a4357932f1b6: Pull complete 12:10:22 18c013af1878: Pull complete 12:10:23 745a02a5169b: Verifying Checksum 12:10:24 00ac8860ef70: Verifying Checksum 12:10:24 00ac8860ef70: Download complete 12:10:34 00ac8860ef70: Pull complete 12:10:34 63d7cb157983: Pull complete 12:10:35 b116817d02f9: Pull complete 12:10:38 745a02a5169b: Pull complete 12:10:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:10:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:10:38 ---> b7e6874047d6 12:10:38 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:10:41 ---> Running in 7ca00029c111 12:10:42 Removing intermediate container 7ca00029c111 12:10:42 ---> f4b5ebf11d49 12:10:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:10:42 ---> Running in 255f0517a54f 12:10:44 Removing intermediate container 255f0517a54f 12:10:44 ---> 60bdb249ae07 12:10:44 Step 5/8 : RUN apk add --update --no-cache make git 12:10:44 ---> Running in a26b1ba4d61a 12:10:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:10:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:10:46 OK: 142 MiB in 39 packages 12:10:48 Removing intermediate container a26b1ba4d61a 12:10:48 ---> 561c6cc33ae1 12:10:48 Step 6/8 : WORKDIR /device-sdk-go 12:10:48 ---> Running in 15c2244a4a05 12:10:48 Removing intermediate container 15c2244a4a05 12:10:48 ---> 504063111974 12:10:48 Step 7/8 : COPY . . 12:10:49 ---> 19eaa03abf07 12:10:49 Step 8/8 : RUN go mod download 12:10:50 ---> Running in 25d5d07edece 12:11:12 Removing intermediate container 25d5d07edece 12:11:12 ---> 74b163e89ac3 12:11:12 Successfully built 74b163e89ac3 12:11:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:11:13 + docker inspect -f . ci-base-image-arm64 12:11:13 . [Pipeline] withDockerContainer 12:11:13 prd-ubuntu18.04-docker-arm64-4c-16g-30160 does not seem to be running inside a container 12:11:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:11:14 $ docker top ffff600844bfe7173d517d35caf678d137b860c1f5cb63ee4b93e262a4752825 -eo pid,comm [Pipeline] { [Pipeline] sh 12:11:15 + go version 12:11:15 go version go1.15.5 linux/arm64 [Pipeline] } 12:11:15 $ docker stop --time=1 ffff600844bfe7173d517d35caf678d137b860c1f5cb63ee4b93e262a4752825 12:11:17 $ docker rm -f ffff600844bfe7173d517d35caf678d137b860c1f5cb63ee4b93e262a4752825 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:11:18 + docker inspect -f . ci-base-image-arm64 12:11:18 . [Pipeline] withDockerContainer 12:11:19 prd-ubuntu18.04-docker-arm64-4c-16g-30160 does not seem to be running inside a container 12:11:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:11:20 $ docker top 7682b98d25152c6fa3a8e908a75d075249d9f566d5266530925a82157b4f9f73 -eo pid,comm [Pipeline] { [Pipeline] sh 12:11:21 + make test 12:11:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:11:45 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 12:12:06 Running on prd-centos7-docker-4c-2g-30161 in /w/workspace/dgexfoundry_device-sdk-go_PR-822 [Pipeline] { [Pipeline] ws 12:12:06 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 12:12:14 using credential edgex-jenkins-ssh 12:12:14 Cloning the remote Git repository 12:12:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 12:12:14 > git init /w/workspace/device-sdk-go/2 # timeout=10 12:12:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 12:12:15 > git --version # timeout=10 12:12:15 > git --version # 'git version 2.24.3' 12:12:15 using GIT_SSH to set credentials SSH Credentials for GitHub 12:12:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:12:16 Merging remotes/origin/master commit e34679e4f02bbc164353b5eb88e70f6c516b0d21 into PR head commit 1e00127111e0a30e885655790eaa6333d78c56ad 12:12:16 Merge succeeded, producing 1e00127111e0a30e885655790eaa6333d78c56ad 12:12:16 Checking out Revision 1e00127111e0a30e885655790eaa6333d78c56ad (PR-822) 12:12:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 12:12:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:12:16 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 12:12:16 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 12:12:16 using GIT_SSH to set credentials SSH Credentials for GitHub 12:12:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/822/head:refs/remotes/origin/PR-822 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:12:16 > git config core.sparsecheckout # timeout=10 12:12:16 > git checkout -f 1e00127111e0a30e885655790eaa6333d78c56ad # timeout=10 12:12:16 > git remote # timeout=10 12:12:16 > git config --get remote.origin.url # timeout=10 12:12:16 using GIT_SSH to set credentials SSH Credentials for GitHub 12:12:16 > git merge e34679e4f02bbc164353b5eb88e70f6c516b0d21 # timeout=10 12:12:16 > git rev-parse HEAD^{commit} # timeout=10 12:12:16 > git config core.sparsecheckout # timeout=10 12:12:16 > git checkout -f 1e00127111e0a30e885655790eaa6333d78c56ad # timeout=10 12:12:20 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:12:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:12:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:12:23 + sudo service docker restart 12:12:23 + true 12:12:23 Redirecting to /bin/systemctl restart docker.service 12:12:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 12:12:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 12:12:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 12:12:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:12:25 provisioning config files... 12:12:25 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config8837056151579110858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:12:25 ---> docker-login.sh 12:12:25 nexus3.edgexfoundry.org:10001 12:12:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:12:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:12:27 Configure a credential helper to remove this warning. See 12:12:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:12:27 12:12:27 Login Succeeded 12:12:27 nexus3.edgexfoundry.org:10002 12:12:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:12:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:12:27 Configure a credential helper to remove this warning. See 12:12:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:12:27 12:12:27 Login Succeeded 12:12:27 nexus3.edgexfoundry.org:10003 12:12:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.141s coverage: 25.5% of statements 12:12:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:12:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:12:27 Configure a credential helper to remove this warning. See 12:12:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:12:27 12:12:27 Login Succeeded 12:12:27 nexus3.edgexfoundry.org:10004 12:12:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:12:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:12:28 Configure a credential helper to remove this warning. See 12:12:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:12:28 12:12:28 Login Succeeded 12:12:28 docker.io 12:12:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:12:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:12:28 Configure a credential helper to remove this warning. See 12:12:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:12:28 12:12:28 Login Succeeded 12:12:28 ---> docker-login.sh ends [Pipeline] } 12:12:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 12:12:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.162s coverage: 81.2% of statements [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:12:29 ========================================================= 12:12:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:12:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:12:29 + 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 . 12:12:29 Sending build context to Docker daemon 2.293MB 12:12:29 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 12:12:29 Step 2/8 : FROM ${BASE} 12:12:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:12:30 188c0c94c7c5: Pulling fs layer 12:12:30 0ef7d3d256c8: Pulling fs layer 12:12:30 de9db76c5a1d: Pulling fs layer 12:12:30 bca2f99d35d6: Pulling fs layer 12:12:30 93359f2a8cfa: Pulling fs layer 12:12:30 7c6f9722023f: Pulling fs layer 12:12:30 a35cf1a2eb13: Pulling fs layer 12:12:30 93359f2a8cfa: Waiting 12:12:30 bca2f99d35d6: Waiting 12:12:30 7c6f9722023f: Waiting 12:12:30 a35cf1a2eb13: Waiting 12:12:30 de9db76c5a1d: Verifying Checksum 12:12:30 de9db76c5a1d: Download complete 12:12:30 0ef7d3d256c8: Verifying Checksum 12:12:30 0ef7d3d256c8: Download complete 12:12:30 93359f2a8cfa: Verifying Checksum 12:12:30 93359f2a8cfa: Download complete 12:12:31 7c6f9722023f: Verifying Checksum 12:12:31 7c6f9722023f: Download complete 12:12:31 188c0c94c7c5: Verifying Checksum 12:12:31 188c0c94c7c5: Download complete 12:12:31 188c0c94c7c5: Pull complete 12:12:32 0ef7d3d256c8: Pull complete 12:12:32 de9db76c5a1d: Pull complete 12:12:34 a35cf1a2eb13: Verifying Checksum 12:12:34 a35cf1a2eb13: Download complete 12:12:35 bca2f99d35d6: Download complete 12:12:50 bca2f99d35d6: Pull complete 12:12:50 93359f2a8cfa: Pull complete 12:12:50 7c6f9722023f: Pull complete 12:12:58 a35cf1a2eb13: Pull complete 12:12:58 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:12:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:12:58 ---> a62c8e92a672 12:12:58 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:12:58 ---> Running in 6c93c769adf3 12:12:58 Removing intermediate container 6c93c769adf3 12:12:58 ---> 5fabcd101203 12:12:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:12:58 ---> Running in b2f4c73d47db 12:13:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.148s coverage: 10.5% of statements 12:13:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 12:13:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 12:13:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.191s coverage: 32.5% of statements 12:13:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 12:13:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 12:13:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 12:13:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.269s coverage: 57.3% of statements 12:13:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.905s coverage: 6.6% of statements 12:13:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.121s coverage: 5.1% of statements 12:13:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 12:13:01 GO111MODULE=on go vet ./... 12:13:01 Removing intermediate container b2f4c73d47db 12:13:01 ---> 320e21cfdc5d 12:13:01 Step 5/8 : RUN apk add --update --no-cache make git 12:13:01 ---> Running in 32fc156716b6 12:13:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:13:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:13:03 OK: 166 MiB in 39 packages 12:13:05 Removing intermediate container 32fc156716b6 12:13:05 ---> 1da313e54ed4 12:13:05 Step 6/8 : WORKDIR /device-sdk-go 12:13:05 ---> Running in d16781c3d556 12:13:05 Removing intermediate container d16781c3d556 12:13:05 ---> b39a95eec9a9 12:13:05 Step 7/8 : COPY . . 12:13:07 ---> 33101316d710 12:13:07 Step 8/8 : RUN go mod download 12:13:07 ---> Running in 76cd09cfaa18 12:13:33 gofmt -l . 12:13:33 [ "`gofmt -l .`" = "" ] 12:13:33 ./bin/test-attribution-txt.sh 12:13:33 ./bin/test-go-mod-tidy.sh [Pipeline] } 12:13:33 $ docker stop --time=1 7682b98d25152c6fa3a8e908a75d075249d9f566d5266530925a82157b4f9f73 12:13:36 $ docker rm -f 7682b98d25152c6fa3a8e908a75d075249d9f566d5266530925a82157b4f9f73 [Pipeline] // withDockerContainer [Pipeline] sh 12:13:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:13:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:13:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:13:39 + ls -al . 12:13:39 total 220 12:13:39 drwxrwxr-x 10 jenkins jenkins 4096 Mar 17 12:13 . 12:13:39 drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 12:10 .. 12:13:39 -rw-rw-r-- 1 jenkins jenkins 140 Mar 17 12:10 .dockerignore 12:13:39 drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 12:10 .git 12:13:39 drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 12:10 .github 12:13:39 -rw-rw-r-- 1 jenkins jenkins 138 Mar 17 12:10 .gitignore 12:13:39 -rw-rw-r-- 1 jenkins jenkins 949 Mar 17 12:10 Dockerfile.build 12:13:39 -rw-rw-r-- 1 jenkins jenkins 901 Mar 17 12:10 Jenkinsfile 12:13:39 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 17 12:10 LICENSE 12:13:39 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 17 12:10 Makefile 12:13:39 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 17 12:10 README.md 12:13:39 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 17 12:10 RELEASE-NOTES.txt 12:13:39 -rw-rw-r-- 1 jenkins jenkins 5 Mar 17 12:06 VERSION 12:13:39 drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 12:10 bin 12:13:39 -rw-r--r-- 1 jenkins jenkins 100014 Mar 17 12:12 coverage.out 12:13:39 drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 12:10 example 12:13:39 -rw-r--r-- 1 jenkins jenkins 479 Mar 17 12:13 go.mod 12:13:39 -rw-r--r-- 1 jenkins jenkins 17490 Mar 17 12:13 go.sum 12:13:39 drwxrwxr-x 13 jenkins jenkins 4096 Mar 17 12:10 internal 12:13:39 drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 12:10 openapi 12:13:39 drwxrwxr-x 5 jenkins jenkins 4096 Mar 17 12:10 pkg 12:13:39 drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 12:10 snap 12:13:39 -rw-rw-r-- 1 jenkins jenkins 222 Mar 17 12:10 version.go [Pipeline] isUnix [Pipeline] sh 12:13:40 + 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=1e00127111e0a30e885655790eaa6333d78c56ad --label arch=arm64 --label version=0.0.0 . 12:13:40 Removing intermediate container 76cd09cfaa18 12:13:40 ---> 61bf6812f615 12:13:40 Successfully built 61bf6812f615 12:13:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:13:40 Sending build context to Docker daemon 2.394MB 12:13:40 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 12:13:40 Step 2/24 : FROM ${BASE} AS builder 12:13:40 ---> 74b163e89ac3 12:13:40 Step 3/24 : ARG MAKE='make build' 12:13:41 ---> Running in 0aedfac2de79 12:13:41 + docker inspect -f . ci-base-image-x86_64 12:13:41 . [Pipeline] withDockerContainer 12:13:41 Removing intermediate container 0aedfac2de79 12:13:41 ---> 084c8e7faa17 12:13:41 Step 4/24 : WORKDIR /device-sdk-go 12:13:41 ---> Running in e8d8751efc33 12:13:42 prd-centos7-docker-4c-2g-30161 does not seem to be running inside a container 12:13:42 Removing intermediate container e8d8751efc33 12:13:42 ---> 798940f73ae0 12:13:42 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:13:42 ---> Running in 67eb91cb7ff7 12:13:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:13:42 Removing intermediate container 67eb91cb7ff7 12:13:42 ---> d358dd3524df 12:13:42 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:13:42 ---> Running in 639509f3c850 12:13:44 $ docker top b7dec01bab19907976f47a90a0a610cc971f692f1ce284439f2a735d156b3e10 -eo pid,comm [Pipeline] { [Pipeline] sh 12:13:44 + go version 12:13:44 go version go1.15.5 linux/amd64 [Pipeline] } 12:13:44 $ docker stop --time=1 b7dec01bab19907976f47a90a0a610cc971f692f1ce284439f2a735d156b3e10 12:13:44 Removing intermediate container 639509f3c850 12:13:44 ---> fb3a1c9b2340 12:13:44 Step 7/24 : RUN apk add --update --no-cache make git 12:13:45 ---> Running in 82c8e9109285 12:13:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:13:46 $ docker rm -f b7dec01bab19907976f47a90a0a610cc971f692f1ce284439f2a735d156b3e10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 12:13:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:13:47 OK: 142 MiB in 39 packages 12:13:47 + docker inspect -f . ci-base-image-x86_64 12:13:47 . [Pipeline] withDockerContainer 12:13:47 prd-centos7-docker-4c-2g-30161 does not seem to be running inside a container 12:13:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:13:48 $ docker top c0ea5dadac4e72226d386a367bf546dc67b740ea6596775b8bdf4a2aae00a65f -eo pid,comm [Pipeline] { [Pipeline] sh 12:13:49 Removing intermediate container 82c8e9109285 12:13:49 ---> ec39778ebb3a 12:13:49 Step 8/24 : COPY . . 12:13:49 + make test 12:13:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:13:50 ---> c5943fa69708 12:13:50 Step 9/24 : RUN ${MAKE} 12:13:50 ---> Running in 21f6bad16265 12:13:51 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 12:14:08 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 12:14:18 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 12:14:19 Removing intermediate container 21f6bad16265 12:14:19 ---> fe4e6b402008 12:14:19 Step 10/24 : FROM scratch 12:14:19 ---> 12:14:19 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:14:19 ---> Running in 53b155fec7c6 12:14:20 Removing intermediate container 53b155fec7c6 12:14:20 ---> 674ae360ef14 12:14:20 Step 12/24 : ENV APP_PORT=49990 12:14:20 ---> Running in 9a370e85970b 12:14:20 Removing intermediate container 9a370e85970b 12:14:20 ---> 9cbee166fb76 12:14:20 Step 13/24 : EXPOSE $APP_PORT 12:14:20 ---> Running in c6b46b39b4c1 12:14:21 Removing intermediate container c6b46b39b4c1 12:14:21 ---> e5d495508178 12:14:21 Step 14/24 : WORKDIR / 12:14:21 ---> Running in 1277e2782281 12:14:21 Removing intermediate container 1277e2782281 12:14:21 ---> 3eb09fe9d37c 12:14:21 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 12:14:23 ---> 775dc32a41b3 12:14:23 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 12:14:23 ---> 998517c01308 12:14:23 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 12:14:24 ---> 8674b4f0e11d 12:14:24 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 12:14:25 ---> 250153e30c5a 12:14:25 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 12:14:25 ---> 710db64e4460 12:14:25 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 12:14:25 ---> Running in d445f7bef59d 12:14:26 Removing intermediate container d445f7bef59d 12:14:26 ---> 9b5369f639d7 12:14:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:14:26 ---> Running in 52d744d9835d 12:14:26 Removing intermediate container 52d744d9835d 12:14:26 ---> 7d3137fa14a7 12:14:26 Step 22/24 : LABEL arch=arm64 12:14:26 ---> Running in 41586dfa7a7d 12:14:27 Removing intermediate container 41586dfa7a7d 12:14:27 ---> 3eb148a74c79 12:14:27 Step 23/24 : LABEL git_sha=1e00127111e0a30e885655790eaa6333d78c56ad 12:14:27 ---> Running in 888405a2bcdb 12:14:27 Removing intermediate container 888405a2bcdb 12:14:27 ---> 22b282dd540e 12:14:27 Step 24/24 : LABEL version=0.0.0 12:14:27 ---> Running in e11bd951e823 12:14:28 Removing intermediate container e11bd951e823 12:14:28 ---> 87ecafd294e9 12:14:28 [Warning] One or more build-args [ARCH] were not consumed 12:14:28 Successfully built 87ecafd294e9 12:14:28 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 12:14:29 ---> job-cost.sh 12:14:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rDD7 12:14:41 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 12:14:41 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 12:14:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 12:14:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 12:14:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.074s coverage: 25.5% of statements 12:14:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.089s coverage: 81.2% of statements 12:15:08 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:15:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.161s coverage: 10.5% of statements 12:15:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 12:15:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 12:15:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.241s coverage: 32.5% of statements 12:15:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 12:15:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 12:15:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 12:15:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.228s coverage: 57.3% of statements 12:15:16 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.843s coverage: 6.6% of statements 12:15:16 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.401s coverage: 5.1% of statements 12:15:16 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 12:15:16 GO111MODULE=on go vet ./... 12:15:49 gofmt -l . 12:15:49 [ "`gofmt -l .`" = "" ] 12:15:49 ./bin/test-attribution-txt.sh 12:15:53 ./bin/test-go-mod-tidy.sh [Pipeline] } 12:15:54 $ docker stop --time=1 c0ea5dadac4e72226d386a367bf546dc67b740ea6596775b8bdf4a2aae00a65f 12:15:56 $ docker rm -f c0ea5dadac4e72226d386a367bf546dc67b740ea6596775b8bdf4a2aae00a65f [Pipeline] // withDockerContainer [Pipeline] sh 12:15:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:15:58 Warning: overwriting stash ‘coverage-report’ 12:15:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:15:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:16:00 + ls -al . 12:16:00 total 184 12:16:00 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 17 12:15 . 12:16:00 drwxrwxr-x. 4 jenkins jenkins 28 Mar 17 12:12 .. 12:16:00 drwxrwxr-x. 2 jenkins jenkins 64 Mar 17 12:12 bin 12:16:00 -rw-r--r--. 1 jenkins jenkins 100014 Mar 17 12:15 coverage.out 12:16:00 -rw-rw-r--. 1 jenkins jenkins 949 Mar 17 12:12 Dockerfile.build 12:16:00 -rw-rw-r--. 1 jenkins jenkins 140 Mar 17 12:12 .dockerignore 12:16:00 drwxrwxr-x. 4 jenkins jenkins 48 Mar 17 12:12 example 12:16:00 drwxrwxr-x. 8 jenkins jenkins 179 Mar 17 12:12 .git 12:16:00 drwxrwxr-x. 2 jenkins jenkins 103 Mar 17 12:12 .github 12:16:00 -rw-rw-r--. 1 jenkins jenkins 138 Mar 17 12:12 .gitignore 12:16:00 -rw-r--r--. 1 jenkins jenkins 479 Mar 17 12:15 go.mod 12:16:00 -rw-r--r--. 1 jenkins jenkins 17490 Mar 17 12:15 go.sum 12:16:00 drwxrwxr-x. 13 jenkins jenkins 193 Mar 17 12:12 internal 12:16:00 -rw-rw-r--. 1 jenkins jenkins 901 Mar 17 12:12 Jenkinsfile 12:16:00 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 17 12:12 LICENSE 12:16:00 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 17 12:12 Makefile 12:16:00 drwxrwxr-x. 4 jenkins jenkins 26 Mar 17 12:12 openapi 12:16:00 drwxrwxr-x. 5 jenkins jenkins 50 Mar 17 12:12 pkg 12:16:00 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 17 12:12 README.md 12:16:00 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 17 12:12 RELEASE-NOTES.txt 12:16:00 drwxrwxr-x. 4 jenkins jenkins 54 Mar 17 12:12 snap 12:16:00 -rw-rw-r--. 1 jenkins jenkins 5 Mar 17 12:06 VERSION 12:16:00 -rw-rw-r--. 1 jenkins jenkins 222 Mar 17 12:12 version.go [Pipeline] isUnix [Pipeline] sh 12:16:00 + 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=1e00127111e0a30e885655790eaa6333d78c56ad --label arch=amd64 --label version=0.0.0 . 12:16:01 Sending build context to Docker daemon 2.394MB 12:16:01 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 12:16:01 Step 2/24 : FROM ${BASE} AS builder 12:16:01 ---> 61bf6812f615 12:16:01 Step 3/24 : ARG MAKE='make build' 12:16:01 ---> Running in 850f39b53720 12:16:02 Removing intermediate container 850f39b53720 12:16:02 ---> 9c17700717cd 12:16:02 Step 4/24 : WORKDIR /device-sdk-go 12:16:02 ---> Running in 53a5af47213b 12:16:02 Removing intermediate container 53a5af47213b 12:16:02 ---> c4177d2aa63b 12:16:02 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:16:02 ---> Running in 871db39605bd 12:16:02 Removing intermediate container 871db39605bd 12:16:02 ---> 66b5cfd86182 12:16:02 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:16:02 ---> Running in 251d0143eeab 12:16:05 Removing intermediate container 251d0143eeab 12:16:05 ---> b777b77fb219 12:16:05 Step 7/24 : RUN apk add --update --no-cache make git 12:16:05 ---> Running in cf03b5709d98 12:16:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:16:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:16:07 OK: 166 MiB in 39 packages 12:16:09 Removing intermediate container cf03b5709d98 12:16:09 ---> b5afef2020b4 12:16:09 Step 8/24 : COPY . . 12:16:11 ---> b071949540f7 12:16:11 Step 9/24 : RUN ${MAKE} 12:16:11 ---> Running in 0fe29d732822 12:16:12 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 12:16:45 lf-activate-venv(): INFO: Adding /tmp/venv-rDD7/bin to PATH 12:16:45 INFO: No Stack... 12:16:45 INFO: Retrieving Pricing Info for: lf-standard-4 12:16:45 INFO: Archiving Costs [Pipeline] sh 12:16:45 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 12:16:45 + cut -d, -f6 [Pipeline] lock 12:16:45 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] 12:16:45 Resource [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] did not exist. Created. 12:16:45 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:16:46 + echo total: 0.20999999344348907 [Pipeline] stash 12:16:46 Stashed 1 file(s) [Pipeline] } 12:16:46 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } 12:16:46 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:16:47 Removing intermediate container 0fe29d732822 12:16:47 ---> c2f02f69292f 12:16:47 Step 10/24 : FROM scratch 12:16:47 ---> 12:16:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:16:47 ---> Running in e0237061e9c6 12:16:47 Removing intermediate container e0237061e9c6 12:16:47 ---> ef667110f846 12:16:47 Step 12/24 : ENV APP_PORT=49990 12:16:47 ---> Running in b65a5a664eb9 12:16:48 Removing intermediate container b65a5a664eb9 12:16:48 ---> 2e6cde5bf513 12:16:48 Step 13/24 : EXPOSE $APP_PORT 12:16:48 ---> Running in affc31d3b2f0 12:16:48 Removing intermediate container affc31d3b2f0 12:16:48 ---> 6a1cb120bc91 12:16:48 Step 14/24 : WORKDIR / 12:16:48 ---> Running in bb4dae21f1e9 12:16:49 Removing intermediate container bb4dae21f1e9 12:16:49 ---> 0f7744a294d5 12:16:49 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 12:16:51 ---> 7baedfb490b1 12:16:51 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 12:16:51 ---> 3a64b4cf7349 12:16:51 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 12:16:52 ---> ea042cb8970c 12:16:52 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 12:16:52 ---> 2b0cc055a7e0 12:16:52 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 12:16:53 ---> c6f87c0822b6 12:16:53 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 12:16:53 ---> Running in 2226a436f75f 12:16:55 Removing intermediate container 2226a436f75f 12:16:55 ---> c6f2d21aaeb9 12:16:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:16:55 ---> Running in ae9e0bf53ac7 12:16:55 Removing intermediate container ae9e0bf53ac7 12:16:55 ---> c9806b632cba 12:16:55 Step 22/24 : LABEL arch=amd64 12:16:55 ---> Running in 7200aafa2ed5 12:16:56 Removing intermediate container 7200aafa2ed5 12:16:56 ---> 0e3f271aaeb9 12:16:56 Step 23/24 : LABEL git_sha=1e00127111e0a30e885655790eaa6333d78c56ad 12:16:56 ---> Running in 0a536486fae2 12:16:57 Removing intermediate container 0a536486fae2 12:16:57 ---> 26c5b0d40f79 12:16:57 Step 24/24 : LABEL version=0.0.0 12:16:57 ---> Running in d0798565a732 12:16:57 Removing intermediate container d0798565a732 12:16:57 ---> c736adac6f13 12:16:57 [Warning] One or more build-args [ARCH] were not consumed 12:16:57 Successfully built c736adac6f13 12:16:57 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 12:16:58 ---> job-cost.sh 12:16:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-B6tb 12:17:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:18:19 lf-activate-venv(): INFO: Adding /tmp/venv-B6tb/bin to PATH 12:18:19 INFO: No Stack... 12:18:19 INFO: Retrieving Pricing Info for: v1-standard-2 12:18:19 INFO: Archiving Costs [Pipeline] sh 12:18:19 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 12:18:19 + cut -d, -f6 [Pipeline] lock 12:18:19 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] 12:18:19 Resource [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] did not exist. Created. 12:18:19 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:18:19 /w/workspace/device-sdk-go/2@tmp/durable-fbe640c9/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 12:18:20 + echo total: 0.029999999329447746 [Pipeline] stash 12:18:20 Warning: overwriting stash ‘stack-cost’ 12:18:20 Stashed 1 file(s) [Pipeline] } 12:18:20 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-822-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 12:18:22 provisioning config files... 12:18:22 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/config8229857318413853015tmp [Pipeline] { [Pipeline] sh 12:18:22 + set +x 12:18:22 + bash -s -- 12:18:22 + curl -s https://codecov.io/bash 12:18:23 12:18:23 _____ _ 12:18:23 / ____| | | 12:18:23 | | ___ __| | ___ ___ _____ __ 12:18:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:18:23 | |___| (_) | (_| | __/ (_| (_) \ V / 12:18:23 \_____\___/ \__,_|\___|\___\___/ \_/ 12:18:23 Bash-20210309-2b87ace 12:18:23 12:18:23 12:18:23 ==> git version 2.24.3 found 12:18:23 ==> 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 12:18:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:18:23 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:18:23 ==> Jenkins CI detected. 12:18:23 project root: . 12:18:23 --> token set from env 12:18:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:18:23 ==> Running gcov in . (disable via -X gcov) 12:18:23 ==> Python coveragepy not found 12:18:23 ==> Searching for coverage reports in: 12:18:23 + . 12:18:23 -> Found 1 reports 12:18:23 ==> Detecting git/mercurial file structure 12:18:23 ==> Reading reports 12:18:23 + ./coverage.out bytes=100014 12:18:23 ==> Appending adjustments 12:18:23 https://docs.codecov.io/docs/fixing-reports 12:18:23 + Found adjustments 12:18:23 ==> Gzipping contents 12:18:23 16K /tmp/codecov.fm9tNx.gz 12:18:23 ==> Uploading reports 12:18:23 url: https://codecov.io 12:18:23 query: branch=PR-822&commit=1e00127111e0a30e885655790eaa6333d78c56ad&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-822%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=822&job=&cmd_args= 12:18:23 -> Pinging Codecov 12:18:23 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-822&commit=1e00127111e0a30e885655790eaa6333d78c56ad&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-822%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=822&job=&cmd_args= 12:18:24 -> Uploading to 12:18:24 https://storage.googleapis.com/codecov/v4/raw/2021-03-17/7E55EF52A471D76F132DFD9A03CDDE97/1e00127111e0a30e885655790eaa6333d78c56ad/0c9b1647-9ba4-4e31-b92f-69868be6e4a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210317T121824Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d03588fea6347545374c2315fd4cf3e9be288043ea28472bc2b7e52073989325 12:18:24 % Total % Received % Xferd Average Speed Time Time Time Current 12:18:24 Dload Upload Total Spent Left Speed 12:18:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13503 0 0 100 13503 0 28109 --:--:-- --:--:-- --:--:-- 28072 12:18:25 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1e00127111e0a30e885655790eaa6333d78c56ad [Pipeline] } 12:18:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 12:18:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:18:28 ---> package-listing.sh 12:18:28 ++ facter osfamily 12:18:28 ++ tr '[:upper:]' '[:lower:]' 12:18:28 + OS_FAMILY=redhat 12:18:28 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-822 12:18:28 + START_PACKAGES=/tmp/packages_start.txt 12:18:28 + END_PACKAGES=/tmp/packages_end.txt 12:18:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:18:28 + PACKAGES=/tmp/packages_start.txt 12:18:28 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-822 ']' 12:18:28 + PACKAGES=/tmp/packages_end.txt 12:18:28 + case "${OS_FAMILY}" in 12:18:28 + rpm -qa 12:18:28 + sort 12:18:34 + '[' -f /tmp/packages_start.txt ']' 12:18:34 + '[' -f /tmp/packages_end.txt ']' 12:18:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:18:34 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-822 ']' 12:18:34 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-822/archives/ 12:18:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-822/archives/ [Pipeline] echo 12:18:34 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-822/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:18:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:18:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:18:35 12:18:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:18:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:18:36 alpine: Pulling from edgex-lftools-log-publisher 12:18:36 df20fa9351a1: Pulling fs layer 12:18:36 36b3adc4ff6f: Pulling fs layer 12:18:36 8ad3a11d3b57: Pulling fs layer 12:18:36 46f8f816bc3b: Pulling fs layer 12:18:36 93b61091891f: Pulling fs layer 12:18:36 93b9cdb0e59b: Pulling fs layer 12:18:36 5e14af77c1be: Pulling fs layer 12:18:36 01666e4c0597: Pulling fs layer 12:18:36 aa168da1d23b: Pulling fs layer 12:18:36 93b9cdb0e59b: Waiting 12:18:36 5e14af77c1be: Waiting 12:18:36 01666e4c0597: Waiting 12:18:36 93b61091891f: Waiting 12:18:36 aa168da1d23b: Waiting 12:18:36 46f8f816bc3b: Waiting 12:18:36 36b3adc4ff6f: Download complete 12:18:36 46f8f816bc3b: Verifying Checksum 12:18:36 46f8f816bc3b: Download complete 12:18:36 93b61091891f: Verifying Checksum 12:18:36 93b61091891f: Download complete 12:18:36 93b9cdb0e59b: Verifying Checksum 12:18:36 93b9cdb0e59b: Download complete 12:18:36 df20fa9351a1: Verifying Checksum 12:18:36 df20fa9351a1: Download complete 12:18:36 5e14af77c1be: Verifying Checksum 12:18:36 5e14af77c1be: Download complete 12:18:36 01666e4c0597: Verifying Checksum 12:18:36 01666e4c0597: Download complete 12:18:37 df20fa9351a1: Pull complete 12:18:37 36b3adc4ff6f: Pull complete 12:18:37 8ad3a11d3b57: Verifying Checksum 12:18:37 8ad3a11d3b57: Download complete 12:18:38 8ad3a11d3b57: Pull complete 12:18:38 46f8f816bc3b: Pull complete 12:18:39 93b61091891f: Pull complete 12:18:39 93b9cdb0e59b: Pull complete 12:18:40 aa168da1d23b: Verifying Checksum 12:18:40 aa168da1d23b: Download complete 12:18:40 5e14af77c1be: Pull complete 12:18:40 01666e4c0597: Pull complete 12:18:56 aa168da1d23b: Pull complete 12:18:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:18:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:18:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:18:56 prd-centos7-docker-4c-2g-30154 does not seem to be running inside a container 12:18:56 $ 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-822/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-822 -v /w/workspace/dgexfoundry_device-sdk-go_PR-822:/w/workspace/dgexfoundry_device-sdk-go_PR-822:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:19:01 $ docker top 6bad07cf82280bfc9fe2a426f9fcdf0805da03d0b4c7b872c8cbffae3941957b -eo pid,comm [Pipeline] { [Pipeline] sh 12:19:02 + touch /tmp/pre-build-complete [Pipeline] sh 12:19:03 + mkdir -p /var/log/sa [Pipeline] sh 12:19:04 + ls /var/log/sa-host 12:19:04 + sadf -c /var/log/sa-host/sa17 12:19:04 file_magic: OK 12:19:04 HZ: Using current value: 100 12:19:04 file_header: OK 12:19:04 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 12:19:04 Statistics: 12:19:04 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...Hnuu...uuuununununu... 12:19:04 File successfully converted to sysstat format version 12.2.1 12:19:04 + sadf -c /var/log/sa-host/sa23 12:19:04 file_magic: OK 12:19:04 HZ: Using current value: 100 12:19:04 file_header: OK 12:19:04 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 12:19:04 Statistics: 12:19:04 Hnuu...uuuununununu... 12:19:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:19:04 provisioning config files... 12:19:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp/config7797454413300272396tmp [Pipeline] { [Pipeline] echo 12:19:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:19:05 ---> create-netrc.sh [Pipeline] } 12:19:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:19:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:19:06 ---> python-tools-install.sh [Pipeline] echo 12:19:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:19:06 ---> sudo-logs.sh 12:19:06 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:19:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:19:06 ---> job-cost.sh 12:19:06 lf-activate-venv: SKIPPING 12:19:06 DEBUG: total: 0.029999999329447746 12:19:06 INFO: Retrieving Stack Cost... 12:19:08 INFO: Retrieving Pricing Info for: v1-standard-2 12:19:09 INFO: Archiving Costs [Pipeline] echo 12:19:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:19:09 ---> logs-deploy.sh 12:19:09 lf-activate-venv: SKIPPING 12:19:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-822/2 12:19:09 INFO: archiving workspace using pattern(s): 12:19:14 Archives upload complete. 12:19:14 INFO: archiving logs to Nexus 12:19:15 ---> uname -a: 12:19:15 Linux prd-centos7-docker-4c-2g-30154.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 12:19:15 12:19:15 12:19:15 ---> lscpu: 12:19:15 Architecture: x86_64 12:19:15 CPU op-mode(s): 32-bit, 64-bit 12:19:15 Byte Order: Little Endian 12:19:15 Address sizes: 40 bits physical, 48 bits virtual 12:19:15 CPU(s): 4 12:19:15 On-line CPU(s) list: 0-3 12:19:15 Thread(s) per core: 1 12:19:15 Core(s) per socket: 1 12:19:15 Socket(s): 4 12:19:15 NUMA node(s): 1 12:19:15 Vendor ID: GenuineIntel 12:19:15 CPU family: 6 12:19:15 Model: 44 12:19:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:19:15 Stepping: 1 12:19:15 CPU MHz: 2933.438 12:19:15 BogoMIPS: 5866.87 12:19:15 Virtualization: VT-x 12:19:15 Hypervisor vendor: KVM 12:19:15 Virtualization type: full 12:19:15 L1d cache: 128 KiB 12:19:15 L1i cache: 128 KiB 12:19:15 L2 cache: 16 MiB 12:19:15 L3 cache: 64 MiB 12:19:15 NUMA node0 CPU(s): 0-3 12:19:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:19:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:19:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:19:15 Vulnerability Meltdown: Mitigation; PTI 12:19:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:19:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:19:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:19:15 Vulnerability Srbds: Not affected 12:19:15 Vulnerability Tsx async abort: Not affected 12:19:15 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 12:19:15 12:19:15 12:19:15 ---> nproc: 12:19:15 4 12:19:15 12:19:15 12:19:15 ---> df -h: 12:19:15 Filesystem Size Used Available Use% Mounted on 12:19:15 overlay 50.0G 6.9G 43.1G 14% / 12:19:15 tmpfs 64.0M 0 64.0M 0% /dev 12:19:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:19:15 shm 64.0M 0 64.0M 0% /dev/shm 12:19:15 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 12:19:15 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 12:19:15 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 12:19:15 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 12:19:15 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 12:19:15 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 12:19:15 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 12:19:15 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-822 12:19:15 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-822@tmp 12:19:15 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 12:19:15 12:19:15 12:19:15 ---> free -m: 12:19:15 total used free shared buff/cache available 12:19:15 Mem: 1837 699 83 0 1054 1033 12:19:15 Swap: 1023 0 1023 12:19:15 12:19:15 12:19:15 ---> ip addr: 12:19:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:19:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:19:15 inet 127.0.0.1/8 scope host lo 12:19:15 valid_lft forever preferred_lft forever 12:19:15 inet6 ::1/128 scope host 12:19:15 valid_lft forever preferred_lft forever 12:19:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:19:15 link/ether fa:16:3e:ec:ea:42 brd ff:ff:ff:ff:ff:ff 12:19:15 inet 10.30.123.80/23 brd 10.30.123.255 scope global dynamic eth0 12:19:15 valid_lft 85509sec preferred_lft 85509sec 12:19:15 inet6 fe80::f816:3eff:feec:ea42/64 scope link 12:19:15 valid_lft forever preferred_lft forever 12:19:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:19:15 link/ether 02:42:06:92:e3:d9 brd ff:ff:ff:ff:ff:ff 12:19:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:19:15 valid_lft forever preferred_lft forever 12:19:15 inet6 fe80::42:6ff:fe92:e3d9/64 scope link 12:19:15 valid_lft forever preferred_lft forever 12:19:15 12:19:15 12:19:15 ---> sar -b -r -n DEV: 12:19:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/17/21 _x86_64_ (4 CPU) 12:19:15 12:19:15 12:04:06 LINUX RESTART (4 CPU) 12:19:15 12:19:15 12:05:04 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:19:15 12:06:01 84.53 45.38 39.14 0.00 6502.80 17039.97 0.00 12:19:15 12:07:01 23.92 5.11 18.81 0.00 1532.14 2261.66 0.00 12:19:15 12:08:01 0.40 0.00 0.40 0.00 0.00 6.57 0.00 12:19:15 12:09:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 12:19:15 12:10:02 0.23 0.00 0.23 0.00 0.00 3.01 0.00 12:19:15 12:11:01 0.19 0.00 0.19 0.00 0.00 2.45 0.00 12:19:15 12:12:01 0.37 0.00 0.37 0.00 0.00 5.41 0.00 12:19:15 12:13:01 0.30 0.00 0.30 0.00 0.00 5.28 0.00 12:19:15 12:14:01 0.30 0.00 0.30 0.00 0.00 4.33 0.00 12:19:15 12:15:01 0.23 0.00 0.23 0.00 0.00 3.48 0.00 12:19:15 12:16:01 0.35 0.00 0.35 0.00 0.00 5.04 0.00 12:19:15 12:17:01 0.32 0.00 0.32 0.00 0.00 4.61 0.00 12:19:15 12:18:01 0.35 0.00 0.35 0.00 0.00 5.04 0.00 12:19:15 12:19:02 135.50 71.90 63.59 0.00 6688.48 18306.56 0.00 12:19:15 Average: 17.50 8.65 8.85 0.00 1036.26 2649.29 0.00 12:19:15 12:19:15 12:05:04 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:19:15 12:06:01 100896 0 541088 28.76 2620 1236940 1104340 37.69 399196 1185852 11060 12:19:15 12:07:01 147504 0 584252 31.05 2620 1147168 1196488 40.83 408192 1123976 20 12:19:15 12:08:01 161704 0 570048 30.30 2620 1147172 1099100 37.51 410612 1109936 8 12:19:15 12:09:01 162856 0 568892 30.24 2620 1147176 1064352 36.32 409024 1111160 12 12:19:15 12:10:02 163112 0 568632 30.22 2620 1147180 1064364 36.32 412344 1107912 20 12:19:15 12:11:01 163364 0 568372 30.21 2620 1147188 1064256 36.32 407716 1111968 8 12:19:15 12:12:01 163832 0 567904 30.18 2620 1147188 1064184 36.32 407472 1111968 8 12:19:15 12:13:01 163220 0 568512 30.22 2620 1147192 1064352 36.32 408112 1111968 8 12:19:15 12:14:01 164120 0 567604 30.17 2620 1147200 1064148 36.32 407148 1111968 8 12:19:15 12:15:01 164376 0 567344 30.15 2620 1147204 1064148 36.32 407152 1111968 8 12:19:15 12:16:01 163728 0 567988 30.19 2620 1147208 1064232 36.32 407736 1111968 8 12:19:15 12:17:01 164424 0 567288 30.15 2620 1147212 1064148 36.32 407164 1111968 8 12:19:15 12:18:01 164680 0 567024 30.14 2620 1147220 1064148 36.32 407296 1111968 12 12:19:15 12:19:02 162848 0 658200 34.98 2620 1057876 1326260 45.26 437464 1027976 32 12:19:15 Average: 157905 0 573796 30.50 2620 1147223 1097751 37.46 409759 1111611 801 12:19:15 12:19:15 12:05:04 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:19:15 12:06:01 eth0 191.45 145.03 761.24 62.52 0.00 0.00 0.00 0.00 12:19:15 12:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:07:01 eth0 66.52 54.84 358.00 37.60 0.00 0.00 0.00 0.00 12:19:15 12:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:07:01 docker0 8.88 6.20 1.44 23.84 0.00 0.00 0.00 0.00 12:19:15 12:08:01 eth0 1.23 0.38 0.33 0.20 0.00 0.00 0.00 0.00 12:19:15 12:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:09:01 eth0 1.06 0.33 0.31 0.20 0.00 0.00 0.00 0.00 12:19:15 12:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:10:02 eth0 0.67 0.35 0.29 0.17 0.00 0.00 0.00 0.00 12:19:15 12:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:11:01 eth0 1.12 0.20 0.21 0.10 0.00 0.00 0.00 0.00 12:19:15 12:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:12:01 eth0 0.23 0.13 0.07 0.01 0.00 0.00 0.00 0.00 12:19:15 12:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:13:01 eth0 0.53 0.50 0.27 0.21 0.00 0.00 0.00 0.00 12:19:15 12:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:14:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:19:15 12:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:15:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:19:15 12:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:16:01 eth0 0.32 0.23 0.14 0.07 0.00 0.00 0.00 0.00 12:19:15 12:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:17:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:19:15 12:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:18:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:19:15 12:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:19:02 eth0 212.27 162.81 2166.63 20.38 0.00 0.00 0.00 0.00 12:19:15 12:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 12:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 Average: eth0 33.55 25.76 234.01 8.51 0.00 0.00 0.00 0.00 12:19:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:19:15 Average: docker0 0.64 0.45 0.10 1.71 0.00 0.00 0.00 0.00 12:19:15 12:19:15 12:19:15 ---> sar -P ALL: 12:19:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/17/21 _x86_64_ (4 CPU) 12:19:15 12:19:15 12:04:06 LINUX RESTART (4 CPU) 12:19:15 12:19:15 12:05:04 CPU %user %nice %system %iowait %steal %idle 12:19:15 12:06:01 all 12.32 0.00 5.17 5.73 30.08 46.70 12:19:15 12:06:01 0 9.77 0.00 4.89 6.11 30.27 48.95 12:19:15 12:06:01 1 14.43 0.00 5.22 6.52 30.28 43.54 12:19:15 12:06:01 2 11.74 0.00 5.61 6.31 30.09 46.24 12:19:15 12:06:01 3 13.47 0.00 4.94 3.96 29.67 47.95 12:19:15 12:07:01 all 2.21 0.00 1.78 0.63 8.80 86.57 12:19:15 12:07:01 0 1.69 0.00 1.75 0.11 7.99 88.45 12:19:15 12:07:01 1 2.42 0.00 1.96 0.37 10.26 85.00 12:19:15 12:07:01 2 2.75 0.00 1.70 1.39 8.72 85.44 12:19:15 12:07:01 3 1.99 0.00 1.69 0.67 8.22 87.44 12:19:15 12:08:01 all 0.09 0.00 0.04 0.00 0.44 99.43 12:19:15 12:08:01 0 0.02 0.00 0.05 0.00 0.37 99.57 12:19:15 12:08:01 1 0.08 0.00 0.05 0.00 0.58 99.29 12:19:15 12:08:01 2 0.22 0.00 0.05 0.00 0.61 99.12 12:19:15 12:08:01 3 0.03 0.00 0.02 0.00 0.22 99.73 12:19:15 12:09:01 all 0.07 0.00 0.05 0.00 0.42 99.46 12:19:15 12:09:01 0 0.02 0.00 0.02 0.00 0.58 99.39 12:19:15 12:09:01 1 0.20 0.00 0.05 0.00 0.57 99.18 12:19:15 12:09:01 2 0.03 0.00 0.08 0.00 0.43 99.45 12:19:15 12:09:01 3 0.02 0.00 0.05 0.00 0.12 99.82 12:19:15 12:10:02 all 0.09 0.00 0.05 0.00 0.74 99.12 12:19:15 12:10:02 0 0.00 0.00 0.02 0.00 0.25 99.73 12:19:15 12:10:02 1 0.23 0.00 0.03 0.00 0.61 99.12 12:19:15 12:10:02 2 0.07 0.00 0.08 0.00 1.56 98.29 12:19:15 12:10:02 3 0.07 0.00 0.08 0.00 0.51 99.34 12:19:15 12:11:01 all 0.09 0.00 0.08 0.00 0.92 98.91 12:19:15 12:11:01 0 0.03 0.00 0.03 0.00 1.09 98.84 12:19:15 12:11:01 1 0.05 0.00 0.12 0.00 0.71 99.12 12:19:15 12:11:01 2 0.27 0.00 0.13 0.00 1.04 98.55 12:19:15 12:11:01 3 0.00 0.00 0.02 0.00 0.84 99.14 12:19:15 12:12:01 all 0.08 0.00 0.02 0.00 0.62 99.28 12:19:15 12:12:01 0 0.03 0.00 0.03 0.00 0.71 99.22 12:19:15 12:12:01 1 0.10 0.00 0.02 0.00 0.32 99.57 12:19:15 12:12:01 2 0.18 0.00 0.03 0.00 0.73 99.06 12:19:15 12:12:01 3 0.00 0.00 0.00 0.00 0.71 99.29 12:19:15 12:13:01 all 0.10 0.00 0.03 0.00 0.40 99.47 12:19:15 12:13:01 0 0.02 0.00 0.02 0.00 0.17 99.80 12:19:15 12:13:01 1 0.32 0.00 0.03 0.00 0.70 98.95 12:19:15 12:13:01 2 0.05 0.00 0.05 0.00 0.35 99.55 12:19:15 12:13:01 3 0.02 0.00 0.02 0.00 0.40 99.57 12:19:15 12:14:01 all 0.06 0.00 0.03 0.00 0.18 99.73 12:19:15 12:14:01 0 0.00 0.00 0.02 0.00 0.07 99.92 12:19:15 12:14:01 1 0.20 0.00 0.05 0.00 0.33 99.42 12:19:15 12:14:01 2 0.03 0.00 0.03 0.00 0.13 99.80 12:19:15 12:14:01 3 0.00 0.00 0.02 0.00 0.18 99.80 12:19:15 12:15:01 all 0.09 0.00 0.03 0.00 0.45 99.44 12:19:15 12:15:01 0 0.05 0.00 0.02 0.00 0.60 99.34 12:19:15 12:15:01 1 0.22 0.00 0.03 0.00 0.35 99.40 12:19:15 12:15:01 2 0.07 0.00 0.05 0.00 0.81 99.07 12:19:15 12:15:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:19:15 12:16:01 all 0.07 0.00 0.02 0.00 0.68 99.24 12:19:15 12:16:01 0 0.02 0.00 0.03 0.00 0.66 99.29 12:19:15 12:16:01 1 0.23 0.00 0.00 0.00 0.73 99.04 12:19:15 12:16:01 2 0.02 0.00 0.03 0.00 1.06 98.89 12:19:15 12:16:01 3 0.00 0.00 0.00 0.00 0.27 99.73 12:19:15 12:19:15 12:16:01 CPU %user %nice %system %iowait %steal %idle 12:19:15 12:17:01 all 0.11 0.00 0.02 0.00 0.26 99.61 12:19:15 12:17:01 0 0.05 0.00 0.02 0.00 0.50 99.44 12:19:15 12:17:01 1 0.33 0.00 0.05 0.00 0.28 99.33 12:19:15 12:17:01 2 0.03 0.00 0.00 0.00 0.07 99.90 12:19:15 12:17:01 3 0.02 0.00 0.02 0.00 0.20 99.77 12:19:15 12:18:01 all 0.10 0.00 0.05 0.00 0.32 99.54 12:19:15 12:18:01 0 0.05 0.00 0.07 0.00 0.65 99.24 12:19:15 12:18:01 1 0.18 0.00 0.03 0.00 0.30 99.48 12:19:15 12:18:01 2 0.15 0.00 0.05 0.00 0.27 99.53 12:19:15 12:18:01 3 0.02 0.00 0.03 0.00 0.05 99.90 12:19:15 12:19:02 all 4.21 0.00 3.41 2.39 12.41 77.58 12:19:15 12:19:02 0 3.12 0.00 2.96 1.29 12.64 79.98 12:19:15 12:19:02 1 3.87 0.00 3.38 0.65 12.51 79.59 12:19:15 12:19:02 2 5.99 0.00 4.07 5.55 12.25 72.14 12:19:15 12:19:02 3 3.87 0.00 3.25 2.09 12.23 78.55 12:19:15 Average: all 1.43 0.00 0.79 0.64 4.13 93.01 12:19:15 Average: 0 1.11 0.00 0.73 0.56 4.18 93.41 12:19:15 Average: 1 1.65 0.00 0.80 0.54 4.23 92.78 12:19:15 Average: 2 1.57 0.00 0.87 0.96 4.23 92.36 12:19:15 Average: 3 1.41 0.00 0.74 0.49 3.88 93.48 12:19:15 12:19:15 12:19:15