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 08:54:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:54:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:54:56 ========================================================= 08:54:56 EdgeX Global Pipelines Version Info 08:54:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:54:58 ------------------- 08:54:58 stable info: 08:54:58 ------------------- 08:54:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:54:58 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:54:58 Message: update stable to v1.0.186 08:54:59 ------------------- 08:54:59 experimental info: 08:54:59 ------------------- 08:54:59 Commited By: **** collab-it+edgex@linuxfoundation.org 08:54:59 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 08:54:59 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-224 [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-224 [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-224 [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0888277a431bf23dae6e5177759a2dba95b4cb0b [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0888277 [Pipeline] echo 08:54:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:55:00 provisioning config files... 08:55:00 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/config8632931593463952339tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:55:00 ---> docker-login.sh 08:55:00 nexus3.edgexfoundry.org:10001 08:55:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:00 Configure a credential helper to remove this warning. See 08:55:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:00 08:55:00 Login Succeeded 08:55:00 nexus3.edgexfoundry.org:10002 08:55:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:01 Configure a credential helper to remove this warning. See 08:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:01 08:55:01 Login Succeeded 08:55:01 nexus3.edgexfoundry.org:10003 08:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:01 Configure a credential helper to remove this warning. See 08:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:01 08:55:01 Login Succeeded 08:55:01 nexus3.edgexfoundry.org:10004 08:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:01 Configure a credential helper to remove this warning. See 08:55:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:01 08:55:01 Login Succeeded 08:55:01 docker.io 08:55:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:55:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:55:02 Configure a credential helper to remove this warning. See 08:55:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:55:02 08:55:02 Login Succeeded 08:55:02 ---> docker-login.sh ends [Pipeline] } 08:55:02 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 08:55:02 + git log --format=format:%s -1 0888277a431bf23dae6e5177759a2dba95b4cb0b [Pipeline] echo 08:55:02 GIT_COMMIT: 0888277a431bf23dae6e5177759a2dba95b4cb0b, Commit Message: Merge commit '94aa4268434e23c8f700f751c1eb2cf3b0794e00' into HEAD [Pipeline] echo 08:55:02 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:55:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:55:03 08:55:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:55:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:55:03 latest: Pulling from edgex-devops/git-semver 08:55:03 31603596830f: Pulling fs layer 08:55:03 2a8b12db71e7: Pulling fs layer 08:55:03 6ca5941a6612: Pulling fs layer 08:55:03 ecc8261a40a4: Pulling fs layer 08:55:03 ecc8261a40a4: Waiting 08:55:03 2a8b12db71e7: Verifying Checksum 08:55:03 2a8b12db71e7: Download complete 08:55:03 31603596830f: Verifying Checksum 08:55:03 31603596830f: Download complete 08:55:04 6ca5941a6612: Verifying Checksum 08:55:04 6ca5941a6612: Download complete 08:55:04 ecc8261a40a4: Verifying Checksum 08:55:04 ecc8261a40a4: Download complete 08:55:04 31603596830f: Pull complete 08:55:04 2a8b12db71e7: Pull complete 08:55:05 6ca5941a6612: Pull complete 08:55:05 ecc8261a40a4: Pull complete 08:55:05 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:55:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:55:05 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:55:06 prd-centos7-docker-4c-2g-1142 does not seem to be running inside a container 08:55:06 $ 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 08:55:08 $ docker top 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:55:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:55:08 [ssh-agent] Looking for ssh-agent implementation... 08:55:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:55:08 $ docker exec 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 ssh-agent 08:55:08 SSH_AUTH_SOCK=/tmp/ssh-Ki0giKKpx06X/agent.11 08:55:08 SSH_AGENT_PID=16 08:55:08 Running ssh-add (command line suppressed) 08:55:08 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) 08:55:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:55:09 + git tag --points-at HEAD [Pipeline] } 08:55:09 $ docker exec --env ******** --env ******** 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 ssh-agent -k 08:55:09 unset SSH_AUTH_SOCK; 08:55:09 unset SSH_AGENT_PID; 08:55:09 echo Agent pid 16 killed; 08:55:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:55:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:55:09 [ssh-agent] Looking for ssh-agent implementation... 08:55:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:55:09 $ docker exec 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 ssh-agent 08:55:09 SSH_AUTH_SOCK=/tmp/ssh-qe8U2NxbZPvu/agent.47 08:55:09 SSH_AGENT_PID=53 08:55:09 Running ssh-add (command line suppressed) 08:55:09 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) 08:55:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:55:10 + git semver init 08:55:10 # -> Open(): unable to determine branch for HEAD 08:55:10 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-224/.git 08:55:10 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-224 08:55:10 # $SEMVER_REMOTE_NAME = origin 08:55:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:55:10 # $SEMVER_USER_NAME = edgex-jenkins 08:55:10 # $SEMVER_BRANCH = PR-224 08:55:10 # $SEMVER_TEMP = /tmp/semver-174451164 08:55:10 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 08:55:10 # '/tmp/semver-174451164' -> '/w/workspace/xfoundry_device-modbus-go_PR-224/.semver' 08:55:10 # -> Force: false 08:55:10 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-224/.semver [Pipeline] } 08:55:10 $ docker exec --env ******** --env ******** 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 ssh-agent -k 08:55:11 unset SSH_AUTH_SOCK; 08:55:11 unset SSH_AGENT_PID; 08:55:11 echo Agent pid 53 killed; 08:55:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:55:11 + git semver [Pipeline] } 08:55:11 $ docker stop --time=1 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 08:55:12 $ docker rm -f 634d5afad35c0cc886a0367413c51e5e848e0a6f41d633986d6ae6be223477a9 [Pipeline] // withDockerContainer [Pipeline] sh 08:55:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:55:13 Stashed 1 file(s) [Pipeline] echo 08:55:13 [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 08:55:29 Still waiting to schedule task 08:55:29 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:55:29 Still waiting to schedule task 08:55:29 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:57:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1143 in /w/workspace/xfoundry_device-modbus-go_PR-224 [Pipeline] { [Pipeline] ws 08:57:11 Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout 08:57:16 using credential edgex-jenkins-ssh 08:57:16 Cloning the remote Git repository 08:57:16 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 08:57:16 > git init /w/workspace/device-modbus-go/3 # timeout=10 08:57:16 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 08:57:16 > git --version # timeout=10 08:57:16 > git --version # 'git version 2.17.1' 08:57:16 using GIT_SSH to set credentials SSH Credentials for GitHub 08:57:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:57:18 Merging remotes/origin/master commit 94aa4268434e23c8f700f751c1eb2cf3b0794e00 into PR head commit 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 08:57:18 Merge succeeded, producing f792e574079719f77e82bf467c18ba376fc27507 08:57:18 Checking out Revision f792e574079719f77e82bf467c18ba376fc27507 (PR-224) 08:57:17 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 08:57:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:57:17 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 08:57:17 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 08:57:17 using GIT_SSH to set credentials SSH Credentials for GitHub 08:57:17 > 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 08:57:18 > git config core.sparsecheckout # timeout=10 08:57:18 > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 08:57:18 > git remote # timeout=10 08:57:18 > git config --get remote.origin.url # timeout=10 08:57:18 using GIT_SSH to set credentials SSH Credentials for GitHub 08:57:18 > git merge 94aa4268434e23c8f700f751c1eb2cf3b0794e00 # timeout=10 08:57:18 > git rev-parse HEAD^{commit} # timeout=10 08:57:18 > git config core.sparsecheckout # timeout=10 08:57:18 > git checkout -f f792e574079719f77e82bf467c18ba376fc27507 # timeout=10 08:57:22 Commit message: "Merge commit '94aa4268434e23c8f700f751c1eb2cf3b0794e00' into HEAD" 08:57:22 > git rev-list --no-walk 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:57:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:57:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:57:25 + sudo service docker restart 08:57:25 + true 08:57:25 Running on prd-centos7-docker-4c-2g-1144 in /w/workspace/xfoundry_device-modbus-go_PR-224 [Pipeline] { [Pipeline] ws 08:57:25 Running in /w/workspace/device-modbus-go/3 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:57:27 provisioning config files... 08:57:27 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/3@tmp/config107167411804700661tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:57:28 ---> docker-login.sh 08:57:28 nexus3.edgexfoundry.org:10001 08:57:28 using credential edgex-jenkins-ssh 08:57:28 Cloning the remote Git repository 08:57:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:28 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 08:57:28 > git init /w/workspace/device-modbus-go/3 # timeout=10 08:57:28 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 08:57:28 > git --version # timeout=10 08:57:28 > git --version # 'git version 2.24.3' 08:57:28 using GIT_SSH to set credentials SSH Credentials for GitHub 08:57:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:57:29 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 08:57:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:57:29 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 08:57:29 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 08:57:29 using GIT_SSH to set credentials SSH Credentials for GitHub 08:57:29 > 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 08:57:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:29 Configure a credential helper to remove this warning. See 08:57:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:29 08:57:29 Login Succeeded 08:57:29 nexus3.edgexfoundry.org:10002 08:57:29 Merging remotes/origin/master commit 94aa4268434e23c8f700f751c1eb2cf3b0794e00 into PR head commit 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 08:57:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:29 Merge succeeded, producing a522b15d56ccad1ba860ed69e76208389ca73c85 08:57:29 Checking out Revision a522b15d56ccad1ba860ed69e76208389ca73c85 (PR-224) 08:57:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:30 Configure a credential helper to remove this warning. See 08:57:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:30 08:57:30 Login Succeeded 08:57:30 nexus3.edgexfoundry.org:10003 08:57:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:29 > git config core.sparsecheckout # timeout=10 08:57:29 > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 08:57:29 > git remote # timeout=10 08:57:29 > git config --get remote.origin.url # timeout=10 08:57:29 using GIT_SSH to set credentials SSH Credentials for GitHub 08:57:29 > git merge 94aa4268434e23c8f700f751c1eb2cf3b0794e00 # timeout=10 08:57:29 > git rev-parse HEAD^{commit} # timeout=10 08:57:29 > git config core.sparsecheckout # timeout=10 08:57:29 > git checkout -f a522b15d56ccad1ba860ed69e76208389ca73c85 # timeout=10 08:57:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:30 Configure a credential helper to remove this warning. See 08:57:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:30 08:57:30 Login Succeeded 08:57:30 nexus3.edgexfoundry.org:10004 08:57:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:31 Configure a credential helper to remove this warning. See 08:57:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:31 08:57:31 Login Succeeded 08:57:31 docker.io 08:57:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:32 Configure a credential helper to remove this warning. See 08:57:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:32 08:57:32 Login Succeeded 08:57:32 ---> docker-login.sh ends [Pipeline] } 08:57:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:57:32 ========================================================= 08:57:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:57:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:57:32 + 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 . 08:57:32 Sending build context to Docker daemon 596kB 08:57:33 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:57:33 Step 2/8 : FROM ${BASE} 08:57:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:57:33 5f621e34cdf4: Pulling fs layer 08:57:33 a4357932f1b6: Pulling fs layer 08:57:33 18c013af1878: Pulling fs layer 08:57:33 00ac8860ef70: Pulling fs layer 08:57:33 63d7cb157983: Pulling fs layer 08:57:33 b116817d02f9: Pulling fs layer 08:57:33 745a02a5169b: Pulling fs layer 08:57:33 63d7cb157983: Waiting 08:57:33 b116817d02f9: Waiting 08:57:33 745a02a5169b: Waiting 08:57:33 00ac8860ef70: Waiting 08:57:33 18c013af1878: Download complete 08:57:33 a4357932f1b6: Verifying Checksum 08:57:33 a4357932f1b6: Download complete 08:57:33 63d7cb157983: Verifying Checksum 08:57:33 63d7cb157983: Download complete 08:57:33 b116817d02f9: Verifying Checksum 08:57:33 b116817d02f9: Download complete 08:57:33 5f621e34cdf4: Verifying Checksum 08:57:33 5f621e34cdf4: Download complete 08:57:33 Commit message: "Merge commit '94aa4268434e23c8f700f751c1eb2cf3b0794e00' into HEAD" 08:57:33 > git rev-list --no-walk 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 08:57:33 5f621e34cdf4: Pull complete [Pipeline] sh 08:57:34 a4357932f1b6: Pull complete 08:57:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:57:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:57:35 18c013af1878: Pull complete 08:57:35 + sudo service docker restart 08:57:35 + true 08:57:35 Redirecting to /bin/systemctl restart docker.service 08:57:35 745a02a5169b: Verifying Checksum 08:57:35 745a02a5169b: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:57:36 provisioning config files... 08:57:36 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/3@tmp/config4631957662417831999tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:57:36 ---> docker-login.sh 08:57:36 nexus3.edgexfoundry.org:10001 08:57:36 00ac8860ef70: Verifying Checksum 08:57:36 00ac8860ef70: Download complete 08:57:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:37 Configure a credential helper to remove this warning. See 08:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:37 08:57:37 Login Succeeded 08:57:37 nexus3.edgexfoundry.org:10002 08:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:37 Configure a credential helper to remove this warning. See 08:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:37 08:57:37 Login Succeeded 08:57:37 nexus3.edgexfoundry.org:10003 08:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:37 Configure a credential helper to remove this warning. See 08:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:37 08:57:37 Login Succeeded 08:57:37 nexus3.edgexfoundry.org:10004 08:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:37 Configure a credential helper to remove this warning. See 08:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:37 08:57:37 Login Succeeded 08:57:37 docker.io 08:57:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:57:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:57:37 Configure a credential helper to remove this warning. See 08:57:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:57:37 08:57:37 Login Succeeded 08:57:37 ---> docker-login.sh ends [Pipeline] } 08:57:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:57:38 ========================================================= 08:57:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:57:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:57:38 + 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 . 08:57:38 Sending build context to Docker daemon 597kB 08:57:38 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:57:38 Step 2/8 : FROM ${BASE} 08:57:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:57:38 188c0c94c7c5: Pulling fs layer 08:57:38 0ef7d3d256c8: Pulling fs layer 08:57:38 de9db76c5a1d: Pulling fs layer 08:57:38 bca2f99d35d6: Pulling fs layer 08:57:38 93359f2a8cfa: Pulling fs layer 08:57:38 7c6f9722023f: Pulling fs layer 08:57:38 a35cf1a2eb13: Pulling fs layer 08:57:38 bca2f99d35d6: Waiting 08:57:38 93359f2a8cfa: Waiting 08:57:38 7c6f9722023f: Waiting 08:57:38 a35cf1a2eb13: Waiting 08:57:38 de9db76c5a1d: Verifying Checksum 08:57:38 de9db76c5a1d: Download complete 08:57:38 0ef7d3d256c8: Verifying Checksum 08:57:38 0ef7d3d256c8: Download complete 08:57:38 93359f2a8cfa: Verifying Checksum 08:57:38 93359f2a8cfa: Download complete 08:57:38 7c6f9722023f: Verifying Checksum 08:57:38 7c6f9722023f: Download complete 08:57:38 188c0c94c7c5: Verifying Checksum 08:57:38 188c0c94c7c5: Download complete 08:57:38 188c0c94c7c5: Pull complete 08:57:39 0ef7d3d256c8: Pull complete 08:57:39 de9db76c5a1d: Pull complete 08:57:40 a35cf1a2eb13: Verifying Checksum 08:57:40 bca2f99d35d6: Verifying Checksum 08:57:40 bca2f99d35d6: Download complete 08:57:46 00ac8860ef70: Pull complete 08:57:47 63d7cb157983: Pull complete 08:57:47 bca2f99d35d6: Pull complete 08:57:47 93359f2a8cfa: Pull complete 08:57:47 7c6f9722023f: Pull complete 08:57:47 b116817d02f9: Pull complete 08:57:50 745a02a5169b: Pull complete 08:57:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:57:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:57:51 ---> b7e6874047d6 08:57:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 08:57:51 a35cf1a2eb13: Pull complete 08:57:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:57:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:57:51 ---> a62c8e92a672 08:57:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 08:57:51 ---> Running in 8b58abb00a60 08:57:52 Removing intermediate container 8b58abb00a60 08:57:52 ---> b3502283e8f9 08:57:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:52 ---> Running in b23729bb7bb8 08:57:53 Removing intermediate container b23729bb7bb8 08:57:53 ---> 62cb90dbde11 08:57:53 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 08:57:53 ---> Running in 95dd1fd642d3 08:57:53 ---> Running in d7104318e71a 08:57:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:57:54 Removing intermediate container d7104318e71a 08:57:54 ---> a73b096d915d 08:57:54 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:54 ---> Running in 9559e5b64e2b 08:57:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:57:55 (1/13) Installing libc-dev (0.7.2-r3) 08:57:55 (2/13) Installing libsodium (1.0.18-r0) 08:57:55 (3/13) Installing pkgconf (1.7.2-r0) 08:57:55 (4/13) Installing libsodium-dev (1.0.18-r0) 08:57:55 (5/13) Installing openssh-keygen (8.3_p1-r2) 08:57:55 (6/13) Installing libedit (20191231.3.1-r0) 08:57:55 (7/13) Installing openssh-client (8.3_p1-r2) 08:57:56 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 08:57:56 (9/13) Installing openssh-server-common (8.3_p1-r2) 08:57:56 (10/13) Installing openssh-server (8.3_p1-r2) 08:57:56 (11/13) Installing openssh (8.3_p1-r2) 08:57:56 (12/13) Installing libzmq (4.3.3-r0) 08:57:56 (13/13) Installing zeromq-dev (4.3.3-r0) 08:57:56 Executing busybox-1.31.1-r19.trigger 08:57:56 OK: 173 MiB in 52 packages 08:57:56 Removing intermediate container 9559e5b64e2b 08:57:56 ---> 7f9f17f28226 08:57:56 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 08:57:56 ---> Running in 3f3b297e8b93 08:57:57 Removing intermediate container 95dd1fd642d3 08:57:57 ---> bcc1808e9e11 08:57:57 Step 6/8 : WORKDIR /device-modbus-go 08:57:57 ---> Running in 5bde0869dc4d 08:57:57 Removing intermediate container 5bde0869dc4d 08:57:57 ---> 6c8d2b8a76cf 08:57:57 Step 7/8 : COPY . . 08:57:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:57:58 ---> b52e89ec4bd4 08:57:58 Step 8/8 : RUN go mod download 08:57:58 ---> Running in 9b079d9d439a 08:57:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:57:59 (1/13) Installing libc-dev (0.7.2-r3) 08:57:59 (2/13) Installing libsodium (1.0.18-r0) 08:57:59 (3/13) Installing pkgconf (1.7.2-r0) 08:57:59 (4/13) Installing libsodium-dev (1.0.18-r0) 08:57:59 (5/13) Installing openssh-keygen (8.3_p1-r2) 08:57:59 (6/13) Installing libedit (20191231.3.1-r0) 08:57:59 (7/13) Installing openssh-client (8.3_p1-r2) 08:58:00 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 08:58:00 (9/13) Installing openssh-server-common (8.3_p1-r2) 08:58:00 (10/13) Installing openssh-server (8.3_p1-r2) 08:58:01 (11/13) Installing openssh (8.3_p1-r2) 08:58:01 (12/13) Installing libzmq (4.3.3-r0) 08:58:01 (13/13) Installing zeromq-dev (4.3.3-r0) 08:58:01 Executing busybox-1.31.1-r19.trigger 08:58:01 OK: 149 MiB in 52 packages 08:58:02 Removing intermediate container 3f3b297e8b93 08:58:02 ---> 1e165022144f 08:58:02 Step 6/8 : WORKDIR /device-modbus-go 08:58:03 ---> Running in 7371fa13137e 08:58:03 Removing intermediate container 7371fa13137e 08:58:03 ---> 279571c306d0 08:58:03 Step 7/8 : COPY . . 08:58:04 ---> 5827f2f22129 08:58:04 Step 8/8 : RUN go mod download 08:58:04 ---> Running in 6331993cd200 08:58:25 Removing intermediate container 9b079d9d439a 08:58:25 ---> bd74c6f119f4 08:58:25 Successfully built bd74c6f119f4 08:58:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:58:25 + docker inspect -f . ci-base-image-x86_64 08:58:25 . [Pipeline] withDockerContainer 08:58:25 prd-centos7-docker-4c-2g-1144 does not seem to be running inside a container 08:58:25 $ 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 08:58:26 $ docker top e4c9a680524748a77f96d6ad1e345491f7a213bc0b4addbc8e5f72f2608b7ed9 -eo pid,comm [Pipeline] { [Pipeline] sh 08:58:26 + go version 08:58:26 go version go1.15.5 linux/amd64 [Pipeline] } 08:58:27 $ docker stop --time=1 e4c9a680524748a77f96d6ad1e345491f7a213bc0b4addbc8e5f72f2608b7ed9 08:58:28 $ docker rm -f e4c9a680524748a77f96d6ad1e345491f7a213bc0b4addbc8e5f72f2608b7ed9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:58:28 + docker inspect -f . ci-base-image-x86_64 08:58:28 . [Pipeline] withDockerContainer 08:58:29 prd-centos7-docker-4c-2g-1144 does not seem to be running inside a container 08:58:29 $ 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 08:58:29 $ docker top 3bc26134b15d5a298a8e362508a5ea3b06b9ea9c337a68a120a95ee428d0b860 -eo pid,comm [Pipeline] { [Pipeline] sh 08:58:30 + make test 08:58:30 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:58:31 ? github.com/edgexfoundry/device-modbus-go [no test files] 08:58:31 Removing intermediate container 6331993cd200 08:58:31 ---> 99008a762e6c 08:58:31 Successfully built 99008a762e6c 08:58:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:58:31 + docker inspect -f . ci-base-image-arm64 08:58:31 . [Pipeline] withDockerContainer 08:58:32 prd-ubuntu18.04-docker-arm64-4c-16g-1143 does not seem to be running inside a container 08:58:32 $ 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 08:58:33 $ docker top ed2f0365f9a19946324fcc3b634d0a3dc4eb28e24473843c629a7edb829dfd4d -eo pid,comm [Pipeline] { [Pipeline] sh 08:58:34 + go version 08:58:34 go version go1.15.5 linux/arm64 [Pipeline] } 08:58:34 $ docker stop --time=1 ed2f0365f9a19946324fcc3b634d0a3dc4eb28e24473843c629a7edb829dfd4d 08:58:36 $ docker rm -f ed2f0365f9a19946324fcc3b634d0a3dc4eb28e24473843c629a7edb829dfd4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:58:37 + docker inspect -f . ci-base-image-arm64 08:58:37 . [Pipeline] withDockerContainer 08:58:37 prd-ubuntu18.04-docker-arm64-4c-16g-1143 does not seem to be running inside a container 08:58:37 $ 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 08:58:39 $ docker top cc16cd13004870130ca449ca37c4b4ff8adbaf01e2756fa15803f37d8995431c -eo pid,comm [Pipeline] { [Pipeline] sh 08:58:40 + make test 08:58:40 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 08:58:41 ? github.com/edgexfoundry/device-modbus-go [no test files] 08:58:46 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 08:58:46 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.020s coverage: 50.1% of statements 08:58:46 CGO_ENABLED=1 GO111MODULE=on go vet ./... 08:58:49 gofmt -l . 08:58:49 [ "`gofmt -l .`" = "" ] 08:58:49 ./bin/test-attribution-txt.sh 08:58:49 An attribution for golang.org/x/text is missing from in Attribution.txt, please add 08:58:49 make: *** [Makefile:29: test] Error 1 [Pipeline] } 08:58:50 $ docker stop --time=1 3bc26134b15d5a298a8e362508a5ea3b06b9ea9c337a68a120a95ee428d0b860 08:58:53 $ 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 08:58:54 ---> job-cost.sh 08:58:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FdcY 08:59:09 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:59:20 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 08:59:20 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.037s coverage: 50.1% of statements 08:59:20 CGO_ENABLED=1 GO111MODULE=on go vet ./... 08:59:31 gofmt -l . 08:59:31 [ "`gofmt -l .`" = "" ] 08:59:31 ./bin/test-attribution-txt.sh 08:59:31 An attribution for golang.org/x/text is missing from in Attribution.txt, please add 08:59:31 make: *** [Makefile:29: test] Error 1 [Pipeline] } 08:59:31 $ docker stop --time=1 cc16cd13004870130ca449ca37c4b4ff8adbaf01e2756fa15803f37d8995431c 08:59:33 $ 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 08:59:34 ---> job-cost.sh 08:59:34 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xcbN 08:59:41 lf-activate-venv(): INFO: Adding /tmp/venv-FdcY/bin to PATH 08:59:41 INFO: No Stack... 08:59:41 INFO: Retrieving Pricing Info for: v1-standard-2 08:59:41 INFO: Archiving Costs [Pipeline] sh 08:59:42 + cat /w/workspace/device-modbus-go/3/archives/cost.csv 08:59:42 + cut -d, -f6 [Pipeline] lock 08:59:42 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] 08:59:42 Resource [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] did not exist. Created. 08:59:42 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:59:42 + echo total: 0.029999999329447746 [Pipeline] stash 08:59:43 Stashed 1 file(s) [Pipeline] } 08:59:43 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] } 08:59:43 Failed in branch amd64 09:00:13 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:01:50 lf-activate-venv(): INFO: Adding /tmp/venv-xcbN/bin to PATH 09:01:50 INFO: No Stack... 09:01:50 INFO: Retrieving Pricing Info for: lf-standard-4 09:01:50 INFO: Archiving Costs [Pipeline] sh 09:01:50 + + cat /w/workspace/device-modbus-go/3/archives/cost.csvcut 09:01:50 -d, -f6 [Pipeline] lock 09:01:50 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] 09:01:50 Resource [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] did not exist. Created. 09:01:50 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-224-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:01:51 /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 09:01:51 + echo total: 0.20999999344348907 [Pipeline] stash 09:01:51 Warning: overwriting stash ‘stack-cost’ 09:01:52 Stashed 1 file(s) [Pipeline] } 09:01:52 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] } 09:01:52 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 09:01:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:01:54 ---> package-listing.sh 09:01:54 ++ facter osfamily 09:01:54 ++ tr '[:upper:]' '[:lower:]' 09:01:54 + OS_FAMILY=redhat 09:01:54 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-224 09:01:54 + START_PACKAGES=/tmp/packages_start.txt 09:01:54 + END_PACKAGES=/tmp/packages_end.txt 09:01:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:01:54 + PACKAGES=/tmp/packages_start.txt 09:01:54 + '[' /w/workspace/xfoundry_device-modbus-go_PR-224 ']' 09:01:54 + PACKAGES=/tmp/packages_end.txt 09:01:54 + case "${OS_FAMILY}" in 09:01:54 + rpm -qa 09:01:54 + sort 09:01:59 + '[' -f /tmp/packages_start.txt ']' 09:01:59 + '[' -f /tmp/packages_end.txt ']' 09:01:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:01:59 + '[' /w/workspace/xfoundry_device-modbus-go_PR-224 ']' 09:01:59 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-224/archives/ 09:01:59 + 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 09:01:59 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 09:02:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:02:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:02:00 09:02:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:02:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:02:00 alpine: Pulling from edgex-lftools-log-publisher 09:02:00 df20fa9351a1: Pulling fs layer 09:02:00 36b3adc4ff6f: Pulling fs layer 09:02:00 8ad3a11d3b57: Pulling fs layer 09:02:00 46f8f816bc3b: Pulling fs layer 09:02:00 93b61091891f: Pulling fs layer 09:02:00 93b9cdb0e59b: Pulling fs layer 09:02:00 5e14af77c1be: Pulling fs layer 09:02:00 01666e4c0597: Pulling fs layer 09:02:00 aa168da1d23b: Pulling fs layer 09:02:00 46f8f816bc3b: Waiting 09:02:00 93b61091891f: Waiting 09:02:00 93b9cdb0e59b: Waiting 09:02:00 5e14af77c1be: Waiting 09:02:00 01666e4c0597: Waiting 09:02:00 aa168da1d23b: Waiting 09:02:00 36b3adc4ff6f: Verifying Checksum 09:02:00 36b3adc4ff6f: Download complete 09:02:00 46f8f816bc3b: Verifying Checksum 09:02:00 46f8f816bc3b: Download complete 09:02:00 df20fa9351a1: Verifying Checksum 09:02:00 93b9cdb0e59b: Download complete 09:02:00 93b61091891f: Download complete 09:02:00 5e14af77c1be: Verifying Checksum 09:02:00 5e14af77c1be: Download complete 09:02:00 01666e4c0597: Verifying Checksum 09:02:00 01666e4c0597: Download complete 09:02:01 8ad3a11d3b57: Verifying Checksum 09:02:01 8ad3a11d3b57: Download complete 09:02:01 df20fa9351a1: Pull complete 09:02:01 36b3adc4ff6f: Pull complete 09:02:02 8ad3a11d3b57: Pull complete 09:02:02 46f8f816bc3b: Pull complete 09:02:03 93b61091891f: Pull complete 09:02:03 aa168da1d23b: Verifying Checksum 09:02:03 aa168da1d23b: Download complete 09:02:03 93b9cdb0e59b: Pull complete 09:02:03 5e14af77c1be: Pull complete 09:02:03 01666e4c0597: Pull complete 09:02:10 aa168da1d23b: Pull complete 09:02:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:02:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:02:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:02:10 prd-centos7-docker-4c-2g-1142 does not seem to be running inside a container 09:02:10 $ 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 09:02:14 $ docker top d373f38d33f71a91a966892998d2e8f81161b434e657be07f9ca7ed2b5401040 -eo pid,comm [Pipeline] { [Pipeline] sh 09:02:15 + touch /tmp/pre-build-complete [Pipeline] sh 09:02:15 + mkdir -p /var/log/sa [Pipeline] sh 09:02:15 + ls /var/log/sa-host 09:02:15 + sadf -c /var/log/sa-host/sa20 09:02:15 file_magic: OK 09:02:15 HZ: Using current value: 100 09:02:15 file_header: OK 09:02:15 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 09:02:15 Statistics: 09:02:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:02:15 File successfully converted to sysstat format version 12.2.1 09:02:15 + sadf -c /var/log/sa-host/sa23 09:02:15 file_magic: OK 09:02:15 HZ: Using current value: 100 09:02:15 file_header: OK 09:02:15 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 09:02:15 Statistics: 09:02:15 Hnuu...uuuununununu... 09:02:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:02:16 provisioning config files... 09:02:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/config7562438989735250723tmp [Pipeline] { [Pipeline] echo 09:02:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:02:16 ---> create-netrc.sh [Pipeline] } 09:02:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:02:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:02:16 ---> python-tools-install.sh [Pipeline] echo 09:02:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:02:17 ---> sudo-logs.sh 09:02:17 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:02:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:02:17 ---> job-cost.sh 09:02:17 lf-activate-venv: SKIPPING 09:02:17 DEBUG: total: 0.20999999344348907 09:02:17 INFO: Retrieving Stack Cost... 09:02:18 INFO: Retrieving Pricing Info for: v1-standard-2 09:02:18 INFO: Archiving Costs [Pipeline] echo 09:02:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:02:19 ---> logs-deploy.sh 09:02:19 lf-activate-venv: SKIPPING 09:02:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-224/3 09:02:19 INFO: archiving workspace using pattern(s): 09:02:21 Archives upload complete. 09:02:21 INFO: archiving logs to Nexus 09:02:22 ---> uname -a: 09:02:22 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 09:02:22 09:02:22 09:02:22 ---> lscpu: 09:02:22 Architecture: x86_64 09:02:22 CPU op-mode(s): 32-bit, 64-bit 09:02:22 Byte Order: Little Endian 09:02:22 Address sizes: 40 bits physical, 48 bits virtual 09:02:22 CPU(s): 4 09:02:22 On-line CPU(s) list: 0-3 09:02:22 Thread(s) per core: 1 09:02:22 Core(s) per socket: 1 09:02:22 Socket(s): 4 09:02:22 NUMA node(s): 1 09:02:22 Vendor ID: GenuineIntel 09:02:22 CPU family: 6 09:02:22 Model: 44 09:02:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:02:22 Stepping: 1 09:02:22 CPU MHz: 2933.436 09:02:22 BogoMIPS: 5866.87 09:02:22 Virtualization: VT-x 09:02:22 Hypervisor vendor: KVM 09:02:22 Virtualization type: full 09:02:22 L1d cache: 128 KiB 09:02:22 L1i cache: 128 KiB 09:02:22 L2 cache: 16 MiB 09:02:22 L3 cache: 64 MiB 09:02:22 NUMA node0 CPU(s): 0-3 09:02:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:02:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:02:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:02:22 Vulnerability Meltdown: Mitigation; PTI 09:02:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:02:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:02:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:02:22 Vulnerability Srbds: Not affected 09:02:22 Vulnerability Tsx async abort: Not affected 09:02:22 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 09:02:22 09:02:22 09:02:22 ---> nproc: 09:02:22 4 09:02:22 09:02:22 09:02:22 ---> df -h: 09:02:22 Filesystem Size Used Available Use% Mounted on 09:02:22 overlay 50.0G 7.3G 42.7G 15% / 09:02:22 tmpfs 64.0M 0 64.0M 0% /dev 09:02:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:02:22 shm 64.0M 0 64.0M 0% /dev/shm 09:02:22 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 09:02:22 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 09:02:22 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 09:02:22 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 09:02:22 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 09:02:22 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 09:02:22 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 09:02:22 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_device-modbus-go_PR-224 09:02:22 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_device-modbus-go_PR-224@tmp 09:02:22 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 09:02:22 09:02:22