Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 95d835c9ad69cefa5d9aad86a817c44949ea3288 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14112 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 95d835c9ad69cefa5d9aad86a817c44949ea3288 (master) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 95d835c9ad69cefa5d9aad86a817c44949ea3288 # timeout=10 Commit message: "Merge pull request #194 from FelixTing/issue-192" > git rev-list --no-walk 8d28ba3b8b0be61a2f87bbc05a1a562fa01a707b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-02T03:35:19.171Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-02T03:35:19.508Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-02T03:35:19.603Z] ========================================================= [2020-12-02T03:35:19.604Z] EdgeX Global Pipelines Version Info [2020-12-02T03:35:19.604Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:35:21.579Z] ------------------- [2020-12-02T03:35:21.579Z] stable info: [2020-12-02T03:35:21.579Z] ------------------- [2020-12-02T03:35:21.579Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-02T03:35:21.579Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-02T03:35:21.579Z] Message: update stable to v1.0.169 [2020-12-02T03:35:22.970Z] ------------------- [2020-12-02T03:35:22.970Z] experimental info: [2020-12-02T03:35:22.970Z] ------------------- [2020-12-02T03:35:22.970Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-02T03:35:22.970Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-02T03:35:22.970Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-02T03:35:23.248Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-12-02T03:35:23.337Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-12-02T03:35:23.426Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-02T03:35:23.511Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-02T03:35:23.598Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-02T03:35:23.718Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-02T03:35:23.816Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-02T03:35:23.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-02T03:35:24.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-02T03:35:24.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-02T03:35:24.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-02T03:35:24.307Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-12-02T03:35:24.397Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-02T03:35:24.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-02T03:35:24.602Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-02T03:35:24.695Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-02T03:35:24.785Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-02T03:35:24.876Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-02T03:35:24.961Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-02T03:35:25.049Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-02T03:35:25.141Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-02T03:35:25.232Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-02T03:35:25.323Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-02T03:35:25.422Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-02T03:35:25.519Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-02T03:35:25.661Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-02T03:35:25.784Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-02T03:35:25.900Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-02T03:35:25.986Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-02T03:35:26.076Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 95d835c9ad69cefa5d9aad86a817c44949ea3288 [Pipeline] echo [2020-12-02T03:35:26.166Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 95d835c [Pipeline] echo [2020-12-02T03:35:26.256Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T03:35:26.452Z] provisioning config files... [2020-12-02T03:35:26.485Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config1754039730765123253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:35:26.833Z] ---> docker-login.sh [2020-12-02T03:35:26.833Z] nexus3.edgexfoundry.org:10001 [2020-12-02T03:35:27.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:35:27.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:35:27.360Z] Configure a credential helper to remove this warning. See [2020-12-02T03:35:27.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:35:27.360Z] [2020-12-02T03:35:27.360Z] Login Succeeded [2020-12-02T03:35:27.360Z] nexus3.edgexfoundry.org:10002 [2020-12-02T03:35:27.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:35:27.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:35:27.360Z] Configure a credential helper to remove this warning. See [2020-12-02T03:35:27.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:35:27.360Z] [2020-12-02T03:35:27.360Z] Login Succeeded [2020-12-02T03:35:27.360Z] nexus3.edgexfoundry.org:10003 [2020-12-02T03:35:27.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:35:27.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:35:27.626Z] Configure a credential helper to remove this warning. See [2020-12-02T03:35:27.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:35:27.626Z] [2020-12-02T03:35:27.626Z] Login Succeeded [2020-12-02T03:35:27.626Z] nexus3.edgexfoundry.org:10004 [2020-12-02T03:35:27.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:35:27.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:35:27.890Z] Configure a credential helper to remove this warning. See [2020-12-02T03:35:27.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:35:27.890Z] [2020-12-02T03:35:27.890Z] Login Succeeded [2020-12-02T03:35:27.890Z] docker.io [2020-12-02T03:35:27.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:35:28.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:35:28.154Z] Configure a credential helper to remove this warning. See [2020-12-02T03:35:28.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:35:28.154Z] [2020-12-02T03:35:28.154Z] Login Succeeded [2020-12-02T03:35:28.154Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T03:35:28.170Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T03:35:29.006Z] + git log --format=format:%s -1 95d835c9ad69cefa5d9aad86a817c44949ea3288 [Pipeline] echo [2020-12-02T03:35:29.078Z] GIT_COMMIT: 95d835c9ad69cefa5d9aad86a817c44949ea3288, Commit Message: Merge pull request #194 from FelixTing/issue-192 [Pipeline] echo [2020-12-02T03:35:29.128Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:35:29.738Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T03:35:29.738Z] [2020-12-02T03:35:29.738Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:35:30.092Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T03:35:30.092Z] latest: Pulling from edgex-devops/git-semver [2020-12-02T03:35:30.092Z] 31603596830f: Pulling fs layer [2020-12-02T03:35:30.092Z] 2a8b12db71e7: Pulling fs layer [2020-12-02T03:35:30.092Z] 6ca5941a6612: Pulling fs layer [2020-12-02T03:35:30.092Z] ecc8261a40a4: Pulling fs layer [2020-12-02T03:35:30.092Z] ecc8261a40a4: Waiting [2020-12-02T03:35:30.092Z] 2a8b12db71e7: Verifying Checksum [2020-12-02T03:35:30.092Z] 2a8b12db71e7: Download complete [2020-12-02T03:35:30.092Z] 31603596830f: Verifying Checksum [2020-12-02T03:35:30.092Z] 31603596830f: Download complete [2020-12-02T03:35:30.375Z] ecc8261a40a4: Verifying Checksum [2020-12-02T03:35:30.375Z] ecc8261a40a4: Download complete [2020-12-02T03:35:30.375Z] 6ca5941a6612: Verifying Checksum [2020-12-02T03:35:30.375Z] 6ca5941a6612: Download complete [2020-12-02T03:35:30.664Z] 31603596830f: Pull complete [2020-12-02T03:35:30.664Z] 2a8b12db71e7: Pull complete [2020-12-02T03:35:31.638Z] 6ca5941a6612: Pull complete [2020-12-02T03:35:31.900Z] ecc8261a40a4: Pull complete [2020-12-02T03:35:31.900Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-02T03:35:31.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T03:35:32.162Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-02T03:35:32.273Z] prd-centos7-docker-4c-2g-14112 does not seem to be running inside a container [2020-12-02T03:35:32.323Z] $ 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 [2020-12-02T03:35:34.219Z] $ docker top 9832095636a2b781286f7d6d8d23541c354e0e2b9e11b79a63c19d839a9d5375 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T03:35:34.620Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T03:35:34.620Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T03:35:34.860Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T03:35:34.866Z] $ docker exec 9832095636a2b781286f7d6d8d23541c354e0e2b9e11b79a63c19d839a9d5375 ssh-agent [2020-12-02T03:35:35.042Z] SSH_AUTH_SOCK=/tmp/ssh-eg2gjDHvqFpQ/agent.11 [2020-12-02T03:35:35.042Z] SSH_AGENT_PID=17 [2020-12-02T03:35:35.053Z] Running ssh-add (command line suppressed) [2020-12-02T03:35:35.187Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2756332996641729085.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_2756332996641729085.key) [2020-12-02T03:35:35.243Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T03:35:35.587Z] + git tag --points-at HEAD [Pipeline] } [2020-12-02T03:35:35.613Z] $ docker exec --env ******** --env ******** 9832095636a2b781286f7d6d8d23541c354e0e2b9e11b79a63c19d839a9d5375 ssh-agent -k [2020-12-02T03:35:35.733Z] unset SSH_AUTH_SOCK; [2020-12-02T03:35:35.733Z] unset SSH_AGENT_PID; [2020-12-02T03:35:35.733Z] echo Agent pid 17 killed; [2020-12-02T03:35:35.781Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-02T03:35:35.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T03:35:35.981Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T03:35:36.149Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T03:35:36.155Z] $ docker exec 9832095636a2b781286f7d6d8d23541c354e0e2b9e11b79a63c19d839a9d5375 ssh-agent [2020-12-02T03:35:36.314Z] SSH_AUTH_SOCK=/tmp/ssh-w7qT8iH6EH7S/agent.45 [2020-12-02T03:35:36.314Z] SSH_AGENT_PID=50 [2020-12-02T03:35:36.321Z] Running ssh-add (command line suppressed) [2020-12-02T03:35:36.444Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8466697649794145472.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_8466697649794145472.key) [2020-12-02T03:35:36.494Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T03:35:36.836Z] + git semver init [2020-12-02T03:35:36.836Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T03:35:36.836Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-02T03:35:36.836Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-02T03:35:36.836Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T03:35:36.836Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T03:35:36.836Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T03:35:36.836Z] # $SEMVER_BRANCH = master [2020-12-02T03:35:36.836Z] # $SEMVER_TEMP = /tmp/semver-332013649 [2020-12-02T03:35:36.836Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-12-02T03:35:37.409Z] # '/tmp/semver-332013649' -> '/w/workspace/xfoundry_device-modbus-go_master/.semver' [2020-12-02T03:35:37.409Z] # -> Force: false [2020-12-02T03:35:37.409Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-12-02T03:35:37.423Z] $ docker exec --env ******** --env ******** 9832095636a2b781286f7d6d8d23541c354e0e2b9e11b79a63c19d839a9d5375 ssh-agent -k [2020-12-02T03:35:37.537Z] unset SSH_AUTH_SOCK; [2020-12-02T03:35:37.538Z] unset SSH_AGENT_PID; [2020-12-02T03:35:37.538Z] echo Agent pid 50 killed; [2020-12-02T03:35:37.584Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T03:35:38.119Z] + git semver [Pipeline] } [2020-12-02T03:35:38.138Z] $ docker stop --time=1 9832095636a2b781286f7d6d8d23541c354e0e2b9e11b79a63c19d839a9d5375 [2020-12-02T03:35:39.496Z] $ docker rm -f 9832095636a2b781286f7d6d8d23541c354e0e2b9e11b79a63c19d839a9d5375 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T03:35:40.003Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-02T03:35:40.399Z] Stashed 1 file(s) [Pipeline] echo [2020-12-02T03:35:40.401Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-12-02T03:35:55.941Z] Still waiting to schedule task [2020-12-02T03:35:55.941Z] ‘prd-centos7-docker-4c-2g-14111’ is offline; ‘prd-centos7-docker-4c-2g-14116’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-14113’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-12-02T03:35:55.945Z] Still waiting to schedule task [2020-12-02T03:35:55.945Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-02T03:37:01.048Z] Running on prd-centos7-docker-4c-2g-14118 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-12-02T03:37:01.105Z] Running in /w/workspace/device-modbus-go/29 [Pipeline] { [Pipeline] checkout [2020-12-02T03:37:05.785Z] using credential edgex-jenkins-ssh [2020-12-02T03:37:05.850Z] Cloning the remote Git repository [2020-12-02T03:37:05.892Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-12-02T03:37:05.984Z] > git init /w/workspace/device-modbus-go/29 # timeout=10 [2020-12-02T03:37:06.067Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-02T03:37:06.067Z] > git --version # timeout=10 [2020-12-02T03:37:06.074Z] > git --version # 'git version 2.24.3' [2020-12-02T03:37:06.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T03:37:06.104Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T03:37:06.619Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-02T03:37:06.628Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T03:37:06.641Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-02T03:37:06.656Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-02T03:37:06.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T03:37:06.662Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-02T03:37:07.042Z] Checking out Revision 95d835c9ad69cefa5d9aad86a817c44949ea3288 (master) [2020-12-02T03:37:07.054Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T03:37:07.060Z] > git checkout -f 95d835c9ad69cefa5d9aad86a817c44949ea3288 # timeout=10 [2020-12-02T03:37:10.927Z] Commit message: "Merge pull request #194 from FelixTing/issue-192" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T03:37:12.279Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-02T03:37:12.642Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-02T03:37:12.975Z] + sudo service docker restart [2020-12-02T03:37:12.975Z] + true [2020-12-02T03:37:12.975Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T03:37:14.484Z] provisioning config files... [2020-12-02T03:37:14.521Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/29@tmp/config4922005692294701231tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:37:14.943Z] ---> docker-login.sh [2020-12-02T03:37:14.943Z] nexus3.edgexfoundry.org:10001 [2020-12-02T03:37:15.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:37:15.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:37:15.546Z] Configure a credential helper to remove this warning. See [2020-12-02T03:37:15.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:37:15.547Z] [2020-12-02T03:37:15.547Z] Login Succeeded [2020-12-02T03:37:15.547Z] nexus3.edgexfoundry.org:10002 [2020-12-02T03:37:15.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:37:15.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:37:15.842Z] Configure a credential helper to remove this warning. See [2020-12-02T03:37:15.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:37:15.842Z] [2020-12-02T03:37:15.842Z] Login Succeeded [2020-12-02T03:37:15.842Z] nexus3.edgexfoundry.org:10003 [2020-12-02T03:37:16.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:37:16.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:37:16.110Z] Configure a credential helper to remove this warning. See [2020-12-02T03:37:16.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:37:16.110Z] [2020-12-02T03:37:16.110Z] Login Succeeded [2020-12-02T03:37:16.110Z] nexus3.edgexfoundry.org:10004 [2020-12-02T03:37:16.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:37:16.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:37:16.375Z] Configure a credential helper to remove this warning. See [2020-12-02T03:37:16.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:37:16.375Z] [2020-12-02T03:37:16.375Z] Login Succeeded [2020-12-02T03:37:16.375Z] docker.io [2020-12-02T03:37:16.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:37:16.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:37:16.644Z] Configure a credential helper to remove this warning. See [2020-12-02T03:37:16.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:37:16.644Z] [2020-12-02T03:37:16.644Z] Login Succeeded [2020-12-02T03:37:16.644Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T03:37:16.659Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-02T03:37:17.164Z] ========================================================= [2020-12-02T03:37:17.164Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-02T03:37:17.164Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:37:17.743Z] + 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 . [2020-12-02T03:37:18.012Z] Sending build context to Docker daemon 501.2kB [2020-12-02T03:37:18.012Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-02T03:37:18.012Z] Step 2/8 : FROM ${BASE} [2020-12-02T03:37:18.012Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-02T03:37:18.012Z] 188c0c94c7c5: Pulling fs layer [2020-12-02T03:37:18.012Z] 0ef7d3d256c8: Pulling fs layer [2020-12-02T03:37:18.012Z] de9db76c5a1d: Pulling fs layer [2020-12-02T03:37:18.012Z] bca2f99d35d6: Pulling fs layer [2020-12-02T03:37:18.012Z] 93359f2a8cfa: Pulling fs layer [2020-12-02T03:37:18.012Z] 7c6f9722023f: Pulling fs layer [2020-12-02T03:37:18.012Z] a35cf1a2eb13: Pulling fs layer [2020-12-02T03:37:18.012Z] 7c6f9722023f: Waiting [2020-12-02T03:37:18.012Z] bca2f99d35d6: Waiting [2020-12-02T03:37:18.012Z] a35cf1a2eb13: Waiting [2020-12-02T03:37:18.012Z] 93359f2a8cfa: Waiting [2020-12-02T03:37:18.012Z] de9db76c5a1d: Download complete [2020-12-02T03:37:18.012Z] 0ef7d3d256c8: Verifying Checksum [2020-12-02T03:37:18.012Z] 0ef7d3d256c8: Download complete [2020-12-02T03:37:18.012Z] 93359f2a8cfa: Verifying Checksum [2020-12-02T03:37:18.012Z] 93359f2a8cfa: Download complete [2020-12-02T03:37:18.369Z] 7c6f9722023f: Verifying Checksum [2020-12-02T03:37:18.369Z] 7c6f9722023f: Download complete [2020-12-02T03:37:18.369Z] 188c0c94c7c5: Verifying Checksum [2020-12-02T03:37:18.369Z] 188c0c94c7c5: Download complete [2020-12-02T03:37:18.643Z] 188c0c94c7c5: Pull complete [2020-12-02T03:37:18.913Z] 0ef7d3d256c8: Pull complete [2020-12-02T03:37:19.182Z] de9db76c5a1d: Pull complete [2020-12-02T03:37:20.591Z] a35cf1a2eb13: Verifying Checksum [2020-12-02T03:37:20.591Z] a35cf1a2eb13: Download complete [2020-12-02T03:37:21.560Z] bca2f99d35d6: Verifying Checksum [2020-12-02T03:37:21.560Z] bca2f99d35d6: Download complete [2020-12-02T03:37:28.269Z] bca2f99d35d6: Pull complete [2020-12-02T03:37:28.269Z] 93359f2a8cfa: Pull complete [2020-12-02T03:37:28.269Z] 7c6f9722023f: Pull complete [2020-12-02T03:37:33.681Z] a35cf1a2eb13: Pull complete [2020-12-02T03:37:33.681Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-02T03:37:33.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-02T03:37:33.681Z] ---> a62c8e92a672 [2020-12-02T03:37:33.681Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-02T03:37:33.681Z] ---> Running in 58caa4b6e422 [2020-12-02T03:37:33.681Z] Removing intermediate container 58caa4b6e422 [2020-12-02T03:37:33.681Z] ---> 0d1d3b794512 [2020-12-02T03:37:33.681Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T03:37:33.681Z] ---> Running in 9ddb83a7a424 [2020-12-02T03:37:34.665Z] Removing intermediate container 9ddb83a7a424 [2020-12-02T03:37:34.665Z] ---> 2a46607a0c9a [2020-12-02T03:37:34.665Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-02T03:37:34.939Z] ---> Running in ce1c06bed80f [2020-12-02T03:37:35.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T03:37:36.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T03:37:36.802Z] (1/14) Installing libmagic (5.38-r0) [2020-12-02T03:37:37.393Z] (2/14) Installing file (5.38-r0) [2020-12-02T03:37:37.393Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-02T03:37:37.393Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-02T03:37:42.780Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-02T03:37:42.780Z] (6/14) Installing patch (2.7.6-r6) [2020-12-02T03:37:42.780Z] (7/14) Installing build-base (0.5-r2) [2020-12-02T03:37:42.780Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-12-02T03:37:42.780Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-02T03:37:42.780Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-12-02T03:37:43.370Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-12-02T03:37:43.370Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-12-02T03:37:43.650Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-12-02T03:37:43.650Z] (14/14) Installing openssh (8.3_p1-r0) [2020-12-02T03:37:43.928Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T03:37:43.928Z] OK: 237 MiB in 53 packages [2020-12-02T03:37:47.291Z] Removing intermediate container ce1c06bed80f [2020-12-02T03:37:47.291Z] ---> 5b88b96bad50 [2020-12-02T03:37:47.291Z] Step 6/8 : WORKDIR /device-modbus-go [2020-12-02T03:37:47.291Z] ---> Running in 9f874f95e6ce [2020-12-02T03:37:47.291Z] Removing intermediate container 9f874f95e6ce [2020-12-02T03:37:47.291Z] ---> 10c180989215 [2020-12-02T03:37:47.291Z] Step 7/8 : COPY . . [2020-12-02T03:37:48.249Z] ---> 766bfa7b12f2 [2020-12-02T03:37:48.249Z] Step 8/8 : RUN go mod download [2020-12-02T03:37:48.249Z] ---> Running in 75626590b540 [2020-12-02T03:38:10.324Z] Removing intermediate container 75626590b540 [2020-12-02T03:38:10.324Z] ---> 6bacd89a5112 [2020-12-02T03:38:10.324Z] Successfully built 6bacd89a5112 [2020-12-02T03:38:10.324Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:38:10.693Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-02T03:38:10.693Z] . [Pipeline] withDockerContainer [2020-12-02T03:38:10.947Z] prd-centos7-docker-4c-2g-14118 does not seem to be running inside a container [2020-12-02T03:38:11.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/29 -v /w/workspace/device-modbus-go/29:/w/workspace/device-modbus-go/29:rw,z -v /w/workspace/device-modbus-go/29@tmp:/w/workspace/device-modbus-go/29@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 ******** ci-base-image-x86_64 cat [2020-12-02T03:38:12.252Z] $ docker top ef091454e336f764d7c14fef8d5c8143e4a62f9109a6720cc0bd2bb7ce7fff9a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T03:38:12.871Z] + go version [2020-12-02T03:38:12.871Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-02T03:38:12.906Z] $ docker stop --time=1 ef091454e336f764d7c14fef8d5c8143e4a62f9109a6720cc0bd2bb7ce7fff9a [2020-12-02T03:38:14.308Z] $ docker rm -f ef091454e336f764d7c14fef8d5c8143e4a62f9109a6720cc0bd2bb7ce7fff9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:38:15.229Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-02T03:38:15.229Z] . [Pipeline] withDockerContainer [2020-12-02T03:38:15.344Z] prd-centos7-docker-4c-2g-14118 does not seem to be running inside a container [2020-12-02T03:38:15.414Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/29 -v /w/workspace/device-modbus-go/29:/w/workspace/device-modbus-go/29:rw,z -v /w/workspace/device-modbus-go/29@tmp:/w/workspace/device-modbus-go/29@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 ******** ci-base-image-x86_64 cat [2020-12-02T03:38:16.168Z] $ docker top 7e5ca7bc80162cd4d6abb57f2c7ae0510d380d43ca285d23f336b135cc237ef4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T03:38:16.780Z] + make test [2020-12-02T03:38:16.780Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-02T03:38:18.232Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-12-02T03:38:18.292Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14121 in /w/workspace/xfoundry_device-modbus-go_master [Pipeline] { [Pipeline] ws [2020-12-02T03:38:18.355Z] Running in /w/workspace/device-modbus-go/29 [Pipeline] { [Pipeline] checkout [2020-12-02T03:38:24.083Z] using credential edgex-jenkins-ssh [2020-12-02T03:38:24.164Z] Cloning the remote Git repository [2020-12-02T03:38:24.232Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-12-02T03:38:24.363Z] > git init /w/workspace/device-modbus-go/29 # timeout=10 [2020-12-02T03:38:24.466Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-02T03:38:24.468Z] > git --version # timeout=10 [2020-12-02T03:38:24.484Z] > git --version # 'git version 2.17.1' [2020-12-02T03:38:24.486Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T03:38:24.555Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T03:38:25.949Z] Checking out Revision 95d835c9ad69cefa5d9aad86a817c44949ea3288 (master) [2020-12-02T03:38:25.382Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-02T03:38:25.408Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-02T03:38:25.437Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-12-02T03:38:25.469Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-12-02T03:38:25.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-02T03:38:25.483Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-02T03:38:25.973Z] > git config core.sparsecheckout # timeout=10 [2020-12-02T03:38:25.997Z] > git checkout -f 95d835c9ad69cefa5d9aad86a817c44949ea3288 # timeout=10 [2020-12-02T03:38:30.569Z] Commit message: "Merge pull request #194 from FelixTing/issue-192" [2020-12-02T03:38:30.704Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-12-02T03:38:30.704Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.284s coverage: 50.3% of statements [2020-12-02T03:38:30.704Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T03:38:32.270Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-02T03:38:32.692Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-02T03:38:33.051Z] + sudo service docker restart [2020-12-02T03:38:33.051Z] + true [2020-12-02T03:38:33.322Z] gofmt -l . [2020-12-02T03:38:33.322Z] [ "`gofmt -l .`" = "" ] [2020-12-02T03:38:33.322Z] ./bin/test-attribution-txt.sh [2020-12-02T03:38:33.904Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-02T03:38:34.190Z] $ docker stop --time=1 7e5ca7bc80162cd4d6abb57f2c7ae0510d380d43ca285d23f336b135cc237ef4 [2020-12-02T03:38:36.714Z] $ docker rm -f 7e5ca7bc80162cd4d6abb57f2c7ae0510d380d43ca285d23f336b135cc237ef4 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T03:38:37.175Z] provisioning config files... [2020-12-02T03:38:37.227Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/29@tmp/config6447162388576807170tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:38:37.318Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-02T03:38:37.657Z] ---> docker-login.sh [2020-12-02T03:38:37.657Z] nexus3.edgexfoundry.org:10001 [2020-12-02T03:38:37.863Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-12-02T03:38:38.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:38:38.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:38:38.862Z] Configure a credential helper to remove this warning. See [2020-12-02T03:38:38.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:38:38.862Z] [2020-12-02T03:38:38.862Z] Login Succeeded [2020-12-02T03:38:38.862Z] nexus3.edgexfoundry.org:10002 [Pipeline] sh [2020-12-02T03:38:39.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:38:39.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:38:39.137Z] Configure a credential helper to remove this warning. See [2020-12-02T03:38:39.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:38:39.137Z] [2020-12-02T03:38:39.137Z] Login Succeeded [2020-12-02T03:38:39.137Z] nexus3.edgexfoundry.org:10003 [2020-12-02T03:38:39.232Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-02T03:38:39.535Z] + ls -al . [2020-12-02T03:38:39.535Z] total 104 [2020-12-02T03:38:39.535Z] drwxrwxr-x. 9 jenkins jenkins 4096 Dec 2 03:38 . [2020-12-02T03:38:39.535Z] drwxrwxr-x. 4 jenkins jenkins 30 Dec 2 03:37 .. [2020-12-02T03:38:39.535Z] -rw-rw-r--. 1 jenkins jenkins 5589 Dec 2 03:37 Attribution.txt [2020-12-02T03:38:39.535Z] drwxrwxr-x. 2 jenkins jenkins 87 Dec 2 03:37 bin [2020-12-02T03:38:39.535Z] drwxrwxr-x. 3 jenkins jenkins 32 Dec 2 03:37 cmd [2020-12-02T03:38:39.535Z] -rw-r--r--. 1 jenkins jenkins 22364 Dec 2 03:38 coverage.out [2020-12-02T03:38:39.535Z] -rw-rw-r--. 1 jenkins jenkins 1430 Dec 2 03:37 Dockerfile [2020-12-02T03:38:39.535Z] -rw-rw-r--. 1 jenkins jenkins 954 Dec 2 03:37 Dockerfile.build [2020-12-02T03:38:39.535Z] -rw-rw-r--. 1 jenkins jenkins 140 Dec 2 03:37 .dockerignore [2020-12-02T03:38:39.535Z] drwxrwxr-x. 8 jenkins jenkins 162 Dec 2 03:37 .git [2020-12-02T03:38:39.535Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 2 03:37 .github [2020-12-02T03:38:39.535Z] -rw-rw-r--. 1 jenkins jenkins 338 Dec 2 03:37 .gitignore [2020-12-02T03:38:39.535Z] -rw-r--r--. 1 jenkins jenkins 523 Dec 2 03:38 go.mod [2020-12-02T03:38:39.535Z] -rw-r--r--. 1 jenkins jenkins 14850 Dec 2 03:38 go.sum [2020-12-02T03:38:39.535Z] drwxrwxr-x. 3 jenkins jenkins 20 Dec 2 03:37 internal [2020-12-02T03:38:39.535Z] -rw-rw-r--. 1 jenkins jenkins 679 Dec 2 03:37 Jenkinsfile [2020-12-02T03:38:39.535Z] -rw-rw-r--. 1 jenkins jenkins 11340 Dec 2 03:37 LICENSE [2020-12-02T03:38:39.535Z] -rw-rw-r--. 1 jenkins jenkins 880 Dec 2 03:37 Makefile [2020-12-02T03:38:39.535Z] -rw-rw-r--. 1 jenkins jenkins 591 Dec 2 03:37 README.md [2020-12-02T03:38:39.535Z] drwxrwxr-x. 2 jenkins jenkins 52 Dec 2 03:37 simulator [2020-12-02T03:38:39.535Z] drwxrwxr-x. 4 jenkins jenkins 54 Dec 2 03:37 snap [2020-12-02T03:38:39.535Z] -rw-rw-r--. 1 jenkins jenkins 11 Dec 2 03:35 VERSION [2020-12-02T03:38:39.535Z] -rw-rw-r--. 1 jenkins jenkins 229 Dec 2 03:37 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:38:39.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:38:39.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:38:39.734Z] Configure a credential helper to remove this warning. See [2020-12-02T03:38:39.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:38:39.734Z] [2020-12-02T03:38:39.734Z] Login Succeeded [2020-12-02T03:38:39.734Z] nexus3.edgexfoundry.org:10004 [2020-12-02T03:38:39.862Z] + 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=95d835c9ad69cefa5d9aad86a817c44949ea3288 --label arch=amd64 --label version=1.3.1-dev.1 . [2020-12-02T03:38:40.009Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:38:40.126Z] Sending build context to Docker daemon 532.5kB [2020-12-02T03:38:40.126Z] Step 1/20 : ARG BASE=golang:1.15-alpine [2020-12-02T03:38:40.126Z] Step 2/20 : FROM ${BASE} AS builder [2020-12-02T03:38:40.126Z] ---> 6bacd89a5112 [2020-12-02T03:38:40.126Z] Step 3/20 : ARG MAKE='make build' [2020-12-02T03:38:40.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:38:40.291Z] Configure a credential helper to remove this warning. See [2020-12-02T03:38:40.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:38:40.291Z] [2020-12-02T03:38:40.291Z] Login Succeeded [2020-12-02T03:38:40.291Z] docker.io [2020-12-02T03:38:40.390Z] ---> Running in 0b59b7bccfe2 [2020-12-02T03:38:40.391Z] Removing intermediate container 0b59b7bccfe2 [2020-12-02T03:38:40.391Z] ---> de81f0448d0e [2020-12-02T03:38:40.391Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T03:38:40.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:38:40.657Z] ---> Running in fc9b5160a9ec [2020-12-02T03:38:40.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:38:40.849Z] Configure a credential helper to remove this warning. See [2020-12-02T03:38:40.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:38:40.849Z] [2020-12-02T03:38:40.849Z] Login Succeeded [2020-12-02T03:38:40.849Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T03:38:40.868Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-02T03:38:41.302Z] ========================================================= [2020-12-02T03:38:41.302Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-02T03:38:41.302Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:38:41.615Z] Removing intermediate container fc9b5160a9ec [2020-12-02T03:38:41.615Z] ---> 4090c4c8a7b2 [2020-12-02T03:38:41.615Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-12-02T03:38:41.615Z] ---> Running in 9a4d87be8280 [2020-12-02T03:38:41.698Z] + 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 . [2020-12-02T03:38:41.974Z] Sending build context to Docker daemon 500.2kB [2020-12-02T03:38:41.974Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-12-02T03:38:41.974Z] Step 2/8 : FROM ${BASE} [2020-12-02T03:38:42.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-02T03:38:42.256Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-02T03:38:42.256Z] 5f621e34cdf4: Pulling fs layer [2020-12-02T03:38:42.256Z] a4357932f1b6: Pulling fs layer [2020-12-02T03:38:42.256Z] 18c013af1878: Pulling fs layer [2020-12-02T03:38:42.256Z] 00ac8860ef70: Pulling fs layer [2020-12-02T03:38:42.256Z] 63d7cb157983: Pulling fs layer [2020-12-02T03:38:42.256Z] b116817d02f9: Pulling fs layer [2020-12-02T03:38:42.256Z] 745a02a5169b: Pulling fs layer [2020-12-02T03:38:42.256Z] 00ac8860ef70: Waiting [2020-12-02T03:38:42.256Z] 63d7cb157983: Waiting [2020-12-02T03:38:42.256Z] b116817d02f9: Waiting [2020-12-02T03:38:42.256Z] 745a02a5169b: Waiting [2020-12-02T03:38:42.256Z] 18c013af1878: Verifying Checksum [2020-12-02T03:38:42.256Z] 18c013af1878: Download complete [2020-12-02T03:38:42.256Z] a4357932f1b6: Verifying Checksum [2020-12-02T03:38:42.256Z] a4357932f1b6: Download complete [2020-12-02T03:38:42.256Z] 63d7cb157983: Verifying Checksum [2020-12-02T03:38:42.256Z] 63d7cb157983: Download complete [2020-12-02T03:38:42.256Z] b116817d02f9: Verifying Checksum [2020-12-02T03:38:42.256Z] b116817d02f9: Download complete [2020-12-02T03:38:42.256Z] 5f621e34cdf4: Verifying Checksum [2020-12-02T03:38:42.256Z] 5f621e34cdf4: Download complete [2020-12-02T03:38:42.873Z] 5f621e34cdf4: Pull complete [2020-12-02T03:38:43.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-02T03:38:43.484Z] a4357932f1b6: Pull complete [2020-12-02T03:38:43.768Z] 18c013af1878: Pull complete [2020-12-02T03:38:44.552Z] OK: 237 MiB in 53 packages [2020-12-02T03:38:44.751Z] 745a02a5169b: Verifying Checksum [2020-12-02T03:38:44.751Z] 745a02a5169b: Download complete [2020-12-02T03:38:44.816Z] Removing intermediate container 9a4d87be8280 [2020-12-02T03:38:44.816Z] ---> 5758a6fcc0cf [2020-12-02T03:38:44.816Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-12-02T03:38:44.816Z] ---> Running in eee1afe04155 [2020-12-02T03:38:45.080Z] Removing intermediate container eee1afe04155 [2020-12-02T03:38:45.080Z] ---> 9cdc515e3aff [2020-12-02T03:38:45.080Z] Step 7/20 : COPY . . [2020-12-02T03:38:46.043Z] ---> 30829f18b318 [2020-12-02T03:38:46.043Z] Step 8/20 : RUN ${MAKE} [2020-12-02T03:38:46.043Z] ---> Running in db5621645fc9 [2020-12-02T03:38:46.198Z] 00ac8860ef70: Verifying Checksum [2020-12-02T03:38:46.198Z] 00ac8860ef70: Download complete [2020-12-02T03:38:46.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.1-dev.1" -o cmd/device-modbus ./cmd [2020-12-02T03:38:56.371Z] 00ac8860ef70: Pull complete [2020-12-02T03:38:56.371Z] 63d7cb157983: Pull complete [2020-12-02T03:38:56.646Z] b116817d02f9: Pull complete [2020-12-02T03:38:56.856Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-02T03:39:00.976Z] 745a02a5169b: Pull complete [2020-12-02T03:39:00.976Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-02T03:39:00.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-02T03:39:00.976Z] ---> b7e6874047d6 [2020-12-02T03:39:00.976Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-12-02T03:39:01.092Z] Removing intermediate container db5621645fc9 [2020-12-02T03:39:01.092Z] ---> 861f6e6ae4ed [2020-12-02T03:39:01.092Z] Step 9/20 : FROM scratch [2020-12-02T03:39:01.092Z] ---> [2020-12-02T03:39:01.092Z] Step 10/20 : ENV APP_PORT=49991 [2020-12-02T03:39:01.092Z] ---> Running in 990efc4bcf40 [2020-12-02T03:39:01.092Z] Removing intermediate container 990efc4bcf40 [2020-12-02T03:39:01.092Z] ---> 3450aaec344b [2020-12-02T03:39:01.092Z] Step 11/20 : EXPOSE $APP_PORT [2020-12-02T03:39:01.092Z] ---> Running in 3851fb957a93 [2020-12-02T03:39:01.092Z] Removing intermediate container 3851fb957a93 [2020-12-02T03:39:01.092Z] ---> 38522766edae [2020-12-02T03:39:01.092Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-12-02T03:39:01.356Z] ---> 538283244719 [2020-12-02T03:39:01.356Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-12-02T03:39:01.631Z] ---> 6de0a589d34f [2020-12-02T03:39:01.631Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-12-02T03:39:01.900Z] ---> 17f5bb944cad [2020-12-02T03:39:01.900Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-12-02T03:39:01.900Z] ---> Running in 314725cc397a [2020-12-02T03:39:02.163Z] Removing intermediate container 314725cc397a [2020-12-02T03:39:02.163Z] ---> 95b2312c1142 [2020-12-02T03:39:02.163Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-12-02T03:39:02.163Z] ---> Running in 3afa25d99761 [2020-12-02T03:39:02.426Z] Removing intermediate container 3afa25d99761 [2020-12-02T03:39:02.426Z] ---> 7daa201bef78 [2020-12-02T03:39:02.426Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T03:39:02.426Z] ---> Running in dea6b7992feb [2020-12-02T03:39:02.689Z] Removing intermediate container dea6b7992feb [2020-12-02T03:39:02.690Z] ---> 06dbb2f0b3ff [2020-12-02T03:39:02.690Z] Step 18/20 : LABEL arch=amd64 [2020-12-02T03:39:02.690Z] ---> Running in 5b6625ef5987 [2020-12-02T03:39:02.690Z] Removing intermediate container 5b6625ef5987 [2020-12-02T03:39:02.690Z] ---> 39f6630f93b7 [2020-12-02T03:39:02.690Z] Step 19/20 : LABEL git_sha=95d835c9ad69cefa5d9aad86a817c44949ea3288 [2020-12-02T03:39:02.953Z] ---> Running in 19b9d0bb9ca4 [2020-12-02T03:39:02.953Z] Removing intermediate container 19b9d0bb9ca4 [2020-12-02T03:39:02.953Z] ---> 9efb2e7c08a5 [2020-12-02T03:39:02.953Z] Step 20/20 : LABEL version=1.3.1-dev.1 [2020-12-02T03:39:03.219Z] ---> Running in 899494894cbf [2020-12-02T03:39:03.219Z] Removing intermediate container 899494894cbf [2020-12-02T03:39:03.219Z] ---> 392920cd59bf [2020-12-02T03:39:03.219Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-02T03:39:03.219Z] Successfully built 392920cd59bf [2020-12-02T03:39:03.219Z] Successfully tagged docker-device-modbus-go:latest [Pipeline] } [2020-12-02T03:39:03.594Z] ---> Running in eb1d175f99f3 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-02T03:39:04.023Z] provisioning config files... [2020-12-02T03:39:04.050Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/29@tmp/config5888041266452257314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:39:04.200Z] Removing intermediate container eb1d175f99f3 [2020-12-02T03:39:04.201Z] ---> 2b114a9a1769 [2020-12-02T03:39:04.201Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T03:39:04.201Z] ---> Running in a58ff07a5f53 [2020-12-02T03:39:04.435Z] ---> docker-login.sh [2020-12-02T03:39:04.435Z] nexus3.edgexfoundry.org:10001 [2020-12-02T03:39:04.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:39:04.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:39:04.698Z] Configure a credential helper to remove this warning. See [2020-12-02T03:39:04.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:39:04.698Z] [2020-12-02T03:39:04.698Z] Login Succeeded [2020-12-02T03:39:04.698Z] nexus3.edgexfoundry.org:10002 [2020-12-02T03:39:04.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:39:04.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:39:04.964Z] Configure a credential helper to remove this warning. See [2020-12-02T03:39:04.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:39:04.964Z] [2020-12-02T03:39:04.964Z] Login Succeeded [2020-12-02T03:39:04.964Z] nexus3.edgexfoundry.org:10003 [2020-12-02T03:39:04.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:39:04.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:39:04.964Z] Configure a credential helper to remove this warning. See [2020-12-02T03:39:04.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:39:04.964Z] [2020-12-02T03:39:04.964Z] Login Succeeded [2020-12-02T03:39:04.964Z] nexus3.edgexfoundry.org:10004 [2020-12-02T03:39:05.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:39:05.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:39:05.230Z] Configure a credential helper to remove this warning. See [2020-12-02T03:39:05.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:39:05.230Z] [2020-12-02T03:39:05.230Z] Login Succeeded [2020-12-02T03:39:05.230Z] docker.io [2020-12-02T03:39:05.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:39:05.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:39:05.757Z] Configure a credential helper to remove this warning. See [2020-12-02T03:39:05.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:39:05.757Z] [2020-12-02T03:39:05.757Z] Login Succeeded [2020-12-02T03:39:05.757Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T03:39:05.766Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T03:39:06.019Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go with the following tags: [2020-12-02T03:39:06.020Z] 95d835c9ad69cefa5d9aad86a817c44949ea3288 [2020-12-02T03:39:06.020Z] latest [2020-12-02T03:39:06.020Z] 1.3.1-dev.1 [2020-12-02T03:39:06.020Z] 95d835c9ad69cefa5d9aad86a817c44949ea3288-1.3.1-dev.1 [2020-12-02T03:39:06.020Z] master [2020-12-02T03:39:06.020Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:06.521Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:95d835c9ad69cefa5d9aad86a817c44949ea3288 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:06.826Z] Removing intermediate container a58ff07a5f53 [2020-12-02T03:39:06.826Z] ---> 54b395c03fb6 [2020-12-02T03:39:06.826Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-12-02T03:39:06.826Z] ---> Running in ae097008c352 [2020-12-02T03:39:06.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:95d835c9ad69cefa5d9aad86a817c44949ea3288 [2020-12-02T03:39:06.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-02T03:39:06.833Z] fd7c922569ea: Preparing [2020-12-02T03:39:06.833Z] 9d1d6dfc8b8b: Preparing [2020-12-02T03:39:06.833Z] 106f7b4aa117: Preparing [2020-12-02T03:39:07.096Z] fd7c922569ea: Pushed [2020-12-02T03:39:07.096Z] 9d1d6dfc8b8b: Pushed [2020-12-02T03:39:07.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T03:39:08.047Z] 106f7b4aa117: Pushed [2020-12-02T03:39:08.047Z] 95d835c9ad69cefa5d9aad86a817c44949ea3288: digest: sha256:de99dde2104e7ea4facb979b3d5321c3f34133e3eb662f8d31ddc3126adb2e35 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:08.368Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:08.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-12-02T03:39:08.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-02T03:39:08.680Z] fd7c922569ea: Preparing [2020-12-02T03:39:08.680Z] 9d1d6dfc8b8b: Preparing [2020-12-02T03:39:08.680Z] 106f7b4aa117: Preparing [2020-12-02T03:39:08.680Z] fd7c922569ea: Layer already exists [2020-12-02T03:39:08.680Z] 9d1d6dfc8b8b: Layer already exists [2020-12-02T03:39:08.680Z] 106f7b4aa117: Layer already exists [2020-12-02T03:39:08.680Z] latest: digest: sha256:de99dde2104e7ea4facb979b3d5321c3f34133e3eb662f8d31ddc3126adb2e35 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:08.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T03:39:09.005Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:09.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.1 [2020-12-02T03:39:09.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-02T03:39:09.315Z] fd7c922569ea: Preparing [2020-12-02T03:39:09.315Z] 9d1d6dfc8b8b: Preparing [2020-12-02T03:39:09.315Z] 106f7b4aa117: Preparing [2020-12-02T03:39:09.315Z] 9d1d6dfc8b8b: Layer already exists [2020-12-02T03:39:09.315Z] fd7c922569ea: Layer already exists [2020-12-02T03:39:09.315Z] 106f7b4aa117: Layer already exists [2020-12-02T03:39:09.315Z] 1.3.1-dev.1: digest: sha256:de99dde2104e7ea4facb979b3d5321c3f34133e3eb662f8d31ddc3126adb2e35 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:09.627Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:95d835c9ad69cefa5d9aad86a817c44949ea3288-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:09.760Z] (1/14) Installing libmagic (5.38-r0) [2020-12-02T03:39:09.930Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:95d835c9ad69cefa5d9aad86a817c44949ea3288-1.3.1-dev.1 [2020-12-02T03:39:09.930Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-02T03:39:09.930Z] fd7c922569ea: Preparing [2020-12-02T03:39:09.930Z] 9d1d6dfc8b8b: Preparing [2020-12-02T03:39:09.930Z] 106f7b4aa117: Preparing [2020-12-02T03:39:09.930Z] fd7c922569ea: Layer already exists [2020-12-02T03:39:09.930Z] 106f7b4aa117: Layer already exists [2020-12-02T03:39:09.930Z] 9d1d6dfc8b8b: Layer already exists [2020-12-02T03:39:09.930Z] 95d835c9ad69cefa5d9aad86a817c44949ea3288-1.3.1-dev.1: digest: sha256:de99dde2104e7ea4facb979b3d5321c3f34133e3eb662f8d31ddc3126adb2e35 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:10.029Z] (2/14) Installing file (5.38-r0) [2020-12-02T03:39:10.029Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-12-02T03:39:10.029Z] (4/14) Installing g++ (9.3.0-r2) [2020-12-02T03:39:10.242Z] + docker tag docker-device-modbus-go nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:10.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go:master [2020-12-02T03:39:10.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go] [2020-12-02T03:39:10.555Z] fd7c922569ea: Preparing [2020-12-02T03:39:10.555Z] 9d1d6dfc8b8b: Preparing [2020-12-02T03:39:10.555Z] 106f7b4aa117: Preparing [2020-12-02T03:39:10.555Z] 9d1d6dfc8b8b: Layer already exists [2020-12-02T03:39:10.555Z] 106f7b4aa117: Layer already exists [2020-12-02T03:39:10.555Z] fd7c922569ea: Layer already exists [2020-12-02T03:39:10.555Z] master: digest: sha256:de99dde2104e7ea4facb979b3d5321c3f34133e3eb662f8d31ddc3126adb2e35 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T03:39:11.813Z] ===================================================== [Pipeline] echo [2020-12-02T03:39:11.857Z] taggedImages: [2020-12-02T03:39:11.857Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:95d835c9ad69cefa5d9aad86a817c44949ea3288 [2020-12-02T03:39:11.857Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:latest [2020-12-02T03:39:11.857Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:1.3.1-dev.1 [2020-12-02T03:39:11.857Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go:95d835c9ad69cefa5d9aad86a817c44949ea3288-1.3.1-dev.1 [2020-12-02T03:39:11.857Z] - 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] } [2020-12-02T03:39:20.166Z] (5/14) Installing fortify-headers (1.1-r0) [2020-12-02T03:39:20.166Z] (6/14) Installing patch (2.7.6-r6) [2020-12-02T03:39:20.437Z] (7/14) Installing build-base (0.5-r2) [2020-12-02T03:39:20.437Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-12-02T03:39:20.709Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-12-02T03:39:20.709Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-12-02T03:39:21.680Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-12-02T03:39:21.951Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-12-02T03:39:21.951Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-12-02T03:39:22.222Z] (14/14) Installing openssh (8.3_p1-r0) [2020-12-02T03:39:22.492Z] Executing busybox-1.31.1-r19.trigger [2020-12-02T03:39:22.492Z] OK: 221 MiB in 53 packages [2020-12-02T03:39:26.798Z] Removing intermediate container ae097008c352 [2020-12-02T03:39:26.798Z] ---> e3a99bb0fb51 [2020-12-02T03:39:26.798Z] Step 6/8 : WORKDIR /device-modbus-go [2020-12-02T03:39:26.798Z] ---> Running in 7424af977b10 [2020-12-02T03:39:26.798Z] Removing intermediate container 7424af977b10 [2020-12-02T03:39:26.798Z] ---> ca21fc00ee33 [2020-12-02T03:39:27.071Z] Step 7/8 : COPY . . [2020-12-02T03:39:27.683Z] ---> 12274f1b0181 [2020-12-02T03:39:27.683Z] Step 8/8 : RUN go mod download [2020-12-02T03:39:27.967Z] ---> Running in f5c078573261 [2020-12-02T03:39:54.760Z] Removing intermediate container f5c078573261 [2020-12-02T03:39:54.760Z] ---> b85c87f83807 [2020-12-02T03:39:54.760Z] Successfully built b85c87f83807 [2020-12-02T03:39:54.760Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:39:55.104Z] + docker inspect -f . ci-base-image-arm64 [2020-12-02T03:39:55.104Z] . [Pipeline] withDockerContainer [2020-12-02T03:39:55.387Z] prd-ubuntu18.04-docker-arm64-4c-16g-14121 does not seem to be running inside a container [2020-12-02T03:39:55.491Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/29 -v /w/workspace/device-modbus-go/29:/w/workspace/device-modbus-go/29:rw,z -v /w/workspace/device-modbus-go/29@tmp:/w/workspace/device-modbus-go/29@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 [2020-12-02T03:39:57.116Z] $ docker top 3951cecd6b62440b07ac225b0556d291568851d2f501554838ac8062fd6fcf78 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T03:39:58.199Z] + go version [2020-12-02T03:39:58.199Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-02T03:39:58.229Z] $ docker stop --time=1 3951cecd6b62440b07ac225b0556d291568851d2f501554838ac8062fd6fcf78 [2020-12-02T03:40:00.194Z] $ docker rm -f 3951cecd6b62440b07ac225b0556d291568851d2f501554838ac8062fd6fcf78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:40:01.298Z] + docker inspect -f . ci-base-image-arm64 [2020-12-02T03:40:01.298Z] . [Pipeline] withDockerContainer [2020-12-02T03:40:01.574Z] prd-ubuntu18.04-docker-arm64-4c-16g-14121 does not seem to be running inside a container [2020-12-02T03:40:01.686Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/29 -v /w/workspace/device-modbus-go/29:/w/workspace/device-modbus-go/29:rw,z -v /w/workspace/device-modbus-go/29@tmp:/w/workspace/device-modbus-go/29@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 [2020-12-02T03:40:03.363Z] $ docker top a518edd9b372c62f9b485ea013ae21c4b2376ba9fcfbc7f64a92f893c29960fd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T03:40:04.449Z] + make test [2020-12-02T03:40:04.449Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-02T03:40:05.432Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-12-02T03:40:44.475Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-12-02T03:40:44.475Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.403s coverage: 50.3% of statements [2020-12-02T03:40:44.475Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-02T03:40:47.881Z] gofmt -l . [2020-12-02T03:40:47.881Z] [ "`gofmt -l .`" = "" ] [2020-12-02T03:40:48.156Z] ./bin/test-attribution-txt.sh [2020-12-02T03:40:49.140Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-02T03:40:49.439Z] $ docker stop --time=1 a518edd9b372c62f9b485ea013ae21c4b2376ba9fcfbc7f64a92f893c29960fd [2020-12-02T03:40:51.752Z] $ docker rm -f a518edd9b372c62f9b485ea013ae21c4b2376ba9fcfbc7f64a92f893c29960fd [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-02T03:40:52.662Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-02T03:40:52.727Z] Warning: overwriting stash ‘coverage-report’ [2020-12-02T03:40:53.530Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-02T03:40:54.274Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-02T03:40:54.643Z] + ls -al . [2020-12-02T03:40:54.643Z] total 136 [2020-12-02T03:40:54.643Z] drwxrwxr-x 9 jenkins jenkins 4096 Dec 2 03:40 . [2020-12-02T03:40:54.643Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 03:38 .. [2020-12-02T03:40:54.643Z] -rw-rw-r-- 1 jenkins jenkins 140 Dec 2 03:38 .dockerignore [2020-12-02T03:40:54.643Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 2 03:38 .git [2020-12-02T03:40:54.643Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 03:38 .github [2020-12-02T03:40:54.643Z] -rw-rw-r-- 1 jenkins jenkins 338 Dec 2 03:38 .gitignore [2020-12-02T03:40:54.643Z] -rw-rw-r-- 1 jenkins jenkins 5589 Dec 2 03:38 Attribution.txt [2020-12-02T03:40:54.643Z] -rw-rw-r-- 1 jenkins jenkins 1430 Dec 2 03:38 Dockerfile [2020-12-02T03:40:54.643Z] -rw-rw-r-- 1 jenkins jenkins 954 Dec 2 03:38 Dockerfile.build [2020-12-02T03:40:54.643Z] -rw-rw-r-- 1 jenkins jenkins 679 Dec 2 03:38 Jenkinsfile [2020-12-02T03:40:54.643Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 2 03:38 LICENSE [2020-12-02T03:40:54.643Z] -rw-rw-r-- 1 jenkins jenkins 880 Dec 2 03:38 Makefile [2020-12-02T03:40:54.643Z] -rw-rw-r-- 1 jenkins jenkins 591 Dec 2 03:38 README.md [2020-12-02T03:40:54.643Z] -rw-rw-r-- 1 jenkins jenkins 11 Dec 2 03:35 VERSION [2020-12-02T03:40:54.643Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 03:38 bin [2020-12-02T03:40:54.643Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 2 03:38 cmd [2020-12-02T03:40:54.643Z] -rw-r--r-- 1 jenkins jenkins 22364 Dec 2 03:40 coverage.out [2020-12-02T03:40:54.643Z] -rw-r--r-- 1 jenkins jenkins 523 Dec 2 03:40 go.mod [2020-12-02T03:40:54.643Z] -rw-r--r-- 1 jenkins jenkins 14850 Dec 2 03:40 go.sum [2020-12-02T03:40:54.643Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 2 03:38 internal [2020-12-02T03:40:54.643Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 03:38 simulator [2020-12-02T03:40:54.643Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 03:38 snap [2020-12-02T03:40:54.643Z] -rw-rw-r-- 1 jenkins jenkins 229 Dec 2 03:38 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:40:55.025Z] + 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=95d835c9ad69cefa5d9aad86a817c44949ea3288 --label arch=arm64 --label version=1.3.1-dev.1 . [2020-12-02T03:40:55.303Z] Sending build context to Docker daemon 531.5kB [2020-12-02T03:40:55.303Z] Step 1/20 : ARG BASE=golang:1.15-alpine [2020-12-02T03:40:55.303Z] Step 2/20 : FROM ${BASE} AS builder [2020-12-02T03:40:55.303Z] ---> b85c87f83807 [2020-12-02T03:40:55.303Z] Step 3/20 : ARG MAKE='make build' [2020-12-02T03:40:55.600Z] ---> Running in 346a25272f7a [2020-12-02T03:40:56.214Z] Removing intermediate container 346a25272f7a [2020-12-02T03:40:56.214Z] ---> ddc3e1c9441a [2020-12-02T03:40:56.214Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-02T03:40:56.214Z] ---> Running in 431c80cea180 [2020-12-02T03:40:58.835Z] Removing intermediate container 431c80cea180 [2020-12-02T03:40:58.835Z] ---> 53eade0913c4 [2020-12-02T03:40:58.835Z] Step 5/20 : RUN apk add --update --no-cache make git openssh build-base [2020-12-02T03:40:58.835Z] ---> Running in ce5dcf5f6eab [2020-12-02T03:40:59.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-02T03:41:00.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-02T03:41:01.004Z] OK: 221 MiB in 53 packages [2020-12-02T03:41:02.447Z] Removing intermediate container ce5dcf5f6eab [2020-12-02T03:41:02.447Z] ---> f9d709d1c4c7 [2020-12-02T03:41:02.447Z] Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-12-02T03:41:02.447Z] ---> Running in b14e37c38a31 [2020-12-02T03:41:03.045Z] Removing intermediate container b14e37c38a31 [2020-12-02T03:41:03.045Z] ---> 9754c26571d9 [2020-12-02T03:41:03.045Z] Step 7/20 : COPY . . [2020-12-02T03:41:04.020Z] ---> 9bd67e4a1b82 [2020-12-02T03:41:04.020Z] Step 8/20 : RUN ${MAKE} [2020-12-02T03:41:04.020Z] ---> Running in 5a618f9ad045 [2020-12-02T03:41:05.458Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=1.3.1-dev.1" -o cmd/device-modbus ./cmd [2020-12-02T03:41:32.307Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-02T03:41:39.006Z] Removing intermediate container 5a618f9ad045 [2020-12-02T03:41:39.006Z] ---> f809b45e3f7a [2020-12-02T03:41:39.006Z] Step 9/20 : FROM scratch [2020-12-02T03:41:39.006Z] ---> [2020-12-02T03:41:39.006Z] Step 10/20 : ENV APP_PORT=49991 [2020-12-02T03:41:39.006Z] ---> Running in 0080845073ba [2020-12-02T03:41:39.006Z] Removing intermediate container 0080845073ba [2020-12-02T03:41:39.006Z] ---> 493330fdae13 [2020-12-02T03:41:39.006Z] Step 11/20 : EXPOSE $APP_PORT [2020-12-02T03:41:39.006Z] ---> Running in 58f19e1838a6 [2020-12-02T03:41:39.276Z] Removing intermediate container 58f19e1838a6 [2020-12-02T03:41:39.276Z] ---> c99d698984b9 [2020-12-02T03:41:39.276Z] Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-12-02T03:41:40.247Z] ---> 3212ab2e125e [2020-12-02T03:41:40.247Z] Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-12-02T03:41:40.842Z] ---> afc46e586802 [2020-12-02T03:41:40.842Z] Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-12-02T03:41:41.824Z] ---> 0aec63c1d501 [2020-12-02T03:41:41.824Z] Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-12-02T03:41:41.824Z] ---> Running in e6abe2b1f31a [2020-12-02T03:41:42.419Z] Removing intermediate container e6abe2b1f31a [2020-12-02T03:41:42.419Z] ---> 9e0f19ecff62 [2020-12-02T03:41:42.419Z] Step 16/20 : ENTRYPOINT ["/device-modbus"] [2020-12-02T03:41:42.419Z] ---> Running in 0557234032b9 [2020-12-02T03:41:43.015Z] Removing intermediate container 0557234032b9 [2020-12-02T03:41:43.015Z] ---> 302d35cd0f4a [2020-12-02T03:41:43.015Z] Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-02T03:41:43.015Z] ---> Running in 7352292620af [2020-12-02T03:41:43.631Z] Removing intermediate container 7352292620af [2020-12-02T03:41:43.631Z] ---> 40ad5ec52f15 [2020-12-02T03:41:43.631Z] Step 18/20 : LABEL arch=arm64 [2020-12-02T03:41:43.631Z] ---> Running in ca87fc449b64 [2020-12-02T03:41:44.234Z] Removing intermediate container ca87fc449b64 [2020-12-02T03:41:44.234Z] ---> 011b6b39b51d [2020-12-02T03:41:44.234Z] Step 19/20 : LABEL git_sha=95d835c9ad69cefa5d9aad86a817c44949ea3288 [2020-12-02T03:41:44.234Z] ---> Running in e7f436e7af18 [2020-12-02T03:41:44.831Z] Removing intermediate container e7f436e7af18 [2020-12-02T03:41:44.831Z] ---> c9767dc5eaa1 [2020-12-02T03:41:44.831Z] Step 20/20 : LABEL version=1.3.1-dev.1 [2020-12-02T03:41:44.831Z] ---> Running in e71295d16614 [2020-12-02T03:41:45.426Z] Removing intermediate container e71295d16614 [2020-12-02T03:41:45.426Z] ---> 2d0a58da1bb0 [2020-12-02T03:41:45.426Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-02T03:41:45.426Z] Successfully built 2d0a58da1bb0 [2020-12-02T03:41:45.426Z] 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 [2020-12-02T03:41:45.880Z] provisioning config files... [2020-12-02T03:41:45.915Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/29@tmp/config484992282540855362tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:41:46.314Z] ---> docker-login.sh [2020-12-02T03:41:46.314Z] nexus3.edgexfoundry.org:10001 [2020-12-02T03:41:46.584Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:41:46.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:41:46.857Z] Configure a credential helper to remove this warning. See [2020-12-02T03:41:46.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:41:46.857Z] [2020-12-02T03:41:46.857Z] Login Succeeded [2020-12-02T03:41:46.857Z] nexus3.edgexfoundry.org:10002 [2020-12-02T03:41:47.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:41:47.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:41:47.129Z] Configure a credential helper to remove this warning. See [2020-12-02T03:41:47.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:41:47.129Z] [2020-12-02T03:41:47.129Z] Login Succeeded [2020-12-02T03:41:47.129Z] nexus3.edgexfoundry.org:10003 [2020-12-02T03:41:47.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:41:47.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:41:47.720Z] Configure a credential helper to remove this warning. See [2020-12-02T03:41:47.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:41:47.720Z] [2020-12-02T03:41:47.720Z] Login Succeeded [2020-12-02T03:41:47.720Z] nexus3.edgexfoundry.org:10004 [2020-12-02T03:41:47.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:41:48.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:41:48.262Z] Configure a credential helper to remove this warning. See [2020-12-02T03:41:48.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:41:48.262Z] [2020-12-02T03:41:48.262Z] Login Succeeded [2020-12-02T03:41:48.262Z] docker.io [2020-12-02T03:41:48.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-02T03:41:48.804Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-02T03:41:48.804Z] Configure a credential helper to remove this warning. See [2020-12-02T03:41:48.804Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-02T03:41:48.804Z] [2020-12-02T03:41:48.804Z] Login Succeeded [2020-12-02T03:41:48.804Z] ---> docker-login.sh ends [Pipeline] } [2020-12-02T03:41:48.820Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T03:41:49.035Z] [edgeXDocker.push] Tagging docker image docker-device-modbus-go-arm64 with the following tags: [2020-12-02T03:41:49.035Z] 95d835c9ad69cefa5d9aad86a817c44949ea3288 [2020-12-02T03:41:49.035Z] latest [2020-12-02T03:41:49.035Z] 1.3.1-dev.1 [2020-12-02T03:41:49.035Z] 95d835c9ad69cefa5d9aad86a817c44949ea3288-1.3.1-dev.1 [2020-12-02T03:41:49.035Z] master [2020-12-02T03:41:49.035Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:41:49.558Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:95d835c9ad69cefa5d9aad86a817c44949ea3288 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:41:49.889Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:95d835c9ad69cefa5d9aad86a817c44949ea3288 [2020-12-02T03:41:49.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-02T03:41:49.889Z] c6c2178d4d69: Preparing [2020-12-02T03:41:49.889Z] 75883d6cfaef: Preparing [2020-12-02T03:41:49.889Z] b189bc6ebbe9: Preparing [2020-12-02T03:41:50.164Z] 75883d6cfaef: Pushed [2020-12-02T03:41:50.164Z] c6c2178d4d69: Pushed [2020-12-02T03:41:52.770Z] b189bc6ebbe9: Pushed [2020-12-02T03:41:52.770Z] 95d835c9ad69cefa5d9aad86a817c44949ea3288: digest: sha256:146c87a6cf99d35a427330136c4d4fb6af59d19d3a0df10056eb5d1f13105f53 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:41:53.127Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:41:53.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-12-02T03:41:53.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-02T03:41:53.470Z] c6c2178d4d69: Preparing [2020-12-02T03:41:53.470Z] 75883d6cfaef: Preparing [2020-12-02T03:41:53.470Z] b189bc6ebbe9: Preparing [2020-12-02T03:41:53.741Z] b189bc6ebbe9: Layer already exists [2020-12-02T03:41:53.741Z] 75883d6cfaef: Layer already exists [2020-12-02T03:41:53.741Z] c6c2178d4d69: Layer already exists [2020-12-02T03:41:53.741Z] latest: digest: sha256:146c87a6cf99d35a427330136c4d4fb6af59d19d3a0df10056eb5d1f13105f53 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:41:54.086Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:41:54.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.1 [2020-12-02T03:41:54.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-02T03:41:54.427Z] c6c2178d4d69: Preparing [2020-12-02T03:41:54.427Z] 75883d6cfaef: Preparing [2020-12-02T03:41:54.427Z] b189bc6ebbe9: Preparing [2020-12-02T03:41:54.700Z] b189bc6ebbe9: Layer already exists [2020-12-02T03:41:54.700Z] 75883d6cfaef: Layer already exists [2020-12-02T03:41:54.700Z] c6c2178d4d69: Layer already exists [2020-12-02T03:41:54.700Z] 1.3.1-dev.1: digest: sha256:146c87a6cf99d35a427330136c4d4fb6af59d19d3a0df10056eb5d1f13105f53 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:41:55.048Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:95d835c9ad69cefa5d9aad86a817c44949ea3288-1.3.1-dev.1 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:41:55.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:95d835c9ad69cefa5d9aad86a817c44949ea3288-1.3.1-dev.1 [2020-12-02T03:41:55.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-02T03:41:55.385Z] c6c2178d4d69: Preparing [2020-12-02T03:41:55.385Z] 75883d6cfaef: Preparing [2020-12-02T03:41:55.385Z] b189bc6ebbe9: Preparing [2020-12-02T03:41:55.657Z] c6c2178d4d69: Layer already exists [2020-12-02T03:41:55.657Z] b189bc6ebbe9: Layer already exists [2020-12-02T03:41:55.657Z] 75883d6cfaef: Layer already exists [2020-12-02T03:41:55.657Z] 95d835c9ad69cefa5d9aad86a817c44949ea3288-1.3.1-dev.1: digest: sha256:146c87a6cf99d35a427330136c4d4fb6af59d19d3a0df10056eb5d1f13105f53 size: 944 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:41:56.000Z] + docker tag docker-device-modbus-go-arm64 nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:41:56.348Z] + docker push nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:master [2020-12-02T03:41:56.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64] [2020-12-02T03:41:56.348Z] c6c2178d4d69: Preparing [2020-12-02T03:41:56.349Z] 75883d6cfaef: Preparing [2020-12-02T03:41:56.349Z] b189bc6ebbe9: Preparing [2020-12-02T03:41:56.619Z] b189bc6ebbe9: Layer already exists [2020-12-02T03:41:56.619Z] c6c2178d4d69: Layer already exists [2020-12-02T03:41:56.619Z] 75883d6cfaef: Layer already exists [2020-12-02T03:41:56.619Z] master: digest: sha256:146c87a6cf99d35a427330136c4d4fb6af59d19d3a0df10056eb5d1f13105f53 size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-02T03:41:56.845Z] ===================================================== [Pipeline] echo [2020-12-02T03:41:56.899Z] taggedImages: [2020-12-02T03:41:56.899Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:95d835c9ad69cefa5d9aad86a817c44949ea3288 [2020-12-02T03:41:56.899Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:latest [2020-12-02T03:41:56.899Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:1.3.1-dev.1 [2020-12-02T03:41:56.899Z] - nexus3.edgexfoundry.org:10004/docker-device-modbus-go-arm64:95d835c9ad69cefa5d9aad86a817c44949ea3288-1.3.1-dev.1 [2020-12-02T03:41:56.899Z] - 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 [2020-12-02T03:41:58.237Z] provisioning config files... [2020-12-02T03:41:58.249Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3478871493836836440tmp [Pipeline] { [Pipeline] sh [2020-12-02T03:41:58.642Z] + set +x [2020-12-02T03:41:58.642Z] + curl -s https://codecov.io/bash [2020-12-02T03:41:58.642Z] + bash -s -- [2020-12-02T03:41:58.904Z] [2020-12-02T03:41:58.904Z] _____ _ [2020-12-02T03:41:58.904Z] / ____| | | [2020-12-02T03:41:58.904Z] | | ___ __| | ___ ___ _____ __ [2020-12-02T03:41:58.904Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-02T03:41:58.904Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-02T03:41:58.904Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-02T03:41:58.904Z] Bash-20201130-cc6d3fe [2020-12-02T03:41:58.904Z] [2020-12-02T03:41:58.904Z] [2020-12-02T03:41:58.904Z] ==> Jenkins CI detected. [2020-12-02T03:41:58.904Z] project root: . [2020-12-02T03:41:58.904Z] --> token set from env [2020-12-02T03:41:58.904Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-02T03:41:58.904Z] ==> Running gcov in . (disable via -X gcov) [2020-12-02T03:41:58.904Z] ==> Python coveragepy not found [2020-12-02T03:41:58.904Z] ==> Searching for coverage reports in: [2020-12-02T03:41:58.904Z] + . [2020-12-02T03:41:58.904Z] -> Found 1 reports [2020-12-02T03:41:58.904Z] ==> Detecting git/mercurial file structure [2020-12-02T03:41:58.904Z] ==> Reading reports [2020-12-02T03:41:58.904Z] + ./coverage.out bytes=22364 [2020-12-02T03:41:58.904Z] ==> Appending adjustments [2020-12-02T03:41:58.904Z] https://docs.codecov.io/docs/fixing-reports [2020-12-02T03:41:58.904Z] + Found adjustments [2020-12-02T03:41:58.904Z] ==> Gzipping contents [2020-12-02T03:41:58.905Z] 8.0K /tmp/codecov.7mKUnU.gz [2020-12-02T03:41:58.905Z] ==> Uploading reports [2020-12-02T03:41:58.905Z] url: https://codecov.io [2020-12-02T03:41:58.905Z] query: branch=master&commit=95d835c9ad69cefa5d9aad86a817c44949ea3288&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F29%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-02T03:41:58.905Z] -> Pinging Codecov [2020-12-02T03:41:58.905Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=master&commit=95d835c9ad69cefa5d9aad86a817c44949ea3288&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmaster%2F29%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-02T03:41:59.486Z] -> Uploading to [2020-12-02T03:41:59.486Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-02/55DBCA73C666E3227836607328DD7E49/95d835c9ad69cefa5d9aad86a817c44949ea3288/99f97a87-c291-4151-aaa8-96a1361890ff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201202T034159Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d52750cab09124c4112b0124d99d2d1e22bfc903758ab35904ca35413c3a59c5 [2020-12-02T03:41:59.486Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-02T03:41:59.486Z] Dload Upload Total Spent Left Speed [2020-12-02T03:42:00.014Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4173 0 0 100 4173 0 10224 --:--:-- --:--:-- --:--:-- 10227 [2020-12-02T03:42:00.014Z] -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/95d835c9ad69cefa5d9aad86a817c44949ea3288 [Pipeline] } [2020-12-02T03:42:00.024Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-02T03:42:00.561Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-02T03:42:00.618Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:42:01.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T03:42:01.289Z] [2020-12-02T03:42:01.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:42:01.657Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T03:42:01.657Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-02T03:42:01.657Z] 188c0c94c7c5: Pulling fs layer [2020-12-02T03:42:01.657Z] 0ef7d3d256c8: Pulling fs layer [2020-12-02T03:42:01.657Z] de9db76c5a1d: Pulling fs layer [2020-12-02T03:42:01.657Z] 0eba1c9be4d2: Pulling fs layer [2020-12-02T03:42:01.657Z] 0d57e429df01: Pulling fs layer [2020-12-02T03:42:01.657Z] 4e4be7b47b0d: Pulling fs layer [2020-12-02T03:42:01.657Z] e1f770b5df2f: Pulling fs layer [2020-12-02T03:42:01.657Z] 85a0685a4137: Pulling fs layer [2020-12-02T03:42:01.657Z] 0d57e429df01: Waiting [2020-12-02T03:42:01.657Z] 4e4be7b47b0d: Waiting [2020-12-02T03:42:01.657Z] e1f770b5df2f: Waiting [2020-12-02T03:42:01.657Z] 85a0685a4137: Waiting [2020-12-02T03:42:01.657Z] 0eba1c9be4d2: Waiting [2020-12-02T03:42:01.657Z] de9db76c5a1d: Verifying Checksum [2020-12-02T03:42:01.657Z] de9db76c5a1d: Download complete [2020-12-02T03:42:01.657Z] 0ef7d3d256c8: Verifying Checksum [2020-12-02T03:42:01.657Z] 0ef7d3d256c8: Download complete [2020-12-02T03:42:01.657Z] 0d57e429df01: Download complete [2020-12-02T03:42:01.657Z] 188c0c94c7c5: Download complete [2020-12-02T03:42:01.657Z] 4e4be7b47b0d: Verifying Checksum [2020-12-02T03:42:01.657Z] 4e4be7b47b0d: Download complete [2020-12-02T03:42:02.241Z] 188c0c94c7c5: Pull complete [2020-12-02T03:42:02.241Z] 0ef7d3d256c8: Pull complete [2020-12-02T03:42:02.503Z] de9db76c5a1d: Pull complete [2020-12-02T03:42:03.081Z] e1f770b5df2f: Verifying Checksum [2020-12-02T03:42:03.081Z] e1f770b5df2f: Download complete [2020-12-02T03:42:05.029Z] 0eba1c9be4d2: Verifying Checksum [2020-12-02T03:42:05.029Z] 0eba1c9be4d2: Download complete [2020-12-02T03:42:05.299Z] 85a0685a4137: Verifying Checksum [2020-12-02T03:42:05.299Z] 85a0685a4137: Download complete [2020-12-02T03:42:11.934Z] 0eba1c9be4d2: Pull complete [2020-12-02T03:42:11.934Z] 0d57e429df01: Pull complete [2020-12-02T03:42:11.934Z] 4e4be7b47b0d: Pull complete [2020-12-02T03:42:13.871Z] e1f770b5df2f: Pull complete [2020-12-02T03:42:22.061Z] 85a0685a4137: Pull complete [2020-12-02T03:42:22.061Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-02T03:42:22.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T03:42:22.061Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-02T03:42:22.305Z] prd-centos7-docker-4c-2g-14112 does not seem to be running inside a container [2020-12-02T03:42:22.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T03:42:23.454Z] $ docker top 47a7a2160c8917737128ca7cd2f0d4257a2d8ce7d260a6be5fd303e06fb23f81 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-02T03:42:23.729Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-02T03:42:24.031Z] + set -o pipefail [2020-12-02T03:42:24.031Z] + snyk monitor '--org=edgex-jenkins' [2020-12-02T03:42:32.211Z] [2020-12-02T03:42:32.211Z] Monitoring /w/workspace/xfoundry_device-modbus-go_master (github.com/edgexfoundry/device-modbus-go)... [2020-12-02T03:42:32.211Z] [2020-12-02T03:42:32.211Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/f1f9588a-e578-4d15-82cf-faf0ad0ed2d7/history/f45eb6c3-a396-41a8-933c-eb8451960b13 [2020-12-02T03:42:32.211Z] [2020-12-02T03:42:32.211Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2020-12-02T03:42:32.211Z] [2020-12-02T03:42:32.211Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-02T03:42:32.211Z] [2020-12-02T03:42:32.211Z] [Pipeline] } [2020-12-02T03:42:32.232Z] $ docker stop --time=1 47a7a2160c8917737128ca7cd2f0d4257a2d8ce7d260a6be5fd303e06fb23f81 [2020-12-02T03:42:35.028Z] $ docker rm -f 47a7a2160c8917737128ca7cd2f0d4257a2d8ce7d260a6be5fd303e06fb23f81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) [Pipeline] script [Pipeline] { [Pipeline] echo [2020-12-02T03:42:35.897Z] [edgeXSnyk] dockerImage=nexus3.edgexfoundry.org:10004/docker-device-modbus-go:95d835c9ad69cefa5d9aad86a817c44949ea3288, dockerFile=Dockerfile [Pipeline] echo [2020-12-02T03:42:35.899Z] [edgeXSnyk] downloading global ignore policy file from: https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [Pipeline] sh [2020-12-02T03:42:36.191Z] + set -o pipefail [2020-12-02T03:42:36.191Z] + curl -s https://raw.githubusercontent.com/edgexfoundry/security-pipeline-policies/main/snyk/.snyk [2020-12-02T03:42:36.191Z] + tee .snyk [2020-12-02T03:42:36.455Z] # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. [2020-12-02T03:42:36.455Z] version: v1.14.1 [2020-12-02T03:42:36.455Z] # ignores vulnerabilities until expiry date; change duration by modifying expiry date [2020-12-02T03:42:36.455Z] ignore: [2020-12-02T03:42:36.455Z] SNYK-ALPINE312-ONIGURUMA-1017392: # snyk ID for the issue to ignore. Required. [2020-12-02T03:42:36.455Z] - '*': [2020-12-02T03:42:36.455Z] reason: does not apply # justification for ignoring [2020-12-02T03:42:36.455Z] 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 [2020-12-02T03:42:36.455Z] SNYK-ALPINE312-JQ-588886: [2020-12-02T03:42:36.455Z] - '*': [2020-12-02T03:42:36.455Z] reason: false positive [2020-12-02T03:42:36.455Z] expires: 2021-01-01T00:00:00 [2020-12-02T03:42:36.455Z] # patch: {} [Pipeline] withCredentials [2020-12-02T03:42:36.535Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:42:37.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-02T03:42:37.413Z] . [Pipeline] withDockerContainer [2020-12-02T03:42:37.542Z] prd-centos7-docker-4c-2g-14112 does not seem to be running inside a container [2020-12-02T03:42:37.598Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-02T03:42:38.331Z] $ docker top 38e2261906db45df00ce1db2ac7f0429bb4cbd90449afc474dc158321d7d2be2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T03:42:38.822Z] + rm -f snykReport.html [Pipeline] echo [2020-12-02T03:42:38.833Z] [edgeXSnyk] command to run: set -o pipefail ; snyk test --org=edgex-jenkins --docker nexus3.edgexfoundry.org:10004/docker-device-modbus-go:95d835c9ad69cefa5d9aad86a817c44949ea3288 --file=./Dockerfile --severity-threshold=high --policy-path=./.snyk --json | snyk-to-html -o snykReport.html [Pipeline] sh [2020-12-02T03:42:39.123Z] + set -o pipefail [2020-12-02T03:42:39.123Z] + snyk test '--org=edgex-jenkins' --docker nexus3.edgexfoundry.org:10004/docker-device-modbus-go:95d835c9ad69cefa5d9aad86a817c44949ea3288 '--file=./Dockerfile' '--severity-threshold=high' '--policy-path=./.snyk' --json [2020-12-02T03:42:39.123Z] + snyk-to-html -o snykReport.html [2020-12-02T03:42:49.191Z] Vulnerability snapshot saved at snykReport.html [Pipeline] } [2020-12-02T03:42:49.213Z] $ docker stop --time=1 38e2261906db45df00ce1db2ac7f0429bb4cbd90449afc474dc158321d7d2be2 [2020-12-02T03:42:50.725Z] $ docker rm -f 38e2261906db45df00ce1db2ac7f0429bb4cbd90449afc474dc158321d7d2be2 [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 [2020-12-02T03:42:52.381Z] + git log --format=format:%s -1 95d835c9ad69cefa5d9aad86a817c44949ea3288 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:42:52.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T03:42:52.689Z] . [Pipeline] withDockerContainer [2020-12-02T03:42:52.784Z] prd-centos7-docker-4c-2g-14112 does not seem to be running inside a container [2020-12-02T03:42:52.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T03:42:53.626Z] $ docker top 10f631a8010aacc8b5885b2b68b589ee548e1aef6dde94fde93014c9ec767f57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T03:42:53.982Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T03:42:53.982Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T03:42:54.232Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T03:42:54.237Z] $ docker exec 10f631a8010aacc8b5885b2b68b589ee548e1aef6dde94fde93014c9ec767f57 ssh-agent [2020-12-02T03:42:54.415Z] SSH_AUTH_SOCK=/tmp/ssh-lgYpevgesHLy/agent.12 [2020-12-02T03:42:54.415Z] SSH_AGENT_PID=17 [2020-12-02T03:42:54.423Z] Running ssh-add (command line suppressed) [2020-12-02T03:42:54.555Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4745425427781220740.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_4745425427781220740.key) [2020-12-02T03:42:54.608Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T03:42:54.949Z] + git semver tag [2020-12-02T03:42:54.949Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T03:42:54.949Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-02T03:42:54.949Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-02T03:42:54.949Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T03:42:54.949Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T03:42:54.949Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T03:42:54.949Z] # $SEMVER_BRANCH = master [2020-12-02T03:42:54.949Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-12-02T03:42:54.949Z] # 95d835c9ad69cefa5d9aad86a817c44949ea3288 HEAD [2020-12-02T03:42:54.949Z] # -> Force: false [2020-12-02T03:42:54.949Z] # 06244d609758811e19d8489b926c5025872e42ce refs/tags/v1.3.1-dev.1 [Pipeline] } [2020-12-02T03:42:54.964Z] $ docker exec --env ******** --env ******** 10f631a8010aacc8b5885b2b68b589ee548e1aef6dde94fde93014c9ec767f57 ssh-agent -k [2020-12-02T03:42:55.088Z] unset SSH_AUTH_SOCK; [2020-12-02T03:42:55.088Z] unset SSH_AGENT_PID; [2020-12-02T03:42:55.088Z] echo Agent pid 17 killed; [2020-12-02T03:42:55.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T03:42:55.673Z] + git semver [Pipeline] } [2020-12-02T03:42:55.720Z] $ docker stop --time=1 10f631a8010aacc8b5885b2b68b589ee548e1aef6dde94fde93014c9ec767f57 [2020-12-02T03:42:57.122Z] $ docker rm -f 10f631a8010aacc8b5885b2b68b589ee548e1aef6dde94fde93014c9ec767f57 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:42:57.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-02T03:42:57.809Z] [2020-12-02T03:42:57.809Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:42:58.166Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-02T03:42:58.166Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-02T03:42:58.166Z] ab5ef0e58194: Pulling fs layer [2020-12-02T03:42:58.166Z] 9712f1f96733: Pulling fs layer [2020-12-02T03:42:58.166Z] 63f879dbbcfc: Pulling fs layer [2020-12-02T03:42:58.166Z] 0d9ebad4ef96: Pulling fs layer [2020-12-02T03:42:58.166Z] e9a5061849ea: Pulling fs layer [2020-12-02T03:42:58.166Z] d747dcd14b5f: Pulling fs layer [2020-12-02T03:42:58.166Z] 2de7ff778b66: Pulling fs layer [2020-12-02T03:42:58.166Z] d747dcd14b5f: Waiting [2020-12-02T03:42:58.166Z] e9a5061849ea: Waiting [2020-12-02T03:42:58.166Z] 2de7ff778b66: Waiting [2020-12-02T03:42:58.166Z] 0d9ebad4ef96: Waiting [2020-12-02T03:42:58.166Z] 9712f1f96733: Verifying Checksum [2020-12-02T03:42:58.166Z] 9712f1f96733: Download complete [2020-12-02T03:43:00.728Z] 63f879dbbcfc: Verifying Checksum [2020-12-02T03:43:00.728Z] 63f879dbbcfc: Download complete [2020-12-02T03:43:00.728Z] e9a5061849ea: Verifying Checksum [2020-12-02T03:43:00.728Z] e9a5061849ea: Download complete [2020-12-02T03:43:00.728Z] d747dcd14b5f: Download complete [2020-12-02T03:43:01.304Z] 2de7ff778b66: Verifying Checksum [2020-12-02T03:43:01.304Z] 2de7ff778b66: Download complete [2020-12-02T03:43:01.573Z] 0d9ebad4ef96: Verifying Checksum [2020-12-02T03:43:01.573Z] 0d9ebad4ef96: Download complete [2020-12-02T03:43:01.844Z] ab5ef0e58194: Verifying Checksum [2020-12-02T03:43:01.844Z] ab5ef0e58194: Download complete [2020-12-02T03:43:07.195Z] ab5ef0e58194: Pull complete [2020-12-02T03:43:07.195Z] 9712f1f96733: Pull complete [2020-12-02T03:43:10.517Z] 63f879dbbcfc: Pull complete [2020-12-02T03:43:15.840Z] 0d9ebad4ef96: Pull complete [2020-12-02T03:43:17.982Z] e9a5061849ea: Pull complete [2020-12-02T03:43:17.982Z] d747dcd14b5f: Pull complete [2020-12-02T03:43:21.328Z] 2de7ff778b66: Pull complete [2020-12-02T03:43:21.328Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-02T03:43:21.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-02T03:43:21.328Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-02T03:43:21.562Z] prd-centos7-docker-4c-2g-14112 does not seem to be running inside a container [2020-12-02T03:43:21.612Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-02T03:43:24.483Z] $ docker top e5d31e79dccc8c5210eb2ef89727912385d4c2e3671f80a04499f261ed5e1a66 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-02T03:43:24.811Z] provisioning config files... [2020-12-02T03:43:24.825Z] copy managed file [sigul-config] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config797870695767158695tmp [2020-12-02T03:43:24.842Z] copy managed file [sigul-password] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5428909478475076144tmp [2020-12-02T03:43:24.858Z] copy managed file [sigul-pki] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config5808899746946284300tmp [Pipeline] { [Pipeline] echo [2020-12-02T03:43:24.915Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:43:25.218Z] ---> sigul-configuration.sh [2020-12-02T03:43:25.218Z] gpg: directory `/root/.gnupg' created [2020-12-02T03:43:25.218Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-02T03:43:25.218Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-02T03:43:25.218Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-02T03:43:25.218Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-02T03:43:25.218Z] gpg: CAST5 encrypted data [2020-12-02T03:43:25.482Z] gpg: encrypted with 1 passphrase [2020-12-02T03:43:25.483Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-02T03:43:25.786Z] + mkdir /home/jenkins [2020-12-02T03:43:25.786Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-02T03:43:26.087Z] + 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 [2020-12-02T03:43:26.098Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:43:26.402Z] ---> sigul-install.sh [2020-12-02T03:43:31.712Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-02T03:43:32.017Z] + git tag --list [2020-12-02T03:43:32.017Z] 0.7.1 [2020-12-02T03:43:32.017Z] v1.0.0 [2020-12-02T03:43:32.017Z] v1.1.0 [2020-12-02T03:43:32.017Z] v1.1.1 [2020-12-02T03:43:32.017Z] v1.2.1 [2020-12-02T03:43:32.017Z] v1.2.2 [2020-12-02T03:43:32.017Z] v1.2.2-dev.1 [2020-12-02T03:43:32.017Z] v1.2.2-dev.2 [2020-12-02T03:43:32.017Z] v1.2.2-dev.3 [2020-12-02T03:43:32.017Z] v1.2.3-dev.1 [2020-12-02T03:43:32.017Z] v1.2.3-dev.2 [2020-12-02T03:43:32.017Z] v1.2.3-dev.3 [2020-12-02T03:43:32.017Z] v1.2.3-dev.4 [2020-12-02T03:43:32.017Z] v1.2.3-dev.5 [2020-12-02T03:43:32.017Z] v1.2.3-dev.6 [2020-12-02T03:43:32.017Z] v1.2.3-dev.7 [2020-12-02T03:43:32.017Z] v1.2.3-dev.8 [2020-12-02T03:43:32.017Z] v1.2.3-dev.9 [2020-12-02T03:43:32.017Z] v1.3.0 [2020-12-02T03:43:32.017Z] v1.3.1-dev.1 [Pipeline] sh [2020-12-02T03:43:32.318Z] + lftools sign git-tag v1.3.1-dev.1 [2020-12-02T03:43:33.715Z] Signing Git tag with Sigul... [2020-12-02T03:43:33.715Z] Signing v1.3.1-dev.1 [Pipeline] echo [2020-12-02T03:44:05.890Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:44:06.202Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-02T03:44:06.213Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-02T03:44:06.334Z] $ docker stop --time=1 e5d31e79dccc8c5210eb2ef89727912385d4c2e3671f80a04499f261ed5e1a66 [2020-12-02T03:44:07.797Z] $ docker rm -f e5d31e79dccc8c5210eb2ef89727912385d4c2e3671f80a04499f261ed5e1a66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:44:08.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T03:44:08.916Z] . [Pipeline] withDockerContainer [2020-12-02T03:44:09.021Z] prd-centos7-docker-4c-2g-14112 does not seem to be running inside a container [2020-12-02T03:44:09.069Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T03:44:09.868Z] $ docker top ddd5a2ceb68e422f6a498b6a113d891632980a458c6fe10adfbd95f95875c85f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T03:44:10.211Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T03:44:10.211Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T03:44:10.421Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T03:44:10.427Z] $ docker exec ddd5a2ceb68e422f6a498b6a113d891632980a458c6fe10adfbd95f95875c85f ssh-agent [2020-12-02T03:44:10.602Z] SSH_AUTH_SOCK=/tmp/ssh-29A7qrUKt4IU/agent.12 [2020-12-02T03:44:10.602Z] SSH_AGENT_PID=17 [2020-12-02T03:44:10.610Z] Running ssh-add (command line suppressed) [2020-12-02T03:44:10.744Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_604637456561284751.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_604637456561284751.key) [2020-12-02T03:44:10.803Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T03:44:11.193Z] + git semver bump pre [2020-12-02T03:44:11.193Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T03:44:11.193Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-02T03:44:11.193Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-02T03:44:11.193Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T03:44:11.193Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T03:44:11.193Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T03:44:11.193Z] # $SEMVER_BRANCH = master [2020-12-02T03:44:11.193Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [2020-12-02T03:44:11.193Z] 1.3.1-dev.2 [Pipeline] } [2020-12-02T03:44:11.211Z] $ docker exec --env ******** --env ******** ddd5a2ceb68e422f6a498b6a113d891632980a458c6fe10adfbd95f95875c85f ssh-agent -k [2020-12-02T03:44:11.348Z] unset SSH_AUTH_SOCK; [2020-12-02T03:44:11.348Z] unset SSH_AGENT_PID; [2020-12-02T03:44:11.348Z] echo Agent pid 17 killed; [2020-12-02T03:44:11.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T03:44:11.933Z] + git semver [Pipeline] } [2020-12-02T03:44:11.954Z] $ docker stop --time=1 ddd5a2ceb68e422f6a498b6a113d891632980a458c6fe10adfbd95f95875c85f [2020-12-02T03:44:13.359Z] $ docker rm -f ddd5a2ceb68e422f6a498b6a113d891632980a458c6fe10adfbd95f95875c85f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:44:13.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-02T03:44:13.924Z] . [Pipeline] withDockerContainer [2020-12-02T03:44:14.043Z] prd-centos7-docker-4c-2g-14112 does not seem to be running inside a container [2020-12-02T03:44:14.097Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-02T03:44:14.909Z] $ docker top 19f6b41b599670d7afe4bc8a5db3f6ea4ad33aab9ee182e5afbcc65d80cdaaf0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-02T03:44:15.222Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-02T03:44:15.222Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-02T03:44:15.433Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-02T03:44:15.439Z] $ docker exec 19f6b41b599670d7afe4bc8a5db3f6ea4ad33aab9ee182e5afbcc65d80cdaaf0 ssh-agent [2020-12-02T03:44:15.611Z] SSH_AUTH_SOCK=/tmp/ssh-CNRYo6JjOslA/agent.11 [2020-12-02T03:44:15.611Z] SSH_AGENT_PID=16 [2020-12-02T03:44:15.619Z] Running ssh-add (command line suppressed) [2020-12-02T03:44:15.747Z] Identity added: /w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6122483383255672131.key (/w/workspace/xfoundry_device-modbus-go_master@tmp/private_key_6122483383255672131.key) [2020-12-02T03:44:15.804Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-02T03:44:16.154Z] + git semver push [2020-12-02T03:44:16.154Z] # -> Open(): unable to determine branch for HEAD [2020-12-02T03:44:16.154Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_master/.git [2020-12-02T03:44:16.154Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_master [2020-12-02T03:44:16.154Z] # $SEMVER_REMOTE_NAME = origin [2020-12-02T03:44:16.154Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-02T03:44:16.154Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-02T03:44:16.154Z] # $SEMVER_BRANCH = master [2020-12-02T03:44:16.154Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_master/.semver [Pipeline] } [2020-12-02T03:44:23.035Z] $ docker exec --env ******** --env ******** 19f6b41b599670d7afe4bc8a5db3f6ea4ad33aab9ee182e5afbcc65d80cdaaf0 ssh-agent -k [2020-12-02T03:44:23.158Z] unset SSH_AUTH_SOCK; [2020-12-02T03:44:23.158Z] unset SSH_AGENT_PID; [2020-12-02T03:44:23.158Z] echo Agent pid 16 killed; [2020-12-02T03:44:23.210Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-02T03:44:23.787Z] + git semver [Pipeline] } [2020-12-02T03:44:23.826Z] $ docker stop --time=1 19f6b41b599670d7afe4bc8a5db3f6ea4ad33aab9ee182e5afbcc65d80cdaaf0 [2020-12-02T03:44:25.184Z] $ docker rm -f 19f6b41b599670d7afe4bc8a5db3f6ea4ad33aab9ee182e5afbcc65d80cdaaf0 [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 [2020-12-02T03:44:28.284Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:44:28.873Z] ---> package-listing.sh [2020-12-02T03:44:28.873Z] ++ facter osfamily [2020-12-02T03:44:28.873Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-02T03:44:28.873Z] + OS_FAMILY=redhat [2020-12-02T03:44:28.873Z] + workspace=/w/workspace/xfoundry_device-modbus-go_master [2020-12-02T03:44:28.873Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-02T03:44:28.873Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-02T03:44:28.873Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-02T03:44:28.873Z] + PACKAGES=/tmp/packages_start.txt [2020-12-02T03:44:28.873Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-12-02T03:44:28.873Z] + PACKAGES=/tmp/packages_end.txt [2020-12-02T03:44:28.873Z] + case "${OS_FAMILY}" in [2020-12-02T03:44:28.873Z] + rpm -qa [2020-12-02T03:44:28.873Z] + sort [2020-12-02T03:44:34.195Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-02T03:44:34.195Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-02T03:44:34.195Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-02T03:44:34.195Z] + '[' /w/workspace/xfoundry_device-modbus-go_master ']' [2020-12-02T03:44:34.195Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_master/archives/ [2020-12-02T03:44:34.195Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_master/archives/ [Pipeline] echo [2020-12-02T03:44:34.214Z] 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 [2020-12-02T03:44:34.522Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:44:34.855Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T03:44:34.855Z] [2020-12-02T03:44:34.855Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-02T03:44:35.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T03:44:35.216Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-02T03:44:35.216Z] df20fa9351a1: Pulling fs layer [2020-12-02T03:44:35.216Z] 36b3adc4ff6f: Pulling fs layer [2020-12-02T03:44:35.216Z] 8ad3a11d3b57: Pulling fs layer [2020-12-02T03:44:35.216Z] 46f8f816bc3b: Pulling fs layer [2020-12-02T03:44:35.216Z] 93b61091891f: Pulling fs layer [2020-12-02T03:44:35.216Z] 93b9cdb0e59b: Pulling fs layer [2020-12-02T03:44:35.216Z] 5e14af77c1be: Pulling fs layer [2020-12-02T03:44:35.216Z] 01666e4c0597: Pulling fs layer [2020-12-02T03:44:35.216Z] aa168da1d23b: Pulling fs layer [2020-12-02T03:44:35.216Z] 93b9cdb0e59b: Waiting [2020-12-02T03:44:35.216Z] 01666e4c0597: Waiting [2020-12-02T03:44:35.216Z] 46f8f816bc3b: Waiting [2020-12-02T03:44:35.216Z] 93b61091891f: Waiting [2020-12-02T03:44:35.216Z] aa168da1d23b: Waiting [2020-12-02T03:44:35.216Z] 36b3adc4ff6f: Download complete [2020-12-02T03:44:35.216Z] 46f8f816bc3b: Verifying Checksum [2020-12-02T03:44:35.216Z] 46f8f816bc3b: Download complete [2020-12-02T03:44:35.480Z] df20fa9351a1: Verifying Checksum [2020-12-02T03:44:35.480Z] 93b9cdb0e59b: Download complete [2020-12-02T03:44:35.480Z] 5e14af77c1be: Verifying Checksum [2020-12-02T03:44:35.480Z] 5e14af77c1be: Download complete [2020-12-02T03:44:35.480Z] 93b61091891f: Verifying Checksum [2020-12-02T03:44:35.480Z] 93b61091891f: Download complete [2020-12-02T03:44:35.480Z] 01666e4c0597: Verifying Checksum [2020-12-02T03:44:35.480Z] 8ad3a11d3b57: Verifying Checksum [2020-12-02T03:44:35.480Z] 8ad3a11d3b57: Download complete [2020-12-02T03:44:36.064Z] df20fa9351a1: Pull complete [2020-12-02T03:44:36.653Z] 36b3adc4ff6f: Pull complete [2020-12-02T03:44:37.246Z] 8ad3a11d3b57: Pull complete [2020-12-02T03:44:37.524Z] 46f8f816bc3b: Pull complete [2020-12-02T03:44:38.118Z] aa168da1d23b: Verifying Checksum [2020-12-02T03:44:38.702Z] 93b61091891f: Pull complete [2020-12-02T03:44:38.702Z] 93b9cdb0e59b: Pull complete [2020-12-02T03:44:38.968Z] 5e14af77c1be: Pull complete [2020-12-02T03:44:38.968Z] 01666e4c0597: Pull complete [2020-12-02T03:44:45.603Z] aa168da1d23b: Pull complete [2020-12-02T03:44:45.603Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-02T03:44:45.603Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-02T03:44:45.603Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-02T03:44:45.736Z] prd-centos7-docker-4c-2g-14112 does not seem to be running inside a container [2020-12-02T03:44:45.793Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_master -v /w/workspace/xfoundry_device-modbus-go_master:/w/workspace/xfoundry_device-modbus-go_master:rw,z -v /w/workspace/xfoundry_device-modbus-go_master@tmp:/w/workspace/xfoundry_device-modbus-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-02T03:44:48.819Z] $ docker top 4ec583f12157256bc72d1c674f4d426e73c1eba86ac0e5b4467c7a1cfba76832 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-02T03:44:49.379Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-02T03:44:49.679Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-02T03:44:49.977Z] + ls /var/log/sa-host [2020-12-02T03:44:49.977Z] + sadf -c /var/log/sa-host/sa02 [2020-12-02T03:44:49.977Z] file_magic: OK [2020-12-02T03:44:49.977Z] HZ: Using current value: 100 [2020-12-02T03:44:49.977Z] file_header: OK [2020-12-02T03:44:49.977Z] 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 [2020-12-02T03:44:49.977Z] Statistics: [2020-12-02T03:44:49.977Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-02T03:44:49.977Z] File successfully converted to sysstat format version 12.2.1 [2020-12-02T03:44:49.977Z] + sadf -c /var/log/sa-host/sa23 [2020-12-02T03:44:49.977Z] file_magic: OK [2020-12-02T03:44:49.977Z] HZ: Using current value: 100 [2020-12-02T03:44:49.977Z] file_header: OK [2020-12-02T03:44:49.977Z] 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 [2020-12-02T03:44:49.977Z] Statistics: [2020-12-02T03:44:49.977Z] Hnuu...uuuununununu... [2020-12-02T03:44:49.977Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-02T03:44:50.180Z] provisioning config files... [2020-12-02T03:44:50.194Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_master@tmp/config3035403655093462362tmp [Pipeline] { [Pipeline] echo [2020-12-02T03:44:50.295Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:44:50.593Z] ---> create-netrc.sh [Pipeline] } [2020-12-02T03:44:50.603Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-02T03:44:50.704Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:44:51.005Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-02T03:44:51.016Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:44:51.315Z] ---> sudo-logs.sh [2020-12-02T03:44:51.315Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-02T03:44:51.326Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:44:51.622Z] ---> job-cost.sh [2020-12-02T03:44:51.622Z] lf-activate-venv: SKIPPING [2020-12-02T03:44:51.622Z] INFO: No Stack... [2020-12-02T03:44:52.568Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-02T03:44:52.831Z] INFO: Archiving Costs [Pipeline] echo [2020-12-02T03:44:52.845Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-02T03:44:53.145Z] ---> logs-deploy.sh [2020-12-02T03:44:53.145Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/master/29 [2020-12-02T03:44:53.145Z] INFO: archiving workspace using pattern(s): [2020-12-02T03:44:54.536Z] Archives upload complete. [2020-12-02T03:44:54.799Z] INFO: archiving logs to Nexus [2020-12-02T03:44:55.756Z] ---> uname -a: [2020-12-02T03:44:55.756Z] Linux prd-centos7-docker-4c-2g-14112.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] ---> lscpu: [2020-12-02T03:44:55.756Z] Architecture: x86_64 [2020-12-02T03:44:55.756Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-02T03:44:55.756Z] Byte Order: Little Endian [2020-12-02T03:44:55.756Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-02T03:44:55.756Z] CPU(s): 4 [2020-12-02T03:44:55.756Z] On-line CPU(s) list: 0-3 [2020-12-02T03:44:55.756Z] Thread(s) per core: 1 [2020-12-02T03:44:55.756Z] Core(s) per socket: 1 [2020-12-02T03:44:55.756Z] Socket(s): 4 [2020-12-02T03:44:55.756Z] NUMA node(s): 1 [2020-12-02T03:44:55.756Z] Vendor ID: GenuineIntel [2020-12-02T03:44:55.756Z] CPU family: 6 [2020-12-02T03:44:55.756Z] Model: 44 [2020-12-02T03:44:55.756Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-02T03:44:55.756Z] Stepping: 1 [2020-12-02T03:44:55.756Z] CPU MHz: 2933.438 [2020-12-02T03:44:55.756Z] BogoMIPS: 5866.87 [2020-12-02T03:44:55.756Z] Virtualization: VT-x [2020-12-02T03:44:55.756Z] Hypervisor vendor: KVM [2020-12-02T03:44:55.756Z] Virtualization type: full [2020-12-02T03:44:55.756Z] L1d cache: 128 KiB [2020-12-02T03:44:55.756Z] L1i cache: 128 KiB [2020-12-02T03:44:55.756Z] L2 cache: 16 MiB [2020-12-02T03:44:55.756Z] L3 cache: 64 MiB [2020-12-02T03:44:55.756Z] NUMA node0 CPU(s): 0-3 [2020-12-02T03:44:55.756Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-02T03:44:55.756Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-02T03:44:55.756Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-02T03:44:55.756Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-02T03:44:55.756Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-02T03:44:55.756Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-02T03:44:55.756Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-02T03:44:55.756Z] Vulnerability Srbds: Not affected [2020-12-02T03:44:55.756Z] Vulnerability Tsx async abort: Not affected [2020-12-02T03:44:55.756Z] 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 [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] ---> nproc: [2020-12-02T03:44:55.756Z] 4 [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] ---> df -h: [2020-12-02T03:44:55.756Z] Filesystem Size Used Available Use% Mounted on [2020-12-02T03:44:55.756Z] overlay 50.0G 8.6G 41.4G 17% / [2020-12-02T03:44:55.756Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-02T03:44:55.756Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-02T03:44:55.756Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-02T03:44:55.756Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2020-12-02T03:44:55.756Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2020-12-02T03:44:55.756Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2020-12-02T03:44:55.756Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2020-12-02T03:44:55.756Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2020-12-02T03:44:55.756Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2020-12-02T03:44:55.756Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2020-12-02T03:44:55.756Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2020-12-02T03:44:55.756Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/xfoundry_device-modbus-go_master [2020-12-02T03:44:55.756Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/xfoundry_device-modbus-go_master@tmp [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] ---> free -m: [2020-12-02T03:44:55.756Z] total used free shared buff/cache available [2020-12-02T03:44:55.756Z] Mem: 1837 832 140 0 864 939 [2020-12-02T03:44:55.756Z] Swap: 1023 3 1020 [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] ---> ip addr: [2020-12-02T03:44:55.756Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-02T03:44:55.756Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-02T03:44:55.756Z] inet 127.0.0.1/8 scope host lo [2020-12-02T03:44:55.756Z] valid_lft forever preferred_lft forever [2020-12-02T03:44:55.756Z] inet6 ::1/128 scope host [2020-12-02T03:44:55.756Z] valid_lft forever preferred_lft forever [2020-12-02T03:44:55.756Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-02T03:44:55.756Z] link/ether fa:16:3e:4a:1f:8d brd ff:ff:ff:ff:ff:ff [2020-12-02T03:44:55.756Z] inet 10.30.122.128/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-02T03:44:55.756Z] valid_lft 85789sec preferred_lft 85789sec [2020-12-02T03:44:55.756Z] inet6 fe80::f816:3eff:fe4a:1f8d/64 scope link [2020-12-02T03:44:55.756Z] valid_lft forever preferred_lft forever [2020-12-02T03:44:55.756Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-02T03:44:55.756Z] link/ether 02:42:01:80:f6:57 brd ff:ff:ff:ff:ff:ff [2020-12-02T03:44:55.756Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-02T03:44:55.756Z] valid_lft forever preferred_lft forever [2020-12-02T03:44:55.756Z] inet6 fe80::42:1ff:fe80:f657/64 scope link [2020-12-02T03:44:55.756Z] valid_lft forever preferred_lft forever [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] ---> sar -b -r -n DEV: [2020-12-02T03:44:55.756Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/02/20 _x86_64_ (4 CPU) [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] 03:34:33 LINUX RESTART (4 CPU) [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] 03:35:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-02T03:44:55.756Z] 03:36:01 66.06 27.42 38.64 0.00 6353.96 3623.46 0.00 [2020-12-02T03:44:55.756Z] 03:37:01 3.05 0.05 3.00 0.00 1.60 97.05 0.00 [2020-12-02T03:44:55.756Z] 03:38:01 0.48 0.00 0.48 0.00 0.00 9.06 0.00 [2020-12-02T03:44:55.756Z] 03:39:01 0.32 0.00 0.32 0.00 0.00 4.91 0.00 [2020-12-02T03:44:55.756Z] 03:40:01 0.23 0.00 0.23 0.00 0.00 3.70 0.00 [2020-12-02T03:44:55.756Z] 03:41:01 0.40 0.00 0.40 0.00 0.00 6.98 0.00 [2020-12-02T03:44:55.756Z] 03:42:01 0.40 0.08 0.32 0.00 7.33 4.31 0.00 [2020-12-02T03:44:55.756Z] 03:43:01 352.25 201.05 151.20 0.00 9773.84 39273.78 0.00 [2020-12-02T03:44:55.756Z] 03:44:01 174.57 58.83 115.74 0.00 3733.07 29329.57 0.00 [2020-12-02T03:44:55.756Z] Average: 66.45 31.96 34.49 0.00 2201.12 8051.61 0.00 [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] 03:35:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-02T03:44:55.756Z] 03:36:01 167472 0 591480 31.44 2620 1119972 1105060 37.71 414636 1100116 136 [2020-12-02T03:44:55.756Z] 03:37:01 169940 0 589056 31.31 2620 1119928 1104780 37.70 416948 1096016 24 [2020-12-02T03:44:55.756Z] 03:38:01 168376 0 590616 31.39 2620 1119932 1104876 37.71 418640 1095792 8 [2020-12-02T03:44:55.756Z] 03:39:01 170080 0 588912 31.30 2620 1119932 1090576 37.22 428344 1084328 12 [2020-12-02T03:44:55.756Z] 03:40:01 169328 0 589656 31.34 2620 1119940 1088556 37.15 421996 1091892 20 [2020-12-02T03:44:55.756Z] 03:41:01 167704 0 591276 31.43 2620 1119944 1088496 37.15 433836 1081764 12 [2020-12-02T03:44:55.756Z] 03:42:01 139632 0 619080 32.90 2620 1120212 1281704 43.74 460572 1081488 64 [2020-12-02T03:44:55.756Z] 03:43:01 64544 0 715336 38.02 2596 1099068 1401544 47.83 637896 928864 102968 [2020-12-02T03:44:55.756Z] 03:44:01 144824 0 782500 41.59 1504 952716 1247164 42.56 666596 725464 10420 [2020-12-02T03:44:55.756Z] Average: 151322 0 628657 33.41 2493 1099072 1168084 39.86 477718 1031747 12629 [2020-12-02T03:44:55.756Z] [2020-12-02T03:44:55.756Z] 03:35:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-02T03:44:55.756Z] 03:36:01 eth0 490.62 295.85 1049.63 94.01 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:36:01 docker0 2.01 1.56 0.40 3.95 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:37:01 eth0 2.95 0.72 0.95 0.55 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:38:01 eth0 2.30 0.85 0.99 0.62 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:39:01 eth0 1.95 0.67 0.61 0.37 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:40:01 eth0 1.10 0.43 0.33 0.24 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.756Z] 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:41:01 eth0 0.72 0.38 0.41 0.26 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:42:01 eth0 8.01 5.71 7.42 2.57 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:43:01 eth0 911.70 804.11 7550.82 125.03 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:43:01 docker0 30.12 31.88 2.83 157.95 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:44:01 eth0 92.28 55.07 217.79 15.43 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:44:01 veth52b5f8b 36.25 57.21 2.46 186.99 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] 03:44:01 docker0 36.25 57.08 1.96 186.98 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] Average: eth0 167.44 129.07 981.42 26.45 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] Average: veth52b5f8b 4.04 6.37 0.27 20.82 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] Average: docker0 7.61 10.08 0.58 38.85 0.00 0.00 0.00 0.00 [2020-12-02T03:44:55.757Z] [2020-12-02T03:44:55.757Z]