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 [2021-02-09T00:51:29.604Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T00:51:29.877Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T00:51:29.981Z] ========================================================= [2021-02-09T00:51:29.981Z] EdgeX Global Pipelines Version Info [2021-02-09T00:51:29.981Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:51:31.429Z] ------------------- [2021-02-09T00:51:31.429Z] stable info: [2021-02-09T00:51:31.429Z] ------------------- [2021-02-09T00:51:31.429Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T00:51:31.429Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T00:51:31.429Z] Message: update stable to v1.0.179 [2021-02-09T00:51:32.402Z] ------------------- [2021-02-09T00:51:32.402Z] experimental info: [2021-02-09T00:51:32.402Z] ------------------- [2021-02-09T00:51:32.402Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T00:51:32.402Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T00:51:32.402Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T00:51:32.699Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2021-02-09T00:51:32.802Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2021-02-09T00:51:32.904Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T00:51:32.992Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T00:51:33.080Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T00:51:33.210Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T00:51:33.302Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T00:51:33.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T00:51:33.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-09T00:51:33.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T00:51:33.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T00:51:33.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2021-02-09T00:51:33.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T00:51:33.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T00:51:34.049Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T00:51:34.135Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T00:51:34.223Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-09T00:51:34.308Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-09T00:51:34.391Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T00:51:34.503Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T00:51:34.621Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-09T00:51:34.702Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-09T00:51:34.790Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-09T00:51:34.898Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-09T00:51:34.985Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-09T00:51:35.067Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T00:51:35.179Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T00:51:35.285Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-171 [Pipeline] echo [2021-02-09T00:51:35.368Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-171 [Pipeline] echo [2021-02-09T00:51:35.452Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-171 [Pipeline] echo [2021-02-09T00:51:35.539Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0a0a4024bd2bc0009cf63ecac8f1739ccb0af896 [Pipeline] echo [2021-02-09T00:51:35.628Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0a0a402 [Pipeline] echo [2021-02-09T00:51:35.719Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T00:51:35.894Z] provisioning config files... [2021-02-09T00:51:35.924Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/config948077885789186384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:51:36.281Z] ---> docker-login.sh [2021-02-09T00:51:36.281Z] nexus3.edgexfoundry.org:10001 [2021-02-09T00:51:36.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:51:36.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:51:36.810Z] Configure a credential helper to remove this warning. See [2021-02-09T00:51:36.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:51:36.810Z] [2021-02-09T00:51:36.810Z] Login Succeeded [2021-02-09T00:51:36.810Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:51:36.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:51:36.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:51:36.810Z] Configure a credential helper to remove this warning. See [2021-02-09T00:51:36.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:51:36.810Z] [2021-02-09T00:51:36.810Z] Login Succeeded [2021-02-09T00:51:36.810Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:51:37.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:51:37.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:51:37.073Z] Configure a credential helper to remove this warning. See [2021-02-09T00:51:37.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:51:37.073Z] [2021-02-09T00:51:37.073Z] Login Succeeded [2021-02-09T00:51:37.073Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:51:37.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:51:37.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:51:37.335Z] Configure a credential helper to remove this warning. See [2021-02-09T00:51:37.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:51:37.335Z] [2021-02-09T00:51:37.335Z] Login Succeeded [2021-02-09T00:51:37.335Z] docker.io [2021-02-09T00:51:37.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:51:37.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:51:37.597Z] Configure a credential helper to remove this warning. See [2021-02-09T00:51:37.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:51:37.597Z] [2021-02-09T00:51:37.597Z] Login Succeeded [2021-02-09T00:51:37.597Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:51:37.606Z] 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 [2021-02-09T00:51:38.547Z] + git log --format=format:%s -1 0a0a4024bd2bc0009cf63ecac8f1739ccb0af896 [Pipeline] echo [2021-02-09T00:51:38.628Z] GIT_COMMIT: 0a0a4024bd2bc0009cf63ecac8f1739ccb0af896, Commit Message: Merge commit '9554146ac767a316102827058dd0818d8a8edfd8' into HEAD [Pipeline] echo [2021-02-09T00:51:38.680Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:51:39.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:51:39.702Z] [2021-02-09T00:51:39.702Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:51:40.053Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:51:40.053Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T00:51:40.053Z] 31603596830f: Pulling fs layer [2021-02-09T00:51:40.053Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T00:51:40.053Z] 6ca5941a6612: Pulling fs layer [2021-02-09T00:51:40.053Z] ecc8261a40a4: Pulling fs layer [2021-02-09T00:51:40.053Z] ecc8261a40a4: Waiting [2021-02-09T00:51:40.053Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T00:51:40.053Z] 2a8b12db71e7: Download complete [2021-02-09T00:51:40.327Z] 31603596830f: Verifying Checksum [2021-02-09T00:51:40.327Z] 31603596830f: Download complete [2021-02-09T00:51:40.327Z] 6ca5941a6612: Verifying Checksum [2021-02-09T00:51:40.327Z] 6ca5941a6612: Download complete [2021-02-09T00:51:40.327Z] ecc8261a40a4: Verifying Checksum [2021-02-09T00:51:40.327Z] ecc8261a40a4: Download complete [2021-02-09T00:51:40.595Z] 31603596830f: Pull complete [2021-02-09T00:51:40.865Z] 2a8b12db71e7: Pull complete [2021-02-09T00:51:41.815Z] 6ca5941a6612: Pull complete [2021-02-09T00:51:41.815Z] ecc8261a40a4: Pull complete [2021-02-09T00:51:41.815Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T00:51:41.815Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:51:41.815Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T00:51:41.930Z] prd-centos7-docker-4c-2g-25669 does not seem to be running inside a container [2021-02-09T00:51:41.981Z] $ 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 [2021-02-09T00:51:44.317Z] $ docker top 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T00:51:44.782Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T00:51:44.782Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T00:51:45.036Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T00:51:45.042Z] $ docker exec 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 ssh-agent [2021-02-09T00:51:45.249Z] SSH_AUTH_SOCK=/tmp/ssh-YQARzmvEDM33/agent.11 [2021-02-09T00:51:45.249Z] SSH_AGENT_PID=16 [2021-02-09T00:51:45.263Z] Running ssh-add (command line suppressed) [2021-02-09T00:51:45.391Z] 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) [2021-02-09T00:51:45.451Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T00:51:45.798Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T00:51:45.820Z] $ docker exec --env ******** --env ******** 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 ssh-agent -k [2021-02-09T00:51:45.957Z] unset SSH_AUTH_SOCK; [2021-02-09T00:51:45.957Z] unset SSH_AGENT_PID; [2021-02-09T00:51:45.957Z] echo Agent pid 16 killed; [2021-02-09T00:51:46.006Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T00:51:46.173Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T00:51:46.173Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T00:51:46.347Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T00:51:46.350Z] $ docker exec 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 ssh-agent [2021-02-09T00:51:46.524Z] SSH_AUTH_SOCK=/tmp/ssh-16EBjMypxf8L/agent.46 [2021-02-09T00:51:46.524Z] SSH_AGENT_PID=51 [2021-02-09T00:51:46.532Z] Running ssh-add (command line suppressed) [2021-02-09T00:51:46.654Z] 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) [2021-02-09T00:51:46.711Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T00:51:47.052Z] + git semver init [2021-02-09T00:51:47.052Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T00:51:47.052Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-171/.git [2021-02-09T00:51:47.052Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-171 [2021-02-09T00:51:47.052Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T00:51:47.052Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T00:51:47.052Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T00:51:47.052Z] # $SEMVER_BRANCH = PR-171 [2021-02-09T00:51:47.052Z] # $SEMVER_TEMP = /tmp/semver-124194949 [2021-02-09T00:51:47.052Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2021-02-09T00:51:47.630Z] # '/tmp/semver-124194949' -> '/w/workspace/xfoundry_device-modbus-go_PR-171/.semver' [2021-02-09T00:51:47.630Z] # -> Force: false [2021-02-09T00:51:47.630Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-171/.semver [Pipeline] } [2021-02-09T00:51:47.643Z] $ docker exec --env ******** --env ******** 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 ssh-agent -k [2021-02-09T00:51:47.768Z] unset SSH_AUTH_SOCK; [2021-02-09T00:51:47.768Z] unset SSH_AGENT_PID; [2021-02-09T00:51:47.769Z] echo Agent pid 51 killed; [2021-02-09T00:51:47.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T00:51:48.309Z] + git semver [Pipeline] } [2021-02-09T00:51:48.328Z] $ docker stop --time=1 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 [2021-02-09T00:51:49.699Z] $ docker rm -f 290ee1313debdc0aa460573e1659de1f0b5aacce9cf43abd2ced573a8a0318a4 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:51:50.178Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T00:51:50.574Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T00:51:50.577Z] [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 [2021-02-09T00:52:06.213Z] Still waiting to schedule task [2021-02-09T00:52:06.213Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-09T00:52:06.215Z] Still waiting to schedule task [2021-02-09T00:52:06.215Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-09T00:56:15.405Z] Running on prd-centos7-docker-4c-2g-25685 in /w/workspace/xfoundry_device-modbus-go_PR-171 [Pipeline] { [Pipeline] ws [2021-02-09T00:56:15.460Z] Running in /w/workspace/device-modbus-go/17 [Pipeline] { [Pipeline] checkout [2021-02-09T00:56:18.050Z] using credential edgex-jenkins-ssh [2021-02-09T00:56:18.106Z] Cloning the remote Git repository [2021-02-09T00:56:18.044Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-02-09T00:56:18.128Z] > git init /w/workspace/device-modbus-go/17 # timeout=10 [2021-02-09T00:56:18.195Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-02-09T00:56:18.196Z] > git --version # timeout=10 [2021-02-09T00:56:18.205Z] > git --version # 'git version 2.24.3' [2021-02-09T00:56:18.206Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:56:18.238Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:56:19.336Z] Merging remotes/origin/master commit 9554146ac767a316102827058dd0818d8a8edfd8 into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 [2021-02-09T00:56:19.434Z] Merge succeeded, producing d28153aa7c116606672027b37f98661e67f8731c [2021-02-09T00:56:19.434Z] Checking out Revision d28153aa7c116606672027b37f98661e67f8731c (PR-171) [2021-02-09T00:56:18.802Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-02-09T00:56:18.811Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:56:18.826Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-02-09T00:56:18.839Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-02-09T00:56:18.840Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:56:18.844Z] > 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 [2021-02-09T00:56:19.344Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:56:19.349Z] > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # timeout=10 [2021-02-09T00:56:19.382Z] > git remote # timeout=10 [2021-02-09T00:56:19.388Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T00:56:19.394Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:56:19.399Z] > git merge 9554146ac767a316102827058dd0818d8a8edfd8 # timeout=10 [2021-02-09T00:56:19.426Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T00:56:19.436Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:56:19.443Z] > git checkout -f d28153aa7c116606672027b37f98661e67f8731c # timeout=10 [2021-02-09T00:56:23.080Z] Commit message: "Merge commit '9554146ac767a316102827058dd0818d8a8edfd8' into HEAD" [2021-02-09T00:56:23.091Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T00:56:23.083Z] > git rev-list --no-walk beaa067395dc1bc9794a3ebae19e26ad9a548cfc # timeout=10 [2021-02-09T00:56:24.304Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:56:24.648Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:56:24.952Z] + sudo service docker restart [2021-02-09T00:56:24.952Z] + true [2021-02-09T00:56:24.952Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T00:56:26.442Z] provisioning config files... [2021-02-09T00:56:26.473Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/17@tmp/config4294463653115812967tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:56:26.823Z] ---> docker-login.sh [2021-02-09T00:56:26.823Z] nexus3.edgexfoundry.org:10001 [2021-02-09T00:56:27.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:56:27.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:56:27.085Z] Configure a credential helper to remove this warning. See [2021-02-09T00:56:27.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:56:27.085Z] [2021-02-09T00:56:27.085Z] Login Succeeded [2021-02-09T00:56:27.085Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:56:27.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:56:27.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:56:27.351Z] Configure a credential helper to remove this warning. See [2021-02-09T00:56:27.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:56:27.351Z] [2021-02-09T00:56:27.351Z] Login Succeeded [2021-02-09T00:56:27.351Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:56:27.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:56:27.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:56:27.618Z] Configure a credential helper to remove this warning. See [2021-02-09T00:56:27.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:56:27.618Z] [2021-02-09T00:56:27.618Z] Login Succeeded [2021-02-09T00:56:27.618Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:56:27.618Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:56:27.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:56:27.885Z] Configure a credential helper to remove this warning. See [2021-02-09T00:56:27.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:56:27.885Z] [2021-02-09T00:56:27.885Z] Login Succeeded [2021-02-09T00:56:27.885Z] docker.io [2021-02-09T00:56:27.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:56:28.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:56:28.148Z] Configure a credential helper to remove this warning. See [2021-02-09T00:56:28.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:56:28.148Z] [2021-02-09T00:56:28.148Z] Login Succeeded [2021-02-09T00:56:28.148Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:56:28.158Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T00:56:28.525Z] ========================================================= [2021-02-09T00:56:28.525Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T00:56:28.525Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:56:28.728Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25684 in /w/workspace/xfoundry_device-modbus-go_PR-171 [Pipeline] { [Pipeline] ws [2021-02-09T00:56:28.781Z] Running in /w/workspace/device-modbus-go/17 [Pipeline] { [Pipeline] checkout [2021-02-09T00:56:28.871Z] + 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 . [2021-02-09T00:56:28.872Z] Sending build context to Docker daemon 631.3kB [2021-02-09T00:56:28.872Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T00:56:28.872Z] Step 2/8 : FROM ${BASE} [2021-02-09T00:56:29.136Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T00:56:29.136Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T00:56:29.136Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T00:56:29.136Z] de9db76c5a1d: Pulling fs layer [2021-02-09T00:56:29.136Z] bca2f99d35d6: Pulling fs layer [2021-02-09T00:56:29.136Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T00:56:29.136Z] 7c6f9722023f: Pulling fs layer [2021-02-09T00:56:29.136Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T00:56:29.136Z] bca2f99d35d6: Waiting [2021-02-09T00:56:29.136Z] 93359f2a8cfa: Waiting [2021-02-09T00:56:29.136Z] 7c6f9722023f: Waiting [2021-02-09T00:56:29.136Z] a35cf1a2eb13: Waiting [2021-02-09T00:56:29.136Z] de9db76c5a1d: Verifying Checksum [2021-02-09T00:56:29.136Z] de9db76c5a1d: Download complete [2021-02-09T00:56:29.136Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T00:56:29.136Z] 0ef7d3d256c8: Download complete [2021-02-09T00:56:29.136Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T00:56:29.136Z] 93359f2a8cfa: Download complete [2021-02-09T00:56:29.136Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T00:56:29.136Z] 188c0c94c7c5: Download complete [2021-02-09T00:56:29.136Z] 7c6f9722023f: Verifying Checksum [2021-02-09T00:56:29.136Z] 7c6f9722023f: Download complete [2021-02-09T00:56:29.399Z] 188c0c94c7c5: Pull complete [2021-02-09T00:56:29.663Z] 0ef7d3d256c8: Pull complete [2021-02-09T00:56:29.663Z] de9db76c5a1d: Pull complete [2021-02-09T00:56:31.059Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T00:56:31.059Z] a35cf1a2eb13: Download complete [2021-02-09T00:56:32.008Z] bca2f99d35d6: Verifying Checksum [2021-02-09T00:56:32.008Z] bca2f99d35d6: Download complete [2021-02-09T00:56:33.982Z] using credential edgex-jenkins-ssh [2021-02-09T00:56:34.045Z] Cloning the remote Git repository [2021-02-09T00:56:34.116Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-02-09T00:56:34.239Z] > git init /w/workspace/device-modbus-go/17 # timeout=10 [2021-02-09T00:56:34.329Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-02-09T00:56:34.330Z] > git --version # timeout=10 [2021-02-09T00:56:34.346Z] > git --version # 'git version 2.17.1' [2021-02-09T00:56:34.347Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:56:34.434Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:56:35.948Z] Merging remotes/origin/master commit 9554146ac767a316102827058dd0818d8a8edfd8 into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 [2021-02-09T00:56:36.237Z] Merge succeeded, producing 404b63400179cfc0daa7cc022378e281694c114b [2021-02-09T00:56:36.237Z] Checking out Revision 404b63400179cfc0daa7cc022378e281694c114b (PR-171) [2021-02-09T00:56:35.181Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-02-09T00:56:35.217Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:56:35.261Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-02-09T00:56:35.306Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-02-09T00:56:35.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:56:35.317Z] > 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 [2021-02-09T00:56:35.985Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:56:36.010Z] > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # timeout=10 [2021-02-09T00:56:36.110Z] > git remote # timeout=10 [2021-02-09T00:56:36.132Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T00:56:36.159Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:56:36.171Z] > git merge 9554146ac767a316102827058dd0818d8a8edfd8 # timeout=10 [2021-02-09T00:56:36.236Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T00:56:36.259Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:56:36.273Z] > git checkout -f 404b63400179cfc0daa7cc022378e281694c114b # timeout=10 [2021-02-09T00:56:38.662Z] bca2f99d35d6: Pull complete [2021-02-09T00:56:38.663Z] 93359f2a8cfa: Pull complete [2021-02-09T00:56:38.663Z] 7c6f9722023f: Pull complete [2021-02-09T00:56:40.577Z] Commit message: "Merge commit '9554146ac767a316102827058dd0818d8a8edfd8' into HEAD" [2021-02-09T00:56:40.603Z] First time build. Skipping changelog. [2021-02-09T00:56:40.601Z] > git rev-list --no-walk beaa067395dc1bc9794a3ebae19e26ad9a548cfc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T00:56:42.033Z] a35cf1a2eb13: Pull complete [2021-02-09T00:56:42.033Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T00:56:42.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T00:56:42.033Z] ---> a62c8e92a672 [2021-02-09T00:56:42.033Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-02-09T00:56:42.033Z] ---> Running in afb3dc0021a9 [2021-02-09T00:56:42.168Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:56:42.297Z] Removing intermediate container afb3dc0021a9 [2021-02-09T00:56:42.297Z] ---> a699e1741999 [2021-02-09T00:56:42.297Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:56:42.297Z] ---> Running in f644037da60f [2021-02-09T00:56:42.573Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:56:42.912Z] + sudo service docker restart [2021-02-09T00:56:42.912Z] + true [2021-02-09T00:56:43.703Z] Removing intermediate container f644037da60f [2021-02-09T00:56:43.704Z] ---> 3f22878aed24 [2021-02-09T00:56:43.704Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-02-09T00:56:43.704Z] ---> Running in d251efdff403 [2021-02-09T00:56:44.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:56:45.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T00:56:45.603Z] provisioning config files... [2021-02-09T00:56:45.640Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/17@tmp/config2214000648228120779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:56:45.808Z] (1/14) Installing libmagic (5.38-r0) [2021-02-09T00:56:46.052Z] ---> docker-login.sh [2021-02-09T00:56:46.053Z] nexus3.edgexfoundry.org:10001 [2021-02-09T00:56:46.383Z] (2/14) Installing file (5.38-r0) [2021-02-09T00:56:46.383Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-02-09T00:56:46.649Z] (4/14) Installing g++ (9.3.0-r2) [2021-02-09T00:56:46.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:56:47.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:56:47.260Z] Configure a credential helper to remove this warning. See [2021-02-09T00:56:47.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:56:47.260Z] [2021-02-09T00:56:47.260Z] Login Succeeded [2021-02-09T00:56:47.260Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:56:47.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:56:47.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:56:47.539Z] Configure a credential helper to remove this warning. See [2021-02-09T00:56:47.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:56:47.539Z] [2021-02-09T00:56:47.539Z] Login Succeeded [2021-02-09T00:56:47.539Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:56:48.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:56:48.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:56:48.162Z] Configure a credential helper to remove this warning. See [2021-02-09T00:56:48.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:56:48.162Z] [2021-02-09T00:56:48.162Z] Login Succeeded [2021-02-09T00:56:48.162Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:56:48.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:56:48.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:56:48.718Z] Configure a credential helper to remove this warning. See [2021-02-09T00:56:48.718Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:56:48.718Z] [2021-02-09T00:56:48.718Z] Login Succeeded [2021-02-09T00:56:48.718Z] docker.io [2021-02-09T00:56:48.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:56:49.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:56:49.593Z] Configure a credential helper to remove this warning. See [2021-02-09T00:56:49.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:56:49.593Z] [2021-02-09T00:56:49.593Z] Login Succeeded [2021-02-09T00:56:49.593Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:56:49.611Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T00:56:50.029Z] ========================================================= [2021-02-09T00:56:50.029Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T00:56:50.029Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:56:50.520Z] + 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 . [2021-02-09T00:56:50.793Z] Sending build context to Docker daemon 630.8kB [2021-02-09T00:56:50.793Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T00:56:50.793Z] Step 2/8 : FROM ${BASE} [2021-02-09T00:56:51.065Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T00:56:51.065Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T00:56:51.065Z] a4357932f1b6: Pulling fs layer [2021-02-09T00:56:51.065Z] 18c013af1878: Pulling fs layer [2021-02-09T00:56:51.065Z] 00ac8860ef70: Pulling fs layer [2021-02-09T00:56:51.065Z] 63d7cb157983: Pulling fs layer [2021-02-09T00:56:51.065Z] b116817d02f9: Pulling fs layer [2021-02-09T00:56:51.065Z] 745a02a5169b: Pulling fs layer [2021-02-09T00:56:51.065Z] 00ac8860ef70: Waiting [2021-02-09T00:56:51.065Z] 63d7cb157983: Waiting [2021-02-09T00:56:51.065Z] b116817d02f9: Waiting [2021-02-09T00:56:51.065Z] 745a02a5169b: Waiting [2021-02-09T00:56:51.065Z] 18c013af1878: Verifying Checksum [2021-02-09T00:56:51.065Z] 18c013af1878: Download complete [2021-02-09T00:56:51.065Z] a4357932f1b6: Verifying Checksum [2021-02-09T00:56:51.065Z] a4357932f1b6: Download complete [2021-02-09T00:56:51.065Z] 63d7cb157983: Verifying Checksum [2021-02-09T00:56:51.065Z] 63d7cb157983: Download complete [2021-02-09T00:56:51.065Z] b116817d02f9: Verifying Checksum [2021-02-09T00:56:51.065Z] b116817d02f9: Download complete [2021-02-09T00:56:51.065Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T00:56:51.065Z] 5f621e34cdf4: Download complete [2021-02-09T00:56:52.052Z] 5f621e34cdf4: Pull complete [2021-02-09T00:56:52.664Z] a4357932f1b6: Pull complete [2021-02-09T00:56:52.939Z] 18c013af1878: Pull complete [2021-02-09T00:56:53.536Z] 745a02a5169b: Verifying Checksum [2021-02-09T00:56:53.536Z] 745a02a5169b: Download complete [2021-02-09T00:56:54.520Z] 00ac8860ef70: Verifying Checksum [2021-02-09T00:56:54.520Z] 00ac8860ef70: Download complete [2021-02-09T00:57:04.702Z] 00ac8860ef70: Pull complete [2021-02-09T00:57:04.818Z] (5/14) Installing fortify-headers (1.1-r0) [2021-02-09T00:57:04.818Z] (6/14) Installing patch (2.7.6-r6) [2021-02-09T00:57:04.818Z] (7/14) Installing build-base (0.5-r2) [2021-02-09T00:57:04.818Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-02-09T00:57:04.818Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-02-09T00:57:04.818Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-02-09T00:57:04.976Z] 63d7cb157983: Pull complete [2021-02-09T00:57:05.081Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-02-09T00:57:05.081Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-02-09T00:57:05.081Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-02-09T00:57:05.573Z] b116817d02f9: Pull complete [2021-02-09T00:57:05.656Z] (14/14) Installing openssh (8.3_p1-r1) [2021-02-09T00:57:06.240Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:57:06.240Z] OK: 237 MiB in 53 packages [2021-02-09T00:57:08.817Z] Removing intermediate container d251efdff403 [2021-02-09T00:57:08.817Z] ---> bd08dd60bf71 [2021-02-09T00:57:08.817Z] Step 6/8 : WORKDIR /device-modbus-go [2021-02-09T00:57:08.817Z] ---> Running in efa13cab9464 [2021-02-09T00:57:08.987Z] 745a02a5169b: Pull complete [2021-02-09T00:57:08.987Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T00:57:08.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T00:57:08.987Z] ---> b7e6874047d6 [2021-02-09T00:57:08.987Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2021-02-09T00:57:09.079Z] Removing intermediate container efa13cab9464 [2021-02-09T00:57:09.079Z] ---> 7e08871ec799 [2021-02-09T00:57:09.079Z] Step 7/8 : COPY . . [2021-02-09T00:57:10.035Z] ---> 5644d55e826a [2021-02-09T00:57:10.035Z] Step 8/8 : RUN go mod download [2021-02-09T00:57:10.036Z] ---> Running in a6a1e0a1ffa5 [2021-02-09T00:57:12.380Z] ---> Running in 29aec419247c [2021-02-09T00:57:12.380Z] Removing intermediate container 29aec419247c [2021-02-09T00:57:12.380Z] ---> 8597ff99cb7d [2021-02-09T00:57:12.380Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-09T00:57:12.655Z] ---> Running in 9406c02ee414 [2021-02-09T00:57:15.292Z] Removing intermediate container 9406c02ee414 [2021-02-09T00:57:15.292Z] ---> 1d76c23fa81f [2021-02-09T00:57:15.292Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2021-02-09T00:57:15.292Z] ---> Running in 363dc39045be [2021-02-09T00:57:16.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:57:16.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:57:17.848Z] (1/14) Installing libmagic (5.38-r0) [2021-02-09T00:57:17.848Z] (2/14) Installing file (5.38-r0) [2021-02-09T00:57:18.120Z] (3/14) Installing libc-dev (0.7.2-r3) [2021-02-09T00:57:18.120Z] (4/14) Installing g++ (9.3.0-r2) [2021-02-09T00:57:21.506Z] (5/14) Installing fortify-headers (1.1-r0) [2021-02-09T00:57:21.506Z] (6/14) Installing patch (2.7.6-r6) [2021-02-09T00:57:21.506Z] (7/14) Installing build-base (0.5-r2) [2021-02-09T00:57:21.506Z] (8/14) Installing openssh-keygen (8.3_p1-r1) [2021-02-09T00:57:21.506Z] (9/14) Installing libedit (20191231.3.1-r0) [2021-02-09T00:57:21.779Z] (10/14) Installing openssh-client (8.3_p1-r1) [2021-02-09T00:57:22.050Z] (11/14) Installing openssh-sftp-server (8.3_p1-r1) [2021-02-09T00:57:22.320Z] (12/14) Installing openssh-server-common (8.3_p1-r1) [2021-02-09T00:57:22.320Z] (13/14) Installing openssh-server (8.3_p1-r1) [2021-02-09T00:57:22.320Z] (14/14) Installing openssh (8.3_p1-r1) [2021-02-09T00:57:22.599Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:57:22.599Z] OK: 221 MiB in 53 packages [2021-02-09T00:57:26.959Z] Removing intermediate container 363dc39045be [2021-02-09T00:57:26.959Z] ---> 3f0fbe189b4d [2021-02-09T00:57:26.959Z] Step 6/8 : WORKDIR /device-modbus-go [2021-02-09T00:57:26.959Z] ---> Running in e7cbda6567db [2021-02-09T00:57:27.242Z] Removing intermediate container e7cbda6567db [2021-02-09T00:57:27.242Z] ---> 6a67b7363fbf [2021-02-09T00:57:27.243Z] Step 7/8 : COPY . . [2021-02-09T00:57:28.250Z] ---> 880b403324de [2021-02-09T00:57:28.250Z] Step 8/8 : RUN go mod download [2021-02-09T00:57:28.250Z] ---> Running in 09faf54640a5 [2021-02-09T00:57:32.074Z] Removing intermediate container a6a1e0a1ffa5 [2021-02-09T00:57:32.074Z] ---> 736638fe4dc7 [2021-02-09T00:57:32.074Z] Successfully built 736638fe4dc7 [2021-02-09T00:57:32.074Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:57:32.394Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T00:57:32.394Z] . [Pipeline] withDockerContainer [2021-02-09T00:57:32.669Z] prd-centos7-docker-4c-2g-25685 does not seem to be running inside a container [2021-02-09T00:57:32.810Z] $ 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 [2021-02-09T00:57:33.760Z] $ docker top 8ee64930256f13e81940f4a13ebff9e161ac08ebc9ce3be610abf62a34168f71 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:57:34.269Z] + go version [2021-02-09T00:57:34.269Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T00:57:34.284Z] $ docker stop --time=1 8ee64930256f13e81940f4a13ebff9e161ac08ebc9ce3be610abf62a34168f71 [2021-02-09T00:57:35.650Z] $ docker rm -f 8ee64930256f13e81940f4a13ebff9e161ac08ebc9ce3be610abf62a34168f71 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:57:36.479Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T00:57:36.479Z] . [Pipeline] withDockerContainer [2021-02-09T00:57:36.584Z] prd-centos7-docker-4c-2g-25685 does not seem to be running inside a container [2021-02-09T00:57:36.635Z] $ 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 [2021-02-09T00:57:37.307Z] $ docker top a3c0be2ced9885f15085d2cfac8ebbf0d37ce16ede6232a639684cf006992343 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:57:37.842Z] + make test [2021-02-09T00:57:37.842Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-09T00:57:39.278Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2021-02-09T00:57:50.539Z] Removing intermediate container 09faf54640a5 [2021-02-09T00:57:50.539Z] ---> be4d9f97bf84 [2021-02-09T00:57:50.539Z] Successfully built be4d9f97bf84 [2021-02-09T00:57:50.539Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:57:50.887Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T00:57:50.888Z] . [Pipeline] withDockerContainer [2021-02-09T00:57:51.118Z] prd-ubuntu18.04-docker-arm64-4c-16g-25684 does not seem to be running inside a container [2021-02-09T00:57:51.230Z] $ 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 [2021-02-09T00:57:51.666Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2021-02-09T00:57:51.667Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.280s coverage: 50.2% of statements [2021-02-09T00:57:51.667Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-09T00:57:52.626Z] $ docker top 05814edcedb2adbc9641104ecb3904e5e3c814cd591759d7879407c7d5f93a93 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:57:53.599Z] + go version [2021-02-09T00:57:53.599Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T00:57:53.619Z] gofmt -l . [2021-02-09T00:57:53.619Z] internal/driver/config.go [2021-02-09T00:57:53.619Z] internal/driver/config_test.go [2021-02-09T00:57:53.619Z] internal/driver/protocolpropertykey.go [2021-02-09T00:57:53.619Z] [ "`gofmt -l .`" = "" ] [2021-02-09T00:57:53.619Z] make: *** [Makefile:27: test] Error 1 [2021-02-09T00:57:53.655Z] $ docker stop --time=1 05814edcedb2adbc9641104ecb3904e5e3c814cd591759d7879407c7d5f93a93 [2021-02-09T00:57:55.549Z] $ docker rm -f 05814edcedb2adbc9641104ecb3904e5e3c814cd591759d7879407c7d5f93a93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-02-09T00:57:55.827Z] $ docker stop --time=1 a3c0be2ced9885f15085d2cfac8ebbf0d37ce16ede6232a639684cf006992343 [2021-02-09T00:57:58.277Z] $ 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 [2021-02-09T00:57:59.792Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T00:57:59.792Z] . [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T00:57:59.894Z] Failed in branch amd64 [Pipeline] withDockerContainer [2021-02-09T00:58:00.151Z] prd-ubuntu18.04-docker-arm64-4c-16g-25684 does not seem to be running inside a container [2021-02-09T00:58:00.265Z] $ 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 [2021-02-09T00:58:01.860Z] $ docker top 43e48bcc262f086e234c2f87edfc887018b6b6302eb0b81175fe1fb34dcc1c9a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:58:02.896Z] + make test [2021-02-09T00:58:02.896Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-09T00:58:03.887Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2021-02-09T00:58:42.978Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2021-02-09T00:58:42.978Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.580s coverage: 50.2% of statements [2021-02-09T00:58:42.978Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-02-09T00:58:43.569Z] gofmt -l . [2021-02-09T00:58:43.570Z] internal/driver/config.go [2021-02-09T00:58:43.570Z] internal/driver/config_test.go [2021-02-09T00:58:43.840Z] internal/driver/protocolpropertykey.go [2021-02-09T00:58:43.840Z] [ "`gofmt -l .`" = "" ] [2021-02-09T00:58:43.840Z] make: *** [Makefile:27: test] Error 1 [Pipeline] } [2021-02-09T00:58:43.909Z] $ docker stop --time=1 43e48bcc262f086e234c2f87edfc887018b6b6302eb0b81175fe1fb34dcc1c9a [2021-02-09T00:58:46.095Z] $ 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] } [2021-02-09T00:58:47.819Z] 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 [2021-02-09T00:58:50.533Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:58:51.113Z] ---> package-listing.sh [2021-02-09T00:58:51.113Z] ++ facter osfamily [2021-02-09T00:58:51.113Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T00:58:51.113Z] + OS_FAMILY=redhat [2021-02-09T00:58:51.113Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-171 [2021-02-09T00:58:51.113Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T00:58:51.113Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T00:58:51.113Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T00:58:51.113Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T00:58:51.113Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-171 ']' [2021-02-09T00:58:51.113Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T00:58:51.113Z] + case "${OS_FAMILY}" in [2021-02-09T00:58:51.113Z] + rpm -qa [2021-02-09T00:58:51.113Z] + sort [2021-02-09T00:58:56.439Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T00:58:56.439Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T00:58:56.439Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T00:58:56.439Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-171 ']' [2021-02-09T00:58:56.439Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-171/archives/ [2021-02-09T00:58:56.439Z] + 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 [2021-02-09T00:58:56.455Z] 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 [2021-02-09T00:58:56.756Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:58:57.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:58:57.330Z] [2021-02-09T00:58:57.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:58:57.694Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:58:57.694Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T00:58:57.694Z] df20fa9351a1: Pulling fs layer [2021-02-09T00:58:57.694Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T00:58:57.695Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T00:58:57.695Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T00:58:57.695Z] 93b61091891f: Pulling fs layer [2021-02-09T00:58:57.695Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T00:58:57.695Z] 5e14af77c1be: Pulling fs layer [2021-02-09T00:58:57.695Z] 01666e4c0597: Pulling fs layer [2021-02-09T00:58:57.695Z] 46f8f816bc3b: Waiting [2021-02-09T00:58:57.695Z] aa168da1d23b: Pulling fs layer [2021-02-09T00:58:57.695Z] 93b61091891f: Waiting [2021-02-09T00:58:57.695Z] 93b9cdb0e59b: Waiting [2021-02-09T00:58:57.695Z] 5e14af77c1be: Waiting [2021-02-09T00:58:57.695Z] 01666e4c0597: Waiting [2021-02-09T00:58:57.695Z] aa168da1d23b: Waiting [2021-02-09T00:58:57.695Z] 36b3adc4ff6f: Download complete [2021-02-09T00:58:57.695Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T00:58:57.695Z] 46f8f816bc3b: Download complete [2021-02-09T00:58:57.695Z] df20fa9351a1: Download complete [2021-02-09T00:58:57.959Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T00:58:57.959Z] 93b9cdb0e59b: Download complete [2021-02-09T00:58:57.959Z] 93b61091891f: Verifying Checksum [2021-02-09T00:58:57.959Z] 93b61091891f: Download complete [2021-02-09T00:58:57.959Z] 5e14af77c1be: Verifying Checksum [2021-02-09T00:58:57.959Z] 5e14af77c1be: Download complete [2021-02-09T00:58:57.959Z] 01666e4c0597: Verifying Checksum [2021-02-09T00:58:57.959Z] 01666e4c0597: Download complete [2021-02-09T00:58:58.223Z] df20fa9351a1: Pull complete [2021-02-09T00:58:58.224Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T00:58:58.224Z] 8ad3a11d3b57: Download complete [2021-02-09T00:58:58.492Z] 36b3adc4ff6f: Pull complete [2021-02-09T00:58:59.460Z] 8ad3a11d3b57: Pull complete [2021-02-09T00:58:59.460Z] 46f8f816bc3b: Pull complete [2021-02-09T00:59:00.414Z] aa168da1d23b: Verifying Checksum [2021-02-09T00:59:00.414Z] aa168da1d23b: Download complete [2021-02-09T00:59:00.678Z] 93b61091891f: Pull complete [2021-02-09T00:59:00.678Z] 93b9cdb0e59b: Pull complete [2021-02-09T00:59:00.944Z] 5e14af77c1be: Pull complete [2021-02-09T00:59:00.944Z] 01666e4c0597: Pull complete [2021-02-09T00:59:07.589Z] aa168da1d23b: Pull complete [2021-02-09T00:59:07.589Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T00:59:07.589Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:59:07.589Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T00:59:07.803Z] prd-centos7-docker-4c-2g-25669 does not seem to be running inside a container [2021-02-09T00:59:07.855Z] $ 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 [2021-02-09T00:59:11.373Z] $ docker top aab603197acb89a65ab521e853a73758cb451e4716e1dbf5bf3d087d13b89986 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:59:11.890Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T00:59:12.207Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T00:59:12.517Z] + ls /var/log/sa-host [2021-02-09T00:59:12.517Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T00:59:12.517Z] file_magic: OK [2021-02-09T00:59:12.517Z] HZ: Using current value: 100 [2021-02-09T00:59:12.517Z] file_header: OK [2021-02-09T00:59:12.517Z] 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 [2021-02-09T00:59:12.517Z] Statistics: [2021-02-09T00:59:12.517Z] 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... [2021-02-09T00:59:12.517Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T00:59:12.517Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T00:59:12.517Z] file_magic: OK [2021-02-09T00:59:12.517Z] HZ: Using current value: 100 [2021-02-09T00:59:12.517Z] file_header: OK [2021-02-09T00:59:12.517Z] 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 [2021-02-09T00:59:12.517Z] Statistics: [2021-02-09T00:59:12.517Z] Hnuu...uuuununununu... [2021-02-09T00:59:12.517Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T00:59:12.746Z] provisioning config files... [2021-02-09T00:59:12.763Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/config346373415509858989tmp [Pipeline] { [Pipeline] echo [2021-02-09T00:59:12.839Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:59:13.139Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T00:59:13.149Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T00:59:13.252Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:59:13.551Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T00:59:13.563Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:59:13.861Z] ---> sudo-logs.sh [2021-02-09T00:59:13.861Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T00:59:13.873Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:59:14.174Z] ---> job-cost.sh [2021-02-09T00:59:14.174Z] lf-activate-venv: SKIPPING [2021-02-09T00:59:14.174Z] INFO: No Stack... [2021-02-09T00:59:15.121Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T00:59:15.696Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T00:59:15.710Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:59:16.011Z] ---> logs-deploy.sh [2021-02-09T00:59:16.011Z] lf-activate-venv: SKIPPING [2021-02-09T00:59:16.011Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-171/17 [2021-02-09T00:59:16.011Z] INFO: archiving workspace using pattern(s): [2021-02-09T00:59:17.934Z] Archives upload complete. [2021-02-09T00:59:17.934Z] INFO: archiving logs to Nexus [2021-02-09T00:59:18.885Z] ---> uname -a: [2021-02-09T00:59:18.885Z] 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 [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] ---> lscpu: [2021-02-09T00:59:18.885Z] Architecture: x86_64 [2021-02-09T00:59:18.885Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-09T00:59:18.885Z] Byte Order: Little Endian [2021-02-09T00:59:18.885Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-09T00:59:18.885Z] CPU(s): 4 [2021-02-09T00:59:18.885Z] On-line CPU(s) list: 0-3 [2021-02-09T00:59:18.885Z] Thread(s) per core: 1 [2021-02-09T00:59:18.885Z] Core(s) per socket: 1 [2021-02-09T00:59:18.885Z] Socket(s): 4 [2021-02-09T00:59:18.885Z] NUMA node(s): 1 [2021-02-09T00:59:18.885Z] Vendor ID: GenuineIntel [2021-02-09T00:59:18.885Z] CPU family: 6 [2021-02-09T00:59:18.885Z] Model: 44 [2021-02-09T00:59:18.885Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-09T00:59:18.885Z] Stepping: 1 [2021-02-09T00:59:18.885Z] CPU MHz: 2933.442 [2021-02-09T00:59:18.885Z] BogoMIPS: 5866.88 [2021-02-09T00:59:18.885Z] Virtualization: VT-x [2021-02-09T00:59:18.885Z] Hypervisor vendor: KVM [2021-02-09T00:59:18.885Z] Virtualization type: full [2021-02-09T00:59:18.885Z] L1d cache: 128 KiB [2021-02-09T00:59:18.885Z] L1i cache: 128 KiB [2021-02-09T00:59:18.885Z] L2 cache: 16 MiB [2021-02-09T00:59:18.885Z] L3 cache: 64 MiB [2021-02-09T00:59:18.885Z] NUMA node0 CPU(s): 0-3 [2021-02-09T00:59:18.885Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-09T00:59:18.885Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-09T00:59:18.885Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-09T00:59:18.885Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-09T00:59:18.885Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-09T00:59:18.885Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-09T00:59:18.885Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-09T00:59:18.885Z] Vulnerability Srbds: Not affected [2021-02-09T00:59:18.885Z] Vulnerability Tsx async abort: Not affected [2021-02-09T00:59:18.885Z] 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 [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] ---> nproc: [2021-02-09T00:59:18.885Z] 4 [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] ---> df -h: [2021-02-09T00:59:18.885Z] Filesystem Size Used Available Use% Mounted on [2021-02-09T00:59:18.885Z] overlay 50.0G 6.9G 43.1G 14% / [2021-02-09T00:59:18.885Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-09T00:59:18.885Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-09T00:59:18.885Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-09T00:59:18.885Z] /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os [2021-02-09T00:59:18.885Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf [2021-02-09T00:59:18.885Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname [2021-02-09T00:59:18.885Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts [2021-02-09T00:59:18.885Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure [2021-02-09T00:59:18.885Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log [2021-02-09T00:59:18.885Z] /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json [2021-02-09T00:59:18.885Z] /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/xfoundry_device-modbus-go_PR-171 [2021-02-09T00:59:18.885Z] /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/xfoundry_device-modbus-go_PR-171@tmp [2021-02-09T00:59:18.885Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] ---> free -m: [2021-02-09T00:59:18.885Z] total used free shared buff/cache available [2021-02-09T00:59:18.885Z] Mem: 1837 708 102 0 1026 1024 [2021-02-09T00:59:18.885Z] Swap: 1023 1 1022 [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] ---> ip addr: [2021-02-09T00:59:18.885Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-09T00:59:18.885Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-09T00:59:18.885Z] inet 127.0.0.1/8 scope host lo [2021-02-09T00:59:18.885Z] valid_lft forever preferred_lft forever [2021-02-09T00:59:18.885Z] inet6 ::1/128 scope host [2021-02-09T00:59:18.885Z] valid_lft forever preferred_lft forever [2021-02-09T00:59:18.885Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-09T00:59:18.885Z] link/ether fa:16:3e:f2:8d:e4 brd ff:ff:ff:ff:ff:ff [2021-02-09T00:59:18.885Z] inet 10.30.122.250/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-09T00:59:18.885Z] valid_lft 84743sec preferred_lft 84743sec [2021-02-09T00:59:18.885Z] inet6 fe80::f816:3eff:fef2:8de4/64 scope link [2021-02-09T00:59:18.885Z] valid_lft forever preferred_lft forever [2021-02-09T00:59:18.885Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-09T00:59:18.885Z] link/ether 02:42:3f:79:b1:52 brd ff:ff:ff:ff:ff:ff [2021-02-09T00:59:18.885Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-09T00:59:18.885Z] valid_lft forever preferred_lft forever [2021-02-09T00:59:18.885Z] inet6 fe80::42:3fff:fe79:b152/64 scope link [2021-02-09T00:59:18.885Z] valid_lft forever preferred_lft forever [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] ---> sar -b -r -n DEV: [2021-02-09T00:59:18.885Z] 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) [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] 00:31:30 LINUX RESTART (4 CPU) [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] 00:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-09T00:59:18.885Z] 00:33:02 20.38 12.59 7.79 0.00 1684.11 1155.93 0.00 [2021-02-09T00:59:18.885Z] 00:34:01 1.08 0.00 1.08 0.00 0.00 18.15 0.00 [2021-02-09T00:59:18.885Z] 00:35:01 0.25 0.00 0.25 0.00 0.00 2.85 0.00 [2021-02-09T00:59:18.885Z] 00:36:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 [2021-02-09T00:59:18.885Z] 00:37:01 0.20 0.00 0.20 0.00 0.00 2.63 0.00 [2021-02-09T00:59:18.885Z] 00:38:01 0.57 0.00 0.57 0.00 0.00 7.93 0.00 [2021-02-09T00:59:18.885Z] 00:39:01 0.57 0.00 0.57 0.00 0.00 7.31 0.00 [2021-02-09T00:59:18.885Z] 00:40:01 0.63 0.00 0.63 0.00 0.00 6.73 0.00 [2021-02-09T00:59:18.885Z] 00:41:01 0.68 0.00 0.68 0.00 0.00 7.96 0.00 [2021-02-09T00:59:18.885Z] 00:42:01 0.58 0.00 0.58 0.00 0.00 5.99 0.00 [2021-02-09T00:59:18.885Z] 00:43:01 0.33 0.00 0.33 0.00 0.00 5.26 0.00 [2021-02-09T00:59:18.885Z] 00:44:01 0.13 0.00 0.13 0.00 0.00 2.15 0.00 [2021-02-09T00:59:18.885Z] 00:45:01 0.20 0.00 0.20 0.00 0.00 2.66 0.00 [2021-02-09T00:59:18.885Z] 00:46:01 0.28 0.00 0.28 0.00 0.00 3.68 0.00 [2021-02-09T00:59:18.885Z] 00:47:01 0.40 0.18 0.22 0.00 5.86 3.00 0.00 [2021-02-09T00:59:18.885Z] 00:48:01 0.80 0.00 0.80 0.00 0.00 15.95 0.00 [2021-02-09T00:59:18.885Z] 00:49:01 0.30 0.00 0.30 0.00 0.00 4.46 0.00 [2021-02-09T00:59:18.885Z] 00:50:01 0.30 0.00 0.30 0.00 0.00 5.01 0.00 [2021-02-09T00:59:18.885Z] 00:51:02 0.27 0.00 0.27 0.00 0.00 4.60 0.00 [2021-02-09T00:59:18.885Z] 00:52:01 47.91 15.12 32.79 0.00 4781.99 2472.56 0.00 [2021-02-09T00:59:18.885Z] 00:53:01 3.40 0.00 3.40 0.00 0.00 106.51 0.00 [2021-02-09T00:59:18.885Z] 00:54:01 0.50 0.00 0.50 0.00 0.00 8.94 0.00 [2021-02-09T00:59:18.885Z] 00:55:01 0.30 0.00 0.30 0.00 0.00 4.18 0.00 [2021-02-09T00:59:18.885Z] 00:56:01 0.22 0.00 0.22 0.00 0.00 2.90 0.00 [2021-02-09T00:59:18.885Z] 00:57:01 0.38 0.00 0.38 0.00 0.00 6.08 0.00 [2021-02-09T00:59:18.885Z] 00:58:01 0.37 0.00 0.37 0.00 0.00 4.15 0.00 [2021-02-09T00:59:18.885Z] 00:59:01 64.59 50.37 14.23 0.00 4215.64 3410.98 0.00 [2021-02-09T00:59:18.885Z] Average: 5.38 2.89 2.49 0.00 393.59 268.65 0.00 [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] 00:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-09T00:59:18.885Z] 00:33:02 70924 0 501184 26.64 2620 1306816 999096 34.10 319644 1294696 20 [2021-02-09T00:59:18.885Z] 00:34:01 75828 0 496272 26.38 2620 1306824 985048 33.62 313788 1296372 8 [2021-02-09T00:59:18.885Z] 00:35:01 74376 0 497660 26.45 2620 1306888 985252 33.63 315064 1296388 28 [2021-02-09T00:59:18.885Z] 00:36:01 75008 0 497084 26.42 2620 1306832 985156 33.62 314480 1296372 20 [2021-02-09T00:59:18.885Z] 00:37:01 74804 0 497284 26.43 2620 1306836 985204 33.62 315040 1296372 20 [2021-02-09T00:59:18.885Z] 00:38:01 74392 0 497688 26.45 2620 1306844 985264 33.63 315264 1296376 20 [2021-02-09T00:59:18.885Z] 00:39:01 74760 0 497320 26.43 2620 1306844 985212 33.62 314808 1296372 8 [2021-02-09T00:59:18.885Z] 00:40:01 75540 0 496532 26.39 2620 1306852 985116 33.62 314000 1296372 16 [2021-02-09T00:59:18.885Z] 00:41:01 75524 0 496540 26.39 2620 1306860 985116 33.62 314008 1296372 8 [2021-02-09T00:59:18.885Z] 00:42:01 75524 0 496536 26.39 2620 1306864 985116 33.62 314260 1296372 8 [2021-02-09T00:59:18.885Z] 00:43:01 75428 0 496628 26.39 2620 1306868 985328 33.63 314788 1296372 8 [2021-02-09T00:59:18.885Z] 00:44:01 75156 0 496896 26.41 2620 1306872 993560 33.91 314928 1296372 16 [2021-02-09T00:59:18.885Z] 00:45:01 74068 0 497976 26.47 2620 1306880 993728 33.91 315836 1296376 20 [2021-02-09T00:59:18.885Z] 00:46:01 74224 0 497820 26.46 2620 1306880 993668 33.91 315396 1296372 12 [2021-02-09T00:59:18.885Z] 00:47:01 74728 0 497308 26.43 2620 1306888 993572 33.91 314968 1296372 20 [2021-02-09T00:59:18.885Z] 00:48:01 71860 0 500172 26.58 2620 1306892 993656 33.91 318092 1296368 8 [2021-02-09T00:59:18.885Z] 00:49:01 72296 0 499736 26.56 2620 1306892 993572 33.91 317660 1296368 8 [2021-02-09T00:59:18.885Z] 00:50:01 71992 0 500032 26.58 2620 1306900 993572 33.91 317672 1296368 16 [2021-02-09T00:59:18.885Z] 00:51:02 72520 0 499500 26.55 2620 1306904 993572 33.91 317676 1296368 8 [2021-02-09T00:59:18.885Z] 00:52:01 154088 0 613812 32.62 2620 1111024 1085736 37.05 439172 1089856 132 [2021-02-09T00:59:18.885Z] 00:53:01 155616 0 612280 32.54 2620 1111028 1079124 36.83 439644 1088508 16 [2021-02-09T00:59:18.885Z] 00:54:01 157196 0 610636 32.45 2620 1111092 1064732 36.34 438320 1088428 24 [2021-02-09T00:59:18.885Z] 00:55:01 157420 0 610468 32.45 2620 1111036 1064732 36.34 438256 1088412 8 [2021-02-09T00:59:18.885Z] 00:56:01 157240 0 610644 32.45 2620 1111040 1064768 36.34 431980 1094876 12 [2021-02-09T00:59:18.885Z] 00:57:01 156500 0 611376 32.49 2620 1111048 1064952 36.35 432948 1094876 8 [2021-02-09T00:59:18.885Z] 00:58:01 157280 0 610592 32.45 2620 1111052 1064892 36.34 432532 1094872 8 [2021-02-09T00:59:18.885Z] 00:59:01 73176 0 695036 36.94 2620 1110712 1500600 51.21 509548 1085608 42120 [2021-02-09T00:59:18.885Z] Average: 95462 0 534630 28.41 2620 1248832 1029235 35.13 354066 1235364 1578 [2021-02-09T00:59:18.885Z] [2021-02-09T00:59:18.885Z] 00:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-09T00:59:18.885Z] 00:33:02 eth0 175.41 84.28 338.59 20.49 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.885Z] 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:34:01 eth0 0.66 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:35:01 eth0 2.16 0.30 0.41 0.20 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:36:01 eth0 2.80 0.53 0.69 0.36 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:37:01 eth0 2.66 0.78 0.92 0.59 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:38:01 eth0 1.20 0.65 0.67 0.49 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:39:01 eth0 0.48 0.28 0.27 0.13 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:41:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:42:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:43:01 eth0 1.83 0.62 0.73 0.43 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:44:01 eth0 1.48 0.52 0.59 0.42 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:45:01 eth0 2.26 0.48 0.68 0.36 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:46:01 eth0 0.72 0.33 0.29 0.23 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:47:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:48:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:49:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:51:02 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:52:01 eth0 217.88 177.64 696.38 80.90 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:52:01 docker0 2.25 1.88 0.41 4.39 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:53:01 eth0 0.87 0.17 0.20 0.07 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:54:01 eth0 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:55:01 eth0 1.27 0.07 0.12 0.01 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:56:01 eth0 2.55 0.18 0.36 0.01 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:57:01 eth0 1.02 0.60 0.54 0.40 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:58:01 eth0 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:59:01 eth0 215.87 178.90 2164.82 16.38 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] Average: eth0 23.36 16.49 118.56 4.46 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] Average: docker0 0.08 0.07 0.02 0.16 0.00 0.00 0.00 0.00 [2021-02-09T00:59:18.886Z] [2021-02-09T00:59:18.886Z] [2021-02-09T00:59:18.886Z] ---> sar -P ALL: [2021-02-09T00:59:18.886Z] 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) [2021-02-09T00:59:18.886Z] [2021-02-09T00:59:18.886Z] 00:31:30 LINUX RESTART (4 CPU) [2021-02-09T00:59:18.886Z] [2021-02-09T00:59:18.886Z] 00:32:01 CPU %user %nice %system %iowait %steal %idle [2021-02-09T00:59:18.886Z] 00:33:02 all 7.31 0.00 1.49 0.23 0.34 90.63 [2021-02-09T00:59:18.886Z] 00:33:02 0 6.59 0.00 1.85 0.42 0.27 90.87 [2021-02-09T00:59:18.886Z] 00:33:02 1 8.55 0.00 1.25 0.13 0.39 89.69 [2021-02-09T00:59:18.886Z] 00:33:02 2 7.18 0.00 1.29 0.20 0.45 90.88 [2021-02-09T00:59:18.886Z] 00:33:02 3 6.93 0.00 1.56 0.17 0.27 91.07 [2021-02-09T00:59:18.886Z] 00:34:01 all 0.14 0.00 0.11 0.00 0.01 99.74 [2021-02-09T00:59:18.886Z] 00:34:01 0 0.07 0.00 0.24 0.00 0.02 99.68 [2021-02-09T00:59:18.886Z] 00:34:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-02-09T00:59:18.886Z] 00:34:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-09T00:59:18.886Z] 00:34:01 3 0.37 0.00 0.03 0.00 0.03 99.56 [2021-02-09T00:59:18.886Z] 00:35:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2021-02-09T00:59:18.886Z] 00:35:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-09T00:59:18.886Z] 00:35:01 1 0.10 0.00 0.07 0.00 0.00 99.83 [2021-02-09T00:59:18.886Z] 00:35:01 2 0.50 0.00 0.07 0.00 0.00 99.43 [2021-02-09T00:59:18.886Z] 00:35:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-09T00:59:18.886Z] 00:36:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-02-09T00:59:18.886Z] 00:36:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-09T00:59:18.886Z] 00:36:01 1 0.43 0.00 0.03 0.00 0.00 99.53 [2021-02-09T00:59:18.886Z] 00:36:01 2 0.17 0.00 0.10 0.00 0.02 99.72 [2021-02-09T00:59:18.886Z] 00:36:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T00:59:18.886Z] 00:37:01 all 0.13 0.00 0.05 0.00 0.01 99.81 [2021-02-09T00:59:18.886Z] 00:37:01 0 0.10 0.00 0.07 0.00 0.02 99.82 [2021-02-09T00:59:18.886Z] 00:37:01 1 0.32 0.00 0.05 0.00 0.00 99.63 [2021-02-09T00:59:18.886Z] 00:37:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-09T00:59:18.886Z] 00:37:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-09T00:59:18.886Z] 00:38:01 all 0.08 0.00 0.04 0.00 0.00 99.87 [2021-02-09T00:59:18.886Z] 00:38:01 0 0.08 0.00 0.03 0.00 0.00 99.88 [2021-02-09T00:59:18.886Z] 00:38:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-02-09T00:59:18.886Z] 00:38:01 2 0.07 0.00 0.08 0.02 0.00 99.83 [2021-02-09T00:59:18.886Z] 00:38:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2021-02-09T00:59:18.886Z] 00:39:01 all 0.15 0.00 0.05 0.00 0.00 99.79 [2021-02-09T00:59:18.886Z] 00:39:01 0 0.22 0.00 0.07 0.00 0.00 99.72 [2021-02-09T00:59:18.886Z] 00:39:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-09T00:59:18.886Z] 00:39:01 2 0.30 0.00 0.07 0.00 0.02 99.62 [2021-02-09T00:59:18.886Z] 00:39:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T00:59:18.886Z] 00:40:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-02-09T00:59:18.886Z] 00:40:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-09T00:59:18.886Z] 00:40:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-09T00:59:18.886Z] 00:40:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-09T00:59:18.886Z] 00:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T00:59:18.886Z] 00:41:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-02-09T00:59:18.886Z] 00:41:01 0 0.47 0.00 0.03 0.00 0.00 99.50 [2021-02-09T00:59:18.886Z] 00:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T00:59:18.886Z] 00:41:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-09T00:59:18.886Z] 00:41:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-02-09T00:59:18.886Z] 00:42:01 all 0.16 0.00 0.03 0.00 0.01 99.80 [2021-02-09T00:59:18.886Z] 00:42:01 0 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-09T00:59:18.886Z] 00:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T00:59:18.886Z] 00:42:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-02-09T00:59:18.886Z] 00:42:01 3 0.08 0.00 0.07 0.00 0.02 99.83 [2021-02-09T00:59:18.886Z] 00:43:01 all 0.20 0.00 0.05 0.00 0.01 99.74 [2021-02-09T00:59:18.886Z] 00:43:01 0 0.55 0.00 0.05 0.00 0.02 99.38 [2021-02-09T00:59:18.886Z] 00:43:01 1 0.08 0.00 0.07 0.00 0.02 99.83 [2021-02-09T00:59:18.886Z] 00:43:01 2 0.12 0.00 0.05 0.00 0.00 99.83 [2021-02-09T00:59:18.886Z] 00:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-09T00:59:18.886Z] [2021-02-09T00:59:18.886Z] 00:43:01 CPU %user %nice %system %iowait %steal %idle [2021-02-09T00:59:18.886Z] 00:44:01 all 0.19 0.00 0.03 0.00 0.00 99.78 [2021-02-09T00:59:18.886Z] 00:44:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-09T00:59:18.886Z] 00:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T00:59:18.886Z] 00:44:01 2 0.53 0.00 0.07 0.00 0.00 99.40 [2021-02-09T00:59:18.886Z] 00:44:01 3 0.13 0.00 0.00 0.00 0.00 99.87 [2021-02-09T00:59:18.886Z] 00:45:01 all 0.33 0.00 0.04 0.00 0.00 99.62 [2021-02-09T00:59:18.886Z] 00:45:01 0 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-09T00:59:18.886Z] 00:45:01 1 0.73 0.00 0.05 0.00 0.00 99.22 [2021-02-09T00:59:18.887Z] 00:45:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-09T00:59:18.887Z] 00:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T00:59:18.887Z] 00:46:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-02-09T00:59:18.887Z] 00:46:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-09T00:59:18.887Z] 00:46:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-09T00:59:18.887Z] 00:46:01 2 0.43 0.00 0.05 0.00 0.00 99.52 [2021-02-09T00:59:18.887Z] 00:46:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-09T00:59:18.887Z] 00:47:01 all 0.06 0.00 0.05 0.00 0.00 99.88 [2021-02-09T00:59:18.887Z] 00:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T00:59:18.887Z] 00:47:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-09T00:59:18.887Z] 00:47:01 2 0.12 0.00 0.08 0.00 0.00 99.80 [2021-02-09T00:59:18.887Z] 00:47:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-09T00:59:18.887Z] 00:48:01 all 0.03 0.00 0.04 0.00 0.00 99.93 [2021-02-09T00:59:18.887Z] 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T00:59:18.887Z] 00:48:01 1 0.05 0.00 0.08 0.00 0.02 99.85 [2021-02-09T00:59:18.887Z] 00:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T00:59:18.887Z] 00:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T00:59:18.887Z] 00:49:01 all 0.14 0.00 0.04 0.00 0.00 99.81 [2021-02-09T00:59:18.887Z] 00:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-09T00:59:18.887Z] 00:49:01 1 0.18 0.00 0.05 0.00 0.00 99.77 [2021-02-09T00:59:18.887Z] 00:49:01 2 0.32 0.00 0.07 0.00 0.02 99.60 [2021-02-09T00:59:18.887Z] 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T00:59:18.887Z] 00:50:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-02-09T00:59:18.887Z] 00:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-09T00:59:18.887Z] 00:50:01 1 0.38 0.00 0.05 0.00 0.00 99.57 [2021-02-09T00:59:18.887Z] 00:50:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-09T00:59:18.887Z] 00:50:01 3 0.17 0.00 0.02 0.00 0.00 99.82 [2021-02-09T00:59:18.887Z] 00:51:02 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-09T00:59:18.887Z] 00:51:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T00:59:18.887Z] 00:51:02 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-09T00:59:18.887Z] 00:51:02 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-09T00:59:18.887Z] 00:51:02 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-09T00:59:18.887Z] 00:52:01 all 6.30 0.00 3.03 1.21 0.12 89.34 [2021-02-09T00:59:18.887Z] 00:52:01 0 6.62 0.00 2.96 0.46 0.10 89.85 [2021-02-09T00:59:18.887Z] 00:52:01 1 6.71 0.00 3.12 0.63 0.10 89.43 [2021-02-09T00:59:18.887Z] 00:52:01 2 5.91 0.00 2.90 0.57 0.17 90.45 [2021-02-09T00:59:18.887Z] 00:52:01 3 5.94 0.00 3.14 3.17 0.12 87.63 [2021-02-09T00:59:18.887Z] 00:53:01 all 0.18 0.00 0.06 0.00 0.00 99.75 [2021-02-09T00:59:18.887Z] 00:53:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-09T00:59:18.887Z] 00:53:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2021-02-09T00:59:18.887Z] 00:53:01 2 0.57 0.00 0.07 0.00 0.00 99.37 [2021-02-09T00:59:18.887Z] 00:53:01 3 0.07 0.00 0.12 0.00 0.00 99.82 [2021-02-09T00:59:18.887Z] 00:54:01 all 0.17 0.00 0.05 0.00 0.01 99.78 [2021-02-09T00:59:18.887Z] 00:54:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-09T00:59:18.887Z] 00:54:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-09T00:59:18.887Z] 00:54:01 2 0.53 0.00 0.03 0.00 0.02 99.42 [2021-02-09T00:59:18.887Z] 00:54:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-02-09T00:59:18.887Z] [2021-02-09T00:59:18.887Z] 00:54:01 CPU %user %nice %system %iowait %steal %idle [2021-02-09T00:59:18.887Z] 00:55:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-02-09T00:59:18.887Z] 00:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-09T00:59:18.887Z] 00:55:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-09T00:59:18.887Z] 00:55:01 2 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-09T00:59:18.887Z] 00:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-09T00:59:18.887Z] 00:56:01 all 0.18 0.00 0.05 0.00 0.00 99.77 [2021-02-09T00:59:18.887Z] 00:56:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-09T00:59:18.887Z] 00:56:01 1 0.22 0.00 0.08 0.00 0.00 99.70 [2021-02-09T00:59:18.887Z] 00:56:01 2 0.43 0.00 0.02 0.00 0.02 99.53 [2021-02-09T00:59:18.887Z] 00:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-09T00:59:18.887Z] 00:57:01 all 0.06 0.00 0.04 0.00 0.00 99.90 [2021-02-09T00:59:18.887Z] 00:57:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-09T00:59:18.887Z] 00:57:01 1 0.12 0.00 0.05 0.00 0.00 99.83 [2021-02-09T00:59:18.887Z] 00:57:01 2 0.05 0.00 0.08 0.00 0.00 99.87 [2021-02-09T00:59:18.887Z] 00:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-09T00:59:18.887Z] 00:58:01 all 0.11 0.00 0.05 0.00 0.00 99.84 [2021-02-09T00:59:18.887Z] 00:58:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-09T00:59:18.887Z] 00:58:01 1 0.32 0.00 0.07 0.00 0.00 99.62 [2021-02-09T00:59:18.887Z] 00:58:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-09T00:59:18.887Z] 00:58:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-09T00:59:18.887Z] 00:59:01 all 2.80 0.00 1.73 1.28 0.03 94.15 [2021-02-09T00:59:18.887Z] 00:59:01 0 2.13 0.00 1.53 0.49 0.03 95.82 [2021-02-09T00:59:18.887Z] 00:59:01 1 3.66 0.00 1.79 0.99 0.03 93.53 [2021-02-09T00:59:18.887Z] 00:59:01 2 2.91 0.00 2.09 2.88 0.03 92.08 [2021-02-09T00:59:18.887Z] 00:59:01 3 2.48 0.00 1.52 0.77 0.03 95.19 [2021-02-09T00:59:18.887Z] Average: all 0.73 0.00 0.27 0.10 0.02 98.88 [2021-02-09T00:59:18.887Z] Average: 0 0.67 0.00 0.27 0.05 0.02 98.99 [2021-02-09T00:59:18.887Z] Average: 1 0.83 0.00 0.27 0.06 0.02 98.82 [2021-02-09T00:59:18.887Z] Average: 2 0.79 0.00 0.28 0.13 0.03 98.77 [2021-02-09T00:59:18.887Z] Average: 3 0.63 0.00 0.26 0.15 0.02 98.94 [2021-02-09T00:59:18.887Z] [2021-02-09T00:59:18.887Z] [2021-02-09T00:59:18.887Z]