Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 811b792df2c69da97ff16a39115f0967d7f5c359+a9cce8b7dfe6fda3a1428129fda327925c6aa018 (cbd12d319e47782de89391951949be1e98b3eb33) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-snmp-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-snmp-go-settings PROJECT: device-snmp-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-snmp-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1124 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-snmp-go.git > git init /w/workspace/dgexfoundry_device-snmp-go_PR-90 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a9cce8b7dfe6fda3a1428129fda327925c6aa018 into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 Merge succeeded, producing a6cd6117d8b304563bfff210beefd0030aa37e50 Checking out Revision a6cd6117d8b304563bfff210beefd0030aa37e50 (PR-90) > git config core.sparsecheckout # timeout=10 > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a9cce8b7dfe6fda3a1428129fda327925c6aa018 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a6cd6117d8b304563bfff210beefd0030aa37e50 # timeout=10 Commit message: "Merge commit 'a9cce8b7dfe6fda3a1428129fda327925c6aa018' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T07:25:39.204Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T07:25:39.304Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T07:25:39.332Z] ========================================================= [2021-04-20T07:25:39.332Z] EdgeX Global Pipelines Version Info [2021-04-20T07:25:39.332Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:25:40.831Z] ------------------- [2021-04-20T07:25:40.831Z] stable info: [2021-04-20T07:25:40.831Z] ------------------- [2021-04-20T07:25:40.831Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T07:25:40.831Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T07:25:40.831Z] Message: update stable to v1.0.186 [2021-04-20T07:25:41.778Z] ------------------- [2021-04-20T07:25:41.778Z] experimental info: [2021-04-20T07:25:41.778Z] ------------------- [2021-04-20T07:25:41.778Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T07:25:41.778Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T07:25:41.778Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T07:25:41.907Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-snmp-go-settings [Pipeline] echo [2021-04-20T07:25:41.930Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-snmp-go [Pipeline] echo [2021-04-20T07:25:41.963Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T07:25:41.986Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T07:25:42.010Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T07:25:42.033Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T07:25:42.056Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T07:25:42.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T07:25:42.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-20T07:25:42.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T07:25:42.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T07:25:42.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-snmp-go [Pipeline] echo [2021-04-20T07:25:42.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T07:25:42.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T07:25:42.300Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T07:25:42.324Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T07:25:42.347Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T07:25:42.373Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T07:25:42.396Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T07:25:42.420Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-20T07:25:42.462Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-20T07:25:42.487Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-20T07:25:42.510Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-20T07:25:42.533Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-20T07:25:42.559Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-20T07:25:42.582Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T07:25:42.625Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-90 [Pipeline] echo [2021-04-20T07:25:42.648Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-90 [Pipeline] echo [2021-04-20T07:25:42.673Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-90 [Pipeline] echo [2021-04-20T07:25:42.696Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a6cd6117d8b304563bfff210beefd0030aa37e50 [Pipeline] echo [2021-04-20T07:25:42.719Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a6cd611 [Pipeline] echo [2021-04-20T07:25:42.741Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T07:25:42.820Z] provisioning config files... [2021-04-20T07:25:42.864Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/config6195714073432904434tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:25:43.195Z] ---> docker-login.sh [2021-04-20T07:25:43.196Z] nexus3.edgexfoundry.org:10001 [2021-04-20T07:25:43.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:25:43.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:25:43.722Z] Configure a credential helper to remove this warning. See [2021-04-20T07:25:43.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:25:43.722Z] [2021-04-20T07:25:43.722Z] Login Succeeded [2021-04-20T07:25:43.722Z] nexus3.edgexfoundry.org:10002 [2021-04-20T07:25:43.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:25:43.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:25:43.985Z] Configure a credential helper to remove this warning. See [2021-04-20T07:25:43.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:25:43.985Z] [2021-04-20T07:25:43.985Z] Login Succeeded [2021-04-20T07:25:43.985Z] nexus3.edgexfoundry.org:10003 [2021-04-20T07:25:43.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:25:43.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:25:43.985Z] Configure a credential helper to remove this warning. See [2021-04-20T07:25:43.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:25:43.985Z] [2021-04-20T07:25:43.985Z] Login Succeeded [2021-04-20T07:25:43.985Z] nexus3.edgexfoundry.org:10004 [2021-04-20T07:25:44.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:25:44.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:25:44.247Z] Configure a credential helper to remove this warning. See [2021-04-20T07:25:44.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:25:44.247Z] [2021-04-20T07:25:44.247Z] Login Succeeded [2021-04-20T07:25:44.247Z] docker.io [2021-04-20T07:25:44.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:25:44.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:25:44.511Z] Configure a credential helper to remove this warning. See [2021-04-20T07:25:44.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:25:44.511Z] [2021-04-20T07:25:44.511Z] Login Succeeded [2021-04-20T07:25:44.511Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T07:25:44.522Z] 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 [2021-04-20T07:25:45.000Z] + git log --format=format:%s -1 a6cd6117d8b304563bfff210beefd0030aa37e50 [Pipeline] echo [2021-04-20T07:25:45.088Z] GIT_COMMIT: a6cd6117d8b304563bfff210beefd0030aa37e50, Commit Message: Merge commit 'a9cce8b7dfe6fda3a1428129fda327925c6aa018' into HEAD [Pipeline] echo [2021-04-20T07:25:45.100Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:25:46.161Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T07:25:46.161Z] [2021-04-20T07:25:46.161Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:25:46.475Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T07:25:46.475Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T07:25:46.475Z] 31603596830f: Pulling fs layer [2021-04-20T07:25:46.475Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T07:25:46.475Z] 6ca5941a6612: Pulling fs layer [2021-04-20T07:25:46.475Z] ecc8261a40a4: Pulling fs layer [2021-04-20T07:25:46.475Z] ecc8261a40a4: Waiting [2021-04-20T07:25:46.475Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T07:25:46.475Z] 2a8b12db71e7: Download complete [2021-04-20T07:25:46.475Z] 31603596830f: Verifying Checksum [2021-04-20T07:25:46.475Z] 31603596830f: Download complete [2021-04-20T07:25:46.737Z] 6ca5941a6612: Verifying Checksum [2021-04-20T07:25:46.737Z] 6ca5941a6612: Download complete [2021-04-20T07:25:46.737Z] ecc8261a40a4: Verifying Checksum [2021-04-20T07:25:46.737Z] ecc8261a40a4: Download complete [2021-04-20T07:25:47.001Z] 31603596830f: Pull complete [2021-04-20T07:25:47.001Z] 2a8b12db71e7: Pull complete [2021-04-20T07:25:47.948Z] 6ca5941a6612: Pull complete [2021-04-20T07:25:48.211Z] ecc8261a40a4: Pull complete [2021-04-20T07:25:48.211Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T07:25:48.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T07:25:48.211Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T07:25:48.328Z] prd-centos7-docker-4c-2g-1124 does not seem to be running inside a container [2021-04-20T07:25:48.377Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-snmp-go_PR-90 -v /w/workspace/dgexfoundry_device-snmp-go_PR-90:/w/workspace/dgexfoundry_device-snmp-go_PR-90:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T07:25:50.238Z] $ docker top c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T07:25:50.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T07:25:50.389Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T07:25:50.617Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T07:25:50.621Z] $ docker exec c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 ssh-agent [2021-04-20T07:25:50.793Z] SSH_AUTH_SOCK=/tmp/ssh-Xdd8bZ41htIm/agent.11 [2021-04-20T07:25:50.793Z] SSH_AGENT_PID=16 [2021-04-20T07:25:50.803Z] Running ssh-add (command line suppressed) [2021-04-20T07:25:50.941Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_5125807570598186570.key (/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_5125807570598186570.key) [2021-04-20T07:25:50.992Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T07:25:51.301Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T07:25:51.321Z] $ docker exec --env ******** --env ******** c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 ssh-agent -k [2021-04-20T07:25:51.440Z] unset SSH_AUTH_SOCK; [2021-04-20T07:25:51.440Z] unset SSH_AGENT_PID; [2021-04-20T07:25:51.440Z] echo Agent pid 16 killed; [2021-04-20T07:25:51.489Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T07:25:51.532Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T07:25:51.532Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T07:25:51.698Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T07:25:51.703Z] $ docker exec c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 ssh-agent [2021-04-20T07:25:51.868Z] SSH_AUTH_SOCK=/tmp/ssh-jo2RAeMkeD5T/agent.45 [2021-04-20T07:25:51.868Z] SSH_AGENT_PID=51 [2021-04-20T07:25:51.874Z] Running ssh-add (command line suppressed) [2021-04-20T07:25:51.999Z] Identity added: /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_6799579659342722344.key (/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/private_key_6799579659342722344.key) [2021-04-20T07:25:52.048Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T07:25:52.353Z] + git semver init [2021-04-20T07:25:52.353Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T07:25:52.353Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-90/.git [2021-04-20T07:25:52.353Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-snmp-go_PR-90 [2021-04-20T07:25:52.353Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T07:25:52.353Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T07:25:52.353Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T07:25:52.353Z] # $SEMVER_BRANCH = PR-90 [2021-04-20T07:25:52.353Z] # $SEMVER_TEMP = /tmp/semver-452660022 [2021-04-20T07:25:52.353Z] # git clone --branch semver git@github.com:edgexfoundry/device-snmp-go.git $SEMVER_TEMP [2021-04-20T07:25:52.615Z] # '/tmp/semver-452660022' -> '/w/workspace/dgexfoundry_device-snmp-go_PR-90/.semver' [2021-04-20T07:25:52.615Z] # -> Force: false [2021-04-20T07:25:52.615Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-snmp-go_PR-90/.semver [Pipeline] } [2021-04-20T07:25:52.627Z] $ docker exec --env ******** --env ******** c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 ssh-agent -k [2021-04-20T07:25:52.748Z] unset SSH_AUTH_SOCK; [2021-04-20T07:25:52.748Z] unset SSH_AGENT_PID; [2021-04-20T07:25:52.748Z] echo Agent pid 51 killed; [2021-04-20T07:25:52.794Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T07:25:53.126Z] + git semver [Pipeline] } [2021-04-20T07:25:53.142Z] $ docker stop --time=1 c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 [2021-04-20T07:25:54.469Z] $ docker rm -f c5083c4337621e7d362672f48da3cdea207aaea6b13dba4a91f4ae4fb88c80d6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T07:25:54.854Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T07:25:55.173Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T07:25:55.176Z] [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 [2021-04-20T07:26:10.362Z] Still waiting to schedule task [2021-04-20T07:26:10.363Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1124’ [2021-04-20T07:26:10.365Z] Still waiting to schedule task [2021-04-20T07:26:10.365Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-20T07:27:57.732Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1125 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] ws [2021-04-20T07:27:57.761Z] Running in /w/workspace/device-snmp-go/3 [Pipeline] { [Pipeline] checkout [2021-04-20T07:28:03.228Z] using credential edgex-jenkins-ssh [2021-04-20T07:28:03.246Z] Cloning the remote Git repository [2021-04-20T07:28:03.296Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-04-20T07:28:03.397Z] > git init /w/workspace/device-snmp-go/3 # timeout=10 [2021-04-20T07:28:03.488Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-04-20T07:28:03.489Z] > git --version # timeout=10 [2021-04-20T07:28:03.513Z] > git --version # 'git version 2.17.1' [2021-04-20T07:28:03.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T07:28:03.574Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T07:28:06.086Z] Merging remotes/origin/master commit a9cce8b7dfe6fda3a1428129fda327925c6aa018 into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 [2021-04-20T07:28:06.306Z] Merge succeeded, producing 69b87e912c2ae62d2a2d75f9fedccf44f7993da1 [2021-04-20T07:28:06.306Z] Checking out Revision 69b87e912c2ae62d2a2d75f9fedccf44f7993da1 (PR-90) [2021-04-20T07:28:05.470Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-04-20T07:28:05.495Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T07:28:05.523Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-04-20T07:28:05.556Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-04-20T07:28:05.557Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T07:28:05.570Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T07:28:06.108Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T07:28:06.122Z] > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 [2021-04-20T07:28:06.202Z] > git remote # timeout=10 [2021-04-20T07:28:06.221Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T07:28:06.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T07:28:06.246Z] > git merge a9cce8b7dfe6fda3a1428129fda327925c6aa018 # timeout=10 [2021-04-20T07:28:06.289Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T07:28:06.316Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T07:28:06.328Z] > git checkout -f 69b87e912c2ae62d2a2d75f9fedccf44f7993da1 # timeout=10 [2021-04-20T07:28:10.593Z] Commit message: "Merge commit 'a9cce8b7dfe6fda3a1428129fda327925c6aa018' into HEAD" [2021-04-20T07:28:10.622Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-04-20T07:28:10.606Z] > git rev-list --no-walk 82ea899d2e09e33b06c0c2a83711d599c7a284b0 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T07:28:12.386Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T07:28:12.782Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T07:28:13.116Z] + sudo service docker restart [2021-04-20T07:28:13.116Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T07:28:15.773Z] provisioning config files... [2021-04-20T07:28:15.830Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/3@tmp/config239042246052485308tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:28:16.209Z] ---> docker-login.sh [2021-04-20T07:28:16.209Z] nexus3.edgexfoundry.org:10001 [2021-04-20T07:28:17.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:28:17.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:28:17.465Z] Configure a credential helper to remove this warning. See [2021-04-20T07:28:17.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:28:17.465Z] [2021-04-20T07:28:17.465Z] Login Succeeded [2021-04-20T07:28:17.465Z] nexus3.edgexfoundry.org:10002 [2021-04-20T07:28:17.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:28:17.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:28:17.738Z] Configure a credential helper to remove this warning. See [2021-04-20T07:28:17.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:28:17.738Z] [2021-04-20T07:28:17.738Z] Login Succeeded [2021-04-20T07:28:17.738Z] nexus3.edgexfoundry.org:10003 [2021-04-20T07:28:18.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:28:18.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:28:18.332Z] Configure a credential helper to remove this warning. See [2021-04-20T07:28:18.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:28:18.332Z] [2021-04-20T07:28:18.332Z] Login Succeeded [2021-04-20T07:28:18.332Z] nexus3.edgexfoundry.org:10004 [2021-04-20T07:28:18.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:28:18.606Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:28:18.606Z] Configure a credential helper to remove this warning. See [2021-04-20T07:28:18.606Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:28:18.606Z] [2021-04-20T07:28:18.606Z] Login Succeeded [2021-04-20T07:28:18.879Z] docker.io [2021-04-20T07:28:19.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:28:19.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:28:19.419Z] Configure a credential helper to remove this warning. See [2021-04-20T07:28:19.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:28:19.419Z] [2021-04-20T07:28:19.419Z] Login Succeeded [2021-04-20T07:28:19.419Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T07:28:19.437Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T07:28:19.740Z] ========================================================= [2021-04-20T07:28:19.740Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T07:28:19.740Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:28:20.084Z] + 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 . [2021-04-20T07:28:20.359Z] Sending build context to Docker daemon 345.1kB [2021-04-20T07:28:20.359Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T07:28:20.359Z] Step 2/10 : FROM ${BASE} [2021-04-20T07:28:20.359Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T07:28:20.359Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T07:28:20.359Z] a4357932f1b6: Pulling fs layer [2021-04-20T07:28:20.359Z] 18c013af1878: Pulling fs layer [2021-04-20T07:28:20.359Z] 00ac8860ef70: Pulling fs layer [2021-04-20T07:28:20.359Z] 63d7cb157983: Pulling fs layer [2021-04-20T07:28:20.359Z] b116817d02f9: Pulling fs layer [2021-04-20T07:28:20.359Z] 745a02a5169b: Pulling fs layer [2021-04-20T07:28:20.359Z] 00ac8860ef70: Waiting [2021-04-20T07:28:20.359Z] 63d7cb157983: Waiting [2021-04-20T07:28:20.359Z] b116817d02f9: Waiting [2021-04-20T07:28:20.359Z] 745a02a5169b: Waiting [2021-04-20T07:28:20.634Z] 18c013af1878: Download complete [2021-04-20T07:28:20.634Z] a4357932f1b6: Verifying Checksum [2021-04-20T07:28:20.634Z] a4357932f1b6: Download complete [2021-04-20T07:28:20.634Z] 63d7cb157983: Verifying Checksum [2021-04-20T07:28:20.634Z] 63d7cb157983: Download complete [2021-04-20T07:28:20.634Z] b116817d02f9: Download complete [2021-04-20T07:28:20.634Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T07:28:20.634Z] 5f621e34cdf4: Download complete [2021-04-20T07:28:21.232Z] 5f621e34cdf4: Pull complete [2021-04-20T07:28:22.218Z] a4357932f1b6: Pull complete [2021-04-20T07:28:22.508Z] 18c013af1878: Pull complete [2021-04-20T07:28:23.491Z] 745a02a5169b: Verifying Checksum [2021-04-20T07:28:23.491Z] 745a02a5169b: Download complete [2021-04-20T07:28:24.473Z] 00ac8860ef70: Verifying Checksum [2021-04-20T07:28:24.473Z] 00ac8860ef70: Download complete [2021-04-20T07:28:34.625Z] 00ac8860ef70: Pull complete [2021-04-20T07:28:34.625Z] 63d7cb157983: Pull complete [2021-04-20T07:28:34.625Z] b116817d02f9: Pull complete [2021-04-20T07:28:38.941Z] 745a02a5169b: Pull complete [2021-04-20T07:28:38.941Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T07:28:38.941Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T07:28:38.941Z] ---> b7e6874047d6 [2021-04-20T07:28:38.941Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-04-20T07:28:41.566Z] ---> Running in 56dfce6f9c5c [2021-04-20T07:28:41.566Z] Removing intermediate container 56dfce6f9c5c [2021-04-20T07:28:41.566Z] ---> 8797e6972f0b [2021-04-20T07:28:41.566Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-04-20T07:28:41.838Z] ---> Running in d9e7df7af8df [2021-04-20T07:28:42.109Z] Removing intermediate container d9e7df7af8df [2021-04-20T07:28:42.109Z] ---> adfe64297f17 [2021-04-20T07:28:42.109Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-04-20T07:28:42.381Z] ---> Running in 5407b1582da7 [2021-04-20T07:28:42.652Z] Removing intermediate container 5407b1582da7 [2021-04-20T07:28:42.652Z] ---> c3a3d1d11f3c [2021-04-20T07:28:42.652Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T07:28:42.925Z] ---> Running in d5223a74ba57 [2021-04-20T07:28:44.901Z] Removing intermediate container d5223a74ba57 [2021-04-20T07:28:44.901Z] ---> de2bcc267580 [2021-04-20T07:28:44.901Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-20T07:28:45.174Z] ---> Running in 24663d1cea69 [2021-04-20T07:28:46.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T07:28:46.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T07:28:47.726Z] OK: 142 MiB in 39 packages [2021-04-20T07:28:48.706Z] Removing intermediate container 24663d1cea69 [2021-04-20T07:28:48.706Z] ---> 677a4242060b [2021-04-20T07:28:48.706Z] Step 8/10 : WORKDIR /device-snmp-go [2021-04-20T07:28:48.706Z] ---> Running in 5294f2742dd7 [2021-04-20T07:28:49.299Z] Removing intermediate container 5294f2742dd7 [2021-04-20T07:28:49.299Z] ---> 51ebdbcc26f7 [2021-04-20T07:28:49.299Z] Step 9/10 : COPY . . [2021-04-20T07:28:50.279Z] ---> 8e9f9205ef38 [2021-04-20T07:28:50.279Z] Step 10/10 : RUN go mod download [2021-04-20T07:28:50.279Z] ---> Running in 141e4e774757 [2021-04-20T07:28:59.853Z] Running on prd-centos7-docker-4c-2g-1126 in /w/workspace/dgexfoundry_device-snmp-go_PR-90 [Pipeline] { [Pipeline] ws [2021-04-20T07:28:59.871Z] Running in /w/workspace/device-snmp-go/3 [Pipeline] { [Pipeline] checkout [2021-04-20T07:29:02.638Z] using credential edgex-jenkins-ssh [2021-04-20T07:29:02.650Z] Cloning the remote Git repository [2021-04-20T07:29:02.673Z] Cloning repository git@github.com:edgexfoundry/device-snmp-go.git [2021-04-20T07:29:02.747Z] > git init /w/workspace/device-snmp-go/3 # timeout=10 [2021-04-20T07:29:02.810Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-04-20T07:29:02.811Z] > git --version # timeout=10 [2021-04-20T07:29:02.817Z] > git --version # 'git version 2.24.3' [2021-04-20T07:29:02.818Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T07:29:02.846Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T07:29:04.647Z] Merging remotes/origin/master commit a9cce8b7dfe6fda3a1428129fda327925c6aa018 into PR head commit 811b792df2c69da97ff16a39115f0967d7f5c359 [2021-04-20T07:29:04.105Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-04-20T07:29:04.114Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T07:29:04.132Z] > git config remote.origin.url git@github.com:edgexfoundry/device-snmp-go.git # timeout=10 [2021-04-20T07:29:04.149Z] Fetching upstream changes from git@github.com:edgexfoundry/device-snmp-go.git [2021-04-20T07:29:04.150Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T07:29:04.155Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-snmp-go.git +refs/pull/90/head:refs/remotes/origin/PR-90 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T07:29:04.655Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T07:29:04.660Z] > git checkout -f 811b792df2c69da97ff16a39115f0967d7f5c359 # timeout=10 [2021-04-20T07:29:04.734Z] Merge succeeded, producing c72b5f53fa7a53eb72d03ea85447ea9460fde7aa [2021-04-20T07:29:04.735Z] Checking out Revision c72b5f53fa7a53eb72d03ea85447ea9460fde7aa (PR-90) [2021-04-20T07:29:04.691Z] > git remote # timeout=10 [2021-04-20T07:29:04.696Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T07:29:04.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T07:29:04.705Z] > git merge a9cce8b7dfe6fda3a1428129fda327925c6aa018 # timeout=10 [2021-04-20T07:29:04.728Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T07:29:04.738Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T07:29:04.744Z] > git checkout -f c72b5f53fa7a53eb72d03ea85447ea9460fde7aa # timeout=10 [2021-04-20T07:29:08.318Z] Commit message: "Merge commit 'a9cce8b7dfe6fda3a1428129fda327925c6aa018' into HEAD" [2021-04-20T07:29:08.331Z] First time build. Skipping changelog. [2021-04-20T07:29:08.323Z] > git rev-list --no-walk 82ea899d2e09e33b06c0c2a83711d599c7a284b0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T07:29:09.369Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T07:29:09.696Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T07:29:09.997Z] + sudo service docker restart [2021-04-20T07:29:09.997Z] + true [2021-04-20T07:29:09.997Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T07:29:10.977Z] provisioning config files... [2021-04-20T07:29:11.020Z] copy managed file [device-snmp-go-settings] to file:/w/workspace/device-snmp-go/3@tmp/config5252117223550193043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:29:11.348Z] ---> docker-login.sh [2021-04-20T07:29:11.348Z] nexus3.edgexfoundry.org:10001 [2021-04-20T07:29:11.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:29:11.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:29:11.875Z] Configure a credential helper to remove this warning. See [2021-04-20T07:29:11.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:29:11.875Z] [2021-04-20T07:29:11.875Z] Login Succeeded [2021-04-20T07:29:11.875Z] nexus3.edgexfoundry.org:10002 [2021-04-20T07:29:11.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:29:11.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:29:11.875Z] Configure a credential helper to remove this warning. See [2021-04-20T07:29:11.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:29:11.875Z] [2021-04-20T07:29:11.875Z] Login Succeeded [2021-04-20T07:29:11.875Z] nexus3.edgexfoundry.org:10003 [2021-04-20T07:29:12.138Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:29:12.138Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:29:12.138Z] Configure a credential helper to remove this warning. See [2021-04-20T07:29:12.138Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:29:12.138Z] [2021-04-20T07:29:12.138Z] Login Succeeded [2021-04-20T07:29:12.138Z] nexus3.edgexfoundry.org:10004 [2021-04-20T07:29:12.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:29:12.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:29:12.401Z] Configure a credential helper to remove this warning. See [2021-04-20T07:29:12.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:29:12.401Z] [2021-04-20T07:29:12.401Z] Login Succeeded [2021-04-20T07:29:12.401Z] docker.io [2021-04-20T07:29:12.401Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T07:29:12.437Z] Removing intermediate container 141e4e774757 [2021-04-20T07:29:12.438Z] ---> ab5042615d3d [2021-04-20T07:29:12.438Z] Successfully built ab5042615d3d [2021-04-20T07:29:12.438Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:29:12.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T07:29:12.671Z] Configure a credential helper to remove this warning. See [2021-04-20T07:29:12.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T07:29:12.671Z] [2021-04-20T07:29:12.671Z] Login Succeeded [2021-04-20T07:29:12.671Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T07:29:12.682Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-20T07:29:12.775Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T07:29:12.775Z] . [Pipeline] withDockerContainer [2021-04-20T07:29:13.017Z] prd-ubuntu18.04-docker-arm64-4c-16g-1125 does not seem to be running inside a container [2021-04-20T07:29:13.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T07:29:14.541Z] $ docker top d094a97022698625cf5e85f4477dd41547c77df76a356c4aa154f957f9e55bde -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T07:29:14.832Z] ========================================================= [2021-04-20T07:29:14.832Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T07:29:14.832Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:29:15.192Z] + 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 . [2021-04-20T07:29:15.462Z] Sending build context to Docker daemon 346.1kB [2021-04-20T07:29:15.462Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T07:29:15.462Z] Step 2/10 : FROM ${BASE} [2021-04-20T07:29:15.462Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T07:29:15.462Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T07:29:15.462Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T07:29:15.462Z] de9db76c5a1d: Pulling fs layer [2021-04-20T07:29:15.462Z] bca2f99d35d6: Pulling fs layer [2021-04-20T07:29:15.462Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T07:29:15.462Z] 7c6f9722023f: Pulling fs layer [2021-04-20T07:29:15.462Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T07:29:15.462Z] bca2f99d35d6: Waiting [2021-04-20T07:29:15.462Z] 93359f2a8cfa: Waiting [2021-04-20T07:29:15.462Z] 7c6f9722023f: Waiting [2021-04-20T07:29:15.462Z] a35cf1a2eb13: Waiting [2021-04-20T07:29:15.462Z] de9db76c5a1d: Verifying Checksum [2021-04-20T07:29:15.462Z] de9db76c5a1d: Download complete [2021-04-20T07:29:15.462Z] 0ef7d3d256c8: Download complete [2021-04-20T07:29:15.462Z] 93359f2a8cfa: Download complete [2021-04-20T07:29:15.462Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T07:29:15.462Z] 188c0c94c7c5: Download complete [2021-04-20T07:29:15.462Z] 7c6f9722023f: Verifying Checksum [2021-04-20T07:29:15.462Z] 7c6f9722023f: Download complete [2021-04-20T07:29:15.468Z] + go version [2021-04-20T07:29:15.468Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T07:29:15.497Z] $ docker stop --time=1 d094a97022698625cf5e85f4477dd41547c77df76a356c4aa154f957f9e55bde [2021-04-20T07:29:15.726Z] 188c0c94c7c5: Pull complete [2021-04-20T07:29:15.992Z] 0ef7d3d256c8: Pull complete [2021-04-20T07:29:16.254Z] de9db76c5a1d: Pull complete [2021-04-20T07:29:17.388Z] $ docker rm -f d094a97022698625cf5e85f4477dd41547c77df76a356c4aa154f957f9e55bde [Pipeline] // withDockerContainer [Pipeline] } [2021-04-20T07:29:17.686Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T07:29:17.686Z] a35cf1a2eb13: Download complete [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:29:17.951Z] bca2f99d35d6: Download complete [2021-04-20T07:29:18.139Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T07:29:18.139Z] . [Pipeline] withDockerContainer [2021-04-20T07:29:18.396Z] prd-ubuntu18.04-docker-arm64-4c-16g-1125 does not seem to be running inside a container [2021-04-20T07:29:18.473Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T07:29:19.967Z] $ docker top 22cef71aafd0491bc657b4b1f183473152f0816def55822460c3c247c05b7d48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T07:29:20.918Z] + make test [2021-04-20T07:29:20.919Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-20T07:29:21.905Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-04-20T07:29:23.296Z] bca2f99d35d6: Pull complete [2021-04-20T07:29:23.558Z] 93359f2a8cfa: Pull complete [2021-04-20T07:29:23.821Z] 7c6f9722023f: Pull complete [2021-04-20T07:29:30.458Z] a35cf1a2eb13: Pull complete [2021-04-20T07:29:30.458Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T07:29:30.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T07:29:30.458Z] ---> a62c8e92a672 [2021-04-20T07:29:30.458Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-04-20T07:29:30.458Z] ---> Running in e1801c50f815 [2021-04-20T07:29:30.458Z] Removing intermediate container e1801c50f815 [2021-04-20T07:29:30.458Z] ---> 30098ec70232 [2021-04-20T07:29:30.458Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-04-20T07:29:30.458Z] ---> Running in 480a6cd38156 [2021-04-20T07:29:30.458Z] Removing intermediate container 480a6cd38156 [2021-04-20T07:29:30.458Z] ---> 058fb6cd5040 [2021-04-20T07:29:30.458Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' [2021-04-20T07:29:30.458Z] ---> Running in 7f2024d7ed77 [2021-04-20T07:29:30.721Z] Removing intermediate container 7f2024d7ed77 [2021-04-20T07:29:30.721Z] ---> 8ed968ad0e33 [2021-04-20T07:29:30.721Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T07:29:30.721Z] ---> Running in a7c6955682fa [2021-04-20T07:29:32.122Z] Removing intermediate container a7c6955682fa [2021-04-20T07:29:32.122Z] ---> 337ca412de1f [2021-04-20T07:29:32.122Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-20T07:29:32.122Z] ---> Running in 16eb82a59abb [2021-04-20T07:29:33.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T07:29:33.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T07:29:34.223Z] OK: 166 MiB in 39 packages [2021-04-20T07:29:34.486Z] Removing intermediate container 16eb82a59abb [2021-04-20T07:29:34.486Z] ---> 7b5f9ca754df [2021-04-20T07:29:34.486Z] Step 8/10 : WORKDIR /device-snmp-go [2021-04-20T07:29:34.749Z] ---> Running in 280b28b89fc0 [2021-04-20T07:29:34.749Z] Removing intermediate container 280b28b89fc0 [2021-04-20T07:29:34.749Z] ---> 2386c8c1fe4a [2021-04-20T07:29:34.749Z] Step 9/10 : COPY . . [2021-04-20T07:29:35.704Z] ---> dd487e923c08 [2021-04-20T07:29:35.704Z] Step 10/10 : RUN go mod download [2021-04-20T07:29:35.704Z] ---> Running in 2b3fc5ecffde [2021-04-20T07:29:44.133Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-04-20T07:29:44.133Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-04-20T07:29:44.133Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-04-20T07:29:44.133Z] have (string, bool, string, string) [2021-04-20T07:29:44.133Z] want (string, string) [2021-04-20T07:29:50.869Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.013s coverage: 0.0% of statements [2021-04-20T07:29:50.869Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2021-04-20T07:29:50.899Z] $ docker stop --time=1 22cef71aafd0491bc657b4b1f183473152f0816def55822460c3c247c05b7d48 [2021-04-20T07:29:53.155Z] $ docker rm -f 22cef71aafd0491bc657b4b1f183473152f0816def55822460c3c247c05b7d48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [2021-04-20T07:29:53.904Z] Removing intermediate container 2b3fc5ecffde [2021-04-20T07:29:53.905Z] ---> be3ca58539ad [2021-04-20T07:29:53.905Z] Successfully built be3ca58539ad [2021-04-20T07:29:53.905Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] libraryResource [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:29:54.302Z] ---> job-cost.sh [2021-04-20T07:29:54.303Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WqgO [2021-04-20T07:29:54.364Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T07:29:54.364Z] . [Pipeline] withDockerContainer [2021-04-20T07:29:54.480Z] prd-centos7-docker-4c-2g-1126 does not seem to be running inside a container [2021-04-20T07:29:54.535Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T07:29:55.370Z] $ docker top 8ae24cd56e176d1c549b96d6771ce5e6af8e69a410489fbb699757a7e335c282 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T07:29:55.791Z] + go version [2021-04-20T07:29:55.791Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T07:29:55.806Z] $ docker stop --time=1 8ae24cd56e176d1c549b96d6771ce5e6af8e69a410489fbb699757a7e335c282 [2021-04-20T07:29:57.156Z] $ docker rm -f 8ae24cd56e176d1c549b96d6771ce5e6af8e69a410489fbb699757a7e335c282 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:29:57.667Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T07:29:57.667Z] . [Pipeline] withDockerContainer [2021-04-20T07:29:57.768Z] prd-centos7-docker-4c-2g-1126 does not seem to be running inside a container [2021-04-20T07:29:57.815Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-snmp-go/3 -v /w/workspace/device-snmp-go/3:/w/workspace/device-snmp-go/3:rw,z -v /w/workspace/device-snmp-go/3@tmp:/w/workspace/device-snmp-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T07:29:58.455Z] $ docker top cb6c017910e3eddaa8d6ac0d5dc7c3892e46c3c466b3eb90523f3c1dcda0fb70 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T07:29:58.883Z] + make test [2021-04-20T07:29:58.883Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-04-20T07:29:59.470Z] ? github.com/edgexfoundry/device-snmp-go [no test files] [2021-04-20T07:30:06.221Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-04-20T07:30:06.221Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-04-20T07:30:06.221Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-04-20T07:30:06.221Z] have (string, bool, string, string) [2021-04-20T07:30:06.221Z] want (string, string) [2021-04-20T07:30:10.517Z] ok github.com/edgexfoundry/device-snmp-go/internal/driver 0.006s coverage: 0.0% of statements [2021-04-20T07:30:10.517Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2021-04-20T07:30:10.538Z] $ docker stop --time=1 cb6c017910e3eddaa8d6ac0d5dc7c3892e46c3c466b3eb90523f3c1dcda0fb70 [2021-04-20T07:30:13.012Z] $ docker rm -f cb6c017910e3eddaa8d6ac0d5dc7c3892e46c3c466b3eb90523f3c1dcda0fb70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:30:13.724Z] ---> job-cost.sh [2021-04-20T07:30:13.724Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DLdk [2021-04-20T07:30:28.655Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T07:30:33.343Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T07:30:55.417Z] lf-activate-venv(): INFO: Adding /tmp/venv-DLdk/bin to PATH [2021-04-20T07:30:55.417Z] INFO: No Stack... [2021-04-20T07:30:56.365Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T07:30:57.314Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T07:30:57.625Z] + cat /w/workspace/device-snmp-go/3/archives/cost.csv [2021-04-20T07:30:57.625Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T07:30:57.704Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] [2021-04-20T07:30:57.715Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] did not exist. Created. [2021-04-20T07:30:57.715Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T07:30:58.045Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-20T07:30:58.466Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T07:30:58.482Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T07:30:58.636Z] Failed in branch amd64 [2021-04-20T07:31:55.070Z] lf-activate-venv(): INFO: Adding /tmp/venv-WqgO/bin to PATH [2021-04-20T07:31:55.070Z] INFO: No Stack... [2021-04-20T07:31:55.070Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T07:31:55.340Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T07:31:55.677Z] + cat /w/workspace/device-snmp-go/3/archives/cost.csv [2021-04-20T07:31:55.677Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T07:31:56.064Z] Trying to acquire lock on [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] [2021-04-20T07:31:56.073Z] Resource [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] did not exist. Created. [2021-04-20T07:31:56.074Z] Lock acquired on [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T07:31:56.489Z] /w/workspace/device-snmp-go/3@tmp/durable-fc83eaea/script.sh: 1: /w/workspace/device-snmp-go/3@tmp/durable-fc83eaea/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-20T07:31:56.834Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T07:31:56.855Z] Warning: overwriting stash ‘stack-cost’ [2021-04-20T07:31:57.423Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T07:31:57.435Z] Lock released on resource [jenkins-edgexfoundry-device-snmp-go-PR-90-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T07:31:57.584Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:31:58.667Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:31:59.241Z] ---> package-listing.sh [2021-04-20T07:31:59.241Z] ++ facter osfamily [2021-04-20T07:31:59.241Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T07:31:59.241Z] + OS_FAMILY=redhat [2021-04-20T07:31:59.241Z] + workspace=/w/workspace/dgexfoundry_device-snmp-go_PR-90 [2021-04-20T07:31:59.241Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T07:31:59.241Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T07:31:59.241Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T07:31:59.241Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T07:31:59.241Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-90 ']' [2021-04-20T07:31:59.241Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T07:31:59.241Z] + case "${OS_FAMILY}" in [2021-04-20T07:31:59.241Z] + rpm -qa [2021-04-20T07:31:59.241Z] + sort [2021-04-20T07:32:04.580Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T07:32:04.580Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T07:32:04.580Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T07:32:04.580Z] + '[' /w/workspace/dgexfoundry_device-snmp-go_PR-90 ']' [2021-04-20T07:32:04.580Z] + mkdir -p /w/workspace/dgexfoundry_device-snmp-go_PR-90/archives/ [2021-04-20T07:32:04.580Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-snmp-go_PR-90/archives/ [Pipeline] echo [2021-04-20T07:32:04.624Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-snmp-go_PR-90/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T07:32:04.919Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:32:05.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T07:32:05.220Z] [2021-04-20T07:32:05.220Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T07:32:05.618Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T07:32:05.619Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T07:32:05.619Z] df20fa9351a1: Pulling fs layer [2021-04-20T07:32:05.619Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T07:32:05.619Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T07:32:05.619Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T07:32:05.619Z] 93b61091891f: Pulling fs layer [2021-04-20T07:32:05.619Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T07:32:05.619Z] 5e14af77c1be: Pulling fs layer [2021-04-20T07:32:05.619Z] 01666e4c0597: Pulling fs layer [2021-04-20T07:32:05.619Z] aa168da1d23b: Pulling fs layer [2021-04-20T07:32:05.619Z] 46f8f816bc3b: Waiting [2021-04-20T07:32:05.619Z] 93b61091891f: Waiting [2021-04-20T07:32:05.619Z] 93b9cdb0e59b: Waiting [2021-04-20T07:32:05.619Z] aa168da1d23b: Waiting [2021-04-20T07:32:05.619Z] 5e14af77c1be: Waiting [2021-04-20T07:32:05.619Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T07:32:05.619Z] 36b3adc4ff6f: Download complete [2021-04-20T07:32:05.619Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T07:32:05.619Z] 46f8f816bc3b: Download complete [2021-04-20T07:32:05.899Z] df20fa9351a1: Verifying Checksum [2021-04-20T07:32:05.899Z] df20fa9351a1: Download complete [2021-04-20T07:32:05.899Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T07:32:05.899Z] 93b9cdb0e59b: Download complete [2021-04-20T07:32:05.899Z] 5e14af77c1be: Verifying Checksum [2021-04-20T07:32:05.899Z] 5e14af77c1be: Download complete [2021-04-20T07:32:05.899Z] 93b61091891f: Verifying Checksum [2021-04-20T07:32:05.899Z] 93b61091891f: Download complete [2021-04-20T07:32:05.899Z] 01666e4c0597: Verifying Checksum [2021-04-20T07:32:05.899Z] 01666e4c0597: Download complete [2021-04-20T07:32:05.899Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T07:32:05.899Z] 8ad3a11d3b57: Download complete [2021-04-20T07:32:06.165Z] df20fa9351a1: Pull complete [2021-04-20T07:32:06.428Z] 36b3adc4ff6f: Pull complete [2021-04-20T07:32:07.014Z] 8ad3a11d3b57: Pull complete [2021-04-20T07:32:07.279Z] 46f8f816bc3b: Pull complete [2021-04-20T07:32:08.229Z] aa168da1d23b: Verifying Checksum [2021-04-20T07:32:08.230Z] aa168da1d23b: Download complete [2021-04-20T07:32:08.492Z] 93b61091891f: Pull complete [2021-04-20T07:32:09.069Z] 93b9cdb0e59b: Pull complete [2021-04-20T07:32:09.069Z] 5e14af77c1be: Pull complete [2021-04-20T07:32:09.338Z] 01666e4c0597: Pull complete [2021-04-20T07:32:17.541Z] aa168da1d23b: Pull complete [2021-04-20T07:32:17.541Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T07:32:17.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T07:32:17.541Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T07:32:17.738Z] prd-centos7-docker-4c-2g-1124 does not seem to be running inside a container [2021-04-20T07:32:17.789Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-snmp-go_PR-90/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-snmp-go_PR-90 -v /w/workspace/dgexfoundry_device-snmp-go_PR-90:/w/workspace/dgexfoundry_device-snmp-go_PR-90:rw,z -v /w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T07:32:21.164Z] $ docker top 57f2dfb2c62d32fe5626b7cac65efcb9e85c75bd9c17b106229737e983663683 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T07:32:21.615Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T07:32:21.921Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T07:32:22.226Z] + ls /var/log/sa-host [2021-04-20T07:32:22.226Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T07:32:22.226Z] file_magic: OK [2021-04-20T07:32:22.226Z] HZ: Using current value: 100 [2021-04-20T07:32:22.226Z] file_header: OK [2021-04-20T07:32:22.226Z] 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 [2021-04-20T07:32:22.226Z] Statistics: [2021-04-20T07:32:22.226Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T07:32:22.226Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T07:32:22.226Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T07:32:22.226Z] file_magic: OK [2021-04-20T07:32:22.226Z] HZ: Using current value: 100 [2021-04-20T07:32:22.226Z] file_header: OK [2021-04-20T07:32:22.226Z] 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 [2021-04-20T07:32:22.226Z] Statistics: [2021-04-20T07:32:22.226Z] Hnuu...uuuununununu... [2021-04-20T07:32:22.226Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T07:32:22.806Z] provisioning config files... [2021-04-20T07:32:22.825Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-snmp-go_PR-90@tmp/config3872332693400927454tmp [Pipeline] { [Pipeline] echo [2021-04-20T07:32:22.853Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:32:23.156Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T07:32:23.169Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T07:32:23.194Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:32:23.496Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T07:32:23.507Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:32:23.830Z] ---> sudo-logs.sh [2021-04-20T07:32:23.830Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T07:32:23.912Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:32:24.222Z] ---> job-cost.sh [2021-04-20T07:32:24.222Z] lf-activate-venv: SKIPPING [2021-04-20T07:32:24.222Z] DEBUG: total: 0.20999999344348907 [2021-04-20T07:32:24.222Z] INFO: Retrieving Stack Cost... [2021-04-20T07:32:24.820Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T07:32:25.413Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T07:32:25.444Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T07:32:25.771Z] ---> logs-deploy.sh [2021-04-20T07:32:25.771Z] lf-activate-venv: SKIPPING [2021-04-20T07:32:25.771Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-snmp-go/PR-90/3 [2021-04-20T07:32:25.771Z] INFO: archiving workspace using pattern(s): [2021-04-20T07:32:27.744Z] Archives upload complete. [2021-04-20T07:32:27.744Z] INFO: archiving logs to Nexus