Pull request #867 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-sdk-go Obtained Jenkinsfile from c8225650659a5a3186949503a440523d6c7876ae+00c5ba735e55045c2b436cba75d2b8d60948dbc8 (aeef13a5a26a852b998e0d0ced6f3c700b759c98) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33217 in /w/workspace/dgexfoundry_device-sdk-go_PR-867 [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-867 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 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/867/head:refs/remotes/origin/PR-867 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 00c5ba735e55045c2b436cba75d2b8d60948dbc8 into PR head commit c8225650659a5a3186949503a440523d6c7876ae Merge succeeded, producing c8225650659a5a3186949503a440523d6c7876ae Checking out Revision c8225650659a5a3186949503a440523d6c7876ae (PR-867) > git config core.sparsecheckout # timeout=10 > git checkout -f c8225650659a5a3186949503a440523d6c7876ae # 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 00c5ba735e55045c2b436cba75d2b8d60948dbc8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c8225650659a5a3186949503a440523d6c7876ae # timeout=10 Commit message: "fix: Removed old filebased Access Token config settings." > git rev-list --no-walk 7a59099b22a9388dfc6249f76e984302afe3ad87 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:13:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:13:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:13:50 ========================================================= 23:13:50 EdgeX Global Pipelines Version Info 23:13:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:13:51 ------------------- 23:13:51 stable info: 23:13:51 ------------------- 23:13:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:13:51 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 23:13:51 Message: update stable to v1.0.186 23:13:52 ------------------- 23:13:52 experimental info: 23:13:52 ------------------- 23:13:52 Commited By: **** collab-it+edgex@linuxfoundation.org 23:13:52 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 23:13:52 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:13:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 23:13:53 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 23:13:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:13:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:13:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:13:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:13:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 23:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:13:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 23:13:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:13:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:13:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:13:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:13:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:13:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:13:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:13:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:13:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:13:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:13:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:13:55 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:13:55 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:13:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:13:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-867 [Pipeline] echo 23:13:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-867 [Pipeline] echo 23:13:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-867 [Pipeline] echo 23:13:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c8225650659a5a3186949503a440523d6c7876ae [Pipeline] echo 23:13:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c822565 [Pipeline] echo 23:13:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:13:56 provisioning config files... 23:13:56 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-867@tmp/config172133470808034507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:13:56 ---> docker-login.sh 23:13:56 nexus3.edgexfoundry.org:10001 23:13:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:56 Configure a credential helper to remove this warning. See 23:13:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:56 23:13:56 Login Succeeded 23:13:56 nexus3.edgexfoundry.org:10002 23:13:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:56 Configure a credential helper to remove this warning. See 23:13:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:56 23:13:56 Login Succeeded 23:13:56 nexus3.edgexfoundry.org:10003 23:13:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:57 Configure a credential helper to remove this warning. See 23:13:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:57 23:13:57 Login Succeeded 23:13:57 nexus3.edgexfoundry.org:10004 23:13:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:57 Configure a credential helper to remove this warning. See 23:13:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:57 23:13:57 Login Succeeded 23:13:57 docker.io 23:13:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:57 Configure a credential helper to remove this warning. See 23:13:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:57 23:13:57 Login Succeeded 23:13:57 ---> docker-login.sh ends [Pipeline] } 23:13:57 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 23:13:58 + git log --format=format:%s -1 c8225650659a5a3186949503a440523d6c7876ae [Pipeline] echo 23:13:58 GIT_COMMIT: c8225650659a5a3186949503a440523d6c7876ae, Commit Message: fix: Removed old filebased Access Token config settings. [Pipeline] echo 23:13:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:13:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:13:59 23:13:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:14:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:14:00 latest: Pulling from edgex-devops/git-semver 23:14:00 31603596830f: Pulling fs layer 23:14:00 2a8b12db71e7: Pulling fs layer 23:14:00 6ca5941a6612: Pulling fs layer 23:14:00 ecc8261a40a4: Pulling fs layer 23:14:00 ecc8261a40a4: Waiting 23:14:00 2a8b12db71e7: Verifying Checksum 23:14:00 2a8b12db71e7: Download complete 23:14:00 31603596830f: Download complete 23:14:00 ecc8261a40a4: Download complete 23:14:00 6ca5941a6612: Verifying Checksum 23:14:00 6ca5941a6612: Download complete 23:14:00 31603596830f: Pull complete 23:14:00 2a8b12db71e7: Pull complete 23:14:01 6ca5941a6612: Pull complete 23:14:01 ecc8261a40a4: Pull complete 23:14:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:14:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:14:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:14:01 prd-centos7-docker-4c-2g-33217 does not seem to be running inside a container 23:14:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-867 -v /w/workspace/dgexfoundry_device-sdk-go_PR-867:/w/workspace/dgexfoundry_device-sdk-go_PR-867:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-867@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:14:03 $ docker top 360a68b61958321b0fe728f02f941595c192e2d41be606573b61c86d08060063 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:14:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:14:03 [ssh-agent] Looking for ssh-agent implementation... 23:14:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:14:04 $ docker exec 360a68b61958321b0fe728f02f941595c192e2d41be606573b61c86d08060063 ssh-agent 23:14:04 SSH_AUTH_SOCK=/tmp/ssh-cS1C78SvxT7L/agent.12 23:14:04 SSH_AGENT_PID=17 23:14:04 Running ssh-add (command line suppressed) 23:14:04 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-867@tmp/private_key_8333586852590832548.key (/w/workspace/dgexfoundry_device-sdk-go_PR-867@tmp/private_key_8333586852590832548.key) 23:14:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:14:04 + git tag --points-at HEAD [Pipeline] } 23:14:04 $ docker exec --env ******** --env ******** 360a68b61958321b0fe728f02f941595c192e2d41be606573b61c86d08060063 ssh-agent -k 23:14:04 unset SSH_AUTH_SOCK; 23:14:04 unset SSH_AGENT_PID; 23:14:04 echo Agent pid 17 killed; 23:14:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:14:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:14:05 [ssh-agent] Looking for ssh-agent implementation... 23:14:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:14:05 $ docker exec 360a68b61958321b0fe728f02f941595c192e2d41be606573b61c86d08060063 ssh-agent 23:14:05 SSH_AUTH_SOCK=/tmp/ssh-wlyU4FzGvUvI/agent.46 23:14:05 SSH_AGENT_PID=51 23:14:05 Running ssh-add (command line suppressed) 23:14:05 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-867@tmp/private_key_3721429763365633355.key (/w/workspace/dgexfoundry_device-sdk-go_PR-867@tmp/private_key_3721429763365633355.key) 23:14:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:14:05 + git semver init 23:14:05 # -> Open(): unable to determine branch for HEAD 23:14:05 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-867/.git 23:14:05 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-867 23:14:05 # $SEMVER_REMOTE_NAME = origin 23:14:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:14:05 # $SEMVER_USER_NAME = edgex-jenkins 23:14:05 # $SEMVER_BRANCH = PR-867 23:14:05 # $SEMVER_TEMP = /tmp/semver-793552919 23:14:05 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 23:14:06 # '/tmp/semver-793552919' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-867/.semver' 23:14:06 # -> Force: false 23:14:06 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-867/.semver [Pipeline] } 23:14:06 $ docker exec --env ******** --env ******** 360a68b61958321b0fe728f02f941595c192e2d41be606573b61c86d08060063 ssh-agent -k 23:14:07 unset SSH_AUTH_SOCK; 23:14:07 unset SSH_AGENT_PID; 23:14:07 echo Agent pid 51 killed; 23:14:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:14:07 + git semver [Pipeline] } 23:14:07 $ docker stop --time=1 360a68b61958321b0fe728f02f941595c192e2d41be606573b61c86d08060063 23:14:09 $ docker rm -f 360a68b61958321b0fe728f02f941595c192e2d41be606573b61c86d08060063 [Pipeline] // withDockerContainer [Pipeline] sh 23:14:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:14:10 Stashed 1 file(s) [Pipeline] echo 23:14:10 [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 23:14:25 Still waiting to schedule task 23:14:25 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:14:25 Still waiting to schedule task 23:14:25 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:16:09 Running on prd-centos7-docker-4c-2g-33218 in /w/workspace/dgexfoundry_device-sdk-go_PR-867 [Pipeline] { [Pipeline] ws 23:16:09 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 23:16:11 using credential edgex-jenkins-ssh 23:16:11 Cloning the remote Git repository 23:16:11 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 23:16:12 > git init /w/workspace/device-sdk-go/2 # timeout=10 23:16:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 23:16:12 > git --version # timeout=10 23:16:12 > git --version # 'git version 2.24.3' 23:16:12 using GIT_SSH to set credentials SSH Credentials for GitHub 23:16:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:16:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 23:16:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:16:12 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 23:16:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 23:16:12 using GIT_SSH to set credentials SSH Credentials for GitHub 23:16:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/867/head:refs/remotes/origin/PR-867 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:16:13 Merging remotes/origin/master commit 00c5ba735e55045c2b436cba75d2b8d60948dbc8 into PR head commit c8225650659a5a3186949503a440523d6c7876ae 23:16:13 Merge succeeded, producing c8225650659a5a3186949503a440523d6c7876ae 23:16:13 Checking out Revision c8225650659a5a3186949503a440523d6c7876ae (PR-867) 23:16:13 > git config core.sparsecheckout # timeout=10 23:16:13 > git checkout -f c8225650659a5a3186949503a440523d6c7876ae # timeout=10 23:16:13 > git remote # timeout=10 23:16:13 > git config --get remote.origin.url # timeout=10 23:16:13 using GIT_SSH to set credentials SSH Credentials for GitHub 23:16:13 > git merge 00c5ba735e55045c2b436cba75d2b8d60948dbc8 # timeout=10 23:16:13 > git rev-parse HEAD^{commit} # timeout=10 23:16:13 > git config core.sparsecheckout # timeout=10 23:16:13 > git checkout -f c8225650659a5a3186949503a440523d6c7876ae # timeout=10 23:16:17 Commit message: "fix: Removed old filebased Access Token config settings." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:16:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:16:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:16:18 + sudo service docker restart 23:16:18 + true 23:16:18 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:16:20 provisioning config files... 23:16:20 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config743583649302249034tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:16:20 ---> docker-login.sh 23:16:20 nexus3.edgexfoundry.org:10001 23:16:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:21 Configure a credential helper to remove this warning. See 23:16:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:21 23:16:21 Login Succeeded 23:16:21 nexus3.edgexfoundry.org:10002 23:16:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:21 Configure a credential helper to remove this warning. See 23:16:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:21 23:16:21 Login Succeeded 23:16:21 nexus3.edgexfoundry.org:10003 23:16:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:21 Configure a credential helper to remove this warning. See 23:16:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:21 23:16:21 Login Succeeded 23:16:21 nexus3.edgexfoundry.org:10004 23:16:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:21 Configure a credential helper to remove this warning. See 23:16:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:21 23:16:21 Login Succeeded 23:16:21 docker.io 23:16:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:22 Configure a credential helper to remove this warning. See 23:16:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:22 23:16:22 Login Succeeded 23:16:22 ---> docker-login.sh ends [Pipeline] } 23:16:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:16:22 ========================================================= 23:16:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:16:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:16:22 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 23:16:22 Sending build context to Docker daemon 2.423MB 23:16:22 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:16:22 Step 2/8 : FROM ${BASE} 23:16:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:16:23 188c0c94c7c5: Pulling fs layer 23:16:23 0ef7d3d256c8: Pulling fs layer 23:16:23 de9db76c5a1d: Pulling fs layer 23:16:23 bca2f99d35d6: Pulling fs layer 23:16:23 93359f2a8cfa: Pulling fs layer 23:16:23 7c6f9722023f: Pulling fs layer 23:16:23 a35cf1a2eb13: Pulling fs layer 23:16:23 93359f2a8cfa: Waiting 23:16:23 7c6f9722023f: Waiting 23:16:23 a35cf1a2eb13: Waiting 23:16:23 bca2f99d35d6: Waiting 23:16:23 de9db76c5a1d: Verifying Checksum 23:16:23 de9db76c5a1d: Download complete 23:16:23 0ef7d3d256c8: Download complete 23:16:23 93359f2a8cfa: Verifying Checksum 23:16:23 93359f2a8cfa: Download complete 23:16:23 7c6f9722023f: Verifying Checksum 23:16:23 7c6f9722023f: Download complete 23:16:23 188c0c94c7c5: Verifying Checksum 23:16:23 188c0c94c7c5: Download complete 23:16:23 188c0c94c7c5: Pull complete 23:16:24 0ef7d3d256c8: Pull complete 23:16:24 de9db76c5a1d: Pull complete 23:16:25 a35cf1a2eb13: Verifying Checksum 23:16:25 a35cf1a2eb13: Download complete 23:16:25 bca2f99d35d6: Verifying Checksum 23:16:25 bca2f99d35d6: Download complete 23:16:31 bca2f99d35d6: Pull complete 23:16:31 93359f2a8cfa: Pull complete 23:16:31 7c6f9722023f: Pull complete 23:16:37 a35cf1a2eb13: Pull complete 23:16:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:16:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:16:37 ---> a62c8e92a672 23:16:37 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:16:37 ---> Running in 3f83dcb31380 23:16:38 Removing intermediate container 3f83dcb31380 23:16:38 ---> 2a14366965cd 23:16:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:16:38 ---> Running in a5a0542667c5 23:16:39 Removing intermediate container a5a0542667c5 23:16:39 ---> 2fd5f7c1285f 23:16:39 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 23:16:39 ---> Running in 72e7a5fa466c 23:16:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:16:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:16:41 (1/6) Installing libc-dev (0.7.2-r3) 23:16:41 (2/6) Installing libsodium (1.0.18-r0) 23:16:41 (3/6) Installing pkgconf (1.7.2-r0) 23:16:41 (4/6) Installing libsodium-dev (1.0.18-r0) 23:16:41 (5/6) Installing libzmq (4.3.3-r0) 23:16:41 (6/6) Installing zeromq-dev (4.3.3-r0) 23:16:41 Executing busybox-1.31.1-r19.trigger 23:16:41 OK: 167 MiB in 45 packages 23:16:42 Removing intermediate container 72e7a5fa466c 23:16:42 ---> a2f252da1219 23:16:42 Step 6/8 : WORKDIR /device-sdk-go 23:16:42 ---> Running in 4a6e6745b94f 23:16:42 Removing intermediate container 4a6e6745b94f 23:16:42 ---> 1d8ff6bf90b7 23:16:42 Step 7/8 : COPY . . 23:16:44 ---> 1e80d9ce6f9b 23:16:44 Step 8/8 : RUN go mod download 23:16:44 ---> Running in d9b6eaacb307 23:17:06 Removing intermediate container d9b6eaacb307 23:17:06 ---> 7e41b63a315d 23:17:06 Successfully built 7e41b63a315d 23:17:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:17:06 + docker inspect -f . ci-base-image-x86_64 23:17:06 . [Pipeline] withDockerContainer 23:17:06 prd-centos7-docker-4c-2g-33218 does not seem to be running inside a container 23:17:06 $ 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 ******** -e ******** ci-base-image-x86_64 cat 23:17:07 $ docker top 9311485fdfbccbb51bc35c5a2d0481eb618bcc2d7efe695d7451a24a59cd0708 -eo pid,comm [Pipeline] { [Pipeline] sh 23:17:07 + go version 23:17:07 go version go1.15.5 linux/amd64 [Pipeline] } 23:17:07 $ docker stop --time=1 9311485fdfbccbb51bc35c5a2d0481eb618bcc2d7efe695d7451a24a59cd0708 23:17:09 $ docker rm -f 9311485fdfbccbb51bc35c5a2d0481eb618bcc2d7efe695d7451a24a59cd0708 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:17:09 + docker inspect -f . ci-base-image-x86_64 23:17:09 . [Pipeline] withDockerContainer 23:17:10 prd-centos7-docker-4c-2g-33218 does not seem to be running inside a container 23:17:10 $ 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 ******** -e ******** ci-base-image-x86_64 cat 23:17:10 $ docker top cca7b09acdc801cfa4d2ccd187589185b0898939b37f58c156cdd432c7ea5e96 -eo pid,comm [Pipeline] { [Pipeline] sh 23:17:11 + make test 23:17:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:17:17 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 23:17:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 23:17:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 23:17:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 23:17:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 23:17:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 23:17:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.098s coverage: 28.1% of statements 23:17:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.068s coverage: 78.9% of statements 23:17:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.091s coverage: 7.8% of statements 23:17:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 23:17:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 23:17:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 23:17:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.083s coverage: 32.5% of statements 23:17:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 23:17:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 23:17:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 23:17:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.099s coverage: 57.3% of statements 23:17:41 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.152s coverage: 6.6% of statements 23:17:41 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements 23:17:41 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 23:17:41 GO111MODULE=on go vet ./... 23:17:56 gofmt -l . 23:17:56 [ "`gofmt -l .`" = "" ] 23:17:56 ./bin/test-attribution-txt.sh 23:17:56 ./bin/test-go-mod-tidy.sh [Pipeline] } 23:17:56 $ docker stop --time=1 cca7b09acdc801cfa4d2ccd187589185b0898939b37f58c156cdd432c7ea5e96 23:17:58 $ docker rm -f cca7b09acdc801cfa4d2ccd187589185b0898939b37f58c156cdd432c7ea5e96 [Pipeline] // withDockerContainer [Pipeline] sh 23:17:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:17:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:18:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:18:03 + ls -al . 23:18:03 total 188 23:18:03 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 7 23:17 . 23:18:03 drwxrwxr-x. 4 jenkins jenkins 28 Apr 7 23:16 .. 23:18:03 drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 23:16 bin 23:18:03 -rw-r--r--. 1 jenkins jenkins 99189 Apr 7 23:17 coverage.out 23:18:03 -rw-rw-r--. 1 jenkins jenkins 987 Apr 7 23:16 Dockerfile.build 23:18:03 -rw-rw-r--. 1 jenkins jenkins 140 Apr 7 23:16 .dockerignore 23:18:03 drwxrwxr-x. 5 jenkins jenkins 62 Apr 7 23:16 example 23:18:03 drwxrwxr-x. 8 jenkins jenkins 179 Apr 7 23:16 .git 23:18:03 drwxrwxr-x. 2 jenkins jenkins 103 Apr 7 23:16 .github 23:18:03 -rw-rw-r--. 1 jenkins jenkins 138 Apr 7 23:16 .gitignore 23:18:03 -rw-r--r--. 1 jenkins jenkins 572 Apr 7 23:17 go.mod 23:18:03 -rw-r--r--. 1 jenkins jenkins 20726 Apr 7 23:17 go.sum 23:18:03 drwxrwxr-x. 14 jenkins jenkins 207 Apr 7 23:16 internal 23:18:03 -rw-rw-r--. 1 jenkins jenkins 901 Apr 7 23:16 Jenkinsfile 23:18:03 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 7 23:16 LICENSE 23:18:03 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 7 23:16 Makefile 23:18:03 drwxrwxr-x. 4 jenkins jenkins 26 Apr 7 23:16 openapi 23:18:03 drwxrwxr-x. 5 jenkins jenkins 50 Apr 7 23:16 pkg 23:18:03 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 7 23:16 README.md 23:18:03 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 7 23:16 RELEASE-NOTES.txt 23:18:03 drwxrwxr-x. 4 jenkins jenkins 54 Apr 7 23:16 snap 23:18:03 -rw-rw-r--. 1 jenkins jenkins 5 Apr 7 23:14 VERSION 23:18:03 -rw-rw-r--. 1 jenkins jenkins 222 Apr 7 23:16 version.go [Pipeline] isUnix [Pipeline] sh 23:18:03 + 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=c8225650659a5a3186949503a440523d6c7876ae --label arch=amd64 --label version=0.0.0 . 23:18:03 Sending build context to Docker daemon 2.523MB 23:18:03 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 23:18:03 Step 2/23 : FROM ${BASE} AS builder 23:18:03 ---> 7e41b63a315d 23:18:03 Step 3/23 : WORKDIR /device-sdk-go 23:18:04 ---> Running in 738e46d4382e 23:18:04 Removing intermediate container 738e46d4382e 23:18:04 ---> 393faea95d95 23:18:04 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:18:04 ---> Running in 0d481d6ddf7b 23:18:04 Removing intermediate container 0d481d6ddf7b 23:18:04 ---> cbe12a91b74e 23:18:04 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:18:04 ---> Running in 132087ae5c53 23:18:05 Removing intermediate container 132087ae5c53 23:18:05 ---> b77d4ba8da49 23:18:05 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 23:18:05 ---> Running in 0d3d403b5c0e 23:18:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33221 in /w/workspace/dgexfoundry_device-sdk-go_PR-867 [Pipeline] { [Pipeline] ws 23:18:06 Running in /w/workspace/device-sdk-go/2 [Pipeline] { 23:18:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] checkout 23:18:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:18:08 OK: 167 MiB in 45 packages 23:18:08 Removing intermediate container 0d3d403b5c0e 23:18:08 ---> 8bb2fe0237c2 23:18:08 Step 7/23 : COPY . . 23:18:09 ---> 2e6c14d1bb24 23:18:09 Step 8/23 : RUN go mod download 23:18:09 ---> Running in a0959f57e242 23:18:10 Removing intermediate container a0959f57e242 23:18:10 ---> 9a203fafa7ce 23:18:10 Step 9/23 : RUN make build 23:18:10 ---> Running in 642b48093467 23:18:10 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 23:18:11 using credential edgex-jenkins-ssh 23:18:11 Cloning the remote Git repository 23:18:11 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 23:18:11 > git init /w/workspace/device-sdk-go/2 # timeout=10 23:18:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 23:18:11 > git --version # timeout=10 23:18:11 > git --version # 'git version 2.17.1' 23:18:11 using GIT_SSH to set credentials SSH Credentials for GitHub 23:18:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:18:14 Merging remotes/origin/master commit 00c5ba735e55045c2b436cba75d2b8d60948dbc8 into PR head commit c8225650659a5a3186949503a440523d6c7876ae 23:18:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 23:18:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:18:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 23:18:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 23:18:13 using GIT_SSH to set credentials SSH Credentials for GitHub 23:18:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/867/head:refs/remotes/origin/PR-867 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:18:14 > git config core.sparsecheckout # timeout=10 23:18:14 > git checkout -f c8225650659a5a3186949503a440523d6c7876ae # timeout=10 23:18:14 Merge succeeded, producing c8225650659a5a3186949503a440523d6c7876ae 23:18:14 Checking out Revision c8225650659a5a3186949503a440523d6c7876ae (PR-867) 23:18:14 > git remote # timeout=10 23:18:14 > git config --get remote.origin.url # timeout=10 23:18:14 using GIT_SSH to set credentials SSH Credentials for GitHub 23:18:14 > git merge 00c5ba735e55045c2b436cba75d2b8d60948dbc8 # timeout=10 23:18:14 > git rev-parse HEAD^{commit} # timeout=10 23:18:14 > git config core.sparsecheckout # timeout=10 23:18:14 > git checkout -f c8225650659a5a3186949503a440523d6c7876ae # timeout=10 23:18:18 Commit message: "fix: Removed old filebased Access Token config settings." [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:18:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:18:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:18:20 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 23:18:20 + sudo service docker restart 23:18:20 + true 23:18:21 Removing intermediate container 642b48093467 23:18:21 ---> db2dc0107680 23:18:21 Step 10/23 : FROM alpine:3.12 23:18:22 3.12: Pulling from library/alpine 23:18:22 532819f3e44c: Pulling fs layer 23:18:22 532819f3e44c: Download complete 23:18:23 532819f3e44c: Pull complete 23:18:23 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 23:18:23 Status: Downloaded newer image for alpine:3.12 23:18:23 ---> 7230e588e954 23:18:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:18:23 ---> Running in 590c8912b983 23:18:23 Removing intermediate container 590c8912b983 23:18:23 ---> 105b620f213d 23:18:23 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:18:23 ---> Running in 9483f9962149 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:18:23 provisioning config files... 23:18:23 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config8495457773863629170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:18:24 ---> docker-login.sh 23:18:24 nexus3.edgexfoundry.org:10001 23:18:24 Removing intermediate container 9483f9962149 23:18:24 ---> 1cc24d7e413e 23:18:24 Step 13/23 : RUN apk add --update --no-cache zeromq 23:18:24 ---> Running in 0184a68770a7 23:18:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:18:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:18:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:25 Configure a credential helper to remove this warning. See 23:18:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:25 23:18:25 Login Succeeded 23:18:25 nexus3.edgexfoundry.org:10002 23:18:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:25 Configure a credential helper to remove this warning. See 23:18:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:25 23:18:25 Login Succeeded 23:18:25 nexus3.edgexfoundry.org:10003 23:18:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:26 Configure a credential helper to remove this warning. See 23:18:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:26 23:18:26 Login Succeeded 23:18:26 nexus3.edgexfoundry.org:10004 23:18:26 (1/5) Installing libgcc (9.3.0-r2) 23:18:26 (2/5) Installing libsodium (1.0.18-r0) 23:18:26 (3/5) Installing libstdc++ (9.3.0-r2) 23:18:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:26 (4/5) Installing libzmq (4.3.3-r0) 23:18:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:26 Configure a credential helper to remove this warning. See 23:18:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:26 23:18:26 Login Succeeded 23:18:26 docker.io 23:18:26 (5/5) Installing zeromq (4.3.3-r0) 23:18:26 Executing busybox-1.31.1-r20.trigger 23:18:26 OK: 8 MiB in 19 packages 23:18:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:18:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:18:27 Configure a credential helper to remove this warning. See 23:18:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:18:27 23:18:27 Login Succeeded 23:18:27 ---> docker-login.sh ends [Pipeline] } 23:18:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 23:18:27 Removing intermediate container 0184a68770a7 23:18:27 ---> ae92c0331cb7 23:18:27 Step 14/23 : WORKDIR / 23:18:27 ---> Running in 7459b5b3014b [Pipeline] // withEnv [Pipeline] unstash 23:18:27 Removing intermediate container 7459b5b3014b 23:18:27 ---> fc687234989d 23:18:27 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 23:18:27 ---> d31b28fda302 23:18:27 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [Pipeline] echo 23:18:27 ========================================================= 23:18:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:18:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:18:28 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 23:18:28 ---> fc93af9304c0 23:18:28 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 23:18:28 ---> 19af29decc65 23:18:28 Step 18/23 : EXPOSE 49990 23:18:28 Sending build context to Docker daemon 2.436MB 23:18:28 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:18:28 Step 2/8 : FROM ${BASE} 23:18:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:18:28 5f621e34cdf4: Pulling fs layer 23:18:28 a4357932f1b6: Pulling fs layer 23:18:28 18c013af1878: Pulling fs layer 23:18:28 00ac8860ef70: Pulling fs layer 23:18:28 63d7cb157983: Pulling fs layer 23:18:28 b116817d02f9: Pulling fs layer 23:18:28 745a02a5169b: Pulling fs layer 23:18:28 63d7cb157983: Waiting 23:18:28 b116817d02f9: Waiting 23:18:28 745a02a5169b: Waiting 23:18:28 18c013af1878: Download complete 23:18:28 a4357932f1b6: Verifying Checksum 23:18:28 a4357932f1b6: Download complete 23:18:28 63d7cb157983: Verifying Checksum 23:18:28 63d7cb157983: Download complete 23:18:28 ---> Running in 0e0bed8da3a9 23:18:28 Removing intermediate container 0e0bed8da3a9 23:18:28 ---> d615ea603d07 23:18:28 Step 19/23 : ENTRYPOINT ["/device-simple"] 23:18:29 ---> Running in 2807e6a0106e 23:18:29 Removing intermediate container 2807e6a0106e 23:18:29 ---> a9cec9d449c0 23:18:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:18:29 ---> Running in d50ce52b9b03 23:18:29 Removing intermediate container d50ce52b9b03 23:18:29 ---> df81c97dc723 23:18:29 Step 21/23 : LABEL arch=amd64 23:18:29 ---> Running in 3c3c3511811d 23:18:29 Removing intermediate container 3c3c3511811d 23:18:29 ---> 12d4c03fc32e 23:18:29 Step 22/23 : LABEL git_sha=c8225650659a5a3186949503a440523d6c7876ae 23:18:29 ---> Running in 9e1b449e5b5b 23:18:29 b116817d02f9: Verifying Checksum 23:18:29 b116817d02f9: Download complete 23:18:29 5f621e34cdf4: Verifying Checksum 23:18:29 5f621e34cdf4: Download complete 23:18:29 Removing intermediate container 9e1b449e5b5b 23:18:29 ---> 647b1ec6d4e7 23:18:29 Step 23/23 : LABEL version=0.0.0 23:18:29 ---> Running in f2762c751fb4 23:18:30 Removing intermediate container f2762c751fb4 23:18:30 ---> fda1034dedb7 23:18:30 [Warning] One or more build-args [ARCH MAKE] were not consumed 23:18:30 Successfully built fda1034dedb7 23:18:30 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 23:18:30 5f621e34cdf4: Pull complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 23:18:30 a4357932f1b6: Pull complete 23:18:31 ---> job-cost.sh 23:18:31 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YBvX 23:18:31 18c013af1878: Pull complete 23:18:32 745a02a5169b: Verifying Checksum 23:18:32 745a02a5169b: Download complete 23:18:33 00ac8860ef70: Verifying Checksum 23:18:33 00ac8860ef70: Download complete 23:18:43 00ac8860ef70: Pull complete 23:18:43 63d7cb157983: Pull complete 23:18:43 b116817d02f9: Pull complete 23:18:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:18:48 745a02a5169b: Pull complete 23:18:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:18:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:18:48 ---> b7e6874047d6 23:18:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:18:50 ---> Running in 016f2bd5959a 23:18:51 Removing intermediate container 016f2bd5959a 23:18:51 ---> b358409b895f 23:18:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:18:51 ---> Running in 69b2a921ce15 23:18:53 Removing intermediate container 69b2a921ce15 23:18:53 ---> 03250ee7ea11 23:18:53 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 23:18:53 ---> Running in 3be91d883648 23:18:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:18:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:18:56 (1/6) Installing libc-dev (0.7.2-r3) 23:18:56 (2/6) Installing libsodium (1.0.18-r0) 23:18:56 (3/6) Installing pkgconf (1.7.2-r0) 23:18:56 (4/6) Installing libsodium-dev (1.0.18-r0) 23:18:56 (5/6) Installing libzmq (4.3.3-r0) 23:18:56 (6/6) Installing zeromq-dev (4.3.3-r0) 23:18:56 Executing busybox-1.31.1-r19.trigger 23:18:56 OK: 144 MiB in 45 packages 23:18:58 Removing intermediate container 3be91d883648 23:18:58 ---> e924b533d08b 23:18:58 Step 6/8 : WORKDIR /device-sdk-go 23:18:58 ---> Running in 3bce143dd5f2 23:18:58 Removing intermediate container 3bce143dd5f2 23:18:58 ---> 7ab07698bbce 23:18:58 Step 7/8 : COPY . . 23:19:00 ---> 85cbced5bd86 23:19:00 Step 8/8 : RUN go mod download 23:19:00 ---> Running in fdcdc0672044 23:19:12 lf-activate-venv(): INFO: Adding /tmp/venv-YBvX/bin to PATH 23:19:12 INFO: No Stack... 23:19:12 INFO: Retrieving Pricing Info for: v1-standard-2 23:19:12 INFO: Archiving Costs [Pipeline] sh 23:19:12 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 23:19:12 + cut -d, -f6 [Pipeline] lock 23:19:12 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-867-2-stack-cost] 23:19:12 Resource [jenkins-edgexfoundry-device-sdk-go-PR-867-2-stack-cost] did not exist. Created. 23:19:12 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-867-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:19:13 + echo total: 0.029999999329447746 [Pipeline] stash 23:19:13 Stashed 1 file(s) [Pipeline] } 23:19:13 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-867-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:19:27 Removing intermediate container fdcdc0672044 23:19:27 ---> 069ae211b8ef 23:19:27 Successfully built 069ae211b8ef 23:19:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:19:27 + docker inspect -f . ci-base-image-arm64 23:19:27 . [Pipeline] withDockerContainer 23:19:27 prd-ubuntu18.04-docker-arm64-4c-16g-33221 does not seem to be running inside a container 23:19:27 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 23:19:29 $ docker top 85b702de7659d2eaf1086c76ef51669ccd63c2eec6a0f126a32540400d5354aa -eo pid,comm [Pipeline] { [Pipeline] sh 23:19:30 + go version 23:19:30 go version go1.15.5 linux/arm64 [Pipeline] } 23:19:30 $ docker stop --time=1 85b702de7659d2eaf1086c76ef51669ccd63c2eec6a0f126a32540400d5354aa 23:19:32 $ docker rm -f 85b702de7659d2eaf1086c76ef51669ccd63c2eec6a0f126a32540400d5354aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:19:35 + docker inspect -f . ci-base-image-arm64 23:19:35 . [Pipeline] withDockerContainer 23:19:35 prd-ubuntu18.04-docker-arm64-4c-16g-33221 does not seem to be running inside a container 23:19:35 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 23:19:36 $ docker top 93e70cc02de5e6bf908e2c943a4eb4858700c00f29cf6fe499ec241acb1f51c5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:19:37 + make test 23:19:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:20:00 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 23:20:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 23:20:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 23:20:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 23:20:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 23:20:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 23:20:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.275s coverage: 28.1% of statements 23:21:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.254s coverage: 78.9% of statements 23:21:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.248s coverage: 7.8% of statements 23:21:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 23:21:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 23:21:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 23:21:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.307s coverage: 32.5% of statements 23:21:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 23:21:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 23:21:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 23:21:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.275s coverage: 57.3% of statements 23:21:05 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.180s coverage: 6.6% of statements 23:21:05 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.155s coverage: 5.0% of statements 23:21:05 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 23:21:05 GO111MODULE=on go vet ./... 23:21:52 gofmt -l . 23:21:52 [ "`gofmt -l .`" = "" ] 23:21:52 ./bin/test-attribution-txt.sh 23:21:52 ./bin/test-go-mod-tidy.sh [Pipeline] } 23:21:52 $ docker stop --time=1 93e70cc02de5e6bf908e2c943a4eb4858700c00f29cf6fe499ec241acb1f51c5 23:21:55 $ docker rm -f 93e70cc02de5e6bf908e2c943a4eb4858700c00f29cf6fe499ec241acb1f51c5 [Pipeline] // withDockerContainer [Pipeline] sh 23:21:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:21:56 Warning: overwriting stash ‘coverage-report’ 23:21:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:21:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:21:58 + ls -al . 23:21:58 total 224 23:21:58 drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 23:21 . 23:21:58 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 23:18 .. 23:21:58 -rw-rw-r-- 1 jenkins jenkins 140 Apr 7 23:18 .dockerignore 23:21:58 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 23:18 .git 23:21:58 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 23:18 .github 23:21:58 -rw-rw-r-- 1 jenkins jenkins 138 Apr 7 23:18 .gitignore 23:21:58 -rw-rw-r-- 1 jenkins jenkins 987 Apr 7 23:18 Dockerfile.build 23:21:58 -rw-rw-r-- 1 jenkins jenkins 901 Apr 7 23:18 Jenkinsfile 23:21:58 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 7 23:18 LICENSE 23:21:58 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 7 23:18 Makefile 23:21:58 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 7 23:18 README.md 23:21:58 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 7 23:18 RELEASE-NOTES.txt 23:21:58 -rw-rw-r-- 1 jenkins jenkins 5 Apr 7 23:14 VERSION 23:21:58 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 23:18 bin 23:21:58 -rw-r--r-- 1 jenkins jenkins 99189 Apr 7 23:21 coverage.out 23:21:58 drwxrwxr-x 5 jenkins jenkins 4096 Apr 7 23:18 example 23:21:58 -rw-r--r-- 1 jenkins jenkins 572 Apr 7 23:21 go.mod 23:21:58 -rw-r--r-- 1 jenkins jenkins 20726 Apr 7 23:21 go.sum 23:21:58 drwxrwxr-x 14 jenkins jenkins 4096 Apr 7 23:18 internal 23:21:58 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 23:18 openapi 23:21:58 drwxrwxr-x 5 jenkins jenkins 4096 Apr 7 23:18 pkg 23:21:58 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 23:18 snap 23:21:58 -rw-rw-r-- 1 jenkins jenkins 222 Apr 7 23:18 version.go [Pipeline] isUnix [Pipeline] sh 23:21: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=c8225650659a5a3186949503a440523d6c7876ae --label arch=arm64 --label version=0.0.0 . 23:21:58 Sending build context to Docker daemon 2.535MB 23:21:59 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 23:21:59 Step 2/23 : FROM ${BASE} AS builder 23:21:59 ---> 069ae211b8ef 23:21:59 Step 3/23 : WORKDIR /device-sdk-go 23:21:59 ---> Running in 4c2623a3ab87 23:21:59 Removing intermediate container 4c2623a3ab87 23:21:59 ---> 7865c9eb560d 23:21:59 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:22:00 ---> Running in 51f59c7ad34b 23:22:00 Removing intermediate container 51f59c7ad34b 23:22:00 ---> 081c734b5a7a 23:22:00 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:22:00 ---> Running in 00df5ede02d2 23:22:02 Removing intermediate container 00df5ede02d2 23:22:02 ---> 3ba832a8f12b 23:22:02 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 23:22:02 ---> Running in bf8009f5b86f 23:22:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:22:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:22:05 OK: 144 MiB in 45 packages 23:22:06 Removing intermediate container bf8009f5b86f 23:22:06 ---> 2e870767aa1e 23:22:06 Step 7/23 : COPY . . 23:22:07 ---> bd70deee6e47 23:22:07 Step 8/23 : RUN go mod download 23:22:08 ---> Running in 82a2ce824ed0 23:22:10 Removing intermediate container 82a2ce824ed0 23:22:10 ---> 514180703f06 23:22:10 Step 9/23 : RUN make build 23:22:10 ---> Running in b9c8dc3b829a 23:22:11 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 23:22:44 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 23:22:46 Removing intermediate container b9c8dc3b829a 23:22:46 ---> 1f7403ae10be 23:22:46 Step 10/23 : FROM alpine:3.12 23:22:47 3.12: Pulling from library/alpine 23:22:47 9a219e8acc52: Pulling fs layer 23:22:47 9a219e8acc52: Verifying Checksum 23:22:47 9a219e8acc52: Download complete 23:22:48 9a219e8acc52: Pull complete 23:22:48 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 23:22:48 Status: Downloaded newer image for alpine:3.12 23:22:48 ---> d75e27dfc0a0 23:22:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:22:48 ---> Running in e063d5d8e9b1 23:22:48 Removing intermediate container e063d5d8e9b1 23:22:48 ---> 7bf78a438022 23:22:48 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:22:48 ---> Running in 4ee6b0f39d0f 23:22:50 Removing intermediate container 4ee6b0f39d0f 23:22:50 ---> ebc52c2b1077 23:22:50 Step 13/23 : RUN apk add --update --no-cache zeromq 23:22:50 ---> Running in 25a8f31df4dd 23:22:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:22:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:22:53 (1/5) Installing libgcc (9.3.0-r2) 23:22:53 (2/5) Installing libsodium (1.0.18-r0) 23:22:53 (3/5) Installing libstdc++ (9.3.0-r2) 23:22:54 (4/5) Installing libzmq (4.3.3-r0) 23:22:54 (5/5) Installing zeromq (4.3.3-r0) 23:22:54 Executing busybox-1.31.1-r20.trigger 23:22:54 OK: 8 MiB in 19 packages 23:22:55 Removing intermediate container 25a8f31df4dd 23:22:55 ---> 008c2391ef05 23:22:55 Step 14/23 : WORKDIR / 23:22:55 ---> Running in 6ebf85e6887c 23:22:56 Removing intermediate container 6ebf85e6887c 23:22:56 ---> f5291a6afcc7 23:22:56 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 23:22:56 ---> cce12312311a 23:22:56 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 23:22:57 ---> 2ee735a98be3 23:22:57 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 23:22:58 ---> 9dfb61ec6949 23:22:58 Step 18/23 : EXPOSE 49990 23:22:58 ---> Running in 61ff0217f3d4 23:22:59 Removing intermediate container 61ff0217f3d4 23:22:59 ---> 2719da8a4cd6 23:22:59 Step 19/23 : ENTRYPOINT ["/device-simple"] 23:22:59 ---> Running in 85b20fac4630 23:23:00 Removing intermediate container 85b20fac4630 23:23:00 ---> 8c27cf912ca3 23:23:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:23:00 ---> Running in 0128964530a4 23:23:00 Removing intermediate container 0128964530a4 23:23:00 ---> 00f5dc191c05 23:23:00 Step 21/23 : LABEL arch=arm64 23:23:00 ---> Running in ab3d7d3179a2 23:23:01 Removing intermediate container ab3d7d3179a2 23:23:01 ---> cfae1c45f177 23:23:01 Step 22/23 : LABEL git_sha=c8225650659a5a3186949503a440523d6c7876ae 23:23:01 ---> Running in 3de4a6ecdfb6 23:23:01 Removing intermediate container 3de4a6ecdfb6 23:23:01 ---> 2651d3a2b3f8 23:23:01 Step 23/23 : LABEL version=0.0.0 23:23:01 ---> Running in 19774311e8d9 23:23:02 Removing intermediate container 19774311e8d9 23:23:02 ---> 7e1139772470 23:23:02 [Warning] One or more build-args [ARCH MAKE] were not consumed 23:23:02 Successfully built 7e1139772470 23:23:02 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 23:23:03 ---> job-cost.sh 23:23:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DMvI 23:23:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:25:18 lf-activate-venv(): INFO: Adding /tmp/venv-DMvI/bin to PATH 23:25:18 INFO: No Stack... 23:25:18 INFO: Retrieving Pricing Info for: lf-standard-4 23:25:18 INFO: Archiving Costs [Pipeline] sh 23:25:19 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 23:25:19 + cut -d, -f6 [Pipeline] lock 23:25:19 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-867-2-stack-cost] 23:25:19 Resource [jenkins-edgexfoundry-device-sdk-go-PR-867-2-stack-cost] did not exist. Created. 23:25:19 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-867-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:25:19 /w/workspace/device-sdk-go/2@tmp/durable-c4fb2b14/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-c4fb2b14/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 23:25:20 + echo total: 0.20999999344348907 [Pipeline] stash 23:25:20 Warning: overwriting stash ‘stack-cost’ 23:25:20 Stashed 1 file(s) [Pipeline] } 23:25:20 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-867-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 23:25:22 provisioning config files... 23:25:22 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-867@tmp/config22108260358271615tmp [Pipeline] { [Pipeline] sh 23:25:22 + set +x 23:25:22 + curl -s https://codecov.io/bash 23:25:22 + bash -s -- 23:25:22 23:25:22 _____ _ 23:25:22 / ____| | | 23:25:22 | | ___ __| | ___ ___ _____ __ 23:25:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:25:22 | |___| (_) | (_| | __/ (_| (_) \ V / 23:25:22 \_____\___/ \__,_|\___|\___\___/ \_/ 23:25:22 Bash-20210309-2b87ace 23:25:22 23:25:22 23:25:22 ==> git version 2.24.3 found 23:25:22 ==> 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 23:25:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:25:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:25:22 ==> Jenkins CI detected. 23:25:22 project root: . 23:25:22 --> token set from env 23:25:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:25:22 ==> Running gcov in . (disable via -X gcov) 23:25:22 ==> Python coveragepy not found 23:25:22 ==> Searching for coverage reports in: 23:25:22 + . 23:25:22 -> Found 1 reports 23:25:22 ==> Detecting git/mercurial file structure 23:25:22 ==> Reading reports 23:25:22 + ./coverage.out bytes=99189 23:25:22 ==> Appending adjustments 23:25:22 https://docs.codecov.io/docs/fixing-reports 23:25:23 + Found adjustments 23:25:23 ==> Gzipping contents 23:25:23 16K /tmp/codecov.TgSVo0.gz 23:25:23 ==> Uploading reports 23:25:23 url: https://codecov.io 23:25:23 query: branch=PR-867&commit=c8225650659a5a3186949503a440523d6c7876ae&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-867%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=867&job=&cmd_args= 23:25:23 -> Pinging Codecov 23:25:23 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-867&commit=c8225650659a5a3186949503a440523d6c7876ae&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-867%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=867&job=&cmd_args= 23:25:23 -> Uploading to 23:25:23 https://storage.googleapis.com/codecov/v4/raw/2021-04-07/7E55EF52A471D76F132DFD9A03CDDE97/c8225650659a5a3186949503a440523d6c7876ae/c0b97799-4303-4164-913a-1c6f16f971ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T232523Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b6519aa625037958d9fde7ef3c30fbe1cd4410321947a354e56753c61a1374de 23:25:23 % Total % Received % Xferd Average Speed Time Time Time Current 23:25:23 Dload Upload Total Spent Left Speed 23:25:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13375 0 0 100 13375 0 35341 --:--:-- --:--:-- --:--:-- 35290 23:25:24 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/c8225650659a5a3186949503a440523d6c7876ae [Pipeline] } 23:25:24 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 23:25:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:25:26 ---> package-listing.sh 23:25:26 ++ facter osfamily 23:25:26 ++ tr '[:upper:]' '[:lower:]' 23:25:26 + OS_FAMILY=redhat 23:25:26 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-867 23:25:26 + START_PACKAGES=/tmp/packages_start.txt 23:25:26 + END_PACKAGES=/tmp/packages_end.txt 23:25:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:25:26 + PACKAGES=/tmp/packages_start.txt 23:25:26 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-867 ']' 23:25:26 + PACKAGES=/tmp/packages_end.txt 23:25:26 + case "${OS_FAMILY}" in 23:25:26 + rpm -qa 23:25:26 + sort 23:25:31 + '[' -f /tmp/packages_start.txt ']' 23:25:31 + '[' -f /tmp/packages_end.txt ']' 23:25:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:25:31 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-867 ']' 23:25:31 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-867/archives/ 23:25:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-867/archives/ [Pipeline] echo 23:25:31 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-867/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:25:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:25:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:32 23:25:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:25:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:32 alpine: Pulling from edgex-lftools-log-publisher 23:25:32 df20fa9351a1: Pulling fs layer 23:25:32 36b3adc4ff6f: Pulling fs layer 23:25:32 8ad3a11d3b57: Pulling fs layer 23:25:32 46f8f816bc3b: Pulling fs layer 23:25:32 93b61091891f: Pulling fs layer 23:25:32 93b9cdb0e59b: Pulling fs layer 23:25:32 5e14af77c1be: Pulling fs layer 23:25:32 01666e4c0597: Pulling fs layer 23:25:32 aa168da1d23b: Pulling fs layer 23:25:32 46f8f816bc3b: Waiting 23:25:32 93b61091891f: Waiting 23:25:32 01666e4c0597: Waiting 23:25:32 aa168da1d23b: Waiting 23:25:32 5e14af77c1be: Waiting 23:25:32 93b9cdb0e59b: Waiting 23:25:32 36b3adc4ff6f: Verifying Checksum 23:25:32 36b3adc4ff6f: Download complete 23:25:32 46f8f816bc3b: Download complete 23:25:33 df20fa9351a1: Verifying Checksum 23:25:33 93b9cdb0e59b: Download complete 23:25:33 5e14af77c1be: Verifying Checksum 23:25:33 5e14af77c1be: Download complete 23:25:33 01666e4c0597: Verifying Checksum 23:25:33 01666e4c0597: Download complete 23:25:33 93b61091891f: Verifying Checksum 23:25:33 93b61091891f: Download complete 23:25:33 df20fa9351a1: Pull complete 23:25:33 36b3adc4ff6f: Pull complete 23:25:33 8ad3a11d3b57: Verifying Checksum 23:25:33 8ad3a11d3b57: Download complete 23:25:34 8ad3a11d3b57: Pull complete 23:25:34 46f8f816bc3b: Pull complete 23:25:35 aa168da1d23b: Verifying Checksum 23:25:35 aa168da1d23b: Download complete 23:25:35 93b61091891f: Pull complete 23:25:36 93b9cdb0e59b: Pull complete 23:25:36 5e14af77c1be: Pull complete 23:25:36 01666e4c0597: Pull complete 23:25:43 aa168da1d23b: Pull complete 23:25:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:25:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:25:43 prd-centos7-docker-4c-2g-33217 does not seem to be running inside a container 23:25:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-867/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-867 -v /w/workspace/dgexfoundry_device-sdk-go_PR-867:/w/workspace/dgexfoundry_device-sdk-go_PR-867:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-867@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-867@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:25:46 $ docker top 147cf242e7dccd0da725716e5feccc0fc03dfebdad2387f4c09c71f835d6a7a4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:25:47 + touch /tmp/pre-build-complete [Pipeline] sh 23:25:47 + mkdir -p /var/log/sa [Pipeline] sh 23:25:47 + ls /var/log/sa-host 23:25:47 + sadf -c /var/log/sa-host/sa07 23:25:47 file_magic: OK 23:25:47 HZ: Using current value: 100 23:25:47 file_header: OK 23:25:47 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 23:25:47 Statistics: 23:25:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:25:47 File successfully converted to sysstat format version 12.2.1 23:25:47 + sadf -c /var/log/sa-host/sa23 23:25:47 file_magic: OK 23:25:47 HZ: Using current value: 100 23:25:47 file_header: OK 23:25:47 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 23:25:47 Statistics: 23:25:47 Hnuu...uuuununununu... 23:25:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:25:47 provisioning config files... 23:25:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-867@tmp/config5171127379314143069tmp [Pipeline] { [Pipeline] echo 23:25:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:25:48 ---> create-netrc.sh [Pipeline] } 23:25:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:25:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:25:48 ---> python-tools-install.sh [Pipeline] echo 23:25:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:25:49 ---> sudo-logs.sh 23:25:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:25:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:25:49 ---> job-cost.sh 23:25:49 lf-activate-venv: SKIPPING 23:25:49 DEBUG: total: 0.20999999344348907 23:25:49 INFO: Retrieving Stack Cost... 23:25:50 INFO: Retrieving Pricing Info for: v1-standard-2 23:25:51 INFO: Archiving Costs [Pipeline] echo 23:25:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:25:51 ---> logs-deploy.sh 23:25:51 lf-activate-venv: SKIPPING 23:25:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-867/2 23:25:51 INFO: archiving workspace using pattern(s): 23:25:52 Archives upload complete. 23:25:53 INFO: archiving logs to Nexus 23:25:53 ---> uname -a: 23:25:53 Linux prd-centos7-docker-4c-2g-33217.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:25:53 23:25:53 23:25:53 ---> lscpu: 23:25:53 Architecture: x86_64 23:25:53 CPU op-mode(s): 32-bit, 64-bit 23:25:53 Byte Order: Little Endian 23:25:53 Address sizes: 40 bits physical, 48 bits virtual 23:25:53 CPU(s): 4 23:25:53 On-line CPU(s) list: 0-3 23:25:53 Thread(s) per core: 1 23:25:53 Core(s) per socket: 1 23:25:53 Socket(s): 4 23:25:53 NUMA node(s): 1 23:25:53 Vendor ID: GenuineIntel 23:25:53 CPU family: 6 23:25:53 Model: 44 23:25:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:25:53 Stepping: 1 23:25:53 CPU MHz: 2933.438 23:25:53 BogoMIPS: 5866.87 23:25:53 Virtualization: VT-x 23:25:53 Hypervisor vendor: KVM 23:25:53 Virtualization type: full 23:25:53 L1d cache: 128 KiB 23:25:53 L1i cache: 128 KiB 23:25:53 L2 cache: 16 MiB 23:25:53 L3 cache: 64 MiB 23:25:53 NUMA node0 CPU(s): 0-3 23:25:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:25:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:25:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:25:53 Vulnerability Meltdown: Mitigation; PTI 23:25:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:25:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:25:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:25:53 Vulnerability Srbds: Not affected 23:25:53 Vulnerability Tsx async abort: Not affected 23:25:53 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 23:25:53 23:25:53 23:25:53 ---> nproc: 23:25:53 4 23:25:53 23:25:53 23:25:53 ---> df -h: 23:25:53 Filesystem Size Used Available Use% Mounted on 23:25:53 overlay 50.0G 7.3G 42.7G 15% / 23:25:53 tmpfs 64.0M 0 64.0M 0% /dev 23:25:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:25:53 shm 64.0M 0 64.0M 0% /dev/shm 23:25:53 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:25:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:25:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:25:53 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:25:53 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-867@tmp 23:25:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:25:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:25:53 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:25:53 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:25:53 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-867 23:25:53 23:25:53 23:25:53 ---> free -m: 23:25:53 total used free shared buff/cache available 23:25:53 Mem: 1837 721 106 0 1009 1010 23:25:53 Swap: 1023 1 1022 23:25:53 23:25:53 23:25:53 ---> ip addr: 23:25:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:25:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:25:53 inet 127.0.0.1/8 scope host lo 23:25:53 valid_lft forever preferred_lft forever 23:25:53 inet6 ::1/128 scope host 23:25:53 valid_lft forever preferred_lft forever 23:25:53 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:25:53 link/ether fa:16:3e:2b:79:3e brd ff:ff:ff:ff:ff:ff 23:25:53 inet 10.30.123.235/23 brd 10.30.123.255 scope global dynamic eth0 23:25:53 valid_lft 85645sec preferred_lft 85645sec 23:25:53 inet6 fe80::f816:3eff:fe2b:793e/64 scope link 23:25:53 valid_lft forever preferred_lft forever 23:25:53 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:25:53 link/ether 02:42:a9:af:d8:94 brd ff:ff:ff:ff:ff:ff 23:25:53 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:25:53 valid_lft forever preferred_lft forever 23:25:53 inet6 fe80::42:a9ff:feaf:d894/64 scope link 23:25:53 valid_lft forever preferred_lft forever 23:25:53 23:25:53 23:25:53 ---> sar -b -r -n DEV: 23:25:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 23:25:53 23:25:53 23:13:07 LINUX RESTART (4 CPU) 23:25:53 23:25:53 23:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:25:53 23:15:01 21.56 3.53 18.03 0.00 1016.28 3042.72 0.00 23:25:53 23:16:01 0.55 0.00 0.55 0.00 0.00 9.64 0.00 23:25:53 23:17:01 0.23 0.00 0.23 0.00 0.00 2.31 0.00 23:25:53 23:18:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 23:25:53 23:19:02 0.23 0.00 0.23 0.00 0.00 2.63 0.00 23:25:53 23:20:01 0.34 0.00 0.34 0.00 0.00 5.05 0.00 23:25:53 23:21:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 23:25:53 23:22:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 23:25:53 23:23:01 0.28 0.00 0.28 0.00 0.00 2.90 0.00 23:25:53 23:24:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 23:25:53 23:25:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 23:25:53 Average: 2.22 0.32 1.90 0.00 92.57 280.54 0.00 23:25:53 23:25:53 23:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:25:53 23:15:01 163364 0 612300 32.54 2620 1103260 1108488 37.83 416736 1103176 24 23:25:53 23:16:01 165048 0 610612 32.45 2620 1103264 1078400 36.80 419472 1098500 8 23:25:53 23:17:01 164656 0 610996 32.47 2620 1103272 1078520 36.81 438876 1080024 8 23:25:53 23:18:01 163516 0 612136 32.53 2620 1103272 1078520 36.81 442868 1077184 8 23:25:53 23:19:02 163860 0 611784 32.51 2620 1103280 1078496 36.81 451084 1068836 20 23:25:53 23:20:01 164140 0 611500 32.50 2620 1103284 1078460 36.81 450888 1068836 12 23:25:53 23:21:01 163632 0 612004 32.53 2620 1103288 1078532 36.81 451392 1068836 16 23:25:53 23:22:01 164344 0 611288 32.49 2620 1103292 1078400 36.80 450564 1068836 12 23:25:53 23:23:01 164616 0 611008 32.47 2620 1103300 1078400 36.80 450444 1068840 16 23:25:53 23:24:01 163920 0 611700 32.51 2620 1103304 1078484 36.81 451100 1068836 16 23:25:53 23:25:01 164296 0 611324 32.49 2620 1103304 1078460 36.81 450996 1068836 12 23:25:53 Average: 164127 0 611514 32.50 2620 1103284 1081196 36.90 443129 1076431 14 23:25:53 23:25:53 23:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:25:53 23:15:01 eth0 38.49 33.94 49.18 15.80 0.00 0.00 0.00 0.00 23:25:53 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:15:01 docker0 14.03 11.37 1.94 25.60 0.00 0.00 0.00 0.00 23:25:53 23:16:01 eth0 1.00 0.08 0.10 0.01 0.00 0.00 0.00 0.00 23:25:53 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:17:01 eth0 1.68 0.50 0.60 0.39 0.00 0.00 0.00 0.00 23:25:53 23:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:18:01 eth0 0.93 0.23 0.32 0.19 0.00 0.00 0.00 0.00 23:25:53 23:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:19:02 eth0 0.63 0.37 0.34 0.26 0.00 0.00 0.00 0.00 23:25:53 23:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:20:01 eth0 1.02 0.19 0.24 0.01 0.00 0.00 0.00 0.00 23:25:53 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:21:01 eth0 1.50 0.67 0.61 0.37 0.00 0.00 0.00 0.00 23:25:53 23:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:22:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 23:25:53 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:25:53 23:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:24:01 eth0 0.30 0.17 0.09 0.07 0.00 0.00 0.00 0.00 23:25:53 23:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:25:01 eth0 0.25 0.18 0.07 0.01 0.00 0.00 0.00 0.00 23:25:53 23:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 23:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 Average: eth0 4.19 3.32 4.70 1.56 0.00 0.00 0.00 0.00 23:25:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:25:53 Average: docker0 1.28 1.04 0.18 2.33 0.00 0.00 0.00 0.00 23:25:53 23:25:53 23:25:53 ---> sar -P ALL: 23:25:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 23:25:53 23:25:53 23:13:07 LINUX RESTART (4 CPU) 23:25:53 23:25:53 23:14:01 CPU %user %nice %system %iowait %steal %idle 23:25:53 23:15:01 all 1.35 0.00 0.91 0.54 0.00 97.19 23:25:53 23:15:01 0 1.60 0.00 0.82 0.12 0.00 97.46 23:25:53 23:15:01 1 1.45 0.00 0.92 0.40 0.00 97.23 23:25:53 23:15:01 2 1.05 0.00 0.95 0.97 0.00 97.03 23:25:53 23:15:01 3 1.30 0.00 0.97 0.68 0.00 97.04 23:25:53 23:16:01 all 0.13 0.00 0.04 0.00 0.00 99.82 23:25:53 23:16:01 0 0.45 0.00 0.03 0.00 0.00 99.52 23:25:53 23:16:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:25:53 23:16:01 2 0.03 0.00 0.05 0.00 0.00 99.92 23:25:53 23:16:01 3 0.02 0.00 0.05 0.00 0.00 99.93 23:25:53 23:17:01 all 0.18 0.00 0.05 0.00 0.00 99.77 23:25:53 23:17:01 0 0.53 0.00 0.07 0.00 0.00 99.40 23:25:53 23:17:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:25:53 23:17:01 2 0.05 0.00 0.05 0.00 0.00 99.90 23:25:53 23:17:01 3 0.08 0.00 0.03 0.00 0.02 99.87 23:25:53 23:18:01 all 0.17 0.00 0.03 0.00 0.00 99.80 23:25:53 23:18:01 0 0.53 0.00 0.05 0.00 0.00 99.42 23:25:53 23:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:25:53 23:18:01 2 0.08 0.00 0.03 0.00 0.02 99.87 23:25:53 23:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:25:53 23:19:02 all 0.19 0.00 0.12 0.00 0.00 99.69 23:25:53 23:19:02 0 0.03 0.00 0.17 0.00 0.00 99.80 23:25:53 23:19:02 1 0.47 0.00 0.10 0.00 0.00 99.43 23:25:53 23:19:02 2 0.18 0.00 0.13 0.00 0.00 99.68 23:25:53 23:19:02 3 0.07 0.00 0.08 0.00 0.00 99.85 23:25:53 23:20:01 all 0.13 0.00 0.02 0.00 0.00 99.85 23:25:53 23:20:01 0 0.02 0.00 0.00 0.00 0.00 99.98 23:25:53 23:20:01 1 0.44 0.00 0.02 0.00 0.00 99.54 23:25:53 23:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:25:53 23:20:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:25:53 23:21:01 all 0.17 0.00 0.03 0.00 0.00 99.80 23:25:53 23:21:01 0 0.10 0.00 0.03 0.00 0.00 99.87 23:25:53 23:21:01 1 0.50 0.00 0.02 0.00 0.02 99.47 23:25:53 23:21:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:25:53 23:21:01 3 0.05 0.00 0.03 0.00 0.00 99.92 23:25:53 23:22:01 all 0.15 0.00 0.02 0.00 0.00 99.83 23:25:53 23:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:25:53 23:22:01 1 0.52 0.00 0.02 0.00 0.00 99.47 23:25:53 23:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:25:53 23:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:25:53 23:23:01 all 0.15 0.00 0.02 0.00 0.00 99.83 23:25:53 23:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 23:25:53 23:23:01 1 0.53 0.00 0.03 0.00 0.00 99.43 23:25:53 23:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:25:53 23:23:01 3 0.05 0.00 0.02 0.00 0.00 99.93 23:25:53 23:24:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:25:53 23:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:25:53 23:24:01 1 0.52 0.00 0.03 0.00 0.00 99.45 23:25:53 23:24:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:25:53 23:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:25:53 23:25:01 all 0.17 0.00 0.02 0.00 0.00 99.81 23:25:53 23:25:01 0 0.07 0.00 0.02 0.00 0.00 99.92 23:25:53 23:25:01 1 0.57 0.00 0.03 0.00 0.00 99.40 23:25:53 23:25:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:25:53 23:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 23:25:53 23:25:53 Average: CPU %user %nice %system %iowait %steal %idle 23:25:53 Average: all 0.27 0.00 0.12 0.05 0.00 99.56 23:25:53 Average: 0 0.31 0.00 0.11 0.01 0.00 99.57 23:25:53 Average: 1 0.47 0.00 0.11 0.04 0.00 99.38 23:25:53 Average: 2 0.14 0.00 0.12 0.09 0.00 99.64 23:25:53 Average: 3 0.15 0.00 0.12 0.06 0.00 99.66 23:25:53 23:25:53 23:25:53