Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9554146ac767a316102827058dd0818d8a8edfd8 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25572 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 > 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 Checking out Revision 9554146ac767a316102827058dd0818d8a8edfd8 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9554146ac767a316102827058dd0818d8a8edfd8 # timeout=10 Commit message: "Merge pull request #210 from FelixTing/issue-204" > git rev-list --no-walk 9f3888b97fc6b215bf6207a034605e4e0e7d1a95 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:05:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:05:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:05:56 ========================================================= 16:05:56 EdgeX Global Pipelines Version Info 16:05:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:05:57 ------------------- 16:05:57 stable info: 16:05:57 ------------------- 16:05:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:05:57 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:05:57 Message: update stable to v1.0.179 16:05:58 ------------------- 16:05:58 experimental info: 16:05:58 ------------------- 16:05:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:05:58 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:05:58 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:05:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 16:05:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 16:05:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:05:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:05:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:05:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:05:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:06:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 16:06:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:06:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:06:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:06:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:06:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:06:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:06:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:06:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:06:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:06:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:06:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:06:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:06:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:06:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:06:01 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:06:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:06:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:06:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:06:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9554146ac767a316102827058dd0818d8a8edfd8 [Pipeline] echo 16:06:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9554146 [Pipeline] echo 16:06:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:06:02 provisioning config files... 16:06:02 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config960143019324049281tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:06:02 ---> docker-login.sh 16:06:02 nexus3.edgexfoundry.org:10001 16:06:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:03 Configure a credential helper to remove this warning. See 16:06:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:03 16:06:03 Login Succeeded 16:06:03 nexus3.edgexfoundry.org:10002 16:06:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:03 Configure a credential helper to remove this warning. See 16:06:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:03 16:06:03 Login Succeeded 16:06:03 nexus3.edgexfoundry.org:10003 16:06:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:03 Configure a credential helper to remove this warning. See 16:06:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:03 16:06:03 Login Succeeded 16:06:03 nexus3.edgexfoundry.org:10004 16:06:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:03 Configure a credential helper to remove this warning. See 16:06:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:03 16:06:03 Login Succeeded 16:06:03 docker.io 16:06:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:04 Configure a credential helper to remove this warning. See 16:06:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:04 16:06:04 Login Succeeded 16:06:04 ---> docker-login.sh ends [Pipeline] } 16:06:04 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 16:06:05 + git log --format=format:%s -1 9554146ac767a316102827058dd0818d8a8edfd8 [Pipeline] echo 16:06:05 GIT_COMMIT: 9554146ac767a316102827058dd0818d8a8edfd8, Commit Message: Merge pull request #210 from FelixTing/issue-204 [Pipeline] echo 16:06:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:06:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:06:06 16:06:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:06:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:06:06 latest: Pulling from edgex-devops/git-semver 16:06:06 31603596830f: Pulling fs layer 16:06:06 2a8b12db71e7: Pulling fs layer 16:06:06 6ca5941a6612: Pulling fs layer 16:06:06 ecc8261a40a4: Pulling fs layer 16:06:06 ecc8261a40a4: Waiting 16:06:06 2a8b12db71e7: Verifying Checksum 16:06:06 2a8b12db71e7: Download complete 16:06:07 31603596830f: Verifying Checksum 16:06:07 31603596830f: Download complete 16:06:07 ecc8261a40a4: Verifying Checksum 16:06:07 ecc8261a40a4: Download complete 16:06:07 6ca5941a6612: Verifying Checksum 16:06:07 6ca5941a6612: Download complete 16:06:07 31603596830f: Pull complete 16:06:07 2a8b12db71e7: Pull complete 16:06:08 6ca5941a6612: Pull complete 16:06:08 ecc8261a40a4: Pull complete 16:06:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:06:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:06:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:06:09 prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container 16:06:09 $ 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 16:06:11 $ docker top eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:06:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:06:11 [ssh-agent] Looking for ssh-agent implementation... 16:06:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:06:11 $ docker exec eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a ssh-agent 16:06:12 SSH_AUTH_SOCK=/tmp/ssh-NHZRU3x1dvBd/agent.12 16:06:12 SSH_AGENT_PID=17 16:06:12 Running ssh-add (command line suppressed) 16:06:12 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5967091064300918213.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5967091064300918213.key) 16:06:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:06:12 + git tag --points-at HEAD [Pipeline] } 16:06:12 $ docker exec --env ******** --env ******** eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a ssh-agent -k 16:06:12 unset SSH_AUTH_SOCK; 16:06:12 unset SSH_AGENT_PID; 16:06:12 echo Agent pid 17 killed; 16:06:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:06:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:06:12 [ssh-agent] Looking for ssh-agent implementation... 16:06:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:06:13 $ docker exec eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a ssh-agent 16:06:13 SSH_AUTH_SOCK=/tmp/ssh-7zfLajZ83SZa/agent.47 16:06:13 SSH_AGENT_PID=53 16:06:13 Running ssh-add (command line suppressed) 16:06:13 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1564647211772036707.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_1564647211772036707.key) 16:06:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:06:13 + git semver init 16:06:13 # -> Open(): unable to determine branch for HEAD 16:06:13 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 16:06:13 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 16:06:13 # $SEMVER_REMOTE_NAME = origin 16:06:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:06:13 # $SEMVER_USER_NAME = edgex-jenkins 16:06:13 # $SEMVER_BRANCH = master 16:06:13 # $SEMVER_TEMP = /tmp/semver-985056490 16:06:13 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 16:06:14 # '/tmp/semver-985056490' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 16:06:14 # -> Force: false 16:06:14 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 16:06:14 $ docker exec --env ******** --env ******** eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a ssh-agent -k 16:06:14 unset SSH_AUTH_SOCK; 16:06:14 unset SSH_AGENT_PID; 16:06:14 echo Agent pid 53 killed; 16:06:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:06:15 + git semver [Pipeline] } 16:06:15 $ docker stop --time=1 eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a 16:06:16 $ docker rm -f eb67a28be59fc3eea8a4d8dbce54d1d50c87dc5d3fbe4aba491361cde4f1d63a [Pipeline] // withDockerContainer [Pipeline] sh 16:06:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:06:17 Stashed 1 file(s) [Pipeline] echo 16:06:17 [edgeXSemver]: initialized semver on version 1.3.2-dev.1 [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 16:06:33 Still waiting to schedule task 16:06:33 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25572’ 16:06:33 Still waiting to schedule task 16:06:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:08:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25573 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 16:08:13 Running in /w/workspace/device-modbus-go/38 [Pipeline] { [Pipeline] checkout 16:08:19 using credential edgex-jenkins-ssh 16:08:19 Cloning the remote Git repository 16:08:19 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 16:08:19 > git init /w/workspace/device-modbus-go/38 # timeout=10 16:08:19 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:08:19 > git --version # timeout=10 16:08:19 > git --version # 'git version 2.17.1' 16:08:19 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:08:21 Checking out Revision 9554146ac767a316102827058dd0818d8a8edfd8 (master) 16:08:20 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:08:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:08:20 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:08:20 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:08:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:08:21 > git config core.sparsecheckout # timeout=10 16:08:21 > git checkout -f 9554146ac767a316102827058dd0818d8a8edfd8 # timeout=10 16:08:25 Commit message: "Merge pull request #210 from FelixTing/issue-204" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:08:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:08:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:08:28 + sudo service docker restart 16:08:28 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:08:30 provisioning config files... 16:08:30 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/38@tmp/config4314935613727725679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:08:31 ---> docker-login.sh 16:08:31 nexus3.edgexfoundry.org:10001 16:08:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:32 Configure a credential helper to remove this warning. See 16:08:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:32 16:08:32 Login Succeeded 16:08:32 nexus3.edgexfoundry.org:10002 16:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:33 Configure a credential helper to remove this warning. See 16:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:33 16:08:33 Login Succeeded 16:08:33 nexus3.edgexfoundry.org:10003 16:08:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:33 Configure a credential helper to remove this warning. See 16:08:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:33 16:08:33 Login Succeeded 16:08:33 nexus3.edgexfoundry.org:10004 16:08:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:34 Configure a credential helper to remove this warning. See 16:08:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:34 16:08:34 Login Succeeded 16:08:34 docker.io 16:08:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:08:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:08:35 Configure a credential helper to remove this warning. See 16:08:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:08:35 16:08:35 Login Succeeded 16:08:35 ---> docker-login.sh ends [Pipeline] } 16:08:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:08:35 ========================================================= 16:08:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:08:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:08:36 + 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 . 16:08:36 Sending build context to Docker daemon 534kB 16:08:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:08:36 Step 2/8 : FROM ${BASE} 16:08:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:08:36 5f621e34cdf4: Pulling fs layer 16:08:36 a4357932f1b6: Pulling fs layer 16:08:36 18c013af1878: Pulling fs layer 16:08:36 00ac8860ef70: Pulling fs layer 16:08:36 63d7cb157983: Pulling fs layer 16:08:36 b116817d02f9: Pulling fs layer 16:08:36 00ac8860ef70: Waiting 16:08:36 745a02a5169b: Pulling fs layer 16:08:36 63d7cb157983: Waiting 16:08:36 b116817d02f9: Waiting 16:08:36 745a02a5169b: Waiting 16:08:36 18c013af1878: Verifying Checksum 16:08:36 18c013af1878: Download complete 16:08:36 a4357932f1b6: Verifying Checksum 16:08:36 a4357932f1b6: Download complete 16:08:36 63d7cb157983: Verifying Checksum 16:08:36 63d7cb157983: Download complete 16:08:36 b116817d02f9: Verifying Checksum 16:08:36 b116817d02f9: Download complete 16:08:37 5f621e34cdf4: Verifying Checksum 16:08:37 5f621e34cdf4: Download complete 16:08:38 5f621e34cdf4: Pull complete 16:08:38 a4357932f1b6: Pull complete 16:08:39 18c013af1878: Pull complete 16:08:39 745a02a5169b: Verifying Checksum 16:08:39 745a02a5169b: Download complete 16:08:40 00ac8860ef70: Verifying Checksum 16:08:40 00ac8860ef70: Download complete 16:08:50 00ac8860ef70: Pull complete 16:08:51 63d7cb157983: Pull complete 16:08:51 b116817d02f9: Pull complete 16:08:55 745a02a5169b: Pull complete 16:08:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:08:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:08:55 ---> b7e6874047d6 16:08:55 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:08:57 Running on prd-centos7-docker-4c-2g-25574 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 16:08:57 Running in /w/workspace/device-modbus-go/38 [Pipeline] { [Pipeline] checkout 16:08:57 ---> Running in da08e7c81104 16:08:58 Removing intermediate container da08e7c81104 16:08:58 ---> 0f59904fb5c5 16:08:58 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:08:58 ---> Running in 51b405d11565 16:08:59 using credential edgex-jenkins-ssh 16:08:59 Cloning the remote Git repository 16:08:59 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 16:08:59 > git init /w/workspace/device-modbus-go/38 # timeout=10 16:08:59 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:08:59 > git --version # timeout=10 16:08:59 > git --version # 'git version 2.24.3' 16:08:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:09:00 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:09:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:09:00 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:09:00 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:09:00 using GIT_SSH to set credentials SSH Credentials for GitHub 16:09:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:09:00 Checking out Revision 9554146ac767a316102827058dd0818d8a8edfd8 (master) 16:09:01 Removing intermediate container 51b405d11565 16:09:01 ---> d4cd26fd666b 16:09:01 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:09:01 ---> Running in b546e30604bf 16:09:00 > git config core.sparsecheckout # timeout=10 16:09:00 > git checkout -f 9554146ac767a316102827058dd0818d8a8edfd8 # timeout=10 16:09:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:03 (1/14) Installing libmagic (5.38-r0) 16:09:03 (2/14) Installing file (5.38-r0) 16:09:04 (3/14) Installing libc-dev (0.7.2-r3) 16:09:04 (4/14) Installing g++ (9.3.0-r2) 16:09:04 Commit message: "Merge pull request #210 from FelixTing/issue-204" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:09:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:09:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:09:06 + sudo service docker restart 16:09:06 + true 16:09:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:09:07 provisioning config files... 16:09:07 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/38@tmp/config8840587740087146127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:09:07 ---> docker-login.sh 16:09:07 nexus3.edgexfoundry.org:10001 16:09:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:07 Configure a credential helper to remove this warning. See 16:09:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:07 16:09:07 Login Succeeded 16:09:07 nexus3.edgexfoundry.org:10002 16:09:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:07 Configure a credential helper to remove this warning. See 16:09:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:07 16:09:07 Login Succeeded 16:09:07 nexus3.edgexfoundry.org:10003 16:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:08 Configure a credential helper to remove this warning. See 16:09:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:08 16:09:08 Login Succeeded 16:09:08 nexus3.edgexfoundry.org:10004 16:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:08 Configure a credential helper to remove this warning. See 16:09:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:08 16:09:08 Login Succeeded 16:09:08 docker.io 16:09:08 (5/14) Installing fortify-headers (1.1-r0) 16:09:08 (6/14) Installing patch (2.7.6-r6) 16:09:08 (7/14) Installing build-base (0.5-r2) 16:09:08 (8/14) Installing openssh-keygen (8.3_p1-r1) 16:09:08 (9/14) Installing libedit (20191231.3.1-r0) 16:09:08 (10/14) Installing openssh-client (8.3_p1-r1) 16:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:08 Configure a credential helper to remove this warning. See 16:09:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:08 16:09:08 Login Succeeded 16:09:08 ---> docker-login.sh ends [Pipeline] } 16:09:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 16:09:09 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 16:09:09 (12/14) Installing openssh-server-common (8.3_p1-r1) 16:09:09 (13/14) Installing openssh-server (8.3_p1-r1) [Pipeline] echo 16:09:09 ========================================================= 16:09:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:09:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:09:09 (14/14) Installing openssh (8.3_p1-r1) 16:09:09 Executing busybox-1.31.1-r19.trigger 16:09:09 OK: 221 MiB in 53 packages 16:09:09 + 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 . 16:09:09 Sending build context to Docker daemon 535kB 16:09:09 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 16:09:09 Step 2/8 : FROM ${BASE} 16:09:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:09:09 188c0c94c7c5: Pulling fs layer 16:09:09 0ef7d3d256c8: Pulling fs layer 16:09:09 de9db76c5a1d: Pulling fs layer 16:09:09 bca2f99d35d6: Pulling fs layer 16:09:09 93359f2a8cfa: Pulling fs layer 16:09:09 7c6f9722023f: Pulling fs layer 16:09:09 a35cf1a2eb13: Pulling fs layer 16:09:09 93359f2a8cfa: Waiting 16:09:09 7c6f9722023f: Waiting 16:09:09 bca2f99d35d6: Waiting 16:09:09 a35cf1a2eb13: Waiting 16:09:09 de9db76c5a1d: Verifying Checksum 16:09:09 de9db76c5a1d: Download complete 16:09:09 0ef7d3d256c8: Verifying Checksum 16:09:09 0ef7d3d256c8: Download complete 16:09:09 93359f2a8cfa: Verifying Checksum 16:09:09 93359f2a8cfa: Download complete 16:09:09 188c0c94c7c5: Verifying Checksum 16:09:09 188c0c94c7c5: Download complete 16:09:09 7c6f9722023f: Verifying Checksum 16:09:09 7c6f9722023f: Download complete 16:09:10 188c0c94c7c5: Pull complete 16:09:10 0ef7d3d256c8: Pull complete 16:09:10 de9db76c5a1d: Pull complete 16:09:11 a35cf1a2eb13: Verifying Checksum 16:09:11 a35cf1a2eb13: Download complete 16:09:12 bca2f99d35d6: Verifying Checksum 16:09:12 bca2f99d35d6: Download complete 16:09:13 Removing intermediate container b546e30604bf 16:09:13 ---> 6d00da9c725f 16:09:13 Step 6/8 : WORKDIR /device-modbus-go 16:09:13 ---> Running in 6b822842edda 16:09:13 Removing intermediate container 6b822842edda 16:09:13 ---> 5f48ec26878c 16:09:13 Step 7/8 : COPY . . 16:09:14 ---> 5ddec78a899d 16:09:14 Step 8/8 : RUN go mod download 16:09:14 ---> Running in 1e5d9dcf0b95 16:09:17 bca2f99d35d6: Pull complete 16:09:17 93359f2a8cfa: Pull complete 16:09:17 7c6f9722023f: Pull complete 16:09:25 a35cf1a2eb13: Pull complete 16:09:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:09:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:09:25 ---> a62c8e92a672 16:09:25 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 16:09:26 ---> Running in 68ce4a014b68 16:09:26 Removing intermediate container 68ce4a014b68 16:09:26 ---> 9a003390cfa1 16:09:26 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:26 ---> Running in d4a88ad7c100 16:09:27 Removing intermediate container d4a88ad7c100 16:09:27 ---> 75c2cef71208 16:09:27 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 16:09:27 ---> Running in 74628f22ed9f 16:09:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:09:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:09:29 (1/14) Installing libmagic (5.38-r0) 16:09:30 (2/14) Installing file (5.38-r0) 16:09:30 (3/14) Installing libc-dev (0.7.2-r3) 16:09:30 (4/14) Installing g++ (9.3.0-r2) 16:09:36 (5/14) Installing fortify-headers (1.1-r0) 16:09:36 (6/14) Installing patch (2.7.6-r6) 16:09:36 (7/14) Installing build-base (0.5-r2) 16:09:36 (8/14) Installing openssh-keygen (8.3_p1-r1) 16:09:36 (9/14) Installing libedit (20191231.3.1-r0) 16:09:36 (10/14) Installing openssh-client (8.3_p1-r1) 16:09:36 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 16:09:36 (12/14) Installing openssh-server-common (8.3_p1-r1) 16:09:36 (13/14) Installing openssh-server (8.3_p1-r1) 16:09:37 Removing intermediate container 1e5d9dcf0b95 16:09:37 ---> 0b5f29f233c0 16:09:37 Successfully built 0b5f29f233c0 16:09:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:09:37 (14/14) Installing openssh (8.3_p1-r1) 16:09:37 Executing busybox-1.31.1-r19.trigger 16:09:37 OK: 237 MiB in 53 packages 16:09:37 + docker inspect -f . ci-base-image-arm64 16:09:37 . [Pipeline] withDockerContainer 16:09:37 prd-ubuntu18.04-docker-arm64-4c-16g-25573 does not seem to be running inside a container 16:09:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/38 -v /w/workspace/device-modbus-go/38:/w/workspace/device-modbus-go/38:rw,z -v /w/workspace/device-modbus-go/38@tmp:/w/workspace/device-modbus-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:09:39 $ docker top 0e89430d40f369fd1d43f512ff30840ef10ef5ad1dbff7e6806abe00d0f69216 -eo pid,comm [Pipeline] { [Pipeline] sh 16:09:40 + go version 16:09:40 go version go1.15.5 linux/arm64 [Pipeline] } 16:09:40 $ docker stop --time=1 0e89430d40f369fd1d43f512ff30840ef10ef5ad1dbff7e6806abe00d0f69216 16:09:40 Removing intermediate container 74628f22ed9f 16:09:40 ---> 135b7f7297a7 16:09:40 Step 6/8 : WORKDIR /device-modbus-go 16:09:40 ---> Running in defb1397a797 16:09:40 Removing intermediate container defb1397a797 16:09:40 ---> 91a760baa4bd 16:09:40 Step 7/8 : COPY . . 16:09:41 ---> 104a89d4c337 16:09:41 Step 8/8 : RUN go mod download 16:09:41 ---> Running in cf7c871589a8 16:09:42 $ docker rm -f 0e89430d40f369fd1d43f512ff30840ef10ef5ad1dbff7e6806abe00d0f69216 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:09:43 + docker inspect -f . ci-base-image-arm64 16:09:43 . [Pipeline] withDockerContainer 16:09:43 prd-ubuntu18.04-docker-arm64-4c-16g-25573 does not seem to be running inside a container 16:09:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/38 -v /w/workspace/device-modbus-go/38:/w/workspace/device-modbus-go/38:rw,z -v /w/workspace/device-modbus-go/38@tmp:/w/workspace/device-modbus-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:09:45 $ docker top e61f955d94ec377af93b6a31cb66d8383a0f080c348a90b21e798611a58baebf -eo pid,comm [Pipeline] { [Pipeline] sh 16:09:46 + make test 16:09:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:09:47 ? github.com/edgexfoundry/device-modbus-go [no test files] 16:10:03 Removing intermediate container cf7c871589a8 16:10:03 ---> 129193bb79b7 16:10:03 Successfully built 129193bb79b7 16:10:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:10:04 + docker inspect -f . ci-base-image-x86_64 16:10:04 . [Pipeline] withDockerContainer 16:10:04 prd-centos7-docker-4c-2g-25574 does not seem to be running inside a container 16:10:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/38 -v /w/workspace/device-modbus-go/38:/w/workspace/device-modbus-go/38:rw,z -v /w/workspace/device-modbus-go/38@tmp:/w/workspace/device-modbus-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:10:05 $ docker top 8d565879452bb4e829508cf399e27824b0e4b03cfc120e01adffeede01d30238 -eo pid,comm [Pipeline] { [Pipeline] sh 16:10:05 + go version 16:10:05 go version go1.15.5 linux/amd64 [Pipeline] } 16:10:05 $ docker stop --time=1 8d565879452bb4e829508cf399e27824b0e4b03cfc120e01adffeede01d30238 16:10:06 $ docker rm -f 8d565879452bb4e829508cf399e27824b0e4b03cfc120e01adffeede01d30238 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:10:07 + docker inspect -f . ci-base-image-x86_64 16:10:07 . [Pipeline] withDockerContainer 16:10:07 prd-centos7-docker-4c-2g-25574 does not seem to be running inside a container 16:10:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/38 -v /w/workspace/device-modbus-go/38:/w/workspace/device-modbus-go/38:rw,z -v /w/workspace/device-modbus-go/38@tmp:/w/workspace/device-modbus-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:10:08 $ docker top 129f09b7e5698a863438e6b397803dd8ae1d813d7d1103080468610448073d5a -eo pid,comm [Pipeline] { [Pipeline] sh 16:10:08 + make test 16:10:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:10:10 ? github.com/edgexfoundry/device-modbus-go [no test files] 16:10:19 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 16:10:19 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.366s coverage: 50.3% of statements 16:10:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:10:20 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 16:10:21 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.278s coverage: 50.3% of statements 16:10:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:10:23 gofmt -l . 16:10:23 [ "`gofmt -l .`" = "" ] 16:10:23 ./bin/test-attribution-txt.sh 16:10:24 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:10:24 $ docker stop --time=1 129f09b7e5698a863438e6b397803dd8ae1d813d7d1103080468610448073d5a 16:10:26 gofmt -l . 16:10:26 [ "`gofmt -l .`" = "" ] 16:10:26 ./bin/test-attribution-txt.sh 16:10:26 $ docker rm -f 129f09b7e5698a863438e6b397803dd8ae1d813d7d1103080468610448073d5a 16:10:27 ./bin/test-go-mod-tidy.sh [Pipeline] // withDockerContainer [Pipeline] sh 16:10:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] } 16:10:27 $ docker stop --time=1 e61f955d94ec377af93b6a31cb66d8383a0f080c348a90b21e798611a58baebf 16:10:27 Stashed 1 file(s) 16:10:29 $ docker rm -f e61f955d94ec377af93b6a31cb66d8383a0f080c348a90b21e798611a58baebf [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 16:10:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:10:30 Warning: overwriting stash ‘coverage-report’ 16:10:31 Stashed 1 file(s) [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 16:10:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 16:10:35 + ls -al . 16:10:35 total 104 16:10:35 drwxrwxr-x. 9 jenkins jenkins 4096 Feb 8 16:10 . 16:10:35 drwxrwxr-x. 4 jenkins jenkins 30 Feb 8 16:08 .. 16:10:35 -rw-rw-r--. 1 jenkins jenkins 5589 Feb 8 16:09 Attribution.txt 16:10:35 drwxrwxr-x. 2 jenkins jenkins 87 Feb 8 16:09 bin 16:10:35 drwxrwxr-x. 3 jenkins jenkins 32 Feb 8 16:09 cmd 16:10:35 -rw-r--r--. 1 jenkins jenkins 22362 Feb 8 16:10 coverage.out 16:10:35 -rw-rw-r--. 1 jenkins jenkins 1434 Feb 8 16:09 Dockerfile 16:10:35 -rw-rw-r--. 1 jenkins jenkins 958 Feb 8 16:09 Dockerfile.build 16:10:35 -rw-rw-r--. 1 jenkins jenkins 140 Feb 8 16:09 .dockerignore 16:10:35 drwxrwxr-x. 8 jenkins jenkins 162 Feb 8 16:09 .git 16:10:35 drwxrwxr-x. 2 jenkins jenkins 103 Feb 8 16:09 .github 16:10:35 -rw-rw-r--. 1 jenkins jenkins 338 Feb 8 16:09 .gitignore 16:10:35 -rw-r--r--. 1 jenkins jenkins 517 Feb 8 16:10 go.mod 16:10:35 -rw-r--r--. 1 jenkins jenkins 14838 Feb 8 16:10 go.sum 16:10:35 drwxrwxr-x. 3 jenkins jenkins 20 Feb 8 16:09 internal 16:10:35 -rw-rw-r--. 1 jenkins jenkins 679 Feb 8 16:09 Jenkinsfile 16:10:35 -rw-rw-r--. 1 jenkins jenkins 11340 Feb 8 16:09 LICENSE 16:10:35 -rw-rw-r--. 1 jenkins jenkins 880 Feb 8 16:09 Makefile 16:10:35 -rw-rw-r--. 1 jenkins jenkins 591 Feb 8 16:09 README.md 16:10:35 drwxrwxr-x. 2 jenkins jenkins 52 Feb 8 16:09 simulator 16:10:35 drwxrwxr-x. 4 jenkins jenkins 71 Feb 8 16:09 snap 16:10:35 -rw-rw-r--. 1 jenkins jenkins 11 Feb 8 16:06 VERSION 16:10:35 -rw-rw-r--. 1 jenkins jenkins 229 Feb 8 16:09 version.go [Pipeline] isUnix [Pipeline] sh 16:10:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:10:35 + 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=9554146ac767a316102827058dd0818d8a8edfd8 --label arch=amd64 --label version=1.3.2-dev.1 . 16:10:35 Sending build context to Docker daemon 566.3kB 16:10:35 Step 1/20 : ARG BASE=golang:1.15-alpine3.12 16:10:35 Step 2/20 : FROM ${BASE} AS builder 16:10:35 ---> 129193bb79b7 16:10:35 Step 3/20 : ARG MAKE='make build' 16:10:35 ---> Running in f18140538314 16:10:35 Removing intermediate container f18140538314 16:10:35 ---> 256063da1d74 16:10:35 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:35 + ls -al . 16:10:35 total 136 16:10:35 drwxrwxr-x 9 jenkins jenkins 4096 Feb 8 16:10 . 16:10:35 drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 16:08 .. 16:10:35 -rw-rw-r-- 1 jenkins jenkins 140 Feb 8 16:08 .dockerignore 16:10:35 drwxrwxr-x 8 jenkins jenkins 4096 Feb 8 16:08 .git 16:10:35 drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 16:08 .github 16:10:35 -rw-rw-r-- 1 jenkins jenkins 338 Feb 8 16:08 .gitignore 16:10:35 -rw-rw-r-- 1 jenkins jenkins 5589 Feb 8 16:08 Attribution.txt 16:10:35 -rw-rw-r-- 1 jenkins jenkins 1434 Feb 8 16:08 Dockerfile 16:10:35 -rw-rw-r-- 1 jenkins jenkins 958 Feb 8 16:08 Dockerfile.build 16:10:35 -rw-rw-r-- 1 jenkins jenkins 679 Feb 8 16:08 Jenkinsfile 16:10:35 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 8 16:08 LICENSE 16:10:35 -rw-rw-r-- 1 jenkins jenkins 880 Feb 8 16:08 Makefile 16:10:35 -rw-rw-r-- 1 jenkins jenkins 591 Feb 8 16:08 README.md 16:10:35 -rw-rw-r-- 1 jenkins jenkins 11 Feb 8 16:06 VERSION 16:10:35 drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 16:08 bin 16:10:35 drwxrwxr-x 3 jenkins jenkins 4096 Feb 8 16:08 cmd 16:10:35 -rw-r--r-- 1 jenkins jenkins 22362 Feb 8 16:10 coverage.out 16:10:35 -rw-r--r-- 1 jenkins jenkins 517 Feb 8 16:10 go.mod 16:10:35 -rw-r--r-- 1 jenkins jenkins 14838 Feb 8 16:10 go.sum 16:10:35 drwxrwxr-x 3 jenkins jenkins 4096 Feb 8 16:08 internal 16:10:35 drwxrwxr-x 2 jenkins jenkins 4096 Feb 8 16:08 simulator 16:10:35 drwxrwxr-x 4 jenkins jenkins 4096 Feb 8 16:08 snap 16:10:35 -rw-rw-r-- 1 jenkins jenkins 229 Feb 8 16:08 version.go [Pipeline] isUnix [Pipeline] sh 16:10:35 ---> Running in 47c044c8088f 16:10:36 + 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=9554146ac767a316102827058dd0818d8a8edfd8 --label arch=arm64 --label version=1.3.2-dev.1 . 16:10:36 Sending build context to Docker daemon 565.2kB 16:10:36 Step 1/20 : ARG BASE=golang:1.15-alpine3.12 16:10:36 Step 2/20 : FROM ${BASE} AS builder 16:10:36 ---> 0b5f29f233c0 16:10:36 Step 3/20 : ARG MAKE='make build' 16:10:36 ---> Running in f2107bb80cde 16:10:36 Removing intermediate container 47c044c8088f 16:10:36 ---> bbe1d9def206 16:10:36 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 16:10:36 ---> Running in da70791338fd 16:10:37 Removing intermediate container f2107bb80cde 16:10:37 ---> f6d2c5ed7b37 16:10:37 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:37 ---> Running in ee433b913f40 16:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:10:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:10:38 OK: 237 MiB in 53 packages 16:10:39 Removing intermediate container da70791338fd 16:10:39 ---> 7badc1c888fa 16:10:39 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 16:10:39 ---> Running in b6e4bda5d566 16:10:39 Removing intermediate container ee433b913f40 16:10:39 ---> afd73f4f43e0 16:10:39 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 16:10:39 Removing intermediate container b6e4bda5d566 16:10:39 ---> a53a0127b537 16:10:39 Step 7/20 : COPY . . 16:10:39 ---> Running in 525e92e20da1 16:10:40 ---> f50ccdbba1bd 16:10:40 Step 8/20 : RUN ${MAKE} 16:10:40 ---> Running in 25e25aa350cb 16:10:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:10:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.2-dev.1" -o cmd/device-modbus ./cmd 16:10:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:10:42 OK: 221 MiB in 53 packages 16:10:43 Removing intermediate container 525e92e20da1 16:10:43 ---> 7104041f419f 16:10:43 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 16:10:43 ---> Running in d88008421598 16:10:43 Removing intermediate container d88008421598 16:10:43 ---> 120c35b5443f 16:10:43 Step 7/20 : COPY . . 16:10:44 ---> 24160fb5f945 16:10:44 Step 8/20 : RUN ${MAKE} 16:10:44 ---> Running in 90574d233850 16:10:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.2-dev.1" -o cmd/device-modbus ./cmd 16:10:49 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:10:52 Removing intermediate container 25e25aa350cb 16:10:52 ---> 99d8c7251430 16:10:52 Step 9/20 : FROM scratch 16:10:52 ---> 16:10:52 Step 10/20 : ENV APP_PORT=49991 16:10:52 ---> Running in 1b2b61d32231 16:10:52 Removing intermediate container 1b2b61d32231 16:10:52 ---> 92dccc23dd11 16:10:52 Step 11/20 : EXPOSE $APP_PORT 16:10:52 ---> Running in aac4d1ab78dd 16:10:52 Removing intermediate container aac4d1ab78dd 16:10:52 ---> 6f169f87baaa 16:10:52 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 16:10:53 ---> ede2b304f0c8 16:10:53 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 16:10:54 ---> 83e7b985c7f0 16:10:54 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 16:10:54 ---> 6582847784d7 16:10:54 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 16:10:54 ---> Running in 107f09c242cb 16:10:54 Removing intermediate container 107f09c242cb 16:10:54 ---> 8173ba52b3f9 16:10:54 Step 16/20 : ENTRYPOINT ["/device-modbus"] 16:10:54 ---> Running in de3d5c046f77 16:10:55 Removing intermediate container de3d5c046f77 16:10:55 ---> d91c01fe0fcf 16:10:55 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:10:55 ---> Running in 12b02dad83a8 16:10:55 Removing intermediate container 12b02dad83a8 16:10:55 ---> 66a413e8cb8c 16:10:55 Step 18/20 : LABEL arch=amd64 16:10:55 ---> Running in f47931e10829 16:10:55 Removing intermediate container f47931e10829 16:10:55 ---> f4f197e00f93 16:10:55 Step 19/20 : LABEL git_sha=9554146ac767a316102827058dd0818d8a8edfd8 16:10:55 ---> Running in 5f0eed8f28f8 16:10:55 Removing intermediate container 5f0eed8f28f8 16:10:55 ---> 26ed852886f8 16:10:55 Step 20/20 : LABEL version=1.3.2-dev.1 16:10:55 ---> Running in 899359a6819c 16:10:55 Removing intermediate container 899359a6819c 16:10:55 ---> f59d1de080de 16:10:55 [Warning] One or more build-args [ARCH] were not consumed 16:10:55 Successfully built f59d1de080de 16:10:55 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:10:56 provisioning config files... 16:10:56 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/38@tmp/config1297027797578285224tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:10:56 ---> docker-login.sh 16:10:56 nexus3.edgexfoundry.org:10001 16:10:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:56 Configure a credential helper to remove this warning. See 16:10:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:56 16:10:56 Login Succeeded 16:10:56 nexus3.edgexfoundry.org:10002 16:10:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:56 Configure a credential helper to remove this warning. See 16:10:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:56 16:10:56 Login Succeeded 16:10:56 nexus3.edgexfoundry.org:10003 16:10:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:57 Configure a credential helper to remove this warning. See 16:10:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:57 16:10:57 Login Succeeded 16:10:57 nexus3.edgexfoundry.org:10004 16:10:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:57 Configure a credential helper to remove this warning. See 16:10:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:57 16:10:57 Login Succeeded 16:10:57 docker.io 16:10:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:57 Configure a credential helper to remove this warning. See 16:10:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:57 16:10:57 Login Succeeded 16:10:57 ---> docker-login.sh ends [Pipeline] } 16:10:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:10:57 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 16:10:57 9554146ac767a316102827058dd0818d8a8edfd8 16:10:57 latest 16:10:57 1.3.2-dev.1 16:10:57 9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 16:10:57 master 16:10:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:10:58 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9554146ac767a316102827058dd0818d8a8edfd8 [Pipeline] isUnix [Pipeline] sh 16:10:58 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9554146ac767a316102827058dd0818d8a8edfd8 16:10:58 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 16:10:58 f2d31a79036f: Preparing 16:10:58 39a9456a6983: Preparing 16:10:58 33f40003cc0a: Preparing 16:10:58 f2d31a79036f: Pushed 16:10:58 39a9456a6983: Pushed 16:10:59 33f40003cc0a: Pushed 16:10:59 9554146ac767a316102827058dd0818d8a8edfd8: digest: sha256:7a9f799fd223498976b8e3dd80048fc2b5181c6c4d630856707dcc7b39444c09 size: 944 [Pipeline] isUnix [Pipeline] sh 16:11:00 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 16:11:00 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 16:11:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 16:11:00 f2d31a79036f: Preparing 16:11:00 39a9456a6983: Preparing 16:11:00 33f40003cc0a: Preparing 16:11:00 33f40003cc0a: Layer already exists 16:11:00 f2d31a79036f: Layer already exists 16:11:00 39a9456a6983: Layer already exists 16:11:00 latest: digest: sha256:7a9f799fd223498976b8e3dd80048fc2b5181c6c4d630856707dcc7b39444c09 size: 944 [Pipeline] isUnix [Pipeline] sh 16:11:00 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.1 [Pipeline] isUnix [Pipeline] sh 16:11:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.1 16:11:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 16:11:01 f2d31a79036f: Preparing 16:11:01 39a9456a6983: Preparing 16:11:01 33f40003cc0a: Preparing 16:11:01 f2d31a79036f: Layer already exists 16:11:01 39a9456a6983: Layer already exists 16:11:01 33f40003cc0a: Layer already exists 16:11:01 1.3.2-dev.1: digest: sha256:7a9f799fd223498976b8e3dd80048fc2b5181c6c4d630856707dcc7b39444c09 size: 944 [Pipeline] isUnix [Pipeline] sh 16:11:01 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 [Pipeline] isUnix [Pipeline] sh 16:11:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 16:11:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 16:11:01 f2d31a79036f: Preparing 16:11:01 39a9456a6983: Preparing 16:11:01 33f40003cc0a: Preparing 16:11:01 39a9456a6983: Layer already exists 16:11:01 33f40003cc0a: Layer already exists 16:11:01 f2d31a79036f: Layer already exists 16:11:01 9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1: digest: sha256:7a9f799fd223498976b8e3dd80048fc2b5181c6c4d630856707dcc7b39444c09 size: 944 [Pipeline] isUnix [Pipeline] sh 16:11:02 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 16:11:02 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 16:11:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 16:11:02 f2d31a79036f: Preparing 16:11:02 39a9456a6983: Preparing 16:11:02 33f40003cc0a: Preparing 16:11:02 f2d31a79036f: Layer already exists 16:11:02 33f40003cc0a: Layer already exists 16:11:02 39a9456a6983: Layer already exists 16:11:02 master: digest: sha256:7a9f799fd223498976b8e3dd80048fc2b5181c6c4d630856707dcc7b39444c09 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:11:02 ===================================================== [Pipeline] echo 16:11:02 taggedImages: 16:11:02 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9554146ac767a316102827058dd0818d8a8edfd8 16:11:02 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 16:11:02 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.2-dev.1 16:11:02 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 16:11:02 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:11:12 CGO_ENABLED=0 GO111MODULE=on go build ./... 16:11:16 Removing intermediate container 90574d233850 16:11:16 ---> 7c341c77a6e7 16:11:16 Step 9/20 : FROM scratch 16:11:16 ---> 16:11:16 Step 10/20 : ENV APP_PORT=49991 16:11:16 ---> Running in cdddba30d0ee 16:11:16 Removing intermediate container cdddba30d0ee 16:11:16 ---> 22f43fee6dd4 16:11:16 Step 11/20 : EXPOSE $APP_PORT 16:11:16 ---> Running in 8012f1efc8e5 16:11:17 Removing intermediate container 8012f1efc8e5 16:11:17 ---> 80e181e904a6 16:11:17 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 16:11:18 ---> 0a129c655102 16:11:18 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 16:11:18 ---> ade64fe5e576 16:11:18 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 16:11:19 ---> 0137a0e4fa64 16:11:19 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 16:11:19 ---> Running in cb0497b75947 16:11:20 Removing intermediate container cb0497b75947 16:11:20 ---> e19f3a597179 16:11:20 Step 16/20 : ENTRYPOINT ["/device-modbus"] 16:11:20 ---> Running in 69fbce9828ce 16:11:20 Removing intermediate container 69fbce9828ce 16:11:20 ---> 46ddd9ebaa91 16:11:20 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:11:21 ---> Running in 867e00e1a8dc 16:11:21 Removing intermediate container 867e00e1a8dc 16:11:21 ---> 59d099827924 16:11:21 Step 18/20 : LABEL arch=arm64 16:11:21 ---> Running in d6865a44d6c2 16:11:22 Removing intermediate container d6865a44d6c2 16:11:22 ---> 3c7e4368bd6b 16:11:22 Step 19/20 : LABEL git_sha=9554146ac767a316102827058dd0818d8a8edfd8 16:11:22 ---> Running in c7a616c4828c 16:11:22 Removing intermediate container c7a616c4828c 16:11:22 ---> 8ae3dd3b4938 16:11:22 Step 20/20 : LABEL version=1.3.2-dev.1 16:11:22 ---> Running in 068fc8eb2c58 16:11:22 Removing intermediate container 068fc8eb2c58 16:11:22 ---> e7afb5ba844c 16:11:22 [Warning] One or more build-args [ARCH] were not consumed 16:11:23 Successfully built e7afb5ba844c 16:11:23 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 16:11:23 provisioning config files... 16:11:23 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/38@tmp/config8656512390665989006tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:11:24 ---> docker-login.sh 16:11:24 nexus3.edgexfoundry.org:10001 16:11:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:24 Configure a credential helper to remove this warning. See 16:11:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:24 16:11:24 Login Succeeded 16:11:24 nexus3.edgexfoundry.org:10002 16:11:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:24 Configure a credential helper to remove this warning. See 16:11:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:24 16:11:24 Login Succeeded 16:11:24 nexus3.edgexfoundry.org:10003 16:11:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:25 Configure a credential helper to remove this warning. See 16:11:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:25 16:11:25 Login Succeeded 16:11:25 nexus3.edgexfoundry.org:10004 16:11:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:26 Configure a credential helper to remove this warning. See 16:11:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:26 16:11:26 Login Succeeded 16:11:26 docker.io 16:11:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:26 Configure a credential helper to remove this warning. See 16:11:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:26 16:11:26 Login Succeeded 16:11:26 ---> docker-login.sh ends [Pipeline] } 16:11:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:11:26 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 16:11:26 9554146ac767a316102827058dd0818d8a8edfd8 16:11:26 latest 16:11:26 1.3.2-dev.1 16:11:26 9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 16:11:26 master 16:11:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:11:27 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9554146ac767a316102827058dd0818d8a8edfd8 [Pipeline] isUnix [Pipeline] sh 16:11:27 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9554146ac767a316102827058dd0818d8a8edfd8 16:11:27 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 16:11:27 9df0c09af57a: Preparing 16:11:27 dcc388657aa8: Preparing 16:11:27 6df8c20f7f0e: Preparing 16:11:27 9df0c09af57a: Pushed 16:11:27 dcc388657aa8: Pushed 16:11:30 6df8c20f7f0e: Pushed 16:11:30 9554146ac767a316102827058dd0818d8a8edfd8: digest: sha256:c9259269b4a73b6b221edaa67c71d5a6de0bdd616516ddde3dc1d04ed602ac40 size: 944 [Pipeline] isUnix [Pipeline] sh 16:11:30 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:11:31 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 16:11:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 16:11:31 9df0c09af57a: Preparing 16:11:31 dcc388657aa8: Preparing 16:11:31 6df8c20f7f0e: Preparing 16:11:31 9df0c09af57a: Layer already exists 16:11:31 6df8c20f7f0e: Layer already exists 16:11:31 dcc388657aa8: Layer already exists 16:11:31 latest: digest: sha256:c9259269b4a73b6b221edaa67c71d5a6de0bdd616516ddde3dc1d04ed602ac40 size: 944 [Pipeline] isUnix [Pipeline] sh 16:11:31 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.1 [Pipeline] isUnix [Pipeline] sh 16:11:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.1 16:11:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 16:11:32 9df0c09af57a: Preparing 16:11:32 dcc388657aa8: Preparing 16:11:32 6df8c20f7f0e: Preparing 16:11:32 6df8c20f7f0e: Layer already exists 16:11:32 9df0c09af57a: Layer already exists 16:11:32 dcc388657aa8: Layer already exists 16:11:32 1.3.2-dev.1: digest: sha256:c9259269b4a73b6b221edaa67c71d5a6de0bdd616516ddde3dc1d04ed602ac40 size: 944 [Pipeline] isUnix [Pipeline] sh 16:11:32 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 [Pipeline] isUnix [Pipeline] sh 16:11:33 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 16:11:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 16:11:33 9df0c09af57a: Preparing 16:11:33 dcc388657aa8: Preparing 16:11:33 6df8c20f7f0e: Preparing 16:11:33 9df0c09af57a: Layer already exists 16:11:33 6df8c20f7f0e: Layer already exists 16:11:33 dcc388657aa8: Layer already exists 16:11:33 9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1: digest: sha256:c9259269b4a73b6b221edaa67c71d5a6de0bdd616516ddde3dc1d04ed602ac40 size: 944 [Pipeline] isUnix [Pipeline] sh 16:11:33 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 16:11:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 16:11:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 16:11:34 9df0c09af57a: Preparing 16:11:34 dcc388657aa8: Preparing 16:11:34 6df8c20f7f0e: Preparing 16:11:34 6df8c20f7f0e: Layer already exists 16:11:34 9df0c09af57a: Layer already exists 16:11:34 dcc388657aa8: Layer already exists 16:11:34 master: digest: sha256:c9259269b4a73b6b221edaa67c71d5a6de0bdd616516ddde3dc1d04ed602ac40 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:11:34 ===================================================== [Pipeline] echo 16:11:34 taggedImages: 16:11:34 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9554146ac767a316102827058dd0818d8a8edfd8 16:11:34 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 16:11:34 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.2-dev.1 16:11:34 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:9554146ac767a316102827058dd0818d8a8edfd8-1.3.2-dev.1 16:11:34 - 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 16:11:35 provisioning config files... 16:11:35 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6909408233066948659tmp [Pipeline] { [Pipeline] sh 16:11:36 + set +x 16:11:36 + curl -s https://codecov.io/bash 16:11:36 + bash -s -- 16:11:36 16:11:36 _____ _ 16:11:36 / ____| | | 16:11:36 | | ___ __| | ___ ___ _____ __ 16:11:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:11:36 | |___| (_) | (_| | __/ (_| (_) \ V / 16:11:36 \_____\___/ \__,_|\___|\___\___/ \_/ 16:11:36 Bash-20210129-7c25fce 16:11:36 16:11:36 16:11:36 ==> git version 2.24.3 found 16:11:36 ==> 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 16:11:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:11:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:11:36 ==> Jenkins CI detected. 16:11:36 project root: . 16:11:36 --> token set from env 16:11:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:11:36 ==> Running gcov in . (disable via -X gcov) 16:11:36 ==> Python coveragepy not found 16:11:36 ==> Searching for coverage reports in: 16:11:36 + . 16:11:36 -> Found 1 reports 16:11:36 ==> Detecting git/mercurial file structure 16:11:36 ==> Reading reports 16:11:36 + ./coverage.out bytes=22362 16:11:36 ==> Appending adjustments 16:11:36 https://docs.codecov.io/docs/fixing-reports 16:11:36 + Found adjustments 16:11:36 ==> Gzipping contents 16:11:36 8.0K /tmp/codecov.5BGkk5.gz 16:11:36 ==> Uploading reports 16:11:36 url: https://codecov.io 16:11:36 query: branch=master&commit=9554146ac767a316102827058dd0818d8a8edfd8&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:11:36 -> Pinging Codecov 16:11:36 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=9554146ac767a316102827058dd0818d8a8edfd8&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F38%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:11:37 -> Uploading to 16:11:37 https://storage.googleapis.com/codecov/v4/raw/2021-02-08/55DBCA73C666E3227836607328DD7E49/9554146ac767a316102827058dd0818d8a8edfd8/30d64d14-90e4-4787-949b-1cfe04d61369.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T161137Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b163b2c80bc117cbbbf8b0e95b03002ac087fbb0d0aefd4ceced77334349bf7c 16:11:37 % Total % Received % Xferd Average Speed Time Time Time Current 16:11:37 Dload Upload Total Spent Left Speed 16:11:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4232 0 0 100 4232 0 9250 --:--:-- --:--:-- --:--:-- 9240 100 4232 0 0 100 4232 0 9246 --:--:-- --:--:-- --:--:-- 9240 16:11:37 -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/9554146ac767a316102827058dd0818d8a8edfd8 [Pipeline] } 16:11:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:11:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:11:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:11:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:11:39 16:11:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:11:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:11:39 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:11:39 188c0c94c7c5: Pulling fs layer 16:11:39 0ef7d3d256c8: Pulling fs layer 16:11:39 de9db76c5a1d: Pulling fs layer 16:11:39 0eba1c9be4d2: Pulling fs layer 16:11:39 0d57e429df01: Pulling fs layer 16:11:39 4e4be7b47b0d: Pulling fs layer 16:11:39 e1f770b5df2f: Pulling fs layer 16:11:39 85a0685a4137: Pulling fs layer 16:11:39 0eba1c9be4d2: Waiting 16:11:39 0d57e429df01: Waiting 16:11:39 4e4be7b47b0d: Waiting 16:11:39 85a0685a4137: Waiting 16:11:39 e1f770b5df2f: Waiting 16:11:39 de9db76c5a1d: Verifying Checksum 16:11:39 de9db76c5a1d: Download complete 16:11:39 0ef7d3d256c8: Download complete 16:11:39 0d57e429df01: Verifying Checksum 16:11:39 0d57e429df01: Download complete 16:11:39 4e4be7b47b0d: Verifying Checksum 16:11:39 4e4be7b47b0d: Download complete 16:11:39 188c0c94c7c5: Verifying Checksum 16:11:39 188c0c94c7c5: Download complete 16:11:39 188c0c94c7c5: Pull complete 16:11:39 0ef7d3d256c8: Pull complete 16:11:40 de9db76c5a1d: Pull complete 16:11:41 e1f770b5df2f: Verifying Checksum 16:11:41 e1f770b5df2f: Download complete 16:11:43 85a0685a4137: Verifying Checksum 16:11:43 85a0685a4137: Download complete 16:11:43 0eba1c9be4d2: Verifying Checksum 16:11:43 0eba1c9be4d2: Download complete 16:11:49 0eba1c9be4d2: Pull complete 16:11:49 0d57e429df01: Pull complete 16:11:49 4e4be7b47b0d: Pull complete 16:11:51 e1f770b5df2f: Pull complete 16:11:58 85a0685a4137: Pull complete 16:11:58 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:11:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:11:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:11:58 prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container 16:11:58 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:11:59 $ docker top c32146b013b53248883a83d2387fd91e9c0bb7c17b719ad493a1e9529aaf1d3c -eo pid,comm [Pipeline] { [Pipeline] echo 16:12:00 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:12:00 + set -o pipefail 16:12:00 + snyk monitor '--org=edgex-jenkins' 16:12:18 16:12:18 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 16:12:18 16:12:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/2790015b-ca9c-4422-9f05-189a038b17df 16:12:18 16:12:18 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:12:18 16:12:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:12:18 16:12:18 [Pipeline] } 16:12:18 $ docker stop --time=1 c32146b013b53248883a83d2387fd91e9c0bb7c17b719ad493a1e9529aaf1d3c 16:12:21 $ docker rm -f c32146b013b53248883a83d2387fd91e9c0bb7c17b719ad493a1e9529aaf1d3c [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 16:12:23 + git log --format=format:%s -1 9554146ac767a316102827058dd0818d8a8edfd8 [Pipeline] isUnix [Pipeline] sh 16:12:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:12:23 . [Pipeline] withDockerContainer 16:12:24 prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container 16:12:24 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:12:25 $ docker top d5977fdeb2475230b14305bde0c3d402ba5ec6b48bc9e3902446e15107cf3d2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:12:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:12:25 [ssh-agent] Looking for ssh-agent implementation... 16:12:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:12:25 $ docker exec d5977fdeb2475230b14305bde0c3d402ba5ec6b48bc9e3902446e15107cf3d2d ssh-agent 16:12:25 SSH_AUTH_SOCK=/tmp/ssh-pwxRtjNbb7Ey/agent.11 16:12:25 SSH_AGENT_PID=17 16:12:25 Running ssh-add (command line suppressed) 16:12:25 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7537541511403537213.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_7537541511403537213.key) 16:12:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:12:26 + git semver tag 16:12:26 # -> Open(): unable to determine branch for HEAD 16:12:26 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 16:12:26 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 16:12:26 # $SEMVER_REMOTE_NAME = origin 16:12:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:12:26 # $SEMVER_USER_NAME = edgex-jenkins 16:12:26 # $SEMVER_BRANCH = master 16:12:26 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 16:12:26 # 9554146ac767a316102827058dd0818d8a8edfd8 HEAD 16:12:26 # -> Force: false 16:12:26 # a2b2b568b38f09880e5a2bc3c73a8df8df3365c8 refs/tags/v1.3.2-dev.1 [Pipeline] } 16:12:26 $ docker exec --env ******** --env ******** d5977fdeb2475230b14305bde0c3d402ba5ec6b48bc9e3902446e15107cf3d2d ssh-agent -k 16:12:26 unset SSH_AUTH_SOCK; 16:12:26 unset SSH_AGENT_PID; 16:12:26 echo Agent pid 17 killed; 16:12:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:12:27 + git semver [Pipeline] } 16:12:27 $ docker stop --time=1 d5977fdeb2475230b14305bde0c3d402ba5ec6b48bc9e3902446e15107cf3d2d 16:12:28 $ docker rm -f d5977fdeb2475230b14305bde0c3d402ba5ec6b48bc9e3902446e15107cf3d2d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:12:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:12:29 16:12:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:12:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:12:29 0.23.1-centos7: Pulling from edgex-lftools 16:12:29 ab5ef0e58194: Pulling fs layer 16:12:29 9712f1f96733: Pulling fs layer 16:12:29 63f879dbbcfc: Pulling fs layer 16:12:29 0d9ebad4ef96: Pulling fs layer 16:12:29 e9a5061849ea: Pulling fs layer 16:12:29 d747dcd14b5f: Pulling fs layer 16:12:29 2de7ff778b66: Pulling fs layer 16:12:29 0d9ebad4ef96: Waiting 16:12:29 e9a5061849ea: Waiting 16:12:29 2de7ff778b66: Waiting 16:12:29 d747dcd14b5f: Waiting 16:12:29 9712f1f96733: Verifying Checksum 16:12:29 9712f1f96733: Download complete 16:12:31 63f879dbbcfc: Verifying Checksum 16:12:31 63f879dbbcfc: Download complete 16:12:31 e9a5061849ea: Verifying Checksum 16:12:31 e9a5061849ea: Download complete 16:12:31 d747dcd14b5f: Verifying Checksum 16:12:31 d747dcd14b5f: Download complete 16:12:32 2de7ff778b66: Verifying Checksum 16:12:32 0d9ebad4ef96: Verifying Checksum 16:12:32 0d9ebad4ef96: Download complete 16:12:32 ab5ef0e58194: Verifying Checksum 16:12:32 ab5ef0e58194: Download complete 16:12:38 ab5ef0e58194: Pull complete 16:12:38 9712f1f96733: Pull complete 16:12:41 63f879dbbcfc: Pull complete 16:12:48 0d9ebad4ef96: Pull complete 16:12:51 e9a5061849ea: Pull complete 16:12:51 d747dcd14b5f: Pull complete 16:12:53 2de7ff778b66: Pull complete 16:12:53 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:12:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:12:53 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:12:53 prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container 16:12:53 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:12:57 $ docker top 326b1ead8a92e915235ac374ab75b89a38958a2eab493400852a8271ee502ee0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:12:57 provisioning config files... 16:12:57 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3606813245436635080tmp 16:12:57 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1178019734678218741tmp 16:12:57 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config4038942706204428084tmp [Pipeline] { [Pipeline] echo 16:12:57 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:12:57 ---> sigul-configuration.sh 16:12:57 gpg: directory `/root/.gnupg' created 16:12:57 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:12:57 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:12:57 gpg: keyring `/root/.gnupg/secring.gpg' created 16:12:57 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:12:57 gpg: CAST5 encrypted data 16:12:57 gpg: encrypted with 1 passphrase 16:12:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:12:58 + mkdir /home/jenkins 16:12:58 + mkdir /home/jenkins/sigul [Pipeline] sh 16:12:58 + 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 16:12:58 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:12:58 ---> sigul-install.sh 16:13:05 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:13:06 + git tag --list 16:13:06 0.7.1 16:13:06 v1.0.0 16:13:06 v1.1.0 16:13:06 v1.1.1 16:13:06 v1.2.2 16:13:06 v1.3.0 16:13:06 v1.3.1 16:13:06 v1.3.1-dev.1 16:13:06 v1.3.1-dev.2 16:13:06 v1.3.1-dev.3 16:13:06 v1.3.1-dev.4 16:13:06 v1.3.1-dev.5 16:13:06 v1.3.1-dev.6 16:13:06 v1.3.1-dev.7 16:13:06 v1.3.1-dev.8 16:13:06 v1.3.2-dev.1 [Pipeline] sh 16:13:06 + lftools sign git-tag v1.3.2-dev.1 16:13:07 Signing Git tag with Sigul... 16:13:07 Signing v1.3.2-dev.1 [Pipeline] echo 16:13:08 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:13:09 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:13:09 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:13:09 $ docker stop --time=1 326b1ead8a92e915235ac374ab75b89a38958a2eab493400852a8271ee502ee0 16:13:11 $ docker rm -f 326b1ead8a92e915235ac374ab75b89a38958a2eab493400852a8271ee502ee0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:13:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:13:12 . [Pipeline] withDockerContainer 16:13:12 prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container 16:13:12 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:13:13 $ docker top 329a19c5a4bee164df94ada11635bd8b808865423f89efb52fc38b8ead75b37b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:13:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:13:14 [ssh-agent] Looking for ssh-agent implementation... 16:13:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:13:14 $ docker exec 329a19c5a4bee164df94ada11635bd8b808865423f89efb52fc38b8ead75b37b ssh-agent 16:13:14 SSH_AUTH_SOCK=/tmp/ssh-mb5L6i8pRkiD/agent.11 16:13:14 SSH_AGENT_PID=16 16:13:14 Running ssh-add (command line suppressed) 16:13:14 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4565243412912178730.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4565243412912178730.key) 16:13:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:13:15 + git semver bump pre 16:13:15 # -> Open(): unable to determine branch for HEAD 16:13:15 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 16:13:15 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 16:13:15 # $SEMVER_REMOTE_NAME = origin 16:13:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:13:15 # $SEMVER_USER_NAME = edgex-jenkins 16:13:15 # $SEMVER_BRANCH = master 16:13:15 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 16:13:15 1.3.2-dev.2 [Pipeline] } 16:13:15 $ docker exec --env ******** --env ******** 329a19c5a4bee164df94ada11635bd8b808865423f89efb52fc38b8ead75b37b ssh-agent -k 16:13:15 unset SSH_AUTH_SOCK; 16:13:15 unset SSH_AGENT_PID; 16:13:15 echo Agent pid 16 killed; 16:13:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:13:15 + git semver [Pipeline] } 16:13:15 $ docker stop --time=1 329a19c5a4bee164df94ada11635bd8b808865423f89efb52fc38b8ead75b37b 16:13:17 $ docker rm -f 329a19c5a4bee164df94ada11635bd8b808865423f89efb52fc38b8ead75b37b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:13:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:13:17 . [Pipeline] withDockerContainer 16:13:17 prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container 16:13:18 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:13:18 $ docker top dfd8def58a466c3b244e92d913ee6403be8ab9f2d0e1e936d576ce00d1f0b62d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:13:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:13:19 [ssh-agent] Looking for ssh-agent implementation... 16:13:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:13:19 $ docker exec dfd8def58a466c3b244e92d913ee6403be8ab9f2d0e1e936d576ce00d1f0b62d ssh-agent 16:13:19 SSH_AUTH_SOCK=/tmp/ssh-1iQnDXaVuYVF/agent.11 16:13:19 SSH_AGENT_PID=16 16:13:19 Running ssh-add (command line suppressed) 16:13:19 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8091932573366280054.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8091932573366280054.key) 16:13:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:13:19 + git semver push 16:13:19 # -> Open(): unable to determine branch for HEAD 16:13:19 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 16:13:19 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 16:13:19 # $SEMVER_REMOTE_NAME = origin 16:13:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:13:19 # $SEMVER_USER_NAME = edgex-jenkins 16:13:19 # $SEMVER_BRANCH = master 16:13:19 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 16:13:26 $ docker exec --env ******** --env ******** dfd8def58a466c3b244e92d913ee6403be8ab9f2d0e1e936d576ce00d1f0b62d ssh-agent -k 16:13:26 unset SSH_AUTH_SOCK; 16:13:26 unset SSH_AGENT_PID; 16:13:26 echo Agent pid 16 killed; 16:13:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:13:27 + git semver [Pipeline] } 16:13:27 $ docker stop --time=1 dfd8def58a466c3b244e92d913ee6403be8ab9f2d0e1e936d576ce00d1f0b62d 16:13:28 $ docker rm -f dfd8def58a466c3b244e92d913ee6403be8ab9f2d0e1e936d576ce00d1f0b62d [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 16:13:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:13:30 ---> package-listing.sh 16:13:30 ++ facter osfamily 16:13:30 ++ tr '[:upper:]' '[:lower:]' 16:13:30 + OS_FAMILY=redhat 16:13:30 + workspace=/w/workspace/xfoundry_device-modbus-go_master 16:13:30 + START_PACKAGES=/tmp/packages_start.txt 16:13:30 + END_PACKAGES=/tmp/packages_end.txt 16:13:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:13:30 + PACKAGES=/tmp/packages_start.txt 16:13:30 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 16:13:30 + PACKAGES=/tmp/packages_end.txt 16:13:30 + case "${OS_FAMILY}" in 16:13:30 + rpm -qa 16:13:30 + sort 16:13:36 + '[' -f /tmp/packages_start.txt ']' 16:13:36 + '[' -f /tmp/packages_end.txt ']' 16:13:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:13:36 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 16:13:36 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 16:13:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] echo 16:13:36 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 16:13:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:13:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:13:37 16:13:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:13:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:13:37 alpine: Pulling from edgex-lftools-log-publisher 16:13:37 df20fa9351a1: Pulling fs layer 16:13:37 36b3adc4ff6f: Pulling fs layer 16:13:37 8ad3a11d3b57: Pulling fs layer 16:13:37 46f8f816bc3b: Pulling fs layer 16:13:37 93b61091891f: Pulling fs layer 16:13:37 93b9cdb0e59b: Pulling fs layer 16:13:37 5e14af77c1be: Pulling fs layer 16:13:37 01666e4c0597: Pulling fs layer 16:13:37 aa168da1d23b: Pulling fs layer 16:13:37 46f8f816bc3b: Waiting 16:13:37 93b61091891f: Waiting 16:13:37 93b9cdb0e59b: Waiting 16:13:37 5e14af77c1be: Waiting 16:13:37 01666e4c0597: Waiting 16:13:37 aa168da1d23b: Waiting 16:13:37 36b3adc4ff6f: Verifying Checksum 16:13:37 36b3adc4ff6f: Download complete 16:13:37 46f8f816bc3b: Verifying Checksum 16:13:37 46f8f816bc3b: Download complete 16:13:37 df20fa9351a1: Verifying Checksum 16:13:37 df20fa9351a1: Download complete 16:13:37 93b9cdb0e59b: Verifying Checksum 16:13:37 93b9cdb0e59b: Download complete 16:13:37 5e14af77c1be: Verifying Checksum 16:13:37 5e14af77c1be: Download complete 16:13:37 93b61091891f: Verifying Checksum 16:13:37 93b61091891f: Download complete 16:13:37 01666e4c0597: Verifying Checksum 16:13:37 01666e4c0597: Download complete 16:13:38 df20fa9351a1: Pull complete 16:13:38 36b3adc4ff6f: Pull complete 16:13:38 8ad3a11d3b57: Verifying Checksum 16:13:38 8ad3a11d3b57: Download complete 16:13:40 8ad3a11d3b57: Pull complete 16:13:40 aa168da1d23b: Verifying Checksum 16:13:40 aa168da1d23b: Download complete 16:13:40 46f8f816bc3b: Pull complete 16:13:41 93b61091891f: Pull complete 16:13:41 93b9cdb0e59b: Pull complete 16:13:41 5e14af77c1be: Pull complete 16:13:41 01666e4c0597: Pull complete 16:13:49 aa168da1d23b: Pull complete 16:13:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:13:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:13:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:13:49 prd-centos7-docker-4c-2g-25572 does not seem to be running inside a container 16:13:49 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:13:53 $ docker top 6beb4018f2a58dfaa6f4d70786e6dd1dd0fd42754972a3ba335d90c776cb0c08 -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:53 + touch /tmp/pre-build-complete [Pipeline] sh 16:13:54 + mkdir -p /var/log/sa [Pipeline] sh 16:13:54 + ls /var/log/sa-host 16:13:54 + sadf -c /var/log/sa-host/sa08 16:13:54 file_magic: OK 16:13:54 HZ: Using current value: 100 16:13:54 file_header: OK 16:13:54 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 16:13:54 Statistics: 16:13:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:13:54 File successfully converted to sysstat format version 12.2.1 16:13:54 + sadf -c /var/log/sa-host/sa23 16:13:54 file_magic: OK 16:13:54 HZ: Using current value: 100 16:13:54 file_header: OK 16:13:54 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 16:13:54 Statistics: 16:13:54 Hnuu...uuuununununu... 16:13:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:13:54 provisioning config files... 16:13:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3106238497268603382tmp [Pipeline] { [Pipeline] echo 16:13:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:13:55 ---> create-netrc.sh [Pipeline] } 16:13:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:13:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:13:55 ---> python-tools-install.sh [Pipeline] echo 16:13:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:13:55 ---> sudo-logs.sh 16:13:55 Archiving 'sudo' log.. [Pipeline] echo 16:13:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:13:56 ---> job-cost.sh 16:13:56 lf-activate-venv: SKIPPING 16:13:56 INFO: No Stack... 16:13:57 INFO: Retrieving Pricing Info for: v1-standard-2 16:13:57 INFO: Archiving Costs [Pipeline] echo 16:13:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:13:58 ---> logs-deploy.sh 16:13:58 lf-activate-venv: SKIPPING 16:13:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/38 16:13:58 INFO: archiving workspace using pattern(s): 16:14:00 Archives upload complete. 16:14:00 INFO: archiving logs to Nexus 16:14:01 ---> uname -a: 16:14:01 Linux prd-centos7-docker-4c-2g-25572.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:14:01 16:14:01 16:14:01 ---> lscpu: 16:14:01 Architecture: x86_64 16:14:01 CPU op-mode(s): 32-bit, 64-bit 16:14:01 Byte Order: Little Endian 16:14:01 Address sizes: 40 bits physical, 48 bits virtual 16:14:01 CPU(s): 4 16:14:01 On-line CPU(s) list: 0-3 16:14:01 Thread(s) per core: 1 16:14:01 Core(s) per socket: 1 16:14:01 Socket(s): 4 16:14:01 NUMA node(s): 1 16:14:01 Vendor ID: GenuineIntel 16:14:01 CPU family: 6 16:14:01 Model: 44 16:14:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:14:01 Stepping: 1 16:14:01 CPU MHz: 2933.436 16:14:01 BogoMIPS: 5866.87 16:14:01 Virtualization: VT-x 16:14:01 Hypervisor vendor: KVM 16:14:01 Virtualization type: full 16:14:01 L1d cache: 128 KiB 16:14:01 L1i cache: 128 KiB 16:14:01 L2 cache: 16 MiB 16:14:01 L3 cache: 64 MiB 16:14:01 NUMA node0 CPU(s): 0-3 16:14:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:14:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:14:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:14:01 Vulnerability Meltdown: Mitigation; PTI 16:14:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:14:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:14:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:14:01 Vulnerability Srbds: Not affected 16:14:01 Vulnerability Tsx async abort: Not affected 16:14:01 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 16:14:01 16:14:01 16:14:01 ---> nproc: 16:14:01 4 16:14:01 16:14:01 16:14:01 ---> df -h: 16:14:01 Filesystem Size Used Available Use% Mounted on 16:14:01 overlay 50.0G 8.5G 41.4G 17% / 16:14:01 tmpfs 64.0M 0 64.0M 0% /dev 16:14:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:14:01 shm 64.0M 0 64.0M 0% /dev/shm 16:14:01 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 16:14:01 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 16:14:01 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 16:14:01 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 16:14:01 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 16:14:01 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_device-modbus-go_master 16:14:01 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 16:14:01 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp 16:14:01 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 16:14:01 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 16:14:01 16:14:01 16:14:01 ---> free -m: 16:14:01 total used free shared buff/cache available 16:14:01 Mem: 1837 836 148 0 852 935 16:14:01 Swap: 1023 2 1021 16:14:01 16:14:01 16:14:01 ---> ip addr: 16:14:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:14:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:14:01 inet 127.0.0.1/8 scope host lo 16:14:01 valid_lft forever preferred_lft forever 16:14:01 inet6 ::1/128 scope host 16:14:01 valid_lft forever preferred_lft forever 16:14:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:14:01 link/ether fa:16:3e:36:ec:d0 brd ff:ff:ff:ff:ff:ff 16:14:01 inet 10.30.122.78/23 brd 10.30.123.255 scope global dynamic eth0 16:14:01 valid_lft 85883sec preferred_lft 85883sec 16:14:01 inet6 fe80::f816:3eff:fe36:ecd0/64 scope link 16:14:01 valid_lft forever preferred_lft forever 16:14:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:14:01 link/ether 02:42:91:66:78:fe brd ff:ff:ff:ff:ff:ff 16:14:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:14:01 valid_lft forever preferred_lft forever 16:14:01 inet6 fe80::42:91ff:fe66:78fe/64 scope link 16:14:01 valid_lft forever preferred_lft forever 16:14:01 16:14:01 16:14:01 ---> sar -b -r -n DEV: 16:14:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) 16:14:01 16:14:01 16:05:12 LINUX RESTART (4 CPU) 16:14:01 16:14:01 16:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:14:01 16:07:02 29.94 11.14 18.81 0.00 4371.24 2952.61 0.00 16:14:01 16:08:01 1.93 0.00 1.93 0.00 0.00 35.63 0.00 16:14:01 16:09:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 16:14:01 16:10:01 0.25 0.00 0.25 0.00 0.00 3.28 0.00 16:14:01 16:11:01 0.17 0.00 0.17 0.00 0.00 2.60 0.00 16:14:01 16:12:01 219.19 132.83 86.36 0.00 6660.50 33241.89 0.00 16:14:01 16:13:01 257.76 108.08 149.68 0.00 5304.64 32863.18 0.00 16:14:01 Average: 73.02 36.12 36.89 0.00 2340.81 9903.35 0.00 16:14:01 16:14:01 16:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:14:01 16:07:02 147964 0 632668 33.62 2620 1098292 1115640 38.07 451252 1084156 20 16:14:01 16:08:01 151900 0 628724 33.42 2620 1098300 1089364 37.18 450820 1081340 8 16:14:01 16:09:01 151884 0 628736 33.42 2620 1098304 1089432 37.18 462380 1070104 8 16:14:01 16:10:01 151136 0 629484 33.46 2620 1098304 1089292 37.18 463504 1069548 12 16:14:01 16:11:01 150264 0 630324 33.50 2620 1098336 1089448 37.18 471568 1062436 24 16:14:01 16:12:01 123572 0 748696 39.79 2596 1006680 1251788 42.72 523036 985296 52 16:14:01 16:13:01 77968 0 837728 44.52 1492 964356 1315012 44.88 613244 850756 3664 16:14:01 Average: 136384 0 676623 35.96 2455 1066082 1148568 39.20 490829 1029091 541 16:14:01 16:14:01 16:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:14:01 16:07:02 eth0 78.21 63.15 342.58 37.61 0.00 0.00 0.00 0.00 16:14:01 16:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:07:02 docker0 2.05 1.56 0.39 4.24 0.00 0.00 0.00 0.00 16:14:01 16:08:01 eth0 3.95 1.63 3.10 0.11 0.00 0.00 0.00 0.00 16:14:01 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:09:01 eth0 1.35 0.60 0.58 0.40 0.00 0.00 0.00 0.00 16:14:01 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:10:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:11:01 eth0 1.22 0.38 0.45 0.23 0.00 0.00 0.00 0.00 16:14:01 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:12:01 eth0 420.95 367.65 4078.25 32.27 0.00 0.00 0.00 0.00 16:14:01 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:12:01 veth7c05f98 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 16:14:01 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:13:01 eth0 436.12 374.16 3441.34 72.72 0.00 0.00 0.00 0.00 16:14:01 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 16:13:01 veth5b1aa83 11.23 13.32 0.76 57.40 0.00 0.00 0.00 0.00 16:14:01 16:13:01 docker0 42.87 44.72 3.57 216.04 0.00 0.00 0.00 0.00 16:14:01 Average: eth0 134.97 115.74 1127.35 20.54 0.00 0.00 0.00 0.00 16:14:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:14:01 Average: veth5b1aa83 1.61 1.91 0.11 8.23 0.00 0.00 0.00 0.00 16:14:01 Average: docker0 6.44 6.63 0.57 31.57 0.00 0.00 0.00 0.00 16:14:01 16:14:01 16:14:01 ---> sar -P ALL: 16:14:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) 16:14:01 16:14:01 16:05:12 LINUX RESTART (4 CPU) 16:14:01 16:14:01 16:06:01 CPU %user %nice %system %iowait %steal %idle 16:14:01 16:07:02 all 2.66 0.00 1.95 0.44 0.10 94.86 16:14:01 16:07:02 0 2.27 0.00 2.13 0.08 0.05 95.47 16:14:01 16:07:02 1 2.60 0.00 1.81 0.13 0.08 95.37 16:14:01 16:07:02 2 3.02 0.00 2.13 1.48 0.15 93.22 16:14:01 16:07:02 3 2.74 0.00 1.71 0.05 0.13 95.37 16:14:01 16:08:01 all 0.17 0.00 0.05 0.00 0.00 99.78 16:14:01 16:08:01 0 0.07 0.00 0.05 0.00 0.00 99.88 16:14:01 16:08:01 1 0.07 0.00 0.03 0.00 0.02 99.88 16:14:01 16:08:01 2 0.46 0.00 0.03 0.00 0.00 99.51 16:14:01 16:08:01 3 0.07 0.00 0.08 0.00 0.00 99.85 16:14:01 16:09:01 all 0.16 0.00 0.07 0.00 0.01 99.76 16:14:01 16:09:01 0 0.03 0.00 0.05 0.00 0.00 99.92 16:14:01 16:09:01 1 0.30 0.00 0.07 0.00 0.00 99.63 16:14:01 16:09:01 2 0.07 0.00 0.03 0.00 0.02 99.88 16:14:01 16:09:01 3 0.25 0.00 0.12 0.00 0.02 99.62 16:14:01 16:10:01 all 0.16 0.00 0.04 0.00 0.00 99.80 16:14:01 16:10:01 0 0.05 0.00 0.03 0.00 0.02 99.90 16:14:01 16:10:01 1 0.53 0.00 0.03 0.00 0.00 99.43 16:14:01 16:10:01 2 0.03 0.00 0.05 0.00 0.00 99.92 16:14:01 16:10:01 3 0.02 0.00 0.05 0.00 0.00 99.93 16:14:01 16:11:01 all 0.12 0.00 0.13 0.00 0.02 99.73 16:14:01 16:11:01 0 0.07 0.00 0.10 0.00 0.00 99.83 16:14:01 16:11:01 1 0.08 0.00 0.10 0.00 0.00 99.82 16:14:01 16:11:01 2 0.08 0.00 0.13 0.00 0.05 99.73 16:14:01 16:11:01 3 0.23 0.00 0.20 0.00 0.02 99.55 16:14:01 16:12:01 all 8.52 0.00 6.01 1.17 0.43 83.87 16:14:01 16:12:01 0 8.57 0.00 6.28 0.79 0.50 83.87 16:14:01 16:12:01 1 9.53 0.00 5.93 0.94 0.37 83.23 16:14:01 16:12:01 2 8.23 0.00 6.30 1.76 0.43 83.28 16:14:01 16:12:01 3 7.73 0.00 5.54 1.20 0.41 85.11 16:14:01 16:13:01 all 10.83 0.00 9.20 3.44 1.28 75.24 16:14:01 16:13:01 0 10.89 0.00 9.93 3.54 1.23 74.41 16:14:01 16:13:01 1 10.37 0.00 9.28 2.64 1.37 76.34 16:14:01 16:13:01 2 11.33 0.00 8.29 4.03 1.35 75.00 16:14:01 16:13:01 3 10.75 0.00 9.31 3.54 1.18 75.22 16:14:01 Average: all 3.18 0.00 2.45 0.71 0.26 93.41 16:14:01 Average: 0 3.08 0.00 2.60 0.62 0.25 93.45 16:14:01 Average: 1 3.31 0.00 2.43 0.52 0.26 93.49 16:14:01 Average: 2 3.27 0.00 2.39 1.02 0.28 93.05 16:14:01 Average: 3 3.06 0.00 2.39 0.67 0.25 93.64 16:14:01 16:14:01 16:14:01