Pull request #483 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 61d74dadca82b70098a4bfd023f445b35a216679+6f19a0cc372da972f896d81446be19c81c22f58c (7f6c8027f92af57e4a9417d2bb8d5bcff763fe21) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[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: app-functions-sdk-go-settings PROJECT: app-functions-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false 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/v2 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-34 in /w/workspace/ndry_app-functions-sdk-go_PR-483 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout [Pipeline] } [Pipeline] // stage [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:34:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:34:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:34:42 ========================================================= 22:34:42 EdgeX Global Pipelines Version Info 22:34:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:34:45 ------------------- 22:34:45 stable info: 22:34:45 ------------------- 22:34:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:34:45 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:34:45 Message: update stable to v1.0.122 22:34:47 ------------------- 22:34:47 experimental info: 22:34:47 ------------------- 22:34:47 Commited By: **** collab-it+edgex@linuxfoundation.org 22:34:47 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 22:34:47 Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "amd64" skipped due to earlier failure(s) Stage "arm64" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Prep) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Test) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Build) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] stage [Pipeline] { (Docker Push) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] stage [Pipeline] { (Snap) Stage "amd64" skipped due to earlier failure(s) [Pipeline] } Stage "arm64" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } 22:34:49 Failed in branch amd64 [Pipeline] } 22:34:49 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 Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 22:34:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:34:53 ---> package-listing.sh 22:34:53 ++ tr '[:upper:]' '[:lower:]' 22:34:53 ++ facter osfamily 22:34:53 + OS_FAMILY=redhat 22:34:53 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-483 22:34:53 + START_PACKAGES=/tmp/packages_start.txt 22:34:53 + END_PACKAGES=/tmp/packages_end.txt 22:34:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:34:53 + PACKAGES=/tmp/packages_start.txt 22:34:53 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-483 ']' 22:34:53 + PACKAGES=/tmp/packages_end.txt 22:34:53 + case "${OS_FAMILY}" in 22:34:53 + rpm -qa 22:34:53 + sort 22:34:57 + '[' -f /tmp/packages_start.txt ']' 22:34:57 + '[' -f /tmp/packages_end.txt ']' 22:34:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:34:57 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-483 ']' 22:34:57 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-483/archives/ 22:34:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-483/archives/ [Pipeline] isUnix [Pipeline] sh 22:34:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:34:58 22:34:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:34:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:34:59 alpine: Pulling from edgex-lftools-log-publisher 22:34:59 df20fa9351a1: Pulling fs layer 22:34:59 36b3adc4ff6f: Pulling fs layer 22:34:59 8ad3a11d3b57: Pulling fs layer 22:34:59 46f8f816bc3b: Pulling fs layer 22:34:59 0dadc02b9964: Pulling fs layer 22:34:59 ce6a7cf60c04: Pulling fs layer 22:34:59 7a184a31f384: Pulling fs layer 22:34:59 0879bd2ef858: Pulling fs layer 22:34:59 0dadc02b9964: Waiting 22:34:59 ce6a7cf60c04: Waiting 22:34:59 7a184a31f384: Waiting 22:34:59 0879bd2ef858: Waiting 22:34:59 46f8f816bc3b: Waiting 22:34:59 36b3adc4ff6f: Verifying Checksum 22:34:59 36b3adc4ff6f: Download complete 22:34:59 46f8f816bc3b: Verifying Checksum 22:34:59 46f8f816bc3b: Download complete 22:34:59 df20fa9351a1: Download complete 22:34:59 ce6a7cf60c04: Verifying Checksum 22:34:59 ce6a7cf60c04: Download complete 22:34:59 7a184a31f384: Verifying Checksum 22:34:59 7a184a31f384: Download complete 22:34:59 0dadc02b9964: Verifying Checksum 22:34:59 0dadc02b9964: Download complete 22:34:59 8ad3a11d3b57: Verifying Checksum 22:34:59 8ad3a11d3b57: Download complete 22:34:59 df20fa9351a1: Pull complete 22:34:59 36b3adc4ff6f: Pull complete 22:35:00 0879bd2ef858: Verifying Checksum 22:35:00 0879bd2ef858: Download complete 22:35:00 8ad3a11d3b57: Pull complete 22:35:00 46f8f816bc3b: Pull complete 22:35:01 0dadc02b9964: Pull complete 22:35:01 ce6a7cf60c04: Pull complete 22:35:01 7a184a31f384: Pull complete 22:35:04 0879bd2ef858: Pull complete 22:35:04 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 22:35:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:35:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:35:04 prd-centos7-docker-4c-2g-34 does not seem to be running inside a container 22:35:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/ndry_app-functions-sdk-go_PR-483 -v /w/workspace/ndry_app-functions-sdk-go_PR-483:/w/workspace/ndry_app-functions-sdk-go_PR-483:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-483@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-483@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:35:08 $ docker top eae9063ef673448116b973bcab9d9263ee1130ab491e0f6635efaa91bc280b63 -eo pid,comm [Pipeline] { [Pipeline] sh 22:35:08 + mkdir -p /var/log/sa [Pipeline] sh 22:35:08 + ls /var/log/sa-host 22:35:08 + sadf -c /var/log/sa-host/sa05 22:35:08 file_magic: OK 22:35:08 HZ: Using current value: 100 22:35:08 file_header: OK 22:35:08 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 22:35:08 Statistics: 22:35:08 Hnuu...uuuununununu...Hnuu...uuuununununu... 22:35:08 File successfully converted to sysstat format version 12.2.1 22:35:08 + sadf -c /var/log/sa-host/sa16 22:35:08 file_magic: OK 22:35:08 HZ: Using current value: 100 22:35:08 file_header: OK 22:35:08 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 22:35:08 Statistics: 22:35:08 HRHnuu...uuuununununu... 22:35:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:35:08 provisioning config files... 22:35:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-483@tmp/config824120197435161096tmp [Pipeline] { [Pipeline] echo 22:35:09 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:35:09 ---> create-netrc.sh [Pipeline] echo 22:35:09 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:35:09 ---> logs-deploy.sh 22:35:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-483/4 22:35:09 INFO: archiving workspace using pattern(s): 22:35:11 Archives upload complete. 22:35:11 INFO: archiving logs to Nexus 22:35:12 ---> uname -a: 22:35:12 Linux eae9063ef673 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 22:35:12 22:35:12 22:35:12 ---> lscpu: 22:35:12 Architecture: x86_64 22:35:12 CPU op-mode(s): 32-bit, 64-bit 22:35:12 Byte Order: Little Endian 22:35:12 Address sizes: 40 bits physical, 48 bits virtual 22:35:12 CPU(s): 4 22:35:12 On-line CPU(s) list: 0-3 22:35:12 Thread(s) per core: 1 22:35:12 Core(s) per socket: 1 22:35:12 Socket(s): 4 22:35:12 NUMA node(s): 1 22:35:12 Vendor ID: GenuineIntel 22:35:12 CPU family: 6 22:35:12 Model: 44 22:35:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:35:12 Stepping: 1 22:35:12 CPU MHz: 2933.396 22:35:12 BogoMIPS: 5866.79 22:35:12 Virtualization: VT-x 22:35:12 Hypervisor vendor: KVM 22:35:12 Virtualization type: full 22:35:12 L1d cache: 128 KiB 22:35:12 L1i cache: 128 KiB 22:35:12 L2 cache: 16 MiB 22:35:12 L3 cache: 64 MiB 22:35:12 NUMA node0 CPU(s): 0-3 22:35:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:35:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:35:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:35:12 Vulnerability Meltdown: Mitigation; PTI 22:35:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:35:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:35:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:35:12 Vulnerability Tsx async abort: Not affected 22:35:12 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 22:35:12 22:35:12 22:35:12 ---> nproc: 22:35:12 4 22:35:12 22:35:12 22:35:12 ---> df -h: 22:35:12 Filesystem Size Used Available Use% Mounted on 22:35:12 overlay 50.0G 6.9G 43.1G 14% / 22:35:12 tmpfs 64.0M 0 64.0M 0% /dev 22:35:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:35:12 shm 64.0M 0 64.0M 0% /dev/shm 22:35:12 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf 22:35:12 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname 22:35:12 /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts 22:35:12 /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host 22:35:12 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/ndry_app-functions-sdk-go_PR-483 22:35:12 /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/ndry_app-functions-sdk-go_PR-483@tmp 22:35:12 22:35:12 22:35:12 ---> free -m: 22:35:12 total used free shared buff/cache available 22:35:12 Mem: 1837 612 101 0 1124 1117 22:35:12 Swap: 1023 1 1022 22:35:12 22:35:12 22:35:12 ---> ip addr: 22:35:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:35:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:35:12 inet 127.0.0.1/8 scope host lo 22:35:12 valid_lft forever preferred_lft forever 22:35:12 4: eth0@if5: mtu 1458 qdisc noqueue state UP 22:35:12 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 22:35:12 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 22:35:12 valid_lft forever preferred_lft forever 22:35:12 22:35:12 22:35:12 ---> sar -b -r -n DEV: 22:35:12 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 22:35:12 22:35:12 22:34:02 LINUX RESTART (4 CPU) 22:35:12 22:35:12 22:35:12 ---> sar -P ALL: 22:35:12 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/16/20 _x86_64_ (4 CPU) 22:35:12 22:35:12 22:34:02 LINUX RESTART (4 CPU) 22:35:12 22:35:12 22:35:12