Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b00c234f37ae4eb8f1baf8e69fb9d9243aaf36e1+666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 (d1b05694db39c9a9463ffa18fd5a20ce2c0a625c) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-32555 in /w/workspace/dgexfoundry_device-sdk-go_PR-852 [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-852 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit b00c234f37ae4eb8f1baf8e69fb9d9243aaf36e1 > 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/852/head:refs/remotes/origin/PR-852 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing df9d1a870fb5e51cb3655924838db90aaf94669a Checking out Revision df9d1a870fb5e51cb3655924838db90aaf94669a (PR-852) > git checkout -f b00c234f37ae4eb8f1baf8e69fb9d9243aaf36e1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df9d1a870fb5e51cb3655924838db90aaf94669a # timeout=10 Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" > git rev-list --no-walk b00c234f37ae4eb8f1baf8e69fb9d9243aaf36e1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:43:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:43:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:43:45 ========================================================= 02:43:45 EdgeX Global Pipelines Version Info 02:43:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:43:48 ------------------- 02:43:48 stable info: 02:43:48 ------------------- 02:43:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:48 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:43:48 Message: update stable to v1.0.186 02:43:49 ------------------- 02:43:49 experimental info: 02:43:49 ------------------- 02:43:49 Commited By: **** collab-it+edgex@linuxfoundation.org 02:43:49 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 02:43:49 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:43:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:43:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-852 [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-852 [Pipeline] echo 02:43:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-852 [Pipeline] echo 02:43:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = df9d1a870fb5e51cb3655924838db90aaf94669a [Pipeline] echo 02:43:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = df9d1a8 [Pipeline] echo 02:43:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:43:53 provisioning config files... 02:43:53 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-852@tmp/config4978511593964305234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:53 ---> docker-login.sh 02:43:53 nexus3.edgexfoundry.org:10001 02:43:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:55 Configure a credential helper to remove this warning. See 02:43:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:55 02:43:55 Login Succeeded 02:43:55 nexus3.edgexfoundry.org:10002 02:43:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:56 Configure a credential helper to remove this warning. See 02:43:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:56 02:43:56 Login Succeeded 02:43:56 nexus3.edgexfoundry.org:10003 02:43:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:57 Configure a credential helper to remove this warning. See 02:43:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:57 02:43:57 Login Succeeded 02:43:57 nexus3.edgexfoundry.org:10004 02:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:58 Configure a credential helper to remove this warning. See 02:43:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:58 02:43:58 Login Succeeded 02:43:58 docker.io 02:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:59 Configure a credential helper to remove this warning. See 02:43:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:59 02:43:59 Login Succeeded 02:43:59 ---> docker-login.sh ends [Pipeline] } 02:43:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:00 + git log --format=format:%s -1 df9d1a870fb5e51cb3655924838db90aaf94669a [Pipeline] echo 02:44:00 GIT_COMMIT: df9d1a870fb5e51cb3655924838db90aaf94669a, Commit Message: Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD [Pipeline] echo 02:44:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:44:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:01 02:44:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:44:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:02 latest: Pulling from edgex-devops/git-semver 02:44:02 31603596830f: Pulling fs layer 02:44:02 2a8b12db71e7: Pulling fs layer 02:44:02 6ca5941a6612: Pulling fs layer 02:44:02 ecc8261a40a4: Pulling fs layer 02:44:02 ecc8261a40a4: Waiting 02:44:02 2a8b12db71e7: Verifying Checksum 02:44:02 2a8b12db71e7: Download complete 02:44:02 31603596830f: Verifying Checksum 02:44:02 31603596830f: Download complete 02:44:04 ecc8261a40a4: Verifying Checksum 02:44:04 ecc8261a40a4: Download complete 02:44:04 31603596830f: Pull complete 02:44:04 6ca5941a6612: Verifying Checksum 02:44:04 6ca5941a6612: Download complete 02:44:04 2a8b12db71e7: Pull complete 02:44:05 6ca5941a6612: Pull complete 02:44:06 ecc8261a40a4: Pull complete 02:44:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:44:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:44:06 prd-centos7-docker-4c-2g-32555 does not seem to be running inside a container 02:44:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-852 -v /w/workspace/dgexfoundry_device-sdk-go_PR-852:/w/workspace/dgexfoundry_device-sdk-go_PR-852:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-852@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:44:11 $ docker top 4ef8a5bb0895b9af7ac662633773e46a1742e91fdead0bffce89463747652027 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:44:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:11 [ssh-agent] Looking for ssh-agent implementation... 02:44:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:12 $ docker exec 4ef8a5bb0895b9af7ac662633773e46a1742e91fdead0bffce89463747652027 ssh-agent 02:44:12 SSH_AUTH_SOCK=/tmp/ssh-lLuj2LWbucyP/agent.11 02:44:12 SSH_AGENT_PID=16 02:44:12 Running ssh-add (command line suppressed) 02:44:13 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-852@tmp/private_key_8029458196637645695.key (/w/workspace/dgexfoundry_device-sdk-go_PR-852@tmp/private_key_8029458196637645695.key) 02:44:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:14 + git tag --points-at HEAD [Pipeline] } 02:44:14 $ docker exec --env ******** --env ******** 4ef8a5bb0895b9af7ac662633773e46a1742e91fdead0bffce89463747652027 ssh-agent -k 02:44:14 unset SSH_AUTH_SOCK; 02:44:14 unset SSH_AGENT_PID; 02:44:14 echo Agent pid 16 killed; 02:44:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:44:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:14 [ssh-agent] Looking for ssh-agent implementation... 02:44:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:15 $ docker exec 4ef8a5bb0895b9af7ac662633773e46a1742e91fdead0bffce89463747652027 ssh-agent 02:44:16 SSH_AUTH_SOCK=/tmp/ssh-TCrUmmiGv3oe/agent.44 02:44:16 SSH_AGENT_PID=49 02:44:16 Running ssh-add (command line suppressed) 02:44:16 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-852@tmp/private_key_812054424177224596.key (/w/workspace/dgexfoundry_device-sdk-go_PR-852@tmp/private_key_812054424177224596.key) 02:44:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:17 + git semver init 02:44:17 # -> Open(): unable to determine branch for HEAD 02:44:17 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-852/.git 02:44:17 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-852 02:44:17 # $SEMVER_REMOTE_NAME = origin 02:44:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:44:17 # $SEMVER_USER_NAME = edgex-jenkins 02:44:17 # $SEMVER_BRANCH = PR-852 02:44:17 # $SEMVER_TEMP = /tmp/semver-311298439 02:44:17 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:44:19 # '/tmp/semver-311298439' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-852/.semver' 02:44:19 # -> Force: false 02:44:19 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-852/.semver [Pipeline] } 02:44:19 $ docker exec --env ******** --env ******** 4ef8a5bb0895b9af7ac662633773e46a1742e91fdead0bffce89463747652027 ssh-agent -k 02:44:20 unset SSH_AUTH_SOCK; 02:44:20 unset SSH_AGENT_PID; 02:44:20 echo Agent pid 49 killed; 02:44:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:44:21 + git semver [Pipeline] } 02:44:22 $ docker stop --time=1 4ef8a5bb0895b9af7ac662633773e46a1742e91fdead0bffce89463747652027 02:44:24 $ docker rm -f 4ef8a5bb0895b9af7ac662633773e46a1742e91fdead0bffce89463747652027 [Pipeline] // withDockerContainer [Pipeline] sh 02:44:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:44:26 Stashed 1 file(s) [Pipeline] echo 02:44:26 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:44:42 Still waiting to schedule task 02:44:42 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:44:42 Still waiting to schedule task 02:44:42 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-32557’ 02:45:44 Running on prd-centos7-docker-4c-2g-32563 in /w/workspace/dgexfoundry_device-sdk-go_PR-852 [Pipeline] { [Pipeline] ws 02:45:44 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 02:45:46 using credential edgex-jenkins-ssh 02:45:46 Cloning the remote Git repository 02:45:46 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:46 > git init /w/workspace/device-sdk-go/2 # timeout=10 02:45:46 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:46 > git --version # timeout=10 02:45:46 > git --version # 'git version 2.24.3' 02:45:46 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:48 Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit b00c234f37ae4eb8f1baf8e69fb9d9243aaf36e1 02:45:48 Merge succeeded, producing 072b1f7a80dc1570ffcf5359167a77e0fd4d0662 02:45:48 Checking out Revision 072b1f7a80dc1570ffcf5359167a77e0fd4d0662 (PR-852) 02:45:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:47 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/852/head:refs/remotes/origin/PR-852 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:48 > git config core.sparsecheckout # timeout=10 02:45:48 > git checkout -f b00c234f37ae4eb8f1baf8e69fb9d9243aaf36e1 # timeout=10 02:45:48 > git remote # timeout=10 02:45:48 > git config --get remote.origin.url # timeout=10 02:45:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:48 > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 02:45:48 > git rev-parse HEAD^{commit} # timeout=10 02:45:48 > git config core.sparsecheckout # timeout=10 02:45:48 > git checkout -f 072b1f7a80dc1570ffcf5359167a77e0fd4d0662 # timeout=10 02:45:51 Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" 02:45:51 > git rev-list --no-walk b00c234f37ae4eb8f1baf8e69fb9d9243aaf36e1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:45:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:53 + sudo service docker restart 02:45:53 + true 02:45:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:55 provisioning config files... 02:45:55 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config1296480601393921735tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:55 ---> docker-login.sh 02:45:55 nexus3.edgexfoundry.org:10001 02:45:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:55 Configure a credential helper to remove this warning. See 02:45:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:55 02:45:55 Login Succeeded 02:45:55 nexus3.edgexfoundry.org:10002 02:45:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:55 Configure a credential helper to remove this warning. See 02:45:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:55 02:45:55 Login Succeeded 02:45:55 nexus3.edgexfoundry.org:10003 02:45:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:55 Configure a credential helper to remove this warning. See 02:45:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:55 02:45:55 Login Succeeded 02:45:55 nexus3.edgexfoundry.org:10004 02:45:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:56 Configure a credential helper to remove this warning. See 02:45:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:56 02:45:56 Login Succeeded 02:45:56 docker.io 02:45:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:56 Configure a credential helper to remove this warning. See 02:45:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:56 02:45:56 Login Succeeded 02:45:56 ---> docker-login.sh ends [Pipeline] } 02:45:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:56 ========================================================= 02:45:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:57 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:45:57 Sending build context to Docker daemon 2.367MB 02:45:57 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:45:57 Step 2/8 : FROM ${BASE} 02:45:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:57 188c0c94c7c5: Pulling fs layer 02:45:57 0ef7d3d256c8: Pulling fs layer 02:45:57 de9db76c5a1d: Pulling fs layer 02:45:57 bca2f99d35d6: Pulling fs layer 02:45:57 93359f2a8cfa: Pulling fs layer 02:45:57 7c6f9722023f: Pulling fs layer 02:45:57 a35cf1a2eb13: Pulling fs layer 02:45:57 93359f2a8cfa: Waiting 02:45:57 7c6f9722023f: Waiting 02:45:57 a35cf1a2eb13: Waiting 02:45:57 bca2f99d35d6: Waiting 02:45:57 de9db76c5a1d: Verifying Checksum 02:45:57 de9db76c5a1d: Download complete 02:45:57 0ef7d3d256c8: Download complete 02:45:57 93359f2a8cfa: Verifying Checksum 02:45:57 93359f2a8cfa: Download complete 02:45:57 188c0c94c7c5: Verifying Checksum 02:45:57 188c0c94c7c5: Download complete 02:45:57 7c6f9722023f: Verifying Checksum 02:45:57 7c6f9722023f: Download complete 02:45:57 188c0c94c7c5: Pull complete 02:45:57 0ef7d3d256c8: Pull complete 02:45:58 de9db76c5a1d: Pull complete 02:45:59 a35cf1a2eb13: Verifying Checksum 02:45:59 a35cf1a2eb13: Download complete 02:46:00 bca2f99d35d6: Verifying Checksum 02:46:00 bca2f99d35d6: Download complete 02:46:05 bca2f99d35d6: Pull complete 02:46:05 93359f2a8cfa: Pull complete 02:46:05 7c6f9722023f: Pull complete 02:46:13 a35cf1a2eb13: Pull complete 02:46:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:46:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:46:13 ---> a62c8e92a672 02:46:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:13 ---> Running in d9fd2a97595b 02:46:13 Removing intermediate container d9fd2a97595b 02:46:13 ---> 2ba71b8ea90d 02:46:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:13 ---> Running in 4b46cb57d527 02:46:14 Removing intermediate container 4b46cb57d527 02:46:14 ---> 38e639838723 02:46:14 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:46:14 ---> Running in 9ea468a5b43f 02:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:17 (1/6) Installing libc-dev (0.7.2-r3) 02:46:17 (2/6) Installing libsodium (1.0.18-r0) 02:46:17 (3/6) Installing pkgconf (1.7.2-r0) 02:46:18 (4/6) Installing libsodium-dev (1.0.18-r0) 02:46:18 (5/6) Installing libzmq (4.3.3-r0) 02:46:18 (6/6) Installing zeromq-dev (4.3.3-r0) 02:46:18 Executing busybox-1.31.1-r19.trigger 02:46:18 OK: 167 MiB in 45 packages 02:46:18 Removing intermediate container 9ea468a5b43f 02:46:18 ---> a81618a7babb 02:46:18 Step 6/8 : WORKDIR /device-sdk-go 02:46:18 ---> Running in c24fd05cdce2 02:46:19 Removing intermediate container c24fd05cdce2 02:46:19 ---> e31961ca086d 02:46:19 Step 7/8 : COPY . . 02:46:20 ---> ad9668a5fb0c 02:46:20 Step 8/8 : RUN go mod download 02:46:20 ---> Running in fe9751e438bd 02:46:42 Removing intermediate container fe9751e438bd 02:46:42 ---> 18df996334e6 02:46:42 Successfully built 18df996334e6 02:46:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:46:42 + docker inspect -f . ci-base-image-x86_64 02:46:42 . [Pipeline] withDockerContainer 02:46:43 prd-centos7-docker-4c-2g-32563 does not seem to be running inside a container 02:46:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:43 $ docker top e89ee103fac411bfffbb579ecd4f61c336792ec856efe9ce9558a06feae5556a -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:44 + go version 02:46:44 go version go1.15.5 linux/amd64 [Pipeline] } 02:46:44 $ docker stop --time=1 e89ee103fac411bfffbb579ecd4f61c336792ec856efe9ce9558a06feae5556a 02:46:45 $ docker rm -f e89ee103fac411bfffbb579ecd4f61c336792ec856efe9ce9558a06feae5556a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:46 + docker inspect -f . ci-base-image-x86_64 02:46:46 . [Pipeline] withDockerContainer 02:46:46 prd-centos7-docker-4c-2g-32563 does not seem to be running inside a container 02:46:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:47 $ docker top babc7079fcbc33b5e45d88bf55fd9ed44fa5aadeaa4761601d5e957d37c1c651 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:47 + make test 02:46:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32564 in /w/workspace/dgexfoundry_device-sdk-go_PR-852 [Pipeline] { [Pipeline] ws 02:46:51 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 02:46:54 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:57 using credential edgex-jenkins-ssh 02:46:57 Cloning the remote Git repository 02:46:57 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:46:57 > git init /w/workspace/device-sdk-go/2 # timeout=10 02:46:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:57 > git --version # timeout=10 02:46:57 > git --version # 'git version 2.17.1' 02:46:57 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/852/head:refs/remotes/origin/PR-852 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:46:59 Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit b00c234f37ae4eb8f1baf8e69fb9d9243aaf36e1 02:46:59 Merge succeeded, producing 8587d5ef313b74c1896e9b231f579c57729f2924 02:46:59 Checking out Revision 8587d5ef313b74c1896e9b231f579c57729f2924 (PR-852) 02:46:59 > git config core.sparsecheckout # timeout=10 02:46:59 > git checkout -f b00c234f37ae4eb8f1baf8e69fb9d9243aaf36e1 # timeout=10 02:46:59 > git remote # timeout=10 02:46:59 > git config --get remote.origin.url # timeout=10 02:46:59 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:59 > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 02:46:59 > git rev-parse HEAD^{commit} # timeout=10 02:46:59 > git config core.sparsecheckout # timeout=10 02:46:59 > git checkout -f 8587d5ef313b74c1896e9b231f579c57729f2924 # timeout=10 02:47:04 Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" 02:47:04 > git rev-list --no-walk b00c234f37ae4eb8f1baf8e69fb9d9243aaf36e1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:47:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:47:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:47:07 + sudo service docker restart 02:47:07 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:47:09 provisioning config files... 02:47:09 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config3607594658419392539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:47:10 ---> docker-login.sh 02:47:10 nexus3.edgexfoundry.org:10001 02:47:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:11 Configure a credential helper to remove this warning. See 02:47:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:11 02:47:11 Login Succeeded 02:47:11 nexus3.edgexfoundry.org:10002 02:47:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:12 Configure a credential helper to remove this warning. See 02:47:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:12 02:47:12 Login Succeeded 02:47:12 nexus3.edgexfoundry.org:10003 02:47:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:12 Configure a credential helper to remove this warning. See 02:47:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:12 02:47:12 Login Succeeded 02:47:12 nexus3.edgexfoundry.org:10004 02:47:12 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:47:12 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:47:12 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:47:12 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:47:12 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:47:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:13 Configure a credential helper to remove this warning. See 02:47:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:13 02:47:13 Login Succeeded 02:47:13 docker.io 02:47:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:47:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:47:14 Configure a credential helper to remove this warning. See 02:47:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:47:14 02:47:14 Login Succeeded 02:47:14 ---> docker-login.sh ends [Pipeline] } 02:47:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:47:14 ========================================================= 02:47:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:47:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:47:15 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:47:15 Sending build context to Docker daemon 2.353MB 02:47:15 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:47:15 Step 2/8 : FROM ${BASE} 02:47:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:47:15 5f621e34cdf4: Pulling fs layer 02:47:15 a4357932f1b6: Pulling fs layer 02:47:15 18c013af1878: Pulling fs layer 02:47:15 00ac8860ef70: Pulling fs layer 02:47:15 63d7cb157983: Pulling fs layer 02:47:15 b116817d02f9: Pulling fs layer 02:47:15 745a02a5169b: Pulling fs layer 02:47:15 00ac8860ef70: Waiting 02:47:15 63d7cb157983: Waiting 02:47:15 b116817d02f9: Waiting 02:47:15 745a02a5169b: Waiting 02:47:15 18c013af1878: Verifying Checksum 02:47:15 18c013af1878: Download complete 02:47:15 a4357932f1b6: Verifying Checksum 02:47:15 a4357932f1b6: Download complete 02:47:15 63d7cb157983: Verifying Checksum 02:47:15 63d7cb157983: Download complete 02:47:16 b116817d02f9: Verifying Checksum 02:47:16 b116817d02f9: Download complete 02:47:16 5f621e34cdf4: Verifying Checksum 02:47:16 5f621e34cdf4: Download complete 02:47:17 5f621e34cdf4: Pull complete 02:47:18 a4357932f1b6: Pull complete 02:47:18 18c013af1878: Pull complete 02:47:18 745a02a5169b: Verifying Checksum 02:47:18 745a02a5169b: Download complete 02:47:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.081s coverage: 28.1% of statements 02:47:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.074s coverage: 81.2% of statements 02:47:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.058s coverage: 7.8% of statements 02:47:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:47:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:47:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.085s coverage: 32.5% of statements 02:47:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:47:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.095s coverage: 57.3% of statements 02:47:20 00ac8860ef70: Verifying Checksum 02:47:20 00ac8860ef70: Download complete 02:47:20 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.126s coverage: 6.6% of statements 02:47:20 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements 02:47:20 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:20 GO111MODULE=on go vet ./... 02:47:30 00ac8860ef70: Pull complete 02:47:30 63d7cb157983: Pull complete 02:47:30 b116817d02f9: Pull complete 02:47:32 745a02a5169b: Pull complete 02:47:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:47:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:47:32 ---> b7e6874047d6 02:47:32 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:35 gofmt -l . 02:47:35 [ "`gofmt -l .`" = "" ] 02:47:35 ./bin/test-attribution-txt.sh 02:47:35 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:47:35 $ docker stop --time=1 babc7079fcbc33b5e45d88bf55fd9ed44fa5aadeaa4761601d5e957d37c1c651 02:47:36 ---> Running in ee3e31483348 02:47:36 Removing intermediate container ee3e31483348 02:47:36 ---> 3d017fe2ebbb 02:47:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:36 ---> Running in 5ef6b0509175 02:47:37 $ docker rm -f babc7079fcbc33b5e45d88bf55fd9ed44fa5aadeaa4761601d5e957d37c1c651 [Pipeline] // withDockerContainer [Pipeline] sh 02:47:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:47:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script 02:47:39 Removing intermediate container 5ef6b0509175 02:47:39 ---> 7323ef5b2f23 02:47:39 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:47:39 ---> Running in 9d6baeac52be [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:47:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:47:40 + ls -al . 02:47:40 total 188 02:47:40 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 2 02:47 . 02:47:40 drwxrwxr-x. 4 jenkins jenkins 28 Apr 2 02:45 .. 02:47:40 drwxrwxr-x. 2 jenkins jenkins 64 Apr 2 02:45 bin 02:47:40 -rw-r--r--. 1 jenkins jenkins 101239 Apr 2 02:47 coverage.out 02:47:40 -rw-rw-r--. 1 jenkins jenkins 987 Apr 2 02:45 Dockerfile.build 02:47:40 -rw-rw-r--. 1 jenkins jenkins 140 Apr 2 02:45 .dockerignore 02:47:40 drwxrwxr-x. 5 jenkins jenkins 62 Apr 2 02:45 example 02:47:40 drwxrwxr-x. 8 jenkins jenkins 179 Apr 2 02:45 .git 02:47:40 drwxrwxr-x. 2 jenkins jenkins 103 Apr 2 02:45 .github 02:47:40 -rw-rw-r--. 1 jenkins jenkins 138 Apr 2 02:45 .gitignore 02:47:40 -rw-r--r--. 1 jenkins jenkins 537 Apr 2 02:47 go.mod 02:47:40 -rw-r--r--. 1 jenkins jenkins 21235 Apr 2 02:47 go.sum 02:47:40 drwxrwxr-x. 14 jenkins jenkins 207 Apr 2 02:45 internal 02:47:40 -rw-rw-r--. 1 jenkins jenkins 901 Apr 2 02:45 Jenkinsfile 02:47:40 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 2 02:45 LICENSE 02:47:40 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 2 02:45 Makefile 02:47:40 drwxrwxr-x. 4 jenkins jenkins 26 Apr 2 02:45 openapi 02:47:40 drwxrwxr-x. 5 jenkins jenkins 50 Apr 2 02:45 pkg 02:47:40 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 2 02:45 README.md 02:47:40 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 2 02:45 RELEASE-NOTES.txt 02:47:40 drwxrwxr-x. 4 jenkins jenkins 54 Apr 2 02:45 snap 02:47:40 -rw-rw-r--. 1 jenkins jenkins 5 Apr 2 02:44 VERSION 02:47:40 -rw-rw-r--. 1 jenkins jenkins 222 Apr 2 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:47:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:47:40 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=df9d1a870fb5e51cb3655924838db90aaf94669a --label arch=amd64 --label version=0.0.0 . 02:47:41 Sending build context to Docker daemon 2.469MB 02:47:41 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:47:41 Step 2/23 : FROM ${BASE} AS builder 02:47:41 ---> 18df996334e6 02:47:41 Step 3/23 : WORKDIR /device-sdk-go 02:47:41 ---> Running in 8ef889860169 02:47:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:47:41 Removing intermediate container 8ef889860169 02:47:41 ---> 5f68da3cad62 02:47:41 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:41 ---> Running in 27e9b474e81a 02:47:41 Removing intermediate container 27e9b474e81a 02:47:41 ---> f4f512034460 02:47:41 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:41 ---> Running in 5223174ece34 02:47:42 Removing intermediate container 5223174ece34 02:47:42 ---> 57f9833d5145 02:47:42 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:47:42 ---> Running in de1bde844d1e 02:47:42 (1/6) Installing libc-dev (0.7.2-r3) 02:47:42 (2/6) Installing libsodium (1.0.18-r0) 02:47:43 (3/6) Installing pkgconf (1.7.2-r0) 02:47:43 (4/6) Installing libsodium-dev (1.0.18-r0) 02:47:43 (5/6) Installing libzmq (4.3.3-r0) 02:47:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:43 (6/6) Installing zeromq-dev (4.3.3-r0) 02:47:43 Executing busybox-1.31.1-r19.trigger 02:47:43 OK: 144 MiB in 45 packages 02:47:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:45 Removing intermediate container 9d6baeac52be 02:47:45 ---> 08d0485fedf2 02:47:45 Step 6/8 : WORKDIR /device-sdk-go 02:47:45 ---> Running in 95cc6e8c589c 02:47:45 OK: 167 MiB in 45 packages 02:47:46 Removing intermediate container 95cc6e8c589c 02:47:46 ---> 7e43670c0aab 02:47:46 Step 7/8 : COPY . . 02:47:46 Removing intermediate container de1bde844d1e 02:47:46 ---> 7174567accd6 02:47:46 Step 7/23 : COPY . . 02:47:47 ---> e9e0541d5447 02:47:47 Step 8/8 : RUN go mod download 02:47:47 ---> fafad7c24039 02:47:47 Step 8/23 : RUN go mod download 02:47:47 ---> Running in 0e95088b9a78 02:47:47 ---> Running in ca02b7561d8b 02:47:48 Removing intermediate container ca02b7561d8b 02:47:48 ---> ed68ccc9491d 02:47:48 Step 9/23 : RUN make build 02:47:48 ---> Running in 3edcbc80c504 02:47:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:47:59 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:48:01 Removing intermediate container 3edcbc80c504 02:48:01 ---> bdc813790f25 02:48:01 Step 10/23 : FROM alpine:3.12 02:48:01 3.12: Pulling from library/alpine 02:48:01 532819f3e44c: Pulling fs layer 02:48:01 532819f3e44c: Download complete 02:48:01 532819f3e44c: Pull complete 02:48:01 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:48:01 Status: Downloaded newer image for alpine:3.12 02:48:01 ---> 7230e588e954 02:48:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:02 ---> Running in 512d4802cf46 02:48:02 Removing intermediate container 512d4802cf46 02:48:02 ---> a875592e85dd 02:48:02 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:02 ---> Running in d9106c021008 02:48:03 Removing intermediate container d9106c021008 02:48:03 ---> b7445097c25e 02:48:03 Step 13/23 : RUN apk add --update --no-cache zeromq 02:48:03 ---> Running in 741b8e092f14 02:48:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:48:05 (1/5) Installing libgcc (9.3.0-r2) 02:48:05 (2/5) Installing libsodium (1.0.18-r0) 02:48:05 (3/5) Installing libstdc++ (9.3.0-r2) 02:48:06 (4/5) Installing libzmq (4.3.3-r0) 02:48:06 (5/5) Installing zeromq (4.3.3-r0) 02:48:06 Executing busybox-1.31.1-r20.trigger 02:48:06 OK: 8 MiB in 19 packages 02:48:06 Removing intermediate container 741b8e092f14 02:48:06 ---> e97cf2a4d142 02:48:06 Step 14/23 : WORKDIR / 02:48:06 ---> Running in 1520c07f9169 02:48:06 Removing intermediate container 1520c07f9169 02:48:06 ---> 140a9ca63337 02:48:06 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:48:07 ---> 2706f3b0cf39 02:48:07 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:48:07 ---> e346f081e628 02:48:07 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:48:08 ---> 2180f6fa7dce 02:48:08 Step 18/23 : EXPOSE 49990 02:48:08 ---> Running in 0850ab4bebde 02:48:08 Removing intermediate container 0850ab4bebde 02:48:08 ---> 464958e5a1e0 02:48:08 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:48:08 ---> Running in 371210737ce5 02:48:08 Removing intermediate container 371210737ce5 02:48:08 ---> f469adf0a9cf 02:48:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:08 ---> Running in 92a913623a6d 02:48:08 Removing intermediate container 92a913623a6d 02:48:08 ---> 33c8c6c3c6f5 02:48:08 Step 21/23 : LABEL arch=amd64 02:48:08 ---> Running in 67c0c5196d30 02:48:08 Removing intermediate container 67c0c5196d30 02:48:08 ---> 2b463735b6da 02:48:08 Step 22/23 : LABEL git_sha=df9d1a870fb5e51cb3655924838db90aaf94669a 02:48:09 ---> Running in f43a6280c754 02:48:09 Removing intermediate container f43a6280c754 02:48:09 ---> 4ca29ff0a9aa 02:48:09 Step 23/23 : LABEL version=0.0.0 02:48:10 ---> Running in 0c651b001054 02:48:10 Removing intermediate container 0c651b001054 02:48:10 ---> 0f369bdf45c2 02:48:10 [Warning] One or more build-args [MAKE ARCH] were not consumed 02:48:10 Successfully built 0f369bdf45c2 02:48:10 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:48:11 ---> job-cost.sh 02:48:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Wesb 02:48:14 Removing intermediate container 0e95088b9a78 02:48:14 ---> 4f1b0694be8c 02:48:14 Successfully built 4f1b0694be8c 02:48:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:48:14 + docker inspect -f . ci-base-image-arm64 02:48:14 . [Pipeline] withDockerContainer 02:48:14 prd-ubuntu18.04-docker-arm64-4c-16g-32564 does not seem to be running inside a container 02:48:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:48:16 $ docker top 4810e877866e06e8d3526611f7f41a689f26e1684b6e9d7c597d9028e1f6f4d8 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:17 + go version 02:48:17 go version go1.15.5 linux/arm64 [Pipeline] } 02:48:17 $ docker stop --time=1 4810e877866e06e8d3526611f7f41a689f26e1684b6e9d7c597d9028e1f6f4d8 02:48:19 $ docker rm -f 4810e877866e06e8d3526611f7f41a689f26e1684b6e9d7c597d9028e1f6f4d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:48:20 + docker inspect -f . ci-base-image-arm64 02:48:20 . [Pipeline] withDockerContainer 02:48:21 prd-ubuntu18.04-docker-arm64-4c-16g-32564 does not seem to be running inside a container 02:48:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:48:22 $ docker top 80c0cdfaa8ce637b52947e04c0894a5a4dd447fa283efcdbdfe56ff84dd5938a -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:23 + make test 02:48:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:48:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:48:50 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:48:53 lf-activate-venv(): INFO: Adding /tmp/venv-Wesb/bin to PATH 02:48:53 INFO: No Stack... 02:48:53 INFO: Retrieving Pricing Info for: v1-standard-2 02:48:53 INFO: Archiving Costs [Pipeline] sh 02:48:53 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 02:48:53 + cut -d, -f6 [Pipeline] lock 02:48:53 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-852-2-stack-cost] 02:48:53 Resource [jenkins-edgexfoundry-device-sdk-go-PR-852-2-stack-cost] did not exist. Created. 02:48:53 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-852-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:48:54 + echo total: 0.029999999329447746 [Pipeline] stash 02:48:54 Stashed 1 file(s) [Pipeline] } 02:48:54 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-852-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:49:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:49:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:49:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:49:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:49:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:49:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.140s coverage: 28.1% of statements 02:49:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.176s coverage: 81.2% of statements 02:49:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.152s coverage: 7.8% of statements 02:49:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:49:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:49:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:50:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.242s coverage: 32.5% of statements 02:50:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:50:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:50:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:50:04 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.304s coverage: 57.3% of statements 02:50:04 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.355s coverage: 6.6% of statements 02:50:05 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.173s coverage: 5.0% of statements 02:50:05 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:50:06 GO111MODULE=on go vet ./... 02:51:03 gofmt -l . 02:51:03 [ "`gofmt -l .`" = "" ] 02:51:03 ./bin/test-attribution-txt.sh 02:51:03 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:51:03 $ docker stop --time=1 80c0cdfaa8ce637b52947e04c0894a5a4dd447fa283efcdbdfe56ff84dd5938a 02:51:05 $ docker rm -f 80c0cdfaa8ce637b52947e04c0894a5a4dd447fa283efcdbdfe56ff84dd5938a [Pipeline] // withDockerContainer [Pipeline] sh 02:51:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:51:06 Warning: overwriting stash ‘coverage-report’ 02:51:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:51:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:51:08 + ls -al . 02:51:08 total 224 02:51:08 drwxrwxr-x 10 jenkins jenkins 4096 Apr 2 02:50 . 02:51:08 drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:46 .. 02:51:08 -rw-rw-r-- 1 jenkins jenkins 140 Apr 2 02:46 .dockerignore 02:51:08 drwxrwxr-x 8 jenkins jenkins 4096 Apr 2 02:47 .git 02:51:08 drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 02:46 .github 02:51:08 -rw-rw-r-- 1 jenkins jenkins 138 Apr 2 02:46 .gitignore 02:51:08 -rw-rw-r-- 1 jenkins jenkins 987 Apr 2 02:46 Dockerfile.build 02:51:08 -rw-rw-r-- 1 jenkins jenkins 901 Apr 2 02:46 Jenkinsfile 02:51:08 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 2 02:46 LICENSE 02:51:08 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 2 02:46 Makefile 02:51:08 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 2 02:46 README.md 02:51:08 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 2 02:46 RELEASE-NOTES.txt 02:51:08 -rw-rw-r-- 1 jenkins jenkins 5 Apr 2 02:44 VERSION 02:51:08 drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 02:46 bin 02:51:08 -rw-r--r-- 1 jenkins jenkins 101239 Apr 2 02:50 coverage.out 02:51:08 drwxrwxr-x 5 jenkins jenkins 4096 Apr 2 02:46 example 02:51:08 -rw-r--r-- 1 jenkins jenkins 537 Apr 2 02:50 go.mod 02:51:08 -rw-r--r-- 1 jenkins jenkins 21235 Apr 2 02:50 go.sum 02:51:08 drwxrwxr-x 14 jenkins jenkins 4096 Apr 2 02:46 internal 02:51:08 drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:46 openapi 02:51:08 drwxrwxr-x 5 jenkins jenkins 4096 Apr 2 02:46 pkg 02:51:08 drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:46 snap 02:51:08 -rw-rw-r-- 1 jenkins jenkins 222 Apr 2 02:46 version.go [Pipeline] isUnix [Pipeline] sh 02:51:09 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=df9d1a870fb5e51cb3655924838db90aaf94669a --label arch=arm64 --label version=0.0.0 . 02:51:09 Sending build context to Docker daemon 2.455MB 02:51:09 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:51:09 Step 2/23 : FROM ${BASE} AS builder 02:51:09 ---> 4f1b0694be8c 02:51:09 Step 3/23 : WORKDIR /device-sdk-go 02:51:10 ---> Running in c22df6c9d97b 02:51:10 Removing intermediate container c22df6c9d97b 02:51:10 ---> e0f94fdc6bbf 02:51:10 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:10 ---> Running in f3fbf1e48b83 02:51:11 Removing intermediate container f3fbf1e48b83 02:51:11 ---> 090c0a201558 02:51:11 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:11 ---> Running in 330fd9a402b0 02:51:13 Removing intermediate container 330fd9a402b0 02:51:13 ---> a80e8dd61c20 02:51:13 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:51:13 ---> Running in e5045b6713a3 02:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:16 OK: 144 MiB in 45 packages 02:51:17 Removing intermediate container e5045b6713a3 02:51:17 ---> 117f01c2eb28 02:51:17 Step 7/23 : COPY . . 02:51:19 ---> 36c4db4a31bb 02:51:19 Step 8/23 : RUN go mod download 02:51:19 ---> Running in 80fd7820afed 02:51:21 Removing intermediate container 80fd7820afed 02:51:21 ---> 0191bef8055b 02:51:21 Step 9/23 : RUN make build 02:51:21 ---> Running in ae8e01ab3043 02:51:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:51:55 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:51:58 Removing intermediate container ae8e01ab3043 02:51:58 ---> 7367b2c9705f 02:51:58 Step 10/23 : FROM alpine:3.12 02:51:58 3.12: Pulling from library/alpine 02:51:58 9a219e8acc52: Pulling fs layer 02:51:58 9a219e8acc52: Verifying Checksum 02:51:58 9a219e8acc52: Download complete 02:51:59 9a219e8acc52: Pull complete 02:51:59 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:51:59 Status: Downloaded newer image for alpine:3.12 02:51:59 ---> d75e27dfc0a0 02:51:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:59 ---> Running in ec832caef4cf 02:52:00 Removing intermediate container ec832caef4cf 02:52:00 ---> c0caa033b604 02:52:00 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:52:00 ---> Running in 4e403564e09e 02:52:02 Removing intermediate container 4e403564e09e 02:52:02 ---> f35159148490 02:52:02 Step 13/23 : RUN apk add --update --no-cache zeromq 02:52:02 ---> Running in 0956f323a189 02:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:52:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:52:05 (1/5) Installing libgcc (9.3.0-r2) 02:52:05 (2/5) Installing libsodium (1.0.18-r0) 02:52:05 (3/5) Installing libstdc++ (9.3.0-r2) 02:52:05 (4/5) Installing libzmq (4.3.3-r0) 02:52:05 (5/5) Installing zeromq (4.3.3-r0) 02:52:05 Executing busybox-1.31.1-r20.trigger 02:52:05 OK: 8 MiB in 19 packages 02:52:07 Removing intermediate container 0956f323a189 02:52:07 ---> a5cc555f2705 02:52:07 Step 14/23 : WORKDIR / 02:52:07 ---> Running in 6bf580c5febb 02:52:07 Removing intermediate container 6bf580c5febb 02:52:07 ---> 7191f0b88d74 02:52:07 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:52:08 ---> 2ab86eb6ca8b 02:52:08 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:52:09 ---> b9694bec3755 02:52:09 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:52:10 ---> 7c8d1bf791c5 02:52:10 Step 18/23 : EXPOSE 49990 02:52:10 ---> Running in 4f751d6405df 02:52:11 Removing intermediate container 4f751d6405df 02:52:11 ---> c818b77696a7 02:52:11 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:52:11 ---> Running in c8c1ea7e53b7 02:52:11 Removing intermediate container c8c1ea7e53b7 02:52:11 ---> 34df62edefc4 02:52:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:52:11 ---> Running in 5670a66e9046 02:52:12 Removing intermediate container 5670a66e9046 02:52:12 ---> b5a92afe0a21 02:52:12 Step 21/23 : LABEL arch=arm64 02:52:12 ---> Running in 68a9a62870fb 02:52:13 Removing intermediate container 68a9a62870fb 02:52:13 ---> ee905eb3dade 02:52:13 Step 22/23 : LABEL git_sha=df9d1a870fb5e51cb3655924838db90aaf94669a 02:52:13 ---> Running in 6df00cd71edc 02:52:13 Removing intermediate container 6df00cd71edc 02:52:13 ---> d3c384d81b2f 02:52:13 Step 23/23 : LABEL version=0.0.0 02:52:13 ---> Running in 61b3fbd73cde 02:52:14 Removing intermediate container 61b3fbd73cde 02:52:14 ---> 225011c67728 02:52:14 [Warning] One or more build-args [ARCH MAKE] were not consumed 02:52:14 Successfully built 225011c67728 02:52:14 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:52:15 ---> job-cost.sh 02:52:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-P6ku 02:53:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:54:38 lf-activate-venv(): INFO: Adding /tmp/venv-P6ku/bin to PATH 02:54:38 INFO: No Stack... 02:54:38 INFO: Retrieving Pricing Info for: lf-standard-4 02:54:38 INFO: Archiving Costs [Pipeline] sh 02:54:39 + cut -d, -f6 02:54:39 + cat /w/workspace/device-sdk-go/2/archives/cost.csv [Pipeline] lock 02:54:39 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-852-2-stack-cost] 02:54:39 Resource [jenkins-edgexfoundry-device-sdk-go-PR-852-2-stack-cost] did not exist. Created. 02:54:39 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-852-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:54:39 /w/workspace/device-sdk-go/2@tmp/durable-a880a456/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-a880a456/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:54:40 + echo total: 0.20999999344348907 [Pipeline] stash 02:54:40 Warning: overwriting stash ‘stack-cost’ 02:54:40 Stashed 1 file(s) [Pipeline] } 02:54:40 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-852-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:54:41 provisioning config files... 02:54:41 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-852@tmp/config9121825205232983526tmp [Pipeline] { [Pipeline] sh 02:54:42 + set +x 02:54:42 + curl -s https://codecov.io/bash 02:54:42 + bash -s -- 02:54:42 02:54:42 _____ _ 02:54:42 / ____| | | 02:54:42 | | ___ __| | ___ ___ _____ __ 02:54:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:54:42 | |___| (_) | (_| | __/ (_| (_) \ V / 02:54:42 \_____\___/ \__,_|\___|\___\___/ \_/ 02:54:42 Bash-20210309-2b87ace 02:54:42 02:54:42 02:54:42 ==> git version 2.24.3 found 02:54:42 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:54:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:54:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:54:42 ==> Jenkins CI detected. 02:54:42 project root: . 02:54:42 --> token set from env 02:54:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:54:42 ==> Running gcov in . (disable via -X gcov) 02:54:42 ==> Python coveragepy not found 02:54:42 ==> Searching for coverage reports in: 02:54:42 + . 02:54:42 -> Found 1 reports 02:54:42 ==> Detecting git/mercurial file structure 02:54:42 ==> Reading reports 02:54:42 + ./coverage.out bytes=101239 02:54:42 ==> Appending adjustments 02:54:42 https://docs.codecov.io/docs/fixing-reports 02:54:43 + Found adjustments 02:54:43 ==> Gzipping contents 02:54:43 16K /tmp/codecov.fpaviP.gz 02:54:43 ==> Uploading reports 02:54:43 url: https://codecov.io 02:54:43 query: branch=PR-852&commit=df9d1a870fb5e51cb3655924838db90aaf94669a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-852%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=852&job=&cmd_args= 02:54:43 -> Pinging Codecov 02:54:43 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-852&commit=df9d1a870fb5e51cb3655924838db90aaf94669a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-852%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=852&job=&cmd_args= 02:54:43 -> Uploading to 02:54:43 https://storage.googleapis.com/codecov/v4/raw/2021-04-02/7E55EF52A471D76F132DFD9A03CDDE97/df9d1a870fb5e51cb3655924838db90aaf94669a/cbc03249-9ce9-4e74-aa85-76fb660fcb7f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210402%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210402T025443Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7a5f039acb874b75f03a63b8391e54c293eb00c2a4fa98854110acabcb9862a1 02:54:43 % Total % Received % Xferd Average Speed Time Time Time Current 02:54:43 Dload Upload Total Spent Left Speed 02:54:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13712 0 0 100 13712 0 28829 --:--:-- --:--:-- --:--:-- 28806 02:54:44 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/df9d1a870fb5e51cb3655924838db90aaf94669a [Pipeline] } 02:54:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:54:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:54:47 ---> package-listing.sh 02:54:47 ++ tr '[:upper:]' '[:lower:]' 02:54:47 ++ facter osfamily 02:54:47 + OS_FAMILY=redhat 02:54:47 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-852 02:54:47 + START_PACKAGES=/tmp/packages_start.txt 02:54:47 + END_PACKAGES=/tmp/packages_end.txt 02:54:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:54:47 + PACKAGES=/tmp/packages_start.txt 02:54:47 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-852 ']' 02:54:47 + PACKAGES=/tmp/packages_end.txt 02:54:47 + case "${OS_FAMILY}" in 02:54:47 + sort 02:54:47 + rpm -qa 02:54:55 + '[' -f /tmp/packages_start.txt ']' 02:54:55 + '[' -f /tmp/packages_end.txt ']' 02:54:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:54:55 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-852 ']' 02:54:55 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-852/archives/ 02:54:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-852/archives/ [Pipeline] echo 02:54:55 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-852/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:54:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:54:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:54:57 02:54:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:54:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:54:57 alpine: Pulling from edgex-lftools-log-publisher 02:54:57 df20fa9351a1: Pulling fs layer 02:54:57 36b3adc4ff6f: Pulling fs layer 02:54:57 8ad3a11d3b57: Pulling fs layer 02:54:57 46f8f816bc3b: Pulling fs layer 02:54:57 93b61091891f: Pulling fs layer 02:54:57 93b9cdb0e59b: Pulling fs layer 02:54:57 5e14af77c1be: Pulling fs layer 02:54:57 01666e4c0597: Pulling fs layer 02:54:57 aa168da1d23b: Pulling fs layer 02:54:57 93b9cdb0e59b: Waiting 02:54:57 5e14af77c1be: Waiting 02:54:57 01666e4c0597: Waiting 02:54:57 aa168da1d23b: Waiting 02:54:57 46f8f816bc3b: Waiting 02:54:57 93b61091891f: Waiting 02:54:58 36b3adc4ff6f: Download complete 02:54:58 46f8f816bc3b: Verifying Checksum 02:54:58 46f8f816bc3b: Download complete 02:54:58 df20fa9351a1: Verifying Checksum 02:54:58 93b61091891f: Verifying Checksum 02:54:58 93b61091891f: Download complete 02:54:58 93b9cdb0e59b: Verifying Checksum 02:54:58 93b9cdb0e59b: Download complete 02:54:58 5e14af77c1be: Verifying Checksum 02:54:58 5e14af77c1be: Download complete 02:54:58 01666e4c0597: Verifying Checksum 02:54:58 01666e4c0597: Download complete 02:54:59 df20fa9351a1: Pull complete 02:54:59 8ad3a11d3b57: Verifying Checksum 02:54:59 8ad3a11d3b57: Download complete 02:55:00 36b3adc4ff6f: Pull complete 02:55:03 8ad3a11d3b57: Pull complete 02:55:03 46f8f816bc3b: Pull complete 02:55:04 93b61091891f: Pull complete 02:55:05 93b9cdb0e59b: Pull complete 02:55:05 5e14af77c1be: Pull complete 02:55:05 01666e4c0597: Pull complete 02:55:08 aa168da1d23b: Verifying Checksum 02:55:08 aa168da1d23b: Download complete 02:55:23 aa168da1d23b: Pull complete 02:55:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:55:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:55:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:55:24 prd-centos7-docker-4c-2g-32555 does not seem to be running inside a container 02:55:24 $ 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-852/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-852 -v /w/workspace/dgexfoundry_device-sdk-go_PR-852:/w/workspace/dgexfoundry_device-sdk-go_PR-852:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-852@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-852@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:55:28 $ docker top 9c27641424cf76de53848758f9761e95d1846b76eea10ac92e15383e3c935179 -eo pid,comm [Pipeline] { [Pipeline] sh 02:55:30 + touch /tmp/pre-build-complete [Pipeline] sh 02:55:30 + mkdir -p /var/log/sa [Pipeline] sh 02:55:31 + ls /var/log/sa-host 02:55:31 + sadf -c /var/log/sa-host/sa02 02:55:31 file_magic: OK 02:55:31 HZ: Using current value: 100 02:55:31 file_header: OK 02:55:31 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:55:31 Statistics: 02:55:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:55:31 File successfully converted to sysstat format version 12.2.1 02:55:31 + sadf -c /var/log/sa-host/sa23 02:55:31 file_magic: OK 02:55:31 HZ: Using current value: 100 02:55:31 file_header: OK 02:55:31 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:55:31 Statistics: 02:55:31 Hnuu...uuuununununu... 02:55:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:55:31 provisioning config files... 02:55:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-852@tmp/config7874184185735889175tmp [Pipeline] { [Pipeline] echo 02:55:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:55:32 ---> create-netrc.sh [Pipeline] } 02:55:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:55:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:55:32 ---> python-tools-install.sh [Pipeline] echo 02:55:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:55:33 ---> sudo-logs.sh 02:55:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:55:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:55:34 ---> job-cost.sh 02:55:34 lf-activate-venv: SKIPPING 02:55:34 DEBUG: total: 0.20999999344348907 02:55:34 INFO: Retrieving Stack Cost... 02:55:35 INFO: Retrieving Pricing Info for: v1-standard-2 02:55:36 INFO: Archiving Costs [Pipeline] echo 02:55:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:55:37 ---> logs-deploy.sh 02:55:37 lf-activate-venv: SKIPPING 02:55:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-852/2 02:55:37 INFO: archiving workspace using pattern(s): 02:55:40 Archives upload complete. 02:55:40 INFO: archiving logs to Nexus 02:55:42 ---> uname -a: 02:55:42 Linux prd-centos7-docker-4c-2g-32555.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:55:42 02:55:42 02:55:42 ---> lscpu: 02:55:42 Architecture: x86_64 02:55:42 CPU op-mode(s): 32-bit, 64-bit 02:55:42 Byte Order: Little Endian 02:55:42 Address sizes: 40 bits physical, 48 bits virtual 02:55:42 CPU(s): 4 02:55:42 On-line CPU(s) list: 0-3 02:55:42 Thread(s) per core: 1 02:55:42 Core(s) per socket: 1 02:55:42 Socket(s): 4 02:55:42 NUMA node(s): 1 02:55:42 Vendor ID: GenuineIntel 02:55:42 CPU family: 6 02:55:42 Model: 44 02:55:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:55:42 Stepping: 1 02:55:42 CPU MHz: 2933.438 02:55:42 BogoMIPS: 5866.87 02:55:42 Virtualization: VT-x 02:55:42 Hypervisor vendor: KVM 02:55:42 Virtualization type: full 02:55:42 L1d cache: 128 KiB 02:55:42 L1i cache: 128 KiB 02:55:42 L2 cache: 16 MiB 02:55:42 L3 cache: 64 MiB 02:55:42 NUMA node0 CPU(s): 0-3 02:55:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:55:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:55:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:55:42 Vulnerability Meltdown: Mitigation; PTI 02:55:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:55:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:55:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:55:42 Vulnerability Srbds: Not affected 02:55:42 Vulnerability Tsx async abort: Not affected 02:55:42 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:55:42 02:55:42 02:55:42 ---> nproc: 02:55:42 4 02:55:42 02:55:42 02:55:42 ---> df -h: 02:55:42 Filesystem Size Used Available Use% Mounted on 02:55:42 overlay 50.0G 7.3G 42.7G 15% / 02:55:42 tmpfs 64.0M 0 64.0M 0% /dev 02:55:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:55:42 shm 64.0M 0 64.0M 0% /dev/shm 02:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-852 02:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-852@tmp 02:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:55:42 02:55:42 02:55:42 ---> free -m: 02:55:42 total used free shared buff/cache available 02:55:42 Mem: 1837 660 93 0 1083 1072 02:55:42 Swap: 1023 1 1022 02:55:42 02:55:42 02:55:42 ---> ip addr: 02:55:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:55:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:55:42 inet 127.0.0.1/8 scope host lo 02:55:42 valid_lft forever preferred_lft forever 02:55:42 inet6 ::1/128 scope host 02:55:42 valid_lft forever preferred_lft forever 02:55:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:55:42 link/ether fa:16:3e:e7:91:10 brd ff:ff:ff:ff:ff:ff 02:55:42 inet 10.30.123.189/23 brd 10.30.123.255 scope global dynamic eth0 02:55:42 valid_lft 85609sec preferred_lft 85609sec 02:55:42 inet6 fe80::f816:3eff:fee7:9110/64 scope link 02:55:42 valid_lft forever preferred_lft forever 02:55:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:55:42 link/ether 02:42:f6:e5:5b:2a brd ff:ff:ff:ff:ff:ff 02:55:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:55:42 valid_lft forever preferred_lft forever 02:55:42 inet6 fe80::42:f6ff:fee5:5b2a/64 scope link 02:55:42 valid_lft forever preferred_lft forever 02:55:42 02:55:42 02:55:42 ---> sar -b -r -n DEV: 02:55:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/02/21 _x86_64_ (4 CPU) 02:55:42 02:55:42 02:42:15 LINUX RESTART (4 CPU) 02:55:42 02:55:42 02:43:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:55:42 02:44:01 62.00 37.55 24.45 0.00 6259.67 1491.27 0.00 02:55:42 02:45:01 26.78 5.63 21.16 0.00 1618.85 2456.12 0.00 02:55:42 02:46:02 1.78 0.00 1.78 0.00 0.00 35.01 0.00 02:55:42 02:47:01 0.29 0.00 0.29 0.00 0.00 3.39 0.00 02:55:42 02:48:01 0.23 0.00 0.23 0.00 0.00 2.35 0.00 02:55:42 02:49:01 0.33 0.00 0.33 0.00 0.00 4.86 0.00 02:55:42 02:50:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 02:55:42 02:51:01 0.18 0.00 0.18 0.00 0.00 1.75 0.00 02:55:42 02:52:01 0.30 0.00 0.30 0.00 0.00 3.21 0.00 02:55:42 02:53:01 0.35 0.00 0.35 0.00 0.00 4.47 0.00 02:55:42 02:54:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 02:55:42 02:55:01 48.87 46.81 2.06 0.00 4005.85 61.44 0.00 02:55:42 Average: 11.77 7.48 4.29 0.00 986.16 338.80 0.00 02:55:42 02:55:42 02:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:55:42 02:44:01 75584 0 543120 28.87 2620 1260220 1231824 42.04 403032 1205860 16624 02:55:42 02:45:01 172052 0 542808 28.85 2620 1164064 1124100 38.36 386932 1120464 28 02:55:42 02:46:02 185460 0 529452 28.14 2620 1164012 1003428 34.25 384288 1112624 8 02:55:42 02:47:01 184232 0 530676 28.20 2620 1164016 1003452 34.25 386156 1112220 8 02:55:42 02:48:01 183348 0 531556 28.25 2620 1164020 1003284 34.24 400080 1098988 8 02:55:42 02:49:01 183956 0 530940 28.22 2620 1164028 1003236 34.24 400500 1098304 8 02:55:42 02:50:01 184508 0 530388 28.19 2620 1164028 1003188 34.24 400232 1098304 12 02:55:42 02:51:01 184788 0 530104 28.17 2620 1164032 1003152 34.24 400036 1098304 8 02:55:42 02:52:01 184912 0 529972 28.17 2620 1164040 1003152 34.24 400044 1098304 8 02:55:42 02:53:01 184580 0 530300 28.18 2620 1164044 1003152 34.24 400048 1098304 8 02:55:42 02:54:01 183844 0 531032 28.22 2620 1164048 1003260 34.24 400744 1098304 8 02:55:42 02:55:01 73932 0 610392 32.44 2620 1194600 1466676 50.06 457628 1144960 68164 02:55:42 Average: 165100 0 539228 28.66 2620 1174596 1070992 36.55 401643 1115412 7074 02:55:42 02:55:42 02:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:55:42 02:44:01 eth0 188.79 155.70 741.01 63.12 0.00 0.00 0.00 0.00 02:55:42 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:45:01 eth0 74.34 65.22 357.74 41.05 0.00 0.00 0.00 0.00 02:55:42 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:45:01 docker0 9.51 7.50 1.53 24.86 0.00 0.00 0.00 0.00 02:55:42 02:46:02 eth0 3.01 0.63 0.73 0.36 0.00 0.00 0.00 0.00 02:55:42 02:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:47:01 eth0 0.88 0.66 0.54 0.44 0.00 0.00 0.00 0.00 02:55:42 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:48:01 eth0 0.30 0.18 0.17 0.01 0.00 0.00 0.00 0.00 02:55:42 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:49:01 eth0 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 02:55:42 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:50:01 eth0 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 02:55:42 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:51:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:55:42 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:52:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:55:42 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:55:42 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:54:01 eth0 0.40 0.28 0.19 0.08 0.00 0.00 0.00 0.00 02:55:42 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:55:01 eth0 98.45 78.08 877.29 23.04 0.00 0.00 0.00 0.00 02:55:42 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 Average: eth0 30.46 25.01 164.52 10.65 0.00 0.00 0.00 0.00 02:55:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:55:42 Average: docker0 0.80 0.63 0.13 2.08 0.00 0.00 0.00 0.00 02:55:42 02:55:42 02:55:42 ---> sar -P ALL: 02:55:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/02/21 _x86_64_ (4 CPU) 02:55:42 02:55:42 02:42:15 LINUX RESTART (4 CPU) 02:55:42 02:55:42 02:43:02 CPU %user %nice %system %iowait %steal %idle 02:55:42 02:44:01 all 11.15 0.00 5.05 2.18 29.14 52.47 02:55:42 02:44:01 0 11.44 0.00 5.38 1.80 30.66 50.73 02:55:42 02:44:01 1 12.57 0.00 5.69 2.44 28.49 50.81 02:55:42 02:44:01 2 8.77 0.00 4.53 2.88 29.32 54.49 02:55:42 02:44:01 3 11.91 0.00 4.64 1.58 28.08 53.78 02:55:42 02:45:01 all 2.03 0.00 2.57 0.28 15.45 79.66 02:55:42 02:45:01 0 2.05 0.00 2.60 0.06 16.85 78.44 02:55:42 02:45:01 1 2.20 0.00 2.93 0.29 15.86 78.73 02:55:42 02:45:01 2 1.75 0.00 2.37 0.69 14.97 80.22 02:55:42 02:45:01 3 2.12 0.00 2.39 0.09 14.10 81.30 02:55:42 02:46:02 all 0.12 0.00 0.44 0.00 2.87 96.57 02:55:42 02:46:02 0 0.13 0.00 0.51 0.00 2.47 96.89 02:55:42 02:46:02 1 0.06 0.00 0.34 0.00 3.93 95.67 02:55:42 02:46:02 2 0.23 0.00 0.44 0.00 2.34 96.99 02:55:42 02:46:02 3 0.05 0.00 0.49 0.00 2.72 96.74 02:55:42 02:47:01 all 0.09 0.00 0.07 0.00 2.36 97.48 02:55:42 02:47:01 0 0.05 0.00 0.10 0.00 1.81 98.04 02:55:42 02:47:01 1 0.11 0.00 0.08 0.00 4.56 95.24 02:55:42 02:47:01 2 0.03 0.00 0.07 0.00 0.96 98.94 02:55:42 02:47:01 3 0.15 0.00 0.03 0.00 2.06 97.76 02:55:42 02:48:01 all 0.08 0.00 0.09 0.00 0.19 99.64 02:55:42 02:48:01 0 0.00 0.00 0.03 0.00 0.08 99.88 02:55:42 02:48:01 1 0.15 0.00 0.08 0.00 0.37 99.40 02:55:42 02:48:01 2 0.00 0.00 0.22 0.00 0.08 99.70 02:55:42 02:48:01 3 0.18 0.00 0.02 0.00 0.22 99.58 02:55:42 02:49:01 all 0.10 0.00 0.16 0.00 0.46 99.28 02:55:42 02:49:01 0 0.02 0.00 0.20 0.00 0.37 99.42 02:55:42 02:49:01 1 0.30 0.00 0.12 0.00 0.48 99.10 02:55:42 02:49:01 2 0.05 0.00 0.15 0.00 0.33 99.47 02:55:42 02:49:01 3 0.03 0.00 0.17 0.00 0.65 99.15 02:55:42 02:50:01 all 0.10 0.00 0.03 0.00 0.87 99.00 02:55:42 02:50:01 0 0.02 0.00 0.00 0.00 0.88 99.11 02:55:42 02:50:01 1 0.23 0.00 0.05 0.00 1.66 98.06 02:55:42 02:50:01 2 0.12 0.00 0.03 0.00 0.65 99.20 02:55:42 02:50:01 3 0.03 0.00 0.03 0.00 0.30 99.63 02:55:42 02:51:01 all 0.13 0.00 0.02 0.00 0.21 99.64 02:55:42 02:51:01 0 0.02 0.00 0.02 0.00 0.12 99.85 02:55:42 02:51:01 1 0.05 0.00 0.03 0.00 0.37 99.55 02:55:42 02:51:01 2 0.42 0.00 0.03 0.00 0.23 99.32 02:55:42 02:51:01 3 0.03 0.00 0.02 0.00 0.12 99.83 02:55:42 02:52:01 all 0.12 0.00 0.02 0.00 0.07 99.79 02:55:42 02:52:01 0 0.02 0.00 0.03 0.00 0.03 99.92 02:55:42 02:52:01 1 0.03 0.00 0.03 0.00 0.08 99.85 02:55:42 02:52:01 2 0.43 0.00 0.03 0.00 0.10 99.43 02:55:42 02:52:01 3 0.00 0.00 0.00 0.00 0.05 99.95 02:55:42 02:53:01 all 0.12 0.00 0.05 0.00 0.92 98.91 02:55:42 02:53:01 0 0.02 0.00 0.03 0.00 0.33 99.62 02:55:42 02:53:01 1 0.05 0.00 0.05 0.00 2.36 97.54 02:55:42 02:53:01 2 0.38 0.00 0.07 0.00 0.65 98.91 02:55:42 02:53:01 3 0.03 0.00 0.05 0.00 0.30 99.62 02:55:42 02:54:01 all 0.10 0.00 0.03 0.00 0.35 99.52 02:55:42 02:54:01 0 0.02 0.00 0.03 0.00 0.32 99.63 02:55:42 02:54:01 1 0.27 0.00 0.05 0.00 0.75 98.94 02:55:42 02:54:01 2 0.08 0.00 0.03 0.00 0.20 99.68 02:55:42 02:54:01 3 0.02 0.00 0.02 0.00 0.13 99.83 02:55:42 02:55:42 02:54:01 CPU %user %nice %system %iowait %steal %idle 02:55:42 02:55:01 all 1.85 0.00 1.22 1.60 6.50 88.82 02:55:42 02:55:01 0 2.27 0.00 1.47 1.26 7.25 87.75 02:55:42 02:55:01 1 2.18 0.00 1.14 2.74 6.48 87.46 02:55:42 02:55:01 2 1.29 0.00 1.34 1.36 5.99 90.02 02:55:42 02:55:01 3 1.67 0.00 0.92 1.05 6.29 90.06 02:55:42 Average: all 1.42 0.00 0.86 0.36 5.22 92.15 02:55:42 Average: 0 1.42 0.00 0.92 0.27 5.39 92.00 02:55:42 Average: 1 1.59 0.00 0.93 0.47 5.67 91.34 02:55:42 Average: 2 1.22 0.00 0.83 0.44 4.99 92.53 02:55:42 Average: 3 1.44 0.00 0.77 0.24 4.82 92.73 02:55:42 02:55:42 02:55:42