Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+e2b795a37b7f4058c403051823a7e04e4e702841 (d7cf571a523a4cd54b6eead989e61f123ce2fb63) 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:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true 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-30460 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e2b795a37b7f4058c403051823a7e04e4e702841 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 44fa666b1470b6cb4fa4ec633565dca2eafcacdd Checking out Revision 44fa666b1470b6cb4fa4ec633565dca2eafcacdd (PR-725) > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e2b795a37b7f4058c403051823a7e04e4e702841 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44fa666b1470b6cb4fa4ec633565dca2eafcacdd # timeout=10 Commit message: "Merge commit 'e2b795a37b7f4058c403051823a7e04e4e702841' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:43:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:43:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk f068eab07e936d73c58fca6d90e4c14bd3031f37 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:43:55 ========================================================= 02:43:55 EdgeX Global Pipelines Version Info 02:43:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:43:59 ------------------- 02:43:59 stable info: 02:43:59 ------------------- 02:43:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:59 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:43:59 Message: update stable to v1.0.186 02:44:00 ------------------- 02:44:00 experimental info: 02:44:00 ------------------- 02:44:00 Commited By: **** collab-it+edgex@linuxfoundation.org 02:44:00 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:44:00 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:44:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:44:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:44:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:44:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:44:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:44:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:44:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:44:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:44:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:44:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:44:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:44:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:44:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:44:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:44:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:44:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:44:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:44:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:44:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:44:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:44:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:44:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:44:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:44:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:44:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:44:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:44:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 02:44:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 02:44:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 02:44:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 44fa666b1470b6cb4fa4ec633565dca2eafcacdd [Pipeline] echo 02:44:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 44fa666 [Pipeline] echo 02:44:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:06 provisioning config files... 02:44:06 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config182211664094778391tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:06 ---> docker-login.sh 02:44:06 nexus3.edgexfoundry.org:10001 02:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:08 Configure a credential helper to remove this warning. See 02:44:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:08 02:44:08 Login Succeeded 02:44:08 nexus3.edgexfoundry.org:10002 02:44:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:08 Configure a credential helper to remove this warning. See 02:44:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:08 02:44:08 Login Succeeded 02:44:08 nexus3.edgexfoundry.org:10003 02:44:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:08 Configure a credential helper to remove this warning. See 02:44:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:08 02:44:08 Login Succeeded 02:44:08 nexus3.edgexfoundry.org:10004 02:44:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:09 Configure a credential helper to remove this warning. See 02:44:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:09 02:44:09 Login Succeeded 02:44:09 docker.io 02:44:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:09 Configure a credential helper to remove this warning. See 02:44:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:09 02:44:09 Login Succeeded 02:44:09 ---> docker-login.sh ends [Pipeline] } 02:44:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:10 + git log --format=format:%s -1 44fa666b1470b6cb4fa4ec633565dca2eafcacdd [Pipeline] echo 02:44:10 GIT_COMMIT: 44fa666b1470b6cb4fa4ec633565dca2eafcacdd, Commit Message: Merge commit 'e2b795a37b7f4058c403051823a7e04e4e702841' into HEAD [Pipeline] echo 02:44:10 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:44:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:12 02:44:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:44:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:12 latest: Pulling from edgex-devops/git-semver 02:44:12 31603596830f: Pulling fs layer 02:44:12 2a8b12db71e7: Pulling fs layer 02:44:12 6ca5941a6612: Pulling fs layer 02:44:12 ecc8261a40a4: Pulling fs layer 02:44:12 ecc8261a40a4: Waiting 02:44:12 2a8b12db71e7: Verifying Checksum 02:44:12 2a8b12db71e7: Download complete 02:44:13 31603596830f: Verifying Checksum 02:44:13 31603596830f: Download complete 02:44:13 ecc8261a40a4: Verifying Checksum 02:44:13 ecc8261a40a4: Download complete 02:44:13 6ca5941a6612: Verifying Checksum 02:44:13 6ca5941a6612: Download complete 02:44:14 31603596830f: Pull complete 02:44:14 2a8b12db71e7: Pull complete 02:44:16 6ca5941a6612: Pull complete 02:44:17 ecc8261a40a4: Pull complete 02:44:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:44:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:44:17 prd-centos7-docker-4c-2g-30460 does not seem to be running inside a container 02:44:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:44:19 $ docker top 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:44:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:20 [ssh-agent] Looking for ssh-agent implementation... 02:44:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:20 $ docker exec 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 ssh-agent 02:44:21 SSH_AUTH_SOCK=/tmp/ssh-O69V79XEcTPk/agent.11 02:44:21 SSH_AGENT_PID=16 02:44:21 Running ssh-add (command line suppressed) 02:44:21 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8011108475142234100.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8011108475142234100.key) 02:44:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:22 + git tag --points-at HEAD [Pipeline] } 02:44:22 $ docker exec --env ******** --env ******** 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 ssh-agent -k 02:44:22 unset SSH_AUTH_SOCK; 02:44:22 unset SSH_AGENT_PID; 02:44:22 echo Agent pid 16 killed; 02:44:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:44:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:22 [ssh-agent] Looking for ssh-agent implementation... 02:44:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:23 $ docker exec 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 ssh-agent 02:44:23 SSH_AUTH_SOCK=/tmp/ssh-xwLzsquWWRrw/agent.44 02:44:23 SSH_AGENT_PID=49 02:44:23 Running ssh-add (command line suppressed) 02:44:23 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8761555746356961084.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_8761555746356961084.key) 02:44:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:24 + git semver init 02:44:24 # -> Open(): unable to determine branch for HEAD 02:44:24 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 02:44:24 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:44:24 # $SEMVER_REMOTE_NAME = origin 02:44:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:44:24 # $SEMVER_USER_NAME = edgex-jenkins 02:44:24 # $SEMVER_BRANCH = PR-725 02:44:24 # $SEMVER_TEMP = /tmp/semver-149746185 02:44:24 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:44:25 # '/tmp/semver-149746185' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 02:44:25 # -> Force: false 02:44:25 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 02:44:25 $ docker exec --env ******** --env ******** 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 ssh-agent -k 02:44:25 unset SSH_AUTH_SOCK; 02:44:25 unset SSH_AGENT_PID; 02:44:25 echo Agent pid 49 killed; 02:44:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:44:26 + git semver [Pipeline] } 02:44:26 $ docker stop --time=1 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 02:44:28 $ docker rm -f 649be479434f23fa81beb60cf19fbefc4c1692d18676f7db54248bd4abecce93 [Pipeline] // withDockerContainer [Pipeline] sh 02:44:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:44:29 Stashed 1 file(s) [Pipeline] echo 02:44:29 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:44:45 Still waiting to schedule task 02:44:45 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:44:45 Still waiting to schedule task 02:44:45 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:46:19 Running on prd-centos7-docker-4c-2g-30463 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:46:19 Running in /w/workspace/device-sdk-go/22 [Pipeline] { [Pipeline] checkout 02:46:21 using credential edgex-jenkins-ssh 02:46:22 Cloning the remote Git repository 02:46:21 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:46:21 > git init /w/workspace/device-sdk-go/22 # timeout=10 02:46:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:22 > git --version # timeout=10 02:46:22 > git --version # 'git version 2.24.3' 02:46:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:24 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:24 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:24 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:46:26 Merging remotes/origin/master commit e2b795a37b7f4058c403051823a7e04e4e702841 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:46:26 > git config core.sparsecheckout # timeout=10 02:46:26 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:46:26 Merge succeeded, producing 6431fa104b9d8dad70d98550d342e1823d8bdc5d 02:46:26 Checking out Revision 6431fa104b9d8dad70d98550d342e1823d8bdc5d (PR-725) 02:46:26 > git remote # timeout=10 02:46:26 > git config --get remote.origin.url # timeout=10 02:46:26 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:26 > git merge e2b795a37b7f4058c403051823a7e04e4e702841 # timeout=10 02:46:26 > git rev-parse HEAD^{commit} # timeout=10 02:46:26 > git config core.sparsecheckout # timeout=10 02:46:26 > git checkout -f 6431fa104b9d8dad70d98550d342e1823d8bdc5d # timeout=10 02:46:30 Commit message: "Merge commit 'e2b795a37b7f4058c403051823a7e04e4e702841' into HEAD" 02:46:30 First time build. Skipping changelog. 02:46:30 > git rev-list --no-walk f068eab07e936d73c58fca6d90e4c14bd3031f37 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:46:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:46:32 + true 02:46:32 + sudo service docker restart 02:46:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:46:33 provisioning config files... 02:46:33 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/22@tmp/config3740192048581964154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:46:33 ---> docker-login.sh 02:46:33 nexus3.edgexfoundry.org:10001 02:46:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:34 Configure a credential helper to remove this warning. See 02:46:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:34 02:46:34 Login Succeeded 02:46:34 nexus3.edgexfoundry.org:10002 02:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:34 Configure a credential helper to remove this warning. See 02:46:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:34 02:46:34 Login Succeeded 02:46:34 nexus3.edgexfoundry.org:10003 02:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:34 Configure a credential helper to remove this warning. See 02:46:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:34 02:46:34 Login Succeeded 02:46:34 nexus3.edgexfoundry.org:10004 02:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:34 Configure a credential helper to remove this warning. See 02:46:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:34 02:46:34 Login Succeeded 02:46:34 docker.io 02:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:35 Configure a credential helper to remove this warning. See 02:46:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:35 02:46:35 Login Succeeded 02:46:35 ---> docker-login.sh ends [Pipeline] } 02:46:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:46:35 ========================================================= 02:46:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:46:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:35 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:46:36 Sending build context to Docker daemon 2.287MB 02:46:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:46:36 Step 2/8 : FROM ${BASE} 02:46:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:46:36 188c0c94c7c5: Pulling fs layer 02:46:36 0ef7d3d256c8: Pulling fs layer 02:46:36 de9db76c5a1d: Pulling fs layer 02:46:36 bca2f99d35d6: Pulling fs layer 02:46:36 93359f2a8cfa: Pulling fs layer 02:46:36 7c6f9722023f: Pulling fs layer 02:46:36 a35cf1a2eb13: Pulling fs layer 02:46:36 93359f2a8cfa: Waiting 02:46:36 7c6f9722023f: Waiting 02:46:36 a35cf1a2eb13: Waiting 02:46:36 bca2f99d35d6: Waiting 02:46:36 de9db76c5a1d: Verifying Checksum 02:46:36 de9db76c5a1d: Download complete 02:46:36 0ef7d3d256c8: Verifying Checksum 02:46:36 0ef7d3d256c8: Download complete 02:46:36 93359f2a8cfa: Verifying Checksum 02:46:36 93359f2a8cfa: Download complete 02:46:36 7c6f9722023f: Verifying Checksum 02:46:36 7c6f9722023f: Download complete 02:46:36 188c0c94c7c5: Verifying Checksum 02:46:36 188c0c94c7c5: Download complete 02:46:36 188c0c94c7c5: Pull complete 02:46:36 0ef7d3d256c8: Pull complete 02:46:36 de9db76c5a1d: Pull complete 02:46:38 a35cf1a2eb13: Verifying Checksum 02:46:38 a35cf1a2eb13: Download complete 02:46:38 bca2f99d35d6: Download complete 02:46:44 bca2f99d35d6: Pull complete 02:46:44 93359f2a8cfa: Pull complete 02:46:44 7c6f9722023f: Pull complete 02:46:49 a35cf1a2eb13: Pull complete 02:46:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:46:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:46:49 ---> a62c8e92a672 02:46:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:49 ---> Running in 3ea54de09da7 02:46:50 Removing intermediate container 3ea54de09da7 02:46:50 ---> b321bc680e33 02:46:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:50 ---> Running in 3b7ac2b57882 02:46:51 Removing intermediate container 3b7ac2b57882 02:46:51 ---> 9ca3a3a64d36 02:46:51 Step 5/8 : RUN apk add --update --no-cache make git 02:46:51 ---> Running in 44f62044239d 02:46:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:54 OK: 166 MiB in 39 packages 02:46:54 Removing intermediate container 44f62044239d 02:46:54 ---> fcf9807f5917 02:46:54 Step 6/8 : WORKDIR /device-sdk-go 02:46:54 ---> Running in 3b4f6b0f0e43 02:46:54 Removing intermediate container 3b4f6b0f0e43 02:46:54 ---> 340e81cd5bfe 02:46:54 Step 7/8 : COPY . . 02:46:56 ---> 2576447e6eb7 02:46:56 Step 8/8 : RUN go mod download 02:46:56 ---> Running in 0124d017491b 02:47:18 Removing intermediate container 0124d017491b 02:47:18 ---> 8e6d86cfa866 02:47:18 Successfully built 8e6d86cfa866 02:47:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:47:18 + docker inspect -f . ci-base-image-x86_64 02:47:18 . [Pipeline] withDockerContainer 02:47:18 prd-centos7-docker-4c-2g-30463 does not seem to be running inside a container 02:47:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/22 -v /w/workspace/device-sdk-go/22:/w/workspace/device-sdk-go/22:rw,z -v /w/workspace/device-sdk-go/22@tmp:/w/workspace/device-sdk-go/22@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 ******** -e ******** ci-base-image-x86_64 cat 02:47:19 $ docker top d069a7e472dceaa45df27abf4a02b3536a6b1341aba9e2d1a280bbe14a318b11 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:19 + go version 02:47:19 go version go1.15.5 linux/amd64 [Pipeline] } 02:47:19 $ docker stop --time=1 d069a7e472dceaa45df27abf4a02b3536a6b1341aba9e2d1a280bbe14a318b11 02:47:21 $ docker rm -f d069a7e472dceaa45df27abf4a02b3536a6b1341aba9e2d1a280bbe14a318b11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:22 + docker inspect -f . ci-base-image-x86_64 02:47:22 . [Pipeline] withDockerContainer 02:47:22 prd-centos7-docker-4c-2g-30463 does not seem to be running inside a container 02:47:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/22 -v /w/workspace/device-sdk-go/22:/w/workspace/device-sdk-go/22:rw,z -v /w/workspace/device-sdk-go/22@tmp:/w/workspace/device-sdk-go/22@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 ******** -e ******** ci-base-image-x86_64 cat 02:47:22 $ docker top cbe3e742893a9a59361e49fc3f69153e6fbcdc68c7e03b62f891dfe6a2d0f5d7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:23 + make test 02:47:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:47:31 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:47:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:47:46 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:47:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:47:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:47:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.055s coverage: 25.5% of statements 02:47:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.079s coverage: 81.2% of statements 02:47:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30465 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:47:51 Running in /w/workspace/device-sdk-go/22 [Pipeline] { [Pipeline] checkout 02:47:56 using credential edgex-jenkins-ssh 02:47:56 Cloning the remote Git repository 02:47:56 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:47:56 > git init /w/workspace/device-sdk-go/22 # timeout=10 02:47:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:56 > git --version # timeout=10 02:47:56 > git --version # 'git version 2.17.1' 02:47:56 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:58 Merging remotes/origin/master commit e2b795a37b7f4058c403051823a7e04e4e702841 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:47:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:47:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:47:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:47:58 > git config core.sparsecheckout # timeout=10 02:47:58 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:47:59 > git remote # timeout=10 02:47:59 > git config --get remote.origin.url # timeout=10 02:47:59 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:59 > git merge e2b795a37b7f4058c403051823a7e04e4e702841 # timeout=10 02:47:59 Merge succeeded, producing 13522f3bb4d4747eae3aa5cbbe80d9bc258a7111 02:47:59 Checking out Revision 13522f3bb4d4747eae3aa5cbbe80d9bc258a7111 (PR-725) 02:47:59 > git rev-parse HEAD^{commit} # timeout=10 02:47:59 > git config core.sparsecheckout # timeout=10 02:47:59 > git checkout -f 13522f3bb4d4747eae3aa5cbbe80d9bc258a7111 # timeout=10 02:48:03 Commit message: "Merge commit 'e2b795a37b7f4058c403051823a7e04e4e702841' into HEAD" 02:48:03 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:48:03 > git rev-list --no-walk f068eab07e936d73c58fca6d90e4c14bd3031f37 # timeout=10 02:48:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:48:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:48:06 + true 02:48:06 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:48:08 provisioning config files... 02:48:08 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/22@tmp/config8551400039375723689tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:48:09 ---> docker-login.sh 02:48:09 nexus3.edgexfoundry.org:10001 02:48:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:10 Configure a credential helper to remove this warning. See 02:48:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:10 02:48:10 Login Succeeded 02:48:10 nexus3.edgexfoundry.org:10002 02:48:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:10 Configure a credential helper to remove this warning. See 02:48:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:10 02:48:10 Login Succeeded 02:48:10 nexus3.edgexfoundry.org:10003 02:48:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:11 Configure a credential helper to remove this warning. See 02:48:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:11 02:48:11 Login Succeeded 02:48:11 nexus3.edgexfoundry.org:10004 02:48:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:11 Configure a credential helper to remove this warning. See 02:48:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:11 02:48:11 Login Succeeded 02:48:11 docker.io 02:48:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:12 Configure a credential helper to remove this warning. See 02:48:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:12 02:48:12 Login Succeeded 02:48:12 ---> docker-login.sh ends [Pipeline] } 02:48:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:48:13 ========================================================= 02:48:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:48:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:48:13 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:48:13 Sending build context to Docker daemon 2.279MB 02:48:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:48:14 Step 2/8 : FROM ${BASE} 02:48:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:48:14 5f621e34cdf4: Pulling fs layer 02:48:14 a4357932f1b6: Pulling fs layer 02:48:14 18c013af1878: Pulling fs layer 02:48:14 00ac8860ef70: Pulling fs layer 02:48:14 63d7cb157983: Pulling fs layer 02:48:14 b116817d02f9: Pulling fs layer 02:48:14 745a02a5169b: Pulling fs layer 02:48:14 00ac8860ef70: Waiting 02:48:14 63d7cb157983: Waiting 02:48:14 b116817d02f9: Waiting 02:48:14 745a02a5169b: Waiting 02:48:14 18c013af1878: Verifying Checksum 02:48:14 18c013af1878: Download complete 02:48:14 a4357932f1b6: Verifying Checksum 02:48:14 a4357932f1b6: Download complete 02:48:14 63d7cb157983: Verifying Checksum 02:48:14 63d7cb157983: Download complete 02:48:14 b116817d02f9: Verifying Checksum 02:48:14 b116817d02f9: Download complete 02:48:14 5f621e34cdf4: Download complete 02:48:15 5f621e34cdf4: Pull complete 02:48:15 a4357932f1b6: Pull complete 02:48:15 18c013af1878: Pull complete 02:48:16 745a02a5169b: Verifying Checksum 02:48:16 745a02a5169b: Download complete 02:48:17 00ac8860ef70: Download complete 02:48:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.096s coverage: 10.5% of statements 02:48:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:48:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:48:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.083s coverage: 32.5% of statements 02:48:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:48:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:48:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:48:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.085s coverage: 57.3% of statements 02:48:20 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.378s coverage: 6.6% of statements 02:48:20 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.056s coverage: 5.1% of statements 02:48:20 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:48:20 GO111MODULE=on go vet ./... 02:48:27 00ac8860ef70: Pull complete 02:48:27 63d7cb157983: Pull complete 02:48:28 b116817d02f9: Pull complete 02:48:29 gofmt -l . 02:48:29 [ "`gofmt -l .`" = "" ] 02:48:29 ./bin/test-attribution-txt.sh 02:48:29 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:48:29 $ docker stop --time=1 cbe3e742893a9a59361e49fc3f69153e6fbcdc68c7e03b62f891dfe6a2d0f5d7 02:48:31 $ docker rm -f cbe3e742893a9a59361e49fc3f69153e6fbcdc68c7e03b62f891dfe6a2d0f5d7 [Pipeline] // withDockerContainer [Pipeline] sh 02:48:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:48:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 02:48:32 745a02a5169b: Pull complete 02:48:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:48:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:48:32 ---> b7e6874047d6 02:48:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:35 ---> Running in 96f5240d8b98 02:48:35 Removing intermediate container 96f5240d8b98 02:48:35 ---> 611a89c3696f 02:48:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:35 ---> Running in a3716bb80fa6 [Pipeline] sh 02:48:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:48:36 + ls -al . 02:48:36 total 184 02:48:36 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 19 02:48 . 02:48:36 drwxrwxr-x. 4 jenkins jenkins 30 Mar 19 02:46 .. 02:48:36 drwxrwxr-x. 2 jenkins jenkins 64 Mar 19 02:46 bin 02:48:36 -rw-r--r--. 1 jenkins jenkins 100014 Mar 19 02:48 coverage.out 02:48:36 -rw-rw-r--. 1 jenkins jenkins 949 Mar 19 02:46 Dockerfile.build 02:48:36 -rw-rw-r--. 1 jenkins jenkins 140 Mar 19 02:46 .dockerignore 02:48:36 drwxrwxr-x. 4 jenkins jenkins 48 Mar 19 02:46 example 02:48:36 drwxrwxr-x. 8 jenkins jenkins 179 Mar 19 02:46 .git 02:48:36 drwxrwxr-x. 2 jenkins jenkins 103 Mar 19 02:46 .github 02:48:36 -rw-rw-r--. 1 jenkins jenkins 138 Mar 19 02:46 .gitignore 02:48:36 -rw-r--r--. 1 jenkins jenkins 479 Mar 19 02:48 go.mod 02:48:36 -rw-r--r--. 1 jenkins jenkins 17490 Mar 19 02:48 go.sum 02:48:36 drwxrwxr-x. 13 jenkins jenkins 193 Mar 19 02:46 internal 02:48:36 -rw-rw-r--. 1 jenkins jenkins 894 Mar 19 02:46 Jenkinsfile 02:48:36 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 19 02:46 LICENSE 02:48:36 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 19 02:46 Makefile 02:48:36 drwxrwxr-x. 4 jenkins jenkins 26 Mar 19 02:46 openapi 02:48:36 drwxrwxr-x. 5 jenkins jenkins 50 Mar 19 02:46 pkg 02:48:36 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 19 02:46 README.md 02:48:36 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 19 02:46 RELEASE-NOTES.txt 02:48:36 drwxrwxr-x. 4 jenkins jenkins 54 Mar 19 02:46 snap 02:48:36 -rw-rw-r--. 1 jenkins jenkins 5 Mar 19 02:44 VERSION 02:48:36 -rw-rw-r--. 1 jenkins jenkins 222 Mar 19 02:46 version.go [Pipeline] isUnix [Pipeline] sh 02:48:36 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=44fa666b1470b6cb4fa4ec633565dca2eafcacdd --label arch=amd64 --label version=0.0.0 . 02:48:36 Sending build context to Docker daemon 2.387MB 02:48:36 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:48:36 Step 2/24 : FROM ${BASE} AS builder 02:48:36 ---> 8e6d86cfa866 02:48:36 Step 3/24 : ARG MAKE='make build' 02:48:37 ---> Running in 83508da710a1 02:48:37 Removing intermediate container 83508da710a1 02:48:37 ---> 3e14d54e14bb 02:48:37 Step 4/24 : WORKDIR /device-sdk-go 02:48:37 ---> Running in fa4fad7d2228 02:48:37 Removing intermediate container fa4fad7d2228 02:48:37 ---> 78d95fd25c80 02:48:37 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:37 ---> Running in 80844114ba03 02:48:38 Removing intermediate container 80844114ba03 02:48:38 ---> 92e6fbd9601f 02:48:38 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:38 ---> Running in 33b8a0e8a2f4 02:48:38 Removing intermediate container a3716bb80fa6 02:48:38 ---> c3268565ca1e 02:48:38 Step 5/8 : RUN apk add --update --no-cache make git 02:48:38 ---> Running in fb470065886a 02:48:39 Removing intermediate container 33b8a0e8a2f4 02:48:39 ---> 5bcf0eef5ede 02:48:39 Step 7/24 : RUN apk add --update --no-cache make git 02:48:39 ---> Running in ff79aa079b94 02:48:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:48:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:48:40 OK: 142 MiB in 39 packages 02:48:41 OK: 166 MiB in 39 packages 02:48:41 Removing intermediate container ff79aa079b94 02:48:41 ---> f687caf540b3 02:48:41 Step 8/24 : COPY . . 02:48:42 Removing intermediate container fb470065886a 02:48:42 ---> 871651d3f402 02:48:42 Step 6/8 : WORKDIR /device-sdk-go 02:48:42 ---> Running in e79b7fb5d320 02:48:42 ---> e03c8e03ab16 02:48:42 Step 9/24 : RUN ${MAKE} 02:48:42 ---> Running in 7181ab88e82d 02:48:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:48:43 Removing intermediate container e79b7fb5d320 02:48:43 ---> 42f206c60ef1 02:48:43 Step 7/8 : COPY . . 02:48:44 ---> b75740186105 02:48:44 Step 8/8 : RUN go mod download 02:48:44 ---> Running in afa718c5bf8d 02:48:51 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:48:53 Removing intermediate container 7181ab88e82d 02:48:53 ---> 78656da98cce 02:48:53 Step 10/24 : FROM scratch 02:48:53 ---> 02:48:53 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:53 ---> Running in db9c0c4ed6b8 02:48:53 Removing intermediate container db9c0c4ed6b8 02:48:53 ---> 453f202caec9 02:48:53 Step 12/24 : ENV APP_PORT=49990 02:48:53 ---> Running in 30e66b04c508 02:48:53 Removing intermediate container 30e66b04c508 02:48:53 ---> 65c421c7d8cf 02:48:53 Step 13/24 : EXPOSE $APP_PORT 02:48:53 ---> Running in 2098e71c5eaf 02:48:54 Removing intermediate container 2098e71c5eaf 02:48:54 ---> 0947819dd8ca 02:48:54 Step 14/24 : WORKDIR / 02:48:54 ---> Running in 1e7253d89246 02:48:54 Removing intermediate container 1e7253d89246 02:48:54 ---> 5f67046953fa 02:48:54 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:48:54 ---> e2b4a74db6cf 02:48:54 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:48:54 ---> 31ce7fcd605c 02:48:54 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:48:55 ---> e166b4a1e9ad 02:48:55 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:48:55 ---> 303b3a61bd49 02:48:55 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:48:55 ---> 65ad88bee2f9 02:48:55 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:48:55 ---> Running in 7bc873c8b51e 02:48:56 Removing intermediate container 7bc873c8b51e 02:48:56 ---> 56ad9e5abb10 02:48:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:56 ---> Running in 5071bee1b5f9 02:48:56 Removing intermediate container 5071bee1b5f9 02:48:56 ---> 7bad3f463940 02:48:56 Step 22/24 : LABEL arch=amd64 02:48:56 ---> Running in 6603319b0e4e 02:48:56 Removing intermediate container 6603319b0e4e 02:48:56 ---> 6fe211462945 02:48:56 Step 23/24 : LABEL git_sha=44fa666b1470b6cb4fa4ec633565dca2eafcacdd 02:48:56 ---> Running in 472843e13a2e 02:48:56 Removing intermediate container 472843e13a2e 02:48:56 ---> 96f82b733b7e 02:48:56 Step 24/24 : LABEL version=0.0.0 02:48:56 ---> Running in a93cbe766ea1 02:48:56 Removing intermediate container a93cbe766ea1 02:48:56 ---> 262242fc336a 02:48:56 [Warning] One or more build-args [ARCH] were not consumed 02:48:56 Successfully built 262242fc336a 02:48:56 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:48:57 ---> job-cost.sh 02:48:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cxJP 02:49:06 Removing intermediate container afa718c5bf8d 02:49:06 ---> 5d6444245e9f 02:49:06 Successfully built 5d6444245e9f 02:49:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:49:07 + docker inspect -f . ci-base-image-arm64 02:49:07 . [Pipeline] withDockerContainer 02:49:07 prd-ubuntu18.04-docker-arm64-4c-16g-30465 does not seem to be running inside a container 02:49:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/22 -v /w/workspace/device-sdk-go/22:/w/workspace/device-sdk-go/22:rw,z -v /w/workspace/device-sdk-go/22@tmp:/w/workspace/device-sdk-go/22@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 ******** -e ******** ci-base-image-arm64 cat 02:49:09 $ docker top 6c1f210598dcfc46fc6aa53def460d48a26f8fe06cc2e6a1385d03e9f9dddb9c -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:10 + go version 02:49:10 go version go1.15.5 linux/arm64 [Pipeline] } 02:49:10 $ docker stop --time=1 6c1f210598dcfc46fc6aa53def460d48a26f8fe06cc2e6a1385d03e9f9dddb9c 02:49:11 $ docker rm -f 6c1f210598dcfc46fc6aa53def460d48a26f8fe06cc2e6a1385d03e9f9dddb9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:49:12 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:49:13 + docker inspect -f . ci-base-image-arm64 02:49:13 . [Pipeline] withDockerContainer 02:49:13 prd-ubuntu18.04-docker-arm64-4c-16g-30465 does not seem to be running inside a container 02:49:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/22 -v /w/workspace/device-sdk-go/22:/w/workspace/device-sdk-go/22:rw,z -v /w/workspace/device-sdk-go/22@tmp:/w/workspace/device-sdk-go/22@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 ******** -e ******** ci-base-image-arm64 cat 02:49:14 $ docker top 498ec108880d038e04b8780f3cef12d6a3351711ae39f38707fb30d98960a845 -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:15 + make test 02:49:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:49:38 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:49:39 lf-activate-venv(): INFO: Adding /tmp/venv-cxJP/bin to PATH 02:49:39 INFO: No Stack... 02:49:39 INFO: Retrieving Pricing Info for: v1-standard-2 02:49:40 INFO: Archiving Costs [Pipeline] sh 02:49:40 + cat /w/workspace/device-sdk-go/22/archives/cost.csv 02:49:40 + cut -d, -f6 [Pipeline] lock 02:49:40 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] 02:49:40 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] did not exist. Created. 02:49:40 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:49:40 + echo total: 0.029999999329447746 [Pipeline] stash 02:49:41 Stashed 1 file(s) [Pipeline] } 02:49:41 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:50:17 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:50:17 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:50:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:50:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:50:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.122s coverage: 25.5% of statements 02:50:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.163s coverage: 81.2% of statements 02:50:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.124s coverage: 10.5% of statements 02:50:53 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:50:53 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:50:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.194s coverage: 32.5% of statements 02:50:53 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:50:53 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:50:53 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:50:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.269s coverage: 57.3% of statements 02:50:53 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.899s coverage: 6.6% of statements 02:50:53 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 5.1% of statements 02:50:53 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:50:53 GO111MODULE=on go vet ./... 02:51:26 gofmt -l . 02:51:26 [ "`gofmt -l .`" = "" ] 02:51:26 ./bin/test-attribution-txt.sh 02:51:26 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:51:26 $ docker stop --time=1 498ec108880d038e04b8780f3cef12d6a3351711ae39f38707fb30d98960a845 02:51:28 $ docker rm -f 498ec108880d038e04b8780f3cef12d6a3351711ae39f38707fb30d98960a845 [Pipeline] // withDockerContainer [Pipeline] sh 02:51:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:51:30 Warning: overwriting stash ‘coverage-report’ 02:51:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:51:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:51:31 + ls -al . 02:51:31 total 220 02:51:31 drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 02:51 . 02:51:31 drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 02:47 .. 02:51:31 -rw-rw-r-- 1 jenkins jenkins 140 Mar 19 02:47 .dockerignore 02:51:31 drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 02:48 .git 02:51:31 drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 02:47 .github 02:51:31 -rw-rw-r-- 1 jenkins jenkins 138 Mar 19 02:47 .gitignore 02:51:31 -rw-rw-r-- 1 jenkins jenkins 949 Mar 19 02:47 Dockerfile.build 02:51:31 -rw-rw-r-- 1 jenkins jenkins 894 Mar 19 02:47 Jenkinsfile 02:51:31 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 19 02:47 LICENSE 02:51:31 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 19 02:47 Makefile 02:51:31 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 19 02:47 README.md 02:51:31 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 19 02:47 RELEASE-NOTES.txt 02:51:31 -rw-rw-r-- 1 jenkins jenkins 5 Mar 19 02:44 VERSION 02:51:31 drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 02:47 bin 02:51:31 -rw-r--r-- 1 jenkins jenkins 100014 Mar 19 02:50 coverage.out 02:51:31 drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 02:47 example 02:51:31 -rw-r--r-- 1 jenkins jenkins 479 Mar 19 02:51 go.mod 02:51:31 -rw-r--r-- 1 jenkins jenkins 17490 Mar 19 02:51 go.sum 02:51:31 drwxrwxr-x 13 jenkins jenkins 4096 Mar 19 02:47 internal 02:51:31 drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 02:47 openapi 02:51:31 drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 02:47 pkg 02:51:31 drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 02:47 snap 02:51:31 -rw-rw-r-- 1 jenkins jenkins 222 Mar 19 02:47 version.go [Pipeline] isUnix [Pipeline] sh 02:51:32 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=44fa666b1470b6cb4fa4ec633565dca2eafcacdd --label arch=arm64 --label version=0.0.0 . 02:51:32 Sending build context to Docker daemon 2.38MB 02:51:32 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:51:32 Step 2/24 : FROM ${BASE} AS builder 02:51:32 ---> 5d6444245e9f 02:51:32 Step 3/24 : ARG MAKE='make build' 02:51:33 ---> Running in 082ae223983e 02:51:33 Removing intermediate container 082ae223983e 02:51:33 ---> ac8631aa350b 02:51:33 Step 4/24 : WORKDIR /device-sdk-go 02:51:33 ---> Running in de6e085a5bab 02:51:33 Removing intermediate container de6e085a5bab 02:51:33 ---> a9ab6ee9b82b 02:51:33 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:34 ---> Running in 189df082040c 02:51:34 Removing intermediate container 189df082040c 02:51:34 ---> 7fa485deb812 02:51:34 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:34 ---> Running in 248053184fe1 02:51:36 Removing intermediate container 248053184fe1 02:51:36 ---> ddb40d72b5a7 02:51:36 Step 7/24 : RUN apk add --update --no-cache make git 02:51:36 ---> Running in 573c90a6b926 02:51:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:40 OK: 142 MiB in 39 packages 02:51:41 Removing intermediate container 573c90a6b926 02:51:41 ---> ba6f41dbe278 02:51:41 Step 8/24 : COPY . . 02:51:42 ---> 9cdc83ec8161 02:51:42 Step 9/24 : RUN ${MAKE} 02:51:42 ---> Running in 5e9014986360 02:51:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:52:10 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:52:10 Removing intermediate container 5e9014986360 02:52:10 ---> bc4e9d7de4ea 02:52:10 Step 10/24 : FROM scratch 02:52:10 ---> 02:52:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:52:10 ---> Running in 78b0d39a3fa7 02:52:11 Removing intermediate container 78b0d39a3fa7 02:52:11 ---> 3a4bd6ac6480 02:52:11 Step 12/24 : ENV APP_PORT=49990 02:52:11 ---> Running in 8067bd1f8384 02:52:11 Removing intermediate container 8067bd1f8384 02:52:11 ---> c9c0ff4a7707 02:52:11 Step 13/24 : EXPOSE $APP_PORT 02:52:11 ---> Running in 8872cf4a2b7f 02:52:12 Removing intermediate container 8872cf4a2b7f 02:52:12 ---> f48350b32b09 02:52:12 Step 14/24 : WORKDIR / 02:52:12 ---> Running in 4359527580dd 02:52:12 Removing intermediate container 4359527580dd 02:52:12 ---> 097fefddb30a 02:52:12 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:52:13 ---> a9892cad55d6 02:52:13 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:52:14 ---> 5e30ae5071b9 02:52:14 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:52:15 ---> 3cdc24e91d3e 02:52:15 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:52:15 ---> a3014960cc79 02:52:15 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:52:16 ---> d9a9b1b318b7 02:52:16 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:52:16 ---> Running in 87a1c1026697 02:52:17 Removing intermediate container 87a1c1026697 02:52:17 ---> f5d6910cc113 02:52:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:52:17 ---> Running in 2e525c873987 02:52:17 Removing intermediate container 2e525c873987 02:52:17 ---> bfa1e3c7d9c5 02:52:17 Step 22/24 : LABEL arch=arm64 02:52:17 ---> Running in da47f3acb4fe 02:52:18 Removing intermediate container da47f3acb4fe 02:52:18 ---> eddaf259c373 02:52:18 Step 23/24 : LABEL git_sha=44fa666b1470b6cb4fa4ec633565dca2eafcacdd 02:52:18 ---> Running in c54a6911d316 02:52:18 Removing intermediate container c54a6911d316 02:52:18 ---> 0ea147dafd8b 02:52:18 Step 24/24 : LABEL version=0.0.0 02:52:18 ---> Running in 135a66becb6c 02:52:19 Removing intermediate container 135a66becb6c 02:52:19 ---> 47ff487ada1e 02:52:19 [Warning] One or more build-args [ARCH] were not consumed 02:52:19 Successfully built 47ff487ada1e 02:52:19 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:52:20 ---> job-cost.sh 02:52:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6zgz 02:52:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:54:35 lf-activate-venv(): INFO: Adding /tmp/venv-6zgz/bin to PATH 02:54:35 INFO: No Stack... 02:54:35 INFO: Retrieving Pricing Info for: lf-standard-4 02:54:35 INFO: Archiving Costs [Pipeline] sh 02:54:36 + cat /w/workspace/device-sdk-go/22/archives/cost.csv 02:54:36 + cut -d, -f6 [Pipeline] lock 02:54:36 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] 02:54:36 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] did not exist. Created. 02:54:36 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:54:36 /w/workspace/device-sdk-go/22@tmp/durable-4a87e74b/script.sh: 1: /w/workspace/device-sdk-go/22@tmp/durable-4a87e74b/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:54:37 + echo total: 0.20999999344348907 [Pipeline] stash 02:54:37 Warning: overwriting stash ‘stack-cost’ 02:54:37 Stashed 1 file(s) [Pipeline] } 02:54:37 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-22-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:54:39 provisioning config files... 02:54:39 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config2037463817313212927tmp [Pipeline] { [Pipeline] sh 02:54:39 + set +x 02:54:39 + curl -s https://codecov.io/bash 02:54:39 + bash -s -- 02:54:39 02:54:39 _____ _ 02:54:39 / ____| | | 02:54:39 | | ___ __| | ___ ___ _____ __ 02:54:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:54:39 | |___| (_) | (_| | __/ (_| (_) \ V / 02:54:39 \_____\___/ \__,_|\___|\___\___/ \_/ 02:54:39 Bash-20210309-2b87ace 02:54:39 02:54:39 02:54:39 ==> git version 2.24.3 found 02:54:39 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:54:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:54:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:54:39 ==> Jenkins CI detected. 02:54:39 project root: . 02:54:39 --> token set from env 02:54:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:54:39 ==> Running gcov in . (disable via -X gcov) 02:54:40 ==> Python coveragepy not found 02:54:40 ==> Searching for coverage reports in: 02:54:40 + . 02:54:40 -> Found 1 reports 02:54:40 ==> Detecting git/mercurial file structure 02:54:40 ==> Reading reports 02:54:40 + ./coverage.out bytes=100014 02:54:40 ==> Appending adjustments 02:54:40 https://docs.codecov.io/docs/fixing-reports 02:54:40 + Found adjustments 02:54:40 ==> Gzipping contents 02:54:40 16K /tmp/codecov.S7XpKv.gz 02:54:40 ==> Uploading reports 02:54:40 url: https://codecov.io 02:54:40 query: branch=PR-725&commit=44fa666b1470b6cb4fa4ec633565dca2eafcacdd&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F22%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:54:40 -> Pinging Codecov 02:54:40 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=44fa666b1470b6cb4fa4ec633565dca2eafcacdd&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F22%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:54:41 -> Uploading to 02:54:41 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/7E55EF52A471D76F132DFD9A03CDDE97/44fa666b1470b6cb4fa4ec633565dca2eafcacdd/05e330c7-53ee-4642-b420-ac0d7b522db1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T025441Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=979fa398e9ae97d061f6e780f04a0b0dafa4e9d65aaec9f97a78dd1560b6334e 02:54:41 % Total % Received % Xferd Average Speed Time Time Time Current 02:54:41 Dload Upload Total Spent Left Speed 02:54:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13492 0 0 100 13492 0 28451 --:--:-- --:--:-- --:--:-- 28464 02:54:41 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/44fa666b1470b6cb4fa4ec633565dca2eafcacdd [Pipeline] } 02:54:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:54:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:54:44 ---> package-listing.sh 02:54:44 ++ facter osfamily 02:54:44 ++ tr '[:upper:]' '[:lower:]' 02:54:44 + OS_FAMILY=redhat 02:54:44 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 02:54:44 + START_PACKAGES=/tmp/packages_start.txt 02:54:44 + END_PACKAGES=/tmp/packages_end.txt 02:54:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:54:44 + PACKAGES=/tmp/packages_start.txt 02:54:44 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:54:44 + PACKAGES=/tmp/packages_end.txt 02:54:44 + case "${OS_FAMILY}" in 02:54:44 + rpm -qa 02:54:44 + sort 02:54:53 + '[' -f /tmp/packages_start.txt ']' 02:54:53 + '[' -f /tmp/packages_end.txt ']' 02:54:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:54:53 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:54:53 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 02:54:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 02:54:53 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:54:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:54:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:54:54 02:54:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:54:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:54:54 alpine: Pulling from edgex-lftools-log-publisher 02:54:54 df20fa9351a1: Pulling fs layer 02:54:54 36b3adc4ff6f: Pulling fs layer 02:54:54 8ad3a11d3b57: Pulling fs layer 02:54:54 46f8f816bc3b: Pulling fs layer 02:54:54 93b61091891f: Pulling fs layer 02:54:54 93b9cdb0e59b: Pulling fs layer 02:54:54 5e14af77c1be: Pulling fs layer 02:54:54 01666e4c0597: Pulling fs layer 02:54:54 aa168da1d23b: Pulling fs layer 02:54:54 46f8f816bc3b: Waiting 02:54:54 93b9cdb0e59b: Waiting 02:54:54 93b61091891f: Waiting 02:54:54 01666e4c0597: Waiting 02:54:54 aa168da1d23b: Waiting 02:54:54 36b3adc4ff6f: Verifying Checksum 02:54:54 36b3adc4ff6f: Download complete 02:54:54 46f8f816bc3b: Verifying Checksum 02:54:54 46f8f816bc3b: Download complete 02:54:54 df20fa9351a1: Verifying Checksum 02:54:54 93b9cdb0e59b: Verifying Checksum 02:54:54 93b9cdb0e59b: Download complete 02:54:54 5e14af77c1be: Verifying Checksum 02:54:54 5e14af77c1be: Download complete 02:54:54 93b61091891f: Download complete 02:54:54 01666e4c0597: Verifying Checksum 02:54:54 01666e4c0597: Download complete 02:54:55 df20fa9351a1: Pull complete 02:54:55 8ad3a11d3b57: Verifying Checksum 02:54:55 8ad3a11d3b57: Download complete 02:54:56 36b3adc4ff6f: Pull complete 02:54:57 8ad3a11d3b57: Pull complete 02:54:57 46f8f816bc3b: Pull complete 02:54:58 aa168da1d23b: Verifying Checksum 02:54:58 aa168da1d23b: Download complete 02:54:58 93b61091891f: Pull complete 02:54:59 93b9cdb0e59b: Pull complete 02:54:59 5e14af77c1be: Pull complete 02:54:59 01666e4c0597: Pull complete 02:55:22 aa168da1d23b: Pull complete 02:55:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:55:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:55:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:55:22 prd-centos7-docker-4c-2g-30460 does not seem to be running inside a container 02:55:22 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:55:27 $ docker top 93cb6b2cac118093a44f2f03d6ff9037a4742327ee9e133284c05ed026d23ff7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:55:28 + touch /tmp/pre-build-complete [Pipeline] sh 02:55:28 + mkdir -p /var/log/sa [Pipeline] sh 02:55:28 + ls /var/log/sa-host 02:55:28 + sadf -c /var/log/sa-host/sa19 02:55:28 file_magic: OK 02:55:28 HZ: Using current value: 100 02:55:28 file_header: OK 02:55:28 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:55:28 Statistics: 02:55:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:55:28 File successfully converted to sysstat format version 12.2.1 02:55:28 + sadf -c /var/log/sa-host/sa23 02:55:28 file_magic: OK 02:55:28 HZ: Using current value: 100 02:55:28 file_header: OK 02:55:28 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:55:28 Statistics: 02:55:28 Hnuu...uuuununununu... 02:55:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:55:29 provisioning config files... 02:55:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config3163997358203892656tmp [Pipeline] { [Pipeline] echo 02:55:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:55:30 ---> create-netrc.sh [Pipeline] } 02:55:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:55:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:55:30 ---> python-tools-install.sh [Pipeline] echo 02:55:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:55:31 ---> sudo-logs.sh 02:55:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:55:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:55:31 ---> job-cost.sh 02:55:31 lf-activate-venv: SKIPPING 02:55:31 DEBUG: total: 0.20999999344348907 02:55:31 INFO: Retrieving Stack Cost... 02:55:32 INFO: Retrieving Pricing Info for: v1-standard-2 02:55:33 INFO: Archiving Costs [Pipeline] echo 02:55:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:55:33 ---> logs-deploy.sh 02:55:33 lf-activate-venv: SKIPPING 02:55:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/22 02:55:33 INFO: archiving workspace using pattern(s): 02:55:36 Archives upload complete. 02:55:36 INFO: archiving logs to Nexus 02:55:37 ---> uname -a: 02:55:37 Linux prd-centos7-docker-4c-2g-30460.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:55:37 02:55:37 02:55:37 ---> lscpu: 02:55:37 Architecture: x86_64 02:55:37 CPU op-mode(s): 32-bit, 64-bit 02:55:37 Byte Order: Little Endian 02:55:37 Address sizes: 40 bits physical, 48 bits virtual 02:55:37 CPU(s): 4 02:55:37 On-line CPU(s) list: 0-3 02:55:37 Thread(s) per core: 1 02:55:37 Core(s) per socket: 1 02:55:37 Socket(s): 4 02:55:37 NUMA node(s): 1 02:55:37 Vendor ID: GenuineIntel 02:55:37 CPU family: 6 02:55:37 Model: 44 02:55:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:55:37 Stepping: 1 02:55:37 CPU MHz: 2933.438 02:55:37 BogoMIPS: 5866.87 02:55:37 Virtualization: VT-x 02:55:37 Hypervisor vendor: KVM 02:55:37 Virtualization type: full 02:55:37 L1d cache: 128 KiB 02:55:37 L1i cache: 128 KiB 02:55:37 L2 cache: 16 MiB 02:55:37 L3 cache: 64 MiB 02:55:37 NUMA node0 CPU(s): 0-3 02:55:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:55:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:55:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:55:37 Vulnerability Meltdown: Mitigation; PTI 02:55:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:55:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:55:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:55:37 Vulnerability Srbds: Not affected 02:55:37 Vulnerability Tsx async abort: Not affected 02:55:37 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:55:37 02:55:37 02:55:37 ---> nproc: 02:55:37 4 02:55:37 02:55:37 02:55:37 ---> df -h: 02:55:37 Filesystem Size Used Available Use% Mounted on 02:55:37 overlay 50.0G 7.3G 42.7G 15% / 02:55:37 tmpfs 64.0M 0 64.0M 0% /dev 02:55:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:55:37 shm 64.0M 0 64.0M 0% /dev/shm 02:55:37 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:55:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:55:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:55:37 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:55:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:55:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:55:37 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:55:37 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:55:37 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 02:55:37 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:55:37 02:55:37 02:55:37 ---> free -m: 02:55:37 total used free shared buff/cache available 02:55:37 Mem: 1837 695 113 0 1028 1037 02:55:37 Swap: 1023 1 1022 02:55:37 02:55:37 02:55:37 ---> ip addr: 02:55:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:55:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:55:37 inet 127.0.0.1/8 scope host lo 02:55:37 valid_lft forever preferred_lft forever 02:55:37 inet6 ::1/128 scope host 02:55:37 valid_lft forever preferred_lft forever 02:55:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:55:37 link/ether fa:16:3e:c3:23:15 brd ff:ff:ff:ff:ff:ff 02:55:37 inet 10.30.122.146/23 brd 10.30.123.255 scope global dynamic eth0 02:55:37 valid_lft 85611sec preferred_lft 85611sec 02:55:37 inet6 fe80::f816:3eff:fec3:2315/64 scope link 02:55:37 valid_lft forever preferred_lft forever 02:55:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:55:37 link/ether 02:42:54:5b:b1:ba brd ff:ff:ff:ff:ff:ff 02:55:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:55:37 valid_lft forever preferred_lft forever 02:55:37 inet6 fe80::42:54ff:fe5b:b1ba/64 scope link 02:55:37 valid_lft forever preferred_lft forever 02:55:37 02:55:37 02:55:37 ---> sar -b -r -n DEV: 02:55:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 02:55:37 02:55:37 02:42:11 LINUX RESTART (4 CPU) 02:55:37 02:55:37 02:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:55:37 02:44:01 109.53 40.90 68.63 0.00 3796.15 37294.55 0.00 02:55:37 02:45:01 30.96 10.39 20.57 0.00 4326.84 2862.17 0.00 02:55:37 02:46:01 1.88 0.00 1.88 0.00 0.00 36.87 0.00 02:55:37 02:47:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 02:55:37 02:48:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 02:55:37 02:49:01 0.33 0.00 0.33 0.00 0.00 4.64 0.00 02:55:37 02:50:01 0.23 0.00 0.23 0.00 0.00 2.80 0.00 02:55:37 02:51:02 0.28 0.00 0.28 0.00 0.00 3.09 0.00 02:55:37 02:52:01 0.29 0.00 0.29 0.00 0.00 2.93 0.00 02:55:37 02:53:01 0.45 0.00 0.45 0.00 0.00 4.68 0.00 02:55:37 02:54:01 0.63 0.00 0.63 0.00 0.00 6.79 0.00 02:55:37 02:55:01 57.05 45.36 11.69 0.00 4150.22 3563.19 0.00 02:55:37 Average: 16.77 8.04 8.73 0.00 1021.80 3615.05 0.00 02:55:37 02:55:37 02:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:55:37 02:44:01 78340 0 559184 29.72 2620 1241400 1113376 38.00 387080 1218732 16708 02:55:37 02:45:01 164184 0 598352 31.80 2620 1116388 1151952 39.31 401236 1114376 128 02:55:37 02:46:01 176780 0 585752 31.13 2620 1116392 1065908 36.38 408764 1096732 8 02:55:37 02:47:01 174528 0 588000 31.25 2620 1116396 1066016 36.38 407676 1099640 8 02:55:37 02:48:01 175536 0 586988 31.20 2620 1116400 1065860 36.38 410884 1095548 8 02:55:37 02:49:01 175376 0 587140 31.21 2620 1116408 1065872 36.38 409020 1097564 8 02:55:37 02:50:01 176332 0 586184 31.15 2620 1116408 1065752 36.37 408488 1097560 8 02:55:37 02:51:02 176556 0 585952 31.14 2620 1116416 1065752 36.37 408376 1097560 8 02:55:37 02:52:01 176432 0 586072 31.15 2620 1116420 1065776 36.37 408492 1097560 8 02:55:37 02:53:01 175900 0 586596 31.18 2620 1116428 1065884 36.38 408992 1097564 8 02:55:37 02:54:01 173436 0 589060 31.31 2620 1116428 1065848 36.38 411904 1097352 8 02:55:37 02:55:01 84924 0 675144 35.88 2620 1118856 1510052 51.54 488144 1097524 80208 02:55:37 Average: 159027 0 592869 31.51 2620 1127028 1114004 38.02 413255 1108976 8093 02:55:37 02:55:37 02:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:55:37 02:44:01 eth0 234.59 170.44 731.62 57.86 0.00 0.00 0.00 0.00 02:55:37 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:45:01 eth0 75.26 60.68 365.73 43.53 0.00 0.00 0.00 0.00 02:55:37 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:45:01 docker0 4.94 4.61 1.10 23.61 0.00 0.00 0.00 0.00 02:55:37 02:46:01 eth0 2.45 0.35 0.48 0.20 0.00 0.00 0.00 0.00 02:55:37 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:47:01 eth0 1.63 0.53 0.59 0.39 0.00 0.00 0.00 0.00 02:55:37 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:48:01 eth0 0.75 0.33 0.30 0.20 0.00 0.00 0.00 0.00 02:55:37 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:49:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 02:55:37 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:55:37 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:51:02 eth0 0.57 0.08 0.04 0.01 0.00 0.00 0.00 0.00 02:55:37 02:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:52:01 eth0 0.41 0.12 0.08 0.01 0.00 0.00 0.00 0.00 02:55:37 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:53:01 eth0 0.57 0.37 0.28 0.20 0.00 0.00 0.00 0.00 02:55:37 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:54:01 eth0 0.35 0.23 0.14 0.08 0.00 0.00 0.00 0.00 02:55:37 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:55:01 eth0 198.75 156.68 2165.81 17.78 0.00 0.00 0.00 0.00 02:55:37 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 Average: eth0 42.85 32.42 272.32 9.99 0.00 0.00 0.00 0.00 02:55:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:37 Average: docker0 0.41 0.39 0.09 1.97 0.00 0.00 0.00 0.00 02:55:37 02:55:37 02:55:37 ---> sar -P ALL: 02:55:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 02:55:37 02:55:37 02:42:11 LINUX RESTART (4 CPU) 02:55:37 02:55:37 02:43:01 CPU %user %nice %system %iowait %steal %idle 02:55:37 02:44:01 all 11.31 0.00 6.14 7.08 33.34 42.14 02:55:37 02:44:01 0 12.16 0.00 10.28 4.37 33.59 39.60 02:55:37 02:44:01 1 10.59 0.00 4.42 7.84 33.62 43.53 02:55:37 02:44:01 2 9.52 0.00 5.00 5.86 33.68 45.95 02:55:37 02:44:01 3 13.03 0.00 5.07 10.11 32.49 39.30 02:55:37 02:45:01 all 2.25 0.00 2.23 0.60 7.21 87.71 02:55:37 02:45:01 0 1.85 0.00 1.80 0.36 7.80 88.19 02:55:37 02:45:01 1 1.59 0.00 2.59 0.40 6.38 89.04 02:55:37 02:45:01 2 2.64 0.00 2.58 0.51 7.07 87.19 02:55:37 02:45:01 3 2.91 0.00 1.96 1.13 7.58 86.42 02:55:37 02:46:01 all 0.06 0.00 0.05 0.00 1.27 98.62 02:55:37 02:46:01 0 0.17 0.00 0.05 0.00 0.83 98.96 02:55:37 02:46:01 1 0.03 0.00 0.05 0.00 0.79 99.12 02:55:37 02:46:01 2 0.02 0.00 0.03 0.00 1.53 98.42 02:55:37 02:46:01 3 0.03 0.00 0.07 0.00 1.90 98.00 02:55:37 02:47:01 all 0.10 0.00 0.11 0.00 0.59 99.20 02:55:37 02:47:01 0 0.28 0.00 0.02 0.00 0.40 99.30 02:55:37 02:47:01 1 0.02 0.00 0.13 0.00 0.37 99.48 02:55:37 02:47:01 2 0.05 0.00 0.13 0.00 0.85 98.97 02:55:37 02:47:01 3 0.05 0.00 0.15 0.00 0.76 99.04 02:55:37 02:48:01 all 0.07 0.00 0.04 0.00 0.33 99.55 02:55:37 02:48:01 0 0.20 0.00 0.08 0.00 0.63 99.09 02:55:37 02:48:01 1 0.03 0.00 0.03 0.00 0.22 99.72 02:55:37 02:48:01 2 0.03 0.00 0.02 0.00 0.20 99.75 02:55:37 02:48:01 3 0.03 0.00 0.03 0.00 0.28 99.65 02:55:37 02:49:01 all 0.11 0.00 0.05 0.00 0.79 99.05 02:55:37 02:49:01 0 0.02 0.00 0.05 0.00 0.25 99.69 02:55:37 02:49:01 1 0.12 0.00 0.05 0.00 1.27 98.57 02:55:37 02:49:01 2 0.03 0.00 0.07 0.02 0.86 99.03 02:55:37 02:49:01 3 0.26 0.00 0.03 0.00 0.78 98.93 02:55:37 02:50:01 all 0.08 0.00 0.03 0.00 1.09 98.80 02:55:37 02:50:01 0 0.02 0.00 0.00 0.00 0.81 99.17 02:55:37 02:50:01 1 0.02 0.00 0.03 0.00 0.23 99.72 02:55:37 02:50:01 2 0.28 0.00 0.07 0.00 2.46 97.20 02:55:37 02:50:01 3 0.02 0.00 0.02 0.00 0.83 99.14 02:55:37 02:51:02 all 0.12 0.00 0.05 0.00 0.55 99.29 02:55:37 02:51:02 0 0.02 0.00 0.02 0.00 0.13 99.83 02:55:37 02:51:02 1 0.02 0.00 0.03 0.00 0.40 99.55 02:55:37 02:51:02 2 0.36 0.00 0.03 0.00 1.04 98.56 02:55:37 02:51:02 3 0.07 0.00 0.12 0.00 0.61 99.20 02:55:37 02:52:01 all 0.08 0.00 0.03 0.00 1.03 98.86 02:55:37 02:52:01 0 0.00 0.00 0.02 0.00 0.25 99.73 02:55:37 02:52:01 1 0.27 0.00 0.02 0.00 0.22 99.49 02:55:37 02:52:01 2 0.05 0.00 0.05 0.00 2.57 97.33 02:55:37 02:52:01 3 0.00 0.00 0.03 0.00 1.06 98.91 02:55:37 02:53:01 all 0.10 0.00 0.02 0.00 0.14 99.74 02:55:37 02:53:01 0 0.03 0.00 0.02 0.00 0.23 99.72 02:55:37 02:53:01 1 0.30 0.00 0.02 0.00 0.12 99.57 02:55:37 02:53:01 2 0.02 0.00 0.02 0.00 0.03 99.93 02:55:37 02:53:01 3 0.05 0.00 0.03 0.00 0.17 99.75 02:55:37 02:54:01 all 0.07 0.00 0.03 0.00 0.58 99.31 02:55:37 02:54:01 0 0.00 0.00 0.03 0.00 0.96 99.01 02:55:37 02:54:01 1 0.27 0.00 0.03 0.00 0.33 99.37 02:55:37 02:54:01 2 0.03 0.00 0.02 0.00 0.84 99.11 02:55:37 02:54:01 3 0.00 0.00 0.05 0.00 0.20 99.75 02:55:37 02:55:37 02:54:01 CPU %user %nice %system %iowait %steal %idle 02:55:37 02:55:01 all 2.38 0.00 1.75 1.87 6.38 87.63 02:55:37 02:55:01 0 2.08 0.00 1.92 0.21 6.38 89.42 02:55:37 02:55:01 1 3.90 0.00 1.81 5.01 6.56 82.72 02:55:37 02:55:01 2 1.70 0.00 1.62 0.18 6.43 90.06 02:55:37 02:55:01 3 1.86 0.00 1.66 2.10 6.14 88.24 02:55:37 Average: all 1.45 0.00 0.91 0.83 4.60 92.21 02:55:37 Average: 0 1.42 0.00 1.21 0.42 4.41 92.54 02:55:37 Average: 1 1.49 0.00 0.80 1.15 4.41 92.15 02:55:37 Average: 2 1.28 0.00 0.83 0.58 5.00 92.31 02:55:37 Average: 3 1.60 0.00 0.80 1.17 4.58 91.86 02:55:37 02:55:37 02:55:37