Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 33015d1bbdd413da7d901a131bd21e17aef7dafc+1f0733914b201895897853d5b06c8e02670a551a (a014b8adac897d81d6ec32e46f6c0d070187f605) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-snmp-go] ========================================================= [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-snmp-go-settings PROJECT: device-snmp-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-snmp-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: false 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17221 in /w/workspace/dgexfoundry_device-snmp-go_PR-80 [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-snmp-go.git > git init /w/workspace/dgexfoundry_device-snmp-go_PR-80 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-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-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-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-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1f0733914b201895897853d5b06c8e02670a551a into PR head commit 33015d1bbdd413da7d901a131bd21e17aef7dafc Merge succeeded, producing 67c1afb6d6cb3de19d8eba77b339b2fbe80d41cf Checking out Revision 67c1afb6d6cb3de19d8eba77b339b2fbe80d41cf (PR-80) > git config core.sparsecheckout # timeout=10 > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # 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 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67c1afb6d6cb3de19d8eba77b339b2fbe80d41cf # timeout=10 Commit message: "Merge commit '1f0733914b201895897853d5b06c8e02670a551a' into HEAD" > git rev-list --no-walk 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-22T23:25:31.108Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-22T23:25:31.446Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-22T23:25:31.543Z] ========================================================= [2020-12-22T23:25:31.543Z] EdgeX Global Pipelines Version Info [2020-12-22T23:25:31.543Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:25:33.013Z] ------------------- [2020-12-22T23:25:33.013Z] stable info: [2020-12-22T23:25:33.013Z] ------------------- [2020-12-22T23:25:33.013Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-22T23:25:33.013Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-22T23:25:33.013Z] Message: update stable to v1.0.173 [2020-12-22T23:25:33.959Z] ------------------- [2020-12-22T23:25:33.959Z] experimental info: [2020-12-22T23:25:33.959Z] ------------------- [2020-12-22T23:25:33.959Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-22T23:25:33.959Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-22T23:25:33.959Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-22T23:25:34.303Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2020-12-22T23:25:34.428Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2020-12-22T23:25:34.543Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-22T23:25:34.636Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-22T23:25:34.726Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-22T23:25:34.816Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-22T23:25:34.936Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-22T23:25:35.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-22T23:25:35.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-22T23:25:35.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-22T23:25:35.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-22T23:25:35.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo [2020-12-22T23:25:35.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-22T23:25:35.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-22T23:25:35.715Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-22T23:25:35.802Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-22T23:25:35.893Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-22T23:25:36.005Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-22T23:25:36.090Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-22T23:25:36.181Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-22T23:25:36.268Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-22T23:25:36.371Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-22T23:25:36.460Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-22T23:25:36.546Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-22T23:25:36.647Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-22T23:25:36.767Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-22T23:25:36.856Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-22T23:25:36.944Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-80 [Pipeline] echo [2020-12-22T23:25:37.030Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-80 [Pipeline] echo [2020-12-22T23:25:37.115Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-80 [Pipeline] echo [2020-12-22T23:25:37.201Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67c1afb6d6cb3de19d8eba77b339b2fbe80d41cf [Pipeline] echo [2020-12-22T23:25:37.290Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67c1afb [Pipeline] echo [2020-12-22T23:25:37.373Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T23:25:37.614Z] provisioning config files... [2020-12-22T23:25:37.649Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/config1860769419790845528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:25:38.003Z] ---> docker-login.sh [2020-12-22T23:25:38.003Z] nexus3.edgexfoundry.org:10001 [2020-12-22T23:25:38.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:25:38.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:25:38.530Z] Configure a credential helper to remove this warning. See [2020-12-22T23:25:38.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:25:38.530Z] [2020-12-22T23:25:38.530Z] Login Succeeded [2020-12-22T23:25:38.530Z] nexus3.edgexfoundry.org:10002 [2020-12-22T23:25:38.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:25:38.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:25:38.792Z] Configure a credential helper to remove this warning. See [2020-12-22T23:25:38.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:25:38.792Z] [2020-12-22T23:25:38.792Z] Login Succeeded [2020-12-22T23:25:38.792Z] nexus3.edgexfoundry.org:10003 [2020-12-22T23:25:38.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:25:38.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:25:38.792Z] Configure a credential helper to remove this warning. See [2020-12-22T23:25:38.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:25:38.792Z] [2020-12-22T23:25:38.792Z] Login Succeeded [2020-12-22T23:25:38.792Z] nexus3.edgexfoundry.org:10004 [2020-12-22T23:25:39.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:25:39.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:25:39.056Z] Configure a credential helper to remove this warning. See [2020-12-22T23:25:39.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:25:39.056Z] [2020-12-22T23:25:39.056Z] Login Succeeded [2020-12-22T23:25:39.056Z] docker.io [2020-12-22T23:25:39.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:25:39.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:25:39.320Z] Configure a credential helper to remove this warning. See [2020-12-22T23:25:39.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:25:39.320Z] [2020-12-22T23:25:39.320Z] Login Succeeded [2020-12-22T23:25:39.320Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T23:25:39.330Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T23:25:40.129Z] + git log --format=format:%s -1 67c1afb6d6cb3de19d8eba77b339b2fbe80d41cf [Pipeline] echo [2020-12-22T23:25:40.196Z] GIT_COMMIT: 67c1afb6d6cb3de19d8eba77b339b2fbe80d41cf, Commit Message: Merge commit '1f0733914b201895897853d5b06c8e02670a551a' into HEAD [Pipeline] echo [2020-12-22T23:25:40.242Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:25:41.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T23:25:41.294Z] [2020-12-22T23:25:41.294Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:25:41.644Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T23:25:41.644Z] latest: Pulling from edgex-devops/git-semver [2020-12-22T23:25:41.644Z] 31603596830f: Pulling fs layer [2020-12-22T23:25:41.644Z] 2a8b12db71e7: Pulling fs layer [2020-12-22T23:25:41.644Z] 6ca5941a6612: Pulling fs layer [2020-12-22T23:25:41.644Z] ecc8261a40a4: Pulling fs layer [2020-12-22T23:25:41.644Z] ecc8261a40a4: Waiting [2020-12-22T23:25:41.644Z] 2a8b12db71e7: Verifying Checksum [2020-12-22T23:25:41.644Z] 2a8b12db71e7: Download complete [2020-12-22T23:25:41.915Z] 31603596830f: Verifying Checksum [2020-12-22T23:25:41.915Z] 31603596830f: Download complete [2020-12-22T23:25:41.915Z] 6ca5941a6612: Verifying Checksum [2020-12-22T23:25:41.915Z] 6ca5941a6612: Download complete [2020-12-22T23:25:41.915Z] ecc8261a40a4: Verifying Checksum [2020-12-22T23:25:41.915Z] ecc8261a40a4: Download complete [2020-12-22T23:25:42.182Z] 31603596830f: Pull complete [2020-12-22T23:25:42.448Z] 2a8b12db71e7: Pull complete [2020-12-22T23:25:43.030Z] 6ca5941a6612: Pull complete [2020-12-22T23:25:43.292Z] ecc8261a40a4: Pull complete [2020-12-22T23:25:43.292Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-22T23:25:43.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-22T23:25:43.292Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-22T23:25:43.408Z] prd-centos7-docker-4c-2g-17221 does not seem to be running inside a container [2020-12-22T23:25:43.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-80 -v /w/workspace/dgexfoundry_device-snmp-go_PR-80:/w/workspace/dgexfoundry_device-snmp-go_PR-80:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-80@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:10004/edgex-devops/git-semver:latest cat [2020-12-22T23:25:45.651Z] $ docker top 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-22T23:25:45.977Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T23:25:45.977Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T23:25:46.177Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T23:25:46.183Z] $ docker exec 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 ssh-agent [2020-12-22T23:25:46.359Z] SSH_AUTH_SOCK=/tmp/ssh-1PtIswZhVXuu/agent.12 [2020-12-22T23:25:46.359Z] SSH_AGENT_PID=18 [2020-12-22T23:25:46.369Z] Running ssh-add (command line suppressed) [2020-12-22T23:25:46.491Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_703803183199144802.key (/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_703803183199144802.key) [2020-12-22T23:25:46.541Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T23:25:46.982Z] + git tag --points-at HEAD [Pipeline] } [2020-12-22T23:25:47.010Z] $ docker exec --env ******** --env ******** 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 ssh-agent -k [2020-12-22T23:25:47.121Z] unset SSH_AUTH_SOCK; [2020-12-22T23:25:47.121Z] unset SSH_AGENT_PID; [2020-12-22T23:25:47.121Z] echo Agent pid 18 killed; [2020-12-22T23:25:47.173Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-22T23:25:47.320Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-22T23:25:47.320Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-22T23:25:47.484Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-22T23:25:47.490Z] $ docker exec 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 ssh-agent [2020-12-22T23:25:47.652Z] SSH_AUTH_SOCK=/tmp/ssh-jcBtS6GO0i0l/agent.47 [2020-12-22T23:25:47.652Z] SSH_AGENT_PID=52 [2020-12-22T23:25:47.659Z] Running ssh-add (command line suppressed) [2020-12-22T23:25:47.784Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_4072842551958591345.key (/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_4072842551958591345.key) [2020-12-22T23:25:47.836Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-22T23:25:48.175Z] + git semver init [2020-12-22T23:25:48.175Z] # -> Open(): unable to determine branch for HEAD [2020-12-22T23:25:48.176Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-80/.git [2020-12-22T23:25:48.176Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-80 [2020-12-22T23:25:48.176Z] # $SEMVER_REMOTE_NAME = origin [2020-12-22T23:25:48.176Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-22T23:25:48.176Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-22T23:25:48.176Z] # $SEMVER_BRANCH = PR-80 [2020-12-22T23:25:48.176Z] # $SEMVER_TEMP = /tmp/semver-271146104 [2020-12-22T23:25:48.176Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2020-12-22T23:25:48.439Z] # '/tmp/semver-271146104' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-80/.semver' [2020-12-22T23:25:48.439Z] # -> Force: false [2020-12-22T23:25:48.439Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-80/.semver [Pipeline] } [2020-12-22T23:25:48.453Z] $ docker exec --env ******** --env ******** 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 ssh-agent -k [2020-12-22T23:25:48.563Z] unset SSH_AUTH_SOCK; [2020-12-22T23:25:48.564Z] unset SSH_AGENT_PID; [2020-12-22T23:25:48.564Z] echo Agent pid 52 killed; [2020-12-22T23:25:48.609Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-22T23:25:49.088Z] + git semver [Pipeline] } [2020-12-22T23:25:49.108Z] $ docker stop --time=1 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 [2020-12-22T23:25:50.466Z] $ docker rm -f 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-22T23:25:50.949Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-22T23:25:51.322Z] Stashed 1 file(s) [Pipeline] echo [2020-12-22T23:25:51.324Z] [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 [2020-12-22T23:26:06.875Z] Still waiting to schedule task [2020-12-22T23:26:06.875Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-12-22T23:26:06.877Z] Still waiting to schedule task [2020-12-22T23:26:06.877Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-22T23:27:55.554Z] Running on prd-centos7-docker-4c-2g-17224 in /w/workspace/dgexfoundry_device-snmp-go_PR-80 [Pipeline] { [Pipeline] ws [2020-12-22T23:27:55.615Z] Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout [2020-12-22T23:27:57.888Z] using credential edgex-jenkins-ssh [2020-12-22T23:27:57.943Z] Cloning the remote Git repository [2020-12-22T23:27:57.972Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-12-22T23:27:58.038Z] > git init /w/workspace/device-snmp-go/2 # timeout=10 [2020-12-22T23:27:59.043Z] Merging remotes/origin/master commit 1f0733914b201895897853d5b06c8e02670a551a into PR head commit 33015d1bbdd413da7d901a131bd21e17aef7dafc [2020-12-22T23:27:59.126Z] Merge succeeded, producing 71ad04514dfc832b57a1f9368d10af606ba801e3 [2020-12-22T23:27:59.127Z] Checking out Revision 71ad04514dfc832b57a1f9368d10af606ba801e3 (PR-80) [2020-12-22T23:27:58.097Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-12-22T23:27:58.097Z] > git --version # timeout=10 [2020-12-22T23:27:58.105Z] > git --version # 'git version 2.24.3' [2020-12-22T23:27:58.105Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T23:27:58.131Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T23:27:58.618Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-12-22T23:27:58.624Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T23:27:58.637Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-12-22T23:27:58.650Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-12-22T23:27:58.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T23:27:58.657Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-22T23:27:59.051Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T23:27:59.058Z] > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 [2020-12-22T23:27:59.088Z] > git remote # timeout=10 [2020-12-22T23:27:59.093Z] > git config --get remote.origin.url # timeout=10 [2020-12-22T23:27:59.099Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T23:27:59.102Z] > git merge 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 [2020-12-22T23:27:59.120Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-22T23:27:59.130Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T23:27:59.134Z] > git checkout -f 71ad04514dfc832b57a1f9368d10af606ba801e3 # timeout=10 [2020-12-22T23:28:02.781Z] Commit message: "Merge commit '1f0733914b201895897853d5b06c8e02670a551a' into HEAD" [2020-12-22T23:28:02.786Z] > git rev-list --no-walk 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-12-22T23:28:03.551Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17223 in /w/workspace/dgexfoundry_device-snmp-go_PR-80 [Pipeline] { [Pipeline] ws [2020-12-22T23:28:03.609Z] Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T23:28:04.366Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-22T23:28:04.701Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-22T23:28:05.005Z] + sudo service docker restart [2020-12-22T23:28:05.005Z] + true [2020-12-22T23:28:05.005Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T23:28:06.471Z] provisioning config files... [2020-12-22T23:28:06.509Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config127876539117927907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:28:06.881Z] ---> docker-login.sh [2020-12-22T23:28:06.881Z] nexus3.edgexfoundry.org:10001 [2020-12-22T23:28:07.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:28:07.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:28:07.145Z] Configure a credential helper to remove this warning. See [2020-12-22T23:28:07.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:28:07.145Z] [2020-12-22T23:28:07.145Z] Login Succeeded [2020-12-22T23:28:07.145Z] nexus3.edgexfoundry.org:10002 [2020-12-22T23:28:07.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:28:07.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:28:07.407Z] Configure a credential helper to remove this warning. See [2020-12-22T23:28:07.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:28:07.407Z] [2020-12-22T23:28:07.407Z] Login Succeeded [2020-12-22T23:28:07.407Z] nexus3.edgexfoundry.org:10003 [2020-12-22T23:28:07.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:28:07.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:28:07.669Z] Configure a credential helper to remove this warning. See [2020-12-22T23:28:07.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:28:07.669Z] [2020-12-22T23:28:07.669Z] Login Succeeded [2020-12-22T23:28:07.669Z] nexus3.edgexfoundry.org:10004 [2020-12-22T23:28:07.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:28:07.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:28:07.932Z] Configure a credential helper to remove this warning. See [2020-12-22T23:28:07.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:28:07.932Z] [2020-12-22T23:28:07.932Z] Login Succeeded [2020-12-22T23:28:07.932Z] docker.io [2020-12-22T23:28:07.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:28:08.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:28:08.212Z] Configure a credential helper to remove this warning. See [2020-12-22T23:28:08.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:28:08.212Z] [2020-12-22T23:28:08.212Z] Login Succeeded [2020-12-22T23:28:08.212Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T23:28:08.230Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-22T23:28:08.758Z] ========================================================= [2020-12-22T23:28:08.758Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-22T23:28:08.758Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:28:09.080Z] using credential edgex-jenkins-ssh [2020-12-22T23:28:09.109Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-22T23:28:09.109Z] Sending build context to Docker daemon 325.1kB [2020-12-22T23:28:09.109Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-12-22T23:28:09.109Z] Step 2/10 : FROM ${BASE} [2020-12-22T23:28:09.146Z] Cloning the remote Git repository [2020-12-22T23:28:09.373Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-22T23:28:09.373Z] 188c0c94c7c5: Pulling fs layer [2020-12-22T23:28:09.373Z] 0ef7d3d256c8: Pulling fs layer [2020-12-22T23:28:09.373Z] de9db76c5a1d: Pulling fs layer [2020-12-22T23:28:09.373Z] bca2f99d35d6: Pulling fs layer [2020-12-22T23:28:09.373Z] 93359f2a8cfa: Pulling fs layer [2020-12-22T23:28:09.373Z] 7c6f9722023f: Pulling fs layer [2020-12-22T23:28:09.373Z] a35cf1a2eb13: Pulling fs layer [2020-12-22T23:28:09.373Z] bca2f99d35d6: Waiting [2020-12-22T23:28:09.373Z] 93359f2a8cfa: Waiting [2020-12-22T23:28:09.373Z] 7c6f9722023f: Waiting [2020-12-22T23:28:09.373Z] a35cf1a2eb13: Waiting [2020-12-22T23:28:09.373Z] de9db76c5a1d: Verifying Checksum [2020-12-22T23:28:09.373Z] de9db76c5a1d: Download complete [2020-12-22T23:28:09.373Z] 93359f2a8cfa: Verifying Checksum [2020-12-22T23:28:09.373Z] 93359f2a8cfa: Download complete [2020-12-22T23:28:09.373Z] 7c6f9722023f: Verifying Checksum [2020-12-22T23:28:09.373Z] 7c6f9722023f: Download complete [2020-12-22T23:28:09.373Z] 188c0c94c7c5: Verifying Checksum [2020-12-22T23:28:09.373Z] 188c0c94c7c5: Download complete [2020-12-22T23:28:09.643Z] 188c0c94c7c5: Pull complete [2020-12-22T23:28:09.905Z] 0ef7d3d256c8: Pull complete [2020-12-22T23:28:09.905Z] de9db76c5a1d: Pull complete [2020-12-22T23:28:09.201Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2020-12-22T23:28:09.300Z] > git init /w/workspace/device-snmp-go/2 # timeout=10 [2020-12-22T23:28:09.372Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-12-22T23:28:09.373Z] > git --version # timeout=10 [2020-12-22T23:28:09.394Z] > git --version # 'git version 2.17.1' [2020-12-22T23:28:09.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T23:28:09.457Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T23:28:10.120Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-12-22T23:28:10.141Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-22T23:28:10.689Z] Merging remotes/origin/master commit 1f0733914b201895897853d5b06c8e02670a551a into PR head commit 33015d1bbdd413da7d901a131bd21e17aef7dafc [2020-12-22T23:28:10.924Z] Merge succeeded, producing 173ffffe733c7deb5d82e9967c9da75a42b42d90 [2020-12-22T23:28:10.924Z] Checking out Revision 173ffffe733c7deb5d82e9967c9da75a42b42d90 (PR-80) [2020-12-22T23:28:11.307Z] a35cf1a2eb13: Verifying Checksum [2020-12-22T23:28:11.307Z] a35cf1a2eb13: Download complete [2020-12-22T23:28:10.178Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2020-12-22T23:28:10.223Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2020-12-22T23:28:10.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T23:28:10.235Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-22T23:28:10.715Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T23:28:10.731Z] > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 [2020-12-22T23:28:10.811Z] > git remote # timeout=10 [2020-12-22T23:28:10.830Z] > git config --get remote.origin.url # timeout=10 [2020-12-22T23:28:10.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-22T23:28:10.864Z] > git merge 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 [2020-12-22T23:28:10.910Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-22T23:28:10.939Z] > git config core.sparsecheckout # timeout=10 [2020-12-22T23:28:10.959Z] > git checkout -f 173ffffe733c7deb5d82e9967c9da75a42b42d90 # timeout=10 [2020-12-22T23:28:11.888Z] bca2f99d35d6: Verifying Checksum [2020-12-22T23:28:11.888Z] bca2f99d35d6: Download complete [2020-12-22T23:28:15.318Z] Commit message: "Merge commit '1f0733914b201895897853d5b06c8e02670a551a' into HEAD" [2020-12-22T23:28:15.332Z] > git rev-list --no-walk 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-22T23:28:16.864Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-22T23:28:17.210Z] bca2f99d35d6: Pull complete [2020-12-22T23:28:17.276Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-22T23:28:17.475Z] 93359f2a8cfa: Pull complete [2020-12-22T23:28:17.475Z] 7c6f9722023f: Pull complete [2020-12-22T23:28:17.663Z] + sudo service docker restart [2020-12-22T23:28:17.663Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-22T23:28:19.712Z] provisioning config files... [2020-12-22T23:28:19.761Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config9038541563335477543tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:28:20.172Z] ---> docker-login.sh [2020-12-22T23:28:20.172Z] nexus3.edgexfoundry.org:10001 [2020-12-22T23:28:21.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:28:21.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:28:21.173Z] Configure a credential helper to remove this warning. See [2020-12-22T23:28:21.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:28:21.173Z] [2020-12-22T23:28:21.173Z] Login Succeeded [2020-12-22T23:28:21.447Z] nexus3.edgexfoundry.org:10002 [2020-12-22T23:28:21.720Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:28:21.720Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:28:21.720Z] Configure a credential helper to remove this warning. See [2020-12-22T23:28:21.720Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:28:21.720Z] [2020-12-22T23:28:21.720Z] Login Succeeded [2020-12-22T23:28:22.000Z] nexus3.edgexfoundry.org:10003 [2020-12-22T23:28:22.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:28:22.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:28:22.272Z] Configure a credential helper to remove this warning. See [2020-12-22T23:28:22.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:28:22.272Z] [2020-12-22T23:28:22.272Z] Login Succeeded [2020-12-22T23:28:22.548Z] nexus3.edgexfoundry.org:10004 [2020-12-22T23:28:22.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:28:22.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:28:22.820Z] Configure a credential helper to remove this warning. See [2020-12-22T23:28:22.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:28:22.820Z] [2020-12-22T23:28:22.820Z] Login Succeeded [2020-12-22T23:28:22.820Z] docker.io [2020-12-22T23:28:23.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-22T23:28:23.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-22T23:28:23.686Z] Configure a credential helper to remove this warning. See [2020-12-22T23:28:23.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-22T23:28:23.686Z] [2020-12-22T23:28:23.686Z] Login Succeeded [2020-12-22T23:28:23.686Z] ---> docker-login.sh ends [Pipeline] } [2020-12-22T23:28:23.702Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-22T23:28:24.136Z] ========================================================= [2020-12-22T23:28:24.136Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-22T23:28:24.136Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:28:24.519Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-22T23:28:24.814Z] Sending build context to Docker daemon 324.1kB [2020-12-22T23:28:24.814Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-12-22T23:28:24.814Z] Step 2/10 : FROM ${BASE} [2020-12-22T23:28:25.092Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-22T23:28:25.092Z] 5f621e34cdf4: Pulling fs layer [2020-12-22T23:28:25.092Z] a4357932f1b6: Pulling fs layer [2020-12-22T23:28:25.092Z] 18c013af1878: Pulling fs layer [2020-12-22T23:28:25.092Z] 00ac8860ef70: Pulling fs layer [2020-12-22T23:28:25.092Z] 63d7cb157983: Pulling fs layer [2020-12-22T23:28:25.092Z] b116817d02f9: Pulling fs layer [2020-12-22T23:28:25.092Z] 745a02a5169b: Pulling fs layer [2020-12-22T23:28:25.092Z] 63d7cb157983: Waiting [2020-12-22T23:28:25.092Z] b116817d02f9: Waiting [2020-12-22T23:28:25.092Z] 745a02a5169b: Waiting [2020-12-22T23:28:25.092Z] 00ac8860ef70: Waiting [2020-12-22T23:28:25.092Z] 18c013af1878: Verifying Checksum [2020-12-22T23:28:25.092Z] 18c013af1878: Download complete [2020-12-22T23:28:25.092Z] a4357932f1b6: Verifying Checksum [2020-12-22T23:28:25.092Z] a4357932f1b6: Download complete [2020-12-22T23:28:25.092Z] 63d7cb157983: Verifying Checksum [2020-12-22T23:28:25.092Z] 63d7cb157983: Download complete [2020-12-22T23:28:25.092Z] b116817d02f9: Verifying Checksum [2020-12-22T23:28:25.092Z] b116817d02f9: Download complete [2020-12-22T23:28:25.092Z] 5f621e34cdf4: Download complete [2020-12-22T23:28:25.710Z] 5f621e34cdf4: Pull complete [2020-12-22T23:28:26.703Z] a4357932f1b6: Pull complete [2020-12-22T23:28:26.982Z] 18c013af1878: Pull complete [2020-12-22T23:28:27.521Z] a35cf1a2eb13: Pull complete [2020-12-22T23:28:27.521Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-22T23:28:27.521Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-22T23:28:27.521Z] ---> a62c8e92a672 [2020-12-22T23:28:27.521Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-12-22T23:28:27.521Z] ---> Running in b4ffc8982661 [2020-12-22T23:28:27.521Z] Removing intermediate container b4ffc8982661 [2020-12-22T23:28:27.522Z] ---> d3c70562343f [2020-12-22T23:28:27.522Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-12-22T23:28:27.522Z] ---> Running in dbd3a30594a1 [2020-12-22T23:28:27.522Z] Removing intermediate container dbd3a30594a1 [2020-12-22T23:28:27.522Z] ---> 33887640668c [2020-12-22T23:28:27.522Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-12-22T23:28:27.522Z] ---> Running in f86aeaa8d265 [2020-12-22T23:28:27.522Z] Removing intermediate container f86aeaa8d265 [2020-12-22T23:28:27.522Z] ---> 0e78c1a9290c [2020-12-22T23:28:27.522Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T23:28:27.522Z] ---> Running in 61f22787bf4a [2020-12-22T23:28:27.586Z] 745a02a5169b: Download complete [2020-12-22T23:28:28.473Z] Removing intermediate container 61f22787bf4a [2020-12-22T23:28:28.473Z] ---> 01a712dc00cb [2020-12-22T23:28:28.473Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-22T23:28:28.473Z] ---> Running in 52a89dc9ecbc [2020-12-22T23:28:29.024Z] 00ac8860ef70: Verifying Checksum [2020-12-22T23:28:29.024Z] 00ac8860ef70: Download complete [2020-12-22T23:28:29.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-22T23:28:29.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-22T23:28:30.194Z] OK: 166 MiB in 39 packages [2020-12-22T23:28:30.771Z] Removing intermediate container 52a89dc9ecbc [2020-12-22T23:28:30.771Z] ---> 1e65b0717e72 [2020-12-22T23:28:30.771Z] Step 8/10 : WORKDIR /device-snmp-go [2020-12-22T23:28:30.771Z] ---> Running in a0ad93b63dc1 [2020-12-22T23:28:30.771Z] Removing intermediate container a0ad93b63dc1 [2020-12-22T23:28:30.771Z] ---> 31bcae96ccf4 [2020-12-22T23:28:30.771Z] Step 9/10 : COPY . . [2020-12-22T23:28:31.721Z] ---> 9951f38d6d9b [2020-12-22T23:28:31.721Z] Step 10/10 : RUN go mod download [2020-12-22T23:28:31.721Z] ---> Running in 976826982fb2 [2020-12-22T23:28:39.208Z] 00ac8860ef70: Pull complete [2020-12-22T23:28:39.208Z] 63d7cb157983: Pull complete [2020-12-22T23:28:39.479Z] b116817d02f9: Pull complete [2020-12-22T23:28:43.796Z] 745a02a5169b: Pull complete [2020-12-22T23:28:43.796Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-22T23:28:43.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-22T23:28:43.796Z] ---> b7e6874047d6 [2020-12-22T23:28:43.796Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-12-22T23:28:45.803Z] ---> Running in c33bee0f0737 [2020-12-22T23:28:46.076Z] Removing intermediate container c33bee0f0737 [2020-12-22T23:28:46.076Z] ---> 7a418cfbc585 [2020-12-22T23:28:46.076Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-12-22T23:28:46.350Z] ---> Running in cbbeb960fcad [2020-12-22T23:28:46.950Z] Removing intermediate container cbbeb960fcad [2020-12-22T23:28:46.950Z] ---> 953575a38bb1 [2020-12-22T23:28:46.950Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2020-12-22T23:28:46.950Z] ---> Running in 06179b9335eb [2020-12-22T23:28:47.544Z] Removing intermediate container 06179b9335eb [2020-12-22T23:28:47.544Z] ---> c6097e5043a4 [2020-12-22T23:28:47.544Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-22T23:28:47.544Z] ---> Running in df414bad3c94 [2020-12-22T23:28:50.199Z] Removing intermediate container df414bad3c94 [2020-12-22T23:28:50.199Z] ---> c83fd1299e6d [2020-12-22T23:28:50.199Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-22T23:28:50.199Z] ---> Running in 857250d4b177 [2020-12-22T23:28:51.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-22T23:28:51.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-22T23:28:52.401Z] OK: 142 MiB in 39 packages [2020-12-22T23:28:53.739Z] Removing intermediate container 976826982fb2 [2020-12-22T23:28:53.739Z] ---> c541a73d9b2a [2020-12-22T23:28:53.739Z] Successfully built c541a73d9b2a [2020-12-22T23:28:53.739Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:28:53.831Z] Removing intermediate container 857250d4b177 [2020-12-22T23:28:53.831Z] ---> b78dcde162fa [2020-12-22T23:28:53.831Z] Step 8/10 : WORKDIR /device-snmp-go [2020-12-22T23:28:53.831Z] ---> Running in e12b69c8b921 [2020-12-22T23:28:54.053Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-22T23:28:54.105Z] Removing intermediate container e12b69c8b921 [2020-12-22T23:28:54.105Z] ---> e0f69b345a6c [2020-12-22T23:28:54.105Z] Step 9/10 : COPY . . [2020-12-22T23:28:54.316Z] . [Pipeline] withDockerContainer [2020-12-22T23:28:54.438Z] prd-centos7-docker-4c-2g-17224 does not seem to be running inside a container [2020-12-22T23:28:54.489Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-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 [2020-12-22T23:28:55.091Z] ---> 607342bfa290 [2020-12-22T23:28:55.091Z] Step 10/10 : RUN go mod download [2020-12-22T23:28:55.091Z] ---> Running in a075c85a3f7c [2020-12-22T23:28:55.292Z] $ docker top 3f3aae6904ea7df63382c1864ccc5b83d81efa9964a50205b3e96ac883810817 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T23:28:55.829Z] + go version [2020-12-22T23:28:55.829Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-22T23:28:55.844Z] $ docker stop --time=1 3f3aae6904ea7df63382c1864ccc5b83d81efa9964a50205b3e96ac883810817 [2020-12-22T23:28:57.205Z] $ docker rm -f 3f3aae6904ea7df63382c1864ccc5b83d81efa9964a50205b3e96ac883810817 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:28:58.051Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-22T23:28:58.051Z] . [Pipeline] withDockerContainer [2020-12-22T23:28:58.150Z] prd-centos7-docker-4c-2g-17224 does not seem to be running inside a container [2020-12-22T23:28:58.203Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-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 [2020-12-22T23:28:58.801Z] $ docker top c9707385516e2605bbf6791687cff0e6cd1553ba311973e720c362b54af40fea -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T23:28:59.285Z] + make test [2020-12-22T23:28:59.285Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-22T23:29:00.242Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-12-22T23:29:08.495Z] # github.com/edgexfoundry/device-sdk-go/internal/v2/application [2020-12-22T23:29:08.495Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:487:23: undefined: dtos.ValueTypeString [2020-12-22T23:29:08.495Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:489:23: undefined: dtos.ValueTypeBool [2020-12-22T23:29:08.495Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:495:23: undefined: dtos.ValueTypeBoolArray [2020-12-22T23:29:08.495Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:502:23: undefined: dtos.ValueTypeUint8 [2020-12-22T23:29:08.495Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:508:23: undefined: dtos.ValueTypeUint8Array [2020-12-22T23:29:08.495Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:519:23: undefined: dtos.ValueTypeUint16 [2020-12-22T23:29:08.495Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:525:23: undefined: dtos.ValueTypeUint16Array [2020-12-22T23:29:08.495Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:536:23: undefined: dtos.ValueTypeUint32 [2020-12-22T23:29:08.495Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:542:23: undefined: dtos.ValueTypeUint32Array [2020-12-22T23:29:08.495Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: undefined: dtos.ValueTypeUint64 [2020-12-22T23:29:08.495Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: too many errors [2020-12-22T23:29:09.913Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements [2020-12-22T23:29:09.913Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2020-12-22T23:29:09.930Z] $ docker stop --time=1 c9707385516e2605bbf6791687cff0e6cd1553ba311973e720c362b54af40fea [2020-12-22T23:29:12.215Z] $ docker rm -f c9707385516e2605bbf6791687cff0e6cd1553ba311973e720c362b54af40fea [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] } [2020-12-22T23:29:14.112Z] Failed in branch amd64 [2020-12-22T23:29:17.277Z] Removing intermediate container a075c85a3f7c [2020-12-22T23:29:17.277Z] ---> 7a2935cc44e7 [2020-12-22T23:29:17.277Z] Successfully built 7a2935cc44e7 [2020-12-22T23:29:17.277Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:29:17.616Z] + docker inspect -f . ci-base-image-arm64 [2020-12-22T23:29:17.616Z] . [Pipeline] withDockerContainer [2020-12-22T23:29:17.894Z] prd-ubuntu18.04-docker-arm64-4c-16g-17223 does not seem to be running inside a container [2020-12-22T23:29:17.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-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 ******** -e ******** ci-base-image-arm64 cat [2020-12-22T23:29:19.518Z] $ docker top 933efc41068b7bff1f4694358326f3e8981e91d92eab983158b0cc4d0d152935 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T23:29:20.569Z] + go version [2020-12-22T23:29:20.569Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-22T23:29:20.597Z] $ docker stop --time=1 933efc41068b7bff1f4694358326f3e8981e91d92eab983158b0cc4d0d152935 [2020-12-22T23:29:22.486Z] $ docker rm -f 933efc41068b7bff1f4694358326f3e8981e91d92eab983158b0cc4d0d152935 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:29:23.584Z] + docker inspect -f . ci-base-image-arm64 [2020-12-22T23:29:23.584Z] . [Pipeline] withDockerContainer [2020-12-22T23:29:23.835Z] prd-ubuntu18.04-docker-arm64-4c-16g-17223 does not seem to be running inside a container [2020-12-22T23:29:23.913Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-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 ******** -e ******** ci-base-image-arm64 cat [2020-12-22T23:29:25.484Z] $ docker top 61dc4d4c28ff923f0837164f05044443fcd53f8da5a4b030809320f4733da3a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T23:29:26.519Z] + make test [2020-12-22T23:29:26.519Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-12-22T23:29:27.519Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2020-12-22T23:29:54.385Z] # github.com/edgexfoundry/device-sdk-go/internal/v2/application [2020-12-22T23:29:54.385Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:487:23: undefined: dtos.ValueTypeString [2020-12-22T23:29:54.385Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:489:23: undefined: dtos.ValueTypeBool [2020-12-22T23:29:54.385Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:495:23: undefined: dtos.ValueTypeBoolArray [2020-12-22T23:29:54.385Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:502:23: undefined: dtos.ValueTypeUint8 [2020-12-22T23:29:54.385Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:508:23: undefined: dtos.ValueTypeUint8Array [2020-12-22T23:29:54.385Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:519:23: undefined: dtos.ValueTypeUint16 [2020-12-22T23:29:54.385Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:525:23: undefined: dtos.ValueTypeUint16Array [2020-12-22T23:29:54.385Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:536:23: undefined: dtos.ValueTypeUint32 [2020-12-22T23:29:54.385Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:542:23: undefined: dtos.ValueTypeUint32Array [2020-12-22T23:29:54.385Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: undefined: dtos.ValueTypeUint64 [2020-12-22T23:29:54.385Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: too many errors [2020-12-22T23:29:57.842Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.013s coverage: 0.0% of statements [2020-12-22T23:29:58.114Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2020-12-22T23:29:58.140Z] $ docker stop --time=1 61dc4d4c28ff923f0837164f05044443fcd53f8da5a4b030809320f4733da3a5 [2020-12-22T23:30:00.611Z] $ docker rm -f 61dc4d4c28ff923f0837164f05044443fcd53f8da5a4b030809320f4733da3a5 [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] } [2020-12-22T23:30:03.578Z] 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] { (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 [2020-12-22T23:30:06.489Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:30:06.805Z] ---> package-listing.sh [2020-12-22T23:30:06.805Z] ++ facter osfamily [2020-12-22T23:30:06.805Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-22T23:30:06.805Z] + OS_FAMILY=redhat [2020-12-22T23:30:06.805Z] + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-80 [2020-12-22T23:30:06.805Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-22T23:30:06.805Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-22T23:30:06.805Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-22T23:30:06.805Z] + PACKAGES=/tmp/packages_start.txt [2020-12-22T23:30:06.805Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-80 ']' [2020-12-22T23:30:06.805Z] + PACKAGES=/tmp/packages_end.txt [2020-12-22T23:30:06.805Z] + case "${OS_FAMILY}" in [2020-12-22T23:30:06.805Z] + rpm -qa [2020-12-22T23:30:06.805Z] + sort [2020-12-22T23:30:13.439Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-22T23:30:13.439Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-22T23:30:13.439Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-22T23:30:13.439Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-80 ']' [2020-12-22T23:30:13.439Z] + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-80/archives/ [2020-12-22T23:30:13.439Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-80/archives/ [Pipeline] echo [2020-12-22T23:30:13.464Z] 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/dgexfoundry_device-snmp-go_PR-80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-22T23:30:13.759Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:30:14.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T23:30:14.074Z] [2020-12-22T23:30:14.074Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-22T23:30:14.438Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T23:30:14.438Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-22T23:30:14.438Z] df20fa9351a1: Pulling fs layer [2020-12-22T23:30:14.438Z] 36b3adc4ff6f: Pulling fs layer [2020-12-22T23:30:14.438Z] 8ad3a11d3b57: Pulling fs layer [2020-12-22T23:30:14.438Z] 46f8f816bc3b: Pulling fs layer [2020-12-22T23:30:14.438Z] 93b61091891f: Pulling fs layer [2020-12-22T23:30:14.438Z] 93b9cdb0e59b: Pulling fs layer [2020-12-22T23:30:14.438Z] 5e14af77c1be: Pulling fs layer [2020-12-22T23:30:14.438Z] 01666e4c0597: Pulling fs layer [2020-12-22T23:30:14.438Z] aa168da1d23b: Pulling fs layer [2020-12-22T23:30:14.438Z] 46f8f816bc3b: Waiting [2020-12-22T23:30:14.438Z] 93b61091891f: Waiting [2020-12-22T23:30:14.438Z] 5e14af77c1be: Waiting [2020-12-22T23:30:14.438Z] 01666e4c0597: Waiting [2020-12-22T23:30:14.438Z] aa168da1d23b: Waiting [2020-12-22T23:30:14.438Z] 93b9cdb0e59b: Waiting [2020-12-22T23:30:14.438Z] 36b3adc4ff6f: Download complete [2020-12-22T23:30:14.438Z] 46f8f816bc3b: Verifying Checksum [2020-12-22T23:30:14.438Z] 46f8f816bc3b: Download complete [2020-12-22T23:30:14.702Z] df20fa9351a1: Download complete [2020-12-22T23:30:14.702Z] 93b61091891f: Verifying Checksum [2020-12-22T23:30:14.702Z] 93b61091891f: Download complete [2020-12-22T23:30:14.702Z] 93b9cdb0e59b: Verifying Checksum [2020-12-22T23:30:14.702Z] 93b9cdb0e59b: Download complete [2020-12-22T23:30:14.702Z] 5e14af77c1be: Verifying Checksum [2020-12-22T23:30:14.702Z] 5e14af77c1be: Download complete [2020-12-22T23:30:14.702Z] 01666e4c0597: Verifying Checksum [2020-12-22T23:30:14.702Z] 01666e4c0597: Download complete [2020-12-22T23:30:14.978Z] df20fa9351a1: Pull complete [2020-12-22T23:30:15.243Z] 36b3adc4ff6f: Pull complete [2020-12-22T23:30:15.243Z] 8ad3a11d3b57: Verifying Checksum [2020-12-22T23:30:15.243Z] 8ad3a11d3b57: Download complete [2020-12-22T23:30:16.195Z] 8ad3a11d3b57: Pull complete [2020-12-22T23:30:16.465Z] 46f8f816bc3b: Pull complete [2020-12-22T23:30:16.741Z] 93b61091891f: Pull complete [2020-12-22T23:30:17.711Z] aa168da1d23b: Verifying Checksum [2020-12-22T23:30:17.711Z] aa168da1d23b: Download complete [2020-12-22T23:30:17.988Z] 93b9cdb0e59b: Pull complete [2020-12-22T23:30:17.988Z] 5e14af77c1be: Pull complete [2020-12-22T23:30:18.258Z] 01666e4c0597: Pull complete [2020-12-22T23:30:24.921Z] aa168da1d23b: Pull complete [2020-12-22T23:30:24.921Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-22T23:30:24.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-22T23:30:24.921Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-22T23:30:25.127Z] prd-centos7-docker-4c-2g-17221 does not seem to be running inside a container [2020-12-22T23:30:25.188Z] $ 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/dgexfoundry_device-snmp-go_PR-80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-snmp-go_PR-80 -v /w/workspace/dgexfoundry_device-snmp-go_PR-80:/w/workspace/dgexfoundry_device-snmp-go_PR-80:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-22T23:30:29.225Z] $ docker top 0b2ce2169aceb0de2da738ff84433a317f69089e482b63c8a929339b99c79095 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-22T23:30:29.783Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-22T23:30:30.132Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-22T23:30:30.512Z] + ls /var/log/sa-host [2020-12-22T23:30:30.512Z] + sadf -c /var/log/sa-host/sa22 [2020-12-22T23:30:30.512Z] file_magic: OK [2020-12-22T23:30:30.512Z] HZ: Using current value: 100 [2020-12-22T23:30:30.512Z] file_header: OK [2020-12-22T23:30:30.512Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-22T23:30:30.512Z] Statistics: [2020-12-22T23:30:30.512Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-22T23:30:30.512Z] File successfully converted to sysstat format version 12.2.1 [2020-12-22T23:30:30.512Z] + sadf -c /var/log/sa-host/sa23 [2020-12-22T23:30:30.512Z] file_magic: OK [2020-12-22T23:30:30.512Z] HZ: Using current value: 100 [2020-12-22T23:30:30.512Z] file_header: OK [2020-12-22T23:30:30.512Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-22T23:30:30.512Z] Statistics: [2020-12-22T23:30:30.512Z] Hnuu...uuuununununu... [2020-12-22T23:30:30.512Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-22T23:30:30.743Z] provisioning config files... [2020-12-22T23:30:30.764Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/config1033665356066847296tmp [Pipeline] { [Pipeline] echo [2020-12-22T23:30:30.837Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:30:31.137Z] ---> create-netrc.sh [Pipeline] } [2020-12-22T23:30:31.148Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-22T23:30:31.255Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:30:31.564Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-22T23:30:31.578Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:30:31.882Z] ---> sudo-logs.sh [2020-12-22T23:30:31.882Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-22T23:30:31.895Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:30:32.193Z] ---> job-cost.sh [2020-12-22T23:30:32.193Z] lf-activate-venv: SKIPPING [2020-12-22T23:30:32.193Z] INFO: No Stack... [2020-12-22T23:30:33.143Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-22T23:30:33.406Z] INFO: Archiving Costs [Pipeline] echo [2020-12-22T23:30:33.421Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-22T23:30:33.721Z] ---> logs-deploy.sh [2020-12-22T23:30:33.721Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-80/2 [2020-12-22T23:30:33.721Z] INFO: archiving workspace using pattern(s): [2020-12-22T23:30:35.647Z] Archives upload complete. [2020-12-22T23:30:35.647Z] INFO: archiving logs to Nexus [2020-12-22T23:30:36.593Z] ---> uname -a: [2020-12-22T23:30:36.593Z] Linux prd-centos7-docker-4c-2g-17221.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-22T23:30:36.593Z] [2020-12-22T23:30:36.593Z] [2020-12-22T23:30:36.593Z] ---> lscpu: [2020-12-22T23:30:36.593Z] Architecture: x86_64 [2020-12-22T23:30:36.593Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-22T23:30:36.593Z] Byte Order: Little Endian [2020-12-22T23:30:36.593Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-22T23:30:36.593Z] CPU(s): 4 [2020-12-22T23:30:36.593Z] On-line CPU(s) list: 0-3 [2020-12-22T23:30:36.593Z] Thread(s) per core: 1 [2020-12-22T23:30:36.593Z] Core(s) per socket: 1 [2020-12-22T23:30:36.593Z] Socket(s): 4 [2020-12-22T23:30:36.593Z] NUMA node(s): 1 [2020-12-22T23:30:36.593Z] Vendor ID: GenuineIntel [2020-12-22T23:30:36.593Z] CPU family: 6 [2020-12-22T23:30:36.593Z] Model: 44 [2020-12-22T23:30:36.593Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-22T23:30:36.593Z] Stepping: 1 [2020-12-22T23:30:36.593Z] CPU MHz: 2933.442 [2020-12-22T23:30:36.593Z] BogoMIPS: 5866.88 [2020-12-22T23:30:36.593Z] Virtualization: VT-x [2020-12-22T23:30:36.593Z] Hypervisor vendor: KVM [2020-12-22T23:30:36.593Z] Virtualization type: full [2020-12-22T23:30:36.593Z] L1d cache: 128 KiB [2020-12-22T23:30:36.593Z] L1i cache: 128 KiB [2020-12-22T23:30:36.593Z] L2 cache: 16 MiB [2020-12-22T23:30:36.593Z] L3 cache: 64 MiB [2020-12-22T23:30:36.593Z] NUMA node0 CPU(s): 0-3 [2020-12-22T23:30:36.593Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-22T23:30:36.593Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-22T23:30:36.593Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-22T23:30:36.593Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-22T23:30:36.593Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-22T23:30:36.593Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-22T23:30:36.593Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-22T23:30:36.593Z] Vulnerability Srbds: Not affected [2020-12-22T23:30:36.593Z] Vulnerability Tsx async abort: Not affected [2020-12-22T23:30:36.593Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-22T23:30:36.593Z] [2020-12-22T23:30:36.593Z] [2020-12-22T23:30:36.593Z] ---> nproc: [2020-12-22T23:30:36.593Z] 4 [2020-12-22T23:30:36.593Z] [2020-12-22T23:30:36.593Z] [2020-12-22T23:30:36.593Z] ---> df -h: [2020-12-22T23:30:36.593Z] Filesystem Size Used Available Use% Mounted on [2020-12-22T23:30:36.593Z] overlay 50.0G 7.3G 42.7G 15% / [2020-12-22T23:30:36.593Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-22T23:30:36.593Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-22T23:30:36.593Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-22T23:30:36.593Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2020-12-22T23:30:36.593Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2020-12-22T23:30:36.593Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2020-12-22T23:30:36.593Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2020-12-22T23:30:36.593Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2020-12-22T23:30:36.593Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-80 [2020-12-22T23:30:36.593Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp [2020-12-22T23:30:36.593Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2020-12-22T23:30:36.593Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2020-12-22T23:30:36.593Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2020-12-22T23:30:36.593Z] [2020-12-22T23:30:36.593Z] [2020-12-22T23:30:36.593Z] ---> free -m: [2020-12-22T23:30:36.593Z] total used free shared buff/cache available [2020-12-22T23:30:36.593Z] Mem: 1837 713 111 0 1012 1019 [2020-12-22T23:30:36.593Z] Swap: 1023 1 1022 [2020-12-22T23:30:36.593Z] [2020-12-22T23:30:36.593Z] [2020-12-22T23:30:36.593Z] ---> ip addr: [2020-12-22T23:30:36.593Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-22T23:30:36.593Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-22T23:30:36.593Z] inet 127.0.0.1/8 scope host lo [2020-12-22T23:30:36.593Z] valid_lft forever preferred_lft forever [2020-12-22T23:30:36.593Z] inet6 ::1/128 scope host [2020-12-22T23:30:36.593Z] valid_lft forever preferred_lft forever [2020-12-22T23:30:36.593Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-22T23:30:36.593Z] link/ether fa:16:3e:44:9b:18 brd ff:ff:ff:ff:ff:ff [2020-12-22T23:30:36.593Z] inet 10.30.122.231/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-22T23:30:36.593Z] valid_lft 86063sec preferred_lft 86063sec [2020-12-22T23:30:36.593Z] inet6 fe80::f816:3eff:fe44:9b18/64 scope link [2020-12-22T23:30:36.593Z] valid_lft forever preferred_lft forever [2020-12-22T23:30:36.593Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-22T23:30:36.593Z] link/ether 02:42:e9:d2:9b:5e brd ff:ff:ff:ff:ff:ff [2020-12-22T23:30:36.593Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-22T23:30:36.593Z] valid_lft forever preferred_lft forever [2020-12-22T23:30:36.593Z] inet6 fe80::42:e9ff:fed2:9b5e/64 scope link [2020-12-22T23:30:36.593Z] valid_lft forever preferred_lft forever [2020-12-22T23:30:36.593Z] [2020-12-22T23:30:36.593Z]