Pull request #80 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 33015d1bbdd413da7d901a131bd21e17aef7dafc+dfea19939c3e5952b7f8a352ed4dd87bf2177730 (7af2b041b1729be016bf850326a9b771a100c74d) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-80/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-snmp-go/branches/PR-80/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-17010 in /w/workspace/dgexfoundry_device-snmp-go_PR-80 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/dgexfoundry_device-snmp-go_PR-80 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dfea19939c3e5952b7f8a352ed4dd87bf2177730 into PR head commit 33015d1bbdd413da7d901a131bd21e17aef7dafc Merge succeeded, producing 33015d1bbdd413da7d901a131bd21e17aef7dafc Checking out Revision 33015d1bbdd413da7d901a131bd21e17aef7dafc (PR-80) > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge dfea19939c3e5952b7f8a352ed4dd87bf2177730 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:18:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:18:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:18:54 ========================================================= 06:18:54 EdgeX Global Pipelines Version Info 06:18:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:18:55 ------------------- 06:18:55 stable info: 06:18:55 ------------------- 06:18:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:18:55 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:18:55 Message: update stable to v1.0.173 06:18:56 ------------------- 06:18:56 experimental info: 06:18:56 ------------------- 06:18:56 Commited By: **** collab-it+edgex@linuxfoundation.org 06:18:56 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:18:56 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:18:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 06:18:57 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 06:18:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:18:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:18:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:18:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:18:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:18:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:18:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:18:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:18:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:18:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 06:18:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:18:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:18:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:18:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:18:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:18:59 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:18:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:18:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:18:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:18:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:18:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:18:59 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:18:59 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:18:59 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:19:00 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:19:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-80 [Pipeline] echo 06:19:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-80 [Pipeline] echo 06:19:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-80 [Pipeline] echo 06:19:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 33015d1bbdd413da7d901a131bd21e17aef7dafc [Pipeline] echo 06:19:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 33015d1 [Pipeline] echo 06:19:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:19:01 provisioning config files... 06:19:01 copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/config3579532381681534380tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:19:01 ---> docker-login.sh 06:19:01 nexus3.edgexfoundry.org:10001 06:19:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:19:02 Configure a credential helper to remove this warning. See 06:19:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:19:02 06:19:02 Login Succeeded 06:19:02 nexus3.edgexfoundry.org:10002 06:19:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:19:02 Configure a credential helper to remove this warning. See 06:19:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:19:02 06:19:02 Login Succeeded 06:19:02 nexus3.edgexfoundry.org:10003 06:19:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:19:02 Configure a credential helper to remove this warning. See 06:19:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:19:02 06:19:02 Login Succeeded 06:19:02 nexus3.edgexfoundry.org:10004 06:19:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:19:02 Configure a credential helper to remove this warning. See 06:19:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:19:02 06:19:02 Login Succeeded 06:19:02 docker.io 06:19:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:19:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:19:02 Configure a credential helper to remove this warning. See 06:19:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:19:02 06:19:02 Login Succeeded 06:19:02 ---> docker-login.sh ends [Pipeline] } 06:19:02 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 06:19:04 + git log --format=format:%s -1 33015d1bbdd413da7d901a131bd21e17aef7dafc [Pipeline] echo 06:19:04 GIT_COMMIT: 33015d1bbdd413da7d901a131bd21e17aef7dafc, Commit Message: Bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo 06:19:04 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:19:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:19:06 06:19:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:19:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:19:07 latest: Pulling from edgex-devops/git-semver 06:19:07 31603596830f: Pulling fs layer 06:19:07 2a8b12db71e7: Pulling fs layer 06:19:07 6ca5941a6612: Pulling fs layer 06:19:07 ecc8261a40a4: Pulling fs layer 06:19:07 ecc8261a40a4: Waiting 06:19:07 2a8b12db71e7: Verifying Checksum 06:19:07 2a8b12db71e7: Download complete 06:19:07 31603596830f: Verifying Checksum 06:19:07 31603596830f: Download complete 06:19:07 ecc8261a40a4: Verifying Checksum 06:19:07 ecc8261a40a4: Download complete 06:19:07 6ca5941a6612: Verifying Checksum 06:19:07 6ca5941a6612: Download complete 06:19:07 31603596830f: Pull complete 06:19:07 2a8b12db71e7: Pull complete 06:19:08 6ca5941a6612: Pull complete 06:19:08 ecc8261a40a4: Pull complete 06:19:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:19:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:19:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:19:09 prd-centos7-docker-4c-2g-17010 does not seem to be running inside a container 06:19:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-80 -v /w/workspace/dgexfoundry_device-snmp-go_PR-80:/w/workspace/dgexfoundry_device-snmp-go_PR-80:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:19:11 $ docker top 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:19:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:19:11 [ssh-agent] Looking for ssh-agent implementation... 06:19:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:19:11 $ docker exec 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 ssh-agent 06:19:12 SSH_AUTH_SOCK=/tmp/ssh-7CClNzXiGvsP/agent.12 06:19:12 SSH_AGENT_PID=17 06:19:12 Running ssh-add (command line suppressed) 06:19:12 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_4756447500362613456.key (/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_4756447500362613456.key) 06:19:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:19:12 + git tag --points-at HEAD [Pipeline] } 06:19:12 $ docker exec --env ******** --env ******** 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 ssh-agent -k 06:19:12 unset SSH_AUTH_SOCK; 06:19:12 unset SSH_AGENT_PID; 06:19:12 echo Agent pid 17 killed; 06:19:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:19:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:19:13 [ssh-agent] Looking for ssh-agent implementation... 06:19:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:19:13 $ docker exec 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 ssh-agent 06:19:13 SSH_AUTH_SOCK=/tmp/ssh-S362VvvAFoRR/agent.48 06:19:13 SSH_AGENT_PID=53 06:19:13 Running ssh-add (command line suppressed) 06:19:13 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_1941535273363346279.key (/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_1941535273363346279.key) 06:19:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:19:14 + git semver init 06:19:14 # -> Open(): unable to determine branch for HEAD 06:19:14 # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-80/.git 06:19:14 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-80 06:19:14 # $SEMVER_REMOTE_NAME = origin 06:19:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:19:14 # $SEMVER_USER_NAME = edgex-jenkins 06:19:14 # $SEMVER_BRANCH = PR-80 06:19:14 # $SEMVER_TEMP = /tmp/semver-915349951 06:19:14 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 06:19:14 # '/tmp/semver-915349951' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-80/.semver' 06:19:14 # -> Force: false 06:19:14 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-80/.semver [Pipeline] } 06:19:14 $ docker exec --env ******** --env ******** 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 ssh-agent -k 06:19:14 unset SSH_AUTH_SOCK; 06:19:14 unset SSH_AGENT_PID; 06:19:14 echo Agent pid 53 killed; 06:19:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:19:15 + git semver [Pipeline] } 06:19:15 $ docker stop --time=1 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 06:19:16 $ docker rm -f 8183582604bac0f8c836efc8c7d113a66e88a7896a697c010d39497ba84227d7 [Pipeline] // withDockerContainer [Pipeline] sh 06:19:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:19:18 Stashed 1 file(s) [Pipeline] echo 06:19:18 [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 06:19:34 Still waiting to schedule task 06:19:34 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:19:34 Still waiting to schedule task 06:19:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:22:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17019 in /w/workspace/dgexfoundry_device-snmp-go_PR-80 [Pipeline] { [Pipeline] ws 06:22:10 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 06:22:16 using credential edgex-jenkins-ssh 06:22:16 Cloning the remote Git repository 06:22:16 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 06:22:16 > git init /w/workspace/device-snmp-go/1 # timeout=10 06:22:16 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 06:22:16 > git --version # timeout=10 06:22:16 > git --version # 'git version 2.17.1' 06:22:16 using GIT_SSH to set credentials SSH Credentials for GitHub 06:22:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:22:17 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 06:22:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:22:17 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 06:22:17 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 06:22:17 using GIT_SSH to set credentials SSH Credentials for GitHub 06:22:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:22:17 Merging remotes/origin/master commit dfea19939c3e5952b7f8a352ed4dd87bf2177730 into PR head commit 33015d1bbdd413da7d901a131bd21e17aef7dafc 06:22:18 Merge succeeded, producing 33015d1bbdd413da7d901a131bd21e17aef7dafc 06:22:18 Checking out Revision 33015d1bbdd413da7d901a131bd21e17aef7dafc (PR-80) 06:22:17 > git config core.sparsecheckout # timeout=10 06:22:18 > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 06:22:18 > git remote # timeout=10 06:22:18 > git config --get remote.origin.url # timeout=10 06:22:18 using GIT_SSH to set credentials SSH Credentials for GitHub 06:22:18 > git merge dfea19939c3e5952b7f8a352ed4dd87bf2177730 # timeout=10 06:22:18 > git rev-parse HEAD^{commit} # timeout=10 06:22:18 > git config core.sparsecheckout # timeout=10 06:22:18 > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 06:22:22 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" 06:22:22 > git --version # timeout=10 06:22:22 > git --version # 'git version 2.17.1' 06:22:22 fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:22:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 06:22:24 Running on prd-centos7-docker-4c-2g-17022 in /w/workspace/dgexfoundry_device-snmp-go_PR-80 [Pipeline] { [Pipeline] sh [Pipeline] ws 06:22:24 Running in /w/workspace/device-snmp-go/1 [Pipeline] { [Pipeline] checkout 06:22:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:22:25 + + true 06:22:25 sudo service docker restart 06:22:27 using credential edgex-jenkins-ssh 06:22:27 Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:22:28 provisioning config files... 06:22:27 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 06:22:27 > git init /w/workspace/device-snmp-go/1 # timeout=10 06:22:27 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 06:22:27 > git --version # timeout=10 06:22:27 > git --version # 'git version 2.24.3' 06:22:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:22:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:22:28 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 06:22:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:22:28 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 06:22:28 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 06:22:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:22:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:22:28 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config670524672292927127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:22:28 Merging remotes/origin/master commit dfea19939c3e5952b7f8a352ed4dd87bf2177730 into PR head commit 33015d1bbdd413da7d901a131bd21e17aef7dafc 06:22:28 ---> docker-login.sh 06:22:28 nexus3.edgexfoundry.org:10001 06:22:28 Merge succeeded, producing 33015d1bbdd413da7d901a131bd21e17aef7dafc 06:22:28 Checking out Revision 33015d1bbdd413da7d901a131bd21e17aef7dafc (PR-80) 06:22:28 > git config core.sparsecheckout # timeout=10 06:22:28 > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 06:22:28 > git remote # timeout=10 06:22:28 > git config --get remote.origin.url # timeout=10 06:22:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:22:28 > git merge dfea19939c3e5952b7f8a352ed4dd87bf2177730 # timeout=10 06:22:28 > git rev-parse HEAD^{commit} # timeout=10 06:22:28 > git config core.sparsecheckout # timeout=10 06:22:28 > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 06:22:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:29 Configure a credential helper to remove this warning. See 06:22:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:29 06:22:29 Login Succeeded 06:22:29 nexus3.edgexfoundry.org:10002 06:22:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:30 Configure a credential helper to remove this warning. See 06:22:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:30 06:22:30 Login Succeeded 06:22:30 nexus3.edgexfoundry.org:10003 06:22:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:30 Configure a credential helper to remove this warning. See 06:22:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:30 06:22:30 Login Succeeded 06:22:30 nexus3.edgexfoundry.org:10004 06:22:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:31 Configure a credential helper to remove this warning. See 06:22:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:31 06:22:31 Login Succeeded 06:22:31 docker.io 06:22:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:31 Configure a credential helper to remove this warning. See 06:22:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:31 06:22:31 Login Succeeded 06:22:31 ---> docker-login.sh ends [Pipeline] } 06:22:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 06:22:32 Commit message: "Bump github.com/edgexfoundry/go-mod-core-contracts" 06:22:32 > git --version # timeout=10 06:22:32 > git --version # 'git version 2.24.3' 06:22:32 fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] echo 06:22:32 ========================================================= 06:22:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:22:32 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 06:22:32 + 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 . [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 06:22:33 Sending build context to Docker daemon 314.4kB 06:22:33 Step 1/10 : ARG BASE=golang:1.15-alpine 06:22:33 Step 2/10 : FROM ${BASE} [Pipeline] sh 06:22:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:22:33 5f621e34cdf4: Pulling fs layer 06:22:33 a4357932f1b6: Pulling fs layer 06:22:33 18c013af1878: Pulling fs layer 06:22:33 00ac8860ef70: Pulling fs layer 06:22:33 63d7cb157983: Pulling fs layer 06:22:33 b116817d02f9: Pulling fs layer 06:22:33 745a02a5169b: Pulling fs layer 06:22:33 00ac8860ef70: Waiting 06:22:33 63d7cb157983: Waiting 06:22:33 b116817d02f9: Waiting 06:22:33 745a02a5169b: Waiting 06:22:33 18c013af1878: Download complete 06:22:33 a4357932f1b6: Verifying Checksum 06:22:33 a4357932f1b6: Download complete 06:22:33 63d7cb157983: Verifying Checksum 06:22:33 63d7cb157983: Download complete 06:22:33 b116817d02f9: Verifying Checksum 06:22:33 b116817d02f9: Download complete 06:22:33 5f621e34cdf4: Verifying Checksum 06:22:33 5f621e34cdf4: Download complete 06:22:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:22:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:22:34 5f621e34cdf4: Pull complete 06:22:34 + true 06:22:34 + sudo service docker restart 06:22:34 Redirecting to /bin/systemctl restart docker.service 06:22:35 a4357932f1b6: Pull complete 06:22:35 18c013af1878: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:22:35 provisioning config files... 06:22:35 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/1@tmp/config5468875742610667007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:22:36 ---> docker-login.sh 06:22:36 nexus3.edgexfoundry.org:10001 06:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:36 Configure a credential helper to remove this warning. See 06:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:36 06:22:36 Login Succeeded 06:22:36 nexus3.edgexfoundry.org:10002 06:22:36 745a02a5169b: Verifying Checksum 06:22:36 745a02a5169b: Download complete 06:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:36 Configure a credential helper to remove this warning. See 06:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:36 06:22:36 Login Succeeded 06:22:36 nexus3.edgexfoundry.org:10003 06:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:37 Configure a credential helper to remove this warning. See 06:22:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:37 06:22:37 Login Succeeded 06:22:37 nexus3.edgexfoundry.org:10004 06:22:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:37 Configure a credential helper to remove this warning. See 06:22:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:37 06:22:37 Login Succeeded 06:22:37 docker.io 06:22:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:22:37 00ac8860ef70: Verifying Checksum 06:22:37 00ac8860ef70: Download complete 06:22:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:22:37 Configure a credential helper to remove this warning. See 06:22:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:22:37 06:22:37 Login Succeeded 06:22:37 ---> docker-login.sh ends [Pipeline] } 06:22:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:22:38 ========================================================= 06:22:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:22:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:22:38 + 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 . 06:22:38 Sending build context to Docker daemon 315.4kB 06:22:38 Step 1/10 : ARG BASE=golang:1.15-alpine 06:22:38 Step 2/10 : FROM ${BASE} 06:22:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:22:39 188c0c94c7c5: Pulling fs layer 06:22:39 0ef7d3d256c8: Pulling fs layer 06:22:39 de9db76c5a1d: Pulling fs layer 06:22:39 bca2f99d35d6: Pulling fs layer 06:22:39 93359f2a8cfa: Pulling fs layer 06:22:39 7c6f9722023f: Pulling fs layer 06:22:39 a35cf1a2eb13: Pulling fs layer 06:22:39 93359f2a8cfa: Waiting 06:22:39 7c6f9722023f: Waiting 06:22:39 a35cf1a2eb13: Waiting 06:22:39 bca2f99d35d6: Waiting 06:22:39 de9db76c5a1d: Verifying Checksum 06:22:39 de9db76c5a1d: Download complete 06:22:39 0ef7d3d256c8: Verifying Checksum 06:22:39 0ef7d3d256c8: Download complete 06:22:39 93359f2a8cfa: Verifying Checksum 06:22:39 93359f2a8cfa: Download complete 06:22:39 7c6f9722023f: Download complete 06:22:39 188c0c94c7c5: Verifying Checksum 06:22:39 188c0c94c7c5: Download complete 06:22:39 188c0c94c7c5: Pull complete 06:22:39 0ef7d3d256c8: Pull complete 06:22:39 de9db76c5a1d: Pull complete 06:22:41 a35cf1a2eb13: Verifying Checksum 06:22:41 a35cf1a2eb13: Download complete 06:22:41 bca2f99d35d6: Verifying Checksum 06:22:41 bca2f99d35d6: Download complete 06:22:46 bca2f99d35d6: Pull complete 06:22:46 93359f2a8cfa: Pull complete 06:22:46 7c6f9722023f: Pull complete 06:22:47 00ac8860ef70: Pull complete 06:22:47 63d7cb157983: Pull complete 06:22:47 b116817d02f9: Pull complete 06:22:52 a35cf1a2eb13: Pull complete 06:22:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:22:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:22:52 ---> a62c8e92a672 06:22:52 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 06:22:52 ---> Running in 74986bf0383f 06:22:52 Removing intermediate container 74986bf0383f 06:22:52 ---> 11ed8c086800 06:22:52 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 06:22:52 ---> Running in bc47d80a8738 06:22:52 745a02a5169b: Pull complete 06:22:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:22:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:22:52 ---> b7e6874047d6 06:22:52 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 06:22:52 Removing intermediate container bc47d80a8738 06:22:52 ---> 194c1e9b6fa1 06:22:52 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 06:22:52 ---> Running in d4cb9dbde5b4 06:22:52 Removing intermediate container d4cb9dbde5b4 06:22:52 ---> 95bb2ea0a80d 06:22:52 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:52 ---> Running in b4d1a132859e 06:22:53 Removing intermediate container b4d1a132859e 06:22:53 ---> 9b5af2d23aa4 06:22:53 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:22:53 ---> Running in a98ae0a790a6 06:22:54 ---> Running in c995ced70822 06:22:54 Removing intermediate container c995ced70822 06:22:54 ---> 44b13dcd1d46 06:22:54 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 06:22:54 ---> Running in d6cd162434f2 06:22:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:22:55 Removing intermediate container d6cd162434f2 06:22:55 ---> 68b243ec1f44 06:22:55 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 06:22:55 ---> Running in 7e4f8ef6a53e 06:22:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:22:56 Removing intermediate container 7e4f8ef6a53e 06:22:56 ---> 91da73a1f637 06:22:56 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:56 ---> Running in 9e3b9e0e4b13 06:22:56 OK: 166 MiB in 39 packages 06:22:56 Removing intermediate container a98ae0a790a6 06:22:56 ---> 3d0876732a01 06:22:56 Step 8/10 : WORKDIR /device-snmp-go 06:22:56 ---> Running in 0b167ebe433a 06:22:56 Removing intermediate container 0b167ebe433a 06:22:56 ---> 8a06bfc044d2 06:22:56 Step 9/10 : COPY . . 06:22:57 ---> 0ee34cb1a980 06:22:57 Step 10/10 : RUN go mod download 06:22:57 ---> Running in 46e21d4cd771 06:22:58 Removing intermediate container 9e3b9e0e4b13 06:22:58 ---> 96aea4082c7a 06:22:58 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:22:58 ---> Running in 7cca0b3d8e3e 06:22:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:23:01 OK: 142 MiB in 39 packages 06:23:02 Removing intermediate container 7cca0b3d8e3e 06:23:02 ---> bc7f9b756e98 06:23:02 Step 8/10 : WORKDIR /device-snmp-go 06:23:02 ---> Running in a6885f0f43a1 06:23:03 Removing intermediate container a6885f0f43a1 06:23:03 ---> e9e730d8d1ad 06:23:03 Step 9/10 : COPY . . 06:23:04 ---> ef279a23371b 06:23:04 Step 10/10 : RUN go mod download 06:23:04 ---> Running in a74b9cba0dda 06:23:16 Removing intermediate container 46e21d4cd771 06:23:16 ---> 28a1e9fb250c 06:23:16 Successfully built 28a1e9fb250c 06:23:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:23:16 + docker inspect -f . ci-base-image-x86_64 06:23:16 . [Pipeline] withDockerContainer 06:23:16 prd-centos7-docker-4c-2g-17022 does not seem to be running inside a container 06:23:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:23:17 $ docker top 21aa6149754d6572f8a22a6e3b5797b97d4f343c12e331f38c3e4bb24c520378 -eo pid,comm [Pipeline] { [Pipeline] sh 06:23:17 + go version 06:23:17 go version go1.15.5 linux/amd64 [Pipeline] } 06:23:18 $ docker stop --time=1 21aa6149754d6572f8a22a6e3b5797b97d4f343c12e331f38c3e4bb24c520378 06:23:19 $ docker rm -f 21aa6149754d6572f8a22a6e3b5797b97d4f343c12e331f38c3e4bb24c520378 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:23:20 + docker inspect -f . ci-base-image-x86_64 06:23:20 . [Pipeline] withDockerContainer 06:23:20 prd-centos7-docker-4c-2g-17022 does not seem to be running inside a container 06:23:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:23:21 $ docker top 8c0b33274a8c54f7b4114b286368f716515da2d4916639218eb1af6e9a2d0ac4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:23:22 + make test 06:23:22 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:23:22 ? github.com/edgexfoundry/device-snmp-go [no test files] 06:23:26 Removing intermediate container a74b9cba0dda 06:23:26 ---> 3068217b3449 06:23:26 Successfully built 3068217b3449 06:23:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:23:27 + docker inspect -f . ci-base-image-arm64 06:23:27 . [Pipeline] withDockerContainer 06:23:27 prd-ubuntu18.04-docker-arm64-4c-16g-17019 does not seem to be running inside a container 06:23:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:23:29 $ docker top fc61074b89ee51bbdf511eb6cbf04bbea89f26358b5685b4aea1e8a19911fea1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:23:30 + go version 06:23:30 go version go1.15.5 linux/arm64 [Pipeline] } 06:23:30 $ docker stop --time=1 fc61074b89ee51bbdf511eb6cbf04bbea89f26358b5685b4aea1e8a19911fea1 06:23:31 # github.com/edgexfoundry/device-sdk-go/internal/v2/application 06:23:31 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:487:23: undefined: dtos.ValueTypeString 06:23:31 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:489:23: undefined: dtos.ValueTypeBool 06:23:31 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:495:23: undefined: dtos.ValueTypeBoolArray 06:23:31 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:502:23: undefined: dtos.ValueTypeUint8 06:23:31 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:508:23: undefined: dtos.ValueTypeUint8Array 06:23:31 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:519:23: undefined: dtos.ValueTypeUint16 06:23:31 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:525:23: undefined: dtos.ValueTypeUint16Array 06:23:31 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:536:23: undefined: dtos.ValueTypeUint32 06:23:31 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:542:23: undefined: dtos.ValueTypeUint32Array 06:23:31 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: undefined: dtos.ValueTypeUint64 06:23:31 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: too many errors 06:23:32 $ docker rm -f fc61074b89ee51bbdf511eb6cbf04bbea89f26358b5685b4aea1e8a19911fea1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 06:23:33 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements 06:23:33 make: *** [Makefile:23: test] Error 2 [Pipeline] } 06:23:33 $ docker stop --time=1 8c0b33274a8c54f7b4114b286368f716515da2d4916639218eb1af6e9a2d0ac4 06:23:35 $ docker rm -f 8c0b33274a8c54f7b4114b286368f716515da2d4916639218eb1af6e9a2d0ac4 [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] script [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:23:37 + docker inspect -f . ci-base-image-arm64 06:23:37 . [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerContainer 06:23:37 prd-ubuntu18.04-docker-arm64-4c-16g-17019 does not seem to be running inside a container 06:23:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/1 -v /w/workspace/device-snmp-go/1:/w/workspace/device-snmp-go/1:rw,z -v /w/workspace/device-snmp-go/1@tmp:/w/workspace/device-snmp-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:23:39 $ docker top 6e2967b0e40879d0f88dac68c291c7935f215b4383ff770af8d3bb65c412ee81 -eo pid,comm [Pipeline] { [Pipeline] // ws [Pipeline] } [Pipeline] sh [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:23:40 Failed in branch amd64 06:23:40 + make test 06:23:40 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:23:41 ? github.com/edgexfoundry/device-snmp-go [no test files] 06:24:08 # github.com/edgexfoundry/device-sdk-go/internal/v2/application 06:24:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:487:23: undefined: dtos.ValueTypeString 06:24:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:489:23: undefined: dtos.ValueTypeBool 06:24:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:495:23: undefined: dtos.ValueTypeBoolArray 06:24:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:502:23: undefined: dtos.ValueTypeUint8 06:24:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:508:23: undefined: dtos.ValueTypeUint8Array 06:24:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:519:23: undefined: dtos.ValueTypeUint16 06:24:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:525:23: undefined: dtos.ValueTypeUint16Array 06:24:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:536:23: undefined: dtos.ValueTypeUint32 06:24:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:542:23: undefined: dtos.ValueTypeUint32Array 06:24:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: undefined: dtos.ValueTypeUint64 06:24:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: too many errors 06:24:12 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.050s coverage: 0.0% of statements 06:24:12 make: *** [Makefile:23: test] Error 2 [Pipeline] } 06:24:12 $ docker stop --time=1 6e2967b0e40879d0f88dac68c291c7935f215b4383ff770af8d3bb65c412ee81 06:24:15 $ docker rm -f 6e2967b0e40879d0f88dac68c291c7935f215b4383ff770af8d3bb65c412ee81 [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] } 06:24:17 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 06:24:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:24:23 ---> package-listing.sh 06:24:23 ++ facter osfamily 06:24:23 ++ tr '[:upper:]' '[:lower:]' 06:24:23 + OS_FAMILY=redhat 06:24:23 + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-80 06:24:23 + START_PACKAGES=/tmp/packages_start.txt 06:24:23 + END_PACKAGES=/tmp/packages_end.txt 06:24:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:24:23 + PACKAGES=/tmp/packages_start.txt 06:24:23 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-80 ']' 06:24:23 + PACKAGES=/tmp/packages_end.txt 06:24:23 + case "${OS_FAMILY}" in 06:24:23 + rpm -qa 06:24:23 + sort 06:24:28 + '[' -f /tmp/packages_start.txt ']' 06:24:28 + '[' -f /tmp/packages_end.txt ']' 06:24:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:24:28 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-80 ']' 06:24:28 + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-80/archives/ 06:24:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-80/archives/ [Pipeline] echo 06:24:28 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-snmp-go_PR-80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:24:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:24:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:24:29 06:24:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:24:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:24:29 alpine: Pulling from edgex-lftools-log-publisher 06:24:29 df20fa9351a1: Pulling fs layer 06:24:29 36b3adc4ff6f: Pulling fs layer 06:24:29 8ad3a11d3b57: Pulling fs layer 06:24:29 46f8f816bc3b: Pulling fs layer 06:24:29 93b61091891f: Pulling fs layer 06:24:29 93b9cdb0e59b: Pulling fs layer 06:24:29 5e14af77c1be: Pulling fs layer 06:24:29 01666e4c0597: Pulling fs layer 06:24:29 aa168da1d23b: Pulling fs layer 06:24:29 5e14af77c1be: Waiting 06:24:29 01666e4c0597: Waiting 06:24:29 46f8f816bc3b: Waiting 06:24:29 93b61091891f: Waiting 06:24:29 93b9cdb0e59b: Waiting 06:24:29 aa168da1d23b: Waiting 06:24:29 36b3adc4ff6f: Download complete 06:24:29 46f8f816bc3b: Verifying Checksum 06:24:29 46f8f816bc3b: Download complete 06:24:29 df20fa9351a1: Verifying Checksum 06:24:29 df20fa9351a1: Download complete 06:24:29 93b9cdb0e59b: Verifying Checksum 06:24:29 93b9cdb0e59b: Download complete 06:24:29 93b61091891f: Verifying Checksum 06:24:29 93b61091891f: Download complete 06:24:29 5e14af77c1be: Download complete 06:24:29 01666e4c0597: Verifying Checksum 06:24:29 01666e4c0597: Download complete 06:24:29 8ad3a11d3b57: Verifying Checksum 06:24:29 8ad3a11d3b57: Download complete 06:24:30 df20fa9351a1: Pull complete 06:24:30 36b3adc4ff6f: Pull complete 06:24:31 8ad3a11d3b57: Pull complete 06:24:31 46f8f816bc3b: Pull complete 06:24:32 aa168da1d23b: Verifying Checksum 06:24:32 aa168da1d23b: Download complete 06:24:32 93b61091891f: Pull complete 06:24:32 93b9cdb0e59b: Pull complete 06:24:32 5e14af77c1be: Pull complete 06:24:32 01666e4c0597: Pull complete 06:24:39 aa168da1d23b: Pull complete 06:24:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:24:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:24:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:24:39 prd-centos7-docker-4c-2g-17010 does not seem to be running inside a container 06:24:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-snmp-go_PR-80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-snmp-go_PR-80 -v /w/workspace/dgexfoundry_device-snmp-go_PR-80:/w/workspace/dgexfoundry_device-snmp-go_PR-80:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:24:42 $ docker top 5abe1e822dd07474098da15c4c526ef651a089041fccc38be1220c4c2d6db765 -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:43 + touch /tmp/pre-build-complete [Pipeline] sh 06:24:43 + mkdir -p /var/log/sa [Pipeline] sh 06:24:44 + ls /var/log/sa-host 06:24:44 + sadf -c /var/log/sa-host/sa21 06:24:44 file_magic: OK 06:24:44 HZ: Using current value: 100 06:24:44 file_header: OK 06:24:44 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 06:24:44 Statistics: 06:24:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:24:44 File successfully converted to sysstat format version 12.2.1 06:24:44 + sadf -c /var/log/sa-host/sa23 06:24:44 file_magic: OK 06:24:44 HZ: Using current value: 100 06:24:44 file_header: OK 06:24:44 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 06:24:44 Statistics: 06:24:44 Hnuu...uuuununununu... 06:24:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:24:44 provisioning config files... 06:24:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/config2244885049384702039tmp [Pipeline] { [Pipeline] echo 06:24:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:24:45 ---> create-netrc.sh [Pipeline] } 06:24:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:24:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:24:45 ---> python-tools-install.sh [Pipeline] echo 06:24:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:24:45 ---> sudo-logs.sh 06:24:45 Archiving 'sudo' log.. [Pipeline] echo 06:24:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:24:46 ---> job-cost.sh 06:24:46 lf-activate-venv: SKIPPING 06:24:46 INFO: No Stack... 06:24:47 INFO: Retrieving Pricing Info for: v1-standard-2 06:24:48 INFO: Archiving Costs [Pipeline] echo 06:24:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:24:48 ---> logs-deploy.sh 06:24:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-80/1 06:24:48 INFO: archiving workspace using pattern(s): 06:24:50 Archives upload complete. 06:24:50 INFO: archiving logs to Nexus 06:24:51 ---> uname -a: 06:24:51 Linux prd-centos7-docker-4c-2g-17010.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:24:51 06:24:51 06:24:51 ---> lscpu: 06:24:51 Architecture: x86_64 06:24:51 CPU op-mode(s): 32-bit, 64-bit 06:24:51 Byte Order: Little Endian 06:24:51 Address sizes: 40 bits physical, 48 bits virtual 06:24:51 CPU(s): 4 06:24:51 On-line CPU(s) list: 0-3 06:24:51 Thread(s) per core: 1 06:24:51 Core(s) per socket: 1 06:24:51 Socket(s): 4 06:24:51 NUMA node(s): 1 06:24:51 Vendor ID: GenuineIntel 06:24:51 CPU family: 6 06:24:51 Model: 44 06:24:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:24:51 Stepping: 1 06:24:51 CPU MHz: 2933.436 06:24:51 BogoMIPS: 5866.87 06:24:51 Virtualization: VT-x 06:24:51 Hypervisor vendor: KVM 06:24:51 Virtualization type: full 06:24:51 L1d cache: 128 KiB 06:24:51 L1i cache: 128 KiB 06:24:51 L2 cache: 16 MiB 06:24:51 L3 cache: 64 MiB 06:24:51 NUMA node0 CPU(s): 0-3 06:24:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:24:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:24:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:24:51 Vulnerability Meltdown: Mitigation; PTI 06:24:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:24:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:24:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:24:51 Vulnerability Srbds: Not affected 06:24:51 Vulnerability Tsx async abort: Not affected 06:24:51 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 06:24:51 06:24:51 06:24:51 ---> nproc: 06:24:51 4 06:24:51 06:24:51 06:24:51 ---> df -h: 06:24:51 Filesystem Size Used Available Use% Mounted on 06:24:51 overlay 50.0G 7.3G 42.7G 15% / 06:24:51 tmpfs 64.0M 0 64.0M 0% /dev 06:24:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:24:51 shm 64.0M 0 64.0M 0% /dev/shm 06:24:51 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 06:24:51 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 06:24:51 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 06:24:51 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 06:24:51 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 06:24:51 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-80 06:24:51 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp 06:24:51 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 06:24:51 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 06:24:51 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 06:24:51 06:24:51 06:24:51 ---> free -m: 06:24:51 total used free shared buff/cache available 06:24:51 Mem: 1837 722 115 0 999 1009 06:24:51 Swap: 1023 0 1023 06:24:51 06:24:51 06:24:51 ---> ip addr: 06:24:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:24:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:24:51 inet 127.0.0.1/8 scope host lo 06:24:51 valid_lft forever preferred_lft forever 06:24:51 inet6 ::1/128 scope host 06:24:51 valid_lft forever preferred_lft forever 06:24:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:24:51 link/ether fa:16:3e:9c:36:1b brd ff:ff:ff:ff:ff:ff 06:24:51 inet 10.30.122.18/23 brd 10.30.123.255 scope global dynamic eth0 06:24:51 valid_lft 86009sec preferred_lft 86009sec 06:24:51 inet6 fe80::f816:3eff:fe9c:361b/64 scope link 06:24:51 valid_lft forever preferred_lft forever 06:24:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:24:51 link/ether 02:42:5e:8b:a8:12 brd ff:ff:ff:ff:ff:ff 06:24:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:24:51 valid_lft forever preferred_lft forever 06:24:51 inet6 fe80::42:5eff:fe8b:a812/64 scope link 06:24:51 valid_lft forever preferred_lft forever 06:24:51 06:24:51 06:24:51 ---> sar -b -r -n DEV: 06:24:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/21/20 _x86_64_ (4 CPU) 06:24:51 06:24:51 06:18:07 LINUX RESTART (4 CPU) 06:24:51 06:24:51 06:19:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:24:51 06:20:01 29.34 11.38 17.96 0.00 4412.52 2839.88 0.00 06:24:51 06:21:01 1.71 0.00 1.71 0.00 0.00 33.47 0.00 06:24:51 06:22:01 0.27 0.00 0.27 0.00 0.00 3.75 0.00 06:24:51 06:23:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 06:24:51 06:24:01 0.27 0.00 0.27 0.00 0.00 3.83 0.00 06:24:51 Average: 6.37 2.28 4.09 0.00 882.86 577.00 0.00 06:24:51 06:24:51 06:19:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:24:51 06:20:01 158088 0 618808 32.89 2620 1102028 1110540 37.90 431556 1094328 20 06:24:51 06:21:01 160700 0 616188 32.75 2620 1102036 1095524 37.39 431880 1091968 8 06:24:51 06:22:01 158904 0 617980 32.84 2620 1102040 1090420 37.21 441200 1084188 8 06:24:51 06:23:01 157444 0 619440 32.92 2620 1102040 1090608 37.22 443492 1083608 12 06:24:51 06:24:01 158492 0 618384 32.87 2620 1102048 1087492 37.11 449060 1077060 12 06:24:51 Average: 158726 0 618160 32.85 2620 1102038 1094917 37.37 439438 1086230 12 06:24:51 06:24:51 06:19:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:24:51 06:20:01 eth0 76.98 57.82 342.64 30.43 0.00 0.00 0.00 0.00 06:24:51 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:51 06:20:01 docker0 1.23 1.12 0.26 1.88 0.00 0.00 0.00 0.00 06:24:51 06:21:01 eth0 3.21 0.93 1.18 0.75 0.00 0.00 0.00 0.00 06:24:51 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:51 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:51 06:22:01 eth0 3.48 0.57 0.74 0.43 0.00 0.00 0.00 0.00 06:24:51 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:51 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:51 06:23:01 eth0 3.28 1.10 1.27 0.79 0.00 0.00 0.00 0.00 06:24:51 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:51 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:51 06:24:01 eth0 2.32 0.80 1.02 0.62 0.00 0.00 0.00 0.00 06:24:51 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:51 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:51 Average: eth0 17.86 12.25 69.40 6.60 0.00 0.00 0.00 0.00 06:24:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:24:51 Average: docker0 0.25 0.22 0.05 0.38 0.00 0.00 0.00 0.00 06:24:51 06:24:51 06:24:51 ---> sar -P ALL: 06:24:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/21/20 _x86_64_ (4 CPU) 06:24:51 06:24:51 06:18:07 LINUX RESTART (4 CPU) 06:24:51 06:24:51 06:19:01 CPU %user %nice %system %iowait %steal %idle 06:24:51 06:20:01 all 2.51 0.00 1.86 0.48 0.05 95.09 06:24:51 06:20:01 0 2.31 0.00 1.86 0.07 0.08 95.68 06:24:51 06:20:01 1 2.85 0.00 2.06 0.25 0.05 94.79 06:24:51 06:20:01 2 2.35 0.00 2.10 1.41 0.03 94.11 06:24:51 06:20:01 3 2.55 0.00 1.44 0.18 0.05 95.78 06:24:51 06:21:01 all 0.15 0.00 0.05 0.00 0.04 99.77 06:24:51 06:21:01 0 0.12 0.00 0.03 0.00 0.07 99.78 06:24:51 06:21:01 1 0.07 0.00 0.05 0.00 0.03 99.85 06:24:51 06:21:01 2 0.33 0.00 0.05 0.00 0.07 99.55 06:24:51 06:21:01 3 0.07 0.00 0.05 0.00 0.00 99.88 06:24:51 06:22:01 all 0.18 0.00 0.31 0.00 0.11 99.41 06:24:51 06:22:01 0 0.13 0.00 0.37 0.00 0.10 99.40 06:24:51 06:22:01 1 0.17 0.00 0.33 0.00 0.12 99.39 06:24:51 06:22:01 2 0.30 0.00 0.17 0.00 0.18 99.35 06:24:51 06:22:01 3 0.12 0.00 0.37 0.00 0.03 99.48 06:24:51 06:23:01 all 0.14 0.00 0.04 0.00 0.13 99.68 06:24:51 06:23:01 0 0.05 0.00 0.03 0.00 0.05 99.87 06:24:51 06:23:01 1 0.05 0.00 0.05 0.00 0.13 99.77 06:24:51 06:23:01 2 0.43 0.00 0.05 0.00 0.30 99.22 06:24:51 06:23:01 3 0.03 0.00 0.03 0.00 0.05 99.88 06:24:51 06:24:01 all 0.13 0.00 0.07 0.00 0.00 99.79 06:24:51 06:24:01 0 0.07 0.00 0.05 0.00 0.00 99.88 06:24:51 06:24:01 1 0.07 0.00 0.05 0.00 0.02 99.87 06:24:51 06:24:01 2 0.35 0.00 0.07 0.00 0.00 99.58 06:24:51 06:24:01 3 0.05 0.00 0.12 0.00 0.00 99.83 06:24:51 Average: all 0.62 0.00 0.46 0.10 0.07 98.75 06:24:51 Average: 0 0.53 0.00 0.47 0.01 0.06 98.93 06:24:51 Average: 1 0.64 0.00 0.51 0.05 0.07 98.74 06:24:51 Average: 2 0.75 0.00 0.48 0.28 0.12 98.37 06:24:51 Average: 3 0.56 0.00 0.40 0.04 0.03 98.98 06:24:51 06:24:51 06:24:51