Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17029 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 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 # timeout=10 Commit message: "Merge pull request #206 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.1-dev.11" > git rev-list --no-walk 4af33ebb689733641b720494a11ef5733337ae1c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:36:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:36:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:36:05 ========================================================= 06:36:05 EdgeX Global Pipelines Version Info 06:36:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:36:06 ------------------- 06:36:06 stable info: 06:36:06 ------------------- 06:36:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:36:06 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:36:06 Message: update stable to v1.0.173 06:36:07 ------------------- 06:36:07 experimental info: 06:36:07 ------------------- 06:36:07 Commited By: **** collab-it+edgex@linuxfoundation.org 06:36:07 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:36:07 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:36:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 06:36:08 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 06:36:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:36:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:36:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:36:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:36:08 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:36:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:36:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:36:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:36:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 06:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:36:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:36:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:36:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:36:09 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:36:09 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:36:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:36:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:36:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:36:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:36:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:36:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:36:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:36:10 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:36:10 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:36:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 06:36:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 06:36:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 06:36:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [Pipeline] echo 06:36:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f5da14 [Pipeline] echo 06:36:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:36:11 provisioning config files... 06:36:11 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config567658238430845571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:36:11 ---> docker-login.sh 06:36:11 nexus3.edgexfoundry.org:10001 06:36:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:12 Configure a credential helper to remove this warning. See 06:36:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:12 06:36:12 Login Succeeded 06:36:12 nexus3.edgexfoundry.org:10002 06:36:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:12 Configure a credential helper to remove this warning. See 06:36:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:12 06:36:12 Login Succeeded 06:36:12 nexus3.edgexfoundry.org:10003 06:36:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:12 Configure a credential helper to remove this warning. See 06:36:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:12 06:36:12 Login Succeeded 06:36:12 nexus3.edgexfoundry.org:10004 06:36:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:12 Configure a credential helper to remove this warning. See 06:36:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:12 06:36:12 Login Succeeded 06:36:12 docker.io 06:36:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:36:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:36:13 Configure a credential helper to remove this warning. See 06:36:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:36:13 06:36:13 Login Succeeded 06:36:13 ---> docker-login.sh ends [Pipeline] } 06:36:13 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 06:36:14 + git log --format=format:%s -1 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [Pipeline] echo 06:36:14 GIT_COMMIT: 3f5da14ea87806f80aeb9fe9acaeb57a617c1318, Commit Message: Merge pull request #206 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.1-dev.11 [Pipeline] echo 06:36:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:36:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:36:14 06:36:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:36:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:36:15 latest: Pulling from edgex-devops/git-semver 06:36:15 31603596830f: Pulling fs layer 06:36:15 2a8b12db71e7: Pulling fs layer 06:36:15 6ca5941a6612: Pulling fs layer 06:36:15 ecc8261a40a4: Pulling fs layer 06:36:15 ecc8261a40a4: Waiting 06:36:15 2a8b12db71e7: Verifying Checksum 06:36:15 2a8b12db71e7: Download complete 06:36:15 31603596830f: Verifying Checksum 06:36:15 31603596830f: Download complete 06:36:15 ecc8261a40a4: Download complete 06:36:15 6ca5941a6612: Verifying Checksum 06:36:15 6ca5941a6612: Download complete 06:36:15 31603596830f: Pull complete 06:36:15 2a8b12db71e7: Pull complete 06:36:16 6ca5941a6612: Pull complete 06:36:16 ecc8261a40a4: Pull complete 06:36:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:36:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:36:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:36:17 prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container 06:36:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:36:19 $ docker top 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:36:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:36:19 [ssh-agent] Looking for ssh-agent implementation... 06:36:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:36:19 $ docker exec 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 ssh-agent 06:36:19 SSH_AUTH_SOCK=/tmp/ssh-UpvkhNuDpFbQ/agent.12 06:36:19 SSH_AGENT_PID=17 06:36:19 Running ssh-add (command line suppressed) 06:36:20 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5826609357116956738.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_5826609357116956738.key) 06:36:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:36:20 + git tag --points-at HEAD [Pipeline] } 06:36:20 $ docker exec --env ******** --env ******** 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 ssh-agent -k 06:36:20 unset SSH_AUTH_SOCK; 06:36:20 unset SSH_AGENT_PID; 06:36:20 echo Agent pid 17 killed; 06:36:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:36:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:36:20 [ssh-agent] Looking for ssh-agent implementation... 06:36:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:36:21 $ docker exec 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 ssh-agent 06:36:21 SSH_AUTH_SOCK=/tmp/ssh-xxMvWvtp8NU0/agent.46 06:36:21 SSH_AGENT_PID=52 06:36:21 Running ssh-add (command line suppressed) 06:36:21 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_891512619868720240.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_891512619868720240.key) 06:36:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:36:21 + git semver init 06:36:21 # -> Open(): unable to determine branch for HEAD 06:36:21 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 06:36:21 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 06:36:21 # $SEMVER_REMOTE_NAME = origin 06:36:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:36:21 # $SEMVER_USER_NAME = edgex-jenkins 06:36:21 # $SEMVER_BRANCH = master 06:36:21 # $SEMVER_TEMP = /tmp/semver-686655674 06:36:21 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 06:36:21 # '/tmp/semver-686655674' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 06:36:21 # -> Force: false 06:36:21 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 06:36:21 $ docker exec --env ******** --env ******** 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 ssh-agent -k 06:36:22 unset SSH_AUTH_SOCK; 06:36:22 unset SSH_AGENT_PID; 06:36:22 echo Agent pid 52 killed; 06:36:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:36:22 + git semver [Pipeline] } 06:36:22 $ docker stop --time=1 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 06:36:24 $ docker rm -f 1770136c6eea3c381efe9811fdd9fe0827d28898bfcf8d02ba71d70403447021 [Pipeline] // withDockerContainer [Pipeline] sh 06:36:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:36:25 Stashed 1 file(s) [Pipeline] echo 06:36:25 [edgeXSemver]: initialized semver on version 1.3.1-dev.5 [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 06:36:40 Still waiting to schedule task 06:36:40 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-17031’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-17030’ doesn’t have label ‘centos7-docker-4c-2g’ 06:36:40 Still waiting to schedule task 06:36:40 ‘prd-ubuntu18.04-docker-arm64-4c-16g-17030’ is offline 06:39:22 Running on prd-centos7-docker-4c-2g-17034 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 06:39:22 Running in /w/workspace/device-modbus-go/33 [Pipeline] { [Pipeline] checkout 06:39:28 using credential edgex-jenkins-ssh 06:39:28 Cloning the remote Git repository 06:39:28 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 06:39:28 > git init /w/workspace/device-modbus-go/33 # timeout=10 06:39:29 Checking out Revision 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 (master) 06:39:28 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:39:28 > git --version # timeout=10 06:39:28 > git --version # 'git version 2.24.3' 06:39:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:39:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:39:29 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:39:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:39:29 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:39:29 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:39:29 using GIT_SSH to set credentials SSH Credentials for GitHub 06:39:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:39:29 > git config core.sparsecheckout # timeout=10 06:39:29 > git checkout -f 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 # timeout=10 06:39:33 Commit message: "Merge pull request #206 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.1-dev.11" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:39:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:39:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:39:36 + sudo service docker restart 06:39:36 + true 06:39:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:39:37 provisioning config files... 06:39:37 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/33@tmp/config861634791639961813tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:39:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17033 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 06:39:37 Running in /w/workspace/device-modbus-go/33 [Pipeline] { [Pipeline] checkout 06:39:38 ---> docker-login.sh 06:39:38 nexus3.edgexfoundry.org:10001 06:39:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:38 Configure a credential helper to remove this warning. See 06:39:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:38 06:39:38 Login Succeeded 06:39:38 nexus3.edgexfoundry.org:10002 06:39:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:38 Configure a credential helper to remove this warning. See 06:39:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:38 06:39:38 Login Succeeded 06:39:38 nexus3.edgexfoundry.org:10003 06:39:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:39 Configure a credential helper to remove this warning. See 06:39:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:39 06:39:39 Login Succeeded 06:39:39 nexus3.edgexfoundry.org:10004 06:39:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:39 Configure a credential helper to remove this warning. See 06:39:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:39 06:39:39 Login Succeeded 06:39:39 docker.io 06:39:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:40 Configure a credential helper to remove this warning. See 06:39:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:40 06:39:40 Login Succeeded 06:39:40 ---> docker-login.sh ends [Pipeline] } 06:39:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:39:40 ========================================================= 06:39:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:39:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:39:40 + 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 . 06:39:41 Sending build context to Docker daemon 529.9kB 06:39:41 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:39:41 Step 2/8 : FROM ${BASE} 06:39:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:39:41 188c0c94c7c5: Pulling fs layer 06:39:41 0ef7d3d256c8: Pulling fs layer 06:39:41 de9db76c5a1d: Pulling fs layer 06:39:41 bca2f99d35d6: Pulling fs layer 06:39:41 93359f2a8cfa: Pulling fs layer 06:39:41 7c6f9722023f: Pulling fs layer 06:39:41 a35cf1a2eb13: Pulling fs layer 06:39:41 93359f2a8cfa: Waiting 06:39:41 bca2f99d35d6: Waiting 06:39:41 7c6f9722023f: Waiting 06:39:41 a35cf1a2eb13: Waiting 06:39:41 de9db76c5a1d: Verifying Checksum 06:39:41 de9db76c5a1d: Download complete 06:39:41 188c0c94c7c5: Verifying Checksum 06:39:41 188c0c94c7c5: Download complete 06:39:41 93359f2a8cfa: Verifying Checksum 06:39:41 93359f2a8cfa: Download complete 06:39:41 7c6f9722023f: Verifying Checksum 06:39:41 7c6f9722023f: Download complete 06:39:41 0ef7d3d256c8: Verifying Checksum 06:39:41 0ef7d3d256c8: Download complete 06:39:41 188c0c94c7c5: Pull complete 06:39:42 0ef7d3d256c8: Pull complete 06:39:42 de9db76c5a1d: Pull complete 06:39:42 using credential edgex-jenkins-ssh 06:39:42 Cloning the remote Git repository 06:39:42 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 06:39:42 > git init /w/workspace/device-modbus-go/33 # timeout=10 06:39:42 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:39:42 > git --version # timeout=10 06:39:43 > git --version # 'git version 2.17.1' 06:39:43 using GIT_SSH to set credentials SSH Credentials for GitHub 06:39:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:39:43 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:39:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:39:43 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:39:43 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:39:43 using GIT_SSH to set credentials SSH Credentials for GitHub 06:39:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 06:39:44 Checking out Revision 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 (master) 06:39:45 a35cf1a2eb13: Verifying Checksum 06:39:45 a35cf1a2eb13: Download complete 06:39:44 > git config core.sparsecheckout # timeout=10 06:39:44 > git checkout -f 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 # timeout=10 06:39:45 bca2f99d35d6: Verifying Checksum 06:39:45 bca2f99d35d6: Download complete 06:39:49 Commit message: "Merge pull request #206 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.1-dev.11" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:39:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:39:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:39:51 + true 06:39:51 + sudo service docker restart 06:39:54 bca2f99d35d6: Pull complete 06:39:54 93359f2a8cfa: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:39:54 provisioning config files... 06:39:54 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/33@tmp/config2335621381392843016tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:39:54 7c6f9722023f: Pull complete 06:39:54 ---> docker-login.sh 06:39:54 nexus3.edgexfoundry.org:10001 06:39:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:55 Configure a credential helper to remove this warning. See 06:39:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:55 06:39:55 Login Succeeded 06:39:55 nexus3.edgexfoundry.org:10002 06:39:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:56 Configure a credential helper to remove this warning. See 06:39:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:56 06:39:56 Login Succeeded 06:39:56 nexus3.edgexfoundry.org:10003 06:39:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:57 Configure a credential helper to remove this warning. See 06:39:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:57 06:39:57 Login Succeeded 06:39:57 nexus3.edgexfoundry.org:10004 06:39:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:57 Configure a credential helper to remove this warning. See 06:39:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:57 06:39:57 Login Succeeded 06:39:57 docker.io 06:39:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:39:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:39:58 Configure a credential helper to remove this warning. See 06:39:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:39:58 06:39:58 Login Succeeded 06:39:58 ---> docker-login.sh ends [Pipeline] } 06:39:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:39:58 ========================================================= 06:39:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:39:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:39:58 + 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 . 06:39:59 Sending build context to Docker daemon 528.9kB 06:39:59 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:39:59 Step 2/8 : FROM ${BASE} 06:39:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:39:59 5f621e34cdf4: Pulling fs layer 06:39:59 a4357932f1b6: Pulling fs layer 06:39:59 18c013af1878: Pulling fs layer 06:39:59 00ac8860ef70: Pulling fs layer 06:39:59 63d7cb157983: Pulling fs layer 06:39:59 b116817d02f9: Pulling fs layer 06:39:59 745a02a5169b: Pulling fs layer 06:39:59 00ac8860ef70: Waiting 06:39:59 63d7cb157983: Waiting 06:39:59 b116817d02f9: Waiting 06:39:59 745a02a5169b: Waiting 06:39:59 18c013af1878: Verifying Checksum 06:39:59 18c013af1878: Download complete 06:39:59 a4357932f1b6: Verifying Checksum 06:39:59 a4357932f1b6: Download complete 06:39:59 63d7cb157983: Verifying Checksum 06:39:59 63d7cb157983: Download complete 06:39:59 b116817d02f9: Verifying Checksum 06:39:59 b116817d02f9: Download complete 06:39:59 5f621e34cdf4: Verifying Checksum 06:39:59 5f621e34cdf4: Download complete 06:40:00 5f621e34cdf4: Pull complete 06:40:00 a4357932f1b6: Pull complete 06:40:01 a35cf1a2eb13: Pull complete 06:40:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:40:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:40:01 ---> a62c8e92a672 06:40:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 06:40:01 ---> Running in e522121db1f9 06:40:01 Removing intermediate container e522121db1f9 06:40:01 ---> edc1fc9e9109 06:40:01 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:40:01 ---> Running in fa1a0d006669 06:40:01 18c013af1878: Pull complete 06:40:01 745a02a5169b: Verifying Checksum 06:40:01 745a02a5169b: Download complete 06:40:02 Removing intermediate container fa1a0d006669 06:40:02 ---> b2a4c554c69a 06:40:02 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 06:40:02 ---> Running in c15847dbdf1c 06:40:03 00ac8860ef70: Download complete 06:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:40:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:40:04 (1/14) Installing libmagic (5.38-r0) 06:40:05 (2/14) Installing file (5.38-r0) 06:40:05 (3/14) Installing libc-dev (0.7.2-r3) 06:40:05 (4/14) Installing g++ (9.3.0-r2) 06:40:13 00ac8860ef70: Pull complete 06:40:13 63d7cb157983: Pull complete 06:40:13 b116817d02f9: Pull complete 06:40:13 (5/14) Installing fortify-headers (1.1-r0) 06:40:13 (6/14) Installing patch (2.7.6-r6) 06:40:13 (7/14) Installing build-base (0.5-r2) 06:40:13 (8/14) Installing openssh-keygen (8.3_p1-r1) 06:40:13 (9/14) Installing libedit (20191231.3.1-r0) 06:40:14 (10/14) Installing openssh-client (8.3_p1-r1) 06:40:14 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 06:40:14 (12/14) Installing openssh-server-common (8.3_p1-r1) 06:40:14 (13/14) Installing openssh-server (8.3_p1-r1) 06:40:14 (14/14) Installing openssh (8.3_p1-r1) 06:40:14 Executing busybox-1.31.1-r19.trigger 06:40:14 OK: 237 MiB in 53 packages 06:40:17 745a02a5169b: Pull complete 06:40:17 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:40:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:40:17 ---> b7e6874047d6 06:40:17 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 06:40:19 Removing intermediate container c15847dbdf1c 06:40:19 ---> ff378ac07726 06:40:19 Step 6/8 : WORKDIR /device-modbus-go 06:40:19 ---> Running in 71b5a4e664f1 06:40:19 Removing intermediate container 71b5a4e664f1 06:40:19 ---> e255f40cbb0c 06:40:19 Step 7/8 : COPY . . 06:40:19 ---> 494add0328cb 06:40:19 Step 8/8 : RUN go mod download 06:40:20 ---> Running in 4987d305e75d 06:40:20 Removing intermediate container 4987d305e75d 06:40:20 ---> ceca1df8fc5d 06:40:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:40:20 ---> Running in 1068b3ad18d7 06:40:20 ---> Running in 6705ad674842 06:40:22 Removing intermediate container 1068b3ad18d7 06:40:22 ---> 497c7bfc7ad9 06:40:22 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 06:40:22 ---> Running in 3a05e3db33d7 06:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:40:25 (1/14) Installing libmagic (5.38-r0) 06:40:25 (2/14) Installing file (5.38-r0) 06:40:25 (3/14) Installing libc-dev (0.7.2-r3) 06:40:25 (4/14) Installing g++ (9.3.0-r2) 06:40:34 (5/14) Installing fortify-headers (1.1-r0) 06:40:34 (6/14) Installing patch (2.7.6-r6) 06:40:34 (7/14) Installing build-base (0.5-r2) 06:40:34 (8/14) Installing openssh-keygen (8.3_p1-r1) 06:40:34 (9/14) Installing libedit (20191231.3.1-r0) 06:40:34 (10/14) Installing openssh-client (8.3_p1-r1) 06:40:34 (11/14) Installing openssh-sftp-server (8.3_p1-r1) 06:40:34 (12/14) Installing openssh-server-common (8.3_p1-r1) 06:40:34 (13/14) Installing openssh-server (8.3_p1-r1) 06:40:34 (14/14) Installing openssh (8.3_p1-r1) 06:40:34 Executing busybox-1.31.1-r19.trigger 06:40:34 OK: 221 MiB in 53 packages 06:40:39 Removing intermediate container 3a05e3db33d7 06:40:39 ---> 459696f292cf 06:40:39 Step 6/8 : WORKDIR /device-modbus-go 06:40:39 ---> Running in 4c373ac9e04c 06:40:39 Removing intermediate container 4c373ac9e04c 06:40:39 ---> 1db080a1c0c9 06:40:39 Step 7/8 : COPY . . 06:40:40 ---> 485a5d5f1b73 06:40:40 Step 8/8 : RUN go mod download 06:40:40 ---> Running in b391208c03c2 06:40:42 Removing intermediate container 6705ad674842 06:40:42 ---> 2c0102f0612e 06:40:42 Successfully built 2c0102f0612e 06:40:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:40:42 + docker inspect -f . ci-base-image-x86_64 06:40:43 . [Pipeline] withDockerContainer 06:40:43 prd-centos7-docker-4c-2g-17034 does not seem to be running inside a container 06:40:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/33 -v /w/workspace/device-modbus-go/33:/w/workspace/device-modbus-go/33:rw,z -v /w/workspace/device-modbus-go/33@tmp:/w/workspace/device-modbus-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:40:44 $ docker top 03451cd00b4c99464337f0b72255bfd66ed2890c7fc450f01dd49bc45043d0d3 -eo pid,comm [Pipeline] { [Pipeline] sh 06:40:45 + go version 06:40:45 go version go1.15.5 linux/amd64 [Pipeline] } 06:40:45 $ docker stop --time=1 03451cd00b4c99464337f0b72255bfd66ed2890c7fc450f01dd49bc45043d0d3 06:40:47 $ docker rm -f 03451cd00b4c99464337f0b72255bfd66ed2890c7fc450f01dd49bc45043d0d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:40:48 + docker inspect -f . ci-base-image-x86_64 06:40:48 . [Pipeline] withDockerContainer 06:40:48 prd-centos7-docker-4c-2g-17034 does not seem to be running inside a container 06:40:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/33 -v /w/workspace/device-modbus-go/33:/w/workspace/device-modbus-go/33:rw,z -v /w/workspace/device-modbus-go/33@tmp:/w/workspace/device-modbus-go/33@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:40:49 $ docker top 5ca77c9a000a755cbb1ec1ca433c081a13870d56997a53a06e90edfa1c238bba -eo pid,comm [Pipeline] { [Pipeline] sh 06:40:49 + make test 06:40:49 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:40:52 ? github.com/edgexfoundry/device-modbus-go [no test files] 06:41:02 Removing intermediate container b391208c03c2 06:41:02 ---> 80fb1c863c42 06:41:02 Successfully built 80fb1c863c42 06:41:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:41:02 + docker inspect -f . ci-base-image-arm64 06:41:02 . [Pipeline] withDockerContainer 06:41:03 prd-ubuntu18.04-docker-arm64-4c-16g-17033 does not seem to be running inside a container 06:41:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/33 -v /w/workspace/device-modbus-go/33:/w/workspace/device-modbus-go/33:rw,z -v /w/workspace/device-modbus-go/33@tmp:/w/workspace/device-modbus-go/33@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-arm64 cat 06:41:04 $ docker top 7f420497d4589e8d28bb540a6d67e101257f6938c02f5796e5459812e006ff11 -eo pid,comm [Pipeline] { [Pipeline] sh 06:41:05 + go version 06:41:05 go version go1.15.5 linux/arm64 [Pipeline] } 06:41:05 $ docker stop --time=1 7f420497d4589e8d28bb540a6d67e101257f6938c02f5796e5459812e006ff11 06:41:07 $ docker rm -f 7f420497d4589e8d28bb540a6d67e101257f6938c02f5796e5459812e006ff11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:41:08 + docker inspect -f . ci-base-image-arm64 06:41:08 . [Pipeline] withDockerContainer 06:41:08 prd-ubuntu18.04-docker-arm64-4c-16g-17033 does not seem to be running inside a container 06:41:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/33 -v /w/workspace/device-modbus-go/33:/w/workspace/device-modbus-go/33:rw,z -v /w/workspace/device-modbus-go/33@tmp:/w/workspace/device-modbus-go/33@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-arm64 cat 06:41:10 $ docker top a94c5ab54aafc3b9673ee44457aa4d40e2dc59b005408b5ac1798a54be22b931 -eo pid,comm [Pipeline] { 06:41:10 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 06:41:10 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.214s coverage: 50.3% of statements [Pipeline] sh 06:41:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:41:11 + make test 06:41:11 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:41:12 ? github.com/edgexfoundry/device-modbus-go [no test files] 06:41:15 gofmt -l . 06:41:15 [ "`gofmt -l .`" = "" ] 06:41:15 ./bin/test-attribution-txt.sh 06:41:16 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:41:17 $ docker stop --time=1 5ca77c9a000a755cbb1ec1ca433c081a13870d56997a53a06e90edfa1c238bba 06:41:19 $ docker rm -f 5ca77c9a000a755cbb1ec1ca433c081a13870d56997a53a06e90edfa1c238bba [Pipeline] // withDockerContainer [Pipeline] sh 06:41:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:41:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:41:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:41:23 + ls -al . 06:41:23 total 104 06:41:23 drwxrwxr-x. 9 jenkins jenkins 4096 Dec 21 06:41 . 06:41:23 drwxrwxr-x. 4 jenkins jenkins 30 Dec 21 06:39 .. 06:41:23 -rw-rw-r--. 1 jenkins jenkins 5589 Dec 21 06:39 Attribution.txt 06:41:23 drwxrwxr-x. 2 jenkins jenkins 87 Dec 21 06:39 bin 06:41:23 drwxrwxr-x. 3 jenkins jenkins 32 Dec 21 06:39 cmd 06:41:23 -rw-r--r--. 1 jenkins jenkins 22364 Dec 21 06:41 coverage.out 06:41:23 -rw-rw-r--. 1 jenkins jenkins 1434 Dec 21 06:39 Dockerfile 06:41:23 -rw-rw-r--. 1 jenkins jenkins 958 Dec 21 06:39 Dockerfile.build 06:41:23 -rw-rw-r--. 1 jenkins jenkins 140 Dec 21 06:39 .dockerignore 06:41:23 drwxrwxr-x. 8 jenkins jenkins 162 Dec 21 06:39 .git 06:41:23 drwxrwxr-x. 2 jenkins jenkins 60 Dec 21 06:39 .github 06:41:23 -rw-rw-r--. 1 jenkins jenkins 338 Dec 21 06:39 .gitignore 06:41:23 -rw-r--r--. 1 jenkins jenkins 524 Dec 21 06:41 go.mod 06:41:23 -rw-r--r--. 1 jenkins jenkins 14852 Dec 21 06:41 go.sum 06:41:23 drwxrwxr-x. 3 jenkins jenkins 20 Dec 21 06:39 internal 06:41:23 -rw-rw-r--. 1 jenkins jenkins 679 Dec 21 06:39 Jenkinsfile 06:41:23 -rw-rw-r--. 1 jenkins jenkins 11340 Dec 21 06:39 LICENSE 06:41:23 -rw-rw-r--. 1 jenkins jenkins 880 Dec 21 06:39 Makefile 06:41:23 -rw-rw-r--. 1 jenkins jenkins 591 Dec 21 06:39 README.md 06:41:23 drwxrwxr-x. 2 jenkins jenkins 52 Dec 21 06:39 simulator 06:41:23 drwxrwxr-x. 4 jenkins jenkins 71 Dec 21 06:39 snap 06:41:23 -rw-rw-r--. 1 jenkins jenkins 11 Dec 21 06:36 VERSION 06:41:23 -rw-rw-r--. 1 jenkins jenkins 229 Dec 21 06:39 version.go [Pipeline] isUnix [Pipeline] sh 06:41:23 + 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=3f5da14ea87806f80aeb9fe9acaeb57a617c1318 --label arch=amd64 --label version=1.3.1-dev.5 . 06:41:23 Sending build context to Docker daemon 561.2kB 06:41:23 Step 1/20 : ARG BASE=golang:1.15-alpine3.12 06:41:23 Step 2/20 : FROM ${BASE} AS builder 06:41:23 ---> 2c0102f0612e 06:41:23 Step 3/20 : ARG MAKE='make build' 06:41:24 ---> Running in 9202c31989f7 06:41:24 Removing intermediate container 9202c31989f7 06:41:24 ---> 5a40aa5084fb 06:41:24 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:24 ---> Running in 8455187fceda 06:41:26 Removing intermediate container 8455187fceda 06:41:26 ---> d8b26bccb4d3 06:41:26 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 06:41:26 ---> Running in 500205f6516e 06:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:28 OK: 237 MiB in 53 packages 06:41:29 Removing intermediate container 500205f6516e 06:41:29 ---> 7518981c8538 06:41:29 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 06:41:29 ---> Running in d1a1146cb9c6 06:41:29 Removing intermediate container d1a1146cb9c6 06:41:29 ---> 1cac745431d2 06:41:29 Step 7/20 : COPY . . 06:41:30 ---> c91d9d00cd8a 06:41:30 Step 8/20 : RUN ${MAKE} 06:41:30 ---> Running in 3fba1ccac202 06:41:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.1-dev.5" -o cmd/device-modbus ./cmd 06:41:44 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 06:41:44 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.321s coverage: 50.3% of statements 06:41:45 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:41:47 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:41:52 Removing intermediate container 3fba1ccac202 06:41:52 ---> 057a27cde00a 06:41:52 Step 9/20 : FROM scratch 06:41:52 ---> 06:41:52 Step 10/20 : ENV APP_PORT=49991 06:41:52 ---> Running in 81f1d1af613d 06:41:52 Removing intermediate container 81f1d1af613d 06:41:52 ---> 6259b17c8c80 06:41:52 Step 11/20 : EXPOSE $APP_PORT 06:41:52 ---> Running in 195fff176f57 06:41:52 Removing intermediate container 195fff176f57 06:41:52 ---> 61d97fefb168 06:41:52 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 06:41:53 gofmt -l . 06:41:53 [ "`gofmt -l .`" = "" ] 06:41:53 ./bin/test-attribution-txt.sh 06:41:53 ./bin/test-go-mod-tidy.sh 06:41:53 ---> e2babb2e5253 06:41:53 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [Pipeline] } 06:41:53 $ docker stop --time=1 a94c5ab54aafc3b9673ee44457aa4d40e2dc59b005408b5ac1798a54be22b931 06:41:54 ---> b5ef76fe08ed 06:41:54 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 06:41:54 ---> 204af4f60cad 06:41:54 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 06:41:54 ---> Running in 2821789117c3 06:41:54 Removing intermediate container 2821789117c3 06:41:54 ---> 74913e5a9f91 06:41:54 Step 16/20 : ENTRYPOINT ["/device-modbus"] 06:41:54 ---> Running in 06b61e9b43a1 06:41:54 Removing intermediate container 06b61e9b43a1 06:41:54 ---> 7d4421f30c04 06:41:54 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:41:54 ---> Running in 228570f3c62d 06:41:55 Removing intermediate container 228570f3c62d 06:41:55 ---> c38bb5f995ca 06:41:55 Step 18/20 : LABEL arch=amd64 06:41:55 ---> Running in d616fbf1fcf4 06:41:55 Removing intermediate container d616fbf1fcf4 06:41:55 ---> cadeb7a9f4f7 06:41:55 Step 19/20 : LABEL git_sha=3f5da14ea87806f80aeb9fe9acaeb57a617c1318 06:41:55 $ docker rm -f a94c5ab54aafc3b9673ee44457aa4d40e2dc59b005408b5ac1798a54be22b931 06:41:55 ---> Running in d61844ec614a 06:41:56 Removing intermediate container d61844ec614a 06:41:56 ---> e1080ffe440f 06:41:56 Step 20/20 : LABEL version=1.3.1-dev.5 06:41:56 ---> Running in 280fb005d355 [Pipeline] // withDockerContainer 06:41:56 Removing intermediate container 280fb005d355 06:41:56 ---> 775b297afcea 06:41:56 [Warning] One or more build-args [ARCH] were not consumed 06:41:56 Successfully built 775b297afcea 06:41:56 Successfully tagged docker-device-modbus-go:latest [Pipeline] sh [Pipeline] } 06:41:56 + sudo chown -R jenkins:jenkins . [Pipeline] // stage [Pipeline] stash 06:41:56 Warning: overwriting stash ‘coverage-report’ [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:41:57 provisioning config files... 06:41:57 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/33@tmp/config3153724172553128790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:41:57 Stashed 1 file(s) [Pipeline] } 06:41:57 ---> docker-login.sh 06:41:57 nexus3.edgexfoundry.org:10001 [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 06:41:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 06:41:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:41:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:41:58 Configure a credential helper to remove this warning. See 06:41:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:41:58 06:41:58 Login Succeeded 06:41:58 nexus3.edgexfoundry.org:10002 06:41:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:41:58 + ls -al . 06:41:58 total 136 06:41:58 drwxrwxr-x 9 jenkins jenkins 4096 Dec 21 06:41 . 06:41:58 drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 06:39 .. 06:41:58 -rw-rw-r-- 1 jenkins jenkins 140 Dec 21 06:39 .dockerignore 06:41:58 drwxrwxr-x 8 jenkins jenkins 4096 Dec 21 06:39 .git 06:41:58 drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 06:39 .github 06:41:58 -rw-rw-r-- 1 jenkins jenkins 338 Dec 21 06:39 .gitignore 06:41:58 -rw-rw-r-- 1 jenkins jenkins 5589 Dec 21 06:39 Attribution.txt 06:41:58 -rw-rw-r-- 1 jenkins jenkins 1434 Dec 21 06:39 Dockerfile 06:41:58 -rw-rw-r-- 1 jenkins jenkins 958 Dec 21 06:39 Dockerfile.build 06:41:58 -rw-rw-r-- 1 jenkins jenkins 679 Dec 21 06:39 Jenkinsfile 06:41:58 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 21 06:39 LICENSE 06:41:58 -rw-rw-r-- 1 jenkins jenkins 880 Dec 21 06:39 Makefile 06:41:58 -rw-rw-r-- 1 jenkins jenkins 591 Dec 21 06:39 README.md 06:41:58 -rw-rw-r-- 1 jenkins jenkins 11 Dec 21 06:36 VERSION 06:41:58 drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 06:39 bin 06:41:58 drwxrwxr-x 3 jenkins jenkins 4096 Dec 21 06:39 cmd 06:41:58 -rw-r--r-- 1 jenkins jenkins 22364 Dec 21 06:41 coverage.out 06:41:58 -rw-r--r-- 1 jenkins jenkins 524 Dec 21 06:41 go.mod 06:41:58 -rw-r--r-- 1 jenkins jenkins 14852 Dec 21 06:41 go.sum 06:41:58 drwxrwxr-x 3 jenkins jenkins 4096 Dec 21 06:39 internal 06:41:58 drwxrwxr-x 2 jenkins jenkins 4096 Dec 21 06:39 simulator 06:41:58 drwxrwxr-x 4 jenkins jenkins 4096 Dec 21 06:39 snap 06:41:58 -rw-rw-r-- 1 jenkins jenkins 229 Dec 21 06:39 version.go [Pipeline] isUnix [Pipeline] sh 06:41:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:41:58 Configure a credential helper to remove this warning. See 06:41:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:41:58 06:41:58 Login Succeeded 06:41:58 nexus3.edgexfoundry.org:10003 06:41:59 + 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=3f5da14ea87806f80aeb9fe9acaeb57a617c1318 --label arch=arm64 --label version=1.3.1-dev.5 . 06:41:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:41:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:41:59 Configure a credential helper to remove this warning. See 06:41:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:41:59 06:41:59 Login Succeeded 06:41:59 nexus3.edgexfoundry.org:10004 06:41:59 Sending build context to Docker daemon 560.1kB 06:41:59 Step 1/20 : ARG BASE=golang:1.15-alpine3.12 06:41:59 Step 2/20 : FROM ${BASE} AS builder 06:41:59 ---> 80fb1c863c42 06:41:59 Step 3/20 : ARG MAKE='make build' 06:41:59 ---> Running in 024c8d563e16 06:41:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:42:00 Configure a credential helper to remove this warning. See 06:42:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:42:00 06:42:00 Login Succeeded 06:42:00 docker.io 06:42:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:00 Removing intermediate container 024c8d563e16 06:42:00 ---> a03da78e2000 06:42:00 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:42:00 ---> Running in 072af319f7f8 06:42:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:42:00 Configure a credential helper to remove this warning. See 06:42:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:42:00 06:42:00 Login Succeeded 06:42:00 ---> docker-login.sh ends [Pipeline] } 06:42:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:42:00 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 06:42:00 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 06:42:00 latest 06:42:00 1.3.1-dev.5 06:42:00 3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 06:42:00 master 06:42:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:42:01 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [Pipeline] isUnix [Pipeline] sh 06:42:01 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3f5da14ea87806f80aeb9fe9acaeb57a617c1318 06:42:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 06:42:01 a371568c4fe4: Preparing 06:42:01 36aac74fd47e: Preparing 06:42:01 f90ab32000d3: Preparing 06:42:01 36aac74fd47e: Pushed 06:42:01 a371568c4fe4: Pushed 06:42:02 Removing intermediate container 072af319f7f8 06:42:02 ---> 50678c461051 06:42:02 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 06:42:02 ---> Running in 37fa53a10804 06:42:03 f90ab32000d3: Pushed 06:42:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:42:03 3f5da14ea87806f80aeb9fe9acaeb57a617c1318: digest: sha256:cd259b69e015662e31d8327bca2167c48c4c07c12659ab6d587ce2f626f46bea size: 944 [Pipeline] isUnix [Pipeline] sh 06:42:03 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 06:42:04 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 06:42:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 06:42:04 a371568c4fe4: Preparing 06:42:04 36aac74fd47e: Preparing 06:42:04 f90ab32000d3: Preparing 06:42:04 36aac74fd47e: Layer already exists 06:42:04 a371568c4fe4: Layer already exists 06:42:04 f90ab32000d3: Layer already exists 06:42:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:42:04 latest: digest: sha256:cd259b69e015662e31d8327bca2167c48c4c07c12659ab6d587ce2f626f46bea size: 944 [Pipeline] isUnix [Pipeline] sh 06:42:05 OK: 221 MiB in 53 packages 06:42:05 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 06:42:05 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.5 06:42:05 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 06:42:05 a371568c4fe4: Preparing 06:42:05 36aac74fd47e: Preparing 06:42:05 f90ab32000d3: Preparing 06:42:05 a371568c4fe4: Layer already exists 06:42:05 f90ab32000d3: Layer already exists 06:42:05 36aac74fd47e: Layer already exists 06:42:05 1.3.1-dev.5: digest: sha256:cd259b69e015662e31d8327bca2167c48c4c07c12659ab6d587ce2f626f46bea size: 944 [Pipeline] isUnix [Pipeline] sh 06:42:06 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 06:42:06 Removing intermediate container 37fa53a10804 06:42:06 ---> 5d452d528942 06:42:06 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 06:42:06 ---> Running in 21a0e2dc17f4 06:42:06 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 06:42:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 06:42:06 a371568c4fe4: Preparing 06:42:06 36aac74fd47e: Preparing 06:42:06 f90ab32000d3: Preparing 06:42:06 a371568c4fe4: Layer already exists 06:42:06 36aac74fd47e: Layer already exists 06:42:06 f90ab32000d3: Layer already exists 06:42:06 3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5: digest: sha256:cd259b69e015662e31d8327bca2167c48c4c07c12659ab6d587ce2f626f46bea size: 944 [Pipeline] isUnix [Pipeline] sh 06:42:06 Removing intermediate container 21a0e2dc17f4 06:42:06 ---> c1e4f8c53d81 06:42:06 Step 7/20 : COPY . . 06:42:07 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 06:42:07 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 06:42:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 06:42:07 a371568c4fe4: Preparing 06:42:07 36aac74fd47e: Preparing 06:42:07 f90ab32000d3: Preparing 06:42:07 f90ab32000d3: Layer already exists 06:42:07 a371568c4fe4: Layer already exists 06:42:07 36aac74fd47e: Layer already exists 06:42:07 master: digest: sha256:cd259b69e015662e31d8327bca2167c48c4c07c12659ab6d587ce2f626f46bea size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:42:07 ===================================================== [Pipeline] echo 06:42:07 taggedImages: 06:42:07 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3f5da14ea87806f80aeb9fe9acaeb57a617c1318 06:42:07 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 06:42:07 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.5 06:42:07 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 06:42:07 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } 06:42:07 ---> 50be126a869e 06:42:07 Step 8/20 : RUN ${MAKE} 06:42:07 ---> Running in d9befd648682 [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] } 06:42:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.1-dev.5" -o cmd/device-modbus ./cmd 06:42:35 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:42:38 Removing intermediate container d9befd648682 06:42:38 ---> 33bd4eafff32 06:42:38 Step 9/20 : FROM scratch 06:42:38 ---> 06:42:38 Step 10/20 : ENV APP_PORT=49991 06:42:38 ---> Running in d4de730719fa 06:42:39 Removing intermediate container d4de730719fa 06:42:39 ---> 72cb442b0265 06:42:39 Step 11/20 : EXPOSE $APP_PORT 06:42:39 ---> Running in b3225d7411fc 06:42:40 Removing intermediate container b3225d7411fc 06:42:40 ---> cedda460a4d4 06:42:40 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 06:42:41 ---> d27e63c11584 06:42:41 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 06:42:41 ---> e05a4579bfb8 06:42:41 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 06:42:42 ---> 8dd54fe4aa98 06:42:42 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 06:42:42 ---> Running in ccf69ec2705f 06:42:43 Removing intermediate container ccf69ec2705f 06:42:43 ---> c632743586aa 06:42:43 Step 16/20 : ENTRYPOINT ["/device-modbus"] 06:42:43 ---> Running in b56236e5a1e0 06:42:43 Removing intermediate container b56236e5a1e0 06:42:43 ---> 5d07c5641a9c 06:42:43 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:42:43 ---> Running in 6ba56def0e65 06:42:44 Removing intermediate container 6ba56def0e65 06:42:44 ---> ad5369201788 06:42:44 Step 18/20 : LABEL arch=arm64 06:42:44 ---> Running in 50474fd087bf 06:42:45 Removing intermediate container 50474fd087bf 06:42:45 ---> ca247019641f 06:42:45 Step 19/20 : LABEL git_sha=3f5da14ea87806f80aeb9fe9acaeb57a617c1318 06:42:45 ---> Running in a5e0666c68bb 06:42:45 Removing intermediate container a5e0666c68bb 06:42:45 ---> a2bc3663a489 06:42:45 Step 20/20 : LABEL version=1.3.1-dev.5 06:42:45 ---> Running in 70ee1a131bba 06:42:46 Removing intermediate container 70ee1a131bba 06:42:46 ---> 5a89735578cf 06:42:46 [Warning] One or more build-args [ARCH] were not consumed 06:42:46 Successfully built 5a89735578cf 06:42:46 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 06:42:46 provisioning config files... 06:42:46 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/33@tmp/config583830508552030018tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:42:47 ---> docker-login.sh 06:42:47 nexus3.edgexfoundry.org:10001 06:42:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:42:47 Configure a credential helper to remove this warning. See 06:42:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:42:47 06:42:47 Login Succeeded 06:42:47 nexus3.edgexfoundry.org:10002 06:42:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:42:48 Configure a credential helper to remove this warning. See 06:42:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:42:48 06:42:48 Login Succeeded 06:42:48 nexus3.edgexfoundry.org:10003 06:42:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:42:48 Configure a credential helper to remove this warning. See 06:42:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:42:48 06:42:48 Login Succeeded 06:42:48 nexus3.edgexfoundry.org:10004 06:42:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:42:49 Configure a credential helper to remove this warning. See 06:42:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:42:49 06:42:49 Login Succeeded 06:42:49 docker.io 06:42:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:42:49 Configure a credential helper to remove this warning. See 06:42:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:42:49 06:42:49 Login Succeeded 06:42:49 ---> docker-login.sh ends [Pipeline] } 06:42:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:42:50 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 06:42:50 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 06:42:50 latest 06:42:50 1.3.1-dev.5 06:42:50 3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 06:42:50 master 06:42:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:42:50 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [Pipeline] isUnix [Pipeline] sh 06:42:51 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3f5da14ea87806f80aeb9fe9acaeb57a617c1318 06:42:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 06:42:51 c312401581bc: Preparing 06:42:51 4ac61b48046d: Preparing 06:42:51 1a7e5586cccd: Preparing 06:42:51 c312401581bc: Pushed 06:42:51 4ac61b48046d: Pushed 06:42:54 1a7e5586cccd: Pushed 06:42:54 3f5da14ea87806f80aeb9fe9acaeb57a617c1318: digest: sha256:bc4abdf498a30870463a8cc6b22999b1adaac83fd05561cef164f328f53af623 size: 944 [Pipeline] isUnix [Pipeline] sh 06:42:54 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:42:54 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 06:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 06:42:54 c312401581bc: Preparing 06:42:54 4ac61b48046d: Preparing 06:42:54 1a7e5586cccd: Preparing 06:42:55 4ac61b48046d: Layer already exists 06:42:55 c312401581bc: Layer already exists 06:42:55 1a7e5586cccd: Layer already exists 06:42:55 latest: digest: sha256:bc4abdf498a30870463a8cc6b22999b1adaac83fd05561cef164f328f53af623 size: 944 [Pipeline] isUnix [Pipeline] sh 06:42:55 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 06:42:55 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.5 06:42:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 06:42:55 c312401581bc: Preparing 06:42:55 4ac61b48046d: Preparing 06:42:55 1a7e5586cccd: Preparing 06:42:55 c312401581bc: Layer already exists 06:42:55 1a7e5586cccd: Layer already exists 06:42:56 4ac61b48046d: Layer already exists 06:42:56 1.3.1-dev.5: digest: sha256:bc4abdf498a30870463a8cc6b22999b1adaac83fd05561cef164f328f53af623 size: 944 [Pipeline] isUnix [Pipeline] sh 06:42:56 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 [Pipeline] isUnix [Pipeline] sh 06:42:56 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 06:42:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 06:42:56 c312401581bc: Preparing 06:42:56 4ac61b48046d: Preparing 06:42:56 1a7e5586cccd: Preparing 06:42:56 1a7e5586cccd: Layer already exists 06:42:56 c312401581bc: Layer already exists 06:42:56 4ac61b48046d: Layer already exists 06:42:56 3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5: digest: sha256:bc4abdf498a30870463a8cc6b22999b1adaac83fd05561cef164f328f53af623 size: 944 [Pipeline] isUnix [Pipeline] sh 06:42:57 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 06:42:57 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 06:42:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 06:42:57 c312401581bc: Preparing 06:42:57 4ac61b48046d: Preparing 06:42:57 1a7e5586cccd: Preparing 06:42:57 c312401581bc: Layer already exists 06:42:57 1a7e5586cccd: Layer already exists 06:42:57 4ac61b48046d: Layer already exists 06:42:57 master: digest: sha256:bc4abdf498a30870463a8cc6b22999b1adaac83fd05561cef164f328f53af623 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:42:58 ===================================================== [Pipeline] echo 06:42:58 taggedImages: 06:42:58 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3f5da14ea87806f80aeb9fe9acaeb57a617c1318 06:42:58 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 06:42:58 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.5 06:42:58 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:3f5da14ea87806f80aeb9fe9acaeb57a617c1318-1.3.1-dev.5 06:42:58 - 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 06:42:59 provisioning config files... 06:42:59 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config578852909864143743tmp [Pipeline] { [Pipeline] sh 06:42:59 + set +x 06:42:59 + curl -s https://codecov.io/bash 06:42:59 + bash -s -- 06:43:00 06:43:00 _____ _ 06:43:00 / ____| | | 06:43:00 | | ___ __| | ___ ___ _____ __ 06:43:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:43:00 | |___| (_) | (_| | __/ (_| (_) \ V / 06:43:00 \_____\___/ \__,_|\___|\___\___/ \_/ 06:43:00 Bash-20201217-3d3df35 06:43:00 06:43:00 06:43:00 git version 2.24.3 found 06:43:00 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 06:43:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:43:00 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found 06:43:00 ==> Jenkins CI detected. 06:43:00 project root: . 06:43:00 --> token set from env 06:43:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:43:00 ==> Running gcov in . (disable via -X gcov) 06:43:00 ==> Python coveragepy not found 06:43:00 ==> Searching for coverage reports in: 06:43:00 + . 06:43:00 -> Found 1 reports 06:43:00 ==> Detecting git/mercurial file structure 06:43:00 ==> Reading reports 06:43:00 + ./coverage.out bytes=22364 06:43:00 ==> Appending adjustments 06:43:00 https://docs.codecov.io/docs/fixing-reports 06:43:00 + Found adjustments 06:43:00 ==> Gzipping contents 06:43:00 8.0K /tmp/codecov.5TEiYF.gz 06:43:00 ==> Uploading reports 06:43:00 url: https://codecov.io 06:43:00 query: branch=master&commit=3f5da14ea87806f80aeb9fe9acaeb57a617c1318&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:43:00 -> Pinging Codecov 06:43:00 https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=3f5da14ea87806f80aeb9fe9acaeb57a617c1318&build=33&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F33%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:43:00 -> Uploading to 06:43:00 https://storage.googleapis.com/codecov/v4/raw/2020-12-21/55DBCA73C666E3227836607328DD7E49/3f5da14ea87806f80aeb9fe9acaeb57a617c1318/1efe39f0-c91d-4342-b200-8b71dfe9d62d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201221%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201221T064300Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=874e5a235115dc651299f789f538c010081b911f26541e64edd7ee747e5af1a6 06:43:00 % Total % Received % Xferd Average Speed Time Time Time Current 06:43:00 Dload Upload Total Spent Left Speed 06:43:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4247 0 0 100 4247 0 9133 --:--:-- --:--:-- --:--:-- 9133 06:43:01 -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [Pipeline] } 06:43:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:43:01 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:43:01 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:43:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:43:02 06:43:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 06:43:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:43:02 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:43:02 188c0c94c7c5: Pulling fs layer 06:43:02 0ef7d3d256c8: Pulling fs layer 06:43:02 de9db76c5a1d: Pulling fs layer 06:43:02 0eba1c9be4d2: Pulling fs layer 06:43:02 0d57e429df01: Pulling fs layer 06:43:02 4e4be7b47b0d: Pulling fs layer 06:43:02 e1f770b5df2f: Pulling fs layer 06:43:02 85a0685a4137: Pulling fs layer 06:43:02 0d57e429df01: Waiting 06:43:02 4e4be7b47b0d: Waiting 06:43:02 e1f770b5df2f: Waiting 06:43:02 85a0685a4137: Waiting 06:43:02 0eba1c9be4d2: Waiting 06:43:02 de9db76c5a1d: Verifying Checksum 06:43:02 de9db76c5a1d: Download complete 06:43:02 0ef7d3d256c8: Verifying Checksum 06:43:02 0ef7d3d256c8: Download complete 06:43:02 0d57e429df01: Verifying Checksum 06:43:02 0d57e429df01: Download complete 06:43:02 4e4be7b47b0d: Download complete 06:43:02 188c0c94c7c5: Download complete 06:43:02 188c0c94c7c5: Pull complete 06:43:02 0ef7d3d256c8: Pull complete 06:43:03 de9db76c5a1d: Pull complete 06:43:03 e1f770b5df2f: Verifying Checksum 06:43:03 e1f770b5df2f: Download complete 06:43:06 0eba1c9be4d2: Verifying Checksum 06:43:06 0eba1c9be4d2: Download complete 06:43:06 85a0685a4137: Verifying Checksum 06:43:06 85a0685a4137: Download complete 06:43:13 0eba1c9be4d2: Pull complete 06:43:13 0d57e429df01: Pull complete 06:43:13 4e4be7b47b0d: Pull complete 06:43:14 e1f770b5df2f: Pull complete 06:43:22 85a0685a4137: Pull complete 06:43:22 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 06:43:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:43:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 06:43:22 prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container 06:43:22 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:43:24 $ docker top 1ae5a9dd51144d0aa7b2910a661cca65e3920ba3b8023f289694a614d26759c8 -eo pid,comm [Pipeline] { [Pipeline] echo 06:43:24 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 06:43:24 + set -o pipefail 06:43:24 + snyk monitor '--org=edgex-jenkins' 06:43:32 06:43:32 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 06:43:32 06:43:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/2c23420b-448b-405f-a034-f7989e3c8c6f 06:43:32 06:43:32 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 06:43:32 06:43:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:43:32 06:43:32 06:43:32 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 06:43:32 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:43:32 $ docker stop --time=1 1ae5a9dd51144d0aa7b2910a661cca65e3920ba3b8023f289694a614d26759c8 06:43:35 $ docker rm -f 1ae5a9dd51144d0aa7b2910a661cca65e3920ba3b8023f289694a614d26759c8 [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 06:43:37 + git log --format=format:%s -1 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 [Pipeline] isUnix [Pipeline] sh 06:43:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:43:37 . [Pipeline] withDockerContainer 06:43:37 prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container 06:43:37 $ 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 06:43:38 $ docker top 405d9ca11dcc2b584b00eddc432632bc9a3c87ca73e4dcd02bbe85b8ab976279 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:43:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:43:39 [ssh-agent] Looking for ssh-agent implementation... 06:43:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:43:39 $ docker exec 405d9ca11dcc2b584b00eddc432632bc9a3c87ca73e4dcd02bbe85b8ab976279 ssh-agent 06:43:39 SSH_AUTH_SOCK=/tmp/ssh-wWls529cnNXk/agent.11 06:43:39 SSH_AGENT_PID=16 06:43:39 Running ssh-add (command line suppressed) 06:43:39 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8579705706922350259.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8579705706922350259.key) 06:43:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:43:40 + git semver tag 06:43:40 # -> Open(): unable to determine branch for HEAD 06:43:40 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 06:43:40 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 06:43:40 # $SEMVER_REMOTE_NAME = origin 06:43:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:43:40 # $SEMVER_USER_NAME = edgex-jenkins 06:43:40 # $SEMVER_BRANCH = master 06:43:40 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 06:43:40 # 3f5da14ea87806f80aeb9fe9acaeb57a617c1318 HEAD 06:43:40 # -> Force: false 06:43:40 # f507de82f302abed93e05ac4d291b710135d2c52 refs/tags/v1.3.1-dev.5 [Pipeline] } 06:43:40 $ docker exec --env ******** --env ******** 405d9ca11dcc2b584b00eddc432632bc9a3c87ca73e4dcd02bbe85b8ab976279 ssh-agent -k 06:43:40 unset SSH_AUTH_SOCK; 06:43:40 unset SSH_AGENT_PID; 06:43:40 echo Agent pid 16 killed; 06:43:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:43:40 + git semver [Pipeline] } 06:43:40 $ docker stop --time=1 405d9ca11dcc2b584b00eddc432632bc9a3c87ca73e4dcd02bbe85b8ab976279 06:43:42 $ docker rm -f 405d9ca11dcc2b584b00eddc432632bc9a3c87ca73e4dcd02bbe85b8ab976279 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 06:43:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:43:42 06:43:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 06:43:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:43:43 0.23.1-centos7: Pulling from edgex-lftools 06:43:43 ab5ef0e58194: Pulling fs layer 06:43:43 9712f1f96733: Pulling fs layer 06:43:43 63f879dbbcfc: Pulling fs layer 06:43:43 0d9ebad4ef96: Pulling fs layer 06:43:43 e9a5061849ea: Pulling fs layer 06:43:43 d747dcd14b5f: Pulling fs layer 06:43:43 2de7ff778b66: Pulling fs layer 06:43:43 e9a5061849ea: Waiting 06:43:43 d747dcd14b5f: Waiting 06:43:43 2de7ff778b66: Waiting 06:43:43 0d9ebad4ef96: Waiting 06:43:43 9712f1f96733: Verifying Checksum 06:43:43 9712f1f96733: Download complete 06:43:44 63f879dbbcfc: Verifying Checksum 06:43:44 63f879dbbcfc: Download complete 06:43:44 e9a5061849ea: Verifying Checksum 06:43:44 e9a5061849ea: Download complete 06:43:44 d747dcd14b5f: Verifying Checksum 06:43:44 d747dcd14b5f: Download complete 06:43:45 2de7ff778b66: Verifying Checksum 06:43:45 2de7ff778b66: Download complete 06:43:45 0d9ebad4ef96: Verifying Checksum 06:43:45 0d9ebad4ef96: Download complete 06:43:45 ab5ef0e58194: Download complete 06:43:51 ab5ef0e58194: Pull complete 06:43:51 9712f1f96733: Pull complete 06:43:54 63f879dbbcfc: Pull complete 06:44:00 0d9ebad4ef96: Pull complete 06:44:02 e9a5061849ea: Pull complete 06:44:02 d747dcd14b5f: Pull complete 06:44:05 2de7ff778b66: Pull complete 06:44:05 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:44:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:44:05 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 06:44:05 prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container 06:44:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:44:09 $ docker top eacfb65c11d6e16d53c06954c918d9ff272b8674b9b3d9f387ff6e3ab4b5d352 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:44:09 provisioning config files... 06:44:09 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5529607444992246895tmp 06:44:09 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3421864749211683573tmp 06:44:09 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7542681818709153500tmp [Pipeline] { [Pipeline] echo 06:44:09 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:44:09 ---> sigul-configuration.sh 06:44:09 gpg: directory `/root/.gnupg' created 06:44:09 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:44:09 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:44:09 gpg: keyring `/root/.gnupg/secring.gpg' created 06:44:09 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:44:09 gpg: CAST5 encrypted data 06:44:10 gpg: encrypted with 1 passphrase 06:44:10 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:44:10 + mkdir /home/jenkins 06:44:10 + mkdir /home/jenkins/sigul [Pipeline] sh 06:44:10 + 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 06:44:10 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:44:11 ---> sigul-install.sh 06:44:17 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 06:44:17 + git tag --list 06:44:17 0.7.1 06:44:17 v1.0.0 06:44:17 v1.1.0 06:44:17 v1.1.1 06:44:17 v1.2.1 06:44:17 v1.2.2 06:44:17 v1.2.2-dev.1 06:44:17 v1.2.2-dev.2 06:44:17 v1.2.2-dev.3 06:44:17 v1.2.3-dev.1 06:44:17 v1.2.3-dev.2 06:44:17 v1.2.3-dev.3 06:44:17 v1.2.3-dev.4 06:44:17 v1.2.3-dev.5 06:44:17 v1.2.3-dev.6 06:44:17 v1.2.3-dev.7 06:44:17 v1.2.3-dev.8 06:44:17 v1.2.3-dev.9 06:44:17 v1.3.0 06:44:17 v1.3.1-dev.1 06:44:17 v1.3.1-dev.2 06:44:17 v1.3.1-dev.3 06:44:17 v1.3.1-dev.4 06:44:17 v1.3.1-dev.5 [Pipeline] sh 06:44:18 + lftools sign git-tag v1.3.1-dev.5 06:44:19 Signing Git tag with Sigul... 06:44:19 Signing v1.3.1-dev.5 [Pipeline] echo 06:44:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:44:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:44:21 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:44:21 $ docker stop --time=1 eacfb65c11d6e16d53c06954c918d9ff272b8674b9b3d9f387ff6e3ab4b5d352 06:44:22 $ docker rm -f eacfb65c11d6e16d53c06954c918d9ff272b8674b9b3d9f387ff6e3ab4b5d352 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 06:44:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:44:24 . [Pipeline] withDockerContainer 06:44:24 prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container 06:44: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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:44:25 $ docker top 5d0453a3158c763b39b265a12549a2665ff7cf71acb965f1e0bd5dd5337e6141 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:44:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:44:25 [ssh-agent] Looking for ssh-agent implementation... 06:44:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:44:25 $ docker exec 5d0453a3158c763b39b265a12549a2665ff7cf71acb965f1e0bd5dd5337e6141 ssh-agent 06:44:25 SSH_AUTH_SOCK=/tmp/ssh-w106SZphEr8p/agent.11 06:44:25 SSH_AGENT_PID=16 06:44:25 Running ssh-add (command line suppressed) 06:44:26 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_296046919378231911.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_296046919378231911.key) 06:44:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:44:26 + git semver bump pre 06:44:26 # -> Open(): unable to determine branch for HEAD 06:44:26 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 06:44:26 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 06:44:26 # $SEMVER_REMOTE_NAME = origin 06:44:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:44:26 # $SEMVER_USER_NAME = edgex-jenkins 06:44:26 # $SEMVER_BRANCH = master 06:44:26 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver 06:44:26 1.3.1-dev.6 [Pipeline] } 06:44:26 $ docker exec --env ******** --env ******** 5d0453a3158c763b39b265a12549a2665ff7cf71acb965f1e0bd5dd5337e6141 ssh-agent -k 06:44:26 unset SSH_AUTH_SOCK; 06:44:26 unset SSH_AGENT_PID; 06:44:26 echo Agent pid 16 killed; 06:44:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:44:27 + git semver [Pipeline] } 06:44:27 $ docker stop --time=1 5d0453a3158c763b39b265a12549a2665ff7cf71acb965f1e0bd5dd5337e6141 06:44:28 $ docker rm -f 5d0453a3158c763b39b265a12549a2665ff7cf71acb965f1e0bd5dd5337e6141 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 06:44:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:44:29 . [Pipeline] withDockerContainer 06:44:29 prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container 06:44:29 $ 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 06:44:30 $ docker top 72d74452fec844cca672195fadb8281f3e120d4e8d3fa03f7c733c808c8d5230 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:44:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:44:30 [ssh-agent] Looking for ssh-agent implementation... 06:44:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:44:31 $ docker exec 72d74452fec844cca672195fadb8281f3e120d4e8d3fa03f7c733c808c8d5230 ssh-agent 06:44:31 SSH_AUTH_SOCK=/tmp/ssh-2dtoxdlkI05g/agent.12 06:44:31 SSH_AGENT_PID=17 06:44:31 Running ssh-add (command line suppressed) 06:44:31 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6265278844739204532.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6265278844739204532.key) 06:44:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:44:31 + git semver push 06:44:31 # -> Open(): unable to determine branch for HEAD 06:44:31 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 06:44:31 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 06:44:31 # $SEMVER_REMOTE_NAME = origin 06:44:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:44:31 # $SEMVER_USER_NAME = edgex-jenkins 06:44:31 # $SEMVER_BRANCH = master 06:44:31 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 06:44:38 $ docker exec --env ******** --env ******** 72d74452fec844cca672195fadb8281f3e120d4e8d3fa03f7c733c808c8d5230 ssh-agent -k 06:44:38 unset SSH_AUTH_SOCK; 06:44:38 unset SSH_AGENT_PID; 06:44:38 echo Agent pid 17 killed; 06:44:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:44:39 + git semver [Pipeline] } 06:44:39 $ docker stop --time=1 72d74452fec844cca672195fadb8281f3e120d4e8d3fa03f7c733c808c8d5230 06:44:40 $ docker rm -f 72d74452fec844cca672195fadb8281f3e120d4e8d3fa03f7c733c808c8d5230 [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 06:44:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:44:42 ---> package-listing.sh 06:44:42 ++ facter osfamily 06:44:42 ++ tr '[:upper:]' '[:lower:]' 06:44:42 + OS_FAMILY=redhat 06:44:42 + workspace=/w/workspace/xfoundry_device-modbus-go_master 06:44:42 + START_PACKAGES=/tmp/packages_start.txt 06:44:42 + END_PACKAGES=/tmp/packages_end.txt 06:44:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:44:42 + PACKAGES=/tmp/packages_start.txt 06:44:42 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 06:44:42 + PACKAGES=/tmp/packages_end.txt 06:44:42 + case "${OS_FAMILY}" in 06:44:42 + rpm -qa 06:44:42 + sort 06:44:48 + '[' -f /tmp/packages_start.txt ']' 06:44:48 + '[' -f /tmp/packages_end.txt ']' 06:44:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:44:48 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 06:44:48 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 06:44:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] echo 06:44:48 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 06:44:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:44:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:44:49 06:44:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:44:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:44:49 alpine: Pulling from edgex-lftools-log-publisher 06:44:49 df20fa9351a1: Pulling fs layer 06:44:49 36b3adc4ff6f: Pulling fs layer 06:44:49 8ad3a11d3b57: Pulling fs layer 06:44:49 46f8f816bc3b: Pulling fs layer 06:44:49 93b61091891f: Pulling fs layer 06:44:49 93b9cdb0e59b: Pulling fs layer 06:44:49 5e14af77c1be: Pulling fs layer 06:44:49 01666e4c0597: Pulling fs layer 06:44:49 aa168da1d23b: Pulling fs layer 06:44:49 93b9cdb0e59b: Waiting 06:44:49 5e14af77c1be: Waiting 06:44:49 01666e4c0597: Waiting 06:44:49 46f8f816bc3b: Waiting 06:44:49 93b61091891f: Waiting 06:44:49 aa168da1d23b: Waiting 06:44:49 36b3adc4ff6f: Verifying Checksum 06:44:49 36b3adc4ff6f: Download complete 06:44:49 46f8f816bc3b: Verifying Checksum 06:44:49 46f8f816bc3b: Download complete 06:44:49 df20fa9351a1: Download complete 06:44:49 93b9cdb0e59b: Verifying Checksum 06:44:49 93b9cdb0e59b: Download complete 06:44:49 5e14af77c1be: Verifying Checksum 06:44:49 5e14af77c1be: Download complete 06:44:49 01666e4c0597: Verifying Checksum 06:44:49 01666e4c0597: Download complete 06:44:49 93b61091891f: Verifying Checksum 06:44:49 93b61091891f: Download complete 06:44:50 8ad3a11d3b57: Verifying Checksum 06:44:50 8ad3a11d3b57: Download complete 06:44:50 df20fa9351a1: Pull complete 06:44:50 36b3adc4ff6f: Pull complete 06:44:52 8ad3a11d3b57: Pull complete 06:44:52 46f8f816bc3b: Pull complete 06:44:52 aa168da1d23b: Verifying Checksum 06:44:52 aa168da1d23b: Download complete 06:44:52 93b61091891f: Pull complete 06:44:53 93b9cdb0e59b: Pull complete 06:44:53 5e14af77c1be: Pull complete 06:44:53 01666e4c0597: Pull complete 06:45:01 aa168da1d23b: Pull complete 06:45:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:45:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:45:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:45:01 prd-centos7-docker-4c-2g-17029 does not seem to be running inside a container 06:45:01 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:45:04 $ docker top 570abcaf25a9d2c55b59e427c8daf6518c9d9a501581645decc2d95035f40a7b -eo pid,comm [Pipeline] { [Pipeline] sh 06:45:05 + touch /tmp/pre-build-complete [Pipeline] sh 06:45:05 + mkdir -p /var/log/sa [Pipeline] sh 06:45:05 + ls /var/log/sa-host 06:45:05 + sadf -c /var/log/sa-host/sa21 06:45:05 file_magic: OK 06:45:05 HZ: Using current value: 100 06:45:05 file_header: OK 06:45:05 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:45:05 Statistics: 06:45:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:45:05 File successfully converted to sysstat format version 12.2.1 06:45:05 + sadf -c /var/log/sa-host/sa23 06:45:05 file_magic: OK 06:45:05 HZ: Using current value: 100 06:45:05 file_header: OK 06:45:05 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:45:05 Statistics: 06:45:05 Hnuu...uuuununununu... 06:45:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:45:06 provisioning config files... 06:45:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7977000484919017222tmp [Pipeline] { [Pipeline] echo 06:45:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:45:06 ---> create-netrc.sh [Pipeline] } 06:45:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:45:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:45:06 ---> python-tools-install.sh [Pipeline] echo 06:45:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:45:07 ---> sudo-logs.sh 06:45:07 Archiving 'sudo' log.. [Pipeline] echo 06:45:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:45:07 ---> job-cost.sh 06:45:07 lf-activate-venv: SKIPPING 06:45:07 INFO: No Stack... 06:45:08 INFO: Retrieving Pricing Info for: v1-standard-2 06:45:09 INFO: Archiving Costs [Pipeline] echo 06:45:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:45:09 ---> logs-deploy.sh 06:45:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/33 06:45:09 INFO: archiving workspace using pattern(s): 06:45:11 Archives upload complete. 06:45:11 INFO: archiving logs to Nexus 06:45:12 ---> uname -a: 06:45:12 Linux prd-centos7-docker-4c-2g-17029.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:45:12 06:45:12 06:45:12 ---> lscpu: 06:45:12 Architecture: x86_64 06:45:12 CPU op-mode(s): 32-bit, 64-bit 06:45:12 Byte Order: Little Endian 06:45:12 Address sizes: 40 bits physical, 48 bits virtual 06:45:12 CPU(s): 4 06:45:12 On-line CPU(s) list: 0-3 06:45:12 Thread(s) per core: 1 06:45:12 Core(s) per socket: 1 06:45:12 Socket(s): 4 06:45:12 NUMA node(s): 1 06:45:12 Vendor ID: GenuineIntel 06:45:12 CPU family: 6 06:45:12 Model: 44 06:45:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:45:12 Stepping: 1 06:45:12 CPU MHz: 2933.436 06:45:12 BogoMIPS: 5866.87 06:45:12 Virtualization: VT-x 06:45:12 Hypervisor vendor: KVM 06:45:12 Virtualization type: full 06:45:12 L1d cache: 128 KiB 06:45:12 L1i cache: 128 KiB 06:45:12 L2 cache: 16 MiB 06:45:12 L3 cache: 64 MiB 06:45:12 NUMA node0 CPU(s): 0-3 06:45:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:45:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:45:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:45:12 Vulnerability Meltdown: Mitigation; PTI 06:45:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:45:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:45:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:45:12 Vulnerability Srbds: Not affected 06:45:12 Vulnerability Tsx async abort: Not affected 06:45:12 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 06:45:12 06:45:12 06:45:12 ---> nproc: 06:45:12 4 06:45:12 06:45:12 06:45:12 ---> df -h: 06:45:12 Filesystem Size Used Available Use% Mounted on 06:45:12 overlay 50.0G 8.5G 41.4G 17% / 06:45:12 tmpfs 64.0M 0 64.0M 0% /dev 06:45:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:45:12 shm 64.0M 0 64.0M 0% /dev/shm 06:45:12 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 06:45:12 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 06:45:12 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 06:45:12 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 06:45:12 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 06:45:12 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 06:45:12 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 06:45:12 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 06:45:12 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_device-modbus-go_master 06:45:12 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp 06:45:12 06:45:12 06:45:12 ---> free -m: 06:45:12 total used free shared buff/cache available 06:45:12 Mem: 1837 830 155 0 851 941 06:45:12 Swap: 1023 2 1021 06:45:12 06:45:12 06:45:12 ---> ip addr: 06:45:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:45:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:45:12 inet 127.0.0.1/8 scope host lo 06:45:12 valid_lft forever preferred_lft forever 06:45:12 inet6 ::1/128 scope host 06:45:12 valid_lft forever preferred_lft forever 06:45:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:45:12 link/ether fa:16:3e:71:63:5d brd ff:ff:ff:ff:ff:ff 06:45:12 inet 10.30.122.241/23 brd 10.30.123.255 scope global dynamic eth0 06:45:12 valid_lft 85820sec preferred_lft 85820sec 06:45:12 inet6 fe80::f816:3eff:fe71:635d/64 scope link 06:45:12 valid_lft forever preferred_lft forever 06:45:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:45:12 link/ether 02:42:88:3b:19:ef brd ff:ff:ff:ff:ff:ff 06:45:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:45:12 valid_lft forever preferred_lft forever 06:45:12 inet6 fe80::42:88ff:fe3b:19ef/64 scope link 06:45:12 valid_lft forever preferred_lft forever 06:45:12 06:45:12 06:45:12 ---> sar -b -r -n DEV: 06:45:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/21/20 _x86_64_ (4 CPU) 06:45:12 06:45:12 06:35:20 LINUX RESTART (4 CPU) 06:45:12 06:45:12 06:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:45:12 06:37:01 46.53 12.54 33.99 0.00 4541.50 2973.95 0.00 06:45:12 06:38:01 1.88 0.00 1.88 0.00 0.00 35.98 0.00 06:45:12 06:39:01 0.27 0.00 0.27 0.00 0.00 2.85 0.00 06:45:12 06:40:01 0.23 0.00 0.23 0.00 0.00 3.06 0.00 06:45:12 06:41:01 0.20 0.00 0.20 0.00 0.00 3.03 0.00 06:45:12 06:42:01 0.33 0.00 0.33 0.00 0.00 4.63 0.00 06:45:12 06:43:01 0.72 0.45 0.27 0.00 138.28 3.60 0.00 06:45:12 06:44:01 399.72 207.82 191.90 0.00 9818.06 59006.74 0.00 06:45:12 06:45:01 214.46 104.18 110.28 0.00 7444.49 25730.84 0.00 06:45:12 Average: 73.91 36.16 37.75 0.00 2440.97 9764.28 0.00 06:45:12 06:45:12 06:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:45:12 06:37:01 155476 0 629404 33.45 2620 1094044 1120032 38.22 412492 1115424 20 06:45:12 06:38:01 156876 0 627996 33.38 2620 1094052 1117556 38.14 413244 1113628 8 06:45:12 06:39:01 160636 0 624232 33.18 2620 1094056 1078396 36.80 423252 1100456 8 06:45:12 06:40:01 159452 0 625416 33.24 2620 1094056 1078484 36.81 425036 1099872 20 06:45:12 06:41:01 159296 0 625564 33.25 2620 1094064 1078508 36.81 430808 1094564 16 06:45:12 06:42:01 160052 0 624804 33.21 2620 1094068 1078376 36.80 429932 1094564 12 06:45:12 06:43:01 152872 0 627764 33.36 2620 1098288 1080052 36.86 432680 1098328 52 06:45:12 06:44:01 156052 0 790184 42.00 1816 933492 1291404 44.07 552656 856764 87544 06:45:12 06:45:01 208972 0 829792 44.10 1000 841780 1283524 43.80 546744 762436 43100 06:45:12 Average: 163298 0 667240 35.46 2351 1048656 1134037 38.70 451872 1037337 14531 06:45:12 06:45:12 06:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:45:12 06:37:01 eth0 158.37 106.39 459.98 39.49 0.00 0.00 0.00 0.00 06:45:12 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:37:01 docker0 1.78 1.32 0.40 4.09 0.00 0.00 0.00 0.00 06:45:12 06:38:01 eth0 1.08 0.22 0.32 0.19 0.00 0.00 0.00 0.00 06:45:12 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:39:01 eth0 3.05 0.45 0.52 0.21 0.00 0.00 0.00 0.00 06:45:12 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:40:01 eth0 2.43 1.00 1.17 0.75 0.00 0.00 0.00 0.00 06:45:12 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:41:01 eth0 0.67 0.40 0.35 0.30 0.00 0.00 0.00 0.00 06:45:12 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:42:01 eth0 0.18 0.15 0.07 0.01 0.00 0.00 0.00 0.00 06:45:12 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:43:01 eth0 5.35 3.38 4.82 1.77 0.00 0.00 0.00 0.00 06:45:12 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:44:01 eth0 824.13 724.28 7437.41 114.38 0.00 0.00 0.00 0.00 06:45:12 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:44:01 docker0 28.79 29.35 2.62 156.53 0.00 0.00 0.00 0.00 06:45:12 06:45:01 eth0 308.45 239.56 2413.49 83.73 0.00 0.00 0.00 0.00 06:45:12 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 06:45:01 docker0 22.88 36.30 1.48 189.88 0.00 0.00 0.00 0.00 06:45:12 Average: eth0 145.01 119.67 1147.81 26.79 0.00 0.00 0.00 0.00 06:45:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:12 Average: docker0 5.95 7.45 0.50 39.01 0.00 0.00 0.00 0.00 06:45:12 06:45:12 06:45:12 ---> sar -P ALL: 06:45:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/21/20 _x86_64_ (4 CPU) 06:45:12 06:45:12 06:35:20 LINUX RESTART (4 CPU) 06:45:12 06:45:12 06:36:01 CPU %user %nice %system %iowait %steal %idle 06:45:12 06:37:01 all 3.55 0.00 2.31 1.09 0.05 93.00 06:45:12 06:37:01 0 3.78 0.00 2.35 0.92 0.03 92.91 06:45:12 06:37:01 1 3.36 0.00 2.43 0.55 0.05 93.61 06:45:12 06:37:01 2 3.65 0.00 2.44 2.25 0.05 91.60 06:45:12 06:37:01 3 3.39 0.00 2.03 0.62 0.07 93.89 06:45:12 06:38:01 all 0.16 0.00 0.05 0.00 0.01 99.78 06:45:12 06:38:01 0 0.02 0.00 0.02 0.00 0.02 99.95 06:45:12 06:38:01 1 0.08 0.00 0.08 0.00 0.02 99.82 06:45:12 06:38:01 2 0.50 0.00 0.05 0.00 0.00 99.45 06:45:12 06:38:01 3 0.03 0.00 0.05 0.00 0.00 99.92 06:45:12 06:39:01 all 0.22 0.00 0.27 0.00 0.01 99.49 06:45:12 06:39:01 0 0.07 0.00 0.15 0.00 0.02 99.77 06:45:12 06:39:01 1 0.35 0.00 0.42 0.00 0.00 99.24 06:45:12 06:39:01 2 0.37 0.00 0.18 0.00 0.02 99.43 06:45:12 06:39:01 3 0.10 0.00 0.35 0.00 0.02 99.53 06:45:12 06:40:01 all 0.17 0.00 0.05 0.00 0.01 99.77 06:45:12 06:40:01 0 0.08 0.00 0.03 0.00 0.00 99.88 06:45:12 06:40:01 1 0.52 0.00 0.03 0.00 0.02 99.43 06:45:12 06:40:01 2 0.07 0.00 0.08 0.00 0.02 99.83 06:45:12 06:40:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:45:12 06:41:01 all 0.06 0.00 0.05 0.00 0.00 99.89 06:45:12 06:41:01 0 0.02 0.00 0.03 0.00 0.02 99.93 06:45:12 06:41:01 1 0.13 0.00 0.07 0.00 0.00 99.80 06:45:12 06:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:45:12 06:41:01 3 0.05 0.00 0.07 0.00 0.00 99.88 06:45:12 06:42:01 all 0.11 0.00 0.05 0.00 0.01 99.83 06:45:12 06:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 06:45:12 06:42:01 1 0.05 0.00 0.07 0.00 0.02 99.87 06:45:12 06:42:01 2 0.03 0.00 0.05 0.00 0.00 99.92 06:45:12 06:42:01 3 0.35 0.00 0.07 0.00 0.02 99.57 06:45:12 06:43:01 all 0.37 0.00 0.28 0.00 0.04 99.31 06:45:12 06:43:01 0 0.37 0.00 0.25 0.00 0.03 99.35 06:45:12 06:43:01 1 0.17 0.00 0.25 0.02 0.03 99.53 06:45:12 06:43:01 2 0.20 0.00 0.27 0.00 0.05 99.48 06:45:12 06:43:01 3 0.75 0.00 0.33 0.00 0.03 98.88 06:45:12 06:44:01 all 17.63 0.00 12.81 4.18 1.15 64.23 06:45:12 06:44:01 0 17.52 0.00 14.04 2.52 1.02 64.90 06:45:12 06:44:01 1 16.91 0.00 12.15 5.98 1.32 63.65 06:45:12 06:44:01 2 17.94 0.00 11.90 4.60 1.15 64.41 06:45:12 06:44:01 3 18.13 0.00 13.18 3.61 1.12 63.97 06:45:12 06:45:01 all 10.37 0.00 8.04 3.23 0.84 77.51 06:45:12 06:45:01 0 10.51 0.00 8.39 4.34 0.77 75.98 06:45:12 06:45:01 1 12.83 0.00 8.16 2.39 0.85 75.77 06:45:12 06:45:01 2 9.32 0.00 7.55 3.57 0.88 78.67 06:45:12 06:45:01 3 8.83 0.00 8.06 2.64 0.87 79.60 06:45:12 Average: all 3.54 0.00 2.59 0.92 0.23 92.71 06:45:12 Average: 0 3.50 0.00 2.73 0.84 0.21 92.73 06:45:12 Average: 1 3.75 0.00 2.58 0.97 0.25 92.46 06:45:12 Average: 2 3.49 0.00 2.45 1.14 0.24 92.68 06:45:12 Average: 3 3.43 0.00 2.62 0.74 0.23 92.97 06:45:12 06:45:12 06:45:12