Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21451 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 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 Checking out Revision 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 (master) > 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 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 # timeout=10 Commit message: "Merge pull request #215 from iain-anderson/commit-lint" > git rev-list --no-walk 6e20a1d0031e874d4eec2dbc8984745391b205bd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:03:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:03:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:03:53 ========================================================= 01:03:53 EdgeX Global Pipelines Version Info 01:03:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:03:54 ------------------- 01:03:54 stable info: 01:03:54 ------------------- 01:03:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:03:54 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:03:54 Message: update stable to v1.0.179 01:03:56 ------------------- 01:03:56 experimental info: 01:03:56 ------------------- 01:03:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:03:56 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:03:56 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:03:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 01:03:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 01:03:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:03:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:03:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:03:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:03:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 01:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:03:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:03:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:03:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:03:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:03:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:03:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:03:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:03:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:03:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:03:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:03:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:03:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:03:59 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:03:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 01:03:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 01:03:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 01:03:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 [Pipeline] echo 01:03:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f3888b [Pipeline] echo 01:03:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:03:59 provisioning config files... 01:03:59 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7472688900410765524tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:04:00 ---> docker-login.sh 01:04:00 nexus3.edgexfoundry.org:10001 01:04:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:04:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:04:00 Configure a credential helper to remove this warning. See 01:04:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:04:00 01:04:00 Login Succeeded 01:04:00 nexus3.edgexfoundry.org:10002 01:04:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:04:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:04:00 Configure a credential helper to remove this warning. See 01:04:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:04:00 01:04:00 Login Succeeded 01:04:00 nexus3.edgexfoundry.org:10003 01:04:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:04:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:04:01 Configure a credential helper to remove this warning. See 01:04:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:04:01 01:04:01 Login Succeeded 01:04:01 nexus3.edgexfoundry.org:10004 01:04:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:04:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:04:01 Configure a credential helper to remove this warning. See 01:04:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:04:01 01:04:01 Login Succeeded 01:04:01 docker.io 01:04:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:04:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:04:01 Configure a credential helper to remove this warning. See 01:04:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:04:01 01:04:01 Login Succeeded 01:04:01 ---> docker-login.sh ends [Pipeline] } 01:04:01 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 01:04:02 + git log --format=format:%s -1 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 [Pipeline] echo 01:04:02 GIT_COMMIT: 9f3888b97fc6b215bf6207a034605e4e0e7d1a95, Commit Message: Merge pull request #215 from iain-anderson/commit-lint [Pipeline] echo 01:04:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:04:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:04:03 01:04:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:04:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:04:03 latest: Pulling from edgex-devops/git-semver 01:04:03 31603596830f: Pulling fs layer 01:04:03 2a8b12db71e7: Pulling fs layer 01:04:03 6ca5941a6612: Pulling fs layer 01:04:03 ecc8261a40a4: Pulling fs layer 01:04:03 ecc8261a40a4: Waiting 01:04:03 2a8b12db71e7: Verifying Checksum 01:04:03 2a8b12db71e7: Download complete 01:04:04 31603596830f: Verifying Checksum 01:04:04 31603596830f: Download complete 01:04:04 ecc8261a40a4: Verifying Checksum 01:04:04 ecc8261a40a4: Download complete 01:04:04 6ca5941a6612: Verifying Checksum 01:04:04 6ca5941a6612: Download complete 01:04:04 31603596830f: Pull complete 01:04:04 2a8b12db71e7: Pull complete 01:04:05 6ca5941a6612: Pull complete 01:04:05 ecc8261a40a4: Pull complete 01:04:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:04:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:04:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:04:05 prd-centos7-docker-4c-2g-21451 does not seem to be running inside a container 01:04:05 $ 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 01:04:08 $ docker top 27e4dafe2adffdb5f07a8034df6b2e792f43026abd337304aaf7c397ec46a68b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:04:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:04:08 [ssh-agent] Looking for ssh-agent implementation... 01:04:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:04:08 $ docker exec 27e4dafe2adffdb5f07a8034df6b2e792f43026abd337304aaf7c397ec46a68b ssh-agent 01:04:08 SSH_AUTH_SOCK=/tmp/ssh-L8zTywx0xRuJ/agent.11 01:04:08 SSH_AGENT_PID=16 01:04:08 Running ssh-add (command line suppressed) 01:04:09 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7980676701119130574.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7980676701119130574.key) 01:04:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:04:09 + git tag --points-at HEAD [Pipeline] } 01:04:09 $ docker exec --env ******** --env ******** 27e4dafe2adffdb5f07a8034df6b2e792f43026abd337304aaf7c397ec46a68b ssh-agent -k 01:04:09 unset SSH_AUTH_SOCK; 01:04:09 unset SSH_AGENT_PID; 01:04:09 echo Agent pid 16 killed; 01:04:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:04:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:04:09 [ssh-agent] Looking for ssh-agent implementation... 01:04:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:04:09 $ docker exec 27e4dafe2adffdb5f07a8034df6b2e792f43026abd337304aaf7c397ec46a68b ssh-agent 01:04:10 SSH_AUTH_SOCK=/tmp/ssh-0y1VeC255lAj/agent.46 01:04:10 SSH_AGENT_PID=51 01:04:10 Running ssh-add (command line suppressed) 01:04:10 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5558643905026327357.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5558643905026327357.key) 01:04:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:04:10 + git semver init 01:04:10 # -> Open(): unable to determine branch for HEAD 01:04:10 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 01:04:10 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 01:04:10 # $SEMVER_REMOTE_NAME = origin 01:04:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:04:10 # $SEMVER_USER_NAME = edgex-jenkins 01:04:10 # $SEMVER_BRANCH = master 01:04:10 # $SEMVER_TEMP = /tmp/semver-636590555 01:04:10 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 01:04:11 # '/tmp/semver-636590555' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 01:04:11 # -> Force: false 01:04:11 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 01:04:11 $ docker exec --env ******** --env ******** 27e4dafe2adffdb5f07a8034df6b2e792f43026abd337304aaf7c397ec46a68b ssh-agent -k 01:04:11 unset SSH_AUTH_SOCK; 01:04:11 unset SSH_AGENT_PID; 01:04:11 echo Agent pid 51 killed; 01:04:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:04:11 + git semver [Pipeline] } 01:04:12 $ docker stop --time=1 27e4dafe2adffdb5f07a8034df6b2e792f43026abd337304aaf7c397ec46a68b 01:04:13 $ docker rm -f 27e4dafe2adffdb5f07a8034df6b2e792f43026abd337304aaf7c397ec46a68b [Pipeline] // withDockerContainer [Pipeline] sh 01:04:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:04:14 Stashed 1 file(s) [Pipeline] echo 01:04:14 [edgeXSemver]: initialized semver on version 1.3.1-dev.8 [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 01:04:29 Still waiting to schedule task 01:04:29 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21453’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 01:04:29 Still waiting to schedule task 01:04:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 01:05:37 Running on prd-centos7-docker-4c-2g-21455 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 01:05:37 Running in /w/workspace/device-modbus-go/36 [Pipeline] { [Pipeline] checkout 01:05:40 using credential edgex-jenkins-ssh 01:05:40 Cloning the remote Git repository 01:05:40 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 01:05:40 > git init /w/workspace/device-modbus-go/36 # timeout=10 01:05:40 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 01:05:40 > git --version # timeout=10 01:05:40 > git --version # 'git version 2.24.3' 01:05:40 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:05:41 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 01:05:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:05:41 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 01:05:41 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 01:05:41 using GIT_SSH to set credentials SSH Credentials for GitHub 01:05:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 01:05:41 Checking out Revision 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 (master) 01:05:41 > git config core.sparsecheckout # timeout=10 01:05:41 > git checkout -f 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 # timeout=10 01:05:45 Commit message: "Merge pull request #215 from iain-anderson/commit-lint" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:05:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:05:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:05:47 + sudo service docker restart 01:05:47 + true 01:05:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:05:48 provisioning config files... 01:05:48 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/36@tmp/config8323997613642959671tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:05:48 ---> docker-login.sh 01:05:48 nexus3.edgexfoundry.org:10001 01:05:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:49 Configure a credential helper to remove this warning. See 01:05:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:49 01:05:49 Login Succeeded 01:05:49 nexus3.edgexfoundry.org:10002 01:05:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:49 Configure a credential helper to remove this warning. See 01:05:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:49 01:05:49 Login Succeeded 01:05:49 nexus3.edgexfoundry.org:10003 01:05:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:49 Configure a credential helper to remove this warning. See 01:05:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:49 01:05:49 Login Succeeded 01:05:49 nexus3.edgexfoundry.org:10004 01:05:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:49 Configure a credential helper to remove this warning. See 01:05:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:49 01:05:49 Login Succeeded 01:05:49 docker.io 01:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:05:50 Configure a credential helper to remove this warning. See 01:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:05:50 01:05:50 Login Succeeded 01:05:50 ---> docker-login.sh ends [Pipeline] } 01:05:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:05:50 ========================================================= 01:05:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:05:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:05:51 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 01:05:51 Sending build context to Docker daemon 549.9kB 01:05:51 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 01:05:51 Step 2/8 : FROM ${BASE} 01:05:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:05:51 188c0c94c7c5: Pulling fs layer 01:05:51 0ef7d3d256c8: Pulling fs layer 01:05:51 de9db76c5a1d: Pulling fs layer 01:05:51 bca2f99d35d6: Pulling fs layer 01:05:51 93359f2a8cfa: Pulling fs layer 01:05:51 7c6f9722023f: Pulling fs layer 01:05:51 a35cf1a2eb13: Pulling fs layer 01:05:51 93359f2a8cfa: Waiting 01:05:51 7c6f9722023f: Waiting 01:05:51 a35cf1a2eb13: Waiting 01:05:51 bca2f99d35d6: Waiting 01:05:51 de9db76c5a1d: Verifying Checksum 01:05:51 de9db76c5a1d: Download complete 01:05:51 0ef7d3d256c8: Verifying Checksum 01:05:51 0ef7d3d256c8: Download complete 01:05:51 93359f2a8cfa: Verifying Checksum 01:05:51 93359f2a8cfa: Download complete 01:05:51 7c6f9722023f: Verifying Checksum 01:05:51 7c6f9722023f: Download complete 01:05:51 188c0c94c7c5: Verifying Checksum 01:05:51 188c0c94c7c5: Download complete 01:05:52 188c0c94c7c5: Pull complete 01:05:52 0ef7d3d256c8: Pull complete 01:05:52 de9db76c5a1d: Pull complete 01:05:53 a35cf1a2eb13: Verifying Checksum 01:05:53 a35cf1a2eb13: Download complete 01:05:54 bca2f99d35d6: Download complete 01:05:59 bca2f99d35d6: Pull complete 01:05:59 93359f2a8cfa: Pull complete 01:05:59 7c6f9722023f: Pull complete 01:06:07 a35cf1a2eb13: Pull complete 01:06:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:06:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:06:07 ---> a62c8e92a672 01:06:07 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 01:06:07 ---> Running in dd14ef80f69a 01:06:08 Removing intermediate container dd14ef80f69a 01:06:08 ---> 5bf89521466a 01:06:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:08 ---> Running in c1e6debf6e68 01:06:09 Removing intermediate container c1e6debf6e68 01:06:09 ---> ee376b94057c 01:06:09 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 01:06:09 ---> Running in e21b3efda140 01:06:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:06:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:06:11 (1/14) Installing libmagic (5.38-r0) 01:06:11 (2/14) Installing file (5.38-r0) 01:06:11 (3/14) Installing libc-dev (0.7.2-r3) 01:06:11 (4/14) Installing g++ (9.3.0-r2) 01:06:16 (5/14) Installing fortify-headers (1.1-r0) 01:06:16 (6/14) Installing patch (2.7.6-r6) 01:06:16 (7/14) Installing build-base (0.5-r2) 01:06:16 (8/14) Installing openssh-keygen (8.3_p1-r1) 01:06:16 (9/14) Installing libedit (20191231.3.1-r0) 01:06:16 (10/14) Installing openssh-client (8.3_p1-r1) 01:06:16 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 01:06:17 (12/14) Installing openssh-server-common (8.3_p1-r1) 01:06:17 (13/14) Installing openssh-server (8.3_p1-r1) 01:06:17 (14/14) Installing openssh (8.3_p1-r1) 01:06:17 Executing busybox-1.31.1-r19.trigger 01:06:17 OK: 237 MiB in 53 packages 01:06:20 Removing intermediate container e21b3efda140 01:06:20 ---> 6a491b8505a2 01:06:20 Step 6/8 : WORKDIR /device-modbus-go 01:06:20 ---> Running in a4d482b7df51 01:06:20 Removing intermediate container a4d482b7df51 01:06:20 ---> 309b80a47fbb 01:06:20 Step 7/8 : COPY . . 01:06:21 ---> d68fc8376921 01:06:21 Step 8/8 : RUN go mod download 01:06:21 ---> Running in f995ba755e33 01:06:39 Removing intermediate container f995ba755e33 01:06:39 ---> 1b7d3e552c45 01:06:39 Successfully built 1b7d3e552c45 01:06:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:06:40 + docker inspect -f . ci-base-image-x86_64 01:06:40 . [Pipeline] withDockerContainer 01:06:40 prd-centos7-docker-4c-2g-21455 does not seem to be running inside a container 01:06:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/36 -v /w/workspace/device-modbus-go/36:/w/workspace/device-modbus-go/36:rw,z -v /w/workspace/device-modbus-go/36@tmp:/w/workspace/device-modbus-go/36@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 ******** ci-base-image-x86_64 cat 01:06:41 $ docker top fce82df1e48b12758bcd7513f58121c25183a3c3e65142158537157fa436454c -eo pid,comm [Pipeline] { [Pipeline] sh 01:06:41 + go version 01:06:41 go version go1.15.5 linux/amd64 [Pipeline] } 01:06:41 $ docker stop --time=1 fce82df1e48b12758bcd7513f58121c25183a3c3e65142158537157fa436454c 01:06:43 $ docker rm -f fce82df1e48b12758bcd7513f58121c25183a3c3e65142158537157fa436454c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:06:43 + docker inspect -f . ci-base-image-x86_64 01:06:43 . [Pipeline] withDockerContainer 01:06:43 prd-centos7-docker-4c-2g-21455 does not seem to be running inside a container 01:06:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/36 -v /w/workspace/device-modbus-go/36:/w/workspace/device-modbus-go/36:rw,z -v /w/workspace/device-modbus-go/36@tmp:/w/workspace/device-modbus-go/36@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 ******** ci-base-image-x86_64 cat 01:06:44 $ docker top 8a63b215f2652e31de65ed5b6f34be97b08bdc82a42b658053933c700abdc6c1 -eo pid,comm [Pipeline] { [Pipeline] sh 01:06:45 + make test 01:06:45 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 01:06:46 ? github.com/edgexfoundry/device-modbus-go [no test files] 01:06:56 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 01:06:57 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.301s coverage: 50.3% of statements 01:06:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:06:59 gofmt -l . 01:06:59 [ "`gofmt -l .`" = "" ] 01:06:59 ./bin/test-attribution-txt.sh 01:06:59 ./bin/test-go-mod-tidy.sh [Pipeline] } 01:07:00 $ docker stop --time=1 8a63b215f2652e31de65ed5b6f34be97b08bdc82a42b658053933c700abdc6c1 01:07:02 $ docker rm -f 8a63b215f2652e31de65ed5b6f34be97b08bdc82a42b658053933c700abdc6c1 [Pipeline] // withDockerContainer [Pipeline] sh 01:07:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:07:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:07:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:07:06 + ls -al . 01:07:06 total 104 01:07:06 drwxrwxr-x. 9 jenkins jenkins 4096 Jan 20 01:06 . 01:07:06 drwxrwxr-x. 4 jenkins jenkins 30 Jan 20 01:05 .. 01:07:06 -rw-rw-r--. 1 jenkins jenkins 5589 Jan 20 01:05 Attribution.txt 01:07:06 drwxrwxr-x. 2 jenkins jenkins 87 Jan 20 01:05 bin 01:07:06 drwxrwxr-x. 3 jenkins jenkins 32 Jan 20 01:05 cmd 01:07:06 -rw-r--r--. 1 jenkins jenkins 22362 Jan 20 01:06 coverage.out 01:07:06 -rw-rw-r--. 1 jenkins jenkins 1434 Jan 20 01:05 Dockerfile 01:07:06 -rw-rw-r--. 1 jenkins jenkins 958 Jan 20 01:05 Dockerfile.build 01:07:06 -rw-rw-r--. 1 jenkins jenkins 140 Jan 20 01:05 .dockerignore 01:07:06 drwxrwxr-x. 8 jenkins jenkins 162 Jan 20 01:05 .git 01:07:06 drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 01:05 .github 01:07:06 -rw-rw-r--. 1 jenkins jenkins 338 Jan 20 01:05 .gitignore 01:07:06 -rw-r--r--. 1 jenkins jenkins 517 Jan 20 01:06 go.mod 01:07:06 -rw-r--r--. 1 jenkins jenkins 14838 Jan 20 01:06 go.sum 01:07:06 drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 01:05 internal 01:07:06 -rw-rw-r--. 1 jenkins jenkins 679 Jan 20 01:05 Jenkinsfile 01:07:06 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 20 01:05 LICENSE 01:07:06 -rw-rw-r--. 1 jenkins jenkins 880 Jan 20 01:05 Makefile 01:07:06 -rw-rw-r--. 1 jenkins jenkins 591 Jan 20 01:05 README.md 01:07:06 drwxrwxr-x. 2 jenkins jenkins 52 Jan 20 01:05 simulator 01:07:06 drwxrwxr-x. 4 jenkins jenkins 71 Jan 20 01:05 snap 01:07:06 -rw-rw-r--. 1 jenkins jenkins 11 Jan 20 01:04 VERSION 01:07:06 -rw-rw-r--. 1 jenkins jenkins 229 Jan 20 01:05 version.go [Pipeline] isUnix [Pipeline] sh 01:07:06 + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=9f3888b97fc6b215bf6207a034605e4e0e7d1a95 --label arch=amd64 --label version=1.3.1-dev.8 . 01:07:06 Sending build context to Docker daemon 581.1kB 01:07:06 Step 1/20 : ARG BASE=golang:1.15-alpine3.12 01:07:06 Step 2/20 : FROM ${BASE} AS builder 01:07:06 ---> 1b7d3e552c45 01:07:06 Step 3/20 : ARG MAKE='make build' 01:07:07 ---> Running in 9c3c367fd90a 01:07:08 Removing intermediate container 9c3c367fd90a 01:07:08 ---> 8ea1205f9760 01:07:08 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:07:08 ---> Running in ade04508e7c8 01:07:08 Removing intermediate container ade04508e7c8 01:07:08 ---> 28be80889b55 01:07:08 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 01:07:08 ---> Running in 1ec0b0ef14d1 01:07:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:07:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:07:10 OK: 237 MiB in 53 packages 01:07:11 Removing intermediate container 1ec0b0ef14d1 01:07:11 ---> befc672cc2d8 01:07:11 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 01:07:11 ---> Running in f0fb59dbdaed 01:07:11 Removing intermediate container f0fb59dbdaed 01:07:11 ---> aa766e6db8c4 01:07:11 Step 7/20 : COPY . . 01:07:11 ---> 2fc7ff0ab1c6 01:07:11 Step 8/20 : RUN ${MAKE} 01:07:11 ---> Running in 2e1f7bd64b47 01:07:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.1-dev.8" -o cmd/device-modbus ./cmd 01:07:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21457 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 01:07:17 Running in /w/workspace/device-modbus-go/36 [Pipeline] { [Pipeline] checkout 01:07:20 CGO_ENABLED=0 GO111MODULE=on go build ./... 01:07:23 using credential edgex-jenkins-ssh 01:07:23 Cloning the remote Git repository 01:07:23 Removing intermediate container 2e1f7bd64b47 01:07:23 ---> aba82b213480 01:07:23 Step 9/20 : FROM scratch 01:07:23 ---> 01:07:23 Step 10/20 : ENV APP_PORT=49991 01:07:23 ---> Running in bda5ae99fa57 01:07:23 Removing intermediate container bda5ae99fa57 01:07:23 ---> aa327a2b8062 01:07:23 Step 11/20 : EXPOSE $APP_PORT 01:07:23 ---> Running in 5976578de9c4 01:07:23 Removing intermediate container 5976578de9c4 01:07:23 ---> c03e389e1299 01:07:23 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 01:07:23 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 01:07:23 > git init /w/workspace/device-modbus-go/36 # timeout=10 01:07:23 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 01:07:23 > git --version # timeout=10 01:07:23 > git --version # 'git version 2.17.1' 01:07:23 using GIT_SSH to set credentials SSH Credentials for GitHub 01:07:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:07:24 ---> f9def6147c68 01:07:24 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 01:07:24 ---> 3d22e2e3d86b 01:07:24 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 01:07:24 ---> a9ed5c0e09fd 01:07:24 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 01:07:24 ---> Running in c5cf70f02345 01:07:24 Removing intermediate container c5cf70f02345 01:07:24 ---> bd41a64b475b 01:07:24 Step 16/20 : ENTRYPOINT ["/device-modbus"] 01:07:24 ---> Running in 0cf33290ec17 01:07:24 Checking out Revision 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 (master) 01:07:25 Removing intermediate container 0cf33290ec17 01:07:25 ---> 3fbc2eab2bc7 01:07:25 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:25 ---> Running in f469b611707b 01:07:25 Removing intermediate container f469b611707b 01:07:25 ---> 07b92173f58c 01:07:25 Step 18/20 : LABEL arch=amd64 01:07:25 ---> Running in 25bc9b9d5fec 01:07:25 Removing intermediate container 25bc9b9d5fec 01:07:25 ---> 0bceecbb897f 01:07:25 Step 19/20 : LABEL git_sha=9f3888b97fc6b215bf6207a034605e4e0e7d1a95 01:07:25 ---> Running in 1af27d5535cf 01:07:24 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 01:07:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:07:24 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 01:07:24 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 01:07:24 using GIT_SSH to set credentials SSH Credentials for GitHub 01:07:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 01:07:24 > git config core.sparsecheckout # timeout=10 01:07:24 > git checkout -f 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 # timeout=10 01:07:25 Removing intermediate container 1af27d5535cf 01:07:25 ---> 372ff1baa84e 01:07:25 Step 20/20 : LABEL version=1.3.1-dev.8 01:07:25 ---> Running in 1473c9b41acd 01:07:25 Removing intermediate container 1473c9b41acd 01:07:25 ---> 440375a61a96 01:07:25 [Warning] One or more build-args [ARCH] were not consumed 01:07:25 Successfully built 440375a61a96 01:07:25 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:07:26 provisioning config files... 01:07:26 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/36@tmp/config6270017161506246845tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:07:26 ---> docker-login.sh 01:07:26 nexus3.edgexfoundry.org:10001 01:07:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:07:26 Configure a credential helper to remove this warning. See 01:07:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:07:26 01:07:26 Login Succeeded 01:07:26 nexus3.edgexfoundry.org:10002 01:07:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:07:26 Configure a credential helper to remove this warning. See 01:07:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:07:26 01:07:26 Login Succeeded 01:07:26 nexus3.edgexfoundry.org:10003 01:07:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:07:27 Configure a credential helper to remove this warning. See 01:07:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:07:27 01:07:27 Login Succeeded 01:07:27 nexus3.edgexfoundry.org:10004 01:07:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:07:27 Configure a credential helper to remove this warning. See 01:07:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:07:27 01:07:27 Login Succeeded 01:07:27 docker.io 01:07:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:07:27 Configure a credential helper to remove this warning. See 01:07:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:07:27 01:07:27 Login Succeeded 01:07:27 ---> docker-login.sh ends [Pipeline] } 01:07:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:07:27 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 01:07:27 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 01:07:27 latest 01:07:27 1.3.1-dev.8 01:07:27 9f3888b97fc6b215bf6207a034605e4e0e7d1a95-1.3.1-dev.8 01:07:27 master 01:07:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:07:28 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9f3888b97fc6b215bf6207a034605e4e0e7d1a95 [Pipeline] isUnix [Pipeline] sh 01:07:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9f3888b97fc6b215bf6207a034605e4e0e7d1a95 01:07:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 01:07:28 60be1dd966c5: Preparing 01:07:28 da02eb461f49: Preparing 01:07:28 565535a51a95: Preparing 01:07:28 da02eb461f49: Pushed 01:07:29 60be1dd966c5: Pushed 01:07:29 Commit message: "Merge pull request #215 from iain-anderson/commit-lint" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:07:29 565535a51a95: Pushed 01:07:29 9f3888b97fc6b215bf6207a034605e4e0e7d1a95: digest: sha256:9b4d31ae283de60f5d041fcfaf9bf0a174b15a6221ff0bc25022fb99212d63f6 size: 944 [Pipeline] isUnix [Pipeline] sh 01:07:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 01:07:30 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] sh 01:07:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 01:07:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 01:07:31 60be1dd966c5: Preparing 01:07:31 da02eb461f49: Preparing 01:07:31 565535a51a95: Preparing 01:07:31 565535a51a95: Layer already exists 01:07:31 60be1dd966c5: Layer already exists 01:07:31 da02eb461f49: Layer already exists 01:07:31 latest: digest: sha256:9b4d31ae283de60f5d041fcfaf9bf0a174b15a6221ff0bc25022fb99212d63f6 size: 944 [Pipeline] isUnix [Pipeline] sh 01:07:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:07:31 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.8 [Pipeline] isUnix [Pipeline] sh 01:07:31 + true 01:07:31 + sudo service docker restart 01:07:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.8 01:07:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 01:07:31 60be1dd966c5: Preparing 01:07:31 da02eb461f49: Preparing 01:07:31 565535a51a95: Preparing 01:07:31 da02eb461f49: Layer already exists 01:07:31 60be1dd966c5: Layer already exists 01:07:31 565535a51a95: Layer already exists 01:07:31 1.3.1-dev.8: digest: sha256:9b4d31ae283de60f5d041fcfaf9bf0a174b15a6221ff0bc25022fb99212d63f6 size: 944 [Pipeline] isUnix [Pipeline] sh 01:07:32 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9f3888b97fc6b215bf6207a034605e4e0e7d1a95-1.3.1-dev.8 [Pipeline] isUnix [Pipeline] sh 01:07:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9f3888b97fc6b215bf6207a034605e4e0e7d1a95-1.3.1-dev.8 01:07:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 01:07:32 60be1dd966c5: Preparing 01:07:32 da02eb461f49: Preparing 01:07:32 565535a51a95: Preparing 01:07:32 da02eb461f49: Layer already exists 01:07:32 60be1dd966c5: Layer already exists 01:07:32 565535a51a95: Layer already exists 01:07:32 9f3888b97fc6b215bf6207a034605e4e0e7d1a95-1.3.1-dev.8: digest: sha256:9b4d31ae283de60f5d041fcfaf9bf0a174b15a6221ff0bc25022fb99212d63f6 size: 944 [Pipeline] isUnix [Pipeline] sh 01:07:32 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 01:07:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 01:07:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 01:07:32 60be1dd966c5: Preparing 01:07:32 da02eb461f49: Preparing 01:07:32 565535a51a95: Preparing 01:07:32 565535a51a95: Layer already exists 01:07:32 60be1dd966c5: Layer already exists 01:07:32 da02eb461f49: Layer already exists 01:07:32 master: digest: sha256:9b4d31ae283de60f5d041fcfaf9bf0a174b15a6221ff0bc25022fb99212d63f6 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:07:33 ===================================================== [Pipeline] echo 01:07:33 taggedImages: 01:07:33 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9f3888b97fc6b215bf6207a034605e4e0e7d1a95 01:07:33 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 01:07:33 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.8 01:07:33 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9f3888b97fc6b215bf6207a034605e4e0e7d1a95-1.3.1-dev.8 01:07:33 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:07:33 provisioning config files... 01:07:33 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/36@tmp/config6449672606925402382tmp [Pipeline] findFiles [Pipeline] { [Pipeline] libraryResource [Pipeline] sh Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 01:07:34 ---> docker-login.sh 01:07:34 nexus3.edgexfoundry.org:10001 [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:07:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:07:35 Configure a credential helper to remove this warning. See 01:07:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:07:35 01:07:35 Login Succeeded 01:07:35 nexus3.edgexfoundry.org:10002 01:07:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:07:36 Configure a credential helper to remove this warning. See 01:07:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:07:36 01:07:36 Login Succeeded 01:07:36 nexus3.edgexfoundry.org:10003 01:07:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:07:36 Configure a credential helper to remove this warning. See 01:07:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:07:36 01:07:36 Login Succeeded 01:07:36 nexus3.edgexfoundry.org:10004 01:07:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:07:37 Configure a credential helper to remove this warning. See 01:07:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:07:37 01:07:37 Login Succeeded 01:07:37 docker.io 01:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:07:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:07:37 Configure a credential helper to remove this warning. See 01:07:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:07:37 01:07:37 Login Succeeded 01:07:37 ---> docker-login.sh ends [Pipeline] } 01:07:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:07:38 ========================================================= 01:07:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:07:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:07:38 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 01:07:38 Sending build context to Docker daemon 548.9kB 01:07:38 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 01:07:38 Step 2/8 : FROM ${BASE} 01:07:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:07:39 5f621e34cdf4: Pulling fs layer 01:07:39 a4357932f1b6: Pulling fs layer 01:07:39 18c013af1878: Pulling fs layer 01:07:39 00ac8860ef70: Pulling fs layer 01:07:39 63d7cb157983: Pulling fs layer 01:07:39 b116817d02f9: Pulling fs layer 01:07:39 745a02a5169b: Pulling fs layer 01:07:39 00ac8860ef70: Waiting 01:07:39 b116817d02f9: Waiting 01:07:39 745a02a5169b: Waiting 01:07:39 18c013af1878: Verifying Checksum 01:07:39 18c013af1878: Download complete 01:07:39 a4357932f1b6: Verifying Checksum 01:07:39 a4357932f1b6: Download complete 01:07:39 63d7cb157983: Verifying Checksum 01:07:39 63d7cb157983: Download complete 01:07:39 b116817d02f9: Download complete 01:07:39 5f621e34cdf4: Verifying Checksum 01:07:39 5f621e34cdf4: Download complete 01:07:40 5f621e34cdf4: Pull complete 01:07:40 a4357932f1b6: Pull complete 01:07:40 18c013af1878: Pull complete 01:07:42 745a02a5169b: Verifying Checksum 01:07:42 745a02a5169b: Download complete 01:07:42 00ac8860ef70: Verifying Checksum 01:07:42 00ac8860ef70: Download complete 01:07:53 00ac8860ef70: Pull complete 01:07:53 63d7cb157983: Pull complete 01:07:53 b116817d02f9: Pull complete 01:07:57 745a02a5169b: Pull complete 01:07:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:07:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:07:57 ---> b7e6874047d6 01:07:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 01:08:00 ---> Running in 34e9d0a09529 01:08:00 Removing intermediate container 34e9d0a09529 01:08:00 ---> 8d34a03a1134 01:08:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:00 ---> Running in 296e3cf3dbd0 01:08:02 Removing intermediate container 296e3cf3dbd0 01:08:02 ---> 0494acf52721 01:08:02 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 01:08:02 ---> Running in f5b8b6bd7188 01:08:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:08:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:05 (1/14) Installing libmagic (5.38-r0) 01:08:05 (2/14) Installing file (5.38-r0) 01:08:05 (3/14) Installing libc-dev (0.7.2-r3) 01:08:05 (4/14) Installing g++ (9.3.0-r2) 01:08:11 (5/14) Installing fortify-headers (1.1-r0) 01:08:11 (6/14) Installing patch (2.7.6-r6) 01:08:11 (7/14) Installing build-base (0.5-r2) 01:08:11 (8/14) Installing openssh-keygen (8.3_p1-r1) 01:08:11 (9/14) Installing libedit (20191231.3.1-r0) 01:08:11 (10/14) Installing openssh-client (8.3_p1-r1) 01:08:11 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 01:08:11 (12/14) Installing openssh-server-common (8.3_p1-r1) 01:08:11 (13/14) Installing openssh-server (8.3_p1-r1) 01:08:12 (14/14) Installing openssh (8.3_p1-r1) 01:08:12 Executing busybox-1.31.1-r19.trigger 01:08:12 OK: 221 MiB in 53 packages 01:08:16 Removing intermediate container f5b8b6bd7188 01:08:16 ---> ac36b643f071 01:08:16 Step 6/8 : WORKDIR /device-modbus-go 01:08:16 ---> Running in 61f4c71ecbef 01:08:17 Removing intermediate container 61f4c71ecbef 01:08:17 ---> 49d2cf2fc505 01:08:17 Step 7/8 : COPY . . 01:08:18 ---> 290a7747658b 01:08:18 Step 8/8 : RUN go mod download 01:08:18 ---> Running in 140ad466291b 01:08:40 Removing intermediate container 140ad466291b 01:08:40 ---> 6273efb15773 01:08:40 Successfully built 6273efb15773 01:08:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:08:40 + docker inspect -f . ci-base-image-arm64 01:08:40 . [Pipeline] withDockerContainer 01:08:41 prd-ubuntu18.04-docker-arm64-4c-16g-21457 does not seem to be running inside a container 01:08:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/36 -v /w/workspace/device-modbus-go/36:/w/workspace/device-modbus-go/36:rw,z -v /w/workspace/device-modbus-go/36@tmp:/w/workspace/device-modbus-go/36@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 ******** ci-base-image-arm64 cat 01:08:42 $ docker top 8cdc130c4c6a447022c056877621898376533130be5037d9e31ef9b5d659feb2 -eo pid,comm [Pipeline] { [Pipeline] sh 01:08:43 + go version 01:08:43 go version go1.15.5 linux/arm64 [Pipeline] } 01:08:43 $ docker stop --time=1 8cdc130c4c6a447022c056877621898376533130be5037d9e31ef9b5d659feb2 01:08:45 $ docker rm -f 8cdc130c4c6a447022c056877621898376533130be5037d9e31ef9b5d659feb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:08:47 + docker inspect -f . ci-base-image-arm64 01:08:47 . [Pipeline] withDockerContainer 01:08:47 prd-ubuntu18.04-docker-arm64-4c-16g-21457 does not seem to be running inside a container 01:08:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/36 -v /w/workspace/device-modbus-go/36:/w/workspace/device-modbus-go/36:rw,z -v /w/workspace/device-modbus-go/36@tmp:/w/workspace/device-modbus-go/36@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 ******** ci-base-image-arm64 cat 01:08:48 $ docker top a9b6d41950e83f30617e19226f4d450cf5be34d07a0cc390fd511ff91aa8d1c5 -eo pid,comm [Pipeline] { [Pipeline] sh 01:08:50 + make test 01:08:50 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 01:08:51 ? github.com/edgexfoundry/device-modbus-go [no test files] 01:09:23 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 01:09:24 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.393s coverage: 50.3% of statements 01:09:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:09:32 gofmt -l . 01:09:32 [ "`gofmt -l .`" = "" ] 01:09:32 ./bin/test-attribution-txt.sh 01:09:32 ./bin/test-go-mod-tidy.sh [Pipeline] } 01:09:32 $ docker stop --time=1 a9b6d41950e83f30617e19226f4d450cf5be34d07a0cc390fd511ff91aa8d1c5 01:09:35 $ docker rm -f a9b6d41950e83f30617e19226f4d450cf5be34d07a0cc390fd511ff91aa8d1c5 [Pipeline] // withDockerContainer [Pipeline] sh 01:09:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:09:35 Warning: overwriting stash ‘coverage-report’ 01:09:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:09:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:09:37 + ls -al . 01:09:37 total 136 01:09:37 drwxrwxr-x 9 jenkins jenkins 4096 Jan 20 01:09 . 01:09:37 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 01:07 .. 01:09:37 -rw-rw-r-- 1 jenkins jenkins 140 Jan 20 01:07 .dockerignore 01:09:37 drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 01:07 .git 01:09:37 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 01:07 .github 01:09:37 -rw-rw-r-- 1 jenkins jenkins 338 Jan 20 01:07 .gitignore 01:09:37 -rw-rw-r-- 1 jenkins jenkins 5589 Jan 20 01:07 Attribution.txt 01:09:37 -rw-rw-r-- 1 jenkins jenkins 1434 Jan 20 01:07 Dockerfile 01:09:37 -rw-rw-r-- 1 jenkins jenkins 958 Jan 20 01:07 Dockerfile.build 01:09:37 -rw-rw-r-- 1 jenkins jenkins 679 Jan 20 01:07 Jenkinsfile 01:09:37 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 20 01:07 LICENSE 01:09:37 -rw-rw-r-- 1 jenkins jenkins 880 Jan 20 01:07 Makefile 01:09:37 -rw-rw-r-- 1 jenkins jenkins 591 Jan 20 01:07 README.md 01:09:37 -rw-rw-r-- 1 jenkins jenkins 11 Jan 20 01:04 VERSION 01:09:37 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 01:07 bin 01:09:37 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 01:07 cmd 01:09:37 -rw-r--r-- 1 jenkins jenkins 22362 Jan 20 01:09 coverage.out 01:09:37 -rw-r--r-- 1 jenkins jenkins 517 Jan 20 01:09 go.mod 01:09:37 -rw-r--r-- 1 jenkins jenkins 14838 Jan 20 01:09 go.sum 01:09:37 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 01:07 internal 01:09:37 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 01:07 simulator 01:09:37 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 01:07 snap 01:09:37 -rw-rw-r-- 1 jenkins jenkins 229 Jan 20 01:07 version.go [Pipeline] isUnix [Pipeline] sh 01:09:38 + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=9f3888b97fc6b215bf6207a034605e4e0e7d1a95 --label arch=arm64 --label version=1.3.1-dev.8 . 01:09:38 Sending build context to Docker daemon 580.1kB 01:09:38 Step 1/20 : ARG BASE=golang:1.15-alpine3.12 01:09:38 Step 2/20 : FROM ${BASE} AS builder 01:09:38 ---> 6273efb15773 01:09:38 Step 3/20 : ARG MAKE='make build' 01:09:39 ---> Running in d297e4a6a658 01:09:39 Removing intermediate container d297e4a6a658 01:09:39 ---> 48162dc3ad5e 01:09:39 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:39 ---> Running in b204dc95b289 01:09:41 Removing intermediate container b204dc95b289 01:09:41 ---> 6129d0a67e2d 01:09:41 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 01:09:41 ---> Running in 2c745e442b98 01:09:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:09:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:09:44 OK: 221 MiB in 53 packages 01:09:45 Removing intermediate container 2c745e442b98 01:09:45 ---> a86a49d6456e 01:09:45 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 01:09:45 ---> Running in 63e5c527d71d 01:09:45 Removing intermediate container 63e5c527d71d 01:09:45 ---> f59e418ede78 01:09:45 Step 7/20 : COPY . . 01:09:46 ---> 87dd57bca4a2 01:09:46 Step 8/20 : RUN ${MAKE} 01:09:47 ---> Running in a89ed9dcd31e 01:09:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.1-dev.8" -o cmd/device-modbus ./cmd 01:10:15 CGO_ENABLED=0 GO111MODULE=on go build ./... 01:10:19 Removing intermediate container a89ed9dcd31e 01:10:19 ---> 28e3b16e6638 01:10:19 Step 9/20 : FROM scratch 01:10:19 ---> 01:10:19 Step 10/20 : ENV APP_PORT=49991 01:10:19 ---> Running in 1095e6c9e0f6 01:10:19 Removing intermediate container 1095e6c9e0f6 01:10:19 ---> 5d5df7b998d8 01:10:19 Step 11/20 : EXPOSE $APP_PORT 01:10:20 ---> Running in ef52cded7c70 01:10:20 Removing intermediate container ef52cded7c70 01:10:20 ---> d0d4d73f202c 01:10:20 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 01:10:21 ---> 35d31e572535 01:10:21 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 01:10:22 ---> 3203c0db1492 01:10:22 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 01:10:22 ---> bff436ec6982 01:10:22 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 01:10:22 ---> Running in 400210a1d577 01:10:23 Removing intermediate container 400210a1d577 01:10:23 ---> 04ff0abc1ff9 01:10:23 Step 16/20 : ENTRYPOINT ["/device-modbus"] 01:10:23 ---> Running in c7bdb1b69874 01:10:24 Removing intermediate container c7bdb1b69874 01:10:24 ---> ce2b864574d7 01:10:24 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:10:24 ---> Running in e8bbe7bd68b7 01:10:24 Removing intermediate container e8bbe7bd68b7 01:10:24 ---> ca0b235bfa67 01:10:24 Step 18/20 : LABEL arch=arm64 01:10:24 ---> Running in e45b6161dc32 01:10:25 Removing intermediate container e45b6161dc32 01:10:25 ---> 5a5702cfdc56 01:10:25 Step 19/20 : LABEL git_sha=9f3888b97fc6b215bf6207a034605e4e0e7d1a95 01:10:25 ---> Running in 1fcb9cdc8dc8 01:10:25 Removing intermediate container 1fcb9cdc8dc8 01:10:25 ---> 6e663da627e2 01:10:25 Step 20/20 : LABEL version=1.3.1-dev.8 01:10:25 ---> Running in 6f9c32afac1f 01:10:26 Removing intermediate container 6f9c32afac1f 01:10:26 ---> 5ba0102fb118 01:10:26 [Warning] One or more build-args [ARCH] were not consumed 01:10:26 Successfully built 5ba0102fb118 01:10:26 Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:10:26 provisioning config files... 01:10:27 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/36@tmp/config5851988091471793680tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:10:27 ---> docker-login.sh 01:10:27 nexus3.edgexfoundry.org:10001 01:10:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:27 Configure a credential helper to remove this warning. See 01:10:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:27 01:10:27 Login Succeeded 01:10:27 nexus3.edgexfoundry.org:10002 01:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:28 Configure a credential helper to remove this warning. See 01:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:28 01:10:28 Login Succeeded 01:10:28 nexus3.edgexfoundry.org:10003 01:10:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:28 Configure a credential helper to remove this warning. See 01:10:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:28 01:10:28 Login Succeeded 01:10:28 nexus3.edgexfoundry.org:10004 01:10:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:29 Configure a credential helper to remove this warning. See 01:10:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:29 01:10:29 Login Succeeded 01:10:29 docker.io 01:10:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:10:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:10:29 Configure a credential helper to remove this warning. See 01:10:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:10:29 01:10:29 Login Succeeded 01:10:29 ---> docker-login.sh ends [Pipeline] } 01:10:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:10:30 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 01:10:30 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 01:10:30 latest 01:10:30 1.3.1-dev.8 01:10:30 9f3888b97fc6b215bf6207a034605e4e0e7d1a95-1.3.1-dev.8 01:10:30 master 01:10:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:10:30 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9f3888b97fc6b215bf6207a034605e4e0e7d1a95 [Pipeline] isUnix [Pipeline] sh 01:10:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9f3888b97fc6b215bf6207a034605e4e0e7d1a95 01:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 01:10:31 45e753cba709: Preparing 01:10:31 ac15694a992b: Preparing 01:10:31 c4f851535712: Preparing 01:10:31 45e753cba709: Pushed 01:10:31 ac15694a992b: Pushed 01:10:34 c4f851535712: Pushed 01:10:34 9f3888b97fc6b215bf6207a034605e4e0e7d1a95: digest: sha256:770a8a70bdd06de294fbdc3bac3f9996402344a23ae96e805b4bd767ae4a3977 size: 944 [Pipeline] isUnix [Pipeline] sh 01:10:34 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:10:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 01:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 01:10:34 45e753cba709: Preparing 01:10:34 ac15694a992b: Preparing 01:10:34 c4f851535712: Preparing 01:10:34 ac15694a992b: Layer already exists 01:10:34 c4f851535712: Layer already exists 01:10:34 45e753cba709: Layer already exists 01:10:34 latest: digest: sha256:770a8a70bdd06de294fbdc3bac3f9996402344a23ae96e805b4bd767ae4a3977 size: 944 [Pipeline] isUnix [Pipeline] sh 01:10:35 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.8 [Pipeline] isUnix [Pipeline] sh 01:10:35 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.8 01:10:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 01:10:35 45e753cba709: Preparing 01:10:35 ac15694a992b: Preparing 01:10:35 c4f851535712: Preparing 01:10:35 45e753cba709: Layer already exists 01:10:35 c4f851535712: Layer already exists 01:10:35 ac15694a992b: Layer already exists 01:10:35 1.3.1-dev.8: digest: sha256:770a8a70bdd06de294fbdc3bac3f9996402344a23ae96e805b4bd767ae4a3977 size: 944 [Pipeline] isUnix [Pipeline] sh 01:10:36 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9f3888b97fc6b215bf6207a034605e4e0e7d1a95-1.3.1-dev.8 [Pipeline] isUnix [Pipeline] sh 01:10:36 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9f3888b97fc6b215bf6207a034605e4e0e7d1a95-1.3.1-dev.8 01:10:36 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 01:10:36 45e753cba709: Preparing 01:10:36 ac15694a992b: Preparing 01:10:36 c4f851535712: Preparing 01:10:36 c4f851535712: Layer already exists 01:10:36 ac15694a992b: Layer already exists 01:10:36 45e753cba709: Layer already exists 01:10:36 9f3888b97fc6b215bf6207a034605e4e0e7d1a95-1.3.1-dev.8: digest: sha256:770a8a70bdd06de294fbdc3bac3f9996402344a23ae96e805b4bd767ae4a3977 size: 944 [Pipeline] isUnix [Pipeline] sh 01:10:37 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 01:10:37 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 01:10:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 01:10:37 45e753cba709: Preparing 01:10:37 ac15694a992b: Preparing 01:10:37 c4f851535712: Preparing 01:10:37 c4f851535712: Layer already exists 01:10:37 ac15694a992b: Layer already exists 01:10:37 45e753cba709: Layer already exists 01:10:37 master: digest: sha256:770a8a70bdd06de294fbdc3bac3f9996402344a23ae96e805b4bd767ae4a3977 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:10:38 ===================================================== [Pipeline] echo 01:10:38 taggedImages: 01:10:38 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9f3888b97fc6b215bf6207a034605e4e0e7d1a95 01:10:38 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 01:10:38 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.8 01:10:38 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9f3888b97fc6b215bf6207a034605e4e0e7d1a95-1.3.1-dev.8 01:10:38 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:10:39 provisioning config files... 01:10:39 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5022808414493991780tmp [Pipeline] { [Pipeline] sh 01:10:39 + set +x 01:10:39 + curl -s https://codecov.io/bash 01:10:39 + bash -s -- 01:10:40 01:10:40 _____ _ 01:10:40 / ____| | | 01:10:40 | | ___ __| | ___ ___ _____ __ 01:10:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:10:40 | |___| (_) | (_| | __/ (_| (_) \ V / 01:10:40 \_____\___/ \__,_|\___|\___\___/ \_/ 01:10:40 Bash-20210115-cec3c92 01:10:40 01:10:40 01:10:40 ==> git version 2.24.3 found 01:10:40 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 01:10:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:10:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:10:40 ==> Jenkins CI detected. 01:10:40 project root: . 01:10:40 --> token set from env 01:10:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:10:40 ==> Running gcov in . (disable via -X gcov) 01:10:40 ==> Python coveragepy not found 01:10:40 ==> Searching for coverage reports in: 01:10:40 + . 01:10:40 -> Found 1 reports 01:10:40 ==> Detecting git/mercurial file structure 01:10:40 ==> Reading reports 01:10:40 + ./coverage.out bytes=22362 01:10:40 ==> Appending adjustments 01:10:40 https://docs.codecov.io/docs/fixing-reports 01:10:40 + Found adjustments 01:10:40 ==> Gzipping contents 01:10:40 8.0K /tmp/codecov.unkFxe.gz 01:10:40 ==> Uploading reports 01:10:40 url: https://codecov.io 01:10:40 query: branch=master&commit=9f3888b97fc6b215bf6207a034605e4e0e7d1a95&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:10:40 -> Pinging Codecov 01:10:40 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=9f3888b97fc6b215bf6207a034605e4e0e7d1a95&build=36&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F36%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 01:10:40 -> Uploading to 01:10:40 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/55DBCA73C666E3227836607328DD7E49/9f3888b97fc6b215bf6207a034605e4e0e7d1a95/e83597e0-22b1-44cc-8683-185496b08f0e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T011040Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d79b1da8dcedb7ba327946a18bb1a3d1dd1c69633e9eb031021481060af4b524 01:10:40 % Total % Received % Xferd Average Speed Time Time Time Current 01:10:40 Dload Upload Total Spent Left Speed 01:10:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4230 0 0 100 4230 0 7493 --:--:-- --:--:-- --:--:-- 7486 01:10:41 -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/9f3888b97fc6b215bf6207a034605e4e0e7d1a95 [Pipeline] } 01:10:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 01:10:42 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:10:42 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:10:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:10:42 01:10:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 01:10:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:10:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 01:10:43 188c0c94c7c5: Pulling fs layer 01:10:43 0ef7d3d256c8: Pulling fs layer 01:10:43 de9db76c5a1d: Pulling fs layer 01:10:43 0eba1c9be4d2: Pulling fs layer 01:10:43 0d57e429df01: Pulling fs layer 01:10:43 4e4be7b47b0d: Pulling fs layer 01:10:43 e1f770b5df2f: Pulling fs layer 01:10:43 85a0685a4137: Pulling fs layer 01:10:43 0d57e429df01: Waiting 01:10:43 4e4be7b47b0d: Waiting 01:10:43 e1f770b5df2f: Waiting 01:10:43 85a0685a4137: Waiting 01:10:43 0eba1c9be4d2: Waiting 01:10:43 de9db76c5a1d: Download complete 01:10:43 0ef7d3d256c8: Verifying Checksum 01:10:43 0ef7d3d256c8: Download complete 01:10:43 0d57e429df01: Verifying Checksum 01:10:43 0d57e429df01: Download complete 01:10:43 188c0c94c7c5: Verifying Checksum 01:10:43 188c0c94c7c5: Download complete 01:10:43 4e4be7b47b0d: Verifying Checksum 01:10:43 4e4be7b47b0d: Download complete 01:10:43 188c0c94c7c5: Pull complete 01:10:43 0ef7d3d256c8: Pull complete 01:10:43 de9db76c5a1d: Pull complete 01:10:44 e1f770b5df2f: Verifying Checksum 01:10:44 e1f770b5df2f: Download complete 01:10:48 0eba1c9be4d2: Verifying Checksum 01:10:48 0eba1c9be4d2: Download complete 01:10:48 85a0685a4137: Verifying Checksum 01:10:48 85a0685a4137: Download complete 01:10:53 0eba1c9be4d2: Pull complete 01:10:53 0d57e429df01: Pull complete 01:10:53 4e4be7b47b0d: Pull complete 01:10:54 e1f770b5df2f: Pull complete 01:11:03 85a0685a4137: Pull complete 01:11:03 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 01:11:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 01:11:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 01:11:03 prd-centos7-docker-4c-2g-21451 does not seem to be running inside a container 01:11:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 01:11:04 $ docker top 07bbc02b6e3624c88f22a49e472221e2b9c068ff58b228d9334b06a07efb8e2d -eo pid,comm [Pipeline] { [Pipeline] echo 01:11:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 01:11:04 + set -o pipefail 01:11:04 + snyk monitor '--org=edgex-jenkins' 01:11:11 01:11:11 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 01:11:11 01:11:11 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/ceaf3b17-998d-4bd6-805c-b6fd82fc9431 01:11:11 01:11:11 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 01:11:11 01:11:11 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:11:11 01:11:11 [Pipeline] } 01:11:11 $ docker stop --time=1 07bbc02b6e3624c88f22a49e472221e2b9c068ff58b228d9334b06a07efb8e2d 01:11:14 $ docker rm -f 07bbc02b6e3624c88f22a49e472221e2b9c068ff58b228d9334b06a07efb8e2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:11:16 + git log --format=format:%s -1 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 [Pipeline] isUnix [Pipeline] sh 01:11:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:11:16 . [Pipeline] withDockerContainer 01:11:16 prd-centos7-docker-4c-2g-21451 does not seem to be running inside a container 01:11:16 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:11:17 $ docker top 2f0b426cbffbef6497b46caf1460b814bb62d131ab95a9decef58d2504eed1b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:11:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:11:17 [ssh-agent] Looking for ssh-agent implementation... 01:11:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:11:17 $ docker exec 2f0b426cbffbef6497b46caf1460b814bb62d131ab95a9decef58d2504eed1b7 ssh-agent 01:11:18 SSH_AUTH_SOCK=/tmp/ssh-Wdn9MMrbfyc7/agent.11 01:11:18 SSH_AGENT_PID=17 01:11:18 Running ssh-add (command line suppressed) 01:11:18 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4768429249697864999.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4768429249697864999.key) 01:11:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:11:18 + git semver tag 01:11:18 # -> Open(): unable to determine branch for HEAD 01:11:18 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 01:11:18 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 01:11:18 # $SEMVER_REMOTE_NAME = origin 01:11:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:11:18 # $SEMVER_USER_NAME = edgex-jenkins 01:11:18 # $SEMVER_BRANCH = master 01:11:18 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 01:11:18 # 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 HEAD 01:11:18 # -> Force: false 01:11:18 # 1f88ddb6a772bd04eb0efef2930a548fc6dfcf28 refs/tags/v1.3.1-dev.8 [Pipeline] } 01:11:18 $ docker exec --env ******** --env ******** 2f0b426cbffbef6497b46caf1460b814bb62d131ab95a9decef58d2504eed1b7 ssh-agent -k 01:11:18 unset SSH_AUTH_SOCK; 01:11:18 unset SSH_AGENT_PID; 01:11:18 echo Agent pid 17 killed; 01:11:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:11:19 + git semver [Pipeline] } 01:11:19 $ docker stop --time=1 2f0b426cbffbef6497b46caf1460b814bb62d131ab95a9decef58d2504eed1b7 01:11:20 $ docker rm -f 2f0b426cbffbef6497b46caf1460b814bb62d131ab95a9decef58d2504eed1b7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 01:11:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:11:21 01:11:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 01:11:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:11:21 0.23.1-centos7: Pulling from edgex-lftools 01:11:21 ab5ef0e58194: Pulling fs layer 01:11:21 9712f1f96733: Pulling fs layer 01:11:21 63f879dbbcfc: Pulling fs layer 01:11:21 0d9ebad4ef96: Pulling fs layer 01:11:21 e9a5061849ea: Pulling fs layer 01:11:21 d747dcd14b5f: Pulling fs layer 01:11:21 2de7ff778b66: Pulling fs layer 01:11:21 e9a5061849ea: Waiting 01:11:21 d747dcd14b5f: Waiting 01:11:21 2de7ff778b66: Waiting 01:11:21 0d9ebad4ef96: Waiting 01:11:21 9712f1f96733: Verifying Checksum 01:11:21 9712f1f96733: Download complete 01:11:23 63f879dbbcfc: Verifying Checksum 01:11:23 63f879dbbcfc: Download complete 01:11:23 e9a5061849ea: Verifying Checksum 01:11:23 e9a5061849ea: Download complete 01:11:23 d747dcd14b5f: Download complete 01:11:24 2de7ff778b66: Verifying Checksum 01:11:24 2de7ff778b66: Download complete 01:11:24 0d9ebad4ef96: Download complete 01:11:24 ab5ef0e58194: Verifying Checksum 01:11:24 ab5ef0e58194: Download complete 01:11:28 ab5ef0e58194: Pull complete 01:11:28 9712f1f96733: Pull complete 01:11:31 63f879dbbcfc: Pull complete 01:11:36 0d9ebad4ef96: Pull complete 01:11:38 e9a5061849ea: Pull complete 01:11:38 d747dcd14b5f: Pull complete 01:11:40 2de7ff778b66: Pull complete 01:11:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:11:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:11:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 01:11:41 prd-centos7-docker-4c-2g-21451 does not seem to be running inside a container 01:11:41 $ docker run -t -d -u 1001:1001 -u 0:0 -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:0.23.1-centos7 cat 01:11:44 $ docker top bc87df7f9f0af81d0f0ab19dba865d04d84f3c122d035a20fe506fb11903fa98 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:11:45 provisioning config files... 01:11:45 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8542291144739719043tmp 01:11:45 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7239126644269809268tmp 01:11:45 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7144927349459692521tmp [Pipeline] { [Pipeline] echo 01:11:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:11:45 ---> sigul-configuration.sh 01:11:45 gpg: directory `/root/.gnupg' created 01:11:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:11:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:11:45 gpg: keyring `/root/.gnupg/secring.gpg' created 01:11:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:11:45 gpg: CAST5 encrypted data 01:11:45 gpg: encrypted with 1 passphrase 01:11:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:11:46 + mkdir /home/jenkins 01:11:46 + mkdir /home/jenkins/sigul [Pipeline] sh 01:11:46 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 01:11:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:11:46 ---> sigul-install.sh 01:11:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 01:11:53 + git tag --list 01:11:53 0.7.1 01:11:53 v1.0.0 01:11:53 v1.1.0 01:11:53 v1.1.1 01:11:53 v1.2.1 01:11:53 v1.2.2 01:11:53 v1.2.2-dev.1 01:11:53 v1.2.2-dev.2 01:11:53 v1.2.2-dev.3 01:11:53 v1.2.3-dev.1 01:11:53 v1.2.3-dev.2 01:11:53 v1.2.3-dev.3 01:11:53 v1.2.3-dev.4 01:11:53 v1.2.3-dev.5 01:11:53 v1.2.3-dev.6 01:11:53 v1.2.3-dev.7 01:11:53 v1.2.3-dev.8 01:11:53 v1.2.3-dev.9 01:11:53 v1.3.0 01:11:53 v1.3.1-dev.1 01:11:53 v1.3.1-dev.2 01:11:53 v1.3.1-dev.3 01:11:53 v1.3.1-dev.4 01:11:53 v1.3.1-dev.5 01:11:53 v1.3.1-dev.6 01:11:53 v1.3.1-dev.7 01:11:53 v1.3.1-dev.8 [Pipeline] sh 01:11:53 + lftools sign git-tag v1.3.1-dev.8 01:11:55 Signing Git tag with Sigul... 01:11:55 Signing v1.3.1-dev.8 [Pipeline] echo 01:11:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:11:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:11:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:11:56 $ docker stop --time=1 bc87df7f9f0af81d0f0ab19dba865d04d84f3c122d035a20fe506fb11903fa98 01:11:58 $ docker rm -f bc87df7f9f0af81d0f0ab19dba865d04d84f3c122d035a20fe506fb11903fa98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 01:11:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:11:59 . [Pipeline] withDockerContainer 01:11:59 prd-centos7-docker-4c-2g-21451 does not seem to be running inside a container 01:11:59 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:12:00 $ docker top 2636c194901852829f4cd4de116cb3e5983dbdbff8f3147fcb0ca27c3f7cbce9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:12:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:12:00 [ssh-agent] Looking for ssh-agent implementation... 01:12:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:12:01 $ docker exec 2636c194901852829f4cd4de116cb3e5983dbdbff8f3147fcb0ca27c3f7cbce9 ssh-agent 01:12:01 SSH_AUTH_SOCK=/tmp/ssh-pNPlqt9PaM3q/agent.11 01:12:01 SSH_AGENT_PID=16 01:12:01 Running ssh-add (command line suppressed) 01:12:01 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6837173994280233201.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6837173994280233201.key) 01:12:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:12:01 + git semver bump pre 01:12:01 # -> Open(): unable to determine branch for HEAD 01:12:01 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 01:12:01 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 01:12:01 # $SEMVER_REMOTE_NAME = origin 01:12:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:12:01 # $SEMVER_USER_NAME = edgex-jenkins 01:12:01 # $SEMVER_BRANCH = master 01:12:01 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 01:12:01 1.3.1-dev.9 [Pipeline] } 01:12:01 $ docker exec --env ******** --env ******** 2636c194901852829f4cd4de116cb3e5983dbdbff8f3147fcb0ca27c3f7cbce9 ssh-agent -k 01:12:02 unset SSH_AUTH_SOCK; 01:12:02 unset SSH_AGENT_PID; 01:12:02 echo Agent pid 16 killed; 01:12:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:12:02 + git semver [Pipeline] } 01:12:02 $ docker stop --time=1 2636c194901852829f4cd4de116cb3e5983dbdbff8f3147fcb0ca27c3f7cbce9 01:12:03 $ docker rm -f 2636c194901852829f4cd4de116cb3e5983dbdbff8f3147fcb0ca27c3f7cbce9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 01:12:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:12:04 . [Pipeline] withDockerContainer 01:12:04 prd-centos7-docker-4c-2g-21451 does not seem to be running inside a container 01:12:04 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:12:05 $ docker top 683cd919c12f0930e18a8dac102b13b7881826bc803c088dc9c8ec82ccd546ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:12:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:12:05 [ssh-agent] Looking for ssh-agent implementation... 01:12:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:12:05 $ docker exec 683cd919c12f0930e18a8dac102b13b7881826bc803c088dc9c8ec82ccd546ac ssh-agent 01:12:05 SSH_AUTH_SOCK=/tmp/ssh-KnP8xEf8Nbxl/agent.13 01:12:05 SSH_AGENT_PID=18 01:12:05 Running ssh-add (command line suppressed) 01:12:06 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3935609487733233179.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_3935609487733233179.key) 01:12:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:12:06 + git semver push 01:12:06 # -> Open(): unable to determine branch for HEAD 01:12:06 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 01:12:06 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 01:12:06 # $SEMVER_REMOTE_NAME = origin 01:12:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:12:06 # $SEMVER_USER_NAME = edgex-jenkins 01:12:06 # $SEMVER_BRANCH = master 01:12:06 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 01:12:14 $ docker exec --env ******** --env ******** 683cd919c12f0930e18a8dac102b13b7881826bc803c088dc9c8ec82ccd546ac ssh-agent -k 01:12:14 unset SSH_AUTH_SOCK; 01:12:14 unset SSH_AGENT_PID; 01:12:14 echo Agent pid 18 killed; 01:12:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:12:15 + git semver [Pipeline] } 01:12:15 $ docker stop --time=1 683cd919c12f0930e18a8dac102b13b7881826bc803c088dc9c8ec82ccd546ac 01:12:16 $ docker rm -f 683cd919c12f0930e18a8dac102b13b7881826bc803c088dc9c8ec82ccd546ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:12:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:12:19 ---> package-listing.sh 01:12:19 ++ facter osfamily 01:12:19 ++ tr '[:upper:]' '[:lower:]' 01:12:19 + OS_FAMILY=redhat 01:12:19 + workspace=/w/workspace/xfoundry_device-modbus-go_master 01:12:19 + START_PACKAGES=/tmp/packages_start.txt 01:12:19 + END_PACKAGES=/tmp/packages_end.txt 01:12:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:12:19 + PACKAGES=/tmp/packages_start.txt 01:12:19 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 01:12:19 + PACKAGES=/tmp/packages_end.txt 01:12:19 + case "${OS_FAMILY}" in 01:12:19 + rpm -qa 01:12:19 + sort 01:12:23 + '[' -f /tmp/packages_start.txt ']' 01:12:23 + '[' -f /tmp/packages_end.txt ']' 01:12:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:12:23 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 01:12:23 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 01:12:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] echo 01:12:23 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 01:12:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:12:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:12:23 01:12:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:12:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:12:24 alpine: Pulling from edgex-lftools-log-publisher 01:12:24 df20fa9351a1: Pulling fs layer 01:12:24 36b3adc4ff6f: Pulling fs layer 01:12:24 8ad3a11d3b57: Pulling fs layer 01:12:24 46f8f816bc3b: Pulling fs layer 01:12:24 93b61091891f: Pulling fs layer 01:12:24 93b9cdb0e59b: Pulling fs layer 01:12:24 5e14af77c1be: Pulling fs layer 01:12:24 01666e4c0597: Pulling fs layer 01:12:24 aa168da1d23b: Pulling fs layer 01:12:24 93b9cdb0e59b: Waiting 01:12:24 aa168da1d23b: Waiting 01:12:24 5e14af77c1be: Waiting 01:12:24 01666e4c0597: Waiting 01:12:24 46f8f816bc3b: Waiting 01:12:24 93b61091891f: Waiting 01:12:24 36b3adc4ff6f: Verifying Checksum 01:12:24 36b3adc4ff6f: Download complete 01:12:24 46f8f816bc3b: Download complete 01:12:24 df20fa9351a1: Verifying Checksum 01:12:24 df20fa9351a1: Download complete 01:12:24 93b61091891f: Verifying Checksum 01:12:24 93b61091891f: Download complete 01:12:24 8ad3a11d3b57: Verifying Checksum 01:12:24 8ad3a11d3b57: Download complete 01:12:24 5e14af77c1be: Verifying Checksum 01:12:24 5e14af77c1be: Download complete 01:12:24 01666e4c0597: Download complete 01:12:24 df20fa9351a1: Pull complete 01:12:25 36b3adc4ff6f: Pull complete 01:12:25 93b9cdb0e59b: Verifying Checksum 01:12:25 93b9cdb0e59b: Download complete 01:12:26 8ad3a11d3b57: Pull complete 01:12:26 aa168da1d23b: Verifying Checksum 01:12:26 aa168da1d23b: Download complete 01:12:26 46f8f816bc3b: Pull complete 01:12:27 93b61091891f: Pull complete 01:12:27 93b9cdb0e59b: Pull complete 01:12:27 5e14af77c1be: Pull complete 01:12:27 01666e4c0597: Pull complete 01:12:34 aa168da1d23b: Pull complete 01:12:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:12:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:12:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:12:34 prd-centos7-docker-4c-2g-21451 does not seem to be running inside a container 01:12:34 $ 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 01:12:37 $ docker top 6c4bc81fd74ef70f7ba8aa47a37d4cf141843e83696da3a1d0207ed4bf4ea938 -eo pid,comm [Pipeline] { [Pipeline] sh 01:12:37 + touch /tmp/pre-build-complete [Pipeline] sh 01:12:38 + mkdir -p /var/log/sa [Pipeline] sh 01:12:38 + ls /var/log/sa-host 01:12:38 + sadf -c /var/log/sa-host/sa20 01:12:38 file_magic: OK 01:12:38 HZ: Using current value: 100 01:12:38 file_header: OK 01:12:38 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 01:12:38 Statistics: 01:12:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:12:38 File successfully converted to sysstat format version 12.2.1 01:12:38 + sadf -c /var/log/sa-host/sa23 01:12:38 file_magic: OK 01:12:38 HZ: Using current value: 100 01:12:38 file_header: OK 01:12:38 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 01:12:38 Statistics: 01:12:38 Hnuu...uuuununununu... 01:12:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:12:38 provisioning config files... 01:12:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6011848186846318954tmp [Pipeline] { [Pipeline] echo 01:12:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:12:39 ---> create-netrc.sh [Pipeline] } 01:12:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:12:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:12:39 ---> python-tools-install.sh [Pipeline] echo 01:12:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:12:40 ---> sudo-logs.sh 01:12:40 Archiving 'sudo' log.. [Pipeline] echo 01:12:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:12:40 ---> job-cost.sh 01:12:40 lf-activate-venv: SKIPPING 01:12:40 INFO: No Stack... 01:12:41 INFO: Retrieving Pricing Info for: v1-standard-2 01:12:41 INFO: Archiving Costs [Pipeline] echo 01:12:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:12:41 ---> logs-deploy.sh 01:12:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/36 01:12:41 INFO: archiving workspace using pattern(s): 01:12:43 Archives upload complete. 01:12:43 INFO: archiving logs to Nexus 01:12:44 ---> uname -a: 01:12:44 Linux prd-centos7-docker-4c-2g-21451.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:12:44 01:12:44 01:12:44 ---> lscpu: 01:12:44 Architecture: x86_64 01:12:44 CPU op-mode(s): 32-bit, 64-bit 01:12:44 Byte Order: Little Endian 01:12:44 Address sizes: 40 bits physical, 48 bits virtual 01:12:44 CPU(s): 4 01:12:44 On-line CPU(s) list: 0-3 01:12:44 Thread(s) per core: 1 01:12:44 Core(s) per socket: 1 01:12:44 Socket(s): 4 01:12:44 NUMA node(s): 1 01:12:44 Vendor ID: GenuineIntel 01:12:44 CPU family: 6 01:12:44 Model: 44 01:12:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:12:44 Stepping: 1 01:12:44 CPU MHz: 2933.442 01:12:44 BogoMIPS: 5866.88 01:12:44 Virtualization: VT-x 01:12:44 Hypervisor vendor: KVM 01:12:44 Virtualization type: full 01:12:44 L1d cache: 128 KiB 01:12:44 L1i cache: 128 KiB 01:12:44 L2 cache: 16 MiB 01:12:44 L3 cache: 64 MiB 01:12:44 NUMA node0 CPU(s): 0-3 01:12:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:12:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:12:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:12:44 Vulnerability Meltdown: Mitigation; PTI 01:12:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:12:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:12:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:12:44 Vulnerability Srbds: Not affected 01:12:44 Vulnerability Tsx async abort: Not affected 01:12:44 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 01:12:44 01:12:44 01:12:44 ---> nproc: 01:12:44 4 01:12:44 01:12:44 01:12:44 ---> df -h: 01:12:44 Filesystem Size Used Available Use% Mounted on 01:12:44 overlay 50.0G 8.5G 41.4G 17% / 01:12:44 tmpfs 64.0M 0 64.0M 0% /dev 01:12:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:12:44 shm 64.0M 0 64.0M 0% /dev/shm 01:12:44 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 01:12:44 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 01:12:44 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 01:12:44 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 01:12:44 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 01:12:44 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 01:12:44 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_device-modbus-go_master 01:12:44 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp 01:12:44 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 01:12:44 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 01:12:44 01:12:44 01:12:44 ---> free -m: 01:12:44 total used free shared buff/cache available 01:12:44 Mem: 1837 819 152 0 865 954 01:12:44 Swap: 1023 2 1021 01:12:44 01:12:44 01:12:44 ---> ip addr: 01:12:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:12:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:12:44 inet 127.0.0.1/8 scope host lo 01:12:44 valid_lft forever preferred_lft forever 01:12:44 inet6 ::1/128 scope host 01:12:44 valid_lft forever preferred_lft forever 01:12:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:12:44 link/ether fa:16:3e:9c:a9:5e brd ff:ff:ff:ff:ff:ff 01:12:44 inet 10.30.123.17/23 brd 10.30.123.255 scope global dynamic eth0 01:12:44 valid_lft 85836sec preferred_lft 85836sec 01:12:44 inet6 fe80::f816:3eff:fe9c:a95e/64 scope link 01:12:44 valid_lft forever preferred_lft forever 01:12:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:12:44 link/ether 02:42:8d:19:a9:de brd ff:ff:ff:ff:ff:ff 01:12:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:12:44 valid_lft forever preferred_lft forever 01:12:44 inet6 fe80::42:8dff:fe19:a9de/64 scope link 01:12:44 valid_lft forever preferred_lft forever 01:12:44 01:12:44 01:12:44 ---> sar -b -r -n DEV: 01:12:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/20/21 _x86_64_ (4 CPU) 01:12:44 01:12:44 01:03:09 LINUX RESTART (4 CPU) 01:12:44 01:12:44 01:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:12:44 01:05:01 25.02 6.13 18.89 0.00 1632.89 2961.48 0.00 01:12:44 01:06:01 1.90 0.00 1.90 0.00 0.00 35.01 0.00 01:12:44 01:07:01 0.25 0.00 0.25 0.00 0.00 2.71 0.00 01:12:44 01:08:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 01:12:44 01:09:01 0.22 0.00 0.22 0.00 0.00 2.88 0.00 01:12:44 01:10:01 0.37 0.00 0.37 0.00 0.00 4.90 0.00 01:12:44 01:11:01 185.67 109.53 76.14 0.00 4297.37 29442.55 0.00 01:12:44 01:12:01 295.23 131.74 163.48 0.00 8506.94 39179.74 0.00 01:12:44 Average: 63.66 30.95 32.71 0.00 1805.78 8959.94 0.00 01:12:44 01:12:44 01:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:12:44 01:05:01 168836 0 568532 30.22 2620 1141556 1122160 38.30 407316 1106308 16 01:12:44 01:06:01 172604 0 564756 30.02 2620 1141564 1087756 37.12 406452 1104092 8 01:12:44 01:07:01 172176 0 565180 30.04 2620 1141568 1087624 37.12 407212 1104316 8 01:12:44 01:08:01 172856 0 564500 30.00 2620 1141568 1077428 36.77 418284 1092708 12 01:12:44 01:09:01 168608 0 568740 30.23 2620 1141576 1077464 36.77 419884 1095280 8 01:12:44 01:10:01 167600 0 569744 30.28 2620 1141580 1077564 36.78 431640 1085040 20 01:12:44 01:11:01 72060 0 696480 37.02 2620 1110384 1513284 51.65 530996 1028008 88128 01:12:44 01:12:01 220708 0 787988 41.88 1560 871288 1379696 47.09 603124 722028 48 01:12:44 Average: 164431 0 610740 32.46 2488 1103886 1177872 40.20 453114 1042222 11031 01:12:44 01:12:44 01:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:12:44 01:05:01 eth0 76.73 59.08 341.43 26.75 0.00 0.00 0.00 0.00 01:12:44 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:05:01 docker0 2.05 1.60 0.44 4.26 0.00 0.00 0.00 0.00 01:12:44 01:06:01 eth0 1.78 0.65 0.63 0.40 0.00 0.00 0.00 0.00 01:12:44 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:07:01 eth0 1.20 0.28 0.33 0.20 0.00 0.00 0.00 0.00 01:12:44 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:08:01 eth0 1.87 0.30 0.44 0.20 0.00 0.00 0.00 0.00 01:12:44 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:09:01 eth0 1.30 0.77 0.70 0.47 0.00 0.00 0.00 0.00 01:12:44 01:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:10:01 eth0 2.05 0.28 0.42 0.17 0.00 0.00 0.00 0.00 01:12:44 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:11:01 eth0 464.71 409.25 4076.98 32.90 0.00 0.00 0.00 0.00 01:12:44 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:12:01 eth0 576.69 488.34 3616.59 98.60 0.00 0.00 0.00 0.00 01:12:44 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:12:01 veth460c496 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 01:12:01 docker0 80.52 99.22 5.49 364.14 0.00 0.00 0.00 0.00 01:12:44 Average: eth0 140.88 119.95 1005.33 19.97 0.00 0.00 0.00 0.00 01:12:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 Average: veth460c496 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 01:12:44 Average: docker0 10.33 12.61 0.74 46.08 0.00 0.00 0.00 0.00 01:12:44 01:12:44