Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 (599e0f975bd6bd290099001876458dd56984f69f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-32556 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd Checking out Revision 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd (PR-725) > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd # timeout=10 Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:43:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 6a0d8eb342ed8c772559097304c594a423705107 # timeout=10 [Pipeline] withCredentials 02:43:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:43:19 ========================================================= 02:43:19 EdgeX Global Pipelines Version Info 02:43:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:43:21 ------------------- 02:43:21 stable info: 02:43:21 ------------------- 02:43:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:21 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:43:21 Message: update stable to v1.0.186 02:43:22 ------------------- 02:43:22 experimental info: 02:43:22 ------------------- 02:43:22 Commited By: **** collab-it+edgex@linuxfoundation.org 02:43:22 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 02:43:22 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:43:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:43:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:43:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:43:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:43:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:43:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:43:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:43:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:43:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:43:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:43:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:43:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:43:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:43:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:43:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:43:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:43:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:43:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:43:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:43:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:43:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 02:43:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4e76fde [Pipeline] echo 02:43:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:43:25 provisioning config files... 02:43:25 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config335869262921127366tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:25 ---> docker-login.sh 02:43:25 nexus3.edgexfoundry.org:10001 02:43:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:26 Configure a credential helper to remove this warning. See 02:43:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:26 02:43:26 Login Succeeded 02:43:26 nexus3.edgexfoundry.org:10002 02:43:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:26 Configure a credential helper to remove this warning. See 02:43:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:26 02:43:26 Login Succeeded 02:43:26 nexus3.edgexfoundry.org:10003 02:43:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:26 Configure a credential helper to remove this warning. See 02:43:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:26 02:43:26 Login Succeeded 02:43:26 nexus3.edgexfoundry.org:10004 02:43:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:26 Configure a credential helper to remove this warning. See 02:43:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:26 02:43:26 Login Succeeded 02:43:26 docker.io 02:43:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:27 Configure a credential helper to remove this warning. See 02:43:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:27 02:43:27 Login Succeeded 02:43:27 ---> docker-login.sh ends [Pipeline] } 02:43:27 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:43:27 + git log --format=format:%s -1 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd [Pipeline] echo 02:43:28 GIT_COMMIT: 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd, Commit Message: Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD [Pipeline] echo 02:43:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:43:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:28 02:43:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:43:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:29 latest: Pulling from edgex-devops/git-semver 02:43:29 31603596830f: Pulling fs layer 02:43:29 2a8b12db71e7: Pulling fs layer 02:43:29 6ca5941a6612: Pulling fs layer 02:43:29 ecc8261a40a4: Pulling fs layer 02:43:29 ecc8261a40a4: Waiting 02:43:29 2a8b12db71e7: Verifying Checksum 02:43:29 2a8b12db71e7: Download complete 02:43:29 31603596830f: Verifying Checksum 02:43:29 31603596830f: Download complete 02:43:29 ecc8261a40a4: Verifying Checksum 02:43:29 ecc8261a40a4: Download complete 02:43:29 6ca5941a6612: Verifying Checksum 02:43:29 6ca5941a6612: Download complete 02:43:29 31603596830f: Pull complete 02:43:29 2a8b12db71e7: Pull complete 02:43:30 6ca5941a6612: Pull complete 02:43:30 ecc8261a40a4: Pull complete 02:43:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:43:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:43:30 prd-centos7-docker-4c-2g-32556 does not seem to be running inside a container 02:43:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:43:32 $ docker top 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:43:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:33 [ssh-agent] Looking for ssh-agent implementation... 02:43:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:33 $ docker exec 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 ssh-agent 02:43:33 SSH_AUTH_SOCK=/tmp/ssh-sN7OoliCzel6/agent.12 02:43:33 SSH_AGENT_PID=17 02:43:33 Running ssh-add (command line suppressed) 02:43:33 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_3229313381420211991.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_3229313381420211991.key) 02:43:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:34 + git tag --points-at HEAD [Pipeline] } 02:43:34 $ docker exec --env ******** --env ******** 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 ssh-agent -k 02:43:34 unset SSH_AUTH_SOCK; 02:43:34 unset SSH_AGENT_PID; 02:43:34 echo Agent pid 17 killed; 02:43:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:43:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:34 [ssh-agent] Looking for ssh-agent implementation... 02:43:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:34 $ docker exec 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 ssh-agent 02:43:35 SSH_AUTH_SOCK=/tmp/ssh-QC4hom4T7e7W/agent.48 02:43:35 SSH_AGENT_PID=53 02:43:35 Running ssh-add (command line suppressed) 02:43:35 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5803664814453902108.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5803664814453902108.key) 02:43:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:35 + git semver init 02:43:35 # -> Open(): unable to determine branch for HEAD 02:43:35 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 02:43:35 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:43:35 # $SEMVER_REMOTE_NAME = origin 02:43:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:43:35 # $SEMVER_USER_NAME = edgex-jenkins 02:43:35 # $SEMVER_BRANCH = PR-725 02:43:35 # $SEMVER_TEMP = /tmp/semver-049830152 02:43:35 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:43:36 # '/tmp/semver-049830152' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 02:43:36 # -> Force: false 02:43:36 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 02:43:36 $ docker exec --env ******** --env ******** 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 ssh-agent -k 02:43:36 unset SSH_AUTH_SOCK; 02:43:36 unset SSH_AGENT_PID; 02:43:36 echo Agent pid 53 killed; 02:43:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:43:37 + git semver [Pipeline] } 02:43:37 $ docker stop --time=1 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 02:43:38 $ docker rm -f 577aa9af8ab5e85ae7402d230048b580bb61df9f90190c0682ab89f04220f609 [Pipeline] // withDockerContainer [Pipeline] sh 02:43:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:43:39 Stashed 1 file(s) [Pipeline] echo 02:43:39 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:43:55 Still waiting to schedule task 02:43:55 ‘prd-centos7-docker-4c-2g-32559’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32557’ doesn’t have label ‘centos7-docker-4c-2g’ 02:43:55 Still waiting to schedule task 02:43:55 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32557’ is offline 02:45:44 Running on prd-centos7-docker-4c-2g-32561 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:45:44 Running in /w/workspace/device-sdk-go/28 [Pipeline] { [Pipeline] checkout 02:45:48 using credential edgex-jenkins-ssh 02:45:48 Cloning the remote Git repository 02:45:48 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:48 > git init /w/workspace/device-sdk-go/28 # timeout=10 02:45:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:48 > git --version # timeout=10 02:45:48 > git --version # 'git version 2.24.3' 02:45:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:49 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:50 Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:45:50 Merge succeeded, producing 61ea128e2c89f91b88868e0e10c299bc67bbab29 02:45:50 Checking out Revision 61ea128e2c89f91b88868e0e10c299bc67bbab29 (PR-725) 02:45:50 > git config core.sparsecheckout # timeout=10 02:45:50 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:45:50 > git remote # timeout=10 02:45:50 > git config --get remote.origin.url # timeout=10 02:45:50 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:50 > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 02:45:50 > git rev-parse HEAD^{commit} # timeout=10 02:45:50 > git config core.sparsecheckout # timeout=10 02:45:50 > git checkout -f 61ea128e2c89f91b88868e0e10c299bc67bbab29 # timeout=10 02:45:54 Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" 02:45:54 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:54 > git rev-list --no-walk 6a0d8eb342ed8c772559097304c594a423705107 # timeout=10 02:45:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:45:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:56 + sudo service docker restart 02:45:56 + true 02:45:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:57 provisioning config files... 02:45:57 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/28@tmp/config7343268323207625728tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:57 ---> docker-login.sh 02:45:57 nexus3.edgexfoundry.org:10001 02:45:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:58 Configure a credential helper to remove this warning. See 02:45:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:58 02:45:58 Login Succeeded 02:45:58 nexus3.edgexfoundry.org:10002 02:45:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:58 Configure a credential helper to remove this warning. See 02:45:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:58 02:45:58 Login Succeeded 02:45:58 nexus3.edgexfoundry.org:10003 02:45:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:59 Configure a credential helper to remove this warning. See 02:45:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:59 02:45:59 Login Succeeded 02:45:59 nexus3.edgexfoundry.org:10004 02:45:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:59 Configure a credential helper to remove this warning. See 02:45:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:59 02:45:59 Login Succeeded 02:45:59 docker.io 02:45:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:59 Configure a credential helper to remove this warning. See 02:45:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:59 02:45:59 Login Succeeded 02:45:59 ---> docker-login.sh ends [Pipeline] } 02:45:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:59 ========================================================= 02:45:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:00 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:46:00 Sending build context to Docker daemon 2.373MB 02:46:00 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:46:00 Step 2/8 : FROM ${BASE} 02:46:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:46:00 188c0c94c7c5: Pulling fs layer 02:46:00 0ef7d3d256c8: Pulling fs layer 02:46:00 de9db76c5a1d: Pulling fs layer 02:46:00 bca2f99d35d6: Pulling fs layer 02:46:00 93359f2a8cfa: Pulling fs layer 02:46:00 7c6f9722023f: Pulling fs layer 02:46:00 a35cf1a2eb13: Pulling fs layer 02:46:00 93359f2a8cfa: Waiting 02:46:00 7c6f9722023f: Waiting 02:46:00 bca2f99d35d6: Waiting 02:46:00 a35cf1a2eb13: Waiting 02:46:00 de9db76c5a1d: Download complete 02:46:00 0ef7d3d256c8: Verifying Checksum 02:46:00 0ef7d3d256c8: Download complete 02:46:00 93359f2a8cfa: Verifying Checksum 02:46:00 93359f2a8cfa: Download complete 02:46:00 7c6f9722023f: Verifying Checksum 02:46:00 7c6f9722023f: Download complete 02:46:00 188c0c94c7c5: Verifying Checksum 02:46:00 188c0c94c7c5: Download complete 02:46:00 188c0c94c7c5: Pull complete 02:46:01 0ef7d3d256c8: Pull complete 02:46:01 de9db76c5a1d: Pull complete 02:46:02 a35cf1a2eb13: Verifying Checksum 02:46:02 a35cf1a2eb13: Download complete 02:46:03 bca2f99d35d6: Verifying Checksum 02:46:03 bca2f99d35d6: Download complete 02:46:09 bca2f99d35d6: Pull complete 02:46:09 93359f2a8cfa: Pull complete 02:46:09 7c6f9722023f: Pull complete 02:46:18 a35cf1a2eb13: Pull complete 02:46:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:46:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:46:18 ---> a62c8e92a672 02:46:18 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:18 ---> Running in 72c231054099 02:46:18 Removing intermediate container 72c231054099 02:46:18 ---> de43d65fd4dd 02:46:18 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:18 ---> Running in b374783322ce 02:46:19 Removing intermediate container b374783322ce 02:46:19 ---> 98ce03479edf 02:46:19 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:46:19 ---> Running in c2e6b0818618 02:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:22 (1/6) Installing libc-dev (0.7.2-r3) 02:46:22 (2/6) Installing libsodium (1.0.18-r0) 02:46:22 (3/6) Installing pkgconf (1.7.2-r0) 02:46:22 (4/6) Installing libsodium-dev (1.0.18-r0) 02:46:22 (5/6) Installing libzmq (4.3.3-r0) 02:46:22 (6/6) Installing zeromq-dev (4.3.3-r0) 02:46:22 Executing busybox-1.31.1-r19.trigger 02:46:22 OK: 167 MiB in 45 packages 02:46:23 Removing intermediate container c2e6b0818618 02:46:23 ---> 93a2007d3679 02:46:23 Step 6/8 : WORKDIR /device-sdk-go 02:46:23 ---> Running in f579869ecb1a 02:46:23 Removing intermediate container f579869ecb1a 02:46:23 ---> ee208041b76b 02:46:23 Step 7/8 : COPY . . 02:46:24 ---> 797f2ee69a97 02:46:24 Step 8/8 : RUN go mod download 02:46:25 ---> Running in 145a2ad3aea4 02:46:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32562 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:46:29 Running in /w/workspace/device-sdk-go/28 [Pipeline] { [Pipeline] checkout 02:46:34 using credential edgex-jenkins-ssh 02:46:34 Cloning the remote Git repository 02:46:34 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:46:35 > git init /w/workspace/device-sdk-go/28 # timeout=10 02:46:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:35 > git --version # timeout=10 02:46:35 > git --version # 'git version 2.17.1' 02:46:35 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:36 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:46:37 Merging remotes/origin/master commit 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:46:37 Merge succeeded, producing de240b166078a5a0a36c5c8a730da33f7b31676a 02:46:37 Checking out Revision de240b166078a5a0a36c5c8a730da33f7b31676a (PR-725) 02:46:37 > git config core.sparsecheckout # timeout=10 02:46:37 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:46:37 > git remote # timeout=10 02:46:37 > git config --get remote.origin.url # timeout=10 02:46:37 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:37 > git merge 666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2 # timeout=10 02:46:37 > git rev-parse HEAD^{commit} # timeout=10 02:46:37 > git config core.sparsecheckout # timeout=10 02:46:37 > git checkout -f de240b166078a5a0a36c5c8a730da33f7b31676a # timeout=10 02:46:41 Commit message: "Merge commit '666827f8b6804176e2a9d12c5bdc6fe2f1e0b4f2' into HEAD" 02:46:41 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:41 > git rev-list --no-walk 6a0d8eb342ed8c772559097304c594a423705107 # timeout=10 02:46:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:46:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:46:44 + sudo service+ docker restart 02:46:44 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:46:46 provisioning config files... 02:46:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/28@tmp/config2035085905747428468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:46:47 ---> docker-login.sh 02:46:47 nexus3.edgexfoundry.org:10001 02:46:47 Removing intermediate container 145a2ad3aea4 02:46:47 ---> 41fc592dd7a2 02:46:47 Successfully built 41fc592dd7a2 02:46:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:46:47 + docker inspect -f . ci-base-image-x86_64 02:46:47 . [Pipeline] withDockerContainer 02:46:47 prd-centos7-docker-4c-2g-32561 does not seem to be running inside a container 02:46:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/28 -v /w/workspace/device-sdk-go/28:/w/workspace/device-sdk-go/28:rw,z -v /w/workspace/device-sdk-go/28@tmp:/w/workspace/device-sdk-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:48 Configure a credential helper to remove this warning. See 02:46:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:48 02:46:48 Login Succeeded 02:46:48 nexus3.edgexfoundry.org:10002 02:46:48 $ docker top 2a92a67e91c494bf26952f434ec65b2e7f7f76acdf731ed22cc62191221f3d76 -eo pid,comm 02:46:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh 02:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:49 Configure a credential helper to remove this warning. See 02:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:49 02:46:49 Login Succeeded 02:46:49 nexus3.edgexfoundry.org:10003 02:46:49 + go version 02:46:49 go version go1.15.5 linux/amd64 [Pipeline] } 02:46:49 $ docker stop --time=1 2a92a67e91c494bf26952f434ec65b2e7f7f76acdf731ed22cc62191221f3d76 02:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:49 Configure a credential helper to remove this warning. See 02:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:49 02:46:49 Login Succeeded 02:46:49 nexus3.edgexfoundry.org:10004 02:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:49 Configure a credential helper to remove this warning. See 02:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:49 02:46:49 Login Succeeded 02:46:49 docker.io 02:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:50 $ docker rm -f 2a92a67e91c494bf26952f434ec65b2e7f7f76acdf731ed22cc62191221f3d76 [Pipeline] // withDockerContainer 02:46:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:50 Configure a credential helper to remove this warning. See 02:46:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:50 02:46:50 Login Succeeded 02:46:50 ---> docker-login.sh ends [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] } 02:46:50 Deleting 1 temporary files [Pipeline] // stage [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 02:46:51 ========================================================= 02:46:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:46:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:51 + docker inspect -f . ci-base-image-x86_64 02:46:51 . [Pipeline] withDockerContainer 02:46:51 prd-centos7-docker-4c-2g-32561 does not seem to be running inside a container 02:46:51 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:46:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/28 -v /w/workspace/device-sdk-go/28:/w/workspace/device-sdk-go/28:rw,z -v /w/workspace/device-sdk-go/28@tmp:/w/workspace/device-sdk-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:46:52 Sending build context to Docker daemon 2.359MB 02:46:52 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:46:52 Step 2/8 : FROM ${BASE} 02:46:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:46:52 5f621e34cdf4: Pulling fs layer 02:46:52 a4357932f1b6: Pulling fs layer 02:46:52 18c013af1878: Pulling fs layer 02:46:52 00ac8860ef70: Pulling fs layer 02:46:52 63d7cb157983: Pulling fs layer 02:46:52 b116817d02f9: Pulling fs layer 02:46:52 745a02a5169b: Pulling fs layer 02:46:52 63d7cb157983: Waiting 02:46:52 b116817d02f9: Waiting 02:46:52 745a02a5169b: Waiting 02:46:52 00ac8860ef70: Waiting 02:46:52 18c013af1878: Verifying Checksum 02:46:52 a4357932f1b6: Download complete 02:46:52 63d7cb157983: Verifying Checksum 02:46:52 63d7cb157983: Download complete 02:46:52 $ docker top f4f5a22a9cd8b808cc89c2f1b70e94428b3c276a5b5513ee989712a51a26ec06 -eo pid,comm 02:46:52 b116817d02f9: Download complete [Pipeline] { [Pipeline] sh 02:46:52 5f621e34cdf4: Verifying Checksum 02:46:52 5f621e34cdf4: Download complete 02:46:53 + make test 02:46:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:53 5f621e34cdf4: Pull complete 02:46:54 a4357932f1b6: Pull complete 02:46:54 18c013af1878: Pull complete 02:46:55 745a02a5169b: Verifying Checksum 02:46:55 745a02a5169b: Download complete 02:46:56 00ac8860ef70: Verifying Checksum 02:46:56 00ac8860ef70: Download complete 02:47:01 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:47:06 00ac8860ef70: Pull complete 02:47:06 63d7cb157983: Pull complete 02:47:06 b116817d02f9: Pull complete 02:47:09 745a02a5169b: Pull complete 02:47:09 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:47:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:47:09 ---> b7e6874047d6 02:47:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:12 ---> Running in 0d6e9bc5c7e4 02:47:12 Removing intermediate container 0d6e9bc5c7e4 02:47:12 ---> 80f7ab4db83b 02:47:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:12 ---> Running in 1c4cc0961123 02:47:15 Removing intermediate container 1c4cc0961123 02:47:15 ---> b5be744e2b33 02:47:15 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:47:15 ---> Running in fbb9f2fcdff2 02:47:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:47:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:47:18 (1/6) Installing libc-dev (0.7.2-r3) 02:47:18 (2/6) Installing libsodium (1.0.18-r0) 02:47:18 (3/6) Installing pkgconf (1.7.2-r0) 02:47:18 (4/6) Installing libsodium-dev (1.0.18-r0) 02:47:18 (5/6) Installing libzmq (4.3.3-r0) 02:47:18 (6/6) Installing zeromq-dev (4.3.3-r0) 02:47:18 Executing busybox-1.31.1-r19.trigger 02:47:18 OK: 144 MiB in 45 packages 02:47:20 Removing intermediate container fbb9f2fcdff2 02:47:20 ---> 7fd24e3fdf12 02:47:20 Step 6/8 : WORKDIR /device-sdk-go 02:47:20 ---> Running in 76c762870194 02:47:21 Removing intermediate container 76c762870194 02:47:21 ---> b621cdaa30c0 02:47:21 Step 7/8 : COPY . . 02:47:22 ---> 70544e9b896d 02:47:22 Step 8/8 : RUN go mod download 02:47:22 ---> Running in f96d44bdbfea 02:47:23 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:47:23 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:47:23 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:47:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:47:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:47:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.090s coverage: 28.1% of statements 02:47:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.094s coverage: 81.2% of statements 02:47:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.078s coverage: 7.8% of statements 02:47:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:47:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:47:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.102s coverage: 32.5% of statements 02:47:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:47:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.093s coverage: 57.3% of statements 02:47:28 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.259s coverage: 6.6% of statements 02:47:28 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 5.0% of statements 02:47:28 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:28 GO111MODULE=on go vet ./... 02:47:43 gofmt -l . 02:47:43 [ "`gofmt -l .`" = "" ] 02:47:43 ./bin/test-attribution-txt.sh 02:47:44 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:47:45 $ docker stop --time=1 f4f5a22a9cd8b808cc89c2f1b70e94428b3c276a5b5513ee989712a51a26ec06 02:47:47 $ docker rm -f f4f5a22a9cd8b808cc89c2f1b70e94428b3c276a5b5513ee989712a51a26ec06 [Pipeline] // withDockerContainer [Pipeline] sh 02:47:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:47:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 02:47:49 Removing intermediate container f96d44bdbfea 02:47:49 ---> 149ec17d2eaf 02:47:49 Successfully built 149ec17d2eaf 02:47:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 02:47:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:47:49 + docker inspect -f . ci-base-image-arm64 02:47:49 . [Pipeline] withDockerContainer 02:47:50 + ls -al . 02:47:50 total 188 02:47:50 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 2 02:47 . 02:47:50 drwxrwxr-x. 4 jenkins jenkins 30 Apr 2 02:45 .. 02:47:50 drwxrwxr-x. 2 jenkins jenkins 64 Apr 2 02:45 bin 02:47:50 -rw-r--r--. 1 jenkins jenkins 101239 Apr 2 02:47 coverage.out 02:47:50 -rw-rw-r--. 1 jenkins jenkins 987 Apr 2 02:45 Dockerfile.build 02:47:50 -rw-rw-r--. 1 jenkins jenkins 140 Apr 2 02:45 .dockerignore 02:47:50 drwxrwxr-x. 5 jenkins jenkins 62 Apr 2 02:45 example 02:47:50 drwxrwxr-x. 8 jenkins jenkins 179 Apr 2 02:45 .git 02:47:50 drwxrwxr-x. 2 jenkins jenkins 103 Apr 2 02:45 .github 02:47:50 -rw-rw-r--. 1 jenkins jenkins 138 Apr 2 02:45 .gitignore 02:47:50 -rw-r--r--. 1 jenkins jenkins 537 Apr 2 02:47 go.mod 02:47:50 -rw-r--r--. 1 jenkins jenkins 21117 Apr 2 02:47 go.sum 02:47:50 drwxrwxr-x. 14 jenkins jenkins 207 Apr 2 02:45 internal 02:47:50 -rw-rw-r--. 1 jenkins jenkins 894 Apr 2 02:45 Jenkinsfile 02:47:50 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 2 02:45 LICENSE 02:47:50 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 2 02:45 Makefile 02:47:50 drwxrwxr-x. 4 jenkins jenkins 26 Apr 2 02:45 openapi 02:47:50 drwxrwxr-x. 5 jenkins jenkins 50 Apr 2 02:45 pkg 02:47:50 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 2 02:45 README.md 02:47:50 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 2 02:45 RELEASE-NOTES.txt 02:47:50 drwxrwxr-x. 4 jenkins jenkins 54 Apr 2 02:45 snap 02:47:50 -rw-rw-r--. 1 jenkins jenkins 5 Apr 2 02:43 VERSION 02:47:50 -rw-rw-r--. 1 jenkins jenkins 222 Apr 2 02:45 version.go 02:47:50 prd-ubuntu18.04-docker-arm64-4c-16g-32562 does not seem to be running inside a container 02:47:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/28 -v /w/workspace/device-sdk-go/28:/w/workspace/device-sdk-go/28:rw,z -v /w/workspace/device-sdk-go/28@tmp:/w/workspace/device-sdk-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:47:51 $ docker top 34750450c7222f08798162e29c1dbfe22019d97f0b7dc08e323d918c7018c564 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 02:47:52 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=4e76fde7b9fbf2caef34e8ed10f4a065f598efcd --label arch=amd64 --label version=0.0.0 . 02:47:52 + go version 02:47:52 go version go1.15.5 linux/arm64 02:47:52 Sending build context to Docker daemon 2.475MB 02:47:52 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:47:52 Step 2/23 : FROM ${BASE} AS builder 02:47:52 ---> 41fc592dd7a2 02:47:52 Step 3/23 : WORKDIR /device-sdk-go [Pipeline] } 02:47:52 $ docker stop --time=1 34750450c7222f08798162e29c1dbfe22019d97f0b7dc08e323d918c7018c564 02:47:53 ---> Running in 5b8a08b445b9 02:47:53 Removing intermediate container 5b8a08b445b9 02:47:53 ---> b88f84784463 02:47:53 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:53 ---> Running in a1fd35a97ba9 02:47:54 Removing intermediate container a1fd35a97ba9 02:47:54 ---> 1c990ec98063 02:47:54 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:54 ---> Running in a437edaedbaa 02:47:54 Removing intermediate container a437edaedbaa 02:47:54 ---> 77b62b87f0a7 02:47:54 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:47:54 ---> Running in e9989fa1d481 02:47:55 $ docker rm -f 34750450c7222f08798162e29c1dbfe22019d97f0b7dc08e323d918c7018c564 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 02:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:56 + docker inspect -f . ci-base-image-arm64 02:47:56 . [Pipeline] withDockerContainer 02:47:56 prd-ubuntu18.04-docker-arm64-4c-16g-32562 does not seem to be running inside a container 02:47:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/28 -v /w/workspace/device-sdk-go/28:/w/workspace/device-sdk-go/28:rw,z -v /w/workspace/device-sdk-go/28@tmp:/w/workspace/device-sdk-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:47:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:57 OK: 167 MiB in 45 packages 02:47:58 Removing intermediate container e9989fa1d481 02:47:58 ---> 1df99b71a724 02:47:58 Step 7/23 : COPY . . 02:47:58 $ docker top 8fa151eea12a6e1cbdf06ebd4861901da2bab53d3c24e5704fd470bfdf847c22 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:59 ---> 4394fb2defd4 02:47:59 Step 8/23 : RUN go mod download 02:47:59 ---> Running in 5216638dba1e 02:47:59 + make test 02:47:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:48:00 Removing intermediate container 5216638dba1e 02:48:00 ---> 77ab9747a5b3 02:48:00 Step 9/23 : RUN make build 02:48:00 ---> Running in 921be99e6e16 02:48:01 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:48:13 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:48:13 Removing intermediate container 921be99e6e16 02:48:13 ---> 937917aad586 02:48:13 Step 10/23 : FROM alpine:3.12 02:48:14 3.12: Pulling from library/alpine 02:48:14 532819f3e44c: Pulling fs layer 02:48:15 532819f3e44c: Download complete 02:48:15 532819f3e44c: Pull complete 02:48:15 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:48:15 Status: Downloaded newer image for alpine:3.12 02:48:15 ---> 7230e588e954 02:48:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:15 ---> Running in bb834eda92da 02:48:15 Removing intermediate container bb834eda92da 02:48:15 ---> e5e0593626ea 02:48:15 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:15 ---> Running in e58ce744a34d 02:48:16 Removing intermediate container e58ce744a34d 02:48:16 ---> b9eacadfa243 02:48:16 Step 13/23 : RUN apk add --update --no-cache zeromq 02:48:16 ---> Running in 2dd863340727 02:48:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:48:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:48:18 (1/5) Installing libgcc (9.3.0-r2) 02:48:18 (2/5) Installing libsodium (1.0.18-r0) 02:48:18 (3/5) Installing libstdc++ (9.3.0-r2) 02:48:19 (4/5) Installing libzmq (4.3.3-r0) 02:48:19 (5/5) Installing zeromq (4.3.3-r0) 02:48:19 Executing busybox-1.31.1-r20.trigger 02:48:19 OK: 8 MiB in 19 packages 02:48:19 Removing intermediate container 2dd863340727 02:48:19 ---> cf681c23be91 02:48:19 Step 14/23 : WORKDIR / 02:48:19 ---> Running in 6a102d2b1a94 02:48:20 Removing intermediate container 6a102d2b1a94 02:48:20 ---> b9907b4cb494 02:48:20 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:48:20 ---> 4cd3312304ea 02:48:20 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:48:20 ---> 23f4bbe3cc0c 02:48:20 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:48:21 ---> 54ec45e52daa 02:48:21 Step 18/23 : EXPOSE 49990 02:48:21 ---> Running in d3740a6edc7a 02:48:21 Removing intermediate container d3740a6edc7a 02:48:21 ---> af08f78cac5f 02:48:21 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:48:21 ---> Running in 55b4e6ba148c 02:48:21 Removing intermediate container 55b4e6ba148c 02:48:21 ---> 53a4fafe3805 02:48:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:21 ---> Running in c2cc7a24784d 02:48:22 Removing intermediate container c2cc7a24784d 02:48:22 ---> 56113f5ffe40 02:48:22 Step 21/23 : LABEL arch=amd64 02:48:22 ---> Running in 79e313f20ee5 02:48:22 Removing intermediate container 79e313f20ee5 02:48:22 ---> a6d243649485 02:48:22 Step 22/23 : LABEL git_sha=4e76fde7b9fbf2caef34e8ed10f4a065f598efcd 02:48:22 ---> Running in 894d5e40d57a 02:48:22 Removing intermediate container 894d5e40d57a 02:48:22 ---> 8d6e533dec5b 02:48:22 Step 23/23 : LABEL version=0.0.0 02:48:22 ---> Running in e443b3ff71e8 02:48:22 Removing intermediate container e443b3ff71e8 02:48:22 ---> 4dcf7101a756 02:48:22 [Warning] One or more build-args [ARCH MAKE] were not consumed 02:48:22 Successfully built 4dcf7101a756 02:48:22 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:48:23 ---> job-cost.sh 02:48:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EFMD 02:48:26 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:48:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:49:10 lf-activate-venv(): INFO: Adding /tmp/venv-EFMD/bin to PATH 02:49:10 INFO: No Stack... 02:49:10 INFO: Retrieving Pricing Info for: v1-standard-2 02:49:10 INFO: Archiving Costs [Pipeline] sh 02:49:11 + cat /w/workspace/device-sdk-go/28/archives/cost.csv 02:49:11 + cut -d, -f6 [Pipeline] lock 02:49:11 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] 02:49:11 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] did not exist. Created. 02:49:11 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:49:11 + echo total: 0.029999999329447746 [Pipeline] stash 02:49:12 Stashed 1 file(s) [Pipeline] } 02:49:12 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:49:22 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:49:22 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:49:22 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:49:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:49:22 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:49:31 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.150s coverage: 28.1% of statements 02:49:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.194s coverage: 81.2% of statements 02:49:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.210s coverage: 7.8% of statements 02:49:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:49:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:49:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:49:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.420s coverage: 32.5% of statements 02:49:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:49:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:49:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:49:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.310s coverage: 57.3% of statements 02:49:39 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.858s coverage: 6.6% of statements 02:49:39 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.166s coverage: 5.0% of statements 02:49:39 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:49:39 GO111MODULE=on go vet ./... 02:50:36 gofmt -l . 02:50:36 [ "`gofmt -l .`" = "" ] 02:50:36 ./bin/test-attribution-txt.sh 02:50:36 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:50:36 $ docker stop --time=1 8fa151eea12a6e1cbdf06ebd4861901da2bab53d3c24e5704fd470bfdf847c22 02:50:38 $ docker rm -f 8fa151eea12a6e1cbdf06ebd4861901da2bab53d3c24e5704fd470bfdf847c22 [Pipeline] // withDockerContainer [Pipeline] sh 02:50:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:50:40 Warning: overwriting stash ‘coverage-report’ 02:50:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:50:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:50:42 + ls -al . 02:50:42 total 224 02:50:42 drwxrwxr-x 10 jenkins jenkins 4096 Apr 2 02:50 . 02:50:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:46 .. 02:50:42 -rw-rw-r-- 1 jenkins jenkins 140 Apr 2 02:46 .dockerignore 02:50:42 drwxrwxr-x 8 jenkins jenkins 4096 Apr 2 02:46 .git 02:50:42 drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 02:46 .github 02:50:42 -rw-rw-r-- 1 jenkins jenkins 138 Apr 2 02:46 .gitignore 02:50:42 -rw-rw-r-- 1 jenkins jenkins 987 Apr 2 02:46 Dockerfile.build 02:50:42 -rw-rw-r-- 1 jenkins jenkins 894 Apr 2 02:46 Jenkinsfile 02:50:42 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 2 02:46 LICENSE 02:50:42 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 2 02:46 Makefile 02:50:42 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 2 02:46 README.md 02:50:42 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 2 02:46 RELEASE-NOTES.txt 02:50:42 -rw-rw-r-- 1 jenkins jenkins 5 Apr 2 02:43 VERSION 02:50:42 drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 02:46 bin 02:50:42 -rw-r--r-- 1 jenkins jenkins 101239 Apr 2 02:49 coverage.out 02:50:42 drwxrwxr-x 5 jenkins jenkins 4096 Apr 2 02:46 example 02:50:42 -rw-r--r-- 1 jenkins jenkins 537 Apr 2 02:50 go.mod 02:50:42 -rw-r--r-- 1 jenkins jenkins 21117 Apr 2 02:50 go.sum 02:50:42 drwxrwxr-x 14 jenkins jenkins 4096 Apr 2 02:46 internal 02:50:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:46 openapi 02:50:42 drwxrwxr-x 5 jenkins jenkins 4096 Apr 2 02:46 pkg 02:50:42 drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 02:46 snap 02:50:42 -rw-rw-r-- 1 jenkins jenkins 222 Apr 2 02:46 version.go [Pipeline] isUnix [Pipeline] sh 02:50:42 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4e76fde7b9fbf2caef34e8ed10f4a065f598efcd --label arch=arm64 --label version=0.0.0 . 02:50:43 Sending build context to Docker daemon 2.461MB 02:50:43 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:50:43 Step 2/23 : FROM ${BASE} AS builder 02:50:43 ---> 149ec17d2eaf 02:50:43 Step 3/23 : WORKDIR /device-sdk-go 02:50:43 ---> Running in 38e10ba6c074 02:50:44 Removing intermediate container 38e10ba6c074 02:50:44 ---> d1a6ff5dc8af 02:50:44 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:44 ---> Running in 3a2e31db8aa9 02:50:44 Removing intermediate container 3a2e31db8aa9 02:50:44 ---> 989e45191410 02:50:44 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:44 ---> Running in 0a26898c5732 02:50:47 Removing intermediate container 0a26898c5732 02:50:47 ---> a679843c3a75 02:50:47 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:50:47 ---> Running in 9c86840d6f04 02:50:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:50:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:50:50 OK: 144 MiB in 45 packages 02:50:51 Removing intermediate container 9c86840d6f04 02:50:51 ---> 1ab14daeeda7 02:50:51 Step 7/23 : COPY . . 02:50:52 ---> c353b5a79742 02:50:52 Step 8/23 : RUN go mod download 02:50:52 ---> Running in 9e4d1cc580b0 02:50:55 Removing intermediate container 9e4d1cc580b0 02:50:55 ---> 9f8c800cd56e 02:50:55 Step 9/23 : RUN make build 02:50:55 ---> Running in a5e05a689857 02:50:56 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:35 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:51:35 Removing intermediate container a5e05a689857 02:51:35 ---> a3fc5900ace8 02:51:35 Step 10/23 : FROM alpine:3.12 02:51:35 3.12: Pulling from library/alpine 02:51:35 9a219e8acc52: Pulling fs layer 02:51:35 9a219e8acc52: Verifying Checksum 02:51:35 9a219e8acc52: Download complete 02:51:35 9a219e8acc52: Pull complete 02:51:35 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:51:35 Status: Downloaded newer image for alpine:3.12 02:51:35 ---> d75e27dfc0a0 02:51:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:51:35 ---> Running in 2d18cf234423 02:51:35 Removing intermediate container 2d18cf234423 02:51:35 ---> 869f54c3c9fe 02:51:35 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:51:35 ---> Running in d45fc02279a2 02:51:37 Removing intermediate container d45fc02279a2 02:51:37 ---> b633f99b0202 02:51:37 Step 13/23 : RUN apk add --update --no-cache zeromq 02:51:37 ---> Running in be1e3d9abc4a 02:51:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:51:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:51:39 (1/5) Installing libgcc (9.3.0-r2) 02:51:40 (2/5) Installing libsodium (1.0.18-r0) 02:51:40 (3/5) Installing libstdc++ (9.3.0-r2) 02:51:40 (4/5) Installing libzmq (4.3.3-r0) 02:51:40 (5/5) Installing zeromq (4.3.3-r0) 02:51:40 Executing busybox-1.31.1-r20.trigger 02:51:40 OK: 8 MiB in 19 packages 02:51:42 Removing intermediate container be1e3d9abc4a 02:51:42 ---> 5b534d3c135b 02:51:42 Step 14/23 : WORKDIR / 02:51:42 ---> Running in 1df31d4e5470 02:51:42 Removing intermediate container 1df31d4e5470 02:51:42 ---> 1c49a91f1f89 02:51:42 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:51:43 ---> b3c17b5ee349 02:51:43 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:51:44 ---> 8da54e71fbce 02:51:44 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:51:45 ---> 07ae1d851b40 02:51:45 Step 18/23 : EXPOSE 49990 02:51:45 ---> Running in 0ebb2938ca78 02:51:45 Removing intermediate container 0ebb2938ca78 02:51:45 ---> 8386f9fdc2b8 02:51:45 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:51:45 ---> Running in ecc09a1e5150 02:51:46 Removing intermediate container ecc09a1e5150 02:51:46 ---> f5a54bc23d42 02:51:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:51:46 ---> Running in 098bc606d5c0 02:51:47 Removing intermediate container 098bc606d5c0 02:51:47 ---> 63567f57329d 02:51:47 Step 21/23 : LABEL arch=arm64 02:51:47 ---> Running in fd4d4271e935 02:51:47 Removing intermediate container fd4d4271e935 02:51:47 ---> 8e1411331058 02:51:47 Step 22/23 : LABEL git_sha=4e76fde7b9fbf2caef34e8ed10f4a065f598efcd 02:51:47 ---> Running in dedd5b5a0a97 02:51:48 Removing intermediate container dedd5b5a0a97 02:51:48 ---> 60c5c1e50fe5 02:51:48 Step 23/23 : LABEL version=0.0.0 02:51:48 ---> Running in 2cc0e7b89a1e 02:51:48 Removing intermediate container 2cc0e7b89a1e 02:51:48 ---> bc8a10c5b0b1 02:51:48 [Warning] One or more build-args [ARCH MAKE] were not consumed 02:51:48 Successfully built bc8a10c5b0b1 02:51:48 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:51:49 ---> job-cost.sh 02:51:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-D5El 02:52:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:54:13 lf-activate-venv(): INFO: Adding /tmp/venv-D5El/bin to PATH 02:54:13 INFO: No Stack... 02:54:13 INFO: Retrieving Pricing Info for: lf-standard-4 02:54:13 INFO: Archiving Costs [Pipeline] sh 02:54:13 + + cutcat -d, /w/workspace/device-sdk-go/28/archives/cost.csv -f6 02:54:13 [Pipeline] lock 02:54:13 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] 02:54:13 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] did not exist. Created. 02:54:13 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:54:14 /w/workspace/device-sdk-go/28@tmp/durable-52273fa5/script.sh: 1: /w/workspace/device-sdk-go/28@tmp/durable-52273fa5/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:54:14 + echo total: 0.20999999344348907 [Pipeline] stash 02:54:14 Warning: overwriting stash ‘stack-cost’ 02:54:14 Stashed 1 file(s) [Pipeline] } 02:54:14 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-28-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:15 provisioning config files... 02:54:15 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config58992317974674466tmp [Pipeline] { [Pipeline] sh 02:54:16 + set +x 02:54:16 + curl -s https://codecov.io/bash 02:54:16 + bash -s -- 02:54:16 02:54:16 _____ _ 02:54:16 / ____| | | 02:54:16 | | ___ __| | ___ ___ _____ __ 02:54:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:54:16 | |___| (_) | (_| | __/ (_| (_) \ V / 02:54:16 \_____\___/ \__,_|\___|\___\___/ \_/ 02:54:16 Bash-20210309-2b87ace 02:54:16 02:54:16 02:54:16 ==> git version 2.24.3 found 02:54:16 ==> 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:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:54:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:54:16 ==> Jenkins CI detected. 02:54:16 project root: . 02:54:16 --> token set from env 02:54:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:54:16 ==> Running gcov in . (disable via -X gcov) 02:54:16 ==> Python coveragepy not found 02:54:16 ==> Searching for coverage reports in: 02:54:16 + . 02:54:16 -> Found 1 reports 02:54:16 ==> Detecting git/mercurial file structure 02:54:16 ==> Reading reports 02:54:16 + ./coverage.out bytes=101239 02:54:16 ==> Appending adjustments 02:54:16 https://docs.codecov.io/docs/fixing-reports 02:54:16 + Found adjustments 02:54:16 ==> Gzipping contents 02:54:16 16K /tmp/codecov.Y5ZYay.gz 02:54:16 ==> Uploading reports 02:54:16 url: https://codecov.io 02:54:16 query: branch=PR-725&commit=4e76fde7b9fbf2caef34e8ed10f4a065f598efcd&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F28%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:54:16 -> Pinging Codecov 02:54:16 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=4e76fde7b9fbf2caef34e8ed10f4a065f598efcd&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F28%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:54:17 -> Uploading to 02:54:17 https://storage.googleapis.com/codecov/v4/raw/2021-04-02/7E55EF52A471D76F132DFD9A03CDDE97/4e76fde7b9fbf2caef34e8ed10f4a065f598efcd/610bc346-a9e2-4054-8e13-5ec544d499a1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210402%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210402T025417Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d0d57c74d884df3317bdc2cb0ca19f6ffa487498d5402c5541be8df28edc0c6e 02:54:17 % Total % Received % Xferd Average Speed Time Time Time Current 02:54:17 Dload Upload Total Spent Left Speed 02:54:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13691 0 0 100 13691 0 35322 --:--:-- --:--:-- --:--:-- 35286 100 13691 0 0 100 13691 0 35308 --:--:-- --:--:-- --:--:-- 35286 02:54:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4e76fde7b9fbf2caef34e8ed10f4a065f598efcd [Pipeline] } 02:54:17 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:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:54:20 ---> package-listing.sh 02:54:20 ++ facter osfamily 02:54:20 ++ tr '[:upper:]' '[:lower:]' 02:54:20 + OS_FAMILY=redhat 02:54:20 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 02:54:20 + START_PACKAGES=/tmp/packages_start.txt 02:54:20 + END_PACKAGES=/tmp/packages_end.txt 02:54:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:54:20 + PACKAGES=/tmp/packages_start.txt 02:54:20 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:54:20 + PACKAGES=/tmp/packages_end.txt 02:54:20 + case "${OS_FAMILY}" in 02:54:20 + rpm -qa 02:54:20 + sort 02:54:26 + '[' -f /tmp/packages_start.txt ']' 02:54:26 + '[' -f /tmp/packages_end.txt ']' 02:54:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:54:26 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:54:26 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 02:54:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 02:54:26 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:54:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:54:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:54:26 02:54:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:54:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:54:27 alpine: Pulling from edgex-lftools-log-publisher 02:54:27 df20fa9351a1: Pulling fs layer 02:54:27 36b3adc4ff6f: Pulling fs layer 02:54:27 8ad3a11d3b57: Pulling fs layer 02:54:27 46f8f816bc3b: Pulling fs layer 02:54:27 93b61091891f: Pulling fs layer 02:54:27 93b9cdb0e59b: Pulling fs layer 02:54:27 5e14af77c1be: Pulling fs layer 02:54:27 01666e4c0597: Pulling fs layer 02:54:27 aa168da1d23b: Pulling fs layer 02:54:27 46f8f816bc3b: Waiting 02:54:27 93b61091891f: Waiting 02:54:27 93b9cdb0e59b: Waiting 02:54:27 5e14af77c1be: Waiting 02:54:27 01666e4c0597: Waiting 02:54:27 aa168da1d23b: Waiting 02:54:27 36b3adc4ff6f: Verifying Checksum 02:54:27 36b3adc4ff6f: Download complete 02:54:27 46f8f816bc3b: Verifying Checksum 02:54:27 46f8f816bc3b: Download complete 02:54:27 df20fa9351a1: Verifying Checksum 02:54:27 df20fa9351a1: Download complete 02:54:27 93b9cdb0e59b: Verifying Checksum 02:54:27 93b9cdb0e59b: Download complete 02:54:27 5e14af77c1be: Verifying Checksum 02:54:27 5e14af77c1be: Download complete 02:54:27 93b61091891f: Verifying Checksum 02:54:27 93b61091891f: Download complete 02:54:27 01666e4c0597: Verifying Checksum 02:54:27 01666e4c0597: Download complete 02:54:27 df20fa9351a1: Pull complete 02:54:27 36b3adc4ff6f: Pull complete 02:54:27 8ad3a11d3b57: Verifying Checksum 02:54:27 8ad3a11d3b57: Download complete 02:54:28 8ad3a11d3b57: Pull complete 02:54:28 46f8f816bc3b: Pull complete 02:54:29 93b61091891f: Pull complete 02:54:29 93b9cdb0e59b: Pull complete 02:54:29 aa168da1d23b: Verifying Checksum 02:54:29 aa168da1d23b: Download complete 02:54:29 5e14af77c1be: Pull complete 02:54:29 01666e4c0597: Pull complete 02:54:36 aa168da1d23b: Pull complete 02:54:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:54:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:54:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:54:36 prd-centos7-docker-4c-2g-32556 does not seem to be running inside a container 02:54:36 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:54:39 $ docker top 6afb6c372f16af8d89b27b971f69fa131d6755719b0e506848586b4f6613e359 -eo pid,comm [Pipeline] { [Pipeline] sh 02:54:40 + touch /tmp/pre-build-complete [Pipeline] sh 02:54:40 + mkdir -p /var/log/sa [Pipeline] sh 02:54:41 + ls /var/log/sa-host 02:54:41 + sadf -c /var/log/sa-host/sa02 02:54:41 file_magic: OK 02:54:41 HZ: Using current value: 100 02:54:41 file_header: OK 02:54:41 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:54:41 Statistics: 02:54:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:54:41 File successfully converted to sysstat format version 12.2.1 02:54:41 + sadf -c /var/log/sa-host/sa23 02:54:41 file_magic: OK 02:54:41 HZ: Using current value: 100 02:54:41 file_header: OK 02:54:41 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:54:41 Statistics: 02:54:41 Hnuu...uuuununununu... 02:54:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:54:41 provisioning config files... 02:54:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6444563756404556431tmp [Pipeline] { [Pipeline] echo 02:54:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:54:41 ---> create-netrc.sh [Pipeline] } 02:54:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:54:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:54:42 ---> python-tools-install.sh [Pipeline] echo 02:54:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:54:42 ---> sudo-logs.sh 02:54:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:54:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:54:42 ---> job-cost.sh 02:54:42 lf-activate-venv: SKIPPING 02:54:42 DEBUG: total: 0.20999999344348907 02:54:42 INFO: Retrieving Stack Cost... 02:54:43 INFO: Retrieving Pricing Info for: v1-standard-2 02:54:44 INFO: Archiving Costs [Pipeline] echo 02:54:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:54:44 ---> logs-deploy.sh 02:54:44 lf-activate-venv: SKIPPING 02:54:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/28 02:54:44 INFO: archiving workspace using pattern(s): 02:54:45 Archives upload complete. 02:54:46 INFO: archiving logs to Nexus 02:54:46 ---> uname -a: 02:54:46 Linux prd-centos7-docker-4c-2g-32556.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:54:46 02:54:46 02:54:46 ---> lscpu: 02:54:46 Architecture: x86_64 02:54:46 CPU op-mode(s): 32-bit, 64-bit 02:54:46 Byte Order: Little Endian 02:54:46 Address sizes: 40 bits physical, 48 bits virtual 02:54:46 CPU(s): 4 02:54:46 On-line CPU(s) list: 0-3 02:54:46 Thread(s) per core: 1 02:54:46 Core(s) per socket: 1 02:54:46 Socket(s): 4 02:54:46 NUMA node(s): 1 02:54:46 Vendor ID: GenuineIntel 02:54:46 CPU family: 6 02:54:46 Model: 44 02:54:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:54:46 Stepping: 1 02:54:46 CPU MHz: 2933.438 02:54:46 BogoMIPS: 5866.87 02:54:46 Virtualization: VT-x 02:54:46 Hypervisor vendor: KVM 02:54:46 Virtualization type: full 02:54:46 L1d cache: 128 KiB 02:54:46 L1i cache: 128 KiB 02:54:46 L2 cache: 16 MiB 02:54:46 L3 cache: 64 MiB 02:54:46 NUMA node0 CPU(s): 0-3 02:54:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:54:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:54:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:54:46 Vulnerability Meltdown: Mitigation; PTI 02:54:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:54:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:54:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:54:46 Vulnerability Srbds: Not affected 02:54:46 Vulnerability Tsx async abort: Not affected 02:54:46 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:54:46 02:54:46 02:54:46 ---> nproc: 02:54:46 4 02:54:46 02:54:46 02:54:46 ---> df -h: 02:54:46 Filesystem Size Used Available Use% Mounted on 02:54:46 overlay 50.0G 7.3G 42.7G 15% / 02:54:46 tmpfs 64.0M 0 64.0M 0% /dev 02:54:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:54:46 shm 64.0M 0 64.0M 0% /dev/shm 02:54:46 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:54:46 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:54:46 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:54:46 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:54:46 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:54:46 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:54:46 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 02:54:46 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:54:46 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:54:46 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:54:46 02:54:46 02:54:46 ---> free -m: 02:54:46 total used free shared buff/cache available 02:54:46 Mem: 1837 714 111 0 1010 1017 02:54:46 Swap: 1023 1 1022 02:54:46 02:54:46 02:54:46 ---> ip addr: 02:54:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:54:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:54:46 inet 127.0.0.1/8 scope host lo 02:54:46 valid_lft forever preferred_lft forever 02:54:46 inet6 ::1/128 scope host 02:54:46 valid_lft forever preferred_lft forever 02:54:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:54:46 link/ether fa:16:3e:72:b4:5e brd ff:ff:ff:ff:ff:ff 02:54:46 inet 10.30.123.167/23 brd 10.30.123.255 scope global dynamic eth0 02:54:46 valid_lft 85679sec preferred_lft 85679sec 02:54:46 inet6 fe80::f816:3eff:fe72:b45e/64 scope link 02:54:46 valid_lft forever preferred_lft forever 02:54:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:54:46 link/ether 02:42:55:10:4b:aa brd ff:ff:ff:ff:ff:ff 02:54:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:54:46 valid_lft forever preferred_lft forever 02:54:46 inet6 fe80::42:55ff:fe10:4baa/64 scope link 02:54:46 valid_lft forever preferred_lft forever 02:54:46 02:54:46 02:54:46 ---> sar -b -r -n DEV: 02:54:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/02/21 _x86_64_ (4 CPU) 02:54:46 02:54:46 02:42:34 LINUX RESTART (4 CPU) 02:54:46 02:54:46 02:43:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:54:46 02:44:01 79.21 32.24 46.97 0.00 7372.51 4208.89 0.00 02:54:46 02:45:01 2.30 0.00 2.30 0.00 0.00 51.73 0.00 02:54:46 02:46:01 0.40 0.00 0.40 0.00 0.00 6.10 0.00 02:54:46 02:47:01 0.17 0.00 0.17 0.00 0.00 2.28 0.00 02:54:46 02:48:01 0.23 0.00 0.23 0.00 0.00 3.60 0.00 02:54:46 02:49:01 0.30 0.00 0.30 0.00 0.00 4.26 0.00 02:54:46 02:50:01 0.30 0.00 0.30 0.00 0.00 3.61 0.00 02:54:46 02:51:01 0.33 0.00 0.33 0.00 0.00 4.61 0.00 02:54:46 02:52:01 0.20 0.00 0.20 0.00 0.00 1.77 0.00 02:54:46 02:53:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 02:54:46 02:54:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 02:54:46 Average: 7.53 2.89 4.64 0.00 660.47 384.72 0.00 02:54:46 02:54:46 02:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:54:46 02:44:01 147772 0 618556 32.87 2576 1112640 1110580 37.90 439180 1095444 128 02:54:46 02:45:01 152196 0 613992 32.63 2576 1112780 1095744 37.40 440972 1089720 20 02:54:46 02:46:01 151832 0 614372 32.65 2576 1112764 1079440 36.84 443248 1088320 20 02:54:46 02:47:01 151704 0 614500 32.66 2576 1112764 1079452 36.84 454396 1077320 20 02:54:46 02:48:01 152124 0 614072 32.64 2576 1112772 1079368 36.84 446308 1085064 16 02:54:46 02:49:01 150652 0 615540 32.71 2576 1112776 1079392 36.84 451668 1081020 8 02:54:46 02:50:01 151736 0 614452 32.66 2576 1112780 1079296 36.83 451024 1081016 8 02:54:46 02:51:01 151572 0 614612 32.67 2576 1112784 1079296 36.83 451044 1081016 8 02:54:46 02:52:01 151548 0 614628 32.67 2576 1112792 1079296 36.83 451052 1081016 8 02:54:46 02:53:01 151884 0 614288 32.65 2576 1112796 1079296 36.83 451040 1081016 8 02:54:46 02:54:01 151580 0 614592 32.66 2576 1112796 1079368 36.84 451320 1081016 8 02:54:46 Average: 151327 0 614873 32.68 2576 1112768 1083684 36.98 448296 1083815 23 02:54:46 02:54:46 02:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:54:46 02:44:01 eth0 547.58 352.98 1120.86 106.46 0.00 0.00 0.00 0.00 02:54:46 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:44:01 docker0 11.58 8.09 1.73 25.12 0.00 0.00 0.00 0.00 02:54:46 02:45:01 eth0 1.30 0.30 0.33 0.23 0.00 0.00 0.00 0.00 02:54:46 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:46:01 eth0 3.28 0.73 0.77 0.41 0.00 0.00 0.00 0.00 02:54:46 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:47:01 eth0 1.10 0.68 0.58 0.38 0.00 0.00 0.00 0.00 02:54:46 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:48:01 eth0 0.22 0.17 0.07 0.04 0.00 0.00 0.00 0.00 02:54:46 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:49:01 eth0 0.33 0.25 0.14 0.08 0.00 0.00 0.00 0.00 02:54:46 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:50:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:54:46 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:51:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:54:46 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:52:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:54:46 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:53:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:54:46 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:54:01 eth0 0.37 0.23 0.14 0.07 0.00 0.00 0.00 0.00 02:54:46 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 Average: eth0 49.70 31.87 100.60 9.65 0.00 0.00 0.00 0.00 02:54:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:46 Average: docker0 1.04 0.72 0.15 2.25 0.00 0.00 0.00 0.00 02:54:46 02:54:46 02:54:46 ---> sar -P ALL: 02:54:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/02/21 _x86_64_ (4 CPU) 02:54:46 02:54:46 02:42:34 LINUX RESTART (4 CPU) 02:54:46 02:54:46 02:43:02 CPU %user %nice %system %iowait %steal %idle 02:54:46 02:44:01 all 12.90 0.00 4.91 1.84 0.02 80.33 02:54:46 02:44:01 0 14.28 0.00 6.50 2.54 0.02 76.67 02:54:46 02:44:01 1 11.72 0.00 4.37 2.14 0.03 81.73 02:54:46 02:44:01 2 14.77 0.00 4.30 1.93 0.02 78.98 02:54:46 02:44:01 3 10.82 0.00 4.46 0.77 0.02 83.93 02:54:46 02:45:01 all 0.17 0.00 0.05 0.00 0.00 99.78 02:54:46 02:45:01 0 0.53 0.00 0.07 0.00 0.00 99.40 02:54:46 02:45:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:54:46 02:45:01 2 0.07 0.00 0.07 0.00 0.02 99.85 02:54:46 02:45:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:54:46 02:46:01 all 0.17 0.00 0.04 0.00 0.00 99.79 02:54:46 02:46:01 0 0.47 0.00 0.03 0.00 0.00 99.50 02:54:46 02:46:01 1 0.08 0.00 0.03 0.00 0.00 99.88 02:54:46 02:46:01 2 0.07 0.00 0.07 0.00 0.00 99.87 02:54:46 02:46:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:54:46 02:47:01 all 0.16 0.00 0.06 0.00 0.00 99.78 02:54:46 02:47:01 0 0.52 0.00 0.03 0.00 0.00 99.45 02:54:46 02:47:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:54:46 02:47:01 2 0.05 0.00 0.07 0.00 0.00 99.88 02:54:46 02:47:01 3 0.03 0.00 0.10 0.00 0.00 99.87 02:54:46 02:48:01 all 0.15 0.00 0.04 0.00 0.00 99.82 02:54:46 02:48:01 0 0.47 0.00 0.05 0.00 0.00 99.48 02:54:46 02:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:54:46 02:48:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:54:46 02:48:01 3 0.05 0.00 0.05 0.00 0.00 99.90 02:54:46 02:49:01 all 0.15 0.00 0.04 0.00 0.00 99.81 02:54:46 02:49:01 0 0.50 0.00 0.02 0.00 0.00 99.48 02:54:46 02:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:54:46 02:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:54:46 02:49:01 3 0.03 0.00 0.07 0.00 0.00 99.90 02:54:46 02:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:54:46 02:50:01 0 0.52 0.00 0.02 0.00 0.00 99.47 02:54:46 02:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:54:46 02:50:01 2 0.00 0.00 0.03 0.00 0.02 99.95 02:54:46 02:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:54:46 02:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:54:46 02:51:01 0 0.52 0.00 0.03 0.00 0.00 99.45 02:54:46 02:51:01 1 0.02 0.00 0.05 0.00 0.00 99.93 02:54:46 02:51:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:54:46 02:51:01 3 0.02 0.00 0.00 0.00 0.00 99.98 02:54:46 02:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:54:46 02:52:01 0 0.52 0.00 0.02 0.00 0.00 99.47 02:54:46 02:52:01 1 0.03 0.00 0.05 0.00 0.00 99.92 02:54:46 02:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:54:46 02:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:54:46 02:53:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:54:46 02:53:01 0 0.42 0.00 0.02 0.00 0.00 99.57 02:54:46 02:53:01 1 0.05 0.00 0.05 0.00 0.02 99.88 02:54:46 02:53:01 2 0.12 0.00 0.02 0.00 0.00 99.87 02:54:46 02:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:54:46 02:54:01 all 0.15 0.00 0.04 0.00 0.00 99.80 02:54:46 02:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:54:46 02:54:01 1 0.05 0.00 0.08 0.00 0.00 99.87 02:54:46 02:54:01 2 0.52 0.00 0.03 0.00 0.00 99.45 02:54:46 02:54:01 3 0.02 0.00 0.03 0.00 0.02 99.93 02:54:46 02:54:46 Average: CPU %user %nice %system %iowait %steal %idle 02:54:46 Average: all 1.29 0.00 0.47 0.16 0.00 98.08 02:54:46 Average: 0 1.67 0.00 0.60 0.22 0.00 97.50 02:54:46 Average: 1 1.08 0.00 0.43 0.19 0.00 98.29 02:54:46 Average: 2 1.40 0.00 0.42 0.17 0.00 98.00 02:54:46 Average: 3 0.98 0.00 0.43 0.07 0.00 98.51 02:54:46 02:54:46 02:54:46