Pull request #191 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-modbus-go Obtained Jenkinsfile from 03c230da0c2e2b5b1f471164a42407c1917286ca+95d835c9ad69cefa5d9aad86a817c44949ea3288 (1238e262cc6aa4ec4883c418f5a47bdae814aba5) 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 ‘prd-centos7-docker-4c-2g-14125’ is offline Running on prd-centos7-docker-4c-2g-14128 in /w/workspace/xfoundry_device-modbus-go_PR-191 [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_PR-191 # 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 Merging remotes/origin/master commit 95d835c9ad69cefa5d9aad86a817c44949ea3288 into PR head commit 03c230da0c2e2b5b1f471164a42407c1917286ca Merge succeeded, producing 03c230da0c2e2b5b1f471164a42407c1917286ca Checking out Revision 03c230da0c2e2b5b1f471164a42407c1917286ca (PR-191) > 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/pull/191/head:refs/remotes/origin/PR-191 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03c230da0c2e2b5b1f471164a42407c1917286ca # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 95d835c9ad69cefa5d9aad86a817c44949ea3288 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03c230da0c2e2b5b1f471164a42407c1917286ca # timeout=10 Commit message: "feat: Enhance Modbus simulator to count reading amount" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:11:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:11:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:11:34 ========================================================= 04:11:34 EdgeX Global Pipelines Version Info 04:11:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fe5f6584b7dbb4b811df51a87a3a62b214c7db01 # timeout=10 04:11:36 ------------------- 04:11:36 stable info: 04:11:36 ------------------- 04:11:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:11:36 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 04:11:36 Message: update stable to v1.0.169 04:11:37 ------------------- 04:11:37 experimental info: 04:11:37 ------------------- 04:11:37 Commited By: **** collab-it+edgex@linuxfoundation.org 04:11:37 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 04:11:37 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:11:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 04:11:37 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 04:11:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:11:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:11:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:11:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:11:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 04:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:11:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:11:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:11:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:11:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:11:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:11:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:11:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:11:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:11:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:11:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:11:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:11:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:11:40 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:11:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-191 [Pipeline] echo 04:11:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-191 [Pipeline] echo 04:11:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-191 [Pipeline] echo 04:11:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03c230da0c2e2b5b1f471164a42407c1917286ca [Pipeline] echo 04:11:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03c230d [Pipeline] echo 04:11:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:11:40 provisioning config files... 04:11:40 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-191@tmp/config1058344410535537038tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:41 ---> docker-login.sh 04:11:41 nexus3.edgexfoundry.org:10001 04:11:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:41 Configure a credential helper to remove this warning. See 04:11:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:41 04:11:41 Login Succeeded 04:11:41 nexus3.edgexfoundry.org:10002 04:11:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:42 Configure a credential helper to remove this warning. See 04:11:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:42 04:11:42 Login Succeeded 04:11:42 nexus3.edgexfoundry.org:10003 04:11:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:42 Configure a credential helper to remove this warning. See 04:11:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:42 04:11:42 Login Succeeded 04:11:42 nexus3.edgexfoundry.org:10004 04:11:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:42 Configure a credential helper to remove this warning. See 04:11:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:42 04:11:42 Login Succeeded 04:11:42 docker.io 04:11:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:42 Configure a credential helper to remove this warning. See 04:11:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:42 04:11:42 Login Succeeded 04:11:42 ---> docker-login.sh ends [Pipeline] } 04:11:42 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 04:11:43 + git log --format=format:%s -1 03c230da0c2e2b5b1f471164a42407c1917286ca [Pipeline] echo 04:11:43 GIT_COMMIT: 03c230da0c2e2b5b1f471164a42407c1917286ca, Commit Message: feat: Enhance Modbus simulator to count reading amount [Pipeline] echo 04:11:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 04:11:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:11:44 04:11:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:11:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:11:44 latest: Pulling from edgex-devops/git-semver 04:11:44 31603596830f: Pulling fs layer 04:11:44 2a8b12db71e7: Pulling fs layer 04:11:44 6ca5941a6612: Pulling fs layer 04:11:44 ecc8261a40a4: Pulling fs layer 04:11:44 ecc8261a40a4: Waiting 04:11:44 2a8b12db71e7: Verifying Checksum 04:11:44 2a8b12db71e7: Download complete 04:11:45 31603596830f: Verifying Checksum 04:11:45 31603596830f: Download complete 04:11:45 6ca5941a6612: Verifying Checksum 04:11:45 6ca5941a6612: Download complete 04:11:45 ecc8261a40a4: Download complete 04:11:45 31603596830f: Pull complete 04:11:45 2a8b12db71e7: Pull complete 04:11:46 6ca5941a6612: Pull complete 04:11:46 ecc8261a40a4: Pull complete 04:11:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:11:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:11:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:11:46 prd-centos7-docker-4c-2g-14128 does not seem to be running inside a container 04:11:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-191 -v /w/workspace/xfoundry_device-modbus-go_PR-191:/w/workspace/xfoundry_device-modbus-go_PR-191:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-191@tmp:/w/workspace/xfoundry_device-modbus-go_PR-191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:11:48 $ docker top 3fba728398303f469ab62868d0aee777db035acb26d3236351de40a712ab9d6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:11:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:11:49 [ssh-agent] Looking for ssh-agent implementation... 04:11:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:11:49 $ docker exec 3fba728398303f469ab62868d0aee777db035acb26d3236351de40a712ab9d6b ssh-agent 04:11:49 SSH_AUTH_SOCK=/tmp/ssh-G54FU5bFWr2p/agent.11 04:11:49 SSH_AGENT_PID=16 04:11:49 Running ssh-add (command line suppressed) 04:11:49 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-191@tmp/private_key_4358660086918566667.key (/w/workspace/xfoundry_device-modbus-go_PR-191@tmp/private_key_4358660086918566667.key) 04:11:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:11:50 + git tag --points-at HEAD [Pipeline] } 04:11:50 $ docker exec --env ******** --env ******** 3fba728398303f469ab62868d0aee777db035acb26d3236351de40a712ab9d6b ssh-agent -k 04:11:50 unset SSH_AUTH_SOCK; 04:11:50 unset SSH_AGENT_PID; 04:11:50 echo Agent pid 16 killed; 04:11:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:11:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:11:50 [ssh-agent] Looking for ssh-agent implementation... 04:11:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:11:50 $ docker exec 3fba728398303f469ab62868d0aee777db035acb26d3236351de40a712ab9d6b ssh-agent 04:11:50 SSH_AUTH_SOCK=/tmp/ssh-Fo15JgSyYE1d/agent.46 04:11:50 SSH_AGENT_PID=52 04:11:50 Running ssh-add (command line suppressed) 04:11:51 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-191@tmp/private_key_741551751975489022.key (/w/workspace/xfoundry_device-modbus-go_PR-191@tmp/private_key_741551751975489022.key) 04:11:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:11:51 + git semver init 04:11:51 # -> Open(): unable to determine branch for HEAD 04:11:51 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-191/.git 04:11:51 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-191 04:11:51 # $SEMVER_REMOTE_NAME = origin 04:11:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:11:51 # $SEMVER_USER_NAME = edgex-jenkins 04:11:51 # $SEMVER_BRANCH = PR-191 04:11:51 # $SEMVER_TEMP = /tmp/semver-171636121 04:11:51 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 04:11:51 # '/tmp/semver-171636121' -> '/w/workspace/xfoundry_device-modbus-go_PR-191/.semver' 04:11:51 # -> Force: false 04:11:51 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-191/.semver [Pipeline] } 04:11:51 $ docker exec --env ******** --env ******** 3fba728398303f469ab62868d0aee777db035acb26d3236351de40a712ab9d6b ssh-agent -k 04:11:51 unset SSH_AUTH_SOCK; 04:11:51 unset SSH_AGENT_PID; 04:11:51 echo Agent pid 52 killed; 04:11:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:11:52 + git semver [Pipeline] } 04:11:52 $ docker stop --time=1 3fba728398303f469ab62868d0aee777db035acb26d3236351de40a712ab9d6b 04:11:53 $ docker rm -f 3fba728398303f469ab62868d0aee777db035acb26d3236351de40a712ab9d6b [Pipeline] // withDockerContainer [Pipeline] sh 04:11:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:11:54 Stashed 1 file(s) [Pipeline] echo 04:11:54 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 04:11:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14124 in /w/workspace/xfoundry_device-modbus-go_PR-191 [Pipeline] { [Pipeline] ws 04:11:55 Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout 04:12:00 using credential edgex-jenkins-ssh 04:12:00 Cloning the remote Git repository 04:12:00 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 04:12:01 > git init /w/workspace/device-modbus-go/3 # timeout=10 04:12:01 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 04:12:01 > git --version # timeout=10 04:12:01 > git --version # 'git version 2.17.1' 04:12:01 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:02 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 04:12:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:12:02 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 04:12:03 Merging remotes/origin/master commit 95d835c9ad69cefa5d9aad86a817c44949ea3288 into PR head commit 03c230da0c2e2b5b1f471164a42407c1917286ca 04:12:02 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 04:12:02 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/191/head:refs/remotes/origin/PR-191 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:12:03 > git config core.sparsecheckout # timeout=10 04:12:03 Merge succeeded, producing 03c230da0c2e2b5b1f471164a42407c1917286ca 04:12:03 Checking out Revision 03c230da0c2e2b5b1f471164a42407c1917286ca (PR-191) 04:12:03 > git checkout -f 03c230da0c2e2b5b1f471164a42407c1917286ca # timeout=10 04:12:03 > git remote # timeout=10 04:12:03 > git config --get remote.origin.url # timeout=10 04:12:03 using GIT_SSH to set credentials SSH Credentials for GitHub 04:12:03 > git merge 95d835c9ad69cefa5d9aad86a817c44949ea3288 # timeout=10 04:12:03 > git rev-parse HEAD^{commit} # timeout=10 04:12:03 > git config core.sparsecheckout # timeout=10 04:12:03 > git checkout -f 03c230da0c2e2b5b1f471164a42407c1917286ca # timeout=10 04:12:07 Commit message: "feat: Enhance Modbus simulator to count reading amount" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:12:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:12:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:12:10 + true 04:12:10 + sudo service docker restart 04:12:10 Still waiting to schedule task 04:12:10 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:12:12 provisioning config files... 04:12:12 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/3@tmp/config3006416666794643120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:12 ---> docker-login.sh 04:12:12 nexus3.edgexfoundry.org:10001 04:12:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:13 Configure a credential helper to remove this warning. See 04:12:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:13 04:12:13 Login Succeeded 04:12:13 nexus3.edgexfoundry.org:10002 04:12:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:14 Configure a credential helper to remove this warning. See 04:12:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:14 04:12:14 Login Succeeded 04:12:14 nexus3.edgexfoundry.org:10003 04:12:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:15 Configure a credential helper to remove this warning. See 04:12:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:15 04:12:15 Login Succeeded 04:12:15 nexus3.edgexfoundry.org:10004 04:12:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:15 Configure a credential helper to remove this warning. See 04:12:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:15 04:12:15 Login Succeeded 04:12:15 docker.io 04:12:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:16 Configure a credential helper to remove this warning. See 04:12:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:16 04:12:16 Login Succeeded 04:12:16 ---> docker-login.sh ends [Pipeline] } 04:12:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:12:16 ========================================================= 04:12:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:12:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:12:17 + 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 . 04:12:17 Sending build context to Docker daemon 518.7kB 04:12:17 Step 1/8 : ARG BASE=golang:1.15-alpine 04:12:17 Step 2/8 : FROM ${BASE} 04:12:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:12:17 5f621e34cdf4: Pulling fs layer 04:12:17 a4357932f1b6: Pulling fs layer 04:12:17 18c013af1878: Pulling fs layer 04:12:17 00ac8860ef70: Pulling fs layer 04:12:17 63d7cb157983: Pulling fs layer 04:12:17 b116817d02f9: Pulling fs layer 04:12:17 745a02a5169b: Pulling fs layer 04:12:17 b116817d02f9: Waiting 04:12:17 745a02a5169b: Waiting 04:12:17 00ac8860ef70: Waiting 04:12:17 18c013af1878: Download complete 04:12:17 a4357932f1b6: Verifying Checksum 04:12:17 a4357932f1b6: Download complete 04:12:17 63d7cb157983: Verifying Checksum 04:12:17 63d7cb157983: Download complete 04:12:17 b116817d02f9: Verifying Checksum 04:12:17 b116817d02f9: Download complete 04:12:17 5f621e34cdf4: Download complete 04:12:18 5f621e34cdf4: Pull complete 04:12:18 a4357932f1b6: Pull complete 04:12:19 18c013af1878: Pull complete 04:12:20 745a02a5169b: Verifying Checksum 04:12:20 745a02a5169b: Download complete 04:12:21 00ac8860ef70: Verifying Checksum 04:12:21 00ac8860ef70: Download complete 04:12:31 00ac8860ef70: Pull complete 04:12:31 63d7cb157983: Pull complete 04:12:32 b116817d02f9: Pull complete 04:12:36 745a02a5169b: Pull complete 04:12:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:12:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:12:36 ---> b7e6874047d6 04:12:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:12:39 ---> Running in 51e58a24abf0 04:12:39 Removing intermediate container 51e58a24abf0 04:12:39 ---> bcb24a8787c4 04:12:39 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:39 ---> Running in df4570caa65a 04:12:42 Removing intermediate container df4570caa65a 04:12:42 ---> 6f8f06aab3ee 04:12:42 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:12:42 ---> Running in f35ced3d58be 04:12:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:12:44 (1/14) Installing libmagic (5.38-r0) 04:12:44 (2/14) Installing file (5.38-r0) 04:12:44 (3/14) Installing libc-dev (0.7.2-r3) 04:12:44 (4/14) Installing g++ (9.3.0-r2) 04:12:50 (5/14) Installing fortify-headers (1.1-r0) 04:12:50 (6/14) Installing patch (2.7.6-r6) 04:12:50 (7/14) Installing build-base (0.5-r2) 04:12:50 (8/14) Installing openssh-keygen (8.3_p1-r0) 04:12:50 (9/14) Installing libedit (20191231.3.1-r0) 04:12:50 (10/14) Installing openssh-client (8.3_p1-r0) 04:12:51 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 04:12:51 (12/14) Installing openssh-server-common (8.3_p1-r0) 04:12:51 (13/14) Installing openssh-server (8.3_p1-r0) 04:12:51 (14/14) Installing openssh (8.3_p1-r0) 04:12:51 Executing busybox-1.31.1-r19.trigger 04:12:51 OK: 221 MiB in 53 packages 04:12:55 Removing intermediate container f35ced3d58be 04:12:55 ---> 5e1fbdde1ce2 04:12:55 Step 6/8 : WORKDIR /device-modbus-go 04:12:55 ---> Running in 6de284f80cef 04:12:56 Removing intermediate container 6de284f80cef 04:12:56 ---> 53b8a3acad95 04:12:56 Step 7/8 : COPY . . 04:12:57 ---> 974caea84ad2 04:12:57 Step 8/8 : RUN go mod download 04:12:57 ---> Running in 65a6ea4c0795 04:13:19 Removing intermediate container 65a6ea4c0795 04:13:19 ---> e4287f208ec3 04:13:19 Successfully built e4287f208ec3 04:13:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:13:19 + docker inspect -f . ci-base-image-arm64 04:13:19 . [Pipeline] withDockerContainer 04:13:20 prd-ubuntu18.04-docker-arm64-4c-16g-14124 does not seem to be running inside a container 04:13:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/3 -v /w/workspace/device-modbus-go/3:/w/workspace/device-modbus-go/3:rw,z -v /w/workspace/device-modbus-go/3@tmp:/w/workspace/device-modbus-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:13:21 $ docker top 2bf22cbe13eedf234c5ba180230de369ed75575d22100ec47e139d95d60d85c1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:22 + go version 04:13:22 go version go1.15.5 linux/arm64 [Pipeline] } 04:13:22 $ docker stop --time=1 2bf22cbe13eedf234c5ba180230de369ed75575d22100ec47e139d95d60d85c1 04:13:24 $ docker rm -f 2bf22cbe13eedf234c5ba180230de369ed75575d22100ec47e139d95d60d85c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:13:25 + docker inspect -f . ci-base-image-arm64 04:13:25 . [Pipeline] withDockerContainer 04:13:25 prd-ubuntu18.04-docker-arm64-4c-16g-14124 does not seem to be running inside a container 04:13:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/3 -v /w/workspace/device-modbus-go/3:/w/workspace/device-modbus-go/3:rw,z -v /w/workspace/device-modbus-go/3@tmp:/w/workspace/device-modbus-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:13:27 $ docker top 7c0845f7cf25be6bdcca69bf999908ff5c86803c30fc2ec2624d0134e795b77b -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:28 + make test 04:13:28 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:13:29 ? github.com/edgexfoundry/device-modbus-go [no test files] 04:13:57 Running on prd-centos7-docker-4c-2g-14129 in /w/workspace/xfoundry_device-modbus-go_PR-191 [Pipeline] { [Pipeline] ws 04:13:58 Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout 04:14:00 using credential edgex-jenkins-ssh 04:14:00 Cloning the remote Git repository 04:14:00 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 04:14:00 > git init /w/workspace/device-modbus-go/3 # timeout=10 04:14:00 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 04:14:00 > git --version # timeout=10 04:14:00 > git --version # 'git version 2.24.3' 04:14:00 using GIT_SSH to set credentials SSH Credentials for GitHub 04:14:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:14:01 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 04:14:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:14:01 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 04:14:01 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 04:14:01 using GIT_SSH to set credentials SSH Credentials for GitHub 04:14:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/191/head:refs/remotes/origin/PR-191 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:14:01 Merging remotes/origin/master commit 95d835c9ad69cefa5d9aad86a817c44949ea3288 into PR head commit 03c230da0c2e2b5b1f471164a42407c1917286ca 04:14:01 Merge succeeded, producing 03c230da0c2e2b5b1f471164a42407c1917286ca 04:14:01 Checking out Revision 03c230da0c2e2b5b1f471164a42407c1917286ca (PR-191) 04:14:01 > git config core.sparsecheckout # timeout=10 04:14:01 > git checkout -f 03c230da0c2e2b5b1f471164a42407c1917286ca # timeout=10 04:14:01 > git remote # timeout=10 04:14:01 > git config --get remote.origin.url # timeout=10 04:14:01 using GIT_SSH to set credentials SSH Credentials for GitHub 04:14:01 > git merge 95d835c9ad69cefa5d9aad86a817c44949ea3288 # timeout=10 04:14:01 > git rev-parse HEAD^{commit} # timeout=10 04:14:01 > git config core.sparsecheckout # timeout=10 04:14:01 > git checkout -f 03c230da0c2e2b5b1f471164a42407c1917286ca # timeout=10 04:14:05 Commit message: "feat: Enhance Modbus simulator to count reading amount" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:14:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:14:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:14:07 + sudo service docker restart 04:14:07 + true 04:14:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:14:08 provisioning config files... 04:14:08 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/3@tmp/config5419288505042674683tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:14:08 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 04:14:08 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.469s coverage: 50.3% of statements 04:14:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:14:08 ---> docker-login.sh 04:14:08 nexus3.edgexfoundry.org:10001 04:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:09 Configure a credential helper to remove this warning. See 04:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:09 04:14:09 Login Succeeded 04:14:09 nexus3.edgexfoundry.org:10002 04:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:09 Configure a credential helper to remove this warning. See 04:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:09 04:14:09 Login Succeeded 04:14:09 nexus3.edgexfoundry.org:10003 04:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:09 Configure a credential helper to remove this warning. See 04:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:09 04:14:09 Login Succeeded 04:14:09 nexus3.edgexfoundry.org:10004 04:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:09 Configure a credential helper to remove this warning. See 04:14:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:09 04:14:09 Login Succeeded 04:14:09 docker.io 04:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:10 gofmt -l . 04:14:10 [ "`gofmt -l .`" = "" ] 04:14:10 ./bin/test-attribution-txt.sh 04:14:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:10 Configure a credential helper to remove this warning. See 04:14:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:10 04:14:10 Login Succeeded 04:14:10 ---> docker-login.sh ends [Pipeline] } 04:14:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:14:10 ========================================================= 04:14:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:14:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:14:10 + 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 . 04:14:10 Sending build context to Docker daemon 519.7kB 04:14:10 Step 1/8 : ARG BASE=golang:1.15-alpine 04:14:10 Step 2/8 : FROM ${BASE} 04:14:11 ./bin/test-go-mod-tidy.sh 04:14:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:14:11 188c0c94c7c5: Pulling fs layer 04:14:11 0ef7d3d256c8: Pulling fs layer 04:14:11 de9db76c5a1d: Pulling fs layer 04:14:11 bca2f99d35d6: Pulling fs layer 04:14:11 93359f2a8cfa: Pulling fs layer 04:14:11 7c6f9722023f: Pulling fs layer 04:14:11 a35cf1a2eb13: Pulling fs layer 04:14:11 93359f2a8cfa: Waiting 04:14:11 7c6f9722023f: Waiting 04:14:11 a35cf1a2eb13: Waiting 04:14:11 bca2f99d35d6: Waiting 04:14:11 de9db76c5a1d: Verifying Checksum 04:14:11 de9db76c5a1d: Download complete 04:14:11 0ef7d3d256c8: Verifying Checksum 04:14:11 0ef7d3d256c8: Download complete 04:14:11 93359f2a8cfa: Verifying Checksum 04:14:11 93359f2a8cfa: Download complete 04:14:11 188c0c94c7c5: Verifying Checksum 04:14:11 7c6f9722023f: Verifying Checksum 04:14:11 7c6f9722023f: Download complete [Pipeline] } 04:14:11 $ docker stop --time=1 7c0845f7cf25be6bdcca69bf999908ff5c86803c30fc2ec2624d0134e795b77b 04:14:11 188c0c94c7c5: Pull complete 04:14:11 0ef7d3d256c8: Pull complete 04:14:11 de9db76c5a1d: Pull complete 04:14:13 a35cf1a2eb13: Verifying Checksum 04:14:13 a35cf1a2eb13: Download complete 04:14:13 $ docker rm -f 7c0845f7cf25be6bdcca69bf999908ff5c86803c30fc2ec2624d0134e795b77b 04:14:14 bca2f99d35d6: Download complete [Pipeline] // withDockerContainer [Pipeline] sh 04:14:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:14:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:14:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:14:18 + ls -al . 04:14:18 total 136 04:14:18 drwxrwxr-x 9 jenkins jenkins 4096 Dec 2 04:14 . 04:14:18 drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 04:12 .. 04:14:18 -rw-rw-r-- 1 jenkins jenkins 140 Dec 2 04:12 .dockerignore 04:14:18 drwxrwxr-x 8 jenkins jenkins 4096 Dec 2 04:12 .git 04:14:18 drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 04:12 .github 04:14:18 -rw-rw-r-- 1 jenkins jenkins 338 Dec 2 04:12 .gitignore 04:14:18 -rw-rw-r-- 1 jenkins jenkins 5589 Dec 2 04:12 Attribution.txt 04:14:18 -rw-rw-r-- 1 jenkins jenkins 1430 Dec 2 04:12 Dockerfile 04:14:18 -rw-rw-r-- 1 jenkins jenkins 954 Dec 2 04:12 Dockerfile.build 04:14:18 -rw-rw-r-- 1 jenkins jenkins 679 Dec 2 04:12 Jenkinsfile 04:14:18 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 2 04:12 LICENSE 04:14:18 -rw-rw-r-- 1 jenkins jenkins 880 Dec 2 04:12 Makefile 04:14:18 -rw-rw-r-- 1 jenkins jenkins 591 Dec 2 04:12 README.md 04:14:18 -rw-rw-r-- 1 jenkins jenkins 5 Dec 2 04:11 VERSION 04:14:18 drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 04:12 bin 04:14:18 drwxrwxr-x 3 jenkins jenkins 4096 Dec 2 04:12 cmd 04:14:18 -rw-r--r-- 1 jenkins jenkins 22364 Dec 2 04:14 coverage.out 04:14:18 -rw-r--r-- 1 jenkins jenkins 523 Dec 2 04:14 go.mod 04:14:18 -rw-r--r-- 1 jenkins jenkins 14850 Dec 2 04:14 go.sum 04:14:18 drwxrwxr-x 3 jenkins jenkins 4096 Dec 2 04:12 internal 04:14:18 drwxrwxr-x 2 jenkins jenkins 4096 Dec 2 04:12 simulator 04:14:18 drwxrwxr-x 4 jenkins jenkins 4096 Dec 2 04:12 snap 04:14:18 -rw-rw-r-- 1 jenkins jenkins 229 Dec 2 04:12 version.go [Pipeline] isUnix [Pipeline] sh 04:14:18 + 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=03c230da0c2e2b5b1f471164a42407c1917286ca --label arch=arm64 --label version=0.0.0 . 04:14:19 Sending build context to Docker daemon 549.9kB 04:14:19 Step 1/20 : ARG BASE=golang:1.15-alpine 04:14:19 Step 2/20 : FROM ${BASE} AS builder 04:14:19 ---> e4287f208ec3 04:14:19 Step 3/20 : ARG MAKE='make build' 04:14:19 ---> Running in e94760ee3325 04:14:19 bca2f99d35d6: Pull complete 04:14:19 93359f2a8cfa: Pull complete 04:14:19 7c6f9722023f: Pull complete 04:14:19 Removing intermediate container e94760ee3325 04:14:19 ---> 419a65072861 04:14:19 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:19 ---> Running in f0e8cb632804 04:14:21 Removing intermediate container f0e8cb632804 04:14:21 ---> 27ddac70497e 04:14:21 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 04:14:22 ---> Running in c9768dc39930 04:14:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:14:23 a35cf1a2eb13: Pull complete 04:14:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:14:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:14:23 ---> a62c8e92a672 04:14:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 04:14:23 ---> Running in ef8b5b58e1a6 04:14:23 Removing intermediate container ef8b5b58e1a6 04:14:23 ---> b66b50556c4e 04:14:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:23 ---> Running in 6a629218bce4 04:14:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:14:24 OK: 221 MiB in 53 packages 04:14:24 Removing intermediate container 6a629218bce4 04:14:24 ---> aad6ef9dab65 04:14:24 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 04:14:24 ---> Running in d65d7c7f1e8b 04:14:25 Removing intermediate container c9768dc39930 04:14:25 ---> 8d6a39548719 04:14:25 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 04:14:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:14:25 ---> Running in eb97e8ac848d 04:14:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:14:26 Removing intermediate container eb97e8ac848d 04:14:26 ---> ecc07bbb7470 04:14:26 Step 7/20 : COPY . . 04:14:26 (1/14) Installing libmagic (5.38-r0) 04:14:26 (2/14) Installing file (5.38-r0) 04:14:27 ---> ff72f9a3f899 04:14:27 Step 8/20 : RUN ${MAKE} 04:14:27 (3/14) Installing libc-dev (0.7.2-r3) 04:14:27 (4/14) Installing g++ (9.3.0-r2) 04:14:27 ---> Running in 1a00e849ed26 04:14:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 04:14:39 (5/14) Installing fortify-headers (1.1-r0) 04:14:39 (6/14) Installing patch (2.7.6-r6) 04:14:39 (7/14) Installing build-base (0.5-r2) 04:14:39 (8/14) Installing openssh-keygen (8.3_p1-r0) 04:14:39 (9/14) Installing libedit (20191231.3.1-r0) 04:14:39 (10/14) Installing openssh-client (8.3_p1-r0) 04:14:39 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 04:14:39 (12/14) Installing openssh-server-common (8.3_p1-r0) 04:14:39 (13/14) Installing openssh-server (8.3_p1-r0) 04:14:40 (14/14) Installing openssh (8.3_p1-r0) 04:14:40 Executing busybox-1.31.1-r19.trigger 04:14:40 OK: 237 MiB in 53 packages 04:14:43 Removing intermediate container d65d7c7f1e8b 04:14:43 ---> ffb8efc8e6a1 04:14:43 Step 6/8 : WORKDIR /device-modbus-go 04:14:43 ---> Running in efb1f129d48d 04:14:43 Removing intermediate container efb1f129d48d 04:14:43 ---> 802d368bcd1f 04:14:43 Step 7/8 : COPY . . 04:14:44 ---> 979b5fae2828 04:14:44 Step 8/8 : RUN go mod download 04:14:44 ---> Running in 9b7eb6569159 04:14:55 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:14:59 Removing intermediate container 1a00e849ed26 04:14:59 ---> d51c0b7932cd 04:14:59 Step 9/20 : FROM scratch 04:14:59 ---> 04:14:59 Step 10/20 : ENV APP_PORT=49991 04:14:59 ---> Running in 5ecd9170a0ac 04:14:59 Removing intermediate container 5ecd9170a0ac 04:14:59 ---> b924b64ae5fa 04:14:59 Step 11/20 : EXPOSE $APP_PORT 04:14:59 ---> Running in 8a77ae778e06 04:15:00 Removing intermediate container 8a77ae778e06 04:15:00 ---> feb2e028c7e1 04:15:00 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 04:15:01 ---> bff6f23e278b 04:15:01 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 04:15:01 ---> e7634cd9efb0 04:15:01 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 04:15:02 ---> d6d4d777cc42 04:15:02 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 04:15:02 ---> Running in d1f61c3fbf27 04:15:02 Removing intermediate container 9b7eb6569159 04:15:02 ---> e29011b22e6b 04:15:02 Successfully built e29011b22e6b 04:15:02 Successfully tagged ci-base-image-x86_64:latest 04:15:02 Removing intermediate container d1f61c3fbf27 04:15:02 ---> 00f009c577c9 04:15:02 Step 16/20 : ENTRYPOINT ["/device-modbus"] [Pipeline] isUnix [Pipeline] sh 04:15:03 ---> Running in 355cb6c606b4 04:15:03 + docker inspect -f . ci-base-image-x86_64 04:15:03 . [Pipeline] withDockerContainer 04:15:03 prd-centos7-docker-4c-2g-14129 does not seem to be running inside a container 04:15:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/3 -v /w/workspace/device-modbus-go/3:/w/workspace/device-modbus-go/3:rw,z -v /w/workspace/device-modbus-go/3@tmp:/w/workspace/device-modbus-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:15:03 Removing intermediate container 355cb6c606b4 04:15:03 ---> 7fcb1232b6d0 04:15:03 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:15:03 ---> Running in 8a3ccd236cc5 04:15:04 Removing intermediate container 8a3ccd236cc5 04:15:04 ---> b0750475f99c 04:15:04 Step 18/20 : LABEL arch=arm64 04:15:04 $ docker top 2f0e6d7735e765d23a94bc0f40edc8c475282714d1f0c66f9aadc4ad875c718d -eo pid,comm 04:15:04 ---> Running in 07e5bd2e9e66 [Pipeline] { [Pipeline] sh 04:15:04 Removing intermediate container 07e5bd2e9e66 04:15:04 ---> cf849a3d122c 04:15:04 Step 19/20 : LABEL git_sha=03c230da0c2e2b5b1f471164a42407c1917286ca 04:15:04 + go version 04:15:04 go version go1.15.5 linux/amd64 [Pipeline] } 04:15:04 $ docker stop --time=1 2f0e6d7735e765d23a94bc0f40edc8c475282714d1f0c66f9aadc4ad875c718d 04:15:04 ---> Running in 8e4912a1e517 04:15:05 Removing intermediate container 8e4912a1e517 04:15:05 ---> 19863a9182a6 04:15:05 Step 20/20 : LABEL version=0.0.0 04:15:05 ---> Running in 7b39bbf634de 04:15:06 Removing intermediate container 7b39bbf634de 04:15:06 ---> d95876f64ff0 04:15:06 [Warning] One or more build-args [ARCH] were not consumed 04:15:06 Successfully built d95876f64ff0 04:15:06 Successfully tagged docker-device-modbus-go-arm64:latest 04:15:06 $ docker rm -f 2f0e6d7735e765d23a94bc0f40edc8c475282714d1f0c66f9aadc4ad875c718d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 04:15:07 + docker inspect -f . ci-base-image-x86_64 04:15:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerContainer 04:15:07 prd-centos7-docker-4c-2g-14129 does not seem to be running inside a container 04:15:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/3 -v /w/workspace/device-modbus-go/3:/w/workspace/device-modbus-go/3:rw,z -v /w/workspace/device-modbus-go/3@tmp:/w/workspace/device-modbus-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:15:08 $ docker top bcd73bd66928c0a48e846c1e6f71aa7665d1bde928f773bf08f83839fd3ccf77 -eo pid,comm [Pipeline] { [Pipeline] // ws [Pipeline] } [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 04:15:08 + make test 04:15:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 04:15:09 ? github.com/edgexfoundry/device-modbus-go [no test files] 04:15:20 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 04:15:20 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.263s coverage: 50.3% of statements 04:15:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 04:15:23 gofmt -l . 04:15:23 [ "`gofmt -l .`" = "" ] 04:15:23 ./bin/test-attribution-txt.sh 04:15:23 ./bin/test-go-mod-tidy.sh [Pipeline] } 04:15:24 $ docker stop --time=1 bcd73bd66928c0a48e846c1e6f71aa7665d1bde928f773bf08f83839fd3ccf77 04:15:26 $ docker rm -f bcd73bd66928c0a48e846c1e6f71aa7665d1bde928f773bf08f83839fd3ccf77 [Pipeline] // withDockerContainer [Pipeline] sh 04:15:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:15:27 Warning: overwriting stash ‘coverage-report’ 04:15:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:15:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:15:28 + ls -al . 04:15:28 total 104 04:15:28 drwxrwxr-x. 9 jenkins jenkins 4096 Dec 2 04:15 . 04:15:28 drwxrwxr-x. 4 jenkins jenkins 28 Dec 2 04:14 .. 04:15:28 -rw-rw-r--. 1 jenkins jenkins 5589 Dec 2 04:14 Attribution.txt 04:15:28 drwxrwxr-x. 2 jenkins jenkins 87 Dec 2 04:14 bin 04:15:28 drwxrwxr-x. 3 jenkins jenkins 32 Dec 2 04:14 cmd 04:15:28 -rw-r--r--. 1 jenkins jenkins 22364 Dec 2 04:15 coverage.out 04:15:28 -rw-rw-r--. 1 jenkins jenkins 1430 Dec 2 04:14 Dockerfile 04:15:28 -rw-rw-r--. 1 jenkins jenkins 954 Dec 2 04:14 Dockerfile.build 04:15:28 -rw-rw-r--. 1 jenkins jenkins 140 Dec 2 04:14 .dockerignore 04:15:28 drwxrwxr-x. 8 jenkins jenkins 179 Dec 2 04:14 .git 04:15:28 drwxrwxr-x. 2 jenkins jenkins 60 Dec 2 04:14 .github 04:15:28 -rw-rw-r--. 1 jenkins jenkins 338 Dec 2 04:14 .gitignore 04:15:28 -rw-r--r--. 1 jenkins jenkins 523 Dec 2 04:15 go.mod 04:15:28 -rw-r--r--. 1 jenkins jenkins 14850 Dec 2 04:15 go.sum 04:15:28 drwxrwxr-x. 3 jenkins jenkins 20 Dec 2 04:14 internal 04:15:28 -rw-rw-r--. 1 jenkins jenkins 679 Dec 2 04:14 Jenkinsfile 04:15:28 -rw-rw-r--. 1 jenkins jenkins 11340 Dec 2 04:14 LICENSE 04:15:28 -rw-rw-r--. 1 jenkins jenkins 880 Dec 2 04:14 Makefile 04:15:28 -rw-rw-r--. 1 jenkins jenkins 591 Dec 2 04:14 README.md 04:15:28 drwxrwxr-x. 2 jenkins jenkins 52 Dec 2 04:14 simulator 04:15:28 drwxrwxr-x. 4 jenkins jenkins 54 Dec 2 04:14 snap 04:15:28 -rw-rw-r--. 1 jenkins jenkins 5 Dec 2 04:11 VERSION 04:15:28 -rw-rw-r--. 1 jenkins jenkins 229 Dec 2 04:14 version.go [Pipeline] isUnix [Pipeline] sh 04:15:29 + 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=03c230da0c2e2b5b1f471164a42407c1917286ca --label arch=amd64 --label version=0.0.0 . 04:15:29 Sending build context to Docker daemon 550.9kB 04:15:29 Step 1/20 : ARG BASE=golang:1.15-alpine 04:15:29 Step 2/20 : FROM ${BASE} AS builder 04:15:29 ---> e29011b22e6b 04:15:29 Step 3/20 : ARG MAKE='make build' 04:15:29 ---> Running in b1f43510ec5f 04:15:29 Removing intermediate container b1f43510ec5f 04:15:29 ---> eba623dd1ef6 04:15:29 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:29 ---> Running in 40eeee1bc341 04:15:30 Removing intermediate container 40eeee1bc341 04:15:30 ---> 108e995099a5 04:15:30 Step 5/20 : RUN apk add --update --no-cache make git openssh build-base 04:15:30 ---> Running in d69f811781ce 04:15:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:15:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:15:32 OK: 237 MiB in 53 packages 04:15:33 Removing intermediate container d69f811781ce 04:15:33 ---> f2658da04a68 04:15:33 Step 6/20 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go 04:15:33 ---> Running in 781de93eb411 04:15:33 Removing intermediate container 781de93eb411 04:15:33 ---> 1980535bdcb9 04:15:33 Step 7/20 : COPY . . 04:15:34 ---> 8425afa8fa81 04:15:34 Step 8/20 : RUN ${MAKE} 04:15:34 ---> Running in 295c2e958985 04:15:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 04:15:43 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:15:46 Removing intermediate container 295c2e958985 04:15:46 ---> ebd716fc47ff 04:15:46 Step 9/20 : FROM scratch 04:15:46 ---> 04:15:46 Step 10/20 : ENV APP_PORT=49991 04:15:46 ---> Running in c35e274c7929 04:15:46 Removing intermediate container c35e274c7929 04:15:46 ---> 64cffea92834 04:15:46 Step 11/20 : EXPOSE $APP_PORT 04:15:46 ---> Running in 661fbd1757ef 04:15:46 Removing intermediate container 661fbd1757ef 04:15:46 ---> 6fb1659b9d53 04:15:46 Step 12/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / 04:15:47 ---> 7a945249303a 04:15:47 Step 13/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / 04:15:47 ---> d262623fc81e 04:15:47 Step 14/20 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / 04:15:47 ---> 0499411fc3be 04:15:47 Step 15/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' 04:15:47 ---> Running in 30aa019fc28b 04:15:47 Removing intermediate container 30aa019fc28b 04:15:47 ---> 037e345bc307 04:15:47 Step 16/20 : ENTRYPOINT ["/device-modbus"] 04:15:47 ---> Running in 075d7f52c95a 04:15:47 Removing intermediate container 075d7f52c95a 04:15:47 ---> e14fa5cfd667 04:15:47 Step 17/20 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:15:47 ---> Running in 04cdc323df9f 04:15:48 Removing intermediate container 04cdc323df9f 04:15:48 ---> 1ace38b6dc34 04:15:48 Step 18/20 : LABEL arch=amd64 04:15:48 ---> Running in ed57859a23d6 04:15:48 Removing intermediate container ed57859a23d6 04:15:48 ---> 4f09e66c2582 04:15:48 Step 19/20 : LABEL git_sha=03c230da0c2e2b5b1f471164a42407c1917286ca 04:15:48 ---> Running in 75dfec553251 04:15:48 Removing intermediate container 75dfec553251 04:15:48 ---> 5b067ddd5092 04:15:48 Step 20/20 : LABEL version=0.0.0 04:15:48 ---> Running in 8568ed0411d5 04:15:49 Removing intermediate container 8568ed0411d5 04:15:49 ---> 7a744232fe97 04:15:49 [Warning] One or more build-args [ARCH] were not consumed 04:15:49 Successfully built 7a744232fe97 04:15:49 Successfully tagged docker-device-modbus-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 04:16:04 Still waiting to schedule task 04:16:04 All nodes of label ‘centos7-docker-8c-8g’ are offline 04:17:04 Running on prd-centos7-docker-8c-8g-14130 in /w/workspace/xfoundry_device-modbus-go_PR-191 [Pipeline] { [Pipeline] ws 04:17:04 Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout 04:17:06 using credential edgex-jenkins-ssh 04:17:06 Cloning the remote Git repository 04:17:06 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 04:17:06 > git init /w/workspace/device-modbus-go/3 # timeout=10 04:17:06 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 04:17:06 > git --version # timeout=10 04:17:06 > git --version # 'git version 2.24.3' 04:17:06 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:17:07 Merging remotes/origin/master commit 95d835c9ad69cefa5d9aad86a817c44949ea3288 into PR head commit 03c230da0c2e2b5b1f471164a42407c1917286ca 04:17:07 Merge succeeded, producing 03c230da0c2e2b5b1f471164a42407c1917286ca 04:17:07 Checking out Revision 03c230da0c2e2b5b1f471164a42407c1917286ca (PR-191) 04:17:07 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 04:17:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:17:07 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 04:17:07 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 04:17:07 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/191/head:refs/remotes/origin/PR-191 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:17:07 > git config core.sparsecheckout # timeout=10 04:17:07 > git checkout -f 03c230da0c2e2b5b1f471164a42407c1917286ca # timeout=10 04:17:07 > git remote # timeout=10 04:17:07 > git config --get remote.origin.url # timeout=10 04:17:07 using GIT_SSH to set credentials SSH Credentials for GitHub 04:17:07 > git merge 95d835c9ad69cefa5d9aad86a817c44949ea3288 # timeout=10 04:17:07 > git rev-parse HEAD^{commit} # timeout=10 04:17:07 > git config core.sparsecheckout # timeout=10 04:17:07 > git checkout -f 03c230da0c2e2b5b1f471164a42407c1917286ca # timeout=10 04:17:11 Commit message: "feat: Enhance Modbus simulator to count reading amount" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:17:13 ++ find /w/workspace/device-modbus-go/3 04:17:13 ++ grep snapcraft.yaml 04:17:13 + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:13 provisioning config files... 04:17:13 copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/3@tmp/config5621714018166409237tmp [Pipeline] { [Pipeline] sh 04:17:13 + cp /w/workspace/device-modbus-go/3@tmp/config5621714018166409237tmp /w/workspace/device-modbus-go/3/edgex-snap-store-login [Pipeline] sh 04:17:13 + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/3:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 04:17:13 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 04:17:14 latest: Pulling from edgex-devops/edgex-snap-builder 04:17:14 f08d8e2a3ba1: Pulling fs layer 04:17:14 3baa9cb2483b: Pulling fs layer 04:17:14 94e5ff4c0b15: Pulling fs layer 04:17:14 1860925334f9: Pulling fs layer 04:17:14 2daf38717194: Pulling fs layer 04:17:14 309017e8d7a4: Pulling fs layer 04:17:14 f7790dc9fd0f: Pulling fs layer 04:17:14 cac0ae9282c2: Pulling fs layer 04:17:14 1f4cadf9a1ed: Pulling fs layer 04:17:14 309017e8d7a4: Waiting 04:17:14 f7790dc9fd0f: Waiting 04:17:14 cac0ae9282c2: Waiting 04:17:14 1f4cadf9a1ed: Waiting 04:17:14 1860925334f9: Waiting 04:17:14 2daf38717194: Waiting 04:17:14 3baa9cb2483b: Verifying Checksum 04:17:14 3baa9cb2483b: Download complete 04:17:14 94e5ff4c0b15: Download complete 04:17:14 1860925334f9: Verifying Checksum 04:17:14 1860925334f9: Download complete 04:17:14 309017e8d7a4: Verifying Checksum 04:17:14 309017e8d7a4: Download complete 04:17:14 f7790dc9fd0f: Verifying Checksum 04:17:14 f7790dc9fd0f: Download complete 04:17:14 cac0ae9282c2: Verifying Checksum 04:17:14 cac0ae9282c2: Download complete 04:17:14 1f4cadf9a1ed: Verifying Checksum 04:17:14 1f4cadf9a1ed: Download complete 04:17:16 f08d8e2a3ba1: Verifying Checksum 04:17:16 f08d8e2a3ba1: Download complete 04:17:17 f08d8e2a3ba1: Pull complete 04:17:17 3baa9cb2483b: Pull complete 04:17:17 94e5ff4c0b15: Pull complete 04:17:17 1860925334f9: Pull complete 04:17:21 2daf38717194: Verifying Checksum 04:17:21 2daf38717194: Download complete 04:17:33 2daf38717194: Pull complete 04:17:33 309017e8d7a4: Pull complete 04:17:33 f7790dc9fd0f: Pull complete 04:17:33 cac0ae9282c2: Pull complete 04:17:33 1f4cadf9a1ed: Pull complete 04:17:33 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 04:17:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 04:17:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:17:37 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:17:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] 04:17:37 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:17:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1800 kB] 04:17:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [230 kB] 04:17:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1365 kB] 04:17:37 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 04:17:37 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] 04:17:37 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [259 kB] 04:17:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2227 kB] 04:17:38 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2131 kB] 04:17:38 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 04:17:38 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 04:17:38 Fetched 8356 kB in 1s (6339 kB/s) 04:17:38 Reading package lists... 04:17:41 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:17:41 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:17:41 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:17:41 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 04:17:42 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 04:17:44 Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-base perl-modules-5.26 04:17:44 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 04:17:44 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 04:17:44 Reading state information... 0% Reading state information... 0% Reading state information... Done 04:17:44 The following packages were automatically installed and are no longer required: 04:17:44 libjq1 libonig4 04:17:44 Use 'sudo apt autoremove' to remove them. 04:17:44 Suggested packages: 04:17:44 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:17:44 git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed 04:17:44 diffutils-doc perl-doc libterm-readline-gnu-perl 04:17:44 | libterm-readline-perl-perl 04:17:45 The following NEW packages will be installed: 04:17:45 curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 04:17:45 libperl5.26 make netbase patch perl perl-modules-5.26 04:17:45 The following packages will be upgraded: 04:17:45 perl-base 04:17:45 1 upgraded, 14 newly installed, 0 to remove and 50 not upgraded. 04:17:45 Need to get 13.4 MB of archives. 04:17:45 After this operation, 77.5 MB of additional disk space will be used. 04:17:45 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 04:17:45 0% [1 perl-base 12.6 kB/1391 kB 1%] 4% [1 perl-base 658 kB/1391 kB 47%] 10% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 04:17:46 10% [2 perl-modules-5.26 37.1 kB/2762 kB 1%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 04:17:46 28% [3 libgdbm5 21.7 kB/26.0 kB 83%] 29% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 04:17:46 29% [4 libgdbm-compat4 6084 B/6084 B 100%] 30% [Working] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 04:17:46 30% [5 libperl5.26 7184 B/3534 kB 0%] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 04:17:46 53% [6 perl 7318 B/201 kB 4%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 04:17:46 56% [7 less 112 kB/112 kB 100%] 57% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 04:17:46 57% [8 netbase 12.7 kB/12.7 kB 100%] 59% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 04:17:46 59% [9 curl 13.3 kB/159 kB 8%] 61% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 04:17:46 61% [10 libcurl3-gnutls 17.7 kB/213 kB 8%] 64% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:17:46 64% [11 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 04:17:46 65% [12 git-man 11.6 kB/804 kB 1%] 71% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 04:17:46 71% [13 git 0 B/3915 kB 0%] 96% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 04:17:46 96% [14 make 11.3 kB/154 kB 7%] 98% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:17:46 98% [15 patch 53.7 kB/102 kB 53%] 100% [Working] Fetched 13.4 MB in 1s (9369 kB/s) 04:17:46 debconf: delaying package configuration, since apt-utils is not installed 04:17:46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 04:17:46 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 04:17:46 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 04:17:49 Setting up perl-base (5.26.1-6ubuntu0.5) ... 04:17:49 Selecting previously unselected package perl-modules-5.26. 04:17:49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 04:17:49 Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 04:17:49 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:17:50 Selecting previously unselected package libgdbm5:amd64. 04:17:50 Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... 04:17:50 Unpacking libgdbm5:amd64 (1.14.1-6) ... 04:17:50 Selecting previously unselected package libgdbm-compat4:amd64. 04:17:50 Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... 04:17:50 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 04:17:50 Selecting previously unselected package libperl5.26:amd64. 04:17:50 Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 04:17:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:17:51 Selecting previously unselected package perl. 04:17:51 Preparing to unpack .../04-perl_5.26.1-6ubuntu0.5_amd64.deb ... 04:17:51 Unpacking perl (5.26.1-6ubuntu0.5) ... 04:17:51 Selecting previously unselected package less. 04:17:51 Preparing to unpack .../05-less_487-0.1_amd64.deb ... 04:17:51 Unpacking less (487-0.1) ... 04:17:51 Selecting previously unselected package netbase. 04:17:51 Preparing to unpack .../06-netbase_5.4_all.deb ... 04:17:51 Unpacking netbase (5.4) ... 04:17:51 Selecting previously unselected package curl. 04:17:51 Preparing to unpack .../07-curl_7.58.0-2ubuntu3.10_amd64.deb ... 04:17:51 Unpacking curl (7.58.0-2ubuntu3.10) ... 04:17:51 Selecting previously unselected package libcurl3-gnutls:amd64. 04:17:51 Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 04:17:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 04:17:51 Selecting previously unselected package liberror-perl. 04:17:51 Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... 04:17:51 Unpacking liberror-perl (0.17025-1) ... 04:17:51 Selecting previously unselected package git-man. 04:17:51 Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:17:51 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:17:51 Selecting previously unselected package git. 04:17:51 Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 04:17:51 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:17:52 Selecting previously unselected package make. 04:17:52 Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... 04:17:52 Unpacking make (4.1-9.1ubuntu1) ... 04:17:52 Selecting previously unselected package patch. 04:17:52 Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:17:52 Unpacking patch (2.7.6-2ubuntu1.1) ... 04:17:52 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:17:52 Setting up less (487-0.1) ... 04:17:52 Setting up make (4.1-9.1ubuntu1) ... 04:17:52 Setting up curl (7.58.0-2ubuntu3.10) ... 04:17:52 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 04:17:52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:17:52 Setting up libgdbm5:amd64 (1.14.1-6) ... 04:17:52 Setting up patch (2.7.6-2ubuntu1.1) ... 04:17:52 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 04:17:52 Setting up netbase (5.4) ... 04:17:52 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:17:52 Setting up perl (5.26.1-6ubuntu0.5) ... 04:17:52 Setting up liberror-perl (0.17025-1) ... 04:17:52 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:17:52 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 04:17:52 Processing triggers for mime-support (3.60ubuntu1) ... 04:17:53 curl set to automatically installed. 04:17:53 git set to automatically installed. 04:17:53 git-man set to automatically installed. 04:17:53 less set to automatically installed. 04:17:53 libcurl3-gnutls set to automatically installed. 04:17:53 liberror-perl set to automatically installed. 04:17:53 libgdbm-compat4 set to automatically installed. 04:17:53 libgdbm5 set to automatically installed. 04:17:53 libperl5.26 set to automatically installed. 04:17:54 make set to automatically installed. 04:17:54 netbase set to automatically installed. 04:17:54 patch set to automatically installed. 04:17:54 perl set to automatically installed. 04:17:54 perl-base set to automatically installed. 04:17:54 perl-modules-5.26 set to automatically installed. 04:17:54 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 04:17:54 Please ensure the environment is properly setup before continuing. 04:17:54 Ignore this message if the appropriate measures have already been taken 04:17:54 Pulling go  04:17:55 'device-modbus' has dependencies that need to be staged: go 04:17:55 Skipping pull go (already ran) 04:17:55 Building go  04:17:55 % Total % Received % Xferd Average Speed Time Time Time Current 04:17:55 Dload Upload Total Spent Left Speed 04:17:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 37 115M 37 43.7M 0 0 45.4M 0 0:00:02 --:--:-- 0:00:02 45.4M 91 115M 91 105M 0 0 53.7M 0 0:00:02 0:00:01 0:00:01 53.7M 100 115M 100 115M 0 0 54.1M 0 0:00:02 0:00:02 --:--:-- 54.1M 04:17:58 go1.15.2.linux-amd64.tar.gz: OK 04:18:03 Staging go  04:18:03 Pulling device-modbus  04:18:03 Skipping build go (already ran) 04:18:03 Building device-modbus  04:18:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd 04:18:04 go: downloading github.com/edgexfoundry/device-sdk-go v1.3.1-dev.4 04:18:04 go: downloading github.com/goburrow/modbus v0.1.0 04:18:04 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.115 04:18:04 go: downloading github.com/goburrow/serial v0.1.0 04:18:04 go: downloading github.com/gorilla/mux v1.8.0 04:18:04 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 04:18:04 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 04:18:04 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:18:04 go: downloading github.com/pkg/errors v0.8.1 04:18:04 go: downloading gopkg.in/yaml.v2 v2.4.0 04:18:04 go: downloading github.com/go-kit/kit v0.8.0 04:18:04 go: downloading github.com/google/uuid v1.1.2 04:18:04 go: downloading github.com/go-playground/validator/v10 v10.3.0 04:18:04 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:18:04 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 04:18:04 go: downloading github.com/BurntSushi/toml v0.3.1 04:18:04 go: downloading github.com/pelletier/go-toml v1.2.0 04:18:04 go: downloading github.com/hashicorp/consul/api v1.1.0 04:18:04 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 04:18:04 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:18:05 go: downloading github.com/x448/float16 v0.8.4 04:18:05 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:18:05 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:18:05 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:18:05 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:18:05 go: downloading github.com/go-playground/universal-translator v0.17.0 04:18:05 go: downloading github.com/hashicorp/serf v0.8.2 04:18:05 go: downloading github.com/leodido/go-urn v1.2.0 04:18:05 go: downloading github.com/go-playground/locales v0.13.0 04:18:05 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:18:05 go: downloading github.com/mitchellh/copystructure v1.0.0 04:18:05 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:18:05 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:18:05 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:18:05 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:18:05 go: downloading github.com/hashicorp/golang-lru v0.5.1 04:18:10 CGO_ENABLED=0 GO111MODULE=on go build ./... 04:18:12 Skipping stage go (already ran) 04:18:12 Staging device-modbus  04:18:13 Priming go  04:18:13 Priming device-modbus  04:18:14 DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. 04:18:14 See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. 04:18:14 Determining the version from the project repo (version-script). 04:18:14 The version has been set to 'local-dev-20201202+03c230d' 04:18:15 Snapping | Snapping / Snapping - Snapping | 04:18:15 Snapped edgex-device-modbus_local-dev-20201202+03c230d_amd64.snap [Pipeline] } 04:18:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [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 04:18:19 provisioning config files... 04:18:19 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-191@tmp/config7688125143460713596tmp [Pipeline] { [Pipeline] sh 04:18:19 + set +x 04:18:19 + curl -s https://codecov.io/bash 04:18:19 + bash -s -- 04:18:19 04:18:19 _____ _ 04:18:19 / ____| | | 04:18:19 | | ___ __| | ___ ___ _____ __ 04:18:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:18:19 | |___| (_) | (_| | __/ (_| (_) \ V / 04:18:19 \_____\___/ \__,_|\___|\___\___/ \_/ 04:18:19 Bash-20201130-cc6d3fe 04:18:19 04:18:19 04:18:19 ==> Jenkins CI detected. 04:18:19 project root: . 04:18:19 --> token set from env 04:18:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:18:19 ==> Running gcov in . (disable via -X gcov) 04:18:19 ==> Python coveragepy not found 04:18:19 ==> Searching for coverage reports in: 04:18:19 + . 04:18:19 -> Found 1 reports 04:18:19 ==> Detecting git/mercurial file structure 04:18:19 ==> Reading reports 04:18:20 + ./coverage.out bytes=22364 04:18:20 ==> Appending adjustments 04:18:20 https://docs.codecov.io/docs/fixing-reports 04:18:20 + Found adjustments 04:18:20 ==> Gzipping contents 04:18:20 8.0K /tmp/codecov.ovWivV.gz 04:18:20 ==> Uploading reports 04:18:20 url: https://codecov.io 04:18:20 query: branch=PR-191&commit=03c230da0c2e2b5b1f471164a42407c1917286ca&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-191%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=191&job=&cmd_args= 04:18:20 -> Pinging Codecov 04:18:20 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-191&commit=03c230da0c2e2b5b1f471164a42407c1917286ca&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-191%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=191&job=&cmd_args= 04:18:20 -> Uploading to 04:18:20 https://storage.googleapis.com/codecov/v4/raw/2020-12-02/55DBCA73C666E3227836607328DD7E49/03c230da0c2e2b5b1f471164a42407c1917286ca/f0dd3cb3-db69-4c81-bcbc-00678570eeea.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201202T041820Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e8ac9fc58ef0b3ac0e00e4d241ccd11ceec07940df164d587c96f140bd3b8ba2 04:18:20 % Total % Received % Xferd Average Speed Time Time Time Current 04:18:20 Dload Upload Total Spent Left Speed 04:18:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4193 0 0 100 4193 0 9447 --:--:-- --:--:-- --:--:-- 9465 04:18:21 -> View reports at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/03c230da0c2e2b5b1f471164a42407c1917286ca [Pipeline] } 04:18:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 04:18:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:18:24 ---> package-listing.sh 04:18:24 ++ facter osfamily 04:18:24 ++ tr '[:upper:]' '[:lower:]' 04:18:24 + OS_FAMILY=redhat 04:18:24 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-191 04:18:24 + START_PACKAGES=/tmp/packages_start.txt 04:18:24 + END_PACKAGES=/tmp/packages_end.txt 04:18:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:18:24 + PACKAGES=/tmp/packages_start.txt 04:18:24 + '[' /w/workspace/xfoundry_device-modbus-go_PR-191 ']' 04:18:24 + PACKAGES=/tmp/packages_end.txt 04:18:24 + case "${OS_FAMILY}" in 04:18:24 + rpm -qa 04:18:24 + sort 04:18:29 + '[' -f /tmp/packages_start.txt ']' 04:18:29 + '[' -f /tmp/packages_end.txt ']' 04:18:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:18:29 + '[' /w/workspace/xfoundry_device-modbus-go_PR-191 ']' 04:18:29 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-191/archives/ 04:18:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-191/archives/ [Pipeline] echo 04:18:29 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_PR-191/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:18:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:18:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:18:30 04:18:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:18:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:18:31 alpine: Pulling from edgex-lftools-log-publisher 04:18:31 df20fa9351a1: Pulling fs layer 04:18:31 36b3adc4ff6f: Pulling fs layer 04:18:31 8ad3a11d3b57: Pulling fs layer 04:18:31 46f8f816bc3b: Pulling fs layer 04:18:31 93b61091891f: Pulling fs layer 04:18:31 93b9cdb0e59b: Pulling fs layer 04:18:31 5e14af77c1be: Pulling fs layer 04:18:31 01666e4c0597: Pulling fs layer 04:18:31 aa168da1d23b: Pulling fs layer 04:18:31 93b61091891f: Waiting 04:18:31 93b9cdb0e59b: Waiting 04:18:31 5e14af77c1be: Waiting 04:18:31 01666e4c0597: Waiting 04:18:31 aa168da1d23b: Waiting 04:18:31 46f8f816bc3b: Waiting 04:18:31 36b3adc4ff6f: Download complete 04:18:31 46f8f816bc3b: Verifying Checksum 04:18:31 46f8f816bc3b: Download complete 04:18:31 df20fa9351a1: Verifying Checksum 04:18:31 df20fa9351a1: Download complete 04:18:31 93b9cdb0e59b: Download complete 04:18:31 5e14af77c1be: Download complete 04:18:31 93b61091891f: Verifying Checksum 04:18:31 93b61091891f: Download complete 04:18:31 01666e4c0597: Verifying Checksum 04:18:31 01666e4c0597: Download complete 04:18:31 df20fa9351a1: Pull complete 04:18:31 8ad3a11d3b57: Verifying Checksum 04:18:31 8ad3a11d3b57: Download complete 04:18:31 36b3adc4ff6f: Pull complete 04:18:32 8ad3a11d3b57: Pull complete 04:18:32 46f8f816bc3b: Pull complete 04:18:33 93b61091891f: Pull complete 04:18:33 aa168da1d23b: Download complete 04:18:33 93b9cdb0e59b: Pull complete 04:18:33 5e14af77c1be: Pull complete 04:18:33 01666e4c0597: Pull complete 04:18:40 aa168da1d23b: Pull complete 04:18:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:18:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:18:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:18:40 prd-centos7-docker-4c-2g-14128 does not seem to be running inside a container 04:18:40 $ 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_PR-191/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_PR-191 -v /w/workspace/xfoundry_device-modbus-go_PR-191:/w/workspace/xfoundry_device-modbus-go_PR-191:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-191@tmp:/w/workspace/xfoundry_device-modbus-go_PR-191@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:18:44 $ docker top ea06d4c2bd8b724e4502a88a7d88398ef130ba0685104926f204260f23f954d0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:18:45 + touch /tmp/pre-build-complete [Pipeline] sh 04:18:45 + mkdir -p /var/log/sa [Pipeline] sh 04:18:46 + ls /var/log/sa-host 04:18:46 + sadf -c /var/log/sa-host/sa02 04:18:46 file_magic: OK 04:18:46 HZ: Using current value: 100 04:18:46 file_header: OK 04:18:46 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 04:18:46 Statistics: 04:18:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:18:46 File successfully converted to sysstat format version 12.2.1 04:18:46 + sadf -c /var/log/sa-host/sa23 04:18:46 file_magic: OK 04:18:46 HZ: Using current value: 100 04:18:46 file_header: OK 04:18:46 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 04:18:46 Statistics: 04:18:46 Hnuu...uuuununununu... 04:18:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:18:46 provisioning config files... 04:18:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-191@tmp/config511928934330606753tmp [Pipeline] { [Pipeline] echo 04:18:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:18:47 ---> create-netrc.sh [Pipeline] } 04:18:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:18:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:18:47 ---> python-tools-install.sh [Pipeline] echo 04:18:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:18:47 ---> sudo-logs.sh 04:18:47 Archiving 'sudo' log.. [Pipeline] echo 04:18:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:18:48 ---> job-cost.sh 04:18:48 lf-activate-venv: SKIPPING 04:18:48 INFO: No Stack... 04:18:49 INFO: Retrieving Pricing Info for: v1-standard-2 04:18:49 INFO: Archiving Costs [Pipeline] echo 04:18:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:18:50 ---> logs-deploy.sh 04:18:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-191/3 04:18:50 INFO: archiving workspace using pattern(s): 04:18:51 Archives upload complete. 04:18:51 INFO: archiving logs to Nexus