Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c9b8fffa5d1c621d31ca054df39182d647a4d39f+666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 (324ecc1659507079a40d534313c5c4b9cd884e13) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-32554 in /w/workspace/dgexfoundry_device-sdk-go_PR-851 [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-851 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit c9b8fffa5d1c621d31ca054df39182d647a4d39f Merge succeeded, producing 522a4dc8ebf4dc5a9534f163f8b97aab55e22265 Checking out Revision 522a4dc8ebf4dc5a9534f163f8b97aab55e22265 (PR-851) > 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/851/head:refs/remotes/origin/PR-851 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c9b8fffa5d1c621d31ca054df39182d647a4d39f # 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 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 522a4dc8ebf4dc5a9534f163f8b97aab55e22265 # timeout=10 Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" > git rev-list --no-walk c9b8fffa5d1c621d31ca054df39182d647a4d39f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:42:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:42:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:42:23 ========================================================= 02:42:23 EdgeX Global Pipelines Version Info 02:42:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:42:24 ------------------- 02:42:24 stable info: 02:42:24 ------------------- 02:42:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:42:24 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:42:24 Message: update stable to v1.0.186 02:42:25 ------------------- 02:42:25 experimental info: 02:42:25 ------------------- 02:42:25 Commited By: **** collab-it+edgex@linuxfoundation.org 02:42:25 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 02:42:25 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:42:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:42:26 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:42:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:42:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:42:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:42:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:42:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:42:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:42:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:42:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-851 [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-851 [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-851 [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 522a4dc8ebf4dc5a9534f163f8b97aab55e22265 [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 522a4dc [Pipeline] echo 02:42:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:42:29 provisioning config files... 02:42:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/config8571221847115351518tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:42:29 ---> docker-login.sh 02:42:29 nexus3.edgexfoundry.org:10001 02:42:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:30 Configure a credential helper to remove this warning. See 02:42:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:30 02:42:30 Login Succeeded 02:42:30 nexus3.edgexfoundry.org:10002 02:42:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:30 Configure a credential helper to remove this warning. See 02:42:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:30 02:42:30 Login Succeeded 02:42:30 nexus3.edgexfoundry.org:10003 02:42:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:30 Configure a credential helper to remove this warning. See 02:42:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:30 02:42:30 Login Succeeded 02:42:30 nexus3.edgexfoundry.org:10004 02:42:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:30 Configure a credential helper to remove this warning. See 02:42:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:30 02:42:30 Login Succeeded 02:42:30 docker.io 02:42:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:31 Configure a credential helper to remove this warning. See 02:42:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:31 02:42:31 Login Succeeded 02:42:31 ---> docker-login.sh ends [Pipeline] } 02:42:31 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:42:32 + git log --format=format:%s -1 522a4dc8ebf4dc5a9534f163f8b97aab55e22265 [Pipeline] echo 02:42:32 GIT_COMMIT: 522a4dc8ebf4dc5a9534f163f8b97aab55e22265, Commit Message: Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD [Pipeline] echo 02:42:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:42:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:33 02:42:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:42:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:33 latest: Pulling from edgex-devops/git-semver 02:42:33 31603596830f: Pulling fs layer 02:42:33 2a8b12db71e7: Pulling fs layer 02:42:33 6ca5941a6612: Pulling fs layer 02:42:33 ecc8261a40a4: Pulling fs layer 02:42:33 ecc8261a40a4: Waiting 02:42:33 2a8b12db71e7: Verifying Checksum 02:42:33 2a8b12db71e7: Download complete 02:42:33 31603596830f: Verifying Checksum 02:42:33 31603596830f: Download complete 02:42:33 ecc8261a40a4: Verifying Checksum 02:42:33 ecc8261a40a4: Download complete 02:42:33 6ca5941a6612: Verifying Checksum 02:42:33 6ca5941a6612: Download complete 02:42:33 31603596830f: Pull complete 02:42:34 2a8b12db71e7: Pull complete 02:42:35 6ca5941a6612: Pull complete 02:42:35 ecc8261a40a4: Pull complete 02:42:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:42:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:42:35 prd-centos7-docker-4c-2g-32554 does not seem to be running inside a container 02:42:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-851 -v /w/workspace/dgexfoundry_device-sdk-go_PR-851:/w/workspace/dgexfoundry_device-sdk-go_PR-851:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:42:38 $ docker top a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:38 [ssh-agent] Looking for ssh-agent implementation... 02:42:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:38 $ docker exec a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff ssh-agent 02:42:38 SSH_AUTH_SOCK=/tmp/ssh-QhQDayqAZYB1/agent.12 02:42:38 SSH_AGENT_PID=17 02:42:38 Running ssh-add (command line suppressed) 02:42:38 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/private_key_7585240539523398680.key (/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/private_key_7585240539523398680.key) 02:42:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:39 + git tag --points-at HEAD [Pipeline] } 02:42:39 $ docker exec --env ******** --env ******** a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff ssh-agent -k 02:42:39 unset SSH_AUTH_SOCK; 02:42:39 unset SSH_AGENT_PID; 02:42:39 echo Agent pid 17 killed; 02:42:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:42:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:39 [ssh-agent] Looking for ssh-agent implementation... 02:42:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:39 $ docker exec a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff ssh-agent 02:42:39 SSH_AUTH_SOCK=/tmp/ssh-MNDTpPSAZciU/agent.47 02:42:39 SSH_AGENT_PID=52 02:42:39 Running ssh-add (command line suppressed) 02:42:40 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/private_key_2853297141416682699.key (/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/private_key_2853297141416682699.key) 02:42:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:40 + git semver init 02:42:40 # -> Open(): unable to determine branch for HEAD 02:42:40 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-851/.git 02:42:40 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-851 02:42:40 # $SEMVER_REMOTE_NAME = origin 02:42:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:42:40 # $SEMVER_USER_NAME = edgex-jenkins 02:42:40 # $SEMVER_BRANCH = PR-851 02:42:40 # $SEMVER_TEMP = /tmp/semver-435911477 02:42:40 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:42:41 # '/tmp/semver-435911477' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-851/.semver' 02:42:41 # -> Force: false 02:42:41 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-851/.semver [Pipeline] } 02:42:41 $ docker exec --env ******** --env ******** a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff ssh-agent -k 02:42:41 unset SSH_AUTH_SOCK; 02:42:41 unset SSH_AGENT_PID; 02:42:41 echo Agent pid 52 killed; 02:42:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:42 + git semver [Pipeline] } 02:42:42 $ docker stop --time=1 a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff 02:42:43 $ docker rm -f a9058200f8d24a07b49a38468a40d6d980aca1adede65d0db16547b8821d39ff [Pipeline] // withDockerContainer [Pipeline] sh 02:42:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:42:44 Stashed 1 file(s) [Pipeline] echo 02:42:44 [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:42:59 Still waiting to schedule task 02:42:59 ‘prd-centos7-docker-4c-2g-32555’ is offline; ‘prd-centos7-docker-4c-2g-32556’ is offline 02:42:59 Still waiting to schedule task 02:42:59 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:43:58 Running on prd-centos7-docker-4c-2g-32559 in /w/workspace/dgexfoundry_device-sdk-go_PR-851 [Pipeline] { [Pipeline] ws 02:43:59 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 02:44:02 using credential edgex-jenkins-ssh 02:44:02 Cloning the remote Git repository 02:44:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:02 > git init /w/workspace/device-sdk-go/3 # timeout=10 02:44:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:02 > git --version # timeout=10 02:44:02 > git --version # 'git version 2.24.3' 02:44:02 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:03 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/851/head:refs/remotes/origin/PR-851 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:04 Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit c9b8fffa5d1c621d31ca054df39182d647a4d39f 02:44:04 Merge succeeded, producing f20599c16303119c831f26862f93b4856a356c14 02:44:04 Checking out Revision f20599c16303119c831f26862f93b4856a356c14 (PR-851) 02:44:04 > git config core.sparsecheckout # timeout=10 02:44:04 > git checkout -f c9b8fffa5d1c621d31ca054df39182d647a4d39f # timeout=10 02:44:04 > git remote # timeout=10 02:44:04 > git config --get remote.origin.url # timeout=10 02:44:04 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:04 > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 02:44:04 > git rev-parse HEAD^{commit} # timeout=10 02:44:04 > git config core.sparsecheckout # timeout=10 02:44:04 > git checkout -f f20599c16303119c831f26862f93b4856a356c14 # timeout=10 02:44:07 Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" 02:44:07 > git rev-list --no-walk c9b8fffa5d1c621d31ca054df39182d647a4d39f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:44:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:44:09 + sudo service docker restart 02:44:09 + true 02:44:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:11 provisioning config files... 02:44:11 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config6727629849127579840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:11 ---> docker-login.sh 02:44:11 nexus3.edgexfoundry.org:10001 02:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:12 Configure a credential helper to remove this warning. See 02:44:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:12 02:44:12 Login Succeeded 02:44:12 nexus3.edgexfoundry.org:10002 02:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:12 Configure a credential helper to remove this warning. See 02:44:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:12 02:44:12 Login Succeeded 02:44:12 nexus3.edgexfoundry.org:10003 02:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:12 Configure a credential helper to remove this warning. See 02:44:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:12 02:44:12 Login Succeeded 02:44:12 nexus3.edgexfoundry.org:10004 02:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:12 Configure a credential helper to remove this warning. See 02:44:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:12 02:44:12 Login Succeeded 02:44:12 docker.io 02:44:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:13 Configure a credential helper to remove this warning. See 02:44:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:13 02:44:13 Login Succeeded 02:44:13 ---> docker-login.sh ends [Pipeline] } 02:44:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:44:13 ========================================================= 02:44:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:44:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:13 + 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:44:14 Sending build context to Docker daemon 2.354MB 02:44:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:44:14 Step 2/8 : FROM ${BASE} 02:44:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:44:14 188c0c94c7c5: Pulling fs layer 02:44:14 0ef7d3d256c8: Pulling fs layer 02:44:14 de9db76c5a1d: Pulling fs layer 02:44:14 bca2f99d35d6: Pulling fs layer 02:44:14 93359f2a8cfa: Pulling fs layer 02:44:14 7c6f9722023f: Pulling fs layer 02:44:14 a35cf1a2eb13: Pulling fs layer 02:44:14 93359f2a8cfa: Waiting 02:44:14 7c6f9722023f: Waiting 02:44:14 a35cf1a2eb13: Waiting 02:44:14 bca2f99d35d6: Waiting 02:44:14 de9db76c5a1d: Verifying Checksum 02:44:14 de9db76c5a1d: Download complete 02:44:14 0ef7d3d256c8: Download complete 02:44:14 93359f2a8cfa: Verifying Checksum 02:44:14 93359f2a8cfa: Download complete 02:44:14 7c6f9722023f: Verifying Checksum 02:44:14 7c6f9722023f: Download complete 02:44:14 188c0c94c7c5: Verifying Checksum 02:44:14 188c0c94c7c5: Download complete 02:44:14 188c0c94c7c5: Pull complete 02:44:14 0ef7d3d256c8: Pull complete 02:44:14 de9db76c5a1d: Pull complete 02:44:16 a35cf1a2eb13: Download complete 02:44:17 bca2f99d35d6: Verifying Checksum 02:44:17 bca2f99d35d6: Download complete 02:44:23 bca2f99d35d6: Pull complete 02:44:23 93359f2a8cfa: Pull complete 02:44:23 7c6f9722023f: Pull complete 02:44:28 a35cf1a2eb13: Pull complete 02:44:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:44:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:44:28 ---> a62c8e92a672 02:44:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:44:28 ---> Running in 3a4ce437e2cf 02:44:28 Removing intermediate container 3a4ce437e2cf 02:44:28 ---> f431e4d1ff9d 02:44:28 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:28 ---> Running in 72702340dd39 02:44:29 Removing intermediate container 72702340dd39 02:44:29 ---> 2834622733b0 02:44:29 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:44:29 ---> Running in c0a2d454e99a 02:44:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:44:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:44:31 (1/6) Installing libc-dev (0.7.2-r3) 02:44:31 (2/6) Installing libsodium (1.0.18-r0) 02:44:31 (3/6) Installing pkgconf (1.7.2-r0) 02:44:32 (4/6) Installing libsodium-dev (1.0.18-r0) 02:44:32 (5/6) Installing libzmq (4.3.3-r0) 02:44:32 (6/6) Installing zeromq-dev (4.3.3-r0) 02:44:32 Executing busybox-1.31.1-r19.trigger 02:44:32 OK: 167 MiB in 45 packages 02:44:33 Removing intermediate container c0a2d454e99a 02:44:33 ---> a8d01e95c38c 02:44:33 Step 6/8 : WORKDIR /device-sdk-go 02:44:33 ---> Running in 85305144cc03 02:44:33 Removing intermediate container 85305144cc03 02:44:33 ---> 9a816e7911a0 02:44:33 Step 7/8 : COPY . . 02:44:34 ---> 994575a0bba7 02:44:34 Step 8/8 : RUN go mod download 02:44:34 ---> Running in b165a81f3837 02:44:56 Removing intermediate container b165a81f3837 02:44:56 ---> 33955bb611fa 02:44:56 Successfully built 33955bb611fa 02:44:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:44:57 + docker inspect -f . ci-base-image-x86_64 02:44:57 . [Pipeline] withDockerContainer 02:44:57 prd-centos7-docker-4c-2g-32559 does not seem to be running inside a container 02:44:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:44:58 $ docker top 0f9965de4b5f4dc5301d11eac073a13ae863b580c96ffcd05bee135cc984afa3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:58 + go version 02:44:58 go version go1.15.5 linux/amd64 [Pipeline] } 02:44:58 $ docker stop --time=1 0f9965de4b5f4dc5301d11eac073a13ae863b580c96ffcd05bee135cc984afa3 02:45:00 $ docker rm -f 0f9965de4b5f4dc5301d11eac073a13ae863b580c96ffcd05bee135cc984afa3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:01 + docker inspect -f . ci-base-image-x86_64 02:45:01 . [Pipeline] withDockerContainer 02:45:01 prd-centos7-docker-4c-2g-32559 does not seem to be running inside a container 02:45:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:02 $ docker top 7f7034510429c56c671b3026b9396a2b5b7813a51df61087d3a80b13815a6371 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:03 + make test 02:45:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:11 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:45:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32560 in /w/workspace/dgexfoundry_device-sdk-go_PR-851 [Pipeline] { [Pipeline] ws 02:45:29 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 02:45:34 using credential edgex-jenkins-ssh 02:45:34 Cloning the remote Git repository 02:45:34 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:34 > git init /w/workspace/device-sdk-go/3 # timeout=10 02:45:34 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:34 > git --version # timeout=10 02:45:34 > git --version # 'git version 2.17.1' 02:45:34 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:36 Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit c9b8fffa5d1c621d31ca054df39182d647a4d39f 02:45:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:36 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/851/head:refs/remotes/origin/PR-851 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:36 > git config core.sparsecheckout # timeout=10 02:45:36 > git checkout -f c9b8fffa5d1c621d31ca054df39182d647a4d39f # timeout=10 02:45:37 Merge succeeded, producing 614500d1f8b84e7d353f353dab3f92424230173a 02:45:37 Checking out Revision 614500d1f8b84e7d353f353dab3f92424230173a (PR-851) 02:45:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:45:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:45:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:45:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:45:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:45:36 > git remote # timeout=10 02:45:36 > git config --get remote.origin.url # timeout=10 02:45:36 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:36 > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 02:45:37 > git rev-parse HEAD^{commit} # timeout=10 02:45:37 > git config core.sparsecheckout # timeout=10 02:45:37 > git checkout -f 614500d1f8b84e7d353f353dab3f92424230173a # timeout=10 02:45:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.065s coverage: 28.1% of statements 02:45:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.092s coverage: 81.2% of statements 02:45:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.107s coverage: 7.8% of statements 02:45:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:45:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:45:40 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:45:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.193s coverage: 32.5% of statements 02:45:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:45:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:45:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:45:41 Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" 02:45:41 > git rev-list --no-walk c9b8fffa5d1c621d31ca054df39182d647a4d39f # timeout=10 02:45:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.151s coverage: 57.3% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:42 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.709s coverage: 6.6% of statements 02:45:43 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.071s coverage: 5.0% of statements 02:45:43 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:45:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:45:43 GO111MODULE=on go vet ./... 02:45:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:44 + true 02:45:44 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:46 provisioning config files... 02:45:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config1431966114490274515tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:47 ---> docker-login.sh 02:45:47 nexus3.edgexfoundry.org:10001 02:45:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:48 Configure a credential helper to remove this warning. See 02:45:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:48 02:45:48 Login Succeeded 02:45:48 nexus3.edgexfoundry.org:10002 02:45:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:49 Configure a credential helper to remove this warning. See 02:45:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:49 02:45:49 Login Succeeded 02:45:49 nexus3.edgexfoundry.org:10003 02:45:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:49 Configure a credential helper to remove this warning. See 02:45:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:49 02:45:49 Login Succeeded 02:45:49 nexus3.edgexfoundry.org:10004 02:45:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:50 Configure a credential helper to remove this warning. See 02:45:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:50 02:45:50 Login Succeeded 02:45:50 docker.io 02:45:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:50 Configure a credential helper to remove this warning. See 02:45:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:50 02:45:50 Login Succeeded 02:45:50 ---> docker-login.sh ends [Pipeline] } 02:45:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:51 ========================================================= 02:45:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:45:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:51 + 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:45:52 Sending build context to Docker daemon 2.366MB 02:45:52 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:45:52 Step 2/8 : FROM ${BASE} 02:45:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:45:52 5f621e34cdf4: Pulling fs layer 02:45:52 a4357932f1b6: Pulling fs layer 02:45:52 18c013af1878: Pulling fs layer 02:45:52 00ac8860ef70: Pulling fs layer 02:45:52 63d7cb157983: Pulling fs layer 02:45:52 b116817d02f9: Pulling fs layer 02:45:52 745a02a5169b: Pulling fs layer 02:45:52 00ac8860ef70: Waiting 02:45:52 63d7cb157983: Waiting 02:45:52 b116817d02f9: Waiting 02:45:52 18c013af1878: Verifying Checksum 02:45:52 18c013af1878: Download complete 02:45:52 a4357932f1b6: Verifying Checksum 02:45:52 a4357932f1b6: Download complete 02:45:52 63d7cb157983: Verifying Checksum 02:45:52 63d7cb157983: Download complete 02:45:53 b116817d02f9: Verifying Checksum 02:45:53 b116817d02f9: Download complete 02:45:53 5f621e34cdf4: Verifying Checksum 02:45:53 5f621e34cdf4: Download complete 02:45:53 5f621e34cdf4: Pull complete 02:45:54 a4357932f1b6: Pull complete 02:45:54 18c013af1878: Pull complete 02:45:55 745a02a5169b: Verifying Checksum 02:45:55 745a02a5169b: Download complete 02:45:56 00ac8860ef70: Verifying Checksum 02:45:56 00ac8860ef70: Download complete 02:46:01 gofmt -l . 02:46:01 [ "`gofmt -l .`" = "" ] 02:46:01 ./bin/test-attribution-txt.sh 02:46:02 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:46:02 $ docker stop --time=1 7f7034510429c56c671b3026b9396a2b5b7813a51df61087d3a80b13815a6371 02:46:04 $ docker rm -f 7f7034510429c56c671b3026b9396a2b5b7813a51df61087d3a80b13815a6371 [Pipeline] // withDockerContainer [Pipeline] sh 02:46:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:46:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:46:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:46:07 + ls -al . 02:46:07 total 188 02:46:07 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 2 02:46 . 02:46:07 drwxrwxr-x. 4 jenkins jenkins 28 Apr 2 02:44 .. 02:46:07 drwxrwxr-x. 2 jenkins jenkins 64 Apr 2 02:44 bin 02:46:07 -rw-r--r--. 1 jenkins jenkins 101239 Apr 2 02:45 coverage.out 02:46:07 -rw-rw-r--. 1 jenkins jenkins 987 Apr 2 02:44 Dockerfile.build 02:46:07 -rw-rw-r--. 1 jenkins jenkins 140 Apr 2 02:44 .dockerignore 02:46:07 drwxrwxr-x. 5 jenkins jenkins 62 Apr 2 02:44 example 02:46:07 drwxrwxr-x. 8 jenkins jenkins 179 Apr 2 02:44 .git 02:46:07 drwxrwxr-x. 2 jenkins jenkins 103 Apr 2 02:44 .github 02:46:07 -rw-rw-r--. 1 jenkins jenkins 138 Apr 2 02:44 .gitignore 02:46:07 -rw-r--r--. 1 jenkins jenkins 537 Apr 2 02:46 go.mod 02:46:07 -rw-r--r--. 1 jenkins jenkins 21117 Apr 2 02:46 go.sum 02:46:07 drwxrwxr-x. 14 jenkins jenkins 207 Apr 2 02:44 internal 02:46:07 -rw-rw-r--. 1 jenkins jenkins 901 Apr 2 02:44 Jenkinsfile 02:46:07 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 2 02:44 LICENSE 02:46:07 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 2 02:44 Makefile 02:46:07 drwxrwxr-x. 4 jenkins jenkins 26 Apr 2 02:44 openapi 02:46:07 drwxrwxr-x. 5 jenkins jenkins 50 Apr 2 02:44 pkg 02:46:07 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 2 02:44 README.md 02:46:07 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 2 02:44 RELEASE-NOTES.txt 02:46:07 drwxrwxr-x. 4 jenkins jenkins 54 Apr 2 02:44 snap 02:46:07 -rw-rw-r--. 1 jenkins jenkins 5 Apr 2 02:42 VERSION 02:46:07 -rw-rw-r--. 1 jenkins jenkins 222 Apr 2 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:46:07 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=522a4dc8ebf4dc5a9534f163f8b97aab55e22265 --label arch=amd64 --label version=0.0.0 . 02:46:07 Sending build context to Docker daemon 2.456MB 02:46:07 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:46:07 Step 2/23 : FROM ${BASE} AS builder 02:46:07 ---> 33955bb611fa 02:46:07 Step 3/23 : WORKDIR /device-sdk-go 02:46:08 ---> Running in 177532f98b24 02:46:08 Removing intermediate container 177532f98b24 02:46:08 ---> 86236749cedb 02:46:08 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:08 ---> Running in a7e930cda5f5 02:46:08 Removing intermediate container a7e930cda5f5 02:46:08 ---> 06063bae554e 02:46:08 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:08 ---> Running in 09c3080f50e9 02:46:09 00ac8860ef70: Pull complete 02:46:09 63d7cb157983: Pull complete 02:46:09 b116817d02f9: Pull complete 02:46:10 Removing intermediate container 09c3080f50e9 02:46:10 ---> 10b7b982d5cd 02:46:10 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:46:10 ---> Running in 6b14d50b66e2 02:46:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:11 745a02a5169b: Pull complete 02:46:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:46:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:46:11 ---> b7e6874047d6 02:46:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:14 OK: 167 MiB in 45 packages 02:46:14 Removing intermediate container 6b14d50b66e2 02:46:14 ---> dea68ae52702 02:46:14 Step 7/23 : COPY . . 02:46:14 ---> Running in 6103c76c83db 02:46:14 Removing intermediate container 6103c76c83db 02:46:14 ---> 5b0c946ad0c9 02:46:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:14 ---> Running in ac71cbaf99dc 02:46:15 ---> 28295f0bd6e1 02:46:15 Step 8/23 : RUN go mod download 02:46:15 ---> Running in b737a0af5422 02:46:16 Removing intermediate container b737a0af5422 02:46:16 ---> e19254ee3e54 02:46:16 Step 9/23 : RUN make build 02:46:16 ---> Running in b02406c282ad 02:46:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:46:17 Removing intermediate container ac71cbaf99dc 02:46:17 ---> e62cb45246a3 02:46:17 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:46:17 ---> Running in 3d9e0e6bd6bf 02:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:20 (1/6) Installing libc-dev (0.7.2-r3) 02:46:20 (2/6) Installing libsodium (1.0.18-r0) 02:46:20 (3/6) Installing pkgconf (1.7.2-r0) 02:46:21 (4/6) Installing libsodium-dev (1.0.18-r0) 02:46:21 (5/6) Installing libzmq (4.3.3-r0) 02:46:21 (6/6) Installing zeromq-dev (4.3.3-r0) 02:46:21 Executing busybox-1.31.1-r19.trigger 02:46:21 OK: 144 MiB in 45 packages 02:46:22 Removing intermediate container 3d9e0e6bd6bf 02:46:22 ---> 88f891a6c77b 02:46:22 Step 6/8 : WORKDIR /device-sdk-go 02:46:22 ---> Running in dce8553d8780 02:46:23 Removing intermediate container dce8553d8780 02:46:23 ---> 65296dd3b2cb 02:46:23 Step 7/8 : COPY . . 02:46:24 ---> 81e7132346fc 02:46:24 Step 8/8 : RUN go mod download 02:46:24 ---> Running in 3c332d0e2713 02:46:30 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:46:31 Removing intermediate container b02406c282ad 02:46:31 ---> 0293071c2fc0 02:46:31 Step 10/23 : FROM alpine:3.12 02:46:32 3.12: Pulling from library/alpine 02:46:32 532819f3e44c: Pulling fs layer 02:46:32 532819f3e44c: Verifying Checksum 02:46:32 532819f3e44c: Download complete 02:46:32 532819f3e44c: Pull complete 02:46:32 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:46:32 Status: Downloaded newer image for alpine:3.12 02:46:32 ---> 7230e588e954 02:46:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:32 ---> Running in a2f467d02f48 02:46:32 Removing intermediate container a2f467d02f48 02:46:32 ---> 93f472887a98 02:46:32 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:32 ---> Running in b213cdddde91 02:46:34 Removing intermediate container b213cdddde91 02:46:34 ---> d5a7c37a2355 02:46:34 Step 13/23 : RUN apk add --update --no-cache zeromq 02:46:34 ---> Running in 5f50770b6d1f 02:46:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:36 (1/5) Installing libgcc (9.3.0-r2) 02:46:36 (2/5) Installing libsodium (1.0.18-r0) 02:46:36 (3/5) Installing libstdc++ (9.3.0-r2) 02:46:36 (4/5) Installing libzmq (4.3.3-r0) 02:46:37 (5/5) Installing zeromq (4.3.3-r0) 02:46:37 Executing busybox-1.31.1-r20.trigger 02:46:37 OK: 8 MiB in 19 packages 02:46:37 Removing intermediate container 5f50770b6d1f 02:46:37 ---> 0b375d5103c8 02:46:37 Step 14/23 : WORKDIR / 02:46:37 ---> Running in 0c3692889692 02:46:37 Removing intermediate container 0c3692889692 02:46:37 ---> ea6d21db8f8f 02:46:37 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:46:38 ---> ab714b821f1c 02:46:38 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:46:38 ---> 347d4b41eaa8 02:46:38 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:46:39 ---> 1dc9ba6eeb2d 02:46:39 Step 18/23 : EXPOSE 49990 02:46:39 ---> Running in 1ad6e34fa72c 02:46:39 Removing intermediate container 1ad6e34fa72c 02:46:39 ---> 4db8aa7fdfd4 02:46:39 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:46:39 ---> Running in 8355083d225d 02:46:39 Removing intermediate container 8355083d225d 02:46:39 ---> 2e7b38faa20d 02:46:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:39 ---> Running in a8dac8d0f9f3 02:46:39 Removing intermediate container a8dac8d0f9f3 02:46:39 ---> 7e69d6ca157c 02:46:39 Step 21/23 : LABEL arch=amd64 02:46:39 ---> Running in 95d1cff06db1 02:46:40 Removing intermediate container 95d1cff06db1 02:46:40 ---> 2917679049ef 02:46:40 Step 22/23 : LABEL git_sha=522a4dc8ebf4dc5a9534f163f8b97aab55e22265 02:46:40 ---> Running in a1bb5bb5d0d9 02:46:40 Removing intermediate container a1bb5bb5d0d9 02:46:40 ---> 8548e606b1aa 02:46:40 Step 23/23 : LABEL version=0.0.0 02:46:40 ---> Running in 700519885d40 02:46:40 Removing intermediate container 700519885d40 02:46:40 ---> bef7035b2b64 02:46:40 [Warning] One or more build-args [MAKE ARCH] were not consumed 02:46:40 Successfully built bef7035b2b64 02:46:40 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:46:41 ---> job-cost.sh 02:46:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kd37 02:46:51 Removing intermediate container 3c332d0e2713 02:46:51 ---> e122a34cf6e0 02:46:51 Successfully built e122a34cf6e0 02:46:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:46:52 + docker inspect -f . ci-base-image-arm64 02:46:52 . [Pipeline] withDockerContainer 02:46:52 prd-ubuntu18.04-docker-arm64-4c-16g-32560 does not seem to be running inside a container 02:46:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:46:54 $ docker top 7955d77ddbb4d48229c1e241e4fd681bd9a7925e93e1750b01ca4581295dd66c -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:55 + go version 02:46:55 go version go1.15.5 linux/arm64 [Pipeline] } 02:46:55 $ docker stop --time=1 7955d77ddbb4d48229c1e241e4fd681bd9a7925e93e1750b01ca4581295dd66c 02:46:57 $ docker rm -f 7955d77ddbb4d48229c1e241e4fd681bd9a7925e93e1750b01ca4581295dd66c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:58 + docker inspect -f . ci-base-image-arm64 02:46:58 . [Pipeline] withDockerContainer 02:46:58 prd-ubuntu18.04-docker-arm64-4c-16g-32560 does not seem to be running inside a container 02:46:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:46:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:47:00 $ docker top ec1eda62bcd95bde1175f5b88fa3e191f361509f15c609827ac0c6f869388597 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:01 + make test 02:47:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:47:28 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:47:32 lf-activate-venv(): INFO: Adding /tmp/venv-kd37/bin to PATH 02:47:32 INFO: No Stack... 02:47:32 INFO: Retrieving Pricing Info for: v1-standard-2 02:47:32 INFO: Archiving Costs [Pipeline] sh 02:47:32 + cut -d, -f6 02:47:32 + cat /w/workspace/device-sdk-go/3/archives/cost.csv [Pipeline] lock 02:47:32 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] 02:47:32 Resource [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] did not exist. Created. 02:47:32 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:47:33 + echo total: 0.029999999329447746 [Pipeline] stash 02:47:33 Stashed 1 file(s) [Pipeline] } 02:47:33 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:48:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:48:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:48:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:48:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:48:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:48:31 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.147s coverage: 28.1% of statements 02:48:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.195s coverage: 81.2% of statements 02:48:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.236s coverage: 7.8% of statements 02:48:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:48:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:48:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:48:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.327s coverage: 32.5% of statements 02:48:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:48:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:48:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:48:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.281s coverage: 57.3% of statements 02:48:38 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.165s coverage: 6.6% of statements 02:48:39 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.150s coverage: 5.0% of statements 02:48:39 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:48:39 GO111MODULE=on go vet ./... 02:49:36 gofmt -l . 02:49:36 [ "`gofmt -l .`" = "" ] 02:49:36 ./bin/test-attribution-txt.sh 02:49:36 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:49:36 $ docker stop --time=1 ec1eda62bcd95bde1175f5b88fa3e191f361509f15c609827ac0c6f869388597 02:49:38 $ docker rm -f ec1eda62bcd95bde1175f5b88fa3e191f361509f15c609827ac0c6f869388597 [Pipeline] // withDockerContainer [Pipeline] sh 02:49:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:49:40 Warning: overwriting stash ‘coverage-report’ 02:49:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:49:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:49:42 + ls -al . 02:49:42 total 224 02:49:42 drwxrwxr-x 10 jenkins jenkins 4096 Apr 2 02:49 . 02:49:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:45 .. 02:49:42 -rw-rw-r-- 1 jenkins jenkins 140 Apr 2 02:45 .dockerignore 02:49:42 drwxrwxr-x 8 jenkins jenkins 4096 Apr 2 02:45 .git 02:49:42 drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 02:45 .github 02:49:42 -rw-rw-r-- 1 jenkins jenkins 138 Apr 2 02:45 .gitignore 02:49:42 -rw-rw-r-- 1 jenkins jenkins 987 Apr 2 02:45 Dockerfile.build 02:49:42 -rw-rw-r-- 1 jenkins jenkins 901 Apr 2 02:45 Jenkinsfile 02:49:42 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 2 02:45 LICENSE 02:49:42 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 2 02:45 Makefile 02:49:42 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 2 02:45 README.md 02:49:42 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 2 02:45 RELEASE-NOTES.txt 02:49:42 -rw-rw-r-- 1 jenkins jenkins 5 Apr 2 02:42 VERSION 02:49:42 drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 02:45 bin 02:49:42 -rw-r--r-- 1 jenkins jenkins 101239 Apr 2 02:48 coverage.out 02:49:42 drwxrwxr-x 5 jenkins jenkins 4096 Apr 2 02:45 example 02:49:42 -rw-r--r-- 1 jenkins jenkins 537 Apr 2 02:49 go.mod 02:49:42 -rw-r--r-- 1 jenkins jenkins 21117 Apr 2 02:49 go.sum 02:49:42 drwxrwxr-x 14 jenkins jenkins 4096 Apr 2 02:45 internal 02:49:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:45 openapi 02:49:42 drwxrwxr-x 5 jenkins jenkins 4096 Apr 2 02:45 pkg 02:49:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:45 snap 02:49:42 -rw-rw-r-- 1 jenkins jenkins 222 Apr 2 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:49:43 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=522a4dc8ebf4dc5a9534f163f8b97aab55e22265 --label arch=arm64 --label version=0.0.0 . 02:49:43 Sending build context to Docker daemon 2.468MB 02:49:43 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:49:43 Step 2/23 : FROM ${BASE} AS builder 02:49:43 ---> e122a34cf6e0 02:49:43 Step 3/23 : WORKDIR /device-sdk-go 02:49:43 ---> Running in 18fdf9c4f88d 02:49:44 Removing intermediate container 18fdf9c4f88d 02:49:44 ---> 4052edbc791b 02:49:44 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:44 ---> Running in 254f4958b754 02:49:45 Removing intermediate container 254f4958b754 02:49:45 ---> cd837353937c 02:49:45 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:45 ---> Running in 58413f9cabce 02:49:47 Removing intermediate container 58413f9cabce 02:49:47 ---> 21bff1f146e5 02:49:47 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:49:47 ---> Running in 07af4a52c041 02:49:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:50 OK: 144 MiB in 45 packages 02:49:51 Removing intermediate container 07af4a52c041 02:49:51 ---> 1337d62ca338 02:49:51 Step 7/23 : COPY . . 02:49:53 ---> 9b44302e88cb 02:49:53 Step 8/23 : RUN go mod download 02:49:53 ---> Running in 0f823715c657 02:49:56 Removing intermediate container 0f823715c657 02:49:56 ---> fdf29291a22b 02:49:56 Step 9/23 : RUN make build 02:49:56 ---> Running in 0a5b2bd8a6ea 02:49:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:50:36 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:50:36 Removing intermediate container 0a5b2bd8a6ea 02:50:36 ---> 707315652809 02:50:36 Step 10/23 : FROM alpine:3.12 02:50:37 3.12: Pulling from library/alpine 02:50:37 9a219e8acc52: Pulling fs layer 02:50:37 9a219e8acc52: Verifying Checksum 02:50:37 9a219e8acc52: Download complete 02:50:38 9a219e8acc52: Pull complete 02:50:38 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:50:38 Status: Downloaded newer image for alpine:3.12 02:50:38 ---> d75e27dfc0a0 02:50:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:38 ---> Running in bcf23c0e48b0 02:50:38 Removing intermediate container bcf23c0e48b0 02:50:38 ---> a085fbb83755 02:50:38 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:39 ---> Running in e30bae1e5535 02:50:41 Removing intermediate container e30bae1e5535 02:50:41 ---> 432b2d782149 02:50:41 Step 13/23 : RUN apk add --update --no-cache zeromq 02:50:41 ---> Running in 4345c9f5fa8b 02:50:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:50:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:50:43 (1/5) Installing libgcc (9.3.0-r2) 02:50:44 (2/5) Installing libsodium (1.0.18-r0) 02:50:44 (3/5) Installing libstdc++ (9.3.0-r2) 02:50:44 (4/5) Installing libzmq (4.3.3-r0) 02:50:44 (5/5) Installing zeromq (4.3.3-r0) 02:50:44 Executing busybox-1.31.1-r20.trigger 02:50:44 OK: 8 MiB in 19 packages 02:50:46 Removing intermediate container 4345c9f5fa8b 02:50:46 ---> 968daa38b46a 02:50:46 Step 14/23 : WORKDIR / 02:50:46 ---> Running in ec861e6b597c 02:50:46 Removing intermediate container ec861e6b597c 02:50:46 ---> 3743ea1cefa5 02:50:46 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:50:47 ---> 83990a0b0f0b 02:50:47 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:50:48 ---> cb811a9ea537 02:50:48 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:50:49 ---> f008a34f87d1 02:50:49 Step 18/23 : EXPOSE 49990 02:50:49 ---> Running in 2188477203f1 02:50:50 Removing intermediate container 2188477203f1 02:50:50 ---> ef9233716696 02:50:50 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:50:50 ---> Running in bdaa9c6a60b9 02:50:50 Removing intermediate container bdaa9c6a60b9 02:50:50 ---> 2e4d6ff388ee 02:50:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:50:50 ---> Running in a6efc7bb62ef 02:50:51 Removing intermediate container a6efc7bb62ef 02:50:51 ---> f4a91ec0ad74 02:50:51 Step 21/23 : LABEL arch=arm64 02:50:51 ---> Running in 14cd768765a5 02:50:51 Removing intermediate container 14cd768765a5 02:50:51 ---> a8831b0efbdb 02:50:51 Step 22/23 : LABEL git_sha=522a4dc8ebf4dc5a9534f163f8b97aab55e22265 02:50:51 ---> Running in eb899345a328 02:50:52 Removing intermediate container eb899345a328 02:50:52 ---> bb8e9fe39cef 02:50:52 Step 23/23 : LABEL version=0.0.0 02:50:52 ---> Running in 071cd37d8186 02:50:52 Removing intermediate container 071cd37d8186 02:50:52 ---> b8687dd6b71e 02:50:52 [Warning] One or more build-args [ARCH MAKE] were not consumed 02:50:52 Successfully built b8687dd6b71e 02:50:52 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:50:53 ---> job-cost.sh 02:50:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4zes 02:51:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:53:27 lf-activate-venv(): INFO: Adding /tmp/venv-4zes/bin to PATH 02:53:27 INFO: No Stack... 02:53:27 INFO: Retrieving Pricing Info for: lf-standard-4 02:53:27 INFO: Archiving Costs [Pipeline] sh 02:53:27 + cat /w/workspace/device-sdk-go/3/archives/cost.csv+ 02:53:27 cut -d, -f6 [Pipeline] lock 02:53:28 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] 02:53:28 Resource [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] did not exist. Created. 02:53:28 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-851-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:53:28 /w/workspace/device-sdk-go/3@tmp/durable-3e04a917/script.sh: 1: /w/workspace/device-sdk-go/3@tmp/durable-3e04a917/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:53:29 + echo total: 0.20999999344348907 [Pipeline] stash 02:53:29 Warning: overwriting stash ‘stack-cost’ 02:53:29 Stashed 1 file(s) [Pipeline] } 02:53:29 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-851-3-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:53:30 provisioning config files... 02:53:30 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/config3574905979586374817tmp [Pipeline] { [Pipeline] sh 02:53:30 + set +x 02:53:30 + curl -s https://codecov.io/bash 02:53:30 + bash -s -- 02:53:31 02:53:31 _____ _ 02:53:31 / ____| | | 02:53:31 | | ___ __| | ___ ___ _____ __ 02:53:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:53:31 | |___| (_) | (_| | __/ (_| (_) \ V / 02:53:31 \_____\___/ \__,_|\___|\___\___/ \_/ 02:53:31 Bash-20210309-2b87ace 02:53:31 02:53:31 02:53:31 ==> git version 2.24.3 found 02:53:31 ==> 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:53:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:53:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:53:31 ==> Jenkins CI detected. 02:53:31 project root: . 02:53:31 --> token set from env 02:53:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:53:31 ==> Running gcov in . (disable via -X gcov) 02:53:31 ==> Python coveragepy not found 02:53:31 ==> Searching for coverage reports in: 02:53:31 + . 02:53:31 -> Found 1 reports 02:53:31 ==> Detecting git/mercurial file structure 02:53:31 ==> Reading reports 02:53:31 + ./coverage.out bytes=101239 02:53:31 ==> Appending adjustments 02:53:31 https://docs.codecov.io/docs/fixing-reports 02:53:31 + Found adjustments 02:53:31 ==> Gzipping contents 02:53:31 16K /tmp/codecov.Pekujw.gz 02:53:31 ==> Uploading reports 02:53:31 url: https://codecov.io 02:53:31 query: branch=PR-851&commit=522a4dc8ebf4dc5a9534f163f8b97aab55e22265&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-851%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=851&job=&cmd_args= 02:53:31 -> Pinging Codecov 02:53:31 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-851&commit=522a4dc8ebf4dc5a9534f163f8b97aab55e22265&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-851%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=851&job=&cmd_args= 02:53:32 -> Uploading to 02:53:32 https://storage.googleapis.com/codecov/v4/raw/2021-04-02/7E55EF52A471D76F132DFD9A03CDDE97/522a4dc8ebf4dc5a9534f163f8b97aab55e22265/7e3bf1af-df7a-417d-bbb0-a0bae07af451.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210402%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210402T025331Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=009725cefebf3b84998c506aa2da56127a24d63f9dbf5ed43e96605b78b20a11 02:53:32 % Total % Received % Xferd Average Speed Time Time Time Current 02:53:32 Dload Upload Total Spent Left Speed 02:53:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13699 0 0 100 13699 0 29297 --:--:-- --:--:-- --:--:-- 29334 02:53:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/522a4dc8ebf4dc5a9534f163f8b97aab55e22265 [Pipeline] } 02:53:32 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:53:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:53:34 ---> package-listing.sh 02:53:34 ++ facter osfamily 02:53:34 ++ tr '[:upper:]' '[:lower:]' 02:53:34 + OS_FAMILY=redhat 02:53:34 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-851 02:53:34 + START_PACKAGES=/tmp/packages_start.txt 02:53:34 + END_PACKAGES=/tmp/packages_end.txt 02:53:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:53:34 + PACKAGES=/tmp/packages_start.txt 02:53:34 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-851 ']' 02:53:34 + PACKAGES=/tmp/packages_end.txt 02:53:34 + case "${OS_FAMILY}" in 02:53:34 + rpm -qa 02:53:34 + sort 02:53:40 + '[' -f /tmp/packages_start.txt ']' 02:53:40 + '[' -f /tmp/packages_end.txt ']' 02:53:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:53:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-851 ']' 02:53:40 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-851/archives/ 02:53:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-851/archives/ [Pipeline] echo 02:53:40 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-851/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:53:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:53:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:53:40 02:53:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:53:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:53:41 alpine: Pulling from edgex-lftools-log-publisher 02:53:41 df20fa9351a1: Pulling fs layer 02:53:41 36b3adc4ff6f: Pulling fs layer 02:53:41 8ad3a11d3b57: Pulling fs layer 02:53:41 46f8f816bc3b: Pulling fs layer 02:53:41 93b61091891f: Pulling fs layer 02:53:41 93b9cdb0e59b: Pulling fs layer 02:53:41 5e14af77c1be: Pulling fs layer 02:53:41 01666e4c0597: Pulling fs layer 02:53:41 aa168da1d23b: Pulling fs layer 02:53:41 93b61091891f: Waiting 02:53:41 93b9cdb0e59b: Waiting 02:53:41 5e14af77c1be: Waiting 02:53:41 01666e4c0597: Waiting 02:53:41 aa168da1d23b: Waiting 02:53:41 46f8f816bc3b: Waiting 02:53:41 36b3adc4ff6f: Download complete 02:53:41 46f8f816bc3b: Download complete 02:53:41 df20fa9351a1: Verifying Checksum 02:53:41 df20fa9351a1: Download complete 02:53:41 93b9cdb0e59b: Verifying Checksum 02:53:41 93b9cdb0e59b: Download complete 02:53:41 5e14af77c1be: Verifying Checksum 02:53:41 5e14af77c1be: Download complete 02:53:41 01666e4c0597: Verifying Checksum 02:53:41 01666e4c0597: Download complete 02:53:41 93b61091891f: Verifying Checksum 02:53:41 93b61091891f: Download complete 02:53:41 df20fa9351a1: Pull complete 02:53:42 36b3adc4ff6f: Pull complete 02:53:42 8ad3a11d3b57: Verifying Checksum 02:53:42 8ad3a11d3b57: Download complete 02:53:43 8ad3a11d3b57: Pull complete 02:53:43 46f8f816bc3b: Pull complete 02:53:43 93b61091891f: Pull complete 02:53:44 aa168da1d23b: Download complete 02:53:44 93b9cdb0e59b: Pull complete 02:53:44 5e14af77c1be: Pull complete 02:53:44 01666e4c0597: Pull complete 02:53:51 aa168da1d23b: Pull complete 02:53:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:53:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:53:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:53:51 prd-centos7-docker-4c-2g-32554 does not seem to be running inside a container 02:53:51 $ 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-851/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-851 -v /w/workspace/dgexfoundry_device-sdk-go_PR-851:/w/workspace/dgexfoundry_device-sdk-go_PR-851:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:53:54 $ docker top c5a925db936958a2c1aadeecf459b0247ad45ce705159578dde3717849d05079 -eo pid,comm [Pipeline] { [Pipeline] sh 02:53:55 + touch /tmp/pre-build-complete [Pipeline] sh 02:53:55 + mkdir -p /var/log/sa [Pipeline] sh 02:53:55 + ls /var/log/sa-host 02:53:55 + sadf -c /var/log/sa-host/sa02 02:53:55 file_magic: OK 02:53:55 HZ: Using current value: 100 02:53:55 file_header: OK 02:53:55 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:53:55 Statistics: 02:53:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:53:55 File successfully converted to sysstat format version 12.2.1 02:53:55 + sadf -c /var/log/sa-host/sa23 02:53:55 file_magic: OK 02:53:55 HZ: Using current value: 100 02:53:55 file_header: OK 02:53:55 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:53:55 Statistics: 02:53:55 Hnuu...uuuununununu... 02:53:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:53:56 provisioning config files... 02:53:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/config496666505755139131tmp [Pipeline] { [Pipeline] echo 02:53:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:53:56 ---> create-netrc.sh [Pipeline] } 02:53:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:53:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:53:56 ---> python-tools-install.sh [Pipeline] echo 02:53:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:53:57 ---> sudo-logs.sh 02:53:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:53:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:53:57 ---> job-cost.sh 02:53:57 lf-activate-venv: SKIPPING 02:53:57 DEBUG: total: 0.20999999344348907 02:53:57 INFO: Retrieving Stack Cost... 02:53:58 INFO: Retrieving Pricing Info for: v1-standard-2 02:53:58 INFO: Archiving Costs [Pipeline] echo 02:53:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:53:59 ---> logs-deploy.sh 02:53:59 lf-activate-venv: SKIPPING 02:53:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-851/3 02:53:59 INFO: archiving workspace using pattern(s): 02:54:00 Archives upload complete. 02:54:00 INFO: archiving logs to Nexus 02:54:01 ---> uname -a: 02:54:01 Linux prd-centos7-docker-4c-2g-32554.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:54:01 02:54:01 02:54:01 ---> lscpu: 02:54:01 Architecture: x86_64 02:54:01 CPU op-mode(s): 32-bit, 64-bit 02:54:01 Byte Order: Little Endian 02:54:01 Address sizes: 40 bits physical, 48 bits virtual 02:54:01 CPU(s): 4 02:54:01 On-line CPU(s) list: 0-3 02:54:01 Thread(s) per core: 1 02:54:01 Core(s) per socket: 1 02:54:01 Socket(s): 4 02:54:01 NUMA node(s): 1 02:54:01 Vendor ID: GenuineIntel 02:54:01 CPU family: 6 02:54:01 Model: 44 02:54:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:54:01 Stepping: 1 02:54:01 CPU MHz: 2933.438 02:54:01 BogoMIPS: 5866.87 02:54:01 Virtualization: VT-x 02:54:01 Hypervisor vendor: KVM 02:54:01 Virtualization type: full 02:54:01 L1d cache: 128 KiB 02:54:01 L1i cache: 128 KiB 02:54:01 L2 cache: 16 MiB 02:54:01 L3 cache: 64 MiB 02:54:01 NUMA node0 CPU(s): 0-3 02:54:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:54:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:54:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:54:01 Vulnerability Meltdown: Mitigation; PTI 02:54:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:54:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:54:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:54:01 Vulnerability Srbds: Not affected 02:54:01 Vulnerability Tsx async abort: Not affected 02:54:01 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:54:01 02:54:01 02:54:01 ---> nproc: 02:54:01 4 02:54:01 02:54:01 02:54:01 ---> df -h: 02:54:01 Filesystem Size Used Available Use% Mounted on 02:54:01 overlay 50.0G 7.3G 42.7G 15% / 02:54:01 tmpfs 64.0M 0 64.0M 0% /dev 02:54:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:54:01 shm 64.0M 0 64.0M 0% /dev/shm 02:54:01 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:54:01 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:54:01 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:54:01 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:54:01 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:54:01 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:54:01 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-851 02:54:01 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp 02:54:01 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:54:01 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:54:01 02:54:01 02:54:01 ---> free -m: 02:54:01 total used free shared buff/cache available 02:54:01 Mem: 1837 714 78 0 1043 1018 02:54:01 Swap: 1023 0 1023 02:54:01 02:54:01 02:54:01 ---> ip addr: 02:54:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:54:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:54:01 inet 127.0.0.1/8 scope host lo 02:54:01 valid_lft forever preferred_lft forever 02:54:01 inet6 ::1/128 scope host 02:54:01 valid_lft forever preferred_lft forever 02:54:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:54:01 link/ether fa:16:3e:13:90:0a brd ff:ff:ff:ff:ff:ff 02:54:01 inet 10.30.122.214/23 brd 10.30.123.255 scope global dynamic eth0 02:54:01 valid_lft 85668sec preferred_lft 85668sec 02:54:01 inet6 fe80::f816:3eff:fe13:900a/64 scope link 02:54:01 valid_lft forever preferred_lft forever 02:54:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:54:01 link/ether 02:42:56:e6:61:f2 brd ff:ff:ff:ff:ff:ff 02:54:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:54:01 valid_lft forever preferred_lft forever 02:54:01 inet6 fe80::42:56ff:fee6:61f2/64 scope link 02:54:01 valid_lft forever preferred_lft forever 02:54:01 02:54:01 02:54:01 ---> sar -b -r -n DEV: 02:54:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/02/21 _x86_64_ (4 CPU) 02:54:01 02:54:01 02:41:38 LINUX RESTART (4 CPU) 02:54:01 02:54:01 02:42:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:54:01 02:43:01 118.82 47.00 71.82 0.00 8026.92 23837.88 0.00 02:54:01 02:44:01 2.48 0.00 2.48 0.00 0.00 61.43 0.00 02:54:01 02:45:01 0.47 0.00 0.47 0.00 0.00 6.74 0.00 02:54:01 02:46:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 02:54:01 02:47:01 0.35 0.00 0.35 0.00 0.00 5.70 0.00 02:54:01 02:48:01 0.23 0.00 0.23 0.00 0.00 3.16 0.00 02:54:01 02:49:01 0.25 0.00 0.25 0.00 0.00 2.15 0.00 02:54:01 02:50:01 0.30 0.00 0.30 0.00 0.00 3.30 0.00 02:54:01 02:51:02 0.63 0.00 0.63 0.00 0.00 7.61 0.00 02:54:01 02:52:01 0.37 0.00 0.37 0.00 0.00 5.79 0.00 02:54:01 02:53:01 0.20 0.00 0.20 0.00 0.00 1.73 0.00 02:54:01 Average: 11.17 4.22 6.95 0.00 720.70 2149.45 0.00 02:54:01 02:54:01 02:42:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:54:01 02:43:01 167936 0 577564 30.70 2620 1133424 1134448 38.72 396972 1116596 128 02:54:01 02:44:01 174556 0 570852 30.34 2620 1133516 1096032 37.41 398064 1109876 20 02:54:01 02:45:01 173884 0 571520 30.38 2620 1133520 1092888 37.30 396444 1112500 12 02:54:01 02:46:01 174908 0 570496 30.32 2620 1133520 1077656 36.78 412388 1095812 16 02:54:01 02:47:01 173260 0 572136 30.41 2620 1133528 1077840 36.78 409740 1100480 12 02:54:01 02:48:01 170488 0 574904 30.55 2620 1133532 1077684 36.78 422832 1090312 12 02:54:01 02:49:01 171016 0 574372 30.53 2620 1133536 1077600 36.78 422116 1090312 8 02:54:01 02:50:01 170924 0 574460 30.53 2620 1133540 1077600 36.78 422244 1090312 16 02:54:01 02:51:02 170924 0 574452 30.53 2620 1133548 1077600 36.78 422376 1090316 8 02:54:01 02:52:01 170924 0 574448 30.53 2620 1133552 1077600 36.78 422248 1090312 8 02:54:01 02:53:01 170736 0 574636 30.54 2620 1133552 1077660 36.78 422456 1090312 8 02:54:01 Average: 171778 0 573622 30.49 2620 1133524 1085873 37.06 413444 1097922 23 02:54:01 02:54:01 02:42:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:54:01 02:43:01 eth0 544.02 331.32 1125.39 110.67 0.00 0.00 0.00 0.00 02:54:01 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:43:01 docker0 10.65 8.64 1.60 25.15 0.00 0.00 0.00 0.00 02:54:01 02:44:01 eth0 6.53 2.45 4.24 0.88 0.00 0.00 0.00 0.00 02:54:01 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:45:01 eth0 1.35 0.30 0.34 0.23 0.00 0.00 0.00 0.00 02:54:01 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:46:01 eth0 3.21 0.58 0.75 0.36 0.00 0.00 0.00 0.00 02:54:01 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:47:01 eth0 1.05 0.72 0.58 0.41 0.00 0.00 0.00 0.00 02:54:01 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:48:01 eth0 0.32 0.18 0.14 0.10 0.00 0.00 0.00 0.00 02:54:01 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:49:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:54:01 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:50:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:54:01 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:51:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:54:01 02:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:52:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:54:01 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:53:01 eth0 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 02:54:01 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 Average: eth0 50.04 30.17 101.61 10.13 0.00 0.00 0.00 0.00 02:54:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:01 Average: docker0 0.96 0.78 0.14 2.26 0.00 0.00 0.00 0.00 02:54:01 02:54:01 02:54:01 ---> sar -P ALL: 02:54:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/02/21 _x86_64_ (4 CPU) 02:54:01 02:54:01 02:41:38 LINUX RESTART (4 CPU) 02:54:01 02:54:01 02:42:02 CPU %user %nice %system %iowait %steal %idle 02:54:01 02:43:01 all 14.59 0.00 6.69 2.59 0.12 76.00 02:54:01 02:43:01 0 16.56 0.00 7.28 3.80 0.07 72.30 02:54:01 02:43:01 1 14.13 0.00 6.39 1.92 0.16 77.41 02:54:01 02:43:01 2 12.81 0.00 6.47 2.16 0.14 78.43 02:54:01 02:43:01 3 14.87 0.00 6.64 2.49 0.12 75.87 02:54:01 02:44:01 all 0.23 0.00 0.06 0.00 0.01 99.70 02:54:01 02:44:01 0 0.12 0.00 0.05 0.00 0.00 99.83 02:54:01 02:44:01 1 0.10 0.00 0.08 0.00 0.00 99.82 02:54:01 02:44:01 2 0.63 0.00 0.07 0.00 0.02 99.28 02:54:01 02:44:01 3 0.08 0.00 0.03 0.00 0.02 99.87 02:54:01 02:45:01 all 0.18 0.00 0.04 0.00 0.00 99.77 02:54:01 02:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:54:01 02:45:01 1 0.12 0.00 0.07 0.00 0.02 99.80 02:54:01 02:45:01 2 0.53 0.00 0.03 0.00 0.00 99.43 02:54:01 02:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:54:01 02:46:01 all 0.16 0.00 0.05 0.00 0.00 99.79 02:54:01 02:46:01 0 0.02 0.00 0.02 0.00 0.02 99.95 02:54:01 02:46:01 1 0.07 0.00 0.05 0.00 0.00 99.88 02:54:01 02:46:01 2 0.52 0.00 0.08 0.00 0.00 99.40 02:54:01 02:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:54:01 02:47:01 all 0.09 0.00 0.05 0.00 0.00 99.85 02:54:01 02:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:54:01 02:47:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:54:01 02:47:01 2 0.23 0.00 0.08 0.00 0.00 99.68 02:54:01 02:47:01 3 0.07 0.00 0.05 0.00 0.00 99.88 02:54:01 02:48:01 all 0.10 0.00 0.08 0.00 0.01 99.82 02:54:01 02:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:54:01 02:48:01 1 0.05 0.00 0.07 0.00 0.02 99.87 02:54:01 02:48:01 2 0.30 0.00 0.15 0.00 0.02 99.53 02:54:01 02:48:01 3 0.02 0.00 0.05 0.00 0.00 99.93 02:54:01 02:49:01 all 0.08 0.00 0.03 0.00 0.00 99.89 02:54:01 02:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:54:01 02:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:54:01 02:49:01 2 0.22 0.00 0.05 0.00 0.00 99.73 02:54:01 02:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 02:54:01 02:50:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:54:01 02:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:54:01 02:50:01 1 0.03 0.00 0.07 0.00 0.00 99.90 02:54:01 02:50:01 2 0.52 0.00 0.03 0.00 0.00 99.45 02:54:01 02:50:01 3 0.02 0.00 0.03 0.00 0.02 99.93 02:54:01 02:51:02 all 0.15 0.00 0.03 0.00 0.00 99.83 02:54:01 02:51:02 0 0.02 0.00 0.02 0.00 0.00 99.97 02:54:01 02:51:02 1 0.02 0.00 0.03 0.00 0.00 99.95 02:54:01 02:51:02 2 0.53 0.00 0.03 0.00 0.00 99.43 02:54:01 02:51:02 3 0.02 0.00 0.02 0.00 0.00 99.97 02:54:01 02:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:54:01 02:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:54:01 02:52:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:54:01 02:52:01 2 0.53 0.00 0.03 0.00 0.00 99.44 02:54:01 02:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:54:01 02:53:01 all 0.14 0.00 0.04 0.00 0.00 99.82 02:54:01 02:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:54:01 02:53:01 1 0.05 0.00 0.07 0.00 0.02 99.87 02:54:01 02:53:01 2 0.47 0.00 0.03 0.00 0.00 99.50 02:54:01 02:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:54:01 02:54:01 Average: CPU %user %nice %system %iowait %steal %idle 02:54:01 Average: all 1.42 0.00 0.63 0.23 0.01 97.71 02:54:01 Average: 0 1.48 0.00 0.66 0.33 0.01 97.51 02:54:01 Average: 1 1.30 0.00 0.62 0.17 0.02 97.89 02:54:01 Average: 2 1.54 0.00 0.63 0.19 0.02 97.63 02:54:01 Average: 3 1.34 0.00 0.61 0.22 0.01 97.82 02:54:01 02:54:01 02:54:01