Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6aeaeb9ab34b96e9812ba5507584c335313791a4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32662 in /w/workspace/xfoundry_device-modbus-go_master [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_master # timeout=10 Checking out Revision 6aeaeb9ab34b96e9812ba5507584c335313791a4 (master) 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 > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6aeaeb9ab34b96e9812ba5507584c335313791a4 # timeout=10 Commit message: "Merge pull request #219 from weichou1229/issue-108" > git rev-list --no-walk bdd9c76d93ecb8defd437288c48d74aae085bd61 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:15:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:15:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:15:49 ========================================================= 14:15:49 EdgeX Global Pipelines Version Info 14:15:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:15:50 ------------------- 14:15:50 stable info: 14:15:50 ------------------- 14:15:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:15:50 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 14:15:50 Message: update stable to v1.0.186 14:15:51 ------------------- 14:15:51 experimental info: 14:15:51 ------------------- 14:15:51 Commited By: **** collab-it+edgex@linuxfoundation.org 14:15:51 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 14:15:51 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:15:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 14:15:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 14:15:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:15:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:15:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:15:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:15:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:15:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:15:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:15:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:15:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:15:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 14:15:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:15:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:15:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:15:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:15:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:15:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:15:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:15:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:15:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:15:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:15:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:15:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:15:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:15:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:15:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 14:15:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 14:15:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 14:15:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6aeaeb9ab34b96e9812ba5507584c335313791a4 [Pipeline] echo 14:15:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6aeaeb9 [Pipeline] echo 14:15:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:15:55 provisioning config files... 14:15:55 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8828665563526387682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:15:55 ---> docker-login.sh 14:15:55 nexus3.edgexfoundry.org:10001 14:15:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:56 Configure a credential helper to remove this warning. See 14:15:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:56 14:15:56 Login Succeeded 14:15:56 nexus3.edgexfoundry.org:10002 14:15:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:56 Configure a credential helper to remove this warning. See 14:15:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:56 14:15:56 Login Succeeded 14:15:56 nexus3.edgexfoundry.org:10003 14:15:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:56 Configure a credential helper to remove this warning. See 14:15:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:56 14:15:56 Login Succeeded 14:15:56 nexus3.edgexfoundry.org:10004 14:15:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:56 Configure a credential helper to remove this warning. See 14:15:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:56 14:15:56 Login Succeeded 14:15:56 docker.io 14:15:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:15:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:15:58 Configure a credential helper to remove this warning. See 14:15:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:15:58 14:15:58 Login Succeeded 14:15:58 ---> docker-login.sh ends [Pipeline] } 14:15:58 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 14:15:58 + git log --format=format:%s -1 6aeaeb9ab34b96e9812ba5507584c335313791a4 [Pipeline] echo 14:15:58 GIT_COMMIT: 6aeaeb9ab34b96e9812ba5507584c335313791a4, Commit Message: Merge pull request #219 from weichou1229/issue-108 [Pipeline] echo 14:15:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:16:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:16:00 14:16:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:16:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:16:00 latest: Pulling from edgex-devops/git-semver 14:16:00 31603596830f: Pulling fs layer 14:16:00 2a8b12db71e7: Pulling fs layer 14:16:00 6ca5941a6612: Pulling fs layer 14:16:00 ecc8261a40a4: Pulling fs layer 14:16:00 ecc8261a40a4: Waiting 14:16:00 2a8b12db71e7: Verifying Checksum 14:16:00 2a8b12db71e7: Download complete 14:16:00 31603596830f: Verifying Checksum 14:16:00 31603596830f: Download complete 14:16:00 6ca5941a6612: Verifying Checksum 14:16:00 6ca5941a6612: Download complete 14:16:00 ecc8261a40a4: Verifying Checksum 14:16:00 ecc8261a40a4: Download complete 14:16:00 31603596830f: Pull complete 14:16:01 2a8b12db71e7: Pull complete 14:16:01 6ca5941a6612: Pull complete 14:16:01 ecc8261a40a4: Pull complete 14:16:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:16:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:16:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:16:02 prd-centos7-docker-4c-2g-32662 does not seem to be running inside a container 14:16:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:16:04 $ docker top 42d4dbad19bf1762f35e07405a189a3dc2670de2b785fd0827e60abeaadc7874 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:16:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:16:04 [ssh-agent] Looking for ssh-agent implementation... 14:16:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:16:04 $ docker exec 42d4dbad19bf1762f35e07405a189a3dc2670de2b785fd0827e60abeaadc7874 ssh-agent 14:16:04 SSH_AUTH_SOCK=/tmp/ssh-eY94JPIHm500/agent.11 14:16:04 SSH_AGENT_PID=16 14:16:04 Running ssh-add (command line suppressed) 14:16:05 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1422669634560020885.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1422669634560020885.key) 14:16:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:16:05 + git tag --points-at HEAD [Pipeline] } 14:16:05 $ docker exec --env ******** --env ******** 42d4dbad19bf1762f35e07405a189a3dc2670de2b785fd0827e60abeaadc7874 ssh-agent -k 14:16:05 unset SSH_AUTH_SOCK; 14:16:05 unset SSH_AGENT_PID; 14:16:05 echo Agent pid 16 killed; 14:16:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:16:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:16:05 [ssh-agent] Looking for ssh-agent implementation... 14:16:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:16:05 $ docker exec 42d4dbad19bf1762f35e07405a189a3dc2670de2b785fd0827e60abeaadc7874 ssh-agent 14:16:06 SSH_AUTH_SOCK=/tmp/ssh-c0ydnKH4u8cN/agent.46 14:16:06 SSH_AGENT_PID=51 14:16:06 Running ssh-add (command line suppressed) 14:16:06 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1802240213729159526.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1802240213729159526.key) 14:16:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:16:06 + git semver init 14:16:06 # -> Open(): unable to determine branch for HEAD 14:16:06 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 14:16:06 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 14:16:06 # $SEMVER_REMOTE_NAME = origin 14:16:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:16:06 # $SEMVER_USER_NAME = edgex-jenkins 14:16:06 # $SEMVER_BRANCH = master 14:16:06 # $SEMVER_TEMP = /tmp/semver-553235940 14:16:06 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 14:16:07 # '/tmp/semver-553235940' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 14:16:07 # -> Force: false 14:16:07 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 14:16:07 $ docker exec --env ******** --env ******** 42d4dbad19bf1762f35e07405a189a3dc2670de2b785fd0827e60abeaadc7874 ssh-agent -k 14:16:07 unset SSH_AUTH_SOCK; 14:16:07 unset SSH_AGENT_PID; 14:16:07 echo Agent pid 51 killed; 14:16:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:16:07 + git semver [Pipeline] } 14:16:07 $ docker stop --time=1 42d4dbad19bf1762f35e07405a189a3dc2670de2b785fd0827e60abeaadc7874 14:16:09 $ docker rm -f 42d4dbad19bf1762f35e07405a189a3dc2670de2b785fd0827e60abeaadc7874 [Pipeline] // withDockerContainer [Pipeline] sh 14:16:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:16:10 Stashed 1 file(s) [Pipeline] echo 14:16:10 [edgeXSemver]: initialized semver on version 1.3.2-dev.3 [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 14:16:25 Still waiting to schedule task 14:16:25 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32662’ 14:16:25 Still waiting to schedule task 14:16:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:18:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32663 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 14:18:21 Running in /w/workspace/device-modbus-go/40 [Pipeline] { [Pipeline] checkout 14:18:26 using credential edgex-jenkins-ssh 14:18:26 Cloning the remote Git repository 14:18:26 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 14:18:26 > git init /w/workspace/device-modbus-go/40 # timeout=10 14:18:26 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 14:18:26 > git --version # timeout=10 14:18:26 > git --version # 'git version 2.17.1' 14:18:26 using GIT_SSH to set credentials SSH Credentials for GitHub 14:18:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:18:27 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 14:18:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:18:27 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 14:18:27 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 14:18:27 using GIT_SSH to set credentials SSH Credentials for GitHub 14:18:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 14:18:27 Checking out Revision 6aeaeb9ab34b96e9812ba5507584c335313791a4 (master) 14:18:27 > git config core.sparsecheckout # timeout=10 14:18:27 > git checkout -f 6aeaeb9ab34b96e9812ba5507584c335313791a4 # timeout=10 14:18:32 Commit message: "Merge pull request #219 from weichou1229/issue-108" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:18:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:18:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:18:34 + sudo service docker restart 14:18:34 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:18:37 provisioning config files... 14:18:37 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/40@tmp/config4881049084985739885tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:18:38 ---> docker-login.sh 14:18:38 nexus3.edgexfoundry.org:10001 14:18:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:18:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:18:39 Configure a credential helper to remove this warning. See 14:18:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:18:39 14:18:39 Login Succeeded 14:18:39 nexus3.edgexfoundry.org:10002 14:18:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:18:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:18:40 Configure a credential helper to remove this warning. See 14:18:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:18:40 14:18:40 Login Succeeded 14:18:40 nexus3.edgexfoundry.org:10003 14:18:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:18:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:18:40 Configure a credential helper to remove this warning. See 14:18:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:18:40 14:18:40 Login Succeeded 14:18:40 nexus3.edgexfoundry.org:10004 14:18:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:18:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:18:41 Configure a credential helper to remove this warning. See 14:18:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:18:41 14:18:41 Login Succeeded 14:18:41 docker.io 14:18:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:18:57 Running on prd-centos7-docker-4c-2g-32664 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 14:18:57 Running in /w/workspace/device-modbus-go/40 [Pipeline] { [Pipeline] checkout 14:18:59 Error response from daemon: Get https://registry-1.docker.io/v2/: Get https://auth.docker.io/token?account=edgexci&client_id=docker&offline_token=true&service=registry.docker.io: net/http: request canceled (Client.Timeout exceeded while awaiting headers) (Client.Timeout exceeded while awaiting headers) [Pipeline] } 14:18:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } 14:19:00 using credential edgex-jenkins-ssh [Pipeline] // script 14:19:00 Cloning the remote Git repository [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [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 14:19:00 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 14:19:00 > git init /w/workspace/device-modbus-go/40 # timeout=10 14:19:00 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 14:19:00 > git --version # timeout=10 14:19:00 > git --version # 'git version 2.24.3' 14:19:00 using GIT_SSH to set credentials SSH Credentials for GitHub 14:19:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:19:01 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 14:19:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:19:01 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 14:19:01 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 14:19:01 using GIT_SSH to set credentials SSH Credentials for GitHub 14:19:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] libraryResource [Pipeline] sh 14:19:01 Checking out Revision 6aeaeb9ab34b96e9812ba5507584c335313791a4 (master) 14:19:01 ---> job-cost.sh 14:19:01 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-PDur 14:19:01 > git config core.sparsecheckout # timeout=10 14:19:01 > git checkout -f 6aeaeb9ab34b96e9812ba5507584c335313791a4 # timeout=10 14:19:05 Commit message: "Merge pull request #219 from weichou1229/issue-108" 14:19:05 14:19:05 GitHub has been notified of this commit’s build result 14:19:05 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:19:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:19:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:19:07 + true 14:19:07 + sudo service docker restart 14:19:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:19:08 provisioning config files... 14:19:08 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/40@tmp/config6321049159910757135tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:19:08 ---> docker-login.sh 14:19:08 nexus3.edgexfoundry.org:10001 14:19:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:09 Configure a credential helper to remove this warning. See 14:19:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:09 14:19:09 Login Succeeded 14:19:09 nexus3.edgexfoundry.org:10002 14:19:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:09 Configure a credential helper to remove this warning. See 14:19:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:09 14:19:09 Login Succeeded 14:19:09 nexus3.edgexfoundry.org:10003 14:19:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:09 Configure a credential helper to remove this warning. See 14:19:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:09 14:19:09 Login Succeeded 14:19:09 nexus3.edgexfoundry.org:10004 14:19:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:19:09 Configure a credential helper to remove this warning. See 14:19:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:19:09 14:19:09 Login Succeeded 14:19:09 docker.io 14:19:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:19:11 Error response from daemon: Get https://registry-1.docker.io/v2/: EOF [Pipeline] } 14:19:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [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 14:19:12 ---> job-cost.sh 14:19:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FCip 14:19:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:19:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:19:54 lf-activate-venv(): INFO: Adding /tmp/venv-FCip/bin to PATH 14:19:54 INFO: No Stack... 14:19:54 INFO: Retrieving Pricing Info for: v1-standard-2 14:19:54 INFO: Archiving Costs [Pipeline] sh 14:19:55 + cat /w/workspace/device-modbus-go/40/archives/cost.csv 14:19:55 + cut -d, -f6 [Pipeline] lock 14:19:55 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-master-40-stack-cost] 14:19:55 Resource [jenkins-edgexfoundry-device-modbus-go-master-40-stack-cost] did not exist. Created. 14:19:55 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-master-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:19:55 + echo total: 0.029999999329447746 [Pipeline] stash 14:19:56 Stashed 1 file(s) [Pipeline] } 14:19:56 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-master-40-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:19:56 Failed in branch amd64 14:21:02 lf-activate-venv(): INFO: Adding /tmp/venv-PDur/bin to PATH 14:21:02 INFO: No Stack... 14:21:02 INFO: Retrieving Pricing Info for: lf-standard-4 14:21:02 INFO: Archiving Costs [Pipeline] sh 14:21:02 + cut -d, -f6 14:21:02 + cat /w/workspace/device-modbus-go/40/archives/cost.csv [Pipeline] lock 14:21:02 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-master-40-stack-cost] 14:21:02 Resource [jenkins-edgexfoundry-device-modbus-go-master-40-stack-cost] did not exist. Created. 14:21:02 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-master-40-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:21:03 /w/workspace/device-modbus-go/40@tmp/durable-a1939bdd/script.sh: 1: /w/workspace/device-modbus-go/40@tmp/durable-a1939bdd/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 14:21:03 + echo total: 0.20999999344348907 [Pipeline] stash 14:21:03 Warning: overwriting stash ‘stack-cost’ 14:21:04 Stashed 1 file(s) [Pipeline] } 14:21:04 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-master-40-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:21:05 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 14:21:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:21:08 ---> package-listing.sh 14:21:08 ++ facter osfamily 14:21:08 ++ tr '[:upper:]' '[:lower:]' 14:21:08 + OS_FAMILY=redhat 14:21:08 + workspace=/w/workspace/xfoundry_device-modbus-go_master 14:21:08 + START_PACKAGES=/tmp/packages_start.txt 14:21:08 + END_PACKAGES=/tmp/packages_end.txt 14:21:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:21:08 + PACKAGES=/tmp/packages_start.txt 14:21:08 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 14:21:08 + PACKAGES=/tmp/packages_end.txt 14:21:08 + case "${OS_FAMILY}" in 14:21:08 + rpm -qa 14:21:08 + sort 14:21:13 + '[' -f /tmp/packages_start.txt ']' 14:21:13 + '[' -f /tmp/packages_end.txt ']' 14:21:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:21:13 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 14:21:13 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 14:21:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] echo 14:21:13 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:21:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:21:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:21:14 14:21:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:21:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:21:14 alpine: Pulling from edgex-lftools-log-publisher 14:21:14 df20fa9351a1: Pulling fs layer 14:21:14 36b3adc4ff6f: Pulling fs layer 14:21:14 8ad3a11d3b57: Pulling fs layer 14:21:14 46f8f816bc3b: Pulling fs layer 14:21:14 93b61091891f: Pulling fs layer 14:21:14 93b9cdb0e59b: Pulling fs layer 14:21:14 5e14af77c1be: Pulling fs layer 14:21:14 01666e4c0597: Pulling fs layer 14:21:14 aa168da1d23b: Pulling fs layer 14:21:14 93b9cdb0e59b: Waiting 14:21:14 01666e4c0597: Waiting 14:21:14 aa168da1d23b: Waiting 14:21:14 5e14af77c1be: Waiting 14:21:14 46f8f816bc3b: Waiting 14:21:14 36b3adc4ff6f: Verifying Checksum 14:21:14 36b3adc4ff6f: Download complete 14:21:15 46f8f816bc3b: Verifying Checksum 14:21:15 46f8f816bc3b: Download complete 14:21:15 df20fa9351a1: Verifying Checksum 14:21:15 df20fa9351a1: Download complete 14:21:15 93b9cdb0e59b: Verifying Checksum 14:21:15 93b9cdb0e59b: Download complete 14:21:15 93b61091891f: Verifying Checksum 14:21:15 93b61091891f: Download complete 14:21:15 5e14af77c1be: Verifying Checksum 14:21:15 5e14af77c1be: Download complete 14:21:15 01666e4c0597: Verifying Checksum 14:21:15 01666e4c0597: Download complete 14:21:15 8ad3a11d3b57: Verifying Checksum 14:21:15 8ad3a11d3b57: Download complete 14:21:15 df20fa9351a1: Pull complete 14:21:15 36b3adc4ff6f: Pull complete 14:21:16 8ad3a11d3b57: Pull complete 14:21:16 46f8f816bc3b: Pull complete 14:21:17 93b61091891f: Pull complete 14:21:17 aa168da1d23b: Verifying Checksum 14:21:17 aa168da1d23b: Download complete 14:21:17 93b9cdb0e59b: Pull complete 14:21:17 5e14af77c1be: Pull complete 14:21:17 01666e4c0597: Pull complete 14:21:25 aa168da1d23b: Pull complete 14:21:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:21:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:21:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:21:26 prd-centos7-docker-4c-2g-32662 does not seem to be running inside a container 14:21:26 $ 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_master/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_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:21:30 $ docker top 87f0845b02102a07aff69335b22919be11d0a8732ab1d88deba5a5ce7c559945 -eo pid,comm [Pipeline] { [Pipeline] sh 14:21:30 + touch /tmp/pre-build-complete [Pipeline] sh 14:21:30 + mkdir -p /var/log/sa [Pipeline] sh 14:21:31 + ls /var/log/sa-host 14:21:31 + sadf -c /var/log/sa-host/sa03 14:21:31 file_magic: OK 14:21:31 HZ: Using current value: 100 14:21:31 file_header: OK 14:21:31 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 14:21:31 Statistics: 14:21:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:21:31 File successfully converted to sysstat format version 12.2.1 14:21:31 + sadf -c /var/log/sa-host/sa23 14:21:31 file_magic: OK 14:21:31 HZ: Using current value: 100 14:21:31 file_header: OK 14:21:31 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 14:21:31 Statistics: 14:21:31 Hnuu...uuuununununu... 14:21:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:21:31 provisioning config files... 14:21:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config2206540566165612275tmp [Pipeline] { [Pipeline] echo 14:21:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:21:32 ---> create-netrc.sh [Pipeline] } 14:21:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:21:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:21:32 ---> python-tools-install.sh [Pipeline] echo 14:21:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:21:32 ---> sudo-logs.sh 14:21:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:21:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:21:33 ---> job-cost.sh 14:21:33 lf-activate-venv: SKIPPING 14:21:33 DEBUG: total: 0.20999999344348907 14:21:33 INFO: Retrieving Stack Cost... 14:21:34 INFO: Retrieving Pricing Info for: v1-standard-2 14:21:35 INFO: Archiving Costs [Pipeline] echo 14:21:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:21:35 ---> logs-deploy.sh 14:21:35 lf-activate-venv: SKIPPING 14:21:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/40 14:21:35 INFO: archiving workspace using pattern(s): 14:21:37 Archives upload complete. 14:21:37 INFO: archiving logs to Nexus 14:21:38 ---> uname -a: 14:21:38 Linux prd-centos7-docker-4c-2g-32662.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:21:38 14:21:38 14:21:38 ---> lscpu: 14:21:38 Architecture: x86_64 14:21:38 CPU op-mode(s): 32-bit, 64-bit 14:21:38 Byte Order: Little Endian 14:21:38 Address sizes: 40 bits physical, 48 bits virtual 14:21:38 CPU(s): 4 14:21:38 On-line CPU(s) list: 0-3 14:21:38 Thread(s) per core: 1 14:21:38 Core(s) per socket: 1 14:21:38 Socket(s): 4 14:21:38 NUMA node(s): 1 14:21:38 Vendor ID: GenuineIntel 14:21:38 CPU family: 6 14:21:38 Model: 44 14:21:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:21:38 Stepping: 1 14:21:38 CPU MHz: 2933.438 14:21:38 BogoMIPS: 5866.87 14:21:38 Virtualization: VT-x 14:21:38 Hypervisor vendor: KVM 14:21:38 Virtualization type: full 14:21:38 L1d cache: 128 KiB 14:21:38 L1i cache: 128 KiB 14:21:38 L2 cache: 16 MiB 14:21:38 L3 cache: 64 MiB 14:21:38 NUMA node0 CPU(s): 0-3 14:21:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:21:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:21:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:21:38 Vulnerability Meltdown: Mitigation; PTI 14:21:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:21:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:21:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:21:38 Vulnerability Srbds: Not affected 14:21:38 Vulnerability Tsx async abort: Not affected 14:21:38 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 14:21:38 14:21:38 14:21:38 ---> nproc: 14:21:38 4 14:21:38 14:21:38 14:21:38 ---> df -h: 14:21:38 Filesystem Size Used Available Use% Mounted on 14:21:38 overlay 50.0G 7.3G 42.7G 15% / 14:21:38 tmpfs 64.0M 0 64.0M 0% /dev 14:21:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:21:38 shm 64.0M 0 64.0M 0% /dev/shm 14:21:38 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 14:21:38 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 14:21:38 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 14:21:38 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 14:21:38 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 14:21:38 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 14:21:38 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 14:21:38 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_device-modbus-go_master 14:21:38 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_device-modbus-go_master@tmp 14:21:38 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 14:21:38 14:21:38 14:21:38 ---> free -m: 14:21:38 total used free shared buff/cache available 14:21:38 Mem: 1837 717 100 0 1019 1015 14:21:38 Swap: 1023 0 1023 14:21:38 14:21:38 14:21:38 ---> ip addr: 14:21:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:21:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:21:38 inet 127.0.0.1/8 scope host lo 14:21:38 valid_lft forever preferred_lft forever 14:21:38 inet6 ::1/128 scope host 14:21:38 valid_lft forever preferred_lft forever 14:21:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:21:38 link/ether fa:16:3e:49:6e:0c brd ff:ff:ff:ff:ff:ff 14:21:38 inet 10.30.122.239/23 brd 10.30.123.255 scope global dynamic eth0 14:21:38 valid_lft 86018sec preferred_lft 86018sec 14:21:38 inet6 fe80::f816:3eff:fe49:6e0c/64 scope link 14:21:38 valid_lft forever preferred_lft forever 14:21:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:21:38 link/ether 02:42:94:9a:32:9e brd ff:ff:ff:ff:ff:ff 14:21:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:21:38 valid_lft forever preferred_lft forever 14:21:38 inet6 fe80::42:94ff:fe9a:329e/64 scope link 14:21:38 valid_lft forever preferred_lft forever 14:21:38 14:21:38 14:21:38 ---> sar -b -r -n DEV: 14:21:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/03/21 _x86_64_ (4 CPU) 14:21:38 14:21:38 14:15:00 LINUX RESTART (4 CPU) 14:21:38 14:21:38 14:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:21:38 14:17:01 21.13 5.19 15.94 0.00 1230.88 2915.24 0.00 14:21:38 14:18:01 0.47 0.00 0.47 0.00 0.00 6.78 0.00 14:21:38 14:19:01 0.30 0.00 0.30 0.00 0.00 3.00 0.00 14:21:38 14:20:01 0.30 0.00 0.30 0.00 0.00 3.21 0.00 14:21:38 14:21:01 0.73 0.00 0.73 0.00 0.00 9.63 0.00 14:21:38 Average: 4.59 1.04 3.55 0.00 246.37 588.04 0.00 14:21:38 14:21:38 14:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:21:38 14:17:01 154620 0 621528 33.03 2620 1102776 1105428 37.73 429616 1098984 20 14:21:38 14:18:01 158928 0 617216 32.80 2620 1102780 1080384 36.87 438536 1086892 8 14:21:38 14:19:01 158376 0 617760 32.83 2620 1102788 1080444 36.87 439748 1086108 20 14:21:38 14:20:01 158456 0 617680 32.83 2620 1102788 1080324 36.87 444656 1081636 12 14:21:38 14:21:01 157968 0 618160 32.85 2620 1102796 1080408 36.87 445980 1080868 8 14:21:38 Average: 157670 0 618469 32.87 2620 1102786 1085398 37.04 439707 1086898 14 14:21:38 14:21:38 14:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:21:38 14:17:01 eth0 30.67 23.88 29.60 23.89 0.00 0.00 0.00 0.00 14:21:38 14:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:21:38 14:17:01 docker0 2.30 1.76 0.42 4.34 0.00 0.00 0.00 0.00 14:21:38 14:18:01 eth0 3.41 1.77 2.43 0.12 0.00 0.00 0.00 0.00 14:21:38 14:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:21:38 14:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:21:38 14:19:01 eth0 1.50 0.68 0.62 0.34 0.00 0.00 0.00 0.00 14:21:38 14:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:21:38 14:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:21:38 14:20:01 eth0 0.12 0.10 0.01 0.07 0.00 0.00 0.00 0.00 14:21:38 14:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:21:38 14:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:21:38 14:21:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 14:21:38 14:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:21:38 14:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:21:38 Average: eth0 7.19 5.32 6.55 4.90 0.00 0.00 0.00 0.00 14:21:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:21:38 Average: docker0 0.46 0.35 0.08 0.87 0.00 0.00 0.00 0.00 14:21:38 14:21:38 14:21:38 ---> sar -P ALL: 14:21:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/03/21 _x86_64_ (4 CPU) 14:21:38 14:21:38 14:15:00 LINUX RESTART (4 CPU) 14:21:38 14:21:38 14:16:01 CPU %user %nice %system %iowait %steal %idle 14:21:38 14:17:01 all 1.61 0.00 1.04 0.34 0.02 96.99 14:21:38 14:17:01 0 1.37 0.00 0.97 0.80 0.02 96.84 14:21:38 14:17:01 1 1.44 0.00 1.17 0.05 0.02 97.33 14:21:38 14:17:01 2 1.66 0.00 1.07 0.44 0.02 96.82 14:21:38 14:17:01 3 1.96 0.00 0.97 0.08 0.03 96.96 14:21:38 14:18:01 all 0.17 0.00 0.06 0.00 0.00 99.77 14:21:38 14:18:01 0 0.07 0.00 0.07 0.00 0.00 99.87 14:21:38 14:18:01 1 0.05 0.00 0.07 0.00 0.00 99.88 14:21:38 14:18:01 2 0.05 0.00 0.07 0.00 0.00 99.88 14:21:38 14:18:01 3 0.52 0.00 0.03 0.00 0.00 99.45 14:21:38 14:19:01 all 0.08 0.00 0.03 0.00 0.00 99.89 14:21:38 14:19:01 0 0.07 0.00 0.03 0.00 0.02 99.88 14:21:38 14:19:01 1 0.05 0.00 0.02 0.00 0.00 99.93 14:21:38 14:19:01 2 0.07 0.00 0.03 0.00 0.00 99.90 14:21:38 14:19:01 3 0.13 0.00 0.03 0.00 0.00 99.83 14:21:38 14:20:01 all 0.10 0.00 0.03 0.00 0.00 99.87 14:21:38 14:20:01 0 0.03 0.00 0.03 0.00 0.00 99.93 14:21:38 14:20:01 1 0.02 0.00 0.03 0.00 0.00 99.95 14:21:38 14:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 14:21:38 14:20:01 3 0.33 0.00 0.03 0.00 0.00 99.63 14:21:38 14:21:01 all 0.16 0.00 0.03 0.00 0.00 99.80 14:21:38 14:21:01 0 0.02 0.00 0.00 0.00 0.00 99.98 14:21:38 14:21:01 1 0.05 0.00 0.07 0.00 0.00 99.88 14:21:38 14:21:01 2 0.05 0.00 0.03 0.00 0.02 99.90 14:21:38 14:21:01 3 0.53 0.00 0.02 0.00 0.00 99.45 14:21:38 Average: all 0.42 0.00 0.24 0.07 0.01 99.26 14:21:38 Average: 0 0.31 0.00 0.22 0.16 0.01 99.30 14:21:38 Average: 1 0.32 0.00 0.27 0.01 0.00 99.40 14:21:38 Average: 2 0.37 0.00 0.24 0.09 0.01 99.29 14:21:38 Average: 3 0.69 0.00 0.22 0.02 0.01 99.07 14:21:38 14:21:38 14:21:38