Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 91a128fb3261b794220e36635c93107914f86303+7565948cf2a22d3fef01b48e9653f9446226441c (8834e15f9a597705fb6deea027c19f58165a8eb5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33105 in /w/workspace/dgexfoundry_device-sdk-go_PR-856 [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-856 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7565948cf2a22d3fef01b48e9653f9446226441c into PR head commit 91a128fb3261b794220e36635c93107914f86303 Merge succeeded, producing 3eeb019c6cf75db9f355111c49d0514cd1381149 Checking out Revision 3eeb019c6cf75db9f355111c49d0514cd1381149 (PR-856) > 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/856/head:refs/remotes/origin/PR-856 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 91a128fb3261b794220e36635c93107914f86303 # 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 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3eeb019c6cf75db9f355111c49d0514cd1381149 # timeout=10 Commit message: "Merge commit '7565948cf2a22d3fef01b48e9653f9446226441c' into HEAD" > git rev-list --no-walk 91a128fb3261b794220e36635c93107914f86303 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:44:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:44:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:44:21 ========================================================= 02:44:21 EdgeX Global Pipelines Version Info 02:44:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:44:24 ------------------- 02:44:24 stable info: 02:44:24 ------------------- 02:44:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:44:24 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:44:24 Message: update stable to v1.0.186 02:44:25 ------------------- 02:44:25 experimental info: 02:44:25 ------------------- 02:44:25 Commited By: **** collab-it+edgex@linuxfoundation.org 02:44:25 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 02:44:25 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:44:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:44:26 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:44:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:44:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:44:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:44:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:44:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:44:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:44:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:44:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:44:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:44:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:44:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:44:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:44:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:44:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:44:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:44:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:44:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:44:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-856 [Pipeline] echo 02:44:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-856 [Pipeline] echo 02:44:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-856 [Pipeline] echo 02:44:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3eeb019c6cf75db9f355111c49d0514cd1381149 [Pipeline] echo 02:44:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3eeb019 [Pipeline] echo 02:44:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:29 provisioning config files... 02:44:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/config794202101653588052tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:29 ---> docker-login.sh 02:44:29 nexus3.edgexfoundry.org:10001 02:44:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:31 Configure a credential helper to remove this warning. See 02:44:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:31 02:44:31 Login Succeeded 02:44:31 nexus3.edgexfoundry.org:10002 02:44:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:31 Configure a credential helper to remove this warning. See 02:44:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:31 02:44:31 Login Succeeded 02:44:31 nexus3.edgexfoundry.org:10003 02:44:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:33 Configure a credential helper to remove this warning. See 02:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:33 02:44:33 Login Succeeded 02:44:33 nexus3.edgexfoundry.org:10004 02:44:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:34 Configure a credential helper to remove this warning. See 02:44:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:34 02:44:34 Login Succeeded 02:44:34 docker.io 02:44:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:35 Configure a credential helper to remove this warning. See 02:44:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:35 02:44:35 Login Succeeded 02:44:35 ---> docker-login.sh ends [Pipeline] } 02:44:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:36 + git log --format=format:%s -1 3eeb019c6cf75db9f355111c49d0514cd1381149 [Pipeline] echo 02:44:36 GIT_COMMIT: 3eeb019c6cf75db9f355111c49d0514cd1381149, Commit Message: Merge commit '7565948cf2a22d3fef01b48e9653f9446226441c' into HEAD [Pipeline] echo 02:44:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:44:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:38 02:44:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:44:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:39 latest: Pulling from edgex-devops/git-semver 02:44:39 31603596830f: Pulling fs layer 02:44:39 2a8b12db71e7: Pulling fs layer 02:44:39 6ca5941a6612: Pulling fs layer 02:44:39 ecc8261a40a4: Pulling fs layer 02:44:39 ecc8261a40a4: Waiting 02:44:39 2a8b12db71e7: Download complete 02:44:40 31603596830f: Verifying Checksum 02:44:40 31603596830f: Download complete 02:44:40 ecc8261a40a4: Verifying Checksum 02:44:40 ecc8261a40a4: Download complete 02:44:40 6ca5941a6612: Verifying Checksum 02:44:40 6ca5941a6612: Download complete 02:44:41 31603596830f: Pull complete 02:44:41 2a8b12db71e7: Pull complete 02:44:45 6ca5941a6612: Pull complete 02:44:46 ecc8261a40a4: Pull complete 02:44:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:44:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:44:46 prd-centos7-docker-4c-2g-33105 does not seem to be running inside a container 02:44:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-856 -v /w/workspace/dgexfoundry_device-sdk-go_PR-856:/w/workspace/dgexfoundry_device-sdk-go_PR-856:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:44:51 $ docker top cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:44:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:52 [ssh-agent] Looking for ssh-agent implementation... 02:44:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:53 $ docker exec cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 ssh-agent 02:44:53 SSH_AUTH_SOCK=/tmp/ssh-sEFFSQT7OjKU/agent.11 02:44:53 SSH_AGENT_PID=16 02:44:53 Running ssh-add (command line suppressed) 02:44:54 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_4761779584520713903.key (/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_4761779584520713903.key) 02:44:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:54 + git tag --points-at HEAD [Pipeline] } 02:44:54 $ docker exec --env ******** --env ******** cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 ssh-agent -k 02:44:55 unset SSH_AUTH_SOCK; 02:44:55 unset SSH_AGENT_PID; 02:44:55 echo Agent pid 16 killed; 02:44:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:44:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:55 [ssh-agent] Looking for ssh-agent implementation... 02:44:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:56 $ docker exec cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 ssh-agent 02:44:57 SSH_AUTH_SOCK=/tmp/ssh-TRWm3nzyKfHj/agent.46 02:44:57 SSH_AGENT_PID=51 02:44:57 Running ssh-add (command line suppressed) 02:44:57 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_8187664909937499576.key (/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/private_key_8187664909937499576.key) 02:44:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:58 + git semver init 02:44:58 # -> Open(): unable to determine branch for HEAD 02:44:58 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-856/.git 02:44:58 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-856 02:44:58 # $SEMVER_REMOTE_NAME = origin 02:44:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:44:58 # $SEMVER_USER_NAME = edgex-jenkins 02:44:58 # $SEMVER_BRANCH = PR-856 02:44:58 # $SEMVER_TEMP = /tmp/semver-288368862 02:44:58 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:45:00 # '/tmp/semver-288368862' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-856/.semver' 02:45:00 # -> Force: false 02:45:00 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-856/.semver [Pipeline] } 02:45:00 $ docker exec --env ******** --env ******** cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 ssh-agent -k 02:45:00 unset SSH_AUTH_SOCK; 02:45:00 unset SSH_AGENT_PID; 02:45:00 echo Agent pid 51 killed; 02:45:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:45:02 + git semver [Pipeline] } 02:45:02 $ docker stop --time=1 cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 02:45:05 $ docker rm -f cff6625633f5b0226ac574de018a411904c595903cf3fe854caf19c629a4d340 [Pipeline] // withDockerContainer [Pipeline] sh 02:45:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:45:07 Stashed 1 file(s) [Pipeline] echo 02:45:07 [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:45:22 Still waiting to schedule task 02:45:22 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:45:22 Still waiting to schedule task 02:45:22 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:48:20 Running on prd-centos7-docker-4c-2g-33107 in /w/workspace/dgexfoundry_device-sdk-go_PR-856 [Pipeline] { [Pipeline] ws 02:48:20 Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout 02:48:27 using credential edgex-jenkins-ssh 02:48:27 Cloning the remote Git repository 02:48:28 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:48:28 > git init /w/workspace/device-sdk-go/7 # timeout=10 02:48:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:48:28 > git --version # timeout=10 02:48:28 > git --version # 'git version 2.24.3' 02:48:28 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:48:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:48:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:48:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:48:31 Merging remotes/origin/master commit 7565948cf2a22d3fef01b48e9653f9446226441c into PR head commit 91a128fb3261b794220e36635c93107914f86303 02:48:31 Merge succeeded, producing 71949dffbd53779930c5f129014af28ba079cae5 02:48:31 Checking out Revision 71949dffbd53779930c5f129014af28ba079cae5 (PR-856) 02:48:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:48:30 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/856/head:refs/remotes/origin/PR-856 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:48:31 > git config core.sparsecheckout # timeout=10 02:48:31 > git checkout -f 91a128fb3261b794220e36635c93107914f86303 # timeout=10 02:48:31 > git remote # timeout=10 02:48:31 > git config --get remote.origin.url # timeout=10 02:48:31 using GIT_SSH to set credentials SSH Credentials for GitHub 02:48:31 > git merge 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 02:48:31 > git rev-parse HEAD^{commit} # timeout=10 02:48:31 > git config core.sparsecheckout # timeout=10 02:48:31 > git checkout -f 71949dffbd53779930c5f129014af28ba079cae5 # timeout=10 02:48:37 Commit message: "Merge commit '7565948cf2a22d3fef01b48e9653f9446226441c' into HEAD" 02:48:37 > git rev-list --no-walk 91a128fb3261b794220e36635c93107914f86303 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:48:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:48:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:48:40 + true 02:48:40 + sudo service docker restart 02:48:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:48:43 provisioning config files... 02:48:43 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/7@tmp/config4585898216485671637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:48:43 ---> docker-login.sh 02:48:43 nexus3.edgexfoundry.org:10001 02:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:44 Configure a credential helper to remove this warning. See 02:48:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:44 02:48:44 Login Succeeded 02:48:44 nexus3.edgexfoundry.org:10002 02:48:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:45 Configure a credential helper to remove this warning. See 02:48:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:45 02:48:45 Login Succeeded 02:48:45 nexus3.edgexfoundry.org:10003 02:48:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:46 Configure a credential helper to remove this warning. See 02:48:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:46 02:48:46 Login Succeeded 02:48:46 nexus3.edgexfoundry.org:10004 02:48:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:47 Configure a credential helper to remove this warning. See 02:48:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:47 02:48:47 Login Succeeded 02:48:47 docker.io 02:48:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:48:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:48:47 Configure a credential helper to remove this warning. See 02:48:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:48:47 02:48:47 Login Succeeded 02:48:47 ---> docker-login.sh ends [Pipeline] } 02:48:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:48:49 ========================================================= 02:48:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:48:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:48:49 + 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:48:50 Sending build context to Docker daemon 2.391MB 02:48:51 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:48:51 Step 2/8 : FROM ${BASE} 02:48:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:48:51 188c0c94c7c5: Pulling fs layer 02:48:51 0ef7d3d256c8: Pulling fs layer 02:48:51 de9db76c5a1d: Pulling fs layer 02:48:51 bca2f99d35d6: Pulling fs layer 02:48:51 93359f2a8cfa: Pulling fs layer 02:48:51 7c6f9722023f: Pulling fs layer 02:48:51 a35cf1a2eb13: Pulling fs layer 02:48:51 bca2f99d35d6: Waiting 02:48:51 93359f2a8cfa: Waiting 02:48:51 7c6f9722023f: Waiting 02:48:51 a35cf1a2eb13: Waiting 02:48:51 de9db76c5a1d: Verifying Checksum 02:48:51 de9db76c5a1d: Download complete 02:48:52 0ef7d3d256c8: Verifying Checksum 02:48:52 0ef7d3d256c8: Download complete 02:48:53 93359f2a8cfa: Verifying Checksum 02:48:53 93359f2a8cfa: Download complete 02:48:53 7c6f9722023f: Verifying Checksum 02:48:53 7c6f9722023f: Download complete 02:48:53 188c0c94c7c5: Verifying Checksum 02:48:53 188c0c94c7c5: Download complete 02:48:54 188c0c94c7c5: Pull complete 02:48:55 0ef7d3d256c8: Pull complete 02:48:55 de9db76c5a1d: Pull complete 02:49:02 a35cf1a2eb13: Verifying Checksum 02:49:02 a35cf1a2eb13: Download complete 02:49:04 bca2f99d35d6: Verifying Checksum 02:49:04 bca2f99d35d6: Download complete 02:49:20 bca2f99d35d6: Pull complete 02:49:20 93359f2a8cfa: Pull complete 02:49:20 7c6f9722023f: Pull complete 02:49:29 a35cf1a2eb13: Pull complete 02:49:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:49:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:49:29 ---> a62c8e92a672 02:49:29 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:29 ---> Running in 8566dcdc191b 02:49:29 Removing intermediate container 8566dcdc191b 02:49:29 ---> 0d2f752efaac 02:49:29 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:29 ---> Running in 6445e325cb10 02:49:33 Removing intermediate container 6445e325cb10 02:49:33 ---> 720741cdbe20 02:49:33 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:49:33 ---> Running in 752e5d29e773 02:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:35 (1/6) Installing libc-dev (0.7.2-r3) 02:49:35 (2/6) Installing libsodium (1.0.18-r0) 02:49:35 (3/6) Installing pkgconf (1.7.2-r0) 02:49:35 (4/6) Installing libsodium-dev (1.0.18-r0) 02:49:35 (5/6) Installing libzmq (4.3.3-r0) 02:49:35 (6/6) Installing zeromq-dev (4.3.3-r0) 02:49:36 Executing busybox-1.31.1-r19.trigger 02:49:36 OK: 167 MiB in 45 packages 02:49:37 Removing intermediate container 752e5d29e773 02:49:37 ---> 5045e7cbcbe8 02:49:37 Step 6/8 : WORKDIR /device-sdk-go 02:49:37 ---> Running in 35ce1a355431 02:49:37 Removing intermediate container 35ce1a355431 02:49:37 ---> 8768a7c124d8 02:49:37 Step 7/8 : COPY . . 02:49:39 ---> 6dd64b1cdeb1 02:49:39 Step 8/8 : RUN go mod download 02:49:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33108 in /w/workspace/dgexfoundry_device-sdk-go_PR-856 [Pipeline] { 02:49:39 ---> Running in ef3ea82a645e [Pipeline] ws 02:49:39 Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout 02:49:44 using credential edgex-jenkins-ssh 02:49:44 Cloning the remote Git repository 02:49:44 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:49:45 > git init /w/workspace/device-sdk-go/7 # timeout=10 02:49:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:49:45 > git --version # timeout=10 02:49:45 > git --version # 'git version 2.17.1' 02:49:45 using GIT_SSH to set credentials SSH Credentials for GitHub 02:49:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:49:46 Merging remotes/origin/master commit 7565948cf2a22d3fef01b48e9653f9446226441c into PR head commit 91a128fb3261b794220e36635c93107914f86303 02:49:46 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:49:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:49:46 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:49:46 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:49:46 using GIT_SSH to set credentials SSH Credentials for GitHub 02:49:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/856/head:refs/remotes/origin/PR-856 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:49:46 > git config core.sparsecheckout # timeout=10 02:49:46 > git checkout -f 91a128fb3261b794220e36635c93107914f86303 # timeout=10 02:49:47 Merge succeeded, producing 09c02b5f62508916a9d8f9f61329fe33041c9f5d 02:49:47 Checking out Revision 09c02b5f62508916a9d8f9f61329fe33041c9f5d (PR-856) 02:49:47 > git remote # timeout=10 02:49:47 > git config --get remote.origin.url # timeout=10 02:49:47 using GIT_SSH to set credentials SSH Credentials for GitHub 02:49:47 > git merge 7565948cf2a22d3fef01b48e9653f9446226441c # timeout=10 02:49:47 > git rev-parse HEAD^{commit} # timeout=10 02:49:47 > git config core.sparsecheckout # timeout=10 02:49:47 > git checkout -f 09c02b5f62508916a9d8f9f61329fe33041c9f5d # timeout=10 02:49:51 Commit message: "Merge commit '7565948cf2a22d3fef01b48e9653f9446226441c' into HEAD" 02:49:51 > git rev-list --no-walk 91a128fb3261b794220e36635c93107914f86303 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:49:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:49:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:49:53 + true 02:49:53 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:49:56 provisioning config files... 02:49:56 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/7@tmp/config491671230786198790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:49:57 ---> docker-login.sh 02:49:57 nexus3.edgexfoundry.org:10001 02:49:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:58 Configure a credential helper to remove this warning. See 02:49:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:58 02:49:58 Login Succeeded 02:49:58 nexus3.edgexfoundry.org:10002 02:49:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:58 Configure a credential helper to remove this warning. See 02:49:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:58 02:49:58 Login Succeeded 02:49:58 nexus3.edgexfoundry.org:10003 02:49:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:59 Configure a credential helper to remove this warning. See 02:49:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:59 02:49:59 Login Succeeded 02:49:59 nexus3.edgexfoundry.org:10004 02:49:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:49:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:49:59 Configure a credential helper to remove this warning. See 02:49:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:49:59 02:49:59 Login Succeeded 02:49:59 docker.io 02:49:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:50:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:50:00 Configure a credential helper to remove this warning. See 02:50:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:50:00 02:50:00 Login Succeeded 02:50:00 ---> docker-login.sh ends [Pipeline] } 02:50:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:50:01 ========================================================= 02:50:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:50:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:50:01 + 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:50:01 Sending build context to Docker daemon 2.377MB 02:50:01 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:50:01 Step 2/8 : FROM ${BASE} 02:50:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:50:01 5f621e34cdf4: Pulling fs layer 02:50:01 a4357932f1b6: Pulling fs layer 02:50:01 18c013af1878: Pulling fs layer 02:50:01 00ac8860ef70: Pulling fs layer 02:50:01 63d7cb157983: Pulling fs layer 02:50:01 b116817d02f9: Pulling fs layer 02:50:01 745a02a5169b: Pulling fs layer 02:50:01 63d7cb157983: Waiting 02:50:01 b116817d02f9: Waiting 02:50:01 745a02a5169b: Waiting 02:50:01 00ac8860ef70: Waiting 02:50:01 18c013af1878: Verifying Checksum 02:50:01 18c013af1878: Download complete 02:50:01 a4357932f1b6: Verifying Checksum 02:50:01 a4357932f1b6: Download complete 02:50:01 63d7cb157983: Download complete 02:50:01 b116817d02f9: Verifying Checksum 02:50:01 b116817d02f9: Download complete 02:50:02 5f621e34cdf4: Verifying Checksum 02:50:02 5f621e34cdf4: Download complete 02:50:03 5f621e34cdf4: Pull complete 02:50:03 a4357932f1b6: Pull complete 02:50:04 18c013af1878: Pull complete 02:50:05 745a02a5169b: Verifying Checksum 02:50:05 745a02a5169b: Download complete 02:50:06 00ac8860ef70: Verifying Checksum 02:50:06 00ac8860ef70: Download complete 02:50:16 00ac8860ef70: Pull complete 02:50:16 63d7cb157983: Pull complete 02:50:16 b116817d02f9: Pull complete 02:50:19 Removing intermediate container ef3ea82a645e 02:50:19 ---> 5f226440e943 02:50:19 Successfully built 5f226440e943 02:50:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:50:19 745a02a5169b: Pull complete 02:50:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:50:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:50:19 ---> b7e6874047d6 02:50:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:50:20 + docker inspect -f . ci-base-image-x86_64 02:50:21 . [Pipeline] withDockerContainer 02:50:22 prd-centos7-docker-4c-2g-33107 does not seem to be running inside a container 02:50:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:50:23 ---> Running in 4f01985ac8c6 02:50:23 Removing intermediate container 4f01985ac8c6 02:50:23 ---> 0500f5c2c287 02:50:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:50:23 ---> Running in c30e0e7aed02 02:50:24 $ docker top 4a2a887bc433c9848ffc3ee71da1faa130ce3eeb4a07f148174f244dc118ef3a -eo pid,comm [Pipeline] { [Pipeline] sh 02:50:25 + go version 02:50:25 go version go1.15.5 linux/amd64 [Pipeline] } 02:50:25 Removing intermediate container c30e0e7aed02 02:50:25 ---> fba332e8eb7e 02:50:25 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 02:50:25 ---> Running in efab6d2b39f3 02:50:25 $ docker stop --time=1 4a2a887bc433c9848ffc3ee71da1faa130ce3eeb4a07f148174f244dc118ef3a 02:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:50:28 $ docker rm -f 4a2a887bc433c9848ffc3ee71da1faa130ce3eeb4a07f148174f244dc118ef3a 02:50:28 (1/6) Installing libc-dev (0.7.2-r3) 02:50:28 (2/6) Installing libsodium (1.0.18-r0) 02:50:28 (3/6) Installing pkgconf (1.7.2-r0) 02:50:28 (4/6) Installing libsodium-dev (1.0.18-r0) [Pipeline] // withDockerContainer [Pipeline] } 02:50:28 (5/6) Installing libzmq (4.3.3-r0) 02:50:28 (6/6) Installing zeromq-dev (4.3.3-r0) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 02:50:28 Executing busybox-1.31.1-r19.trigger 02:50:28 OK: 144 MiB in 45 packages [Pipeline] isUnix [Pipeline] sh 02:50:29 + docker inspect -f . ci-base-image-x86_64 02:50:29 . [Pipeline] withDockerContainer 02:50:29 prd-centos7-docker-4c-2g-33107 does not seem to be running inside a container 02:50:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:50:30 Removing intermediate container efab6d2b39f3 02:50:30 ---> debf14c57ad2 02:50:30 Step 6/8 : WORKDIR /device-sdk-go 02:50:30 ---> Running in 50951d48b1fb 02:50:30 Removing intermediate container 50951d48b1fb 02:50:30 ---> 400ba3fbe0e7 02:50:30 Step 7/8 : COPY . . 02:50:31 $ docker top 755471aafe2737c9c2266c037a37b79ebacffc774d0d0d05203309aa41318fd0 -eo pid,comm 02:50:31 ---> 7cf64a72fb1e 02:50:31 Step 8/8 : RUN go mod download 02:50:31 ---> Running in b20c8c52b585 [Pipeline] { [Pipeline] sh 02:50:33 + make test 02:50:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:50:52 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:50:58 Removing intermediate container b20c8c52b585 02:50:58 ---> 2971c23313a5 02:50:58 Successfully built 2971c23313a5 02:50:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:50:58 + docker inspect -f . ci-base-image-arm64 02:50:58 . [Pipeline] withDockerContainer 02:50:59 prd-ubuntu18.04-docker-arm64-4c-16g-33108 does not seem to be running inside a container 02:50:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:51:00 $ docker top 8ca2acd0580ca6c790a00c12f0c6720e5d4b59b838e5e3ce2018c6b6a80fc101 -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:01 + go version 02:51:01 go version go1.15.5 linux/arm64 [Pipeline] } 02:51:01 $ docker stop --time=1 8ca2acd0580ca6c790a00c12f0c6720e5d4b59b838e5e3ce2018c6b6a80fc101 02:51:03 $ docker rm -f 8ca2acd0580ca6c790a00c12f0c6720e5d4b59b838e5e3ce2018c6b6a80fc101 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:51:04 + docker inspect -f . ci-base-image-arm64 02:51:04 . [Pipeline] withDockerContainer 02:51:05 prd-ubuntu18.04-docker-arm64-4c-16g-33108 does not seem to be running inside a container 02:51:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:51:06 $ docker top a66a72fa8a2e72454bfe8c9da2797bbcf075be8e8481a23ae442b2b1576a58c9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:07 + make test 02:51:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:51:29 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:51:41 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:51:41 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:51:41 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:51:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:51:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:51:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.248s coverage: 28.1% of statements 02:51:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.483s coverage: 78.9% of statements 02:51:42 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.290s coverage: 7.8% of statements 02:51:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:51:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:51:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:51:45 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.558s coverage: 32.5% of statements 02:51:45 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:51:45 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:51:45 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:51:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.721s coverage: 57.3% of statements 02:51:48 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.088s coverage: 6.6% of statements 02:51:48 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.106s coverage: 5.0% of statements 02:51:48 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:51:48 GO111MODULE=on go vet ./... 02:52:17 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:52:17 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:52:17 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:52:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:52:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:52:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.139s coverage: 28.1% of statements 02:52:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.273s coverage: 78.9% of statements 02:52:29 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.145s coverage: 7.8% of statements 02:52:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:52:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:52:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:52:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.309s coverage: 32.5% of statements 02:52:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:52:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:52:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:52:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.276s coverage: 57.3% of statements 02:52:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.134s coverage: 6.6% of statements 02:52:35 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.135s coverage: 5.0% of statements 02:52:35 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:52:36 GO111MODULE=on go vet ./... 02:52:49 gofmt -l . 02:52:49 [ "`gofmt -l .`" = "" ] 02:52:49 ./bin/test-attribution-txt.sh 02:52:49 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:52:50 $ docker stop --time=1 755471aafe2737c9c2266c037a37b79ebacffc774d0d0d05203309aa41318fd0 02:52:54 $ docker rm -f 755471aafe2737c9c2266c037a37b79ebacffc774d0d0d05203309aa41318fd0 [Pipeline] // withDockerContainer [Pipeline] sh 02:52:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:52:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:52:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:52:59 + ls -al . 02:52:59 total 188 02:52:59 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 7 02:52 . 02:52:59 drwxrwxr-x. 4 jenkins jenkins 28 Apr 7 02:48 .. 02:52:59 drwxrwxr-x. 2 jenkins jenkins 64 Apr 7 02:48 bin 02:52:59 -rw-r--r--. 1 jenkins jenkins 99189 Apr 7 02:51 coverage.out 02:52:59 -rw-rw-r--. 1 jenkins jenkins 987 Apr 7 02:48 Dockerfile.build 02:52:59 -rw-rw-r--. 1 jenkins jenkins 140 Apr 7 02:48 .dockerignore 02:52:59 drwxrwxr-x. 5 jenkins jenkins 62 Apr 7 02:48 example 02:52:59 drwxrwxr-x. 8 jenkins jenkins 179 Apr 7 02:48 .git 02:52:59 drwxrwxr-x. 2 jenkins jenkins 103 Apr 7 02:48 .github 02:52:59 -rw-rw-r--. 1 jenkins jenkins 138 Apr 7 02:48 .gitignore 02:52:59 -rw-r--r--. 1 jenkins jenkins 572 Apr 7 02:52 go.mod 02:52:59 -rw-r--r--. 1 jenkins jenkins 21064 Apr 7 02:52 go.sum 02:52:59 drwxrwxr-x. 14 jenkins jenkins 207 Apr 7 02:48 internal 02:52:59 -rw-rw-r--. 1 jenkins jenkins 901 Apr 7 02:48 Jenkinsfile 02:52:59 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 7 02:48 LICENSE 02:52:59 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 7 02:48 Makefile 02:52:59 drwxrwxr-x. 4 jenkins jenkins 26 Apr 7 02:48 openapi 02:52:59 drwxrwxr-x. 5 jenkins jenkins 50 Apr 7 02:48 pkg 02:52:59 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 7 02:48 README.md 02:52:59 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 7 02:48 RELEASE-NOTES.txt 02:52:59 drwxrwxr-x. 4 jenkins jenkins 54 Apr 7 02:48 snap 02:52:59 -rw-rw-r--. 1 jenkins jenkins 5 Apr 7 02:45 VERSION 02:52:59 -rw-rw-r--. 1 jenkins jenkins 222 Apr 7 02:48 version.go [Pipeline] isUnix [Pipeline] sh 02:53:00 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=3eeb019c6cf75db9f355111c49d0514cd1381149 --label arch=amd64 --label version=0.0.0 . 02:53:02 Sending build context to Docker daemon 2.491MB 02:53:02 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:53:02 Step 2/23 : FROM ${BASE} AS builder 02:53:02 ---> 5f226440e943 02:53:02 Step 3/23 : WORKDIR /device-sdk-go 02:53:02 ---> Running in b0e83569fdea 02:53:03 Removing intermediate container b0e83569fdea 02:53:03 ---> 0a27e24715f9 02:53:03 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:53:03 ---> Running in 9cdc89c0e438 02:53:03 Removing intermediate container 9cdc89c0e438 02:53:03 ---> 38d66feeb434 02:53:03 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:03 ---> Running in d9469883751c 02:53:07 Removing intermediate container d9469883751c 02:53:07 ---> 97bc21c4b225 02:53:07 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:53:07 ---> Running in a7f8bb780ef6 02:53:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:53:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:53:11 OK: 167 MiB in 45 packages 02:53:12 Removing intermediate container a7f8bb780ef6 02:53:12 ---> e3b990fd1330 02:53:12 Step 7/23 : COPY . . 02:53:14 ---> d091ee20c857 02:53:14 Step 8/23 : RUN go mod download 02:53:14 ---> Running in cfa1c1ca69e0 02:53:18 Removing intermediate container cfa1c1ca69e0 02:53:18 ---> 438aed9edbbf 02:53:18 Step 9/23 : RUN make build 02:53:18 ---> Running in be1e01d38124 02:53:20 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:53:23 gofmt -l . 02:53:23 [ "`gofmt -l .`" = "" ] 02:53:23 ./bin/test-attribution-txt.sh 02:53:23 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:53:23 $ docker stop --time=1 a66a72fa8a2e72454bfe8c9da2797bbcf075be8e8481a23ae442b2b1576a58c9 02:53:25 $ docker rm -f a66a72fa8a2e72454bfe8c9da2797bbcf075be8e8481a23ae442b2b1576a58c9 [Pipeline] // withDockerContainer [Pipeline] sh 02:53:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:53:26 Warning: overwriting stash ‘coverage-report’ 02:53:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:53:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:53:28 + ls -al . 02:53:28 total 224 02:53:28 drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 02:53 . 02:53:28 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:49 .. 02:53:28 -rw-rw-r-- 1 jenkins jenkins 140 Apr 7 02:49 .dockerignore 02:53:28 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 02:49 .git 02:53:28 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 02:49 .github 02:53:28 -rw-rw-r-- 1 jenkins jenkins 138 Apr 7 02:49 .gitignore 02:53:28 -rw-rw-r-- 1 jenkins jenkins 987 Apr 7 02:49 Dockerfile.build 02:53:28 -rw-rw-r-- 1 jenkins jenkins 901 Apr 7 02:49 Jenkinsfile 02:53:28 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 7 02:49 LICENSE 02:53:28 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 7 02:49 Makefile 02:53:28 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 7 02:49 README.md 02:53:28 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 7 02:49 RELEASE-NOTES.txt 02:53:28 -rw-rw-r-- 1 jenkins jenkins 5 Apr 7 02:45 VERSION 02:53:28 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 02:49 bin 02:53:28 -rw-r--r-- 1 jenkins jenkins 99189 Apr 7 02:52 coverage.out 02:53:28 drwxrwxr-x 5 jenkins jenkins 4096 Apr 7 02:49 example 02:53:28 -rw-r--r-- 1 jenkins jenkins 572 Apr 7 02:53 go.mod 02:53:28 -rw-r--r-- 1 jenkins jenkins 21064 Apr 7 02:53 go.sum 02:53:28 drwxrwxr-x 14 jenkins jenkins 4096 Apr 7 02:49 internal 02:53:28 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:49 openapi 02:53:28 drwxrwxr-x 5 jenkins jenkins 4096 Apr 7 02:49 pkg 02:53:28 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:49 snap 02:53:28 -rw-rw-r-- 1 jenkins jenkins 222 Apr 7 02:49 version.go [Pipeline] isUnix [Pipeline] sh 02:53:29 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3eeb019c6cf75db9f355111c49d0514cd1381149 --label arch=arm64 --label version=0.0.0 . 02:53:29 Sending build context to Docker daemon 2.477MB 02:53:29 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 02:53:29 Step 2/23 : FROM ${BASE} AS builder 02:53:29 ---> 2971c23313a5 02:53:29 Step 3/23 : WORKDIR /device-sdk-go 02:53:30 ---> Running in 8d1fd149ad70 02:53:30 Removing intermediate container 8d1fd149ad70 02:53:30 ---> af4b08b4d06b 02:53:30 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:53:30 ---> Running in ed52bb4f0955 02:53:31 Removing intermediate container ed52bb4f0955 02:53:31 ---> e23a1698b5ac 02:53:31 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:31 ---> Running in 569e87099f4e 02:53:33 Removing intermediate container 569e87099f4e 02:53:33 ---> e3fbd475d995 02:53:33 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:53:33 ---> Running in 0d604cc07cd3 02:53:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:36 OK: 144 MiB in 45 packages 02:53:37 Removing intermediate container 0d604cc07cd3 02:53:37 ---> a8280efe7757 02:53:37 Step 7/23 : COPY . . 02:53:38 ---> 01e36ff1e814 02:53:38 Step 8/23 : RUN go mod download 02:53:38 ---> Running in abbfc5fa7761 02:53:40 Removing intermediate container abbfc5fa7761 02:53:40 ---> 79e9765ad1a3 02:53:40 Step 9/23 : RUN make build 02:53:40 ---> Running in df0218894daf 02:53:41 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:53:48 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:53:52 Removing intermediate container be1e01d38124 02:53:52 ---> a5814c950614 02:53:52 Step 10/23 : FROM alpine:3.12 02:53:52 3.12: Pulling from library/alpine 02:53:52 532819f3e44c: Pulling fs layer 02:53:52 532819f3e44c: Download complete 02:53:53 532819f3e44c: Pull complete 02:53:53 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:53:53 Status: Downloaded newer image for alpine:3.12 02:53:53 ---> 7230e588e954 02:53:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:53:53 ---> Running in 6c36baeb4802 02:53:54 Removing intermediate container 6c36baeb4802 02:53:54 ---> 8a9d4786877b 02:53:54 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:54 ---> Running in 0392ff6c8a3a 02:53:57 Removing intermediate container 0392ff6c8a3a 02:53:57 ---> 217089d9aa53 02:53:57 Step 13/23 : RUN apk add --update --no-cache zeromq 02:53:58 ---> Running in 3943f60c011b 02:54:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:54:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:54:02 (1/5) Installing libgcc (9.3.0-r2) 02:54:02 (2/5) Installing libsodium (1.0.18-r0) 02:54:02 (3/5) Installing libstdc++ (9.3.0-r2) 02:54:02 (4/5) Installing libzmq (4.3.3-r0) 02:54:02 (5/5) Installing zeromq (4.3.3-r0) 02:54:02 Executing busybox-1.31.1-r20.trigger 02:54:03 OK: 8 MiB in 19 packages 02:54:04 Removing intermediate container 3943f60c011b 02:54:04 ---> a0bcf35633fb 02:54:04 Step 14/23 : WORKDIR / 02:54:04 ---> Running in 9f663d6bf49d 02:54:04 Removing intermediate container 9f663d6bf49d 02:54:04 ---> 355abf3d55a8 02:54:04 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:54:05 ---> 874460c8f5af 02:54:05 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:54:07 ---> 39765256b48a 02:54:07 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:54:07 ---> 11ab3c3c83a3 02:54:07 Step 18/23 : EXPOSE 49990 02:54:07 ---> Running in 003e0d8b6d60 02:54:07 Removing intermediate container 003e0d8b6d60 02:54:07 ---> e753a3e8b7ad 02:54:07 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:54:08 ---> Running in eac14ea87679 02:54:08 Removing intermediate container eac14ea87679 02:54:08 ---> 28ba124853ec 02:54:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:54:08 ---> Running in 064adae55aa9 02:54:09 Removing intermediate container 064adae55aa9 02:54:09 ---> 72f9c84593fe 02:54:09 Step 21/23 : LABEL arch=amd64 02:54:09 ---> Running in 38d064d26d09 02:54:10 Removing intermediate container 38d064d26d09 02:54:10 ---> 24f08b91c6b2 02:54:10 Step 22/23 : LABEL git_sha=3eeb019c6cf75db9f355111c49d0514cd1381149 02:54:10 ---> Running in 040d4841ab0e 02:54:11 Removing intermediate container 040d4841ab0e 02:54:11 ---> 454225fa5592 02:54:11 Step 23/23 : LABEL version=0.0.0 02:54:11 ---> Running in 92a6e145d657 02:54:11 Removing intermediate container 92a6e145d657 02:54:11 ---> 9b8d80923d91 02:54:11 [Warning] One or more build-args [ARCH MAKE] were not consumed 02:54:11 Successfully built 9b8d80923d91 02:54:11 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:54:12 ---> job-cost.sh 02:54:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-hmGt 02:54:14 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:54:17 Removing intermediate container df0218894daf 02:54:17 ---> 48f789b982b0 02:54:17 Step 10/23 : FROM alpine:3.12 02:54:17 3.12: Pulling from library/alpine 02:54:17 9a219e8acc52: Pulling fs layer 02:54:17 9a219e8acc52: Download complete 02:54:18 9a219e8acc52: Pull complete 02:54:18 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 02:54:18 Status: Downloaded newer image for alpine:3.12 02:54:18 ---> d75e27dfc0a0 02:54:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:54:18 ---> Running in c0c6ebc3b468 02:54:19 Removing intermediate container c0c6ebc3b468 02:54:19 ---> de79d188a18d 02:54:19 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:54:19 ---> Running in 33acfa030817 02:54:21 Removing intermediate container 33acfa030817 02:54:21 ---> d2fe4b79bbf9 02:54:21 Step 13/23 : RUN apk add --update --no-cache zeromq 02:54:21 ---> Running in 15d75774553f 02:54:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:54:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:54:23 (1/5) Installing libgcc (9.3.0-r2) 02:54:24 (2/5) Installing libsodium (1.0.18-r0) 02:54:24 (3/5) Installing libstdc++ (9.3.0-r2) 02:54:24 (4/5) Installing libzmq (4.3.3-r0) 02:54:24 (5/5) Installing zeromq (4.3.3-r0) 02:54:24 Executing busybox-1.31.1-r20.trigger 02:54:24 OK: 8 MiB in 19 packages 02:54:25 Removing intermediate container 15d75774553f 02:54:25 ---> 748b22f65832 02:54:25 Step 14/23 : WORKDIR / 02:54:25 ---> Running in 8fa00e2e778d 02:54:26 Removing intermediate container 8fa00e2e778d 02:54:26 ---> 0de5512d192b 02:54:26 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:54:27 ---> f67a2db8494e 02:54:27 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:54:28 ---> 686c385795b3 02:54:28 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:54:29 ---> e70388eccd56 02:54:29 Step 18/23 : EXPOSE 49990 02:54:29 ---> Running in 8fe22f98e5f9 02:54:29 Removing intermediate container 8fe22f98e5f9 02:54:29 ---> fbcac755923f 02:54:29 Step 19/23 : ENTRYPOINT ["/device-simple"] 02:54:29 ---> Running in fb7952ec69ca 02:54:30 Removing intermediate container fb7952ec69ca 02:54:30 ---> 250387fe5122 02:54:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:54:30 ---> Running in a60b2060d760 02:54:30 Removing intermediate container a60b2060d760 02:54:30 ---> 4f2d97d3196f 02:54:30 Step 21/23 : LABEL arch=arm64 02:54:30 ---> Running in 129ae4a3eee3 02:54:31 Removing intermediate container 129ae4a3eee3 02:54:31 ---> 8aa9fac34fb4 02:54:31 Step 22/23 : LABEL git_sha=3eeb019c6cf75db9f355111c49d0514cd1381149 02:54:31 ---> Running in 91db31bbd43e 02:54:32 Removing intermediate container 91db31bbd43e 02:54:32 ---> 9e4836e091ec 02:54:32 Step 23/23 : LABEL version=0.0.0 02:54:32 ---> Running in 4e7caa09b6a5 02:54:32 Removing intermediate container 4e7caa09b6a5 02:54:32 ---> 2fd8f58c4d7d 02:54:32 [Warning] One or more build-args [ARCH MAKE] were not consumed 02:54:32 Successfully built 2fd8f58c4d7d 02:54:32 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:54:33 ---> job-cost.sh 02:54:33 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RyYU 02:54:46 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:55:12 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:55:26 lf-activate-venv(): INFO: Adding /tmp/venv-hmGt/bin to PATH 02:55:26 INFO: No Stack... 02:55:26 INFO: Retrieving Pricing Info for: v1-standard-2 02:55:26 INFO: Archiving Costs [Pipeline] sh 02:55:27 + cat /w/workspace/device-sdk-go/7/archives/cost.csv 02:55:27 + cut -d, -f6 [Pipeline] lock 02:55:27 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] 02:55:27 Resource [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] did not exist. Created. 02:55:27 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:55:27 + echo total: 0.029999999329447746 [Pipeline] stash 02:55:28 Stashed 1 file(s) [Pipeline] } 02:55:28 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:56:49 lf-activate-venv(): INFO: Adding /tmp/venv-RyYU/bin to PATH 02:56:49 INFO: No Stack... 02:56:49 INFO: Retrieving Pricing Info for: lf-standard-4 02:56:49 INFO: Archiving Costs [Pipeline] sh 02:56:49 + + cat /w/workspace/device-sdk-go/7/archives/cost.csvcut 02:56:49 -d, -f6 [Pipeline] lock 02:56:49 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] 02:56:49 Resource [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] did not exist. Created. 02:56:49 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-856-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:56:50 /w/workspace/device-sdk-go/7@tmp/durable-3464b51c/script.sh: 1: /w/workspace/device-sdk-go/7@tmp/durable-3464b51c/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:56:50 + echo total: 0.20999999344348907 [Pipeline] stash 02:56:50 Warning: overwriting stash ‘stack-cost’ 02:56:50 Stashed 1 file(s) [Pipeline] } 02:56:50 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-856-7-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:56:52 provisioning config files... 02:56:52 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/config3248812133898403739tmp [Pipeline] { [Pipeline] sh 02:56:53 + set +x 02:56:53 + curl -s https://codecov.io/bash 02:56:53 + bash -s -- 02:56:53 02:56:53 _____ _ 02:56:53 / ____| | | 02:56:53 | | ___ __| | ___ ___ _____ __ 02:56:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:56:53 | |___| (_) | (_| | __/ (_| (_) \ V / 02:56:53 \_____\___/ \__,_|\___|\___\___/ \_/ 02:56:53 Bash-20210309-2b87ace 02:56:53 02:56:53 02:56:53 ==> git version 2.24.3 found 02:56:53 ==> 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:56:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:56:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:56:53 ==> Jenkins CI detected. 02:56:53 project root: . 02:56:53 --> token set from env 02:56:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:56:53 ==> Running gcov in . (disable via -X gcov) 02:56:53 ==> Python coveragepy not found 02:56:53 ==> Searching for coverage reports in: 02:56:53 + . 02:56:53 -> Found 1 reports 02:56:53 ==> Detecting git/mercurial file structure 02:56:53 ==> Reading reports 02:56:53 + ./coverage.out bytes=99189 02:56:53 ==> Appending adjustments 02:56:53 https://docs.codecov.io/docs/fixing-reports 02:56:54 + Found adjustments 02:56:54 ==> Gzipping contents 02:56:54 16K /tmp/codecov.26SHh1.gz 02:56:54 ==> Uploading reports 02:56:54 url: https://codecov.io 02:56:54 query: branch=PR-856&commit=3eeb019c6cf75db9f355111c49d0514cd1381149&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-856%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=856&job=&cmd_args= 02:56:54 -> Pinging Codecov 02:56:54 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-856&commit=3eeb019c6cf75db9f355111c49d0514cd1381149&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-856%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=856&job=&cmd_args= 02:56:55 -> Uploading to 02:56:55 https://storage.googleapis.com/codecov/v4/raw/2021-04-07/7E55EF52A471D76F132DFD9A03CDDE97/3eeb019c6cf75db9f355111c49d0514cd1381149/d23b8056-cda3-4f76-a5d8-8367ff4bb055.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210407T025655Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a11077d4f350cac1fec61c9ff90a0d534fe629a1b01954b5da6dd2178c34417d 02:56:55 % Total % Received % Xferd Average Speed Time Time Time Current 02:56:55 Dload Upload Total Spent Left Speed 02:56:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13414 0 0 100 13414 0 18431 --:--:-- --:--:-- --:--:-- 18425 02:56:56 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/3eeb019c6cf75db9f355111c49d0514cd1381149 [Pipeline] } 02:56:56 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:56:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:57:00 ---> package-listing.sh 02:57:00 ++ tr '[:upper:]' '[:lower:]' 02:57:00 ++ facter osfamily 02:57:00 + OS_FAMILY=redhat 02:57:00 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-856 02:57:00 + START_PACKAGES=/tmp/packages_start.txt 02:57:00 + END_PACKAGES=/tmp/packages_end.txt 02:57:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:57:00 + PACKAGES=/tmp/packages_start.txt 02:57:00 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-856 ']' 02:57:00 + PACKAGES=/tmp/packages_end.txt 02:57:00 + case "${OS_FAMILY}" in 02:57:00 + rpm -qa 02:57:00 + sort 02:57:09 + '[' -f /tmp/packages_start.txt ']' 02:57:09 + '[' -f /tmp/packages_end.txt ']' 02:57:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:57:09 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-856 ']' 02:57:09 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-856/archives/ 02:57:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-856/archives/ [Pipeline] echo 02:57:09 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-856/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:57:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:57:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:57:11 02:57:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:57:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:57:11 alpine: Pulling from edgex-lftools-log-publisher 02:57:11 df20fa9351a1: Pulling fs layer 02:57:11 36b3adc4ff6f: Pulling fs layer 02:57:11 8ad3a11d3b57: Pulling fs layer 02:57:11 46f8f816bc3b: Pulling fs layer 02:57:11 93b61091891f: Pulling fs layer 02:57:11 93b9cdb0e59b: Pulling fs layer 02:57:11 5e14af77c1be: Pulling fs layer 02:57:11 01666e4c0597: Pulling fs layer 02:57:11 aa168da1d23b: Pulling fs layer 02:57:11 46f8f816bc3b: Waiting 02:57:11 93b61091891f: Waiting 02:57:11 93b9cdb0e59b: Waiting 02:57:11 5e14af77c1be: Waiting 02:57:11 01666e4c0597: Waiting 02:57:11 aa168da1d23b: Waiting 02:57:11 36b3adc4ff6f: Verifying Checksum 02:57:11 36b3adc4ff6f: Download complete 02:57:11 46f8f816bc3b: Verifying Checksum 02:57:11 46f8f816bc3b: Download complete 02:57:12 df20fa9351a1: Verifying Checksum 02:57:12 df20fa9351a1: Download complete 02:57:12 93b61091891f: Verifying Checksum 02:57:12 93b61091891f: Download complete 02:57:12 93b9cdb0e59b: Verifying Checksum 02:57:12 93b9cdb0e59b: Download complete 02:57:12 5e14af77c1be: Verifying Checksum 02:57:12 5e14af77c1be: Download complete 02:57:12 01666e4c0597: Verifying Checksum 02:57:12 01666e4c0597: Download complete 02:57:13 8ad3a11d3b57: Verifying Checksum 02:57:13 8ad3a11d3b57: Download complete 02:57:13 df20fa9351a1: Pull complete 02:57:14 36b3adc4ff6f: Pull complete 02:57:17 8ad3a11d3b57: Pull complete 02:57:17 46f8f816bc3b: Pull complete 02:57:19 93b61091891f: Pull complete 02:57:20 93b9cdb0e59b: Pull complete 02:57:20 5e14af77c1be: Pull complete 02:57:20 01666e4c0597: Pull complete 02:57:20 aa168da1d23b: Verifying Checksum 02:57:20 aa168da1d23b: Download complete 02:57:39 aa168da1d23b: Pull complete 02:57:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:57:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:57:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:57:40 prd-centos7-docker-4c-2g-33105 does not seem to be running inside a container 02:57:40 $ 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-856/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-856 -v /w/workspace/dgexfoundry_device-sdk-go_PR-856:/w/workspace/dgexfoundry_device-sdk-go_PR-856:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:57:45 $ docker top 48b65f5cc7fef10cec6dbc23bc283436da91085157401ccc11da51684bb503f9 -eo pid,comm [Pipeline] { [Pipeline] sh 02:57:47 + touch /tmp/pre-build-complete [Pipeline] sh 02:57:48 + mkdir -p /var/log/sa [Pipeline] sh 02:57:48 + ls /var/log/sa-host 02:57:48 + sadf -c /var/log/sa-host/sa07 02:57:48 file_magic: OK 02:57:48 HZ: Using current value: 100 02:57:48 file_header: OK 02:57:48 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:57:48 Statistics: 02:57:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:57:48 File successfully converted to sysstat format version 12.2.1 02:57:48 + sadf -c /var/log/sa-host/sa23 02:57:48 file_magic: OK 02:57:48 HZ: Using current value: 100 02:57:48 file_header: OK 02:57:48 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:57:48 Statistics: 02:57:48 Hnuu...uuuununununu... 02:57:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:57:49 provisioning config files... 02:57:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp/config5695468529926402996tmp [Pipeline] { [Pipeline] echo 02:57:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:57:50 ---> create-netrc.sh [Pipeline] } 02:57:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:57:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:57:51 ---> python-tools-install.sh [Pipeline] echo 02:57:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:57:52 ---> sudo-logs.sh 02:57:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:57:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:57:53 ---> job-cost.sh 02:57:53 lf-activate-venv: SKIPPING 02:57:53 DEBUG: total: 0.20999999344348907 02:57:53 INFO: Retrieving Stack Cost... 02:57:54 INFO: Retrieving Pricing Info for: v1-standard-2 02:57:55 INFO: Archiving Costs [Pipeline] echo 02:57:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:57:56 ---> logs-deploy.sh 02:57:56 lf-activate-venv: SKIPPING 02:57:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-856/7 02:57:56 INFO: archiving workspace using pattern(s): 02:58:00 Archives upload complete. 02:58:00 INFO: archiving logs to Nexus 02:58:01 ---> uname -a: 02:58:01 Linux prd-centos7-docker-4c-2g-33105.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:58:01 02:58:01 02:58:01 ---> lscpu: 02:58:01 Architecture: x86_64 02:58:01 CPU op-mode(s): 32-bit, 64-bit 02:58:01 Byte Order: Little Endian 02:58:01 Address sizes: 40 bits physical, 48 bits virtual 02:58:01 CPU(s): 4 02:58:01 On-line CPU(s) list: 0-3 02:58:01 Thread(s) per core: 1 02:58:01 Core(s) per socket: 1 02:58:01 Socket(s): 4 02:58:01 NUMA node(s): 1 02:58:01 Vendor ID: GenuineIntel 02:58:01 CPU family: 6 02:58:01 Model: 44 02:58:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:58:01 Stepping: 1 02:58:01 CPU MHz: 2933.438 02:58:01 BogoMIPS: 5866.87 02:58:01 Virtualization: VT-x 02:58:01 Hypervisor vendor: KVM 02:58:01 Virtualization type: full 02:58:01 L1d cache: 128 KiB 02:58:01 L1i cache: 128 KiB 02:58:01 L2 cache: 16 MiB 02:58:01 L3 cache: 64 MiB 02:58:01 NUMA node0 CPU(s): 0-3 02:58:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:58:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:58:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:58:01 Vulnerability Meltdown: Mitigation; PTI 02:58:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:58:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:58:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:58:01 Vulnerability Srbds: Not affected 02:58:01 Vulnerability Tsx async abort: Not affected 02:58:01 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:58:01 02:58:01 02:58:01 ---> nproc: 02:58:01 4 02:58:01 02:58:01 02:58:01 ---> df -h: 02:58:01 Filesystem Size Used Available Use% Mounted on 02:58:01 overlay 50.0G 6.9G 43.1G 14% / 02:58:01 tmpfs 64.0M 0 64.0M 0% /dev 02:58:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:58:01 shm 64.0M 0 64.0M 0% /dev/shm 02:58:01 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 02:58:01 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 02:58:01 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 02:58:01 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 02:58:01 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-856 02:58:01 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-856@tmp 02:58:01 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 02:58:01 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 02:58:01 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 02:58:01 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 02:58:01 02:58:01 02:58:01 ---> free -m: 02:58:01 total used free shared buff/cache available 02:58:01 Mem: 1837 750 67 0 1019 981 02:58:01 Swap: 1023 0 1023 02:58:01 02:58:01 02:58:01 ---> ip addr: 02:58:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:58:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:58:01 inet 127.0.0.1/8 scope host lo 02:58:01 valid_lft forever preferred_lft forever 02:58:01 inet6 ::1/128 scope host 02:58:01 valid_lft forever preferred_lft forever 02:58:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:58:01 link/ether fa:16:3e:7d:63:66 brd ff:ff:ff:ff:ff:ff 02:58:01 inet 10.30.122.255/23 brd 10.30.123.255 scope global dynamic eth0 02:58:01 valid_lft 85492sec preferred_lft 85492sec 02:58:01 inet6 fe80::f816:3eff:fe7d:6366/64 scope link 02:58:01 valid_lft forever preferred_lft forever 02:58:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:58:01 link/ether 02:42:75:05:2f:16 brd ff:ff:ff:ff:ff:ff 02:58:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:58:01 valid_lft forever preferred_lft forever 02:58:01 inet6 fe80::42:75ff:fe05:2f16/64 scope link 02:58:01 valid_lft forever preferred_lft forever 02:58:01 02:58:01 02:58:01 ---> sar -b -r -n DEV: 02:58:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 02:58:01 02:58:01 02:42:38 LINUX RESTART (4 CPU) 02:58:01 02:58:01 02:44:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:58:01 02:45:01 47.04 14.83 32.22 0.00 4917.80 3156.37 0.00 02:58:01 02:46:01 7.78 0.52 7.27 0.00 36.19 262.74 0.00 02:58:01 02:47:01 0.43 0.00 0.43 0.00 0.00 7.94 0.00 02:58:01 02:48:01 0.30 0.00 0.30 0.00 0.00 4.31 0.00 02:58:01 02:49:01 0.40 0.00 0.40 0.00 0.00 6.41 0.00 02:58:01 02:50:01 0.33 0.00 0.33 0.00 0.00 4.44 0.00 02:58:01 02:51:01 0.28 0.00 0.28 0.00 0.00 3.78 0.00 02:58:01 02:52:01 0.38 0.00 0.38 0.00 0.00 5.69 0.00 02:58:01 02:53:02 0.28 0.00 0.28 0.00 0.00 4.58 0.00 02:58:01 02:54:01 0.37 0.00 0.37 0.00 0.00 5.35 0.00 02:58:01 02:55:01 0.28 0.00 0.28 0.00 0.00 3.66 0.00 02:58:01 02:56:01 0.32 0.00 0.32 0.00 0.00 4.73 0.00 02:58:01 02:57:01 10.76 10.48 0.28 0.00 1219.43 4.82 0.00 02:58:01 Average: 5.26 1.98 3.29 0.00 470.51 264.20 0.00 02:58:01 02:58:01 02:44:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:58:01 02:45:01 158208 0 614236 32.65 2620 1106480 1285984 43.89 452172 1070104 3704 02:58:01 02:46:01 175012 0 598200 31.79 2620 1105712 1113020 37.99 449400 1058216 8 02:58:01 02:47:01 175764 0 597444 31.75 2620 1105716 1077460 36.77 448904 1058936 8 02:58:01 02:48:01 178396 0 594808 31.61 2620 1105720 1077028 36.76 453304 1052332 8 02:58:01 02:49:01 176324 0 596876 31.72 2620 1105724 1077232 36.76 456572 1051148 8 02:58:01 02:50:01 176608 0 596584 31.71 2620 1105732 1077208 36.76 465572 1042084 8 02:58:01 02:51:01 177824 0 595368 31.64 2620 1105732 1077028 36.76 464612 1042084 8 02:58:01 02:52:01 177684 0 595504 31.65 2620 1105736 1077028 36.76 464492 1042084 8 02:58:01 02:53:02 177716 0 595464 31.65 2620 1105744 1077028 36.76 464500 1042084 8 02:58:01 02:54:01 177488 0 595688 31.66 2620 1105748 1077112 36.76 464936 1042084 16 02:58:01 02:55:01 177616 0 595556 31.65 2620 1105752 1077028 36.76 464492 1042084 8 02:58:01 02:56:01 177856 0 595312 31.64 2620 1105756 1077028 36.76 464372 1042084 8 02:58:01 02:57:01 123028 0 613136 32.59 2620 1142760 1104512 37.70 481524 1078564 204 02:58:01 Average: 171502 0 598783 31.82 2620 1108639 1098054 37.47 461142 1051068 308 02:58:01 02:58:01 02:44:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:58:01 02:45:01 veth2d98800 13.07 8.54 1.89 25.76 0.00 0.00 0.00 0.00 02:58:01 02:45:01 eth0 162.60 134.26 689.66 67.34 0.00 0.00 0.00 0.00 02:58:01 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:45:01 docker0 13.07 8.41 1.71 25.75 0.00 0.00 0.00 0.00 02:58:01 02:46:01 eth0 7.62 6.52 8.91 3.07 0.00 0.00 0.00 0.00 02:58:01 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:46:01 docker0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:47:01 eth0 1.66 1.15 3.13 0.25 0.00 0.00 0.00 0.00 02:58:01 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:48:01 eth0 0.55 0.10 0.06 0.01 0.00 0.00 0.00 0.00 02:58:01 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:49:01 eth0 1.28 0.57 0.40 0.25 0.00 0.00 0.00 0.00 02:58:01 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:50:01 eth0 0.67 0.40 0.34 0.23 0.00 0.00 0.00 0.00 02:58:01 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:51:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:58:01 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:52:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:58:01 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:53:02 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:58:01 02:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:54:01 eth0 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 02:58:01 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:55:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:56:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:58:01 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:57:01 eth0 10.16 8.25 9.91 4.01 0.00 0.00 0.00 0.00 02:58:01 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 Average: eth0 14.09 11.55 54.13 5.72 0.00 0.00 0.00 0.00 02:58:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:58:01 Average: docker0 0.99 0.64 0.13 1.96 0.00 0.00 0.00 0.00 02:58:01 02:58:01 02:58:01 ---> sar -P ALL: 02:58:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/07/21 _x86_64_ (4 CPU) 02:58:01 02:58:01 02:42:38 LINUX RESTART (4 CPU) 02:58:01 02:58:01 02:44:02 CPU %user %nice %system %iowait %steal %idle 02:58:01 02:45:01 all 5.45 0.00 3.55 1.18 29.59 60.23 02:58:01 02:45:01 0 4.55 0.00 3.51 0.60 31.59 59.76 02:58:01 02:45:01 1 4.14 0.00 3.16 1.01 29.93 61.76 02:58:01 02:45:01 2 6.92 0.00 3.65 2.08 29.83 57.52 02:58:01 02:45:01 3 6.23 0.00 3.88 1.05 26.91 61.93 02:58:01 02:46:01 all 0.36 0.00 0.37 0.19 3.35 95.73 02:58:01 02:46:01 0 0.31 0.00 0.37 0.21 3.44 95.66 02:58:01 02:46:01 1 0.38 0.00 0.38 0.02 3.23 96.00 02:58:01 02:46:01 2 0.51 0.00 0.38 0.07 3.80 95.25 02:58:01 02:46:01 3 0.26 0.00 0.34 0.47 2.93 95.99 02:58:01 02:47:01 all 0.09 0.00 0.10 0.00 1.48 98.34 02:58:01 02:47:01 0 0.07 0.00 0.15 0.00 1.07 98.71 02:58:01 02:47:01 1 0.03 0.00 0.03 0.00 1.64 98.29 02:58:01 02:47:01 2 0.23 0.00 0.20 0.00 2.14 97.43 02:58:01 02:47:01 3 0.02 0.00 0.03 0.00 1.04 98.91 02:58:01 02:48:01 all 0.10 0.00 0.04 0.00 0.66 99.20 02:58:01 02:48:01 0 0.08 0.00 0.03 0.00 1.16 98.73 02:58:01 02:48:01 1 0.00 0.00 0.03 0.00 0.30 99.67 02:58:01 02:48:01 2 0.28 0.00 0.03 0.00 0.48 99.20 02:58:01 02:48:01 3 0.03 0.00 0.07 0.00 0.70 99.20 02:58:01 02:49:01 all 0.08 0.00 0.04 0.00 0.66 99.21 02:58:01 02:49:01 0 0.02 0.00 0.02 0.00 0.53 99.44 02:58:01 02:49:01 1 0.27 0.00 0.05 0.00 0.76 98.92 02:58:01 02:49:01 2 0.03 0.00 0.03 0.00 0.73 99.20 02:58:01 02:49:01 3 0.02 0.00 0.07 0.00 0.63 99.29 02:58:01 02:50:01 all 0.10 0.00 0.21 0.00 1.07 98.62 02:58:01 02:50:01 0 0.31 0.00 0.10 0.00 1.32 98.27 02:58:01 02:50:01 1 0.03 0.00 0.30 0.00 1.09 98.58 02:58:01 02:50:01 2 0.03 0.00 0.17 0.00 1.19 98.61 02:58:01 02:50:01 3 0.02 0.00 0.27 0.00 0.68 99.04 02:58:01 02:51:01 all 0.07 0.00 0.03 0.00 1.03 98.87 02:58:01 02:51:01 0 0.21 0.00 0.02 0.00 1.30 98.47 02:58:01 02:51:01 1 0.00 0.00 0.02 0.00 0.43 99.55 02:58:01 02:51:01 2 0.07 0.00 0.05 0.00 1.93 97.95 02:58:01 02:51:01 3 0.00 0.00 0.03 0.00 0.45 99.52 02:58:01 02:52:01 all 0.07 0.00 0.02 0.00 0.76 99.15 02:58:01 02:52:01 0 0.02 0.00 0.02 0.00 0.66 99.30 02:58:01 02:52:01 1 0.03 0.00 0.02 0.00 0.25 99.70 02:58:01 02:52:01 2 0.07 0.00 0.05 0.00 1.47 98.42 02:58:01 02:52:01 3 0.17 0.00 0.00 0.00 0.65 99.19 02:58:01 02:53:02 all 0.07 0.00 0.03 0.00 0.56 99.34 02:58:01 02:53:02 0 0.02 0.00 0.02 0.00 0.35 99.62 02:58:01 02:53:02 1 0.02 0.00 0.03 0.00 0.15 99.80 02:58:01 02:53:02 2 0.03 0.00 0.05 0.00 1.37 98.55 02:58:01 02:53:02 3 0.20 0.00 0.02 0.00 0.37 99.42 02:58:01 02:54:01 all 0.09 0.00 0.04 0.00 1.50 98.37 02:58:01 02:54:01 0 0.03 0.00 0.02 0.00 1.33 98.62 02:58:01 02:54:01 1 0.02 0.00 0.05 0.00 1.07 98.86 02:58:01 02:54:01 2 0.07 0.00 0.07 0.00 2.52 97.35 02:58:01 02:54:01 3 0.25 0.00 0.03 0.00 1.05 98.66 02:58:01 02:55:01 all 0.09 0.00 0.03 0.00 0.48 99.41 02:58:01 02:55:01 0 0.02 0.00 0.02 0.00 0.58 99.39 02:58:01 02:55:01 1 0.03 0.00 0.03 0.00 0.48 99.45 02:58:01 02:55:01 2 0.02 0.00 0.03 0.00 0.12 99.83 02:58:01 02:55:01 3 0.28 0.00 0.03 0.00 0.73 98.96 02:58:01 02:58:01 02:55:01 CPU %user %nice %system %iowait %steal %idle 02:58:01 02:56:01 all 0.06 0.00 0.02 0.00 0.86 99.06 02:58:01 02:56:01 0 0.02 0.00 0.02 0.00 0.63 99.34 02:58:01 02:56:01 1 0.10 0.00 0.05 0.00 2.22 97.63 02:58:01 02:56:01 2 0.03 0.00 0.02 0.00 0.12 99.83 02:58:01 02:56:01 3 0.10 0.00 0.02 0.00 0.43 99.45 02:58:01 02:57:01 all 0.74 0.00 0.58 0.42 3.79 94.47 02:58:01 02:57:01 0 0.80 0.00 0.72 0.37 3.76 94.36 02:58:01 02:57:01 1 0.88 0.00 0.72 0.62 3.30 94.48 02:58:01 02:57:01 2 0.52 0.00 0.44 0.52 4.07 94.46 02:58:01 02:57:01 3 0.76 0.00 0.45 0.18 4.03 94.58 02:58:01 Average: all 0.61 0.00 0.42 0.15 3.77 95.05 02:58:01 Average: 0 0.54 0.00 0.42 0.10 3.96 94.99 02:58:01 Average: 1 0.50 0.00 0.41 0.14 3.75 95.21 02:58:01 Average: 2 0.74 0.00 0.43 0.22 4.08 94.53 02:58:01 Average: 3 0.68 0.00 0.43 0.14 3.30 95.46 02:58:01 02:58:01 02:58:01