Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-snmp-go Loading trusted files from base branch master at 561c5a452436cba8707a8b2c6132209bc86d4f3d rather than 90a5406bdfd7db894efd3106afefe21c36aeedf6 Obtained Jenkinsfile from 561c5a452436cba8707a8b2c6132209bc86d4f3d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-snmp-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19630 in /w/workspace/dgexfoundry_device-snmp-go_PR-83 [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-83 # 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/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 561c5a452436cba8707a8b2c6132209bc86d4f3d into PR head commit 90a5406bdfd7db894efd3106afefe21c36aeedf6 Merge succeeded, producing 61a5790c5444971f3961c3feab4500b2d83312f9 Checking out Revision 61a5790c5444971f3961c3feab4500b2d83312f9 (PR-83) > git config core.sparsecheckout # timeout=10 > git checkout -f 90a5406bdfd7db894efd3106afefe21c36aeedf6 # 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 561c5a452436cba8707a8b2c6132209bc86d4f3d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 61a5790c5444971f3961c3feab4500b2d83312f9 # timeout=10 Commit message: "Merge commit '561c5a452436cba8707a8b2c6132209bc86d4f3d' into HEAD" > git rev-list --no-walk 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:28:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:28:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:28:02 ========================================================= 23:28:02 EdgeX Global Pipelines Version Info 23:28:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:28:04 ------------------- 23:28:04 stable info: 23:28:04 ------------------- 23:28:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:28:04 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:28:04 Message: update stable to v1.0.173 23:28:05 ------------------- 23:28:05 experimental info: 23:28:05 ------------------- 23:28:05 Commited By: **** collab-it+edgex@linuxfoundation.org 23:28:05 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:28:05 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:28:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 23:28:05 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 23:28:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:28:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:28:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:28:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:28:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:28:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:28:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:28:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:28:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:28:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 23:28:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:28:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:28:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:28:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:28:07 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:28:07 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:28:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:28:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:28:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:28:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:28:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:28:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:28:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:28:07 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:28:08 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:28:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-83 [Pipeline] echo 23:28:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-83 [Pipeline] echo 23:28:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-83 [Pipeline] echo 23:28:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 61a5790c5444971f3961c3feab4500b2d83312f9 [Pipeline] echo 23:28:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 61a5790 [Pipeline] echo 23:28:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:28:08 provisioning config files... 23:28:08 copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/config590963477835951029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:28:09 ---> docker-login.sh 23:28:09 nexus3.edgexfoundry.org:10001 23:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:09 Configure a credential helper to remove this warning. See 23:28:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:09 23:28:09 Login Succeeded 23:28:09 nexus3.edgexfoundry.org:10002 23:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:09 Configure a credential helper to remove this warning. See 23:28:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:09 23:28:09 Login Succeeded 23:28:09 nexus3.edgexfoundry.org:10003 23:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:09 Configure a credential helper to remove this warning. See 23:28:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:09 23:28:09 Login Succeeded 23:28:09 nexus3.edgexfoundry.org:10004 23:28:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:09 Configure a credential helper to remove this warning. See 23:28:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:09 23:28:09 Login Succeeded 23:28:09 docker.io 23:28:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:10 Configure a credential helper to remove this warning. See 23:28:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:10 23:28:10 Login Succeeded 23:28:10 ---> docker-login.sh ends [Pipeline] } 23:28:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:28:11 + git log --format=format:%s -1 61a5790c5444971f3961c3feab4500b2d83312f9 [Pipeline] echo 23:28:11 GIT_COMMIT: 61a5790c5444971f3961c3feab4500b2d83312f9, Commit Message: Merge commit '561c5a452436cba8707a8b2c6132209bc86d4f3d' into HEAD [Pipeline] echo 23:28:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:28:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:28:12 23:28:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:28:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:28:12 latest: Pulling from edgex-devops/git-semver 23:28:12 31603596830f: Pulling fs layer 23:28:12 2a8b12db71e7: Pulling fs layer 23:28:12 6ca5941a6612: Pulling fs layer 23:28:12 ecc8261a40a4: Pulling fs layer 23:28:12 ecc8261a40a4: Waiting 23:28:12 2a8b12db71e7: Verifying Checksum 23:28:12 2a8b12db71e7: Download complete 23:28:12 31603596830f: Verifying Checksum 23:28:12 31603596830f: Download complete 23:28:13 6ca5941a6612: Verifying Checksum 23:28:13 6ca5941a6612: Download complete 23:28:13 ecc8261a40a4: Verifying Checksum 23:28:13 ecc8261a40a4: Download complete 23:28:13 31603596830f: Pull complete 23:28:13 2a8b12db71e7: Pull complete 23:28:13 6ca5941a6612: Pull complete 23:28:14 ecc8261a40a4: Pull complete 23:28:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:28:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:28:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:28:14 prd-centos7-docker-4c-2g-19630 does not seem to be running inside a container 23:28:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-83 -v /w/workspace/dgexfoundry_device-snmp-go_PR-83:/w/workspace/dgexfoundry_device-snmp-go_PR-83:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:28:16 $ docker top cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:28:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:28:16 [ssh-agent] Looking for ssh-agent implementation... 23:28:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:28:16 $ docker exec cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 ssh-agent 23:28:17 SSH_AUTH_SOCK=/tmp/ssh-bZViksBqB02x/agent.11 23:28:17 SSH_AGENT_PID=16 23:28:17 Running ssh-add (command line suppressed) 23:28:17 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_819501989905155462.key (/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_819501989905155462.key) 23:28:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:28:17 + git tag --points-at HEAD [Pipeline] } 23:28:17 $ docker exec --env ******** --env ******** cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 ssh-agent -k 23:28:17 unset SSH_AUTH_SOCK; 23:28:17 unset SSH_AGENT_PID; 23:28:17 echo Agent pid 16 killed; 23:28:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:28:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:28:17 [ssh-agent] Looking for ssh-agent implementation... 23:28:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:28:18 $ docker exec cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 ssh-agent 23:28:18 SSH_AUTH_SOCK=/tmp/ssh-GVJM1xW6ekB3/agent.45 23:28:18 SSH_AGENT_PID=51 23:28:18 Running ssh-add (command line suppressed) 23:28:18 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_2772227350417757299.key (/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/private_key_2772227350417757299.key) 23:28:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:28:18 + git semver init 23:28:18 # -> Open(): unable to determine branch for HEAD 23:28:18 # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-83/.git 23:28:18 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-83 23:28:18 # $SEMVER_REMOTE_NAME = origin 23:28:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:28:18 # $SEMVER_USER_NAME = edgex-jenkins 23:28:18 # $SEMVER_BRANCH = PR-83 23:28:18 # $SEMVER_TEMP = /tmp/semver-420407868 23:28:18 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 23:28:19 # '/tmp/semver-420407868' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-83/.semver' 23:28:19 # -> Force: false 23:28:19 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-83/.semver [Pipeline] } 23:28:19 $ docker exec --env ******** --env ******** cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 ssh-agent -k 23:28:19 unset SSH_AUTH_SOCK; 23:28:19 unset SSH_AGENT_PID; 23:28:19 echo Agent pid 51 killed; 23:28:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:28:19 + git semver [Pipeline] } 23:28:19 $ docker stop --time=1 cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 23:28:21 $ docker rm -f cdab2a3b318ad2565ac97a779f2b3869d8528104573947e8f1abebeb77870615 [Pipeline] // withDockerContainer [Pipeline] sh 23:28:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:28:22 Stashed 1 file(s) [Pipeline] echo 23:28:22 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 23:28:37 Still waiting to schedule task 23:28:37 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:28:37 Still waiting to schedule task 23:28:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:30:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19631 in /w/workspace/dgexfoundry_device-snmp-go_PR-83 [Pipeline] { [Pipeline] ws 23:30:18 Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout 23:30:23 using credential edgex-jenkins-ssh 23:30:23 Cloning the remote Git repository 23:30:24 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 23:30:24 > git init /w/workspace/device-snmp-go/2 # timeout=10 23:30:24 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:30:24 > git --version # timeout=10 23:30:24 > git --version # 'git version 2.17.1' 23:30:24 using GIT_SSH to set credentials SSH Credentials for GitHub 23:30:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:30:25 Running on prd-centos7-docker-4c-2g-19632 in /w/workspace/dgexfoundry_device-snmp-go_PR-83 [Pipeline] { [Pipeline] ws 23:30:25 Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout 23:30:25 Merging remotes/origin/master commit 561c5a452436cba8707a8b2c6132209bc86d4f3d into PR head commit 90a5406bdfd7db894efd3106afefe21c36aeedf6 23:30:26 Merge succeeded, producing 2ae90ee8d7dcf8e3cd4bc02d8f249799b85ad136 23:30:26 Checking out Revision 2ae90ee8d7dcf8e3cd4bc02d8f249799b85ad136 (PR-83) 23:30:25 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:30:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:30:25 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:30:25 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:30:25 using GIT_SSH to set credentials SSH Credentials for GitHub 23:30:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:30:25 > git config core.sparsecheckout # timeout=10 23:30:25 > git checkout -f 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 23:30:25 > git remote # timeout=10 23:30:25 > git config --get remote.origin.url # timeout=10 23:30:26 using GIT_SSH to set credentials SSH Credentials for GitHub 23:30:26 > git merge 561c5a452436cba8707a8b2c6132209bc86d4f3d # timeout=10 23:30:26 > git rev-parse HEAD^{commit} # timeout=10 23:30:26 > git config core.sparsecheckout # timeout=10 23:30:26 > git checkout -f 2ae90ee8d7dcf8e3cd4bc02d8f249799b85ad136 # timeout=10 23:30:27 using credential edgex-jenkins-ssh 23:30:27 Cloning the remote Git repository 23:30:27 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 23:30:27 > git init /w/workspace/device-snmp-go/2 # timeout=10 23:30:27 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:30:27 > git --version # timeout=10 23:30:27 > git --version # 'git version 2.24.3' 23:30:27 using GIT_SSH to set credentials SSH Credentials for GitHub 23:30:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:30:28 Merging remotes/origin/master commit 561c5a452436cba8707a8b2c6132209bc86d4f3d into PR head commit 90a5406bdfd7db894efd3106afefe21c36aeedf6 23:30:29 Merge succeeded, producing 284b6cc9a9a5ccd237bdc39761117b7eed7ff669 23:30:29 Checking out Revision 284b6cc9a9a5ccd237bdc39761117b7eed7ff669 (PR-83) 23:30:28 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:30:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:30:28 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:30:28 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:30:28 using GIT_SSH to set credentials SSH Credentials for GitHub 23:30:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/83/head:refs/remotes/origin/PR-83 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:30:28 > git config core.sparsecheckout # timeout=10 23:30:28 > git checkout -f 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 23:30:28 > git remote # timeout=10 23:30:28 > git config --get remote.origin.url # timeout=10 23:30:28 using GIT_SSH to set credentials SSH Credentials for GitHub 23:30:28 > git merge 561c5a452436cba8707a8b2c6132209bc86d4f3d # timeout=10 23:30:28 > git rev-parse HEAD^{commit} # timeout=10 23:30:28 > git config core.sparsecheckout # timeout=10 23:30:28 > git checkout -f 284b6cc9a9a5ccd237bdc39761117b7eed7ff669 # timeout=10 23:30:30 Commit message: "Merge commit '561c5a452436cba8707a8b2c6132209bc86d4f3d' into HEAD" 23:30:30 > git rev-list --no-walk 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:30:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:30:32 Commit message: "Merge commit '561c5a452436cba8707a8b2c6132209bc86d4f3d' into HEAD" 23:30:32 > git rev-list --no-walk 90a5406bdfd7db894efd3106afefe21c36aeedf6 # timeout=10 23:30:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 23:30:33 + + truesudo 23:30:33 service docker restart [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:30:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:30:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:30:34 + sudo service docker restart 23:30:34 + true 23:30:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:30:35 provisioning config files... 23:30:35 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config2932652576824186122tmp [Pipeline] withEnv [Pipeline] { [Pipeline] { [Pipeline] wrap 23:30:35 provisioning config files... 23:30:35 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config4753435148925719712tmp [Pipeline] libraryResource [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:30:36 ---> docker-login.sh 23:30:36 nexus3.edgexfoundry.org:10001 23:30:36 ---> docker-login.sh 23:30:36 nexus3.edgexfoundry.org:10001 23:30:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:30:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:30:36 Configure a credential helper to remove this warning. See 23:30:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:30:36 23:30:36 Login Succeeded 23:30:36 nexus3.edgexfoundry.org:10002 23:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:30:37 Configure a credential helper to remove this warning. See 23:30:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:30:37 23:30:37 Login Succeeded 23:30:37 nexus3.edgexfoundry.org:10003 23:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:30:37 Configure a credential helper to remove this warning. See 23:30:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:30:37 23:30:37 Login Succeeded 23:30:37 nexus3.edgexfoundry.org:10004 23:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:30:37 Configure a credential helper to remove this warning. See 23:30:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:30:37 23:30:37 Login Succeeded 23:30:37 docker.io 23:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:30:37 Configure a credential helper to remove this warning. See 23:30:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:30:37 23:30:37 Login Succeeded 23:30:37 nexus3.edgexfoundry.org:10002 23:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:30:37 Configure a credential helper to remove this warning. See 23:30:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:30:37 23:30:37 Login Succeeded 23:30:37 ---> docker-login.sh ends [Pipeline] } 23:30:37 Deleting 1 temporary files [Pipeline] // wrap 23:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 23:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:30:38 Configure a credential helper to remove this warning. See 23:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:30:38 23:30:38 Login Succeeded 23:30:38 nexus3.edgexfoundry.org:10003 [Pipeline] echo 23:30:38 ========================================================= 23:30:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:30:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:30:38 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 23:30:38 Sending build context to Docker daemon 341.5kB 23:30:38 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:30:38 Step 2/10 : FROM ${BASE} 23:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:30:38 Configure a credential helper to remove this warning. See 23:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:30:38 23:30:38 Login Succeeded 23:30:38 nexus3.edgexfoundry.org:10004 23:30:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:30:38 188c0c94c7c5: Pulling fs layer 23:30:38 0ef7d3d256c8: Pulling fs layer 23:30:38 de9db76c5a1d: Pulling fs layer 23:30:38 bca2f99d35d6: Pulling fs layer 23:30:38 93359f2a8cfa: Pulling fs layer 23:30:38 7c6f9722023f: Pulling fs layer 23:30:38 a35cf1a2eb13: Pulling fs layer 23:30:38 bca2f99d35d6: Waiting 23:30:38 93359f2a8cfa: Waiting 23:30:38 7c6f9722023f: Waiting 23:30:38 a35cf1a2eb13: Waiting 23:30:38 de9db76c5a1d: Verifying Checksum 23:30:38 de9db76c5a1d: Download complete 23:30:38 0ef7d3d256c8: Verifying Checksum 23:30:38 0ef7d3d256c8: Download complete 23:30:38 93359f2a8cfa: Download complete 23:30:38 7c6f9722023f: Verifying Checksum 23:30:38 7c6f9722023f: Download complete 23:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:30:39 188c0c94c7c5: Verifying Checksum 23:30:39 188c0c94c7c5: Download complete 23:30:39 188c0c94c7c5: Pull complete 23:30:39 0ef7d3d256c8: Pull complete 23:30:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:30:39 Configure a credential helper to remove this warning. See 23:30:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:30:39 23:30:39 Login Succeeded 23:30:39 docker.io 23:30:39 de9db76c5a1d: Pull complete 23:30:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:30:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:30:40 Configure a credential helper to remove this warning. See 23:30:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:30:40 23:30:40 Login Succeeded 23:30:40 ---> docker-login.sh ends [Pipeline] } 23:30:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 23:30:41 a35cf1a2eb13: Verifying Checksum [Pipeline] echo 23:30:41 ========================================================= 23:30:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:30:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:30:41 a35cf1a2eb13: Download complete 23:30:41 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 23:30:41 Sending build context to Docker daemon 340.5kB 23:30:41 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:30:41 Step 2/10 : FROM ${BASE} 23:30:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:30:41 5f621e34cdf4: Pulling fs layer 23:30:41 a4357932f1b6: Pulling fs layer 23:30:41 18c013af1878: Pulling fs layer 23:30:41 00ac8860ef70: Pulling fs layer 23:30:41 63d7cb157983: Pulling fs layer 23:30:41 b116817d02f9: Pulling fs layer 23:30:41 745a02a5169b: Pulling fs layer 23:30:41 b116817d02f9: Waiting 23:30:41 00ac8860ef70: Waiting 23:30:41 745a02a5169b: Waiting 23:30:41 63d7cb157983: Waiting 23:30:41 18c013af1878: Verifying Checksum 23:30:41 18c013af1878: Download complete 23:30:41 a4357932f1b6: Verifying Checksum 23:30:41 a4357932f1b6: Download complete 23:30:41 63d7cb157983: Verifying Checksum 23:30:41 63d7cb157983: Download complete 23:30:41 b116817d02f9: Verifying Checksum 23:30:41 b116817d02f9: Download complete 23:30:41 5f621e34cdf4: Verifying Checksum 23:30:41 5f621e34cdf4: Download complete 23:30:42 bca2f99d35d6: Verifying Checksum 23:30:42 bca2f99d35d6: Download complete 23:30:42 5f621e34cdf4: Pull complete 23:30:43 a4357932f1b6: Pull complete 23:30:43 18c013af1878: Pull complete 23:30:44 745a02a5169b: Verifying Checksum 23:30:44 745a02a5169b: Download complete 23:30:45 00ac8860ef70: Verifying Checksum 23:30:45 00ac8860ef70: Download complete 23:30:47 bca2f99d35d6: Pull complete 23:30:47 93359f2a8cfa: Pull complete 23:30:47 7c6f9722023f: Pull complete 23:30:52 a35cf1a2eb13: Pull complete 23:30:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:30:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:30:52 ---> a62c8e92a672 23:30:52 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:30:52 ---> Running in a89d46bd6938 23:30:52 Removing intermediate container a89d46bd6938 23:30:52 ---> 424592540bc6 23:30:52 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:30:52 ---> Running in d395db0a7b46 23:30:53 Removing intermediate container d395db0a7b46 23:30:53 ---> 71f9db404022 23:30:53 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 23:30:53 ---> Running in dd65e38cbef5 23:30:53 Removing intermediate container dd65e38cbef5 23:30:53 ---> 30cbfc1dbfdc 23:30:53 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:30:53 ---> Running in 7b8484f59c96 23:30:54 Removing intermediate container 7b8484f59c96 23:30:54 ---> 9f596ad606f8 23:30:54 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:30:54 ---> Running in d9b9d8526bb1 23:30:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:30:56 00ac8860ef70: Pull complete 23:30:56 63d7cb157983: Pull complete 23:30:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:30:56 b116817d02f9: Pull complete 23:30:57 OK: 166 MiB in 39 packages 23:30:57 Removing intermediate container d9b9d8526bb1 23:30:57 ---> ea42284e980f 23:30:57 Step 8/10 : WORKDIR /device-snmp-go 23:30:57 ---> Running in e34837c1512f 23:30:57 Removing intermediate container e34837c1512f 23:30:57 ---> a179212f526c 23:30:57 Step 9/10 : COPY . . 23:30:58 ---> 34dc36264e26 23:30:58 Step 10/10 : RUN go mod download 23:30:58 ---> Running in d50f056974c1 23:31:01 745a02a5169b: Pull complete 23:31:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:31:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:31:01 ---> b7e6874047d6 23:31:01 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:31:03 ---> Running in ea71e55bf5ea 23:31:04 Removing intermediate container ea71e55bf5ea 23:31:04 ---> 1b8312575c36 23:31:04 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:31:04 ---> Running in c9850b37f02f 23:31:04 Removing intermediate container c9850b37f02f 23:31:04 ---> c3e41637efae 23:31:04 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 23:31:04 ---> Running in 533bd1c0f39f 23:31:05 Removing intermediate container 533bd1c0f39f 23:31:05 ---> d574c98972dc 23:31:05 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:31:05 ---> Running in c9631b9d084c 23:31:08 Removing intermediate container c9631b9d084c 23:31:08 ---> 7cfd3b832dd5 23:31:08 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:31:08 ---> Running in bde3f4023eaf 23:31:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:31:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:31:10 OK: 142 MiB in 39 packages 23:31:11 Removing intermediate container bde3f4023eaf 23:31:11 ---> e623a2b53cb7 23:31:11 Step 8/10 : WORKDIR /device-snmp-go 23:31:12 ---> Running in b9b3b6b4e276 23:31:12 Removing intermediate container b9b3b6b4e276 23:31:12 ---> fdb8deea7196 23:31:12 Step 9/10 : COPY . . 23:31:13 ---> e008a7201ff6 23:31:13 Step 10/10 : RUN go mod download 23:31:13 ---> Running in f67f1eac82ef 23:31:16 Removing intermediate container d50f056974c1 23:31:16 ---> 55e833af092c 23:31:16 Successfully built 55e833af092c 23:31:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:31:17 + docker inspect -f . ci-base-image-x86_64 23:31:17 . [Pipeline] withDockerContainer 23:31:17 prd-centos7-docker-4c-2g-19632 does not seem to be running inside a container 23:31:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:31:18 $ docker top 3e1f8c2751f2d9590a222c6317e2994e6d43b02de980ca9c989ecd5f7c050dde -eo pid,comm [Pipeline] { [Pipeline] sh 23:31:18 + go version 23:31:18 go version go1.15.5 linux/amd64 [Pipeline] } 23:31:18 $ docker stop --time=1 3e1f8c2751f2d9590a222c6317e2994e6d43b02de980ca9c989ecd5f7c050dde 23:31:20 $ docker rm -f 3e1f8c2751f2d9590a222c6317e2994e6d43b02de980ca9c989ecd5f7c050dde [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:31:21 + docker inspect -f . ci-base-image-x86_64 23:31:21 . [Pipeline] withDockerContainer 23:31:21 prd-centos7-docker-4c-2g-19632 does not seem to be running inside a container 23:31:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:31:21 $ docker top c7ded39ce6f4553c6aa2ecbcbed2ac7b2871f7c2d6664bb301915c21a1279d61 -eo pid,comm [Pipeline] { [Pipeline] sh 23:31:22 + make test 23:31:22 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:31:23 ? github.com/edgexfoundry/device-snmp-go [no test files] 23:31:33 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 23:31:33 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements 23:31:33 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:31:35 gofmt -l . 23:31:35 [ "`gofmt -l .`" = "" ] 23:31:35 ./bin/test-attribution-txt.sh 23:31:35 Removing intermediate container f67f1eac82ef 23:31:35 ---> 3d63b7e7e0a8 23:31:35 Successfully built 3d63b7e7e0a8 23:31:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:31:36 + docker inspect -f . ci-base-image-arm64 23:31:36 . [Pipeline] withDockerContainer 23:31:36 ./bin/test-go-mod-tidy.sh 23:31:36 prd-ubuntu18.04-docker-arm64-4c-16g-19631 does not seem to be running inside a container 23:31:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:31:38 $ docker top 2552ccc556613cfa8330f2bcd2744b5b958bf43c8cbd8f57e434637c91ed402c -eo pid,comm [Pipeline] { [Pipeline] } 23:31:38 $ docker stop --time=1 c7ded39ce6f4553c6aa2ecbcbed2ac7b2871f7c2d6664bb301915c21a1279d61 23:31:40 $ docker rm -f c7ded39ce6f4553c6aa2ecbcbed2ac7b2871f7c2d6664bb301915c21a1279d61 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 23:31:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:31:41 Stashed 1 file(s) [Pipeline] } 23:31:41 + go version 23:31:41 go version go1.15.5 linux/arm64 [Pipeline] // script [Pipeline] } [Pipeline] } 23:31:41 $ docker stop --time=1 2552ccc556613cfa8330f2bcd2744b5b958bf43c8cbd8f57e434637c91ed402c 23:31:43 $ docker rm -f 2552ccc556613cfa8330f2bcd2744b5b958bf43c8cbd8f57e434637c91ed402c [Pipeline] // stage [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 23:31:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:31:45 + docker inspect -f . ci-base-image-arm64 23:31:45 . [Pipeline] withDockerContainer 23:31:45 + ls -al . 23:31:45 total 104 23:31:45 drwxrwxr-x. 8 jenkins jenkins 4096 Jan 11 23:31 . 23:31:45 drwxrwxr-x. 4 jenkins jenkins 28 Jan 11 23:30 .. 23:31:45 -rw-rw-r--. 1 jenkins jenkins 5082 Jan 11 23:30 Attribution.txt 23:31:45 drwxrwxr-x. 2 jenkins jenkins 87 Jan 11 23:30 bin 23:31:45 drwxrwxr-x. 3 jenkins jenkins 32 Jan 11 23:30 cmd 23:31:45 -rw-r--r--. 1 jenkins jenkins 8493 Jan 11 23:31 coverage.out 23:31:45 -rw-rw-r--. 1 jenkins jenkins 1529 Jan 11 23:30 Dockerfile 23:31:45 -rw-rw-r--. 1 jenkins jenkins 1006 Jan 11 23:30 Dockerfile.build 23:31:45 -rw-rw-r--. 1 jenkins jenkins 6 Jan 11 23:30 .dockerignore 23:31:45 drwxrwxr-x. 8 jenkins jenkins 179 Jan 11 23:30 .git 23:31:45 drwxrwxr-x. 2 jenkins jenkins 60 Jan 11 23:30 .github 23:31:45 -rw-rw-r--. 1 jenkins jenkins 272 Jan 11 23:30 .gitignore 23:31:45 -rw-r--r--. 1 jenkins jenkins 204 Jan 11 23:31 go.mod 23:31:45 -rw-r--r--. 1 jenkins jenkins 14156 Jan 11 23:31 go.sum 23:31:45 drwxrwxr-x. 3 jenkins jenkins 20 Jan 11 23:30 internal 23:31:45 -rw-rw-r--. 1 jenkins jenkins 656 Jan 11 23:30 Jenkinsfile 23:31:45 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 11 23:30 LICENSE 23:31:45 -rw-rw-r--. 1 jenkins jenkins 937 Jan 11 23:30 Makefile 23:31:45 drwxrwxr-x. 2 jenkins jenkins 84 Jan 11 23:30 profiles 23:31:45 -rw-rw-r--. 1 jenkins jenkins 12398 Jan 11 23:30 README.md 23:31:45 -rw-rw-r--. 1 jenkins jenkins 5 Jan 11 23:28 VERSION 23:31:45 -rw-rw-r--. 1 jenkins jenkins 209 Jan 11 23:30 version.go 23:31:45 prd-ubuntu18.04-docker-arm64-4c-16g-19631 does not seem to be running inside a container 23:31:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:31:47 $ docker top 1494d946e5603c6882fb5423dd40e863a0e1c9f5d53f658d4db4746beeb1162d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 23:31:47 + docker build -t docker-device-snmp-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=61a5790c5444971f3961c3feab4500b2d83312f9 --label arch=amd64 --label version=0.0.0 . 23:31:47 Sending build context to Docker daemon 350.7kB 23:31:47 Step 1/26 : ARG BASE=golang:1.15-alpine3.12 23:31:47 Step 2/26 : FROM ${BASE} AS builder 23:31:47 ---> 55e833af092c 23:31:47 Step 3/26 : ARG MAKE='make build' 23:31:48 + make test 23:31:48 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:31:48 ---> Running in 7c93ff721d66 23:31:48 Removing intermediate container 7c93ff721d66 23:31:48 ---> 5b56275793c8 23:31:48 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 23:31:48 ---> Running in d3b8a825664c 23:31:48 Removing intermediate container d3b8a825664c 23:31:48 ---> aa5a17d2e284 23:31:48 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 23:31:48 ---> Running in 49da7232abe8 23:31:49 Removing intermediate container 49da7232abe8 23:31:49 ---> ee293bc138be 23:31:49 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:31:49 ---> Running in d3bcbdaafcd0 23:31:49 ? github.com/edgexfoundry/device-snmp-go [no test files] 23:31:49 Removing intermediate container d3bcbdaafcd0 23:31:49 ---> 89a6fdbadb40 23:31:49 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:31:49 ---> Running in 855e3c23cbdb 23:31:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:31:52 OK: 166 MiB in 39 packages 23:31:52 Removing intermediate container 855e3c23cbdb 23:31:52 ---> a25b6c158521 23:31:52 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 23:31:52 ---> Running in 53db53071459 23:31:52 Removing intermediate container 53db53071459 23:31:52 ---> 5e08632ba090 23:31:52 Step 9/26 : COPY go.mod . 23:31:52 ---> 9d65bff806f5 23:31:52 Step 10/26 : COPY Makefile . 23:31:53 ---> ea5682839849 23:31:53 Step 11/26 : RUN make update 23:31:53 ---> Running in 8f72bf2bf417 23:31:53 CGO_ENABLED=0 GO111MODULE=on go mod download 23:31:54 Removing intermediate container 8f72bf2bf417 23:31:54 ---> 3d2153c82257 23:31:54 Step 12/26 : COPY . . 23:31:54 ---> 8cc6029cb3fa 23:31:54 Step 13/26 : RUN ${MAKE} 23:31:54 ---> Running in cb7d0c65c5d6 23:31:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd 23:32:05 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:32:07 Removing intermediate container cb7d0c65c5d6 23:32:07 ---> b455df16995a 23:32:07 Step 14/26 : FROM alpine:3.12 23:32:08 3.12: Pulling from library/alpine 23:32:08 801bfaa63ef2: Pulling fs layer 23:32:08 801bfaa63ef2: Download complete 23:32:08 801bfaa63ef2: Pull complete 23:32:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:32:08 Status: Downloaded newer image for alpine:3.12 23:32:08 ---> 389fef711851 23:32:08 Step 15/26 : ENV APP_PORT=49993 23:32:08 ---> Running in 877820f2b431 23:32:08 Removing intermediate container 877820f2b431 23:32:08 ---> 2b56d1a4ccc2 23:32:08 Step 16/26 : EXPOSE $APP_PORT 23:32:08 ---> Running in a62b72fd4398 23:32:09 Removing intermediate container a62b72fd4398 23:32:09 ---> d77018e29c00 23:32:09 Step 17/26 : ENV DEVICE_PORT=161 23:32:09 ---> Running in 1e9c1829a757 23:32:09 Removing intermediate container 1e9c1829a757 23:32:09 ---> 971d6c01e87e 23:32:09 Step 18/26 : EXPOSE $DEVICE_PORT 23:32:09 ---> Running in 25b77d14846b 23:32:09 Removing intermediate container 25b77d14846b 23:32:09 ---> 4fc199d67c5e 23:32:09 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 23:32:10 ---> d42555453ae0 23:32:10 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 23:32:10 ---> 7e00a29db10f 23:32:10 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 23:32:10 ---> 7d427ac8b578 23:32:10 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 23:32:10 ---> Running in 1fcc64548d76 23:32:10 Removing intermediate container 1fcc64548d76 23:32:10 ---> 6e538feb9e3c 23:32:10 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:32:10 ---> Running in 364a15f5c6d0 23:32:11 Removing intermediate container 364a15f5c6d0 23:32:11 ---> 92f4f204478f 23:32:11 Step 24/26 : LABEL arch=amd64 23:32:11 ---> Running in 3d70dc88bbf2 23:32:11 Removing intermediate container 3d70dc88bbf2 23:32:11 ---> eea411e07093 23:32:11 Step 25/26 : LABEL git_sha=61a5790c5444971f3961c3feab4500b2d83312f9 23:32:11 ---> Running in 9e3c2f587ce3 23:32:11 Removing intermediate container 9e3c2f587ce3 23:32:11 ---> 537a5605e983 23:32:11 Step 26/26 : LABEL version=0.0.0 23:32:11 ---> Running in 8b3c8534b7d6 23:32:11 Removing intermediate container 8b3c8534b7d6 23:32:11 ---> 833471684666 23:32:11 [Warning] One or more build-args [ARCH] were not consumed 23:32:11 Successfully built 833471684666 23:32:11 Successfully tagged docker-device-snmp-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:32:21 ? github.com/edgexfoundry/device-snmp-go/cmd [no test files] 23:32:21 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.023s coverage: 0.0% of statements 23:32:22 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:32:28 gofmt -l . 23:32:28 [ "`gofmt -l .`" = "" ] 23:32:28 ./bin/test-attribution-txt.sh 23:32:29 ./bin/test-go-mod-tidy.sh [Pipeline] } 23:32:30 $ docker stop --time=1 1494d946e5603c6882fb5423dd40e863a0e1c9f5d53f658d4db4746beeb1162d 23:32:32 $ docker rm -f 1494d946e5603c6882fb5423dd40e863a0e1c9f5d53f658d4db4746beeb1162d [Pipeline] // withDockerContainer [Pipeline] sh 23:32:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:32:33 Warning: overwriting stash ‘coverage-report’ 23:32:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:32:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:32:35 + ls -al . 23:32:35 total 132 23:32:35 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 23:32 . 23:32:35 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 23:30 .. 23:32:35 -rw-rw-r-- 1 jenkins jenkins 6 Jan 11 23:30 .dockerignore 23:32:35 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 23:30 .git 23:32:35 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 23:30 .github 23:32:35 -rw-rw-r-- 1 jenkins jenkins 272 Jan 11 23:30 .gitignore 23:32:35 -rw-rw-r-- 1 jenkins jenkins 5082 Jan 11 23:30 Attribution.txt 23:32:35 -rw-rw-r-- 1 jenkins jenkins 1529 Jan 11 23:30 Dockerfile 23:32:35 -rw-rw-r-- 1 jenkins jenkins 1006 Jan 11 23:30 Dockerfile.build 23:32:35 -rw-rw-r-- 1 jenkins jenkins 656 Jan 11 23:30 Jenkinsfile 23:32:35 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 23:30 LICENSE 23:32:35 -rw-rw-r-- 1 jenkins jenkins 937 Jan 11 23:30 Makefile 23:32:35 -rw-rw-r-- 1 jenkins jenkins 12398 Jan 11 23:30 README.md 23:32:35 -rw-rw-r-- 1 jenkins jenkins 5 Jan 11 23:28 VERSION 23:32:35 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 23:30 bin 23:32:35 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 23:30 cmd 23:32:35 -rw-r--r-- 1 jenkins jenkins 8493 Jan 11 23:32 coverage.out 23:32:35 -rw-r--r-- 1 jenkins jenkins 204 Jan 11 23:32 go.mod 23:32:35 -rw-r--r-- 1 jenkins jenkins 14156 Jan 11 23:32 go.sum 23:32:35 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 23:30 internal 23:32:35 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 23:30 profiles 23:32:35 -rw-rw-r-- 1 jenkins jenkins 209 Jan 11 23:30 version.go [Pipeline] isUnix [Pipeline] sh 23:32:35 + docker build -t docker-device-snmp-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=61a5790c5444971f3961c3feab4500b2d83312f9 --label arch=arm64 --label version=0.0.0 . 23:32:35 Sending build context to Docker daemon 349.7kB 23:32:35 Step 1/26 : ARG BASE=golang:1.15-alpine3.12 23:32:35 Step 2/26 : FROM ${BASE} AS builder 23:32:35 ---> 3d63b7e7e0a8 23:32:35 Step 3/26 : ARG MAKE='make build' 23:32:36 ---> Running in 2d7cc4929570 23:32:36 Removing intermediate container 2d7cc4929570 23:32:36 ---> 8706084cca38 23:32:36 Step 4/26 : ARG ALPINE_PKG_BASE="make git" 23:32:36 ---> Running in 0475a1e6fb8a 23:32:37 Removing intermediate container 0475a1e6fb8a 23:32:37 ---> 934425a1975c 23:32:37 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 23:32:37 ---> Running in 8a80e0dca681 23:32:37 Removing intermediate container 8a80e0dca681 23:32:37 ---> f9f1f71bc3a0 23:32:37 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:32:37 ---> Running in c048402a4834 23:32:39 Removing intermediate container c048402a4834 23:32:39 ---> 76eb91721169 23:32:39 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:32:40 ---> Running in 988e64aab216 23:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:32:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:32:42 OK: 142 MiB in 39 packages 23:32:43 Removing intermediate container 988e64aab216 23:32:43 ---> 97ed624f28b1 23:32:43 Step 8/26 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-snmp-go 23:32:44 ---> Running in 19aebe2b4590 23:32:44 Removing intermediate container 19aebe2b4590 23:32:44 ---> 4901c1e17b83 23:32:44 Step 9/26 : COPY go.mod . 23:32:45 ---> 6f9788b944d5 23:32:45 Step 10/26 : COPY Makefile . 23:32:45 ---> 8e468f7ceff1 23:32:45 Step 11/26 : RUN make update 23:32:46 ---> Running in ac35f71f0ca3 23:32:47 CGO_ENABLED=0 GO111MODULE=on go mod download 23:32:48 Removing intermediate container ac35f71f0ca3 23:32:48 ---> 71a30d7d65fd 23:32:48 Step 12/26 : COPY . . 23:32:49 ---> 6e1350800e90 23:32:49 Step 13/26 : RUN ${MAKE} 23:32:49 ---> Running in 3847129bf388 23:32:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-snmp-go.Version=0.0.0" -o cmd/device-snmp-go ./cmd 23:33:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 23:33:22 Removing intermediate container 3847129bf388 23:33:22 ---> e8e7e6efe8f2 23:33:22 Step 14/26 : FROM alpine:3.12 23:33:22 3.12: Pulling from library/alpine 23:33:22 159e5727ea61: Pulling fs layer 23:33:23 159e5727ea61: Verifying Checksum 23:33:23 159e5727ea61: Download complete 23:33:23 159e5727ea61: Pull complete 23:33:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:33:23 Status: Downloaded newer image for alpine:3.12 23:33:23 ---> afeebe901d6b 23:33:23 Step 15/26 : ENV APP_PORT=49993 23:33:24 ---> Running in 9a57ec5d19bc 23:33:24 Removing intermediate container 9a57ec5d19bc 23:33:24 ---> 85c4e2acc42f 23:33:24 Step 16/26 : EXPOSE $APP_PORT 23:33:24 ---> Running in ced85c0b0bd5 23:33:25 Removing intermediate container ced85c0b0bd5 23:33:25 ---> 7e3b2c588104 23:33:25 Step 17/26 : ENV DEVICE_PORT=161 23:33:25 ---> Running in 5e76aeadf274 23:33:25 Removing intermediate container 5e76aeadf274 23:33:25 ---> 69d44c7c1045 23:33:25 Step 18/26 : EXPOSE $DEVICE_PORT 23:33:25 ---> Running in 1e6cc636f54c 23:33:26 Removing intermediate container 1e6cc636f54c 23:33:26 ---> 80c220bc6a42 23:33:26 Step 19/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/cmd / 23:33:27 ---> d613ce3caee5 23:33:27 Step 20/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/Attribution.txt / 23:33:28 ---> 01bb19b56025 23:33:28 Step 21/26 : COPY --from=builder /go/src/github.com/edgexfoundry/device-snmp-go/LICENSE / 23:33:29 ---> acf7557d293e 23:33:29 Step 22/26 : ENTRYPOINT ["/device-snmp-go"] 23:33:29 ---> Running in 21aa9fbf7432 23:33:29 Removing intermediate container 21aa9fbf7432 23:33:29 ---> 9708ecd63792 23:33:29 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:33:29 ---> Running in f7f34a6d45d5 23:33:30 Removing intermediate container f7f34a6d45d5 23:33:30 ---> 3d48974cfaf9 23:33:30 Step 24/26 : LABEL arch=arm64 23:33:30 ---> Running in 04973a2d1a17 23:33:30 Removing intermediate container 04973a2d1a17 23:33:30 ---> 79c9edb6d7d2 23:33:30 Step 25/26 : LABEL git_sha=61a5790c5444971f3961c3feab4500b2d83312f9 23:33:31 ---> Running in 9ee35979bf35 23:33:31 Removing intermediate container 9ee35979bf35 23:33:31 ---> 0d068808da92 23:33:31 Step 26/26 : LABEL version=0.0.0 23:33:31 ---> Running in e9f9f48ece4e 23:33:32 Removing intermediate container e9f9f48ece4e 23:33:32 ---> 1afad4c06a70 23:33:32 [Warning] One or more build-args [ARCH] were not consumed 23:33:32 Successfully built 1afad4c06a70 23:33:32 Successfully tagged docker-device-snmp-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:33:33 provisioning config files... 23:33:33 copy managed file [device-snmp-go-codecov-token] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/config8703264192089463877tmp [Pipeline] { [Pipeline] sh 23:33:34 + set +x 23:33:34 + curl -s https://codecov.io/bash 23:33:34 + bash -s -- 23:33:34 23:33:34 _____ _ 23:33:34 / ____| | | 23:33:34 | | ___ __| | ___ ___ _____ __ 23:33:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:33:34 | |___| (_) | (_| | __/ (_| (_) \ V / 23:33:34 \_____\___/ \__,_|\___|\___\___/ \_/ 23:33:34 Bash-20201231-23d4836 23:33:34 23:33:34 23:33:34 ==> git version 2.24.3 found 23:33:34 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 23:33:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:33:34 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:33:34 ==> Jenkins CI detected. 23:33:34 project root: . 23:33:34 --> token set from env 23:33:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:33:34 ==> Running gcov in . (disable via -X gcov) 23:33:34 ==> Python coveragepy not found 23:33:34 ==> Searching for coverage reports in: 23:33:34 + . 23:33:34 -> Found 1 reports 23:33:34 ==> Detecting git/mercurial file structure 23:33:34 ==> Reading reports 23:33:34 + ./coverage.out bytes=8493 23:33:34 ==> Appending adjustments 23:33:34 https://docs.codecov.io/docs/fixing-reports 23:33:34 + Found adjustments 23:33:34 ==> Gzipping contents 23:33:34 4.0K /tmp/codecov.KdIEey.gz 23:33:34 ==> Uploading reports 23:33:34 url: https://codecov.io 23:33:34 query: branch=PR-83&commit=61a5790c5444971f3961c3feab4500b2d83312f9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-83%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=83&job=&cmd_args= 23:33:34 -> Pinging Codecov 23:33:34 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-83&commit=61a5790c5444971f3961c3feab4500b2d83312f9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-snmp-go%2Fjob%2FPR-83%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-snmp-go&service=jenkins&flags=&pr=83&job=&cmd_args= 23:33:34 -> Uploading to 23:33:34 https://storage.googleapis.com/codecov/v4/raw/2021-01-11/6C56EA5C29638FB4528AC87E60AF5AE0/61a5790c5444971f3961c3feab4500b2d83312f9/fd0bbca7-45e3-4937-b2f7-c29b69d8b0ec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T233334Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=63a11206a859eb8baea573af198903b3a3d75e00bf956240f65e5347c4e41d30 23:33:34 % Total % Received % Xferd Average Speed Time Time Time Current 23:33:34 Dload Upload Total Spent Left Speed 23:33:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1462 0 0 100 1462 0 2878 --:--:-- --:--:-- --:--:-- 2883 23:33:35 -> View reports at https://codecov.io/github/edgexfoundry/device-snmp-go/commit/61a5790c5444971f3961c3feab4500b2d83312f9 [Pipeline] } 23:33:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:33:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:33:39 ---> package-listing.sh 23:33:39 ++ facter osfamily 23:33:39 ++ tr '[:upper:]' '[:lower:]' 23:33:39 + OS_FAMILY=redhat 23:33:39 + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-83 23:33:39 + START_PACKAGES=/tmp/packages_start.txt 23:33:39 + END_PACKAGES=/tmp/packages_end.txt 23:33:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:33:39 + PACKAGES=/tmp/packages_start.txt 23:33:39 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-83 ']' 23:33:39 + PACKAGES=/tmp/packages_end.txt 23:33:39 + case "${OS_FAMILY}" in 23:33:39 + rpm -qa 23:33:39 + sort 23:33:45 + '[' -f /tmp/packages_start.txt ']' 23:33:45 + '[' -f /tmp/packages_end.txt ']' 23:33:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:33:45 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-83 ']' 23:33:45 + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-83/archives/ 23:33:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-83/archives/ [Pipeline] echo 23:33:45 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-83/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:33:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:33:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:33:45 23:33:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:33:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:33:46 alpine: Pulling from edgex-lftools-log-publisher 23:33:46 df20fa9351a1: Pulling fs layer 23:33:46 36b3adc4ff6f: Pulling fs layer 23:33:46 8ad3a11d3b57: Pulling fs layer 23:33:46 46f8f816bc3b: Pulling fs layer 23:33:46 93b61091891f: Pulling fs layer 23:33:46 93b9cdb0e59b: Pulling fs layer 23:33:46 5e14af77c1be: Pulling fs layer 23:33:46 01666e4c0597: Pulling fs layer 23:33:46 aa168da1d23b: Pulling fs layer 23:33:46 46f8f816bc3b: Waiting 23:33:46 93b61091891f: Waiting 23:33:46 93b9cdb0e59b: Waiting 23:33:46 5e14af77c1be: Waiting 23:33:46 01666e4c0597: Waiting 23:33:46 aa168da1d23b: Waiting 23:33:46 36b3adc4ff6f: Verifying Checksum 23:33:46 36b3adc4ff6f: Download complete 23:33:46 46f8f816bc3b: Verifying Checksum 23:33:46 46f8f816bc3b: Download complete 23:33:46 df20fa9351a1: Verifying Checksum 23:33:46 df20fa9351a1: Download complete 23:33:46 93b9cdb0e59b: Verifying Checksum 23:33:46 93b9cdb0e59b: Download complete 23:33:46 5e14af77c1be: Verifying Checksum 23:33:46 5e14af77c1be: Download complete 23:33:46 93b61091891f: Download complete 23:33:46 01666e4c0597: Verifying Checksum 23:33:46 01666e4c0597: Download complete 23:33:46 8ad3a11d3b57: Verifying Checksum 23:33:46 8ad3a11d3b57: Download complete 23:33:46 df20fa9351a1: Pull complete 23:33:46 36b3adc4ff6f: Pull complete 23:33:47 8ad3a11d3b57: Pull complete 23:33:47 46f8f816bc3b: Pull complete 23:33:48 93b61091891f: Pull complete 23:33:48 aa168da1d23b: Verifying Checksum 23:33:48 aa168da1d23b: Download complete 23:33:49 93b9cdb0e59b: Pull complete 23:33:49 5e14af77c1be: Pull complete 23:33:49 01666e4c0597: Pull complete 23:33:56 aa168da1d23b: Pull complete 23:33:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:33:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:33:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:33:56 prd-centos7-docker-4c-2g-19630 does not seem to be running inside a container 23:33:56 $ 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-83/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-83 -v /w/workspace/dgexfoundry_device-snmp-go_PR-83:/w/workspace/dgexfoundry_device-snmp-go_PR-83:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-83@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:33:59 $ docker top a625b834bc34f5aa4ceb4f1604b3c9365141a252977d691ce1d91855d2526072 -eo pid,comm [Pipeline] { [Pipeline] sh 23:34:00 + touch /tmp/pre-build-complete [Pipeline] sh 23:34:00 + mkdir -p /var/log/sa [Pipeline] sh 23:34:01 + ls /var/log/sa-host 23:34:01 + sadf -c /var/log/sa-host/sa11 23:34:01 file_magic: OK 23:34:01 HZ: Using current value: 100 23:34:01 file_header: OK 23:34:01 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:34:01 Statistics: 23:34:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:34:01 File successfully converted to sysstat format version 12.2.1 23:34:01 + sadf -c /var/log/sa-host/sa23 23:34:01 file_magic: OK 23:34:01 HZ: Using current value: 100 23:34:01 file_header: OK 23:34:01 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:34:01 Statistics: 23:34:01 Hnuu...uuuununununu... 23:34:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:34:01 provisioning config files... 23:34:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp/config6549301784871041134tmp [Pipeline] { [Pipeline] echo 23:34:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:34:02 ---> create-netrc.sh [Pipeline] } 23:34:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:34:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:34:02 ---> python-tools-install.sh [Pipeline] echo 23:34:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:34:02 ---> sudo-logs.sh 23:34:02 Archiving 'sudo' log.. [Pipeline] echo 23:34:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:34:03 ---> job-cost.sh 23:34:03 lf-activate-venv: SKIPPING 23:34:03 INFO: No Stack... 23:34:04 INFO: Retrieving Pricing Info for: v1-standard-2 23:34:04 INFO: Archiving Costs [Pipeline] echo 23:34:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:34:05 ---> logs-deploy.sh 23:34:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-83/2 23:34:05 INFO: archiving workspace using pattern(s): 23:34:06 Archives upload complete. 23:34:06 INFO: archiving logs to Nexus 23:34:07 ---> uname -a: 23:34:07 Linux prd-centos7-docker-4c-2g-19630.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:34:07 23:34:07 23:34:07 ---> lscpu: 23:34:07 Architecture: x86_64 23:34:07 CPU op-mode(s): 32-bit, 64-bit 23:34:07 Byte Order: Little Endian 23:34:07 Address sizes: 40 bits physical, 48 bits virtual 23:34:07 CPU(s): 4 23:34:07 On-line CPU(s) list: 0-3 23:34:07 Thread(s) per core: 1 23:34:07 Core(s) per socket: 1 23:34:07 Socket(s): 4 23:34:07 NUMA node(s): 1 23:34:07 Vendor ID: GenuineIntel 23:34:07 CPU family: 6 23:34:07 Model: 44 23:34:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:34:07 Stepping: 1 23:34:07 CPU MHz: 2933.438 23:34:07 BogoMIPS: 5866.87 23:34:07 Virtualization: VT-x 23:34:07 Hypervisor vendor: KVM 23:34:07 Virtualization type: full 23:34:07 L1d cache: 128 KiB 23:34:07 L1i cache: 128 KiB 23:34:07 L2 cache: 16 MiB 23:34:07 L3 cache: 64 MiB 23:34:07 NUMA node0 CPU(s): 0-3 23:34:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:34:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:34:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:34:07 Vulnerability Meltdown: Mitigation; PTI 23:34:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:34:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:34:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:34:07 Vulnerability Srbds: Not affected 23:34:07 Vulnerability Tsx async abort: Not affected 23:34:07 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:34:07 23:34:07 23:34:07 ---> nproc: 23:34:07 4 23:34:07 23:34:07 23:34:07 ---> df -h: 23:34:07 Filesystem Size Used Available Use% Mounted on 23:34:07 overlay 50.0G 7.3G 42.7G 15% / 23:34:07 tmpfs 64.0M 0 64.0M 0% /dev 23:34:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:34:07 shm 64.0M 0 64.0M 0% /dev/shm 23:34:07 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:34:07 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:34:07 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:34:07 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:34:07 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:34:07 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:34:07 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:34:07 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-83 23:34:07 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-83@tmp 23:34:07 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:34:07 23:34:07 23:34:07 ---> free -m: 23:34:07 total used free shared buff/cache available 23:34:07 Mem: 1837 727 106 0 1002 1004 23:34:07 Swap: 1023 0 1023 23:34:07 23:34:07 23:34:07 ---> ip addr: 23:34:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:34:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:34:07 inet 127.0.0.1/8 scope host lo 23:34:07 valid_lft forever preferred_lft forever 23:34:07 inet6 ::1/128 scope host 23:34:07 valid_lft forever preferred_lft forever 23:34:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:34:07 link/ether fa:16:3e:e0:b0:26 brd ff:ff:ff:ff:ff:ff 23:34:07 inet 10.30.122.236/23 brd 10.30.123.255 scope global dynamic eth0 23:34:07 valid_lft 86002sec preferred_lft 86002sec 23:34:07 inet6 fe80::f816:3eff:fee0:b026/64 scope link 23:34:07 valid_lft forever preferred_lft forever 23:34:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:34:07 link/ether 02:42:e9:dc:64:8b brd ff:ff:ff:ff:ff:ff 23:34:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:34:07 valid_lft forever preferred_lft forever 23:34:07 inet6 fe80::42:e9ff:fedc:648b/64 scope link 23:34:07 valid_lft forever preferred_lft forever 23:34:07 23:34:07 23:34:07 ---> sar -b -r -n DEV: 23:34:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) 23:34:07 23:34:07 23:27:19 LINUX RESTART (4 CPU) 23:34:07 23:34:07 23:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:34:07 23:29:01 31.86 12.69 19.18 0.00 4583.05 2983.30 0.00 23:34:07 23:30:01 0.98 0.00 0.98 0.00 0.00 20.32 0.00 23:34:07 23:31:01 0.30 0.00 0.30 0.00 0.00 3.90 0.00 23:34:07 23:32:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 23:34:07 23:33:01 0.15 0.00 0.15 0.00 0.00 1.93 0.00 23:34:07 Average: 6.71 2.54 4.17 0.00 916.89 602.61 0.00 23:34:07 23:34:07 23:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:34:07 23:29:01 150340 0 630080 33.49 2620 1098504 1126564 38.45 426996 1105856 12 23:34:07 23:30:01 156396 0 624016 33.17 2620 1098512 1081964 36.93 424448 1102932 8 23:34:07 23:31:01 155876 0 624532 33.19 2620 1098516 1082096 36.93 434852 1093472 8 23:34:07 23:32:01 155772 0 624636 33.20 2620 1098516 1081964 36.93 435744 1092880 8 23:34:07 23:33:01 155332 0 625068 33.22 2620 1098524 1082048 36.93 445352 1083824 8 23:34:07 Average: 154743 0 625666 33.25 2620 1098514 1090927 37.23 433478 1095793 9 23:34:07 23:34:07 23:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:34:07 23:29:01 eth0 167.60 115.08 453.58 38.53 0.00 0.00 0.00 0.00 23:34:07 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:29:01 docker0 1.13 1.03 0.27 2.01 0.00 0.00 0.00 0.00 23:34:07 23:30:01 eth0 1.13 0.02 0.10 0.00 0.00 0.00 0.00 0.00 23:34:07 23:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:31:01 eth0 2.50 1.33 1.93 0.42 0.00 0.00 0.00 0.00 23:34:07 23:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:32:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 23:34:07 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:33:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 23:34:07 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 23:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 Average: eth0 34.32 23.34 91.17 7.81 0.00 0.00 0.00 0.00 23:34:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:07 Average: docker0 0.23 0.21 0.05 0.40 0.00 0.00 0.00 0.00 23:34:07 23:34:07 23:34:07 ---> sar -P ALL: 23:34:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/11/21 _x86_64_ (4 CPU) 23:34:07 23:34:07 23:27:19 LINUX RESTART (4 CPU) 23:34:07 23:34:07 23:28:01 CPU %user %nice %system %iowait %steal %idle 23:34:07 23:29:01 all 3.22 0.00 1.82 0.52 0.02 94.42 23:34:07 23:29:01 0 4.02 0.00 1.93 0.13 0.02 93.90 23:34:07 23:29:01 1 2.73 0.00 1.68 0.44 0.02 95.14 23:34:07 23:29:01 2 2.95 0.00 1.84 0.39 0.02 94.81 23:34:07 23:29:01 3 3.20 0.00 1.82 1.12 0.02 93.84 23:34:07 23:30:01 all 0.17 0.00 0.05 0.00 0.00 99.78 23:34:07 23:30:01 0 0.52 0.00 0.05 0.00 0.00 99.43 23:34:07 23:30:01 1 0.05 0.00 0.03 0.00 0.02 99.90 23:34:07 23:30:01 2 0.07 0.00 0.07 0.00 0.00 99.87 23:34:07 23:30:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:34:07 23:31:01 all 0.16 0.00 0.03 0.00 0.00 99.80 23:34:07 23:31:01 0 0.47 0.00 0.05 0.00 0.00 99.48 23:34:07 23:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:34:07 23:31:01 2 0.10 0.00 0.05 0.00 0.00 99.85 23:34:07 23:31:01 3 0.05 0.00 0.02 0.00 0.00 99.93 23:34:07 23:32:01 all 0.16 0.00 0.02 0.00 0.00 99.81 23:34:07 23:32:01 0 0.52 0.00 0.02 0.00 0.00 99.47 23:34:07 23:32:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:34:07 23:32:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:34:07 23:32:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:34:07 23:33:01 all 0.17 0.00 0.08 0.00 0.01 99.74 23:34:07 23:33:01 0 0.53 0.00 0.08 0.00 0.00 99.38 23:34:07 23:33:01 1 0.05 0.00 0.10 0.00 0.00 99.85 23:34:07 23:33:01 2 0.05 0.00 0.08 0.00 0.02 99.85 23:34:07 23:33:01 3 0.05 0.00 0.07 0.00 0.02 99.87 23:34:07 Average: all 0.77 0.00 0.40 0.10 0.01 98.72 23:34:07 Average: 0 1.21 0.00 0.42 0.03 0.00 98.34 23:34:07 Average: 1 0.58 0.00 0.37 0.09 0.01 98.95 23:34:07 Average: 2 0.64 0.00 0.41 0.08 0.01 98.87 23:34:07 Average: 3 0.67 0.00 0.39 0.22 0.01 98.71 23:34:07 23:34:07 23:34:07