Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 811b792df2c69da97ff16a39115f0967d7f5c359+3fbdcadf47cc15f1a3e002633084b9476c9dc8aa (982142793b6c6d2d68e7f223657d1e42e2b37242) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25092 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [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-90 # 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/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3fbdcadf47cc15f1a3e002633084b9476c9dc8aa into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 Merge succeeded, producing 82ea899d2e09e33b06c0c2a83711d599c7a284b0 Checking out Revision 82ea899d2e09e33b06c0c2a83711d599c7a284b0 (PR-90) > git config core.sparsecheckout # timeout=10 > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # 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 3fbdcadf47cc15f1a3e002633084b9476c9dc8aa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82ea899d2e09e33b06c0c2a83711d599c7a284b0 # timeout=10 Commit message: "Merge commit '3fbdcadf47cc15f1a3e002633084b9476c9dc8aa' into HEAD" > git rev-list --no-walk 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T23:25:47.476Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T23:25:47.785Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T23:25:47.887Z] ========================================================= [2021-02-04T23:25:47.887Z] EdgeX Global Pipelines Version Info [2021-02-04T23:25:47.887Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:25:49.403Z] ------------------- [2021-02-04T23:25:49.403Z] stable info: [2021-02-04T23:25:49.403Z] ------------------- [2021-02-04T23:25:49.403Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T23:25:49.403Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T23:25:49.403Z] Message: update stable to v1.0.179 [2021-02-04T23:25:50.352Z] ------------------- [2021-02-04T23:25:50.352Z] experimental info: [2021-02-04T23:25:50.352Z] ------------------- [2021-02-04T23:25:50.352Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T23:25:50.352Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T23:25:50.352Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T23:25:50.629Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2021-02-04T23:25:50.740Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2021-02-04T23:25:50.834Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T23:25:50.928Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T23:25:51.032Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T23:25:51.164Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T23:25:51.262Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T23:25:51.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T23:25:51.448Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-04T23:25:51.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T23:25:51.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T23:25:51.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo [2021-02-04T23:25:51.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T23:25:51.933Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T23:25:52.029Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T23:25:52.118Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T23:25:52.213Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T23:25:52.306Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-04T23:25:52.400Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T23:25:52.493Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-04T23:25:52.585Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-02-04T23:25:52.683Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-02-04T23:25:52.774Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-04T23:25:52.881Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-04T23:25:52.971Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-04T23:25:53.064Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T23:25:53.150Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T23:25:53.240Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-90 [Pipeline] echo [2021-02-04T23:25:53.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-90 [Pipeline] echo [2021-02-04T23:25:53.439Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-90 [Pipeline] echo [2021-02-04T23:25:53.528Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 82ea899d2e09e33b06c0c2a83711d599c7a284b0 [Pipeline] echo [2021-02-04T23:25:53.641Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 82ea899 [Pipeline] echo [2021-02-04T23:25:53.736Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T23:25:53.956Z] provisioning config files... [2021-02-04T23:25:54.093Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/config5787160861301341539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:25:54.526Z] ---> docker-login.sh [2021-02-04T23:25:54.526Z] nexus3.edgexfoundry.org:10001 [2021-02-04T23:25:54.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:25:55.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:25:55.055Z] Configure a credential helper to remove this warning. See [2021-02-04T23:25:55.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:25:55.055Z] [2021-02-04T23:25:55.055Z] Login Succeeded [2021-02-04T23:25:55.055Z] nexus3.edgexfoundry.org:10002 [2021-02-04T23:25:55.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:25:55.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:25:55.323Z] Configure a credential helper to remove this warning. See [2021-02-04T23:25:55.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:25:55.323Z] [2021-02-04T23:25:55.323Z] Login Succeeded [2021-02-04T23:25:55.323Z] nexus3.edgexfoundry.org:10003 [2021-02-04T23:25:55.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:25:55.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:25:55.323Z] Configure a credential helper to remove this warning. See [2021-02-04T23:25:55.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:25:55.323Z] [2021-02-04T23:25:55.323Z] Login Succeeded [2021-02-04T23:25:55.323Z] nexus3.edgexfoundry.org:10004 [2021-02-04T23:25:55.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:25:55.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:25:55.586Z] Configure a credential helper to remove this warning. See [2021-02-04T23:25:55.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:25:55.586Z] [2021-02-04T23:25:55.586Z] Login Succeeded [2021-02-04T23:25:55.586Z] docker.io [2021-02-04T23:25:55.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:25:55.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:25:55.850Z] Configure a credential helper to remove this warning. See [2021-02-04T23:25:55.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:25:55.850Z] [2021-02-04T23:25:55.850Z] Login Succeeded [2021-02-04T23:25:55.850Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T23:25:55.861Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T23:25:56.657Z] + git log --format=format:%s -1 82ea899d2e09e33b06c0c2a83711d599c7a284b0 [Pipeline] echo [2021-02-04T23:25:56.730Z] GIT_COMMIT: 82ea899d2e09e33b06c0c2a83711d599c7a284b0, Commit Message: Merge commit '3fbdcadf47cc15f1a3e002633084b9476c9dc8aa' into HEAD [Pipeline] echo [2021-02-04T23:25:56.775Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:25:57.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T23:25:57.730Z] [2021-02-04T23:25:57.730Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:25:58.080Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T23:25:58.080Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T23:25:58.080Z] 31603596830f: Pulling fs layer [2021-02-04T23:25:58.080Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T23:25:58.080Z] 6ca5941a6612: Pulling fs layer [2021-02-04T23:25:58.080Z] ecc8261a40a4: Pulling fs layer [2021-02-04T23:25:58.080Z] ecc8261a40a4: Waiting [2021-02-04T23:25:58.080Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T23:25:58.344Z] 31603596830f: Verifying Checksum [2021-02-04T23:25:58.344Z] 31603596830f: Download complete [2021-02-04T23:25:58.344Z] ecc8261a40a4: Verifying Checksum [2021-02-04T23:25:58.344Z] ecc8261a40a4: Download complete [2021-02-04T23:25:58.344Z] 6ca5941a6612: Verifying Checksum [2021-02-04T23:25:58.344Z] 6ca5941a6612: Download complete [2021-02-04T23:25:58.607Z] 31603596830f: Pull complete [2021-02-04T23:25:58.874Z] 2a8b12db71e7: Pull complete [2021-02-04T23:25:59.465Z] 6ca5941a6612: Pull complete [2021-02-04T23:25:59.728Z] ecc8261a40a4: Pull complete [2021-02-04T23:25:59.992Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T23:25:59.992Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T23:25:59.992Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T23:26:00.108Z] prd-centos7-docker-4c-2g-25092 does not seem to be running inside a container [2021-02-04T23:26:00.170Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-90 -v /w/workspace/dgexfoundry_device-snmp-go_PR-90:/w/workspace/dgexfoundry_device-snmp-go_PR-90:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-90@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 [2021-02-04T23:26:02.339Z] $ docker top b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T23:26:02.667Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T23:26:02.667Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T23:26:02.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T23:26:02.883Z] $ docker exec b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e ssh-agent [2021-02-04T23:26:03.050Z] SSH_AUTH_SOCK=/tmp/ssh-7vEiSDIJrhPf/agent.11 [2021-02-04T23:26:03.050Z] SSH_AGENT_PID=16 [2021-02-04T23:26:03.060Z] Running ssh-add (command line suppressed) [2021-02-04T23:26:03.184Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_1644723823276529371.key (/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_1644723823276529371.key) [2021-02-04T23:26:03.239Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T23:26:03.570Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T23:26:03.592Z] $ docker exec --env ******** --env ******** b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e ssh-agent -k [2021-02-04T23:26:03.710Z] unset SSH_AUTH_SOCK; [2021-02-04T23:26:03.711Z] unset SSH_AGENT_PID; [2021-02-04T23:26:03.711Z] echo Agent pid 16 killed; [2021-02-04T23:26:03.767Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T23:26:03.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T23:26:03.904Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T23:26:04.066Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T23:26:04.075Z] $ docker exec b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e ssh-agent [2021-02-04T23:26:04.245Z] SSH_AUTH_SOCK=/tmp/ssh-NKknXYAZhsuM/agent.45 [2021-02-04T23:26:04.245Z] SSH_AGENT_PID=50 [2021-02-04T23:26:04.253Z] Running ssh-add (command line suppressed) [2021-02-04T23:26:04.380Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_6085818403807903800.key (/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_6085818403807903800.key) [2021-02-04T23:26:04.435Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T23:26:04.773Z] + git semver init [2021-02-04T23:26:04.773Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T23:26:04.773Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-90/.git [2021-02-04T23:26:04.773Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-90 [2021-02-04T23:26:04.773Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T23:26:04.773Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T23:26:04.773Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T23:26:04.773Z] # $SEMVER_BRANCH = PR-90 [2021-02-04T23:26:04.773Z] # $SEMVER_TEMP = /tmp/semver-270934754 [2021-02-04T23:26:04.773Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2021-02-04T23:26:05.035Z] # '/tmp/semver-270934754' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-90/.semver' [2021-02-04T23:26:05.035Z] # -> Force: false [2021-02-04T23:26:05.035Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-90/.semver [Pipeline] } [2021-02-04T23:26:05.047Z] $ docker exec --env ******** --env ******** b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e ssh-agent -k [2021-02-04T23:26:05.162Z] unset SSH_AUTH_SOCK; [2021-02-04T23:26:05.162Z] unset SSH_AGENT_PID; [2021-02-04T23:26:05.163Z] echo Agent pid 50 killed; [2021-02-04T23:26:05.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T23:26:05.681Z] + git semver [Pipeline] } [2021-02-04T23:26:05.697Z] $ docker stop --time=1 b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e [2021-02-04T23:26:07.041Z] $ docker rm -f b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T23:26:07.513Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T23:26:07.919Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T23:26:07.922Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-04T23:26:23.427Z] Still waiting to schedule task [2021-02-04T23:26:23.427Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25092’ [2021-02-04T23:26:23.429Z] Still waiting to schedule task [2021-02-04T23:26:23.429Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-04T23:28:06.592Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25093 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] ws [2021-02-04T23:28:06.643Z] Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout [2021-02-04T23:28:11.413Z] using credential edgex-jenkins-ssh [2021-02-04T23:28:11.466Z] Cloning the remote Git repository [2021-02-04T23:28:11.523Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-02-04T23:28:11.632Z] > git init /w/workspace/device-snmp-go/2 # timeout=10 [2021-02-04T23:28:11.702Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-02-04T23:28:11.703Z] > git --version # timeout=10 [2021-02-04T23:28:11.729Z] > git --version # 'git version 2.17.1' [2021-02-04T23:28:11.730Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T23:28:11.793Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T23:28:12.550Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-02-04T23:28:12.572Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T23:28:12.600Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-02-04T23:28:12.646Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-02-04T23:28:12.647Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T23:28:12.665Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T23:28:13.091Z] Merging remotes/origin/master commit 3fbdcadf47cc15f1a3e002633084b9476c9dc8aa into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 [2021-02-04T23:28:13.423Z] Merge succeeded, producing 7a5f08cc2a2e058a7f264a40b5ad313da2511ee4 [2021-02-04T23:28:13.423Z] Checking out Revision 7a5f08cc2a2e058a7f264a40b5ad313da2511ee4 (PR-90) [2021-02-04T23:28:13.115Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T23:28:13.146Z] > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 [2021-02-04T23:28:13.225Z] > git remote # timeout=10 [2021-02-04T23:28:13.260Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T23:28:13.278Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T23:28:13.298Z] > git merge 3fbdcadf47cc15f1a3e002633084b9476c9dc8aa # timeout=10 [2021-02-04T23:28:13.379Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T23:28:13.445Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T23:28:13.482Z] > git checkout -f 7a5f08cc2a2e058a7f264a40b5ad313da2511ee4 # timeout=10 [2021-02-04T23:28:17.781Z] Commit message: "Merge commit '3fbdcadf47cc15f1a3e002633084b9476c9dc8aa' into HEAD" [2021-02-04T23:28:17.792Z] > git rev-list --no-walk 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T23:28:19.256Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T23:28:19.664Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T23:28:20.067Z] + true [2021-02-04T23:28:20.067Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T23:28:22.797Z] provisioning config files... [2021-02-04T23:28:22.849Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config4476568871306001681tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:28:23.257Z] ---> docker-login.sh [2021-02-04T23:28:23.257Z] nexus3.edgexfoundry.org:10001 [2021-02-04T23:28:23.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:28:24.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:28:24.485Z] Configure a credential helper to remove this warning. See [2021-02-04T23:28:24.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:28:24.485Z] [2021-02-04T23:28:24.485Z] Login Succeeded [2021-02-04T23:28:24.485Z] nexus3.edgexfoundry.org:10002 [2021-02-04T23:28:24.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:28:25.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:28:25.033Z] Configure a credential helper to remove this warning. See [2021-02-04T23:28:25.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:28:25.033Z] [2021-02-04T23:28:25.033Z] Login Succeeded [2021-02-04T23:28:25.033Z] nexus3.edgexfoundry.org:10003 [2021-02-04T23:28:25.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:28:25.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:28:25.305Z] Configure a credential helper to remove this warning. See [2021-02-04T23:28:25.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:28:25.305Z] [2021-02-04T23:28:25.305Z] Login Succeeded [2021-02-04T23:28:25.305Z] nexus3.edgexfoundry.org:10004 [2021-02-04T23:28:25.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:28:25.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:28:25.901Z] Configure a credential helper to remove this warning. See [2021-02-04T23:28:25.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:28:25.901Z] [2021-02-04T23:28:25.901Z] Login Succeeded [2021-02-04T23:28:25.901Z] docker.io [2021-02-04T23:28:26.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:28:26.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:28:26.494Z] Configure a credential helper to remove this warning. See [2021-02-04T23:28:26.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:28:26.494Z] [2021-02-04T23:28:26.494Z] Login Succeeded [2021-02-04T23:28:26.494Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T23:28:26.510Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T23:28:26.996Z] ========================================================= [2021-02-04T23:28:26.996Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T23:28:26.996Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:28:27.383Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-04T23:28:27.662Z] Sending build context to Docker daemon 335.4kB [2021-02-04T23:28:27.662Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T23:28:27.662Z] Step 2/10 : FROM ${BASE} [2021-02-04T23:28:27.938Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T23:28:27.938Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T23:28:27.938Z] a4357932f1b6: Pulling fs layer [2021-02-04T23:28:27.938Z] 18c013af1878: Pulling fs layer [2021-02-04T23:28:27.938Z] 00ac8860ef70: Pulling fs layer [2021-02-04T23:28:27.938Z] 63d7cb157983: Pulling fs layer [2021-02-04T23:28:27.938Z] b116817d02f9: Pulling fs layer [2021-02-04T23:28:27.938Z] 745a02a5169b: Pulling fs layer [2021-02-04T23:28:27.938Z] 00ac8860ef70: Waiting [2021-02-04T23:28:27.938Z] 63d7cb157983: Waiting [2021-02-04T23:28:27.938Z] b116817d02f9: Waiting [2021-02-04T23:28:27.938Z] 745a02a5169b: Waiting [2021-02-04T23:28:27.938Z] 18c013af1878: Download complete [2021-02-04T23:28:27.938Z] a4357932f1b6: Verifying Checksum [2021-02-04T23:28:27.938Z] a4357932f1b6: Download complete [2021-02-04T23:28:27.938Z] 63d7cb157983: Verifying Checksum [2021-02-04T23:28:27.938Z] 63d7cb157983: Download complete [2021-02-04T23:28:27.938Z] b116817d02f9: Verifying Checksum [2021-02-04T23:28:27.938Z] b116817d02f9: Download complete [2021-02-04T23:28:27.938Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T23:28:27.938Z] 5f621e34cdf4: Download complete [2021-02-04T23:28:28.932Z] 5f621e34cdf4: Pull complete [2021-02-04T23:28:29.207Z] a4357932f1b6: Pull complete [2021-02-04T23:28:29.480Z] 18c013af1878: Pull complete [2021-02-04T23:28:30.476Z] 745a02a5169b: Verifying Checksum [2021-02-04T23:28:30.476Z] 745a02a5169b: Download complete [2021-02-04T23:28:31.450Z] 00ac8860ef70: Verifying Checksum [2021-02-04T23:28:31.450Z] 00ac8860ef70: Download complete [2021-02-04T23:28:41.618Z] 00ac8860ef70: Pull complete [2021-02-04T23:28:41.618Z] 63d7cb157983: Pull complete [2021-02-04T23:28:41.618Z] b116817d02f9: Pull complete [2021-02-04T23:28:44.156Z] Running on prd-centos7-docker-4c-2g-25094 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] ws [2021-02-04T23:28:44.214Z] Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout [2021-02-04T23:28:45.024Z] 745a02a5169b: Pull complete [2021-02-04T23:28:45.296Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T23:28:45.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T23:28:45.296Z] ---> b7e6874047d6 [2021-02-04T23:28:45.296Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-02-04T23:28:46.596Z] using credential edgex-jenkins-ssh [2021-02-04T23:28:46.652Z] Cloning the remote Git repository [2021-02-04T23:28:46.664Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-02-04T23:28:46.736Z] > git init /w/workspace/device-snmp-go/2 # timeout=10 [2021-02-04T23:28:46.800Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-02-04T23:28:46.800Z] > git --version # timeout=10 [2021-02-04T23:28:46.807Z] > git --version # 'git version 2.24.3' [2021-02-04T23:28:46.808Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T23:28:46.836Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T23:28:47.363Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-02-04T23:28:47.371Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T23:28:47.382Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-02-04T23:28:47.396Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-02-04T23:28:47.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T23:28:47.400Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T23:28:47.798Z] Merging remotes/origin/master commit 3fbdcadf47cc15f1a3e002633084b9476c9dc8aa into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 [2021-02-04T23:28:47.886Z] Merge succeeded, producing 695e0e78301c4da1679543aa7f3d28dd4a1da735 [2021-02-04T23:28:47.886Z] Checking out Revision 695e0e78301c4da1679543aa7f3d28dd4a1da735 (PR-90) [2021-02-04T23:28:47.914Z] ---> Running in 3e423bf6c097 [2021-02-04T23:28:48.512Z] Removing intermediate container 3e423bf6c097 [2021-02-04T23:28:48.512Z] ---> 4cceb3fec271 [2021-02-04T23:28:48.512Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-02-04T23:28:48.512Z] ---> Running in b952f89991c7 [2021-02-04T23:28:47.807Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T23:28:47.814Z] > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 [2021-02-04T23:28:47.846Z] > git remote # timeout=10 [2021-02-04T23:28:47.851Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T23:28:47.857Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T23:28:47.861Z] > git merge 3fbdcadf47cc15f1a3e002633084b9476c9dc8aa # timeout=10 [2021-02-04T23:28:47.879Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T23:28:47.889Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T23:28:47.893Z] > git checkout -f 695e0e78301c4da1679543aa7f3d28dd4a1da735 # timeout=10 [2021-02-04T23:28:49.109Z] Removing intermediate container b952f89991c7 [2021-02-04T23:28:49.110Z] ---> 0b626377d45c [2021-02-04T23:28:49.110Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-02-04T23:28:49.110Z] ---> Running in 2a10b95d7758 [2021-02-04T23:28:49.382Z] Removing intermediate container 2a10b95d7758 [2021-02-04T23:28:49.382Z] ---> 8e7558baf2da [2021-02-04T23:28:49.382Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T23:28:49.670Z] ---> Running in 2df2fc0b453d [2021-02-04T23:28:51.507Z] Commit message: "Merge commit '3fbdcadf47cc15f1a3e002633084b9476c9dc8aa' into HEAD" [2021-02-04T23:28:51.511Z] > git rev-list --no-walk 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T23:28:52.312Z] Removing intermediate container 2df2fc0b453d [2021-02-04T23:28:52.312Z] ---> 2510bed7655c [2021-02-04T23:28:52.313Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-04T23:28:52.313Z] ---> Running in 54c0d5f18b9e [2021-02-04T23:28:52.698Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T23:28:53.021Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T23:28:53.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T23:28:53.319Z] + sudo service docker restart [2021-02-04T23:28:53.319Z] + true [2021-02-04T23:28:53.319Z] Redirecting to /bin/systemctl restart docker.service [2021-02-04T23:28:53.903Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T23:28:54.336Z] provisioning config files... [2021-02-04T23:28:54.373Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config8810277085423150187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:28:54.492Z] OK: 142 MiB in 39 packages [2021-02-04T23:28:54.739Z] ---> docker-login.sh [2021-02-04T23:28:54.739Z] nexus3.edgexfoundry.org:10001 [2021-02-04T23:28:55.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:28:55.002Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:28:55.002Z] Configure a credential helper to remove this warning. See [2021-02-04T23:28:55.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:28:55.002Z] [2021-02-04T23:28:55.002Z] Login Succeeded [2021-02-04T23:28:55.002Z] nexus3.edgexfoundry.org:10002 [2021-02-04T23:28:55.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:28:55.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:28:55.265Z] Configure a credential helper to remove this warning. See [2021-02-04T23:28:55.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:28:55.265Z] [2021-02-04T23:28:55.265Z] Login Succeeded [2021-02-04T23:28:55.265Z] nexus3.edgexfoundry.org:10003 [2021-02-04T23:28:55.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:28:55.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:28:55.529Z] Configure a credential helper to remove this warning. See [2021-02-04T23:28:55.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:28:55.529Z] [2021-02-04T23:28:55.529Z] Login Succeeded [2021-02-04T23:28:55.529Z] nexus3.edgexfoundry.org:10004 [2021-02-04T23:28:55.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:28:55.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:28:55.529Z] Configure a credential helper to remove this warning. See [2021-02-04T23:28:55.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:28:55.529Z] [2021-02-04T23:28:55.529Z] Login Succeeded [2021-02-04T23:28:55.529Z] docker.io [2021-02-04T23:28:55.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T23:28:55.919Z] Removing intermediate container 54c0d5f18b9e [2021-02-04T23:28:55.919Z] ---> 706a4a54c8bb [2021-02-04T23:28:55.919Z] Step 8/10 : WORKDIR /device-snmp-go [2021-02-04T23:28:55.919Z] ---> Running in f13c55db750b [2021-02-04T23:28:56.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T23:28:56.055Z] Configure a credential helper to remove this warning. See [2021-02-04T23:28:56.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T23:28:56.055Z] [2021-02-04T23:28:56.055Z] Login Succeeded [2021-02-04T23:28:56.055Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T23:28:56.066Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-02-04T23:28:56.192Z] Removing intermediate container f13c55db750b [2021-02-04T23:28:56.192Z] ---> cbc02bb7c76c [2021-02-04T23:28:56.192Z] Step 9/10 : COPY . . [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T23:28:56.483Z] ========================================================= [2021-02-04T23:28:56.483Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T23:28:56.483Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:28:56.825Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-04T23:28:56.825Z] Sending build context to Docker daemon 336.4kB [2021-02-04T23:28:56.825Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T23:28:56.825Z] Step 2/10 : FROM ${BASE} [2021-02-04T23:28:57.089Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T23:28:57.089Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T23:28:57.089Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T23:28:57.089Z] de9db76c5a1d: Pulling fs layer [2021-02-04T23:28:57.089Z] bca2f99d35d6: Pulling fs layer [2021-02-04T23:28:57.089Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T23:28:57.089Z] 7c6f9722023f: Pulling fs layer [2021-02-04T23:28:57.089Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T23:28:57.089Z] 93359f2a8cfa: Waiting [2021-02-04T23:28:57.089Z] bca2f99d35d6: Waiting [2021-02-04T23:28:57.089Z] 7c6f9722023f: Waiting [2021-02-04T23:28:57.089Z] a35cf1a2eb13: Waiting [2021-02-04T23:28:57.089Z] de9db76c5a1d: Verifying Checksum [2021-02-04T23:28:57.089Z] de9db76c5a1d: Download complete [2021-02-04T23:28:57.089Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T23:28:57.089Z] 0ef7d3d256c8: Download complete [2021-02-04T23:28:57.089Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T23:28:57.089Z] 93359f2a8cfa: Download complete [2021-02-04T23:28:57.089Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T23:28:57.089Z] 7c6f9722023f: Verifying Checksum [2021-02-04T23:28:57.089Z] 7c6f9722023f: Download complete [2021-02-04T23:28:57.172Z] ---> 5a250cce38ab [2021-02-04T23:28:57.172Z] Step 10/10 : RUN go mod download [2021-02-04T23:28:57.172Z] ---> Running in 252c2116b9a0 [2021-02-04T23:28:57.364Z] 188c0c94c7c5: Pull complete [2021-02-04T23:28:57.631Z] 0ef7d3d256c8: Pull complete [2021-02-04T23:28:57.631Z] de9db76c5a1d: Pull complete [2021-02-04T23:28:58.582Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T23:28:58.582Z] a35cf1a2eb13: Download complete [2021-02-04T23:28:59.164Z] bca2f99d35d6: Download complete [2021-02-04T23:29:04.512Z] bca2f99d35d6: Pull complete [2021-02-04T23:29:04.512Z] 93359f2a8cfa: Pull complete [2021-02-04T23:29:04.512Z] 7c6f9722023f: Pull complete [2021-02-04T23:29:11.195Z] a35cf1a2eb13: Pull complete [2021-02-04T23:29:11.196Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T23:29:11.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T23:29:11.196Z] ---> a62c8e92a672 [2021-02-04T23:29:11.196Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-02-04T23:29:11.196Z] ---> Running in 926eb0cf4a86 [2021-02-04T23:29:11.196Z] Removing intermediate container 926eb0cf4a86 [2021-02-04T23:29:11.196Z] ---> 81c0aef5fc85 [2021-02-04T23:29:11.196Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-02-04T23:29:11.196Z] ---> Running in 3f5ef9f49fc0 [2021-02-04T23:29:11.196Z] Removing intermediate container 3f5ef9f49fc0 [2021-02-04T23:29:11.196Z] ---> 2aebc0fdaff3 [2021-02-04T23:29:11.196Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-02-04T23:29:11.196Z] ---> Running in b93d2d410e65 [2021-02-04T23:29:11.473Z] Removing intermediate container b93d2d410e65 [2021-02-04T23:29:11.473Z] ---> 3345bc254cfa [2021-02-04T23:29:11.473Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T23:29:11.473Z] ---> Running in 1baaf4e8949d [2021-02-04T23:29:12.424Z] Removing intermediate container 1baaf4e8949d [2021-02-04T23:29:12.424Z] ---> cec80f09dc60 [2021-02-04T23:29:12.424Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-02-04T23:29:12.695Z] ---> Running in a1de9c75cd04 [2021-02-04T23:29:13.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T23:29:14.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T23:29:14.799Z] OK: 166 MiB in 39 packages [2021-02-04T23:29:15.062Z] Removing intermediate container a1de9c75cd04 [2021-02-04T23:29:15.062Z] ---> 083f0787641d [2021-02-04T23:29:15.062Z] Step 8/10 : WORKDIR /device-snmp-go [2021-02-04T23:29:15.062Z] ---> Running in 79e9eb877314 [2021-02-04T23:29:15.325Z] Removing intermediate container 79e9eb877314 [2021-02-04T23:29:15.325Z] ---> 15e56a1c5270 [2021-02-04T23:29:15.325Z] Step 9/10 : COPY . . [2021-02-04T23:29:16.276Z] ---> 54c43c350aca [2021-02-04T23:29:16.276Z] Step 10/10 : RUN go mod download [2021-02-04T23:29:16.276Z] ---> Running in 42f474e3d38e [2021-02-04T23:29:23.976Z] Removing intermediate container 252c2116b9a0 [2021-02-04T23:29:23.977Z] ---> b4f87db3ea7c [2021-02-04T23:29:23.977Z] Successfully built b4f87db3ea7c [2021-02-04T23:29:23.977Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:29:24.326Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T23:29:24.326Z] . [Pipeline] withDockerContainer [2021-02-04T23:29:24.603Z] prd-ubuntu18.04-docker-arm64-4c-16g-25093 does not seem to be running inside a container [2021-02-04T23:29:24.682Z] $ 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 [2021-02-04T23:29:26.190Z] $ docker top 7c463c72588ba33a7f3132be7f2949856f015491eaeced8b5f1032e08003855b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T23:29:27.243Z] + go version [2021-02-04T23:29:27.243Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T23:29:27.271Z] $ docker stop --time=1 7c463c72588ba33a7f3132be7f2949856f015491eaeced8b5f1032e08003855b [2021-02-04T23:29:29.268Z] $ docker rm -f 7c463c72588ba33a7f3132be7f2949856f015491eaeced8b5f1032e08003855b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:29:30.656Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T23:29:30.656Z] . [Pipeline] withDockerContainer [2021-02-04T23:29:30.924Z] prd-ubuntu18.04-docker-arm64-4c-16g-25093 does not seem to be running inside a container [2021-02-04T23:29:31.010Z] $ 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 [2021-02-04T23:29:32.508Z] $ docker top 3adff95fd11411f3dc7c16b9baebad0c5abf541a97965394056da6abebfcab17 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T23:29:33.507Z] + make test [2021-02-04T23:29:33.507Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-04T23:29:34.513Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-02-04T23:29:38.329Z] Removing intermediate container 42f474e3d38e [2021-02-04T23:29:38.329Z] ---> 2a06a1fe657a [2021-02-04T23:29:38.329Z] Successfully built 2a06a1fe657a [2021-02-04T23:29:38.329Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:29:38.645Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T23:29:38.645Z] . [Pipeline] withDockerContainer [2021-02-04T23:29:38.764Z] prd-centos7-docker-4c-2g-25094 does not seem to be running inside a container [2021-02-04T23:29:38.818Z] $ 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-x86_64 cat [2021-02-04T23:29:40.203Z] $ docker top 4bc437bda4db58188e84e05a1efb16ca01562760d27541e9c23d84e23f3c13b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T23:29:40.712Z] + go version [2021-02-04T23:29:40.712Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T23:29:40.728Z] $ docker stop --time=1 4bc437bda4db58188e84e05a1efb16ca01562760d27541e9c23d84e23f3c13b0 [2021-02-04T23:29:42.122Z] $ docker rm -f 4bc437bda4db58188e84e05a1efb16ca01562760d27541e9c23d84e23f3c13b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:29:42.965Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T23:29:42.965Z] . [Pipeline] withDockerContainer [2021-02-04T23:29:43.061Z] prd-centos7-docker-4c-2g-25094 does not seem to be running inside a container [2021-02-04T23:29:43.113Z] $ 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-x86_64 cat [2021-02-04T23:29:43.770Z] $ docker top 8df8a9bc3024591cf0904504cba66daf0251bbd790acc9e1b28f7a40986e1602 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T23:29:44.353Z] + make test [2021-02-04T23:29:44.353Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-02-04T23:29:44.938Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-02-04T23:29:51.658Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-02-04T23:29:51.658Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-02-04T23:29:51.658Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-02-04T23:29:51.658Z] have (string, bool, string, string) [2021-02-04T23:29:51.658Z] want (string, string) [2021-02-04T23:29:52.849Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-02-04T23:29:52.849Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-02-04T23:29:52.849Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-02-04T23:29:52.849Z] have (string, bool, string, string) [2021-02-04T23:29:52.849Z] want (string, string) [2021-02-04T23:29:55.026Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements [2021-02-04T23:29:55.027Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2021-02-04T23:29:55.047Z] $ docker stop --time=1 8df8a9bc3024591cf0904504cba66daf0251bbd790acc9e1b28f7a40986e1602 [2021-02-04T23:29:57.276Z] $ docker rm -f 8df8a9bc3024591cf0904504cba66daf0251bbd790acc9e1b28f7a40986e1602 [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] } [2021-02-04T23:29:58.817Z] Failed in branch amd64 [2021-02-04T23:30:05.299Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.013s coverage: 0.0% of statements [2021-02-04T23:30:05.299Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2021-02-04T23:30:05.329Z] $ docker stop --time=1 3adff95fd11411f3dc7c16b9baebad0c5abf541a97965394056da6abebfcab17 [2021-02-04T23:30:07.553Z] $ docker rm -f 3adff95fd11411f3dc7c16b9baebad0c5abf541a97965394056da6abebfcab17 [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] } [2021-02-04T23:30:09.157Z] 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 [2021-02-04T23:30:12.135Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:30:12.734Z] ---> package-listing.sh [2021-02-04T23:30:12.735Z] ++ facter osfamily [2021-02-04T23:30:12.735Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T23:30:12.735Z] + OS_FAMILY=redhat [2021-02-04T23:30:12.735Z] + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-90 [2021-02-04T23:30:12.735Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T23:30:12.735Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T23:30:12.735Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T23:30:12.735Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T23:30:12.735Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-90 ']' [2021-02-04T23:30:12.735Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T23:30:12.735Z] + case "${OS_FAMILY}" in [2021-02-04T23:30:12.735Z] + rpm -qa [2021-02-04T23:30:12.735Z] + sort [2021-02-04T23:30:18.060Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T23:30:18.060Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T23:30:18.060Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T23:30:18.060Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-90 ']' [2021-02-04T23:30:18.060Z] + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-90/archives/ [2021-02-04T23:30:18.060Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-90/archives/ [Pipeline] echo [2021-02-04T23:30:18.074Z] 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-90/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T23:30:18.373Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:30:18.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T23:30:18.690Z] [2021-02-04T23:30:18.690Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T23:30:19.052Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T23:30:19.052Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T23:30:19.052Z] df20fa9351a1: Pulling fs layer [2021-02-04T23:30:19.052Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T23:30:19.052Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T23:30:19.052Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T23:30:19.052Z] 93b61091891f: Pulling fs layer [2021-02-04T23:30:19.052Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T23:30:19.052Z] 5e14af77c1be: Pulling fs layer [2021-02-04T23:30:19.052Z] 01666e4c0597: Pulling fs layer [2021-02-04T23:30:19.052Z] aa168da1d23b: Pulling fs layer [2021-02-04T23:30:19.052Z] 93b9cdb0e59b: Waiting [2021-02-04T23:30:19.052Z] 5e14af77c1be: Waiting [2021-02-04T23:30:19.052Z] 01666e4c0597: Waiting [2021-02-04T23:30:19.052Z] aa168da1d23b: Waiting [2021-02-04T23:30:19.052Z] 46f8f816bc3b: Waiting [2021-02-04T23:30:19.052Z] 93b61091891f: Waiting [2021-02-04T23:30:19.052Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T23:30:19.052Z] 36b3adc4ff6f: Download complete [2021-02-04T23:30:19.052Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T23:30:19.052Z] 46f8f816bc3b: Download complete [2021-02-04T23:30:19.316Z] df20fa9351a1: Verifying Checksum [2021-02-04T23:30:19.316Z] df20fa9351a1: Download complete [2021-02-04T23:30:19.316Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T23:30:19.316Z] 93b9cdb0e59b: Download complete [2021-02-04T23:30:19.316Z] 93b61091891f: Verifying Checksum [2021-02-04T23:30:19.316Z] 93b61091891f: Download complete [2021-02-04T23:30:19.316Z] 5e14af77c1be: Verifying Checksum [2021-02-04T23:30:19.316Z] 5e14af77c1be: Download complete [2021-02-04T23:30:19.316Z] 01666e4c0597: Verifying Checksum [2021-02-04T23:30:19.316Z] 01666e4c0597: Download complete [2021-02-04T23:30:19.316Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T23:30:19.316Z] 8ad3a11d3b57: Download complete [2021-02-04T23:30:19.580Z] df20fa9351a1: Pull complete [2021-02-04T23:30:19.853Z] 36b3adc4ff6f: Pull complete [2021-02-04T23:30:20.445Z] 8ad3a11d3b57: Pull complete [2021-02-04T23:30:20.724Z] 46f8f816bc3b: Pull complete [2021-02-04T23:30:21.685Z] aa168da1d23b: Verifying Checksum [2021-02-04T23:30:21.685Z] aa168da1d23b: Download complete [2021-02-04T23:30:21.685Z] 93b61091891f: Pull complete [2021-02-04T23:30:21.948Z] 93b9cdb0e59b: Pull complete [2021-02-04T23:30:21.948Z] 5e14af77c1be: Pull complete [2021-02-04T23:30:21.948Z] 01666e4c0597: Pull complete [2021-02-04T23:30:28.594Z] aa168da1d23b: Pull complete [2021-02-04T23:30:28.864Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T23:30:28.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T23:30:28.864Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T23:30:29.077Z] prd-centos7-docker-4c-2g-25092 does not seem to be running inside a container [2021-02-04T23:30:29.129Z] $ 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-90/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-90 -v /w/workspace/dgexfoundry_device-snmp-go_PR-90:/w/workspace/dgexfoundry_device-snmp-go_PR-90:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-90@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 [2021-02-04T23:30:33.540Z] $ docker top 7db2520155da6f6ef8b824e96defe7ecd26b28026668065ed54eaad9a0a529a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T23:30:34.171Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T23:30:34.474Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T23:30:34.774Z] + ls /var/log/sa-host [2021-02-04T23:30:34.774Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T23:30:34.774Z] file_magic: OK [2021-02-04T23:30:34.774Z] HZ: Using current value: 100 [2021-02-04T23:30:34.774Z] file_header: OK [2021-02-04T23:30:34.774Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T23:30:34.774Z] Statistics: [2021-02-04T23:30:34.774Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T23:30:34.774Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T23:30:34.774Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T23:30:34.774Z] file_magic: OK [2021-02-04T23:30:34.774Z] HZ: Using current value: 100 [2021-02-04T23:30:34.774Z] file_header: OK [2021-02-04T23:30:34.774Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T23:30:34.774Z] Statistics: [2021-02-04T23:30:34.774Z] Hnuu...uuuununununu... [2021-02-04T23:30:34.774Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T23:30:35.379Z] provisioning config files... [2021-02-04T23:30:35.396Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/config1968021503020254953tmp [Pipeline] { [Pipeline] echo [2021-02-04T23:30:35.478Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:30:35.780Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T23:30:35.791Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T23:30:35.898Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:30:36.197Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T23:30:36.209Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:30:36.507Z] ---> sudo-logs.sh [2021-02-04T23:30:36.507Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T23:30:36.519Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:30:36.819Z] ---> job-cost.sh [2021-02-04T23:30:36.819Z] lf-activate-venv: SKIPPING [2021-02-04T23:30:36.819Z] INFO: No Stack... [2021-02-04T23:30:37.768Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T23:30:38.342Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T23:30:38.356Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T23:30:38.654Z] ---> logs-deploy.sh [2021-02-04T23:30:38.654Z] lf-activate-venv: SKIPPING [2021-02-04T23:30:38.654Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-90/2 [2021-02-04T23:30:38.654Z] INFO: archiving workspace using pattern(s): [2021-02-04T23:30:40.587Z] Archives upload complete. [2021-02-04T23:30:40.587Z] INFO: archiving logs to Nexus [2021-02-04T23:30:41.539Z] ---> uname -a: [2021-02-04T23:30:41.539Z] Linux prd-centos7-docker-4c-2g-25092.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] ---> lscpu: [2021-02-04T23:30:41.539Z] Architecture: x86_64 [2021-02-04T23:30:41.539Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-04T23:30:41.539Z] Byte Order: Little Endian [2021-02-04T23:30:41.539Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-04T23:30:41.539Z] CPU(s): 4 [2021-02-04T23:30:41.539Z] On-line CPU(s) list: 0-3 [2021-02-04T23:30:41.539Z] Thread(s) per core: 1 [2021-02-04T23:30:41.539Z] Core(s) per socket: 1 [2021-02-04T23:30:41.539Z] Socket(s): 4 [2021-02-04T23:30:41.539Z] NUMA node(s): 1 [2021-02-04T23:30:41.539Z] Vendor ID: GenuineIntel [2021-02-04T23:30:41.539Z] CPU family: 6 [2021-02-04T23:30:41.539Z] Model: 44 [2021-02-04T23:30:41.539Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-04T23:30:41.539Z] Stepping: 1 [2021-02-04T23:30:41.539Z] CPU MHz: 2933.438 [2021-02-04T23:30:41.539Z] BogoMIPS: 5866.87 [2021-02-04T23:30:41.539Z] Virtualization: VT-x [2021-02-04T23:30:41.539Z] Hypervisor vendor: KVM [2021-02-04T23:30:41.539Z] Virtualization type: full [2021-02-04T23:30:41.539Z] L1d cache: 128 KiB [2021-02-04T23:30:41.539Z] L1i cache: 128 KiB [2021-02-04T23:30:41.539Z] L2 cache: 16 MiB [2021-02-04T23:30:41.539Z] L3 cache: 64 MiB [2021-02-04T23:30:41.539Z] NUMA node0 CPU(s): 0-3 [2021-02-04T23:30:41.539Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-04T23:30:41.539Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-04T23:30:41.539Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-04T23:30:41.539Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-04T23:30:41.539Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-04T23:30:41.539Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-04T23:30:41.539Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-04T23:30:41.539Z] Vulnerability Srbds: Not affected [2021-02-04T23:30:41.539Z] Vulnerability Tsx async abort: Not affected [2021-02-04T23:30:41.539Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] ---> nproc: [2021-02-04T23:30:41.539Z] 4 [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] ---> df -h: [2021-02-04T23:30:41.539Z] Filesystem Size Used Available Use% Mounted on [2021-02-04T23:30:41.539Z] overlay 50.0G 7.3G 42.7G 15% / [2021-02-04T23:30:41.539Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-04T23:30:41.539Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-04T23:30:41.539Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-04T23:30:41.539Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-02-04T23:30:41.539Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-02-04T23:30:41.539Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-02-04T23:30:41.539Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-02-04T23:30:41.539Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp [2021-02-04T23:30:41.539Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-02-04T23:30:41.539Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-02-04T23:30:41.539Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-02-04T23:30:41.539Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-02-04T23:30:41.539Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-90 [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] ---> free -m: [2021-02-04T23:30:41.539Z] total used free shared buff/cache available [2021-02-04T23:30:41.539Z] Mem: 1837 723 117 0 995 1008 [2021-02-04T23:30:41.539Z] Swap: 1023 0 1023 [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] ---> ip addr: [2021-02-04T23:30:41.539Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-04T23:30:41.539Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-04T23:30:41.539Z] inet 127.0.0.1/8 scope host lo [2021-02-04T23:30:41.539Z] valid_lft forever preferred_lft forever [2021-02-04T23:30:41.539Z] inet6 ::1/128 scope host [2021-02-04T23:30:41.539Z] valid_lft forever preferred_lft forever [2021-02-04T23:30:41.539Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-04T23:30:41.539Z] link/ether fa:16:3e:97:b6:6d brd ff:ff:ff:ff:ff:ff [2021-02-04T23:30:41.539Z] inet 10.30.122.106/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-04T23:30:41.539Z] valid_lft 86071sec preferred_lft 86071sec [2021-02-04T23:30:41.539Z] inet6 fe80::f816:3eff:fe97:b66d/64 scope link [2021-02-04T23:30:41.539Z] valid_lft forever preferred_lft forever [2021-02-04T23:30:41.539Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-04T23:30:41.539Z] link/ether 02:42:27:c5:79:a8 brd ff:ff:ff:ff:ff:ff [2021-02-04T23:30:41.539Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-04T23:30:41.539Z] valid_lft forever preferred_lft forever [2021-02-04T23:30:41.539Z] inet6 fe80::42:27ff:fec5:79a8/64 scope link [2021-02-04T23:30:41.539Z] valid_lft forever preferred_lft forever [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] ---> sar -b -r -n DEV: [2021-02-04T23:30:41.539Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] 23:25:01 LINUX RESTART (4 CPU) [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] 23:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-04T23:30:41.539Z] 23:27:01 11.63 3.53 8.11 0.00 1036.48 615.88 0.00 [2021-02-04T23:30:41.539Z] 23:28:01 1.73 0.00 1.73 0.00 0.00 29.99 0.00 [2021-02-04T23:30:41.539Z] 23:29:01 0.33 0.00 0.33 0.00 0.00 5.30 0.00 [2021-02-04T23:30:41.539Z] 23:30:01 0.32 0.00 0.32 0.00 0.00 4.80 0.00 [2021-02-04T23:30:41.539Z] Average: 3.51 0.88 2.62 0.00 259.23 164.05 0.00 [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] 23:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-04T23:30:41.539Z] 23:27:01 164504 0 626672 33.31 2620 1087748 1105888 37.74 441484 1076992 20 [2021-02-04T23:30:41.539Z] 23:28:01 168732 0 622436 33.08 2620 1087756 1079028 36.83 439672 1075280 8 [2021-02-04T23:30:41.539Z] 23:29:01 165988 0 625176 33.23 2620 1087760 1079256 36.83 452936 1064984 24 [2021-02-04T23:30:41.539Z] 23:30:01 167148 0 624016 33.17 2620 1087760 1079028 36.83 454748 1061920 20 [2021-02-04T23:30:41.539Z] Average: 166593 0 624575 33.19 2620 1087756 1085800 37.06 447210 1069794 18 [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] 23:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-04T23:30:41.539Z] 23:27:01 eth0 24.70 16.99 25.21 8.66 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] 23:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] 23:27:01 docker0 1.18 1.07 0.25 2.08 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] 23:28:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] 23:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] 23:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] 23:29:01 eth0 1.45 0.82 0.58 0.41 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] 23:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] 23:30:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] 23:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] Average: eth0 6.71 4.50 6.47 2.27 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] Average: docker0 0.30 0.27 0.06 0.52 0.00 0.00 0.00 0.00 [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] ---> sar -P ALL: [2021-02-04T23:30:41.539Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] 23:25:01 LINUX RESTART (4 CPU) [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] 23:26:01 CPU %user %nice %system %iowait %steal %idle [2021-02-04T23:30:41.539Z] 23:27:01 all 1.26 0.00 0.84 0.20 0.02 97.68 [2021-02-04T23:30:41.539Z] 23:27:01 0 1.42 0.00 0.67 0.10 0.03 97.78 [2021-02-04T23:30:41.539Z] 23:27:01 1 1.42 0.00 0.82 0.08 0.00 97.68 [2021-02-04T23:30:41.539Z] 23:27:01 2 1.17 0.00 0.92 0.08 0.03 97.80 [2021-02-04T23:30:41.539Z] 23:27:01 3 1.04 0.00 0.95 0.55 0.00 97.46 [2021-02-04T23:30:41.539Z] 23:28:01 all 0.15 0.00 0.04 0.00 0.01 99.80 [2021-02-04T23:30:41.539Z] 23:28:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-04T23:30:41.539Z] 23:28:01 1 0.48 0.00 0.07 0.00 0.02 99.43 [2021-02-04T23:30:41.539Z] 23:28:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-04T23:30:41.539Z] 23:28:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-04T23:30:41.539Z] 23:29:01 all 0.20 0.00 0.06 0.00 0.00 99.74 [2021-02-04T23:30:41.539Z] 23:29:01 0 0.07 0.00 0.05 0.00 0.02 99.87 [2021-02-04T23:30:41.539Z] 23:29:01 1 0.60 0.00 0.08 0.00 0.00 99.32 [2021-02-04T23:30:41.539Z] 23:29:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-04T23:30:41.539Z] 23:29:01 3 0.07 0.00 0.08 0.00 0.00 99.85 [2021-02-04T23:30:41.539Z] 23:30:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-02-04T23:30:41.539Z] 23:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-04T23:30:41.539Z] 23:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-04T23:30:41.539Z] 23:30:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-04T23:30:41.539Z] 23:30:01 3 0.02 0.00 0.07 0.02 0.00 99.90 [2021-02-04T23:30:41.539Z] Average: all 0.44 0.00 0.24 0.05 0.01 99.26 [2021-02-04T23:30:41.539Z] Average: 0 0.39 0.00 0.20 0.03 0.01 99.38 [2021-02-04T23:30:41.539Z] Average: 1 0.63 0.00 0.25 0.02 0.00 99.10 [2021-02-04T23:30:41.539Z] Average: 2 0.44 0.00 0.25 0.02 0.01 99.28 [2021-02-04T23:30:41.539Z] Average: 3 0.29 0.00 0.28 0.14 0.00 99.28 [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z] [2021-02-04T23:30:41.539Z]