Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 811b792df2c69da97ff16a39115f0967d7f5c359+a9cce8b7dfe6fda3a1428129fda327925c6aa018 (cbd12d319e47782de89391951949be1e98b3eb33) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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.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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1124 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/dgexfoundry_device-snmp-go_PR-90 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a9cce8b7dfe6fda3a1428129fda327925c6aa018 into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 Merge succeeded, producing a6cd6117d8b304563bfff210beefd0030aa37e50 Checking out Revision a6cd6117d8b304563bfff210beefd0030aa37e50 (PR-90) > git config core.sparsecheckout # timeout=10 > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a9cce8b7dfe6fda3a1428129fda327925c6aa018 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a6cd6117d8b304563bfff210beefd0030aa37e50 # timeout=10 Commit message: "Merge commit 'a9cce8b7dfe6fda3a1428129fda327925c6aa018' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:25:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:25:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:25:39 ========================================================= 07:25:39 EdgeX Global Pipelines Version Info 07:25:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:25:40 ------------------- 07:25:40 stable info: 07:25:40 ------------------- 07:25:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:25:40 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 07:25:40 Message: update stable to v1.0.186 07:25:41 ------------------- 07:25:41 experimental info: 07:25:41 ------------------- 07:25:41 Commited By: **** collab-it+edgex@linuxfoundation.org 07:25:41 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 07:25:41 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:25:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 07:25:41 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 07:25:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:25:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-90 [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-90 [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-90 [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a6cd6117d8b304563bfff210beefd0030aa37e50 [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a6cd611 [Pipeline] echo 07:25:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:25:42 provisioning config files... 07:25:42 copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/config6195714073432904434tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:25:43 ---> docker-login.sh 07:25:43 nexus3.edgexfoundry.org:10001 07:25:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:43 Configure a credential helper to remove this warning. See 07:25:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:43 07:25:43 Login Succeeded 07:25:43 nexus3.edgexfoundry.org:10002 07:25:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:43 Configure a credential helper to remove this warning. See 07:25:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:43 07:25:43 Login Succeeded 07:25:43 nexus3.edgexfoundry.org:10003 07:25:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:43 Configure a credential helper to remove this warning. See 07:25:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:43 07:25:43 Login Succeeded 07:25:43 nexus3.edgexfoundry.org:10004 07:25:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:44 Configure a credential helper to remove this warning. See 07:25:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:44 07:25:44 Login Succeeded 07:25:44 docker.io 07:25:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:44 Configure a credential helper to remove this warning. See 07:25:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:44 07:25:44 Login Succeeded 07:25:44 ---> docker-login.sh ends [Pipeline] } 07:25:44 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:25:45 + git log --format=format:%s -1 a6cd6117d8b304563bfff210beefd0030aa37e50 [Pipeline] echo 07:25:45 GIT_COMMIT: a6cd6117d8b304563bfff210beefd0030aa37e50, Commit Message: Merge commit 'a9cce8b7dfe6fda3a1428129fda327925c6aa018' into HEAD [Pipeline] echo 07:25:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:25:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:25:46 07:25:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:25:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:25:46 latest: Pulling from edgex-devops/git-semver 07:25:46 31603596830f: Pulling fs layer 07:25:46 2a8b12db71e7: Pulling fs layer 07:25:46 6ca5941a6612: Pulling fs layer 07:25:46 ecc8261a40a4: Pulling fs layer 07:25:46 ecc8261a40a4: Waiting 07:25:46 2a8b12db71e7: Verifying Checksum 07:25:46 2a8b12db71e7: Download complete 07:25:46 31603596830f: Verifying Checksum 07:25:46 31603596830f: Download complete 07:25:46 6ca5941a6612: Verifying Checksum 07:25:46 6ca5941a6612: Download complete 07:25:46 ecc8261a40a4: Verifying Checksum 07:25:46 ecc8261a40a4: Download complete 07:25:47 31603596830f: Pull complete 07:25:47 2a8b12db71e7: Pull complete 07:25:47 6ca5941a6612: Pull complete 07:25:48 ecc8261a40a4: Pull complete 07:25:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:25:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:25:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:25:48 prd-centos7-docker-4c-2g-1124 does not seem to be running inside a container 07:25:48 $ 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:25:50 $ docker top c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:25:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:25:50 [ssh-agent] Looking for ssh-agent implementation... 07:25:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:25:50 $ docker exec c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 ssh-agent 07:25:50 SSH_AUTH_SOCK=/tmp/ssh-Xdd8bZ41htIm/agent.11 07:25:50 SSH_AGENT_PID=16 07:25:50 Running ssh-add (command line suppressed) 07:25:50 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_5125807570598186570.key (/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_5125807570598186570.key) 07:25:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:25:51 + git tag --points-at HEAD [Pipeline] } 07:25:51 $ docker exec --env ******** --env ******** c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 ssh-agent -k 07:25:51 unset SSH_AUTH_SOCK; 07:25:51 unset SSH_AGENT_PID; 07:25:51 echo Agent pid 16 killed; 07:25:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:25:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:25:51 [ssh-agent] Looking for ssh-agent implementation... 07:25:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:25:51 $ docker exec c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 ssh-agent 07:25:51 SSH_AUTH_SOCK=/tmp/ssh-jo2RAeMkeD5T/agent.45 07:25:51 SSH_AGENT_PID=51 07:25:51 Running ssh-add (command line suppressed) 07:25:51 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_6799579659342722344.key (/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_6799579659342722344.key) 07:25:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:25:52 + git semver init 07:25:52 # -> Open(): unable to determine branch for HEAD 07:25:52 # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-90/.git 07:25:52 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-90 07:25:52 # $SEMVER_REMOTE_NAME = origin 07:25:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:25:52 # $SEMVER_USER_NAME = edgex-jenkins 07:25:52 # $SEMVER_BRANCH = PR-90 07:25:52 # $SEMVER_TEMP = /tmp/semver-452660022 07:25:52 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 07:25:52 # '/tmp/semver-452660022' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-90/.semver' 07:25:52 # -> Force: false 07:25:52 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-90/.semver [Pipeline] } 07:25:52 $ docker exec --env ******** --env ******** c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 ssh-agent -k 07:25:52 unset SSH_AUTH_SOCK; 07:25:52 unset SSH_AGENT_PID; 07:25:52 echo Agent pid 51 killed; 07:25:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:25:53 + git semver [Pipeline] } 07:25:53 $ docker stop --time=1 c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 07:25:54 $ docker rm -f c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 [Pipeline] // withDockerContainer [Pipeline] sh 07:25:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:25:55 Stashed 1 file(s) [Pipeline] echo 07:25:55 [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:26:10 Still waiting to schedule task 07:26:10 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1124’ 07:26:10 Still waiting to schedule task 07:26:10 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:27:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1125 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] ws 07:27:57 Running in /w/workspace/device-snmp-go/3 [Pipeline] { [Pipeline] checkout 07:28:03 using credential edgex-jenkins-ssh 07:28:03 Cloning the remote Git repository 07:28:03 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 07:28:03 > git init /w/workspace/device-snmp-go/3 # timeout=10 07:28:03 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 07:28:03 > git --version # timeout=10 07:28:03 > git --version # 'git version 2.17.1' 07:28:03 using GIT_SSH to set credentials SSH Credentials for GitHub 07:28:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:28:06 Merging remotes/origin/master commit a9cce8b7dfe6fda3a1428129fda327925c6aa018 into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 07:28:06 Merge succeeded, producing 69b87e912c2ae62d2a2d75f9fedccf44f7993da1 07:28:06 Checking out Revision 69b87e912c2ae62d2a2d75f9fedccf44f7993da1 (PR-90) 07:28:05 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 07:28:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:28:05 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 07:28:05 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 07:28:05 using GIT_SSH to set credentials SSH Credentials for GitHub 07:28:05 > 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:28:06 > git config core.sparsecheckout # timeout=10 07:28:06 > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 07:28:06 > git remote # timeout=10 07:28:06 > git config --get remote.origin.url # timeout=10 07:28:06 using GIT_SSH to set credentials SSH Credentials for GitHub 07:28:06 > git merge a9cce8b7dfe6fda3a1428129fda327925c6aa018 # timeout=10 07:28:06 > git rev-parse HEAD^{commit} # timeout=10 07:28:06 > git config core.sparsecheckout # timeout=10 07:28:06 > git checkout -f 69b87e912c2ae62d2a2d75f9fedccf44f7993da1 # timeout=10 07:28:10 Commit message: "Merge commit 'a9cce8b7dfe6fda3a1428129fda327925c6aa018' into HEAD" 07:28:10 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 07:28:10 > git rev-list --no-walk 82ea899d2e09e33b06c0c2a83711d599c7a284b0 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh 07:28:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:28:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:28:13 + sudo service docker restart 07:28:13 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:28:15 provisioning config files... 07:28:15 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/3@tmp/config239042246052485308tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:28:16 ---> docker-login.sh 07:28:16 nexus3.edgexfoundry.org:10001 07:28:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:17 Configure a credential helper to remove this warning. See 07:28:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:17 07:28:17 Login Succeeded 07:28:17 nexus3.edgexfoundry.org:10002 07:28:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:17 Configure a credential helper to remove this warning. See 07:28:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:17 07:28:17 Login Succeeded 07:28:17 nexus3.edgexfoundry.org:10003 07:28:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:18 Configure a credential helper to remove this warning. See 07:28:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:18 07:28:18 Login Succeeded 07:28:18 nexus3.edgexfoundry.org:10004 07:28:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:18 Configure a credential helper to remove this warning. See 07:28:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:18 07:28:18 Login Succeeded 07:28:18 docker.io 07:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:28:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:28:19 Configure a credential helper to remove this warning. See 07:28:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:28:19 07:28:19 Login Succeeded 07:28:19 ---> docker-login.sh ends [Pipeline] } 07:28:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:28:19 ========================================================= 07:28:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:28:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:28:20 + 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 . 07:28:20 Sending build context to Docker daemon 345.1kB 07:28:20 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 07:28:20 Step 2/10 : FROM ${BASE} 07:28:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:28:20 5f621e34cdf4: Pulling fs layer 07:28:20 a4357932f1b6: Pulling fs layer 07:28:20 18c013af1878: Pulling fs layer 07:28:20 00ac8860ef70: Pulling fs layer 07:28:20 63d7cb157983: Pulling fs layer 07:28:20 b116817d02f9: Pulling fs layer 07:28:20 745a02a5169b: Pulling fs layer 07:28:20 00ac8860ef70: Waiting 07:28:20 63d7cb157983: Waiting 07:28:20 b116817d02f9: Waiting 07:28:20 745a02a5169b: Waiting 07:28:20 18c013af1878: Download complete 07:28:20 a4357932f1b6: Verifying Checksum 07:28:20 a4357932f1b6: Download complete 07:28:20 63d7cb157983: Verifying Checksum 07:28:20 63d7cb157983: Download complete 07:28:20 b116817d02f9: Download complete 07:28:20 5f621e34cdf4: Verifying Checksum 07:28:20 5f621e34cdf4: Download complete 07:28:21 5f621e34cdf4: Pull complete 07:28:22 a4357932f1b6: Pull complete 07:28:22 18c013af1878: Pull complete 07:28:23 745a02a5169b: Verifying Checksum 07:28:23 745a02a5169b: Download complete 07:28:24 00ac8860ef70: Verifying Checksum 07:28:24 00ac8860ef70: Download complete 07:28:34 00ac8860ef70: Pull complete 07:28:34 63d7cb157983: Pull complete 07:28:34 b116817d02f9: Pull complete 07:28:38 745a02a5169b: Pull complete 07:28:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:28:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:28:38 ---> b7e6874047d6 07:28:38 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 07:28:41 ---> Running in 56dfce6f9c5c 07:28:41 Removing intermediate container 56dfce6f9c5c 07:28:41 ---> 8797e6972f0b 07:28:41 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 07:28:41 ---> Running in d9e7df7af8df 07:28:42 Removing intermediate container d9e7df7af8df 07:28:42 ---> adfe64297f17 07:28:42 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 07:28:42 ---> Running in 5407b1582da7 07:28:42 Removing intermediate container 5407b1582da7 07:28:42 ---> c3a3d1d11f3c 07:28:42 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:42 ---> Running in d5223a74ba57 07:28:44 Removing intermediate container d5223a74ba57 07:28:44 ---> de2bcc267580 07:28:44 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:28:45 ---> Running in 24663d1cea69 07:28:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:28:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:28:47 OK: 142 MiB in 39 packages 07:28:48 Removing intermediate container 24663d1cea69 07:28:48 ---> 677a4242060b 07:28:48 Step 8/10 : WORKDIR /device-snmp-go 07:28:48 ---> Running in 5294f2742dd7 07:28:49 Removing intermediate container 5294f2742dd7 07:28:49 ---> 51ebdbcc26f7 07:28:49 Step 9/10 : COPY . . 07:28:50 ---> 8e9f9205ef38 07:28:50 Step 10/10 : RUN go mod download 07:28:50 ---> Running in 141e4e774757 07:28:59 Running on prd-centos7-docker-4c-2g-1126 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] ws 07:28:59 Running in /w/workspace/device-snmp-go/3 [Pipeline] { [Pipeline] checkout 07:29:02 using credential edgex-jenkins-ssh 07:29:02 Cloning the remote Git repository 07:29:02 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 07:29:02 > git init /w/workspace/device-snmp-go/3 # timeout=10 07:29:02 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 07:29:02 > git --version # timeout=10 07:29:02 > git --version # 'git version 2.24.3' 07:29:02 using GIT_SSH to set credentials SSH Credentials for GitHub 07:29:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:29:04 Merging remotes/origin/master commit a9cce8b7dfe6fda3a1428129fda327925c6aa018 into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 07:29:04 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 07:29:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:29:04 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 07:29:04 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 07:29:04 using GIT_SSH to set credentials SSH Credentials for GitHub 07:29:04 > 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:04 > git config core.sparsecheckout # timeout=10 07:29:04 > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 07:29:04 Merge succeeded, producing c72b5f53fa7a53eb72d03ea85447ea9460fde7aa 07:29:04 Checking out Revision c72b5f53fa7a53eb72d03ea85447ea9460fde7aa (PR-90) 07:29:04 > git remote # timeout=10 07:29:04 > git config --get remote.origin.url # timeout=10 07:29:04 using GIT_SSH to set credentials SSH Credentials for GitHub 07:29:04 > git merge a9cce8b7dfe6fda3a1428129fda327925c6aa018 # timeout=10 07:29:04 > git rev-parse HEAD^{commit} # timeout=10 07:29:04 > git config core.sparsecheckout # timeout=10 07:29:04 > git checkout -f c72b5f53fa7a53eb72d03ea85447ea9460fde7aa # timeout=10 07:29:08 Commit message: "Merge commit 'a9cce8b7dfe6fda3a1428129fda327925c6aa018' into HEAD" 07:29:08 First time build. Skipping changelog. 07:29:08 > git rev-list --no-walk 82ea899d2e09e33b06c0c2a83711d599c7a284b0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:29:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:29:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:29:09 + sudo service docker restart 07:29:09 + true 07:29:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:29:10 provisioning config files... 07:29:11 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/3@tmp/config5252117223550193043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:29:11 ---> docker-login.sh 07:29:11 nexus3.edgexfoundry.org:10001 07:29:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:29:11 Configure a credential helper to remove this warning. See 07:29:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:29:11 07:29:11 Login Succeeded 07:29:11 nexus3.edgexfoundry.org:10002 07:29:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:29:11 Configure a credential helper to remove this warning. See 07:29:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:29:11 07:29:11 Login Succeeded 07:29:11 nexus3.edgexfoundry.org:10003 07:29:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:29:12 Configure a credential helper to remove this warning. See 07:29:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:29:12 07:29:12 Login Succeeded 07:29:12 nexus3.edgexfoundry.org:10004 07:29:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:29:12 Configure a credential helper to remove this warning. See 07:29:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:29:12 07:29:12 Login Succeeded 07:29:12 docker.io 07:29:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:29:12 Removing intermediate container 141e4e774757 07:29:12 ---> ab5042615d3d 07:29:12 Successfully built ab5042615d3d 07:29:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:29:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:29:12 Configure a credential helper to remove this warning. See 07:29:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:29:12 07:29:12 Login Succeeded 07:29:12 ---> docker-login.sh ends [Pipeline] } 07:29:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 07:29:12 + docker inspect -f . ci-base-image-arm64 07:29:12 . [Pipeline] withDockerContainer 07:29:13 prd-ubuntu18.04-docker-arm64-4c-16g-1125 does not seem to be running inside a container 07:29:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@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:29:14 $ docker top d094a97022698625cf5e85f4477dd41547c77df76a356c4aa154f957f9e55bde -eo pid,comm [Pipeline] { [Pipeline] echo 07:29:14 ========================================================= 07:29:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:29:14 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 07:29:15 + 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 . 07:29:15 Sending build context to Docker daemon 346.1kB 07:29:15 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 07:29:15 Step 2/10 : FROM ${BASE} 07:29:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:29:15 188c0c94c7c5: Pulling fs layer 07:29:15 0ef7d3d256c8: Pulling fs layer 07:29:15 de9db76c5a1d: Pulling fs layer 07:29:15 bca2f99d35d6: Pulling fs layer 07:29:15 93359f2a8cfa: Pulling fs layer 07:29:15 7c6f9722023f: Pulling fs layer 07:29:15 a35cf1a2eb13: Pulling fs layer 07:29:15 bca2f99d35d6: Waiting 07:29:15 93359f2a8cfa: Waiting 07:29:15 7c6f9722023f: Waiting 07:29:15 a35cf1a2eb13: Waiting 07:29:15 de9db76c5a1d: Verifying Checksum 07:29:15 de9db76c5a1d: Download complete 07:29:15 0ef7d3d256c8: Download complete 07:29:15 93359f2a8cfa: Download complete 07:29:15 188c0c94c7c5: Verifying Checksum 07:29:15 188c0c94c7c5: Download complete 07:29:15 7c6f9722023f: Verifying Checksum 07:29:15 7c6f9722023f: Download complete 07:29:15 + go version 07:29:15 go version go1.15.5 linux/arm64 [Pipeline] } 07:29:15 $ docker stop --time=1 d094a97022698625cf5e85f4477dd41547c77df76a356c4aa154f957f9e55bde 07:29:15 188c0c94c7c5: Pull complete 07:29:15 0ef7d3d256c8: Pull complete 07:29:16 de9db76c5a1d: Pull complete 07:29:17 $ docker rm -f d094a97022698625cf5e85f4477dd41547c77df76a356c4aa154f957f9e55bde [Pipeline] // withDockerContainer [Pipeline] } 07:29:17 a35cf1a2eb13: Verifying Checksum 07:29:17 a35cf1a2eb13: Download complete [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:29:17 bca2f99d35d6: Download complete 07:29:18 + docker inspect -f . ci-base-image-arm64 07:29:18 . [Pipeline] withDockerContainer 07:29:18 prd-ubuntu18.04-docker-arm64-4c-16g-1125 does not seem to be running inside a container 07:29:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@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:29:19 $ docker top 22cef71aafd0491bc657b4b1f183473152f0816def55822460c3c247c05b7d48 -eo pid,comm [Pipeline] { [Pipeline] sh 07:29:20 + make test 07:29:20 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 07:29:21 ? github.com/edgexfoundry/device-snmp-go [no test files] 07:29:23 bca2f99d35d6: Pull complete 07:29:23 93359f2a8cfa: Pull complete 07:29:23 7c6f9722023f: Pull complete 07:29:30 a35cf1a2eb13: Pull complete 07:29:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:29:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:29:30 ---> a62c8e92a672 07:29:30 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 07:29:30 ---> Running in e1801c50f815 07:29:30 Removing intermediate container e1801c50f815 07:29:30 ---> 30098ec70232 07:29:30 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 07:29:30 ---> Running in 480a6cd38156 07:29:30 Removing intermediate container 480a6cd38156 07:29:30 ---> 058fb6cd5040 07:29:30 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 07:29:30 ---> Running in 7f2024d7ed77 07:29:30 Removing intermediate container 7f2024d7ed77 07:29:30 ---> 8ed968ad0e33 07:29:30 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:30 ---> Running in a7c6955682fa 07:29:32 Removing intermediate container a7c6955682fa 07:29:32 ---> 337ca412de1f 07:29:32 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:29:32 ---> Running in 16eb82a59abb 07:29:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:34 OK: 166 MiB in 39 packages 07:29:34 Removing intermediate container 16eb82a59abb 07:29:34 ---> 7b5f9ca754df 07:29:34 Step 8/10 : WORKDIR /device-snmp-go 07:29:34 ---> Running in 280b28b89fc0 07:29:34 Removing intermediate container 280b28b89fc0 07:29:34 ---> 2386c8c1fe4a 07:29:34 Step 9/10 : COPY . . 07:29:35 ---> dd487e923c08 07:29:35 Step 10/10 : RUN go mod download 07:29:35 ---> Running in 2b3fc5ecffde 07:29:44 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 07:29:44 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 07:29:44 /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:29:44 have (string, bool, string, string) 07:29:44 want (string, string) 07:29:50 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.013s coverage: 0.0% of statements 07:29:50 make: *** [Makefile:23: test] Error 2 [Pipeline] } 07:29:50 $ docker stop --time=1 22cef71aafd0491bc657b4b1f183473152f0816def55822460c3c247c05b7d48 07:29:53 $ docker rm -f 22cef71aafd0491bc657b4b1f183473152f0816def55822460c3c247c05b7d48 [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 Post stage 07:29:53 Removing intermediate container 2b3fc5ecffde 07:29:53 ---> be3ca58539ad 07:29:53 Successfully built be3ca58539ad 07:29:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 07:29:54 ---> job-cost.sh 07:29:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WqgO 07:29:54 + docker inspect -f . ci-base-image-x86_64 07:29:54 . [Pipeline] withDockerContainer 07:29:54 prd-centos7-docker-4c-2g-1126 does not seem to be running inside a container 07:29:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:29:55 $ docker top 8ae24cd56e176d1c549b96d6771ce5e6af8e69a410489fbb699757a7e335c282 -eo pid,comm [Pipeline] { [Pipeline] sh 07:29:55 + go version 07:29:55 go version go1.15.5 linux/amd64 [Pipeline] } 07:29:55 $ docker stop --time=1 8ae24cd56e176d1c549b96d6771ce5e6af8e69a410489fbb699757a7e335c282 07:29:57 $ docker rm -f 8ae24cd56e176d1c549b96d6771ce5e6af8e69a410489fbb699757a7e335c282 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:29:57 + docker inspect -f . ci-base-image-x86_64 07:29:57 . [Pipeline] withDockerContainer 07:29:57 prd-centos7-docker-4c-2g-1126 does not seem to be running inside a container 07:29:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:29:58 $ docker top cb6c017910e3eddaa8d6ac0d5dc7c3892e46c3c466b3eb90523f3c1dcda0fb70 -eo pid,comm [Pipeline] { [Pipeline] sh 07:29:58 + make test 07:29:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 07:29:59 ? github.com/edgexfoundry/device-snmp-go [no test files] 07:30:06 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 07:30:06 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 07:30:06 /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:30:06 have (string, bool, string, string) 07:30:06 want (string, string) 07:30:10 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.006s coverage: 0.0% of statements 07:30:10 make: *** [Makefile:23: test] Error 2 [Pipeline] } 07:30:10 $ docker stop --time=1 cb6c017910e3eddaa8d6ac0d5dc7c3892e46c3c466b3eb90523f3c1dcda0fb70 07:30:13 $ docker rm -f cb6c017910e3eddaa8d6ac0d5dc7c3892e46c3c466b3eb90523f3c1dcda0fb70 [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:30:13 ---> job-cost.sh 07:30:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DLdk 07:30:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:30:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:30:55 lf-activate-venv(): INFO: Adding /tmp/venv-DLdk/bin to PATH 07:30:55 INFO: No Stack... 07:30:56 INFO: Retrieving Pricing Info for: v1-standard-2 07:30:57 INFO: Archiving Costs [Pipeline] sh 07:30:57 + cat /w/workspace/device-snmp-go/3/archives/cost.csv 07:30:57 + cut -d, -f6 [Pipeline] lock 07:30:57 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] 07:30:57 Resource [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] did not exist. Created. 07:30:57 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:30:58 + echo total: 0.029999999329447746 [Pipeline] stash 07:30:58 Stashed 1 file(s) [Pipeline] } 07:30:58 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:30:58 Failed in branch amd64 07:31:55 lf-activate-venv(): INFO: Adding /tmp/venv-WqgO/bin to PATH 07:31:55 INFO: No Stack... 07:31:55 INFO: Retrieving Pricing Info for: lf-standard-4 07:31:55 INFO: Archiving Costs [Pipeline] sh 07:31:55 + cat /w/workspace/device-snmp-go/3/archives/cost.csv 07:31:55 + cut -d, -f6 [Pipeline] lock 07:31:56 Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] 07:31:56 Resource [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] did not exist. Created. 07:31:56 Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:31:56 /w/workspace/device-snmp-go/3@tmp/durable-fc83eaea/script.sh: 1: /w/workspace/device-snmp-go/3@tmp/durable-fc83eaea/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:31:56 + echo total: 0.20999999344348907 [Pipeline] stash 07:31:56 Warning: overwriting stash ‘stack-cost’ 07:31:57 Stashed 1 file(s) [Pipeline] } 07:31:57 Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:31:57 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:31:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:31:59 ---> package-listing.sh 07:31:59 ++ facter osfamily 07:31:59 ++ tr '[:upper:]' '[:lower:]' 07:31:59 + OS_FAMILY=redhat 07:31:59 + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-90 07:31:59 + START_PACKAGES=/tmp/packages_start.txt 07:31:59 + END_PACKAGES=/tmp/packages_end.txt 07:31:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:31:59 + PACKAGES=/tmp/packages_start.txt 07:31:59 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-90 ']' 07:31:59 + PACKAGES=/tmp/packages_end.txt 07:31:59 + case "${OS_FAMILY}" in 07:31:59 + rpm -qa 07:31:59 + sort 07:32:04 + '[' -f /tmp/packages_start.txt ']' 07:32:04 + '[' -f /tmp/packages_end.txt ']' 07:32:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:32:04 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-90 ']' 07:32:04 + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-90/archives/ 07:32:04 + 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:32:04 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:32:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:32:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:05 07:32:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:32:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:05 alpine: Pulling from edgex-lftools-log-publisher 07:32:05 df20fa9351a1: Pulling fs layer 07:32:05 36b3adc4ff6f: Pulling fs layer 07:32:05 8ad3a11d3b57: Pulling fs layer 07:32:05 46f8f816bc3b: Pulling fs layer 07:32:05 93b61091891f: Pulling fs layer 07:32:05 93b9cdb0e59b: Pulling fs layer 07:32:05 5e14af77c1be: Pulling fs layer 07:32:05 01666e4c0597: Pulling fs layer 07:32:05 aa168da1d23b: Pulling fs layer 07:32:05 46f8f816bc3b: Waiting 07:32:05 93b61091891f: Waiting 07:32:05 93b9cdb0e59b: Waiting 07:32:05 aa168da1d23b: Waiting 07:32:05 5e14af77c1be: Waiting 07:32:05 36b3adc4ff6f: Verifying Checksum 07:32:05 36b3adc4ff6f: Download complete 07:32:05 46f8f816bc3b: Verifying Checksum 07:32:05 46f8f816bc3b: Download complete 07:32:05 df20fa9351a1: Verifying Checksum 07:32:05 df20fa9351a1: Download complete 07:32:05 93b9cdb0e59b: Verifying Checksum 07:32:05 93b9cdb0e59b: Download complete 07:32:05 5e14af77c1be: Verifying Checksum 07:32:05 5e14af77c1be: Download complete 07:32:05 93b61091891f: Verifying Checksum 07:32:05 93b61091891f: Download complete 07:32:05 01666e4c0597: Verifying Checksum 07:32:05 01666e4c0597: Download complete 07:32:05 8ad3a11d3b57: Verifying Checksum 07:32:05 8ad3a11d3b57: Download complete 07:32:06 df20fa9351a1: Pull complete 07:32:06 36b3adc4ff6f: Pull complete 07:32:07 8ad3a11d3b57: Pull complete 07:32:07 46f8f816bc3b: Pull complete 07:32:08 aa168da1d23b: Verifying Checksum 07:32:08 aa168da1d23b: Download complete 07:32:08 93b61091891f: Pull complete 07:32:09 93b9cdb0e59b: Pull complete 07:32:09 5e14af77c1be: Pull complete 07:32:09 01666e4c0597: Pull complete 07:32:17 aa168da1d23b: Pull complete 07:32:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:32:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:32:17 prd-centos7-docker-4c-2g-1124 does not seem to be running inside a container 07:32:17 $ 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:32:21 $ docker top 57f2dfb2c62d32fe5626b7cac65efcb9e85c75bd9c17b106229737e983663683 -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:21 + touch /tmp/pre-build-complete [Pipeline] sh 07:32:21 + mkdir -p /var/log/sa [Pipeline] sh 07:32:22 + ls /var/log/sa-host 07:32:22 + sadf -c /var/log/sa-host/sa20 07:32:22 file_magic: OK 07:32:22 HZ: Using current value: 100 07:32:22 file_header: OK 07:32:22 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:32:22 Statistics: 07:32:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:32:22 File successfully converted to sysstat format version 12.2.1 07:32:22 + sadf -c /var/log/sa-host/sa23 07:32:22 file_magic: OK 07:32:22 HZ: Using current value: 100 07:32:22 file_header: OK 07:32:22 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:32:22 Statistics: 07:32:22 Hnuu...uuuununununu... 07:32:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:32:22 provisioning config files... 07:32:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/config3872332693400927454tmp [Pipeline] { [Pipeline] echo 07:32:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:32:23 ---> create-netrc.sh [Pipeline] } 07:32:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:32:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:32:23 ---> python-tools-install.sh [Pipeline] echo 07:32:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:32:23 ---> sudo-logs.sh 07:32:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:32:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:32:24 ---> job-cost.sh 07:32:24 lf-activate-venv: SKIPPING 07:32:24 DEBUG: total: 0.20999999344348907 07:32:24 INFO: Retrieving Stack Cost... 07:32:24 INFO: Retrieving Pricing Info for: v1-standard-2 07:32:25 INFO: Archiving Costs [Pipeline] echo 07:32:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:32:25 ---> logs-deploy.sh 07:32:25 lf-activate-venv: SKIPPING 07:32:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-90/3 07:32:25 INFO: archiving workspace using pattern(s): 07:32:27 Archives upload complete. 07:32:27 INFO: archiving logs to Nexus 07:32:28 ---> uname -a: 07:32:28 Linux prd-centos7-docker-4c-2g-1124.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:32:28 07:32:28 07:32:28 ---> lscpu: 07:32:28 Architecture: x86_64 07:32:28 CPU op-mode(s): 32-bit, 64-bit 07:32:28 Byte Order: Little Endian 07:32:28 Address sizes: 40 bits physical, 48 bits virtual 07:32:28 CPU(s): 4 07:32:28 On-line CPU(s) list: 0-3 07:32:28 Thread(s) per core: 1 07:32:28 Core(s) per socket: 1 07:32:28 Socket(s): 4 07:32:28 NUMA node(s): 1 07:32:28 Vendor ID: GenuineIntel 07:32:28 CPU family: 6 07:32:28 Model: 44 07:32:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:32:28 Stepping: 1 07:32:28 CPU MHz: 2933.442 07:32:28 BogoMIPS: 5866.88 07:32:28 Virtualization: VT-x 07:32:28 Hypervisor vendor: KVM 07:32:28 Virtualization type: full 07:32:28 L1d cache: 128 KiB 07:32:28 L1i cache: 128 KiB 07:32:28 L2 cache: 16 MiB 07:32:28 L3 cache: 64 MiB 07:32:28 NUMA node0 CPU(s): 0-3 07:32:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:32:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:32:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:32:28 Vulnerability Meltdown: Mitigation; PTI 07:32:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:32:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:32:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:32:28 Vulnerability Srbds: Not affected 07:32:28 Vulnerability Tsx async abort: Not affected 07:32:28 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:32:28 07:32:28 07:32:28 ---> nproc: 07:32:28 4 07:32:28 07:32:28 07:32:28 ---> df -h: 07:32:28 Filesystem Size Used Available Use% Mounted on 07:32:28 overlay 50.0G 7.3G 42.7G 15% / 07:32:28 tmpfs 64.0M 0 64.0M 0% /dev 07:32:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:32:28 shm 64.0M 0 64.0M 0% /dev/shm 07:32:28 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 07:32:28 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 07:32:28 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 07:32:28 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 07:32:28 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 07:32:28 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 07:32:28 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-90 07:32:28 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp 07:32:28 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 07:32:28 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 07:32:28 07:32:28 07:32:28 ---> free -m: 07:32:28 total used free shared buff/cache available 07:32:28 Mem: 1837 737 112 0 987 994 07:32:28 Swap: 1023 1 1022 07:32:28 07:32:28 07:32:28 ---> ip addr: 07:32:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:32:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:32:28 inet 127.0.0.1/8 scope host lo 07:32:28 valid_lft forever preferred_lft forever 07:32:28 inet6 ::1/128 scope host 07:32:28 valid_lft forever preferred_lft forever 07:32:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:32:28 link/ether fa:16:3e:68:76:a7 brd ff:ff:ff:ff:ff:ff 07:32:28 inet 10.30.122.248/23 brd 10.30.123.255 scope global dynamic eth0 07:32:28 valid_lft 85958sec preferred_lft 85958sec 07:32:28 inet6 fe80::f816:3eff:fe68:76a7/64 scope link 07:32:28 valid_lft forever preferred_lft forever 07:32:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:32:28 link/ether 02:42:1f:dd:c0:12 brd ff:ff:ff:ff:ff:ff 07:32:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:32:28 valid_lft forever preferred_lft forever 07:32:28 inet6 fe80::42:1fff:fedd:c012/64 scope link 07:32:28 valid_lft forever preferred_lft forever 07:32:28 07:32:28 07:32:28 ---> sar -b -r -n DEV: 07:32:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 07:32:28 07:32:28 07:24:55 LINUX RESTART (4 CPU) 07:32:28 07:32:28 07:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:32:28 07:27:01 2.00 0.00 2.00 0.00 0.00 44.09 0.00 07:32:28 07:28:01 0.47 0.00 0.47 0.00 0.00 6.44 0.00 07:32:28 07:29:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 07:32:28 07:30:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 07:32:28 07:31:01 0.25 0.00 0.25 0.00 0.00 3.75 0.00 07:32:28 07:32:01 29.37 29.04 0.33 0.00 2954.38 4.03 0.00 07:32:28 Average: 5.43 4.84 0.59 0.00 492.44 10.73 0.00 07:32:28 07:32:28 07:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:32:28 07:27:01 148080 0 615292 32.70 2620 1115552 1094848 37.37 449580 1086448 12 07:32:28 07:28:01 143940 0 619424 32.92 2620 1115560 1089104 37.17 454152 1086384 16 07:32:28 07:29:01 144840 0 618516 32.87 2620 1115568 1088936 37.16 453248 1086384 8 07:32:28 07:30:01 143724 0 619632 32.93 2620 1115568 1089104 37.17 452908 1087912 8 07:32:28 07:31:01 144748 0 618600 32.88 2620 1115576 1089008 37.17 449324 1091024 16 07:32:28 07:32:01 71984 0 647424 34.41 2620 1159516 1124008 38.36 473644 1139264 72 07:32:28 Average: 132886 0 623148 33.12 2620 1122890 1095835 37.40 455476 1096236 22 07:32:28 07:32:28 07:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:32:28 07:27:01 eth0 0.57 0.12 0.04 0.03 0.00 0.00 0.00 0.00 07:32:28 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 07:28:01 eth0 4.00 2.03 3.31 0.25 0.00 0.00 0.00 0.00 07:32:28 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 07:29:01 eth0 0.63 0.08 0.06 0.07 0.00 0.00 0.00 0.00 07:32:28 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 07:30:01 eth0 0.52 0.37 0.27 0.20 0.00 0.00 0.00 0.00 07:32:28 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 07:31:01 eth0 0.33 0.23 0.14 0.07 0.00 0.00 0.00 0.00 07:32:28 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 07:32:01 eth0 4.80 2.85 4.53 1.74 0.00 0.00 0.00 0.00 07:32:28 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 Average: eth0 1.81 0.95 1.39 0.40 0.00 0.00 0.00 0.00 07:32:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:28 07:32:28 07:32:28 ---> sar -P ALL: 07:32:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 07:32:28 07:32:28 07:24:55 LINUX RESTART (4 CPU) 07:32:28 07:32:28 07:26:01 CPU %user %nice %system %iowait %steal %idle 07:32:28 07:27:01 all 0.19 0.00 0.05 0.00 0.00 99.75 07:32:28 07:27:01 0 0.57 0.00 0.05 0.00 0.00 99.38 07:32:28 07:27:01 1 0.05 0.00 0.05 0.00 0.00 99.90 07:32:28 07:27:01 2 0.12 0.00 0.07 0.00 0.02 99.80 07:32:28 07:27:01 3 0.02 0.00 0.05 0.00 0.00 99.93 07:32:28 07:28:01 all 0.16 0.00 0.04 0.00 0.00 99.80 07:32:28 07:28:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:32:28 07:28:01 1 0.10 0.00 0.05 0.00 0.00 99.85 07:32:28 07:28:01 2 0.45 0.00 0.05 0.00 0.00 99.50 07:32:28 07:28:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:32:28 07:29:01 all 0.15 0.00 0.04 0.00 0.01 99.81 07:32:28 07:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:32:28 07:29:01 1 0.05 0.00 0.05 0.00 0.02 99.88 07:32:28 07:29:01 2 0.47 0.00 0.05 0.00 0.02 99.47 07:32:28 07:29:01 3 0.03 0.00 0.03 0.00 0.00 99.93 07:32:28 07:30:01 all 0.17 0.00 0.05 0.00 0.02 99.77 07:32:28 07:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:32:28 07:30:01 1 0.08 0.00 0.07 0.00 0.02 99.83 07:32:28 07:30:01 2 0.53 0.00 0.03 0.00 0.03 99.40 07:32:28 07:30:01 3 0.03 0.00 0.08 0.00 0.00 99.88 07:32:28 07:31:01 all 0.17 0.00 0.04 0.00 0.01 99.78 07:32:28 07:31:01 0 0.52 0.00 0.03 0.00 0.02 99.43 07:32:28 07:31:01 1 0.02 0.00 0.03 0.00 0.03 99.92 07:32:28 07:31:01 2 0.07 0.00 0.07 0.00 0.00 99.87 07:32:28 07:31:01 3 0.07 0.00 0.03 0.00 0.00 99.90 07:32:28 07:32:01 all 0.56 0.00 0.23 0.75 0.01 98.45 07:32:28 07:32:01 0 0.58 0.00 0.07 0.03 0.00 99.32 07:32:28 07:32:01 1 0.50 0.00 0.22 0.72 0.02 98.55 07:32:28 07:32:01 2 0.97 0.00 0.50 1.20 0.00 97.33 07:32:28 07:32:01 3 0.18 0.00 0.15 1.05 0.02 98.60 07:32:28 Average: all 0.23 0.00 0.08 0.13 0.01 99.56 07:32:28 Average: 0 0.29 0.00 0.04 0.01 0.01 99.66 07:32:28 Average: 1 0.13 0.00 0.08 0.12 0.01 99.66 07:32:28 Average: 2 0.43 0.00 0.13 0.20 0.01 99.23 07:32:28 Average: 3 0.06 0.00 0.06 0.18 0.00 99.69 07:32:28 07:32:28 07:32:28