Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of wlgardner for edgexfoundry/device-modbus-go Loading trusted files from base branch master at 9554146ac767a316102827058dd0818d8a8edfd8 rather than 205d20470621f6877b30549a0d87a32e67fc54e2 Obtained Jenkinsfile from 9554146ac767a316102827058dd0818d8a8edfd8 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-modbus-go, buildSnap:true] ========================================================= [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-modbus-go-settings PROJECT: device-modbus-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-25669 in /w/workspace/xfoundry_device-modbus-go_PR-171 [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-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-171 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-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-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 9554146ac767a316102827058dd0818d8a8edfd8 into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 Merge succeeded, producing 0a0a4024bd2bc0009cf63ecac8f1739ccb0af896 Checking out Revision 0a0a4024bd2bc0009cf63ecac8f1739ccb0af896 (PR-171) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-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-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # 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 9554146ac767a316102827058dd0818d8a8edfd8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0a0a4024bd2bc0009cf63ecac8f1739ccb0af896 # timeout=10 Commit message: "Merge commit '9554146ac767a316102827058dd0818d8a8edfd8' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk beaa067395dc1bc9794a3ebae19e26ad9a548cfc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:51:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:51:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:51:29 ========================================================= 00:51:29 EdgeX Global Pipelines Version Info 00:51:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:51:31 ------------------- 00:51:31 stable info: 00:51:31 ------------------- 00:51:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:51:31 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:51:31 Message: update stable to v1.0.179 00:51:32 ------------------- 00:51:32 experimental info: 00:51:32 ------------------- 00:51:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:51:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:51:32 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:51:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:51:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:51:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:51:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:51:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:51:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:51:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:51:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:51:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 00:51:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:51:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:51:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:51:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:51:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:51:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:51:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:51:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:51:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:51:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:51:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:51:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:51:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:51:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:51:35 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:51:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-171 [Pipeline] echo 00:51:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-171 [Pipeline] echo 00:51:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-171 [Pipeline] echo 00:51:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0a0a4024bd2bc0009cf63ecac8f1739ccb0af896 [Pipeline] echo 00:51:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0a0a402 [Pipeline] echo 00:51:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:51:35 provisioning config files... 00:51:35 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/config948077885789186384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:51:36 ---> docker-login.sh 00:51:36 nexus3.edgexfoundry.org:10001 00:51:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:36 Configure a credential helper to remove this warning. See 00:51:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:36 00:51:36 Login Succeeded 00:51:36 nexus3.edgexfoundry.org:10002 00:51:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:36 Configure a credential helper to remove this warning. See 00:51:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:36 00:51:36 Login Succeeded 00:51:36 nexus3.edgexfoundry.org:10003 00:51:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:37 Configure a credential helper to remove this warning. See 00:51:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:37 00:51:37 Login Succeeded 00:51:37 nexus3.edgexfoundry.org:10004 00:51:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:37 Configure a credential helper to remove this warning. See 00:51:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:37 00:51:37 Login Succeeded 00:51:37 docker.io 00:51:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:37 Configure a credential helper to remove this warning. See 00:51:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:37 00:51:37 Login Succeeded 00:51:37 ---> docker-login.sh ends [Pipeline] } 00:51:37 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 00:51:38 + git log --format=format:%s -1 0a0a4024bd2bc0009cf63ecac8f1739ccb0af896 [Pipeline] echo 00:51:38 GIT_COMMIT: 0a0a4024bd2bc0009cf63ecac8f1739ccb0af896, Commit Message: Merge commit '9554146ac767a316102827058dd0818d8a8edfd8' into HEAD [Pipeline] echo 00:51:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:51:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:51:39 00:51:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:51:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:51:40 latest: Pulling from edgex-devops/git-semver 00:51:40 31603596830f: Pulling fs layer 00:51:40 2a8b12db71e7: Pulling fs layer 00:51:40 6ca5941a6612: Pulling fs layer 00:51:40 ecc8261a40a4: Pulling fs layer 00:51:40 ecc8261a40a4: Waiting 00:51:40 2a8b12db71e7: Verifying Checksum 00:51:40 2a8b12db71e7: Download complete 00:51:40 31603596830f: Verifying Checksum 00:51:40 31603596830f: Download complete 00:51:40 6ca5941a6612: Verifying Checksum 00:51:40 6ca5941a6612: Download complete 00:51:40 ecc8261a40a4: Verifying Checksum 00:51:40 ecc8261a40a4: Download complete 00:51:40 31603596830f: Pull complete 00:51:40 2a8b12db71e7: Pull complete 00:51:41 6ca5941a6612: Pull complete 00:51:41 ecc8261a40a4: Pull complete 00:51:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:51:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:51:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:51:41 prd-centos7-docker-4c-2g-25669 does not seem to be running inside a container 00:51:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-171 -v /w/workspace/xfoundry_device-modbus-go_PR-171:/w/workspace/xfoundry_device-modbus-go_PR-171:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-171@tmp:/w/workspace/xfoundry_device-modbus-go_PR-171@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:51:44 $ docker top 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:51:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:51:44 [ssh-agent] Looking for ssh-agent implementation... 00:51:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:51:45 $ docker exec 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 ssh-agent 00:51:45 SSH_AUTH_SOCK=/tmp/ssh-YQARzmvEDM33/agent.11 00:51:45 SSH_AGENT_PID=16 00:51:45 Running ssh-add (command line suppressed) 00:51:45 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_4844881838497607725.key (/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_4844881838497607725.key) 00:51:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:51:45 + git tag --points-at HEAD [Pipeline] } 00:51:45 $ docker exec --env ******** --env ******** 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 ssh-agent -k 00:51:45 unset SSH_AUTH_SOCK; 00:51:45 unset SSH_AGENT_PID; 00:51:45 echo Agent pid 16 killed; 00:51:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:51:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:51:46 [ssh-agent] Looking for ssh-agent implementation... 00:51:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:51:46 $ docker exec 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 ssh-agent 00:51:46 SSH_AUTH_SOCK=/tmp/ssh-16EBjMypxf8L/agent.46 00:51:46 SSH_AGENT_PID=51 00:51:46 Running ssh-add (command line suppressed) 00:51:46 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_7241348168568775175.key (/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_7241348168568775175.key) 00:51:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:51:47 + git semver init 00:51:47 # -> Open(): unable to determine branch for HEAD 00:51:47 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-171/.git 00:51:47 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-171 00:51:47 # $SEMVER_REMOTE_NAME = origin 00:51:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:51:47 # $SEMVER_USER_NAME = edgex-jenkins 00:51:47 # $SEMVER_BRANCH = PR-171 00:51:47 # $SEMVER_TEMP = /tmp/semver-124194949 00:51:47 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 00:51:47 # '/tmp/semver-124194949' -> '/w/workspace/xfoundry_device-modbus-go_PR-171/.semver' 00:51:47 # -> Force: false 00:51:47 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-171/.semver [Pipeline] } 00:51:47 $ docker exec --env ******** --env ******** 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 ssh-agent -k 00:51:47 unset SSH_AUTH_SOCK; 00:51:47 unset SSH_AGENT_PID; 00:51:47 echo Agent pid 51 killed; 00:51:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:51:48 + git semver [Pipeline] } 00:51:48 $ docker stop --time=1 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 00:51:49 $ docker rm -f 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:51:50 Stashed 1 file(s) [Pipeline] echo 00:51:50 [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 00:52:06 Still waiting to schedule task 00:52:06 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:52:06 Still waiting to schedule task 00:52:06 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:56:15 Running on prd-centos7-docker-4c-2g-25685 in /w/workspace/xfoundry_device-modbus-go_PR-171 [Pipeline] { [Pipeline] ws 00:56:15 Running in /w/workspace/device-modbus-go/17 [Pipeline] { [Pipeline] checkout 00:56:18 using credential edgex-jenkins-ssh 00:56:18 Cloning the remote Git repository 00:56:18 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 00:56:18 > git init /w/workspace/device-modbus-go/17 # timeout=10 00:56:18 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:56:18 > git --version # timeout=10 00:56:18 > git --version # 'git version 2.24.3' 00:56:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:19 Merging remotes/origin/master commit 9554146ac767a316102827058dd0818d8a8edfd8 into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 00:56:19 Merge succeeded, producing d28153aa7c116606672027b37f98661e67f8731c 00:56:19 Checking out Revision d28153aa7c116606672027b37f98661e67f8731c (PR-171) 00:56:18 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:56:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:18 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:56:18 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:56:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:56:19 > git config core.sparsecheckout # timeout=10 00:56:19 > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # timeout=10 00:56:19 > git remote # timeout=10 00:56:19 > git config --get remote.origin.url # timeout=10 00:56:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:19 > git merge 9554146ac767a316102827058dd0818d8a8edfd8 # timeout=10 00:56:19 > git rev-parse HEAD^{commit} # timeout=10 00:56:19 > git config core.sparsecheckout # timeout=10 00:56:19 > git checkout -f d28153aa7c116606672027b37f98661e67f8731c # timeout=10 00:56:23 Commit message: "Merge commit '9554146ac767a316102827058dd0818d8a8edfd8' into HEAD" 00:56:23 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:56:23 > git rev-list --no-walk beaa067395dc1bc9794a3ebae19e26ad9a548cfc # timeout=10 00:56:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:56:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:56:24 + sudo service docker restart 00:56:24 + true 00:56:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:56:26 provisioning config files... 00:56:26 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/17@tmp/config4294463653115812967tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:56:26 ---> docker-login.sh 00:56:26 nexus3.edgexfoundry.org:10001 00:56:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:27 Configure a credential helper to remove this warning. See 00:56:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:27 00:56:27 Login Succeeded 00:56:27 nexus3.edgexfoundry.org:10002 00:56:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:27 Configure a credential helper to remove this warning. See 00:56:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:27 00:56:27 Login Succeeded 00:56:27 nexus3.edgexfoundry.org:10003 00:56:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:27 Configure a credential helper to remove this warning. See 00:56:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:27 00:56:27 Login Succeeded 00:56:27 nexus3.edgexfoundry.org:10004 00:56:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:27 Configure a credential helper to remove this warning. See 00:56:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:27 00:56:27 Login Succeeded 00:56:27 docker.io 00:56:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:28 Configure a credential helper to remove this warning. See 00:56:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:28 00:56:28 Login Succeeded 00:56:28 ---> docker-login.sh ends [Pipeline] } 00:56:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:56:28 ========================================================= 00:56:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:56:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:56:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25684 in /w/workspace/xfoundry_device-modbus-go_PR-171 [Pipeline] { [Pipeline] ws 00:56:28 Running in /w/workspace/device-modbus-go/17 [Pipeline] { [Pipeline] checkout 00:56:28 + 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 . 00:56:28 Sending build context to Docker daemon 631.3kB 00:56:28 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:56:28 Step 2/8 : FROM ${BASE} 00:56:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:56:29 188c0c94c7c5: Pulling fs layer 00:56:29 0ef7d3d256c8: Pulling fs layer 00:56:29 de9db76c5a1d: Pulling fs layer 00:56:29 bca2f99d35d6: Pulling fs layer 00:56:29 93359f2a8cfa: Pulling fs layer 00:56:29 7c6f9722023f: Pulling fs layer 00:56:29 a35cf1a2eb13: Pulling fs layer 00:56:29 bca2f99d35d6: Waiting 00:56:29 93359f2a8cfa: Waiting 00:56:29 7c6f9722023f: Waiting 00:56:29 a35cf1a2eb13: Waiting 00:56:29 de9db76c5a1d: Verifying Checksum 00:56:29 de9db76c5a1d: Download complete 00:56:29 0ef7d3d256c8: Verifying Checksum 00:56:29 0ef7d3d256c8: Download complete 00:56:29 93359f2a8cfa: Verifying Checksum 00:56:29 93359f2a8cfa: Download complete 00:56:29 188c0c94c7c5: Verifying Checksum 00:56:29 188c0c94c7c5: Download complete 00:56:29 7c6f9722023f: Verifying Checksum 00:56:29 7c6f9722023f: Download complete 00:56:29 188c0c94c7c5: Pull complete 00:56:29 0ef7d3d256c8: Pull complete 00:56:29 de9db76c5a1d: Pull complete 00:56:31 a35cf1a2eb13: Verifying Checksum 00:56:31 a35cf1a2eb13: Download complete 00:56:32 bca2f99d35d6: Verifying Checksum 00:56:32 bca2f99d35d6: Download complete 00:56:33 using credential edgex-jenkins-ssh 00:56:34 Cloning the remote Git repository 00:56:34 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 00:56:34 > git init /w/workspace/device-modbus-go/17 # timeout=10 00:56:34 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:56:34 > git --version # timeout=10 00:56:34 > git --version # 'git version 2.17.1' 00:56:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:35 Merging remotes/origin/master commit 9554146ac767a316102827058dd0818d8a8edfd8 into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 00:56:36 Merge succeeded, producing 404b63400179cfc0daa7cc022378e281694c114b 00:56:36 Checking out Revision 404b63400179cfc0daa7cc022378e281694c114b (PR-171) 00:56:35 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:56:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:35 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 00:56:35 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 00:56:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:56:35 > git config core.sparsecheckout # timeout=10 00:56:36 > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # timeout=10 00:56:36 > git remote # timeout=10 00:56:36 > git config --get remote.origin.url # timeout=10 00:56:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:36 > git merge 9554146ac767a316102827058dd0818d8a8edfd8 # timeout=10 00:56:36 > git rev-parse HEAD^{commit} # timeout=10 00:56:36 > git config core.sparsecheckout # timeout=10 00:56:36 > git checkout -f 404b63400179cfc0daa7cc022378e281694c114b # timeout=10 00:56:38 bca2f99d35d6: Pull complete 00:56:38 93359f2a8cfa: Pull complete 00:56:38 7c6f9722023f: Pull complete 00:56:40 Commit message: "Merge commit '9554146ac767a316102827058dd0818d8a8edfd8' into HEAD" 00:56:40 First time build. Skipping changelog. 00:56:40 > git rev-list --no-walk beaa067395dc1bc9794a3ebae19e26ad9a548cfc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:56:42 a35cf1a2eb13: Pull complete 00:56:42 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:56:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:56:42 ---> a62c8e92a672 00:56:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:56:42 ---> Running in afb3dc0021a9 00:56:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:56:42 Removing intermediate container afb3dc0021a9 00:56:42 ---> a699e1741999 00:56:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:56:42 ---> Running in f644037da60f 00:56:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:56:42 + sudo service docker restart 00:56:42 + true 00:56:43 Removing intermediate container f644037da60f 00:56:43 ---> 3f22878aed24 00:56:43 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:56:43 ---> Running in d251efdff403 00:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:56:45 provisioning config files... 00:56:45 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/17@tmp/config2214000648228120779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:56:45 (1/14) Installing libmagic (5.38-r0) 00:56:46 ---> docker-login.sh 00:56:46 nexus3.edgexfoundry.org:10001 00:56:46 (2/14) Installing file (5.38-r0) 00:56:46 (3/14) Installing libc-dev (0.7.2-r3) 00:56:46 (4/14) Installing g++ (9.3.0-r2) 00:56:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:47 Configure a credential helper to remove this warning. See 00:56:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:47 00:56:47 Login Succeeded 00:56:47 nexus3.edgexfoundry.org:10002 00:56:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:47 Configure a credential helper to remove this warning. See 00:56:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:47 00:56:47 Login Succeeded 00:56:47 nexus3.edgexfoundry.org:10003 00:56:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:48 Configure a credential helper to remove this warning. See 00:56:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:48 00:56:48 Login Succeeded 00:56:48 nexus3.edgexfoundry.org:10004 00:56:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:48 Configure a credential helper to remove this warning. See 00:56:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:48 00:56:48 Login Succeeded 00:56:48 docker.io 00:56:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:49 Configure a credential helper to remove this warning. See 00:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:49 00:56:49 Login Succeeded 00:56:49 ---> docker-login.sh ends [Pipeline] } 00:56:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:56:50 ========================================================= 00:56:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:56:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:56:50 + 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 . 00:56:50 Sending build context to Docker daemon 630.8kB 00:56:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 00:56:50 Step 2/8 : FROM ${BASE} 00:56:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:56:51 5f621e34cdf4: Pulling fs layer 00:56:51 a4357932f1b6: Pulling fs layer 00:56:51 18c013af1878: Pulling fs layer 00:56:51 00ac8860ef70: Pulling fs layer 00:56:51 63d7cb157983: Pulling fs layer 00:56:51 b116817d02f9: Pulling fs layer 00:56:51 745a02a5169b: Pulling fs layer 00:56:51 00ac8860ef70: Waiting 00:56:51 63d7cb157983: Waiting 00:56:51 b116817d02f9: Waiting 00:56:51 745a02a5169b: Waiting 00:56:51 18c013af1878: Verifying Checksum 00:56:51 18c013af1878: Download complete 00:56:51 a4357932f1b6: Verifying Checksum 00:56:51 a4357932f1b6: Download complete 00:56:51 63d7cb157983: Verifying Checksum 00:56:51 63d7cb157983: Download complete 00:56:51 b116817d02f9: Verifying Checksum 00:56:51 b116817d02f9: Download complete 00:56:51 5f621e34cdf4: Verifying Checksum 00:56:51 5f621e34cdf4: Download complete 00:56:52 5f621e34cdf4: Pull complete 00:56:52 a4357932f1b6: Pull complete 00:56:52 18c013af1878: Pull complete 00:56:53 745a02a5169b: Verifying Checksum 00:56:53 745a02a5169b: Download complete 00:56:54 00ac8860ef70: Verifying Checksum 00:56:54 00ac8860ef70: Download complete 00:57:04 00ac8860ef70: Pull complete 00:57:04 (5/14) Installing fortify-headers (1.1-r0) 00:57:04 (6/14) Installing patch (2.7.6-r6) 00:57:04 (7/14) Installing build-base (0.5-r2) 00:57:04 (8/14) Installing openssh-keygen (8.3_p1-r1) 00:57:04 (9/14) Installing libedit (20191231.3.1-r0) 00:57:04 (10/14) Installing openssh-client (8.3_p1-r1) 00:57:04 63d7cb157983: Pull complete 00:57:05 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 00:57:05 (12/14) Installing openssh-server-common (8.3_p1-r1) 00:57:05 (13/14) Installing openssh-server (8.3_p1-r1) 00:57:05 b116817d02f9: Pull complete 00:57:05 (14/14) Installing openssh (8.3_p1-r1) 00:57:06 Executing busybox-1.31.1-r19.trigger 00:57:06 OK: 237 MiB in 53 packages 00:57:08 Removing intermediate container d251efdff403 00:57:08 ---> bd08dd60bf71 00:57:08 Step 6/8 : WORKDIR /device-modbus-go 00:57:08 ---> Running in efa13cab9464 00:57:08 745a02a5169b: Pull complete 00:57:08 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:57:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:57:08 ---> b7e6874047d6 00:57:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 00:57:09 Removing intermediate container efa13cab9464 00:57:09 ---> 7e08871ec799 00:57:09 Step 7/8 : COPY . . 00:57:10 ---> 5644d55e826a 00:57:10 Step 8/8 : RUN go mod download 00:57:10 ---> Running in a6a1e0a1ffa5 00:57:12 ---> Running in 29aec419247c 00:57:12 Removing intermediate container 29aec419247c 00:57:12 ---> 8597ff99cb7d 00:57:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:12 ---> Running in 9406c02ee414 00:57:15 Removing intermediate container 9406c02ee414 00:57:15 ---> 1d76c23fa81f 00:57:15 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 00:57:15 ---> Running in 363dc39045be 00:57:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:57:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:57:17 (1/14) Installing libmagic (5.38-r0) 00:57:17 (2/14) Installing file (5.38-r0) 00:57:18 (3/14) Installing libc-dev (0.7.2-r3) 00:57:18 (4/14) Installing g++ (9.3.0-r2) 00:57:21 (5/14) Installing fortify-headers (1.1-r0) 00:57:21 (6/14) Installing patch (2.7.6-r6) 00:57:21 (7/14) Installing build-base (0.5-r2) 00:57:21 (8/14) Installing openssh-keygen (8.3_p1-r1) 00:57:21 (9/14) Installing libedit (20191231.3.1-r0) 00:57:21 (10/14) Installing openssh-client (8.3_p1-r1) 00:57:22 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 00:57:22 (12/14) Installing openssh-server-common (8.3_p1-r1) 00:57:22 (13/14) Installing openssh-server (8.3_p1-r1) 00:57:22 (14/14) Installing openssh (8.3_p1-r1) 00:57:22 Executing busybox-1.31.1-r19.trigger 00:57:22 OK: 221 MiB in 53 packages 00:57:26 Removing intermediate container 363dc39045be 00:57:26 ---> 3f0fbe189b4d 00:57:26 Step 6/8 : WORKDIR /device-modbus-go 00:57:26 ---> Running in e7cbda6567db 00:57:27 Removing intermediate container e7cbda6567db 00:57:27 ---> 6a67b7363fbf 00:57:27 Step 7/8 : COPY . . 00:57:28 ---> 880b403324de 00:57:28 Step 8/8 : RUN go mod download 00:57:28 ---> Running in 09faf54640a5 00:57:32 Removing intermediate container a6a1e0a1ffa5 00:57:32 ---> 736638fe4dc7 00:57:32 Successfully built 736638fe4dc7 00:57:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:57:32 + docker inspect -f . ci-base-image-x86_64 00:57:32 . [Pipeline] withDockerContainer 00:57:32 prd-centos7-docker-4c-2g-25685 does not seem to be running inside a container 00:57:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/17 -v /w/workspace/device-modbus-go/17:/w/workspace/device-modbus-go/17:rw,z -v /w/workspace/device-modbus-go/17@tmp:/w/workspace/device-modbus-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:57:33 $ docker top 8ee64930256f13e81940f4a13ebff9e161ac08ebc9ce3be610abf62a34168f71 -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:34 + go version 00:57:34 go version go1.15.5 linux/amd64 [Pipeline] } 00:57:34 $ docker stop --time=1 8ee64930256f13e81940f4a13ebff9e161ac08ebc9ce3be610abf62a34168f71 00:57:35 $ docker rm -f 8ee64930256f13e81940f4a13ebff9e161ac08ebc9ce3be610abf62a34168f71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:57:36 + docker inspect -f . ci-base-image-x86_64 00:57:36 . [Pipeline] withDockerContainer 00:57:36 prd-centos7-docker-4c-2g-25685 does not seem to be running inside a container 00:57:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/17 -v /w/workspace/device-modbus-go/17:/w/workspace/device-modbus-go/17:rw,z -v /w/workspace/device-modbus-go/17@tmp:/w/workspace/device-modbus-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:57:37 $ docker top a3c0be2ced9885f15085d2cfac8ebbf0d37ce16ede6232a639684cf006992343 -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:37 + make test 00:57:37 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:57:39 ? github.com/edgexfoundry/device-modbus-go [no test files] 00:57:50 Removing intermediate container 09faf54640a5 00:57:50 ---> be4d9f97bf84 00:57:50 Successfully built be4d9f97bf84 00:57:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:57:50 + docker inspect -f . ci-base-image-arm64 00:57:50 . [Pipeline] withDockerContainer 00:57:51 prd-ubuntu18.04-docker-arm64-4c-16g-25684 does not seem to be running inside a container 00:57:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/17 -v /w/workspace/device-modbus-go/17:/w/workspace/device-modbus-go/17:rw,z -v /w/workspace/device-modbus-go/17@tmp:/w/workspace/device-modbus-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:57:51 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 00:57:51 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.280s coverage: 50.2% of statements 00:57:51 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:57:52 $ docker top 05814edcedb2adbc9641104ecb3904e5e3c814cd591759d7879407c7d5f93a93 -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:53 + go version 00:57:53 go version go1.15.5 linux/arm64 [Pipeline] } 00:57:53 gofmt -l . 00:57:53 internal/driver/config.go 00:57:53 internal/driver/config_test.go 00:57:53 internal/driver/protocolpropertykey.go 00:57:53 [ "`gofmt -l .`" = "" ] 00:57:53 make: *** [Makefile:27: test] Error 1 00:57:53 $ docker stop --time=1 05814edcedb2adbc9641104ecb3904e5e3c814cd591759d7879407c7d5f93a93 00:57:55 $ docker rm -f 05814edcedb2adbc9641104ecb3904e5e3c814cd591759d7879407c7d5f93a93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 00:57:55 $ docker stop --time=1 a3c0be2ced9885f15085d2cfac8ebbf0d37ce16ede6232a639684cf006992343 00:57:58 $ docker rm -f a3c0be2ced9885f15085d2cfac8ebbf0d37ce16ede6232a639684cf006992343 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 00:57:59 + docker inspect -f . ci-base-image-arm64 00:57:59 . [Pipeline] } [Pipeline] // stage [Pipeline] } 00:57:59 Failed in branch amd64 [Pipeline] withDockerContainer 00:58:00 prd-ubuntu18.04-docker-arm64-4c-16g-25684 does not seem to be running inside a container 00:58:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/17 -v /w/workspace/device-modbus-go/17:/w/workspace/device-modbus-go/17:rw,z -v /w/workspace/device-modbus-go/17@tmp:/w/workspace/device-modbus-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:58:01 $ docker top 43e48bcc262f086e234c2f87edfc887018b6b6302eb0b81175fe1fb34dcc1c9a -eo pid,comm [Pipeline] { [Pipeline] sh 00:58:02 + make test 00:58:02 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 00:58:03 ? github.com/edgexfoundry/device-modbus-go [no test files] 00:58:42 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 00:58:42 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.580s coverage: 50.2% of statements 00:58:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 00:58:43 gofmt -l . 00:58:43 internal/driver/config.go 00:58:43 internal/driver/config_test.go 00:58:43 internal/driver/protocolpropertykey.go 00:58:43 [ "`gofmt -l .`" = "" ] 00:58:43 make: *** [Makefile:27: test] Error 1 [Pipeline] } 00:58:43 $ docker stop --time=1 43e48bcc262f086e234c2f87edfc887018b6b6302eb0b81175fe1fb34dcc1c9a 00:58:46 $ docker rm -f 43e48bcc262f086e234c2f87edfc887018b6b6302eb0b81175fe1fb34dcc1c9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:58:47 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:58:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:58:51 ---> package-listing.sh 00:58:51 ++ facter osfamily 00:58:51 ++ tr '[:upper:]' '[:lower:]' 00:58:51 + OS_FAMILY=redhat 00:58:51 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-171 00:58:51 + START_PACKAGES=/tmp/packages_start.txt 00:58:51 + END_PACKAGES=/tmp/packages_end.txt 00:58:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:58:51 + PACKAGES=/tmp/packages_start.txt 00:58:51 + '[' /w/workspace/xfoundry_device-modbus-go_PR-171 ']' 00:58:51 + PACKAGES=/tmp/packages_end.txt 00:58:51 + case "${OS_FAMILY}" in 00:58:51 + rpm -qa 00:58:51 + sort 00:58:56 + '[' -f /tmp/packages_start.txt ']' 00:58:56 + '[' -f /tmp/packages_end.txt ']' 00:58:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:58:56 + '[' /w/workspace/xfoundry_device-modbus-go_PR-171 ']' 00:58:56 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-171/archives/ 00:58:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-171/archives/ [Pipeline] echo 00:58:56 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/xfoundry_device-modbus-go_PR-171/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:58:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:58:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:58:57 00:58:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:58:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:58:57 alpine: Pulling from edgex-lftools-log-publisher 00:58:57 df20fa9351a1: Pulling fs layer 00:58:57 36b3adc4ff6f: Pulling fs layer 00:58:57 8ad3a11d3b57: Pulling fs layer 00:58:57 46f8f816bc3b: Pulling fs layer 00:58:57 93b61091891f: Pulling fs layer 00:58:57 93b9cdb0e59b: Pulling fs layer 00:58:57 5e14af77c1be: Pulling fs layer 00:58:57 01666e4c0597: Pulling fs layer 00:58:57 46f8f816bc3b: Waiting 00:58:57 aa168da1d23b: Pulling fs layer 00:58:57 93b61091891f: Waiting 00:58:57 93b9cdb0e59b: Waiting 00:58:57 5e14af77c1be: Waiting 00:58:57 01666e4c0597: Waiting 00:58:57 aa168da1d23b: Waiting 00:58:57 36b3adc4ff6f: Download complete 00:58:57 46f8f816bc3b: Verifying Checksum 00:58:57 46f8f816bc3b: Download complete 00:58:57 df20fa9351a1: Download complete 00:58:57 93b9cdb0e59b: Verifying Checksum 00:58:57 93b9cdb0e59b: Download complete 00:58:57 93b61091891f: Verifying Checksum 00:58:57 93b61091891f: Download complete 00:58:57 5e14af77c1be: Verifying Checksum 00:58:57 5e14af77c1be: Download complete 00:58:57 01666e4c0597: Verifying Checksum 00:58:57 01666e4c0597: Download complete 00:58:58 df20fa9351a1: Pull complete 00:58:58 8ad3a11d3b57: Verifying Checksum 00:58:58 8ad3a11d3b57: Download complete 00:58:58 36b3adc4ff6f: Pull complete 00:58:59 8ad3a11d3b57: Pull complete 00:58:59 46f8f816bc3b: Pull complete 00:59:00 aa168da1d23b: Verifying Checksum 00:59:00 aa168da1d23b: Download complete 00:59:00 93b61091891f: Pull complete 00:59:00 93b9cdb0e59b: Pull complete 00:59:00 5e14af77c1be: Pull complete 00:59:00 01666e4c0597: Pull complete 00:59:07 aa168da1d23b: Pull complete 00:59:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:59:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:59:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:59:07 prd-centos7-docker-4c-2g-25669 does not seem to be running inside a container 00:59:07 $ 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/xfoundry_device-modbus-go_PR-171/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-171 -v /w/workspace/xfoundry_device-modbus-go_PR-171:/w/workspace/xfoundry_device-modbus-go_PR-171:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-171@tmp:/w/workspace/xfoundry_device-modbus-go_PR-171@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:59:11 $ docker top aab603197acb89a65ab521e853a73758cb451e4716e1dbf5bf3d087d13b89986 -eo pid,comm [Pipeline] { [Pipeline] sh 00:59:11 + touch /tmp/pre-build-complete [Pipeline] sh 00:59:12 + mkdir -p /var/log/sa [Pipeline] sh 00:59:12 + ls /var/log/sa-host 00:59:12 + sadf -c /var/log/sa-host/sa09 00:59:12 file_magic: OK 00:59:12 HZ: Using current value: 100 00:59:12 file_header: OK 00:59:12 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 00:59:12 Statistics: 00:59:12 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...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...Hnuu...uuuununununu... 00:59:12 File successfully converted to sysstat format version 12.2.1 00:59:12 + sadf -c /var/log/sa-host/sa23 00:59:12 file_magic: OK 00:59:12 HZ: Using current value: 100 00:59:12 file_header: OK 00:59:12 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 00:59:12 Statistics: 00:59:12 Hnuu...uuuununununu... 00:59:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:59:12 provisioning config files... 00:59:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/config346373415509858989tmp [Pipeline] { [Pipeline] echo 00:59:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:59:13 ---> create-netrc.sh [Pipeline] } 00:59:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:59:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:59:13 ---> python-tools-install.sh [Pipeline] echo 00:59:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:59:13 ---> sudo-logs.sh 00:59:13 Archiving 'sudo' log.. [Pipeline] echo 00:59:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:59:14 ---> job-cost.sh 00:59:14 lf-activate-venv: SKIPPING 00:59:14 INFO: No Stack... 00:59:15 INFO: Retrieving Pricing Info for: v1-standard-2 00:59:15 INFO: Archiving Costs [Pipeline] echo 00:59:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:59:16 ---> logs-deploy.sh 00:59:16 lf-activate-venv: SKIPPING 00:59:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-171/17 00:59:16 INFO: archiving workspace using pattern(s): 00:59:17 Archives upload complete. 00:59:17 INFO: archiving logs to Nexus 00:59:18 ---> uname -a: 00:59:18 Linux prd-centos7-docker-4c-2g-25669.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:59:18 00:59:18 00:59:18 ---> lscpu: 00:59:18 Architecture: x86_64 00:59:18 CPU op-mode(s): 32-bit, 64-bit 00:59:18 Byte Order: Little Endian 00:59:18 Address sizes: 40 bits physical, 48 bits virtual 00:59:18 CPU(s): 4 00:59:18 On-line CPU(s) list: 0-3 00:59:18 Thread(s) per core: 1 00:59:18 Core(s) per socket: 1 00:59:18 Socket(s): 4 00:59:18 NUMA node(s): 1 00:59:18 Vendor ID: GenuineIntel 00:59:18 CPU family: 6 00:59:18 Model: 44 00:59:18 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:59:18 Stepping: 1 00:59:18 CPU MHz: 2933.442 00:59:18 BogoMIPS: 5866.88 00:59:18 Virtualization: VT-x 00:59:18 Hypervisor vendor: KVM 00:59:18 Virtualization type: full 00:59:18 L1d cache: 128 KiB 00:59:18 L1i cache: 128 KiB 00:59:18 L2 cache: 16 MiB 00:59:18 L3 cache: 64 MiB 00:59:18 NUMA node0 CPU(s): 0-3 00:59:18 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:59:18 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:59:18 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:59:18 Vulnerability Meltdown: Mitigation; PTI 00:59:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:59:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:59:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:59:18 Vulnerability Srbds: Not affected 00:59:18 Vulnerability Tsx async abort: Not affected 00:59:18 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 00:59:18 00:59:18 00:59:18 ---> nproc: 00:59:18 4 00:59:18 00:59:18 00:59:18 ---> df -h: 00:59:18 Filesystem Size Used Available Use% Mounted on 00:59:18 overlay 50.0G 6.9G 43.1G 14% / 00:59:18 tmpfs 64.0M 0 64.0M 0% /dev 00:59:18 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:59:18 shm 64.0M 0 64.0M 0% /dev/shm 00:59:18 /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os 00:59:18 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 00:59:18 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 00:59:18 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 00:59:18 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure 00:59:18 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log 00:59:18 /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json 00:59:18 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/xfoundry_device-modbus-go_PR-171 00:59:18 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/xfoundry_device-modbus-go_PR-171@tmp 00:59:18 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 00:59:18 00:59:18 00:59:18 ---> free -m: 00:59:18 total used free shared buff/cache available 00:59:18 Mem: 1837 708 102 0 1026 1024 00:59:18 Swap: 1023 1 1022 00:59:18 00:59:18 00:59:18 ---> ip addr: 00:59:18 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:59:18 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:59:18 inet 127.0.0.1/8 scope host lo 00:59:18 valid_lft forever preferred_lft forever 00:59:18 inet6 ::1/128 scope host 00:59:18 valid_lft forever preferred_lft forever 00:59:18 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:59:18 link/ether fa:16:3e:f2:8d:e4 brd ff:ff:ff:ff:ff:ff 00:59:18 inet 10.30.122.250/23 brd 10.30.123.255 scope global dynamic eth0 00:59:18 valid_lft 84743sec preferred_lft 84743sec 00:59:18 inet6 fe80::f816:3eff:fef2:8de4/64 scope link 00:59:18 valid_lft forever preferred_lft forever 00:59:18 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:59:18 link/ether 02:42:3f:79:b1:52 brd ff:ff:ff:ff:ff:ff 00:59:18 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:59:18 valid_lft forever preferred_lft forever 00:59:18 inet6 fe80::42:3fff:fe79:b152/64 scope link 00:59:18 valid_lft forever preferred_lft forever 00:59:18 00:59:18 00:59:18 ---> sar -b -r -n DEV: 00:59:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 00:59:18 00:59:18 00:31:30 LINUX RESTART (4 CPU) 00:59:18 00:59:18 00:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:59:18 00:33:02 20.38 12.59 7.79 0.00 1684.11 1155.93 0.00 00:59:18 00:34:01 1.08 0.00 1.08 0.00 0.00 18.15 0.00 00:59:18 00:35:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 00:59:18 00:36:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 00:59:18 00:37:01 0.20 0.00 0.20 0.00 0.00 2.63 0.00 00:59:18 00:38:01 0.57 0.00 0.57 0.00 0.00 7.93 0.00 00:59:18 00:39:01 0.57 0.00 0.57 0.00 0.00 7.31 0.00 00:59:18 00:40:01 0.63 0.00 0.63 0.00 0.00 6.73 0.00 00:59:18 00:41:01 0.68 0.00 0.68 0.00 0.00 7.96 0.00 00:59:18 00:42:01 0.58 0.00 0.58 0.00 0.00 5.99 0.00 00:59:18 00:43:01 0.33 0.00 0.33 0.00 0.00 5.26 0.00 00:59:18 00:44:01 0.13 0.00 0.13 0.00 0.00 2.15 0.00 00:59:18 00:45:01 0.20 0.00 0.20 0.00 0.00 2.66 0.00 00:59:18 00:46:01 0.28 0.00 0.28 0.00 0.00 3.68 0.00 00:59:18 00:47:01 0.40 0.18 0.22 0.00 5.86 3.00 0.00 00:59:18 00:48:01 0.80 0.00 0.80 0.00 0.00 15.95 0.00 00:59:18 00:49:01 0.30 0.00 0.30 0.00 0.00 4.46 0.00 00:59:18 00:50:01 0.30 0.00 0.30 0.00 0.00 5.01 0.00 00:59:18 00:51:02 0.27 0.00 0.27 0.00 0.00 4.60 0.00 00:59:18 00:52:01 47.91 15.12 32.79 0.00 4781.99 2472.56 0.00 00:59:18 00:53:01 3.40 0.00 3.40 0.00 0.00 106.51 0.00 00:59:18 00:54:01 0.50 0.00 0.50 0.00 0.00 8.94 0.00 00:59:18 00:55:01 0.30 0.00 0.30 0.00 0.00 4.18 0.00 00:59:18 00:56:01 0.22 0.00 0.22 0.00 0.00 2.90 0.00 00:59:18 00:57:01 0.38 0.00 0.38 0.00 0.00 6.08 0.00 00:59:18 00:58:01 0.37 0.00 0.37 0.00 0.00 4.15 0.00 00:59:18 00:59:01 64.59 50.37 14.23 0.00 4215.64 3410.98 0.00 00:59:18 Average: 5.38 2.89 2.49 0.00 393.59 268.65 0.00 00:59:18 00:59:18 00:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:59:18 00:33:02 70924 0 501184 26.64 2620 1306816 999096 34.10 319644 1294696 20 00:59:18 00:34:01 75828 0 496272 26.38 2620 1306824 985048 33.62 313788 1296372 8 00:59:18 00:35:01 74376 0 497660 26.45 2620 1306888 985252 33.63 315064 1296388 28 00:59:18 00:36:01 75008 0 497084 26.42 2620 1306832 985156 33.62 314480 1296372 20 00:59:18 00:37:01 74804 0 497284 26.43 2620 1306836 985204 33.62 315040 1296372 20 00:59:18 00:38:01 74392 0 497688 26.45 2620 1306844 985264 33.63 315264 1296376 20 00:59:18 00:39:01 74760 0 497320 26.43 2620 1306844 985212 33.62 314808 1296372 8 00:59:18 00:40:01 75540 0 496532 26.39 2620 1306852 985116 33.62 314000 1296372 16 00:59:18 00:41:01 75524 0 496540 26.39 2620 1306860 985116 33.62 314008 1296372 8 00:59:18 00:42:01 75524 0 496536 26.39 2620 1306864 985116 33.62 314260 1296372 8 00:59:18 00:43:01 75428 0 496628 26.39 2620 1306868 985328 33.63 314788 1296372 8 00:59:18 00:44:01 75156 0 496896 26.41 2620 1306872 993560 33.91 314928 1296372 16 00:59:18 00:45:01 74068 0 497976 26.47 2620 1306880 993728 33.91 315836 1296376 20 00:59:18 00:46:01 74224 0 497820 26.46 2620 1306880 993668 33.91 315396 1296372 12 00:59:18 00:47:01 74728 0 497308 26.43 2620 1306888 993572 33.91 314968 1296372 20 00:59:18 00:48:01 71860 0 500172 26.58 2620 1306892 993656 33.91 318092 1296368 8 00:59:18 00:49:01 72296 0 499736 26.56 2620 1306892 993572 33.91 317660 1296368 8 00:59:18 00:50:01 71992 0 500032 26.58 2620 1306900 993572 33.91 317672 1296368 16 00:59:18 00:51:02 72520 0 499500 26.55 2620 1306904 993572 33.91 317676 1296368 8 00:59:18 00:52:01 154088 0 613812 32.62 2620 1111024 1085736 37.05 439172 1089856 132 00:59:18 00:53:01 155616 0 612280 32.54 2620 1111028 1079124 36.83 439644 1088508 16 00:59:18 00:54:01 157196 0 610636 32.45 2620 1111092 1064732 36.34 438320 1088428 24 00:59:18 00:55:01 157420 0 610468 32.45 2620 1111036 1064732 36.34 438256 1088412 8 00:59:18 00:56:01 157240 0 610644 32.45 2620 1111040 1064768 36.34 431980 1094876 12 00:59:18 00:57:01 156500 0 611376 32.49 2620 1111048 1064952 36.35 432948 1094876 8 00:59:18 00:58:01 157280 0 610592 32.45 2620 1111052 1064892 36.34 432532 1094872 8 00:59:18 00:59:01 73176 0 695036 36.94 2620 1110712 1500600 51.21 509548 1085608 42120 00:59:18 Average: 95462 0 534630 28.41 2620 1248832 1029235 35.13 354066 1235364 1578 00:59:18 00:59:18 00:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:59:18 00:33:02 eth0 175.41 84.28 338.59 20.49 0.00 0.00 0.00 0.00 00:59:18 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:34:01 eth0 0.66 0.08 0.05 0.01 0.00 0.00 0.00 0.00 00:59:18 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:35:01 eth0 2.16 0.30 0.41 0.20 0.00 0.00 0.00 0.00 00:59:18 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:36:01 eth0 2.80 0.53 0.69 0.36 0.00 0.00 0.00 0.00 00:59:18 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:37:01 eth0 2.66 0.78 0.92 0.59 0.00 0.00 0.00 0.00 00:59:18 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:38:01 eth0 1.20 0.65 0.67 0.49 0.00 0.00 0.00 0.00 00:59:18 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:39:01 eth0 0.48 0.28 0.27 0.13 0.00 0.00 0.00 0.00 00:59:18 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:59:18 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:41:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:59:18 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:42:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 00:59:18 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:43:01 eth0 1.83 0.62 0.73 0.43 0.00 0.00 0.00 0.00 00:59:18 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:44:01 eth0 1.48 0.52 0.59 0.42 0.00 0.00 0.00 0.00 00:59:18 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:45:01 eth0 2.26 0.48 0.68 0.36 0.00 0.00 0.00 0.00 00:59:18 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:46:01 eth0 0.72 0.33 0.29 0.23 0.00 0.00 0.00 0.00 00:59:18 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:47:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:59:18 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:48:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:59:18 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:49:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:59:18 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:59:18 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:51:02 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:59:18 00:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:52:01 eth0 217.88 177.64 696.38 80.90 0.00 0.00 0.00 0.00 00:59:18 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:52:01 docker0 2.25 1.88 0.41 4.39 0.00 0.00 0.00 0.00 00:59:18 00:53:01 eth0 0.87 0.17 0.20 0.07 0.00 0.00 0.00 0.00 00:59:18 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:54:01 eth0 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 00:59:18 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:55:01 eth0 1.27 0.07 0.12 0.01 0.00 0.00 0.00 0.00 00:59:18 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:56:01 eth0 2.55 0.18 0.36 0.01 0.00 0.00 0.00 0.00 00:59:18 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:57:01 eth0 1.02 0.60 0.54 0.40 0.00 0.00 0.00 0.00 00:59:18 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:58:01 eth0 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 00:59:18 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:59:01 eth0 215.87 178.90 2164.82 16.38 0.00 0.00 0.00 0.00 00:59:18 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 Average: eth0 23.36 16.49 118.56 4.46 0.00 0.00 0.00 0.00 00:59:18 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:59:18 Average: docker0 0.08 0.07 0.02 0.16 0.00 0.00 0.00 0.00 00:59:18 00:59:18 00:59:18 ---> sar -P ALL: 00:59:18 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) 00:59:18 00:59:18 00:31:30 LINUX RESTART (4 CPU) 00:59:18 00:59:18 00:32:01 CPU %user %nice %system %iowait %steal %idle 00:59:18 00:33:02 all 7.31 0.00 1.49 0.23 0.34 90.63 00:59:18 00:33:02 0 6.59 0.00 1.85 0.42 0.27 90.87 00:59:18 00:33:02 1 8.55 0.00 1.25 0.13 0.39 89.69 00:59:18 00:33:02 2 7.18 0.00 1.29 0.20 0.45 90.88 00:59:18 00:33:02 3 6.93 0.00 1.56 0.17 0.27 91.07 00:59:18 00:34:01 all 0.14 0.00 0.11 0.00 0.01 99.74 00:59:18 00:34:01 0 0.07 0.00 0.24 0.00 0.02 99.68 00:59:18 00:34:01 1 0.07 0.00 0.08 0.00 0.00 99.85 00:59:18 00:34:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:59:18 00:34:01 3 0.37 0.00 0.03 0.00 0.03 99.56 00:59:18 00:35:01 all 0.18 0.00 0.05 0.00 0.00 99.77 00:59:18 00:35:01 0 0.07 0.00 0.05 0.00 0.00 99.88 00:59:18 00:35:01 1 0.10 0.00 0.07 0.00 0.00 99.83 00:59:18 00:35:01 2 0.50 0.00 0.07 0.00 0.00 99.43 00:59:18 00:35:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:59:18 00:36:01 all 0.17 0.00 0.05 0.00 0.00 99.78 00:59:18 00:36:01 0 0.05 0.00 0.02 0.00 0.00 99.93 00:59:18 00:36:01 1 0.43 0.00 0.03 0.00 0.00 99.53 00:59:18 00:36:01 2 0.17 0.00 0.10 0.00 0.02 99.72 00:59:18 00:36:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:59:18 00:37:01 all 0.13 0.00 0.05 0.00 0.01 99.81 00:59:18 00:37:01 0 0.10 0.00 0.07 0.00 0.02 99.82 00:59:18 00:37:01 1 0.32 0.00 0.05 0.00 0.00 99.63 00:59:18 00:37:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:59:18 00:37:01 3 0.05 0.00 0.03 0.00 0.02 99.90 00:59:18 00:38:01 all 0.08 0.00 0.04 0.00 0.00 99.87 00:59:18 00:38:01 0 0.08 0.00 0.03 0.00 0.00 99.88 00:59:18 00:38:01 1 0.08 0.00 0.03 0.00 0.00 99.88 00:59:18 00:38:01 2 0.07 0.00 0.08 0.02 0.00 99.83 00:59:18 00:38:01 3 0.08 0.00 0.02 0.00 0.00 99.90 00:59:18 00:39:01 all 0.15 0.00 0.05 0.00 0.00 99.79 00:59:18 00:39:01 0 0.22 0.00 0.07 0.00 0.00 99.72 00:59:18 00:39:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:59:18 00:39:01 2 0.30 0.00 0.07 0.00 0.02 99.62 00:59:18 00:39:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:59:18 00:40:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:59:18 00:40:01 0 0.52 0.00 0.03 0.00 0.00 99.45 00:59:18 00:40:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:59:18 00:40:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:59:18 00:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:59:18 00:41:01 all 0.14 0.00 0.04 0.00 0.00 99.82 00:59:18 00:41:01 0 0.47 0.00 0.03 0.00 0.00 99.50 00:59:18 00:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:59:18 00:41:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:59:18 00:41:01 3 0.03 0.00 0.07 0.00 0.00 99.90 00:59:18 00:42:01 all 0.16 0.00 0.03 0.00 0.01 99.80 00:59:18 00:42:01 0 0.50 0.00 0.03 0.00 0.00 99.47 00:59:18 00:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:59:18 00:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 00:59:18 00:42:01 3 0.08 0.00 0.07 0.00 0.02 99.83 00:59:18 00:43:01 all 0.20 0.00 0.05 0.00 0.01 99.74 00:59:18 00:43:01 0 0.55 0.00 0.05 0.00 0.02 99.38 00:59:18 00:43:01 1 0.08 0.00 0.07 0.00 0.02 99.83 00:59:18 00:43:01 2 0.12 0.00 0.05 0.00 0.00 99.83 00:59:18 00:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:59:18 00:59:18 00:43:01 CPU %user %nice %system %iowait %steal %idle 00:59:18 00:44:01 all 0.19 0.00 0.03 0.00 0.00 99.78 00:59:18 00:44:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:59:18 00:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:59:18 00:44:01 2 0.53 0.00 0.07 0.00 0.00 99.40 00:59:18 00:44:01 3 0.13 0.00 0.00 0.00 0.00 99.87 00:59:18 00:45:01 all 0.33 0.00 0.04 0.00 0.00 99.62 00:59:18 00:45:01 0 0.07 0.00 0.05 0.00 0.00 99.88 00:59:18 00:45:01 1 0.73 0.00 0.05 0.00 0.00 99.22 00:59:18 00:45:01 2 0.50 0.00 0.03 0.00 0.00 99.47 00:59:18 00:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:59:18 00:46:01 all 0.14 0.00 0.04 0.00 0.00 99.82 00:59:18 00:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:59:18 00:46:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:59:18 00:46:01 2 0.43 0.00 0.05 0.00 0.00 99.52 00:59:18 00:46:01 3 0.05 0.00 0.05 0.00 0.00 99.90 00:59:18 00:47:01 all 0.06 0.00 0.05 0.00 0.00 99.88 00:59:18 00:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:59:18 00:47:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:59:18 00:47:01 2 0.12 0.00 0.08 0.00 0.00 99.80 00:59:18 00:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 00:59:18 00:48:01 all 0.03 0.00 0.04 0.00 0.00 99.93 00:59:18 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:59:18 00:48:01 1 0.05 0.00 0.08 0.00 0.02 99.85 00:59:18 00:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:59:18 00:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:59:18 00:49:01 all 0.14 0.00 0.04 0.00 0.00 99.81 00:59:18 00:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:59:18 00:49:01 1 0.18 0.00 0.05 0.00 0.00 99.77 00:59:18 00:49:01 2 0.32 0.00 0.07 0.00 0.02 99.60 00:59:18 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:59:18 00:50:01 all 0.15 0.00 0.04 0.00 0.00 99.80 00:59:18 00:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:59:18 00:50:01 1 0.38 0.00 0.05 0.00 0.00 99.57 00:59:18 00:50:01 2 0.05 0.00 0.07 0.00 0.00 99.88 00:59:18 00:50:01 3 0.17 0.00 0.02 0.00 0.00 99.82 00:59:18 00:51:02 all 0.16 0.00 0.03 0.00 0.00 99.81 00:59:18 00:51:02 0 0.02 0.00 0.02 0.00 0.00 99.97 00:59:18 00:51:02 1 0.05 0.00 0.05 0.00 0.00 99.90 00:59:18 00:51:02 2 0.07 0.00 0.05 0.00 0.00 99.88 00:59:18 00:51:02 3 0.50 0.00 0.02 0.00 0.00 99.48 00:59:18 00:52:01 all 6.30 0.00 3.03 1.21 0.12 89.34 00:59:18 00:52:01 0 6.62 0.00 2.96 0.46 0.10 89.85 00:59:18 00:52:01 1 6.71 0.00 3.12 0.63 0.10 89.43 00:59:18 00:52:01 2 5.91 0.00 2.90 0.57 0.17 90.45 00:59:18 00:52:01 3 5.94 0.00 3.14 3.17 0.12 87.63 00:59:18 00:53:01 all 0.18 0.00 0.06 0.00 0.00 99.75 00:59:18 00:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:59:18 00:53:01 1 0.10 0.00 0.05 0.00 0.00 99.85 00:59:18 00:53:01 2 0.57 0.00 0.07 0.00 0.00 99.37 00:59:18 00:53:01 3 0.07 0.00 0.12 0.00 0.00 99.82 00:59:18 00:54:01 all 0.17 0.00 0.05 0.00 0.01 99.78 00:59:18 00:54:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:59:18 00:54:01 1 0.07 0.00 0.07 0.00 0.00 99.87 00:59:18 00:54:01 2 0.53 0.00 0.03 0.00 0.02 99.42 00:59:18 00:54:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:59:18 00:59:18 00:54:01 CPU %user %nice %system %iowait %steal %idle 00:59:18 00:55:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:59:18 00:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:59:18 00:55:01 1 0.05 0.00 0.05 0.00 0.02 99.88 00:59:18 00:55:01 2 0.50 0.00 0.03 0.00 0.00 99.47 00:59:18 00:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:59:18 00:56:01 all 0.18 0.00 0.05 0.00 0.00 99.77 00:59:18 00:56:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:59:18 00:56:01 1 0.22 0.00 0.08 0.00 0.00 99.70 00:59:18 00:56:01 2 0.43 0.00 0.02 0.00 0.02 99.53 00:59:18 00:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:59:18 00:57:01 all 0.06 0.00 0.04 0.00 0.00 99.90 00:59:18 00:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:59:18 00:57:01 1 0.12 0.00 0.05 0.00 0.00 99.83 00:59:18 00:57:01 2 0.05 0.00 0.08 0.00 0.00 99.87 00:59:18 00:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:59:18 00:58:01 all 0.11 0.00 0.05 0.00 0.00 99.84 00:59:18 00:58:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:59:18 00:58:01 1 0.32 0.00 0.07 0.00 0.00 99.62 00:59:18 00:58:01 2 0.07 0.00 0.07 0.00 0.00 99.87 00:59:18 00:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:59:18 00:59:01 all 2.80 0.00 1.73 1.28 0.03 94.15 00:59:18 00:59:01 0 2.13 0.00 1.53 0.49 0.03 95.82 00:59:18 00:59:01 1 3.66 0.00 1.79 0.99 0.03 93.53 00:59:18 00:59:01 2 2.91 0.00 2.09 2.88 0.03 92.08 00:59:18 00:59:01 3 2.48 0.00 1.52 0.77 0.03 95.19 00:59:18 Average: all 0.73 0.00 0.27 0.10 0.02 98.88 00:59:18 Average: 0 0.67 0.00 0.27 0.05 0.02 98.99 00:59:18 Average: 1 0.83 0.00 0.27 0.06 0.02 98.82 00:59:18 Average: 2 0.79 0.00 0.28 0.13 0.03 98.77 00:59:18 Average: 3 0.63 0.00 0.26 0.15 0.02 98.94 00:59:18 00:59:18 00:59:18