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 23:25:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:25:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:25:47 ========================================================= 23:25:47 EdgeX Global Pipelines Version Info 23:25:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:25:49 ------------------- 23:25:49 stable info: 23:25:49 ------------------- 23:25:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:25:49 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:25:49 Message: update stable to v1.0.179 23:25:50 ------------------- 23:25:50 experimental info: 23:25:50 ------------------- 23:25:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:25:50 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:25:50 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:25:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 23:25:50 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 23:25:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:25:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:25:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:25:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:25:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:25:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:25:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:25:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:25:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:25:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 23:25:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:25:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:25:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:25:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:25:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:25:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:25:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:25:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:25:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:25:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:25:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:25:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:25:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:25:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:25:53 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:25:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-90 [Pipeline] echo 23:25:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-90 [Pipeline] echo 23:25:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-90 [Pipeline] echo 23:25:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 82ea899d2e09e33b06c0c2a83711d599c7a284b0 [Pipeline] echo 23:25:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 82ea899 [Pipeline] echo 23:25:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:25:53 provisioning config files... 23:25:54 copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/config5787160861301341539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:25:54 ---> docker-login.sh 23:25:54 nexus3.edgexfoundry.org:10001 23:25:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:55 Configure a credential helper to remove this warning. See 23:25:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:55 23:25:55 Login Succeeded 23:25:55 nexus3.edgexfoundry.org:10002 23:25:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:55 Configure a credential helper to remove this warning. See 23:25:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:55 23:25:55 Login Succeeded 23:25:55 nexus3.edgexfoundry.org:10003 23:25:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:55 Configure a credential helper to remove this warning. See 23:25:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:55 23:25:55 Login Succeeded 23:25:55 nexus3.edgexfoundry.org:10004 23:25:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:55 Configure a credential helper to remove this warning. See 23:25:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:55 23:25:55 Login Succeeded 23:25:55 docker.io 23:25:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:55 Configure a credential helper to remove this warning. See 23:25:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:55 23:25:55 Login Succeeded 23:25:55 ---> docker-login.sh ends [Pipeline] } 23:25:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:25:56 + git log --format=format:%s -1 82ea899d2e09e33b06c0c2a83711d599c7a284b0 [Pipeline] echo 23:25:56 GIT_COMMIT: 82ea899d2e09e33b06c0c2a83711d599c7a284b0, Commit Message: Merge commit '3fbdcadf47cc15f1a3e002633084b9476c9dc8aa' into HEAD [Pipeline] echo 23:25:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:25:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:25:57 23:25:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:25:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:25:58 latest: Pulling from edgex-devops/git-semver 23:25:58 31603596830f: Pulling fs layer 23:25:58 2a8b12db71e7: Pulling fs layer 23:25:58 6ca5941a6612: Pulling fs layer 23:25:58 ecc8261a40a4: Pulling fs layer 23:25:58 ecc8261a40a4: Waiting 23:25:58 2a8b12db71e7: Verifying Checksum 23:25:58 31603596830f: Verifying Checksum 23:25:58 31603596830f: Download complete 23:25:58 ecc8261a40a4: Verifying Checksum 23:25:58 ecc8261a40a4: Download complete 23:25:58 6ca5941a6612: Verifying Checksum 23:25:58 6ca5941a6612: Download complete 23:25:58 31603596830f: Pull complete 23:25:58 2a8b12db71e7: Pull complete 23:25:59 6ca5941a6612: Pull complete 23:25:59 ecc8261a40a4: Pull complete 23:25:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:25:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:25:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:26:00 prd-centos7-docker-4c-2g-25092 does not seem to be running inside a container 23:26:00 $ 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 23:26:02 $ docker top b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:26:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:26:02 [ssh-agent] Looking for ssh-agent implementation... 23:26:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:26:02 $ docker exec b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e ssh-agent 23:26:03 SSH_AUTH_SOCK=/tmp/ssh-7vEiSDIJrhPf/agent.11 23:26:03 SSH_AGENT_PID=16 23:26:03 Running ssh-add (command line suppressed) 23:26:03 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) 23:26:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:26:03 + git tag --points-at HEAD [Pipeline] } 23:26:03 $ docker exec --env ******** --env ******** b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e ssh-agent -k 23:26:03 unset SSH_AUTH_SOCK; 23:26:03 unset SSH_AGENT_PID; 23:26:03 echo Agent pid 16 killed; 23:26:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:26:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:26:03 [ssh-agent] Looking for ssh-agent implementation... 23:26:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:26:04 $ docker exec b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e ssh-agent 23:26:04 SSH_AUTH_SOCK=/tmp/ssh-NKknXYAZhsuM/agent.45 23:26:04 SSH_AGENT_PID=50 23:26:04 Running ssh-add (command line suppressed) 23:26:04 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) 23:26:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:26:04 + git semver init 23:26:04 # -> Open(): unable to determine branch for HEAD 23:26:04 # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-90/.git 23:26:04 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-90 23:26:04 # $SEMVER_REMOTE_NAME = origin 23:26:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:26:04 # $SEMVER_USER_NAME = edgex-jenkins 23:26:04 # $SEMVER_BRANCH = PR-90 23:26:04 # $SEMVER_TEMP = /tmp/semver-270934754 23:26:04 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 23:26:05 # '/tmp/semver-270934754' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-90/.semver' 23:26:05 # -> Force: false 23:26:05 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-90/.semver [Pipeline] } 23:26:05 $ docker exec --env ******** --env ******** b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e ssh-agent -k 23:26:05 unset SSH_AUTH_SOCK; 23:26:05 unset SSH_AGENT_PID; 23:26:05 echo Agent pid 50 killed; 23:26:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:26:05 + git semver [Pipeline] } 23:26:05 $ docker stop --time=1 b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e 23:26:07 $ docker rm -f b9a9d55feb0c19f24cb0a8fb2b48123a890bfd296febcb54e464c8edf3763c3e [Pipeline] // withDockerContainer [Pipeline] sh 23:26:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:26:07 Stashed 1 file(s) [Pipeline] echo 23:26:07 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 23:26:23 Still waiting to schedule task 23:26:23 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25092’ 23:26:23 Still waiting to schedule task 23:26:23 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:28:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25093 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] ws 23:28:06 Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout 23:28:11 using credential edgex-jenkins-ssh 23:28:11 Cloning the remote Git repository 23:28:11 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 23:28:11 > git init /w/workspace/device-snmp-go/2 # timeout=10 23:28:11 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:28:11 > git --version # timeout=10 23:28:11 > git --version # 'git version 2.17.1' 23:28:11 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:28:12 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:28:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:28:12 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:28:12 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:28:12 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:12 > 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 23:28:13 Merging remotes/origin/master commit 3fbdcadf47cc15f1a3e002633084b9476c9dc8aa into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 23:28:13 Merge succeeded, producing 7a5f08cc2a2e058a7f264a40b5ad313da2511ee4 23:28:13 Checking out Revision 7a5f08cc2a2e058a7f264a40b5ad313da2511ee4 (PR-90) 23:28:13 > git config core.sparsecheckout # timeout=10 23:28:13 > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 23:28:13 > git remote # timeout=10 23:28:13 > git config --get remote.origin.url # timeout=10 23:28:13 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:13 > git merge 3fbdcadf47cc15f1a3e002633084b9476c9dc8aa # timeout=10 23:28:13 > git rev-parse HEAD^{commit} # timeout=10 23:28:13 > git config core.sparsecheckout # timeout=10 23:28:13 > git checkout -f 7a5f08cc2a2e058a7f264a40b5ad313da2511ee4 # timeout=10 23:28:17 Commit message: "Merge commit '3fbdcadf47cc15f1a3e002633084b9476c9dc8aa' into HEAD" 23:28:17 > git rev-list --no-walk 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:28:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:28:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:28:20 + true 23:28:20 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:28:22 provisioning config files... 23:28:22 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config4476568871306001681tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:28:23 ---> docker-login.sh 23:28:23 nexus3.edgexfoundry.org:10001 23:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:24 Configure a credential helper to remove this warning. See 23:28:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:24 23:28:24 Login Succeeded 23:28:24 nexus3.edgexfoundry.org:10002 23:28:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:25 Configure a credential helper to remove this warning. See 23:28:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:25 23:28:25 Login Succeeded 23:28:25 nexus3.edgexfoundry.org:10003 23:28:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:25 Configure a credential helper to remove this warning. See 23:28:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:25 23:28:25 Login Succeeded 23:28:25 nexus3.edgexfoundry.org:10004 23:28:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:25 Configure a credential helper to remove this warning. See 23:28:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:25 23:28:25 Login Succeeded 23:28:25 docker.io 23:28:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:26 Configure a credential helper to remove this warning. See 23:28:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:26 23:28:26 Login Succeeded 23:28:26 ---> docker-login.sh ends [Pipeline] } 23:28:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:28:26 ========================================================= 23:28:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:28:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:28:27 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 23:28:27 Sending build context to Docker daemon 335.4kB 23:28:27 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:28:27 Step 2/10 : FROM ${BASE} 23:28:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:28:27 5f621e34cdf4: Pulling fs layer 23:28:27 a4357932f1b6: Pulling fs layer 23:28:27 18c013af1878: Pulling fs layer 23:28:27 00ac8860ef70: Pulling fs layer 23:28:27 63d7cb157983: Pulling fs layer 23:28:27 b116817d02f9: Pulling fs layer 23:28:27 745a02a5169b: Pulling fs layer 23:28:27 00ac8860ef70: Waiting 23:28:27 63d7cb157983: Waiting 23:28:27 b116817d02f9: Waiting 23:28:27 745a02a5169b: Waiting 23:28:27 18c013af1878: Download complete 23:28:27 a4357932f1b6: Verifying Checksum 23:28:27 a4357932f1b6: Download complete 23:28:27 63d7cb157983: Verifying Checksum 23:28:27 63d7cb157983: Download complete 23:28:27 b116817d02f9: Verifying Checksum 23:28:27 b116817d02f9: Download complete 23:28:27 5f621e34cdf4: Verifying Checksum 23:28:27 5f621e34cdf4: Download complete 23:28:28 5f621e34cdf4: Pull complete 23:28:29 a4357932f1b6: Pull complete 23:28:29 18c013af1878: Pull complete 23:28:30 745a02a5169b: Verifying Checksum 23:28:30 745a02a5169b: Download complete 23:28:31 00ac8860ef70: Verifying Checksum 23:28:31 00ac8860ef70: Download complete 23:28:41 00ac8860ef70: Pull complete 23:28:41 63d7cb157983: Pull complete 23:28:41 b116817d02f9: Pull complete 23:28:44 Running on prd-centos7-docker-4c-2g-25094 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] ws 23:28:44 Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout 23:28:45 745a02a5169b: Pull complete 23:28:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:28:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:28:45 ---> b7e6874047d6 23:28:45 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:28:46 using credential edgex-jenkins-ssh 23:28:46 Cloning the remote Git repository 23:28:46 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 23:28:46 > git init /w/workspace/device-snmp-go/2 # timeout=10 23:28:46 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:28:46 > git --version # timeout=10 23:28:46 > git --version # 'git version 2.24.3' 23:28:46 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:46 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:28:47 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:28:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:28:47 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:28:47 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:28:47 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:47 > 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 23:28:47 Merging remotes/origin/master commit 3fbdcadf47cc15f1a3e002633084b9476c9dc8aa into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 23:28:47 Merge succeeded, producing 695e0e78301c4da1679543aa7f3d28dd4a1da735 23:28:47 Checking out Revision 695e0e78301c4da1679543aa7f3d28dd4a1da735 (PR-90) 23:28:47 ---> Running in 3e423bf6c097 23:28:48 Removing intermediate container 3e423bf6c097 23:28:48 ---> 4cceb3fec271 23:28:48 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:28:48 ---> Running in b952f89991c7 23:28:47 > git config core.sparsecheckout # timeout=10 23:28:47 > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 23:28:47 > git remote # timeout=10 23:28:47 > git config --get remote.origin.url # timeout=10 23:28:47 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:47 > git merge 3fbdcadf47cc15f1a3e002633084b9476c9dc8aa # timeout=10 23:28:47 > git rev-parse HEAD^{commit} # timeout=10 23:28:47 > git config core.sparsecheckout # timeout=10 23:28:47 > git checkout -f 695e0e78301c4da1679543aa7f3d28dd4a1da735 # timeout=10 23:28:49 Removing intermediate container b952f89991c7 23:28:49 ---> 0b626377d45c 23:28:49 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 23:28:49 ---> Running in 2a10b95d7758 23:28:49 Removing intermediate container 2a10b95d7758 23:28:49 ---> 8e7558baf2da 23:28:49 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:28:49 ---> Running in 2df2fc0b453d 23:28:51 Commit message: "Merge commit '3fbdcadf47cc15f1a3e002633084b9476c9dc8aa' into HEAD" 23:28:51 > git rev-list --no-walk 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:28:52 Removing intermediate container 2df2fc0b453d 23:28:52 ---> 2510bed7655c 23:28:52 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:28:52 ---> Running in 54c0d5f18b9e 23:28:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:28:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:28:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:28:53 + sudo service docker restart 23:28:53 + true 23:28:53 Redirecting to /bin/systemctl restart docker.service 23:28:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:28:54 provisioning config files... 23:28:54 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config8810277085423150187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:28:54 OK: 142 MiB in 39 packages 23:28:54 ---> docker-login.sh 23:28:54 nexus3.edgexfoundry.org:10001 23:28:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:55 Configure a credential helper to remove this warning. See 23:28:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:55 23:28:55 Login Succeeded 23:28:55 nexus3.edgexfoundry.org:10002 23:28:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:55 Configure a credential helper to remove this warning. See 23:28:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:55 23:28:55 Login Succeeded 23:28:55 nexus3.edgexfoundry.org:10003 23:28:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:55 Configure a credential helper to remove this warning. See 23:28:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:55 23:28:55 Login Succeeded 23:28:55 nexus3.edgexfoundry.org:10004 23:28:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:55 Configure a credential helper to remove this warning. See 23:28:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:55 23:28:55 Login Succeeded 23:28:55 docker.io 23:28:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:55 Removing intermediate container 54c0d5f18b9e 23:28:55 ---> 706a4a54c8bb 23:28:55 Step 8/10 : WORKDIR /device-snmp-go 23:28:55 ---> Running in f13c55db750b 23:28:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:56 Configure a credential helper to remove this warning. See 23:28:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:56 23:28:56 Login Succeeded 23:28:56 ---> docker-login.sh ends [Pipeline] } 23:28:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 23:28:56 Removing intermediate container f13c55db750b 23:28:56 ---> cbc02bb7c76c 23:28:56 Step 9/10 : COPY . . [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:28:56 ========================================================= 23:28:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:28:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:28:56 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 23:28:56 Sending build context to Docker daemon 336.4kB 23:28:56 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:28:56 Step 2/10 : FROM ${BASE} 23:28:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:28:57 188c0c94c7c5: Pulling fs layer 23:28:57 0ef7d3d256c8: Pulling fs layer 23:28:57 de9db76c5a1d: Pulling fs layer 23:28:57 bca2f99d35d6: Pulling fs layer 23:28:57 93359f2a8cfa: Pulling fs layer 23:28:57 7c6f9722023f: Pulling fs layer 23:28:57 a35cf1a2eb13: Pulling fs layer 23:28:57 93359f2a8cfa: Waiting 23:28:57 bca2f99d35d6: Waiting 23:28:57 7c6f9722023f: Waiting 23:28:57 a35cf1a2eb13: Waiting 23:28:57 de9db76c5a1d: Verifying Checksum 23:28:57 de9db76c5a1d: Download complete 23:28:57 0ef7d3d256c8: Verifying Checksum 23:28:57 0ef7d3d256c8: Download complete 23:28:57 93359f2a8cfa: Verifying Checksum 23:28:57 93359f2a8cfa: Download complete 23:28:57 188c0c94c7c5: Verifying Checksum 23:28:57 7c6f9722023f: Verifying Checksum 23:28:57 7c6f9722023f: Download complete 23:28:57 ---> 5a250cce38ab 23:28:57 Step 10/10 : RUN go mod download 23:28:57 ---> Running in 252c2116b9a0 23:28:57 188c0c94c7c5: Pull complete 23:28:57 0ef7d3d256c8: Pull complete 23:28:57 de9db76c5a1d: Pull complete 23:28:58 a35cf1a2eb13: Verifying Checksum 23:28:58 a35cf1a2eb13: Download complete 23:28:59 bca2f99d35d6: Download complete 23:29:04 bca2f99d35d6: Pull complete 23:29:04 93359f2a8cfa: Pull complete 23:29:04 7c6f9722023f: Pull complete 23:29:11 a35cf1a2eb13: Pull complete 23:29:11 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:29:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:29:11 ---> a62c8e92a672 23:29:11 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:29:11 ---> Running in 926eb0cf4a86 23:29:11 Removing intermediate container 926eb0cf4a86 23:29:11 ---> 81c0aef5fc85 23:29:11 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:29:11 ---> Running in 3f5ef9f49fc0 23:29:11 Removing intermediate container 3f5ef9f49fc0 23:29:11 ---> 2aebc0fdaff3 23:29:11 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 23:29:11 ---> Running in b93d2d410e65 23:29:11 Removing intermediate container b93d2d410e65 23:29:11 ---> 3345bc254cfa 23:29:11 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:29:11 ---> Running in 1baaf4e8949d 23:29:12 Removing intermediate container 1baaf4e8949d 23:29:12 ---> cec80f09dc60 23:29:12 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:29:12 ---> Running in a1de9c75cd04 23:29:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:29:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:29:14 OK: 166 MiB in 39 packages 23:29:15 Removing intermediate container a1de9c75cd04 23:29:15 ---> 083f0787641d 23:29:15 Step 8/10 : WORKDIR /device-snmp-go 23:29:15 ---> Running in 79e9eb877314 23:29:15 Removing intermediate container 79e9eb877314 23:29:15 ---> 15e56a1c5270 23:29:15 Step 9/10 : COPY . . 23:29:16 ---> 54c43c350aca 23:29:16 Step 10/10 : RUN go mod download 23:29:16 ---> Running in 42f474e3d38e 23:29:23 Removing intermediate container 252c2116b9a0 23:29:23 ---> b4f87db3ea7c 23:29:23 Successfully built b4f87db3ea7c 23:29:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:29:24 + docker inspect -f . ci-base-image-arm64 23:29:24 . [Pipeline] withDockerContainer 23:29:24 prd-ubuntu18.04-docker-arm64-4c-16g-25093 does not seem to be running inside a container 23:29:24 $ 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 23:29:26 $ docker top 7c463c72588ba33a7f3132be7f2949856f015491eaeced8b5f1032e08003855b -eo pid,comm [Pipeline] { [Pipeline] sh 23:29:27 + go version 23:29:27 go version go1.15.5 linux/arm64 [Pipeline] } 23:29:27 $ docker stop --time=1 7c463c72588ba33a7f3132be7f2949856f015491eaeced8b5f1032e08003855b 23:29:29 $ docker rm -f 7c463c72588ba33a7f3132be7f2949856f015491eaeced8b5f1032e08003855b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:29:30 + docker inspect -f . ci-base-image-arm64 23:29:30 . [Pipeline] withDockerContainer 23:29:30 prd-ubuntu18.04-docker-arm64-4c-16g-25093 does not seem to be running inside a container 23:29:31 $ 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 23:29:32 $ docker top 3adff95fd11411f3dc7c16b9baebad0c5abf541a97965394056da6abebfcab17 -eo pid,comm [Pipeline] { [Pipeline] sh 23:29:33 + make test 23:29:33 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:29:34 ? github.com/edgexfoundry/device-snmp-go [no test files] 23:29:38 Removing intermediate container 42f474e3d38e 23:29:38 ---> 2a06a1fe657a 23:29:38 Successfully built 2a06a1fe657a 23:29:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:29:38 + docker inspect -f . ci-base-image-x86_64 23:29:38 . [Pipeline] withDockerContainer 23:29:38 prd-centos7-docker-4c-2g-25094 does not seem to be running inside a container 23:29:38 $ 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 23:29:40 $ docker top 4bc437bda4db58188e84e05a1efb16ca01562760d27541e9c23d84e23f3c13b0 -eo pid,comm [Pipeline] { [Pipeline] sh 23:29:40 + go version 23:29:40 go version go1.15.5 linux/amd64 [Pipeline] } 23:29:40 $ docker stop --time=1 4bc437bda4db58188e84e05a1efb16ca01562760d27541e9c23d84e23f3c13b0 23:29:42 $ docker rm -f 4bc437bda4db58188e84e05a1efb16ca01562760d27541e9c23d84e23f3c13b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:29:42 + docker inspect -f . ci-base-image-x86_64 23:29:42 . [Pipeline] withDockerContainer 23:29:43 prd-centos7-docker-4c-2g-25094 does not seem to be running inside a container 23:29:43 $ 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 23:29:43 $ docker top 8df8a9bc3024591cf0904504cba66daf0251bbd790acc9e1b28f7a40986e1602 -eo pid,comm [Pipeline] { [Pipeline] sh 23:29:44 + make test 23:29:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:29:44 ? github.com/edgexfoundry/device-snmp-go [no test files] 23:29:51 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 23:29:51 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 23:29:51 /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 23:29:51 have (string, bool, string, string) 23:29:51 want (string, string) 23:29:52 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 23:29:52 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 23:29:52 /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 23:29:52 have (string, bool, string, string) 23:29:52 want (string, string) 23:29:55 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements 23:29:55 make: *** [Makefile:23: test] Error 2 [Pipeline] } 23:29:55 $ docker stop --time=1 8df8a9bc3024591cf0904504cba66daf0251bbd790acc9e1b28f7a40986e1602 23:29:57 $ 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] } 23:29:58 Failed in branch amd64 23:30:05 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.013s coverage: 0.0% of statements 23:30:05 make: *** [Makefile:23: test] Error 2 [Pipeline] } 23:30:05 $ docker stop --time=1 3adff95fd11411f3dc7c16b9baebad0c5abf541a97965394056da6abebfcab17 23:30:07 $ 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] } 23:30:09 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 23:30:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:30:12 ---> package-listing.sh 23:30:12 ++ facter osfamily 23:30:12 ++ tr '[:upper:]' '[:lower:]' 23:30:12 + OS_FAMILY=redhat 23:30:12 + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-90 23:30:12 + START_PACKAGES=/tmp/packages_start.txt 23:30:12 + END_PACKAGES=/tmp/packages_end.txt 23:30:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:30:12 + PACKAGES=/tmp/packages_start.txt 23:30:12 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-90 ']' 23:30:12 + PACKAGES=/tmp/packages_end.txt 23:30:12 + case "${OS_FAMILY}" in 23:30:12 + rpm -qa 23:30:12 + sort 23:30:18 + '[' -f /tmp/packages_start.txt ']' 23:30:18 + '[' -f /tmp/packages_end.txt ']' 23:30:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:30:18 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-90 ']' 23:30:18 + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-90/archives/ 23:30:18 + 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 23:30:18 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 23:30:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:30:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:30:18 23:30:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:30:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:30:19 alpine: Pulling from edgex-lftools-log-publisher 23:30:19 df20fa9351a1: Pulling fs layer 23:30:19 36b3adc4ff6f: Pulling fs layer 23:30:19 8ad3a11d3b57: Pulling fs layer 23:30:19 46f8f816bc3b: Pulling fs layer 23:30:19 93b61091891f: Pulling fs layer 23:30:19 93b9cdb0e59b: Pulling fs layer 23:30:19 5e14af77c1be: Pulling fs layer 23:30:19 01666e4c0597: Pulling fs layer 23:30:19 aa168da1d23b: Pulling fs layer 23:30:19 93b9cdb0e59b: Waiting 23:30:19 5e14af77c1be: Waiting 23:30:19 01666e4c0597: Waiting 23:30:19 aa168da1d23b: Waiting 23:30:19 46f8f816bc3b: Waiting 23:30:19 93b61091891f: Waiting 23:30:19 36b3adc4ff6f: Verifying Checksum 23:30:19 36b3adc4ff6f: Download complete 23:30:19 46f8f816bc3b: Verifying Checksum 23:30:19 46f8f816bc3b: Download complete 23:30:19 df20fa9351a1: Verifying Checksum 23:30:19 df20fa9351a1: Download complete 23:30:19 93b9cdb0e59b: Verifying Checksum 23:30:19 93b9cdb0e59b: Download complete 23:30:19 93b61091891f: Verifying Checksum 23:30:19 93b61091891f: Download complete 23:30:19 5e14af77c1be: Verifying Checksum 23:30:19 5e14af77c1be: Download complete 23:30:19 01666e4c0597: Verifying Checksum 23:30:19 01666e4c0597: Download complete 23:30:19 8ad3a11d3b57: Verifying Checksum 23:30:19 8ad3a11d3b57: Download complete 23:30:19 df20fa9351a1: Pull complete 23:30:19 36b3adc4ff6f: Pull complete 23:30:20 8ad3a11d3b57: Pull complete 23:30:20 46f8f816bc3b: Pull complete 23:30:21 aa168da1d23b: Verifying Checksum 23:30:21 aa168da1d23b: Download complete 23:30:21 93b61091891f: Pull complete 23:30:21 93b9cdb0e59b: Pull complete 23:30:21 5e14af77c1be: Pull complete 23:30:21 01666e4c0597: Pull complete 23:30:28 aa168da1d23b: Pull complete 23:30:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:30:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:30:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:30:29 prd-centos7-docker-4c-2g-25092 does not seem to be running inside a container 23:30:29 $ 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 23:30:33 $ docker top 7db2520155da6f6ef8b824e96defe7ecd26b28026668065ed54eaad9a0a529a0 -eo pid,comm [Pipeline] { [Pipeline] sh 23:30:34 + touch /tmp/pre-build-complete [Pipeline] sh 23:30:34 + mkdir -p /var/log/sa [Pipeline] sh 23:30:34 + ls /var/log/sa-host 23:30:34 + sadf -c /var/log/sa-host/sa04 23:30:34 file_magic: OK 23:30:34 HZ: Using current value: 100 23:30:34 file_header: OK 23:30:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:30:34 Statistics: 23:30:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:30:34 File successfully converted to sysstat format version 12.2.1 23:30:34 + sadf -c /var/log/sa-host/sa23 23:30:34 file_magic: OK 23:30:34 HZ: Using current value: 100 23:30:34 file_header: OK 23:30:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:30:34 Statistics: 23:30:34 Hnuu...uuuununununu... 23:30:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:30:35 provisioning config files... 23:30:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/config1968021503020254953tmp [Pipeline] { [Pipeline] echo 23:30:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:30:35 ---> create-netrc.sh [Pipeline] } 23:30:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:30:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:30:36 ---> python-tools-install.sh [Pipeline] echo 23:30:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:30:36 ---> sudo-logs.sh 23:30:36 Archiving 'sudo' log.. [Pipeline] echo 23:30:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:30:36 ---> job-cost.sh 23:30:36 lf-activate-venv: SKIPPING 23:30:36 INFO: No Stack... 23:30:37 INFO: Retrieving Pricing Info for: v1-standard-2 23:30:38 INFO: Archiving Costs [Pipeline] echo 23:30:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:30:38 ---> logs-deploy.sh 23:30:38 lf-activate-venv: SKIPPING 23:30:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-90/2 23:30:38 INFO: archiving workspace using pattern(s): 23:30:40 Archives upload complete. 23:30:40 INFO: archiving logs to Nexus 23:30:41 ---> uname -a: 23:30:41 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 23:30:41 23:30:41 23:30:41 ---> lscpu: 23:30:41 Architecture: x86_64 23:30:41 CPU op-mode(s): 32-bit, 64-bit 23:30:41 Byte Order: Little Endian 23:30:41 Address sizes: 40 bits physical, 48 bits virtual 23:30:41 CPU(s): 4 23:30:41 On-line CPU(s) list: 0-3 23:30:41 Thread(s) per core: 1 23:30:41 Core(s) per socket: 1 23:30:41 Socket(s): 4 23:30:41 NUMA node(s): 1 23:30:41 Vendor ID: GenuineIntel 23:30:41 CPU family: 6 23:30:41 Model: 44 23:30:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:30:41 Stepping: 1 23:30:41 CPU MHz: 2933.438 23:30:41 BogoMIPS: 5866.87 23:30:41 Virtualization: VT-x 23:30:41 Hypervisor vendor: KVM 23:30:41 Virtualization type: full 23:30:41 L1d cache: 128 KiB 23:30:41 L1i cache: 128 KiB 23:30:41 L2 cache: 16 MiB 23:30:41 L3 cache: 64 MiB 23:30:41 NUMA node0 CPU(s): 0-3 23:30:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:30:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:30:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:30:41 Vulnerability Meltdown: Mitigation; PTI 23:30:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:30:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:30:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:30:41 Vulnerability Srbds: Not affected 23:30:41 Vulnerability Tsx async abort: Not affected 23:30:41 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:30:41 23:30:41 23:30:41 ---> nproc: 23:30:41 4 23:30:41 23:30:41 23:30:41 ---> df -h: 23:30:41 Filesystem Size Used Available Use% Mounted on 23:30:41 overlay 50.0G 7.3G 42.7G 15% / 23:30:41 tmpfs 64.0M 0 64.0M 0% /dev 23:30:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:30:41 shm 64.0M 0 64.0M 0% /dev/shm 23:30:41 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:30:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:30:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:30:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:30:41 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp 23:30:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:30:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:30:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:30:41 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:30:41 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-90 23:30:41 23:30:41 23:30:41 ---> free -m: 23:30:41 total used free shared buff/cache available 23:30:41 Mem: 1837 723 117 0 995 1008 23:30:41 Swap: 1023 0 1023 23:30:41 23:30:41 23:30:41 ---> ip addr: 23:30:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:30:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:30:41 inet 127.0.0.1/8 scope host lo 23:30:41 valid_lft forever preferred_lft forever 23:30:41 inet6 ::1/128 scope host 23:30:41 valid_lft forever preferred_lft forever 23:30:41 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:30:41 link/ether fa:16:3e:97:b6:6d brd ff:ff:ff:ff:ff:ff 23:30:41 inet 10.30.122.106/23 brd 10.30.123.255 scope global dynamic eth0 23:30:41 valid_lft 86071sec preferred_lft 86071sec 23:30:41 inet6 fe80::f816:3eff:fe97:b66d/64 scope link 23:30:41 valid_lft forever preferred_lft forever 23:30:41 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:30:41 link/ether 02:42:27:c5:79:a8 brd ff:ff:ff:ff:ff:ff 23:30:41 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:30:41 valid_lft forever preferred_lft forever 23:30:41 inet6 fe80::42:27ff:fec5:79a8/64 scope link 23:30:41 valid_lft forever preferred_lft forever 23:30:41 23:30:41 23:30:41 ---> sar -b -r -n DEV: 23:30:41 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) 23:30:41 23:30:41 23:25:01 LINUX RESTART (4 CPU) 23:30:41 23:30:41 23:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:30:41 23:27:01 11.63 3.53 8.11 0.00 1036.48 615.88 0.00 23:30:41 23:28:01 1.73 0.00 1.73 0.00 0.00 29.99 0.00 23:30:41 23:29:01 0.33 0.00 0.33 0.00 0.00 5.30 0.00 23:30:41 23:30:01 0.32 0.00 0.32 0.00 0.00 4.80 0.00 23:30:41 Average: 3.51 0.88 2.62 0.00 259.23 164.05 0.00 23:30:41 23:30:41 23:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:30:41 23:27:01 164504 0 626672 33.31 2620 1087748 1105888 37.74 441484 1076992 20 23:30:41 23:28:01 168732 0 622436 33.08 2620 1087756 1079028 36.83 439672 1075280 8 23:30:41 23:29:01 165988 0 625176 33.23 2620 1087760 1079256 36.83 452936 1064984 24 23:30:41 23:30:01 167148 0 624016 33.17 2620 1087760 1079028 36.83 454748 1061920 20 23:30:41 Average: 166593 0 624575 33.19 2620 1087756 1085800 37.06 447210 1069794 18 23:30:41 23:30:41 23:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:30:41 23:27:01 eth0 24.70 16.99 25.21 8.66 0.00 0.00 0.00 0.00 23:30:41 23:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:30:41 23:27:01 docker0 1.18 1.07 0.25 2.08 0.00 0.00 0.00 0.00 23:30:41 23:28:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 23:30:41 23:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:30:41 23:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:30:41 23:29:01 eth0 1.45 0.82 0.58 0.41 0.00 0.00 0.00 0.00 23:30:41 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:30:41 23:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:30:41 23:30:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:30:41 23:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:30:41 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:30:41 Average: eth0 6.71 4.50 6.47 2.27 0.00 0.00 0.00 0.00 23:30:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:30:41 Average: docker0 0.30 0.27 0.06 0.52 0.00 0.00 0.00 0.00 23:30:41 23:30:41 23:30:41 ---> sar -P ALL: 23:30:41 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) 23:30:41 23:30:41 23:25:01 LINUX RESTART (4 CPU) 23:30:41 23:30:41 23:26:01 CPU %user %nice %system %iowait %steal %idle 23:30:41 23:27:01 all 1.26 0.00 0.84 0.20 0.02 97.68 23:30:41 23:27:01 0 1.42 0.00 0.67 0.10 0.03 97.78 23:30:41 23:27:01 1 1.42 0.00 0.82 0.08 0.00 97.68 23:30:41 23:27:01 2 1.17 0.00 0.92 0.08 0.03 97.80 23:30:41 23:27:01 3 1.04 0.00 0.95 0.55 0.00 97.46 23:30:41 23:28:01 all 0.15 0.00 0.04 0.00 0.01 99.80 23:30:41 23:28:01 0 0.05 0.00 0.03 0.00 0.00 99.92 23:30:41 23:28:01 1 0.48 0.00 0.07 0.00 0.02 99.43 23:30:41 23:28:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:30:41 23:28:01 3 0.05 0.00 0.03 0.00 0.02 99.90 23:30:41 23:29:01 all 0.20 0.00 0.06 0.00 0.00 99.74 23:30:41 23:29:01 0 0.07 0.00 0.05 0.00 0.02 99.87 23:30:41 23:29:01 1 0.60 0.00 0.08 0.00 0.00 99.32 23:30:41 23:29:01 2 0.05 0.00 0.02 0.00 0.00 99.93 23:30:41 23:29:01 3 0.07 0.00 0.08 0.00 0.00 99.85 23:30:41 23:30:01 all 0.15 0.00 0.04 0.00 0.00 99.81 23:30:41 23:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:30:41 23:30:01 1 0.02 0.00 0.02 0.00 0.00 99.97 23:30:41 23:30:01 2 0.53 0.00 0.03 0.00 0.00 99.43 23:30:41 23:30:01 3 0.02 0.00 0.07 0.02 0.00 99.90 23:30:41 Average: all 0.44 0.00 0.24 0.05 0.01 99.26 23:30:41 Average: 0 0.39 0.00 0.20 0.03 0.01 99.38 23:30:41 Average: 1 0.63 0.00 0.25 0.02 0.00 99.10 23:30:41 Average: 2 0.44 0.00 0.25 0.02 0.01 99.28 23:30:41 Average: 3 0.29 0.00 0.28 0.14 0.00 99.28 23:30:41 23:30:41 23:30:41