Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 44e422c5aebbc746276f514c8f0709a2f5b68208+70dff52b8df9807f5114cad14836e8310fd11d9c (4124f628381333b0279d441ec2af30f03854da32) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3338’ is offline Running on prd-centos7-docker-4c-2g-3343 in /w/workspace/dgexfoundry_device-sdk-go_PR-900 [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-900 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit 44e422c5aebbc746276f514c8f0709a2f5b68208 Merge succeeded, producing 80c53e719aff91ae985600ad7eb1f4c51c8f6884 Checking out Revision 80c53e719aff91ae985600ad7eb1f4c51c8f6884 (PR-900) > 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/900/head:refs/remotes/origin/PR-900 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44e422c5aebbc746276f514c8f0709a2f5b68208 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 80c53e719aff91ae985600ad7eb1f4c51c8f6884 # timeout=10 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" > git rev-list --no-walk 44e422c5aebbc746276f514c8f0709a2f5b68208 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:42:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:42:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:42:46 ========================================================= 22:42:46 EdgeX Global Pipelines Version Info 22:42:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:42:48 ------------------- 22:42:48 stable info: 22:42:48 ------------------- 22:42:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:42:48 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 22:42:48 Message: update stable to v1.0.191 22:42:49 ------------------- 22:42:49 experimental info: 22:42:49 ------------------- 22:42:49 Commited By: **** collab-it+edgex@linuxfoundation.org 22:42:49 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 22:42:49 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:42:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:42:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:42:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:42:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-900 [Pipeline] echo 22:42:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-900 [Pipeline] echo 22:42:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-900 [Pipeline] echo 22:42:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 80c53e719aff91ae985600ad7eb1f4c51c8f6884 [Pipeline] echo 22:42:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 80c53e7 [Pipeline] echo 22:42:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:42:50 provisioning config files... 22:42:50 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-900@tmp/config2175483209912627153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:42:50 ---> docker-login.sh 22:42:50 nexus3.edgexfoundry.org:10001 22:42:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:50 Configure a credential helper to remove this warning. See 22:42:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:50 22:42:50 Login Succeeded 22:42:50 nexus3.edgexfoundry.org:10002 22:42:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:51 Configure a credential helper to remove this warning. See 22:42:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:51 22:42:51 Login Succeeded 22:42:51 nexus3.edgexfoundry.org:10003 22:42:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:51 Configure a credential helper to remove this warning. See 22:42:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:51 22:42:51 Login Succeeded 22:42:51 nexus3.edgexfoundry.org:10004 22:42:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:51 Configure a credential helper to remove this warning. See 22:42:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:51 22:42:51 Login Succeeded 22:42:51 docker.io 22:42:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:42:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:42:52 Configure a credential helper to remove this warning. See 22:42:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:42:52 22:42:52 Login Succeeded 22:42:52 ---> docker-login.sh ends [Pipeline] } 22:42:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:42:52 + git log --format=format:%s -1 80c53e719aff91ae985600ad7eb1f4c51c8f6884 [Pipeline] echo 22:42:52 GIT_COMMIT: 80c53e719aff91ae985600ad7eb1f4c51c8f6884, Commit Message: Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD [Pipeline] echo 22:42:52 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:42:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:53 22:42:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:42:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:53 latest: Pulling from edgex-devops/git-semver 22:42:53 31603596830f: Pulling fs layer 22:42:53 54011a49482f: Pulling fs layer 22:42:53 a6820b24f6d8: Pulling fs layer 22:42:53 f581987b2513: Pulling fs layer 22:42:53 f581987b2513: Waiting 22:42:53 31603596830f: Verifying Checksum 22:42:53 31603596830f: Download complete 22:42:53 f581987b2513: Download complete 22:42:53 a6820b24f6d8: Verifying Checksum 22:42:53 a6820b24f6d8: Download complete 22:42:54 31603596830f: Pull complete 22:42:54 54011a49482f: Pull complete 22:42:55 a6820b24f6d8: Pull complete 22:42:55 f581987b2513: Pull complete 22:42:55 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 22:42:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:42:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:42:55 prd-centos7-docker-4c-2g-3343 does not seem to be running inside a container 22:42:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-900 -v /w/workspace/dgexfoundry_device-sdk-go_PR-900:/w/workspace/dgexfoundry_device-sdk-go_PR-900:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-900@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-900@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:42:57 $ docker top a99b2bb67ece4c79954acbd38bd03a6b62c838853d96f6326f5b96b0f0caeacb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:42:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:42:57 [ssh-agent] Looking for ssh-agent implementation... 22:42:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:42:58 $ docker exec a99b2bb67ece4c79954acbd38bd03a6b62c838853d96f6326f5b96b0f0caeacb ssh-agent 22:42:58 SSH_AUTH_SOCK=/tmp/ssh-lucF4kIp1MKy/agent.12 22:42:58 SSH_AGENT_PID=18 22:42:58 Running ssh-add (command line suppressed) 22:42:58 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-900@tmp/private_key_7685964020221893190.key (/w/workspace/dgexfoundry_device-sdk-go_PR-900@tmp/private_key_7685964020221893190.key) 22:42:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:42:58 + git tag --points-at HEAD [Pipeline] } 22:42:58 $ docker exec --env ******** --env ******** a99b2bb67ece4c79954acbd38bd03a6b62c838853d96f6326f5b96b0f0caeacb ssh-agent -k 22:42:58 unset SSH_AUTH_SOCK; 22:42:58 unset SSH_AGENT_PID; 22:42:58 echo Agent pid 18 killed; 22:42:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:42:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:42:59 [ssh-agent] Looking for ssh-agent implementation... 22:42:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:42:59 $ docker exec a99b2bb67ece4c79954acbd38bd03a6b62c838853d96f6326f5b96b0f0caeacb ssh-agent 22:42:59 SSH_AUTH_SOCK=/tmp/ssh-N55tlz0pKqeP/agent.46 22:42:59 SSH_AGENT_PID=51 22:42:59 Running ssh-add (command line suppressed) 22:42:59 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-900@tmp/private_key_7109261741082228313.key (/w/workspace/dgexfoundry_device-sdk-go_PR-900@tmp/private_key_7109261741082228313.key) 22:42:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:42:59 + git semver init 22:42:59 # -> Open(): unable to determine branch for HEAD 22:42:59 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-900/.git 22:42:59 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-900 22:42:59 # $SEMVER_REMOTE_NAME = origin 22:42:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:42:59 # $SEMVER_USER_NAME = edgex-jenkins 22:42:59 # $SEMVER_BRANCH = PR-900 22:42:59 # $SEMVER_TEMP = /tmp/semver-634547808 22:42:59 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 22:43:00 # '/tmp/semver-634547808' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-900/.semver' 22:43:00 # -> Force: false 22:43:00 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-900/.semver [Pipeline] } 22:43:00 $ docker exec --env ******** --env ******** a99b2bb67ece4c79954acbd38bd03a6b62c838853d96f6326f5b96b0f0caeacb ssh-agent -k 22:43:00 unset SSH_AUTH_SOCK; 22:43:00 unset SSH_AGENT_PID; 22:43:00 echo Agent pid 51 killed; 22:43:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:43:01 + git semver [Pipeline] } 22:43:01 $ docker stop --time=1 a99b2bb67ece4c79954acbd38bd03a6b62c838853d96f6326f5b96b0f0caeacb 22:43:02 $ docker rm -f a99b2bb67ece4c79954acbd38bd03a6b62c838853d96f6326f5b96b0f0caeacb [Pipeline] // withDockerContainer [Pipeline] sh 22:43:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:43:03 Stashed 1 file(s) [Pipeline] echo 22:43:03 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:43:18 Still waiting to schedule task 22:43:18 ‘prd-centos7-docker-4c-2g-3338’ is offline; ‘prd-centos7-docker-4c-2g-3345’ is offline 22:43:18 Still waiting to schedule task 22:43:18 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:44:25 Running on prd-centos7-docker-4c-2g-3348 in /w/workspace/dgexfoundry_device-sdk-go_PR-900 [Pipeline] { [Pipeline] ws 22:44:25 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 22:44:28 using credential edgex-jenkins-ssh 22:44:28 Cloning the remote Git repository 22:44:28 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:44:28 > git init /w/workspace/device-sdk-go/3 # timeout=10 22:44:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:44:28 > git --version # timeout=10 22:44:28 > git --version # 'git version 2.24.3' 22:44:28 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:29 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit 44e422c5aebbc746276f514c8f0709a2f5b68208 22:44:29 Merge succeeded, producing 8086f12264ffae3447a12717811ecfeac8258d1c 22:44:29 Checking out Revision 8086f12264ffae3447a12717811ecfeac8258d1c (PR-900) 22:44:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:44:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:44:29 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:44:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:44:29 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/900/head:refs/remotes/origin/PR-900 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:44:29 > git config core.sparsecheckout # timeout=10 22:44:29 > git checkout -f 44e422c5aebbc746276f514c8f0709a2f5b68208 # timeout=10 22:44:29 > git remote # timeout=10 22:44:29 > git config --get remote.origin.url # timeout=10 22:44:29 using GIT_SSH to set credentials SSH Credentials for GitHub 22:44:29 > git merge 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 22:44:29 > git rev-parse HEAD^{commit} # timeout=10 22:44:29 > git config core.sparsecheckout # timeout=10 22:44:29 > git checkout -f 8086f12264ffae3447a12717811ecfeac8258d1c # timeout=10 22:44:33 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" 22:44:33 > git rev-list --no-walk 44e422c5aebbc746276f514c8f0709a2f5b68208 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:44:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:44:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:44:35 + sudo service docker restart 22:44:35 + true 22:44:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:44:36 provisioning config files... 22:44:36 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config4901398303980878126tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:37 ---> docker-login.sh 22:44:37 nexus3.edgexfoundry.org:10001 22:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:37 Configure a credential helper to remove this warning. See 22:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:37 22:44:37 Login Succeeded 22:44:37 nexus3.edgexfoundry.org:10002 22:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:37 Configure a credential helper to remove this warning. See 22:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:37 22:44:37 Login Succeeded 22:44:37 nexus3.edgexfoundry.org:10003 22:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:37 Configure a credential helper to remove this warning. See 22:44:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:37 22:44:37 Login Succeeded 22:44:37 nexus3.edgexfoundry.org:10004 22:44:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:38 Configure a credential helper to remove this warning. See 22:44:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:38 22:44:38 Login Succeeded 22:44:38 docker.io 22:44:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:38 Configure a credential helper to remove this warning. See 22:44:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:38 22:44:38 Login Succeeded 22:44:38 ---> docker-login.sh ends [Pipeline] } 22:44:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:44:39 ========================================================= 22:44:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 22:44:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:44:39 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 22:44:39 Sending build context to Docker daemon 2.576MB 22:44:39 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:44:39 Step 2/8 : FROM ${BASE} 22:44:39 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 22:44:39 540db60ca938: Pulling fs layer 22:44:39 adcc1eea9eea: Pulling fs layer 22:44:39 4c4ab2625f07: Pulling fs layer 22:44:39 0510c868ecb4: Pulling fs layer 22:44:39 afea3b2eda06: Pulling fs layer 22:44:39 7809a108b3ef: Pulling fs layer 22:44:39 f706445af74f: Pulling fs layer 22:44:39 afea3b2eda06: Waiting 22:44:39 7809a108b3ef: Waiting 22:44:39 f706445af74f: Waiting 22:44:39 0510c868ecb4: Waiting 22:44:39 4c4ab2625f07: Download complete 22:44:39 adcc1eea9eea: Download complete 22:44:39 afea3b2eda06: Download complete 22:44:39 540db60ca938: Verifying Checksum 22:44:39 540db60ca938: Download complete 22:44:39 7809a108b3ef: Verifying Checksum 22:44:39 7809a108b3ef: Download complete 22:44:40 540db60ca938: Pull complete 22:44:40 adcc1eea9eea: Pull complete 22:44:40 4c4ab2625f07: Pull complete 22:44:41 f706445af74f: Verifying Checksum 22:44:41 f706445af74f: Download complete 22:44:42 0510c868ecb4: Verifying Checksum 22:44:42 0510c868ecb4: Download complete 22:44:47 0510c868ecb4: Pull complete 22:44:48 afea3b2eda06: Pull complete 22:44:48 7809a108b3ef: Pull complete 22:44:56 f706445af74f: Pull complete 22:44:56 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 22:44:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 22:44:56 ---> b068be0155e3 22:44:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:44:56 ---> Running in 16589f9c6bf8 22:44:57 Removing intermediate container 16589f9c6bf8 22:44:57 ---> 19aa0b688b6e 22:44:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:44:57 ---> Running in 09bc650360ae 22:44:58 Removing intermediate container 09bc650360ae 22:44:58 ---> 46740b433d02 22:44:58 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:44:58 ---> Running in 83c9977b8321 22:44:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:45:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:45:01 (1/6) Installing libc-dev (0.7.2-r3) 22:45:01 (2/6) Installing libsodium (1.0.18-r0) 22:45:01 (3/6) Installing pkgconf (1.7.3-r0) 22:45:01 (4/6) Installing libsodium-dev (1.0.18-r0) 22:45:01 (5/6) Installing libzmq (4.3.3-r1) 22:45:01 (6/6) Installing zeromq-dev (4.3.3-r1) 22:45:01 Executing busybox-1.32.1-r6.trigger 22:45:01 OK: 150 MiB in 46 packages 22:45:02 Removing intermediate container 83c9977b8321 22:45:02 ---> f8ff1f8b087a 22:45:02 Step 6/8 : WORKDIR /device-sdk-go 22:45:02 ---> Running in 11b693ee5288 22:45:02 Removing intermediate container 11b693ee5288 22:45:02 ---> ea8a2ca3889b 22:45:02 Step 7/8 : COPY . . 22:45:03 ---> 6427af06d855 22:45:03 Step 8/8 : RUN go mod download 22:45:03 ---> Running in 282338852aca 22:45:30 Removing intermediate container 282338852aca 22:45:30 ---> 444dd8cb180f 22:45:30 Successfully built 444dd8cb180f 22:45:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:45:30 + docker inspect -f . ci-base-image-x86_64 22:45:30 . [Pipeline] withDockerContainer 22:45:31 prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container 22:45:31 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:45:32 $ docker top a174d270719962fed32aa343059cd3e8a4af3eb789465dea39e6234980930919 -eo pid,comm [Pipeline] { [Pipeline] sh 22:45:32 + go version 22:45:32 go version go1.16.3 linux/amd64 [Pipeline] } 22:45:32 $ docker stop --time=1 a174d270719962fed32aa343059cd3e8a4af3eb789465dea39e6234980930919 22:45:34 $ docker rm -f a174d270719962fed32aa343059cd3e8a4af3eb789465dea39e6234980930919 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:45:35 + docker inspect -f . ci-base-image-x86_64 22:45:35 . [Pipeline] withDockerContainer 22:45:35 prd-centos7-docker-4c-2g-3348 does not seem to be running inside a container 22:45:35 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:45:36 $ docker top 6343261eb59c7bc6a913f9f9c7e2f7e1024a398cf42c38d85d69b85efa95b902 -eo pid,comm [Pipeline] { [Pipeline] sh 22:45:37 + go mod tidy [Pipeline] sh 22:45:38 + make test 22:45:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:45:46 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:46:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:46:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:46:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:46:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.088s coverage: 25.4% of statements 22:46:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:46:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.080s coverage: 28.1% of statements 22:46:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.075s coverage: 78.9% of statements 22:46:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3352 in /w/workspace/dgexfoundry_device-sdk-go_PR-900 [Pipeline] { [Pipeline] ws 22:46:13 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 22:46:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.063s coverage: 7.8% of statements 22:46:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:46:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:46:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:46:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.089s coverage: 30.2% of statements 22:46:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:46:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:46:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:46:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.121s coverage: 58.4% of statements 22:46:16 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.246s coverage: 89.2% of statements 22:46:16 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 22:46:17 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.059s coverage: 5.0% of statements 22:46:17 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:46:17 GO111MODULE=on go vet ./... 22:46:19 using credential edgex-jenkins-ssh 22:46:19 Cloning the remote Git repository 22:46:19 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:46:19 > git init /w/workspace/device-sdk-go/3 # timeout=10 22:46:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:46:19 > git --version # timeout=10 22:46:20 > git --version # 'git version 2.17.1' 22:46:20 using GIT_SSH to set credentials SSH Credentials for GitHub 22:46:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:46:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:46:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:46:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:46:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:46:21 using GIT_SSH to set credentials SSH Credentials for GitHub 22:46:22 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit 44e422c5aebbc746276f514c8f0709a2f5b68208 22:46:22 Merge succeeded, producing 938351cb414094d4d310fb158ce503c2d92e5bc8 22:46:22 Checking out Revision 938351cb414094d4d310fb158ce503c2d92e5bc8 (PR-900) 22:46:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/900/head:refs/remotes/origin/PR-900 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:46:22 > git config core.sparsecheckout # timeout=10 22:46:22 > git checkout -f 44e422c5aebbc746276f514c8f0709a2f5b68208 # timeout=10 22:46:22 > git remote # timeout=10 22:46:22 > git config --get remote.origin.url # timeout=10 22:46:22 using GIT_SSH to set credentials SSH Credentials for GitHub 22:46:22 > git merge 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 22:46:22 > git rev-parse HEAD^{commit} # timeout=10 22:46:22 > git config core.sparsecheckout # timeout=10 22:46:22 > git checkout -f 938351cb414094d4d310fb158ce503c2d92e5bc8 # timeout=10 22:46:26 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" 22:46:26 > git rev-list --no-walk 44e422c5aebbc746276f514c8f0709a2f5b68208 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:46:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:46:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:46:29 + sudo service docker restart 22:46:29 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:46:31 provisioning config files... 22:46:31 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config3628726031516741402tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:46:31 ---> docker-login.sh 22:46:31 nexus3.edgexfoundry.org:10001 22:46:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:32 Configure a credential helper to remove this warning. See 22:46:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:32 22:46:32 Login Succeeded 22:46:32 nexus3.edgexfoundry.org:10002 22:46:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:33 Configure a credential helper to remove this warning. See 22:46:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:33 22:46:33 Login Succeeded 22:46:33 nexus3.edgexfoundry.org:10003 22:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:34 Configure a credential helper to remove this warning. See 22:46:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:34 22:46:34 Login Succeeded 22:46:34 nexus3.edgexfoundry.org:10004 22:46:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:34 Configure a credential helper to remove this warning. See 22:46:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:34 22:46:34 Login Succeeded 22:46:34 docker.io 22:46:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:46:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:46:35 Configure a credential helper to remove this warning. See 22:46:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:46:35 22:46:35 Login Succeeded 22:46:35 ---> docker-login.sh ends [Pipeline] } 22:46:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:46:35 ========================================================= 22:46:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 22:46:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:46:36 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 22:46:36 Sending build context to Docker daemon 2.564MB 22:46:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:46:36 Step 2/8 : FROM ${BASE} 22:46:36 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:46:36 595b0fe564bb: Pulling fs layer 22:46:36 7186ed65a4f7: Pulling fs layer 22:46:36 316046926c0a: Pulling fs layer 22:46:36 4ebd0625c992: Pulling fs layer 22:46:36 207e8628e3a3: Pulling fs layer 22:46:36 c791037a9be2: Pulling fs layer 22:46:36 ffd874e62e21: Pulling fs layer 22:46:36 4ebd0625c992: Waiting 22:46:36 207e8628e3a3: Waiting 22:46:36 c791037a9be2: Waiting 22:46:36 ffd874e62e21: Waiting 22:46:36 316046926c0a: Verifying Checksum 22:46:36 316046926c0a: Download complete 22:46:36 7186ed65a4f7: Verifying Checksum 22:46:36 7186ed65a4f7: Download complete 22:46:36 207e8628e3a3: Verifying Checksum 22:46:36 207e8628e3a3: Download complete 22:46:36 c791037a9be2: Verifying Checksum 22:46:36 c791037a9be2: Download complete 22:46:36 595b0fe564bb: Verifying Checksum 22:46:36 595b0fe564bb: Download complete 22:46:37 595b0fe564bb: Pull complete 22:46:38 7186ed65a4f7: Pull complete 22:46:38 316046926c0a: Pull complete 22:46:39 gofmt -l . 22:46:39 [ "`gofmt -l .`" = "" ] 22:46:39 ./bin/test-attribution-txt.sh 22:46:39 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:46:39 $ docker stop --time=1 6343261eb59c7bc6a913f9f9c7e2f7e1024a398cf42c38d85d69b85efa95b902 22:46:39 ffd874e62e21: Verifying Checksum 22:46:39 ffd874e62e21: Download complete 22:46:40 4ebd0625c992: Verifying Checksum 22:46:40 4ebd0625c992: Download complete 22:46:41 $ docker rm -f 6343261eb59c7bc6a913f9f9c7e2f7e1024a398cf42c38d85d69b85efa95b902 [Pipeline] // withDockerContainer [Pipeline] sh 22:46:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:46:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:46:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:46:43 + ls -al . 22:46:43 total 212 22:46:43 drwxrwxr-x. 10 jenkins jenkins 4096 May 6 22:46 . 22:46:43 drwxrwxr-x. 4 jenkins jenkins 28 May 6 22:44 .. 22:46:43 drwxrwxr-x. 2 jenkins jenkins 64 May 6 22:44 bin 22:46:43 -rw-r--r--. 1 jenkins jenkins 125561 May 6 22:46 coverage.out 22:46:43 -rw-rw-r--. 1 jenkins jenkins 987 May 6 22:44 Dockerfile.build 22:46:43 -rw-rw-r--. 1 jenkins jenkins 140 May 6 22:44 .dockerignore 22:46:43 drwxrwxr-x. 5 jenkins jenkins 62 May 6 22:44 example 22:46:43 drwxrwxr-x. 8 jenkins jenkins 179 May 6 22:44 .git 22:46:43 drwxrwxr-x. 2 jenkins jenkins 103 May 6 22:44 .github 22:46:43 -rw-rw-r--. 1 jenkins jenkins 138 May 6 22:44 .gitignore 22:46:43 -rw-r--r--. 1 jenkins jenkins 575 May 6 22:46 go.mod 22:46:43 -rw-r--r--. 1 jenkins jenkins 20957 May 6 22:45 go.sum 22:46:43 drwxrwxr-x. 14 jenkins jenkins 207 May 6 22:44 internal 22:46:43 -rw-rw-r--. 1 jenkins jenkins 901 May 6 22:44 Jenkinsfile 22:46:43 -rw-rw-r--. 1 jenkins jenkins 11341 May 6 22:44 LICENSE 22:46:43 -rw-rw-r--. 1 jenkins jenkins 1022 May 6 22:44 Makefile 22:46:43 drwxrwxr-x. 4 jenkins jenkins 26 May 6 22:44 openapi 22:46:43 drwxrwxr-x. 5 jenkins jenkins 50 May 6 22:44 pkg 22:46:43 -rw-rw-r--. 1 jenkins jenkins 7652 May 6 22:44 README.md 22:46:43 -rw-rw-r--. 1 jenkins jenkins 6616 May 6 22:44 RELEASE-NOTES.txt 22:46:43 drwxrwxr-x. 4 jenkins jenkins 54 May 6 22:44 snap 22:46:43 -rw-rw-r--. 1 jenkins jenkins 5 May 6 22:43 VERSION 22:46:43 -rw-rw-r--. 1 jenkins jenkins 222 May 6 22:44 version.go [Pipeline] isUnix [Pipeline] sh 22:46:43 + 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=80c53e719aff91ae985600ad7eb1f4c51c8f6884 --label arch=amd64 --label version=0.0.0 . 22:46:44 Sending build context to Docker daemon 2.702MB 22:46:44 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:46:44 Step 2/23 : FROM ${BASE} AS builder 22:46:44 ---> 444dd8cb180f 22:46:44 Step 3/23 : WORKDIR /device-sdk-go 22:46:44 ---> Running in e7649f95d6b0 22:46:44 Removing intermediate container e7649f95d6b0 22:46:44 ---> 33127285dd5b 22:46:44 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:46:44 ---> Running in e1ee43d8f5e3 22:46:45 Removing intermediate container e1ee43d8f5e3 22:46:45 ---> 9f62614e2378 22:46:45 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:46:45 ---> Running in 97a7cb701d64 22:46:46 Removing intermediate container 97a7cb701d64 22:46:46 ---> 0dad1182df26 22:46:46 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:46:46 ---> Running in 80bcae483cc8 22:46:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:46:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:46:48 OK: 150 MiB in 46 packages 22:46:48 Removing intermediate container 80bcae483cc8 22:46:48 ---> c5298df62150 22:46:48 Step 7/23 : COPY . . 22:46:50 ---> 1f69408795f3 22:46:50 Step 8/23 : RUN go mod download 22:46:50 ---> Running in c351ef1123d5 22:46:50 4ebd0625c992: Pull complete 22:46:50 207e8628e3a3: Pull complete 22:46:50 c791037a9be2: Pull complete 22:46:51 Removing intermediate container c351ef1123d5 22:46:51 ---> ebfbd2bdf430 22:46:51 Step 9/23 : RUN make build 22:46:51 ---> Running in 99e89a0033e5 22:46:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 22:46:54 ffd874e62e21: Pull complete 22:46:54 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 22:46:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 22:46:54 ---> cfc18b08335c 22:46:54 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:46:57 ---> Running in b233278ca6cf 22:46:57 Removing intermediate container b233278ca6cf 22:46:57 ---> aba5dd8662f5 22:46:57 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:46:57 ---> Running in 175f23ad0c5f 22:46:59 Removing intermediate container 175f23ad0c5f 22:46:59 ---> c6cbd31c03e1 22:46:59 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:47:00 ---> Running in eff512cded0e 22:47:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:47:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:47:03 (1/6) Installing libc-dev (0.7.2-r3) 22:47:03 (2/6) Installing libsodium (1.0.18-r0) 22:47:03 (3/6) Installing pkgconf (1.7.3-r0) 22:47:03 (4/6) Installing libsodium-dev (1.0.18-r0) 22:47:03 (5/6) Installing libzmq (4.3.3-r1) 22:47:03 (6/6) Installing zeromq-dev (4.3.3-r1) 22:47:03 Executing busybox-1.32.1-r6.trigger 22:47:03 OK: 139 MiB in 46 packages 22:47:04 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:47:05 Removing intermediate container eff512cded0e 22:47:05 ---> 3fe0d68c933c 22:47:05 Step 6/8 : WORKDIR /device-sdk-go 22:47:05 ---> Running in 12808de6ae11 22:47:05 Removing intermediate container 12808de6ae11 22:47:05 ---> ae42cdc5d6f5 22:47:05 Step 7/8 : COPY . . 22:47:05 Removing intermediate container 99e89a0033e5 22:47:05 ---> 7df94e4577ab 22:47:05 Step 10/23 : FROM alpine:3.12 22:47:06 3.12: Pulling from library/alpine 22:47:06 339de151aab4: Pulling fs layer 22:47:06 339de151aab4: Verifying Checksum 22:47:06 339de151aab4: Download complete 22:47:06 339de151aab4: Pull complete 22:47:06 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:47:06 Status: Downloaded newer image for alpine:3.12 22:47:06 ---> 13621d1b12d4 22:47:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:47:06 ---> Running in 719c6cade917 22:47:07 ---> 06817097c5be 22:47:07 Step 8/8 : RUN go mod download 22:47:07 Removing intermediate container 719c6cade917 22:47:07 ---> f5b0cef42651 22:47:07 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:07 ---> Running in f20cfbd28567 22:47:07 ---> Running in 34f317b325dc 22:47:08 Removing intermediate container f20cfbd28567 22:47:08 ---> c6fd137cf0bc 22:47:08 Step 13/23 : RUN apk add --update --no-cache zeromq 22:47:08 ---> Running in 3ef700833912 22:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:47:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:47:09 (1/5) Installing libgcc (9.3.0-r2) 22:47:09 (2/5) Installing libsodium (1.0.18-r0) 22:47:10 (3/5) Installing libstdc++ (9.3.0-r2) 22:47:11 (4/5) Installing libzmq (4.3.3-r0) 22:47:11 (5/5) Installing zeromq (4.3.3-r0) 22:47:11 Executing busybox-1.31.1-r20.trigger 22:47:11 OK: 8 MiB in 19 packages 22:47:11 Removing intermediate container 3ef700833912 22:47:11 ---> 212deb49c900 22:47:11 Step 14/23 : WORKDIR / 22:47:11 ---> Running in c293e379ecc2 22:47:12 Removing intermediate container c293e379ecc2 22:47:12 ---> 0ba6f57e0ecd 22:47:12 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:47:12 ---> c833d525c84b 22:47:12 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:47:13 ---> 93cd3811e39d 22:47:13 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:47:13 ---> 423013316dfd 22:47:13 Step 18/23 : EXPOSE 49990 22:47:13 ---> Running in fc07f8348aa2 22:47:13 Removing intermediate container fc07f8348aa2 22:47:13 ---> fc44b42b8ef5 22:47:13 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:47:13 ---> Running in a1fa4e9d1d9d 22:47:13 Removing intermediate container a1fa4e9d1d9d 22:47:13 ---> 8343ff036a86 22:47:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:47:13 ---> Running in aeef6738357a 22:47:14 Removing intermediate container aeef6738357a 22:47:14 ---> 2a1642318ef4 22:47:14 Step 21/23 : LABEL arch=amd64 22:47:14 ---> Running in 61a40addac9b 22:47:14 Removing intermediate container 61a40addac9b 22:47:14 ---> 2700839f6866 22:47:14 Step 22/23 : LABEL git_sha=80c53e719aff91ae985600ad7eb1f4c51c8f6884 22:47:14 ---> Running in ebe4ba4f78ad 22:47:14 Removing intermediate container ebe4ba4f78ad 22:47:14 ---> 760e286eb28e 22:47:14 Step 23/23 : LABEL version=0.0.0 22:47:14 ---> Running in 4d88cb4ac99b 22:47:14 Removing intermediate container 4d88cb4ac99b 22:47:14 ---> a7a86bedf8f8 22:47:14 [Warning] One or more build-args [ARCH MAKE] were not consumed 22:47:14 Successfully built a7a86bedf8f8 22:47:14 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:47:15 ---> job-cost.sh 22:47:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-onti 22:47:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:47:34 Removing intermediate container 34f317b325dc 22:47:34 ---> 7cc9b10b0ad2 22:47:34 Successfully built 7cc9b10b0ad2 22:47:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:47:34 + docker inspect -f . ci-base-image-arm64 22:47:34 . [Pipeline] withDockerContainer 22:47:34 prd-ubuntu18.04-docker-arm64-4c-16g-3352 does not seem to be running inside a container 22:47:34 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:47:36 $ docker top d6da56bf66a3b8ab28fd50b63921bbab5a5adbba5334e0203e9ee068e6b7ce4c -eo pid,comm [Pipeline] { [Pipeline] sh 22:47:37 + go version 22:47:37 go version go1.16.3 linux/arm64 [Pipeline] } 22:47:37 $ docker stop --time=1 d6da56bf66a3b8ab28fd50b63921bbab5a5adbba5334e0203e9ee068e6b7ce4c 22:47:39 $ docker rm -f d6da56bf66a3b8ab28fd50b63921bbab5a5adbba5334e0203e9ee068e6b7ce4c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:47:40 + docker inspect -f . ci-base-image-arm64 22:47:40 . [Pipeline] withDockerContainer 22:47:40 prd-ubuntu18.04-docker-arm64-4c-16g-3352 does not seem to be running inside a container 22:47:40 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:47:42 $ docker top 3b06f90e166eaf88c0ac06af08b7072e73a770f2221d6e51c3e4ac01871a98bd -eo pid,comm [Pipeline] { [Pipeline] sh 22:47:43 + go mod tidy [Pipeline] sh 22:47:44 + make test 22:47:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:48:00 lf-activate-venv(): INFO: Adding /tmp/venv-onti/bin to PATH 22:48:00 INFO: No Stack... 22:48:00 INFO: Retrieving Pricing Info for: v1-standard-2 22:48:00 INFO: Archiving Costs [Pipeline] sh 22:48:01 + cut -d, -f6 22:48:01 + cat /w/workspace/device-sdk-go/3/archives/cost.csv [Pipeline] lock 22:48:01 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-900-3-stack-cost] 22:48:01 Resource [jenkins-edgexfoundry-device-sdk-go-PR-900-3-stack-cost] did not exist. Created. 22:48:01 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-900-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:48:01 + echo total: 0.029999999329447746 [Pipeline] stash 22:48:01 Stashed 1 file(s) [Pipeline] } 22:48:01 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-900-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:48:11 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:49:19 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:49:19 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:49:19 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:49:31 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.200s coverage: 25.4% of statements 22:49:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:49:31 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.157s coverage: 28.1% of statements 22:49:31 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.212s coverage: 78.9% of statements 22:49:31 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.245s coverage: 7.8% of statements 22:49:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:49:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:49:31 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:49:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.292s coverage: 30.2% of statements 22:49:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:49:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:49:35 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:49:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.374s coverage: 58.4% of statements 22:49:37 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.295s coverage: 89.2% of statements 22:49:37 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 22:49:38 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.159s coverage: 5.0% of statements 22:49:38 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:49:38 GO111MODULE=on go vet ./... 22:50:35 gofmt -l . 22:50:35 [ "`gofmt -l .`" = "" ] 22:50:35 ./bin/test-attribution-txt.sh 22:50:36 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:50:37 $ docker stop --time=1 3b06f90e166eaf88c0ac06af08b7072e73a770f2221d6e51c3e4ac01871a98bd 22:50:39 $ docker rm -f 3b06f90e166eaf88c0ac06af08b7072e73a770f2221d6e51c3e4ac01871a98bd [Pipeline] // withDockerContainer [Pipeline] sh 22:50:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:50:40 Warning: overwriting stash ‘coverage-report’ 22:50:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:50:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:50:42 + ls -al . 22:50:42 total 248 22:50:42 drwxrwxr-x 10 jenkins jenkins 4096 May 6 22:50 . 22:50:42 drwxrwxr-x 4 jenkins jenkins 4096 May 6 22:46 .. 22:50:42 -rw-rw-r-- 1 jenkins jenkins 140 May 6 22:46 .dockerignore 22:50:42 drwxrwxr-x 8 jenkins jenkins 4096 May 6 22:46 .git 22:50:42 drwxrwxr-x 2 jenkins jenkins 4096 May 6 22:46 .github 22:50:42 -rw-rw-r-- 1 jenkins jenkins 138 May 6 22:46 .gitignore 22:50:42 -rw-rw-r-- 1 jenkins jenkins 987 May 6 22:46 Dockerfile.build 22:50:42 -rw-rw-r-- 1 jenkins jenkins 901 May 6 22:46 Jenkinsfile 22:50:42 -rw-rw-r-- 1 jenkins jenkins 11341 May 6 22:46 LICENSE 22:50:42 -rw-rw-r-- 1 jenkins jenkins 1022 May 6 22:46 Makefile 22:50:42 -rw-rw-r-- 1 jenkins jenkins 7652 May 6 22:46 README.md 22:50:42 -rw-rw-r-- 1 jenkins jenkins 6616 May 6 22:46 RELEASE-NOTES.txt 22:50:42 -rw-rw-r-- 1 jenkins jenkins 5 May 6 22:43 VERSION 22:50:42 drwxrwxr-x 2 jenkins jenkins 4096 May 6 22:46 bin 22:50:42 -rw-r--r-- 1 jenkins jenkins 125561 May 6 22:49 coverage.out 22:50:42 drwxrwxr-x 5 jenkins jenkins 4096 May 6 22:46 example 22:50:42 -rw-r--r-- 1 jenkins jenkins 575 May 6 22:50 go.mod 22:50:42 -rw-r--r-- 1 jenkins jenkins 20957 May 6 22:47 go.sum 22:50:42 drwxrwxr-x 14 jenkins jenkins 4096 May 6 22:46 internal 22:50:42 drwxrwxr-x 4 jenkins jenkins 4096 May 6 22:46 openapi 22:50:42 drwxrwxr-x 5 jenkins jenkins 4096 May 6 22:46 pkg 22:50:42 drwxrwxr-x 4 jenkins jenkins 4096 May 6 22:46 snap 22:50:42 -rw-rw-r-- 1 jenkins jenkins 222 May 6 22:46 version.go [Pipeline] isUnix [Pipeline] sh 22:50:42 + 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=80c53e719aff91ae985600ad7eb1f4c51c8f6884 --label arch=arm64 --label version=0.0.0 . 22:50:43 Sending build context to Docker daemon 2.69MB 22:50:43 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:50:43 Step 2/23 : FROM ${BASE} AS builder 22:50:43 ---> 7cc9b10b0ad2 22:50:43 Step 3/23 : WORKDIR /device-sdk-go 22:50:43 ---> Running in 75015289b854 22:50:44 Removing intermediate container 75015289b854 22:50:44 ---> d64fe9392176 22:50:44 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:50:44 ---> Running in c05a56b8afa0 22:50:44 Removing intermediate container c05a56b8afa0 22:50:44 ---> a8652685a741 22:50:44 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:44 ---> Running in 29b622c43a9a 22:50:46 Removing intermediate container 29b622c43a9a 22:50:46 ---> fc2f271f8192 22:50:46 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:50:46 ---> Running in 3604fea1434b 22:50:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:50:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:50:49 OK: 139 MiB in 46 packages 22:50:50 Removing intermediate container 3604fea1434b 22:50:50 ---> 33c06ee427c2 22:50:50 Step 7/23 : COPY . . 22:50:52 ---> 9d44360bde92 22:50:52 Step 8/23 : RUN go mod download 22:50:52 ---> Running in ffac97fb70b8 22:50:54 Removing intermediate container ffac97fb70b8 22:50:54 ---> 95b7ecfdf8bb 22:50:54 Step 9/23 : RUN make build 22:50:54 ---> Running in 5c154cd5f3b5 22:50:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 22:51:28 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:51:30 Removing intermediate container 5c154cd5f3b5 22:51:30 ---> 3c82290d4671 22:51:30 Step 10/23 : FROM alpine:3.12 22:51:31 3.12: Pulling from library/alpine 22:51:31 d2f70382dc9a: Pulling fs layer 22:51:31 d2f70382dc9a: Verifying Checksum 22:51:31 d2f70382dc9a: Download complete 22:51:32 d2f70382dc9a: Pull complete 22:51:32 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:51:32 Status: Downloaded newer image for alpine:3.12 22:51:32 ---> 9852663dfa18 22:51:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:51:32 ---> Running in b74e123dc6ec 22:51:32 Removing intermediate container b74e123dc6ec 22:51:32 ---> 9e13e7b9987c 22:51:32 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:51:32 ---> Running in 331162e6cd62 22:51:34 Removing intermediate container 331162e6cd62 22:51:34 ---> c7ebdc3f480f 22:51:34 Step 13/23 : RUN apk add --update --no-cache zeromq 22:51:35 ---> Running in 5336a8563bdf 22:51:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:51:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:51:37 (1/5) Installing libgcc (9.3.0-r2) 22:51:37 (2/5) Installing libsodium (1.0.18-r0) 22:51:37 (3/5) Installing libstdc++ (9.3.0-r2) 22:51:37 (4/5) Installing libzmq (4.3.3-r0) 22:51:38 (5/5) Installing zeromq (4.3.3-r0) 22:51:38 Executing busybox-1.31.1-r20.trigger 22:51:38 OK: 8 MiB in 19 packages 22:51:39 Removing intermediate container 5336a8563bdf 22:51:39 ---> d2e2400c895d 22:51:39 Step 14/23 : WORKDIR / 22:51:39 ---> Running in 15f784cffc64 22:51:40 Removing intermediate container 15f784cffc64 22:51:40 ---> 31b56d469302 22:51:40 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:51:40 ---> b638915e1244 22:51:40 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:51:41 ---> e1ec9de3d835 22:51:41 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:51:42 ---> 34a5a423645d 22:51:42 Step 18/23 : EXPOSE 49990 22:51:42 ---> Running in e06c86ca1933 22:51:43 Removing intermediate container e06c86ca1933 22:51:43 ---> ffb1637f07ef 22:51:43 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:51:43 ---> Running in 45d645e6a933 22:51:43 Removing intermediate container 45d645e6a933 22:51:43 ---> 00583e6f1b66 22:51:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:51:43 ---> Running in f0a4d5c03e81 22:51:44 Removing intermediate container f0a4d5c03e81 22:51:44 ---> fc9f7f06c651 22:51:44 Step 21/23 : LABEL arch=arm64 22:51:44 ---> Running in 4aa64e697aa3 22:51:44 Removing intermediate container 4aa64e697aa3 22:51:44 ---> 3c0ce7a70faf 22:51:44 Step 22/23 : LABEL git_sha=80c53e719aff91ae985600ad7eb1f4c51c8f6884 22:51:44 ---> Running in 68faa2557025 22:51:45 Removing intermediate container 68faa2557025 22:51:45 ---> b77ee53e0d9a 22:51:45 Step 23/23 : LABEL version=0.0.0 22:51:45 ---> Running in baa65da3bafe 22:51:46 Removing intermediate container baa65da3bafe 22:51:46 ---> 98a5a61a8e58 22:51:46 [Warning] One or more build-args [MAKE ARCH] were not consumed 22:51:46 Successfully built 98a5a61a8e58 22:51:46 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:51:46 ---> job-cost.sh 22:51:46 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BphA 22:52:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:53:55 lf-activate-venv(): INFO: Adding /tmp/venv-BphA/bin to PATH 22:53:55 INFO: No Stack... 22:53:55 INFO: Retrieving Pricing Info for: lf-standard-4 22:53:55 INFO: Archiving Costs [Pipeline] sh 22:53:55 + cat /w/workspace/device-sdk-go/3/archives/cost.csv 22:53:55 + cut -d, -f6 [Pipeline] lock 22:53:55 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-900-3-stack-cost] 22:53:55 Resource [jenkins-edgexfoundry-device-sdk-go-PR-900-3-stack-cost] did not exist. Created. 22:53:55 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-900-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:53:56 /w/workspace/device-sdk-go/3@tmp/durable-7c18ed38/script.sh: 1: /w/workspace/device-sdk-go/3@tmp/durable-7c18ed38/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:53:56 + echo total: 0.20999999344348907 [Pipeline] stash 22:53:56 Warning: overwriting stash ‘stack-cost’ 22:53:56 Stashed 1 file(s) [Pipeline] } 22:53:56 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-900-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 22:53:57 provisioning config files... 22:53:57 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-900@tmp/config3961981486052828886tmp [Pipeline] { [Pipeline] sh 22:53:57 + set +x 22:53:57 + curl -s https://codecov.io/bash 22:53:57 + bash -s -- 22:53:57 22:53:57 _____ _ 22:53:57 / ____| | | 22:53:57 | | ___ __| | ___ ___ _____ __ 22:53:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:53:57 | |___| (_) | (_| | __/ (_| (_) \ V / 22:53:57 \_____\___/ \__,_|\___|\___\___/ \_/ 22:53:57 Bash-1.0.2 22:53:57 22:53:57 22:53:57 ==> git version 2.24.3 found 22:53:57 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:53:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:53:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:53:57 ==> Jenkins CI detected. 22:53:57 project root: . 22:53:57 --> token set from env 22:53:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:53:57 ==> Running gcov in . (disable via -X gcov) 22:53:57 ==> Python coveragepy not found 22:53:57 ==> Searching for coverage reports in: 22:53:57 + . 22:53:57 -> Found 1 reports 22:53:57 ==> Detecting git/mercurial file structure 22:53:57 ==> Reading reports 22:53:57 + ./coverage.out bytes=125561 22:53:57 ==> Appending adjustments 22:53:57 https://docs.codecov.io/docs/fixing-reports 22:53:58 + Found adjustments 22:53:58 ==> Gzipping contents 22:53:58 16K /tmp/codecov.5xSUCK.gz 22:53:58 ==> Uploading reports 22:53:58 url: https://codecov.io 22:53:58 query: branch=PR-900&commit=80c53e719aff91ae985600ad7eb1f4c51c8f6884&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-900%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=900&job=&cmd_args= 22:53:58 -> Pinging Codecov 22:53:58 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-900&commit=80c53e719aff91ae985600ad7eb1f4c51c8f6884&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-900%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=900&job=&cmd_args= 22:53:58 -> Uploading to 22:53:58 https://storage.googleapis.com/codecov/v4/raw/2021-05-06/7E55EF52A471D76F132DFD9A03CDDE97/80c53e719aff91ae985600ad7eb1f4c51c8f6884/e5a954a0-ec13-41af-b776-e32868a0b7cc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T225358Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=78ef2e0623f799bab310dbc275f5f46d70efdc2bbd84d91f18e709037bb4c9bd 22:53:58 % Total % Received % Xferd Average Speed Time Time Time Current 22:53:58 Dload Upload Total Spent Left Speed 22:53:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16362 0 0 100 16362 0 41110 --:--:-- --:--:-- --:--:-- 41110 22:53:59 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/80c53e719aff91ae985600ad7eb1f4c51c8f6884 [Pipeline] } 22:53:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:54:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:54:00 ---> package-listing.sh 22:54:00 ++ facter osfamily 22:54:00 ++ tr '[:upper:]' '[:lower:]' 22:54:00 + OS_FAMILY=redhat 22:54:00 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-900 22:54:00 + START_PACKAGES=/tmp/packages_start.txt 22:54:00 + END_PACKAGES=/tmp/packages_end.txt 22:54:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:54:00 + PACKAGES=/tmp/packages_start.txt 22:54:00 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-900 ']' 22:54:00 + PACKAGES=/tmp/packages_end.txt 22:54:00 + case "${OS_FAMILY}" in 22:54:00 + rpm -qa 22:54:00 + sort 22:54:06 + '[' -f /tmp/packages_start.txt ']' 22:54:06 + '[' -f /tmp/packages_end.txt ']' 22:54:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:54:06 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-900 ']' 22:54:06 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-900/archives/ 22:54:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-900/archives/ [Pipeline] echo 22:54:06 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-900/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:54:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:54:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:54:06 22:54:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:54:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:54:06 alpine: Pulling from edgex-lftools-log-publisher 22:54:06 df20fa9351a1: Pulling fs layer 22:54:06 36b3adc4ff6f: Pulling fs layer 22:54:06 8ad3a11d3b57: Pulling fs layer 22:54:06 46f8f816bc3b: Pulling fs layer 22:54:06 93b61091891f: Pulling fs layer 22:54:06 93b9cdb0e59b: Pulling fs layer 22:54:06 5e14af77c1be: Pulling fs layer 22:54:06 01666e4c0597: Pulling fs layer 22:54:06 aa168da1d23b: Pulling fs layer 22:54:06 93b9cdb0e59b: Waiting 22:54:06 5e14af77c1be: Waiting 22:54:06 01666e4c0597: Waiting 22:54:06 aa168da1d23b: Waiting 22:54:06 46f8f816bc3b: Waiting 22:54:06 93b61091891f: Waiting 22:54:06 36b3adc4ff6f: Verifying Checksum 22:54:06 36b3adc4ff6f: Download complete 22:54:06 46f8f816bc3b: Verifying Checksum 22:54:06 46f8f816bc3b: Download complete 22:54:06 df20fa9351a1: Verifying Checksum 22:54:06 df20fa9351a1: Download complete 22:54:07 93b9cdb0e59b: Verifying Checksum 22:54:07 93b9cdb0e59b: Download complete 22:54:07 5e14af77c1be: Verifying Checksum 22:54:07 5e14af77c1be: Download complete 22:54:07 93b61091891f: Download complete 22:54:07 01666e4c0597: Verifying Checksum 22:54:07 01666e4c0597: Download complete 22:54:07 8ad3a11d3b57: Download complete 22:54:07 df20fa9351a1: Pull complete 22:54:07 36b3adc4ff6f: Pull complete 22:54:08 8ad3a11d3b57: Pull complete 22:54:09 46f8f816bc3b: Pull complete 22:54:09 aa168da1d23b: Verifying Checksum 22:54:09 aa168da1d23b: Download complete 22:54:09 93b61091891f: Pull complete 22:54:09 93b9cdb0e59b: Pull complete 22:54:09 5e14af77c1be: Pull complete 22:54:09 01666e4c0597: Pull complete 22:54:18 aa168da1d23b: Pull complete 22:54:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:54:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:54:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:54:18 prd-centos7-docker-4c-2g-3343 does not seem to be running inside a container 22:54:18 $ 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-900/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-900 -v /w/workspace/dgexfoundry_device-sdk-go_PR-900:/w/workspace/dgexfoundry_device-sdk-go_PR-900:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-900@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-900@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:54:21 $ docker top 55c8103632f9239be7eac6196eaa5068de05d207af862bc0535a695afb356163 -eo pid,comm [Pipeline] { [Pipeline] sh 22:54:22 + touch /tmp/pre-build-complete [Pipeline] sh 22:54:22 + mkdir -p /var/log/sa [Pipeline] sh 22:54:22 + ls /var/log/sa-host 22:54:22 + sadf -c /var/log/sa-host/sa06 22:54:22 file_magic: OK 22:54:22 HZ: Using current value: 100 22:54:22 file_header: OK 22:54:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:54:22 Statistics: 22:54:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:54:22 File successfully converted to sysstat format version 12.2.1 22:54:22 + sadf -c /var/log/sa-host/sa23 22:54:22 file_magic: OK 22:54:22 HZ: Using current value: 100 22:54:22 file_header: OK 22:54:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:54:22 Statistics: 22:54:22 Hnuu...uuuununununu... 22:54:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:54:22 provisioning config files... 22:54:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-900@tmp/config4910687055147344629tmp [Pipeline] { [Pipeline] echo 22:54:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:54:23 ---> create-netrc.sh [Pipeline] } 22:54:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:54:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:54:23 ---> python-tools-install.sh [Pipeline] echo 22:54:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:54:23 ---> sudo-logs.sh 22:54:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:54:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:54:24 ---> job-cost.sh 22:54:24 lf-activate-venv: SKIPPING 22:54:24 DEBUG: total: 0.20999999344348907 22:54:24 INFO: Retrieving Stack Cost... 22:54:25 INFO: Retrieving Pricing Info for: v1-standard-2 22:54:25 INFO: Archiving Costs [Pipeline] echo 22:54:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:54:26 ---> logs-deploy.sh 22:54:26 lf-activate-venv: SKIPPING 22:54:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-900/3 22:54:26 INFO: archiving workspace using pattern(s): 22:54:28 Archives upload complete. 22:54:28 INFO: archiving logs to Nexus 22:54:29 ---> uname -a: 22:54:29 Linux prd-centos7-docker-4c-2g-3343.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:54:29 22:54:29 22:54:29 ---> lscpu: 22:54:29 Architecture: x86_64 22:54:29 CPU op-mode(s): 32-bit, 64-bit 22:54:29 Byte Order: Little Endian 22:54:29 Address sizes: 40 bits physical, 48 bits virtual 22:54:29 CPU(s): 4 22:54:29 On-line CPU(s) list: 0-3 22:54:29 Thread(s) per core: 1 22:54:29 Core(s) per socket: 1 22:54:29 Socket(s): 4 22:54:29 NUMA node(s): 1 22:54:29 Vendor ID: GenuineIntel 22:54:29 CPU family: 6 22:54:29 Model: 44 22:54:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:54:29 Stepping: 1 22:54:29 CPU MHz: 2933.438 22:54:29 BogoMIPS: 5866.87 22:54:29 Virtualization: VT-x 22:54:29 Hypervisor vendor: KVM 22:54:29 Virtualization type: full 22:54:29 L1d cache: 128 KiB 22:54:29 L1i cache: 128 KiB 22:54:29 L2 cache: 16 MiB 22:54:29 L3 cache: 64 MiB 22:54:29 NUMA node0 CPU(s): 0-3 22:54:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:54:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:54:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:54:29 Vulnerability Meltdown: Mitigation; PTI 22:54:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:54:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:54:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:54:29 Vulnerability Srbds: Not affected 22:54:29 Vulnerability Tsx async abort: Not affected 22:54:29 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:54:29 22:54:29 22:54:29 ---> nproc: 22:54:29 4 22:54:29 22:54:29 22:54:29 ---> df -h: 22:54:29 Filesystem Size Used Available Use% Mounted on 22:54:29 overlay 50.0G 7.3G 42.7G 15% / 22:54:29 tmpfs 64.0M 0 64.0M 0% /dev 22:54:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:54:29 shm 64.0M 0 64.0M 0% /dev/shm 22:54:29 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:54:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:54:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:54:29 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:54:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-900 22:54:29 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-900@tmp 22:54:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:54:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:54:29 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:54:29 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:54:29 22:54:29 22:54:29 ---> free -m: 22:54:29 total used free shared buff/cache available 22:54:29 Mem: 1837 703 104 0 1029 1029 22:54:29 Swap: 1023 0 1023 22:54:29 22:54:29 22:54:29 ---> ip addr: 22:54:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:54:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:54:29 inet 127.0.0.1/8 scope host lo 22:54:29 valid_lft forever preferred_lft forever 22:54:29 inet6 ::1/128 scope host 22:54:29 valid_lft forever preferred_lft forever 22:54:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:54:29 link/ether fa:16:3e:ae:87:19 brd ff:ff:ff:ff:ff:ff 22:54:29 inet 10.30.122.72/23 brd 10.30.123.255 scope global dynamic eth0 22:54:29 valid_lft 85665sec preferred_lft 85665sec 22:54:29 inet6 fe80::f816:3eff:feae:8719/64 scope link 22:54:29 valid_lft forever preferred_lft forever 22:54:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:54:29 link/ether 02:42:4f:ee:b9:52 brd ff:ff:ff:ff:ff:ff 22:54:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:54:29 valid_lft forever preferred_lft forever 22:54:29 inet6 fe80::42:4fff:feee:b952/64 scope link 22:54:29 valid_lft forever preferred_lft forever 22:54:29 22:54:29 22:54:29 ---> sar -b -r -n DEV: 22:54:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) 22:54:29 22:54:29 22:42:00 LINUX RESTART (4 CPU) 22:54:29 22:54:29 22:43:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:54:29 22:44:01 6.37 0.39 5.98 0.00 32.51 200.07 0.00 22:54:29 22:45:01 0.38 0.00 0.38 0.00 0.00 6.83 0.00 22:54:29 22:46:01 0.22 0.00 0.22 0.00 0.00 3.38 0.00 22:54:29 22:47:01 0.20 0.00 0.20 0.00 0.00 2.45 0.00 22:54:29 22:48:01 0.30 0.00 0.30 0.00 0.00 4.73 0.00 22:54:29 22:49:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 22:54:29 22:50:01 0.33 0.00 0.33 0.00 0.00 5.16 0.00 22:54:29 22:51:01 0.27 0.00 0.27 0.00 0.00 4.16 0.00 22:54:29 22:52:01 0.25 0.00 0.25 0.00 0.00 3.35 0.00 22:54:29 22:53:01 0.33 0.00 0.33 0.00 0.00 5.18 0.00 22:54:29 22:54:02 15.60 15.25 0.35 0.00 2362.31 6.59 0.00 22:54:29 Average: 2.22 1.42 0.80 0.00 218.04 21.98 0.00 22:54:29 22:54:29 22:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:54:29 22:44:01 129336 0 597076 31.73 2620 1152512 1101376 37.59 418980 1133692 36 22:54:29 22:45:01 128016 0 598448 31.81 2620 1152460 1096396 37.42 421248 1133216 20 22:54:29 22:46:01 123620 0 602836 32.04 2620 1152468 1106728 37.77 423636 1134932 20 22:54:29 22:47:01 122844 0 603612 32.08 2620 1152468 1106852 37.78 424096 1134932 8 22:54:29 22:48:01 124560 0 601888 31.99 2620 1152476 1106672 37.77 422940 1134728 16 22:54:29 22:49:01 125892 0 600552 31.92 2620 1152480 1098436 37.49 422556 1134352 12 22:54:29 22:50:01 126080 0 600360 31.91 2620 1152484 1098412 37.49 422340 1134352 12 22:54:29 22:51:01 125700 0 600736 31.93 2620 1152488 1098400 37.49 422268 1134352 8 22:54:29 22:52:01 125612 0 600820 31.93 2620 1152492 1097396 37.45 422428 1134352 12 22:54:29 22:53:01 125964 0 600460 31.91 2620 1152500 1096356 37.42 422304 1134328 16 22:54:29 22:54:02 73600 0 624008 33.16 2620 1181316 1132588 38.65 442064 1165896 236 22:54:29 Average: 121020 0 602800 32.04 2620 1155104 1103601 37.66 424078 1137194 36 22:54:29 22:54:29 22:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:54:29 22:44:01 eth0 11.72 5.71 10.08 2.72 0.00 0.00 0.00 0.00 22:54:29 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:45:01 eth0 3.56 0.88 0.98 0.59 0.00 0.00 0.00 0.00 22:54:29 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:46:01 eth0 5.19 3.30 1.20 15.15 0.00 0.00 0.00 0.00 22:54:29 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:47:01 eth0 6.48 4.68 0.91 10.94 0.00 0.00 0.00 0.00 22:54:29 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:48:01 eth0 2.88 1.00 1.12 0.66 0.00 0.00 0.00 0.00 22:54:29 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:49:01 eth0 3.90 1.00 1.25 0.75 0.00 0.00 0.00 0.00 22:54:29 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:50:01 eth0 4.50 0.88 1.09 0.60 0.00 0.00 0.00 0.00 22:54:29 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:51:01 eth0 4.91 0.93 1.17 0.64 0.00 0.00 0.00 0.00 22:54:29 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:52:01 eth0 4.16 1.02 1.07 0.62 0.00 0.00 0.00 0.00 22:54:29 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:53:01 eth0 1.60 0.87 0.94 0.62 0.00 0.00 0.00 0.00 22:54:29 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:54:02 eth0 9.07 5.66 8.71 3.31 0.00 0.00 0.00 0.00 22:54:29 22:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 Average: eth0 5.26 2.35 2.58 3.33 0.00 0.00 0.00 0.00 22:54:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:54:29 22:54:29 22:54:29 ---> sar -P ALL: 22:54:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/06/21 _x86_64_ (4 CPU) 22:54:29 22:54:29 22:42:00 LINUX RESTART (4 CPU) 22:54:29 22:54:29 22:43:02 CPU %user %nice %system %iowait %steal %idle 22:54:29 22:44:01 all 0.41 0.00 0.19 0.03 0.02 99.36 22:54:29 22:44:01 0 0.78 0.00 0.24 0.03 0.00 98.95 22:54:29 22:44:01 1 0.20 0.00 0.20 0.00 0.03 99.56 22:54:29 22:44:01 2 0.29 0.00 0.17 0.02 0.00 99.53 22:54:29 22:44:01 3 0.37 0.00 0.15 0.05 0.03 99.39 22:54:29 22:45:01 all 0.18 0.00 0.05 0.00 0.05 99.72 22:54:29 22:45:01 0 0.48 0.00 0.05 0.00 0.05 99.42 22:54:29 22:45:01 1 0.08 0.00 0.07 0.00 0.08 99.77 22:54:29 22:45:01 2 0.05 0.00 0.03 0.00 0.02 99.90 22:54:29 22:45:01 3 0.12 0.00 0.03 0.00 0.05 99.80 22:54:29 22:46:01 all 0.26 0.00 0.11 0.00 0.12 99.50 22:54:29 22:46:01 0 0.40 0.00 0.13 0.00 0.13 99.33 22:54:29 22:46:01 1 0.15 0.00 0.15 0.00 0.18 99.52 22:54:29 22:46:01 2 0.30 0.00 0.12 0.00 0.05 99.53 22:54:29 22:46:01 3 0.20 0.00 0.05 0.00 0.13 99.62 22:54:29 22:47:01 all 0.27 0.00 0.09 0.00 0.02 99.62 22:54:29 22:47:01 0 0.07 0.00 0.07 0.00 0.03 99.83 22:54:29 22:47:01 1 0.57 0.00 0.10 0.00 0.02 99.32 22:54:29 22:47:01 2 0.18 0.00 0.10 0.00 0.00 99.72 22:54:29 22:47:01 3 0.28 0.00 0.08 0.00 0.03 99.60 22:54:29 22:48:01 all 0.18 0.00 0.09 0.00 0.01 99.72 22:54:29 22:48:01 0 0.05 0.00 0.07 0.00 0.02 99.87 22:54:29 22:48:01 1 0.52 0.00 0.10 0.00 0.02 99.37 22:54:29 22:48:01 2 0.10 0.00 0.15 0.00 0.00 99.75 22:54:29 22:48:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:54:29 22:49:01 all 0.10 0.00 0.05 0.00 0.03 99.82 22:54:29 22:49:01 0 0.02 0.00 0.03 0.00 0.02 99.93 22:54:29 22:49:01 1 0.28 0.00 0.07 0.00 0.03 99.62 22:54:29 22:49:01 2 0.03 0.00 0.03 0.00 0.02 99.92 22:54:29 22:49:01 3 0.07 0.00 0.07 0.00 0.03 99.83 22:54:29 22:50:01 all 0.16 0.00 0.04 0.00 0.01 99.80 22:54:29 22:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:54:29 22:50:01 1 0.52 0.00 0.02 0.00 0.03 99.43 22:54:29 22:50:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:54:29 22:50:01 3 0.07 0.00 0.07 0.00 0.00 99.87 22:54:29 22:51:01 all 0.15 0.00 0.03 0.00 0.03 99.79 22:54:29 22:51:01 0 0.03 0.00 0.02 0.00 0.02 99.93 22:54:29 22:51:01 1 0.50 0.00 0.02 0.00 0.05 99.43 22:54:29 22:51:01 2 0.05 0.00 0.03 0.00 0.03 99.88 22:54:29 22:51:01 3 0.03 0.00 0.03 0.00 0.03 99.90 22:54:29 22:52:01 all 0.17 0.00 0.04 0.00 0.02 99.77 22:54:29 22:52:01 0 0.05 0.00 0.03 0.00 0.02 99.90 22:54:29 22:52:01 1 0.52 0.00 0.05 0.00 0.02 99.42 22:54:29 22:52:01 2 0.08 0.00 0.05 0.00 0.03 99.83 22:54:29 22:52:01 3 0.05 0.00 0.02 0.00 0.00 99.93 22:54:29 22:53:01 all 0.15 0.00 0.05 0.00 0.00 99.79 22:54:29 22:53:01 0 0.03 0.00 0.03 0.00 0.02 99.92 22:54:29 22:53:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:54:29 22:53:01 2 0.53 0.00 0.08 0.00 0.00 99.38 22:54:29 22:53:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:54:29 22:54:02 all 0.75 0.00 0.45 0.36 0.01 98.44 22:54:29 22:54:02 0 0.93 0.00 0.63 0.47 0.02 97.95 22:54:29 22:54:02 1 0.80 0.00 0.62 0.43 0.00 98.15 22:54:29 22:54:02 2 1.02 0.00 0.33 0.22 0.00 98.43 22:54:29 22:54:02 3 0.23 0.00 0.20 0.32 0.02 99.23 22:54:29 22:54:29 Average: CPU %user %nice %system %iowait %steal %idle 22:54:29 Average: all 0.25 0.00 0.11 0.03 0.03 99.58 22:54:29 Average: 0 0.26 0.00 0.12 0.05 0.03 99.54 22:54:29 Average: 1 0.38 0.00 0.13 0.04 0.04 99.41 22:54:29 Average: 2 0.24 0.00 0.10 0.02 0.01 99.62 22:54:29 Average: 3 0.14 0.00 0.07 0.03 0.03 99.73 22:54:29 22:54:29 22:54:29