Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 71a79242aa87d971b9bddcd433dbb18778e26eb8+fcccfd94587541a74c874275ff1808fa86f63ccd (bff00e6014534c78da9212ffb46f35f3e1df453b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-snmp-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-18337 in /w/workspace/dgexfoundry_device-snmp-go_PR-82 [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-82 # timeout=10 Merging remotes/origin/master commit fcccfd94587541a74c874275ff1808fa86f63ccd into PR head commit 71a79242aa87d971b9bddcd433dbb18778e26eb8 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/82/head:refs/remotes/origin/PR-82 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 71a79242aa87d971b9bddcd433dbb18778e26eb8 # timeout=10 Merge succeeded, producing 582bcd8886a84f390c03667613dcb618bde9bd9b Checking out Revision 582bcd8886a84f390c03667613dcb618bde9bd9b (PR-82) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fcccfd94587541a74c874275ff1808fa86f63ccd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 582bcd8886a84f390c03667613dcb618bde9bd9b # timeout=10 Commit message: "Merge commit 'fcccfd94587541a74c874275ff1808fa86f63ccd' into HEAD" > git rev-list --no-walk 71a79242aa87d971b9bddcd433dbb18778e26eb8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:24:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:24:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:24:22 ========================================================= 23:24:22 EdgeX Global Pipelines Version Info 23:24:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:24:24 ------------------- 23:24:24 stable info: 23:24:24 ------------------- 23:24:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:24:24 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:24:24 Message: update stable to v1.0.173 23:24:24 ------------------- 23:24:24 experimental info: 23:24:24 ------------------- 23:24:24 Commited By: **** collab-it+edgex@linuxfoundation.org 23:24:24 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:24:24 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:24:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 23:24:25 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 23:24:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:24:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:24:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:24:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:24:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:24:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:24:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:24:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:24:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:24:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 23:24:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:24:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:24:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:24:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:24:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:24:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:24:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:24:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:24:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:24:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:24:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:24:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:24:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:24:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:24:27 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:24:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-82 [Pipeline] echo 23:24:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-82 [Pipeline] echo 23:24:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-82 [Pipeline] echo 23:24:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 582bcd8886a84f390c03667613dcb618bde9bd9b [Pipeline] echo 23:24:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 582bcd8 [Pipeline] echo 23:24:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:24:28 provisioning config files... 23:24:28 copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-82@tmp/config2972248968493815535tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:24:28 ---> docker-login.sh 23:24:28 nexus3.edgexfoundry.org:10001 23:24:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:24:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:24:29 Configure a credential helper to remove this warning. See 23:24:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:24:29 23:24:29 Login Succeeded 23:24:29 nexus3.edgexfoundry.org:10002 23:24:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:24:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:24:29 Configure a credential helper to remove this warning. See 23:24:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:24:29 23:24:29 Login Succeeded 23:24:29 nexus3.edgexfoundry.org:10003 23:24:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:24:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:24:29 Configure a credential helper to remove this warning. See 23:24:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:24:29 23:24:29 Login Succeeded 23:24:29 nexus3.edgexfoundry.org:10004 23:24:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:24:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:24:29 Configure a credential helper to remove this warning. See 23:24:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:24:29 23:24:29 Login Succeeded 23:24:29 docker.io 23:24:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:24:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:24:30 Configure a credential helper to remove this warning. See 23:24:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:24:30 23:24:30 Login Succeeded 23:24:30 ---> docker-login.sh ends [Pipeline] } 23:24:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:24:31 + git log --format=format:%s -1 582bcd8886a84f390c03667613dcb618bde9bd9b [Pipeline] echo 23:24:31 GIT_COMMIT: 582bcd8886a84f390c03667613dcb618bde9bd9b, Commit Message: Merge commit 'fcccfd94587541a74c874275ff1808fa86f63ccd' into HEAD [Pipeline] echo 23:24:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:24:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:24:32 23:24:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:24:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:24:32 latest: Pulling from edgex-devops/git-semver 23:24:32 31603596830f: Pulling fs layer 23:24:32 2a8b12db71e7: Pulling fs layer 23:24:32 6ca5941a6612: Pulling fs layer 23:24:32 ecc8261a40a4: Pulling fs layer 23:24:32 ecc8261a40a4: Waiting 23:24:32 2a8b12db71e7: Verifying Checksum 23:24:32 2a8b12db71e7: Download complete 23:24:32 31603596830f: Verifying Checksum 23:24:32 31603596830f: Download complete 23:24:32 6ca5941a6612: Verifying Checksum 23:24:32 6ca5941a6612: Download complete 23:24:32 ecc8261a40a4: Verifying Checksum 23:24:32 ecc8261a40a4: Download complete 23:24:33 31603596830f: Pull complete 23:24:33 2a8b12db71e7: Pull complete 23:24:34 6ca5941a6612: Pull complete 23:24:34 ecc8261a40a4: Pull complete 23:24:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:24:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:24:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:24:34 prd-centos7-docker-4c-2g-18337 does not seem to be running inside a container 23:24:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-82 -v /w/workspace/dgexfoundry_device-snmp-go_PR-82:/w/workspace/dgexfoundry_device-snmp-go_PR-82:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-82@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:24:36 $ docker top b9d2ac44d12a9875d8d7aa8c166922ce4b02b90757957977d6e9e64ff4f086f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:24:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:24:36 [ssh-agent] Looking for ssh-agent implementation... 23:24:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:24:37 $ docker exec b9d2ac44d12a9875d8d7aa8c166922ce4b02b90757957977d6e9e64ff4f086f5 ssh-agent 23:24:37 SSH_AUTH_SOCK=/tmp/ssh-SkswwJkERMJO/agent.12 23:24:37 SSH_AGENT_PID=18 23:24:37 Running ssh-add (command line suppressed) 23:24:37 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-82@tmp/private_key_4073338014302167241.key (/w/workspace/dgexfoundry_device-snmp-go_PR-82@tmp/private_key_4073338014302167241.key) 23:24:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:24:37 + git tag --points-at HEAD [Pipeline] } 23:24:37 $ docker exec --env ******** --env ******** b9d2ac44d12a9875d8d7aa8c166922ce4b02b90757957977d6e9e64ff4f086f5 ssh-agent -k 23:24:38 unset SSH_AUTH_SOCK; 23:24:38 unset SSH_AGENT_PID; 23:24:38 echo Agent pid 18 killed; 23:24:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:24:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:24:38 [ssh-agent] Looking for ssh-agent implementation... 23:24:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:24:38 $ docker exec b9d2ac44d12a9875d8d7aa8c166922ce4b02b90757957977d6e9e64ff4f086f5 ssh-agent 23:24:38 SSH_AUTH_SOCK=/tmp/ssh-XsrdpVFcQHYw/agent.46 23:24:38 SSH_AGENT_PID=51 23:24:38 Running ssh-add (command line suppressed) 23:24:38 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-82@tmp/private_key_5193200632617408574.key (/w/workspace/dgexfoundry_device-snmp-go_PR-82@tmp/private_key_5193200632617408574.key) 23:24:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:24:39 + git semver init 23:24:39 # -> Open(): unable to determine branch for HEAD 23:24:39 # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-82/.git 23:24:39 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-82 23:24:39 # $SEMVER_REMOTE_NAME = origin 23:24:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:24:39 # $SEMVER_USER_NAME = edgex-jenkins 23:24:39 # $SEMVER_BRANCH = PR-82 23:24:39 # $SEMVER_TEMP = /tmp/semver-748804033 23:24:39 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 23:24:39 # '/tmp/semver-748804033' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-82/.semver' 23:24:39 # -> Force: false 23:24:39 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-82/.semver [Pipeline] } 23:24:39 $ docker exec --env ******** --env ******** b9d2ac44d12a9875d8d7aa8c166922ce4b02b90757957977d6e9e64ff4f086f5 ssh-agent -k 23:24:39 unset SSH_AUTH_SOCK; 23:24:39 unset SSH_AGENT_PID; 23:24:39 echo Agent pid 51 killed; 23:24:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:24:40 + git semver [Pipeline] } 23:24:40 $ docker stop --time=1 b9d2ac44d12a9875d8d7aa8c166922ce4b02b90757957977d6e9e64ff4f086f5 23:24:41 $ docker rm -f b9d2ac44d12a9875d8d7aa8c166922ce4b02b90757957977d6e9e64ff4f086f5 [Pipeline] // withDockerContainer [Pipeline] sh 23:24:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:24:42 Stashed 1 file(s) [Pipeline] echo 23:24:42 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 23:24:58 Still waiting to schedule task 23:24:58 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:24:58 Still waiting to schedule task 23:24:58 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:26:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18340 in /w/workspace/dgexfoundry_device-snmp-go_PR-82 [Pipeline] { [Pipeline] ws 23:26:47 Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout 23:26:52 using credential edgex-jenkins-ssh 23:26:52 Cloning the remote Git repository 23:26:52 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 23:26:53 > git init /w/workspace/device-snmp-go/2 # timeout=10 23:26:53 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:26:53 > git --version # timeout=10 23:26:53 > git --version # 'git version 2.17.1' 23:26:53 using GIT_SSH to set credentials SSH Credentials for GitHub 23:26:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:26:54 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:26:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:26:54 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:26:54 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:26:54 using GIT_SSH to set credentials SSH Credentials for GitHub 23:26:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/82/head:refs/remotes/origin/PR-82 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:26:54 Merging remotes/origin/master commit fcccfd94587541a74c874275ff1808fa86f63ccd into PR head commit 71a79242aa87d971b9bddcd433dbb18778e26eb8 23:26:54 Merge succeeded, producing b3c6e75921cc22961e23552fc40f86347975962f 23:26:54 Checking out Revision b3c6e75921cc22961e23552fc40f86347975962f (PR-82) 23:26:54 > git config core.sparsecheckout # timeout=10 23:26:54 > git checkout -f 71a79242aa87d971b9bddcd433dbb18778e26eb8 # timeout=10 23:26:54 > git remote # timeout=10 23:26:54 > git config --get remote.origin.url # timeout=10 23:26:54 using GIT_SSH to set credentials SSH Credentials for GitHub 23:26:54 > git merge fcccfd94587541a74c874275ff1808fa86f63ccd # timeout=10 23:26:54 > git rev-parse HEAD^{commit} # timeout=10 23:26:55 > git config core.sparsecheckout # timeout=10 23:26:55 > git checkout -f b3c6e75921cc22961e23552fc40f86347975962f # timeout=10 23:26:59 Commit message: "Merge commit 'fcccfd94587541a74c874275ff1808fa86f63ccd' into HEAD" 23:26:59 > git rev-list --no-walk 71a79242aa87d971b9bddcd433dbb18778e26eb8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:27:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:27:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:27:01 + + true 23:27:01 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:27:04 provisioning config files... 23:27:04 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config3568568572034955214tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:27:04 ---> docker-login.sh 23:27:04 nexus3.edgexfoundry.org:10001 23:27:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:27:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:27:06 Configure a credential helper to remove this warning. See 23:27:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:27:06 23:27:06 Login Succeeded 23:27:06 nexus3.edgexfoundry.org:10002 23:27:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:27:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:27:06 Configure a credential helper to remove this warning. See 23:27:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:27:06 23:27:06 Login Succeeded 23:27:06 nexus3.edgexfoundry.org:10003 23:27:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:27:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:27:07 Configure a credential helper to remove this warning. See 23:27:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:27:07 23:27:07 Login Succeeded 23:27:07 nexus3.edgexfoundry.org:10004 23:27:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:27:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:27:07 Configure a credential helper to remove this warning. See 23:27:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:27:07 23:27:07 Login Succeeded 23:27:07 docker.io 23:27:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:27:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:27:08 Configure a credential helper to remove this warning. See 23:27:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:27:08 23:27:08 Login Succeeded 23:27:08 ---> docker-login.sh ends [Pipeline] } 23:27:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:27:09 ========================================================= 23:27:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:27:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:27:09 + 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:27:09 Sending build context to Docker daemon 330.8kB 23:27:09 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:27:09 Step 2/10 : FROM ${BASE} 23:27:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:27:09 5f621e34cdf4: Pulling fs layer 23:27:09 a4357932f1b6: Pulling fs layer 23:27:09 18c013af1878: Pulling fs layer 23:27:09 00ac8860ef70: Pulling fs layer 23:27:09 63d7cb157983: Pulling fs layer 23:27:09 b116817d02f9: Pulling fs layer 23:27:09 745a02a5169b: Pulling fs layer 23:27:09 b116817d02f9: Waiting 23:27:09 00ac8860ef70: Waiting 23:27:09 63d7cb157983: Waiting 23:27:09 745a02a5169b: Waiting 23:27:09 18c013af1878: Verifying Checksum 23:27:09 18c013af1878: Download complete 23:27:09 a4357932f1b6: Verifying Checksum 23:27:09 a4357932f1b6: Download complete 23:27:09 63d7cb157983: Verifying Checksum 23:27:09 63d7cb157983: Download complete 23:27:09 b116817d02f9: Verifying Checksum 23:27:09 b116817d02f9: Download complete 23:27:10 5f621e34cdf4: Verifying Checksum 23:27:10 5f621e34cdf4: Download complete 23:27:11 5f621e34cdf4: Pull complete 23:27:11 a4357932f1b6: Pull complete 23:27:11 18c013af1878: Pull complete 23:27:13 745a02a5169b: Verifying Checksum 23:27:13 745a02a5169b: Download complete 23:27:13 00ac8860ef70: Verifying Checksum 23:27:13 00ac8860ef70: Download complete 23:27:23 00ac8860ef70: Pull complete 23:27:24 63d7cb157983: Pull complete 23:27:24 b116817d02f9: Pull complete 23:27:27 745a02a5169b: Pull complete 23:27:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:27:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:27:27 ---> b7e6874047d6 23:27:27 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:27:31 ---> Running in 279202fc4268 23:27:31 Removing intermediate container 279202fc4268 23:27:31 ---> 47ca8bf9a468 23:27:31 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:27:31 ---> Running in e63086409349 23:27:31 Removing intermediate container e63086409349 23:27:31 ---> a3c81999d456 23:27:31 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 23:27:31 ---> Running in 41c4b1769aec 23:27:32 Removing intermediate container 41c4b1769aec 23:27:32 ---> ee934393ab2a 23:27:32 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:27:32 ---> Running in be0dc0e68af1 23:27:35 Removing intermediate container be0dc0e68af1 23:27:35 ---> b275168e4ad8 23:27:35 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:27:35 ---> Running in 42623b15cb51 23:27:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:27:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:27:37 OK: 142 MiB in 39 packages 23:27:38 Removing intermediate container 42623b15cb51 23:27:38 ---> 85d373086580 23:27:38 Step 8/10 : WORKDIR /device-snmp-go 23:27:38 ---> Running in d47e965b54ca 23:27:39 Removing intermediate container d47e965b54ca 23:27:39 ---> 0647a4858ba5 23:27:39 Step 9/10 : COPY . . 23:27:40 ---> b89b195babd9 23:27:40 Step 10/10 : RUN go mod download 23:27:40 ---> Running in e207ca68ff6e 23:28:07 Removing intermediate container e207ca68ff6e 23:28:07 ---> bf8515389dda 23:28:07 Successfully built bf8515389dda 23:28:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:28:07 + docker inspect -f . ci-base-image-arm64 23:28:07 . [Pipeline] withDockerContainer 23:28:07 prd-ubuntu18.04-docker-arm64-4c-16g-18340 does not seem to be running inside a container 23:28:07 $ 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:28:09 $ docker top d6e334817563faa6a340687159207c1358ea3ca1688b8475af3b0bd2fdc48d34 -eo pid,comm [Pipeline] { [Pipeline] sh 23:28:10 + go version 23:28:10 go version go1.15.5 linux/arm64 [Pipeline] } 23:28:10 $ docker stop --time=1 d6e334817563faa6a340687159207c1358ea3ca1688b8475af3b0bd2fdc48d34 23:28:12 $ docker rm -f d6e334817563faa6a340687159207c1358ea3ca1688b8475af3b0bd2fdc48d34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:28:13 + docker inspect -f . ci-base-image-arm64 23:28:13 . [Pipeline] withDockerContainer 23:28:13 prd-ubuntu18.04-docker-arm64-4c-16g-18340 does not seem to be running inside a container 23:28:13 $ 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:28:15 $ docker top bd46d3e876edcf5600def236b458acf5abde65beef6c8bd68132143efdca604f -eo pid,comm [Pipeline] { [Pipeline] sh 23:28:16 + make test 23:28:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:28:17 ? github.com/edgexfoundry/device-snmp-go [no test files] 23:28:36 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 23:28:36 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 23:28:36 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 23:28:36 have (string, bool, string, string) 23:28:36 want (string, string) 23:28:46 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.013s coverage: 0.0% of statements 23:28:46 make: *** [Makefile:23: test] Error 2 [Pipeline] } 23:28:46 $ docker stop --time=1 bd46d3e876edcf5600def236b458acf5abde65beef6c8bd68132143efdca604f 23:28:48 $ docker rm -f bd46d3e876edcf5600def236b458acf5abde65beef6c8bd68132143efdca604f [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:28:50 Failed in branch arm64 23:29:03 Running on prd-centos7-docker-4c-2g-18341 in /w/workspace/dgexfoundry_device-snmp-go_PR-82 [Pipeline] { [Pipeline] ws 23:29:04 Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout 23:29:08 using credential edgex-jenkins-ssh 23:29:08 Cloning the remote Git repository 23:29:08 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 23:29:08 > git init /w/workspace/device-snmp-go/2 # timeout=10 23:29:08 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:29:08 > git --version # timeout=10 23:29:08 > git --version # 'git version 2.24.3' 23:29:08 using GIT_SSH to set credentials SSH Credentials for GitHub 23:29:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:29:09 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:29:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:29:09 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:29:10 Merging remotes/origin/master commit fcccfd94587541a74c874275ff1808fa86f63ccd into PR head commit 71a79242aa87d971b9bddcd433dbb18778e26eb8 23:29:10 Merge succeeded, producing 931568f15f3b789134d639842ab2e28242af43b8 23:29:10 Checking out Revision 931568f15f3b789134d639842ab2e28242af43b8 (PR-82) 23:29:09 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:29:09 using GIT_SSH to set credentials SSH Credentials for GitHub 23:29:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/82/head:refs/remotes/origin/PR-82 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:29:10 > git config core.sparsecheckout # timeout=10 23:29:10 > git checkout -f 71a79242aa87d971b9bddcd433dbb18778e26eb8 # timeout=10 23:29:10 > git remote # timeout=10 23:29:10 > git config --get remote.origin.url # timeout=10 23:29:10 using GIT_SSH to set credentials SSH Credentials for GitHub 23:29:10 > git merge fcccfd94587541a74c874275ff1808fa86f63ccd # timeout=10 23:29:10 > git rev-parse HEAD^{commit} # timeout=10 23:29:10 > git config core.sparsecheckout # timeout=10 23:29:10 > git checkout -f 931568f15f3b789134d639842ab2e28242af43b8 # timeout=10 23:29:14 Commit message: "Merge commit 'fcccfd94587541a74c874275ff1808fa86f63ccd' into HEAD" 23:29:14 > git rev-list --no-walk 71a79242aa87d971b9bddcd433dbb18778e26eb8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:29:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:29:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:29:17 + sudo service docker restart 23:29:17 + true 23:29:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:29:18 provisioning config files... 23:29:18 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config2477361140620863083tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:29:19 ---> docker-login.sh 23:29:19 nexus3.edgexfoundry.org:10001 23:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:29:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:29:19 Configure a credential helper to remove this warning. See 23:29:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:29:19 23:29:19 Login Succeeded 23:29:19 nexus3.edgexfoundry.org:10002 23:29:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:29:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:29:19 Configure a credential helper to remove this warning. See 23:29:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:29:19 23:29:19 Login Succeeded 23:29:19 nexus3.edgexfoundry.org:10003 23:29:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:29:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:29:20 Configure a credential helper to remove this warning. See 23:29:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:29:20 23:29:20 Login Succeeded 23:29:20 nexus3.edgexfoundry.org:10004 23:29:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:29:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:29:20 Configure a credential helper to remove this warning. See 23:29:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:29:20 23:29:20 Login Succeeded 23:29:20 docker.io 23:29:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:29:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:29:20 Configure a credential helper to remove this warning. See 23:29:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:29:20 23:29:20 Login Succeeded 23:29:20 ---> docker-login.sh ends [Pipeline] } 23:29:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:29:21 ========================================================= 23:29:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:29:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:29:21 + 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:29:22 Sending build context to Docker daemon 331.8kB 23:29:22 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:29:22 Step 2/10 : FROM ${BASE} 23:29:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:29:22 188c0c94c7c5: Pulling fs layer 23:29:22 0ef7d3d256c8: Pulling fs layer 23:29:22 de9db76c5a1d: Pulling fs layer 23:29:22 bca2f99d35d6: Pulling fs layer 23:29:22 93359f2a8cfa: Pulling fs layer 23:29:22 7c6f9722023f: Pulling fs layer 23:29:22 a35cf1a2eb13: Pulling fs layer 23:29:22 93359f2a8cfa: Waiting 23:29:22 7c6f9722023f: Waiting 23:29:22 a35cf1a2eb13: Waiting 23:29:22 bca2f99d35d6: Waiting 23:29:22 de9db76c5a1d: Verifying Checksum 23:29:22 de9db76c5a1d: Download complete 23:29:22 0ef7d3d256c8: Verifying Checksum 23:29:22 0ef7d3d256c8: Download complete 23:29:22 93359f2a8cfa: Verifying Checksum 23:29:22 93359f2a8cfa: Download complete 23:29:22 7c6f9722023f: Verifying Checksum 23:29:22 7c6f9722023f: Download complete 23:29:22 188c0c94c7c5: Verifying Checksum 23:29:22 188c0c94c7c5: Download complete 23:29:22 188c0c94c7c5: Pull complete 23:29:23 0ef7d3d256c8: Pull complete 23:29:23 de9db76c5a1d: Pull complete 23:29:26 a35cf1a2eb13: Verifying Checksum 23:29:26 a35cf1a2eb13: Download complete 23:29:27 bca2f99d35d6: Verifying Checksum 23:29:27 bca2f99d35d6: Download complete 23:29:37 bca2f99d35d6: Pull complete 23:29:38 93359f2a8cfa: Pull complete 23:29:38 7c6f9722023f: Pull complete 23:29:43 a35cf1a2eb13: Pull complete 23:29:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:29:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:29:43 ---> a62c8e92a672 23:29:43 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:29:44 ---> Running in 1628541987a5 23:29:44 Removing intermediate container 1628541987a5 23:29:44 ---> c3e9b9fb27f3 23:29:44 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:29:44 ---> Running in 9914440ddd59 23:29:44 Removing intermediate container 9914440ddd59 23:29:44 ---> 7a20ea4bf8a9 23:29:44 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 23:29:45 ---> Running in f5466690ac95 23:29:45 Removing intermediate container f5466690ac95 23:29:45 ---> 6961f24a0e90 23:29:45 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:29:45 ---> Running in 39aa51840146 23:29:48 Removing intermediate container 39aa51840146 23:29:48 ---> d1922a1185e2 23:29:48 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:29:48 ---> Running in 400fa17f4c85 23:29:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:29:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:29:49 OK: 166 MiB in 39 packages 23:29:50 Removing intermediate container 400fa17f4c85 23:29:50 ---> 1d980a407535 23:29:50 Step 8/10 : WORKDIR /device-snmp-go 23:29:50 ---> Running in bc2aa08521ca 23:29:50 Removing intermediate container bc2aa08521ca 23:29:50 ---> bedb2f72ade0 23:29:50 Step 9/10 : COPY . . 23:29:51 ---> bcee775a248b 23:29:51 Step 10/10 : RUN go mod download 23:29:51 ---> Running in 5c6e7617a597 23:30:18 Removing intermediate container 5c6e7617a597 23:30:18 ---> c67c15b758d1 23:30:18 Successfully built c67c15b758d1 23:30:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:30:18 + docker inspect -f . ci-base-image-x86_64 23:30:19 . [Pipeline] withDockerContainer 23:30:19 prd-centos7-docker-4c-2g-18341 does not seem to be running inside a container 23:30:19 $ 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:30:20 $ docker top d5c9db8fff80e8d57e4ff27b28596975921d2f20d6a7266b4e20168e508132fb -eo pid,comm [Pipeline] { [Pipeline] sh 23:30:21 + go version 23:30:21 go version go1.15.5 linux/amd64 [Pipeline] } 23:30:21 $ docker stop --time=1 d5c9db8fff80e8d57e4ff27b28596975921d2f20d6a7266b4e20168e508132fb 23:30:23 $ docker rm -f d5c9db8fff80e8d57e4ff27b28596975921d2f20d6a7266b4e20168e508132fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:30:24 + docker inspect -f . ci-base-image-x86_64 23:30:24 . [Pipeline] withDockerContainer 23:30:24 prd-centos7-docker-4c-2g-18341 does not seem to be running inside a container 23:30: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-x86_64 cat 23:30:25 $ docker top a9613129529309db5bbfd3a4526cd9b16246b05fe4dfa7238c19609741e34deb -eo pid,comm [Pipeline] { [Pipeline] sh 23:30:26 + make test 23:30:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:30:27 ? github.com/edgexfoundry/device-snmp-go [no test files] 23:30:38 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 23:30:38 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 23:30:38 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.57/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 23:30:38 have (string, bool, string, string) 23:30:38 want (string, string) 23:30:45 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.013s coverage: 0.0% of statements 23:30:45 make: *** [Makefile:23: test] Error 2 [Pipeline] } 23:30:45 $ docker stop --time=1 a9613129529309db5bbfd3a4526cd9b16246b05fe4dfa7238c19609741e34deb 23:30:48 $ docker rm -f a9613129529309db5bbfd3a4526cd9b16246b05fe4dfa7238c19609741e34deb [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:30:50 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:30:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:30:54 ---> package-listing.sh 23:30:54 ++ facter osfamily 23:30:54 ++ tr '[:upper:]' '[:lower:]' 23:30:54 + OS_FAMILY=redhat 23:30:54 + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-82 23:30:54 + START_PACKAGES=/tmp/packages_start.txt 23:30:54 + END_PACKAGES=/tmp/packages_end.txt 23:30:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:30:54 + PACKAGES=/tmp/packages_start.txt 23:30:54 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-82 ']' 23:30:54 + PACKAGES=/tmp/packages_end.txt 23:30:54 + case "${OS_FAMILY}" in 23:30:54 + rpm -qa 23:30:54 + sort 23:31:01 + '[' -f /tmp/packages_start.txt ']' 23:31:01 + '[' -f /tmp/packages_end.txt ']' 23:31:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:31:01 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-82 ']' 23:31:01 + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-82/archives/ 23:31:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-82/archives/ [Pipeline] echo 23:31:01 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-82/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:31:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:31:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:31:01 23:31:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:31:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:31:02 alpine: Pulling from edgex-lftools-log-publisher 23:31:02 df20fa9351a1: Pulling fs layer 23:31:02 36b3adc4ff6f: Pulling fs layer 23:31:02 8ad3a11d3b57: Pulling fs layer 23:31:02 46f8f816bc3b: Pulling fs layer 23:31:02 93b61091891f: Pulling fs layer 23:31:02 93b9cdb0e59b: Pulling fs layer 23:31:02 5e14af77c1be: Pulling fs layer 23:31:02 01666e4c0597: Pulling fs layer 23:31:02 aa168da1d23b: Pulling fs layer 23:31:02 46f8f816bc3b: Waiting 23:31:02 93b9cdb0e59b: Waiting 23:31:02 5e14af77c1be: Waiting 23:31:02 aa168da1d23b: Waiting 23:31:02 01666e4c0597: Waiting 23:31:02 93b61091891f: Waiting 23:31:02 36b3adc4ff6f: Download complete 23:31:02 46f8f816bc3b: Verifying Checksum 23:31:02 46f8f816bc3b: Download complete 23:31:02 df20fa9351a1: Verifying Checksum 23:31:02 df20fa9351a1: Download complete 23:31:02 93b9cdb0e59b: Verifying Checksum 23:31:02 93b9cdb0e59b: Download complete 23:31:02 93b61091891f: Verifying Checksum 23:31:02 93b61091891f: Download complete 23:31:02 01666e4c0597: Verifying Checksum 23:31:02 01666e4c0597: Download complete 23:31:02 8ad3a11d3b57: Verifying Checksum 23:31:02 8ad3a11d3b57: Download complete 23:31:02 5e14af77c1be: Verifying Checksum 23:31:02 5e14af77c1be: Download complete 23:31:02 df20fa9351a1: Pull complete 23:31:02 36b3adc4ff6f: Pull complete 23:31:03 8ad3a11d3b57: Pull complete 23:31:04 aa168da1d23b: Verifying Checksum 23:31:04 aa168da1d23b: Download complete 23:31:04 46f8f816bc3b: Pull complete 23:31:04 93b61091891f: Pull complete 23:31:04 93b9cdb0e59b: Pull complete 23:31:05 5e14af77c1be: Pull complete 23:31:05 01666e4c0597: Pull complete 23:31:13 aa168da1d23b: Pull complete 23:31:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:31:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:31:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:31:13 prd-centos7-docker-4c-2g-18337 does not seem to be running inside a container 23:31:13 $ 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-82/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-82 -v /w/workspace/dgexfoundry_device-snmp-go_PR-82:/w/workspace/dgexfoundry_device-snmp-go_PR-82:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-82@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-82@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:31:17 $ docker top 9cada4379be7d869e7ec4b84bcc11cfb347ebfc41eeaa26e4d5d5ca3e23015dc -eo pid,comm [Pipeline] { [Pipeline] sh 23:31:17 + touch /tmp/pre-build-complete [Pipeline] sh 23:31:18 + mkdir -p /var/log/sa [Pipeline] sh 23:31:18 + ls /var/log/sa-host 23:31:18 + sadf -c /var/log/sa-host/sa04 23:31:18 file_magic: OK 23:31:18 HZ: Using current value: 100 23:31:18 file_header: OK 23:31:18 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:31:18 Statistics: 23:31:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:31:18 File successfully converted to sysstat format version 12.2.1 23:31:18 + sadf -c /var/log/sa-host/sa23 23:31:18 file_magic: OK 23:31:18 HZ: Using current value: 100 23:31:18 file_header: OK 23:31:18 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:31:18 Statistics: 23:31:18 Hnuu...uuuununununu... 23:31:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:31:19 provisioning config files... 23:31:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-82@tmp/config5679438466353147843tmp [Pipeline] { [Pipeline] echo 23:31:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:31:19 ---> create-netrc.sh [Pipeline] } 23:31:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:31:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:31:20 ---> python-tools-install.sh [Pipeline] echo 23:31:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:31:20 ---> sudo-logs.sh 23:31:20 Archiving 'sudo' log.. [Pipeline] echo 23:31:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:31:20 ---> job-cost.sh 23:31:20 lf-activate-venv: SKIPPING 23:31:20 INFO: No Stack... 23:31:21 INFO: Retrieving Pricing Info for: v1-standard-2 23:31:21 INFO: Archiving Costs [Pipeline] echo 23:31:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:31:22 ---> logs-deploy.sh 23:31:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-82/2 23:31:22 INFO: archiving workspace using pattern(s): 23:31:24 Archives upload complete. 23:31:24 INFO: archiving logs to Nexus