Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6845dc53671c9040b867967a9a77166da238528c+fcf415a52e09a542e74d978699b87b5b4fab4063 (2f2661beeb1b9353d37a469d85b50af8a6781a88) 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 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 48b313303ce5ba460cd13c4c603c4b280f104d53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 48b313303ce5ba460cd13c4c603c4b280f104d53 # timeout=10 Commit message: "Merge pull request #305 from ernestojeda/revert-go-mod-change" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-mqtt-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-mqtt-go-settings PROJECT: device-mqtt-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-mqtt-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-14983 in /w/workspace/gexfoundry_device-mqtt-go_PR-190 [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-mqtt-go.git > git init /w/workspace/gexfoundry_device-mqtt-go_PR-190 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-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-mqtt-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/190/head:refs/remotes/origin/PR-190 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit fcf415a52e09a542e74d978699b87b5b4fab4063 into PR head commit 6845dc53671c9040b867967a9a77166da238528c Merge succeeded, producing 08b92bab82b18e2ffa46dc4d51e4dbf28384941b Checking out Revision 08b92bab82b18e2ffa46dc4d51e4dbf28384941b (PR-190) > git config core.sparsecheckout # timeout=10 > git checkout -f 6845dc53671c9040b867967a9a77166da238528c # 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 fcf415a52e09a542e74d978699b87b5b4fab4063 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 08b92bab82b18e2ffa46dc4d51e4dbf28384941b # timeout=10 Commit message: "Merge commit 'fcf415a52e09a542e74d978699b87b5b4fab4063' into HEAD" > git rev-list --no-walk 6845dc53671c9040b867967a9a77166da238528c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:16:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:16:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:16:21 ========================================================= 23:16:21 EdgeX Global Pipelines Version Info 23:16:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:16:23 ------------------- 23:16:23 stable info: 23:16:23 ------------------- 23:16:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:16:23 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 23:16:23 Message: update stable to v1.0.171 23:16:24 ------------------- 23:16:24 experimental info: 23:16:24 ------------------- 23:16:24 Commited By: **** collab-it+edgex@linuxfoundation.org 23:16:24 Commit SHA: 48b313303ce5ba460cd13c4c603c4b280f104d53 23:16:24 Message: update experimental to v1.0.171 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:16:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-mqtt-go-settings [Pipeline] echo 23:16:24 [edgeXSetupEnvironment]: set envvar PROJECT = device-mqtt-go [Pipeline] echo 23:16:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:16:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:16:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:16:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:16:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:16:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:16:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:16:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:16:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:16:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-mqtt-go [Pipeline] echo 23:16:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:16:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:16:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:16:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:16:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:16:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:16:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:16:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:16:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:16:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:16:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:16:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:16:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:16:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:16:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-190 [Pipeline] echo 23:16:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-190 [Pipeline] echo 23:16:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-190 [Pipeline] echo 23:16:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 08b92bab82b18e2ffa46dc4d51e4dbf28384941b [Pipeline] echo 23:16:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 08b92ba [Pipeline] echo 23:16:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:16:28 provisioning config files... 23:16:28 copy managed file [device-mqtt-go-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-190@tmp/config9137828178872292843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:16:28 ---> docker-login.sh 23:16:28 nexus3.edgexfoundry.org:10001 23:16:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:29 Configure a credential helper to remove this warning. See 23:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:29 23:16:29 Login Succeeded 23:16:29 nexus3.edgexfoundry.org:10002 23:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:29 Configure a credential helper to remove this warning. See 23:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:29 23:16:29 Login Succeeded 23:16:29 nexus3.edgexfoundry.org:10003 23:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:29 Configure a credential helper to remove this warning. See 23:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:29 23:16:29 Login Succeeded 23:16:29 nexus3.edgexfoundry.org:10004 23:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:29 Configure a credential helper to remove this warning. See 23:16:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:29 23:16:29 Login Succeeded 23:16:29 docker.io 23:16:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:30 Configure a credential helper to remove this warning. See 23:16:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:30 23:16:30 Login Succeeded 23:16:30 ---> docker-login.sh ends [Pipeline] } 23:16:30 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 23:16:31 + git log --format=format:%s -1 08b92bab82b18e2ffa46dc4d51e4dbf28384941b [Pipeline] echo 23:16:31 GIT_COMMIT: 08b92bab82b18e2ffa46dc4d51e4dbf28384941b, Commit Message: Merge commit 'fcf415a52e09a542e74d978699b87b5b4fab4063' into HEAD [Pipeline] echo 23:16:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:16:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:16:32 23:16:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:16:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:16:32 latest: Pulling from edgex-devops/git-semver 23:16:32 31603596830f: Pulling fs layer 23:16:32 2a8b12db71e7: Pulling fs layer 23:16:32 6ca5941a6612: Pulling fs layer 23:16:32 ecc8261a40a4: Pulling fs layer 23:16:32 ecc8261a40a4: Waiting 23:16:32 2a8b12db71e7: Verifying Checksum 23:16:32 2a8b12db71e7: Download complete 23:16:32 31603596830f: Download complete 23:16:32 ecc8261a40a4: Verifying Checksum 23:16:32 ecc8261a40a4: Download complete 23:16:32 6ca5941a6612: Verifying Checksum 23:16:32 6ca5941a6612: Download complete 23:16:32 31603596830f: Pull complete 23:16:32 2a8b12db71e7: Pull complete 23:16:33 6ca5941a6612: Pull complete 23:16:34 ecc8261a40a4: Pull complete 23:16:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:16:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:16:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:16:34 prd-centos7-docker-4c-2g-14983 does not seem to be running inside a container 23:16:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-mqtt-go_PR-190 -v /w/workspace/gexfoundry_device-mqtt-go_PR-190:/w/workspace/gexfoundry_device-mqtt-go_PR-190:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-190@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-190@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:16:36 $ docker top ce809b5d9309ed298f748e9777e3a34f19434cb2cbb712db7b3214a9781c05f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:16:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:16:36 [ssh-agent] Looking for ssh-agent implementation... 23:16:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:16:37 $ docker exec ce809b5d9309ed298f748e9777e3a34f19434cb2cbb712db7b3214a9781c05f3 ssh-agent 23:16:37 SSH_AUTH_SOCK=/tmp/ssh-RgjeAhkxZHTl/agent.12 23:16:37 SSH_AGENT_PID=17 23:16:37 Running ssh-add (command line suppressed) 23:16:37 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-190@tmp/private_key_4246665524300240592.key (/w/workspace/gexfoundry_device-mqtt-go_PR-190@tmp/private_key_4246665524300240592.key) 23:16:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:16:37 + git tag --points-at HEAD [Pipeline] } 23:16:37 $ docker exec --env ******** --env ******** ce809b5d9309ed298f748e9777e3a34f19434cb2cbb712db7b3214a9781c05f3 ssh-agent -k 23:16:37 unset SSH_AUTH_SOCK; 23:16:37 unset SSH_AGENT_PID; 23:16:37 echo Agent pid 17 killed; 23:16:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:16:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:16:38 [ssh-agent] Looking for ssh-agent implementation... 23:16:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:16:38 $ docker exec ce809b5d9309ed298f748e9777e3a34f19434cb2cbb712db7b3214a9781c05f3 ssh-agent 23:16:38 SSH_AUTH_SOCK=/tmp/ssh-U2SGB3QqIGzY/agent.46 23:16:38 SSH_AGENT_PID=51 23:16:38 Running ssh-add (command line suppressed) 23:16:38 Identity added: /w/workspace/gexfoundry_device-mqtt-go_PR-190@tmp/private_key_454292869501683860.key (/w/workspace/gexfoundry_device-mqtt-go_PR-190@tmp/private_key_454292869501683860.key) 23:16:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:16:39 + git semver init 23:16:39 # -> Open(): unable to determine branch for HEAD 23:16:39 # $GIT_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-190/.git 23:16:39 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-mqtt-go_PR-190 23:16:39 # $SEMVER_REMOTE_NAME = origin 23:16:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:16:39 # $SEMVER_USER_NAME = edgex-jenkins 23:16:39 # $SEMVER_BRANCH = PR-190 23:16:39 # $SEMVER_TEMP = /tmp/semver-836332167 23:16:39 # git clone --branch semver git@github.com:edgexfoundry/device-mqtt-go.git $SEMVER_TEMP 23:16:39 # '/tmp/semver-836332167' -> '/w/workspace/gexfoundry_device-mqtt-go_PR-190/.semver' 23:16:39 # -> Force: false 23:16:39 # $SEMVER_DIR = /w/workspace/gexfoundry_device-mqtt-go_PR-190/.semver [Pipeline] } 23:16:39 $ docker exec --env ******** --env ******** ce809b5d9309ed298f748e9777e3a34f19434cb2cbb712db7b3214a9781c05f3 ssh-agent -k 23:16:39 unset SSH_AUTH_SOCK; 23:16:39 unset SSH_AGENT_PID; 23:16:39 echo Agent pid 51 killed; 23:16:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:16:40 + git semver [Pipeline] } 23:16:40 $ docker stop --time=1 ce809b5d9309ed298f748e9777e3a34f19434cb2cbb712db7b3214a9781c05f3 23:16:41 $ docker rm -f ce809b5d9309ed298f748e9777e3a34f19434cb2cbb712db7b3214a9781c05f3 [Pipeline] // withDockerContainer [Pipeline] sh 23:16:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:16:42 Stashed 1 file(s) [Pipeline] echo 23:16:42 [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 23:16:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14988 in /w/workspace/gexfoundry_device-mqtt-go_PR-190 [Pipeline] { [Pipeline] ws 23:16:43 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 23:16:48 using credential edgex-jenkins-ssh 23:16:48 Cloning the remote Git repository 23:16:48 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:16:48 > git init /w/workspace/device-mqtt-go/2 # timeout=10 23:16:48 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:16:48 > git --version # timeout=10 23:16:48 > git --version # 'git version 2.17.1' 23:16:48 using GIT_SSH to set credentials SSH Credentials for GitHub 23:16:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:16:49 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:16:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:16:49 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:16:49 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:16:49 using GIT_SSH to set credentials SSH Credentials for GitHub 23:16:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/190/head:refs/remotes/origin/PR-190 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:16:49 Merging remotes/origin/master commit fcf415a52e09a542e74d978699b87b5b4fab4063 into PR head commit 6845dc53671c9040b867967a9a77166da238528c 23:16:50 Merge succeeded, producing 8f83cf66455a7b13946f037e86d545ef242bd971 23:16:50 Checking out Revision 8f83cf66455a7b13946f037e86d545ef242bd971 (PR-190) 23:16:49 > git config core.sparsecheckout # timeout=10 23:16:49 > git checkout -f 6845dc53671c9040b867967a9a77166da238528c # timeout=10 23:16:50 > git remote # timeout=10 23:16:50 > git config --get remote.origin.url # timeout=10 23:16:50 using GIT_SSH to set credentials SSH Credentials for GitHub 23:16:50 > git merge fcf415a52e09a542e74d978699b87b5b4fab4063 # timeout=10 23:16:50 > git rev-parse HEAD^{commit} # timeout=10 23:16:50 > git config core.sparsecheckout # timeout=10 23:16:50 > git checkout -f 8f83cf66455a7b13946f037e86d545ef242bd971 # timeout=10 23:16:54 Commit message: "Merge commit 'fcf415a52e09a542e74d978699b87b5b4fab4063' into HEAD" 23:16:54 > git rev-list --no-walk 6845dc53671c9040b867967a9a77166da238528c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:16:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:16:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:16:56 + sudo service docker restart 23:16:56 + true 23:16:57 Still waiting to schedule task 23:16:57 Waiting for next available executor on ‘centos7-docker-4c-2g’ [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:16:58 provisioning config files... 23:16:58 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/2@tmp/config9177346048397835084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:16:59 ---> docker-login.sh 23:16:59 nexus3.edgexfoundry.org:10001 23:16:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:00 Configure a credential helper to remove this warning. See 23:17:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:00 23:17:00 Login Succeeded 23:17:00 nexus3.edgexfoundry.org:10002 23:17:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:01 Configure a credential helper to remove this warning. See 23:17:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:01 23:17:01 Login Succeeded 23:17:01 nexus3.edgexfoundry.org:10003 23:17:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:01 Configure a credential helper to remove this warning. See 23:17:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:01 23:17:01 Login Succeeded 23:17:01 nexus3.edgexfoundry.org:10004 23:17:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:02 Configure a credential helper to remove this warning. See 23:17:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:02 23:17:02 Login Succeeded 23:17:02 docker.io 23:17:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:17:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:17:03 Configure a credential helper to remove this warning. See 23:17:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:17:03 23:17:03 Login Succeeded 23:17:03 ---> docker-login.sh ends [Pipeline] } 23:17:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:17:03 ========================================================= 23:17:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:17:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:17:04 + 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 . 23:17:04 Sending build context to Docker daemon 483.3kB 23:17:04 Step 1/8 : ARG BASE=golang:1.15-alpine 23:17:04 Step 2/8 : FROM ${BASE} 23:17:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:17:04 5f621e34cdf4: Pulling fs layer 23:17:04 a4357932f1b6: Pulling fs layer 23:17:04 18c013af1878: Pulling fs layer 23:17:04 00ac8860ef70: Pulling fs layer 23:17:04 63d7cb157983: Pulling fs layer 23:17:04 b116817d02f9: Pulling fs layer 23:17:04 745a02a5169b: Pulling fs layer 23:17:04 00ac8860ef70: Waiting 23:17:04 b116817d02f9: Waiting 23:17:04 745a02a5169b: Waiting 23:17:04 63d7cb157983: Waiting 23:17:04 18c013af1878: Verifying Checksum 23:17:04 18c013af1878: Download complete 23:17:04 a4357932f1b6: Download complete 23:17:04 63d7cb157983: Download complete 23:17:04 b116817d02f9: Download complete 23:17:04 5f621e34cdf4: Verifying Checksum 23:17:04 5f621e34cdf4: Download complete 23:17:05 5f621e34cdf4: Pull complete 23:17:05 a4357932f1b6: Pull complete 23:17:06 18c013af1878: Pull complete 23:17:07 745a02a5169b: Verifying Checksum 23:17:08 00ac8860ef70: Download complete 23:17:18 00ac8860ef70: Pull complete 23:17:18 63d7cb157983: Pull complete 23:17:18 b116817d02f9: Pull complete 23:17:22 745a02a5169b: Pull complete 23:17:22 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:17:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:17:22 ---> b7e6874047d6 23:17:22 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 23:17:24 ---> Running in a3d434868512 23:17:25 Removing intermediate container a3d434868512 23:17:25 ---> 1ff07a25824f 23:17:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:17:25 ---> Running in 34877c72ef5d 23:17:28 Removing intermediate container 34877c72ef5d 23:17:28 ---> 05ce88ee586e 23:17:28 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:17:28 ---> Running in 174330bf7c25 23:17:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:30 (1/14) Installing libmagic (5.38-r0) 23:17:30 (2/14) Installing file (5.38-r0) 23:17:30 (3/14) Installing libc-dev (0.7.2-r3) 23:17:30 (4/14) Installing g++ (9.3.0-r2) 23:17:35 (5/14) Installing fortify-headers (1.1-r0) 23:17:35 (6/14) Installing patch (2.7.6-r6) 23:17:35 (7/14) Installing build-base (0.5-r2) 23:17:35 (8/14) Installing openssh-keygen (8.3_p1-r0) 23:17:35 (9/14) Installing libedit (20191231.3.1-r0) 23:17:35 (10/14) Installing openssh-client (8.3_p1-r0) 23:17:35 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 23:17:35 (12/14) Installing openssh-server-common (8.3_p1-r0) 23:17:35 (13/14) Installing openssh-server (8.3_p1-r0) 23:17:35 (14/14) Installing openssh (8.3_p1-r0) 23:17:36 Executing busybox-1.31.1-r19.trigger 23:17:36 OK: 221 MiB in 53 packages 23:17:40 Removing intermediate container 174330bf7c25 23:17:40 ---> 8b65c94b3a7c 23:17:40 Step 6/8 : WORKDIR /device-mqtt-go 23:17:40 ---> Running in beed0eb80984 23:17:40 Removing intermediate container beed0eb80984 23:17:40 ---> cdba1f93e6db 23:17:40 Step 7/8 : COPY . . 23:17:41 ---> d6b2f87e4494 23:17:41 Step 8/8 : RUN go mod download 23:17:41 ---> Running in 3f43c80aab77 23:18:03 Removing intermediate container 3f43c80aab77 23:18:03 ---> cff011757e31 23:18:03 Successfully built cff011757e31 23:18:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:18:04 + docker inspect -f . ci-base-image-arm64 23:18:04 . [Pipeline] withDockerContainer 23:18:04 prd-ubuntu18.04-docker-arm64-4c-16g-14988 does not seem to be running inside a container 23:18:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** ci-base-image-arm64 cat 23:18:06 $ docker top f921be8ad542059451a244071ed018d7cda39394fc04111bb9af67ca81eda8e2 -eo pid,comm [Pipeline] { [Pipeline] sh 23:18:07 + go version 23:18:07 go version go1.15.5 linux/arm64 [Pipeline] } 23:18:07 $ docker stop --time=1 f921be8ad542059451a244071ed018d7cda39394fc04111bb9af67ca81eda8e2 23:18:08 $ docker rm -f f921be8ad542059451a244071ed018d7cda39394fc04111bb9af67ca81eda8e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:18:10 + docker inspect -f . ci-base-image-arm64 23:18:10 . [Pipeline] withDockerContainer 23:18:10 prd-ubuntu18.04-docker-arm64-4c-16g-14988 does not seem to be running inside a container 23:18:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 ******** ci-base-image-arm64 cat 23:18:11 $ docker top 7f5f892430e1366efc1d7160f5c3cee9bc971e4c4fdc642071a65ca693063257 -eo pid,comm [Pipeline] { [Pipeline] sh 23:18:12 + make test 23:18:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:18:13 ? github.com/edgexfoundry/device-mqtt-go [no test files] 23:18:40 # github.com/edgexfoundry/device-sdk-go/internal/v2/application 23:18:40 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:713:31: unknown field 'Name' in struct literal of type dtos.BaseReading 23:18:40 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:719:10: reading.FloatEncoding undefined (type *dtos.BaseReading has no field or method FloatEncoding) 23:18:47 FAIL github.com/edgexfoundry/device-mqtt-go/internal/driver [build failed] 23:18:47 make: *** [Makefile:25: test] Error 2 [Pipeline] } 23:18:47 $ docker stop --time=1 7f5f892430e1366efc1d7160f5c3cee9bc971e4c4fdc642071a65ca693063257 23:18:50 $ docker rm -f 7f5f892430e1366efc1d7160f5c3cee9bc971e4c4fdc642071a65ca693063257 [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:18:52 Failed in branch arm64 23:21:13 Running on prd-centos7-docker-4c-2g-14990 in /w/workspace/gexfoundry_device-mqtt-go_PR-190 [Pipeline] { [Pipeline] ws 23:21:13 Running in /w/workspace/device-mqtt-go/2 [Pipeline] { [Pipeline] checkout 23:21:16 using credential edgex-jenkins-ssh 23:21:16 Cloning the remote Git repository 23:21:15 Cloning repository git@github.com:edgexfoundry/device-mqtt-go.git 23:21:16 > git init /w/workspace/device-mqtt-go/2 # timeout=10 23:21:16 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:21:16 > git --version # timeout=10 23:21:16 > git --version # 'git version 2.24.3' 23:21:16 using GIT_SSH to set credentials SSH Credentials for GitHub 23:21:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:21:16 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:21:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:21:16 > git config remote.origin.url git@github.com:edgexfoundry/device-mqtt-go.git # timeout=10 23:21:16 Fetching upstream changes from git@github.com:edgexfoundry/device-mqtt-go.git 23:21:16 using GIT_SSH to set credentials SSH Credentials for GitHub 23:21:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-mqtt-go.git +refs/pull/190/head:refs/remotes/origin/PR-190 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:21:17 Merging remotes/origin/master commit fcf415a52e09a542e74d978699b87b5b4fab4063 into PR head commit 6845dc53671c9040b867967a9a77166da238528c 23:21:17 Merge succeeded, producing 14343449185148fea9fd9462ee10b3abeb4c46f7 23:21:17 Checking out Revision 14343449185148fea9fd9462ee10b3abeb4c46f7 (PR-190) 23:21:17 > git config core.sparsecheckout # timeout=10 23:21:17 > git checkout -f 6845dc53671c9040b867967a9a77166da238528c # timeout=10 23:21:17 > git remote # timeout=10 23:21:17 > git config --get remote.origin.url # timeout=10 23:21:17 using GIT_SSH to set credentials SSH Credentials for GitHub 23:21:17 > git merge fcf415a52e09a542e74d978699b87b5b4fab4063 # timeout=10 23:21:17 > git rev-parse HEAD^{commit} # timeout=10 23:21:17 > git config core.sparsecheckout # timeout=10 23:21:17 > git checkout -f 14343449185148fea9fd9462ee10b3abeb4c46f7 # timeout=10 23:21:21 Commit message: "Merge commit 'fcf415a52e09a542e74d978699b87b5b4fab4063' into HEAD" 23:21:21 > git rev-list --no-walk 6845dc53671c9040b867967a9a77166da238528c # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:21:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:21:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:21:23 + sudo service docker restart 23:21:23 + true 23:21:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:21:24 provisioning config files... 23:21:24 copy managed file [device-mqtt-go-settings] to file:/w/workspace/device-mqtt-go/2@tmp/config5935147728441693305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:21:24 ---> docker-login.sh 23:21:24 nexus3.edgexfoundry.org:10001 23:21:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:21:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:21:24 Configure a credential helper to remove this warning. See 23:21:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:21:24 23:21:24 Login Succeeded 23:21:24 nexus3.edgexfoundry.org:10002 23:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:21:25 Configure a credential helper to remove this warning. See 23:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:21:25 23:21:25 Login Succeeded 23:21:25 nexus3.edgexfoundry.org:10003 23:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:21:25 Configure a credential helper to remove this warning. See 23:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:21:25 23:21:25 Login Succeeded 23:21:25 nexus3.edgexfoundry.org:10004 23:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:21:25 Configure a credential helper to remove this warning. See 23:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:21:25 23:21:25 Login Succeeded 23:21:25 docker.io 23:21:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:21:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:21:25 Configure a credential helper to remove this warning. See 23:21:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:21:25 23:21:25 Login Succeeded 23:21:25 ---> docker-login.sh ends [Pipeline] } 23:21:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:21:26 ========================================================= 23:21:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:21:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:21:26 + 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 . 23:21:26 Sending build context to Docker daemon 484.4kB 23:21:26 Step 1/8 : ARG BASE=golang:1.15-alpine 23:21:26 Step 2/8 : FROM ${BASE} 23:21:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:21:26 188c0c94c7c5: Pulling fs layer 23:21:26 0ef7d3d256c8: Pulling fs layer 23:21:26 de9db76c5a1d: Pulling fs layer 23:21:26 bca2f99d35d6: Pulling fs layer 23:21:26 93359f2a8cfa: Pulling fs layer 23:21:26 7c6f9722023f: Pulling fs layer 23:21:26 a35cf1a2eb13: Pulling fs layer 23:21:26 bca2f99d35d6: Waiting 23:21:26 93359f2a8cfa: Waiting 23:21:26 7c6f9722023f: Waiting 23:21:26 a35cf1a2eb13: Waiting 23:21:26 de9db76c5a1d: Verifying Checksum 23:21:26 de9db76c5a1d: Download complete 23:21:26 0ef7d3d256c8: Verifying Checksum 23:21:26 0ef7d3d256c8: Download complete 23:21:26 93359f2a8cfa: Verifying Checksum 23:21:26 93359f2a8cfa: Download complete 23:21:26 7c6f9722023f: Download complete 23:21:26 188c0c94c7c5: Verifying Checksum 23:21:26 188c0c94c7c5: Download complete 23:21:27 188c0c94c7c5: Pull complete 23:21:27 0ef7d3d256c8: Pull complete 23:21:27 de9db76c5a1d: Pull complete 23:21:29 a35cf1a2eb13: Verifying Checksum 23:21:29 a35cf1a2eb13: Download complete 23:21:29 bca2f99d35d6: Verifying Checksum 23:21:29 bca2f99d35d6: Download complete 23:21:34 bca2f99d35d6: Pull complete 23:21:35 93359f2a8cfa: Pull complete 23:21:35 7c6f9722023f: Pull complete 23:21:40 a35cf1a2eb13: Pull complete 23:21:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:21:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:21:40 ---> a62c8e92a672 23:21:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' 23:21:40 ---> Running in 2dd43b19ba2e 23:21:40 Removing intermediate container 2dd43b19ba2e 23:21:40 ---> 6fedaf14fbf3 23:21:40 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:21:40 ---> Running in 0e1ee5bd697f 23:21:41 Removing intermediate container 0e1ee5bd697f 23:21:41 ---> aeb3b8741eb7 23:21:41 Step 5/8 : RUN apk add --update --no-cache make git openssh build-base 23:21:41 ---> Running in 7e377dccddbe 23:21:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:21:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:21:43 (1/14) Installing libmagic (5.38-r0) 23:21:43 (2/14) Installing file (5.38-r0) 23:21:43 (3/14) Installing libc-dev (0.7.2-r3) 23:21:43 (4/14) Installing g++ (9.3.0-r2) 23:21:49 (5/14) Installing fortify-headers (1.1-r0) 23:21:49 (6/14) Installing patch (2.7.6-r6) 23:21:49 (7/14) Installing build-base (0.5-r2) 23:21:49 (8/14) Installing openssh-keygen (8.3_p1-r0) 23:21:49 (9/14) Installing libedit (20191231.3.1-r0) 23:21:49 (10/14) Installing openssh-client (8.3_p1-r0) 23:21:49 (11/14) Installing openssh-sftp-server (8.3_p1-r0) 23:21:49 (12/14) Installing openssh-server-common (8.3_p1-r0) 23:21:49 (13/14) Installing openssh-server (8.3_p1-r0) 23:21:49 (14/14) Installing openssh (8.3_p1-r0) 23:21:49 Executing busybox-1.31.1-r19.trigger 23:21:49 OK: 237 MiB in 53 packages 23:21:52 Removing intermediate container 7e377dccddbe 23:21:52 ---> 76da5a589ca9 23:21:52 Step 6/8 : WORKDIR /device-mqtt-go 23:21:53 ---> Running in e5b2fb833a32 23:21:53 Removing intermediate container e5b2fb833a32 23:21:53 ---> 7509916b5099 23:21:53 Step 7/8 : COPY . . 23:21:53 ---> 6f8efed31280 23:21:53 Step 8/8 : RUN go mod download 23:21:53 ---> Running in 7730de4800a1 23:22:15 Removing intermediate container 7730de4800a1 23:22:15 ---> 0ad13dba77ae 23:22:15 Successfully built 0ad13dba77ae 23:22:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:22:16 + docker inspect -f . ci-base-image-x86_64 23:22:16 . [Pipeline] withDockerContainer 23:22:16 prd-centos7-docker-4c-2g-14990 does not seem to be running inside a container 23:22:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 23:22:17 $ docker top debe9a799db58739ae579008de9c2ab703b2524abf1333ba50c458f848913a23 -eo pid,comm [Pipeline] { [Pipeline] sh 23:22:17 + go version 23:22:17 go version go1.15.5 linux/amd64 [Pipeline] } 23:22:17 $ docker stop --time=1 debe9a799db58739ae579008de9c2ab703b2524abf1333ba50c458f848913a23 23:22:19 $ docker rm -f debe9a799db58739ae579008de9c2ab703b2524abf1333ba50c458f848913a23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:22:19 + docker inspect -f . ci-base-image-x86_64 23:22:19 . [Pipeline] withDockerContainer 23:22:20 prd-centos7-docker-4c-2g-14990 does not seem to be running inside a container 23:22:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-mqtt-go/2 -v /w/workspace/device-mqtt-go/2:/w/workspace/device-mqtt-go/2:rw,z -v /w/workspace/device-mqtt-go/2@tmp:/w/workspace/device-mqtt-go/2@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 23:22:20 $ docker top fef07df6b2b251265f2332fba62e7d70c54c059160b5bac0a86c8b113e0ae66b -eo pid,comm [Pipeline] { [Pipeline] sh 23:22:21 + make test 23:22:21 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:22:22 ? github.com/edgexfoundry/device-mqtt-go [no test files] 23:22:30 # github.com/edgexfoundry/device-sdk-go/internal/v2/application 23:22:30 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:713:31: unknown field 'Name' in struct literal of type dtos.BaseReading 23:22:30 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:719:10: reading.FloatEncoding undefined (type *dtos.BaseReading has no field or method FloatEncoding) 23:22:33 FAIL github.com/edgexfoundry/device-mqtt-go/internal/driver [build failed] 23:22:33 make: *** [Makefile:25: test] Error 2 [Pipeline] } 23:22:33 $ docker stop --time=1 fef07df6b2b251265f2332fba62e7d70c54c059160b5bac0a86c8b113e0ae66b 23:22:36 $ docker rm -f fef07df6b2b251265f2332fba62e7d70c54c059160b5bac0a86c8b113e0ae66b [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:22:37 Failed in branch amd64 [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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 23:22:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:22:41 ---> package-listing.sh 23:22:41 ++ facter osfamily 23:22:41 ++ tr '[:upper:]' '[:lower:]' 23:22:41 + OS_FAMILY=redhat 23:22:41 + workspace=/w/workspace/gexfoundry_device-mqtt-go_PR-190 23:22:41 + START_PACKAGES=/tmp/packages_start.txt 23:22:41 + END_PACKAGES=/tmp/packages_end.txt 23:22:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:22:41 + PACKAGES=/tmp/packages_start.txt 23:22:41 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-190 ']' 23:22:41 + PACKAGES=/tmp/packages_end.txt 23:22:41 + case "${OS_FAMILY}" in 23:22:41 + rpm -qa 23:22:41 + sort 23:22:46 + '[' -f /tmp/packages_start.txt ']' 23:22:46 + '[' -f /tmp/packages_end.txt ']' 23:22:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:22:46 + '[' /w/workspace/gexfoundry_device-mqtt-go_PR-190 ']' 23:22:46 + mkdir -p /w/workspace/gexfoundry_device-mqtt-go_PR-190/archives/ 23:22:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-mqtt-go_PR-190/archives/ [Pipeline] echo 23:22:46 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/gexfoundry_device-mqtt-go_PR-190/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:22:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:22:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:22:47 23:22:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:22:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:22:47 alpine: Pulling from edgex-lftools-log-publisher 23:22:47 df20fa9351a1: Pulling fs layer 23:22:47 36b3adc4ff6f: Pulling fs layer 23:22:47 8ad3a11d3b57: Pulling fs layer 23:22:47 46f8f816bc3b: Pulling fs layer 23:22:47 93b61091891f: Pulling fs layer 23:22:47 93b9cdb0e59b: Pulling fs layer 23:22:47 5e14af77c1be: Pulling fs layer 23:22:47 01666e4c0597: Pulling fs layer 23:22:47 aa168da1d23b: Pulling fs layer 23:22:47 46f8f816bc3b: Waiting 23:22:47 93b61091891f: Waiting 23:22:47 01666e4c0597: Waiting 23:22:47 aa168da1d23b: Waiting 23:22:47 5e14af77c1be: Waiting 23:22:47 36b3adc4ff6f: Verifying Checksum 23:22:47 36b3adc4ff6f: Download complete 23:22:47 46f8f816bc3b: Verifying Checksum 23:22:47 46f8f816bc3b: Download complete 23:22:47 df20fa9351a1: Download complete 23:22:47 93b9cdb0e59b: Download complete 23:22:47 5e14af77c1be: Verifying Checksum 23:22:47 5e14af77c1be: Download complete 23:22:47 01666e4c0597: Verifying Checksum 23:22:47 01666e4c0597: Download complete 23:22:47 93b61091891f: Verifying Checksum 23:22:47 93b61091891f: Download complete 23:22:47 df20fa9351a1: Pull complete 23:22:47 8ad3a11d3b57: Verifying Checksum 23:22:47 8ad3a11d3b57: Download complete 23:22:48 36b3adc4ff6f: Pull complete 23:22:48 8ad3a11d3b57: Pull complete 23:22:48 46f8f816bc3b: Pull complete 23:22:49 93b61091891f: Pull complete 23:22:49 93b9cdb0e59b: Pull complete 23:22:49 aa168da1d23b: Verifying Checksum 23:22:49 aa168da1d23b: Download complete 23:22:50 5e14af77c1be: Pull complete 23:22:50 01666e4c0597: Pull complete 23:22:57 aa168da1d23b: Pull complete 23:22:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:22:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:22:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:22:57 prd-centos7-docker-4c-2g-14983 does not seem to be running inside a container 23:22:57 $ 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/gexfoundry_device-mqtt-go_PR-190/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-mqtt-go_PR-190 -v /w/workspace/gexfoundry_device-mqtt-go_PR-190:/w/workspace/gexfoundry_device-mqtt-go_PR-190:rw,z -v /w/workspace/gexfoundry_device-mqtt-go_PR-190@tmp:/w/workspace/gexfoundry_device-mqtt-go_PR-190@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:23:00 $ docker top 90c8c2013aa316280beedea2861de5ddaddd077749f39f19dd697f6730989788 -eo pid,comm [Pipeline] { [Pipeline] sh 23:23:01 + touch /tmp/pre-build-complete [Pipeline] sh 23:23:01 + mkdir -p /var/log/sa [Pipeline] sh 23:23:02 + ls /var/log/sa-host 23:23:02 + sadf -c /var/log/sa-host/sa07 23:23:02 file_magic: OK 23:23:02 HZ: Using current value: 100 23:23:02 file_header: OK 23:23:02 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 23:23:02 Statistics: 23:23:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:23:02 File successfully converted to sysstat format version 12.2.1 23:23:02 + sadf -c /var/log/sa-host/sa23 23:23:02 file_magic: OK 23:23:02 HZ: Using current value: 100 23:23:02 file_header: OK 23:23:02 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 23:23:02 Statistics: 23:23:02 Hnuu...uuuununununu... 23:23:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:23:02 provisioning config files... 23:23:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-mqtt-go_PR-190@tmp/config7019340422889790937tmp [Pipeline] { [Pipeline] echo 23:23:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:23:02 ---> create-netrc.sh [Pipeline] } 23:23:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:23:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:23:03 ---> python-tools-install.sh [Pipeline] echo 23:23:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:23:03 ---> sudo-logs.sh 23:23:03 Archiving 'sudo' log.. [Pipeline] echo 23:23:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:23:04 ---> job-cost.sh 23:23:04 lf-activate-venv: SKIPPING 23:23:04 INFO: No Stack... 23:23:05 INFO: Retrieving Pricing Info for: v1-standard-2 23:23:06 INFO: Archiving Costs [Pipeline] echo 23:23:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:23:06 ---> logs-deploy.sh 23:23:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-mqtt-go/PR-190/2 23:23:06 INFO: archiving workspace using pattern(s): 23:23:08 Archives upload complete. 23:23:08 INFO: archiving logs to Nexus 23:23:09 ---> uname -a: 23:23:09 Linux prd-centos7-docker-4c-2g-14983.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:23:09 23:23:09 23:23:09 ---> lscpu: 23:23:09 Architecture: x86_64 23:23:09 CPU op-mode(s): 32-bit, 64-bit 23:23:09 Byte Order: Little Endian 23:23:09 Address sizes: 40 bits physical, 48 bits virtual 23:23:09 CPU(s): 4 23:23:09 On-line CPU(s) list: 0-3 23:23:09 Thread(s) per core: 1 23:23:09 Core(s) per socket: 1 23:23:09 Socket(s): 4 23:23:09 NUMA node(s): 1 23:23:09 Vendor ID: GenuineIntel 23:23:09 CPU family: 6 23:23:09 Model: 44 23:23:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:23:09 Stepping: 1 23:23:09 CPU MHz: 2933.438 23:23:09 BogoMIPS: 5866.87 23:23:09 Virtualization: VT-x 23:23:09 Hypervisor vendor: KVM 23:23:09 Virtualization type: full 23:23:09 L1d cache: 128 KiB 23:23:09 L1i cache: 128 KiB 23:23:09 L2 cache: 16 MiB 23:23:09 L3 cache: 64 MiB 23:23:09 NUMA node0 CPU(s): 0-3 23:23:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:23:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:23:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:23:09 Vulnerability Meltdown: Mitigation; PTI 23:23:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:23:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:23:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:23:09 Vulnerability Srbds: Not affected 23:23:09 Vulnerability Tsx async abort: Not affected 23:23:09 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 23:23:09 23:23:09 23:23:09 ---> nproc: 23:23:09 4 23:23:09 23:23:09 23:23:09 ---> df -h: 23:23:09 Filesystem Size Used Available Use% Mounted on 23:23:09 overlay 50.0G 7.3G 42.7G 15% / 23:23:09 tmpfs 64.0M 0 64.0M 0% /dev 23:23:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:23:09 shm 64.0M 0 64.0M 0% /dev/shm 23:23:09 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:23:09 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:23:09 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:23:09 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:23:09 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:23:09 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:23:09 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:23:09 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:23:09 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_device-mqtt-go_PR-190 23:23:09 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/gexfoundry_device-mqtt-go_PR-190@tmp 23:23:09 23:23:09 23:23:09 ---> free -m: 23:23:09 total used free shared buff/cache available 23:23:09 Mem: 1837 713 104 0 1020 1019 23:23:09 Swap: 1023 1 1022 23:23:09 23:23:09 23:23:09 ---> ip addr: 23:23:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:23:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:23:09 inet 127.0.0.1/8 scope host lo 23:23:09 valid_lft forever preferred_lft forever 23:23:09 inet6 ::1/128 scope host 23:23:09 valid_lft forever preferred_lft forever 23:23:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:23:09 link/ether fa:16:3e:b6:d1:ba brd ff:ff:ff:ff:ff:ff 23:23:09 inet 10.30.122.151/23 brd 10.30.123.255 scope global dynamic eth0 23:23:09 valid_lft 85654sec preferred_lft 85654sec 23:23:09 inet6 fe80::f816:3eff:feb6:d1ba/64 scope link 23:23:09 valid_lft forever preferred_lft forever 23:23:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:23:09 link/ether 02:42:e2:33:46:e7 brd ff:ff:ff:ff:ff:ff 23:23:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:23:09 valid_lft forever preferred_lft forever 23:23:09 inet6 fe80::42:e2ff:fe33:46e7/64 scope link 23:23:09 valid_lft forever preferred_lft forever 23:23:09 23:23:09 23:23:09 ---> sar -b -r -n DEV: 23:23:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) 23:23:09 23:23:09 23:10:32 LINUX RESTART (4 CPU) 23:23:09 23:23:09 23:11:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:23:09 23:12:01 18.68 6.39 12.28 0.00 937.68 1428.79 0.00 23:23:09 23:13:01 2.01 0.00 2.01 0.00 0.00 34.30 0.00 23:23:09 23:14:01 0.28 0.00 0.28 0.00 0.00 4.60 0.00 23:23:09 23:15:01 0.35 0.00 0.35 0.00 0.00 5.71 0.00 23:23:09 23:16:01 0.25 0.00 0.25 0.00 0.00 4.16 0.00 23:23:09 23:17:01 49.48 15.22 34.26 0.00 4703.85 2512.15 0.00 23:23:09 23:18:01 2.53 0.00 2.53 0.00 0.00 54.73 0.00 23:23:09 23:19:01 0.47 0.00 0.47 0.00 0.00 7.99 0.00 23:23:09 23:20:01 0.53 0.00 0.53 0.00 0.00 4.88 0.00 23:23:09 23:21:01 0.60 0.00 0.60 0.00 0.00 5.88 0.00 23:23:09 23:22:02 0.35 0.00 0.35 0.00 0.00 5.91 0.00 23:23:09 23:23:01 137.70 76.20 61.50 0.00 6702.29 18853.09 0.00 23:23:09 Average: 17.61 8.06 9.55 0.00 1021.05 1887.16 0.00 23:23:09 23:23:09 23:11:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:23:09 23:12:01 76380 0 493216 26.21 2620 1309328 987856 33.71 319968 1288952 20 23:23:09 23:13:01 78292 0 491296 26.11 2620 1309336 987568 33.70 316192 1291132 8 23:23:09 23:14:01 79008 0 490576 26.07 2620 1309340 987560 33.70 315756 1291132 8 23:23:09 23:15:01 78960 0 490620 26.08 2620 1309344 987572 33.70 315936 1291132 16 23:23:09 23:16:01 80580 0 488996 25.99 2620 1309348 979228 33.42 314460 1291132 8 23:23:09 23:17:01 165956 0 605768 32.20 2620 1107200 1088768 37.16 421384 1096736 128 23:23:09 23:18:01 171312 0 600308 31.91 2620 1107304 1069820 36.51 430760 1082936 20 23:23:09 23:19:01 169892 0 601724 31.98 2620 1107308 1069820 36.51 426696 1088844 8 23:23:09 23:20:01 169744 0 601864 31.99 2620 1107316 1069820 36.51 429620 1085804 8 23:23:09 23:21:01 168896 0 602708 32.03 2620 1107320 1069952 36.52 427616 1088628 20 23:23:09 23:22:02 165764 0 605840 32.20 2620 1107320 1070000 36.52 430648 1088628 16 23:23:09 23:23:01 149820 0 705176 37.48 2620 1023928 1365312 46.60 470100 1010512 16 23:23:09 Average: 129550 0 564841 30.02 2620 1184533 1061106 36.21 384928 1166297 23 23:23:09 23:23:09 23:11:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:23:09 23:12:01 eth0 202.18 106.32 344.26 22.68 0.00 0.00 0.00 0.00 23:23:09 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:13:01 eth0 2.08 0.32 0.45 0.17 0.00 0.00 0.00 0.00 23:23:09 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:14:01 eth0 1.18 0.63 0.56 0.43 0.00 0.00 0.00 0.00 23:23:09 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:15:01 eth0 0.72 0.43 0.35 0.21 0.00 0.00 0.00 0.00 23:23:09 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:16:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:23:09 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:17:01 eth0 339.25 231.98 691.38 73.85 0.00 0.00 0.00 0.00 23:23:09 23:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:17:01 docker0 2.43 1.95 0.43 4.17 0.00 0.00 0.00 0.00 23:23:09 23:18:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:23:09 23:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:19:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:23:09 23:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:23:09 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:21:01 eth0 1.65 0.28 0.38 0.17 0.00 0.00 0.00 0.00 23:23:09 23:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:22:02 eth0 1.80 0.73 0.88 0.49 0.00 0.00 0.00 0.00 23:23:09 23:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:23:01 eth0 202.30 157.76 2207.36 17.30 0.00 0.00 0.00 0.00 23:23:09 23:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 23:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 Average: eth0 62.46 41.42 267.86 9.60 0.00 0.00 0.00 0.00 23:23:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:23:09 Average: docker0 0.20 0.16 0.04 0.35 0.00 0.00 0.00 0.00 23:23:09 23:23:09 23:23:09 ---> sar -P ALL: 23:23:09 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/07/20 _x86_64_ (4 CPU) 23:23:09 23:23:09 23:10:32 LINUX RESTART (4 CPU) 23:23:09 23:23:09 23:11:01 CPU %user %nice %system %iowait %steal %idle 23:23:09 23:12:01 all 5.99 0.00 0.92 1.11 0.02 91.97 23:23:09 23:12:01 0 5.63 0.00 1.24 0.84 0.02 92.27 23:23:09 23:12:01 1 5.92 0.00 0.77 1.60 0.02 91.69 23:23:09 23:12:01 2 7.02 0.00 0.82 1.62 0.02 90.52 23:23:09 23:12:01 3 5.38 0.00 0.85 0.37 0.02 93.38 23:23:09 23:13:01 all 0.16 0.00 0.05 0.00 0.00 99.79 23:23:09 23:13:01 0 0.05 0.00 0.05 0.00 0.00 99.90 23:23:09 23:13:01 1 0.07 0.00 0.07 0.00 0.00 99.87 23:23:09 23:13:01 2 0.42 0.00 0.03 0.00 0.00 99.55 23:23:09 23:13:01 3 0.10 0.00 0.05 0.00 0.02 99.83 23:23:09 23:14:01 all 0.15 0.00 0.04 0.00 0.00 99.80 23:23:09 23:14:01 0 0.05 0.00 0.03 0.00 0.00 99.92 23:23:09 23:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:23:09 23:14:01 2 0.48 0.00 0.07 0.00 0.02 99.43 23:23:09 23:14:01 3 0.05 0.00 0.03 0.00 0.00 99.92 23:23:09 23:15:01 all 0.17 0.00 0.03 0.00 0.00 99.80 23:23:09 23:15:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:23:09 23:15:01 1 0.12 0.00 0.05 0.00 0.00 99.83 23:23:09 23:15:01 2 0.50 0.00 0.02 0.00 0.00 99.48 23:23:09 23:15:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:23:09 23:16:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:23:09 23:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:23:09 23:16:01 1 0.50 0.00 0.03 0.00 0.00 99.47 23:23:09 23:16:01 2 0.07 0.00 0.03 0.00 0.00 99.90 23:23:09 23:16:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:23:09 23:17:01 all 5.98 0.00 2.77 1.43 0.02 89.81 23:23:09 23:17:01 0 5.27 0.00 3.42 0.52 0.02 90.78 23:23:09 23:17:01 1 5.77 0.00 2.47 2.42 0.02 89.33 23:23:09 23:17:01 2 7.16 0.00 2.72 1.16 0.02 88.95 23:23:09 23:17:01 3 5.71 0.00 2.47 1.61 0.02 90.19 23:23:09 23:18:01 all 0.16 0.00 0.05 0.00 0.00 99.79 23:23:09 23:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:23:09 23:18:01 1 0.30 0.00 0.07 0.00 0.00 99.63 23:23:09 23:18:01 2 0.02 0.00 0.07 0.00 0.00 99.92 23:23:09 23:18:01 3 0.30 0.00 0.05 0.00 0.00 99.65 23:23:09 23:19:01 all 0.09 0.00 0.08 0.00 0.00 99.84 23:23:09 23:19:01 0 0.02 0.00 0.07 0.00 0.00 99.92 23:23:09 23:19:01 1 0.22 0.00 0.12 0.00 0.00 99.67 23:23:09 23:19:01 2 0.07 0.00 0.08 0.00 0.00 99.85 23:23:09 23:19:01 3 0.05 0.00 0.03 0.00 0.00 99.92 23:23:09 23:20:01 all 0.03 0.00 0.04 0.00 0.01 99.92 23:23:09 23:20:01 0 0.03 0.00 0.03 0.00 0.02 99.92 23:23:09 23:20:01 1 0.03 0.00 0.00 0.00 0.00 99.97 23:23:09 23:20:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:23:09 23:20:01 3 0.02 0.00 0.10 0.00 0.02 99.87 23:23:09 23:21:01 all 0.15 0.00 0.15 0.00 0.00 99.70 23:23:09 23:21:01 0 0.10 0.00 0.08 0.00 0.00 99.82 23:23:09 23:21:01 1 0.15 0.00 0.13 0.00 0.00 99.72 23:23:09 23:21:01 2 0.20 0.00 0.13 0.00 0.00 99.67 23:23:09 23:21:01 3 0.13 0.00 0.25 0.00 0.00 99.62 23:23:09 23:22:02 all 0.18 0.00 0.05 0.00 0.00 99.77 23:23:09 23:22:02 0 0.08 0.00 0.03 0.00 0.00 99.88 23:23:09 23:22:02 1 0.55 0.00 0.03 0.00 0.00 99.42 23:23:09 23:22:02 2 0.07 0.00 0.08 0.00 0.00 99.85 23:23:09 23:22:02 3 0.03 0.00 0.03 0.00 0.00 99.93 23:23:09 23:23:09 23:22:02 CPU %user %nice %system %iowait %steal %idle 23:23:09 23:23:01 all 5.58 0.00 3.84 2.64 0.01 87.93 23:23:09 23:23:01 0 5.08 0.00 3.91 0.53 0.02 90.46 23:23:09 23:23:01 1 7.26 0.00 4.52 6.23 0.00 81.99 23:23:09 23:23:01 2 4.95 0.00 3.29 1.32 0.02 90.43 23:23:09 23:23:01 3 5.04 0.00 3.65 2.49 0.00 88.82 23:23:09 Average: all 1.55 0.00 0.66 0.43 0.00 97.35 23:23:09 Average: 0 1.35 0.00 0.74 0.16 0.01 97.75 23:23:09 Average: 1 1.73 0.00 0.68 0.84 0.00 96.75 23:23:09 Average: 2 1.74 0.00 0.61 0.34 0.01 97.31 23:23:09 Average: 3 1.39 0.00 0.62 0.37 0.01 97.61 23:23:09 23:23:09 23:23:09