Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+70dff52b8df9807f5114cad14836e8310fd11d9c (da506c8b3a2f1f81cab1e40721972cfd7fbc661b) 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: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: 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-3344 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 8900d2ec7da814012faf0094bf31f898361a3aca Checking out Revision 8900d2ec7da814012faf0094bf31f898361a3aca (PR-725) > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8900d2ec7da814012faf0094bf31f898361a3aca # timeout=10 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:43:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:43:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:43:15 ========================================================= 22:43:15 EdgeX Global Pipelines Version Info 22:43:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2c4eb43e9d1b624285ed560293ea7378e1c86003 # timeout=10 22:43:17 ------------------- 22:43:17 stable info: 22:43:17 ------------------- 22:43:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:43:17 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 22:43:17 Message: update stable to v1.0.191 22:43:18 ------------------- 22:43:18 experimental info: 22:43:18 ------------------- 22:43:18 Commited By: **** collab-it+edgex@linuxfoundation.org 22:43:18 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 22:43:18 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8900d2ec7da814012faf0094bf31f898361a3aca [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8900d2e [Pipeline] echo 22:43:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:43:19 provisioning config files... 22:43:19 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config3524253382808518047tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:43:20 ---> docker-login.sh 22:43:20 nexus3.edgexfoundry.org:10001 22:43:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:20 Configure a credential helper to remove this warning. See 22:43:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:20 22:43:20 Login Succeeded 22:43:20 nexus3.edgexfoundry.org:10002 22:43:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:20 Configure a credential helper to remove this warning. See 22:43:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:20 22:43:20 Login Succeeded 22:43:20 nexus3.edgexfoundry.org:10003 22:43:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:21 Configure a credential helper to remove this warning. See 22:43:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:21 22:43:21 Login Succeeded 22:43:21 nexus3.edgexfoundry.org:10004 22:43:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:21 Configure a credential helper to remove this warning. See 22:43:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:21 22:43:21 Login Succeeded 22:43:21 docker.io 22:43:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:43:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:43:21 Configure a credential helper to remove this warning. See 22:43:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:43:21 22:43:21 Login Succeeded 22:43:21 ---> docker-login.sh ends [Pipeline] } 22:43:21 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:43:22 + git log --format=format:%s -1 8900d2ec7da814012faf0094bf31f898361a3aca [Pipeline] echo 22:43:22 GIT_COMMIT: 8900d2ec7da814012faf0094bf31f898361a3aca, Commit Message: Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD [Pipeline] echo 22:43:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:43:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:23 22:43:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:43:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:23 latest: Pulling from edgex-devops/git-semver 22:43:23 31603596830f: Pulling fs layer 22:43:23 54011a49482f: Pulling fs layer 22:43:23 a6820b24f6d8: Pulling fs layer 22:43:23 f581987b2513: Pulling fs layer 22:43:23 f581987b2513: Waiting 22:43:23 54011a49482f: Verifying Checksum 22:43:23 54011a49482f: Download complete 22:43:23 31603596830f: Verifying Checksum 22:43:23 31603596830f: Download complete 22:43:23 f581987b2513: Verifying Checksum 22:43:23 f581987b2513: Download complete 22:43:23 a6820b24f6d8: Download complete 22:43:23 31603596830f: Pull complete 22:43:23 54011a49482f: Pull complete 22:43:25 a6820b24f6d8: Pull complete 22:43:25 f581987b2513: Pull complete 22:43:25 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 22:43:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:43:25 prd-centos7-docker-4c-2g-3344 does not seem to be running inside a container 22:43:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:43:28 $ docker top 3bdce19fcf99d822d5de250ac11cc7a5b0dab434730e760a6792311606b70819 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:43:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:43:28 [ssh-agent] Looking for ssh-agent implementation... 22:43:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:43:29 $ docker exec 3bdce19fcf99d822d5de250ac11cc7a5b0dab434730e760a6792311606b70819 ssh-agent 22:43:29 SSH_AUTH_SOCK=/tmp/ssh-m7su3TFgL5Sk/agent.11 22:43:29 SSH_AGENT_PID=16 22:43:29 Running ssh-add (command line suppressed) 22:43:30 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_9056331068814761658.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_9056331068814761658.key) 22:43:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:43:30 + git tag --points-at HEAD [Pipeline] } 22:43:30 $ docker exec --env ******** --env ******** 3bdce19fcf99d822d5de250ac11cc7a5b0dab434730e760a6792311606b70819 ssh-agent -k 22:43:30 unset SSH_AUTH_SOCK; 22:43:30 unset SSH_AGENT_PID; 22:43:30 echo Agent pid 16 killed; 22:43:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:43:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:43:31 [ssh-agent] Looking for ssh-agent implementation... 22:43:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:43:31 $ docker exec 3bdce19fcf99d822d5de250ac11cc7a5b0dab434730e760a6792311606b70819 ssh-agent 22:43:32 SSH_AUTH_SOCK=/tmp/ssh-H46hNb8s8SUu/agent.45 22:43:32 SSH_AGENT_PID=50 22:43:32 Running ssh-add (command line suppressed) 22:43:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_1796805545220332340.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_1796805545220332340.key) 22:43:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:43:33 + git semver init 22:43:33 # -> Open(): unable to determine branch for HEAD 22:43:33 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 22:43:33 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 22:43:33 # $SEMVER_REMOTE_NAME = origin 22:43:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:43:33 # $SEMVER_USER_NAME = edgex-jenkins 22:43:33 # $SEMVER_BRANCH = PR-725 22:43:33 # $SEMVER_TEMP = /tmp/semver-582935318 22:43:33 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 22:43:34 # '/tmp/semver-582935318' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 22:43:34 # -> Force: false 22:43:34 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 22:43:34 $ docker exec --env ******** --env ******** 3bdce19fcf99d822d5de250ac11cc7a5b0dab434730e760a6792311606b70819 ssh-agent -k 22:43:34 unset SSH_AUTH_SOCK; 22:43:34 unset SSH_AGENT_PID; 22:43:34 echo Agent pid 50 killed; 22:43:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:43:35 + git semver [Pipeline] } 22:43:35 $ docker stop --time=1 3bdce19fcf99d822d5de250ac11cc7a5b0dab434730e760a6792311606b70819 22:43:37 $ docker rm -f 3bdce19fcf99d822d5de250ac11cc7a5b0dab434730e760a6792311606b70819 [Pipeline] // withDockerContainer [Pipeline] sh 22:43:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:43:38 Stashed 1 file(s) [Pipeline] echo 22:43:39 [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:54 Still waiting to schedule task 22:43:54 ‘prd-centos7-docker-4c-2g-3338’ is offline; ‘prd-centos7-docker-4c-2g-3347’ is offline 22:43:54 Still waiting to schedule task 22:43:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:45:19 Running on prd-centos7-docker-4c-2g-3351 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 22:45:19 Running in /w/workspace/device-sdk-go/41 [Pipeline] { [Pipeline] checkout 22:45:22 using credential edgex-jenkins-ssh 22:45:22 Cloning the remote Git repository 22:45:22 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:45:22 > git init /w/workspace/device-sdk-go/41 # timeout=10 22:45:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:22 > git --version # timeout=10 22:45:22 > git --version # 'git version 2.24.3' 22:45:22 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:23 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:45:23 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:45:23 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:45:23 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 22:45:24 Merge succeeded, producing bc05572344509028a94e7848e1fc00a15b6a0bc9 22:45:24 Checking out Revision bc05572344509028a94e7848e1fc00a15b6a0bc9 (PR-725) 22:45:23 > git config core.sparsecheckout # timeout=10 22:45:23 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 22:45:24 > git remote # timeout=10 22:45:24 > git config --get remote.origin.url # timeout=10 22:45:24 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:24 > git merge 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 22:45:24 > git rev-parse HEAD^{commit} # timeout=10 22:45:24 > git config core.sparsecheckout # timeout=10 22:45:24 > git checkout -f bc05572344509028a94e7848e1fc00a15b6a0bc9 # timeout=10 22:45:27 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" 22:45:27 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:45:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:45:27 > git rev-list --no-walk 2c4eb43e9d1b624285ed560293ea7378e1c86003 # timeout=10 22:45:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:45:29 + sudo service docker restart 22:45:29 + true 22:45:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:45:30 provisioning config files... 22:45:30 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/41@tmp/config2159643894219207972tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:30 ---> docker-login.sh 22:45:30 nexus3.edgexfoundry.org:10001 22:45:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:31 Configure a credential helper to remove this warning. See 22:45:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:31 22:45:31 Login Succeeded 22:45:31 nexus3.edgexfoundry.org:10002 22:45:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:31 Configure a credential helper to remove this warning. See 22:45:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:31 22:45:31 Login Succeeded 22:45:31 nexus3.edgexfoundry.org:10003 22:45:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:31 Configure a credential helper to remove this warning. See 22:45:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:31 22:45:31 Login Succeeded 22:45:31 nexus3.edgexfoundry.org:10004 22:45:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:31 Configure a credential helper to remove this warning. See 22:45:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:31 22:45:31 Login Succeeded 22:45:31 docker.io 22:45:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:32 Configure a credential helper to remove this warning. See 22:45:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:32 22:45:32 Login Succeeded 22:45:32 ---> docker-login.sh ends [Pipeline] } 22:45:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:45:32 ========================================================= 22:45:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 22:45:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:45:32 + 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:45:32 Sending build context to Docker daemon 2.48MB 22:45:32 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:45:32 Step 2/8 : FROM ${BASE} 22:45:32 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 22:45:32 540db60ca938: Pulling fs layer 22:45:32 adcc1eea9eea: Pulling fs layer 22:45:32 4c4ab2625f07: Pulling fs layer 22:45:32 0510c868ecb4: Pulling fs layer 22:45:32 afea3b2eda06: Pulling fs layer 22:45:32 7809a108b3ef: Pulling fs layer 22:45:32 f706445af74f: Pulling fs layer 22:45:32 afea3b2eda06: Waiting 22:45:32 7809a108b3ef: Waiting 22:45:32 f706445af74f: Waiting 22:45:32 0510c868ecb4: Waiting 22:45:32 4c4ab2625f07: Verifying Checksum 22:45:32 4c4ab2625f07: Download complete 22:45:32 adcc1eea9eea: Verifying Checksum 22:45:32 adcc1eea9eea: Download complete 22:45:32 afea3b2eda06: Download complete 22:45:32 7809a108b3ef: Verifying Checksum 22:45:32 7809a108b3ef: Download complete 22:45:33 540db60ca938: Verifying Checksum 22:45:33 540db60ca938: Download complete 22:45:33 540db60ca938: Pull complete 22:45:33 adcc1eea9eea: Pull complete 22:45:33 4c4ab2625f07: Pull complete 22:45:35 f706445af74f: Verifying Checksum 22:45:35 f706445af74f: Download complete 22:45:36 0510c868ecb4: Download complete 22:45:42 0510c868ecb4: Pull complete 22:45:42 afea3b2eda06: Pull complete 22:45:42 7809a108b3ef: Pull complete 22:45:47 f706445af74f: Pull complete 22:45:47 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 22:45:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 22:45:47 ---> b068be0155e3 22:45:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:45:47 ---> Running in c1d44ab532db 22:45:47 Removing intermediate container c1d44ab532db 22:45:47 ---> 0d4968dff7e1 22:45:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:45:47 ---> Running in 029596195fd0 22:45:48 Removing intermediate container 029596195fd0 22:45:48 ---> b544714c22d4 22:45:48 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:45:48 ---> Running in 18b002fa0947 22:45:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:45:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:45:51 (1/6) Installing libc-dev (0.7.2-r3) 22:45:51 (2/6) Installing libsodium (1.0.18-r0) 22:45:51 (3/6) Installing pkgconf (1.7.3-r0) 22:45:51 (4/6) Installing libsodium-dev (1.0.18-r0) 22:45:51 (5/6) Installing libzmq (4.3.3-r1) 22:45:51 (6/6) Installing zeromq-dev (4.3.3-r1) 22:45:51 Executing busybox-1.32.1-r6.trigger 22:45:51 OK: 150 MiB in 46 packages 22:45:52 Removing intermediate container 18b002fa0947 22:45:52 ---> 2d63af0fdf8a 22:45:52 Step 6/8 : WORKDIR /device-sdk-go 22:45:52 ---> Running in 155fb788a825 22:45:52 Removing intermediate container 155fb788a825 22:45:52 ---> a6357aeb7cb6 22:45:52 Step 7/8 : COPY . . 22:45:54 ---> 9dc6862ee0ff 22:45:54 Step 8/8 : RUN go mod download 22:45:54 ---> Running in 6dcab1835535 22:46:16 Removing intermediate container 6dcab1835535 22:46:16 ---> fa69b83e2b24 22:46:16 Successfully built fa69b83e2b24 22:46:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:46:16 + docker inspect -f . ci-base-image-x86_64 22:46:16 . [Pipeline] withDockerContainer 22:46:16 prd-centos7-docker-4c-2g-3351 does not seem to be running inside a container 22:46:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/41 -v /w/workspace/device-sdk-go/41:/w/workspace/device-sdk-go/41:rw,z -v /w/workspace/device-sdk-go/41@tmp:/w/workspace/device-sdk-go/41@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:46:17 $ docker top 222c4aacc7c1bd0b71dc152c3faad684841d4cd5459a29dc699ce664a197236c -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:18 + go version 22:46:18 go version go1.16.3 linux/amd64 [Pipeline] } 22:46:18 $ docker stop --time=1 222c4aacc7c1bd0b71dc152c3faad684841d4cd5459a29dc699ce664a197236c 22:46:19 $ docker rm -f 222c4aacc7c1bd0b71dc152c3faad684841d4cd5459a29dc699ce664a197236c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:46:19 + docker inspect -f . ci-base-image-x86_64 22:46:19 . [Pipeline] withDockerContainer 22:46:19 prd-centos7-docker-4c-2g-3351 does not seem to be running inside a container 22:46:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/41 -v /w/workspace/device-sdk-go/41:/w/workspace/device-sdk-go/41:rw,z -v /w/workspace/device-sdk-go/41@tmp:/w/workspace/device-sdk-go/41@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:46:20 $ docker top 652d17abbad58bfe892e8bcbbde87d710acfa43d0f7cc25f1c00a5c527f2ebdd -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:21 + go mod tidy [Pipeline] sh 22:46:22 + make test 22:46:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:46:30 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:46:57 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:46:57 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:46:57 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:46:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:46:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:46:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.071s coverage: 28.1% of statements 22:46:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.092s coverage: 78.9% of statements 22:46:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.078s coverage: 7.8% of statements 22:46:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:46:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:46:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:46:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.097s coverage: 30.2% of statements 22:46:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:46:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:46:57 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:46:57 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.129s coverage: 57.2% of statements 22:46:58 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.259s coverage: 6.6% of statements 22:46:58 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.068s coverage: 5.0% of statements 22:46:58 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:46:58 GO111MODULE=on go vet ./... 22:47:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3355 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 22:47:13 Running in /w/workspace/device-sdk-go/41 [Pipeline] { [Pipeline] checkout 22:47:19 using credential edgex-jenkins-ssh 22:47:19 Cloning the remote Git repository 22:47:19 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 22:47:19 > git init /w/workspace/device-sdk-go/41 # timeout=10 22:47:20 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:47:20 > git --version # timeout=10 22:47:20 > git --version # 'git version 2.17.1' 22:47:20 using GIT_SSH to set credentials SSH Credentials for GitHub 22:47:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:47:21 gofmt -l . 22:47:21 [ "`gofmt -l .`" = "" ] 22:47:21 ./bin/test-attribution-txt.sh 22:47:21 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:47:21 $ docker stop --time=1 652d17abbad58bfe892e8bcbbde87d710acfa43d0f7cc25f1c00a5c527f2ebdd 22:47:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:47:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:47:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 22:47:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 22:47:21 using GIT_SSH to set credentials SSH Credentials for GitHub 22:47:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:47:22 Merging remotes/origin/master commit 70dff52b8df9807f5114cad14836e8310fd11d9c into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 22:47:22 Merge succeeded, producing b29697daccabe2a7290e601eb896be457af62b22 22:47:22 Checking out Revision b29697daccabe2a7290e601eb896be457af62b22 (PR-725) 22:47:22 > git config core.sparsecheckout # timeout=10 22:47:22 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 22:47:22 > git remote # timeout=10 22:47:22 > git config --get remote.origin.url # timeout=10 22:47:22 using GIT_SSH to set credentials SSH Credentials for GitHub 22:47:22 > git merge 70dff52b8df9807f5114cad14836e8310fd11d9c # timeout=10 22:47:22 > git rev-parse HEAD^{commit} # timeout=10 22:47:22 > git config core.sparsecheckout # timeout=10 22:47:22 > git checkout -f b29697daccabe2a7290e601eb896be457af62b22 # timeout=10 22:47:23 $ docker rm -f 652d17abbad58bfe892e8bcbbde87d710acfa43d0f7cc25f1c00a5c527f2ebdd [Pipeline] // withDockerContainer [Pipeline] sh 22:47:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:47:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:47:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:47:25 + ls -al . 22:47:25 total 188 22:47:25 drwxrwxr-x. 10 jenkins jenkins 4096 May 6 22:47 . 22:47:25 drwxrwxr-x. 4 jenkins jenkins 30 May 6 22:45 .. 22:47:25 drwxrwxr-x. 2 jenkins jenkins 64 May 6 22:45 bin 22:47:25 -rw-r--r--. 1 jenkins jenkins 100320 May 6 22:46 coverage.out 22:47:25 -rw-rw-r--. 1 jenkins jenkins 987 May 6 22:45 Dockerfile.build 22:47:25 -rw-rw-r--. 1 jenkins jenkins 140 May 6 22:45 .dockerignore 22:47:25 drwxrwxr-x. 5 jenkins jenkins 62 May 6 22:45 example 22:47:25 drwxrwxr-x. 8 jenkins jenkins 179 May 6 22:45 .git 22:47:25 drwxrwxr-x. 2 jenkins jenkins 103 May 6 22:45 .github 22:47:25 -rw-rw-r--. 1 jenkins jenkins 138 May 6 22:45 .gitignore 22:47:25 -rw-r--r--. 1 jenkins jenkins 575 May 6 22:47 go.mod 22:47:25 -rw-r--r--. 1 jenkins jenkins 20957 May 6 22:46 go.sum 22:47:25 drwxrwxr-x. 14 jenkins jenkins 207 May 6 22:45 internal 22:47:25 -rw-rw-r--. 1 jenkins jenkins 894 May 6 22:45 Jenkinsfile 22:47:25 -rw-rw-r--. 1 jenkins jenkins 11341 May 6 22:45 LICENSE 22:47:25 -rw-rw-r--. 1 jenkins jenkins 1022 May 6 22:45 Makefile 22:47:25 drwxrwxr-x. 4 jenkins jenkins 26 May 6 22:45 openapi 22:47:25 drwxrwxr-x. 5 jenkins jenkins 50 May 6 22:45 pkg 22:47:25 -rw-rw-r--. 1 jenkins jenkins 7652 May 6 22:45 README.md 22:47:25 -rw-rw-r--. 1 jenkins jenkins 6616 May 6 22:45 RELEASE-NOTES.txt 22:47:25 drwxrwxr-x. 4 jenkins jenkins 54 May 6 22:45 snap 22:47:25 -rw-rw-r--. 1 jenkins jenkins 5 May 6 22:43 VERSION 22:47:25 -rw-rw-r--. 1 jenkins jenkins 222 May 6 22:45 version.go [Pipeline] isUnix [Pipeline] sh 22:47:26 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=8900d2ec7da814012faf0094bf31f898361a3aca --label arch=amd64 --label version=0.0.0 . 22:47:26 Sending build context to Docker daemon 2.58MB 22:47:26 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:47:26 Step 2/23 : FROM ${BASE} AS builder 22:47:26 ---> fa69b83e2b24 22:47:26 Step 3/23 : WORKDIR /device-sdk-go 22:47:26 Commit message: "Merge commit '70dff52b8df9807f5114cad14836e8310fd11d9c' into HEAD" 22:47:26 First time build. Skipping changelog. 22:47:26 ---> Running in 09703ac0fd34 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:47:27 Removing intermediate container 09703ac0fd34 22:47:27 ---> b62d2e557114 22:47:27 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:47:27 ---> Running in bef396e88bd3 22:47:26 > git rev-list --no-walk 2c4eb43e9d1b624285ed560293ea7378e1c86003 # timeout=10 22:47:27 Removing intermediate container bef396e88bd3 22:47:27 ---> 2289f08dc3d1 22:47:27 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:27 ---> Running in 9e4f8239d27c 22:47:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:47:28 Removing intermediate container 9e4f8239d27c 22:47:28 ---> b16b5cbb18cc 22:47:28 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:47:28 ---> Running in 95df0f9b530a 22:47:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:47:28 + sudo service docker restart 22:47:28 + true 22:47:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:47:30 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { 22:47:30 OK: 150 MiB in 46 packages [Pipeline] wrap 22:47:30 provisioning config files... 22:47:31 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/41@tmp/config1040297135482258505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:47:31 Removing intermediate container 95df0f9b530a 22:47:31 ---> 5bf919ebd1f9 22:47:31 Step 7/23 : COPY . . 22:47:31 ---> docker-login.sh 22:47:31 nexus3.edgexfoundry.org:10001 22:47:32 ---> 6a4779ff2356 22:47:32 Step 8/23 : RUN go mod download 22:47:32 ---> Running in c650e2fa25f2 22:47:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:32 Configure a credential helper to remove this warning. See 22:47:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:32 22:47:32 Login Succeeded 22:47:32 nexus3.edgexfoundry.org:10002 22:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:33 Configure a credential helper to remove this warning. See 22:47:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:33 22:47:33 Login Succeeded 22:47:33 nexus3.edgexfoundry.org:10003 22:47:33 Removing intermediate container c650e2fa25f2 22:47:33 ---> 091925ccb45d 22:47:33 Step 9/23 : RUN make build 22:47:33 ---> Running in 4d5ad2ff2910 22:47:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:33 Configure a credential helper to remove this warning. See 22:47:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:33 22:47:33 Login Succeeded 22:47:33 nexus3.edgexfoundry.org:10004 22:47:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:34 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:47:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:34 Configure a credential helper to remove this warning. See 22:47:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:34 22:47:34 Login Succeeded 22:47:34 docker.io 22:47:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:35 Configure a credential helper to remove this warning. See 22:47:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:35 22:47:35 Login Succeeded 22:47:35 ---> docker-login.sh ends [Pipeline] } 22:47:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:47:35 ========================================================= 22:47:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 22:47:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:47: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:47:36 Sending build context to Docker daemon 2.476MB 22:47:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:47:36 Step 2/8 : FROM ${BASE} 22:47:36 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:47:36 595b0fe564bb: Pulling fs layer 22:47:36 7186ed65a4f7: Pulling fs layer 22:47:36 316046926c0a: Pulling fs layer 22:47:36 4ebd0625c992: Pulling fs layer 22:47:36 207e8628e3a3: Pulling fs layer 22:47:36 c791037a9be2: Pulling fs layer 22:47:36 ffd874e62e21: Pulling fs layer 22:47:36 4ebd0625c992: Waiting 22:47:36 207e8628e3a3: Waiting 22:47:36 c791037a9be2: Waiting 22:47:36 316046926c0a: Verifying Checksum 22:47:36 316046926c0a: Download complete 22:47:36 7186ed65a4f7: Verifying Checksum 22:47:36 207e8628e3a3: Verifying Checksum 22:47:36 207e8628e3a3: Download complete 22:47:36 c791037a9be2: Verifying Checksum 22:47:36 c791037a9be2: Download complete 22:47:36 595b0fe564bb: Verifying Checksum 22:47:36 595b0fe564bb: Download complete 22:47:37 595b0fe564bb: Pull complete 22:47:38 7186ed65a4f7: Pull complete 22:47:38 316046926c0a: Pull complete 22:47:38 ffd874e62e21: Download complete 22:47:40 4ebd0625c992: Verifying Checksum 22:47:40 4ebd0625c992: Download complete 22:47:49 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:47:49 Removing intermediate container 4d5ad2ff2910 22:47:49 ---> a700073ce5e3 22:47:49 Step 10/23 : FROM alpine:3.12 22:47:49 3.12: Pulling from library/alpine 22:47:49 339de151aab4: Pulling fs layer 22:47:49 339de151aab4: Verifying Checksum 22:47:49 339de151aab4: Download complete 22:47:50 339de151aab4: Pull complete 22:47:50 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:47:50 Status: Downloaded newer image for alpine:3.12 22:47:50 ---> 13621d1b12d4 22:47:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:47:50 ---> Running in ec48a9e04eaa 22:47:50 Removing intermediate container ec48a9e04eaa 22:47:50 ---> eb7aa58882cc 22:47:50 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:50 ---> Running in fafc6772e528 22:47:50 4ebd0625c992: Pull complete 22:47:50 207e8628e3a3: Pull complete 22:47:51 c791037a9be2: Pull complete 22:47:51 Removing intermediate container fafc6772e528 22:47:51 ---> 40d0f68f4912 22:47:51 Step 13/23 : RUN apk add --update --no-cache zeromq 22:47:51 ---> Running in 09d1886e661b 22:47:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:47:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:47:53 (1/5) Installing libgcc (9.3.0-r2) 22:47:53 (2/5) Installing libsodium (1.0.18-r0) 22:47:53 (3/5) Installing libstdc++ (9.3.0-r2) 22:47:53 (4/5) Installing libzmq (4.3.3-r0) 22:47:54 (5/5) Installing zeromq (4.3.3-r0) 22:47:54 Executing busybox-1.31.1-r20.trigger 22:47:54 OK: 8 MiB in 19 packages 22:47:54 Removing intermediate container 09d1886e661b 22:47:54 ---> a87208d88739 22:47:54 Step 14/23 : WORKDIR / 22:47:54 ---> Running in 814e3c185b33 22:47:55 Removing intermediate container 814e3c185b33 22:47:55 ---> e121ef941186 22:47:55 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:47:55 ---> b68cb91738f6 22:47:55 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:47:55 ffd874e62e21: Pull complete 22:47:55 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 22:47:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 22:47:55 ---> cfc18b08335c 22:47:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:47:55 ---> bbe591948e65 22:47:55 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:47:56 ---> b6d255b39e14 22:47:56 Step 18/23 : EXPOSE 49990 22:47:56 ---> Running in b08a9b1cc9bb 22:47:56 Removing intermediate container b08a9b1cc9bb 22:47:56 ---> 9885cb5a2def 22:47:56 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:47:56 ---> Running in 1c4fc67f8ba0 22:47:56 Removing intermediate container 1c4fc67f8ba0 22:47:56 ---> 17a97b9aa0eb 22:47:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:47:56 ---> Running in ee27948909cb 22:47:56 Removing intermediate container ee27948909cb 22:47:56 ---> 19e4d8699e1d 22:47:56 Step 21/23 : LABEL arch=amd64 22:47:56 ---> Running in 05352f2fba04 22:47:57 Removing intermediate container 05352f2fba04 22:47:57 ---> c95191e255a8 22:47:57 Step 22/23 : LABEL git_sha=8900d2ec7da814012faf0094bf31f898361a3aca 22:47:57 ---> Running in dd0805404da6 22:47:57 Removing intermediate container dd0805404da6 22:47:57 ---> 01d7d9593aec 22:47:57 Step 23/23 : LABEL version=0.0.0 22:47:57 ---> Running in cd5a8f536538 22:47:57 Removing intermediate container cd5a8f536538 22:47:57 ---> 1243c96bd180 22:47:57 [Warning] One or more build-args [MAKE ARCH] were not consumed 22:47:57 Successfully built 1243c96bd180 22:47:57 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:47:58 ---> Running in 5352d75fb40a 22:47:58 ---> job-cost.sh 22:47:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ROyE 22:47:58 Removing intermediate container 5352d75fb40a 22:47:58 ---> a5e381fa377b 22:47:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:47:58 ---> Running in 1a0c3f43c78b 22:48:01 Removing intermediate container 1a0c3f43c78b 22:48:01 ---> 37be970efce3 22:48:01 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 22:48:01 ---> Running in c255ea8cb618 22:48:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:48:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:48:04 (1/6) Installing libc-dev (0.7.2-r3) 22:48:04 (2/6) Installing libsodium (1.0.18-r0) 22:48:04 (3/6) Installing pkgconf (1.7.3-r0) 22:48:04 (4/6) Installing libsodium-dev (1.0.18-r0) 22:48:04 (5/6) Installing libzmq (4.3.3-r1) 22:48:04 (6/6) Installing zeromq-dev (4.3.3-r1) 22:48:04 Executing busybox-1.32.1-r6.trigger 22:48:04 OK: 139 MiB in 46 packages 22:48:06 Removing intermediate container c255ea8cb618 22:48:06 ---> 1dba6d4f4e1c 22:48:06 Step 6/8 : WORKDIR /device-sdk-go 22:48:06 ---> Running in 921a7df8985e 22:48:06 Removing intermediate container 921a7df8985e 22:48:06 ---> 55f8088ea4d4 22:48:06 Step 7/8 : COPY . . 22:48:08 ---> 26ca77643274 22:48:08 Step 8/8 : RUN go mod download 22:48:08 ---> Running in 2c37e8d4f253 22:48:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:48:35 Removing intermediate container 2c37e8d4f253 22:48:35 ---> 636de1f6410f 22:48:35 Successfully built 636de1f6410f 22:48:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:48:35 + docker inspect -f . ci-base-image-arm64 22:48:35 . [Pipeline] withDockerContainer 22:48:35 prd-ubuntu18.04-docker-arm64-4c-16g-3355 does not seem to be running inside a container 22:48:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/41 -v /w/workspace/device-sdk-go/41:/w/workspace/device-sdk-go/41:rw,z -v /w/workspace/device-sdk-go/41@tmp:/w/workspace/device-sdk-go/41@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:48:37 $ docker top 79e6da9edaa4d0c3b90696efd40ba62e6e37ba372287bdaf3f8576a4fd7a1204 -eo pid,comm [Pipeline] { [Pipeline] sh 22:48:38 + go version 22:48:38 go version go1.16.3 linux/arm64 [Pipeline] } 22:48:38 $ docker stop --time=1 79e6da9edaa4d0c3b90696efd40ba62e6e37ba372287bdaf3f8576a4fd7a1204 22:48:40 $ docker rm -f 79e6da9edaa4d0c3b90696efd40ba62e6e37ba372287bdaf3f8576a4fd7a1204 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:48:41 + docker inspect -f . ci-base-image-arm64 22:48:41 . [Pipeline] withDockerContainer 22:48:41 prd-ubuntu18.04-docker-arm64-4c-16g-3355 does not seem to be running inside a container 22:48:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/41 -v /w/workspace/device-sdk-go/41:/w/workspace/device-sdk-go/41:rw,z -v /w/workspace/device-sdk-go/41@tmp:/w/workspace/device-sdk-go/41@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:48:43 $ docker top 0ae4772e4b622afaaee7d46594926908c8b79bedcee0cc1c352dd04e12ed91cd -eo pid,comm 22:48:43 lf-activate-venv(): INFO: Adding /tmp/venv-ROyE/bin to PATH 22:48:43 INFO: No Stack... 22:48:43 INFO: Retrieving Pricing Info for: v1-standard-2 22:48:43 INFO: Archiving Costs [Pipeline] { [Pipeline] sh [Pipeline] sh 22:48:43 + cat /w/workspace/device-sdk-go/41/archives/cost.csv 22:48:43 + cut -d, -f6 [Pipeline] lock 22:48:43 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-41-stack-cost] 22:48:43 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-41-stack-cost] did not exist. Created. 22:48:43 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:48:44 + echo total: 0.029999999329447746 22:48:44 + go mod tidy [Pipeline] stash 22:48:44 Stashed 1 file(s) [Pipeline] } 22:48:44 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-41-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] sh 22:48:45 + make test 22:48:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:49:12 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 22:50:20 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 22:50:20 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 22:50:20 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 22:50:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 22:50:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 22:50:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.148s coverage: 28.1% of statements 22:50:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.190s coverage: 78.9% of statements 22:50:30 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.168s coverage: 7.8% of statements 22:50:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 22:50:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 22:50:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 22:50:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.260s coverage: 30.2% of statements 22:50:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 22:50:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 22:50:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 22:50:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.326s coverage: 57.2% of statements 22:50:37 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.357s coverage: 6.6% of statements 22:50:37 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.173s coverage: 5.0% of statements 22:50:37 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 22:50:37 GO111MODULE=on go vet ./... 22:51:45 gofmt -l . 22:51:45 [ "`gofmt -l .`" = "" ] 22:51:45 ./bin/test-attribution-txt.sh 22:51:45 ./bin/test-go-mod-tidy.sh [Pipeline] } 22:51:45 $ docker stop --time=1 0ae4772e4b622afaaee7d46594926908c8b79bedcee0cc1c352dd04e12ed91cd 22:51:47 $ docker rm -f 0ae4772e4b622afaaee7d46594926908c8b79bedcee0cc1c352dd04e12ed91cd [Pipeline] // withDockerContainer [Pipeline] sh 22:51:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:51:48 Warning: overwriting stash ‘coverage-report’ 22:51:50 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:51:50 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:51:51 + ls -al . 22:51:51 total 224 22:51:51 drwxrwxr-x 10 jenkins jenkins 4096 May 6 22:51 . 22:51:51 drwxrwxr-x 4 jenkins jenkins 4096 May 6 22:47 .. 22:51:51 -rw-rw-r-- 1 jenkins jenkins 140 May 6 22:47 .dockerignore 22:51:51 drwxrwxr-x 8 jenkins jenkins 4096 May 6 22:47 .git 22:51:51 drwxrwxr-x 2 jenkins jenkins 4096 May 6 22:47 .github 22:51:51 -rw-rw-r-- 1 jenkins jenkins 138 May 6 22:47 .gitignore 22:51:51 -rw-rw-r-- 1 jenkins jenkins 987 May 6 22:47 Dockerfile.build 22:51:51 -rw-rw-r-- 1 jenkins jenkins 894 May 6 22:47 Jenkinsfile 22:51:51 -rw-rw-r-- 1 jenkins jenkins 11341 May 6 22:47 LICENSE 22:51:51 -rw-rw-r-- 1 jenkins jenkins 1022 May 6 22:47 Makefile 22:51:51 -rw-rw-r-- 1 jenkins jenkins 7652 May 6 22:47 README.md 22:51:51 -rw-rw-r-- 1 jenkins jenkins 6616 May 6 22:47 RELEASE-NOTES.txt 22:51:51 -rw-rw-r-- 1 jenkins jenkins 5 May 6 22:43 VERSION 22:51:51 drwxrwxr-x 2 jenkins jenkins 4096 May 6 22:47 bin 22:51:51 -rw-r--r-- 1 jenkins jenkins 100320 May 6 22:50 coverage.out 22:51:51 drwxrwxr-x 5 jenkins jenkins 4096 May 6 22:47 example 22:51:51 -rw-r--r-- 1 jenkins jenkins 575 May 6 22:51 go.mod 22:51:51 -rw-r--r-- 1 jenkins jenkins 20957 May 6 22:48 go.sum 22:51:51 drwxrwxr-x 14 jenkins jenkins 4096 May 6 22:47 internal 22:51:51 drwxrwxr-x 4 jenkins jenkins 4096 May 6 22:47 openapi 22:51:51 drwxrwxr-x 5 jenkins jenkins 4096 May 6 22:47 pkg 22:51:51 drwxrwxr-x 4 jenkins jenkins 4096 May 6 22:47 snap 22:51:51 -rw-rw-r-- 1 jenkins jenkins 222 May 6 22:47 version.go [Pipeline] isUnix [Pipeline] sh 22:51:51 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8900d2ec7da814012faf0094bf31f898361a3aca --label arch=arm64 --label version=0.0.0 . 22:51:52 Sending build context to Docker daemon 2.577MB 22:51:52 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 22:51:52 Step 2/23 : FROM ${BASE} AS builder 22:51:52 ---> 636de1f6410f 22:51:52 Step 3/23 : WORKDIR /device-sdk-go 22:51:52 ---> Running in bba2129628b0 22:51:52 Removing intermediate container bba2129628b0 22:51:52 ---> f044ada9f873 22:51:52 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:51:52 ---> Running in 4223e45674d7 22:51:53 Removing intermediate container 4223e45674d7 22:51:53 ---> 57c00b264485 22:51:53 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:51:53 ---> Running in a32256d7a0fb 22:51:56 Removing intermediate container a32256d7a0fb 22:51:56 ---> 4141e702c716 22:51:56 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 22:51:56 ---> Running in 4f8414ec0acc 22:51:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:51:58 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:51:59 OK: 139 MiB in 46 packages 22:52:00 Removing intermediate container 4f8414ec0acc 22:52:00 ---> 8e7ba3484e1c 22:52:00 Step 7/23 : COPY . . 22:52:01 ---> 2fa274361aa6 22:52:01 Step 8/23 : RUN go mod download 22:52:02 ---> Running in 3dc4a0b95b5a 22:52:04 Removing intermediate container 3dc4a0b95b5a 22:52:04 ---> 607d74627ffd 22:52:04 Step 9/23 : RUN make build 22:52:04 ---> Running in 8deda97d2ebd 22:52:05 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:52:44 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 22:52:44 Removing intermediate container 8deda97d2ebd 22:52:44 ---> e038547e3665 22:52:44 Step 10/23 : FROM alpine:3.12 22:52:44 3.12: Pulling from library/alpine 22:52:44 d2f70382dc9a: Pulling fs layer 22:52:45 d2f70382dc9a: Verifying Checksum 22:52:45 d2f70382dc9a: Download complete 22:52:45 d2f70382dc9a: Pull complete 22:52:45 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:52:45 Status: Downloaded newer image for alpine:3.12 22:52:45 ---> 9852663dfa18 22:52:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 22:52:45 ---> Running in c33b3fd319a0 22:52:46 Removing intermediate container c33b3fd319a0 22:52:46 ---> 315f824cd400 22:52:46 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:52:46 ---> Running in ccc1a673d1fa 22:52:48 Removing intermediate container ccc1a673d1fa 22:52:48 ---> 9391f8e3dff9 22:52:48 Step 13/23 : RUN apk add --update --no-cache zeromq 22:52:48 ---> Running in 6e6159d5a23a 22:52:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:52:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:52:51 (1/5) Installing libgcc (9.3.0-r2) 22:52:51 (2/5) Installing libsodium (1.0.18-r0) 22:52:51 (3/5) Installing libstdc++ (9.3.0-r2) 22:52:51 (4/5) Installing libzmq (4.3.3-r0) 22:52:51 (5/5) Installing zeromq (4.3.3-r0) 22:52:51 Executing busybox-1.31.1-r20.trigger 22:52:51 OK: 8 MiB in 19 packages 22:52:53 Removing intermediate container 6e6159d5a23a 22:52:53 ---> df496b689187 22:52:53 Step 14/23 : WORKDIR / 22:52:53 ---> Running in 7084adb938e8 22:52:53 Removing intermediate container 7084adb938e8 22:52:53 ---> 12a4d46c80ed 22:52:53 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 22:52:54 ---> 9cfd5f80cffb 22:52:54 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 22:52:56 ---> fe2394b4a652 22:52:56 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 22:52:56 ---> b1107375411d 22:52:56 Step 18/23 : EXPOSE 49990 22:52:57 ---> Running in 07476ffe0336 22:52:57 Removing intermediate container 07476ffe0336 22:52:57 ---> 012d63e77ba6 22:52:57 Step 19/23 : ENTRYPOINT ["/device-simple"] 22:52:57 ---> Running in 941560bcf29c 22:52:58 Removing intermediate container 941560bcf29c 22:52:58 ---> 89ffc9a75b4e 22:52:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:52:58 ---> Running in 5365ce1183dd 22:52:58 Removing intermediate container 5365ce1183dd 22:52:58 ---> 89fe451c2f88 22:52:58 Step 21/23 : LABEL arch=arm64 22:52:58 ---> Running in fd47489da3b8 22:52:59 Removing intermediate container fd47489da3b8 22:52:59 ---> ca17c7f49ede 22:52:59 Step 22/23 : LABEL git_sha=8900d2ec7da814012faf0094bf31f898361a3aca 22:52:59 ---> Running in db1b210ca3be 22:53:00 Removing intermediate container db1b210ca3be 22:53:00 ---> dbace33cbab5 22:53:00 Step 23/23 : LABEL version=0.0.0 22:53:00 ---> Running in f86d9b91f6d8 22:53:01 Removing intermediate container f86d9b91f6d8 22:53:01 ---> 755474c047b6 22:53:01 [Warning] One or more build-args [MAKE ARCH] were not consumed 22:53:01 Successfully built 755474c047b6 22:53:01 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:53:01 ---> job-cost.sh 22:53:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AyGi 22:53:58 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:56:05 lf-activate-venv(): INFO: Adding /tmp/venv-AyGi/bin to PATH 22:56:05 INFO: No Stack... 22:56:05 INFO: Retrieving Pricing Info for: lf-standard-4 22:56:05 INFO: Archiving Costs [Pipeline] sh 22:56:05 + cat /w/workspace/device-sdk-go/41/archives/cost.csv 22:56:05 + cut -d, -f6 [Pipeline] lock 22:56:05 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-41-stack-cost] 22:56:05 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-41-stack-cost] did not exist. Created. 22:56:05 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-41-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:56:06 /w/workspace/device-sdk-go/41@tmp/durable-9165f976/script.sh: 1: /w/workspace/device-sdk-go/41@tmp/durable-9165f976/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:56:06 + echo total: 0.20999999344348907 [Pipeline] stash 22:56:06 Warning: overwriting stash ‘stack-cost’ 22:56:06 Stashed 1 file(s) [Pipeline] } 22:56:06 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-41-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:56:07 provisioning config files... 22:56:07 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config4101498635976309340tmp [Pipeline] { [Pipeline] sh 22:56:07 + set +x 22:56:07 + bash -s -- 22:56:07 + curl -s https://codecov.io/bash 22:56:07 22:56:07 _____ _ 22:56:07 / ____| | | 22:56:07 | | ___ __| | ___ ___ _____ __ 22:56:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:56:07 | |___| (_) | (_| | __/ (_| (_) \ V / 22:56:07 \_____\___/ \__,_|\___|\___\___/ \_/ 22:56:07 Bash-1.0.2 22:56:07 22:56:07 22:56:07 ==> git version 2.24.3 found 22:56:07 ==> 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:56:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:56:07 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:56:07 ==> Jenkins CI detected. 22:56:07 project root: . 22:56:07 --> token set from env 22:56:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:56:07 ==> Running gcov in . (disable via -X gcov) 22:56:07 ==> Python coveragepy not found 22:56:07 ==> Searching for coverage reports in: 22:56:07 + . 22:56:08 -> Found 1 reports 22:56:08 ==> Detecting git/mercurial file structure 22:56:08 ==> Reading reports 22:56:08 + ./coverage.out bytes=100320 22:56:08 ==> Appending adjustments 22:56:08 https://docs.codecov.io/docs/fixing-reports 22:56:08 + Found adjustments 22:56:08 ==> Gzipping contents 22:56:08 16K /tmp/codecov.5PnMun.gz 22:56:08 ==> Uploading reports 22:56:08 url: https://codecov.io 22:56:08 query: branch=PR-725&commit=8900d2ec7da814012faf0094bf31f898361a3aca&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 22:56:08 -> Pinging Codecov 22:56:08 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-725&commit=8900d2ec7da814012faf0094bf31f898361a3aca&build=41&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F41%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 22:56:09 -> Uploading to 22:56:09 https://storage.googleapis.com/codecov/v4/raw/2021-05-06/7E55EF52A471D76F132DFD9A03CDDE97/8900d2ec7da814012faf0094bf31f898361a3aca/9aa22f66-cde9-45f1-9fe1-ea895fac4f39.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210506%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210506T225609Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f0564c207782200cb31bc156e27ecb456347945ffa43dc22fac14a424cc1ebae 22:56:09 % Total % Received % Xferd Average Speed Time Time Time Current 22:56:09 Dload Upload Total Spent Left Speed 22:56:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13513 0 0 100 13513 0 26202 --:--:-- --:--:-- --:--:-- 26187 22:56:09 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/8900d2ec7da814012faf0094bf31f898361a3aca [Pipeline] } 22:56:09 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:56:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:56:11 ---> package-listing.sh 22:56:11 ++ facter osfamily 22:56:11 ++ tr '[:upper:]' '[:lower:]' 22:56:12 + OS_FAMILY=redhat 22:56:12 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 22:56:12 + START_PACKAGES=/tmp/packages_start.txt 22:56:12 + END_PACKAGES=/tmp/packages_end.txt 22:56:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:56:12 + PACKAGES=/tmp/packages_start.txt 22:56:12 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 22:56:12 + PACKAGES=/tmp/packages_end.txt 22:56:12 + case "${OS_FAMILY}" in 22:56:12 + rpm -qa 22:56:12 + sort 22:56:17 + '[' -f /tmp/packages_start.txt ']' 22:56:17 + '[' -f /tmp/packages_end.txt ']' 22:56:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:56:17 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 22:56:17 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 22:56:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 22:56:17 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:56:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:56:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:56:18 22:56:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:56:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:56:18 alpine: Pulling from edgex-lftools-log-publisher 22:56:18 df20fa9351a1: Pulling fs layer 22:56:18 36b3adc4ff6f: Pulling fs layer 22:56:18 8ad3a11d3b57: Pulling fs layer 22:56:18 46f8f816bc3b: Pulling fs layer 22:56:18 93b61091891f: Pulling fs layer 22:56:18 93b9cdb0e59b: Pulling fs layer 22:56:18 5e14af77c1be: Pulling fs layer 22:56:18 01666e4c0597: Pulling fs layer 22:56:18 aa168da1d23b: Pulling fs layer 22:56:18 93b9cdb0e59b: Waiting 22:56:18 5e14af77c1be: Waiting 22:56:18 01666e4c0597: Waiting 22:56:18 46f8f816bc3b: Waiting 22:56:18 93b61091891f: Waiting 22:56:18 aa168da1d23b: Waiting 22:56:18 36b3adc4ff6f: Verifying Checksum 22:56:18 36b3adc4ff6f: Download complete 22:56:18 46f8f816bc3b: Verifying Checksum 22:56:18 46f8f816bc3b: Download complete 22:56:18 df20fa9351a1: Verifying Checksum 22:56:18 df20fa9351a1: Download complete 22:56:18 93b9cdb0e59b: Verifying Checksum 22:56:18 93b9cdb0e59b: Download complete 22:56:18 5e14af77c1be: Verifying Checksum 22:56:18 5e14af77c1be: Download complete 22:56:18 93b61091891f: Verifying Checksum 22:56:18 93b61091891f: Download complete 22:56:18 01666e4c0597: Download complete 22:56:19 8ad3a11d3b57: Verifying Checksum 22:56:19 8ad3a11d3b57: Download complete 22:56:19 df20fa9351a1: Pull complete 22:56:19 36b3adc4ff6f: Pull complete 22:56:20 8ad3a11d3b57: Pull complete 22:56:21 46f8f816bc3b: Pull complete 22:56:21 93b61091891f: Pull complete 22:56:21 aa168da1d23b: Verifying Checksum 22:56:21 aa168da1d23b: Download complete 22:56:22 93b9cdb0e59b: Pull complete 22:56:22 5e14af77c1be: Pull complete 22:56:22 01666e4c0597: Pull complete 22:56:32 aa168da1d23b: Pull complete 22:56:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:56:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:56:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:56:32 prd-centos7-docker-4c-2g-3344 does not seem to be running inside a container 22:56:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:56:35 $ docker top 2cd3790c0c3a0d09ac290c8572da805395ef664860840a7ea41f4019dfc11dcb -eo pid,comm [Pipeline] { [Pipeline] sh 22:56:36 + touch /tmp/pre-build-complete [Pipeline] sh 22:56:36 + mkdir -p /var/log/sa [Pipeline] sh 22:56:37 + ls /var/log/sa-host 22:56:37 + sadf -c /var/log/sa-host/sa06 22:56:37 file_magic: OK 22:56:37 HZ: Using current value: 100 22:56:37 file_header: OK 22:56:37 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:56:37 Statistics: 22:56:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:56:37 File successfully converted to sysstat format version 12.2.1 22:56:37 + sadf -c /var/log/sa-host/sa23 22:56:37 file_magic: OK 22:56:37 HZ: Using current value: 100 22:56:37 file_header: OK 22:56:37 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:56:37 Statistics: 22:56:37 Hnuu...uuuununununu... 22:56:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:56:37 provisioning config files... 22:56:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config7709088463013825375tmp [Pipeline] { [Pipeline] echo 22:56:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:56:37 ---> create-netrc.sh [Pipeline] } 22:56:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:56:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:56:37 ---> python-tools-install.sh [Pipeline] echo 22:56:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:56:38 ---> sudo-logs.sh 22:56:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:56:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:56:38 ---> job-cost.sh 22:56:38 lf-activate-venv: SKIPPING 22:56:38 DEBUG: total: 0.20999999344348907 22:56:38 INFO: Retrieving Stack Cost... 22:56:40 INFO: Retrieving Pricing Info for: v1-standard-2 22:56:40 INFO: Archiving Costs [Pipeline] echo 22:56:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:56:40 ---> logs-deploy.sh 22:56:40 lf-activate-venv: SKIPPING 22:56:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/41 22:56:40 INFO: archiving workspace using pattern(s): 22:56:42 Archives upload complete. 22:56:42 INFO: archiving logs to Nexus 22:56:44 ---> uname -a: 22:56:44 Linux prd-centos7-docker-4c-2g-3344.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:56:44 22:56:44 22:56:44 ---> lscpu: 22:56:44 Architecture: x86_64 22:56:44 CPU op-mode(s): 32-bit, 64-bit 22:56:44 Byte Order: Little Endian 22:56:44 Address sizes: 40 bits physical, 48 bits virtual 22:56:44 CPU(s): 4 22:56:44 On-line CPU(s) list: 0-3 22:56:44 Thread(s) per core: 1 22:56:44 Core(s) per socket: 1 22:56:44 Socket(s): 4 22:56:44 NUMA node(s): 1 22:56:44 Vendor ID: GenuineIntel 22:56:44 CPU family: 6 22:56:44 Model: 44 22:56:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:56:44 Stepping: 1 22:56:44 CPU MHz: 2933.436 22:56:44 BogoMIPS: 5866.87 22:56:44 Virtualization: VT-x 22:56:44 Hypervisor vendor: KVM 22:56:44 Virtualization type: full 22:56:44 L1d cache: 128 KiB 22:56:44 L1i cache: 128 KiB 22:56:44 L2 cache: 16 MiB 22:56:44 L3 cache: 64 MiB 22:56:44 NUMA node0 CPU(s): 0-3 22:56:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:56:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:56:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:56:44 Vulnerability Meltdown: Mitigation; PTI 22:56:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:56:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:56:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:56:44 Vulnerability Srbds: Not affected 22:56:44 Vulnerability Tsx async abort: Not affected 22:56:44 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:56:44 22:56:44 22:56:44 ---> nproc: 22:56:44 4 22:56:44 22:56:44 22:56:44 ---> df -h: 22:56:44 Filesystem Size Used Available Use% Mounted on 22:56:44 overlay 50.0G 7.3G 42.7G 15% / 22:56:44 tmpfs 64.0M 0 64.0M 0% /dev 22:56:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:56:44 shm 64.0M 0 64.0M 0% /dev/shm 22:56:44 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 22:56:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 22:56:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 22:56:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 22:56:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 22:56:44 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 22:56:44 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 22:56:44 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 22:56:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 22:56:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 22:56:44 22:56:44 22:56:44 ---> free -m: 22:56:44 total used free shared buff/cache available 22:56:44 Mem: 1837 734 101 0 1001 997 22:56:44 Swap: 1023 1 1022 22:56:44 22:56:44 22:56:44 ---> ip addr: 22:56:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:56:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:56:44 inet 127.0.0.1/8 scope host lo 22:56:44 valid_lft forever preferred_lft forever 22:56:44 inet6 ::1/128 scope host 22:56:44 valid_lft forever preferred_lft forever 22:56:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:56:44 link/ether fa:16:3e:74:15:e7 brd ff:ff:ff:ff:ff:ff 22:56:44 inet 10.30.122.194/23 brd 10.30.123.255 scope global dynamic eth0 22:56:44 valid_lft 85551sec preferred_lft 85551sec 22:56:44 inet6 fe80::f816:3eff:fe74:15e7/64 scope link 22:56:44 valid_lft forever preferred_lft forever 22:56:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:56:44 link/ether 02:42:76:3f:59:86 brd ff:ff:ff:ff:ff:ff 22:56:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:56:44 valid_lft forever preferred_lft forever 22:56:44 inet6 fe80::42:76ff:fe3f:5986/64 scope link 22:56:44 valid_lft forever preferred_lft forever 22:56:44 22:56:44 22:56:44 ---> sar -b -r -n DEV: 22:56:44 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:56:44 22:56:44 22:42:22 LINUX RESTART (4 CPU) 22:56:44 22:56:44 22:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:56:44 22:44:01 63.04 17.52 45.52 0.00 5081.44 4016.33 0.00 22:56:44 22:45:01 1.91 0.00 1.91 0.00 0.00 29.02 0.00 22:56:44 22:46:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 22:56:44 22:47:01 0.22 0.00 0.22 0.00 0.00 3.45 0.00 22:56:44 22:48:01 0.22 0.00 0.22 0.00 0.00 2.75 0.00 22:56:44 22:49:01 0.43 0.00 0.43 0.00 0.00 6.74 0.00 22:56:44 22:50:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 22:56:44 22:51:02 0.13 0.00 0.13 0.00 0.00 2.01 0.00 22:56:44 22:52:01 0.27 0.00 0.27 0.00 0.00 3.67 0.00 22:56:44 22:53:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 22:56:44 22:54:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 22:56:44 22:55:01 0.22 0.00 0.22 0.00 0.00 2.56 0.00 22:56:44 22:56:01 0.28 0.00 0.28 0.00 0.00 3.79 0.00 22:56:44 Average: 5.22 1.35 3.87 0.00 391.40 314.51 0.00 22:56:44 22:56:44 22:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:56:44 22:44:01 145036 0 618936 32.90 2620 1114952 1124860 38.39 429080 1107568 20 22:56:44 22:45:01 145056 0 618908 32.89 2620 1114960 1120560 38.24 431600 1105840 8 22:56:44 22:46:01 142788 0 621172 33.01 2620 1114964 1120584 38.24 443892 1095620 20 22:56:44 22:47:01 143932 0 620028 32.95 2620 1114964 1092636 37.29 446680 1092260 12 22:56:44 22:48:01 140704 0 623248 33.12 2620 1114972 1085612 37.05 451616 1090792 20 22:56:44 22:49:01 139152 0 624796 33.21 2620 1114976 1085636 37.05 453084 1090792 8 22:56:44 22:50:01 137952 0 625992 33.27 2620 1114980 1085600 37.05 454996 1090564 16 22:56:44 22:51:02 136060 0 627880 33.37 2620 1114984 1085612 37.05 456752 1090564 8 22:56:44 22:52:01 131128 0 632748 33.63 2620 1115048 1085364 37.04 461428 1090580 20 22:56:44 22:53:01 130320 0 633608 33.67 2620 1114996 1086548 37.08 461892 1090536 12 22:56:44 22:54:01 130588 0 633340 33.66 2620 1114996 1084088 37.00 464088 1088584 16 22:56:44 22:55:01 132016 0 631904 33.58 2620 1115004 1072780 36.61 463252 1088256 8 22:56:44 22:56:01 132240 0 631676 33.57 2620 1115008 1072780 36.61 463356 1088256 8 22:56:44 Average: 137459 0 626480 33.30 2620 1114985 1092512 37.29 452440 1093093 14 22:56:44 22:56:44 22:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:56:44 22:44:01 eth0 405.34 269.05 1098.47 80.43 0.00 0.00 0.00 0.00 22:56:44 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:44:01 docker0 13.71 10.68 1.86 26.54 0.00 0.00 0.00 0.00 22:56:44 22:45:01 eth0 3.50 0.97 0.98 0.54 0.00 0.00 0.00 0.00 22:56:44 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:46:01 eth0 3.26 0.85 1.06 0.63 0.00 0.00 0.00 0.00 22:56:44 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:47:01 eth0 2.53 0.57 0.66 0.40 0.00 0.00 0.00 0.00 22:56:44 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:48:01 eth0 2.58 0.83 0.93 0.63 0.00 0.00 0.00 0.00 22:56:44 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:49:01 eth0 4.13 1.27 1.39 0.84 0.00 0.00 0.00 0.00 22:56:44 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:50:01 eth0 4.49 0.93 1.11 0.60 0.00 0.00 0.00 0.00 22:56:44 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:51:02 eth0 4.79 0.95 1.13 0.64 0.00 0.00 0.00 0.00 22:56:44 22:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:52:01 eth0 5.79 3.13 1.18 15.28 0.00 0.00 0.00 0.00 22:56:44 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:53:01 eth0 3.16 3.50 0.91 16.96 0.00 0.00 0.00 0.00 22:56:44 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:54:01 eth0 0.43 0.25 0.15 0.30 0.00 0.00 0.00 0.00 22:56:44 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:55:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:56:44 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:56:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:56:44 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 22:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 Average: eth0 33.91 21.75 85.34 9.01 0.00 0.00 0.00 0.00 22:56:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:56:44 Average: docker0 1.06 0.82 0.14 2.04 0.00 0.00 0.00 0.00 22:56:44 22:56:44 22:56:44 ---> sar -P ALL: 22:56:44 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:56:44 22:56:44 22:42:22 LINUX RESTART (4 CPU) 22:56:44 22:56:44 22:43:01 CPU %user %nice %system %iowait %steal %idle 22:56:44 22:44:01 all 12.34 0.00 4.94 1.41 6.13 75.18 22:56:44 22:44:01 0 14.38 0.00 4.89 0.25 6.39 74.09 22:56:44 22:44:01 1 13.48 0.00 4.56 2.15 6.12 73.69 22:56:44 22:44:01 2 12.32 0.00 5.36 0.43 5.57 76.32 22:56:44 22:44:01 3 9.19 0.00 4.98 2.79 6.43 76.62 22:56:44 22:45:01 all 0.15 0.00 0.10 0.00 0.62 99.12 22:56:44 22:45:01 0 0.08 0.00 0.12 0.00 1.01 98.79 22:56:44 22:45:01 1 0.07 0.00 0.13 0.00 0.48 99.32 22:56:44 22:45:01 2 0.43 0.00 0.07 0.00 0.61 98.89 22:56:44 22:45:01 3 0.03 0.00 0.10 0.00 0.38 99.48 22:56:44 22:46:01 all 0.15 0.00 0.18 0.00 0.62 99.05 22:56:44 22:46:01 0 0.15 0.00 0.07 0.00 0.60 99.19 22:56:44 22:46:01 1 0.08 0.00 0.52 0.00 0.47 98.93 22:56:44 22:46:01 2 0.33 0.00 0.10 0.00 0.56 99.00 22:56:44 22:46:01 3 0.03 0.00 0.05 0.00 0.84 99.07 22:56:44 22:47:01 all 0.13 0.00 0.06 0.00 0.47 99.34 22:56:44 22:47:01 0 0.40 0.00 0.07 0.00 0.50 99.04 22:56:44 22:47:01 1 0.03 0.00 0.05 0.00 0.56 99.35 22:56:44 22:47:01 2 0.07 0.00 0.05 0.00 0.51 99.37 22:56:44 22:47:01 3 0.03 0.00 0.07 0.00 0.30 99.60 22:56:44 22:48:01 all 0.11 0.00 0.19 0.00 0.82 98.87 22:56:44 22:48:01 0 0.20 0.00 0.21 0.00 1.14 98.45 22:56:44 22:48:01 1 0.13 0.00 0.32 0.00 0.60 98.95 22:56:44 22:48:01 2 0.05 0.00 0.15 0.00 0.76 99.04 22:56:44 22:48:01 3 0.07 0.00 0.08 0.00 0.79 99.06 22:56:44 22:49:01 all 0.13 0.00 0.05 0.00 0.25 99.57 22:56:44 22:49:01 0 0.07 0.00 0.07 0.00 0.52 99.35 22:56:44 22:49:01 1 0.12 0.00 0.03 0.00 0.12 99.73 22:56:44 22:49:01 2 0.27 0.00 0.07 0.00 0.12 99.55 22:56:44 22:49:01 3 0.07 0.00 0.05 0.00 0.25 99.63 22:56:44 22:50:01 all 0.15 0.00 0.05 0.00 0.72 99.08 22:56:44 22:50:01 0 0.05 0.00 0.07 0.00 1.04 98.84 22:56:44 22:50:01 1 0.25 0.00 0.05 0.00 0.86 98.84 22:56:44 22:50:01 2 0.22 0.00 0.03 0.00 0.20 99.55 22:56:44 22:50:01 3 0.08 0.00 0.03 0.00 0.79 99.09 22:56:44 22:51:02 all 0.09 0.00 0.06 0.00 1.13 98.72 22:56:44 22:51:02 0 0.05 0.00 0.05 0.00 0.96 98.94 22:56:44 22:51:02 1 0.22 0.00 0.05 0.00 0.65 99.09 22:56:44 22:51:02 2 0.08 0.00 0.10 0.00 2.44 97.38 22:56:44 22:51:02 3 0.02 0.00 0.03 0.00 0.46 99.49 22:56:44 22:52:01 all 0.17 0.00 0.09 0.00 1.17 98.57 22:56:44 22:52:01 0 0.13 0.00 0.12 0.00 2.46 97.30 22:56:44 22:52:01 1 0.25 0.00 0.10 0.00 0.71 98.94 22:56:44 22:52:01 2 0.10 0.00 0.07 0.00 0.94 98.89 22:56:44 22:52:01 3 0.19 0.00 0.08 0.00 0.54 99.19 22:56:44 22:53:01 all 0.15 0.00 0.07 0.00 0.20 99.58 22:56:44 22:53:01 0 0.25 0.00 0.08 0.00 0.27 99.40 22:56:44 22:53:01 1 0.10 0.00 0.07 0.00 0.08 99.75 22:56:44 22:53:01 2 0.10 0.00 0.07 0.00 0.18 99.65 22:56:44 22:53:01 3 0.15 0.00 0.07 0.00 0.25 99.53 22:56:44 22:54:01 all 0.19 0.00 0.05 0.00 0.10 99.66 22:56:44 22:54:01 0 0.03 0.00 0.07 0.00 0.15 99.75 22:56:44 22:54:01 1 0.45 0.00 0.05 0.00 0.08 99.42 22:56:44 22:54:01 2 0.07 0.00 0.07 0.00 0.13 99.73 22:56:44 22:54:01 3 0.20 0.00 0.03 0.00 0.02 99.75 22:56:44 22:56:44 22:54:01 CPU %user %nice %system %iowait %steal %idle 22:56:44 22:55:01 all 0.13 0.00 0.04 0.00 0.20 99.63 22:56:44 22:55:01 0 0.00 0.00 0.03 0.00 0.07 99.90 22:56:44 22:55:01 1 0.43 0.00 0.03 0.00 0.18 99.35 22:56:44 22:55:01 2 0.05 0.00 0.08 0.00 0.40 99.47 22:56:44 22:55:01 3 0.03 0.00 0.00 0.00 0.15 99.82 22:56:44 22:56:01 all 0.10 0.00 0.05 0.00 0.65 99.20 22:56:44 22:56:01 0 0.03 0.00 0.03 0.00 0.96 98.98 22:56:44 22:56:01 1 0.30 0.00 0.05 0.00 1.06 98.60 22:56:44 22:56:01 2 0.03 0.00 0.05 0.00 0.28 99.63 22:56:44 22:56:01 3 0.03 0.00 0.05 0.00 0.32 99.60 22:56:44 Average: all 1.09 0.00 0.46 0.11 1.01 97.33 22:56:44 Average: 0 1.23 0.00 0.45 0.02 1.24 97.06 22:56:44 Average: 1 1.24 0.00 0.47 0.17 0.93 97.20 22:56:44 Average: 2 1.09 0.00 0.48 0.03 0.98 97.41 22:56:44 Average: 3 0.79 0.00 0.44 0.22 0.90 97.66 22:56:44 22:56:44 22:56:44