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+119be5743e00329d34d55769b1b512288156e580 (5f834cfbaae7e2bdeeac2f677db7172b19906922) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32744 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 119be5743e00329d34d55769b1b512288156e580 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 2805920d8a105f762ab7e3ca530d3ad86fef2266 Checking out Revision 2805920d8a105f762ab7e3ca530d3ad86fef2266 (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 119be5743e00329d34d55769b1b512288156e580 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2805920d8a105f762ab7e3ca530d3ad86fef2266 # timeout=10 Commit message: "Merge commit '119be5743e00329d34d55769b1b512288156e580' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:43:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:43:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:43:02 ========================================================= 02:43:02 EdgeX Global Pipelines Version Info 02:43:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:43:05 ------------------- 02:43:05 stable info: 02:43:05 ------------------- 02:43:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:05 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:43:05 Message: update stable to v1.0.186 02:43:06 ------------------- 02:43:06 experimental info: 02:43:06 ------------------- 02:43:06 Commited By: **** collab-it+edgex@linuxfoundation.org 02:43:06 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 02:43:06 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:43:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:43:07 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:43:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:43:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:43:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:43:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:43:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:43:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:43:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2805920d8a105f762ab7e3ca530d3ad86fef2266 [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2805920 [Pipeline] echo 02:43:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:43:10 provisioning config files... 02:43:10 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config119667450604446330tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:11 ---> docker-login.sh 02:43:11 nexus3.edgexfoundry.org:10001 02:43:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:12 Configure a credential helper to remove this warning. See 02:43:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:12 02:43:12 Login Succeeded 02:43:12 nexus3.edgexfoundry.org:10002 02:43:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:13 Configure a credential helper to remove this warning. See 02:43:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:13 02:43:13 Login Succeeded 02:43:13 nexus3.edgexfoundry.org:10003 02:43:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:14 Configure a credential helper to remove this warning. See 02:43:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:14 02:43:14 Login Succeeded 02:43:14 nexus3.edgexfoundry.org:10004 02:43:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:15 Configure a credential helper to remove this warning. See 02:43:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:15 02:43:15 Login Succeeded 02:43:15 docker.io 02:43:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:16 Configure a credential helper to remove this warning. See 02:43:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:16 02:43:16 Login Succeeded 02:43:16 ---> docker-login.sh ends [Pipeline] } 02:43:16 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:17 + git log --format=format:%s -1 2805920d8a105f762ab7e3ca530d3ad86fef2266 [Pipeline] echo 02:43:17 GIT_COMMIT: 2805920d8a105f762ab7e3ca530d3ad86fef2266, Commit Message: Merge commit '119be5743e00329d34d55769b1b512288156e580' into HEAD [Pipeline] echo 02:43:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:43:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:20 02:43:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:43:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:21 latest: Pulling from edgex-devops/git-semver 02:43:21 31603596830f: Pulling fs layer 02:43:21 2a8b12db71e7: Pulling fs layer 02:43:21 6ca5941a6612: Pulling fs layer 02:43:21 ecc8261a40a4: Pulling fs layer 02:43:21 ecc8261a40a4: Waiting 02:43:21 2a8b12db71e7: Verifying Checksum 02:43:21 2a8b12db71e7: Download complete 02:43:22 31603596830f: Download complete 02:43:22 ecc8261a40a4: Verifying Checksum 02:43:22 ecc8261a40a4: Download complete 02:43:22 31603596830f: Pull complete 02:43:22 6ca5941a6612: Verifying Checksum 02:43:22 6ca5941a6612: Download complete 02:43:22 2a8b12db71e7: Pull complete 02:43:25 6ca5941a6612: Pull complete 02:43:26 ecc8261a40a4: Pull complete 02:43:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:43:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:43:27 prd-centos7-docker-4c-2g-32744 does not seem to be running inside a container 02:43:27 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:43:29 $ docker top ab1844832e4f470c085b1c7edf0566661dcf4ae7b3ffb3e9afdfbdf0a4a6bf46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:43:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:29 [ssh-agent] Looking for ssh-agent implementation... 02:43:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:30 $ docker exec ab1844832e4f470c085b1c7edf0566661dcf4ae7b3ffb3e9afdfbdf0a4a6bf46 ssh-agent 02:43:31 SSH_AUTH_SOCK=/tmp/ssh-EY6X6UsiYop1/agent.12 02:43:31 SSH_AGENT_PID=17 02:43:31 Running ssh-add (command line suppressed) 02:43:31 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_7907336979418083210.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_7907336979418083210.key) 02:43:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:32 + git tag --points-at HEAD [Pipeline] } 02:43:33 $ docker exec --env ******** --env ******** ab1844832e4f470c085b1c7edf0566661dcf4ae7b3ffb3e9afdfbdf0a4a6bf46 ssh-agent -k 02:43:33 unset SSH_AUTH_SOCK; 02:43:33 unset SSH_AGENT_PID; 02:43:33 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 ab1844832e4f470c085b1c7edf0566661dcf4ae7b3ffb3e9afdfbdf0a4a6bf46 ssh-agent 02:43:35 SSH_AUTH_SOCK=/tmp/ssh-3tg9caIwM08S/agent.46 02:43:35 SSH_AGENT_PID=52 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_4412526625245282485.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4412526625245282485.key) 02:43:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:36 + git semver init 02:43:36 # -> Open(): unable to determine branch for HEAD 02:43:36 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 02:43:36 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:43:36 # $SEMVER_REMOTE_NAME = origin 02:43:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:43:36 # $SEMVER_USER_NAME = edgex-jenkins 02:43:36 # $SEMVER_BRANCH = PR-725 02:43:36 # $SEMVER_TEMP = /tmp/semver-402699430 02:43:36 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:43:38 # '/tmp/semver-402699430' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 02:43:38 # -> Force: false 02:43:38 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 02:43:38 $ docker exec --env ******** --env ******** ab1844832e4f470c085b1c7edf0566661dcf4ae7b3ffb3e9afdfbdf0a4a6bf46 ssh-agent -k 02:43:39 unset SSH_AUTH_SOCK; 02:43:39 unset SSH_AGENT_PID; 02:43:39 echo Agent pid 52 killed; 02:43:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:43:41 + git semver [Pipeline] } 02:43:41 $ docker stop --time=1 ab1844832e4f470c085b1c7edf0566661dcf4ae7b3ffb3e9afdfbdf0a4a6bf46 02:43:43 $ docker rm -f ab1844832e4f470c085b1c7edf0566661dcf4ae7b3ffb3e9afdfbdf0a4a6bf46 [Pipeline] // withDockerContainer [Pipeline] sh 02:43:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:43:46 Stashed 1 file(s) [Pipeline] echo 02:43:46 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:44:01 Still waiting to schedule task 02:44:01 ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32745’ is offline 02:44:01 Still waiting to schedule task 02:44:01 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:45:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32746 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:45:53 Running in /w/workspace/device-sdk-go/29 [Pipeline] { [Pipeline] checkout 02:45:58 using credential edgex-jenkins-ssh 02:45:58 Cloning the remote Git repository 02:45:58 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:58 > git init /w/workspace/device-sdk-go/29 # timeout=10 02:45:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:58 > git --version # timeout=10 02:45:58 > git --version # 'git version 2.17.1' 02:45:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:00 Merging remotes/origin/master commit 119be5743e00329d34d55769b1b512288156e580 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:45:59 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:59 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:00 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:00 > 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:00 > git config core.sparsecheckout # timeout=10 02:46:00 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:46:01 Merge succeeded, producing 1883484de715b2c6fee4baee56ff64dbac921d8f 02:46:01 Checking out Revision 1883484de715b2c6fee4baee56ff64dbac921d8f (PR-725) 02:46:00 > git remote # timeout=10 02:46:00 > git config --get remote.origin.url # timeout=10 02:46:00 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:00 > git merge 119be5743e00329d34d55769b1b512288156e580 # timeout=10 02:46:01 > git rev-parse HEAD^{commit} # timeout=10 02:46:01 > git config core.sparsecheckout # timeout=10 02:46:01 > git checkout -f 1883484de715b2c6fee4baee56ff64dbac921d8f # timeout=10 02:46:05 Commit message: "Merge commit '119be5743e00329d34d55769b1b512288156e580' into HEAD" 02:46:05 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:05 > git rev-list --no-walk 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd # timeout=10 02:46:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:46:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:46:08 + + truesudo 02:46:08 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:46:10 provisioning config files... 02:46:10 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/29@tmp/config5188881127210794706tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:46:11 ---> docker-login.sh 02:46:11 nexus3.edgexfoundry.org:10001 02:46:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:12 Configure a credential helper to remove this warning. See 02:46:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:12 02:46:12 Login Succeeded 02:46:12 nexus3.edgexfoundry.org:10002 02:46:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:13 Configure a credential helper to remove this warning. See 02:46:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:13 02:46:13 Login Succeeded 02:46:13 nexus3.edgexfoundry.org:10003 02:46:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:13 Configure a credential helper to remove this warning. See 02:46:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:13 02:46:13 Login Succeeded 02:46:13 nexus3.edgexfoundry.org:10004 02:46:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:14 Configure a credential helper to remove this warning. See 02:46:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:14 02:46:14 Login Succeeded 02:46:14 docker.io 02:46:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:15 Configure a credential helper to remove this warning. See 02:46:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:15 02:46:15 Login Succeeded 02:46:15 ---> docker-login.sh ends [Pipeline] } 02:46:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:46:15 ========================================================= 02:46:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:46:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:16 + 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:16 Sending build context to Docker daemon 2.356MB 02:46:16 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:46:16 Step 2/8 : FROM ${BASE} 02:46:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:46:16 5f621e34cdf4: Pulling fs layer 02:46:16 a4357932f1b6: Pulling fs layer 02:46:16 18c013af1878: Pulling fs layer 02:46:16 00ac8860ef70: Pulling fs layer 02:46:16 63d7cb157983: Pulling fs layer 02:46:16 b116817d02f9: Pulling fs layer 02:46:16 745a02a5169b: Pulling fs layer 02:46:16 00ac8860ef70: Waiting 02:46:16 b116817d02f9: Waiting 02:46:16 63d7cb157983: Waiting 02:46:16 745a02a5169b: Waiting 02:46:16 18c013af1878: Download complete 02:46:16 a4357932f1b6: Verifying Checksum 02:46:16 a4357932f1b6: Download complete 02:46:16 63d7cb157983: Verifying Checksum 02:46:16 63d7cb157983: Download complete 02:46:16 5f621e34cdf4: Download complete 02:46:16 b116817d02f9: Verifying Checksum 02:46:16 b116817d02f9: Download complete 02:46:16 Running on prd-centos7-docker-4c-2g-32747 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:46:16 Running in /w/workspace/device-sdk-go/29 [Pipeline] { [Pipeline] checkout 02:46:17 5f621e34cdf4: Pull complete 02:46:17 a4357932f1b6: Pull complete 02:46:18 18c013af1878: Pull complete 02:46:18 using credential edgex-jenkins-ssh 02:46:19 Cloning the remote Git repository 02:46:19 745a02a5169b: Verifying Checksum 02:46:19 745a02a5169b: Download complete 02:46:18 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:46:18 > git init /w/workspace/device-sdk-go/29 # timeout=10 02:46:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:18 > git --version # timeout=10 02:46:18 > git --version # 'git version 2.24.3' 02:46:18 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:19 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:46:19 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:46:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:46:19 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:20 00ac8860ef70: Verifying Checksum 02:46:20 00ac8860ef70: Download complete 02:46:20 Merging remotes/origin/master commit 119be5743e00329d34d55769b1b512288156e580 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:46:20 Merge succeeded, producing aba7f7f44f64d95b54fe367e79efdba89e3c5806 02:46:20 Checking out Revision aba7f7f44f64d95b54fe367e79efdba89e3c5806 (PR-725) 02:46:19 > 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:46:20 > git config core.sparsecheckout # timeout=10 02:46:20 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:46:20 > git remote # timeout=10 02:46:20 > git config --get remote.origin.url # timeout=10 02:46:20 using GIT_SSH to set credentials SSH Credentials for GitHub 02:46:20 > git merge 119be5743e00329d34d55769b1b512288156e580 # timeout=10 02:46:20 > git rev-parse HEAD^{commit} # timeout=10 02:46:20 > git config core.sparsecheckout # timeout=10 02:46:20 > git checkout -f aba7f7f44f64d95b54fe367e79efdba89e3c5806 # timeout=10 02:46:24 Commit message: "Merge commit '119be5743e00329d34d55769b1b512288156e580' into HEAD" 02:46:24 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:46:24 > git rev-list --no-walk 4e76fde7b9fbf2caef34e8ed10f4a065f598efcd # timeout=10 02:46:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:46:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:46:25 + true 02:46:25 + sudo service docker restart 02:46:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:46:26 provisioning config files... 02:46:26 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/29@tmp/config1223912955860497008tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:46:27 ---> docker-login.sh 02:46:27 nexus3.edgexfoundry.org:10001 02:46:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:27 Configure a credential helper to remove this warning. See 02:46:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:27 02:46:27 Login Succeeded 02:46:27 nexus3.edgexfoundry.org:10002 02:46:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:27 Configure a credential helper to remove this warning. See 02:46:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:27 02:46:27 Login Succeeded 02:46:27 nexus3.edgexfoundry.org:10003 02:46:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:28 Configure a credential helper to remove this warning. See 02:46:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:28 02:46:28 Login Succeeded 02:46:28 nexus3.edgexfoundry.org:10004 02:46:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:28 Configure a credential helper to remove this warning. See 02:46:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:28 02:46:28 Login Succeeded 02:46:28 docker.io 02:46:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:46:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:46:28 Configure a credential helper to remove this warning. See 02:46:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:46:28 02:46:28 Login Succeeded 02:46:28 ---> docker-login.sh ends [Pipeline] } 02:46:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:46:29 ========================================================= 02:46:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:46:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:46:29 + 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:29 Sending build context to Docker daemon 2.36MB 02:46:29 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:46:29 Step 2/8 : FROM ${BASE} 02:46:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:46:29 188c0c94c7c5: Pulling fs layer 02:46:29 0ef7d3d256c8: Pulling fs layer 02:46:29 de9db76c5a1d: Pulling fs layer 02:46:29 bca2f99d35d6: Pulling fs layer 02:46:29 93359f2a8cfa: Pulling fs layer 02:46:29 7c6f9722023f: Pulling fs layer 02:46:29 a35cf1a2eb13: Pulling fs layer 02:46:29 93359f2a8cfa: Waiting 02:46:29 7c6f9722023f: Waiting 02:46:29 a35cf1a2eb13: Waiting 02:46:29 bca2f99d35d6: Waiting 02:46:29 de9db76c5a1d: Verifying Checksum 02:46:29 de9db76c5a1d: Download complete 02:46:29 0ef7d3d256c8: Verifying Checksum 02:46:29 0ef7d3d256c8: Download complete 02:46:29 93359f2a8cfa: Verifying Checksum 02:46:29 93359f2a8cfa: Download complete 02:46:29 7c6f9722023f: Verifying Checksum 02:46:29 7c6f9722023f: Download complete 02:46:29 188c0c94c7c5: Verifying Checksum 02:46:29 188c0c94c7c5: Download complete 02:46:29 188c0c94c7c5: Pull complete 02:46:30 0ef7d3d256c8: Pull complete 02:46:30 de9db76c5a1d: Pull complete 02:46:30 00ac8860ef70: Pull complete 02:46:30 63d7cb157983: Pull complete 02:46:31 b116817d02f9: Pull complete 02:46:31 a35cf1a2eb13: Verifying Checksum 02:46:31 a35cf1a2eb13: Download complete 02:46:32 bca2f99d35d6: Verifying Checksum 02:46:32 bca2f99d35d6: Download complete 02:46:34 745a02a5169b: Pull complete 02:46:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:46:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:46:34 ---> b7e6874047d6 02:46:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:37 bca2f99d35d6: Pull complete 02:46:37 93359f2a8cfa: Pull complete 02:46:37 ---> Running in 66bc436a5774 02:46:37 7c6f9722023f: Pull complete 02:46:38 Removing intermediate container 66bc436a5774 02:46:38 ---> 377e62927be1 02:46:38 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:38 ---> Running in 82338c2056db 02:46:40 Removing intermediate container 82338c2056db 02:46:40 ---> a3c891bdabac 02:46:40 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:46:40 ---> Running in 3980e08ee397 02:46:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:46:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:46:43 (1/6) Installing libc-dev (0.7.2-r3) 02:46:43 (2/6) Installing libsodium (1.0.18-r0) 02:46:43 (3/6) Installing pkgconf (1.7.2-r0) 02:46:43 (4/6) Installing libsodium-dev (1.0.18-r0) 02:46:43 (5/6) Installing libzmq (4.3.3-r0) 02:46:43 (6/6) Installing zeromq-dev (4.3.3-r0) 02:46:43 Executing busybox-1.31.1-r19.trigger 02:46:43 OK: 144 MiB in 45 packages 02:46:44 a35cf1a2eb13: Pull complete 02:46:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:46:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:46:44 ---> a62c8e92a672 02:46:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:44 ---> Running in 59f753a4cabf 02:46:45 Removing intermediate container 59f753a4cabf 02:46:45 ---> 134bc3a035cc 02:46:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:46:45 ---> Running in 5aae5876e489 02:46:45 Removing intermediate container 3980e08ee397 02:46:45 ---> a627dff79d0e 02:46:45 Step 6/8 : WORKDIR /device-sdk-go 02:46:45 ---> Running in 7c2102f5b6f3 02:46:45 Removing intermediate container 5aae5876e489 02:46:45 ---> b465293ac9fc 02:46:45 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:46:45 ---> Running in a4666763215c 02:46:46 Removing intermediate container 7c2102f5b6f3 02:46:46 ---> 70409a3bff5f 02:46:46 Step 7/8 : COPY . . 02:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:46 ---> 152603e652d2 02:46:46 Step 8/8 : RUN go mod download 02:46:47 ---> Running in bf6ac2dab312 02:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:48 (1/6) Installing libc-dev (0.7.2-r3) 02:46:48 (2/6) Installing libsodium (1.0.18-r0) 02:46:49 (3/6) Installing pkgconf (1.7.2-r0) 02:46:49 (4/6) Installing libsodium-dev (1.0.18-r0) 02:46:49 (5/6) Installing libzmq (4.3.3-r0) 02:46:49 (6/6) Installing zeromq-dev (4.3.3-r0) 02:46:49 Executing busybox-1.31.1-r19.trigger 02:46:49 OK: 167 MiB in 45 packages 02:46:50 Removing intermediate container a4666763215c 02:46:50 ---> 920b5a63d9d2 02:46:50 Step 6/8 : WORKDIR /device-sdk-go 02:46:50 ---> Running in cabbda8ab810 02:46:50 Removing intermediate container cabbda8ab810 02:46:50 ---> 86aada67675c 02:46:50 Step 7/8 : COPY . . 02:46:51 ---> 6a68160b840e 02:46:51 Step 8/8 : RUN go mod download 02:46:51 ---> Running in 47b1501bc057 02:47:13 Removing intermediate container 47b1501bc057 02:47:13 ---> 24e759222f9f 02:47:13 Successfully built 24e759222f9f 02:47:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:47:13 + docker inspect -f . ci-base-image-x86_64 02:47:13 . [Pipeline] withDockerContainer 02:47:14 prd-centos7-docker-4c-2g-32747 does not seem to be running inside a container 02:47:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/29 -v /w/workspace/device-sdk-go/29:/w/workspace/device-sdk-go/29:rw,z -v /w/workspace/device-sdk-go/29@tmp:/w/workspace/device-sdk-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:47:14 $ docker top 7cecdb878a78be22acffeb2ee6c7329c94dbb431592a0b59b11b796eaf9f7a82 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:15 + go version 02:47:15 go version go1.15.5 linux/amd64 [Pipeline] } 02:47:15 $ docker stop --time=1 7cecdb878a78be22acffeb2ee6c7329c94dbb431592a0b59b11b796eaf9f7a82 02:47:16 $ docker rm -f 7cecdb878a78be22acffeb2ee6c7329c94dbb431592a0b59b11b796eaf9f7a82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:17 + docker inspect -f . ci-base-image-x86_64 02:47:17 . [Pipeline] withDockerContainer 02:47:17 prd-centos7-docker-4c-2g-32747 does not seem to be running inside a container 02:47:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/29 -v /w/workspace/device-sdk-go/29:/w/workspace/device-sdk-go/29:rw,z -v /w/workspace/device-sdk-go/29@tmp:/w/workspace/device-sdk-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:47:18 $ docker top 1e6ce76e0505bf1fd85284cb5b9b2e49bb3fcb8eaa3618ba26d75ca654784300 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:19 + make test 02:47:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:47:19 Removing intermediate container bf6ac2dab312 02:47:19 ---> fc4a2eaf5ab9 02:47:19 Successfully built fc4a2eaf5ab9 02:47:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:47:20 + docker inspect -f . ci-base-image-arm64 02:47:20 . [Pipeline] withDockerContainer 02:47:20 prd-ubuntu18.04-docker-arm64-4c-16g-32746 does not seem to be running inside a container 02:47:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/29 -v /w/workspace/device-sdk-go/29:/w/workspace/device-sdk-go/29:rw,z -v /w/workspace/device-sdk-go/29@tmp:/w/workspace/device-sdk-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:47:22 $ docker top 528ae2b6226affde6dce294c0c9ea456369f2f6e75e3ec582288873de2c50a87 -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:23 + go version 02:47:23 go version go1.15.5 linux/arm64 [Pipeline] } 02:47:23 $ docker stop --time=1 528ae2b6226affde6dce294c0c9ea456369f2f6e75e3ec582288873de2c50a87 02:47:25 $ docker rm -f 528ae2b6226affde6dce294c0c9ea456369f2f6e75e3ec582288873de2c50a87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 02:47:25 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:47:26 + docker inspect -f . ci-base-image-arm64 02:47:26 . [Pipeline] withDockerContainer 02:47:26 prd-ubuntu18.04-docker-arm64-4c-16g-32746 does not seem to be running inside a container 02:47:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/29 -v /w/workspace/device-sdk-go/29:/w/workspace/device-sdk-go/29:rw,z -v /w/workspace/device-sdk-go/29@tmp:/w/workspace/device-sdk-go/29@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:47:28 $ docker top eee0fc269142cef7459a284d2473ee336aa31a20d268b0d9e63b096023eec48e -eo pid,comm [Pipeline] { [Pipeline] sh 02:47:29 + make test 02:47:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:47:43 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:47:43 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:47:43 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:47:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:47:43 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:47:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.083s coverage: 28.1% of statements 02:47:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.072s coverage: 81.2% of statements 02:47:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.059s coverage: 7.8% of statements 02:47:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:47:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:47:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.084s coverage: 32.5% of statements 02:47:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:47:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:49 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.089s coverage: 57.3% of statements 02:47:49 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.153s coverage: 6.6% of statements 02:47:49 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 5.0% of statements 02:47:49 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:50 GO111MODULE=on go vet ./... 02:47:51 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:48:05 gofmt -l . 02:48:05 [ "`gofmt -l .`" = "" ] 02:48:05 ./bin/test-attribution-txt.sh 02:48:05 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:48:05 $ docker stop --time=1 1e6ce76e0505bf1fd85284cb5b9b2e49bb3fcb8eaa3618ba26d75ca654784300 02:48:07 $ docker rm -f 1e6ce76e0505bf1fd85284cb5b9b2e49bb3fcb8eaa3618ba26d75ca654784300 [Pipeline] // withDockerContainer [Pipeline] sh 02:48:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:48:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:48:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:48:11 + ls -al . 02:48:11 total 188 02:48:11 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 5 02:48 . 02:48:11 drwxrwxr-x. 4 jenkins jenkins 30 Apr 5 02:46 .. 02:48:11 drwxrwxr-x. 2 jenkins jenkins 64 Apr 5 02:46 bin 02:48:11 -rw-r--r--. 1 jenkins jenkins 101239 Apr 5 02:47 coverage.out 02:48:11 -rw-rw-r--. 1 jenkins jenkins 987 Apr 5 02:46 Dockerfile.build 02:48:11 -rw-rw-r--. 1 jenkins jenkins 140 Apr 5 02:46 .dockerignore 02:48:11 drwxrwxr-x. 5 jenkins jenkins 62 Apr 5 02:46 example 02:48:11 drwxrwxr-x. 8 jenkins jenkins 179 Apr 5 02:46 .git 02:48:11 drwxrwxr-x. 2 jenkins jenkins 103 Apr 5 02:46 .github 02:48:11 -rw-rw-r--. 1 jenkins jenkins 138 Apr 5 02:46 .gitignore 02:48:11 -rw-r--r--. 1 jenkins jenkins 537 Apr 5 02:48 go.mod 02:48:11 -rw-r--r--. 1 jenkins jenkins 20946 Apr 5 02:48 go.sum 02:48:11 drwxrwxr-x. 14 jenkins jenkins 207 Apr 5 02:46 internal 02:48:11 -rw-rw-r--. 1 jenkins jenkins 894 Apr 5 02:46 Jenkinsfile 02:48:11 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 5 02:46 LICENSE 02:48:11 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 5 02:46 Makefile 02:48:11 drwxrwxr-x. 4 jenkins jenkins 26 Apr 5 02:46 openapi 02:48:11 drwxrwxr-x. 5 jenkins jenkins 50 Apr 5 02:46 pkg 02:48:11 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 5 02:46 README.md 02:48:11 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 5 02:46 RELEASE-NOTES.txt 02:48:11 drwxrwxr-x. 4 jenkins jenkins 54 Apr 5 02:46 snap 02:48:11 -rw-rw-r--. 1 jenkins jenkins 5 Apr 5 02:43 VERSION 02:48:11 -rw-rw-r--. 1 jenkins jenkins 222 Apr 5 02:46 version.go [Pipeline] isUnix [Pipeline] sh 02:48:12 + 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=2805920d8a105f762ab7e3ca530d3ad86fef2266 --label arch=amd64 --label version=0.0.0 . 02:48:12 Sending build context to Docker daemon 2.462MB 02:48:12 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:48:12 Step 2/23 : FROM ${BASE} AS builder 02:48:12 ---> 24e759222f9f 02:48:12 Step 3/23 : WORKDIR /device-sdk-go 02:48:13 ---> Running in 5eede2052033 02:48:13 Removing intermediate container 5eede2052033 02:48:13 ---> c5e40ed48d48 02:48:13 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:13 ---> Running in d85012933696 02:48:14 Removing intermediate container d85012933696 02:48:14 ---> a8b9362c74a9 02:48:14 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:14 ---> Running in 00a6279cc5a5 02:48:15 Removing intermediate container 00a6279cc5a5 02:48:15 ---> 7130c88875a0 02:48:15 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:48:15 ---> Running in 08e7818d96dd 02:48:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:48:16 OK: 167 MiB in 45 packages 02:48:17 Removing intermediate container 08e7818d96dd 02:48:17 ---> ccf35294c152 02:48:17 Step 7/23 : COPY . . 02:48:18 ---> 7cdd6ab87323 02:48:18 Step 8/23 : RUN go mod download 02:48:18 ---> Running in 1cabbe53b010 02:48:18 Removing intermediate container 1cabbe53b010 02:48:18 ---> 1e0463f33667 02:48:18 Step 9/23 : RUN make build 02:48:18 ---> Running in 2fffc74abc49 02:48:19 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:29 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:48:31 Removing intermediate container 2fffc74abc49 02:48:31 ---> 576e8d9e855a 02:48:31 Step 10/23 : FROM alpine:3.12 02:48:32 3.12: Pulling from library/alpine 02:48:32 532819f3e44c: Pulling fs layer 02:48:32 532819f3e44c: Download complete 02:48:32 532819f3e44c: Pull complete 02:48:32 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:48:32 Status: Downloaded newer image for alpine:3.12 02:48:32 ---> 7230e588e954 02:48:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:32 ---> Running in e5036ab22fda 02:48:32 Removing intermediate container e5036ab22fda 02:48:32 ---> 320db9043415 02:48:32 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:32 ---> Running in a4fa4fc05b9c 02:48:33 Removing intermediate container a4fa4fc05b9c 02:48:33 ---> f57ea1dda186 02:48:33 Step 13/23 : RUN apk add --update --no-cache zeromq 02:48:34 ---> Running in cf0cfc7d570d 02:48:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:48:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:48:35 (1/5) Installing libgcc (9.3.0-r2) 02:48:35 (2/5) Installing libsodium (1.0.18-r0) 02:48:35 (3/5) Installing libstdc++ (9.3.0-r2) 02:48:36 (4/5) Installing libzmq (4.3.3-r0) 02:48:36 (5/5) Installing zeromq (4.3.3-r0) 02:48:36 Executing busybox-1.31.1-r20.trigger 02:48:36 OK: 8 MiB in 19 packages 02:48:36 Removing intermediate container cf0cfc7d570d 02:48:36 ---> 5304a19ebb9f 02:48:36 Step 14/23 : WORKDIR / 02:48:36 ---> Running in cbf0d5ebb701 02:48:36 Removing intermediate container cbf0d5ebb701 02:48:36 ---> 41e821f4f9fc 02:48:36 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:48:36 ---> 62335cc824c3 02:48:36 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:48:37 ---> 9e2f8cb4f9cd 02:48:37 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:48:37 ---> 380493ddea96 02:48:37 Step 18/23 : EXPOSE 49990 02:48:37 ---> Running in 9e89d1c5fd17 02:48:38 Removing intermediate container 9e89d1c5fd17 02:48:38 ---> c1272adcb76c 02:48:38 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:48:38 ---> Running in 31b11753d9df 02:48:38 Removing intermediate container 31b11753d9df 02:48:38 ---> 1ee9d11cff98 02:48:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:38 ---> Running in 40db1f01ac23 02:48:38 Removing intermediate container 40db1f01ac23 02:48:38 ---> df7375acc664 02:48:38 Step 21/23 : LABEL arch=amd64 02:48:38 ---> Running in 12a9b6411413 02:48:38 Removing intermediate container 12a9b6411413 02:48:38 ---> 23890cdf7b4a 02:48:38 Step 22/23 : LABEL git_sha=2805920d8a105f762ab7e3ca530d3ad86fef2266 02:48:38 ---> Running in fc90d3c5100a 02:48:38 Removing intermediate container fc90d3c5100a 02:48:38 ---> 857026637601 02:48:38 Step 23/23 : LABEL version=0.0.0 02:48:38 ---> Running in d047e637f54d 02:48:39 Removing intermediate container d047e637f54d 02:48:39 ---> 0d6fd4f05afe 02:48:39 [Warning] One or more build-args [ARCH MAKE] were not consumed 02:48:39 Successfully built 0d6fd4f05afe 02:48:39 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:40 ---> job-cost.sh 02:48:40 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cwVd 02:48:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:48:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:48:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:48:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:48:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:48:49 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.205s coverage: 28.1% of statements 02:48:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.165s coverage: 81.2% of statements 02:48:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.159s coverage: 7.8% of statements 02:48:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:48:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:48:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:48:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.264s coverage: 32.5% of statements 02:48:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:48:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:48:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:48:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:48:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.303s coverage: 57.3% of statements 02:48:56 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.141s coverage: 6.6% of statements 02:48:57 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.149s coverage: 5.0% of statements 02:48:57 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:48:57 GO111MODULE=on go vet ./... 02:49:22 lf-activate-venv(): INFO: Adding /tmp/venv-cwVd/bin to PATH 02:49:22 INFO: No Stack... 02:49:22 INFO: Retrieving Pricing Info for: v1-standard-2 02:49:22 INFO: Archiving Costs [Pipeline] sh 02:49:23 + cat /w/workspace/device-sdk-go/29/archives/cost.csv 02:49:23 + cut -d, -f6 [Pipeline] lock 02:49:23 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-29-stack-cost] 02:49:23 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-29-stack-cost] did not exist. Created. 02:49:23 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-29-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:49:23 + echo total: 0.029999999329447746 [Pipeline] stash 02:49:23 Stashed 1 file(s) [Pipeline] } 02:49:23 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-29-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:49:44 gofmt -l . 02:49:44 [ "`gofmt -l .`" = "" ] 02:49:44 ./bin/test-attribution-txt.sh 02:49:44 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:49:44 $ docker stop --time=1 eee0fc269142cef7459a284d2473ee336aa31a20d268b0d9e63b096023eec48e 02:49:47 $ docker rm -f eee0fc269142cef7459a284d2473ee336aa31a20d268b0d9e63b096023eec48e [Pipeline] // withDockerContainer [Pipeline] sh 02:49:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:49:48 Warning: overwriting stash ‘coverage-report’ 02:49:49 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:49:49 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:49:50 + ls -al . 02:49:50 total 224 02:49:50 drwxrwxr-x 10 jenkins jenkins 4096 Apr 5 02:49 . 02:49:50 drwxrwxr-x 4 jenkins jenkins 4096 Apr 5 02:45 .. 02:49:50 -rw-rw-r-- 1 jenkins jenkins 140 Apr 5 02:46 .dockerignore 02:49:50 drwxrwxr-x 8 jenkins jenkins 4096 Apr 5 02:46 .git 02:49:50 drwxrwxr-x 2 jenkins jenkins 4096 Apr 5 02:46 .github 02:49:50 -rw-rw-r-- 1 jenkins jenkins 138 Apr 5 02:46 .gitignore 02:49:50 -rw-rw-r-- 1 jenkins jenkins 987 Apr 5 02:46 Dockerfile.build 02:49:50 -rw-rw-r-- 1 jenkins jenkins 894 Apr 5 02:46 Jenkinsfile 02:49:50 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 5 02:46 LICENSE 02:49:50 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 5 02:46 Makefile 02:49:50 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 5 02:46 README.md 02:49:50 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 5 02:46 RELEASE-NOTES.txt 02:49:50 -rw-rw-r-- 1 jenkins jenkins 5 Apr 5 02:43 VERSION 02:49:50 drwxrwxr-x 2 jenkins jenkins 4096 Apr 5 02:46 bin 02:49:50 -rw-r--r-- 1 jenkins jenkins 101239 Apr 5 02:48 coverage.out 02:49:50 drwxrwxr-x 5 jenkins jenkins 4096 Apr 5 02:46 example 02:49:50 -rw-r--r-- 1 jenkins jenkins 537 Apr 5 02:49 go.mod 02:49:50 -rw-r--r-- 1 jenkins jenkins 20946 Apr 5 02:49 go.sum 02:49:50 drwxrwxr-x 14 jenkins jenkins 4096 Apr 5 02:46 internal 02:49:50 drwxrwxr-x 4 jenkins jenkins 4096 Apr 5 02:46 openapi 02:49:50 drwxrwxr-x 5 jenkins jenkins 4096 Apr 5 02:46 pkg 02:49:50 drwxrwxr-x 4 jenkins jenkins 4096 Apr 5 02:46 snap 02:49:50 -rw-rw-r-- 1 jenkins jenkins 222 Apr 5 02:46 version.go [Pipeline] isUnix [Pipeline] sh 02:49:50 + 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=2805920d8a105f762ab7e3ca530d3ad86fef2266 --label arch=arm64 --label version=0.0.0 . 02:49:50 Sending build context to Docker daemon 2.458MB 02:49:50 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:49:50 Step 2/23 : FROM ${BASE} AS builder 02:49:50 ---> fc4a2eaf5ab9 02:49:50 Step 3/23 : WORKDIR /device-sdk-go 02:49:51 ---> Running in dfd9c7604281 02:49:51 Removing intermediate container dfd9c7604281 02:49:51 ---> b047d4f302b5 02:49:51 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:51 ---> Running in 3083cc01f923 02:49:52 Removing intermediate container 3083cc01f923 02:49:52 ---> 4cafa9689c51 02:49:52 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:52 ---> Running in d3c22adde75f 02:49:54 Removing intermediate container d3c22adde75f 02:49:54 ---> 6332fa24dd8c 02:49:54 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:49:54 ---> Running in e8218fc33fc2 02:49:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:49:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:49:57 OK: 144 MiB in 45 packages 02:49:58 Removing intermediate container e8218fc33fc2 02:49:58 ---> 7307c9a33515 02:49:58 Step 7/23 : COPY . . 02:49:59 ---> 97dad7b9d20a 02:49:59 Step 8/23 : RUN go mod download 02:49:59 ---> Running in a518ce713ff1 02:50:02 Removing intermediate container a518ce713ff1 02:50:02 ---> 08da2c065360 02:50:02 Step 9/23 : RUN make build 02:50:02 ---> Running in e3bd0ebf7710 02:50:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:50:35 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:50:38 Removing intermediate container e3bd0ebf7710 02:50:38 ---> 9fc9da56ffe9 02:50:38 Step 10/23 : FROM alpine:3.12 02:50:38 3.12: Pulling from library/alpine 02:50:39 9a219e8acc52: Pulling fs layer 02:50:39 9a219e8acc52: Verifying Checksum 02:50:39 9a219e8acc52: Download complete 02:50:40 9a219e8acc52: Pull complete 02:50:40 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:50:40 Status: Downloaded newer image for alpine:3.12 02:50:40 ---> d75e27dfc0a0 02:50:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:40 ---> Running in 3e90cc03cb0e 02:50:40 Removing intermediate container 3e90cc03cb0e 02:50:40 ---> dffe8abe135f 02:50:40 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:40 ---> Running in 6db98d7809c4 02:50:42 Removing intermediate container 6db98d7809c4 02:50:42 ---> cbec70206536 02:50:42 Step 13/23 : RUN apk add --update --no-cache zeromq 02:50:43 ---> Running in e09068711a5d 02:50:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:50:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:50:45 (1/5) Installing libgcc (9.3.0-r2) 02:50:45 (2/5) Installing libsodium (1.0.18-r0) 02:50:45 (3/5) Installing libstdc++ (9.3.0-r2) 02:50:46 (4/5) Installing libzmq (4.3.3-r0) 02:50:46 (5/5) Installing zeromq (4.3.3-r0) 02:50:46 Executing busybox-1.31.1-r20.trigger 02:50:46 OK: 8 MiB in 19 packages 02:50:47 Removing intermediate container e09068711a5d 02:50:47 ---> fc0031ee9125 02:50:47 Step 14/23 : WORKDIR / 02:50:47 ---> Running in 137212da13a4 02:50:48 Removing intermediate container 137212da13a4 02:50:48 ---> 1463f9784983 02:50:48 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:50:48 ---> 30184b0065d6 02:50:48 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:50:50 ---> 96d24021a713 02:50:50 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:50:50 ---> 232c0a47ef4c 02:50:50 Step 18/23 : EXPOSE 49990 02:50:51 ---> Running in 8b6834bf17e6 02:50:51 Removing intermediate container 8b6834bf17e6 02:50:51 ---> 5bb6de19a496 02:50:51 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:50:51 ---> Running in bd409ffce60a 02:50:51 Removing intermediate container bd409ffce60a 02:50:51 ---> a2d12d7f4e95 02:50:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:50:52 ---> Running in 929f01b1992c 02:50:52 Removing intermediate container 929f01b1992c 02:50:52 ---> 7d0f0b4dfdc3 02:50:52 Step 21/23 : LABEL arch=arm64 02:50:52 ---> Running in 464540f9879c 02:50:53 Removing intermediate container 464540f9879c 02:50:53 ---> 4ae102d9e946 02:50:53 Step 22/23 : LABEL git_sha=2805920d8a105f762ab7e3ca530d3ad86fef2266 02:50:53 ---> Running in 61e91416af12 02:50:53 Removing intermediate container 61e91416af12 02:50:53 ---> 722ba6facd53 02:50:53 Step 23/23 : LABEL version=0.0.0 02:50:53 ---> Running in a154da9338c7 02:50:54 Removing intermediate container a154da9338c7 02:50:54 ---> 6049a5ddff4d 02:50:54 [Warning] One or more build-args [ARCH MAKE] were not consumed 02:50:54 Successfully built 6049a5ddff4d 02:50:54 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:50:55 ---> job-cost.sh 02:50:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-cL6A 02:51:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:53:11 lf-activate-venv(): INFO: Adding /tmp/venv-cL6A/bin to PATH 02:53:11 INFO: No Stack... 02:53:11 INFO: Retrieving Pricing Info for: lf-standard-4 02:53:11 INFO: Archiving Costs [Pipeline] sh 02:53:11 + cut -d, -f6 02:53:11 + cat /w/workspace/device-sdk-go/29/archives/cost.csv [Pipeline] lock 02:53:11 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-29-stack-cost] 02:53:11 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-29-stack-cost] did not exist. Created. 02:53:11 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-29-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:53:12 /w/workspace/device-sdk-go/29@tmp/durable-e0d6992f/script.sh: 1: /w/workspace/device-sdk-go/29@tmp/durable-e0d6992f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:53:12 + echo total: 0.20999999344348907 [Pipeline] stash 02:53:12 Warning: overwriting stash ‘stack-cost’ 02:53:12 Stashed 1 file(s) [Pipeline] } 02:53:12 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-29-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:53:13 provisioning config files... 02:53:14 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config1563518196939370014tmp [Pipeline] { [Pipeline] sh 02:53:14 + set +x 02:53:14 + curl -s https://codecov.io/bash 02:53:14 + bash -s -- 02:53:14 02:53:14 _____ _ 02:53:14 / ____| | | 02:53:14 | | ___ __| | ___ ___ _____ __ 02:53:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:53:14 | |___| (_) | (_| | __/ (_| (_) \ V / 02:53:14 \_____\___/ \__,_|\___|\___\___/ \_/ 02:53:14 Bash-20210309-2b87ace 02:53:14 02:53:14 02:53:14 ==> git version 2.24.3 found 02:53:14 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:53:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:53:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:53:14 ==> Jenkins CI detected. 02:53:14 project root: . 02:53:14 --> token set from env 02:53:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:53:15 ==> Running gcov in . (disable via -X gcov) 02:53:15 ==> Python coveragepy not found 02:53:15 ==> Searching for coverage reports in: 02:53:15 + . 02:53:15 -> Found 1 reports 02:53:15 ==> Detecting git/mercurial file structure 02:53:15 ==> Reading reports 02:53:15 + ./coverage.out bytes=101239 02:53:15 ==> Appending adjustments 02:53:15 https://docs.codecov.io/docs/fixing-reports 02:53:15 + Found adjustments 02:53:15 ==> Gzipping contents 02:53:15 16K /tmp/codecov.KvzXuG.gz 02:53:15 ==> Uploading reports 02:53:15 url: https://codecov.io 02:53:15 query: branch=PR-725&commit=2805920d8a105f762ab7e3ca530d3ad86fef2266&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F29%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:53:15 -> Pinging Codecov 02:53:15 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=2805920d8a105f762ab7e3ca530d3ad86fef2266&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F29%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:53:16 -> Uploading to 02:53:16 https://storage.googleapis.com/codecov/v4/raw/2021-04-05/7E55EF52A471D76F132DFD9A03CDDE97/2805920d8a105f762ab7e3ca530d3ad86fef2266/e2abd5b1-9b63-4a93-be1e-f3d9a4ab6ec5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210405%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210405T025315Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=969307a554adadad91156bc14949af3a83d9288207ef792a1e20a14032f3fc71 02:53:16 % Total % Received % Xferd Average Speed Time Time Time Current 02:53:16 Dload Upload Total Spent Left Speed 02:53:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13716 0 0 100 13716 0 22249 --:--:-- --:--:-- --:--:-- 22230 100 13716 0 0 100 13716 0 22236 --:--:-- --:--:-- --:--:-- 22230 02:53:16 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2805920d8a105f762ab7e3ca530d3ad86fef2266 [Pipeline] } 02:53:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:53:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:53:20 ---> package-listing.sh 02:53:20 ++ tr '[:upper:]' '[:lower:]' 02:53:20 ++ facter osfamily 02:53:21 + OS_FAMILY=redhat 02:53:21 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 02:53:21 + START_PACKAGES=/tmp/packages_start.txt 02:53:21 + END_PACKAGES=/tmp/packages_end.txt 02:53:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:53:21 + PACKAGES=/tmp/packages_start.txt 02:53:21 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:53:21 + PACKAGES=/tmp/packages_end.txt 02:53:21 + case "${OS_FAMILY}" in 02:53:21 + rpm -qa 02:53:21 + sort 02:53:31 + '[' -f /tmp/packages_start.txt ']' 02:53:31 + '[' -f /tmp/packages_end.txt ']' 02:53:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:53:31 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:53:31 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 02:53:31 + 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:53:31 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:53:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:53:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:53:33 02:53:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:53:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:53:34 alpine: Pulling from edgex-lftools-log-publisher 02:53:34 df20fa9351a1: Pulling fs layer 02:53:34 36b3adc4ff6f: Pulling fs layer 02:53:34 8ad3a11d3b57: Pulling fs layer 02:53:34 46f8f816bc3b: Pulling fs layer 02:53:34 93b61091891f: Pulling fs layer 02:53:34 93b9cdb0e59b: Pulling fs layer 02:53:34 5e14af77c1be: Pulling fs layer 02:53:34 01666e4c0597: Pulling fs layer 02:53:34 aa168da1d23b: Pulling fs layer 02:53:34 46f8f816bc3b: Waiting 02:53:34 93b61091891f: Waiting 02:53:34 93b9cdb0e59b: Waiting 02:53:34 5e14af77c1be: Waiting 02:53:34 01666e4c0597: Waiting 02:53:34 aa168da1d23b: Waiting 02:53:34 36b3adc4ff6f: Verifying Checksum 02:53:34 36b3adc4ff6f: Download complete 02:53:35 46f8f816bc3b: Verifying Checksum 02:53:35 46f8f816bc3b: Download complete 02:53:35 df20fa9351a1: Verifying Checksum 02:53:35 df20fa9351a1: Download complete 02:53:36 93b9cdb0e59b: Verifying Checksum 02:53:36 93b9cdb0e59b: Download complete 02:53:36 5e14af77c1be: Verifying Checksum 02:53:36 5e14af77c1be: Download complete 02:53:36 93b61091891f: Verifying Checksum 02:53:36 93b61091891f: Download complete 02:53:36 01666e4c0597: Verifying Checksum 02:53:36 01666e4c0597: Download complete 02:53:37 df20fa9351a1: Pull complete 02:53:37 36b3adc4ff6f: Pull complete 02:53:38 8ad3a11d3b57: Verifying Checksum 02:53:38 8ad3a11d3b57: Download complete 02:53:39 8ad3a11d3b57: Pull complete 02:53:40 46f8f816bc3b: Pull complete 02:53:41 93b61091891f: Pull complete 02:53:41 93b9cdb0e59b: Pull complete 02:53:42 5e14af77c1be: Pull complete 02:53:43 01666e4c0597: Pull complete 02:53:48 aa168da1d23b: Verifying Checksum 02:53:48 aa168da1d23b: Download complete 02:54:11 aa168da1d23b: Pull complete 02:54:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:54:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:54:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:54:12 prd-centos7-docker-4c-2g-32744 does not seem to be running inside a container 02:54:12 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:54:15 $ docker top b278cfbafae911d6359c02c28fd2e0f1faa6e3a223082db5ba46a66b7a5b45b7 -eo pid,comm [Pipeline] { [Pipeline] sh 02:54:17 + touch /tmp/pre-build-complete [Pipeline] sh 02:54:18 + mkdir -p /var/log/sa [Pipeline] sh 02:54:19 + ls /var/log/sa-host 02:54:19 + sadf -c /var/log/sa-host/sa05 02:54:19 file_magic: OK 02:54:19 HZ: Using current value: 100 02:54:19 file_header: OK 02:54:19 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:19 Statistics: 02:54:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:54:19 File successfully converted to sysstat format version 12.2.1 02:54:19 + sadf -c /var/log/sa-host/sa23 02:54:19 file_magic: OK 02:54:19 HZ: Using current value: 100 02:54:19 file_header: OK 02:54:19 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:19 Statistics: 02:54:19 Hnuu...uuuununununu... 02:54:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:54:19 provisioning config files... 02:54:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config555146257025992539tmp [Pipeline] { [Pipeline] echo 02:54:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:54:21 ---> create-netrc.sh [Pipeline] } 02:54:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:54:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:54:22 ---> python-tools-install.sh [Pipeline] echo 02:54:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:54:22 ---> sudo-logs.sh 02:54:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:54:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:54:23 ---> job-cost.sh 02:54:24 lf-activate-venv: SKIPPING 02:54:24 DEBUG: total: 0.20999999344348907 02:54:24 INFO: Retrieving Stack Cost... 02:54:25 INFO: Retrieving Pricing Info for: v1-standard-2 02:54:25 INFO: Archiving Costs [Pipeline] echo 02:54:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:54:26 ---> logs-deploy.sh 02:54:26 lf-activate-venv: SKIPPING 02:54:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/29 02:54:26 INFO: archiving workspace using pattern(s): 02:54:30 Archives upload complete. 02:54:30 INFO: archiving logs to Nexus 02:54:31 ---> uname -a: 02:54:31 Linux prd-centos7-docker-4c-2g-32744.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:31 02:54:31 02:54:31 ---> lscpu: 02:54:31 Architecture: x86_64 02:54:31 CPU op-mode(s): 32-bit, 64-bit 02:54:31 Byte Order: Little Endian 02:54:31 Address sizes: 40 bits physical, 48 bits virtual 02:54:31 CPU(s): 4 02:54:31 On-line CPU(s) list: 0-3 02:54:31 Thread(s) per core: 1 02:54:31 Core(s) per socket: 1 02:54:31 Socket(s): 4 02:54:31 NUMA node(s): 1 02:54:31 Vendor ID: GenuineIntel 02:54:31 CPU family: 6 02:54:31 Model: 44 02:54:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:54:31 Stepping: 1 02:54:31 CPU MHz: 2933.438 02:54:31 BogoMIPS: 5866.87 02:54:31 Virtualization: VT-x 02:54:31 Hypervisor vendor: KVM 02:54:31 Virtualization type: full 02:54:31 L1d cache: 128 KiB 02:54:31 L1i cache: 128 KiB 02:54:31 L2 cache: 16 MiB 02:54:31 L3 cache: 64 MiB 02:54:31 NUMA node0 CPU(s): 0-3 02:54:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:54:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:54:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:54:31 Vulnerability Meltdown: Mitigation; PTI 02:54:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:54:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:54:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:54:31 Vulnerability Srbds: Not affected 02:54:31 Vulnerability Tsx async abort: Not affected 02:54:31 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:31 02:54:31 02:54:31 ---> nproc: 02:54:31 4 02:54:31 02:54:31 02:54:31 ---> df -h: 02:54:31 Filesystem Size Used Available Use% Mounted on 02:54:31 overlay 50.0G 7.3G 42.7G 15% / 02:54:31 tmpfs 64.0M 0 64.0M 0% /dev 02:54:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:54:31 shm 64.0M 0 64.0M 0% /dev/shm 02:54:31 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:54:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:54:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:54:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:54:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:54:31 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:54:31 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:54:31 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 02:54:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:54:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:54:31 02:54:31 02:54:32 ---> free -m: 02:54:32 total used free shared buff/cache available 02:54:32 Mem: 1837 736 119 0 982 996 02:54:32 Swap: 1023 1 1022 02:54:32 02:54:32 02:54:32 ---> ip addr: 02:54:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:54:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:54:32 inet 127.0.0.1/8 scope host lo 02:54:32 valid_lft forever preferred_lft forever 02:54:32 inet6 ::1/128 scope host 02:54:32 valid_lft forever preferred_lft forever 02:54:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:54:32 link/ether fa:16:3e:89:07:d3 brd ff:ff:ff:ff:ff:ff 02:54:32 inet 10.30.122.203/23 brd 10.30.123.255 scope global dynamic eth0 02:54:32 valid_lft 85624sec preferred_lft 85624sec 02:54:32 inet6 fe80::f816:3eff:fe89:7d3/64 scope link 02:54:32 valid_lft forever preferred_lft forever 02:54:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:54:32 link/ether 02:42:75:9f:2b:85 brd ff:ff:ff:ff:ff:ff 02:54:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:54:32 valid_lft forever preferred_lft forever 02:54:32 inet6 fe80::42:75ff:fe9f:2b85/64 scope link 02:54:32 valid_lft forever preferred_lft forever 02:54:32 02:54:32 02:54:32 ---> sar -b -r -n DEV: 02:54:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/05/21 _x86_64_ (4 CPU) 02:54:32 02:54:32 02:41:21 LINUX RESTART (4 CPU) 02:54:32 02:54:32 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:54:32 02:43:01 114.90 46.46 68.44 0.00 3742.37 36592.67 0.00 02:54:32 02:44:01 34.28 11.23 23.05 0.00 4439.61 2464.49 0.00 02:54:32 02:45:02 1.85 0.00 1.85 0.00 0.00 35.45 0.00 02:54:32 02:46:01 0.19 0.00 0.19 0.00 0.00 2.32 0.00 02:54:32 02:47:01 0.25 0.00 0.25 0.00 0.00 3.50 0.00 02:54:32 02:48:01 0.33 0.00 0.33 0.00 0.00 4.19 0.00 02:54:32 02:49:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 02:54:32 02:50:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 02:54:32 02:51:01 0.30 0.00 0.30 0.00 0.00 3.08 0.00 02:54:32 02:52:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 02:54:32 02:53:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 02:54:32 02:54:02 96.14 55.82 40.31 0.00 4461.77 12968.40 0.00 02:54:32 Average: 20.90 9.54 11.36 0.00 1059.79 4359.85 0.00 02:54:32 02:54:32 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:54:32 02:43:01 68212 0 585716 31.13 2620 1224996 1118724 38.18 406664 1210300 11320 02:54:32 02:44:01 147180 0 634840 33.74 2620 1096904 1170720 39.95 409052 1124752 136 02:54:32 02:45:02 149440 0 632576 33.62 2620 1096908 1170408 39.94 418832 1112808 20 02:54:32 02:46:01 159848 0 622164 33.07 2620 1096912 1067224 36.42 410364 1112876 16 02:54:32 02:47:01 159676 0 622308 33.07 2620 1096940 1067236 36.42 415676 1107772 16 02:54:32 02:48:01 159888 0 622112 33.06 2620 1096924 1067116 36.42 437848 1085168 8 02:54:32 02:49:01 159232 0 622768 33.10 2620 1096924 1067296 36.43 440152 1083876 12 02:54:32 02:50:01 160996 0 621000 33.00 2620 1096928 1067032 36.42 438728 1083872 8 02:54:32 02:51:01 161212 0 620776 32.99 2620 1096936 1067032 36.42 438612 1083872 20 02:54:32 02:52:01 161080 0 620904 33.00 2620 1096940 1067032 36.42 438724 1083872 8 02:54:32 02:53:01 160868 0 621112 33.01 2620 1096944 1067104 36.42 439128 1083872 8 02:54:32 02:54:02 80012 0 735756 39.10 2620 1063156 1495624 51.04 601964 966248 65024 02:54:32 Average: 143970 0 630169 33.49 2620 1104784 1124379 38.37 441312 1094941 6383 02:54:32 02:54:32 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:54:32 02:43:01 eth0 159.23 129.76 608.27 49.25 0.00 0.00 0.00 0.00 02:54:32 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:44:01 eth0 98.35 86.57 476.35 52.30 0.00 0.00 0.00 0.00 02:54:32 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:44:01 docker0 7.44 6.52 1.37 24.83 0.00 0.00 0.00 0.00 02:54:32 02:45:02 eth0 1.86 1.16 3.15 0.26 0.00 0.00 0.00 0.00 02:54:32 02:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:46:01 eth0 1.10 0.42 0.33 0.21 0.00 0.00 0.00 0.00 02:54:32 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:47:01 eth0 1.16 0.37 0.31 0.17 0.00 0.00 0.00 0.00 02:54:32 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:48:01 eth0 1.08 0.17 0.16 0.10 0.00 0.00 0.00 0.00 02:54:32 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:49:01 eth0 1.00 0.72 0.61 0.40 0.00 0.00 0.00 0.00 02:54:32 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:54:32 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:54:32 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:52:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:54:32 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:53:01 eth0 0.25 0.15 0.09 0.07 0.00 0.00 0.00 0.00 02:54:32 02:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:54:02 eth0 209.99 176.86 2142.66 22.00 0.00 0.00 0.00 0.00 02:54:32 02:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 02:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 Average: eth0 39.81 33.28 272.24 10.43 0.00 0.00 0.00 0.00 02:54:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:54:32 Average: docker0 0.62 0.54 0.11 2.07 0.00 0.00 0.00 0.00 02:54:32 02:54:32 02:54:32 ---> sar -P ALL: 02:54:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/05/21 _x86_64_ (4 CPU) 02:54:32 02:54:32 02:41:21 LINUX RESTART (4 CPU) 02:54:32 02:54:32 02:42:01 CPU %user %nice %system %iowait %steal %idle 02:54:32 02:43:01 all 11.09 0.00 6.16 8.63 33.36 40.77 02:54:32 02:43:01 0 8.58 0.00 9.62 6.47 35.58 39.75 02:54:32 02:43:01 1 10.15 0.00 4.33 10.70 33.41 41.42 02:54:32 02:43:01 2 14.86 0.00 6.06 9.72 32.58 36.78 02:54:32 02:43:01 3 10.96 0.00 4.70 7.62 31.82 44.91 02:54:32 02:44:01 all 3.53 0.00 3.17 0.53 20.38 72.39 02:54:32 02:44:01 0 3.35 0.00 3.34 0.45 22.15 70.71 02:54:32 02:44:01 1 2.42 0.00 3.45 0.79 20.18 73.16 02:54:32 02:44:01 2 4.76 0.00 2.89 0.35 19.82 72.18 02:54:32 02:44:01 3 3.60 0.00 3.00 0.53 19.37 73.50 02:54:32 02:45:02 all 0.09 0.00 0.07 0.00 0.86 98.99 02:54:32 02:45:02 0 0.23 0.00 0.05 0.00 1.07 98.64 02:54:32 02:45:02 1 0.03 0.00 0.07 0.00 0.81 99.09 02:54:32 02:45:02 2 0.05 0.00 0.10 0.00 1.30 98.55 02:54:32 02:45:02 3 0.03 0.00 0.05 0.00 0.23 99.68 02:54:32 02:46:01 all 0.11 0.00 0.07 0.00 0.55 99.26 02:54:32 02:46:01 0 0.34 0.00 0.03 0.00 0.47 99.15 02:54:32 02:46:01 1 0.02 0.00 0.07 0.00 0.64 99.27 02:54:32 02:46:01 2 0.07 0.00 0.15 0.00 0.79 98.99 02:54:32 02:46:01 3 0.03 0.00 0.03 0.00 0.30 99.63 02:54:32 02:47:01 all 0.08 0.00 0.06 0.00 1.46 98.41 02:54:32 02:47:01 0 0.18 0.00 0.02 0.00 1.44 98.36 02:54:32 02:47:01 1 0.03 0.00 0.03 0.00 1.12 98.82 02:54:32 02:47:01 2 0.03 0.00 0.13 0.00 1.41 98.42 02:54:32 02:47:01 3 0.07 0.00 0.05 0.00 1.85 98.04 02:54:32 02:48:01 all 0.08 0.00 0.17 0.00 1.31 98.43 02:54:32 02:48:01 0 0.26 0.00 0.05 0.00 1.88 97.80 02:54:32 02:48:01 1 0.02 0.00 0.26 0.02 1.42 98.29 02:54:32 02:48:01 2 0.02 0.00 0.30 0.00 1.26 98.43 02:54:32 02:48:01 3 0.03 0.00 0.08 0.00 0.68 99.20 02:54:32 02:49:01 all 0.09 0.00 0.04 0.00 1.81 98.06 02:54:32 02:49:01 0 0.23 0.00 0.02 0.00 2.61 97.15 02:54:32 02:49:01 1 0.02 0.00 0.07 0.00 0.71 99.21 02:54:32 02:49:01 2 0.10 0.00 0.05 0.00 3.23 96.62 02:54:32 02:49:01 3 0.03 0.00 0.02 0.00 0.65 99.30 02:54:32 02:50:01 all 0.10 0.00 0.03 0.00 0.44 99.43 02:54:32 02:50:01 0 0.33 0.00 0.02 0.00 0.56 99.09 02:54:32 02:50:01 1 0.02 0.00 0.03 0.00 0.33 99.62 02:54:32 02:50:01 2 0.05 0.00 0.05 0.00 0.61 99.29 02:54:32 02:50:01 3 0.00 0.00 0.03 0.00 0.25 99.72 02:54:32 02:51:01 all 0.08 0.00 0.02 0.00 0.45 99.44 02:54:32 02:51:01 0 0.23 0.00 0.02 0.00 0.42 99.34 02:54:32 02:51:01 1 0.03 0.00 0.02 0.00 0.13 99.82 02:54:32 02:51:01 2 0.02 0.00 0.03 0.00 0.88 99.07 02:54:32 02:51:01 3 0.03 0.00 0.03 0.00 0.38 99.55 02:54:32 02:52:01 all 0.10 0.00 0.03 0.00 0.37 99.50 02:54:32 02:52:01 0 0.35 0.00 0.05 0.00 0.84 98.76 02:54:32 02:52:01 1 0.02 0.00 0.02 0.00 0.15 99.82 02:54:32 02:52:01 2 0.02 0.00 0.03 0.00 0.15 99.80 02:54:32 02:52:01 3 0.03 0.00 0.02 0.00 0.32 99.63 02:54:32 02:53:01 all 0.09 0.00 0.02 0.00 0.50 99.39 02:54:32 02:53:01 0 0.25 0.00 0.03 0.00 0.96 98.76 02:54:32 02:53:01 1 0.02 0.00 0.02 0.00 0.23 99.73 02:54:32 02:53:01 2 0.02 0.00 0.02 0.00 0.18 99.78 02:54:32 02:53:01 3 0.07 0.00 0.03 0.00 0.61 99.29 02:54:32 02:54:32 02:53:01 CPU %user %nice %system %iowait %steal %idle 02:54:32 02:54:02 all 3.44 0.00 2.59 2.83 22.68 68.46 02:54:32 02:54:02 0 2.19 0.00 2.10 1.12 23.71 70.87 02:54:32 02:54:02 1 4.19 0.00 3.15 4.66 23.06 64.94 02:54:32 02:54:02 2 3.73 0.00 2.38 0.67 21.60 71.61 02:54:32 02:54:02 3 3.66 0.00 2.75 4.95 22.34 66.29 02:54:32 Average: all 1.70 0.00 1.12 1.09 7.54 88.56 02:54:32 Average: 0 1.47 0.00 1.39 0.73 8.23 88.19 02:54:32 Average: 1 1.56 0.00 1.05 1.49 7.47 88.43 02:54:32 Average: 2 2.08 0.00 1.07 0.94 7.38 88.53 02:54:32 Average: 3 1.68 0.00 0.97 1.19 7.08 89.08 02:54:32 02:54:32 02:54:32