Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492+94aa4268434e23c8f700f751c1eb2cf3b0794e00 (8aff03b18aeb832905a719546bd915f772dca433) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1142 in /w/workspace/xfoundry_device-modbus-go_PR-224 [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-224 # 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 94aa4268434e23c8f700f751c1eb2cf3b0794e00 into PR head commit 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 Merge succeeded, producing 0888277a431bf23dae6e5177759a2dba95b4cb0b Checking out Revision 0888277a431bf23dae6e5177759a2dba95b4cb0b (PR-224) > 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/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # 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 94aa4268434e23c8f700f751c1eb2cf3b0794e00 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0888277a431bf23dae6e5177759a2dba95b4cb0b # timeout=10 Commit message: "Merge commit '94aa4268434e23c8f700f751c1eb2cf3b0794e00' into HEAD" > git rev-list --no-walk 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T08:54:56.476Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T08:54:56.567Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T08:54:56.595Z] ========================================================= [2021-04-20T08:54:56.595Z] EdgeX Global Pipelines Version Info [2021-04-20T08:54:56.595Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T08:54:58.140Z] ------------------- [2021-04-20T08:54:58.140Z] stable info: [2021-04-20T08:54:58.140Z] ------------------- [2021-04-20T08:54:58.140Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T08:54:58.140Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T08:54:58.140Z] Message: update stable to v1.0.186 [2021-04-20T08:54:59.089Z] ------------------- [2021-04-20T08:54:59.089Z] experimental info: [2021-04-20T08:54:59.089Z] ------------------- [2021-04-20T08:54:59.089Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T08:54:59.089Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T08:54:59.089Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T08:54:59.219Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2021-04-20T08:54:59.243Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2021-04-20T08:54:59.282Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T08:54:59.306Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T08:54:59.333Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T08:54:59.358Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T08:54:59.381Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T08:54:59.406Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T08:54:59.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-20T08:54:59.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T08:54:59.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T08:54:59.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2021-04-20T08:54:59.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T08:54:59.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T08:54:59.587Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T08:54:59.611Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T08:54:59.634Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T08:54:59.656Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T08:54:59.679Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T08:54:59.703Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T08:54:59.726Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-20T08:54:59.750Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-20T08:54:59.774Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-20T08:54:59.797Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-20T08:54:59.822Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-20T08:54:59.847Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T08:54:59.872Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-224 [Pipeline] echo [2021-04-20T08:54:59.895Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-224 [Pipeline] echo [2021-04-20T08:54:59.920Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-224 [Pipeline] echo [2021-04-20T08:54:59.943Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0888277a431bf23dae6e5177759a2dba95b4cb0b [Pipeline] echo [2021-04-20T08:54:59.967Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0888277 [Pipeline] echo [2021-04-20T08:54:59.992Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T08:55:00.068Z] provisioning config files... [2021-04-20T08:55:00.103Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/config8632931593463952339tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T08:55:00.436Z] ---> docker-login.sh [2021-04-20T08:55:00.436Z] nexus3.edgexfoundry.org:10001 [2021-04-20T08:55:00.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:55:00.965Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:55:00.965Z] Configure a credential helper to remove this warning. See [2021-04-20T08:55:00.965Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:55:00.965Z] [2021-04-20T08:55:00.965Z] Login Succeeded [2021-04-20T08:55:00.965Z] nexus3.edgexfoundry.org:10002 [2021-04-20T08:55:00.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:55:01.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:55:01.230Z] Configure a credential helper to remove this warning. See [2021-04-20T08:55:01.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:55:01.230Z] [2021-04-20T08:55:01.230Z] Login Succeeded [2021-04-20T08:55:01.230Z] nexus3.edgexfoundry.org:10003 [2021-04-20T08:55:01.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:55:01.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:55:01.230Z] Configure a credential helper to remove this warning. See [2021-04-20T08:55:01.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:55:01.230Z] [2021-04-20T08:55:01.230Z] Login Succeeded [2021-04-20T08:55:01.230Z] nexus3.edgexfoundry.org:10004 [2021-04-20T08:55:01.502Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:55:01.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:55:01.502Z] Configure a credential helper to remove this warning. See [2021-04-20T08:55:01.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:55:01.502Z] [2021-04-20T08:55:01.502Z] Login Succeeded [2021-04-20T08:55:01.502Z] docker.io [2021-04-20T08:55:01.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:55:02.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:55:02.037Z] Configure a credential helper to remove this warning. See [2021-04-20T08:55:02.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:55:02.037Z] [2021-04-20T08:55:02.037Z] Login Succeeded [2021-04-20T08:55:02.037Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T08:55:02.048Z] 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 [2021-04-20T08:55:02.533Z] + git log --format=format:%s -1 0888277a431bf23dae6e5177759a2dba95b4cb0b [Pipeline] echo [2021-04-20T08:55:02.625Z] GIT_COMMIT: 0888277a431bf23dae6e5177759a2dba95b4cb0b, Commit Message: Merge commit '94aa4268434e23c8f700f751c1eb2cf3b0794e00' into HEAD [Pipeline] echo [2021-04-20T08:55:02.640Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-20T08:55:03.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T08:55:03.655Z] [2021-04-20T08:55:03.655Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T08:55:03.975Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T08:55:03.975Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T08:55:03.975Z] 31603596830f: Pulling fs layer [2021-04-20T08:55:03.975Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T08:55:03.975Z] 6ca5941a6612: Pulling fs layer [2021-04-20T08:55:03.975Z] ecc8261a40a4: Pulling fs layer [2021-04-20T08:55:03.975Z] ecc8261a40a4: Waiting [2021-04-20T08:55:03.975Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T08:55:03.975Z] 2a8b12db71e7: Download complete [2021-04-20T08:55:03.975Z] 31603596830f: Verifying Checksum [2021-04-20T08:55:03.975Z] 31603596830f: Download complete [2021-04-20T08:55:04.238Z] 6ca5941a6612: Verifying Checksum [2021-04-20T08:55:04.238Z] 6ca5941a6612: Download complete [2021-04-20T08:55:04.238Z] ecc8261a40a4: Verifying Checksum [2021-04-20T08:55:04.238Z] ecc8261a40a4: Download complete [2021-04-20T08:55:04.502Z] 31603596830f: Pull complete [2021-04-20T08:55:04.502Z] 2a8b12db71e7: Pull complete [2021-04-20T08:55:05.458Z] 6ca5941a6612: Pull complete [2021-04-20T08:55:05.722Z] ecc8261a40a4: Pull complete [2021-04-20T08:55:05.722Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T08:55:05.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T08:55:05.986Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T08:55:06.103Z] prd-centos7-docker-4c-2g-1142 does not seem to be running inside a container [2021-04-20T08:55:06.170Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-224 -v /w/workspace/xfoundry_device-modbus-go_PR-224:/w/workspace/xfoundry_device-modbus-go_PR-224:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-224@tmp:/w/workspace/xfoundry_device-modbus-go_PR-224@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T08:55:08.064Z] $ docker top 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T08:55:08.232Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T08:55:08.232Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T08:55:08.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T08:55:08.467Z] $ docker exec 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 ssh-agent [2021-04-20T08:55:08.650Z] SSH_AUTH_SOCK=/tmp/ssh-Ki0giKKpx06X/agent.11 [2021-04-20T08:55:08.650Z] SSH_AGENT_PID=16 [2021-04-20T08:55:08.662Z] Running ssh-add (command line suppressed) [2021-04-20T08:55:08.804Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-224@tmp/private_key_2176673534171054756.key (/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/private_key_2176673534171054756.key) [2021-04-20T08:55:08.860Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T08:55:09.174Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T08:55:09.197Z] $ docker exec --env ******** --env ******** 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 ssh-agent -k [2021-04-20T08:55:09.321Z] unset SSH_AUTH_SOCK; [2021-04-20T08:55:09.321Z] unset SSH_AGENT_PID; [2021-04-20T08:55:09.321Z] echo Agent pid 16 killed; [2021-04-20T08:55:09.370Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T08:55:09.413Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T08:55:09.413Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T08:55:09.603Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T08:55:09.609Z] $ docker exec 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 ssh-agent [2021-04-20T08:55:09.786Z] SSH_AUTH_SOCK=/tmp/ssh-qe8U2NxbZPvu/agent.47 [2021-04-20T08:55:09.786Z] SSH_AGENT_PID=53 [2021-04-20T08:55:09.795Z] Running ssh-add (command line suppressed) [2021-04-20T08:55:09.930Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-224@tmp/private_key_3968131529877343836.key (/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/private_key_3968131529877343836.key) [2021-04-20T08:55:09.987Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T08:55:10.299Z] + git semver init [2021-04-20T08:55:10.299Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T08:55:10.299Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-224/.git [2021-04-20T08:55:10.299Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-224 [2021-04-20T08:55:10.299Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T08:55:10.299Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T08:55:10.299Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T08:55:10.299Z] # $SEMVER_BRANCH = PR-224 [2021-04-20T08:55:10.299Z] # $SEMVER_TEMP = /tmp/semver-174451164 [2021-04-20T08:55:10.299Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2021-04-20T08:55:10.877Z] # '/tmp/semver-174451164' -> '/w/workspace/xfoundry_device-modbus-go_PR-224/.semver' [2021-04-20T08:55:10.877Z] # -> Force: false [2021-04-20T08:55:10.877Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-224/.semver [Pipeline] } [2021-04-20T08:55:10.894Z] $ docker exec --env ******** --env ******** 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 ssh-agent -k [2021-04-20T08:55:11.023Z] unset SSH_AUTH_SOCK; [2021-04-20T08:55:11.024Z] unset SSH_AGENT_PID; [2021-04-20T08:55:11.024Z] echo Agent pid 53 killed; [2021-04-20T08:55:11.078Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T08:55:11.419Z] + git semver [Pipeline] } [2021-04-20T08:55:11.440Z] $ docker stop --time=1 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 [2021-04-20T08:55:12.960Z] $ docker rm -f 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T08:55:13.454Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T08:55:13.824Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T08:55:13.828Z] [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 [2021-04-20T08:55:29.006Z] Still waiting to schedule task [2021-04-20T08:55:29.006Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-20T08:55:29.009Z] Still waiting to schedule task [2021-04-20T08:55:29.010Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-20T08:57:11.001Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1143 in /w/workspace/xfoundry_device-modbus-go_PR-224 [Pipeline] { [Pipeline] ws [2021-04-20T08:57:11.026Z] Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout [2021-04-20T08:57:16.419Z] using credential edgex-jenkins-ssh [2021-04-20T08:57:16.442Z] Cloning the remote Git repository [2021-04-20T08:57:16.532Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-04-20T08:57:16.644Z] > git init /w/workspace/device-modbus-go/3 # timeout=10 [2021-04-20T08:57:16.729Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-04-20T08:57:16.730Z] > git --version # timeout=10 [2021-04-20T08:57:16.766Z] > git --version # 'git version 2.17.1' [2021-04-20T08:57:16.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T08:57:16.832Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T08:57:18.146Z] Merging remotes/origin/master commit 94aa4268434e23c8f700f751c1eb2cf3b0794e00 into PR head commit 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 [2021-04-20T08:57:18.358Z] Merge succeeded, producing f792e574079719f77e82bf467c18ba376fc27507 [2021-04-20T08:57:18.358Z] Checking out Revision f792e574079719f77e82bf467c18ba376fc27507 (PR-224) [2021-04-20T08:57:17.594Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-04-20T08:57:17.612Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T08:57:17.635Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-04-20T08:57:17.676Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-04-20T08:57:17.677Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T08:57:17.696Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T08:57:18.167Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T08:57:18.180Z] > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 [2021-04-20T08:57:18.254Z] > git remote # timeout=10 [2021-04-20T08:57:18.270Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T08:57:18.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T08:57:18.293Z] > git merge 94aa4268434e23c8f700f751c1eb2cf3b0794e00 # timeout=10 [2021-04-20T08:57:18.342Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T08:57:18.369Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T08:57:18.379Z] > git checkout -f f792e574079719f77e82bf467c18ba376fc27507 # timeout=10 [2021-04-20T08:57:22.553Z] Commit message: "Merge commit '94aa4268434e23c8f700f751c1eb2cf3b0794e00' into HEAD" [2021-04-20T08:57:22.568Z] > git rev-list --no-walk 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T08:57:24.341Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T08:57:24.768Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T08:57:25.108Z] + sudo service docker restart [2021-04-20T08:57:25.108Z] + true [2021-04-20T08:57:25.629Z] Running on prd-centos7-docker-4c-2g-1144 in /w/workspace/xfoundry_device-modbus-go_PR-224 [Pipeline] { [Pipeline] ws [2021-04-20T08:57:25.648Z] Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T08:57:27.797Z] provisioning config files... [2021-04-20T08:57:27.841Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/3@tmp/config107167411804700661tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T08:57:28.221Z] ---> docker-login.sh [2021-04-20T08:57:28.221Z] nexus3.edgexfoundry.org:10001 [2021-04-20T08:57:28.275Z] using credential edgex-jenkins-ssh [2021-04-20T08:57:28.290Z] Cloning the remote Git repository [2021-04-20T08:57:29.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:57:28.314Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2021-04-20T08:57:28.378Z] > git init /w/workspace/device-modbus-go/3 # timeout=10 [2021-04-20T08:57:28.440Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-04-20T08:57:28.440Z] > git --version # timeout=10 [2021-04-20T08:57:28.448Z] > git --version # 'git version 2.24.3' [2021-04-20T08:57:28.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T08:57:28.478Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T08:57:29.113Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-04-20T08:57:29.122Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T08:57:29.140Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2021-04-20T08:57:29.163Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2021-04-20T08:57:29.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T08:57:29.169Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T08:57:29.484Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:57:29.484Z] Configure a credential helper to remove this warning. See [2021-04-20T08:57:29.484Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:57:29.484Z] [2021-04-20T08:57:29.484Z] Login Succeeded [2021-04-20T08:57:29.484Z] nexus3.edgexfoundry.org:10002 [2021-04-20T08:57:29.679Z] Merging remotes/origin/master commit 94aa4268434e23c8f700f751c1eb2cf3b0794e00 into PR head commit 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 [2021-04-20T08:57:29.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:57:29.774Z] Merge succeeded, producing a522b15d56ccad1ba860ed69e76208389ca73c85 [2021-04-20T08:57:29.774Z] Checking out Revision a522b15d56ccad1ba860ed69e76208389ca73c85 (PR-224) [2021-04-20T08:57:30.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:57:30.037Z] Configure a credential helper to remove this warning. See [2021-04-20T08:57:30.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:57:30.037Z] [2021-04-20T08:57:30.037Z] Login Succeeded [2021-04-20T08:57:30.037Z] nexus3.edgexfoundry.org:10003 [2021-04-20T08:57:30.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:57:29.688Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T08:57:29.693Z] > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 [2021-04-20T08:57:29.731Z] > git remote # timeout=10 [2021-04-20T08:57:29.737Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T08:57:29.742Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T08:57:29.746Z] > git merge 94aa4268434e23c8f700f751c1eb2cf3b0794e00 # timeout=10 [2021-04-20T08:57:29.765Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T08:57:29.777Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T08:57:29.783Z] > git checkout -f a522b15d56ccad1ba860ed69e76208389ca73c85 # timeout=10 [2021-04-20T08:57:30.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:57:30.587Z] Configure a credential helper to remove this warning. See [2021-04-20T08:57:30.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:57:30.587Z] [2021-04-20T08:57:30.587Z] Login Succeeded [2021-04-20T08:57:30.587Z] nexus3.edgexfoundry.org:10004 [2021-04-20T08:57:30.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:57:31.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:57:31.136Z] Configure a credential helper to remove this warning. See [2021-04-20T08:57:31.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:57:31.136Z] [2021-04-20T08:57:31.136Z] Login Succeeded [2021-04-20T08:57:31.136Z] docker.io [2021-04-20T08:57:31.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:57:32.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:57:32.005Z] Configure a credential helper to remove this warning. See [2021-04-20T08:57:32.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:57:32.005Z] [2021-04-20T08:57:32.005Z] Login Succeeded [2021-04-20T08:57:32.005Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T08:57:32.022Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T08:57:32.328Z] ========================================================= [2021-04-20T08:57:32.329Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T08:57:32.329Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T08:57:32.668Z] + 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 . [2021-04-20T08:57:32.950Z] Sending build context to Docker daemon 596kB [2021-04-20T08:57:33.226Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T08:57:33.226Z] Step 2/8 : FROM ${BASE} [2021-04-20T08:57:33.226Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T08:57:33.226Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T08:57:33.226Z] a4357932f1b6: Pulling fs layer [2021-04-20T08:57:33.226Z] 18c013af1878: Pulling fs layer [2021-04-20T08:57:33.226Z] 00ac8860ef70: Pulling fs layer [2021-04-20T08:57:33.226Z] 63d7cb157983: Pulling fs layer [2021-04-20T08:57:33.226Z] b116817d02f9: Pulling fs layer [2021-04-20T08:57:33.226Z] 745a02a5169b: Pulling fs layer [2021-04-20T08:57:33.226Z] 63d7cb157983: Waiting [2021-04-20T08:57:33.226Z] b116817d02f9: Waiting [2021-04-20T08:57:33.226Z] 745a02a5169b: Waiting [2021-04-20T08:57:33.226Z] 00ac8860ef70: Waiting [2021-04-20T08:57:33.226Z] 18c013af1878: Download complete [2021-04-20T08:57:33.226Z] a4357932f1b6: Verifying Checksum [2021-04-20T08:57:33.226Z] a4357932f1b6: Download complete [2021-04-20T08:57:33.226Z] 63d7cb157983: Verifying Checksum [2021-04-20T08:57:33.226Z] 63d7cb157983: Download complete [2021-04-20T08:57:33.226Z] b116817d02f9: Verifying Checksum [2021-04-20T08:57:33.226Z] b116817d02f9: Download complete [2021-04-20T08:57:33.226Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T08:57:33.226Z] 5f621e34cdf4: Download complete [2021-04-20T08:57:33.372Z] Commit message: "Merge commit '94aa4268434e23c8f700f751c1eb2cf3b0794e00' into HEAD" [2021-04-20T08:57:33.379Z] > git rev-list --no-walk 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-04-20T08:57:33.825Z] 5f621e34cdf4: Pull complete [Pipeline] sh [2021-04-20T08:57:34.442Z] a4357932f1b6: Pull complete [2021-04-20T08:57:34.472Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T08:57:34.800Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T08:57:35.046Z] 18c013af1878: Pull complete [2021-04-20T08:57:35.110Z] + sudo service docker restart [2021-04-20T08:57:35.110Z] + true [2021-04-20T08:57:35.110Z] Redirecting to /bin/systemctl restart docker.service [2021-04-20T08:57:35.646Z] 745a02a5169b: Verifying Checksum [2021-04-20T08:57:35.646Z] 745a02a5169b: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T08:57:36.095Z] provisioning config files... [2021-04-20T08:57:36.171Z] copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/3@tmp/config4631957662417831999tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T08:57:36.504Z] ---> docker-login.sh [2021-04-20T08:57:36.504Z] nexus3.edgexfoundry.org:10001 [2021-04-20T08:57:36.634Z] 00ac8860ef70: Verifying Checksum [2021-04-20T08:57:36.634Z] 00ac8860ef70: Download complete [2021-04-20T08:57:36.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:57:37.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:57:37.032Z] Configure a credential helper to remove this warning. See [2021-04-20T08:57:37.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:57:37.032Z] [2021-04-20T08:57:37.032Z] Login Succeeded [2021-04-20T08:57:37.032Z] nexus3.edgexfoundry.org:10002 [2021-04-20T08:57:37.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:57:37.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:57:37.032Z] Configure a credential helper to remove this warning. See [2021-04-20T08:57:37.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:57:37.032Z] [2021-04-20T08:57:37.032Z] Login Succeeded [2021-04-20T08:57:37.032Z] nexus3.edgexfoundry.org:10003 [2021-04-20T08:57:37.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:57:37.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:57:37.298Z] Configure a credential helper to remove this warning. See [2021-04-20T08:57:37.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:57:37.298Z] [2021-04-20T08:57:37.298Z] Login Succeeded [2021-04-20T08:57:37.298Z] nexus3.edgexfoundry.org:10004 [2021-04-20T08:57:37.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:57:37.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:57:37.561Z] Configure a credential helper to remove this warning. See [2021-04-20T08:57:37.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:57:37.561Z] [2021-04-20T08:57:37.561Z] Login Succeeded [2021-04-20T08:57:37.561Z] docker.io [2021-04-20T08:57:37.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T08:57:37.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T08:57:37.824Z] Configure a credential helper to remove this warning. See [2021-04-20T08:57:37.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T08:57:37.824Z] [2021-04-20T08:57:37.824Z] Login Succeeded [2021-04-20T08:57:37.824Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T08:57:37.834Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T08:57:38.055Z] ========================================================= [2021-04-20T08:57:38.055Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T08:57:38.055Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T08:57:38.378Z] + 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 . [2021-04-20T08:57:38.379Z] Sending build context to Docker daemon 597kB [2021-04-20T08:57:38.379Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T08:57:38.379Z] Step 2/8 : FROM ${BASE} [2021-04-20T08:57:38.644Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T08:57:38.644Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T08:57:38.644Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T08:57:38.644Z] de9db76c5a1d: Pulling fs layer [2021-04-20T08:57:38.644Z] bca2f99d35d6: Pulling fs layer [2021-04-20T08:57:38.644Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T08:57:38.644Z] 7c6f9722023f: Pulling fs layer [2021-04-20T08:57:38.644Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T08:57:38.645Z] bca2f99d35d6: Waiting [2021-04-20T08:57:38.645Z] 93359f2a8cfa: Waiting [2021-04-20T08:57:38.645Z] 7c6f9722023f: Waiting [2021-04-20T08:57:38.645Z] a35cf1a2eb13: Waiting [2021-04-20T08:57:38.645Z] de9db76c5a1d: Verifying Checksum [2021-04-20T08:57:38.645Z] de9db76c5a1d: Download complete [2021-04-20T08:57:38.645Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T08:57:38.645Z] 0ef7d3d256c8: Download complete [2021-04-20T08:57:38.645Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T08:57:38.645Z] 93359f2a8cfa: Download complete [2021-04-20T08:57:38.645Z] 7c6f9722023f: Verifying Checksum [2021-04-20T08:57:38.645Z] 7c6f9722023f: Download complete [2021-04-20T08:57:38.645Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T08:57:38.645Z] 188c0c94c7c5: Download complete [2021-04-20T08:57:38.911Z] 188c0c94c7c5: Pull complete [2021-04-20T08:57:39.181Z] 0ef7d3d256c8: Pull complete [2021-04-20T08:57:39.445Z] de9db76c5a1d: Pull complete [2021-04-20T08:57:40.022Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T08:57:40.613Z] bca2f99d35d6: Verifying Checksum [2021-04-20T08:57:40.613Z] bca2f99d35d6: Download complete [2021-04-20T08:57:46.806Z] 00ac8860ef70: Pull complete [2021-04-20T08:57:47.076Z] 63d7cb157983: Pull complete [2021-04-20T08:57:47.269Z] bca2f99d35d6: Pull complete [2021-04-20T08:57:47.269Z] 93359f2a8cfa: Pull complete [2021-04-20T08:57:47.269Z] 7c6f9722023f: Pull complete [2021-04-20T08:57:47.350Z] b116817d02f9: Pull complete [2021-04-20T08:57:50.730Z] 745a02a5169b: Pull complete [2021-04-20T08:57:51.002Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T08:57:51.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T08:57:51.002Z] ---> b7e6874047d6 [2021-04-20T08:57:51.002Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-20T08:57:51.524Z] a35cf1a2eb13: Pull complete [2021-04-20T08:57:51.524Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T08:57:51.524Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T08:57:51.524Z] ---> a62c8e92a672 [2021-04-20T08:57:51.524Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' [2021-04-20T08:57:51.798Z] ---> Running in 8b58abb00a60 [2021-04-20T08:57:52.063Z] Removing intermediate container 8b58abb00a60 [2021-04-20T08:57:52.063Z] ---> b3502283e8f9 [2021-04-20T08:57:52.063Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T08:57:52.063Z] ---> Running in b23729bb7bb8 [2021-04-20T08:57:53.465Z] Removing intermediate container b23729bb7bb8 [2021-04-20T08:57:53.465Z] ---> 62cb90dbde11 [2021-04-20T08:57:53.465Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-04-20T08:57:53.465Z] ---> Running in 95dd1fd642d3 [2021-04-20T08:57:53.651Z] ---> Running in d7104318e71a [2021-04-20T08:57:54.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T08:57:54.253Z] Removing intermediate container d7104318e71a [2021-04-20T08:57:54.253Z] ---> a73b096d915d [2021-04-20T08:57:54.253Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T08:57:54.253Z] ---> Running in 9559e5b64e2b [2021-04-20T08:57:54.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T08:57:55.193Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-20T08:57:55.193Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-20T08:57:55.193Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-20T08:57:55.193Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-20T08:57:55.456Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-20T08:57:55.456Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-20T08:57:55.456Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-20T08:57:56.031Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-20T08:57:56.031Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-20T08:57:56.031Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-20T08:57:56.031Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-20T08:57:56.294Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-20T08:57:56.294Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-20T08:57:56.294Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T08:57:56.294Z] OK: 173 MiB in 52 packages [2021-04-20T08:57:56.876Z] Removing intermediate container 9559e5b64e2b [2021-04-20T08:57:56.876Z] ---> 7f9f17f28226 [2021-04-20T08:57:56.876Z] Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev [2021-04-20T08:57:56.876Z] ---> Running in 3f3b297e8b93 [2021-04-20T08:57:57.251Z] Removing intermediate container 95dd1fd642d3 [2021-04-20T08:57:57.252Z] ---> bcc1808e9e11 [2021-04-20T08:57:57.252Z] Step 6/8 : WORKDIR /device-modbus-go [2021-04-20T08:57:57.252Z] ---> Running in 5bde0869dc4d [2021-04-20T08:57:57.518Z] Removing intermediate container 5bde0869dc4d [2021-04-20T08:57:57.518Z] ---> 6c8d2b8a76cf [2021-04-20T08:57:57.518Z] Step 7/8 : COPY . . [2021-04-20T08:57:57.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T08:57:58.468Z] ---> b52e89ec4bd4 [2021-04-20T08:57:58.469Z] Step 8/8 : RUN go mod download [2021-04-20T08:57:58.469Z] ---> Running in 9b079d9d439a [2021-04-20T08:57:58.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T08:57:59.408Z] (1/13) Installing libc-dev (0.7.2-r3) [2021-04-20T08:57:59.408Z] (2/13) Installing libsodium (1.0.18-r0) [2021-04-20T08:57:59.408Z] (3/13) Installing pkgconf (1.7.2-r0) [2021-04-20T08:57:59.680Z] (4/13) Installing libsodium-dev (1.0.18-r0) [2021-04-20T08:57:59.680Z] (5/13) Installing openssh-keygen (8.3_p1-r2) [2021-04-20T08:57:59.680Z] (6/13) Installing libedit (20191231.3.1-r0) [2021-04-20T08:57:59.951Z] (7/13) Installing openssh-client (8.3_p1-r2) [2021-04-20T08:58:00.222Z] (8/13) Installing openssh-sftp-server (8.3_p1-r2) [2021-04-20T08:58:00.222Z] (9/13) Installing openssh-server-common (8.3_p1-r2) [2021-04-20T08:58:00.493Z] (10/13) Installing openssh-server (8.3_p1-r2) [2021-04-20T08:58:01.082Z] (11/13) Installing openssh (8.3_p1-r2) [2021-04-20T08:58:01.082Z] (12/13) Installing libzmq (4.3.3-r0) [2021-04-20T08:58:01.082Z] (13/13) Installing zeromq-dev (4.3.3-r0) [2021-04-20T08:58:01.082Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T08:58:01.355Z] OK: 149 MiB in 52 packages [2021-04-20T08:58:02.787Z] Removing intermediate container 3f3b297e8b93 [2021-04-20T08:58:02.787Z] ---> 1e165022144f [2021-04-20T08:58:02.787Z] Step 6/8 : WORKDIR /device-modbus-go [2021-04-20T08:58:03.060Z] ---> Running in 7371fa13137e [2021-04-20T08:58:03.654Z] Removing intermediate container 7371fa13137e [2021-04-20T08:58:03.655Z] ---> 279571c306d0 [2021-04-20T08:58:03.655Z] Step 7/8 : COPY . . [2021-04-20T08:58:04.631Z] ---> 5827f2f22129 [2021-04-20T08:58:04.631Z] Step 8/8 : RUN go mod download [2021-04-20T08:58:04.631Z] ---> Running in 6331993cd200 [2021-04-20T08:58:25.136Z] Removing intermediate container 9b079d9d439a [2021-04-20T08:58:25.137Z] ---> bd74c6f119f4 [2021-04-20T08:58:25.137Z] Successfully built bd74c6f119f4 [2021-04-20T08:58:25.137Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T08:58:25.458Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T08:58:25.459Z] . [Pipeline] withDockerContainer [2021-04-20T08:58:25.588Z] prd-centos7-docker-4c-2g-1144 does not seem to be running inside a container [2021-04-20T08:58:25.640Z] $ 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 ******** ci-base-image-x86_64 cat [2021-04-20T08:58:26.570Z] $ docker top e4c9a680524748a77f96d6ad1e345491f7a213bc0b4addbc8e5f72f2608b7ed9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T08:58:26.996Z] + go version [2021-04-20T08:58:26.996Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T08:58:27.012Z] $ docker stop --time=1 e4c9a680524748a77f96d6ad1e345491f7a213bc0b4addbc8e5f72f2608b7ed9 [2021-04-20T08:58:28.390Z] $ docker rm -f e4c9a680524748a77f96d6ad1e345491f7a213bc0b4addbc8e5f72f2608b7ed9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T08:58:28.942Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T08:58:28.942Z] . [Pipeline] withDockerContainer [2021-04-20T08:58:29.057Z] prd-centos7-docker-4c-2g-1144 does not seem to be running inside a container [2021-04-20T08:58:29.113Z] $ 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 ******** ci-base-image-x86_64 cat [2021-04-20T08:58:29.872Z] $ docker top 3bc26134b15d5a298a8e362508a5ea3b06b9ea9c337a68a120a95ee428d0b860 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T08:58:30.357Z] + make test [2021-04-20T08:58:30.357Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-20T08:58:31.328Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2021-04-20T08:58:31.417Z] Removing intermediate container 6331993cd200 [2021-04-20T08:58:31.417Z] ---> 99008a762e6c [2021-04-20T08:58:31.417Z] Successfully built 99008a762e6c [2021-04-20T08:58:31.417Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T08:58:31.755Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T08:58:31.755Z] . [Pipeline] withDockerContainer [2021-04-20T08:58:32.024Z] prd-ubuntu18.04-docker-arm64-4c-16g-1143 does not seem to be running inside a container [2021-04-20T08:58:32.106Z] $ 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 ******** ci-base-image-arm64 cat [2021-04-20T08:58:33.641Z] $ docker top ed2f0365f9a19946324fcc3b634d0a3dc4eb28e24473843c629a7edb829dfd4d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T08:58:34.573Z] + go version [2021-04-20T08:58:34.573Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T08:58:34.600Z] $ docker stop --time=1 ed2f0365f9a19946324fcc3b634d0a3dc4eb28e24473843c629a7edb829dfd4d [2021-04-20T08:58:36.544Z] $ docker rm -f ed2f0365f9a19946324fcc3b634d0a3dc4eb28e24473843c629a7edb829dfd4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T08:58:37.240Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T08:58:37.240Z] . [Pipeline] withDockerContainer [2021-04-20T08:58:37.495Z] prd-ubuntu18.04-docker-arm64-4c-16g-1143 does not seem to be running inside a container [2021-04-20T08:58:37.581Z] $ 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 ******** ci-base-image-arm64 cat [2021-04-20T08:58:39.131Z] $ docker top cc16cd13004870130ca449ca37c4b4ff8adbaf01e2756fa15803f37d8995431c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T08:58:40.086Z] + make test [2021-04-20T08:58:40.086Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-20T08:58:41.528Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2021-04-20T08:58:46.445Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2021-04-20T08:58:46.445Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.020s coverage: 50.1% of statements [2021-04-20T08:58:46.445Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-20T08:58:49.037Z] gofmt -l . [2021-04-20T08:58:49.037Z] [ "`gofmt -l .`" = "" ] [2021-04-20T08:58:49.037Z] ./bin/test-attribution-txt.sh [2021-04-20T08:58:49.995Z] An attribution for golang.org/x/text is missing from in Attribution.txt, please add [2021-04-20T08:58:49.995Z] make: *** [Makefile:29: test] Error 1 [Pipeline] } [2021-04-20T08:58:50.012Z] $ docker stop --time=1 3bc26134b15d5a298a8e362508a5ea3b06b9ea9c337a68a120a95ee428d0b860 [2021-04-20T08:58:53.724Z] $ docker rm -f 3bc26134b15d5a298a8e362508a5ea3b06b9ea9c337a68a120a95ee428d0b860 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T08:58:54.690Z] ---> job-cost.sh [2021-04-20T08:58:54.690Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FdcY [2021-04-20T08:59:09.701Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T08:59:20.581Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2021-04-20T08:59:20.582Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.037s coverage: 50.1% of statements [2021-04-20T08:59:20.860Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-04-20T08:59:31.055Z] gofmt -l . [2021-04-20T08:59:31.055Z] [ "`gofmt -l .`" = "" ] [2021-04-20T08:59:31.055Z] ./bin/test-attribution-txt.sh [2021-04-20T08:59:31.055Z] An attribution for golang.org/x/text is missing from in Attribution.txt, please add [2021-04-20T08:59:31.326Z] make: *** [Makefile:29: test] Error 1 [Pipeline] } [2021-04-20T08:59:31.357Z] $ docker stop --time=1 cc16cd13004870130ca449ca37c4b4ff8adbaf01e2756fa15803f37d8995431c [2021-04-20T08:59:33.487Z] $ docker rm -f cc16cd13004870130ca449ca37c4b4ff8adbaf01e2756fa15803f37d8995431c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T08:59:34.472Z] ---> job-cost.sh [2021-04-20T08:59:34.472Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xcbN [2021-04-20T08:59:41.956Z] lf-activate-venv(): INFO: Adding /tmp/venv-FdcY/bin to PATH [2021-04-20T08:59:41.956Z] INFO: No Stack... [2021-04-20T08:59:41.956Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T08:59:41.956Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T08:59:42.281Z] + cat /w/workspace/device-modbus-go/3/archives/cost.csv [2021-04-20T08:59:42.281Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T08:59:42.379Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] [2021-04-20T08:59:42.390Z] Resource [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] did not exist. Created. [2021-04-20T08:59:42.390Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T08:59:42.726Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-20T08:59:43.162Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T08:59:43.171Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T08:59:43.344Z] Failed in branch amd64 [2021-04-20T09:00:13.435Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T09:01:50.216Z] lf-activate-venv(): INFO: Adding /tmp/venv-xcbN/bin to PATH [2021-04-20T09:01:50.216Z] INFO: No Stack... [2021-04-20T09:01:50.216Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T09:01:50.216Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T09:01:50.555Z] + + cat /w/workspace/device-modbus-go/3/archives/cost.csvcut [2021-04-20T09:01:50.555Z] -d, -f6 [Pipeline] lock [2021-04-20T09:01:50.934Z] Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] [2021-04-20T09:01:50.942Z] Resource [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] did not exist. Created. [2021-04-20T09:01:50.942Z] Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T09:01:51.378Z] /w/workspace/device-modbus-go/3@tmp/durable-4a851ad0/script.sh: 1: /w/workspace/device-modbus-go/3@tmp/durable-4a851ad0/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-20T09:01:51.760Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T09:01:51.809Z] Warning: overwriting stash ‘stack-cost’ [2021-04-20T09:01:52.591Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T09:01:52.601Z] Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T09:01:52.791Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-20T09:01:53.858Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T09:01:54.434Z] ---> package-listing.sh [2021-04-20T09:01:54.435Z] ++ facter osfamily [2021-04-20T09:01:54.435Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T09:01:54.435Z] + OS_FAMILY=redhat [2021-04-20T09:01:54.435Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-224 [2021-04-20T09:01:54.435Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T09:01:54.435Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T09:01:54.435Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T09:01:54.435Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T09:01:54.435Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-224 ']' [2021-04-20T09:01:54.435Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T09:01:54.435Z] + case "${OS_FAMILY}" in [2021-04-20T09:01:54.435Z] + rpm -qa [2021-04-20T09:01:54.435Z] + sort [2021-04-20T09:01:59.778Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T09:01:59.778Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T09:01:59.778Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T09:01:59.778Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-224 ']' [2021-04-20T09:01:59.778Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-224/archives/ [2021-04-20T09:01:59.778Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-224/archives/ [Pipeline] echo [2021-04-20T09:01:59.793Z] 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-224/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T09:02:00.089Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T09:02:00.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T09:02:00.401Z] [2021-04-20T09:02:00.401Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T09:02:00.721Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T09:02:00.721Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T09:02:00.721Z] df20fa9351a1: Pulling fs layer [2021-04-20T09:02:00.721Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T09:02:00.721Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T09:02:00.721Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T09:02:00.721Z] 93b61091891f: Pulling fs layer [2021-04-20T09:02:00.721Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T09:02:00.721Z] 5e14af77c1be: Pulling fs layer [2021-04-20T09:02:00.721Z] 01666e4c0597: Pulling fs layer [2021-04-20T09:02:00.721Z] aa168da1d23b: Pulling fs layer [2021-04-20T09:02:00.721Z] 46f8f816bc3b: Waiting [2021-04-20T09:02:00.721Z] 93b61091891f: Waiting [2021-04-20T09:02:00.721Z] 93b9cdb0e59b: Waiting [2021-04-20T09:02:00.721Z] 5e14af77c1be: Waiting [2021-04-20T09:02:00.721Z] 01666e4c0597: Waiting [2021-04-20T09:02:00.721Z] aa168da1d23b: Waiting [2021-04-20T09:02:00.721Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T09:02:00.721Z] 36b3adc4ff6f: Download complete [2021-04-20T09:02:00.997Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T09:02:00.997Z] 46f8f816bc3b: Download complete [2021-04-20T09:02:00.997Z] df20fa9351a1: Verifying Checksum [2021-04-20T09:02:00.997Z] 93b9cdb0e59b: Download complete [2021-04-20T09:02:00.997Z] 93b61091891f: Download complete [2021-04-20T09:02:00.997Z] 5e14af77c1be: Verifying Checksum [2021-04-20T09:02:00.997Z] 5e14af77c1be: Download complete [2021-04-20T09:02:00.997Z] 01666e4c0597: Verifying Checksum [2021-04-20T09:02:00.997Z] 01666e4c0597: Download complete [2021-04-20T09:02:01.261Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T09:02:01.261Z] 8ad3a11d3b57: Download complete [2021-04-20T09:02:01.261Z] df20fa9351a1: Pull complete [2021-04-20T09:02:01.525Z] 36b3adc4ff6f: Pull complete [2021-04-20T09:02:02.494Z] 8ad3a11d3b57: Pull complete [2021-04-20T09:02:02.494Z] 46f8f816bc3b: Pull complete [2021-04-20T09:02:03.487Z] 93b61091891f: Pull complete [2021-04-20T09:02:03.487Z] aa168da1d23b: Verifying Checksum [2021-04-20T09:02:03.487Z] aa168da1d23b: Download complete [2021-04-20T09:02:03.487Z] 93b9cdb0e59b: Pull complete [2021-04-20T09:02:03.751Z] 5e14af77c1be: Pull complete [2021-04-20T09:02:03.751Z] 01666e4c0597: Pull complete [2021-04-20T09:02:10.401Z] aa168da1d23b: Pull complete [2021-04-20T09:02:10.401Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T09:02:10.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T09:02:10.401Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T09:02:10.613Z] prd-centos7-docker-4c-2g-1142 does not seem to be running inside a container [2021-04-20T09:02:10.671Z] $ 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-224/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-224 -v /w/workspace/xfoundry_device-modbus-go_PR-224:/w/workspace/xfoundry_device-modbus-go_PR-224:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-224@tmp:/w/workspace/xfoundry_device-modbus-go_PR-224@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T09:02:14.801Z] $ docker top d373f38d33f71a91a966892998d2e8f81161b434e657be07f9ca7ed2b5401040 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T09:02:15.232Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T09:02:15.536Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T09:02:15.841Z] + ls /var/log/sa-host [2021-04-20T09:02:15.841Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T09:02:15.841Z] file_magic: OK [2021-04-20T09:02:15.841Z] HZ: Using current value: 100 [2021-04-20T09:02:15.841Z] file_header: OK [2021-04-20T09:02:15.841Z] 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 [2021-04-20T09:02:15.841Z] Statistics: [2021-04-20T09:02:15.841Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T09:02:15.841Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T09:02:15.841Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T09:02:15.841Z] file_magic: OK [2021-04-20T09:02:15.841Z] HZ: Using current value: 100 [2021-04-20T09:02:15.841Z] file_header: OK [2021-04-20T09:02:15.841Z] 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 [2021-04-20T09:02:15.841Z] Statistics: [2021-04-20T09:02:15.841Z] Hnuu...uuuununununu... [2021-04-20T09:02:15.841Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T09:02:16.022Z] provisioning config files... [2021-04-20T09:02:16.041Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/config7562438989735250723tmp [Pipeline] { [Pipeline] echo [2021-04-20T09:02:16.064Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T09:02:16.383Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T09:02:16.395Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T09:02:16.423Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T09:02:16.725Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T09:02:16.737Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T09:02:17.039Z] ---> sudo-logs.sh [2021-04-20T09:02:17.039Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T09:02:17.145Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T09:02:17.447Z] ---> job-cost.sh [2021-04-20T09:02:17.447Z] lf-activate-venv: SKIPPING [2021-04-20T09:02:17.447Z] DEBUG: total: 0.20999999344348907 [2021-04-20T09:02:17.447Z] INFO: Retrieving Stack Cost... [2021-04-20T09:02:18.395Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T09:02:18.971Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T09:02:18.985Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T09:02:19.284Z] ---> logs-deploy.sh [2021-04-20T09:02:19.284Z] lf-activate-venv: SKIPPING [2021-04-20T09:02:19.284Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-224/3 [2021-04-20T09:02:19.284Z] INFO: archiving workspace using pattern(s): [2021-04-20T09:02:21.209Z] Archives upload complete. [2021-04-20T09:02:21.209Z] INFO: archiving logs to Nexus [2021-04-20T09:02:22.158Z] ---> uname -a: [2021-04-20T09:02:22.158Z] Linux prd-centos7-docker-4c-2g-1142.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-20T09:02:22.158Z] [2021-04-20T09:02:22.158Z] [2021-04-20T09:02:22.158Z] ---> lscpu: [2021-04-20T09:02:22.158Z] Architecture: x86_64 [2021-04-20T09:02:22.158Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-20T09:02:22.158Z] Byte Order: Little Endian [2021-04-20T09:02:22.158Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-20T09:02:22.158Z] CPU(s): 4 [2021-04-20T09:02:22.158Z] On-line CPU(s) list: 0-3 [2021-04-20T09:02:22.158Z] Thread(s) per core: 1 [2021-04-20T09:02:22.158Z] Core(s) per socket: 1 [2021-04-20T09:02:22.158Z] Socket(s): 4 [2021-04-20T09:02:22.158Z] NUMA node(s): 1 [2021-04-20T09:02:22.158Z] Vendor ID: GenuineIntel [2021-04-20T09:02:22.158Z] CPU family: 6 [2021-04-20T09:02:22.158Z] Model: 44 [2021-04-20T09:02:22.158Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-20T09:02:22.158Z] Stepping: 1 [2021-04-20T09:02:22.158Z] CPU MHz: 2933.436 [2021-04-20T09:02:22.158Z] BogoMIPS: 5866.87 [2021-04-20T09:02:22.158Z] Virtualization: VT-x [2021-04-20T09:02:22.158Z] Hypervisor vendor: KVM [2021-04-20T09:02:22.158Z] Virtualization type: full [2021-04-20T09:02:22.158Z] L1d cache: 128 KiB [2021-04-20T09:02:22.158Z] L1i cache: 128 KiB [2021-04-20T09:02:22.158Z] L2 cache: 16 MiB [2021-04-20T09:02:22.158Z] L3 cache: 64 MiB [2021-04-20T09:02:22.158Z] NUMA node0 CPU(s): 0-3 [2021-04-20T09:02:22.158Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-20T09:02:22.158Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-20T09:02:22.158Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-20T09:02:22.158Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-20T09:02:22.158Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-20T09:02:22.158Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-20T09:02:22.158Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-20T09:02:22.158Z] Vulnerability Srbds: Not affected [2021-04-20T09:02:22.158Z] Vulnerability Tsx async abort: Not affected [2021-04-20T09:02:22.158Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-20T09:02:22.158Z] [2021-04-20T09:02:22.158Z] [2021-04-20T09:02:22.158Z] ---> nproc: [2021-04-20T09:02:22.158Z] 4 [2021-04-20T09:02:22.158Z] [2021-04-20T09:02:22.158Z] [2021-04-20T09:02:22.158Z] ---> df -h: [2021-04-20T09:02:22.158Z] Filesystem Size Used Available Use% Mounted on [2021-04-20T09:02:22.158Z] overlay 50.0G 7.3G 42.7G 15% / [2021-04-20T09:02:22.158Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-20T09:02:22.158Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-20T09:02:22.158Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-20T09:02:22.158Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-04-20T09:02:22.158Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-04-20T09:02:22.158Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-04-20T09:02:22.158Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-04-20T09:02:22.158Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-04-20T09:02:22.158Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-04-20T09:02:22.158Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-04-20T09:02:22.158Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_device-modbus-go_PR-224 [2021-04-20T09:02:22.159Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_device-modbus-go_PR-224@tmp [2021-04-20T09:02:22.159Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-04-20T09:02:22.159Z] [2021-04-20T09:02:22.159Z]