Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cefba91cd2d774311e977f8787cb353ade1003ea+70dff52b8df9807f5114cad14836e8310fd11d9c (f7587256a409b04be06d77bfd43620f47e40f1a1) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 ‘prd-centos7-docker-4c-2g-3338’ is offline Running on prd-centos7-docker-4c-2g-3341 in /w/workspace/dgexfoundry_device-sdk-go_PR-904 [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-904 # 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 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit cefba91cd2d774311e977f8787cb353ade1003ea Merge succeeded, producing 9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c Checking out Revision 9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c (PR-904) > 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/904/head:refs/remotes/origin/PR-904 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cefba91cd2d774311e977f8787cb353ade1003ea # 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 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c # timeout=10 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" > git rev-list --no-walk cefba91cd2d774311e977f8787cb353ade1003ea # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:42:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:42:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:42:14 ========================================================= 22:42:14 EdgeX Global Pipelines Version Info 22:42:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:42:16 ------------------- 22:42:16 stable info: 22:42:16 ------------------- 22:42:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:42:16 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 22:42:16 Message: update stable to v1.0.191 22:42:17 ------------------- 22:42:17 experimental info: 22:42:17 ------------------- 22:42:17 Commited By: **** collab-it+edgex@linuxfoundation.org 22:42:17 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 22:42:17 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:42:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-904 [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-904 [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-904 [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9cb6d69 [Pipeline] echo 22:42:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:42:18 provisioning config files... 22:42:18 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-904@tmp/config5129811881101440325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:42:18 ---> docker-login.sh 22:42:18 nexus3.edgexfoundry.org:10001 22:42:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:19 Configure a credential helper to remove this warning. See 22:42:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:19 22:42:19 Login Succeeded 22:42:19 nexus3.edgexfoundry.org:10002 22:42:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:19 Configure a credential helper to remove this warning. See 22:42:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:19 22:42:19 Login Succeeded 22:42:19 nexus3.edgexfoundry.org:10003 22:42:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:19 Configure a credential helper to remove this warning. See 22:42:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:19 22:42:19 Login Succeeded 22:42:19 nexus3.edgexfoundry.org:10004 22:42:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:19 Configure a credential helper to remove this warning. See 22:42:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:19 22:42:19 Login Succeeded 22:42:19 docker.io 22:42:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:20 Configure a credential helper to remove this warning. See 22:42:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:20 22:42:20 Login Succeeded 22:42:20 ---> docker-login.sh ends [Pipeline] } 22:42:20 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 22:42:20 + git log --format=format:%s -1 9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c [Pipeline] echo 22:42:20 GIT_COMMIT: 9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c, Commit Message: Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD [Pipeline] echo 22:42:20 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:42:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:21 22:42:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:42:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:21 latest: Pulling from edgex-devops/git-semver 22:42:21 31603596830f: Pulling fs layer 22:42:21 54011a49482f: Pulling fs layer 22:42:21 a6820b24f6d8: Pulling fs layer 22:42:21 f581987b2513: Pulling fs layer 22:42:21 f581987b2513: Waiting 22:42:21 54011a49482f: Verifying Checksum 22:42:21 54011a49482f: Download complete 22:42:21 31603596830f: Download complete 22:42:21 f581987b2513: Verifying Checksum 22:42:21 f581987b2513: Download complete 22:42:21 a6820b24f6d8: Verifying Checksum 22:42:21 a6820b24f6d8: Download complete 22:42:22 31603596830f: Pull complete 22:42:22 54011a49482f: Pull complete 22:42:23 a6820b24f6d8: Pull complete 22:42:23 f581987b2513: Pull complete 22:42:23 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 22:42:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:42:23 prd-centos7-docker-4c-2g-3341 does not seem to be running inside a container 22:42:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-904 -v /w/workspace/dgexfoundry_device-sdk-go_PR-904:/w/workspace/dgexfoundry_device-sdk-go_PR-904:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-904@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-904@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:42:25 $ docker top be8493cea1abd0876b55dabee2b8460b7e232b52be8c5ee4e3fed15a55966f5f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:42:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:42:25 [ssh-agent] Looking for ssh-agent implementation... 22:42:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:42:26 $ docker exec be8493cea1abd0876b55dabee2b8460b7e232b52be8c5ee4e3fed15a55966f5f ssh-agent 22:42:26 SSH_AUTH_SOCK=/tmp/ssh-fmnmNOUbJv3d/agent.11 22:42:26 SSH_AGENT_PID=17 22:42:26 Running ssh-add (command line suppressed) 22:42:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-904@tmp/private_key_5007745766990672916.key (/w/workspace/dgexfoundry_device-sdk-go_PR-904@tmp/private_key_5007745766990672916.key) 22:42:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:42:26 + git tag --points-at HEAD [Pipeline] } 22:42:26 $ docker exec --env ******** --env ******** be8493cea1abd0876b55dabee2b8460b7e232b52be8c5ee4e3fed15a55966f5f ssh-agent -k 22:42:26 unset SSH_AUTH_SOCK; 22:42:26 unset SSH_AGENT_PID; 22:42:26 echo Agent pid 17 killed; 22:42:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:42:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:42:26 [ssh-agent] Looking for ssh-agent implementation... 22:42:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:42:27 $ docker exec be8493cea1abd0876b55dabee2b8460b7e232b52be8c5ee4e3fed15a55966f5f ssh-agent 22:42:27 SSH_AUTH_SOCK=/tmp/ssh-RiiXq1R0S42P/agent.47 22:42:27 SSH_AGENT_PID=52 22:42:27 Running ssh-add (command line suppressed) 22:42:27 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-904@tmp/private_key_8051861704902856565.key (/w/workspace/dgexfoundry_device-sdk-go_PR-904@tmp/private_key_8051861704902856565.key) 22:42:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:42:27 + git semver init 22:42:27 # -> Open(): unable to determine branch for HEAD 22:42:27 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-904/.git 22:42:27 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-904 22:42:27 # $SEMVER_REMOTE_NAME = origin 22:42:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:42:27 # $SEMVER_USER_NAME = edgex-jenkins 22:42:27 # $SEMVER_BRANCH = PR-904 22:42:27 # $SEMVER_TEMP = /tmp/semver-085657923 22:42:27 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 22:42:28 # '/tmp/semver-085657923' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-904/.semver' 22:42:28 # -> Force: false 22:42:28 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-904/.semver [Pipeline] } 22:42:28 $ docker exec --env ******** --env ******** be8493cea1abd0876b55dabee2b8460b7e232b52be8c5ee4e3fed15a55966f5f ssh-agent -k 22:42:28 unset SSH_AUTH_SOCK; 22:42:28 unset SSH_AGENT_PID; 22:42:28 echo Agent pid 52 killed; 22:42:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:42:29 + git semver [Pipeline] } 22:42:29 $ docker stop --time=1 be8493cea1abd0876b55dabee2b8460b7e232b52be8c5ee4e3fed15a55966f5f 22:42:30 $ docker rm -f be8493cea1abd0876b55dabee2b8460b7e232b52be8c5ee4e3fed15a55966f5f [Pipeline] // withDockerContainer [Pipeline] sh 22:42:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:42:31 Stashed 1 file(s) [Pipeline] echo 22:42:31 [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 22:42:46 Still waiting to schedule task 22:42:46 Waiting for next available executor on ‘centos7-docker-4c-2g’ 22:42:46 Still waiting to schedule task 22:42:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:43:26 Running on prd-centos7-docker-4c-2g-3345 in /w/workspace/dgexfoundry_device-sdk-go_PR-904 [Pipeline] { [Pipeline] ws 22:43:26 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 22:43:29 using credential edgex-jenkins-ssh 22:43:29 Cloning the remote Git repository 22:43:29 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:43:29 > git init /w/workspace/device-sdk-go/2 # timeout=10 22:43:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:43:29 > git --version # timeout=10 22:43:29 > git --version # 'git version 2.24.3' 22:43:29 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:43:30 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit cefba91cd2d774311e977f8787cb353ade1003ea 22:43:31 Merge succeeded, producing 3c513d27165c2423c902faa779b6eec65fa1bc34 22:43:31 Checking out Revision 3c513d27165c2423c902faa779b6eec65fa1bc34 (PR-904) 22:43:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:43:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:43:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:43:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:43:30 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/904/head:refs/remotes/origin/PR-904 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:43:30 > git config core.sparsecheckout # timeout=10 22:43:30 > git checkout -f cefba91cd2d774311e977f8787cb353ade1003ea # timeout=10 22:43:30 > git remote # timeout=10 22:43:30 > git config --get remote.origin.url # timeout=10 22:43:30 using GIT_SSH to set credentials SSH Credentials for GitHub 22:43:30 > git merge 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 22:43:31 > git rev-parse HEAD^{commit} # timeout=10 22:43:31 > git config core.sparsecheckout # timeout=10 22:43:31 > git checkout -f 3c513d27165c2423c902faa779b6eec65fa1bc34 # timeout=10 22:43:34 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" 22:43:34 > git rev-list --no-walk cefba91cd2d774311e977f8787cb353ade1003ea # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:43:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:43:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:43:36 + true 22:43:36 + sudo service docker restart 22:43:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:43:37 provisioning config files... 22:43:37 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config5619248312043755851tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:43:38 ---> docker-login.sh 22:43:38 nexus3.edgexfoundry.org:10001 22:43:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:38 Configure a credential helper to remove this warning. See 22:43:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:38 22:43:38 Login Succeeded 22:43:38 nexus3.edgexfoundry.org:10002 22:43:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:38 Configure a credential helper to remove this warning. See 22:43:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:38 22:43:38 Login Succeeded 22:43:38 nexus3.edgexfoundry.org:10003 22:43:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:39 Configure a credential helper to remove this warning. See 22:43:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:39 22:43:39 Login Succeeded 22:43:39 nexus3.edgexfoundry.org:10004 22:43:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:39 Configure a credential helper to remove this warning. See 22:43:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:39 22:43:39 Login Succeeded 22:43:39 docker.io 22:43:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:39 Configure a credential helper to remove this warning. See 22:43:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:39 22:43:39 Login Succeeded 22:43:39 ---> docker-login.sh ends [Pipeline] } 22:43:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:43:39 ========================================================= 22:43:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 22:43:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:43:40 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 22:43:40 Sending build context to Docker daemon 2.482MB 22:43:40 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:43:40 Step 2/8 : FROM ${BASE} 22:43:40 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 22:43:40 540db60ca938: Pulling fs layer 22:43:40 adcc1eea9eea: Pulling fs layer 22:43:40 4c4ab2625f07: Pulling fs layer 22:43:40 0510c868ecb4: Pulling fs layer 22:43:40 afea3b2eda06: Pulling fs layer 22:43:40 7809a108b3ef: Pulling fs layer 22:43:40 f706445af74f: Pulling fs layer 22:43:40 afea3b2eda06: Waiting 22:43:40 7809a108b3ef: Waiting 22:43:40 f706445af74f: Waiting 22:43:40 0510c868ecb4: Waiting 22:43:40 4c4ab2625f07: Verifying Checksum 22:43:40 4c4ab2625f07: Download complete 22:43:40 adcc1eea9eea: Download complete 22:43:40 afea3b2eda06: Verifying Checksum 22:43:40 afea3b2eda06: Download complete 22:43:40 7809a108b3ef: Verifying Checksum 22:43:40 7809a108b3ef: Download complete 22:43:40 540db60ca938: Download complete 22:43:40 540db60ca938: Pull complete 22:43:40 adcc1eea9eea: Pull complete 22:43:41 4c4ab2625f07: Pull complete 22:43:42 f706445af74f: Verifying Checksum 22:43:43 0510c868ecb4: Download complete 22:43:50 0510c868ecb4: Pull complete 22:43:50 afea3b2eda06: Pull complete 22:43:50 7809a108b3ef: Pull complete 22:43:54 f706445af74f: Pull complete 22:43:54 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 22:43:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 22:43:54 ---> b068be0155e3 22:43:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:43:54 ---> Running in d7602ec3c368 22:43:54 Removing intermediate container d7602ec3c368 22:43:54 ---> a7ce4f1f0f9d 22:43:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:43:54 ---> Running in c9b739e09e87 22:43:55 Removing intermediate container c9b739e09e87 22:43:55 ---> 4e6f1b076217 22:43:55 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:43:55 ---> Running in 051b597f0855 22:43:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:43:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:43:58 (1/6) Installing libc-dev (0.7.2-r3) 22:43:58 (2/6) Installing libsodium (1.0.18-r0) 22:43:58 (3/6) Installing pkgconf (1.7.3-r0) 22:43:58 (4/6) Installing libsodium-dev (1.0.18-r0) 22:43:58 (5/6) Installing libzmq (4.3.3-r1) 22:43:58 (6/6) Installing zeromq-dev (4.3.3-r1) 22:43:58 Executing busybox-1.32.1-r6.trigger 22:43:58 OK: 150 MiB in 46 packages 22:43:59 Removing intermediate container 051b597f0855 22:43:59 ---> 828bb151c3ba 22:43:59 Step 6/8 : WORKDIR /device-sdk-go 22:43:59 ---> Running in a7f16c4dce05 22:43:59 Removing intermediate container a7f16c4dce05 22:43:59 ---> ae6105c7c90b 22:43:59 Step 7/8 : COPY . . 22:44:00 ---> df9a344a7e5e 22:44:00 Step 8/8 : RUN go mod download 22:44:00 ---> Running in acde769b26b9 22:44:33 Removing intermediate container acde769b26b9 22:44:33 ---> de145f481cae 22:44:33 Successfully built de145f481cae 22:44:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:44:33 + docker inspect -f . ci-base-image-x86_64 22:44:33 . [Pipeline] withDockerContainer 22:44:33 prd-centos7-docker-4c-2g-3345 does not seem to be running inside a container 22:44:33 $ 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 22:44:34 $ docker top 366275c0d05a8a6695ff749b1bcfe9b2d758ab2dc4303530e02f245604f11380 -eo pid,comm [Pipeline] { [Pipeline] sh 22:44:34 + go version 22:44:34 go version go1.16.3 linux/amd64 [Pipeline] } 22:44:34 $ docker stop --time=1 366275c0d05a8a6695ff749b1bcfe9b2d758ab2dc4303530e02f245604f11380 22:44:36 $ docker rm -f 366275c0d05a8a6695ff749b1bcfe9b2d758ab2dc4303530e02f245604f11380 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:44:36 + docker inspect -f . ci-base-image-x86_64 22:44:36 . [Pipeline] withDockerContainer 22:44:37 prd-centos7-docker-4c-2g-3345 does not seem to be running inside a container 22:44:37 $ 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 22:44:37 $ docker top 16a8cc9ffc9462b9223d297b74cd3966e634a14f49f4142d51b39f72a4885c34 -eo pid,comm [Pipeline] { [Pipeline] sh 22:44:38 + go mod tidy [Pipeline] sh 22:44:39 + make test 22:44:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:44:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3346 in /w/workspace/dgexfoundry_device-sdk-go_PR-904 [Pipeline] { [Pipeline] ws 22:44:39 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 22:44:45 using credential edgex-jenkins-ssh 22:44:45 Cloning the remote Git repository 22:44:45 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:44:45 > git init /w/workspace/device-sdk-go/2 # timeout=10 22:44:46 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:44:46 > git --version # timeout=10 22:44:46 > git --version # 'git version 2.17.1' 22:44:46 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:48 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit cefba91cd2d774311e977f8787cb353ade1003ea 22:44:48 Merge succeeded, producing a17cc8d6238b66c7cc2d52c03d26da45d2e6f3df 22:44:48 Checking out Revision a17cc8d6238b66c7cc2d52c03d26da45d2e6f3df (PR-904) 22:44:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:44:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:44:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:44:47 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/904/head:refs/remotes/origin/PR-904 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:44:48 > git config core.sparsecheckout # timeout=10 22:44:48 > git checkout -f cefba91cd2d774311e977f8787cb353ade1003ea # timeout=10 22:44:48 > git remote # timeout=10 22:44:48 > git config --get remote.origin.url # timeout=10 22:44:48 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:48 > git merge 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 22:44:48 > git rev-parse HEAD^{commit} # timeout=10 22:44:48 > git config core.sparsecheckout # timeout=10 22:44:48 > git checkout -f a17cc8d6238b66c7cc2d52c03d26da45d2e6f3df # timeout=10 22:44:49 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:44:52 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" 22:44:52 > git rev-list --no-walk cefba91cd2d774311e977f8787cb353ade1003ea # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:44:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:44:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:44:54 + true 22:44:54 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:44:57 provisioning config files... 22:44:57 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config2099595264084346786tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:57 ---> docker-login.sh 22:44:57 nexus3.edgexfoundry.org:10001 22:44:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:58 Configure a credential helper to remove this warning. See 22:44:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:58 22:44:58 Login Succeeded 22:44:58 nexus3.edgexfoundry.org:10002 22:44:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:59 Configure a credential helper to remove this warning. See 22:44:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:59 22:44:59 Login Succeeded 22:44:59 nexus3.edgexfoundry.org:10003 22:44:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:59 Configure a credential helper to remove this warning. See 22:44:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:59 22:44:59 Login Succeeded 22:44:59 nexus3.edgexfoundry.org:10004 22:45:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:00 Configure a credential helper to remove this warning. See 22:45:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:00 22:45:00 Login Succeeded 22:45:00 docker.io 22:45:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:01 Configure a credential helper to remove this warning. See 22:45:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:01 22:45:01 Login Succeeded 22:45:01 ---> docker-login.sh ends [Pipeline] } 22:45:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:45:01 ========================================================= 22:45:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 22:45:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:45:02 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 22:45:02 Sending build context to Docker daemon 2.473MB 22:45:02 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:45:02 Step 2/8 : FROM ${BASE} 22:45:02 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:45:02 595b0fe564bb: Pulling fs layer 22:45:02 7186ed65a4f7: Pulling fs layer 22:45:02 316046926c0a: Pulling fs layer 22:45:02 4ebd0625c992: Pulling fs layer 22:45:02 207e8628e3a3: Pulling fs layer 22:45:02 c791037a9be2: Pulling fs layer 22:45:02 ffd874e62e21: Pulling fs layer 22:45:02 207e8628e3a3: Waiting 22:45:02 c791037a9be2: Waiting 22:45:02 ffd874e62e21: Waiting 22:45:02 4ebd0625c992: Waiting 22:45:02 316046926c0a: Verifying Checksum 22:45:02 316046926c0a: Download complete 22:45:02 7186ed65a4f7: Download complete 22:45:02 207e8628e3a3: Download complete 22:45:02 c791037a9be2: Verifying Checksum 22:45:02 c791037a9be2: Download complete 22:45:02 595b0fe564bb: Verifying Checksum 22:45:02 595b0fe564bb: Download complete 22:45:03 595b0fe564bb: Pull complete 22:45:04 7186ed65a4f7: Pull complete 22:45:04 316046926c0a: Pull complete 22:45:05 ffd874e62e21: Verifying Checksum 22:45:05 ffd874e62e21: Download complete 22:45:06 4ebd0625c992: Verifying Checksum 22:45:06 4ebd0625c992: Download complete 22:45:16 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:45:16 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:45:16 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:45:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:45:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:45:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.062s coverage: 28.1% of statements 22:45:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.079s coverage: 78.9% of statements 22:45:16 4ebd0625c992: Pull complete 22:45:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.072s coverage: 7.8% of statements 22:45:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:45:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:45:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:45:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.117s coverage: 30.2% of statements 22:45:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:45:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:45:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:45:17 207e8628e3a3: Pull complete 22:45:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.137s coverage: 57.2% of statements 22:45:17 c791037a9be2: Pull complete 22:45:18 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.214s coverage: 6.6% of statements 22:45:18 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.059s coverage: 5.0% of statements 22:45:18 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:45:18 GO111MODULE=on go vet ./... 22:45:20 ffd874e62e21: Pull complete 22:45:21 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 22:45:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 22:45:21 ---> cfc18b08335c 22:45:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:45:24 ---> Running in e745244f538b 22:45:24 Removing intermediate container e745244f538b 22:45:24 ---> 3141455e20f0 22:45:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:24 ---> Running in cd62f3850c9f 22:45:26 Removing intermediate container cd62f3850c9f 22:45:26 ---> d6bbffadca6c 22:45:26 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:45:26 ---> Running in 07bd8e45747c 22:45:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:45:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:45:29 (1/6) Installing libc-dev (0.7.2-r3) 22:45:29 (2/6) Installing libsodium (1.0.18-r0) 22:45:29 (3/6) Installing pkgconf (1.7.3-r0) 22:45:30 (4/6) Installing libsodium-dev (1.0.18-r0) 22:45:30 (5/6) Installing libzmq (4.3.3-r1) 22:45:30 (6/6) Installing zeromq-dev (4.3.3-r1) 22:45:30 Executing busybox-1.32.1-r6.trigger 22:45:30 OK: 139 MiB in 46 packages 22:45:31 Removing intermediate container 07bd8e45747c 22:45:31 ---> 572c3c6d1ff3 22:45:31 Step 6/8 : WORKDIR /device-sdk-go 22:45:31 ---> Running in e723bb202fe4 22:45:32 Removing intermediate container e723bb202fe4 22:45:32 ---> a8fa8cd952a4 22:45:32 Step 7/8 : COPY . . 22:45:33 ---> 1a88d11fcb52 22:45:33 Step 8/8 : RUN go mod download 22:45:33 ---> Running in 7b1cc110b5dc 22:45:40 gofmt -l . 22:45:40 [ "`gofmt -l .`" = "" ] 22:45:40 ./bin/test-attribution-txt.sh 22:45:40 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:45:41 $ docker stop --time=1 16a8cc9ffc9462b9223d297b74cd3966e634a14f49f4142d51b39f72a4885c34 22:45:43 $ docker rm -f 16a8cc9ffc9462b9223d297b74cd3966e634a14f49f4142d51b39f72a4885c34 [Pipeline] // withDockerContainer [Pipeline] sh 22:45:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:45:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:45:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:45:47 + ls -al . 22:45:47 total 188 22:45:47 drwxrwxr-x. 10 jenkins jenkins 4096 May 6 22:45 . 22:45:47 drwxrwxr-x. 4 jenkins jenkins 28 May 6 22:43 .. 22:45:47 drwxrwxr-x. 2 jenkins jenkins 64 May 6 22:43 bin 22:45:47 -rw-r--r--. 1 jenkins jenkins 100320 May 6 22:45 coverage.out 22:45:47 -rw-rw-r--. 1 jenkins jenkins 987 May 6 22:43 Dockerfile.build 22:45:47 -rw-rw-r--. 1 jenkins jenkins 140 May 6 22:43 .dockerignore 22:45:47 drwxrwxr-x. 5 jenkins jenkins 62 May 6 22:43 example 22:45:47 drwxrwxr-x. 8 jenkins jenkins 179 May 6 22:43 .git 22:45:47 drwxrwxr-x. 2 jenkins jenkins 103 May 6 22:43 .github 22:45:47 -rw-rw-r--. 1 jenkins jenkins 138 May 6 22:43 .gitignore 22:45:47 -rw-r--r--. 1 jenkins jenkins 575 May 6 22:45 go.mod 22:45:47 -rw-r--r--. 1 jenkins jenkins 20957 May 6 22:44 go.sum 22:45:47 drwxrwxr-x. 14 jenkins jenkins 207 May 6 22:43 internal 22:45:47 -rw-rw-r--. 1 jenkins jenkins 901 May 6 22:43 Jenkinsfile 22:45:47 -rw-rw-r--. 1 jenkins jenkins 11341 May 6 22:43 LICENSE 22:45:47 -rw-rw-r--. 1 jenkins jenkins 1022 May 6 22:43 Makefile 22:45:47 drwxrwxr-x. 4 jenkins jenkins 26 May 6 22:43 openapi 22:45:47 drwxrwxr-x. 5 jenkins jenkins 50 May 6 22:43 pkg 22:45:47 -rw-rw-r--. 1 jenkins jenkins 7652 May 6 22:43 README.md 22:45:47 -rw-rw-r--. 1 jenkins jenkins 6616 May 6 22:43 RELEASE-NOTES.txt 22:45:47 drwxrwxr-x. 4 jenkins jenkins 54 May 6 22:43 snap 22:45:47 -rw-rw-r--. 1 jenkins jenkins 5 May 6 22:42 VERSION 22:45:47 -rw-rw-r--. 1 jenkins jenkins 222 May 6 22:43 version.go [Pipeline] isUnix [Pipeline] sh 22:45:47 + 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=9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c --label arch=amd64 --label version=0.0.0 . 22:45:47 Sending build context to Docker daemon 2.583MB 22:45:47 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:45:47 Step 2/23 : FROM ${BASE} AS builder 22:45:47 ---> de145f481cae 22:45:47 Step 3/23 : WORKDIR /device-sdk-go 22:45:48 ---> Running in dd51ceed7b9b 22:45:48 Removing intermediate container dd51ceed7b9b 22:45:48 ---> 90c87ded761d 22:45:48 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:45:48 ---> Running in 7ae528f2e26c 22:45:48 Removing intermediate container 7ae528f2e26c 22:45:48 ---> 55acc562995d 22:45:48 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:48 ---> Running in aa9ef9e16720 22:45:50 Removing intermediate container aa9ef9e16720 22:45:50 ---> 75bf834e7726 22:45:50 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:45:50 ---> Running in 53378100af8d 22:45:50 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:45:51 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:45:52 OK: 150 MiB in 46 packages 22:45:52 Removing intermediate container 53378100af8d 22:45:52 ---> 0a1dc00aef2f 22:45:52 Step 7/23 : COPY . . 22:45:53 ---> 6379619b2ce8 22:45:53 Step 8/23 : RUN go mod download 22:45:53 ---> Running in a2d80fb74533 22:45:54 Removing intermediate container a2d80fb74533 22:45:54 ---> b5fbdf1f390b 22:45:54 Step 9/23 : RUN make build 22:45:54 ---> Running in 8cc612c9860a 22:45:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 22:46:01 Removing intermediate container 7b1cc110b5dc 22:46:01 ---> bb48cc098d02 22:46:01 Successfully built bb48cc098d02 22:46:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:46:01 + docker inspect -f . ci-base-image-arm64 22:46:01 . [Pipeline] withDockerContainer 22:46:02 prd-ubuntu18.04-docker-arm64-4c-16g-3346 does not seem to be running inside a container 22:46:02 $ 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 ******** -e ******** ci-base-image-arm64 cat 22:46:03 $ docker top 31c26d9871cecc00bef9b8995fbd0883ac654882cdc4c8ddd645503d56b21bda -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:04 + go version 22:46:04 go version go1.16.3 linux/arm64 [Pipeline] } 22:46:04 $ docker stop --time=1 31c26d9871cecc00bef9b8995fbd0883ac654882cdc4c8ddd645503d56b21bda 22:46:06 $ docker rm -f 31c26d9871cecc00bef9b8995fbd0883ac654882cdc4c8ddd645503d56b21bda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:46:07 + docker inspect -f . ci-base-image-arm64 22:46:07 . 22:46:07 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [Pipeline] withDockerContainer 22:46:07 prd-ubuntu18.04-docker-arm64-4c-16g-3346 does not seem to be running inside a container 22:46:07 $ 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 ******** -e ******** ci-base-image-arm64 cat 22:46:09 $ docker top e8b3639a780c894be14962ed1987126e3746dc73966085da0b9565d507711008 -eo pid,comm 22:46:09 Removing intermediate container 8cc612c9860a 22:46:09 ---> c71444d208b6 22:46:09 Step 10/23 : FROM alpine:3.12 [Pipeline] { [Pipeline] sh 22:46:09 3.12: Pulling from library/alpine 22:46:09 339de151aab4: Pulling fs layer 22:46:09 339de151aab4: Verifying Checksum 22:46:10 339de151aab4: Pull complete 22:46:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:46:10 Status: Downloaded newer image for alpine:3.12 22:46:10 ---> 13621d1b12d4 22:46:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:46:10 + go mod tidy 22:46:10 ---> Running in db9e6a094eb7 22:46:10 Removing intermediate container db9e6a094eb7 22:46:10 ---> fe30652cb88e 22:46:10 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:46:10 ---> Running in 44d5ca3a799b [Pipeline] sh 22:46:11 Removing intermediate container 44d5ca3a799b 22:46:11 ---> 95d135b83c32 22:46:11 Step 13/23 : RUN apk add --update --no-cache zeromq 22:46:11 ---> Running in 735ca3860165 22:46:11 + make test 22:46:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:46:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:46:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:46:13 (1/5) Installing libgcc (9.3.0-r2) 22:46:13 (2/5) Installing libsodium (1.0.18-r0) 22:46:14 (3/5) Installing libstdc++ (9.3.0-r2) 22:46:14 (4/5) Installing libzmq (4.3.3-r0) 22:46:14 (5/5) Installing zeromq (4.3.3-r0) 22:46:14 Executing busybox-1.31.1-r20.trigger 22:46:14 OK: 8 MiB in 19 packages 22:46:15 Removing intermediate container 735ca3860165 22:46:15 ---> f17de924c7b6 22:46:15 Step 14/23 : WORKDIR / 22:46:15 ---> Running in e7b31b46b8ee 22:46:15 Removing intermediate container e7b31b46b8ee 22:46:15 ---> 361d83063404 22:46:15 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:46:16 ---> d9eadc9f2154 22:46:16 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:46:16 ---> 1dfae572e8fc 22:46:16 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:46:16 ---> 95d2756d993c 22:46:16 Step 18/23 : EXPOSE 49990 22:46:16 ---> Running in ac72fd3ab72a 22:46:17 Removing intermediate container ac72fd3ab72a 22:46:17 ---> 2b86af31f16a 22:46:17 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:46:17 ---> Running in b5dd8792f7fe 22:46:17 Removing intermediate container b5dd8792f7fe 22:46:17 ---> 53815c10e3ba 22:46:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:46:17 ---> Running in 94627c80f78d 22:46:17 Removing intermediate container 94627c80f78d 22:46:17 ---> 8501597dcb2e 22:46:17 Step 21/23 : LABEL arch=amd64 22:46:17 ---> Running in 86ac6de8813f 22:46:17 Removing intermediate container 86ac6de8813f 22:46:17 ---> 4e01a0744a10 22:46:17 Step 22/23 : LABEL git_sha=9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c 22:46:17 ---> Running in 52a36d0f1391 22:46:18 Removing intermediate container 52a36d0f1391 22:46:18 ---> d4dfb1fbed43 22:46:18 Step 23/23 : LABEL version=0.0.0 22:46:18 ---> Running in 775710f98b1b 22:46:18 Removing intermediate container 775710f98b1b 22:46:18 ---> 431267f9cbfe 22:46:18 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:46:18 Successfully built 431267f9cbfe 22:46:18 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 22:46:19 ---> job-cost.sh 22:46:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5y6z 22:46:34 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:46:37 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:47:04 lf-activate-venv(): INFO: Adding /tmp/venv-5y6z/bin to PATH 22:47:04 INFO: No Stack... 22:47:04 INFO: Retrieving Pricing Info for: v1-standard-2 22:47:04 INFO: Archiving Costs [Pipeline] sh 22:47:04 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 22:47:04 + cut -d, -f6 [Pipeline] lock 22:47:04 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-904-2-stack-cost] 22:47:04 Resource [jenkins-edgexfoundry-device-sdk-go-PR-904-2-stack-cost] did not exist. Created. 22:47:04 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-904-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:47:04 + echo total: 0.029999999329447746 [Pipeline] stash 22:47:04 Stashed 1 file(s) [Pipeline] } 22:47:04 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-904-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:47:42 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:47:42 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:47:42 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:47:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:47:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:47:47 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.139s coverage: 28.1% of statements 22:47:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.241s coverage: 78.9% of statements 22:47:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.286s coverage: 7.8% of statements 22:47:48 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:47:48 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:47:48 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:47:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.248s coverage: 30.2% of statements 22:47:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:47:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:47:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:47:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.322s coverage: 57.2% of statements 22:47:53 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.175s coverage: 6.6% of statements 22:47:54 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.145s coverage: 5.0% of statements 22:47:54 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:47:54 GO111MODULE=on go vet ./... 22:48:51 gofmt -l . 22:48:51 [ "`gofmt -l .`" = "" ] 22:48:51 ./bin/test-attribution-txt.sh 22:48:52 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:48:52 $ docker stop --time=1 e8b3639a780c894be14962ed1987126e3746dc73966085da0b9565d507711008 22:48:54 $ docker rm -f e8b3639a780c894be14962ed1987126e3746dc73966085da0b9565d507711008 [Pipeline] // withDockerContainer [Pipeline] sh 22:48:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:48:56 Warning: overwriting stash ‘coverage-report’ 22:48:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:48:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:48:58 + ls -al . 22:48:58 total 224 22:48:58 drwxrwxr-x 10 jenkins jenkins 4096 May 6 22:48 . 22:48:58 drwxrwxr-x 4 jenkins jenkins 4096 May 6 22:44 .. 22:48:58 -rw-rw-r-- 1 jenkins jenkins 140 May 6 22:44 .dockerignore 22:48:58 drwxrwxr-x 8 jenkins jenkins 4096 May 6 22:44 .git 22:48:58 drwxrwxr-x 2 jenkins jenkins 4096 May 6 22:44 .github 22:48:58 -rw-rw-r-- 1 jenkins jenkins 138 May 6 22:44 .gitignore 22:48:58 -rw-rw-r-- 1 jenkins jenkins 987 May 6 22:44 Dockerfile.build 22:48:58 -rw-rw-r-- 1 jenkins jenkins 901 May 6 22:44 Jenkinsfile 22:48:58 -rw-rw-r-- 1 jenkins jenkins 11341 May 6 22:44 LICENSE 22:48:58 -rw-rw-r-- 1 jenkins jenkins 1022 May 6 22:44 Makefile 22:48:58 -rw-rw-r-- 1 jenkins jenkins 7652 May 6 22:44 README.md 22:48:58 -rw-rw-r-- 1 jenkins jenkins 6616 May 6 22:44 RELEASE-NOTES.txt 22:48:58 -rw-rw-r-- 1 jenkins jenkins 5 May 6 22:42 VERSION 22:48:58 drwxrwxr-x 2 jenkins jenkins 4096 May 6 22:44 bin 22:48:58 -rw-r--r-- 1 jenkins jenkins 100321 May 6 22:47 coverage.out 22:48:58 drwxrwxr-x 5 jenkins jenkins 4096 May 6 22:44 example 22:48:58 -rw-r--r-- 1 jenkins jenkins 575 May 6 22:48 go.mod 22:48:58 -rw-r--r-- 1 jenkins jenkins 20957 May 6 22:46 go.sum 22:48:58 drwxrwxr-x 14 jenkins jenkins 4096 May 6 22:44 internal 22:48:58 drwxrwxr-x 4 jenkins jenkins 4096 May 6 22:44 openapi 22:48:58 drwxrwxr-x 5 jenkins jenkins 4096 May 6 22:44 pkg 22:48:58 drwxrwxr-x 4 jenkins jenkins 4096 May 6 22:44 snap 22:48:58 -rw-rw-r-- 1 jenkins jenkins 222 May 6 22:44 version.go [Pipeline] isUnix [Pipeline] sh 22:48:58 + 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=9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c --label arch=arm64 --label version=0.0.0 . 22:48:58 Sending build context to Docker daemon 2.574MB 22:48:59 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:48:59 Step 2/23 : FROM ${BASE} AS builder 22:48:59 ---> bb48cc098d02 22:48:59 Step 3/23 : WORKDIR /device-sdk-go 22:48:59 ---> Running in cf0b6e7c4e4b 22:48:59 Removing intermediate container cf0b6e7c4e4b 22:48:59 ---> 56cd9a329553 22:48:59 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:49:00 ---> Running in 1a41a332013b 22:49:00 Removing intermediate container 1a41a332013b 22:49:00 ---> 98bea6a63039 22:49:00 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:49:00 ---> Running in 29bd1534d4d1 22:49:03 Removing intermediate container 29bd1534d4d1 22:49:03 ---> d643e422c84e 22:49:03 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:49:03 ---> Running in 17cb2dde88fb 22:49:04 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:49:05 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:49:06 OK: 139 MiB in 46 packages 22:49:07 Removing intermediate container 17cb2dde88fb 22:49:07 ---> 7eb409a6cf11 22:49:07 Step 7/23 : COPY . . 22:49:09 ---> 0c625831cb76 22:49:09 Step 8/23 : RUN go mod download 22:49:09 ---> Running in 979dce00eb97 22:49:11 Removing intermediate container 979dce00eb97 22:49:11 ---> f8fe460c6629 22:49:11 Step 9/23 : RUN make build 22:49:11 ---> Running in 595ba53f6a7e 22:49:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 22:49:52 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:49:52 Removing intermediate container 595ba53f6a7e 22:49:52 ---> 86ade4c5f8e0 22:49:52 Step 10/23 : FROM alpine:3.12 22:49:52 3.12: Pulling from library/alpine 22:49:52 d2f70382dc9a: Pulling fs layer 22:49:52 d2f70382dc9a: Verifying Checksum 22:49:52 d2f70382dc9a: Download complete 22:49:52 d2f70382dc9a: Pull complete 22:49:52 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:49:52 Status: Downloaded newer image for alpine:3.12 22:49:52 ---> 9852663dfa18 22:49:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:49:52 ---> Running in ea4ca4925186 22:49:52 Removing intermediate container ea4ca4925186 22:49:52 ---> 0cb3f46e5cfb 22:49:52 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:49:52 ---> Running in dcfbf22b769e 22:49:54 Removing intermediate container dcfbf22b769e 22:49:54 ---> 82ec2fecdc6b 22:49:54 Step 13/23 : RUN apk add --update --no-cache zeromq 22:49:54 ---> Running in 5f2c9581ecec 22:49:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:49:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:49:57 (1/5) Installing libgcc (9.3.0-r2) 22:49:57 (2/5) Installing libsodium (1.0.18-r0) 22:49:57 (3/5) Installing libstdc++ (9.3.0-r2) 22:49:57 (4/5) Installing libzmq (4.3.3-r0) 22:49:57 (5/5) Installing zeromq (4.3.3-r0) 22:49:57 Executing busybox-1.31.1-r20.trigger 22:49:57 OK: 8 MiB in 19 packages 22:49:59 Removing intermediate container 5f2c9581ecec 22:49:59 ---> 6c1815fc7a4b 22:49:59 Step 14/23 : WORKDIR / 22:49:59 ---> Running in b5b5e30a3627 22:50:00 Removing intermediate container b5b5e30a3627 22:50:00 ---> 8dccb59527d2 22:50:00 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:50:01 ---> be058e42c2c9 22:50:01 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:50:01 ---> aac4795222e2 22:50:01 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:50:02 ---> 7ad070a83cd2 22:50:02 Step 18/23 : EXPOSE 49990 22:50:02 ---> Running in b17e4b45f1b5 22:50:03 Removing intermediate container b17e4b45f1b5 22:50:03 ---> 17e3f74fc2b5 22:50:03 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:50:03 ---> Running in e7f9634ab367 22:50:04 Removing intermediate container e7f9634ab367 22:50:04 ---> 490b4192be19 22:50:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:50:04 ---> Running in 7adcce5c61de 22:50:04 Removing intermediate container 7adcce5c61de 22:50:04 ---> 5b2ab04f4b99 22:50:04 Step 21/23 : LABEL arch=arm64 22:50:04 ---> Running in aa0d36dc3092 22:50:05 Removing intermediate container aa0d36dc3092 22:50:05 ---> 6af62df10633 22:50:05 Step 22/23 : LABEL git_sha=9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c 22:50:05 ---> Running in b45d419f8d90 22:50:05 Removing intermediate container b45d419f8d90 22:50:05 ---> 4c49f54422dd 22:50:05 Step 23/23 : LABEL version=0.0.0 22:50:06 ---> Running in cbe348cc0a4f 22:50:06 Removing intermediate container cbe348cc0a4f 22:50:06 ---> 0c50c566de3c 22:50:06 [Warning] One or more build-args [MAKE ARCH] were not consumed 22:50:06 Successfully built 0c50c566de3c 22:50:06 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 22:50:07 ---> job-cost.sh 22:50:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YnRS 22:50:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:52:31 lf-activate-venv(): INFO: Adding /tmp/venv-YnRS/bin to PATH 22:52:31 INFO: No Stack... 22:52:31 INFO: Retrieving Pricing Info for: lf-standard-4 22:52:31 INFO: Archiving Costs [Pipeline] sh 22:52:31 + + cutcat -d, /w/workspace/device-sdk-go/2/archives/cost.csv -f6 22:52:31 [Pipeline] lock 22:52:31 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-904-2-stack-cost] 22:52:31 Resource [jenkins-edgexfoundry-device-sdk-go-PR-904-2-stack-cost] did not exist. Created. 22:52:31 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-904-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:52:32 /w/workspace/device-sdk-go/2@tmp/durable-45ef7853/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-45ef7853/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:52:32 + echo total: 0.20999999344348907 [Pipeline] stash 22:52:32 Warning: overwriting stash ‘stack-cost’ 22:52:32 Stashed 1 file(s) [Pipeline] } 22:52:32 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-904-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 22:52:33 provisioning config files... 22:52:33 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-904@tmp/config888108634731465755tmp [Pipeline] { [Pipeline] sh 22:52:33 + set +x 22:52:33 + curl -s https://codecov.io/bash 22:52:33 + bash -s -- 22:52:34 22:52:34 _____ _ 22:52:34 / ____| | | 22:52:34 | | ___ __| | ___ ___ _____ __ 22:52:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:52:34 | |___| (_) | (_| | __/ (_| (_) \ V / 22:52:34 \_____\___/ \__,_|\___|\___\___/ \_/ 22:52:34 Bash-1.0.2 22:52:34 22:52:34 22:52:34 ==> git version 2.24.3 found 22:52:34 ==> 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 22:52:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:52:34 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:52:34 ==> Jenkins CI detected. 22:52:34 project root: . 22:52:34 --> token set from env 22:52:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:52:34 ==> Running gcov in . (disable via -X gcov) 22:52:34 ==> Python coveragepy not found 22:52:34 ==> Searching for coverage reports in: 22:52:34 + . 22:52:34 -> Found 1 reports 22:52:34 ==> Detecting git/mercurial file structure 22:52:34 ==> Reading reports 22:52:34 + ./coverage.out bytes=100321 22:52:34 ==> Appending adjustments 22:52:34 https://docs.codecov.io/docs/fixing-reports 22:52:34 + Found adjustments 22:52:34 ==> Gzipping contents 22:52:34 16K /tmp/codecov.MHdkXI.gz 22:52:34 ==> Uploading reports 22:52:34 url: https://codecov.io 22:52:34 query: branch=PR-904&commit=9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-904%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=904&job=&cmd_args= 22:52:34 -> Pinging Codecov 22:52:34 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-904&commit=9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-904%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=904&job=&cmd_args= 22:52:35 -> Uploading to 22:52:35 https://storage.googleapis.com/codecov/v4/raw/2021-05-06/7E55EF52A471D76F132DFD9A03CDDE97/9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c/49cdf1f2-0a18-4309-b244-5b6740b9fb46.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T225234Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6417ac7a00fd10014a22a0a6bfdb07e18831e48f2f078aa472bc67cac0a802a2 22:52:35 % Total % Received % Xferd Average Speed Time Time Time Current 22:52:35 Dload Upload Total Spent Left Speed 22:52:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13553 0 0 100 13553 0 27758 --:--:-- --:--:-- --:--:-- 27772 22:52:35 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/9cb6d69aeabdd40b6f1ec657b6d3df8a2409998c [Pipeline] } 22:52:35 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 22:52:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:52:37 ---> package-listing.sh 22:52:37 ++ facter osfamily 22:52:37 ++ tr '[:upper:]' '[:lower:]' 22:52:37 + OS_FAMILY=redhat 22:52:37 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-904 22:52:37 + START_PACKAGES=/tmp/packages_start.txt 22:52:37 + END_PACKAGES=/tmp/packages_end.txt 22:52:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:52:37 + PACKAGES=/tmp/packages_start.txt 22:52:37 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-904 ']' 22:52:37 + PACKAGES=/tmp/packages_end.txt 22:52:37 + case "${OS_FAMILY}" in 22:52:37 + rpm -qa 22:52:37 + sort 22:52:42 + '[' -f /tmp/packages_start.txt ']' 22:52:42 + '[' -f /tmp/packages_end.txt ']' 22:52:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:52:42 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-904 ']' 22:52:42 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-904/archives/ 22:52:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-904/archives/ [Pipeline] echo 22:52:42 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-904/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:52:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:52:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:52:43 22:52:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:52:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:52:43 alpine: Pulling from edgex-lftools-log-publisher 22:52:43 df20fa9351a1: Pulling fs layer 22:52:43 36b3adc4ff6f: Pulling fs layer 22:52:43 8ad3a11d3b57: Pulling fs layer 22:52:43 46f8f816bc3b: Pulling fs layer 22:52:43 93b61091891f: Pulling fs layer 22:52:43 93b9cdb0e59b: Pulling fs layer 22:52:43 5e14af77c1be: Pulling fs layer 22:52:43 01666e4c0597: Pulling fs layer 22:52:43 aa168da1d23b: Pulling fs layer 22:52:43 46f8f816bc3b: Waiting 22:52:43 93b61091891f: Waiting 22:52:43 93b9cdb0e59b: Waiting 22:52:43 5e14af77c1be: Waiting 22:52:43 01666e4c0597: Waiting 22:52:43 aa168da1d23b: Waiting 22:52:43 36b3adc4ff6f: Verifying Checksum 22:52:43 36b3adc4ff6f: Download complete 22:52:43 46f8f816bc3b: Verifying Checksum 22:52:43 46f8f816bc3b: Download complete 22:52:43 df20fa9351a1: Verifying Checksum 22:52:43 df20fa9351a1: Download complete 22:52:43 93b9cdb0e59b: Verifying Checksum 22:52:43 93b9cdb0e59b: Download complete 22:52:43 93b61091891f: Verifying Checksum 22:52:43 93b61091891f: Download complete 22:52:43 5e14af77c1be: Verifying Checksum 22:52:43 5e14af77c1be: Download complete 22:52:43 01666e4c0597: Verifying Checksum 22:52:43 01666e4c0597: Download complete 22:52:44 8ad3a11d3b57: Verifying Checksum 22:52:44 8ad3a11d3b57: Download complete 22:52:44 df20fa9351a1: Pull complete 22:52:44 36b3adc4ff6f: Pull complete 22:52:45 8ad3a11d3b57: Pull complete 22:52:45 46f8f816bc3b: Pull complete 22:52:46 93b61091891f: Pull complete 22:52:46 aa168da1d23b: Download complete 22:52:46 93b9cdb0e59b: Pull complete 22:52:46 5e14af77c1be: Pull complete 22:52:46 01666e4c0597: Pull complete 22:52:56 aa168da1d23b: Pull complete 22:52:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:52:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:52:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:52:56 prd-centos7-docker-4c-2g-3341 does not seem to be running inside a container 22:52: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-904/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-904 -v /w/workspace/dgexfoundry_device-sdk-go_PR-904:/w/workspace/dgexfoundry_device-sdk-go_PR-904:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-904@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-904@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:53:02 $ docker top 2b5cbdda2f4c36bb281bf7523b9d9bdb0051ababac132d2cc7ae1a43fedf38c7 -eo pid,comm [Pipeline] { [Pipeline] sh 22:53:02 + touch /tmp/pre-build-complete [Pipeline] sh 22:53:03 + mkdir -p /var/log/sa [Pipeline] sh 22:53:03 + ls /var/log/sa-host 22:53:03 + sadf -c /var/log/sa-host/sa06 22:53:03 file_magic: OK 22:53:03 HZ: Using current value: 100 22:53:03 file_header: OK 22:53:03 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:53:03 Statistics: 22:53:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:53:03 File successfully converted to sysstat format version 12.2.1 22:53:03 + sadf -c /var/log/sa-host/sa23 22:53:03 file_magic: OK 22:53:03 HZ: Using current value: 100 22:53:03 file_header: OK 22:53:03 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:53:03 Statistics: 22:53:03 Hnuu...uuuununununu... 22:53:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:53:04 provisioning config files... 22:53:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-904@tmp/config1905189460433631198tmp [Pipeline] { [Pipeline] echo 22:53:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:53:04 ---> create-netrc.sh [Pipeline] } 22:53:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:53:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:53:04 ---> python-tools-install.sh [Pipeline] echo 22:53:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:53:05 ---> sudo-logs.sh 22:53:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:53:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:53:05 ---> job-cost.sh 22:53:05 lf-activate-venv: SKIPPING 22:53:05 DEBUG: total: 0.20999999344348907 22:53:05 INFO: Retrieving Stack Cost... 22:53:08 INFO: Retrieving Pricing Info for: v1-standard-2 22:53:08 INFO: Archiving Costs [Pipeline] echo 22:53:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:53:08 ---> logs-deploy.sh 22:53:08 lf-activate-venv: SKIPPING 22:53:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-904/2 22:53:08 INFO: archiving workspace using pattern(s): 22:53:10 Archives upload complete. 22:53:10 INFO: archiving logs to Nexus 22:53:11 ---> uname -a: 22:53:11 Linux prd-centos7-docker-4c-2g-3341.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:53:11 22:53:11 22:53:11 ---> lscpu: 22:53:11 Architecture: x86_64 22:53:11 CPU op-mode(s): 32-bit, 64-bit 22:53:11 Byte Order: Little Endian 22:53:11 Address sizes: 40 bits physical, 48 bits virtual 22:53:11 CPU(s): 4 22:53:11 On-line CPU(s) list: 0-3 22:53:11 Thread(s) per core: 1 22:53:11 Core(s) per socket: 1 22:53:11 Socket(s): 4 22:53:11 NUMA node(s): 1 22:53:11 Vendor ID: GenuineIntel 22:53:11 CPU family: 6 22:53:11 Model: 44 22:53:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:53:11 Stepping: 1 22:53:11 CPU MHz: 2933.438 22:53:11 BogoMIPS: 5866.87 22:53:11 Virtualization: VT-x 22:53:11 Hypervisor vendor: KVM 22:53:11 Virtualization type: full 22:53:11 L1d cache: 128 KiB 22:53:11 L1i cache: 128 KiB 22:53:11 L2 cache: 16 MiB 22:53:11 L3 cache: 64 MiB 22:53:11 NUMA node0 CPU(s): 0-3 22:53:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:53:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:53:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:53:11 Vulnerability Meltdown: Mitigation; PTI 22:53:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:53:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:53:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:53:11 Vulnerability Srbds: Not affected 22:53:11 Vulnerability Tsx async abort: Not affected 22:53:11 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 22:53:11 22:53:11 22:53:11 ---> nproc: 22:53:11 4 22:53:11 22:53:11 22:53:11 ---> df -h: 22:53:11 Filesystem Size Used Available Use% Mounted on 22:53:11 overlay 50.0G 7.3G 42.7G 15% / 22:53:11 tmpfs 64.0M 0 64.0M 0% /dev 22:53:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:53:11 shm 64.0M 0 64.0M 0% /dev/shm 22:53:11 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:53:11 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:53:11 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:53:11 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:53:11 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-904@tmp 22:53:11 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:53:11 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:53:11 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:53:11 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:53:11 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-904 22:53:11 22:53:11 22:53:11 ---> free -m: 22:53:11 total used free shared buff/cache available 22:53:11 Mem: 1837 737 105 0 993 994 22:53:11 Swap: 1023 1 1022 22:53:11 22:53:11 22:53:11 ---> ip addr: 22:53:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:53:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:53:11 inet 127.0.0.1/8 scope host lo 22:53:11 valid_lft forever preferred_lft forever 22:53:11 inet6 ::1/128 scope host 22:53:11 valid_lft forever preferred_lft forever 22:53:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:53:11 link/ether fa:16:3e:2b:d5:34 brd ff:ff:ff:ff:ff:ff 22:53:11 inet 10.30.123.88/23 brd 10.30.123.255 scope global dynamic eth0 22:53:11 valid_lft 85709sec preferred_lft 85709sec 22:53:11 inet6 fe80::f816:3eff:fe2b:d534/64 scope link 22:53:11 valid_lft forever preferred_lft forever 22:53:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:53:11 link/ether 02:42:4c:53:7e:37 brd ff:ff:ff:ff:ff:ff 22:53:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:53:11 valid_lft forever preferred_lft forever 22:53:11 inet6 fe80::42:4cff:fe53:7e37/64 scope link 22:53:11 valid_lft forever preferred_lft forever 22:53:11 22:53:11 22:53:11 ---> sar -b -r -n DEV: 22:53:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) 22:53:11 22:53:11 22:41:28 LINUX RESTART (4 CPU) 22:53:11 22:53:11 22:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:53:11 22:43:01 57.31 17.55 39.76 0.00 5314.39 3808.78 0.00 22:53:11 22:44:01 1.65 0.00 1.65 0.00 0.00 32.79 0.00 22:53:11 22:45:01 0.15 0.00 0.15 0.00 0.00 1.77 0.00 22:53:11 22:46:01 0.33 0.00 0.33 0.00 0.00 5.78 0.00 22:53:11 22:47:01 0.20 0.00 0.20 0.00 0.00 2.88 0.00 22:53:11 22:48:01 0.33 0.00 0.33 0.00 0.00 4.96 0.00 22:53:11 22:49:01 0.23 0.00 0.23 0.00 0.00 3.10 0.00 22:53:11 22:50:01 0.13 0.00 0.13 0.00 0.00 2.15 0.00 22:53:11 22:51:01 0.25 0.00 0.25 0.00 0.00 4.01 0.00 22:53:11 22:52:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 22:53:11 22:53:02 145.94 77.16 68.77 0.00 6289.88 18847.27 0.00 22:53:11 Average: 18.81 8.61 10.19 0.00 1055.54 2066.01 0.00 22:53:11 22:53:11 22:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:53:11 22:43:01 156600 0 629316 33.45 2620 1093008 1097484 37.46 453200 1073220 8 22:53:11 22:44:01 159368 0 626548 33.30 2620 1093008 1096000 37.40 454212 1069424 12 22:53:11 22:45:01 157864 0 628048 33.38 2620 1093012 1091768 37.26 449948 1075476 20 22:53:11 22:46:01 155304 0 630604 33.52 2620 1093016 1091804 37.26 466780 1061376 16 22:53:11 22:47:01 153056 0 632848 33.63 2620 1093020 1091780 37.26 468516 1061992 12 22:53:11 22:48:01 147824 0 638076 33.91 2620 1093024 1091828 37.26 490472 1044768 16 22:53:11 22:49:01 148368 0 637528 33.88 2620 1093028 1091840 37.26 490540 1044768 16 22:53:11 22:50:01 145196 0 640696 34.05 2620 1093032 1091720 37.26 493300 1044768 20 22:53:11 22:51:01 146912 0 638972 33.96 2620 1093040 1091468 37.25 492032 1044720 16 22:53:11 22:52:01 147388 0 638492 33.93 2620 1093044 1091396 37.25 491596 1044720 12 22:53:11 22:53:02 175408 0 725812 38.58 2620 977704 1301484 44.42 465884 989736 8 22:53:11 Average: 153935 0 642449 34.14 2620 1082540 1111688 37.94 474225 1050452 14 22:53:11 22:53:11 22:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:53:11 22:43:01 eth0 641.86 418.55 1115.04 91.43 0.00 0.00 0.00 0.00 22:53:11 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:43:01 docker0 12.49 9.02 1.92 26.37 0.00 0.00 0.00 0.00 22:53:11 22:44:01 eth0 2.80 0.52 0.70 0.39 0.00 0.00 0.00 0.00 22:53:11 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:45:01 eth0 3.61 0.90 0.98 0.63 0.00 0.00 0.00 0.00 22:53:11 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:46:01 eth0 3.20 0.97 1.03 0.60 0.00 0.00 0.00 0.00 22:53:11 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:47:01 eth0 2.63 0.63 0.70 0.37 0.00 0.00 0.00 0.00 22:53:11 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:48:01 eth0 2.85 0.95 1.07 0.69 0.00 0.00 0.00 0.00 22:53:11 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:49:01 eth0 4.01 1.25 1.33 0.77 0.00 0.00 0.00 0.00 22:53:11 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:50:01 eth0 7.94 5.31 1.31 28.19 0.00 0.00 0.00 0.00 22:53:11 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:51:01 eth0 5.06 1.07 1.18 1.10 0.00 0.00 0.00 0.00 22:53:11 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:52:01 eth0 4.15 1.00 1.08 0.61 0.00 0.00 0.00 0.00 22:53:11 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:53:02 eth0 228.68 167.51 2176.95 19.81 0.00 0.00 0.00 0.00 22:53:11 22:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 22:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 Average: eth0 82.49 54.46 300.28 13.15 0.00 0.00 0.00 0.00 22:53:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:53:11 Average: docker0 1.14 0.82 0.17 2.40 0.00 0.00 0.00 0.00 22:53:11 22:53:11 22:53:11 ---> sar -P ALL: 22:53:11 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) 22:53:11 22:53:11 22:41:28 LINUX RESTART (4 CPU) 22:53:11 22:53:11 22:42:01 CPU %user %nice %system %iowait %steal %idle 22:53:11 22:43:01 all 10.26 0.00 3.70 1.14 0.10 84.80 22:53:11 22:43:01 0 11.75 0.00 3.64 0.17 0.08 84.35 22:53:11 22:43:01 1 10.16 0.00 3.87 3.04 0.10 82.83 22:53:11 22:43:01 2 11.46 0.00 3.44 1.05 0.08 83.97 22:53:11 22:43:01 3 7.66 0.00 3.86 0.30 0.14 88.04 22:53:11 22:44:01 all 0.17 0.00 0.04 0.00 0.00 99.79 22:53:11 22:44:01 0 0.03 0.00 0.07 0.00 0.00 99.90 22:53:11 22:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:53:11 22:44:01 2 0.52 0.00 0.05 0.00 0.00 99.43 22:53:11 22:44:01 3 0.07 0.00 0.02 0.00 0.00 99.92 22:53:11 22:45:01 all 0.18 0.00 0.05 0.00 0.02 99.75 22:53:11 22:45:01 0 0.10 0.00 0.07 0.00 0.02 99.82 22:53:11 22:45:01 1 0.05 0.00 0.07 0.00 0.03 99.85 22:53:11 22:45:01 2 0.05 0.00 0.02 0.00 0.02 99.92 22:53:11 22:45:01 3 0.50 0.00 0.05 0.00 0.02 99.43 22:53:11 22:46:01 all 0.17 0.00 0.05 0.00 0.00 99.78 22:53:11 22:46:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:53:11 22:46:01 1 0.48 0.00 0.05 0.00 0.00 99.47 22:53:11 22:46:01 2 0.08 0.00 0.08 0.00 0.00 99.83 22:53:11 22:46:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:53:11 22:47:01 all 0.16 0.00 0.04 0.00 0.02 99.77 22:53:11 22:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:53:11 22:47:01 1 0.50 0.00 0.03 0.00 0.02 99.45 22:53:11 22:47:01 2 0.05 0.00 0.05 0.00 0.03 99.87 22:53:11 22:47:01 3 0.07 0.00 0.05 0.00 0.03 99.85 22:53:11 22:48:01 all 0.16 0.00 0.07 0.00 0.12 99.65 22:53:11 22:48:01 0 0.03 0.00 0.03 0.00 0.05 99.88 22:53:11 22:48:01 1 0.40 0.00 0.05 0.00 0.15 99.40 22:53:11 22:48:01 2 0.15 0.00 0.15 0.00 0.13 99.57 22:53:11 22:48:01 3 0.05 0.00 0.05 0.00 0.13 99.77 22:53:11 22:49:01 all 0.20 0.00 0.04 0.00 0.02 99.75 22:53:11 22:49:01 0 0.07 0.00 0.03 0.00 0.00 99.90 22:53:11 22:49:01 1 0.07 0.00 0.03 0.00 0.02 99.88 22:53:11 22:49:01 2 0.55 0.00 0.03 0.00 0.02 99.40 22:53:11 22:49:01 3 0.10 0.00 0.05 0.00 0.05 99.80 22:53:11 22:50:01 all 0.30 0.00 0.12 0.00 0.07 99.51 22:53:11 22:50:01 0 0.17 0.00 0.12 0.00 0.07 99.65 22:53:11 22:50:01 1 0.55 0.00 0.08 0.00 0.03 99.33 22:53:11 22:50:01 2 0.23 0.00 0.12 0.00 0.10 99.55 22:53:11 22:50:01 3 0.23 0.00 0.18 0.00 0.08 99.50 22:53:11 22:51:01 all 0.18 0.00 0.04 0.00 0.01 99.77 22:53:11 22:51:01 0 0.03 0.00 0.02 0.00 0.02 99.93 22:53:11 22:51:01 1 0.13 0.00 0.03 0.00 0.02 99.82 22:53:11 22:51:01 2 0.22 0.00 0.05 0.00 0.00 99.73 22:53:11 22:51:01 3 0.33 0.00 0.05 0.00 0.00 99.62 22:53:11 22:52:01 all 0.15 0.00 0.04 0.00 0.03 99.78 22:53:11 22:52:01 0 0.07 0.00 0.07 0.00 0.07 99.80 22:53:11 22:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:53:11 22:52:01 2 0.07 0.00 0.05 0.00 0.02 99.87 22:53:11 22:52:01 3 0.45 0.00 0.03 0.00 0.03 99.48 22:53:11 22:53:02 all 5.85 0.00 4.31 1.60 2.04 86.21 22:53:11 22:53:02 0 5.28 0.00 4.95 1.10 1.84 86.84 22:53:11 22:53:02 1 6.17 0.00 4.42 0.91 2.10 86.40 22:53:11 22:53:02 2 5.39 0.00 3.82 3.12 2.24 85.42 22:53:11 22:53:02 3 6.55 0.00 4.04 1.28 1.96 86.17 22:53:11 22:53:11 Average: CPU %user %nice %system %iowait %steal %idle 22:53:11 Average: all 1.60 0.00 0.77 0.25 0.22 97.17 22:53:11 Average: 0 1.58 0.00 0.81 0.11 0.19 97.30 22:53:11 Average: 1 1.67 0.00 0.78 0.36 0.22 96.96 22:53:11 Average: 2 1.69 0.00 0.71 0.38 0.24 96.98 22:53:11 Average: 3 1.45 0.00 0.76 0.14 0.22 97.43 22:53:11 22:53:11 22:53:11