Pull request #717 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef+372098887a6a7d5d9395bdaf9d03a023308f69fd (c0ea329fbdf213d0fbe1fa3cd228148c69d5c36c) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-717/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-717/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 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-18808 in /w/workspace/dgexfoundry_device-sdk-go_PR-717 [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-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-717 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/717/head:refs/remotes/origin/PR-717 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef Merge succeeded, producing d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef Checking out Revision d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef (PR-717) > git config core.sparsecheckout # timeout=10 > git checkout -f d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef # 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 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-07T06:15:22.825Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-07T06:15:23.219Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-07T06:15:23.461Z] ========================================================= [2021-01-07T06:15:23.461Z] EdgeX Global Pipelines Version Info [2021-01-07T06:15:23.461Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-07T06:15:25.526Z] ------------------- [2021-01-07T06:15:25.526Z] stable info: [2021-01-07T06:15:25.526Z] ------------------- [2021-01-07T06:15:25.526Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-07T06:15:25.526Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T06:15:25.526Z] Message: update stable to v1.0.173 [2021-01-07T06:15:26.100Z] ------------------- [2021-01-07T06:15:26.100Z] experimental info: [2021-01-07T06:15:26.100Z] ------------------- [2021-01-07T06:15:26.100Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-07T06:15:26.100Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-07T06:15:26.100Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-07T06:15:26.495Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-01-07T06:15:26.632Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-01-07T06:15:26.765Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-07T06:15:26.906Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-07T06:15:27.052Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-07T06:15:27.214Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-07T06:15:27.351Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-07T06:15:27.485Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-07T06:15:27.616Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-01-07T06:15:27.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-07T06:15:27.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-07T06:15:28.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2021-01-07T06:15:28.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-07T06:15:28.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-07T06:15:28.477Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-07T06:15:28.608Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T06:15:28.780Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T06:15:28.914Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-07T06:15:29.047Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-07T06:15:29.177Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-07T06:15:29.307Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-07T06:15:29.429Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-07T06:15:29.556Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-07T06:15:29.686Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-07T06:15:29.815Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-07T06:15:29.942Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-07T06:15:30.079Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-07T06:15:30.254Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-717 [Pipeline] echo [2021-01-07T06:15:30.404Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-717 [Pipeline] echo [2021-01-07T06:15:30.548Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-717 [Pipeline] echo [2021-01-07T06:15:30.688Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef [Pipeline] echo [2021-01-07T06:15:30.868Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d994fb2 [Pipeline] echo [2021-01-07T06:15:31.017Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T06:15:31.288Z] provisioning config files... [2021-01-07T06:15:31.328Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp/config6142840686683949740tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T06:15:31.759Z] ---> docker-login.sh [2021-01-07T06:15:31.759Z] nexus3.edgexfoundry.org:10001 [2021-01-07T06:15:32.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:15:32.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:15:32.287Z] Configure a credential helper to remove this warning. See [2021-01-07T06:15:32.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:15:32.287Z] [2021-01-07T06:15:32.287Z] Login Succeeded [2021-01-07T06:15:32.287Z] nexus3.edgexfoundry.org:10002 [2021-01-07T06:15:32.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:15:32.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:15:32.287Z] Configure a credential helper to remove this warning. See [2021-01-07T06:15:32.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:15:32.287Z] [2021-01-07T06:15:32.287Z] Login Succeeded [2021-01-07T06:15:32.287Z] nexus3.edgexfoundry.org:10003 [2021-01-07T06:15:32.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:15:32.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:15:32.551Z] Configure a credential helper to remove this warning. See [2021-01-07T06:15:32.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:15:32.551Z] [2021-01-07T06:15:32.551Z] Login Succeeded [2021-01-07T06:15:32.551Z] nexus3.edgexfoundry.org:10004 [2021-01-07T06:15:32.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:15:32.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:15:32.819Z] Configure a credential helper to remove this warning. See [2021-01-07T06:15:32.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:15:32.819Z] [2021-01-07T06:15:32.819Z] Login Succeeded [2021-01-07T06:15:32.819Z] docker.io [2021-01-07T06:15:32.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:15:33.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:15:33.082Z] Configure a credential helper to remove this warning. See [2021-01-07T06:15:33.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:15:33.082Z] [2021-01-07T06:15:33.082Z] Login Succeeded [2021-01-07T06:15:33.082Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T06:15:33.121Z] 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-01-07T06:15:34.378Z] + git log --format=format:%s -1 d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef [Pipeline] echo [2021-01-07T06:15:34.472Z] GIT_COMMIT: d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo [2021-01-07T06:15:34.547Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-07T06:15:35.631Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T06:15:35.631Z] [2021-01-07T06:15:35.631Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T06:15:36.058Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T06:15:36.059Z] latest: Pulling from edgex-devops/git-semver [2021-01-07T06:15:36.059Z] 31603596830f: Pulling fs layer [2021-01-07T06:15:36.059Z] 2a8b12db71e7: Pulling fs layer [2021-01-07T06:15:36.059Z] 6ca5941a6612: Pulling fs layer [2021-01-07T06:15:36.059Z] ecc8261a40a4: Pulling fs layer [2021-01-07T06:15:36.059Z] ecc8261a40a4: Waiting [2021-01-07T06:15:36.059Z] 2a8b12db71e7: Verifying Checksum [2021-01-07T06:15:36.059Z] 2a8b12db71e7: Download complete [2021-01-07T06:15:36.059Z] 31603596830f: Download complete [2021-01-07T06:15:36.324Z] 6ca5941a6612: Verifying Checksum [2021-01-07T06:15:36.325Z] 6ca5941a6612: Download complete [2021-01-07T06:15:36.325Z] ecc8261a40a4: Verifying Checksum [2021-01-07T06:15:36.325Z] ecc8261a40a4: Download complete [2021-01-07T06:15:36.589Z] 31603596830f: Pull complete [2021-01-07T06:15:36.589Z] 2a8b12db71e7: Pull complete [2021-01-07T06:15:37.554Z] 6ca5941a6612: Pull complete [2021-01-07T06:15:37.817Z] ecc8261a40a4: Pull complete [2021-01-07T06:15:37.817Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-07T06:15:37.817Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-07T06:15:37.817Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-07T06:15:37.986Z] prd-centos7-docker-4c-2g-18808 does not seem to be running inside a container [2021-01-07T06:15:38.053Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-717 -v /w/workspace/dgexfoundry_device-sdk-go_PR-717:/w/workspace/dgexfoundry_device-sdk-go_PR-717:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-717@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-07T06:15:39.959Z] $ docker top c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-07T06:15:40.505Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T06:15:40.505Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T06:15:40.736Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T06:15:40.740Z] $ docker exec c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a ssh-agent [2021-01-07T06:15:40.922Z] SSH_AUTH_SOCK=/tmp/ssh-ynHzEINQah1A/agent.11 [2021-01-07T06:15:40.922Z] SSH_AGENT_PID=16 [2021-01-07T06:15:40.933Z] Running ssh-add (command line suppressed) [2021-01-07T06:15:41.057Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp/private_key_4192273847583755732.key (/w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp/private_key_4192273847583755732.key) [2021-01-07T06:15:41.110Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T06:15:41.505Z] + git tag --points-at HEAD [Pipeline] } [2021-01-07T06:15:41.536Z] $ docker exec --env ******** --env ******** c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a ssh-agent -k [2021-01-07T06:15:41.663Z] unset SSH_AUTH_SOCK; [2021-01-07T06:15:41.663Z] unset SSH_AGENT_PID; [2021-01-07T06:15:41.663Z] echo Agent pid 16 killed; [2021-01-07T06:15:41.711Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-07T06:15:41.924Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-07T06:15:41.924Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-07T06:15:42.099Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-07T06:15:42.103Z] $ docker exec c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a ssh-agent [2021-01-07T06:15:42.271Z] SSH_AUTH_SOCK=/tmp/ssh-ijXraaolI9fR/agent.46 [2021-01-07T06:15:42.271Z] SSH_AGENT_PID=51 [2021-01-07T06:15:42.278Z] Running ssh-add (command line suppressed) [2021-01-07T06:15:42.403Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp/private_key_7579663888985943489.key (/w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp/private_key_7579663888985943489.key) [2021-01-07T06:15:42.458Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-07T06:15:42.836Z] + git semver init [2021-01-07T06:15:42.836Z] # -> Open(): unable to determine branch for HEAD [2021-01-07T06:15:42.836Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-717/.git [2021-01-07T06:15:42.836Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-717 [2021-01-07T06:15:42.836Z] # $SEMVER_REMOTE_NAME = origin [2021-01-07T06:15:42.836Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-07T06:15:42.836Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-07T06:15:42.836Z] # $SEMVER_BRANCH = PR-717 [2021-01-07T06:15:42.836Z] # $SEMVER_TEMP = /tmp/semver-165096672 [2021-01-07T06:15:42.836Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-01-07T06:15:43.418Z] # '/tmp/semver-165096672' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-717/.semver' [2021-01-07T06:15:43.680Z] # -> Force: false [2021-01-07T06:15:43.680Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-717/.semver [Pipeline] } [2021-01-07T06:15:43.704Z] $ docker exec --env ******** --env ******** c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a ssh-agent -k [2021-01-07T06:15:43.820Z] unset SSH_AUTH_SOCK; [2021-01-07T06:15:43.821Z] unset SSH_AGENT_PID; [2021-01-07T06:15:43.821Z] echo Agent pid 51 killed; [2021-01-07T06:15:43.870Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-07T06:15:44.489Z] + git semver [Pipeline] } [2021-01-07T06:15:44.523Z] $ docker stop --time=1 c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a [2021-01-07T06:15:46.171Z] $ docker rm -f c1f490c47785a56c06d595cc5c18bf3c575f1a7bf645d39d1a9f39b38201391a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-07T06:15:46.712Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-07T06:15:47.156Z] Stashed 1 file(s) [Pipeline] echo [2021-01-07T06:15:47.178Z] [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-01-07T06:16:03.110Z] Still waiting to schedule task [2021-01-07T06:16:03.110Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-07T06:16:03.135Z] Still waiting to schedule task [2021-01-07T06:16:03.135Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-07T06:17:47.808Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18809 in /w/workspace/dgexfoundry_device-sdk-go_PR-717 [Pipeline] { [Pipeline] ws [2021-01-07T06:17:47.905Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-01-07T06:17:52.733Z] using credential edgex-jenkins-ssh [2021-01-07T06:17:52.793Z] Cloning the remote Git repository [2021-01-07T06:17:52.866Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-07T06:17:52.973Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-01-07T06:17:53.057Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-07T06:17:53.058Z] > git --version # timeout=10 [2021-01-07T06:17:53.078Z] > git --version # 'git version 2.17.1' [2021-01-07T06:17:53.079Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T06:17:53.146Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T06:17:55.012Z] Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef [2021-01-07T06:17:55.247Z] Merge succeeded, producing d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef [2021-01-07T06:17:55.247Z] Checking out Revision d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef (PR-717) [2021-01-07T06:17:54.344Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-07T06:17:54.383Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T06:17:54.413Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-07T06:17:54.444Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-07T06:17:54.445Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T06:17:54.459Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/717/head:refs/remotes/origin/PR-717 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T06:17:55.031Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T06:17:55.053Z] > git checkout -f d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef # timeout=10 [2021-01-07T06:17:55.168Z] > git remote # timeout=10 [2021-01-07T06:17:55.186Z] > git config --get remote.origin.url # timeout=10 [2021-01-07T06:17:55.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T06:17:55.213Z] > git merge 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 [2021-01-07T06:17:55.235Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-07T06:17:55.256Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T06:17:55.271Z] > git checkout -f d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef # timeout=10 [2021-01-07T06:17:59.710Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" [2021-01-07T06:17:59.766Z] > git --version # timeout=10 [2021-01-07T06:17:59.774Z] > git --version # 'git version 2.17.1' [2021-01-07T06:17:59.788Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T06:18:02.009Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-07T06:18:02.568Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T06:18:02.932Z] + sudo service docker restart [2021-01-07T06:18:02.932Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T06:18:05.699Z] provisioning config files... [2021-01-07T06:18:05.747Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config1914478652697321997tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T06:18:06.197Z] ---> docker-login.sh [2021-01-07T06:18:06.197Z] nexus3.edgexfoundry.org:10001 [2021-01-07T06:18:07.184Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:18:07.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:18:07.459Z] Configure a credential helper to remove this warning. See [2021-01-07T06:18:07.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:18:07.459Z] [2021-01-07T06:18:07.459Z] Login Succeeded [2021-01-07T06:18:07.459Z] nexus3.edgexfoundry.org:10002 [2021-01-07T06:18:08.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:18:08.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:18:08.058Z] Configure a credential helper to remove this warning. See [2021-01-07T06:18:08.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:18:08.058Z] [2021-01-07T06:18:08.058Z] Login Succeeded [2021-01-07T06:18:08.058Z] nexus3.edgexfoundry.org:10003 [2021-01-07T06:18:08.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:18:08.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:18:08.607Z] Configure a credential helper to remove this warning. See [2021-01-07T06:18:08.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:18:08.607Z] [2021-01-07T06:18:08.607Z] Login Succeeded [2021-01-07T06:18:08.607Z] nexus3.edgexfoundry.org:10004 [2021-01-07T06:18:08.880Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:18:09.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:18:09.155Z] Configure a credential helper to remove this warning. See [2021-01-07T06:18:09.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:18:09.155Z] [2021-01-07T06:18:09.155Z] Login Succeeded [2021-01-07T06:18:09.155Z] docker.io [2021-01-07T06:18:09.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:18:09.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:18:09.703Z] Configure a credential helper to remove this warning. See [2021-01-07T06:18:09.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:18:09.703Z] [2021-01-07T06:18:09.703Z] Login Succeeded [2021-01-07T06:18:09.703Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T06:18:09.735Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-07T06:18:10.300Z] ========================================================= [2021-01-07T06:18:10.300Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-07T06:18:10.300Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T06:18:10.718Z] + 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-01-07T06:18:10.994Z] Sending build context to Docker daemon 2.429MB [2021-01-07T06:18:11.269Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T06:18:11.269Z] Step 2/8 : FROM ${BASE} [2021-01-07T06:18:11.269Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-07T06:18:11.269Z] 5f621e34cdf4: Pulling fs layer [2021-01-07T06:18:11.269Z] a4357932f1b6: Pulling fs layer [2021-01-07T06:18:11.269Z] 18c013af1878: Pulling fs layer [2021-01-07T06:18:11.269Z] 00ac8860ef70: Pulling fs layer [2021-01-07T06:18:11.269Z] 63d7cb157983: Pulling fs layer [2021-01-07T06:18:11.269Z] b116817d02f9: Pulling fs layer [2021-01-07T06:18:11.269Z] 745a02a5169b: Pulling fs layer [2021-01-07T06:18:11.269Z] 63d7cb157983: Waiting [2021-01-07T06:18:11.269Z] 00ac8860ef70: Waiting [2021-01-07T06:18:11.269Z] b116817d02f9: Waiting [2021-01-07T06:18:11.269Z] 745a02a5169b: Waiting [2021-01-07T06:18:11.269Z] 18c013af1878: Verifying Checksum [2021-01-07T06:18:11.269Z] 18c013af1878: Download complete [2021-01-07T06:18:11.269Z] a4357932f1b6: Verifying Checksum [2021-01-07T06:18:11.269Z] a4357932f1b6: Download complete [2021-01-07T06:18:11.269Z] 63d7cb157983: Verifying Checksum [2021-01-07T06:18:11.269Z] 63d7cb157983: Download complete [2021-01-07T06:18:12.245Z] b116817d02f9: Verifying Checksum [2021-01-07T06:18:12.245Z] b116817d02f9: Download complete [2021-01-07T06:18:12.245Z] 5f621e34cdf4: Verifying Checksum [2021-01-07T06:18:12.245Z] 5f621e34cdf4: Download complete [2021-01-07T06:18:12.850Z] 5f621e34cdf4: Pull complete [2021-01-07T06:18:13.838Z] a4357932f1b6: Pull complete [2021-01-07T06:18:14.113Z] 18c013af1878: Pull complete [2021-01-07T06:18:14.387Z] 745a02a5169b: Verifying Checksum [2021-01-07T06:18:14.387Z] 745a02a5169b: Download complete [2021-01-07T06:18:15.830Z] 00ac8860ef70: Download complete [2021-01-07T06:18:26.012Z] 00ac8860ef70: Pull complete [2021-01-07T06:18:26.012Z] 63d7cb157983: Pull complete [2021-01-07T06:18:26.606Z] b116817d02f9: Pull complete [2021-01-07T06:18:30.018Z] 745a02a5169b: Pull complete [2021-01-07T06:18:30.292Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-07T06:18:30.292Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-07T06:18:30.292Z] ---> b7e6874047d6 [2021-01-07T06:18:30.292Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-07T06:18:32.928Z] ---> Running in 0d1a8c4cf295 [2021-01-07T06:18:33.524Z] Removing intermediate container 0d1a8c4cf295 [2021-01-07T06:18:33.524Z] ---> 6b9e22c37559 [2021-01-07T06:18:33.524Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T06:18:33.524Z] ---> Running in 6a27c4ae64b0 [2021-01-07T06:18:35.502Z] Removing intermediate container 6a27c4ae64b0 [2021-01-07T06:18:35.502Z] ---> cd4b1db59b91 [2021-01-07T06:18:35.502Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-07T06:18:35.776Z] ---> Running in 24bcaead7250 [2021-01-07T06:18:36.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-07T06:18:36.799Z] Running on prd-centos7-docker-4c-2g-18810 in /w/workspace/dgexfoundry_device-sdk-go_PR-717 [Pipeline] { [Pipeline] ws [2021-01-07T06:18:36.893Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2021-01-07T06:18:37.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-07T06:18:38.353Z] OK: 142 MiB in 39 packages [2021-01-07T06:18:39.147Z] using credential edgex-jenkins-ssh [2021-01-07T06:18:39.203Z] Cloning the remote Git repository [2021-01-07T06:18:39.192Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-01-07T06:18:39.800Z] Removing intermediate container 24bcaead7250 [2021-01-07T06:18:39.800Z] ---> c0cea9bfa9e8 [2021-01-07T06:18:39.800Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-07T06:18:39.800Z] ---> Running in 37fc1e5ed720 [2021-01-07T06:18:40.071Z] Removing intermediate container 37fc1e5ed720 [2021-01-07T06:18:40.071Z] ---> a0244601830b [2021-01-07T06:18:40.071Z] Step 7/8 : COPY . . [2021-01-07T06:18:39.261Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2021-01-07T06:18:39.322Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-07T06:18:39.322Z] > git --version # timeout=10 [2021-01-07T06:18:39.328Z] > git --version # 'git version 2.24.3' [2021-01-07T06:18:39.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T06:18:39.361Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T06:18:40.015Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-07T06:18:40.021Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-07T06:18:40.035Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-01-07T06:18:40.047Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-01-07T06:18:40.047Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T06:18:40.052Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/717/head:refs/remotes/origin/PR-717 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-07T06:18:40.509Z] Merging remotes/origin/master commit 372098887a6a7d5d9395bdaf9d03a023308f69fd into PR head commit d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef [2021-01-07T06:18:40.611Z] Merge succeeded, producing d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef [2021-01-07T06:18:40.611Z] Checking out Revision d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef (PR-717) [2021-01-07T06:18:40.518Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T06:18:40.524Z] > git checkout -f d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef # timeout=10 [2021-01-07T06:18:40.576Z] > git remote # timeout=10 [2021-01-07T06:18:40.581Z] > git config --get remote.origin.url # timeout=10 [2021-01-07T06:18:40.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-07T06:18:40.593Z] > git merge 372098887a6a7d5d9395bdaf9d03a023308f69fd # timeout=10 [2021-01-07T06:18:40.601Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-07T06:18:40.614Z] > git config core.sparsecheckout # timeout=10 [2021-01-07T06:18:40.619Z] > git checkout -f d994fb2bc4ebabc9e484ab67c5295cffc8ddc9ef # timeout=10 [2021-01-07T06:18:41.510Z] ---> 401cce557d74 [2021-01-07T06:18:41.510Z] Step 8/8 : RUN go mod download [2021-01-07T06:18:41.510Z] ---> Running in ab519cad62d2 [2021-01-07T06:18:44.215Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" [2021-01-07T06:18:44.295Z] > git --version # timeout=10 [2021-01-07T06:18:44.303Z] > git --version # 'git version 2.24.3' [2021-01-07T06:18:44.316Z] fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-07T06:18:45.691Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-07T06:18:46.035Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-07T06:18:46.364Z] + sudo service docker restart [2021-01-07T06:18:46.364Z] + true [2021-01-07T06:18:46.364Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-07T06:18:47.437Z] provisioning config files... [2021-01-07T06:18:47.465Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config1411098597490618518tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-07T06:18:47.908Z] ---> docker-login.sh [2021-01-07T06:18:47.909Z] nexus3.edgexfoundry.org:10001 [2021-01-07T06:18:48.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:18:48.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:18:48.171Z] Configure a credential helper to remove this warning. See [2021-01-07T06:18:48.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:18:48.171Z] [2021-01-07T06:18:48.171Z] Login Succeeded [2021-01-07T06:18:48.171Z] nexus3.edgexfoundry.org:10002 [2021-01-07T06:18:48.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:18:48.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:18:48.435Z] Configure a credential helper to remove this warning. See [2021-01-07T06:18:48.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:18:48.435Z] [2021-01-07T06:18:48.435Z] Login Succeeded [2021-01-07T06:18:48.435Z] nexus3.edgexfoundry.org:10003 [2021-01-07T06:18:48.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:18:48.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:18:48.698Z] Configure a credential helper to remove this warning. See [2021-01-07T06:18:48.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:18:48.698Z] [2021-01-07T06:18:48.698Z] Login Succeeded [2021-01-07T06:18:48.698Z] nexus3.edgexfoundry.org:10004 [2021-01-07T06:18:48.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:18:48.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:18:48.698Z] Configure a credential helper to remove this warning. See [2021-01-07T06:18:48.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:18:48.698Z] [2021-01-07T06:18:48.698Z] Login Succeeded [2021-01-07T06:18:48.698Z] docker.io [2021-01-07T06:18:48.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-07T06:18:49.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-07T06:18:49.231Z] Configure a credential helper to remove this warning. See [2021-01-07T06:18:49.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-07T06:18:49.231Z] [2021-01-07T06:18:49.231Z] Login Succeeded [2021-01-07T06:18:49.231Z] ---> docker-login.sh ends [Pipeline] } [2021-01-07T06:18:49.258Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-07T06:18:49.830Z] ========================================================= [2021-01-07T06:18:49.830Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-07T06:18:49.830Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-07T06:18:50.225Z] + 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-01-07T06:18:50.226Z] Sending build context to Docker daemon 2.429MB [2021-01-07T06:18:50.226Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-01-07T06:18:50.226Z] Step 2/8 : FROM ${BASE} [2021-01-07T06:18:50.489Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-07T06:18:50.489Z] 188c0c94c7c5: Pulling fs layer [2021-01-07T06:18:50.489Z] 0ef7d3d256c8: Pulling fs layer [2021-01-07T06:18:50.489Z] de9db76c5a1d: Pulling fs layer [2021-01-07T06:18:50.489Z] bca2f99d35d6: Pulling fs layer [2021-01-07T06:18:50.489Z] 93359f2a8cfa: Pulling fs layer [2021-01-07T06:18:50.489Z] 7c6f9722023f: Pulling fs layer [2021-01-07T06:18:50.489Z] a35cf1a2eb13: Pulling fs layer [2021-01-07T06:18:50.489Z] 7c6f9722023f: Waiting [2021-01-07T06:18:50.489Z] 93359f2a8cfa: Waiting [2021-01-07T06:18:50.489Z] bca2f99d35d6: Waiting [2021-01-07T06:18:50.489Z] a35cf1a2eb13: Waiting [2021-01-07T06:18:50.489Z] de9db76c5a1d: Verifying Checksum [2021-01-07T06:18:50.489Z] de9db76c5a1d: Download complete [2021-01-07T06:18:50.489Z] 0ef7d3d256c8: Verifying Checksum [2021-01-07T06:18:50.489Z] 0ef7d3d256c8: Download complete [2021-01-07T06:18:50.489Z] 93359f2a8cfa: Verifying Checksum [2021-01-07T06:18:50.489Z] 93359f2a8cfa: Download complete [2021-01-07T06:18:50.489Z] 188c0c94c7c5: Verifying Checksum [2021-01-07T06:18:50.489Z] 188c0c94c7c5: Download complete [2021-01-07T06:18:50.489Z] 7c6f9722023f: Verifying Checksum [2021-01-07T06:18:50.489Z] 7c6f9722023f: Download complete [2021-01-07T06:18:50.755Z] 188c0c94c7c5: Pull complete [2021-01-07T06:18:51.018Z] 0ef7d3d256c8: Pull complete [2021-01-07T06:18:51.018Z] de9db76c5a1d: Pull complete [2021-01-07T06:18:52.413Z] a35cf1a2eb13: Verifying Checksum [2021-01-07T06:18:52.413Z] a35cf1a2eb13: Download complete [2021-01-07T06:18:53.365Z] bca2f99d35d6: Verifying Checksum [2021-01-07T06:18:53.365Z] bca2f99d35d6: Download complete [2021-01-07T06:18:58.695Z] bca2f99d35d6: Pull complete [2021-01-07T06:18:58.695Z] 93359f2a8cfa: Pull complete [2021-01-07T06:18:58.695Z] 7c6f9722023f: Pull complete [2021-01-07T06:19:02.934Z] a35cf1a2eb13: Pull complete [2021-01-07T06:19:02.934Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-07T06:19:02.934Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-07T06:19:02.934Z] ---> a62c8e92a672 [2021-01-07T06:19:02.934Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-01-07T06:19:03.212Z] ---> Running in 6cf6e0104545 [2021-01-07T06:19:03.481Z] Removing intermediate container 6cf6e0104545 [2021-01-07T06:19:03.481Z] ---> cf91f3486261 [2021-01-07T06:19:03.481Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-07T06:19:03.481Z] ---> Running in 680f6b239f70 [2021-01-07T06:19:03.649Z] Removing intermediate container ab519cad62d2 [2021-01-07T06:19:03.649Z] ---> d2a8445ee6ed [2021-01-07T06:19:03.649Z] Successfully built d2a8445ee6ed [2021-01-07T06:19:03.649Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T06:19:04.037Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T06:19:04.037Z] . [Pipeline] withDockerContainer [2021-01-07T06:19:04.294Z] prd-ubuntu18.04-docker-arm64-4c-16g-18809 does not seem to be running inside a container [2021-01-07T06:19:04.376Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat [2021-01-07T06:19:04.882Z] Removing intermediate container 680f6b239f70 [2021-01-07T06:19:04.882Z] ---> 933743fe462d [2021-01-07T06:19:04.882Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-01-07T06:19:04.882Z] ---> Running in 8974b39ba20d [2021-01-07T06:19:05.829Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-07T06:19:05.922Z] $ docker top d3601b08f84e64c2d6711f2e40693707f8e513cf16760a5d6ff9876b4d950421 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T06:19:06.406Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-07T06:19:06.674Z] OK: 166 MiB in 39 packages [2021-01-07T06:19:07.019Z] + go version [2021-01-07T06:19:07.019Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-07T06:19:07.057Z] $ docker stop --time=1 d3601b08f84e64c2d6711f2e40693707f8e513cf16760a5d6ff9876b4d950421 [2021-01-07T06:19:07.249Z] Removing intermediate container 8974b39ba20d [2021-01-07T06:19:07.249Z] ---> 358b281a15a9 [2021-01-07T06:19:07.249Z] Step 6/8 : WORKDIR /device-sdk-go [2021-01-07T06:19:07.249Z] ---> Running in 30d0c4785114 [2021-01-07T06:19:07.511Z] Removing intermediate container 30d0c4785114 [2021-01-07T06:19:07.511Z] ---> bdcad2a1f036 [2021-01-07T06:19:07.511Z] Step 7/8 : COPY . . [2021-01-07T06:19:08.905Z] ---> 296d773b29eb [2021-01-07T06:19:08.905Z] Step 8/8 : RUN go mod download [2021-01-07T06:19:08.905Z] ---> Running in 9bc9cf770c64 [2021-01-07T06:19:08.975Z] $ docker rm -f d3601b08f84e64c2d6711f2e40693707f8e513cf16760a5d6ff9876b4d950421 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T06:19:10.255Z] + docker inspect -f . ci-base-image-arm64 [2021-01-07T06:19:10.256Z] . [Pipeline] withDockerContainer [2021-01-07T06:19:10.541Z] prd-ubuntu18.04-docker-arm64-4c-16g-18809 does not seem to be running inside a container [2021-01-07T06:19:10.621Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat [2021-01-07T06:19:12.139Z] $ docker top 0b17737cfa8933e0518280b92dcf4e6fb0a0bc39b0b5fb49c2156167f506960e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T06:19:13.226Z] + make test [2021-01-07T06:19:13.226Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-07T06:19:27.088Z] Removing intermediate container 9bc9cf770c64 [2021-01-07T06:19:27.088Z] ---> 5766603247bf [2021-01-07T06:19:27.088Z] Successfully built 5766603247bf [2021-01-07T06:19:27.088Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-07T06:19:27.438Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T06:19:27.438Z] . [Pipeline] withDockerContainer [2021-01-07T06:19:27.568Z] prd-centos7-docker-4c-2g-18810 does not seem to be running inside a container [2021-01-07T06:19:27.612Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2021-01-07T06:19:29.060Z] $ docker top dcab2a258539055265a2650ee16366e72e8bbe0260cc1489fb7dbf99ffa3fc3c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T06:19:29.602Z] + go version [2021-01-07T06:19:29.602Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-07T06:19:29.639Z] $ docker stop --time=1 dcab2a258539055265a2650ee16366e72e8bbe0260cc1489fb7dbf99ffa3fc3c [2021-01-07T06:19:30.966Z] $ docker rm -f dcab2a258539055265a2650ee16366e72e8bbe0260cc1489fb7dbf99ffa3fc3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-07T06:19:32.137Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-07T06:19:32.137Z] . [Pipeline] withDockerContainer [2021-01-07T06:19:32.257Z] prd-centos7-docker-4c-2g-18810 does not seem to be running inside a container [2021-01-07T06:19:32.307Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2021-01-07T06:19:32.958Z] $ docker top f730e92e48661882c0e9de55b6dc8d1706caf87656ffc0820848dc181d73cd5a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T06:19:33.511Z] + make test [2021-01-07T06:19:33.511Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-07T06:19:35.404Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2021-01-07T06:19:40.140Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2021-01-07T06:19:50.216Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-01-07T06:19:50.216Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-01-07T06:19:50.216Z] /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-01-07T06:19:50.216Z] have (string, bool, string, string) [2021-01-07T06:19:50.216Z] want (string, string) [2021-01-07T06:19:52.785Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/autoevent [build failed] [2021-01-07T06:19:52.785Z] # github.com/edgexfoundry/device-sdk-go/internal/common [github.com/edgexfoundry/device-sdk-go/internal/common.test] [2021-01-07T06:19:52.785Z] internal/common/utils_test.go:110:8: undefined: logger.NewClientStdOut [2021-01-07T06:19:53.048Z] # github.com/edgexfoundry/device-sdk-go/internal/cache [github.com/edgexfoundry/device-sdk-go/internal/cache.test] [2021-01-07T06:19:53.048Z] internal/cache/init_test.go:24:8: undefined: logger.NewClientStdOut [2021-01-07T06:19:53.048Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/cache [build failed] [2021-01-07T06:19:53.048Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/clients [build failed] [2021-01-07T06:19:53.048Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/common [build failed] [2021-01-07T06:19:53.048Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] [2021-01-07T06:19:53.316Z] # github.com/edgexfoundry/device-sdk-go/internal/transformer [github.com/edgexfoundry/device-sdk-go/internal/transformer.test] [2021-01-07T06:19:53.316Z] internal/transformer/transformresult_test.go:23:7: undefined: logger.NewClientStdOut [2021-01-07T06:19:53.316Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/handler [build failed] [2021-01-07T06:19:53.316Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/transformer [build failed] [2021-01-07T06:19:55.865Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.196s coverage: 68.9% of statements [2021-01-07T06:19:55.865Z] FAIL github.com/edgexfoundry/device-sdk-go/pkg/service [build failed] [2021-01-07T06:19:55.865Z] make: *** [Makefile:32: test] Error 2 [Pipeline] } [2021-01-07T06:19:55.916Z] $ docker stop --time=1 f730e92e48661882c0e9de55b6dc8d1706caf87656ffc0820848dc181d73cd5a [2021-01-07T06:19:57.757Z] $ docker rm -f f730e92e48661882c0e9de55b6dc8d1706caf87656ffc0820848dc181d73cd5a [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] } [2021-01-07T06:20:00.426Z] Failed in branch amd64 [2021-01-07T06:20:07.798Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-01-07T06:20:07.798Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-01-07T06:20:07.798Z] /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-01-07T06:20:07.798Z] have (string, bool, string, string) [2021-01-07T06:20:07.798Z] want (string, string) [2021-01-07T06:20:08.412Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/autoevent [build failed] [2021-01-07T06:20:09.013Z] # github.com/edgexfoundry/device-sdk-go/internal/common [github.com/edgexfoundry/device-sdk-go/internal/common.test] [2021-01-07T06:20:09.013Z] internal/common/utils_test.go:110:8: undefined: logger.NewClientStdOut [2021-01-07T06:20:10.000Z] # github.com/edgexfoundry/device-sdk-go/internal/cache [github.com/edgexfoundry/device-sdk-go/internal/cache.test] [2021-01-07T06:20:10.000Z] internal/cache/init_test.go:24:8: undefined: logger.NewClientStdOut [2021-01-07T06:20:10.278Z] # github.com/edgexfoundry/device-sdk-go/internal/transformer [github.com/edgexfoundry/device-sdk-go/internal/transformer.test] [2021-01-07T06:20:10.278Z] internal/transformer/transformresult_test.go:23:7: undefined: logger.NewClientStdOut [2021-01-07T06:20:10.562Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/cache [build failed] [2021-01-07T06:20:10.562Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/clients [build failed] [2021-01-07T06:20:10.562Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/common [build failed] [2021-01-07T06:20:10.562Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] [2021-01-07T06:20:11.162Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/handler [build failed] [2021-01-07T06:20:11.162Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/transformer [build failed] [2021-01-07T06:20:17.909Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.889s coverage: 68.9% of statements [2021-01-07T06:20:17.909Z] FAIL github.com/edgexfoundry/device-sdk-go/pkg/service [build failed] [2021-01-07T06:20:18.502Z] make: *** [Makefile:32: test] Error 2 [Pipeline] } [2021-01-07T06:20:18.551Z] $ docker stop --time=1 0b17737cfa8933e0518280b92dcf4e6fb0a0bc39b0b5fb49c2156167f506960e [2021-01-07T06:20:20.789Z] $ docker rm -f 0b17737cfa8933e0518280b92dcf4e6fb0a0bc39b0b5fb49c2156167f506960e [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] } [2021-01-07T06:20:23.528Z] 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 [2021-01-07T06:20:27.697Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T06:20:28.318Z] ---> package-listing.sh [2021-01-07T06:20:28.318Z] ++ facter osfamily [2021-01-07T06:20:28.318Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-07T06:20:28.318Z] + OS_FAMILY=redhat [2021-01-07T06:20:28.318Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-717 [2021-01-07T06:20:28.318Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-07T06:20:28.318Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-07T06:20:28.318Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-07T06:20:28.318Z] + PACKAGES=/tmp/packages_start.txt [2021-01-07T06:20:28.318Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-717 ']' [2021-01-07T06:20:28.318Z] + PACKAGES=/tmp/packages_end.txt [2021-01-07T06:20:28.318Z] + case "${OS_FAMILY}" in [2021-01-07T06:20:28.318Z] + rpm -qa [2021-01-07T06:20:28.318Z] + sort [2021-01-07T06:20:33.649Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-07T06:20:33.649Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-07T06:20:33.649Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-07T06:20:33.649Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-717 ']' [2021-01-07T06:20:33.649Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-717/archives/ [2021-01-07T06:20:33.649Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-717/archives/ [Pipeline] echo [2021-01-07T06:20:33.703Z] 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-sdk-go_PR-717/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-07T06:20:34.024Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-07T06:20:34.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T06:20:34.372Z] [2021-01-07T06:20:34.372Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-07T06:20:34.766Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T06:20:34.767Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-07T06:20:34.767Z] df20fa9351a1: Pulling fs layer [2021-01-07T06:20:34.767Z] 36b3adc4ff6f: Pulling fs layer [2021-01-07T06:20:34.767Z] 8ad3a11d3b57: Pulling fs layer [2021-01-07T06:20:34.767Z] 46f8f816bc3b: Pulling fs layer [2021-01-07T06:20:34.767Z] 93b61091891f: Pulling fs layer [2021-01-07T06:20:34.767Z] 93b9cdb0e59b: Pulling fs layer [2021-01-07T06:20:34.767Z] 5e14af77c1be: Pulling fs layer [2021-01-07T06:20:34.767Z] 01666e4c0597: Pulling fs layer [2021-01-07T06:20:34.767Z] aa168da1d23b: Pulling fs layer [2021-01-07T06:20:34.767Z] 93b9cdb0e59b: Waiting [2021-01-07T06:20:34.767Z] 5e14af77c1be: Waiting [2021-01-07T06:20:34.767Z] 01666e4c0597: Waiting [2021-01-07T06:20:34.767Z] aa168da1d23b: Waiting [2021-01-07T06:20:34.767Z] 46f8f816bc3b: Waiting [2021-01-07T06:20:34.767Z] 36b3adc4ff6f: Download complete [2021-01-07T06:20:34.767Z] 46f8f816bc3b: Verifying Checksum [2021-01-07T06:20:34.767Z] 46f8f816bc3b: Download complete [2021-01-07T06:20:35.031Z] df20fa9351a1: Verifying Checksum [2021-01-07T06:20:35.031Z] df20fa9351a1: Download complete [2021-01-07T06:20:35.031Z] 93b9cdb0e59b: Verifying Checksum [2021-01-07T06:20:35.031Z] 93b9cdb0e59b: Download complete [2021-01-07T06:20:35.031Z] 93b61091891f: Verifying Checksum [2021-01-07T06:20:35.031Z] 93b61091891f: Download complete [2021-01-07T06:20:35.031Z] 5e14af77c1be: Verifying Checksum [2021-01-07T06:20:35.031Z] 5e14af77c1be: Download complete [2021-01-07T06:20:35.031Z] 01666e4c0597: Verifying Checksum [2021-01-07T06:20:35.031Z] 01666e4c0597: Download complete [2021-01-07T06:20:35.294Z] df20fa9351a1: Pull complete [2021-01-07T06:20:35.557Z] 36b3adc4ff6f: Pull complete [2021-01-07T06:20:35.822Z] 8ad3a11d3b57: Verifying Checksum [2021-01-07T06:20:35.822Z] 8ad3a11d3b57: Download complete [2021-01-07T06:20:36.410Z] 8ad3a11d3b57: Pull complete [2021-01-07T06:20:36.996Z] 46f8f816bc3b: Pull complete [2021-01-07T06:20:37.261Z] 93b61091891f: Pull complete [2021-01-07T06:20:37.527Z] 93b9cdb0e59b: Pull complete [2021-01-07T06:20:37.527Z] aa168da1d23b: Verifying Checksum [2021-01-07T06:20:37.527Z] aa168da1d23b: Download complete [2021-01-07T06:20:37.527Z] 5e14af77c1be: Pull complete [2021-01-07T06:20:37.792Z] 01666e4c0597: Pull complete [2021-01-07T06:20:45.993Z] aa168da1d23b: Pull complete [2021-01-07T06:20:45.993Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-07T06:20:45.993Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-07T06:20:45.993Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-07T06:20:46.221Z] prd-centos7-docker-4c-2g-18808 does not seem to be running inside a container [2021-01-07T06:20:46.273Z] $ 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-sdk-go_PR-717/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-sdk-go_PR-717 -v /w/workspace/dgexfoundry_device-sdk-go_PR-717:/w/workspace/dgexfoundry_device-sdk-go_PR-717:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-717@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:10003/edgex-lftools-log-publisher:alpine cat [2021-01-07T06:20:50.189Z] $ docker top 5af2dd3afdd39abccc68b6e03539844aaf74ceed18aa8e65bced8e9d0092bb71 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-07T06:20:50.787Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-07T06:20:51.109Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-07T06:20:51.427Z] + ls /var/log/sa-host [2021-01-07T06:20:51.427Z] + sadf -c /var/log/sa-host/sa07 [2021-01-07T06:20:51.427Z] file_magic: OK [2021-01-07T06:20:51.427Z] HZ: Using current value: 100 [2021-01-07T06:20:51.427Z] file_header: OK [2021-01-07T06:20:51.427Z] 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-01-07T06:20:51.427Z] Statistics: [2021-01-07T06:20:51.427Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-07T06:20:51.427Z] File successfully converted to sysstat format version 12.2.1 [2021-01-07T06:20:51.427Z] + sadf -c /var/log/sa-host/sa23 [2021-01-07T06:20:51.427Z] file_magic: OK [2021-01-07T06:20:51.427Z] HZ: Using current value: 100 [2021-01-07T06:20:51.427Z] file_header: OK [2021-01-07T06:20:51.427Z] 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-01-07T06:20:51.427Z] Statistics: [2021-01-07T06:20:51.427Z] Hnuu...uuuununununu... [2021-01-07T06:20:51.427Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-07T06:20:52.132Z] provisioning config files... [2021-01-07T06:20:52.149Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-717@tmp/config6198296776558950504tmp [Pipeline] { [Pipeline] echo [2021-01-07T06:20:52.272Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T06:20:52.628Z] ---> create-netrc.sh [Pipeline] } [2021-01-07T06:20:52.664Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-07T06:20:52.805Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T06:20:53.140Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-07T06:20:53.168Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T06:20:53.504Z] ---> sudo-logs.sh [2021-01-07T06:20:53.504Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-07T06:20:53.530Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T06:20:53.858Z] ---> job-cost.sh [2021-01-07T06:20:53.858Z] lf-activate-venv: SKIPPING [2021-01-07T06:20:53.858Z] INFO: No Stack... [2021-01-07T06:20:55.247Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-07T06:20:55.511Z] INFO: Archiving Costs [Pipeline] echo [2021-01-07T06:20:55.541Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-07T06:20:55.907Z] ---> logs-deploy.sh [2021-01-07T06:20:55.907Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-717/1 [2021-01-07T06:20:55.907Z] INFO: archiving workspace using pattern(s): [2021-01-07T06:20:57.833Z] Archives upload complete. [2021-01-07T06:20:57.833Z] INFO: archiving logs to Nexus