Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 811b792df2c69da97ff16a39115f0967d7f5c359+b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 (c7bee1e8105c17e7fdd7e9651828da9d0d248485) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-snmp 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5038 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/dgexfoundry_device-snmp-go_PR-90 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 Merge succeeded, producing ad105c2d173609f39b431bb047de0a70eda9f1c8 Checking out Revision ad105c2d173609f39b431bb047de0a70eda9f1c8 (PR-90) > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad105c2d173609f39b431bb047de0a70eda9f1c8 # timeout=10 Commit message: "Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:26:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:26:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:26:45 ========================================================= 07:26:45 EdgeX Global Pipelines Version Info 07:26:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a6cdbb223a58dd0f850807745261dd51eb0502e1 # timeout=10 07:26:47 ------------------- 07:26:47 stable info: 07:26:47 ------------------- 07:26:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:26:47 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 07:26:47 Message: update stable to v1.0.192 07:26:48 ------------------- 07:26:48 experimental info: 07:26:48 ------------------- 07:26:48 Commited By: **** collab-it+edgex@linuxfoundation.org 07:26:48 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 07:26:48 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-snmp [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-90 [Pipeline] echo 07:26:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-90 [Pipeline] echo 07:26:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-90 [Pipeline] echo 07:26:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad105c2d173609f39b431bb047de0a70eda9f1c8 [Pipeline] echo 07:26:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad105c2 [Pipeline] echo 07:26:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:26:49 provisioning config files... 07:26:49 copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/config1706922455556578923tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:26:49 ---> docker-login.sh 07:26:49 nexus3.edgexfoundry.org:10001 07:26:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:49 Configure a credential helper to remove this warning. See 07:26:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:49 07:26:49 Login Succeeded 07:26:49 nexus3.edgexfoundry.org:10002 07:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:50 Configure a credential helper to remove this warning. See 07:26:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:50 07:26:50 Login Succeeded 07:26:50 nexus3.edgexfoundry.org:10003 07:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:50 Configure a credential helper to remove this warning. See 07:26:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:50 07:26:50 Login Succeeded 07:26:50 nexus3.edgexfoundry.org:10004 07:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:50 Configure a credential helper to remove this warning. See 07:26:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:50 07:26:50 Login Succeeded 07:26:50 docker.io 07:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:50 Configure a credential helper to remove this warning. See 07:26:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:50 07:26:50 Login Succeeded 07:26:50 ---> docker-login.sh ends [Pipeline] } 07:26:50 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 07:26:51 + git log --format=format:%s -1 ad105c2d173609f39b431bb047de0a70eda9f1c8 [Pipeline] echo 07:26:51 GIT_COMMIT: ad105c2d173609f39b431bb047de0a70eda9f1c8, Commit Message: Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD [Pipeline] echo 07:26:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:26:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:26:52 07:26:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:26:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:26:52 latest: Pulling from edgex-devops/git-semver 07:26:52 31603596830f: Pulling fs layer 07:26:52 54011a49482f: Pulling fs layer 07:26:52 a6820b24f6d8: Pulling fs layer 07:26:52 f581987b2513: Pulling fs layer 07:26:52 f581987b2513: Waiting 07:26:52 54011a49482f: Verifying Checksum 07:26:52 54011a49482f: Download complete 07:26:53 31603596830f: Verifying Checksum 07:26:53 31603596830f: Download complete 07:26:53 f581987b2513: Verifying Checksum 07:26:53 f581987b2513: Download complete 07:26:53 a6820b24f6d8: Verifying Checksum 07:26:53 a6820b24f6d8: Download complete 07:26:53 31603596830f: Pull complete 07:26:53 54011a49482f: Pull complete 07:26:54 a6820b24f6d8: Pull complete 07:26:54 f581987b2513: Pull complete 07:26:54 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:26:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:26:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:26:54 prd-centos7-docker-4c-2g-5038 does not seem to be running inside a container 07:26:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-90 -v /w/workspace/dgexfoundry_device-snmp-go_PR-90:/w/workspace/dgexfoundry_device-snmp-go_PR-90:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:26:56 $ docker top c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:26:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:26:57 [ssh-agent] Looking for ssh-agent implementation... 07:26:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:26:57 $ docker exec c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 ssh-agent 07:26:57 SSH_AUTH_SOCK=/tmp/ssh-BG26GP8BgTB6/agent.12 07:26:57 SSH_AGENT_PID=17 07:26:57 Running ssh-add (command line suppressed) 07:26:57 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_3992605996758354715.key (/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_3992605996758354715.key) 07:26:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:26:58 + git tag --points-at HEAD [Pipeline] } 07:26:58 $ docker exec --env ******** --env ******** c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 ssh-agent -k 07:26:58 unset SSH_AUTH_SOCK; 07:26:58 unset SSH_AGENT_PID; 07:26:58 echo Agent pid 17 killed; 07:26:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:26:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:26:58 [ssh-agent] Looking for ssh-agent implementation... 07:26:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:26:58 $ docker exec c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 ssh-agent 07:26:58 SSH_AUTH_SOCK=/tmp/ssh-LYrZoAbCz8tX/agent.46 07:26:58 SSH_AGENT_PID=52 07:26:58 Running ssh-add (command line suppressed) 07:26:58 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_1209348280018750340.key (/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_1209348280018750340.key) 07:26:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:26:59 + git semver init 07:26:59 # -> Open(): unable to determine branch for HEAD 07:26:59 # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-90/.git 07:26:59 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-90 07:26:59 # $SEMVER_REMOTE_NAME = origin 07:26:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:26:59 # $SEMVER_USER_NAME = edgex-jenkins 07:26:59 # $SEMVER_BRANCH = PR-90 07:26:59 # $SEMVER_TEMP = /tmp/semver-858420080 07:26:59 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 07:26:59 # '/tmp/semver-858420080' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-90/.semver' 07:26:59 # -> Force: false 07:26:59 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-90/.semver [Pipeline] } 07:26:59 $ docker exec --env ******** --env ******** c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 ssh-agent -k 07:26:59 unset SSH_AUTH_SOCK; 07:26:59 unset SSH_AGENT_PID; 07:26:59 echo Agent pid 52 killed; 07:26:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:27:00 + git semver [Pipeline] } 07:27:00 $ docker stop --time=1 c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 07:27:01 $ docker rm -f c5a94a1ed8e795a884d372690afd55de2cea1cf2002a5ee0605e92f9fb17c7e6 [Pipeline] // withDockerContainer [Pipeline] sh 07:27:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:27:02 Stashed 1 file(s) [Pipeline] echo 07:27:02 [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 07:27:17 Still waiting to schedule task 07:27:17 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-5039’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ 07:27:17 Still waiting to schedule task 07:27:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:29:18 Running on prd-centos7-docker-4c-2g-5040 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] ws 07:29:18 Running in /w/workspace/device-snmp-go/5 [Pipeline] { [Pipeline] checkout 07:29:27 using credential edgex-jenkins-ssh 07:29:27 Cloning the remote Git repository 07:29:27 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 07:29:27 > git init /w/workspace/device-snmp-go/5 # timeout=10 07:29:28 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 07:29:28 > git --version # timeout=10 07:29:28 > git --version # 'git version 2.24.3' 07:29:28 using GIT_SSH to set credentials SSH Credentials for GitHub 07:29:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:29:28 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 07:29:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:29:28 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 07:29:28 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 07:29:28 using GIT_SSH to set credentials SSH Credentials for GitHub 07:29:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:29:29 Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 07:29:29 Merge succeeded, producing 0ac75089f29261bf39535c1912d8bed6914d8f63 07:29:29 Checking out Revision 0ac75089f29261bf39535c1912d8bed6914d8f63 (PR-90) 07:29:29 > git config core.sparsecheckout # timeout=10 07:29:29 > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 07:29:29 > git remote # timeout=10 07:29:29 > git config --get remote.origin.url # timeout=10 07:29:29 using GIT_SSH to set credentials SSH Credentials for GitHub 07:29:29 > git merge b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 07:29:29 > git rev-parse HEAD^{commit} # timeout=10 07:29:29 > git config core.sparsecheckout # timeout=10 07:29:29 > git checkout -f 0ac75089f29261bf39535c1912d8bed6914d8f63 # timeout=10 07:29:33 Commit message: "Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD" 07:29:33 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:29:33 > git rev-list --no-walk a6cdbb223a58dd0f850807745261dd51eb0502e1 # timeout=10 07:29:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:29:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:29:35 + sudo service docker restart 07:29:35 + true 07:29:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:29:36 provisioning config files... 07:29:36 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/5@tmp/config1701474943408532998tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:29:37 ---> docker-login.sh 07:29:37 nexus3.edgexfoundry.org:10001 07:29:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:29:38 Configure a credential helper to remove this warning. See 07:29:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:29:38 07:29:38 Login Succeeded 07:29:38 nexus3.edgexfoundry.org:10002 07:29:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:29:38 Configure a credential helper to remove this warning. See 07:29:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:29:38 07:29:38 Login Succeeded 07:29:38 nexus3.edgexfoundry.org:10003 07:29:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:29:39 Configure a credential helper to remove this warning. See 07:29:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:29:39 07:29:39 Login Succeeded 07:29:39 nexus3.edgexfoundry.org:10004 07:29:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:29:39 Configure a credential helper to remove this warning. See 07:29:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:29:39 07:29:39 Login Succeeded 07:29:39 docker.io 07:29:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:29:40 Configure a credential helper to remove this warning. See 07:29:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:29:40 07:29:40 Login Succeeded 07:29:40 ---> docker-login.sh ends [Pipeline] } 07:29:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:29:40 ========================================================= 07:29:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:29:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:29:40 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 07:29:40 Sending build context to Docker daemon 356.4kB 07:29:41 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 07:29:41 Step 2/10 : FROM ${BASE} 07:29:41 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:29:41 540db60ca938: Pulling fs layer 07:29:41 adcc1eea9eea: Pulling fs layer 07:29:41 4c4ab2625f07: Pulling fs layer 07:29:41 0510c868ecb4: Pulling fs layer 07:29:41 afea3b2eda06: Pulling fs layer 07:29:41 7809a108b3ef: Pulling fs layer 07:29:41 f706445af74f: Pulling fs layer 07:29:41 0510c868ecb4: Waiting 07:29:41 afea3b2eda06: Waiting 07:29:41 7809a108b3ef: Waiting 07:29:41 f706445af74f: Waiting 07:29:41 4c4ab2625f07: Verifying Checksum 07:29:41 4c4ab2625f07: Download complete 07:29:41 adcc1eea9eea: Verifying Checksum 07:29:41 adcc1eea9eea: Download complete 07:29:41 afea3b2eda06: Verifying Checksum 07:29:41 afea3b2eda06: Download complete 07:29:41 7809a108b3ef: Download complete 07:29:41 540db60ca938: Verifying Checksum 07:29:41 540db60ca938: Download complete 07:29:42 540db60ca938: Pull complete 07:29:42 adcc1eea9eea: Pull complete 07:29:42 4c4ab2625f07: Pull complete 07:29:46 f706445af74f: Verifying Checksum 07:29:46 f706445af74f: Download complete 07:29:48 0510c868ecb4: Verifying Checksum 07:29:48 0510c868ecb4: Download complete 07:29:58 0510c868ecb4: Pull complete 07:29:58 afea3b2eda06: Pull complete 07:29:58 7809a108b3ef: Pull complete 07:30:03 f706445af74f: Pull complete 07:30:03 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:30:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:30:03 ---> b068be0155e3 07:30:03 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 07:30:03 ---> Running in 1f66a1bcd117 07:30:03 Removing intermediate container 1f66a1bcd117 07:30:03 ---> 25812315a50f 07:30:03 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 07:30:03 ---> Running in 4540bda47292 07:30:04 Removing intermediate container 4540bda47292 07:30:04 ---> 5c6fa3a96cfb 07:30:04 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 07:30:04 ---> Running in ccba2422224f 07:30:04 Removing intermediate container ccba2422224f 07:30:04 ---> b91b6ceebccf 07:30:04 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:04 ---> Running in 9b583136d6e5 07:30:06 Removing intermediate container 9b583136d6e5 07:30:06 ---> 15215e10bef4 07:30:06 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:30:06 ---> Running in 443b764308bb 07:30:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:30:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:30:09 OK: 149 MiB in 40 packages 07:30:10 Removing intermediate container 443b764308bb 07:30:10 ---> 2119f4045d75 07:30:10 Step 8/10 : WORKDIR /device-snmp-go 07:30:10 ---> Running in 950d754956cd 07:30:10 Removing intermediate container 950d754956cd 07:30:10 ---> 106145202ca0 07:30:10 Step 9/10 : COPY . . 07:30:12 ---> 30ee1045ec12 07:30:12 Step 10/10 : RUN go mod download 07:30:12 ---> Running in c7fdc92179ba 07:30:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5041 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] ws 07:30:13 Running in /w/workspace/device-snmp-go/5 [Pipeline] { [Pipeline] checkout 07:30:19 using credential edgex-jenkins-ssh 07:30:19 Cloning the remote Git repository 07:30:19 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 07:30:19 > git init /w/workspace/device-snmp-go/5 # timeout=10 07:30:19 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 07:30:19 > git --version # timeout=10 07:30:19 > git --version # 'git version 2.17.1' 07:30:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:30:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:30:20 Merging remotes/origin/master commit b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 07:30:20 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 07:30:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:30:20 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 07:30:20 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 07:30:20 using GIT_SSH to set credentials SSH Credentials for GitHub 07:30:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:30:20 > git config core.sparsecheckout # timeout=10 07:30:20 > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 07:30:21 > git remote # timeout=10 07:30:21 > git config --get remote.origin.url # timeout=10 07:30:21 using GIT_SSH to set credentials SSH Credentials for GitHub 07:30:21 > git merge b9bb0f464ba5331cbfb8b81286d8c6a09b387d39 # timeout=10 07:30:21 > git rev-parse HEAD^{commit} # timeout=10 07:30:21 Merge succeeded, producing 83008ae94367bc381dc706ecf5cc0f6e78e06e06 07:30:21 Checking out Revision 83008ae94367bc381dc706ecf5cc0f6e78e06e06 (PR-90) 07:30:21 > git config core.sparsecheckout # timeout=10 07:30:21 > git checkout -f 83008ae94367bc381dc706ecf5cc0f6e78e06e06 # timeout=10 07:30:25 Commit message: "Merge commit 'b9bb0f464ba5331cbfb8b81286d8c6a09b387d39' into HEAD" 07:30:25 First time build. Skipping changelog. 07:30:25 > git rev-list --no-walk a6cdbb223a58dd0f850807745261dd51eb0502e1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:30:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:30:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:30:27 + true 07:30:27 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:30:30 provisioning config files... 07:30:30 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/5@tmp/config941787388516882645tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:30:30 ---> docker-login.sh 07:30:30 nexus3.edgexfoundry.org:10001 07:30:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:30:31 Configure a credential helper to remove this warning. See 07:30:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:30:31 07:30:31 Login Succeeded 07:30:31 nexus3.edgexfoundry.org:10002 07:30:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:30:32 Configure a credential helper to remove this warning. See 07:30:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:30:32 07:30:32 Login Succeeded 07:30:32 nexus3.edgexfoundry.org:10003 07:30:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:30:32 Configure a credential helper to remove this warning. See 07:30:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:30:32 07:30:32 Login Succeeded 07:30:32 nexus3.edgexfoundry.org:10004 07:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:30:33 Configure a credential helper to remove this warning. See 07:30:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:30:33 07:30:33 Login Succeeded 07:30:33 docker.io 07:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:30:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:30:34 Configure a credential helper to remove this warning. See 07:30:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:30:34 07:30:34 Login Succeeded 07:30:34 ---> docker-login.sh ends [Pipeline] } 07:30:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:30:34 ========================================================= 07:30:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 07:30:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:30:34 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 07:30:35 Sending build context to Docker daemon 355.3kB 07:30:35 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 07:30:35 Step 2/10 : FROM ${BASE} 07:30:35 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:30:35 595b0fe564bb: Pulling fs layer 07:30:35 7186ed65a4f7: Pulling fs layer 07:30:35 316046926c0a: Pulling fs layer 07:30:35 4ebd0625c992: Pulling fs layer 07:30:35 207e8628e3a3: Pulling fs layer 07:30:35 c791037a9be2: Pulling fs layer 07:30:35 ffd874e62e21: Pulling fs layer 07:30:35 207e8628e3a3: Waiting 07:30:35 c791037a9be2: Waiting 07:30:35 ffd874e62e21: Waiting 07:30:35 4ebd0625c992: Waiting 07:30:35 316046926c0a: Verifying Checksum 07:30:35 316046926c0a: Download complete 07:30:35 7186ed65a4f7: Verifying Checksum 07:30:35 7186ed65a4f7: Download complete 07:30:35 207e8628e3a3: Verifying Checksum 07:30:35 207e8628e3a3: Download complete 07:30:35 c791037a9be2: Download complete 07:30:35 595b0fe564bb: Verifying Checksum 07:30:35 595b0fe564bb: Download complete 07:30:35 595b0fe564bb: Pull complete 07:30:36 7186ed65a4f7: Pull complete 07:30:36 316046926c0a: Pull complete 07:30:37 ffd874e62e21: Verifying Checksum 07:30:37 ffd874e62e21: Download complete 07:30:38 4ebd0625c992: Verifying Checksum 07:30:38 4ebd0625c992: Download complete 07:30:38 Removing intermediate container c7fdc92179ba 07:30:38 ---> 3aba4c3ba61d 07:30:38 Successfully built 3aba4c3ba61d 07:30:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:30:39 + docker inspect -f . ci-base-image-x86_64 07:30:39 . [Pipeline] withDockerContainer 07:30:40 prd-centos7-docker-4c-2g-5040 does not seem to be running inside a container 07:30:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/5 -v /w/workspace/device-snmp-go/5:/w/workspace/device-snmp-go/5:rw,z -v /w/workspace/device-snmp-go/5@tmp:/w/workspace/device-snmp-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:30:41 $ docker top 175a0722768bf3a22221828be802ca53d8341c74c5a21510bc409922c410cddd -eo pid,comm [Pipeline] { [Pipeline] sh 07:30:41 + go version 07:30:41 go version go1.16.3 linux/amd64 [Pipeline] } 07:30:41 $ docker stop --time=1 175a0722768bf3a22221828be802ca53d8341c74c5a21510bc409922c410cddd 07:30:43 $ docker rm -f 175a0722768bf3a22221828be802ca53d8341c74c5a21510bc409922c410cddd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:30:43 + docker inspect -f . ci-base-image-x86_64 07:30:43 . [Pipeline] withDockerContainer 07:30:43 prd-centos7-docker-4c-2g-5040 does not seem to be running inside a container 07:30:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/5 -v /w/workspace/device-snmp-go/5:/w/workspace/device-snmp-go/5:rw,z -v /w/workspace/device-snmp-go/5@tmp:/w/workspace/device-snmp-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:30:44 $ docker top 1bb8ba5fcc2b8552153ae5618133c529e170e533df75eacd2c34acdf3a9a11bb -eo pid,comm [Pipeline] { [Pipeline] sh 07:30:45 + go mod tidy [Pipeline] sh 07:30:46 + make test 07:30:46 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 07:30:47 ? github.com/edgexfoundry/device-snmp-go [no test files] 07:30:51 4ebd0625c992: Pull complete 07:30:51 207e8628e3a3: Pull complete 07:30:51 c791037a9be2: Pull complete 07:30:53 ffd874e62e21: Pull complete 07:30:53 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 07:30:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 07:30:53 ---> cfc18b08335c 07:30:53 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 07:30:56 ---> Running in 0a3e60d2dbe3 07:30:56 Removing intermediate container 0a3e60d2dbe3 07:30:56 ---> 2fdcaf69e336 07:30:56 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 07:30:57 ---> Running in 7fdccb391222 07:30:57 Removing intermediate container 7fdccb391222 07:30:57 ---> f958b0b923fb 07:30:57 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 07:30:57 ---> Running in ef93eaf070c5 07:30:57 Removing intermediate container ef93eaf070c5 07:30:57 ---> 413265d7966e 07:30:57 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:58 ---> Running in 7138c4ba03aa 07:31:00 Removing intermediate container 7138c4ba03aa 07:31:00 ---> bd5b95388f42 07:31:00 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:31:00 ---> Running in 8c8971f725a9 07:31:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:31:03 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 07:31:03 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 07:31:03 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 07:31:03 have (string, bool, string, string) 07:31:03 want (string, string) 07:31:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:31:04 OK: 138 MiB in 40 packages 07:31:06 Removing intermediate container 8c8971f725a9 07:31:06 ---> cdbdb0d1b1d0 07:31:06 Step 8/10 : WORKDIR /device-snmp-go 07:31:06 ---> Running in 713af462843d 07:31:06 Removing intermediate container 713af462843d 07:31:06 ---> c758a4c635ac 07:31:06 Step 9/10 : COPY . . 07:31:07 ---> 14df6a58f94b 07:31:07 Step 10/10 : RUN go mod download 07:31:07 ---> Running in cb213d41a6f9 07:31:12 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.018s coverage: 0.0% of statements 07:31:12 make: *** [Makefile:23: test] Error 2 [Pipeline] } 07:31:12 $ docker stop --time=1 1bb8ba5fcc2b8552153ae5618133c529e170e533df75eacd2c34acdf3a9a11bb 07:31:15 $ docker rm -f 1bb8ba5fcc2b8552153ae5618133c529e170e533df75eacd2c34acdf3a9a11bb [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 Post stage [Pipeline] libraryResource [Pipeline] sh 07:31:16 ---> job-cost.sh 07:31:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-z3TR 07:31:29 Removing intermediate container cb213d41a6f9 07:31:29 ---> aa939ae1749a 07:31:29 Successfully built aa939ae1749a 07:31:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:31:30 + docker inspect -f . ci-base-image-arm64 07:31:30 . [Pipeline] withDockerContainer 07:31:30 prd-ubuntu18.04-docker-arm64-4c-16g-5041 does not seem to be running inside a container 07:31:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/5 -v /w/workspace/device-snmp-go/5:/w/workspace/device-snmp-go/5:rw,z -v /w/workspace/device-snmp-go/5@tmp:/w/workspace/device-snmp-go/5@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 07:31:32 $ docker top e1013cac8f8da79cc71791b3e8f15f48587a7789fdc5a75d1f8dd556dc755f3c -eo pid,comm [Pipeline] { [Pipeline] sh 07:31:33 + go version 07:31:33 go version go1.16.3 linux/arm64 [Pipeline] } 07:31:33 $ docker stop --time=1 e1013cac8f8da79cc71791b3e8f15f48587a7789fdc5a75d1f8dd556dc755f3c 07:31:35 $ docker rm -f e1013cac8f8da79cc71791b3e8f15f48587a7789fdc5a75d1f8dd556dc755f3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:31:36 + docker inspect -f . ci-base-image-arm64 07:31:36 . [Pipeline] withDockerContainer 07:31:36 prd-ubuntu18.04-docker-arm64-4c-16g-5041 does not seem to be running inside a container 07:31:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/5 -v /w/workspace/device-snmp-go/5:/w/workspace/device-snmp-go/5:rw,z -v /w/workspace/device-snmp-go/5@tmp:/w/workspace/device-snmp-go/5@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 07:31:38 $ docker top b781a5eacda270750feaa34daa8b424c488ae9111ae365dc39badee987ae9d88 -eo pid,comm [Pipeline] { [Pipeline] sh 07:31:39 + go mod tidy 07:31:39 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [Pipeline] sh 07:31:40 + make test 07:31:40 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 07:31:41 ? github.com/edgexfoundry/device-snmp-go [no test files] 07:32:03 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 07:32:03 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 07:32:03 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 07:32:03 have (string, bool, string, string) 07:32:03 want (string, string) 07:32:16 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.014s coverage: 0.0% of statements 07:32:16 make: *** [Makefile:23: test] Error 2 [Pipeline] } 07:32:16 $ docker stop --time=1 b781a5eacda270750feaa34daa8b424c488ae9111ae365dc39badee987ae9d88 07:32:18 $ docker rm -f b781a5eacda270750feaa34daa8b424c488ae9111ae365dc39badee987ae9d88 07:32:18 lf-activate-venv(): INFO: Adding /tmp/venv-z3TR/bin to PATH 07:32:18 INFO: No Stack... 07:32:18 INFO: Retrieving Pricing Info for: v1-standard-2 07:32:18 INFO: Archiving Costs [Pipeline] // withDockerContainer [Pipeline] sh [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 Post stage [Pipeline] libraryResource [Pipeline] sh 07:32:19 + cat /w/workspace/device-snmp-go/5/archives/cost.csv 07:32:19 + cut -d, -f6 [Pipeline] lock 07:32:19 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] 07:32:19 Resource [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] did not exist. Created. 07:32:19 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:32:19 ---> job-cost.sh 07:32:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JYEz 07:32:19 + echo total: 0.029999999329447746 [Pipeline] stash 07:32:20 Stashed 1 file(s) [Pipeline] } 07:32:20 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:32:20 Failed in branch amd64 07:32:58 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:34:20 lf-activate-venv(): INFO: Adding /tmp/venv-JYEz/bin to PATH 07:34:20 INFO: No Stack... 07:34:20 INFO: Retrieving Pricing Info for: lf-standard-4 07:34:20 INFO: Archiving Costs [Pipeline] sh 07:34:21 + cat+ /w/workspace/device-snmp-go/5/archives/cost.csv 07:34:21 cut -d, -f6 [Pipeline] lock 07:34:21 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] 07:34:21 Resource [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] did not exist. Created. 07:34:21 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:34:22 /w/workspace/device-snmp-go/5@tmp/durable-6137c778/script.sh: 1: /w/workspace/device-snmp-go/5@tmp/durable-6137c778/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:34:22 + echo total: 0.20999999344348907 [Pipeline] stash 07:34:22 Warning: overwriting stash ‘stack-cost’ 07:34:23 Stashed 1 file(s) [Pipeline] } 07:34:23 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-90-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:34:23 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] { (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 07:34:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:34:25 ---> package-listing.sh 07:34:25 ++ facter osfamily 07:34:25 ++ tr '[:upper:]' '[:lower:]' 07:34:25 + OS_FAMILY=redhat 07:34:25 + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-90 07:34:25 + START_PACKAGES=/tmp/packages_start.txt 07:34:25 + END_PACKAGES=/tmp/packages_end.txt 07:34:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:34:25 + PACKAGES=/tmp/packages_start.txt 07:34:25 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-90 ']' 07:34:25 + PACKAGES=/tmp/packages_end.txt 07:34:25 + case "${OS_FAMILY}" in 07:34:25 + rpm -qa 07:34:25 + sort 07:34:30 + '[' -f /tmp/packages_start.txt ']' 07:34:30 + '[' -f /tmp/packages_end.txt ']' 07:34:30 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:34:30 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-90 ']' 07:34:30 + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-90/archives/ 07:34:30 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-90/archives/ [Pipeline] echo 07:34:30 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-snmp-go_PR-90/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:34:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:34:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:34:31 07:34:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:34:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:34:31 alpine: Pulling from edgex-lftools-log-publisher 07:34:31 df20fa9351a1: Pulling fs layer 07:34:31 36b3adc4ff6f: Pulling fs layer 07:34:31 8ad3a11d3b57: Pulling fs layer 07:34:31 46f8f816bc3b: Pulling fs layer 07:34:31 93b61091891f: Pulling fs layer 07:34:31 93b9cdb0e59b: Pulling fs layer 07:34:31 5e14af77c1be: Pulling fs layer 07:34:31 01666e4c0597: Pulling fs layer 07:34:31 aa168da1d23b: Pulling fs layer 07:34:31 93b61091891f: Waiting 07:34:31 93b9cdb0e59b: Waiting 07:34:31 46f8f816bc3b: Waiting 07:34:31 5e14af77c1be: Waiting 07:34:31 aa168da1d23b: Waiting 07:34:31 01666e4c0597: Waiting 07:34:31 36b3adc4ff6f: Verifying Checksum 07:34:31 36b3adc4ff6f: Download complete 07:34:31 46f8f816bc3b: Verifying Checksum 07:34:31 46f8f816bc3b: Download complete 07:34:31 df20fa9351a1: Verifying Checksum 07:34:32 93b9cdb0e59b: Verifying Checksum 07:34:32 93b9cdb0e59b: Download complete 07:34:32 93b61091891f: Verifying Checksum 07:34:32 93b61091891f: Download complete 07:34:32 5e14af77c1be: Verifying Checksum 07:34:32 5e14af77c1be: Download complete 07:34:32 01666e4c0597: Verifying Checksum 07:34:32 01666e4c0597: Download complete 07:34:32 8ad3a11d3b57: Verifying Checksum 07:34:32 8ad3a11d3b57: Download complete 07:34:32 df20fa9351a1: Pull complete 07:34:32 36b3adc4ff6f: Pull complete 07:34:33 8ad3a11d3b57: Pull complete 07:34:33 46f8f816bc3b: Pull complete 07:34:34 93b61091891f: Pull complete 07:34:34 93b9cdb0e59b: Pull complete 07:34:34 aa168da1d23b: Download complete 07:34:34 5e14af77c1be: Pull complete 07:34:34 01666e4c0597: Pull complete 07:34:42 aa168da1d23b: Pull complete 07:34:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:34:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:34:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:34:42 prd-centos7-docker-4c-2g-5038 does not seem to be running inside a container 07:34:42 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-snmp-go_PR-90/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-snmp-go_PR-90 -v /w/workspace/dgexfoundry_device-snmp-go_PR-90:/w/workspace/dgexfoundry_device-snmp-go_PR-90:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:34:46 $ docker top 11cc36c95cbde09efd8a272b458d5ba8132c4b8c9cc5f8aae561f7e47ae8fd25 -eo pid,comm [Pipeline] { [Pipeline] sh 07:34:46 + touch /tmp/pre-build-complete [Pipeline] sh 07:34:47 + mkdir -p /var/log/sa [Pipeline] sh 07:34:47 + ls /var/log/sa-host 07:34:47 + sadf -c /var/log/sa-host/sa13 07:34:47 file_magic: OK 07:34:47 HZ: Using current value: 100 07:34:47 file_header: OK 07:34:47 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 07:34:47 Statistics: 07:34:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:34:47 File successfully converted to sysstat format version 12.2.1 07:34:47 + sadf -c /var/log/sa-host/sa23 07:34:47 file_magic: OK 07:34:47 HZ: Using current value: 100 07:34:47 file_header: OK 07:34:47 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 07:34:47 Statistics: 07:34:47 Hnuu...uuuununununu... 07:34:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:34:47 provisioning config files... 07:34:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/config1256942467913533512tmp [Pipeline] { [Pipeline] echo 07:34:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:34:48 ---> create-netrc.sh [Pipeline] } 07:34:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:34:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:34:48 ---> python-tools-install.sh [Pipeline] echo 07:34:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:34:48 ---> sudo-logs.sh 07:34:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:34:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:34:49 ---> job-cost.sh 07:34:49 lf-activate-venv: SKIPPING 07:34:49 DEBUG: total: 0.20999999344348907 07:34:49 INFO: Retrieving Stack Cost... 07:34:50 INFO: Retrieving Pricing Info for: v1-standard-2 07:34:50 INFO: Archiving Costs [Pipeline] echo 07:34:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:34:51 ---> logs-deploy.sh 07:34:51 lf-activate-venv: SKIPPING 07:34:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-90/5 07:34:51 INFO: archiving workspace using pattern(s): 07:34:53 Archives upload complete. 07:34:53 INFO: archiving logs to Nexus 07:34:54 ---> uname -a: 07:34:54 Linux prd-centos7-docker-4c-2g-5038.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:34:54 07:34:54 07:34:54 ---> lscpu: 07:34:54 Architecture: x86_64 07:34:54 CPU op-mode(s): 32-bit, 64-bit 07:34:54 Byte Order: Little Endian 07:34:54 Address sizes: 40 bits physical, 48 bits virtual 07:34:54 CPU(s): 4 07:34:54 On-line CPU(s) list: 0-3 07:34:54 Thread(s) per core: 1 07:34:54 Core(s) per socket: 1 07:34:54 Socket(s): 4 07:34:54 NUMA node(s): 1 07:34:54 Vendor ID: GenuineIntel 07:34:54 CPU family: 6 07:34:54 Model: 44 07:34:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:34:54 Stepping: 1 07:34:54 CPU MHz: 2933.438 07:34:54 BogoMIPS: 5866.87 07:34:54 Virtualization: VT-x 07:34:54 Hypervisor vendor: KVM 07:34:54 Virtualization type: full 07:34:54 L1d cache: 128 KiB 07:34:54 L1i cache: 128 KiB 07:34:54 L2 cache: 16 MiB 07:34:54 L3 cache: 64 MiB 07:34:54 NUMA node0 CPU(s): 0-3 07:34:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:34:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:34:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:34:54 Vulnerability Meltdown: Mitigation; PTI 07:34:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:34:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:34:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:34:54 Vulnerability Srbds: Not affected 07:34:54 Vulnerability Tsx async abort: Not affected 07:34:54 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 07:34:54 07:34:54 07:34:54 ---> nproc: 07:34:54 4 07:34:54 07:34:54 07:34:54 ---> df -h: 07:34:54 Filesystem Size Used Available Use% Mounted on 07:34:54 overlay 50.0G 7.3G 42.7G 15% / 07:34:54 tmpfs 64.0M 0 64.0M 0% /dev 07:34:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:34:54 shm 64.0M 0 64.0M 0% /dev/shm 07:34:54 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 07:34:54 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 07:34:54 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 07:34:54 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 07:34:54 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp 07:34:54 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 07:34:54 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 07:34:54 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 07:34:54 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 07:34:54 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-90 07:34:54 07:34:54 07:34:54 ---> free -m: 07:34:54 total used free shared buff/cache available 07:34:54 Mem: 1837 724 101 0 1011 1007 07:34:54 Swap: 1023 1 1022 07:34:54 07:34:54 07:34:54 ---> ip addr: 07:34:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:34:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:34:54 inet 127.0.0.1/8 scope host lo 07:34:54 valid_lft forever preferred_lft forever 07:34:54 inet6 ::1/128 scope host 07:34:54 valid_lft forever preferred_lft forever 07:34:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:34:54 link/ether fa:16:3e:f1:ab:71 brd ff:ff:ff:ff:ff:ff 07:34:54 inet 10.30.122.152/23 brd 10.30.123.255 scope global dynamic eth0 07:34:54 valid_lft 85879sec preferred_lft 85879sec 07:34:54 inet6 fe80::f816:3eff:fef1:ab71/64 scope link 07:34:54 valid_lft forever preferred_lft forever 07:34:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:34:54 link/ether 02:42:de:69:67:71 brd ff:ff:ff:ff:ff:ff 07:34:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:34:54 valid_lft forever preferred_lft forever 07:34:54 inet6 fe80::42:deff:fe69:6771/64 scope link 07:34:54 valid_lft forever preferred_lft forever 07:34:54 07:34:54 07:34:54 ---> sar -b -r -n DEV: 07:34:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/13/21 _x86_64_ (4 CPU) 07:34:54 07:34:54 07:26:00 LINUX RESTART (4 CPU) 07:34:54 07:34:54 07:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:34:54 07:28:01 4.25 0.38 3.86 0.00 32.10 77.92 0.00 07:34:54 07:29:01 0.35 0.00 0.35 0.00 0.00 5.79 0.00 07:34:54 07:30:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 07:34:54 07:31:01 0.42 0.00 0.42 0.00 0.00 5.36 0.00 07:34:54 07:32:01 0.22 0.00 0.22 0.00 0.00 3.28 0.00 07:34:54 07:33:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 07:34:54 07:34:01 0.22 0.00 0.22 0.00 0.00 3.10 0.00 07:34:54 Average: 0.86 0.05 0.80 0.00 4.59 14.63 0.00 07:34:54 07:34:54 07:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:34:54 07:28:01 146648 0 609856 32.41 2620 1122420 1101528 37.59 458584 1078604 24 07:34:54 07:29:01 149316 0 607176 32.27 2620 1122432 1078900 36.82 456480 1078188 12 07:34:54 07:30:01 146592 0 609896 32.41 2620 1122436 1079068 36.83 456732 1080860 8 07:34:54 07:31:01 146324 0 610164 32.43 2620 1122436 1079104 36.83 457276 1080860 20 07:34:54 07:32:01 146024 0 610456 32.44 2620 1122444 1079068 36.83 456456 1081764 20 07:34:54 07:33:01 147220 0 609256 32.38 2620 1122448 1078900 36.82 455660 1081764 20 07:34:54 07:34:01 147476 0 608996 32.37 2620 1122452 1078900 36.82 455676 1081764 8 07:34:54 Average: 147086 0 609400 32.39 2620 1122438 1082210 36.93 456695 1080543 16 07:34:54 07:34:54 07:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:34:54 07:28:01 eth0 8.47 5.64 9.92 2.52 0.00 0.00 0.00 0.00 07:34:54 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:29:01 eth0 0.97 0.08 0.07 0.01 0.00 0.00 0.00 0.00 07:34:54 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:30:01 eth0 2.56 0.47 0.69 0.35 0.00 0.00 0.00 0.00 07:34:54 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:31:01 eth0 1.63 0.62 0.59 0.43 0.00 0.00 0.00 0.00 07:34:54 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:32:01 eth0 0.73 0.47 0.41 0.27 0.00 0.00 0.00 0.00 07:34:54 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:33:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:34:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:34:54 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 Average: eth0 2.07 1.05 1.67 0.51 0.00 0.00 0.00 0.00 07:34:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:34:54 07:34:54 07:34:54 ---> sar -P ALL: 07:34:54 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/13/21 _x86_64_ (4 CPU) 07:34:54 07:34:54 07:26:00 LINUX RESTART (4 CPU) 07:34:54 07:34:54 07:27:01 CPU %user %nice %system %iowait %steal %idle 07:34:54 07:28:01 all 0.42 0.00 0.20 0.04 0.01 99.33 07:34:54 07:28:01 0 0.27 0.00 0.23 0.03 0.00 99.47 07:34:54 07:28:01 1 0.27 0.00 0.20 0.08 0.02 99.43 07:34:54 07:28:01 2 0.87 0.00 0.17 0.00 0.02 98.95 07:34:54 07:28:01 3 0.28 0.00 0.18 0.03 0.02 99.48 07:34:54 07:29:01 all 0.14 0.00 0.04 0.00 0.00 99.82 07:34:54 07:29:01 0 0.05 0.00 0.05 0.00 0.00 99.90 07:34:54 07:29:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:34:54 07:29:01 2 0.42 0.00 0.05 0.00 0.00 99.53 07:34:54 07:29:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:34:54 07:30:01 all 0.14 0.00 0.04 0.00 0.00 99.82 07:34:54 07:30:01 0 0.10 0.00 0.08 0.00 0.00 99.82 07:34:54 07:30:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:34:54 07:30:01 2 0.37 0.00 0.03 0.00 0.00 99.60 07:34:54 07:30:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:34:54 07:31:01 all 0.14 0.00 0.04 0.00 0.00 99.81 07:34:54 07:31:01 0 0.10 0.00 0.03 0.00 0.02 99.85 07:34:54 07:31:01 1 0.37 0.00 0.05 0.00 0.00 99.58 07:34:54 07:31:01 2 0.07 0.00 0.03 0.00 0.00 99.90 07:34:54 07:31:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:34:54 07:32:01 all 0.18 0.00 0.05 0.00 0.00 99.78 07:34:54 07:32:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:34:54 07:32:01 1 0.08 0.00 0.02 0.00 0.00 99.90 07:34:54 07:32:01 2 0.10 0.00 0.05 0.00 0.00 99.85 07:34:54 07:32:01 3 0.48 0.00 0.08 0.00 0.00 99.43 07:34:54 07:33:01 all 0.16 0.00 0.03 0.00 0.00 99.80 07:34:54 07:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:34:54 07:33:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:34:54 07:33:01 2 0.07 0.00 0.07 0.00 0.00 99.87 07:34:54 07:33:01 3 0.52 0.00 0.02 0.00 0.02 99.45 07:34:54 07:34:01 all 0.16 0.00 0.04 0.00 0.00 99.80 07:34:54 07:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:34:54 07:34:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:34:54 07:34:01 2 0.05 0.00 0.05 0.00 0.02 99.88 07:34:54 07:34:01 3 0.52 0.00 0.03 0.00 0.00 99.45 07:34:54 Average: all 0.19 0.00 0.06 0.01 0.00 99.74 07:34:54 Average: 0 0.09 0.00 0.07 0.00 0.00 99.84 07:34:54 Average: 1 0.13 0.00 0.05 0.01 0.00 99.80 07:34:54 Average: 2 0.28 0.00 0.06 0.00 0.00 99.65 07:34:54 Average: 3 0.27 0.00 0.06 0.00 0.00 99.66 07:34:54 07:34:54 07:34:54