Started by upstream project "edgexfoundry/cd-management/release" build number 39 originally caused by: Push event to branch release Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 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 d8dcacb1afd64ffd41a88d498332b01d09cee174 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d8dcacb1afd64ffd41a88d498332b01d09cee174 # timeout=10 Commit message: "Merge pull request #299 from bill-mahoney/releaseStream" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-12563’ Running on prd-centos7-docker-4c-2g-12574 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b # timeout=10 Commit message: "Merge pull request #188 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" > git rev-list --no-walk 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:35:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:36:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:36:00 ========================================================= 19:36:00 EdgeX Global Pipelines Version Info 19:36:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:36:02 ------------------- 19:36:02 stable info: 19:36:02 ------------------- 19:36:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:36:02 Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 19:36:02 Message: update stable to v1.0.165 19:36:03 ------------------- 19:36:03 experimental info: 19:36:03 ------------------- 19:36:03 Commited By: **** collab-it+edgex@linuxfoundation.org 19:36:03 Commit SHA: d8dcacb1afd64ffd41a88d498332b01d09cee174 19:36:03 Message: update experimental to v1.0.165 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 19:36:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 19:36:03 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 19:36:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:36:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:36:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:36:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:36:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:36:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:36:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:36:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:36:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:36:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 19:36:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:36:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:36:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:36:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:36:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:36:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:36:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:36:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:36:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:36:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:36:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:36:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:36:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 19:36:06 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 19:36:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 19:36:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 19:36:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 19:36:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [Pipeline] echo 19:36:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8d28ba3 [Pipeline] echo 19:36:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:36:07 provisioning config files... 19:36:07 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3301226765530429309tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:36:07 ---> docker-login.sh 19:36:07 nexus3.edgexfoundry.org:10001 19:36:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:08 Configure a credential helper to remove this warning. See 19:36:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:08 19:36:08 Login Succeeded 19:36:08 nexus3.edgexfoundry.org:10002 19:36:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:08 Configure a credential helper to remove this warning. See 19:36:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:08 19:36:08 Login Succeeded 19:36:08 nexus3.edgexfoundry.org:10003 19:36:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:09 Configure a credential helper to remove this warning. See 19:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:09 19:36:09 Login Succeeded 19:36:09 nexus3.edgexfoundry.org:10004 19:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:09 Configure a credential helper to remove this warning. See 19:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:09 19:36:09 Login Succeeded 19:36:09 docker.io 19:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:10 Configure a credential helper to remove this warning. See 19:36:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:10 19:36:10 Login Succeeded 19:36:10 ---> docker-login.sh ends [Pipeline] } 19:36:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:36:10 + git log --format=format:%s -1 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [Pipeline] echo 19:36:11 GIT_COMMIT: 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b, Commit Message: Merge pull request #188 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0 [Pipeline] echo 19:36:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:36:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:36:11 19:36:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:36:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:36:12 latest: Pulling from edgex-devops/git-semver 19:36:12 31603596830f: Pulling fs layer 19:36:12 2a8b12db71e7: Pulling fs layer 19:36:12 6ca5941a6612: Pulling fs layer 19:36:12 ecc8261a40a4: Pulling fs layer 19:36:12 ecc8261a40a4: Waiting 19:36:12 2a8b12db71e7: Verifying Checksum 19:36:12 2a8b12db71e7: Download complete 19:36:12 31603596830f: Verifying Checksum 19:36:12 31603596830f: Download complete 19:36:12 ecc8261a40a4: Verifying Checksum 19:36:12 ecc8261a40a4: Download complete 19:36:12 6ca5941a6612: Verifying Checksum 19:36:12 6ca5941a6612: Download complete 19:36:12 31603596830f: Pull complete 19:36:12 2a8b12db71e7: Pull complete 19:36:13 6ca5941a6612: Pull complete 19:36:13 ecc8261a40a4: Pull complete 19:36:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:36:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:36:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:36:13 prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container 19:36:14 $ 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 19:36:16 $ docker top d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:36:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:36:17 [ssh-agent] Looking for ssh-agent implementation... 19:36:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:36:17 $ docker exec d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 ssh-agent 19:36:17 SSH_AUTH_SOCK=/tmp/ssh-oyBjFndZyZq1/agent.11 19:36:17 SSH_AGENT_PID=16 19:36:17 Running ssh-add (command line suppressed) 19:36:18 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6397134160998365291.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6397134160998365291.key) 19:36:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:36:18 + git tag --points-at HEAD [Pipeline] } 19:36:18 $ docker exec --env ******** --env ******** d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 ssh-agent -k 19:36:18 unset SSH_AUTH_SOCK; 19:36:18 unset SSH_AGENT_PID; 19:36:18 echo Agent pid 16 killed; 19:36:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 19:36:19 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.2.3-dev.9|v1.3.0' [Pipeline] sshagent 19:36:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:36:19 [ssh-agent] Looking for ssh-agent implementation... 19:36:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:36:19 $ docker exec d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 ssh-agent 19:36:19 SSH_AUTH_SOCK=/tmp/ssh-7pMO6rrxkTgs/agent.46 19:36:19 SSH_AGENT_PID=52 19:36:19 Running ssh-add (command line suppressed) 19:36:19 Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2547683630752947148.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2547683630752947148.key) 19:36:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:36:20 + git semver init 19:36:20 # -> Open(): unable to determine branch for HEAD 19:36:20 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git 19:36:20 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master 19:36:20 # $SEMVER_REMOTE_NAME = origin 19:36:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:36:20 # $SEMVER_USER_NAME = edgex-jenkins 19:36:20 # $SEMVER_BRANCH = master 19:36:20 # $SEMVER_TEMP = /tmp/semver-689275664 19:36:20 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 19:36:20 # '/tmp/semver-689275664' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' 19:36:20 # -> Force: false 19:36:20 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } 19:36:20 $ docker exec --env ******** --env ******** d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 ssh-agent -k 19:36:20 unset SSH_AUTH_SOCK; 19:36:20 unset SSH_AGENT_PID; 19:36:20 echo Agent pid 52 killed; 19:36:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:36:21 + git semver [Pipeline] } 19:36:21 $ docker stop --time=1 d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 19:36:23 $ docker rm -f d4c2760f77c34ca6397c9a889f3354704b21181825026daf7071aa2c20c27974 [Pipeline] // withDockerContainer [Pipeline] sh 19:36:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:36:24 Stashed 1 file(s) [Pipeline] echo 19:36:24 [edgeXSemver]: initialized semver on version 1.3.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 19:36:39 Still waiting to schedule task 19:36:39 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:36:39 Still waiting to schedule task 19:36:39 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-12575’ 19:38:34 Running on prd-centos7-docker-4c-2g-12586 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 19:38:34 Running in /w/workspace/device-modbus-go/28 [Pipeline] { [Pipeline] checkout 19:38:40 using credential edgex-jenkins-ssh 19:38:40 Cloning the remote Git repository 19:38:40 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 19:38:40 > git init /w/workspace/device-modbus-go/28 # timeout=10 19:38:40 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 19:38:40 > git --version # timeout=10 19:38:40 > git --version # 'git version 2.16.5' 19:38:40 using GIT_SSH to set credentials SSH Credentials for GitHub 19:38:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:38:42 Checking out Revision 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b (master) 19:38:41 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 19:38:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:38:41 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 19:38:41 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 19:38:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:38:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:38:42 > git config core.sparsecheckout # timeout=10 19:38:42 > git checkout -f 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b # timeout=10 19:38:46 Commit message: "Merge pull request #188 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:38:47 provisioning config files... 19:38:47 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/28@tmp/config7804270815926089719tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:38:48 ---> docker-login.sh 19:38:48 nexus3.edgexfoundry.org:10001 19:38:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:38:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:38:49 Configure a credential helper to remove this warning. See 19:38:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:38:49 19:38:49 Login Succeeded 19:38:49 nexus3.edgexfoundry.org:10002 19:38:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:38:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:38:49 Configure a credential helper to remove this warning. See 19:38:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:38:49 19:38:49 Login Succeeded 19:38:49 nexus3.edgexfoundry.org:10003 19:38:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:38:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:38:49 Configure a credential helper to remove this warning. See 19:38:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:38:49 19:38:49 Login Succeeded 19:38:49 nexus3.edgexfoundry.org:10004 19:38:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:38:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:38:49 Configure a credential helper to remove this warning. See 19:38:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:38:49 19:38:49 Login Succeeded 19:38:49 docker.io 19:38:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:38:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:38:50 Configure a credential helper to remove this warning. See 19:38:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:38:50 19:38:50 Login Succeeded 19:38:50 ---> docker-login.sh ends [Pipeline] } 19:38:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:38:50 ========================================================= 19:38:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:38:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:38:51 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 19:38:51 Sending build context to Docker daemon 497.7kB 19:38:51 Step 1/8 : ARG BASE=golang:1.15-alpine 19:38:51 Step 2/8 : FROM ${BASE} 19:38:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:38:51 df20fa9351a1: Pulling fs layer 19:38:51 ed8968b2872e: Pulling fs layer 19:38:51 a92cc7c5fd73: Pulling fs layer 19:38:51 e871e8e8d7a9: Pulling fs layer 19:38:51 e73272ec9a57: Pulling fs layer 19:38:51 1e910a182e73: Pulling fs layer 19:38:51 4e634b169226: Pulling fs layer 19:38:51 e73272ec9a57: Waiting 19:38:51 1e910a182e73: Waiting 19:38:51 4e634b169226: Waiting 19:38:51 e871e8e8d7a9: Waiting 19:38:51 a92cc7c5fd73: Verifying Checksum 19:38:51 a92cc7c5fd73: Download complete 19:38:51 ed8968b2872e: Download complete 19:38:51 e73272ec9a57: Verifying Checksum 19:38:51 e73272ec9a57: Download complete 19:38:51 1e910a182e73: Verifying Checksum 19:38:51 1e910a182e73: Download complete 19:38:51 df20fa9351a1: Verifying Checksum 19:38:51 df20fa9351a1: Download complete 19:38:52 df20fa9351a1: Pull complete 19:38:52 ed8968b2872e: Pull complete 19:38:52 a92cc7c5fd73: Pull complete 19:38:54 4e634b169226: Verifying Checksum 19:38:54 4e634b169226: Download complete 19:38:56 e871e8e8d7a9: Verifying Checksum 19:38:56 e871e8e8d7a9: Download complete 19:39:04 e871e8e8d7a9: Pull complete 19:39:04 e73272ec9a57: Pull complete 19:39:04 1e910a182e73: Pull complete 19:39:09 4e634b169226: Pull complete 19:39:09 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 19:39:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:39:09 ---> f7629b54cfaa 19:39:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 19:39:09 ---> Running in 0b4d58863e38 19:39:09 Removing intermediate container 0b4d58863e38 19:39:09 ---> c82c6dfb09f4 19:39:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:39:09 ---> Running in 0e16c4f68319 19:39:11 Removing intermediate container 0e16c4f68319 19:39:11 ---> f5af389b8093 19:39:11 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 19:39:11 ---> Running in 15a31eb6a3eb 19:39:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:39:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:39:13 (1/14) Installing libmagic (5.38-r0) 19:39:13 (2/14) Installing file (5.38-r0) 19:39:13 (3/14) Installing libc-dev (0.7.2-r3) 19:39:14 (4/14) Installing g++ (9.3.0-r2) 19:39:27 (5/14) Installing fortify-headers (1.1-r0) 19:39:27 (6/14) Installing patch (2.7.6-r6) 19:39:27 (7/14) Installing build-base (0.5-r2) 19:39:27 (8/14) Installing openssh-keygen (8.3_p1-r0) 19:39:27 (9/14) Installing libedit (20191231.3.1-r0) 19:39:27 (10/14) Installing openssh-client (8.3_p1-r0) 19:39:28 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 19:39:28 (12/14) Installing openssh-server-common (8.3_p1-r0) 19:39:28 (13/14) Installing openssh-server (8.3_p1-r0) 19:39:28 (14/14) Installing openssh (8.3_p1-r0) 19:39:29 Executing busybox-1.31.1-r16.trigger 19:39:29 OK: 237 MiB in 53 packages 19:39:32 Removing intermediate container 15a31eb6a3eb 19:39:32 ---> ab1fbdbac38a 19:39:32 Step 6/8 : WORKDIR /device-modbus-go 19:39:32 ---> Running in 78ec722730e8 19:39:32 Removing intermediate container 78ec722730e8 19:39:32 ---> 1bee4dfa95dc 19:39:32 Step 7/8 : COPY . . 19:39:33 ---> f0610715b136 19:39:33 Step 8/8 : RUN go mod download 19:39:33 ---> Running in ee924ac99dc3 19:39:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12590 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws 19:39:49 Running in /w/workspace/device-modbus-go/28 [Pipeline] { [Pipeline] checkout 19:39:55 using credential edgex-jenkins-ssh 19:39:55 Cloning the remote Git repository 19:39:55 Removing intermediate container ee924ac99dc3 19:39:55 ---> 62bf948d3f2a 19:39:55 Successfully built 62bf948d3f2a 19:39:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:39:55 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 19:39:55 > git init /w/workspace/device-modbus-go/28 # timeout=10 19:39:56 + docker inspect -f . ci-base-image-x86_64 19:39:56 . [Pipeline] withDockerContainer 19:39:56 prd-centos7-docker-4c-2g-12586 does not seem to be running inside a container 19:39:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/28 -v /w/workspace/device-modbus-go/28:/w/workspace/device-modbus-go/28:rw,z -v /w/workspace/device-modbus-go/28@tmp:/w/workspace/device-modbus-go/28@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 19:39:55 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 19:39:55 > git --version # timeout=10 19:39:55 > git --version # 'git version 2.17.1' 19:39:55 using GIT_SSH to set credentials SSH Credentials for GitHub 19:39:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:39:56 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 19:39:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:39:56 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 19:39:56 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 19:39:56 using GIT_SSH to set credentials SSH Credentials for GitHub 19:39:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 19:39:57 $ docker top 76c2760ded6c6652f9349c7bb9129f615ed2f1e45cb35ee6b40b40edfff2f789 -eo pid,comm 19:39:57 Checking out Revision 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b (master) [Pipeline] { [Pipeline] sh 19:39:57 + go version 19:39:57 go version go1.15.2 linux/amd64 [Pipeline] } 19:39:57 $ docker stop --time=1 76c2760ded6c6652f9349c7bb9129f615ed2f1e45cb35ee6b40b40edfff2f789 19:39:57 > git config core.sparsecheckout # timeout=10 19:39:57 > git checkout -f 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b # timeout=10 19:39:59 $ docker rm -f 76c2760ded6c6652f9349c7bb9129f615ed2f1e45cb35ee6b40b40edfff2f789 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:40:00 + docker inspect -f . ci-base-image-x86_64 19:40:00 . [Pipeline] withDockerContainer 19:40:00 prd-centos7-docker-4c-2g-12586 does not seem to be running inside a container 19:40:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/28 -v /w/workspace/device-modbus-go/28:/w/workspace/device-modbus-go/28:rw,z -v /w/workspace/device-modbus-go/28@tmp:/w/workspace/device-modbus-go/28@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 19:40:02 $ docker top b80714b531a3bd084132883c9598cc40544ba6766a2aba2c706f80dd949336ab -eo pid,comm 19:40:02 Commit message: "Merge pull request #188 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go-1.3.0" [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:40:03 provisioning config files... 19:40:03 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/28@tmp/config3831133176015304680tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:40:03 + make test 19:40:03 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:40:04 ---> docker-login.sh 19:40:04 nexus3.edgexfoundry.org:10001 19:40:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:05 ? github.com/edgexfoundry/device-modbus-go [no test files] 19:40:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:05 Configure a credential helper to remove this warning. See 19:40:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:05 19:40:05 Login Succeeded 19:40:05 nexus3.edgexfoundry.org:10002 19:40:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:05 Configure a credential helper to remove this warning. See 19:40:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:05 19:40:05 Login Succeeded 19:40:05 nexus3.edgexfoundry.org:10003 19:40:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:06 Configure a credential helper to remove this warning. See 19:40:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:06 19:40:06 Login Succeeded 19:40:06 nexus3.edgexfoundry.org:10004 19:40:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:07 Configure a credential helper to remove this warning. See 19:40:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:07 19:40:07 Login Succeeded 19:40:07 docker.io 19:40:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:08 Configure a credential helper to remove this warning. See 19:40:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:08 19:40:08 Login Succeeded 19:40:08 ---> docker-login.sh ends [Pipeline] } 19:40:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:40:09 ========================================================= 19:40:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:40:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:40:09 + 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 . 19:40:10 Sending build context to Docker daemon 497.7kB 19:40:10 Step 1/8 : ARG BASE=golang:1.15-alpine 19:40:10 Step 2/8 : FROM ${BASE} 19:40:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:40:10 b538f80385f9: Pulling fs layer 19:40:10 74f711af9a0d: Pulling fs layer 19:40:10 99f96fe45779: Pulling fs layer 19:40:10 8529a6b9a6be: Pulling fs layer 19:40:10 45590311c82a: Pulling fs layer 19:40:10 69ca0ff8b7b3: Pulling fs layer 19:40:10 209524e5b208: Pulling fs layer 19:40:10 45590311c82a: Waiting 19:40:10 69ca0ff8b7b3: Waiting 19:40:10 209524e5b208: Waiting 19:40:10 8529a6b9a6be: Waiting 19:40:10 99f96fe45779: Download complete 19:40:10 74f711af9a0d: Verifying Checksum 19:40:10 74f711af9a0d: Download complete 19:40:10 45590311c82a: Verifying Checksum 19:40:10 45590311c82a: Download complete 19:40:10 69ca0ff8b7b3: Verifying Checksum 19:40:10 69ca0ff8b7b3: Download complete 19:40:11 b538f80385f9: Verifying Checksum 19:40:11 b538f80385f9: Download complete 19:40:11 b538f80385f9: Pull complete 19:40:12 74f711af9a0d: Pull complete 19:40:12 99f96fe45779: Pull complete 19:40:13 209524e5b208: Verifying Checksum 19:40:13 209524e5b208: Download complete 19:40:14 8529a6b9a6be: Verifying Checksum 19:40:14 8529a6b9a6be: Download complete 19:40:23 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 19:40:23 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.216s coverage: 50.3% of statements 19:40:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:40:24 8529a6b9a6be: Pull complete 19:40:24 45590311c82a: Pull complete 19:40:24 69ca0ff8b7b3: Pull complete 19:40:26 gofmt -l . 19:40:26 [ "`gofmt -l .`" = "" ] 19:40:26 ./bin/test-attribution-txt.sh 19:40:27 ./bin/test-go-mod-tidy.sh [Pipeline] } 19:40:27 $ docker stop --time=1 b80714b531a3bd084132883c9598cc40544ba6766a2aba2c706f80dd949336ab 19:40:28 209524e5b208: Pull complete 19:40:28 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 19:40:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:40:28 ---> 5bddaf1c2fca 19:40:28 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 19:40:29 $ docker rm -f b80714b531a3bd084132883c9598cc40544ba6766a2aba2c706f80dd949336ab [Pipeline] // withDockerContainer [Pipeline] sh 19:40:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:40:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 19:40:32 ---> Running in 81cafafef8e0 19:40:32 Removing intermediate container 81cafafef8e0 19:40:32 ---> 0aaac40bd6e9 19:40:32 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:32 ---> Running in 614421f8ca44 [Pipeline] sh 19:40:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:40:33 + ls -al . 19:40:33 total 104 19:40:33 drwxrwxr-x. 9 jenkins jenkins 4096 Nov 18 19:40 . 19:40:33 drwxrwxr-x. 4 jenkins jenkins 30 Nov 18 19:38 .. 19:40:33 -rw-rw-r--. 1 jenkins jenkins 5589 Nov 18 19:38 Attribution.txt 19:40:33 drwxrwxr-x. 2 jenkins jenkins 87 Nov 18 19:38 bin 19:40:33 drwxrwxr-x. 3 jenkins jenkins 32 Nov 18 19:38 cmd 19:40:33 -rw-r--r--. 1 jenkins jenkins 22364 Nov 18 19:40 coverage.out 19:40:33 -rw-rw-r--. 1 jenkins jenkins 1430 Nov 18 19:38 Dockerfile 19:40:33 -rw-rw-r--. 1 jenkins jenkins 954 Nov 18 19:38 Dockerfile.build 19:40:33 -rw-rw-r--. 1 jenkins jenkins 140 Nov 18 19:38 .dockerignore 19:40:33 drwxrwxr-x. 8 jenkins jenkins 162 Nov 18 19:38 .git 19:40:33 drwxrwxr-x. 2 jenkins jenkins 60 Nov 18 19:38 .github 19:40:33 -rw-rw-r--. 1 jenkins jenkins 338 Nov 18 19:38 .gitignore 19:40:33 -rw-r--r--. 1 jenkins jenkins 517 Nov 18 19:40 go.mod 19:40:33 -rw-r--r--. 1 jenkins jenkins 14643 Nov 18 19:40 go.sum 19:40:33 drwxrwxr-x. 3 jenkins jenkins 20 Nov 18 19:38 internal 19:40:33 -rw-rw-r--. 1 jenkins jenkins 679 Nov 18 19:38 Jenkinsfile 19:40:33 -rw-rw-r--. 1 jenkins jenkins 11340 Nov 18 19:38 LICENSE 19:40:33 -rw-rw-r--. 1 jenkins jenkins 880 Nov 18 19:38 Makefile 19:40:33 -rw-rw-r--. 1 jenkins jenkins 591 Nov 18 19:38 README.md 19:40:33 drwxrwxr-x. 2 jenkins jenkins 52 Nov 18 19:38 simulator 19:40:33 drwxrwxr-x. 4 jenkins jenkins 54 Nov 18 19:38 snap 19:40:33 -rw-rw-r--. 1 jenkins jenkins 5 Nov 18 19:36 VERSION 19:40:33 -rw-rw-r--. 1 jenkins jenkins 229 Nov 18 19:38 version.go [Pipeline] isUnix [Pipeline] sh 19:40:33 + 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=8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b --label arch=amd64 --label version=1.3.0 . 19:40:33 Sending build context to Docker daemon 528.9kB 19:40:33 Step 1/20 : ARG BASE=golang:1.15-alpine 19:40:33 Step 2/20 : FROM ${BASE} AS builder 19:40:33 ---> 62bf948d3f2a 19:40:33 Step 3/20 : ARG MAKE='make build' 19:40:33 ---> Running in 1cfe051b41be 19:40:33 Removing intermediate container 1cfe051b41be 19:40:33 ---> d8389603d6ab 19:40:33 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:34 ---> Running in d647b167df22 19:40:35 Removing intermediate container 614421f8ca44 19:40:35 ---> 306aacb24381 19:40:35 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 19:40:35 ---> Running in ea289075d452 19:40:35 Removing intermediate container d647b167df22 19:40:35 ---> cda1ffc191fb 19:40:35 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 19:40:35 ---> Running in 3a5bde2e49b9 19:40:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:40:37 OK: 237 MiB in 53 packages 19:40:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:40:37 Removing intermediate container 3a5bde2e49b9 19:40:37 ---> d224d4d2761f 19:40:37 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 19:40:37 ---> Running in 7664df7b3615 19:40:37 Removing intermediate container 7664df7b3615 19:40:37 ---> 7d38f4f82b2e 19:40:37 Step 7/20 : COPY . . 19:40:38 (1/14) Installing libmagic (5.38-r0) 19:40:38 (2/14) Installing file (5.38-r0) 19:40:38 (3/14) Installing libc-dev (0.7.2-r3) 19:40:38 (4/14) Installing g++ (9.3.0-r2) 19:40:38 ---> 2adfd279eccd 19:40:38 Step 8/20 : RUN ${MAKE} 19:40:38 ---> Running in ae13b218f164 19:40:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.0" -o cmd/device-modbus ./cmd 19:40:45 (5/14) Installing fortify-headers (1.1-r0) 19:40:45 (6/14) Installing patch (2.7.6-r6) 19:40:45 (7/14) Installing build-base (0.5-r2) 19:40:45 (8/14) Installing openssh-keygen (8.3_p1-r0) 19:40:45 (9/14) Installing libedit (20191231.3.1-r0) 19:40:45 (10/14) Installing openssh-client (8.3_p1-r0) 19:40:45 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 19:40:45 (12/14) Installing openssh-server-common (8.3_p1-r0) 19:40:46 (13/14) Installing openssh-server (8.3_p1-r0) 19:40:46 (14/14) Installing openssh (8.3_p1-r0) 19:40:46 Executing busybox-1.31.1-r16.trigger 19:40:46 OK: 221 MiB in 53 packages 19:40:50 Removing intermediate container ea289075d452 19:40:50 ---> 03330bcc77a0 19:40:50 Step 6/8 : WORKDIR /device-modbus-go 19:40:51 ---> Running in e1beabf2f8bf 19:40:51 Removing intermediate container e1beabf2f8bf 19:40:51 ---> 742eef0b2905 19:40:51 Step 7/8 : COPY . . 19:40:52 ---> 04ce21caf9f1 19:40:52 Step 8/8 : RUN go mod download 19:40:52 ---> Running in 529d5317dac0 19:40:54 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:40:57 Removing intermediate container ae13b218f164 19:40:57 ---> 2cf832071b0b 19:40:57 Step 9/20 : FROM scratch 19:40:57 ---> 19:40:57 Step 10/20 : ENV APP_PORT=49991 19:40:57 ---> Running in 1b69053f2d96 19:40:57 Removing intermediate container 1b69053f2d96 19:40:57 ---> 60e2dd235ee1 19:40:57 Step 11/20 : EXPOSE $APP_PORT 19:40:57 ---> Running in f3eb9637be5c 19:40:57 Removing intermediate container f3eb9637be5c 19:40:57 ---> f34aa6d92af9 19:40:57 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 19:40:58 ---> 45e8a4890cdb 19:40:58 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 19:40:58 ---> e3a3fbbe1a01 19:40:58 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 19:40:58 ---> 9750fd22c226 19:40:58 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 19:40:58 ---> Running in 18bdab5e516e 19:40:59 Removing intermediate container 18bdab5e516e 19:40:59 ---> 8bc2d220336e 19:40:59 Step 16/20 : ENTRYPOINT ["/device-modbus"] 19:40:59 ---> Running in 41d9866206e0 19:40:59 Removing intermediate container 41d9866206e0 19:40:59 ---> 2c3abbd171ea 19:40:59 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:40:59 ---> Running in 69758f231c59 19:40:59 Removing intermediate container 69758f231c59 19:40:59 ---> efde5c141dc3 19:40:59 Step 18/20 : LABEL arch=amd64 19:40:59 ---> Running in 10c3c02c1c59 19:40:59 Removing intermediate container 10c3c02c1c59 19:40:59 ---> c775aff7e474 19:40:59 Step 19/20 : LABEL git_sha=8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b 19:40:59 ---> Running in cb2bfedc5929 19:41:00 Removing intermediate container cb2bfedc5929 19:41:00 ---> 433edb1ac5e4 19:41:00 Step 20/20 : LABEL version=1.3.0 19:41:00 ---> Running in c0850a815c18 19:41:00 Removing intermediate container c0850a815c18 19:41:00 ---> 3ab9dc31f4ad 19:41:00 [Warning] One or more build-args [ARCH] were not consumed 19:41:00 Successfully built 3ab9dc31f4ad 19:41:00 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:41:00 provisioning config files... 19:41:00 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/28@tmp/config7648287430418642339tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:41:01 ---> docker-login.sh 19:41:01 nexus3.edgexfoundry.org:10001 19:41:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:02 Configure a credential helper to remove this warning. See 19:41:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:02 19:41:02 Login Succeeded 19:41:02 nexus3.edgexfoundry.org:10002 19:41:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:02 Configure a credential helper to remove this warning. See 19:41:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:02 19:41:02 Login Succeeded 19:41:02 nexus3.edgexfoundry.org:10003 19:41:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:02 Configure a credential helper to remove this warning. See 19:41:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:02 19:41:02 Login Succeeded 19:41:02 nexus3.edgexfoundry.org:10004 19:41:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:02 Configure a credential helper to remove this warning. See 19:41:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:02 19:41:02 Login Succeeded 19:41:02 docker.io 19:41:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:03 Configure a credential helper to remove this warning. See 19:41:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:03 19:41:03 Login Succeeded 19:41:03 ---> docker-login.sh ends [Pipeline] } 19:41:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:41:03 [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: 19:41:03 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b 19:41:03 latest 19:41:03 1.3.0 19:41:03 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 19:41:03 master 19:41:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:41:03 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [Pipeline] isUnix [Pipeline] sh 19:41:04 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b 19:41:04 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 19:41:04 cdab613fc157: Preparing 19:41:04 6e062981a9e8: Preparing 19:41:04 35d5cf26dd1d: Preparing 19:41:04 cdab613fc157: Pushed 19:41:04 6e062981a9e8: Pushed 19:41:05 35d5cf26dd1d: Pushed 19:41:05 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b: digest: sha256:02ff115722e3f7caf65a9206189b701c460ee9f9a9e3bd4ee8029c3e85539a2c size: 944 [Pipeline] isUnix [Pipeline] sh 19:41:06 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh 19:41:06 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 19:41:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 19:41:06 cdab613fc157: Preparing 19:41:06 6e062981a9e8: Preparing 19:41:06 35d5cf26dd1d: Preparing 19:41:06 cdab613fc157: Layer already exists 19:41:06 6e062981a9e8: Layer already exists 19:41:06 35d5cf26dd1d: Layer already exists 19:41:06 latest: digest: sha256:02ff115722e3f7caf65a9206189b701c460ee9f9a9e3bd4ee8029c3e85539a2c size: 944 [Pipeline] isUnix [Pipeline] sh 19:41:06 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.0 [Pipeline] isUnix [Pipeline] sh 19:41:07 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.0 19:41:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 19:41:07 cdab613fc157: Preparing 19:41:07 6e062981a9e8: Preparing 19:41:07 35d5cf26dd1d: Preparing 19:41:07 cdab613fc157: Layer already exists 19:41:07 35d5cf26dd1d: Layer already exists 19:41:07 6e062981a9e8: Layer already exists 19:41:07 1.3.0: digest: sha256:02ff115722e3f7caf65a9206189b701c460ee9f9a9e3bd4ee8029c3e85539a2c size: 944 [Pipeline] isUnix [Pipeline] sh 19:41:07 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 [Pipeline] isUnix [Pipeline] sh 19:41:07 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 19:41:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 19:41:07 cdab613fc157: Preparing 19:41:07 6e062981a9e8: Preparing 19:41:07 35d5cf26dd1d: Preparing 19:41:07 cdab613fc157: Layer already exists 19:41:07 35d5cf26dd1d: Layer already exists 19:41:07 6e062981a9e8: Layer already exists 19:41:07 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0: digest: sha256:02ff115722e3f7caf65a9206189b701c460ee9f9a9e3bd4ee8029c3e85539a2c size: 944 [Pipeline] isUnix [Pipeline] sh 19:41:08 + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh 19:41:08 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master 19:41:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] 19:41:08 cdab613fc157: Preparing 19:41:08 6e062981a9e8: Preparing 19:41:08 35d5cf26dd1d: Preparing 19:41:08 6e062981a9e8: Layer already exists 19:41:08 35d5cf26dd1d: Layer already exists 19:41:08 cdab613fc157: Layer already exists 19:41:08 master: digest: sha256:02ff115722e3f7caf65a9206189b701c460ee9f9a9e3bd4ee8029c3e85539a2c size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:41:08 ===================================================== [Pipeline] echo 19:41:08 taggedImages: 19:41:08 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b 19:41:08 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest 19:41:08 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.0 19:41:08 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 19:41:08 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:41:19 Removing intermediate container 529d5317dac0 19:41:19 ---> 63928691cccc 19:41:19 Successfully built 63928691cccc 19:41:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:41:19 + docker inspect -f . ci-base-image-arm64 19:41:19 . [Pipeline] withDockerContainer 19:41:20 prd-ubuntu18.04-docker-arm64-4c-16g-12590 does not seem to be running inside a container 19:41:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/28 -v /w/workspace/device-modbus-go/28:/w/workspace/device-modbus-go/28:rw,z -v /w/workspace/device-modbus-go/28@tmp:/w/workspace/device-modbus-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:41:22 $ docker top 29d67875df25951f58a8f4c786c9a962023a942cd4628e061cea34dde5f3db7f -eo pid,comm [Pipeline] { [Pipeline] sh 19:41:24 + go version 19:41:24 go version go1.15.2 linux/arm64 [Pipeline] } 19:41:24 $ docker stop --time=1 29d67875df25951f58a8f4c786c9a962023a942cd4628e061cea34dde5f3db7f 19:41:26 $ docker rm -f 29d67875df25951f58a8f4c786c9a962023a942cd4628e061cea34dde5f3db7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:41:27 + docker inspect -f . ci-base-image-arm64 19:41:27 . [Pipeline] withDockerContainer 19:41:27 prd-ubuntu18.04-docker-arm64-4c-16g-12590 does not seem to be running inside a container 19:41:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/28 -v /w/workspace/device-modbus-go/28:/w/workspace/device-modbus-go/28:rw,z -v /w/workspace/device-modbus-go/28@tmp:/w/workspace/device-modbus-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:41:29 $ docker top eb7fa0398a461ff5e0da6859f9bb2e290bd81d1b9bfec36b2a49f81367b80ad5 -eo pid,comm [Pipeline] { [Pipeline] sh 19:41:31 + make test 19:41:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 19:41:32 ? github.com/edgexfoundry/device-modbus-go [no test files] 19:42:12 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 19:42:12 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.318s coverage: 50.3% of statements 19:42:12 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:42:20 gofmt -l . 19:42:20 [ "`gofmt -l .`" = "" ] 19:42:20 ./bin/test-attribution-txt.sh 19:42:21 ./bin/test-go-mod-tidy.sh [Pipeline] } 19:42:21 $ docker stop --time=1 eb7fa0398a461ff5e0da6859f9bb2e290bd81d1b9bfec36b2a49f81367b80ad5 19:42:23 $ docker rm -f eb7fa0398a461ff5e0da6859f9bb2e290bd81d1b9bfec36b2a49f81367b80ad5 [Pipeline] // withDockerContainer [Pipeline] sh 19:42:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:42:24 Warning: overwriting stash ‘coverage-report’ 19:42:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:42:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:42:26 + ls -al . 19:42:26 total 136 19:42:26 drwxrwxr-x 9 jenkins jenkins 4096 Nov 18 19:42 . 19:42:26 drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 19:39 .. 19:42:26 -rw-rw-r-- 1 jenkins jenkins 140 Nov 18 19:39 .dockerignore 19:42:26 drwxrwxr-x 8 jenkins jenkins 4096 Nov 18 19:40 .git 19:42:26 drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 19:39 .github 19:42:26 -rw-rw-r-- 1 jenkins jenkins 338 Nov 18 19:39 .gitignore 19:42:26 -rw-rw-r-- 1 jenkins jenkins 5589 Nov 18 19:39 Attribution.txt 19:42:26 -rw-rw-r-- 1 jenkins jenkins 1430 Nov 18 19:39 Dockerfile 19:42:26 -rw-rw-r-- 1 jenkins jenkins 954 Nov 18 19:39 Dockerfile.build 19:42:26 -rw-rw-r-- 1 jenkins jenkins 679 Nov 18 19:39 Jenkinsfile 19:42:26 -rw-rw-r-- 1 jenkins jenkins 11340 Nov 18 19:39 LICENSE 19:42:26 -rw-rw-r-- 1 jenkins jenkins 880 Nov 18 19:39 Makefile 19:42:26 -rw-rw-r-- 1 jenkins jenkins 591 Nov 18 19:39 README.md 19:42:26 -rw-rw-r-- 1 jenkins jenkins 5 Nov 18 19:36 VERSION 19:42:26 drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 19:39 bin 19:42:26 drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 19:39 cmd 19:42:26 -rw-r--r-- 1 jenkins jenkins 22364 Nov 18 19:42 coverage.out 19:42:26 -rw-r--r-- 1 jenkins jenkins 517 Nov 18 19:42 go.mod 19:42:26 -rw-r--r-- 1 jenkins jenkins 14643 Nov 18 19:42 go.sum 19:42:26 drwxrwxr-x 3 jenkins jenkins 4096 Nov 18 19:39 internal 19:42:26 drwxrwxr-x 2 jenkins jenkins 4096 Nov 18 19:39 simulator 19:42:26 drwxrwxr-x 4 jenkins jenkins 4096 Nov 18 19:39 snap 19:42:26 -rw-rw-r-- 1 jenkins jenkins 229 Nov 18 19:39 version.go [Pipeline] isUnix [Pipeline] sh 19:42:27 + 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=8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b --label arch=arm64 --label version=1.3.0 . 19:42:27 Sending build context to Docker daemon 528.9kB 19:42:27 Step 1/20 : ARG BASE=golang:1.15-alpine 19:42:27 Step 2/20 : FROM ${BASE} AS builder 19:42:27 ---> 63928691cccc 19:42:27 Step 3/20 : ARG MAKE='make build' 19:42:27 ---> Running in d95961edfbb8 19:42:28 Removing intermediate container d95961edfbb8 19:42:28 ---> f3f818082edb 19:42:28 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:42:28 ---> Running in 19c2e77b1bd2 19:42:31 Removing intermediate container 19c2e77b1bd2 19:42:31 ---> e2d785d78915 19:42:31 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 19:42:31 ---> Running in 34fc3e50ec9d 19:42:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:42:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:42:35 OK: 221 MiB in 53 packages 19:42:36 Removing intermediate container 34fc3e50ec9d 19:42:36 ---> 7c27ab93111b 19:42:36 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 19:42:36 ---> Running in 6ca40113a440 19:42:37 Removing intermediate container 6ca40113a440 19:42:37 ---> edc09e7c635b 19:42:37 Step 7/20 : COPY . . 19:42:38 ---> 6add88f968af 19:42:38 Step 8/20 : RUN ${MAKE} 19:42:38 ---> Running in b8aa9ee25a5e 19:42:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.0" -o cmd/device-modbus ./cmd 19:43:12 CGO_ENABLED=0 GO111MODULE=on go build ./... 19:43:16 Removing intermediate container b8aa9ee25a5e 19:43:16 ---> 4d60cc562bea 19:43:16 Step 9/20 : FROM scratch 19:43:16 ---> 19:43:16 Step 10/20 : ENV APP_PORT=49991 19:43:16 ---> Running in a4d5a297dcde 19:43:16 Removing intermediate container a4d5a297dcde 19:43:16 ---> 8dfede2807c1 19:43:16 Step 11/20 : EXPOSE $APP_PORT 19:43:16 ---> Running in f72deab6468f 19:43:17 Removing intermediate container f72deab6468f 19:43:17 ---> d5d4b12a12d4 19:43:17 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 19:43:18 ---> 6cdd2c9129ff 19:43:18 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 19:43:19 ---> f12c9df4507a 19:43:19 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 19:43:19 ---> 069dbe1d0385 19:43:19 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 19:43:19 ---> Running in 317b77cb9e64 19:43:20 Removing intermediate container 317b77cb9e64 19:43:20 ---> 969130de6915 19:43:20 Step 16/20 : ENTRYPOINT ["/device-modbus"] 19:43:20 ---> Running in 9c0be8bf07ba 19:43:20 Removing intermediate container 9c0be8bf07ba 19:43:20 ---> 5bd161b877d0 19:43:20 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:20 ---> Running in b7573292f01a 19:43:21 Removing intermediate container b7573292f01a 19:43:21 ---> cf9773f56b25 19:43:21 Step 18/20 : LABEL arch=arm64 19:43:21 ---> Running in 00bb7d27deb2 19:43:22 Removing intermediate container 00bb7d27deb2 19:43:22 ---> 32a22c579d5e 19:43:22 Step 19/20 : LABEL git_sha=8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b 19:43:22 ---> Running in aef806269ff7 19:43:22 Removing intermediate container aef806269ff7 19:43:22 ---> ef2fd22c2eb0 19:43:22 Step 20/20 : LABEL version=1.3.0 19:43:22 ---> Running in 0e3fc6c1d2a3 19:43:23 Removing intermediate container 0e3fc6c1d2a3 19:43:23 ---> c8a7496db7d6 19:43:23 [Warning] One or more build-args [ARCH] were not consumed 19:43:23 Successfully built c8a7496db7d6 19:43:23 Successfully tagged docker-device-modbus-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:43:24 provisioning config files... 19:43:24 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/28@tmp/config2607379496093224627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:43:24 ---> docker-login.sh 19:43:24 nexus3.edgexfoundry.org:10001 19:43:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:43:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:43:25 Configure a credential helper to remove this warning. See 19:43:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:43:25 19:43:25 Login Succeeded 19:43:25 nexus3.edgexfoundry.org:10002 19:43:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:43:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:43:25 Configure a credential helper to remove this warning. See 19:43:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:43:25 19:43:25 Login Succeeded 19:43:25 nexus3.edgexfoundry.org:10003 19:43:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:43:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:43:26 Configure a credential helper to remove this warning. See 19:43:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:43:26 19:43:26 Login Succeeded 19:43:26 nexus3.edgexfoundry.org:10004 19:43:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:43:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:43:26 Configure a credential helper to remove this warning. See 19:43:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:43:26 19:43:26 Login Succeeded 19:43:26 docker.io 19:43:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:43:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:43:27 Configure a credential helper to remove this warning. See 19:43:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:43:27 19:43:27 Login Succeeded 19:43:27 ---> docker-login.sh ends [Pipeline] } 19:43:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:43:27 [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: 19:43:27 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b 19:43:27 latest 19:43:27 1.3.0 19:43:27 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 19:43:27 master 19:43:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:43:28 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [Pipeline] isUnix [Pipeline] sh 19:43:28 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b 19:43:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 19:43:28 d5f08c725da3: Preparing 19:43:28 32f925c52707: Preparing 19:43:28 2d1a4aa38bda: Preparing 19:43:29 32f925c52707: Pushed 19:43:29 d5f08c725da3: Pushed 19:43:31 2d1a4aa38bda: Pushed 19:43:31 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b: digest: sha256:48abac57dd22e5edc69ac93c89830a201c3da6e84aa091f92e5c151fd21ae551 size: 944 [Pipeline] isUnix [Pipeline] sh 19:43:32 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:43:32 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 19:43:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 19:43:32 d5f08c725da3: Preparing 19:43:32 32f925c52707: Preparing 19:43:32 2d1a4aa38bda: Preparing 19:43:32 32f925c52707: Layer already exists 19:43:32 2d1a4aa38bda: Layer already exists 19:43:32 d5f08c725da3: Layer already exists 19:43:32 latest: digest: sha256:48abac57dd22e5edc69ac93c89830a201c3da6e84aa091f92e5c151fd21ae551 size: 944 [Pipeline] isUnix [Pipeline] sh 19:43:33 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.0 [Pipeline] isUnix [Pipeline] sh 19:43:33 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.0 19:43:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 19:43:33 d5f08c725da3: Preparing 19:43:33 32f925c52707: Preparing 19:43:33 2d1a4aa38bda: Preparing 19:43:33 2d1a4aa38bda: Layer already exists 19:43:33 d5f08c725da3: Layer already exists 19:43:33 32f925c52707: Layer already exists 19:43:33 1.3.0: digest: sha256:48abac57dd22e5edc69ac93c89830a201c3da6e84aa091f92e5c151fd21ae551 size: 944 [Pipeline] isUnix [Pipeline] sh 19:43:33 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 [Pipeline] isUnix [Pipeline] sh 19:43:34 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 19:43:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 19:43:34 d5f08c725da3: Preparing 19:43:34 32f925c52707: Preparing 19:43:34 2d1a4aa38bda: Preparing 19:43:34 32f925c52707: Layer already exists 19:43:34 2d1a4aa38bda: Layer already exists 19:43:34 d5f08c725da3: Layer already exists 19:43:34 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0: digest: sha256:48abac57dd22e5edc69ac93c89830a201c3da6e84aa091f92e5c151fd21ae551 size: 944 [Pipeline] isUnix [Pipeline] sh 19:43:34 + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh 19:43:35 + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master 19:43:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] 19:43:35 d5f08c725da3: Preparing 19:43:35 32f925c52707: Preparing 19:43:35 2d1a4aa38bda: Preparing 19:43:35 d5f08c725da3: Layer already exists 19:43:35 32f925c52707: Layer already exists 19:43:35 2d1a4aa38bda: Layer already exists 19:43:35 master: digest: sha256:48abac57dd22e5edc69ac93c89830a201c3da6e84aa091f92e5c151fd21ae551 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 19:43:35 ===================================================== [Pipeline] echo 19:43:35 taggedImages: 19:43:35 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b 19:43:35 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest 19:43:35 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.0 19:43:35 - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b-1.3.0 19:43:35 - 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 19:43:37 provisioning config files... 19:43:37 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config8526303716730980702tmp [Pipeline] { [Pipeline] sh 19:43:37 + set +x 19:43:37 + curl -s https://codecov.io/bash 19:43:37 + bash -s -- 19:43:37 19:43:37 _____ _ 19:43:37 / ____| | | 19:43:37 | | ___ __| | ___ ___ _____ __ 19:43:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:43:37 | |___| (_) | (_| | __/ (_| (_) \ V / 19:43:37 \_____\___/ \__,_|\___|\___\___/ \_/ 19:43:37 Bash-20201116-eea08d9 19:43:37 19:43:37 19:43:37 ==> Jenkins CI detected. 19:43:37 project root: . 19:43:37 --> token set from env 19:43:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:43:37 ==> Running gcov in . (disable via -X gcov) 19:43:37 ==> Python coveragepy not found 19:43:37 ==> Searching for coverage reports in: 19:43:37 + . 19:43:37 -> Found 1 reports 19:43:37 ==> Detecting git/mercurial file structure 19:43:37 ==> Reading reports 19:43:37 + ./coverage.out bytes=22364 19:43:37 ==> Appending adjustments 19:43:37 https://docs.codecov.io/docs/fixing-reports 19:43:38 + Found adjustments 19:43:38 ==> Gzipping contents 19:43:38 ==> Uploading reports 19:43:38 url: https://codecov.io 19:43:38 query: branch=master&commit=8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F28%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 19:43:38 -> Pinging Codecov 19:43:38 https://codecov.io/upload/v4?package=bash-20201116-eea08d9&token=secret&branch=master&commit=8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F28%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 19:43:38 -> Uploading to 19:43:38 https://storage.googleapis.com/codecov/v4/raw/2020-11-18/55DBCA73C666E3227836607328DD7E49/8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b/071a9171-8924-49f3-8e40-cbc2c36f0d6f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201118T194338Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9452de78db5ca6605d5aa691f6d1e6703c296fcd6488332d8d53e8c6eb1fd947 19:43:38 % Total % Received % Xferd Average Speed Time Time Time Current 19:43:38 Dload Upload Total Spent Left Speed 19:43:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4167 0 0 100 4167 0 10244 --:--:-- --:--:-- --:--:-- 10263 19:43:39 -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [Pipeline] } 19:43:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 19:43:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 19:43:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:43:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:43:40 19:43:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 19:43:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:43:40 1.410.4: Pulling from edgex-devops/edgex-snyk-go 19:43:40 188c0c94c7c5: Pulling fs layer 19:43:40 0ef7d3d256c8: Pulling fs layer 19:43:40 de9db76c5a1d: Pulling fs layer 19:43:40 0eba1c9be4d2: Pulling fs layer 19:43:40 0d57e429df01: Pulling fs layer 19:43:40 4e4be7b47b0d: Pulling fs layer 19:43:40 e1f770b5df2f: Pulling fs layer 19:43:40 85a0685a4137: Pulling fs layer 19:43:40 0eba1c9be4d2: Waiting 19:43:40 e1f770b5df2f: Waiting 19:43:40 0d57e429df01: Waiting 19:43:40 85a0685a4137: Waiting 19:43:40 4e4be7b47b0d: Waiting 19:43:40 de9db76c5a1d: Verifying Checksum 19:43:40 de9db76c5a1d: Download complete 19:43:40 0ef7d3d256c8: Verifying Checksum 19:43:40 0ef7d3d256c8: Download complete 19:43:40 0d57e429df01: Download complete 19:43:40 4e4be7b47b0d: Verifying Checksum 19:43:40 4e4be7b47b0d: Download complete 19:43:41 188c0c94c7c5: Download complete 19:43:41 188c0c94c7c5: Pull complete 19:43:41 0ef7d3d256c8: Pull complete 19:43:41 de9db76c5a1d: Pull complete 19:43:41 e1f770b5df2f: Verifying Checksum 19:43:41 e1f770b5df2f: Download complete 19:43:45 0eba1c9be4d2: Verifying Checksum 19:43:45 0eba1c9be4d2: Download complete 19:43:45 85a0685a4137: Verifying Checksum 19:43:45 85a0685a4137: Download complete 19:43:52 0eba1c9be4d2: Pull complete 19:43:52 0d57e429df01: Pull complete 19:43:52 4e4be7b47b0d: Pull complete 19:43:54 e1f770b5df2f: Pull complete 19:44:02 85a0685a4137: Pull complete 19:44:02 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 19:44:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:44:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 19:44:03 prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container 19:44:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 19:44:04 $ docker top ec6fb69a100f9bfeddb954c7394811aa0d3df524c2c6a0a64920c7179cac5207 -eo pid,comm [Pipeline] { [Pipeline] echo 19:44:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 19:44:05 + set -o pipefail 19:44:05 + snyk monitor '--org=edgex-jenkins' 19:44:17 19:44:17 Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... 19:44:17 19:44:17 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/d735063e-60a5-4494-88f0-f40cd751ee55 19:44:17 19:44:17 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 19:44:17 19:44:17 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 19:44:17 19:44:17 19:44:17 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 19:44:17 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 19:44:17 $ docker stop --time=1 ec6fb69a100f9bfeddb954c7394811aa0d3df524c2c6a0a64920c7179cac5207 19:44:20 $ docker rm -f ec6fb69a100f9bfeddb954c7394811aa0d3df524c2c6a0a64920c7179cac5207 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo 19:44:21 [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b, dockerFile=Dockerfile [Pipeline] echo 19:44:21 [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh 19:44:21 + set -o pipefail 19:44:21 + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk 19:44:21 + tee .snyk 19:44:21 # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. 19:44:21 version: v1.14.1 19:44:21 # ignores vulnerabilities until expiry date; change duration by modifying expiry date 19:44:21 ignore: 19:44:21 SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. 19:44:21 - '*': 19:44:21 reason: does not apply # justification for ignoring 19:44:21 expires: 2021-01-01T00:00:00 # expiry date string, according to RFC2822 (https://tools.ietf.org/html/rfc2822#page-14)https://snyk.io/vuln/SNYK-ALPINE312-ONIGURUMA-1017392 19:44:21 SNYK-ALPINE312-JQ-588886: 19:44:21 - '*': 19:44:21 reason: false positive 19:44:21 expires: 2021-01-01T00:00:00 19:44:21 # patch: {} [Pipeline] withCredentials 19:44:22 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:44:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 19:44:22 . [Pipeline] withDockerContainer 19:44:22 prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container 19:44: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 19:44:23 $ docker top 08ae3bb2017aa4df7ba5b82e7ebb3ba66af7897488edaacbd4423898d60a65be -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:24 + rm -f snykReport.html [Pipeline] echo 19:44:24 [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh 19:44:24 + set -o pipefail 19:44:24 + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-modbus-go:8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json 19:44:24 + snyk-to-html -o snykReport.html 19:44:35 Vulnerability snapshot saved at snykReport.html [Pipeline] } 19:44:35 $ docker stop --time=1 08ae3bb2017aa4df7ba5b82e7ebb3ba66af7897488edaacbd4423898d60a65be 19:44:36 $ docker rm -f 08ae3bb2017aa4df7ba5b82e7ebb3ba66af7897488edaacbd4423898d60a65be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [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 19:44:39 + git log --format=format:%s -1 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b [Pipeline] isUnix [Pipeline] sh 19:44:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:44:39 . [Pipeline] withDockerContainer 19:44:39 prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container 19:44:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:44:40 $ docker top f946ba0540873e21365de9315c4b30abec63b4926cf50f0b981a0fe53831b3bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:44:40 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.2.3-dev.9|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:44:41 + git semver [Pipeline] } 19:44:41 $ docker stop --time=1 f946ba0540873e21365de9315c4b30abec63b4926cf50f0b981a0fe53831b3bb 19:44:42 $ docker rm -f f946ba0540873e21365de9315c4b30abec63b4926cf50f0b981a0fe53831b3bb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 19:44:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:44:43 19:44:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 19:44:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:44:43 0.23.1-centos7: Pulling from edgex-lftools 19:44:43 ab5ef0e58194: Pulling fs layer 19:44:43 9712f1f96733: Pulling fs layer 19:44:43 63f879dbbcfc: Pulling fs layer 19:44:43 0d9ebad4ef96: Pulling fs layer 19:44:43 e9a5061849ea: Pulling fs layer 19:44:43 d747dcd14b5f: Pulling fs layer 19:44:43 2de7ff778b66: Pulling fs layer 19:44:43 0d9ebad4ef96: Waiting 19:44:43 e9a5061849ea: Waiting 19:44:43 d747dcd14b5f: Waiting 19:44:43 2de7ff778b66: Waiting 19:44:43 9712f1f96733: Verifying Checksum 19:44:43 9712f1f96733: Download complete 19:44:45 63f879dbbcfc: Verifying Checksum 19:44:45 63f879dbbcfc: Download complete 19:44:45 e9a5061849ea: Verifying Checksum 19:44:45 e9a5061849ea: Download complete 19:44:45 d747dcd14b5f: Verifying Checksum 19:44:45 d747dcd14b5f: Download complete 19:44:46 2de7ff778b66: Verifying Checksum 19:44:46 2de7ff778b66: Download complete 19:44:46 0d9ebad4ef96: Verifying Checksum 19:44:46 0d9ebad4ef96: Download complete 19:44:46 ab5ef0e58194: Verifying Checksum 19:44:46 ab5ef0e58194: Download complete 19:44:52 ab5ef0e58194: Pull complete 19:44:52 9712f1f96733: Pull complete 19:44:54 63f879dbbcfc: Pull complete 19:45:02 0d9ebad4ef96: Pull complete 19:45:02 e9a5061849ea: Pull complete 19:45:03 d747dcd14b5f: Pull complete 19:45:07 2de7ff778b66: Pull complete 19:45:07 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 19:45:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 19:45:07 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 19:45:07 prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container 19:45:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 19:45:10 $ docker top 3cd6806a21b2117a156d292b721a3ab9bbe03f0ed3d3df60733ec3a0dac84448 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 19:45:10 provisioning config files... 19:45:10 copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3858781977311010444tmp 19:45:10 copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config6621941611849249252tmp 19:45:10 copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config9036013769313931937tmp [Pipeline] { [Pipeline] echo 19:45:10 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 19:45:10 ---> sigul-configuration.sh 19:45:10 gpg: directory `/root/.gnupg' created 19:45:10 gpg: new configuration file `/root/.gnupg/gpg.conf' created 19:45:10 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 19:45:10 gpg: keyring `/root/.gnupg/secring.gpg' created 19:45:10 gpg: keyring `/root/.gnupg/pubring.gpg' created 19:45:10 gpg: CAST5 encrypted data 19:45:11 gpg: encrypted with 1 passphrase 19:45:11 gpg: WARNING: message was not integrity protected [Pipeline] sh 19:45:11 + mkdir /home/jenkins 19:45:11 + mkdir /home/jenkins/sigul [Pipeline] sh 19:45:11 + 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 19:45:11 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 19:45:11 ---> sigul-install.sh 19:45:17 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 19:45:17 + git tag --list 19:45:17 0.7.1 19:45:17 v1.0.0 19:45:17 v1.1.0 19:45:17 v1.1.1 19:45:17 v1.2.1 19:45:17 v1.2.2 19:45:17 v1.2.2-dev.1 19:45:17 v1.2.2-dev.2 19:45:17 v1.2.2-dev.3 19:45:17 v1.2.3-dev.1 19:45:17 v1.2.3-dev.2 19:45:17 v1.2.3-dev.3 19:45:17 v1.2.3-dev.4 19:45:17 v1.2.3-dev.5 19:45:17 v1.2.3-dev.6 19:45:17 v1.2.3-dev.7 19:45:17 v1.2.3-dev.8 19:45:17 v1.2.3-dev.9 19:45:17 v1.3.0 [Pipeline] sh 19:45:17 + lftools sign git-tag v1.3.0 19:45:19 Signing Git tag with Sigul... 19:45:19 Signing v1.3.0 [Pipeline] echo 19:45:20 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 19:45:20 ---> sigul-configuration-cleanup.sh [Pipeline] } 19:45:20 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 19:45:20 $ docker stop --time=1 3cd6806a21b2117a156d292b721a3ab9bbe03f0ed3d3df60733ec3a0dac84448 19:45:22 $ docker rm -f 3cd6806a21b2117a156d292b721a3ab9bbe03f0ed3d3df60733ec3a0dac84448 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 19:45:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:45:23 . [Pipeline] withDockerContainer 19:45:23 prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container 19:45:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:45:24 $ docker top fec23ac0578a47e7146cf91d1025f77431cb18692956e73a24fb7e8b8936e467 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:45:24 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.2.3-dev.9|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:45:25 + git semver [Pipeline] } 19:45:25 $ docker stop --time=1 fec23ac0578a47e7146cf91d1025f77431cb18692956e73a24fb7e8b8936e467 19:45:26 $ docker rm -f fec23ac0578a47e7146cf91d1025f77431cb18692956e73a24fb7e8b8936e467 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 19:45:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:45:27 . [Pipeline] withDockerContainer 19:45:27 prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container 19:45:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:45:28 $ docker top d90f6d118d175bd8b2526454f754593d2c9210a36683dd9060ce82322fedb329 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:45:28 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.2.3-dev.9|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:45:28 + git semver [Pipeline] } 19:45:28 $ docker stop --time=1 d90f6d118d175bd8b2526454f754593d2c9210a36683dd9060ce82322fedb329 19:45:30 $ docker rm -f d90f6d118d175bd8b2526454f754593d2c9210a36683dd9060ce82322fedb329 [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 19:45:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:45:32 ---> package-listing.sh 19:45:32 ++ facter osfamily 19:45:32 ++ tr '[:upper:]' '[:lower:]' 19:45:32 + OS_FAMILY=redhat 19:45:32 + workspace=/w/workspace/xfoundry_device-modbus-go_master 19:45:32 + START_PACKAGES=/tmp/packages_start.txt 19:45:32 + END_PACKAGES=/tmp/packages_end.txt 19:45:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:45:32 + PACKAGES=/tmp/packages_start.txt 19:45:32 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 19:45:32 + PACKAGES=/tmp/packages_end.txt 19:45:32 + case "${OS_FAMILY}" in 19:45:32 + rpm -qa 19:45:32 + sort 19:45:36 + '[' -f /tmp/packages_start.txt ']' 19:45:36 + '[' -f /tmp/packages_end.txt ']' 19:45:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:45:36 + '[' /w/workspace/xfoundry_device-modbus-go_master ']' 19:45:36 + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ 19:45:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] echo 19:45:36 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:45:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:45:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:45:37 19:45:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:45:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:45:37 alpine: Pulling from edgex-lftools-log-publisher 19:45:37 df20fa9351a1: Pulling fs layer 19:45:37 36b3adc4ff6f: Pulling fs layer 19:45:37 8ad3a11d3b57: Pulling fs layer 19:45:37 46f8f816bc3b: Pulling fs layer 19:45:37 93b61091891f: Pulling fs layer 19:45:37 93b9cdb0e59b: Pulling fs layer 19:45:37 5e14af77c1be: Pulling fs layer 19:45:37 01666e4c0597: Pulling fs layer 19:45:37 aa168da1d23b: Pulling fs layer 19:45:37 46f8f816bc3b: Waiting 19:45:37 93b61091891f: Waiting 19:45:37 93b9cdb0e59b: Waiting 19:45:37 5e14af77c1be: Waiting 19:45:37 01666e4c0597: Waiting 19:45:37 aa168da1d23b: Waiting 19:45:37 36b3adc4ff6f: Verifying Checksum 19:45:37 36b3adc4ff6f: Download complete 19:45:37 46f8f816bc3b: Download complete 19:45:37 df20fa9351a1: Verifying Checksum 19:45:37 df20fa9351a1: Download complete 19:45:37 93b9cdb0e59b: Verifying Checksum 19:45:37 93b9cdb0e59b: Download complete 19:45:37 5e14af77c1be: Verifying Checksum 19:45:37 5e14af77c1be: Download complete 19:45:37 01666e4c0597: Verifying Checksum 19:45:37 01666e4c0597: Download complete 19:45:37 93b61091891f: Verifying Checksum 19:45:37 93b61091891f: Download complete 19:45:38 8ad3a11d3b57: Verifying Checksum 19:45:38 8ad3a11d3b57: Download complete 19:45:38 df20fa9351a1: Pull complete 19:45:39 36b3adc4ff6f: Pull complete 19:45:40 aa168da1d23b: Verifying Checksum 19:45:40 aa168da1d23b: Download complete 19:45:40 8ad3a11d3b57: Pull complete 19:45:40 46f8f816bc3b: Pull complete 19:45:40 93b61091891f: Pull complete 19:45:41 93b9cdb0e59b: Pull complete 19:45:41 5e14af77c1be: Pull complete 19:45:41 01666e4c0597: Pull complete 19:45:51 aa168da1d23b: Pull complete 19:45:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:45:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:45:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:45:51 prd-centos7-docker-4c-2g-12574 does not seem to be running inside a container 19:45:51 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:45:54 $ docker top 21f055a6812e26bbc01e5ae7116ed6e0393e4bd79f9f4e3f1adfd26451358bae -eo pid,comm [Pipeline] { [Pipeline] sh 19:45:55 + touch /tmp/pre-build-complete [Pipeline] sh 19:45:55 + mkdir -p /var/log/sa [Pipeline] sh 19:45:55 + ls /var/log/sa-host 19:45:55 + sadf -c /var/log/sa-host/sa05 19:45:55 file_magic: OK 19:45:55 HZ: Using current value: 100 19:45:55 file_header: OK 19:45:55 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 19:45:55 Statistics: 19:45:55 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:45:55 File successfully converted to sysstat format version 12.2.1 19:45:55 + sadf -c /var/log/sa-host/sa18 19:45:55 file_magic: OK 19:45:55 HZ: Using current value: 100 19:45:55 file_header: OK 19:45:55 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 19:45:55 Statistics: 19:45:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:45:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:45:55 provisioning config files... 19:45:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config7975445922728202362tmp [Pipeline] { [Pipeline] echo 19:45:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:45:56 ---> create-netrc.sh [Pipeline] } 19:45:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:45:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:45:56 ---> python-tools-install.sh [Pipeline] echo 19:45:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:45:57 ---> sudo-logs.sh 19:45:57 Archiving 'sudo' log.. [Pipeline] echo 19:45:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:45:57 ---> job-cost.sh 19:45:57 lf-activate-venv: SKIPPING 19:45:57 INFO: No Stack... 19:45:58 INFO: Retrieving Pricing Info for: v1-standard-2 19:45:58 INFO: Archiving Costs [Pipeline] echo 19:45:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:45:59 ---> logs-deploy.sh 19:45:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/28 19:45:59 INFO: archiving workspace using pattern(s): 19:46:01 Archives upload complete. 19:46:01 INFO: archiving logs to Nexus 19:46:02 ---> uname -a: 19:46:02 Linux prd-centos7-docker-4c-2g-12574.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 19:46:02 19:46:02 19:46:02 ---> lscpu: 19:46:02 Architecture: x86_64 19:46:02 CPU op-mode(s): 32-bit, 64-bit 19:46:02 Byte Order: Little Endian 19:46:02 Address sizes: 40 bits physical, 48 bits virtual 19:46:02 CPU(s): 4 19:46:02 On-line CPU(s) list: 0-3 19:46:02 Thread(s) per core: 1 19:46:02 Core(s) per socket: 1 19:46:02 Socket(s): 4 19:46:02 NUMA node(s): 1 19:46:02 Vendor ID: GenuineIntel 19:46:02 CPU family: 6 19:46:02 Model: 44 19:46:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:46:02 Stepping: 1 19:46:02 CPU MHz: 2933.436 19:46:02 BogoMIPS: 5866.87 19:46:02 Virtualization: VT-x 19:46:02 Hypervisor vendor: KVM 19:46:02 Virtualization type: full 19:46:02 L1d cache: 128 KiB 19:46:02 L1i cache: 128 KiB 19:46:02 L2 cache: 16 MiB 19:46:02 L3 cache: 64 MiB 19:46:02 NUMA node0 CPU(s): 0-3 19:46:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:46:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:46:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:46:02 Vulnerability Meltdown: Mitigation; PTI 19:46:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:46:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:46:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:46:02 Vulnerability Tsx async abort: Not affected 19:46:02 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 19:46:02 19:46:02 19:46:02 ---> nproc: 19:46:02 4 19:46:02 19:46:02 19:46:02 ---> df -h: 19:46:02 Filesystem Size Used Available Use% Mounted on 19:46:02 overlay 50.0G 8.5G 41.5G 17% / 19:46:02 tmpfs 64.0M 0 64.0M 0% /dev 19:46:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:46:02 shm 64.0M 0 64.0M 0% /dev/shm 19:46:02 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 19:46:02 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 19:46:02 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 19:46:02 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 19:46:02 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 19:46:02 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 19:46:02 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 19:46:02 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master 19:46:02 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp 19:46:02 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 19:46:02 19:46:02 19:46:02 ---> free -m: 19:46:02 total used free shared buff/cache available 19:46:02 Mem: 1837 794 126 0 916 987 19:46:02 Swap: 1023 3 1020 19:46:02 19:46:02 19:46:02 ---> ip addr: 19:46:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:46:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:46:02 inet 127.0.0.1/8 scope host lo 19:46:02 valid_lft forever preferred_lft forever 19:46:02 inet6 ::1/128 scope host 19:46:02 valid_lft forever preferred_lft forever 19:46:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:46:02 link/ether fa:16:3e:a9:a9:20 brd ff:ff:ff:ff:ff:ff 19:46:02 inet 10.30.123.5/23 brd 10.30.123.255 scope global dynamic eth0 19:46:02 valid_lft 85761sec preferred_lft 85761sec 19:46:02 inet6 fe80::f816:3eff:fea9:a920/64 scope link 19:46:02 valid_lft forever preferred_lft forever 19:46:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:46:02 link/ether 02:42:4f:e9:9e:61 brd ff:ff:ff:ff:ff:ff 19:46:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:46:02 valid_lft forever preferred_lft forever 19:46:02 inet6 fe80::42:4fff:fee9:9e61/64 scope link 19:46:02 valid_lft forever preferred_lft forever 19:46:02 19:46:02 19:46:02 ---> sar -b -r -n DEV: 19:46:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/18/20 _x86_64_ (4 CPU) 19:46:02 19:46:02 19:35:07 LINUX RESTART (4 CPU) 19:46:02 19:46:02 19:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:46:02 19:37:01 30.46 10.85 19.61 0.00 4463.91 2110.50 0.00 19:46:02 19:38:01 1.58 0.00 1.58 0.00 0.00 22.83 0.00 19:46:02 19:39:01 0.30 0.00 0.30 0.00 0.00 4.05 0.00 19:46:02 19:40:01 0.25 0.00 0.25 0.00 0.00 3.45 0.00 19:46:02 19:41:01 0.15 0.00 0.15 0.00 0.00 2.10 0.00 19:46:02 19:42:01 0.38 0.02 0.37 0.00 0.13 4.86 0.00 19:46:02 19:43:01 0.23 0.00 0.23 0.00 0.00 3.13 0.00 19:46:02 19:44:02 188.29 107.35 80.94 0.00 4422.29 30756.24 0.00 19:46:02 19:45:01 240.42 100.39 140.03 0.00 5975.12 28226.20 0.00 19:46:02 Average: 51.05 24.18 26.87 0.00 1644.71 6760.54 0.00 19:46:02 19:46:02 19:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:46:02 19:37:01 171812 0 581052 30.88 2620 1126072 1148860 39.21 408288 1141152 12 19:46:02 19:38:01 179932 0 572924 30.45 2620 1126080 1081548 36.91 406084 1136708 20 19:46:02 19:39:01 179880 0 572968 30.45 2620 1126088 1081608 36.91 406328 1136708 8 19:46:02 19:40:01 177868 0 574980 30.56 2620 1126088 1081800 36.92 408764 1136092 8 19:46:02 19:41:01 177844 0 574996 30.56 2620 1126096 1081824 36.92 415896 1129028 8 19:46:02 19:42:01 179964 0 572868 30.45 2620 1126104 1081536 36.91 414392 1129024 16 19:46:02 19:43:01 179620 0 573208 30.46 2620 1126108 1081656 36.91 414920 1129024 8 19:46:02 19:44:02 67496 0 707004 37.58 2620 1104436 1506304 51.41 546600 1055168 53584 19:46:02 19:45:01 169608 0 741016 39.38 1500 969432 1365472 46.60 567052 862104 91532 19:46:02 Average: 164892 0 607891 32.31 2496 1106278 1167845 39.86 443147 1095001 16133 19:46:02 19:46:02 19:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:46:02 19:37:01 eth0 89.26 69.97 349.58 32.63 0.00 0.00 0.00 0.00 19:46:02 19:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:37:01 docker0 2.33 1.83 0.41 3.89 0.00 0.00 0.00 0.00 19:46:02 19:38:01 eth0 4.58 0.40 0.66 0.18 0.00 0.00 0.00 0.00 19:46:02 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:39:01 eth0 5.48 0.92 1.39 0.80 0.00 0.00 0.00 0.00 19:46:02 19:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:40:01 eth0 2.28 1.08 1.12 0.79 0.00 0.00 0.00 0.00 19:46:02 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:41:01 eth0 0.77 0.48 0.44 0.27 0.00 0.00 0.00 0.00 19:46:02 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:42:01 eth0 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:46:02 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:43:01 eth0 0.58 0.32 0.28 0.20 0.00 0.00 0.00 0.00 19:46:02 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:44:02 eth0 469.95 419.56 4076.18 33.97 0.00 0.00 0.00 0.00 19:46:02 19:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:45:01 eth0 503.38 442.43 3540.74 89.38 0.00 0.00 0.00 0.00 19:46:02 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 19:45:01 docker0 36.80 35.92 3.35 161.68 0.00 0.00 0.00 0.00 19:46:02 Average: eth0 119.02 103.40 881.66 17.47 0.00 0.00 0.00 0.00 19:46:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:02 Average: docker0 4.29 4.14 0.41 18.16 0.00 0.00 0.00 0.00 19:46:02 19:46:02 19:46:02 ---> sar -P ALL: 19:46:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/18/20 _x86_64_ (4 CPU) 19:46:02 19:46:02 19:35:07 LINUX RESTART (4 CPU) 19:46:02 19:46:02 19:36:01 CPU %user %nice %system %iowait %steal %idle 19:46:02 19:37:01 all 3.28 0.00 2.27 0.54 0.67 93.24 19:46:02 19:37:01 0 3.60 0.00 2.99 0.39 0.60 92.42 19:46:02 19:37:01 1 3.30 0.00 2.10 1.31 0.55 92.74 19:46:02 19:37:01 2 3.87 0.00 2.28 0.37 0.82 92.66 19:46:02 19:37:01 3 2.37 0.00 1.71 0.10 0.69 95.14 19:46:02 19:38:01 all 0.15 0.00 0.05 0.00 0.01 99.79 19:46:02 19:38:01 0 0.02 0.00 0.03 0.00 0.02 99.93 19:46:02 19:38:01 1 0.07 0.00 0.03 0.00 0.00 99.90 19:46:02 19:38:01 2 0.43 0.00 0.07 0.00 0.02 99.48 19:46:02 19:38:01 3 0.08 0.00 0.07 0.00 0.02 99.83 19:46:02 19:39:01 all 0.18 0.00 0.04 0.00 0.02 99.76 19:46:02 19:39:01 0 0.07 0.00 0.03 0.00 0.05 99.85 19:46:02 19:39:01 1 0.43 0.00 0.05 0.00 0.00 99.52 19:46:02 19:39:01 2 0.13 0.00 0.03 0.00 0.02 99.82 19:46:02 19:39:01 3 0.08 0.00 0.05 0.00 0.02 99.85 19:46:02 19:40:01 all 0.18 0.00 0.04 0.00 0.01 99.77 19:46:02 19:40:01 0 0.12 0.00 0.03 0.00 0.00 99.85 19:46:02 19:40:01 1 0.52 0.00 0.02 0.00 0.02 99.45 19:46:02 19:40:01 2 0.05 0.00 0.07 0.00 0.02 99.87 19:46:02 19:40:01 3 0.03 0.00 0.05 0.00 0.02 99.90 19:46:02 19:41:01 all 0.15 0.00 0.09 0.00 0.03 99.73 19:46:02 19:41:01 0 0.07 0.00 0.05 0.00 0.07 99.82 19:46:02 19:41:01 1 0.20 0.00 0.23 0.00 0.02 99.55 19:46:02 19:41:01 2 0.25 0.00 0.05 0.00 0.02 99.68 19:46:02 19:41:01 3 0.08 0.00 0.02 0.00 0.03 99.87 19:46:02 19:42:01 all 0.08 0.00 0.05 0.00 0.00 99.87 19:46:02 19:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:46:02 19:42:01 1 0.02 0.00 0.07 0.00 0.00 99.92 19:46:02 19:42:01 2 0.25 0.00 0.08 0.00 0.02 99.65 19:46:02 19:42:01 3 0.02 0.00 0.05 0.00 0.00 99.93 19:46:02 19:43:01 all 0.16 0.00 0.02 0.00 0.00 99.82 19:46:02 19:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:46:02 19:43:01 1 0.07 0.00 0.03 0.00 0.00 99.90 19:46:02 19:43:01 2 0.53 0.00 0.02 0.00 0.00 99.45 19:46:02 19:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 19:46:02 19:44:02 all 7.62 0.00 5.83 1.18 0.32 85.04 19:46:02 19:44:02 0 7.61 0.00 5.74 0.84 0.36 85.44 19:46:02 19:44:02 1 7.20 0.00 6.68 1.46 0.34 84.32 19:46:02 19:44:02 2 7.74 0.00 5.59 1.62 0.29 84.77 19:46:02 19:44:02 3 7.93 0.00 5.32 0.78 0.31 85.65 19:46:02 19:45:01 all 12.45 0.00 9.86 2.97 0.65 74.07 19:46:02 19:45:01 0 12.63 0.00 10.74 3.19 0.58 72.85 19:46:02 19:45:01 1 11.87 0.00 9.92 3.34 0.61 74.25 19:46:02 19:45:01 2 13.40 0.00 9.09 3.31 0.70 73.50 19:46:02 19:45:01 3 11.90 0.00 9.69 2.02 0.70 75.68 19:46:02 Average: all 2.63 0.00 1.97 0.50 0.19 94.71 19:46:02 Average: 0 2.60 0.00 2.12 0.47 0.18 94.62 19:46:02 Average: 1 2.57 0.00 2.07 0.66 0.17 94.54 19:46:02 Average: 2 2.90 0.00 1.87 0.57 0.21 94.45 19:46:02 Average: 3 2.43 0.00 1.83 0.31 0.19 95.23 19:46:02 19:46:02 19:46:02