Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 33015d1bbdd413da7d901a131bd21e17aef7dafc+1f0733914b201895897853d5b06c8e02670a551a (a014b8adac897d81d6ec32e46f6c0d070187f605) 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17221 in /w/workspace/dgexfoundry_device-snmp-go_PR-80 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/dgexfoundry_device-snmp-go_PR-80 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1f0733914b201895897853d5b06c8e02670a551a into PR head commit 33015d1bbdd413da7d901a131bd21e17aef7dafc Merge succeeded, producing 67c1afb6d6cb3de19d8eba77b339b2fbe80d41cf Checking out Revision 67c1afb6d6cb3de19d8eba77b339b2fbe80d41cf (PR-80) > git config core.sparsecheckout # timeout=10 > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67c1afb6d6cb3de19d8eba77b339b2fbe80d41cf # timeout=10 Commit message: "Merge commit '1f0733914b201895897853d5b06c8e02670a551a' into HEAD" > git rev-list --no-walk 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:25:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:25:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:25:31 ========================================================= 23:25:31 EdgeX Global Pipelines Version Info 23:25:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:25:33 ------------------- 23:25:33 stable info: 23:25:33 ------------------- 23:25:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:25:33 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:25:33 Message: update stable to v1.0.173 23:25:33 ------------------- 23:25:33 experimental info: 23:25:33 ------------------- 23:25:33 Commited By: **** collab-it+edgex@linuxfoundation.org 23:25:33 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:25:33 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:25:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo 23:25:34 [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo 23:25:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:25:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:25:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:25:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:25:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo 23:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:25:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:25:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:25:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:25:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:25:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:25:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:25:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:25:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:25:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:25:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:25:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:25:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:25:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:25:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:25:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-80 [Pipeline] echo 23:25:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-80 [Pipeline] echo 23:25:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-80 [Pipeline] echo 23:25:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67c1afb6d6cb3de19d8eba77b339b2fbe80d41cf [Pipeline] echo 23:25:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 67c1afb [Pipeline] echo 23:25:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:25:37 provisioning config files... 23:25:37 copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/config1860769419790845528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:25:38 ---> docker-login.sh 23:25:38 nexus3.edgexfoundry.org:10001 23:25:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:38 Configure a credential helper to remove this warning. See 23:25:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:38 23:25:38 Login Succeeded 23:25:38 nexus3.edgexfoundry.org:10002 23:25:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:38 Configure a credential helper to remove this warning. See 23:25:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:38 23:25:38 Login Succeeded 23:25:38 nexus3.edgexfoundry.org:10003 23:25:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:38 Configure a credential helper to remove this warning. See 23:25:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:38 23:25:38 Login Succeeded 23:25:38 nexus3.edgexfoundry.org:10004 23:25:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:39 Configure a credential helper to remove this warning. See 23:25:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:39 23:25:39 Login Succeeded 23:25:39 docker.io 23:25:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:25:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:25:39 Configure a credential helper to remove this warning. See 23:25:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:25:39 23:25:39 Login Succeeded 23:25:39 ---> docker-login.sh ends [Pipeline] } 23:25:39 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:25:40 + git log --format=format:%s -1 67c1afb6d6cb3de19d8eba77b339b2fbe80d41cf [Pipeline] echo 23:25:40 GIT_COMMIT: 67c1afb6d6cb3de19d8eba77b339b2fbe80d41cf, Commit Message: Merge commit '1f0733914b201895897853d5b06c8e02670a551a' into HEAD [Pipeline] echo 23:25:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:25:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:25:41 23:25:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:25:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:25:41 latest: Pulling from edgex-devops/git-semver 23:25:41 31603596830f: Pulling fs layer 23:25:41 2a8b12db71e7: Pulling fs layer 23:25:41 6ca5941a6612: Pulling fs layer 23:25:41 ecc8261a40a4: Pulling fs layer 23:25:41 ecc8261a40a4: Waiting 23:25:41 2a8b12db71e7: Verifying Checksum 23:25:41 2a8b12db71e7: Download complete 23:25:41 31603596830f: Verifying Checksum 23:25:41 31603596830f: Download complete 23:25:41 6ca5941a6612: Verifying Checksum 23:25:41 6ca5941a6612: Download complete 23:25:41 ecc8261a40a4: Verifying Checksum 23:25:41 ecc8261a40a4: Download complete 23:25:42 31603596830f: Pull complete 23:25:42 2a8b12db71e7: Pull complete 23:25:43 6ca5941a6612: Pull complete 23:25:43 ecc8261a40a4: Pull complete 23:25:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:25:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:25:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:25:43 prd-centos7-docker-4c-2g-17221 does not seem to be running inside a container 23:25:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-80 -v /w/workspace/dgexfoundry_device-snmp-go_PR-80:/w/workspace/dgexfoundry_device-snmp-go_PR-80:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:25:45 $ docker top 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:25:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:25:45 [ssh-agent] Looking for ssh-agent implementation... 23:25:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:25:46 $ docker exec 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 ssh-agent 23:25:46 SSH_AUTH_SOCK=/tmp/ssh-1PtIswZhVXuu/agent.12 23:25:46 SSH_AGENT_PID=18 23:25:46 Running ssh-add (command line suppressed) 23:25:46 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_703803183199144802.key (/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_703803183199144802.key) 23:25:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:25:46 + git tag --points-at HEAD [Pipeline] } 23:25:47 $ docker exec --env ******** --env ******** 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 ssh-agent -k 23:25:47 unset SSH_AUTH_SOCK; 23:25:47 unset SSH_AGENT_PID; 23:25:47 echo Agent pid 18 killed; 23:25:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:25:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:25:47 [ssh-agent] Looking for ssh-agent implementation... 23:25:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:25:47 $ docker exec 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 ssh-agent 23:25:47 SSH_AUTH_SOCK=/tmp/ssh-jcBtS6GO0i0l/agent.47 23:25:47 SSH_AGENT_PID=52 23:25:47 Running ssh-add (command line suppressed) 23:25:47 Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_4072842551958591345.key (/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/private_key_4072842551958591345.key) 23:25:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:25:48 + git semver init 23:25:48 # -> Open(): unable to determine branch for HEAD 23:25:48 # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-80/.git 23:25:48 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-80 23:25:48 # $SEMVER_REMOTE_NAME = origin 23:25:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:25:48 # $SEMVER_USER_NAME = edgex-jenkins 23:25:48 # $SEMVER_BRANCH = PR-80 23:25:48 # $SEMVER_TEMP = /tmp/semver-271146104 23:25:48 # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP 23:25:48 # '/tmp/semver-271146104' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-80/.semver' 23:25:48 # -> Force: false 23:25:48 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-80/.semver [Pipeline] } 23:25:48 $ docker exec --env ******** --env ******** 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 ssh-agent -k 23:25:48 unset SSH_AUTH_SOCK; 23:25:48 unset SSH_AGENT_PID; 23:25:48 echo Agent pid 52 killed; 23:25:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:25:49 + git semver [Pipeline] } 23:25:49 $ docker stop --time=1 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 23:25:50 $ docker rm -f 3bc13392b6ca00db2870084953c1e61f45a731fde1911cb46fbd96a0d353bd05 [Pipeline] // withDockerContainer [Pipeline] sh 23:25:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:25:51 Stashed 1 file(s) [Pipeline] echo 23:25:51 [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:26:06 Still waiting to schedule task 23:26:06 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:26:06 Still waiting to schedule task 23:26:06 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:27:55 Running on prd-centos7-docker-4c-2g-17224 in /w/workspace/dgexfoundry_device-snmp-go_PR-80 [Pipeline] { [Pipeline] ws 23:27:55 Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout 23:27:57 using credential edgex-jenkins-ssh 23:27:57 Cloning the remote Git repository 23:27:57 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 23:27:58 > git init /w/workspace/device-snmp-go/2 # timeout=10 23:27:59 Merging remotes/origin/master commit 1f0733914b201895897853d5b06c8e02670a551a into PR head commit 33015d1bbdd413da7d901a131bd21e17aef7dafc 23:27:59 Merge succeeded, producing 71ad04514dfc832b57a1f9368d10af606ba801e3 23:27:59 Checking out Revision 71ad04514dfc832b57a1f9368d10af606ba801e3 (PR-80) 23:27:58 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:27:58 > git --version # timeout=10 23:27:58 > git --version # 'git version 2.24.3' 23:27:58 using GIT_SSH to set credentials SSH Credentials for GitHub 23:27:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:27:58 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:27:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:27:58 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:27:58 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:27:58 using GIT_SSH to set credentials SSH Credentials for GitHub 23:27:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:27:59 > git config core.sparsecheckout # timeout=10 23:27:59 > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 23:27:59 > git remote # timeout=10 23:27:59 > git config --get remote.origin.url # timeout=10 23:27:59 using GIT_SSH to set credentials SSH Credentials for GitHub 23:27:59 > git merge 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 23:27:59 > git rev-parse HEAD^{commit} # timeout=10 23:27:59 > git config core.sparsecheckout # timeout=10 23:27:59 > git checkout -f 71ad04514dfc832b57a1f9368d10af606ba801e3 # timeout=10 23:28:02 Commit message: "Merge commit '1f0733914b201895897853d5b06c8e02670a551a' into HEAD" 23:28:02 > git rev-list --no-walk 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 23:28:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17223 in /w/workspace/dgexfoundry_device-snmp-go_PR-80 [Pipeline] { [Pipeline] ws 23:28:03 Running in /w/workspace/device-snmp-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] sh 23:28:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:28:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:28:05 + sudo service docker restart 23:28:05 + true 23:28:05 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:28:06 provisioning config files... 23:28:06 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config127876539117927907tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:28:06 ---> docker-login.sh 23:28:06 nexus3.edgexfoundry.org:10001 23:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:07 Configure a credential helper to remove this warning. See 23:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:07 23:28:07 Login Succeeded 23:28:07 nexus3.edgexfoundry.org:10002 23:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:07 Configure a credential helper to remove this warning. See 23:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:07 23:28:07 Login Succeeded 23:28:07 nexus3.edgexfoundry.org:10003 23:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:07 Configure a credential helper to remove this warning. See 23:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:07 23:28:07 Login Succeeded 23:28:07 nexus3.edgexfoundry.org:10004 23:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:07 Configure a credential helper to remove this warning. See 23:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:07 23:28:07 Login Succeeded 23:28:07 docker.io 23:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:08 Configure a credential helper to remove this warning. See 23:28:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:08 23:28:08 Login Succeeded 23:28:08 ---> docker-login.sh ends [Pipeline] } 23:28:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:28:08 ========================================================= 23:28:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:28:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:28:09 using credential edgex-jenkins-ssh 23:28:09 + 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:28:09 Sending build context to Docker daemon 325.1kB 23:28:09 Step 1/10 : ARG BASE=golang:1.15-alpine 23:28:09 Step 2/10 : FROM ${BASE} 23:28:09 Cloning the remote Git repository 23:28:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:28:09 188c0c94c7c5: Pulling fs layer 23:28:09 0ef7d3d256c8: Pulling fs layer 23:28:09 de9db76c5a1d: Pulling fs layer 23:28:09 bca2f99d35d6: Pulling fs layer 23:28:09 93359f2a8cfa: Pulling fs layer 23:28:09 7c6f9722023f: Pulling fs layer 23:28:09 a35cf1a2eb13: Pulling fs layer 23:28:09 bca2f99d35d6: Waiting 23:28:09 93359f2a8cfa: Waiting 23:28:09 7c6f9722023f: Waiting 23:28:09 a35cf1a2eb13: Waiting 23:28:09 de9db76c5a1d: Verifying Checksum 23:28:09 de9db76c5a1d: Download complete 23:28:09 93359f2a8cfa: Verifying Checksum 23:28:09 93359f2a8cfa: Download complete 23:28:09 7c6f9722023f: Verifying Checksum 23:28:09 7c6f9722023f: Download complete 23:28:09 188c0c94c7c5: Verifying Checksum 23:28:09 188c0c94c7c5: Download complete 23:28:09 188c0c94c7c5: Pull complete 23:28:09 0ef7d3d256c8: Pull complete 23:28:09 de9db76c5a1d: Pull complete 23:28:09 Cloning repository git@github.com:edgexfoundry/device-snmp-go.git 23:28:09 > git init /w/workspace/device-snmp-go/2 # timeout=10 23:28:09 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:28:09 > git --version # timeout=10 23:28:09 > git --version # 'git version 2.17.1' 23:28:09 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:28:10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:28:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:28:10 Merging remotes/origin/master commit 1f0733914b201895897853d5b06c8e02670a551a into PR head commit 33015d1bbdd413da7d901a131bd21e17aef7dafc 23:28:10 Merge succeeded, producing 173ffffe733c7deb5d82e9967c9da75a42b42d90 23:28:10 Checking out Revision 173ffffe733c7deb5d82e9967c9da75a42b42d90 (PR-80) 23:28:11 a35cf1a2eb13: Verifying Checksum 23:28:11 a35cf1a2eb13: Download complete 23:28:10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 23:28:10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git 23:28:10 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:28:10 > git config core.sparsecheckout # timeout=10 23:28:10 > git checkout -f 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 23:28:10 > git remote # timeout=10 23:28:10 > git config --get remote.origin.url # timeout=10 23:28:10 using GIT_SSH to set credentials SSH Credentials for GitHub 23:28:10 > git merge 1f0733914b201895897853d5b06c8e02670a551a # timeout=10 23:28:10 > git rev-parse HEAD^{commit} # timeout=10 23:28:10 > git config core.sparsecheckout # timeout=10 23:28:10 > git checkout -f 173ffffe733c7deb5d82e9967c9da75a42b42d90 # timeout=10 23:28:11 bca2f99d35d6: Verifying Checksum 23:28:11 bca2f99d35d6: Download complete 23:28:15 Commit message: "Merge commit '1f0733914b201895897853d5b06c8e02670a551a' into HEAD" 23:28:15 > git rev-list --no-walk 33015d1bbdd413da7d901a131bd21e17aef7dafc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:28:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:28:17 bca2f99d35d6: Pull complete 23:28:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:28:17 93359f2a8cfa: Pull complete 23:28:17 7c6f9722023f: Pull complete 23:28:17 + sudo service docker restart 23:28:17 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:28:19 provisioning config files... 23:28:19 copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/2@tmp/config9038541563335477543tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:28:20 ---> docker-login.sh 23:28:20 nexus3.edgexfoundry.org:10001 23:28:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:21 Configure a credential helper to remove this warning. See 23:28:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:21 23:28:21 Login Succeeded 23:28:21 nexus3.edgexfoundry.org:10002 23:28:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:21 Configure a credential helper to remove this warning. See 23:28:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:21 23:28:21 Login Succeeded 23:28:22 nexus3.edgexfoundry.org:10003 23:28:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:22 Configure a credential helper to remove this warning. See 23:28:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:22 23:28:22 Login Succeeded 23:28:22 nexus3.edgexfoundry.org:10004 23:28:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:22 Configure a credential helper to remove this warning. See 23:28:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:22 23:28:22 Login Succeeded 23:28:22 docker.io 23:28:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:28:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:28:23 Configure a credential helper to remove this warning. See 23:28:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:28:23 23:28:23 Login Succeeded 23:28:23 ---> docker-login.sh ends [Pipeline] } 23:28:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:28:24 ========================================================= 23:28:24 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:28:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:28:24 + 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:28:24 Sending build context to Docker daemon 324.1kB 23:28:24 Step 1/10 : ARG BASE=golang:1.15-alpine 23:28:24 Step 2/10 : FROM ${BASE} 23:28:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:28:25 5f621e34cdf4: Pulling fs layer 23:28:25 a4357932f1b6: Pulling fs layer 23:28:25 18c013af1878: Pulling fs layer 23:28:25 00ac8860ef70: Pulling fs layer 23:28:25 63d7cb157983: Pulling fs layer 23:28:25 b116817d02f9: Pulling fs layer 23:28:25 745a02a5169b: Pulling fs layer 23:28:25 63d7cb157983: Waiting 23:28:25 b116817d02f9: Waiting 23:28:25 745a02a5169b: Waiting 23:28:25 00ac8860ef70: Waiting 23:28:25 18c013af1878: Verifying Checksum 23:28:25 18c013af1878: Download complete 23:28:25 a4357932f1b6: Verifying Checksum 23:28:25 a4357932f1b6: Download complete 23:28:25 63d7cb157983: Verifying Checksum 23:28:25 63d7cb157983: Download complete 23:28:25 b116817d02f9: Verifying Checksum 23:28:25 b116817d02f9: Download complete 23:28:25 5f621e34cdf4: Download complete 23:28:25 5f621e34cdf4: Pull complete 23:28:26 a4357932f1b6: Pull complete 23:28:26 18c013af1878: Pull complete 23:28:27 a35cf1a2eb13: Pull complete 23:28:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:28:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:28:27 ---> a62c8e92a672 23:28:27 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:28:27 ---> Running in b4ffc8982661 23:28:27 Removing intermediate container b4ffc8982661 23:28:27 ---> d3c70562343f 23:28:27 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:28:27 ---> Running in dbd3a30594a1 23:28:27 Removing intermediate container dbd3a30594a1 23:28:27 ---> 33887640668c 23:28:27 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 23:28:27 ---> Running in f86aeaa8d265 23:28:27 Removing intermediate container f86aeaa8d265 23:28:27 ---> 0e78c1a9290c 23:28:27 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:28:27 ---> Running in 61f22787bf4a 23:28:27 745a02a5169b: Download complete 23:28:28 Removing intermediate container 61f22787bf4a 23:28:28 ---> 01a712dc00cb 23:28:28 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:28:28 ---> Running in 52a89dc9ecbc 23:28:29 00ac8860ef70: Verifying Checksum 23:28:29 00ac8860ef70: Download complete 23:28:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:28:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:28:30 OK: 166 MiB in 39 packages 23:28:30 Removing intermediate container 52a89dc9ecbc 23:28:30 ---> 1e65b0717e72 23:28:30 Step 8/10 : WORKDIR /device-snmp-go 23:28:30 ---> Running in a0ad93b63dc1 23:28:30 Removing intermediate container a0ad93b63dc1 23:28:30 ---> 31bcae96ccf4 23:28:30 Step 9/10 : COPY . . 23:28:31 ---> 9951f38d6d9b 23:28:31 Step 10/10 : RUN go mod download 23:28:31 ---> Running in 976826982fb2 23:28:39 00ac8860ef70: Pull complete 23:28:39 63d7cb157983: Pull complete 23:28:39 b116817d02f9: Pull complete 23:28:43 745a02a5169b: Pull complete 23:28:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:28:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:28:43 ---> b7e6874047d6 23:28:43 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:28:45 ---> Running in c33bee0f0737 23:28:46 Removing intermediate container c33bee0f0737 23:28:46 ---> 7a418cfbc585 23:28:46 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:28:46 ---> Running in cbbeb960fcad 23:28:46 Removing intermediate container cbbeb960fcad 23:28:46 ---> 953575a38bb1 23:28:46 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 23:28:46 ---> Running in 06179b9335eb 23:28:47 Removing intermediate container 06179b9335eb 23:28:47 ---> c6097e5043a4 23:28:47 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:28:47 ---> Running in df414bad3c94 23:28:50 Removing intermediate container df414bad3c94 23:28:50 ---> c83fd1299e6d 23:28:50 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:28:50 ---> Running in 857250d4b177 23:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:28:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:28:52 OK: 142 MiB in 39 packages 23:28:53 Removing intermediate container 976826982fb2 23:28:53 ---> c541a73d9b2a 23:28:53 Successfully built c541a73d9b2a 23:28:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:28:53 Removing intermediate container 857250d4b177 23:28:53 ---> b78dcde162fa 23:28:53 Step 8/10 : WORKDIR /device-snmp-go 23:28:53 ---> Running in e12b69c8b921 23:28:54 + docker inspect -f . ci-base-image-x86_64 23:28:54 Removing intermediate container e12b69c8b921 23:28:54 ---> e0f69b345a6c 23:28:54 Step 9/10 : COPY . . 23:28:54 . [Pipeline] withDockerContainer 23:28:54 prd-centos7-docker-4c-2g-17224 does not seem to be running inside a container 23:28:54 $ 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 ******** ci-base-image-x86_64 cat 23:28:55 ---> 607342bfa290 23:28:55 Step 10/10 : RUN go mod download 23:28:55 ---> Running in a075c85a3f7c 23:28:55 $ docker top 3f3aae6904ea7df63382c1864ccc5b83d81efa9964a50205b3e96ac883810817 -eo pid,comm [Pipeline] { [Pipeline] sh 23:28:55 + go version 23:28:55 go version go1.15.5 linux/amd64 [Pipeline] } 23:28:55 $ docker stop --time=1 3f3aae6904ea7df63382c1864ccc5b83d81efa9964a50205b3e96ac883810817 23:28:57 $ docker rm -f 3f3aae6904ea7df63382c1864ccc5b83d81efa9964a50205b3e96ac883810817 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:28:58 + docker inspect -f . ci-base-image-x86_64 23:28:58 . [Pipeline] withDockerContainer 23:28:58 prd-centos7-docker-4c-2g-17224 does not seem to be running inside a container 23:28:58 $ 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 ******** ci-base-image-x86_64 cat 23:28:58 $ docker top c9707385516e2605bbf6791687cff0e6cd1553ba311973e720c362b54af40fea -eo pid,comm [Pipeline] { [Pipeline] sh 23:28:59 + make test 23:28:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:29:00 ? github.com/edgexfoundry/device-snmp-go [no test files] 23:29:08 # github.com/edgexfoundry/device-sdk-go/internal/v2/application 23:29:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:487:23: undefined: dtos.ValueTypeString 23:29:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:489:23: undefined: dtos.ValueTypeBool 23:29:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:495:23: undefined: dtos.ValueTypeBoolArray 23:29:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:502:23: undefined: dtos.ValueTypeUint8 23:29:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:508:23: undefined: dtos.ValueTypeUint8Array 23:29:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:519:23: undefined: dtos.ValueTypeUint16 23:29:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:525:23: undefined: dtos.ValueTypeUint16Array 23:29:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:536:23: undefined: dtos.ValueTypeUint32 23:29:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:542:23: undefined: dtos.ValueTypeUint32Array 23:29:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: undefined: dtos.ValueTypeUint64 23:29:08 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: too many errors 23:29:09 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.005s coverage: 0.0% of statements 23:29:09 make: *** [Makefile:23: test] Error 2 [Pipeline] } 23:29:09 $ docker stop --time=1 c9707385516e2605bbf6791687cff0e6cd1553ba311973e720c362b54af40fea 23:29:12 $ docker rm -f c9707385516e2605bbf6791687cff0e6cd1553ba311973e720c362b54af40fea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:29:14 Failed in branch amd64 23:29:17 Removing intermediate container a075c85a3f7c 23:29:17 ---> 7a2935cc44e7 23:29:17 Successfully built 7a2935cc44e7 23:29:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:29:17 + docker inspect -f . ci-base-image-arm64 23:29:17 . [Pipeline] withDockerContainer 23:29:17 prd-ubuntu18.04-docker-arm64-4c-16g-17223 does not seem to be running inside a container 23:29: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 ******** ci-base-image-arm64 cat 23:29:19 $ docker top 933efc41068b7bff1f4694358326f3e8981e91d92eab983158b0cc4d0d152935 -eo pid,comm [Pipeline] { [Pipeline] sh 23:29:20 + go version 23:29:20 go version go1.15.5 linux/arm64 [Pipeline] } 23:29:20 $ docker stop --time=1 933efc41068b7bff1f4694358326f3e8981e91d92eab983158b0cc4d0d152935 23:29:22 $ docker rm -f 933efc41068b7bff1f4694358326f3e8981e91d92eab983158b0cc4d0d152935 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:29:23 + docker inspect -f . ci-base-image-arm64 23:29:23 . [Pipeline] withDockerContainer 23:29:23 prd-ubuntu18.04-docker-arm64-4c-16g-17223 does not seem to be running inside a container 23:29:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/2 -v /w/workspace/device-snmp-go/2:/w/workspace/device-snmp-go/2:rw,z -v /w/workspace/device-snmp-go/2@tmp:/w/workspace/device-snmp-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:29:25 $ docker top 61dc4d4c28ff923f0837164f05044443fcd53f8da5a4b030809320f4733da3a5 -eo pid,comm [Pipeline] { [Pipeline] sh 23:29:26 + make test 23:29:26 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out 23:29:27 ? github.com/edgexfoundry/device-snmp-go [no test files] 23:29:54 # github.com/edgexfoundry/device-sdk-go/internal/v2/application 23:29:54 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:487:23: undefined: dtos.ValueTypeString 23:29:54 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:489:23: undefined: dtos.ValueTypeBool 23:29:54 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:495:23: undefined: dtos.ValueTypeBoolArray 23:29:54 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:502:23: undefined: dtos.ValueTypeUint8 23:29:54 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:508:23: undefined: dtos.ValueTypeUint8Array 23:29:54 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:519:23: undefined: dtos.ValueTypeUint16 23:29:54 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:525:23: undefined: dtos.ValueTypeUint16Array 23:29:54 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:536:23: undefined: dtos.ValueTypeUint32 23:29:54 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:542:23: undefined: dtos.ValueTypeUint32Array 23:29:54 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: undefined: dtos.ValueTypeUint64 23:29:54 /go/pkg/mod/github.com/edgexfoundry/device-sdk-go@v1.3.0/internal/v2/application/command.go:553:23: too many errors 23:29:57 ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.013s coverage: 0.0% of statements 23:29:58 make: *** [Makefile:23: test] Error 2 [Pipeline] } 23:29:58 $ docker stop --time=1 61dc4d4c28ff923f0837164f05044443fcd53f8da5a4b030809320f4733da3a5 23:30:00 $ docker rm -f 61dc4d4c28ff923f0837164f05044443fcd53f8da5a4b030809320f4733da3a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:30:03 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:30:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:30:06 ---> package-listing.sh 23:30:06 ++ facter osfamily 23:30:06 ++ tr '[:upper:]' '[:lower:]' 23:30:06 + OS_FAMILY=redhat 23:30:06 + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-80 23:30:06 + START_PACKAGES=/tmp/packages_start.txt 23:30:06 + END_PACKAGES=/tmp/packages_end.txt 23:30:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:30:06 + PACKAGES=/tmp/packages_start.txt 23:30:06 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-80 ']' 23:30:06 + PACKAGES=/tmp/packages_end.txt 23:30:06 + case "${OS_FAMILY}" in 23:30:06 + rpm -qa 23:30:06 + sort 23:30:13 + '[' -f /tmp/packages_start.txt ']' 23:30:13 + '[' -f /tmp/packages_end.txt ']' 23:30:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:30:13 + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-80 ']' 23:30:13 + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-80/archives/ 23:30:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-80/archives/ [Pipeline] echo 23:30:13 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-snmp-go_PR-80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:30:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:30:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:30:14 23:30:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:30:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:30:14 alpine: Pulling from edgex-lftools-log-publisher 23:30:14 df20fa9351a1: Pulling fs layer 23:30:14 36b3adc4ff6f: Pulling fs layer 23:30:14 8ad3a11d3b57: Pulling fs layer 23:30:14 46f8f816bc3b: Pulling fs layer 23:30:14 93b61091891f: Pulling fs layer 23:30:14 93b9cdb0e59b: Pulling fs layer 23:30:14 5e14af77c1be: Pulling fs layer 23:30:14 01666e4c0597: Pulling fs layer 23:30:14 aa168da1d23b: Pulling fs layer 23:30:14 46f8f816bc3b: Waiting 23:30:14 93b61091891f: Waiting 23:30:14 5e14af77c1be: Waiting 23:30:14 01666e4c0597: Waiting 23:30:14 aa168da1d23b: Waiting 23:30:14 93b9cdb0e59b: Waiting 23:30:14 36b3adc4ff6f: Download complete 23:30:14 46f8f816bc3b: Verifying Checksum 23:30:14 46f8f816bc3b: Download complete 23:30:14 df20fa9351a1: Download complete 23:30:14 93b61091891f: Verifying Checksum 23:30:14 93b61091891f: Download complete 23:30:14 93b9cdb0e59b: Verifying Checksum 23:30:14 93b9cdb0e59b: Download complete 23:30:14 5e14af77c1be: Verifying Checksum 23:30:14 5e14af77c1be: Download complete 23:30:14 01666e4c0597: Verifying Checksum 23:30:14 01666e4c0597: Download complete 23:30:14 df20fa9351a1: Pull complete 23:30:15 36b3adc4ff6f: Pull complete 23:30:15 8ad3a11d3b57: Verifying Checksum 23:30:15 8ad3a11d3b57: Download complete 23:30:16 8ad3a11d3b57: Pull complete 23:30:16 46f8f816bc3b: Pull complete 23:30:16 93b61091891f: Pull complete 23:30:17 aa168da1d23b: Verifying Checksum 23:30:17 aa168da1d23b: Download complete 23:30:17 93b9cdb0e59b: Pull complete 23:30:17 5e14af77c1be: Pull complete 23:30:18 01666e4c0597: Pull complete 23:30:24 aa168da1d23b: Pull complete 23:30:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:30:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:30:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:30:25 prd-centos7-docker-4c-2g-17221 does not seem to be running inside a container 23:30:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-snmp-go_PR-80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-snmp-go_PR-80 -v /w/workspace/dgexfoundry_device-snmp-go_PR-80:/w/workspace/dgexfoundry_device-snmp-go_PR-80:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:30:29 $ docker top 0b2ce2169aceb0de2da738ff84433a317f69089e482b63c8a929339b99c79095 -eo pid,comm [Pipeline] { [Pipeline] sh 23:30:29 + touch /tmp/pre-build-complete [Pipeline] sh 23:30:30 + mkdir -p /var/log/sa [Pipeline] sh 23:30:30 + ls /var/log/sa-host 23:30:30 + sadf -c /var/log/sa-host/sa22 23:30:30 file_magic: OK 23:30:30 HZ: Using current value: 100 23:30:30 file_header: OK 23:30:30 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:30:30 Statistics: 23:30:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:30:30 File successfully converted to sysstat format version 12.2.1 23:30:30 + sadf -c /var/log/sa-host/sa23 23:30:30 file_magic: OK 23:30:30 HZ: Using current value: 100 23:30:30 file_header: OK 23:30:30 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:30:30 Statistics: 23:30:30 Hnuu...uuuununununu... 23:30:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:30:30 provisioning config files... 23:30:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp/config1033665356066847296tmp [Pipeline] { [Pipeline] echo 23:30:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:30:31 ---> create-netrc.sh [Pipeline] } 23:30:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:30:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:30:31 ---> python-tools-install.sh [Pipeline] echo 23:30:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:30:31 ---> sudo-logs.sh 23:30:31 Archiving 'sudo' log.. [Pipeline] echo 23:30:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:30:32 ---> job-cost.sh 23:30:32 lf-activate-venv: SKIPPING 23:30:32 INFO: No Stack... 23:30:33 INFO: Retrieving Pricing Info for: v1-standard-2 23:30:33 INFO: Archiving Costs [Pipeline] echo 23:30:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:30:33 ---> logs-deploy.sh 23:30:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-80/2 23:30:33 INFO: archiving workspace using pattern(s): 23:30:35 Archives upload complete. 23:30:35 INFO: archiving logs to Nexus 23:30:36 ---> uname -a: 23:30:36 Linux prd-centos7-docker-4c-2g-17221.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:30:36 23:30:36 23:30:36 ---> lscpu: 23:30:36 Architecture: x86_64 23:30:36 CPU op-mode(s): 32-bit, 64-bit 23:30:36 Byte Order: Little Endian 23:30:36 Address sizes: 40 bits physical, 48 bits virtual 23:30:36 CPU(s): 4 23:30:36 On-line CPU(s) list: 0-3 23:30:36 Thread(s) per core: 1 23:30:36 Core(s) per socket: 1 23:30:36 Socket(s): 4 23:30:36 NUMA node(s): 1 23:30:36 Vendor ID: GenuineIntel 23:30:36 CPU family: 6 23:30:36 Model: 44 23:30:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:30:36 Stepping: 1 23:30:36 CPU MHz: 2933.442 23:30:36 BogoMIPS: 5866.88 23:30:36 Virtualization: VT-x 23:30:36 Hypervisor vendor: KVM 23:30:36 Virtualization type: full 23:30:36 L1d cache: 128 KiB 23:30:36 L1i cache: 128 KiB 23:30:36 L2 cache: 16 MiB 23:30:36 L3 cache: 64 MiB 23:30:36 NUMA node0 CPU(s): 0-3 23:30:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:30:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:30:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:30:36 Vulnerability Meltdown: Mitigation; PTI 23:30:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:30:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:30:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:30:36 Vulnerability Srbds: Not affected 23:30:36 Vulnerability Tsx async abort: Not affected 23:30:36 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:30:36 23:30:36 23:30:36 ---> nproc: 23:30:36 4 23:30:36 23:30:36 23:30:36 ---> df -h: 23:30:36 Filesystem Size Used Available Use% Mounted on 23:30:36 overlay 50.0G 7.3G 42.7G 15% / 23:30:36 tmpfs 64.0M 0 64.0M 0% /dev 23:30:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:30:36 shm 64.0M 0 64.0M 0% /dev/shm 23:30:36 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:30:36 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:30:36 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:30:36 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:30:36 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:30:36 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-80 23:30:36 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-snmp-go_PR-80@tmp 23:30:36 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:30:36 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:30:36 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:30:36 23:30:36 23:30:36 ---> free -m: 23:30:36 total used free shared buff/cache available 23:30:36 Mem: 1837 713 111 0 1012 1019 23:30:36 Swap: 1023 1 1022 23:30:36 23:30:36 23:30:36 ---> ip addr: 23:30:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:30:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:30:36 inet 127.0.0.1/8 scope host lo 23:30:36 valid_lft forever preferred_lft forever 23:30:36 inet6 ::1/128 scope host 23:30:36 valid_lft forever preferred_lft forever 23:30:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:30:36 link/ether fa:16:3e:44:9b:18 brd ff:ff:ff:ff:ff:ff 23:30:36 inet 10.30.122.231/23 brd 10.30.123.255 scope global dynamic eth0 23:30:36 valid_lft 86063sec preferred_lft 86063sec 23:30:36 inet6 fe80::f816:3eff:fe44:9b18/64 scope link 23:30:36 valid_lft forever preferred_lft forever 23:30:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:30:36 link/ether 02:42:e9:d2:9b:5e brd ff:ff:ff:ff:ff:ff 23:30:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:30:36 valid_lft forever preferred_lft forever 23:30:36 inet6 fe80::42:e9ff:fed2:9b5e/64 scope link 23:30:36 valid_lft forever preferred_lft forever 23:30:36 23:30:36