Pull request #260 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 325db8d9e47f861b8120e2577491bd164061e1fa+b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc (699ec551ad2f0b5597787a791d69fab11448d854) Running in Durability level: MAX_SURVIVABILITY 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6299371829508351110.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1667363498552049251.key > 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 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-260/workspace@libs/edgex-global-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-260/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8931196776826788286.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-260/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5204749104838103198.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8477906625746590609.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-260/workspace@libs/lf-pipelines # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-260/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1716456208568365623.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-modbus 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-centos7-docker-4c-2g-762’ is offline ‘prd-centos7-docker-4c-2g-764’ is offline ‘prd-centos7-docker-4c-2g-765’ is offline ‘prd-centos7-docker-4c-2g-776’ is offline Running on prd-centos7-docker-4c-2g-784 in /w/workspace/xfoundry_device-modbus-go_PR-260 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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-260 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_device-modbus-go_PR-260@tmp/jenkins-gitclient-ssh4231346609629261875.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_device-modbus-go_PR-260@tmp/jenkins-gitclient-ssh4678795829766142874.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc into PR head commit 325db8d9e47f861b8120e2577491bd164061e1fa Merge succeeded, producing 325db8d9e47f861b8120e2577491bd164061e1fa Checking out Revision 325db8d9e47f861b8120e2577491bd164061e1fa (PR-260) > git config core.sparsecheckout # timeout=10 > git checkout -f 325db8d9e47f861b8120e2577491bd164061e1fa # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/xfoundry_device-modbus-go_PR-260@tmp/jenkins-gitclient-ssh1005970669511491623.key > git merge b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 325db8d9e47f861b8120e2577491bd164061e1fa # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:48:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:48:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:48:31 ========================================================= 05:48:31 EdgeX Global Pipelines Version Info 05:48:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:48:32 ------------------- 05:48:32 stable info: 05:48:32 ------------------- 05:48:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:48:32 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 05:48:32 Message: update stable to v1.0.195 05:48:33 ------------------- 05:48:33 experimental info: 05:48:33 ------------------- 05:48:33 Commited By: **** collab-it+edgex@linuxfoundation.org 05:48:33 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 05:48:33 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:48:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 05:48:33 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 05:48:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:48:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:48:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:48:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 05:48:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:48:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:48:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:48:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:48:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:48:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:48:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-260 [Pipeline] echo 05:48:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-260 [Pipeline] echo 05:48:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-260 [Pipeline] echo 05:48:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 325db8d9e47f861b8120e2577491bd164061e1fa [Pipeline] echo 05:48:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 325db8d [Pipeline] echo 05:48:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:48:35 provisioning config files... 05:48:35 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-260@tmp/config8074093634532891079tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:48:36 ---> docker-login.sh 05:48:36 nexus3.edgexfoundry.org:10001 05:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:36 Configure a credential helper to remove this warning. See 05:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:36 05:48:36 Login Succeeded 05:48:36 nexus3.edgexfoundry.org:10002 05:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:36 Configure a credential helper to remove this warning. See 05:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:36 05:48:36 Login Succeeded 05:48:36 nexus3.edgexfoundry.org:10003 05:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:36 Configure a credential helper to remove this warning. See 05:48:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:36 05:48:36 Login Succeeded 05:48:36 nexus3.edgexfoundry.org:10004 05:48:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:37 Configure a credential helper to remove this warning. See 05:48:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:37 05:48:37 Login Succeeded 05:48:37 docker.io 05:48:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:37 Configure a credential helper to remove this warning. See 05:48:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:37 05:48:37 Login Succeeded 05:48:37 ---> docker-login.sh ends [Pipeline] } 05:48:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:48:38 + git log --format=format:%s -1 325db8d9e47f861b8120e2577491bd164061e1fa [Pipeline] echo 05:48:38 GIT_COMMIT: 325db8d9e47f861b8120e2577491bd164061e1fa, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo 05:48:38 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:48:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:48:39 05:48:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:48:39 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:48:39 latest: Pulling from edgex-devops/git-semver 05:48:39 31603596830f: Pulling fs layer 05:48:39 54011a49482f: Pulling fs layer 05:48:39 a6820b24f6d8: Pulling fs layer 05:48:39 f581987b2513: Pulling fs layer 05:48:39 f581987b2513: Waiting 05:48:39 54011a49482f: Verifying Checksum 05:48:39 54011a49482f: Download complete 05:48:39 31603596830f: Verifying Checksum 05:48:39 31603596830f: Download complete 05:48:39 a6820b24f6d8: Verifying Checksum 05:48:39 a6820b24f6d8: Download complete 05:48:39 f581987b2513: Verifying Checksum 05:48:39 f581987b2513: Download complete 05:48:39 31603596830f: Pull complete 05:48:39 54011a49482f: Pull complete 05:48:40 a6820b24f6d8: Pull complete 05:48:40 f581987b2513: Pull complete 05:48:40 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 05:48:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:48:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:48:40 prd-centos7-docker-4c-2g-784 does not seem to be running inside a container 05:48:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-260 -v /w/workspace/xfoundry_device-modbus-go_PR-260:/w/workspace/xfoundry_device-modbus-go_PR-260:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-260@tmp:/w/workspace/xfoundry_device-modbus-go_PR-260@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:48:41 $ docker top 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:48:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:48:42 [ssh-agent] Looking for ssh-agent implementation... 05:48:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:48:42 $ docker exec 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 ssh-agent 05:48:42 SSH_AUTH_SOCK=/tmp/ssh-uLDyz1Grjr20/agent.13 05:48:42 SSH_AGENT_PID=19 05:48:42 Running ssh-add (command line suppressed) 05:48:42 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-260@tmp/private_key_2007345682154495773.key (/w/workspace/xfoundry_device-modbus-go_PR-260@tmp/private_key_2007345682154495773.key) 05:48:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:48:42 + git tag --points-at HEAD [Pipeline] } 05:48:42 $ docker exec --env ******** --env ******** 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 ssh-agent -k 05:48:42 unset SSH_AUTH_SOCK; 05:48:42 unset SSH_AGENT_PID; 05:48:42 echo Agent pid 19 killed; 05:48:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:48:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:48:43 [ssh-agent] Looking for ssh-agent implementation... 05:48:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:48:43 $ docker exec 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 ssh-agent 05:48:43 SSH_AUTH_SOCK=/tmp/ssh-LLs8LDnyn4kO/agent.51 05:48:43 SSH_AGENT_PID=57 05:48:43 Running ssh-add (command line suppressed) 05:48:43 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-260@tmp/private_key_3782041605797521757.key (/w/workspace/xfoundry_device-modbus-go_PR-260@tmp/private_key_3782041605797521757.key) 05:48:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:48:43 + git semver init 05:48:43 # -> Open(): unable to determine branch for HEAD 05:48:43 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-260/.git 05:48:43 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-260 05:48:43 # $SEMVER_REMOTE_NAME = origin 05:48:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:48:43 # $SEMVER_USER_NAME = edgex-jenkins 05:48:43 # $SEMVER_BRANCH = PR-260 05:48:43 # $SEMVER_TEMP = /tmp/semver-369834116 05:48:43 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 05:48:44 # '/tmp/semver-369834116' -> '/w/workspace/xfoundry_device-modbus-go_PR-260/.semver' 05:48:44 # -> Force: false 05:48:44 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-260/.semver [Pipeline] } 05:48:44 $ docker exec --env ******** --env ******** 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 ssh-agent -k 05:48:44 unset SSH_AUTH_SOCK; 05:48:44 unset SSH_AGENT_PID; 05:48:44 echo Agent pid 57 killed; 05:48:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:48:44 + git semver [Pipeline] } 05:48:45 $ docker stop --time=1 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 05:48:46 $ docker rm -f 79ffd36423fc533f7a217977c9f31e1d6948e83d803c0480332ce7b38b0c6c58 [Pipeline] // withDockerContainer [Pipeline] sh 05:48:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:48:47 Stashed 1 file(s) [Pipeline] echo 05:48:47 [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 05:49:02 Still waiting to schedule task 05:49:02 ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘centos7-docker-4c-2g’ 05:49:02 ‘prd-centos7-docker-4c-2g-761’ is offline 05:49:02 ‘prd-centos7-docker-4c-2g-792’ is offline 05:49:02 ‘prd-centos7-docker-4c-2g-794’ is offline 05:49:02 ‘prd-centos7-docker-4c-2g-795’ is offline 05:49:02 ‘prd-ubuntu18.04-docker-arm64-4c-16g-767’ doesn’t have label ‘centos7-docker-4c-2g’ 05:49:02 ‘prd-ubuntu18.04-docker-arm64-4c-16g-785’ doesn’t have label ‘centos7-docker-4c-2g’ 05:49:02 ‘prd-ubuntu18.04-docker-arm64-4c-16g-790’ doesn’t have label ‘centos7-docker-4c-2g’ 05:49:02 Still waiting to schedule task 05:49:02 ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:49:02 ‘prd-centos7-docker-4c-2g-761’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:49:02 ‘prd-centos7-docker-4c-2g-792’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:49:02 ‘prd-centos7-docker-4c-2g-794’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:49:02 ‘prd-centos7-docker-4c-2g-795’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’ 05:49:02 ‘prd-ubuntu18.04-docker-arm64-4c-16g-767’ is offline 05:49:02 ‘prd-ubuntu18.04-docker-arm64-4c-16g-785’ is offline 05:49:02 ‘prd-ubuntu18.04-docker-arm64-4c-16g-790’ is offline 05:49:52 Running on prd-centos7-docker-4c-2g-792 in /w/workspace/xfoundry_device-modbus-go_PR-260 [Pipeline] { [Pipeline] ws 05:49:52 Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout 05:49:52 Selected Git installation does not exist. Using Default 05:49:52 The recommended git tool is: NONE 05:49:54 using credential edgex-jenkins-ssh 05:49:54 Cloning the remote Git repository 05:49:54 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 05:49:54 > git init /w/workspace/device-modbus-go/1 # timeout=10 05:49:54 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 05:49:54 > git --version # timeout=10 05:49:54 > git --version # 'git version 2.24.4' 05:49:54 using GIT_SSH to set credentials SSH Credentials for GitHub 05:49:55 [INFO] Currently running in a labeled security context 05:49:55 [INFO] Currently SELinux is 'enforcing' on the host 05:49:55 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-modbus-go/1@tmp/jenkins-gitclient-ssh4538070102718770048.key 05:49:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:49:55 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 05:49:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:49:55 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 05:49:55 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 05:49:55 using GIT_SSH to set credentials SSH Credentials for GitHub 05:49:55 [INFO] Currently running in a labeled security context 05:49:55 [INFO] Currently SELinux is 'enforcing' on the host 05:49:55 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-modbus-go/1@tmp/jenkins-gitclient-ssh1480148480685418126.key 05:49:56 Merging remotes/origin/master commit b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc into PR head commit 325db8d9e47f861b8120e2577491bd164061e1fa 05:49:56 Merge succeeded, producing 325db8d9e47f861b8120e2577491bd164061e1fa 05:49:56 Checking out Revision 325db8d9e47f861b8120e2577491bd164061e1fa (PR-260) 05:49:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:49:56 > git config core.sparsecheckout # timeout=10 05:49:56 > git checkout -f 325db8d9e47f861b8120e2577491bd164061e1fa # timeout=10 05:49:56 > git remote # timeout=10 05:49:56 > git config --get remote.origin.url # timeout=10 05:49:56 using GIT_SSH to set credentials SSH Credentials for GitHub 05:49:56 [INFO] Currently running in a labeled security context 05:49:56 [INFO] Currently SELinux is 'enforcing' on the host 05:49:56 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-modbus-go/1@tmp/jenkins-gitclient-ssh3047964078858479813.key 05:49:56 > git merge b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc # timeout=10 05:49:56 > git rev-parse HEAD^{commit} # timeout=10 05:49:56 > git config core.sparsecheckout # timeout=10 05:49:56 > git checkout -f 325db8d9e47f861b8120e2577491bd164061e1fa # timeout=10 05:49:59 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" 05:49:59 > git --version # timeout=10 05:49:59 > git --version # 'git version 2.24.4' 05:49:59 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:50:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:50:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:50:01 + sudo service docker restart 05:50:01 + true 05:50:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:50:20 provisioning config files... 05:50:20 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/1@tmp/config4037197168956437012tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:50:20 ---> docker-login.sh 05:50:20 nexus3.edgexfoundry.org:10001 05:50:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:20 Configure a credential helper to remove this warning. See 05:50:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:20 05:50:20 Login Succeeded 05:50:20 nexus3.edgexfoundry.org:10002 05:50:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:21 Configure a credential helper to remove this warning. See 05:50:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:21 05:50:21 Login Succeeded 05:50:21 nexus3.edgexfoundry.org:10003 05:50:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:21 Configure a credential helper to remove this warning. See 05:50:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:21 05:50:21 Login Succeeded 05:50:21 nexus3.edgexfoundry.org:10004 05:50:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:21 Configure a credential helper to remove this warning. See 05:50:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:21 05:50:21 Login Succeeded 05:50:21 docker.io 05:50:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:21 Configure a credential helper to remove this warning. See 05:50:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:21 05:50:21 Login Succeeded 05:50:21 ---> docker-login.sh ends [Pipeline] } 05:50:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:50:22 ========================================================= 05:50:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 05:50:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:50:22 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 05:50:22 Sending build context to Docker daemon 635.9kB 05:50:22 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 05:50:22 Step 2/8 : FROM ${BASE} 05:50:22 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 05:50:22 540db60ca938: Pulling fs layer 05:50:22 adcc1eea9eea: Pulling fs layer 05:50:22 4c4ab2625f07: Pulling fs layer 05:50:22 0510c868ecb4: Pulling fs layer 05:50:22 afea3b2eda06: Pulling fs layer 05:50:22 7809a108b3ef: Pulling fs layer 05:50:22 f706445af74f: Pulling fs layer 05:50:22 afea3b2eda06: Waiting 05:50:22 7809a108b3ef: Waiting 05:50:22 f706445af74f: Waiting 05:50:22 0510c868ecb4: Waiting 05:50:22 4c4ab2625f07: Verifying Checksum 05:50:22 4c4ab2625f07: Download complete 05:50:22 adcc1eea9eea: Verifying Checksum 05:50:22 adcc1eea9eea: Download complete 05:50:22 afea3b2eda06: Verifying Checksum 05:50:22 afea3b2eda06: Download complete 05:50:22 7809a108b3ef: Verifying Checksum 05:50:22 7809a108b3ef: Download complete 05:50:22 540db60ca938: Verifying Checksum 05:50:22 540db60ca938: Download complete 05:50:23 540db60ca938: Pull complete 05:50:23 adcc1eea9eea: Pull complete 05:50:23 4c4ab2625f07: Pull complete 05:50:24 f706445af74f: Verifying Checksum 05:50:24 f706445af74f: Download complete 05:50:25 0510c868ecb4: Verifying Checksum 05:50:25 0510c868ecb4: Download complete 05:50:29 0510c868ecb4: Pull complete 05:50:29 afea3b2eda06: Pull complete 05:50:29 7809a108b3ef: Pull complete 05:50:31 f706445af74f: Pull complete 05:50:31 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 05:50:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 05:50:31 ---> b068be0155e3 05:50:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 05:50:36 ---> Running in bc17e3926a02 05:50:36 Removing intermediate container bc17e3926a02 05:50:36 ---> dbf6a841d608 05:50:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:50:36 ---> Running in ae6c0cba076f 05:50:37 Removing intermediate container ae6c0cba076f 05:50:37 ---> b78d41f93196 05:50:37 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 05:50:37 ---> Running in 52a2f2bab0ac 05:50:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 05:50:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 05:50:39 (1/13) Installing libc-dev (0.7.2-r3) 05:50:39 (2/13) Installing libsodium (1.0.18-r0) 05:50:39 (3/13) Installing pkgconf (1.7.3-r0) 05:50:39 (4/13) Installing libsodium-dev (1.0.18-r0) 05:50:39 (5/13) Installing openssh-keygen (8.4_p1-r3) 05:50:39 (6/13) Installing libedit (20191231.3.1-r1) 05:50:39 (7/13) Installing openssh-client (8.4_p1-r3) 05:50:39 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 05:50:39 (9/13) Installing openssh-server-common (8.4_p1-r3) 05:50:39 (10/13) Installing openssh-server (8.4_p1-r3) 05:50:39 (11/13) Installing openssh (8.4_p1-r3) 05:50:40 (12/13) Installing libzmq (4.3.3-r1) 05:50:40 (13/13) Installing zeromq-dev (4.3.3-r1) 05:50:40 Executing busybox-1.32.1-r6.trigger 05:50:40 OK: 156 MiB in 53 packages 05:50:40 Removing intermediate container 52a2f2bab0ac 05:50:40 ---> c21f9cdf8a00 05:50:40 Step 6/8 : WORKDIR /device-modbus-go 05:50:40 ---> Running in c4b8d7166188 05:50:41 Removing intermediate container c4b8d7166188 05:50:41 ---> aedd052e7fb2 05:50:41 Step 7/8 : COPY . . 05:50:41 ---> 74e1dcbec62f 05:50:41 Step 8/8 : RUN go mod download 05:50:41 ---> Running in 3cf2c4f1295f 05:50:56 Removing intermediate container 3cf2c4f1295f 05:50:56 ---> ef9af202b95d 05:50:56 Successfully built ef9af202b95d 05:50:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:50:56 + docker inspect -f . ci-base-image-x86_64 05:50:56 . [Pipeline] withDockerContainer 05:50:56 prd-centos7-docker-4c-2g-792 does not seem to be running inside a container 05:50:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** ci-base-image-x86_64 cat 05:50:57 $ docker top 8d4b71270f1cbff718b976b82aeec6514971ab851304e2d7314d3b187ec1422b -eo pid,comm [Pipeline] { [Pipeline] sh 05:50:57 + go version 05:50:57 go version go1.16.3 linux/amd64 [Pipeline] } 05:50:57 $ docker stop --time=1 8d4b71270f1cbff718b976b82aeec6514971ab851304e2d7314d3b187ec1422b 05:50:58 $ docker rm -f 8d4b71270f1cbff718b976b82aeec6514971ab851304e2d7314d3b187ec1422b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:50:59 + docker inspect -f . ci-base-image-x86_64 05:50:59 . [Pipeline] withDockerContainer 05:50:59 prd-centos7-docker-4c-2g-792 does not seem to be running inside a container 05:50:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** ci-base-image-x86_64 cat 05:51:00 $ docker top f3f158aa6f195198b52f045afbeb27daa25c92373975d4fac97931af6d351f78 -eo pid,comm [Pipeline] { [Pipeline] sh 05:51:00 + go mod tidy 05:51:01 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 05:51:01 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 05:51:01 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 05:51:01 github.com/edgexfoundry/device-modbus-go/internal/driver imports 05:51:01 github.com/edgexfoundry/go-mod-core-contracts/v2/v2: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 05:51:01 github.com/edgexfoundry/device-modbus-go/internal/driver imports 05:51:01 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [Pipeline] } 05:51:01 $ docker stop --time=1 f3f158aa6f195198b52f045afbeb27daa25c92373975d4fac97931af6d351f78 05:51:02 $ docker rm -f f3f158aa6f195198b52f045afbeb27daa25c92373975d4fac97931af6d351f78 [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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:51:04 ---> job-cost.sh 05:51:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bNYm 05:51:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:51:27 lf-activate-venv(): INFO: Adding /tmp/venv-bNYm/bin to PATH 05:51:27 INFO: No Stack... 05:51:27 INFO: Retrieving Pricing Info for: v3-standard-2 05:51:28 INFO: Archiving Costs [Pipeline] sh 05:51:28 + cat /w/workspace/device-modbus-go/1/archives/cost.csv 05:51:28 + cut -d, -f6 [Pipeline] lock 05:51:28 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] 05:51:28 Resource [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] did not exist. Created. 05:51:28 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:51:29 + echo total: 0.05999999865889549 [Pipeline] stash 05:51:29 Stashed 1 file(s) [Pipeline] } 05:51:29 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:51:30 Failed in branch amd64 06:00:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1198 in /w/workspace/xfoundry_device-modbus-go_PR-260 [Pipeline] { [Pipeline] ws 06:00:02 Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout 06:00:03 Selected Git installation does not exist. Using Default 06:00:03 The recommended git tool is: NONE 06:00:10 using credential edgex-jenkins-ssh 06:00:10 Cloning the remote Git repository 06:00:10 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 06:00:10 > git init /w/workspace/device-modbus-go/1 # timeout=10 06:00:10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:00:10 > git --version # timeout=10 06:00:10 > git --version # 'git version 2.17.1' 06:00:10 using GIT_SSH to set credentials SSH Credentials for GitHub 06:00:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:00:11 Merging remotes/origin/master commit b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc into PR head commit 325db8d9e47f861b8120e2577491bd164061e1fa 06:00:12 Merge succeeded, producing 325db8d9e47f861b8120e2577491bd164061e1fa 06:00:12 Checking out Revision 325db8d9e47f861b8120e2577491bd164061e1fa (PR-260) 06:00:11 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:00:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:00:11 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:00:11 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:00:11 using GIT_SSH to set credentials SSH Credentials for GitHub 06:00:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/260/head:refs/remotes/origin/PR-260 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:00:12 > git config core.sparsecheckout # timeout=10 06:00:12 > git checkout -f 325db8d9e47f861b8120e2577491bd164061e1fa # timeout=10 06:00:12 > git remote # timeout=10 06:00:12 > git config --get remote.origin.url # timeout=10 06:00:12 using GIT_SSH to set credentials SSH Credentials for GitHub 06:00:12 > git merge b09d9ba1a72cafb6b38617a4d5eb8b9f0ac4b1bc # timeout=10 06:00:12 > git rev-parse HEAD^{commit} # timeout=10 06:00:12 > git config core.sparsecheckout # timeout=10 06:00:12 > git checkout -f 325db8d9e47f861b8120e2577491bd164061e1fa # timeout=10 06:00:16 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" 06:00:16 > git --version # timeout=10 06:00:16 > git --version # 'git version 2.17.1' 06:00:16 fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:00:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:00:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:00:19 + sudo service docker restart 06:00:19 + true [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:00:38 provisioning config files... 06:00:38 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/1@tmp/config7312652847716777906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:00:38 ---> docker-login.sh 06:00:38 nexus3.edgexfoundry.org:10001 06:00:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:39 Configure a credential helper to remove this warning. See 06:00:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:39 06:00:39 Login Succeeded 06:00:39 nexus3.edgexfoundry.org:10002 06:00:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:40 Configure a credential helper to remove this warning. See 06:00:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:40 06:00:40 Login Succeeded 06:00:40 nexus3.edgexfoundry.org:10003 06:00:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:40 Configure a credential helper to remove this warning. See 06:00:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:40 06:00:40 Login Succeeded 06:00:40 nexus3.edgexfoundry.org:10004 06:00:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:41 Configure a credential helper to remove this warning. See 06:00:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:41 06:00:41 Login Succeeded 06:00:41 docker.io 06:00:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:00:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:00:42 Configure a credential helper to remove this warning. See 06:00:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:00:42 06:00:42 Login Succeeded 06:00:42 ---> docker-login.sh ends [Pipeline] } 06:00:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:00:42 ========================================================= 06:00:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 06:00:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:00:43 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 06:00:43 Sending build context to Docker daemon 635.4kB 06:00:43 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 06:00:43 Step 2/8 : FROM ${BASE} 06:00:44 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:00:44 595b0fe564bb: Pulling fs layer 06:00:44 3088b5b3c5c0: Pulling fs layer 06:00:44 5b7225fbf94c: Pulling fs layer 06:00:44 ba82ee9f976e: Pulling fs layer 06:00:44 506bd15cee9f: Pulling fs layer 06:00:44 75a0a4a0db45: Pulling fs layer 06:00:44 618dc40b7e24: Pulling fs layer 06:00:44 ba82ee9f976e: Waiting 06:00:44 506bd15cee9f: Waiting 06:00:44 75a0a4a0db45: Waiting 06:00:44 618dc40b7e24: Waiting 06:00:45 5b7225fbf94c: Verifying Checksum 06:00:45 3088b5b3c5c0: Download complete 06:00:45 506bd15cee9f: Download complete 06:00:45 75a0a4a0db45: Verifying Checksum 06:00:45 75a0a4a0db45: Download complete 06:00:46 595b0fe564bb: Verifying Checksum 06:00:46 595b0fe564bb: Download complete 06:00:46 595b0fe564bb: Pull complete 06:00:47 3088b5b3c5c0: Pull complete 06:00:47 5b7225fbf94c: Pull complete 06:00:52 618dc40b7e24: Verifying Checksum 06:00:52 618dc40b7e24: Download complete 06:00:57 ba82ee9f976e: Verifying Checksum 06:00:57 ba82ee9f976e: Download complete 06:01:07 ba82ee9f976e: Pull complete 06:01:07 506bd15cee9f: Pull complete 06:01:07 75a0a4a0db45: Pull complete 06:01:10 618dc40b7e24: Pull complete 06:01:10 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 06:01:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 06:01:10 ---> a36622ca3599 06:01:10 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 06:01:12 ---> Running in 1e690bb86eca 06:01:13 Removing intermediate container 1e690bb86eca 06:01:13 ---> 2f33fb12ec06 06:01:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:01:13 ---> Running in efe71c706d5a 06:01:16 Removing intermediate container efe71c706d5a 06:01:16 ---> d1840cda94fb 06:01:16 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 06:01:16 ---> Running in d6d596c94448 06:01:17 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 06:01:18 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 06:01:18 (1/13) Installing libc-dev (0.7.2-r3) 06:01:19 (2/13) Installing libsodium (1.0.18-r0) 06:01:19 (3/13) Installing pkgconf (1.7.3-r0) 06:01:19 (4/13) Installing libsodium-dev (1.0.18-r0) 06:01:19 (5/13) Installing openssh-keygen (8.4_p1-r3) 06:01:19 (6/13) Installing libedit (20191231.3.1-r1) 06:01:19 (7/13) Installing openssh-client (8.4_p1-r3) 06:01:19 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 06:01:19 (9/13) Installing openssh-server-common (8.4_p1-r3) 06:01:19 (10/13) Installing openssh-server (8.4_p1-r3) 06:01:20 (11/13) Installing openssh (8.4_p1-r3) 06:01:20 (12/13) Installing libzmq (4.3.3-r1) 06:01:20 (13/13) Installing zeromq-dev (4.3.3-r1) 06:01:20 Executing busybox-1.32.1-r6.trigger 06:01:20 OK: 145 MiB in 53 packages 06:01:21 Removing intermediate container d6d596c94448 06:01:21 ---> 3d4604293d95 06:01:21 Step 6/8 : WORKDIR /device-modbus-go 06:01:21 ---> Running in d5fad615ebfb 06:01:22 Removing intermediate container d5fad615ebfb 06:01:22 ---> 29f530f3a5c9 06:01:22 Step 7/8 : COPY . . 06:01:23 ---> 1cbcac1c0cc8 06:01:23 Step 8/8 : RUN go mod download 06:01:23 ---> Running in 0629547fe206 06:01:50 Removing intermediate container 0629547fe206 06:01:50 ---> 2c70d52f4f61 06:01:50 Successfully built 2c70d52f4f61 06:01:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:01:50 + docker inspect -f . ci-base-image-arm64 06:01:50 . [Pipeline] withDockerContainer 06:01:50 prd-ubuntu18.04-docker-arm64-4c-16g-1198 does not seem to be running inside a container 06:01:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** ci-base-image-arm64 cat 06:01:52 $ docker top e44071c9830ea9fbce430a115c12ebc2e994ab9da7129093c881a513e838a76a -eo pid,comm [Pipeline] { [Pipeline] sh 06:01:53 + go version 06:01:53 go version go1.16.5 linux/arm64 [Pipeline] } 06:01:53 $ docker stop --time=1 e44071c9830ea9fbce430a115c12ebc2e994ab9da7129093c881a513e838a76a 06:01:55 $ docker rm -f e44071c9830ea9fbce430a115c12ebc2e994ab9da7129093c881a513e838a76a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:01:56 + docker inspect -f . ci-base-image-arm64 06:01:56 . [Pipeline] withDockerContainer 06:01:57 prd-ubuntu18.04-docker-arm64-4c-16g-1198 does not seem to be running inside a container 06:01:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@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 ******** ci-base-image-arm64 cat 06:01:58 $ docker top c60de6e888d0537bf57e217e7496c5e81e8d93b72f89a77ed40930e21cbddb01 -eo pid,comm [Pipeline] { [Pipeline] sh 06:02:00 + go mod tidy 06:02:00 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 06:02:00 go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 06:02:00 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 06:02:01 github.com/edgexfoundry/device-modbus-go/internal/driver imports 06:02:01 github.com/edgexfoundry/go-mod-core-contracts/v2/v2: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2 06:02:01 github.com/edgexfoundry/device-modbus-go/internal/driver imports 06:02:01 github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models: module github.com/edgexfoundry/go-mod-core-contracts/v2@latest found (v2.0.0-dev.100), but does not contain package github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [Pipeline] } 06:02:01 $ docker stop --time=1 c60de6e888d0537bf57e217e7496c5e81e8d93b72f89a77ed40930e21cbddb01 06:02:03 $ docker rm -f c60de6e888d0537bf57e217e7496c5e81e8d93b72f89a77ed40930e21cbddb01 [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 Post stage [Pipeline] libraryResource [Pipeline] sh 06:02:04 ---> job-cost.sh 06:02:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lBTo 06:02:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:04:20 lf-activate-venv(): INFO: Adding /tmp/venv-lBTo/bin to PATH 06:04:20 INFO: No Stack... 06:04:20 INFO: Retrieving Pricing Info for: v2-standard-4 06:04:20 INFO: Archiving Costs [Pipeline] sh 06:04:20 + cat /w/workspace/device-modbus-go/1/archives/cost.csv 06:04:20 + cut -d, -f6 [Pipeline] lock 06:04:21 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] 06:04:21 Resource [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] did not exist. Created. 06:04:21 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:04:21 /w/workspace/device-modbus-go/1@tmp/durable-10928ebb/script.sh: 1: /w/workspace/device-modbus-go/1@tmp/durable-10928ebb/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:04:22 + echo total: 0.18000000715255737 [Pipeline] stash 06:04:22 Warning: overwriting stash ‘stack-cost’ 06:04:22 Stashed 1 file(s) [Pipeline] } 06:04:22 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-260-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:04:23 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] { (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 06:04:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:04:27 ---> package-listing.sh 06:04:27 ++ tr '[:upper:]' '[:lower:]' 06:04:27 ++ facter osfamily 06:04:27 + OS_FAMILY=redhat 06:04:27 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-260 06:04:27 + START_PACKAGES=/tmp/packages_start.txt 06:04:27 + END_PACKAGES=/tmp/packages_end.txt 06:04:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:04:27 + PACKAGES=/tmp/packages_start.txt 06:04:27 + '[' /w/workspace/xfoundry_device-modbus-go_PR-260 ']' 06:04:27 + PACKAGES=/tmp/packages_end.txt 06:04:27 + case "${OS_FAMILY}" in 06:04:27 + sort 06:04:27 + rpm -qa 06:04:28 + '[' -f /tmp/packages_start.txt ']' 06:04:28 + '[' -f /tmp/packages_end.txt ']' 06:04:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:04:28 + '[' /w/workspace/xfoundry_device-modbus-go_PR-260 ']' 06:04:28 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-260/archives/ 06:04:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-260/archives/ [Pipeline] echo 06:04:28 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-260/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:04:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:04:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:04:29 06:04:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:04:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:04:29 alpine: Pulling from edgex-lftools-log-publisher 06:04:29 df20fa9351a1: Pulling fs layer 06:04:29 36b3adc4ff6f: Pulling fs layer 06:04:29 8ad3a11d3b57: Pulling fs layer 06:04:29 46f8f816bc3b: Pulling fs layer 06:04:29 93b61091891f: Pulling fs layer 06:04:29 93b9cdb0e59b: Pulling fs layer 06:04:29 5e14af77c1be: Pulling fs layer 06:04:29 01666e4c0597: Pulling fs layer 06:04:29 aa168da1d23b: Pulling fs layer 06:04:29 46f8f816bc3b: Waiting 06:04:29 93b61091891f: Waiting 06:04:29 93b9cdb0e59b: Waiting 06:04:29 5e14af77c1be: Waiting 06:04:29 01666e4c0597: Waiting 06:04:29 aa168da1d23b: Waiting 06:04:29 36b3adc4ff6f: Download complete 06:04:29 46f8f816bc3b: Verifying Checksum 06:04:29 46f8f816bc3b: Download complete 06:04:30 df20fa9351a1: Verifying Checksum 06:04:30 df20fa9351a1: Download complete 06:04:30 93b9cdb0e59b: Verifying Checksum 06:04:30 93b9cdb0e59b: Download complete 06:04:30 5e14af77c1be: Verifying Checksum 06:04:30 5e14af77c1be: Download complete 06:04:30 01666e4c0597: Verifying Checksum 06:04:30 01666e4c0597: Download complete 06:04:30 93b61091891f: Verifying Checksum 06:04:30 93b61091891f: Download complete 06:04:30 df20fa9351a1: Pull complete 06:04:30 8ad3a11d3b57: Verifying Checksum 06:04:30 8ad3a11d3b57: Download complete 06:04:30 36b3adc4ff6f: Pull complete 06:04:30 8ad3a11d3b57: Pull complete 06:04:31 46f8f816bc3b: Pull complete 06:04:31 93b61091891f: Pull complete 06:04:31 93b9cdb0e59b: Pull complete 06:04:31 5e14af77c1be: Pull complete 06:04:31 01666e4c0597: Pull complete 06:04:35 aa168da1d23b: Verifying Checksum 06:04:35 aa168da1d23b: Download complete 06:04:40 aa168da1d23b: Pull complete 06:04:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:04:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:04:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:04:40 prd-centos7-docker-4c-2g-784 does not seem to be running inside a container 06:04:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_PR-260/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-260 -v /w/workspace/xfoundry_device-modbus-go_PR-260:/w/workspace/xfoundry_device-modbus-go_PR-260:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-260@tmp:/w/workspace/xfoundry_device-modbus-go_PR-260@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:04:50 $ docker top 24fec89808717e0d2eadf466a5f936077ae6a92c2915889dc9ba7f55174c5bc9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:04:50 + touch /tmp/pre-build-complete [Pipeline] sh 06:04:50 + mkdir -p /var/log/sa [Pipeline] sh 06:04:51 + ls /var/log/sa-host 06:04:51 + sadf -c /var/log/sa-host/sa05 06:04:51 file_magic: OK 06:04:51 HZ: Using current value: 100 06:04:51 file_header: OK 06:04:51 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 06:04:51 Statistics: 06:04:51 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:04:51 File successfully converted to sysstat format version 12.2.1 06:04:51 + sadf -c /var/log/sa-host/sa14 06:04:51 file_magic: OK 06:04:51 HZ: Using current value: 100 06:04:51 file_header: OK 06:04:51 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 06:04:51 Statistics: 06:04:51 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... 06:04:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:04:51 provisioning config files... 06:04:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-260@tmp/config5888863058812056524tmp [Pipeline] { [Pipeline] echo 06:04:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:04:51 ---> create-netrc.sh [Pipeline] } 06:04:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:04:52 ---> python-tools-install.sh [Pipeline] echo 06:04:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:04:52 ---> sudo-logs.sh 06:04:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:04:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:04:53 ---> job-cost.sh 06:04:53 lf-activate-venv: SKIPPING 06:04:53 DEBUG: total: 0.18000000715255737 06:04:53 INFO: Retrieving Stack Cost... 06:04:54 INFO: Retrieving Pricing Info for: v3-standard-2 06:04:55 INFO: Archiving Costs [Pipeline] echo 06:04:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:04:55 ---> logs-deploy.sh 06:04:55 lf-activate-venv: SKIPPING 06:04:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-260/1 06:04:55 INFO: archiving workspace using pattern(s): 06:04:56 Archives upload complete. 06:04:56 INFO: archiving logs to Nexus 06:04:56 ---> uname -a: 06:04:56 Linux prd-centos7-docker-4c-2g-784.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 06:04:56 06:04:56 06:04:56 ---> lscpu: 06:04:56 Architecture: x86_64 06:04:56 CPU op-mode(s): 32-bit, 64-bit 06:04:56 Byte Order: Little Endian 06:04:56 Address sizes: 40 bits physical, 48 bits virtual 06:04:56 CPU(s): 2 06:04:56 On-line CPU(s) list: 0,1 06:04:56 Thread(s) per core: 1 06:04:56 Core(s) per socket: 1 06:04:56 Socket(s): 2 06:04:56 NUMA node(s): 1 06:04:56 Vendor ID: AuthenticAMD 06:04:56 CPU family: 23 06:04:56 Model: 49 06:04:56 Model name: AMD EPYC-Rome Processor 06:04:56 Stepping: 0 06:04:56 CPU MHz: 2799.998 06:04:56 BogoMIPS: 5599.99 06:04:56 Virtualization: AMD-V 06:04:56 Hypervisor vendor: KVM 06:04:56 Virtualization type: full 06:04:56 L1d cache: 64 KiB 06:04:56 L1i cache: 64 KiB 06:04:56 L2 cache: 1 MiB 06:04:56 L3 cache: 32 MiB 06:04:56 NUMA node0 CPU(s): 0,1 06:04:56 Vulnerability Itlb multihit: Not affected 06:04:56 Vulnerability L1tf: Not affected 06:04:56 Vulnerability Mds: Not affected 06:04:56 Vulnerability Meltdown: Not affected 06:04:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:04:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:04:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:04:56 Vulnerability Srbds: Not affected 06:04:56 Vulnerability Tsx async abort: Not affected 06:04:56 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 06:04:56 06:04:56 06:04:56 ---> nproc: 06:04:56 2 06:04:56 06:04:56 06:04:56 ---> df -h: 06:04:56 Filesystem Size Used Available Use% Mounted on 06:04:56 overlay 40.0G 7.2G 32.8G 18% / 06:04:56 tmpfs 64.0M 0 64.0M 0% /dev 06:04:56 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 06:04:56 shm 64.0M 0 64.0M 0% /dev/shm 06:04:56 /dev/vda1 40.0G 7.2G 32.8G 18% /facter-os 06:04:56 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/resolv.conf 06:04:56 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hostname 06:04:56 /dev/vda1 40.0G 7.2G 32.8G 18% /etc/hosts 06:04:56 /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/xfoundry_device-modbus-go_PR-260 06:04:56 /dev/vda1 40.0G 7.2G 32.8G 18% /w/workspace/xfoundry_device-modbus-go_PR-260@tmp 06:04:56 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/sa-host 06:04:56 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/secure 06:04:56 /dev/vda1 40.0G 7.2G 32.8G 18% /var/log/auth.log 06:04:56 /dev/vda1 40.0G 7.2G 32.8G 18% /run/cloud-init/result.json 06:04:56 06:04:56 06:04:56 ---> free -m: 06:04:56 total used free shared buff/cache available 06:04:56 Mem: 7821 985 4741 0 2094 6657 06:04:56 Swap: 1023 0 1023 06:04:56 06:04:56 06:04:56 ---> ip addr: 06:04:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:04:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:04:56 inet 127.0.0.1/8 scope host lo 06:04:56 valid_lft forever preferred_lft forever 06:04:56 inet6 ::1/128 scope host 06:04:56 valid_lft forever preferred_lft forever 06:04:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:04:56 link/ether fa:16:3e:23:6f:f2 brd ff:ff:ff:ff:ff:ff 06:04:56 inet 10.30.123.17/23 brd 10.30.123.255 scope global dynamic eth0 06:04:56 valid_lft 85362sec preferred_lft 85362sec 06:04:56 inet6 fe80::f816:3eff:fe23:6ff2/64 scope link 06:04:56 valid_lft forever preferred_lft forever 06:04:56 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:04:56 link/ether 02:42:63:eb:bd:ca brd ff:ff:ff:ff:ff:ff 06:04:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:04:56 valid_lft forever preferred_lft forever 06:04:56 inet6 fe80::42:63ff:feeb:bdca/64 scope link 06:04:56 valid_lft forever preferred_lft forever 06:04:56 06:04:56 06:04:56 ---> sar -b -r -n DEV: 06:04:56 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/14/21 _x86_64_ (2 CPU) 06:04:56 06:04:56 05:47:23 LINUX RESTART (2 CPU) 06:04:56 06:04:56 05:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:04:56 05:49:01 138.50 15.23 123.27 0.00 4859.52 40086.57 0.00 06:04:56 05:50:01 1.65 0.00 1.65 0.00 0.00 35.88 0.00 06:04:56 05:51:01 0.45 0.00 0.45 0.00 0.00 7.06 0.00 06:04:56 05:52:01 0.17 0.00 0.17 0.00 0.00 1.75 0.00 06:04:56 05:53:01 0.27 0.00 0.27 0.00 0.00 3.43 0.00 06:04:56 05:54:01 0.33 0.00 0.33 0.00 0.00 4.08 0.00 06:04:56 05:55:01 0.23 0.00 0.23 0.00 0.00 3.22 0.00 06:04:56 05:56:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 06:04:56 05:57:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 06:04:56 05:58:01 0.27 0.00 0.27 0.00 0.00 3.38 0.00 06:04:56 05:59:01 0.25 0.00 0.25 0.00 0.00 2.57 0.00 06:04:56 06:00:01 0.22 0.00 0.22 0.00 0.00 3.48 0.00 06:04:56 06:01:01 0.27 0.02 0.25 0.00 0.13 3.28 0.00 06:04:56 06:02:01 0.43 0.10 0.33 0.00 1.73 5.84 0.00 06:04:56 06:03:01 0.37 0.15 0.22 0.00 4.80 2.43 0.00 06:04:56 06:04:01 0.88 0.00 0.88 0.00 0.00 17.99 0.00 06:04:56 Average: 9.05 0.97 8.08 0.00 304.36 2513.44 0.00 06:04:56 06:04:56 05:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:04:56 05:49:01 5471904 0 797700 9.96 2620 1736716 1280496 14.14 564948 1574368 128 06:04:56 05:50:01 5475828 0 793768 9.91 2620 1736724 1253324 13.84 561452 1574332 12 06:04:56 05:51:01 5477660 0 791936 9.89 2620 1736724 1231796 13.60 562908 1570828 12 06:04:56 05:52:01 5480480 0 789108 9.85 2620 1736732 1207940 13.34 560976 1570828 8 06:04:56 05:53:01 5480472 0 789112 9.85 2620 1736736 1207940 13.34 555616 1576292 8 06:04:56 05:54:01 5477444 0 792136 9.89 2620 1736740 1208060 13.34 559020 1576292 8 06:04:56 05:55:01 5476116 0 793456 9.91 2620 1736748 1208060 13.34 559920 1576292 16 06:04:56 05:56:01 5466336 0 803228 10.03 2620 1736756 1207940 13.34 570028 1576296 8 06:04:56 05:57:01 5465788 0 803776 10.04 2620 1736756 1207940 13.34 570460 1576292 8 06:04:56 05:58:01 5465636 0 803924 10.04 2620 1736760 1207940 13.34 572632 1574244 8 06:04:56 05:59:01 5464708 0 804848 10.05 2620 1736764 1208096 13.34 573340 1574244 20 06:04:56 06:00:01 5462532 0 807020 10.08 2620 1736768 1208200 13.34 581224 1568724 16 06:04:56 06:01:01 5458632 0 810912 10.13 2620 1736776 1210984 13.37 584500 1568724 16 06:04:56 06:02:01 5461168 0 808252 10.09 2620 1736900 1208684 13.34 582312 1569012 8 06:04:56 06:03:01 5461792 0 807624 10.08 2620 1736904 1208516 13.34 581396 1569008 20 06:04:56 06:04:01 5461448 0 807964 10.09 2620 1736908 1208612 13.34 582032 1569012 8 06:04:56 Average: 5469246 0 800298 9.99 2620 1736776 1217158 13.44 570173 1572799 19 06:04:56 06:04:56 05:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:04:56 05:49:01 eth0 548.60 373.83 1070.01 83.65 0.00 0.00 0.00 0.00 06:04:56 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:49:01 docker0 2.68 2.01 0.55 5.49 0.00 0.00 0.00 0.00 06:04:56 05:50:01 eth0 3.68 1.47 1.93 1.35 0.00 0.00 0.00 0.00 06:04:56 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:51:01 eth0 1.05 0.70 0.58 0.41 0.00 0.00 0.00 0.00 06:04:56 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:52:01 eth0 0.23 0.08 0.01 0.04 0.00 0.00 0.00 0.00 06:04:56 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:53:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:04:56 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:54:01 eth0 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 06:04:56 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:55:01 eth0 0.27 0.17 0.07 0.01 0.00 0.00 0.00 0.00 06:04:56 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:56:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:04:56 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:57:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:04:56 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:04:56 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:59:01 eth0 8.53 0.73 1.33 0.44 0.00 0.00 0.00 0.00 06:04:56 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:00:01 eth0 2.02 0.32 0.40 0.23 0.00 0.00 0.00 0.00 06:04:56 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:01:01 eth0 0.73 0.28 0.29 0.19 0.00 0.00 0.00 0.00 06:04:56 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:02:01 eth0 0.55 0.28 0.27 0.20 0.00 0.00 0.00 0.00 06:04:56 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:03:01 eth0 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 06:04:56 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:04:01 eth0 0.80 0.18 0.14 0.07 0.00 0.00 0.00 0.00 06:04:56 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 Average: eth0 35.48 23.68 67.25 5.42 0.00 0.00 0.00 0.00 06:04:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:04:56 Average: docker0 0.17 0.13 0.03 0.34 0.00 0.00 0.00 0.00 06:04:56 06:04:56 06:04:56 ---> sar -P ALL: 06:04:56 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/14/21 _x86_64_ (2 CPU) 06:04:56 06:04:56 05:47:23 LINUX RESTART (2 CPU) 06:04:56 06:04:56 05:48:01 CPU %user %nice %system %iowait %steal %idle 06:04:56 05:49:01 all 15.05 0.00 4.37 20.31 0.08 60.19 06:04:56 05:49:01 0 16.10 0.00 4.28 19.03 0.09 60.51 06:04:56 05:49:01 1 14.01 0.00 4.46 21.59 0.07 59.87 06:04:56 05:50:01 all 0.17 0.00 0.05 0.00 0.03 99.76 06:04:56 05:50:01 0 0.17 0.00 0.05 0.00 0.03 99.75 06:04:56 05:50:01 1 0.17 0.00 0.05 0.00 0.02 99.77 06:04:56 05:51:01 all 0.13 0.00 0.03 0.00 0.02 99.82 06:04:56 05:51:01 0 0.10 0.00 0.03 0.00 0.03 99.83 06:04:56 05:51:01 1 0.15 0.00 0.03 0.00 0.00 99.82 06:04:56 05:52:01 all 0.14 0.00 0.03 0.00 0.03 99.80 06:04:56 05:52:01 0 0.05 0.00 0.05 0.00 0.03 99.87 06:04:56 05:52:01 1 0.23 0.00 0.02 0.00 0.02 99.73 06:04:56 05:53:01 all 0.08 0.00 0.07 0.00 0.03 99.82 06:04:56 05:53:01 0 0.05 0.00 0.05 0.00 0.03 99.87 06:04:56 05:53:01 1 0.12 0.00 0.08 0.00 0.02 99.78 06:04:56 05:54:01 all 0.03 0.00 0.03 0.00 0.02 99.92 06:04:56 05:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:04:56 05:54:01 1 0.03 0.00 0.03 0.00 0.03 99.90 06:04:56 05:55:01 all 0.12 0.00 0.03 0.00 0.03 99.83 06:04:56 05:55:01 0 0.05 0.00 0.02 0.00 0.02 99.92 06:04:56 05:55:01 1 0.18 0.00 0.03 0.00 0.03 99.75 06:04:56 05:56:01 all 0.10 0.00 0.03 0.00 0.02 99.86 06:04:56 05:56:01 0 0.03 0.00 0.03 0.00 0.03 99.90 06:04:56 05:56:01 1 0.17 0.00 0.02 0.00 0.00 99.82 06:04:56 05:57:01 all 0.08 0.00 0.03 0.00 0.03 99.86 06:04:56 05:57:01 0 0.02 0.00 0.03 0.00 0.02 99.93 06:04:56 05:57:01 1 0.15 0.00 0.03 0.00 0.03 99.78 06:04:56 05:58:01 all 0.14 0.00 0.02 0.00 0.02 99.82 06:04:56 05:58:01 0 0.03 0.00 0.02 0.00 0.02 99.93 06:04:56 05:58:01 1 0.25 0.00 0.02 0.00 0.02 99.72 06:04:56 05:59:01 all 0.15 0.00 0.03 0.00 0.03 99.78 06:04:56 05:59:01 0 0.05 0.00 0.03 0.00 0.03 99.88 06:04:56 05:59:01 1 0.25 0.00 0.03 0.00 0.03 99.68 06:04:56 06:04:56 05:59:01 CPU %user %nice %system %iowait %steal %idle 06:04:56 06:00:01 all 0.11 0.00 0.03 0.00 0.01 99.86 06:04:56 06:00:01 0 0.05 0.00 0.02 0.00 0.00 99.93 06:04:56 06:00:01 1 0.17 0.00 0.03 0.00 0.02 99.78 06:04:56 06:01:01 all 0.06 0.00 0.04 0.00 0.03 99.87 06:04:56 06:01:01 0 0.05 0.00 0.03 0.00 0.02 99.90 06:04:56 06:01:01 1 0.07 0.00 0.05 0.00 0.03 99.85 06:04:56 06:02:01 all 0.08 0.00 0.03 0.00 0.03 99.85 06:04:56 06:02:01 0 0.13 0.00 0.03 0.00 0.02 99.82 06:04:56 06:02:01 1 0.03 0.00 0.03 0.00 0.05 99.88 06:04:56 06:03:01 all 0.08 0.00 0.06 0.00 0.02 99.84 06:04:56 06:03:01 0 0.13 0.00 0.05 0.00 0.02 99.80 06:04:56 06:03:01 1 0.03 0.00 0.07 0.00 0.02 99.88 06:04:56 06:04:01 all 0.11 0.00 0.02 0.00 0.02 99.86 06:04:56 06:04:01 0 0.17 0.00 0.00 0.00 0.00 99.83 06:04:56 06:04:01 1 0.05 0.00 0.03 0.00 0.03 99.88 06:04:56 Average: all 1.01 0.00 0.30 1.23 0.03 97.43 06:04:56 Average: 0 1.05 0.00 0.29 1.15 0.02 97.49 06:04:56 Average: 1 0.98 0.00 0.31 1.31 0.03 97.38 06:04:56 06:04:56 06:04:56