Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 668eef0d26df75f2028b0bd35b6bb5025555581e+8e1e7cb95d5530821e601db4473f34bcb708dd90 (53f3c013fc5aa9b7a6759a8e98a0ee719700623b) 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-rest-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-rest-go-settings PROJECT: device-rest-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-rest-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 Running on prd-centos7-docker-4c-2g-1150 in /w/workspace/dgexfoundry_device-rest-go_PR-75 [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-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-75 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8e1e7cb95d5530821e601db4473f34bcb708dd90 into PR head commit 668eef0d26df75f2028b0bd35b6bb5025555581e Merge succeeded, producing d11c4cecc0170c3248064a0267695ffc59cc4058 Checking out Revision d11c4cecc0170c3248064a0267695ffc59cc4058 (PR-75) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-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-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 668eef0d26df75f2028b0bd35b6bb5025555581e # 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 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d11c4cecc0170c3248064a0267695ffc59cc4058 # timeout=10 Commit message: "Merge commit '8e1e7cb95d5530821e601db4473f34bcb708dd90' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 65d1d972e34b5f73f4d8ca85a509c7e28cab2a20 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T11:06:27.218Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T11:06:27.303Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T11:06:27.333Z] ========================================================= [2021-04-20T11:06:27.333Z] EdgeX Global Pipelines Version Info [2021-04-20T11:06:27.333Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:06:30.201Z] ------------------- [2021-04-20T11:06:30.201Z] stable info: [2021-04-20T11:06:30.201Z] ------------------- [2021-04-20T11:06:30.201Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T11:06:30.201Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T11:06:30.201Z] Message: update stable to v1.0.186 [2021-04-20T11:06:31.357Z] ------------------- [2021-04-20T11:06:31.357Z] experimental info: [2021-04-20T11:06:31.357Z] ------------------- [2021-04-20T11:06:31.357Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T11:06:31.357Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T11:06:31.357Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T11:06:31.642Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-04-20T11:06:31.667Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-04-20T11:06:31.691Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T11:06:31.714Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T11:06:31.738Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T11:06:31.762Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T11:06:31.785Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T11:06:31.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T11:06:31.832Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-20T11:06:31.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T11:06:31.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T11:06:31.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2021-04-20T11:06:31.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T11:06:31.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T11:06:31.969Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T11:06:31.992Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T11:06:32.015Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T11:06:32.039Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T11:06:32.063Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T11:06:32.086Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-20T11:06:32.113Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-20T11:06:32.137Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-20T11:06:32.199Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-20T11:06:32.222Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-20T11:06:32.246Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-20T11:06:32.270Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T11:06:32.292Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-75 [Pipeline] echo [2021-04-20T11:06:32.315Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-75 [Pipeline] echo [2021-04-20T11:06:32.338Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-75 [Pipeline] echo [2021-04-20T11:06:32.362Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d11c4cecc0170c3248064a0267695ffc59cc4058 [Pipeline] echo [2021-04-20T11:06:32.386Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d11c4ce [Pipeline] echo [2021-04-20T11:06:32.419Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T11:06:32.489Z] provisioning config files... [2021-04-20T11:06:32.522Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-75@tmp/config2671426904906614655tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:06:32.860Z] ---> docker-login.sh [2021-04-20T11:06:32.860Z] nexus3.edgexfoundry.org:10001 [2021-04-20T11:06:33.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:06:33.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:06:33.823Z] Configure a credential helper to remove this warning. See [2021-04-20T11:06:33.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:06:33.823Z] [2021-04-20T11:06:33.823Z] Login Succeeded [2021-04-20T11:06:33.823Z] nexus3.edgexfoundry.org:10002 [2021-04-20T11:06:34.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:06:34.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:06:34.087Z] Configure a credential helper to remove this warning. See [2021-04-20T11:06:34.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:06:34.087Z] [2021-04-20T11:06:34.087Z] Login Succeeded [2021-04-20T11:06:34.087Z] nexus3.edgexfoundry.org:10003 [2021-04-20T11:06:34.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:06:34.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:06:34.353Z] Configure a credential helper to remove this warning. See [2021-04-20T11:06:34.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:06:34.353Z] [2021-04-20T11:06:34.353Z] Login Succeeded [2021-04-20T11:06:34.353Z] nexus3.edgexfoundry.org:10004 [2021-04-20T11:06:34.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:06:34.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:06:34.631Z] Configure a credential helper to remove this warning. See [2021-04-20T11:06:34.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:06:34.631Z] [2021-04-20T11:06:34.631Z] Login Succeeded [2021-04-20T11:06:34.631Z] docker.io [2021-04-20T11:06:34.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:06:35.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:06:35.168Z] Configure a credential helper to remove this warning. See [2021-04-20T11:06:35.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:06:35.168Z] [2021-04-20T11:06:35.168Z] Login Succeeded [2021-04-20T11:06:35.168Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T11:06:35.179Z] 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-20T11:06:35.638Z] + git log --format=format:%s -1 d11c4cecc0170c3248064a0267695ffc59cc4058 [Pipeline] echo [2021-04-20T11:06:35.736Z] GIT_COMMIT: d11c4cecc0170c3248064a0267695ffc59cc4058, Commit Message: Merge commit '8e1e7cb95d5530821e601db4473f34bcb708dd90' into HEAD [Pipeline] echo [2021-04-20T11:06:35.749Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:06:36.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T11:06:36.332Z] [2021-04-20T11:06:36.332Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:06:36.720Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T11:06:36.996Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T11:06:36.997Z] 31603596830f: Pulling fs layer [2021-04-20T11:06:36.997Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T11:06:36.997Z] 6ca5941a6612: Pulling fs layer [2021-04-20T11:06:36.997Z] ecc8261a40a4: Pulling fs layer [2021-04-20T11:06:36.997Z] ecc8261a40a4: Waiting [2021-04-20T11:06:36.997Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T11:06:36.997Z] 2a8b12db71e7: Download complete [2021-04-20T11:06:36.997Z] 31603596830f: Download complete [2021-04-20T11:06:37.260Z] ecc8261a40a4: Verifying Checksum [2021-04-20T11:06:37.260Z] ecc8261a40a4: Download complete [2021-04-20T11:06:37.260Z] 6ca5941a6612: Download complete [2021-04-20T11:06:37.523Z] 31603596830f: Pull complete [2021-04-20T11:06:37.800Z] 2a8b12db71e7: Pull complete [2021-04-20T11:06:39.214Z] 6ca5941a6612: Pull complete [2021-04-20T11:06:39.490Z] ecc8261a40a4: Pull complete [2021-04-20T11:06:39.490Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T11:06:39.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T11:06:39.769Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T11:06:39.941Z] prd-centos7-docker-4c-2g-1150 does not seem to be running inside a container [2021-04-20T11:06:40.011Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-75 -v /w/workspace/dgexfoundry_device-rest-go_PR-75:/w/workspace/dgexfoundry_device-rest-go_PR-75:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-75@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-75@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-20T11:06:43.129Z] $ docker top 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T11:06:43.474Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T11:06:43.474Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T11:06:44.016Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T11:06:44.022Z] $ docker exec 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 ssh-agent [2021-04-20T11:06:44.648Z] SSH_AUTH_SOCK=/tmp/ssh-De5cGCjId37S/agent.11 [2021-04-20T11:06:44.648Z] SSH_AGENT_PID=16 [2021-04-20T11:06:44.670Z] Running ssh-add (command line suppressed) [2021-04-20T11:06:44.843Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-75@tmp/private_key_3685195618460832420.key (/w/workspace/dgexfoundry_device-rest-go_PR-75@tmp/private_key_3685195618460832420.key) [2021-04-20T11:06:44.910Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T11:06:45.314Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T11:06:45.375Z] $ docker exec --env ******** --env ******** 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 ssh-agent -k [2021-04-20T11:06:45.554Z] unset SSH_AUTH_SOCK; [2021-04-20T11:06:45.554Z] unset SSH_AGENT_PID; [2021-04-20T11:06:45.555Z] echo Agent pid 16 killed; [2021-04-20T11:06:45.633Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T11:06:45.675Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T11:06:45.675Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T11:06:45.927Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T11:06:45.931Z] $ docker exec 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 ssh-agent [2021-04-20T11:06:46.142Z] SSH_AUTH_SOCK=/tmp/ssh-5kFYPFgZfz7V/agent.46 [2021-04-20T11:06:46.142Z] SSH_AGENT_PID=51 [2021-04-20T11:06:46.150Z] Running ssh-add (command line suppressed) [2021-04-20T11:06:46.309Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-75@tmp/private_key_1001607367504457917.key (/w/workspace/dgexfoundry_device-rest-go_PR-75@tmp/private_key_1001607367504457917.key) [2021-04-20T11:06:46.392Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T11:06:46.717Z] + git semver init [2021-04-20T11:06:46.717Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T11:06:46.718Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-75/.git [2021-04-20T11:06:46.718Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-75 [2021-04-20T11:06:46.718Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T11:06:46.718Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T11:06:46.718Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T11:06:46.718Z] # $SEMVER_BRANCH = PR-75 [2021-04-20T11:06:46.718Z] # $SEMVER_TEMP = /tmp/semver-798020739 [2021-04-20T11:06:46.718Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-04-20T11:06:48.123Z] # '/tmp/semver-798020739' -> '/w/workspace/dgexfoundry_device-rest-go_PR-75/.semver' [2021-04-20T11:06:48.123Z] # -> Force: false [2021-04-20T11:06:48.123Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-75/.semver [Pipeline] } [2021-04-20T11:06:48.138Z] $ docker exec --env ******** --env ******** 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 ssh-agent -k [2021-04-20T11:06:48.307Z] unset SSH_AUTH_SOCK; [2021-04-20T11:06:48.308Z] unset SSH_AGENT_PID; [2021-04-20T11:06:48.308Z] echo Agent pid 51 killed; [2021-04-20T11:06:48.392Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T11:06:48.744Z] + git semver [Pipeline] } [2021-04-20T11:06:48.765Z] $ docker stop --time=1 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 [2021-04-20T11:06:50.304Z] $ docker rm -f 2b538b1006d44f249f6be9d8fc5856ecf1ceb0931da51c8f72c7e473299bb433 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T11:06:51.185Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T11:06:51.886Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T11:06:51.889Z] [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-20T11:07:07.072Z] Still waiting to schedule task [2021-04-20T11:07:07.072Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-20T11:07:07.075Z] Still waiting to schedule task [2021-04-20T11:07:07.075Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-20T11:10:06.642Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1154 in /w/workspace/dgexfoundry_device-rest-go_PR-75 [Pipeline] { [Pipeline] ws [2021-04-20T11:10:06.665Z] Running in /w/workspace/device-rest-go/4 [Pipeline] { [Pipeline] checkout [2021-04-20T11:10:12.345Z] using credential edgex-jenkins-ssh [2021-04-20T11:10:12.363Z] Cloning the remote Git repository [2021-04-20T11:10:12.428Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-04-20T11:10:12.617Z] > git init /w/workspace/device-rest-go/4 # timeout=10 [2021-04-20T11:10:12.806Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-04-20T11:10:12.807Z] > git --version # timeout=10 [2021-04-20T11:10:12.851Z] > git --version # 'git version 2.17.1' [2021-04-20T11:10:12.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T11:10:12.936Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T11:10:15.249Z] Merging remotes/origin/master commit 8e1e7cb95d5530821e601db4473f34bcb708dd90 into PR head commit 668eef0d26df75f2028b0bd35b6bb5025555581e [2021-04-20T11:10:15.466Z] Merge succeeded, producing 3d59501c584c61c1df6498112108afbf31013806 [2021-04-20T11:10:15.466Z] Checking out Revision 3d59501c584c61c1df6498112108afbf31013806 (PR-75) [2021-04-20T11:10:14.686Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-04-20T11:10:14.707Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T11:10:14.742Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-04-20T11:10:14.781Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-04-20T11:10:14.782Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T11:10:14.793Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T11:10:15.275Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T11:10:15.289Z] > git checkout -f 668eef0d26df75f2028b0bd35b6bb5025555581e # timeout=10 [2021-04-20T11:10:15.364Z] > git remote # timeout=10 [2021-04-20T11:10:15.379Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T11:10:15.392Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T11:10:15.402Z] > git merge 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 [2021-04-20T11:10:15.445Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T11:10:15.477Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T11:10:15.492Z] > git checkout -f 3d59501c584c61c1df6498112108afbf31013806 # timeout=10 [2021-04-20T11:10:19.743Z] Commit message: "Merge commit '8e1e7cb95d5530821e601db4473f34bcb708dd90' into HEAD" [2021-04-20T11:10:19.776Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-04-20T11:10:19.756Z] > git rev-list --no-walk 65d1d972e34b5f73f4d8ca85a509c7e28cab2a20 # timeout=10 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T11:10:21.470Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T11:10:21.882Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T11:10:22.235Z] + + sudotrue service [2021-04-20T11:10:22.235Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T11:10:24.900Z] provisioning config files... [2021-04-20T11:10:24.940Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/4@tmp/config5126996600675454614tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:10:25.313Z] ---> docker-login.sh [2021-04-20T11:10:25.313Z] nexus3.edgexfoundry.org:10001 [2021-04-20T11:10:26.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:10:26.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:10:26.570Z] Configure a credential helper to remove this warning. See [2021-04-20T11:10:26.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:10:26.570Z] [2021-04-20T11:10:26.570Z] Login Succeeded [2021-04-20T11:10:26.570Z] nexus3.edgexfoundry.org:10002 [2021-04-20T11:10:27.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:10:27.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:10:27.191Z] Configure a credential helper to remove this warning. See [2021-04-20T11:10:27.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:10:27.191Z] [2021-04-20T11:10:27.191Z] Login Succeeded [2021-04-20T11:10:27.191Z] nexus3.edgexfoundry.org:10003 [2021-04-20T11:10:27.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:10:27.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:10:27.741Z] Configure a credential helper to remove this warning. See [2021-04-20T11:10:27.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:10:27.741Z] [2021-04-20T11:10:27.741Z] Login Succeeded [2021-04-20T11:10:27.741Z] nexus3.edgexfoundry.org:10004 [2021-04-20T11:10:28.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:10:28.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:10:28.339Z] Configure a credential helper to remove this warning. See [2021-04-20T11:10:28.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:10:28.339Z] [2021-04-20T11:10:28.339Z] Login Succeeded [2021-04-20T11:10:28.339Z] docker.io [2021-04-20T11:10:28.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:10:29.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:10:29.213Z] Configure a credential helper to remove this warning. See [2021-04-20T11:10:29.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:10:29.213Z] [2021-04-20T11:10:29.213Z] Login Succeeded [2021-04-20T11:10:29.213Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T11:10:29.230Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T11:10:29.554Z] ========================================================= [2021-04-20T11:10:29.554Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T11:10:29.554Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:10:29.898Z] + 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-20T11:10:29.898Z] Sending build context to Docker daemon 89.09kB [2021-04-20T11:10:30.171Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T11:10:30.171Z] Step 2/10 : FROM ${BASE} [2021-04-20T11:10:30.446Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T11:10:30.446Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T11:10:30.446Z] a4357932f1b6: Pulling fs layer [2021-04-20T11:10:30.446Z] 18c013af1878: Pulling fs layer [2021-04-20T11:10:30.446Z] 00ac8860ef70: Pulling fs layer [2021-04-20T11:10:30.446Z] 63d7cb157983: Pulling fs layer [2021-04-20T11:10:30.446Z] b116817d02f9: Pulling fs layer [2021-04-20T11:10:30.446Z] 745a02a5169b: Pulling fs layer [2021-04-20T11:10:30.446Z] 00ac8860ef70: Waiting [2021-04-20T11:10:30.446Z] 63d7cb157983: Waiting [2021-04-20T11:10:30.446Z] b116817d02f9: Waiting [2021-04-20T11:10:30.446Z] 745a02a5169b: Waiting [2021-04-20T11:10:30.446Z] 18c013af1878: Verifying Checksum [2021-04-20T11:10:30.446Z] 18c013af1878: Download complete [2021-04-20T11:10:30.446Z] a4357932f1b6: Download complete [2021-04-20T11:10:30.446Z] 63d7cb157983: Verifying Checksum [2021-04-20T11:10:30.446Z] 63d7cb157983: Download complete [2021-04-20T11:10:30.446Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T11:10:30.446Z] b116817d02f9: Verifying Checksum [2021-04-20T11:10:30.446Z] b116817d02f9: Download complete [2021-04-20T11:10:31.061Z] 5f621e34cdf4: Pull complete [2021-04-20T11:10:31.675Z] a4357932f1b6: Pull complete [2021-04-20T11:10:32.289Z] 18c013af1878: Pull complete [2021-04-20T11:10:32.886Z] 745a02a5169b: Verifying Checksum [2021-04-20T11:10:32.886Z] 745a02a5169b: Download complete [2021-04-20T11:10:33.879Z] 00ac8860ef70: Verifying Checksum [2021-04-20T11:10:33.879Z] 00ac8860ef70: Download complete [2021-04-20T11:10:44.042Z] 00ac8860ef70: Pull complete [2021-04-20T11:10:44.042Z] 63d7cb157983: Pull complete [2021-04-20T11:10:44.639Z] b116817d02f9: Pull complete [2021-04-20T11:10:48.973Z] 745a02a5169b: Pull complete [2021-04-20T11:10:48.973Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T11:10:48.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T11:10:48.973Z] ---> b7e6874047d6 [2021-04-20T11:10:48.973Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-04-20T11:10:51.618Z] ---> Running in 8b0bde06e2d8 [2021-04-20T11:10:52.213Z] Removing intermediate container 8b0bde06e2d8 [2021-04-20T11:10:52.213Z] ---> 1619f3ce137c [2021-04-20T11:10:52.213Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-04-20T11:10:52.213Z] ---> Running in 61e4087a0d60 [2021-04-20T11:10:52.811Z] Removing intermediate container 61e4087a0d60 [2021-04-20T11:10:52.811Z] ---> bb8933703389 [2021-04-20T11:10:52.811Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-20T11:10:52.811Z] ---> Running in 7c56b6614fc3 [2021-04-20T11:10:53.404Z] Removing intermediate container 7c56b6614fc3 [2021-04-20T11:10:53.404Z] ---> a07c093bef4a [2021-04-20T11:10:53.404Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T11:10:53.676Z] ---> Running in 7e62bbf20f7b [2021-04-20T11:10:55.651Z] Removing intermediate container 7e62bbf20f7b [2021-04-20T11:10:55.651Z] ---> 5ee359dfe67c [2021-04-20T11:10:55.651Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-20T11:10:55.931Z] ---> Running in 0471693323ba [2021-04-20T11:10:56.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T11:10:57.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T11:10:58.116Z] OK: 142 MiB in 39 packages [2021-04-20T11:10:59.547Z] Removing intermediate container 0471693323ba [2021-04-20T11:10:59.548Z] ---> 81957b5e1b02 [2021-04-20T11:10:59.548Z] Step 8/10 : WORKDIR /device-rest-go [2021-04-20T11:10:59.548Z] ---> Running in e5cba7ee3e13 [2021-04-20T11:10:59.821Z] Removing intermediate container e5cba7ee3e13 [2021-04-20T11:10:59.821Z] ---> 314436ad173b [2021-04-20T11:10:59.821Z] Step 9/10 : COPY . . [2021-04-20T11:11:00.418Z] ---> 46a4e15b1861 [2021-04-20T11:11:00.418Z] Step 10/10 : RUN go mod download [2021-04-20T11:11:00.691Z] ---> Running in 014d21ec9296 [2021-04-20T11:11:22.857Z] Removing intermediate container 014d21ec9296 [2021-04-20T11:11:22.857Z] ---> 9c64e2691d4c [2021-04-20T11:11:22.857Z] Successfully built 9c64e2691d4c [2021-04-20T11:11:22.857Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:11:23.200Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T11:11:23.200Z] . [Pipeline] withDockerContainer [2021-04-20T11:11:23.480Z] prd-ubuntu18.04-docker-arm64-4c-16g-1154 does not seem to be running inside a container [2021-04-20T11:11:23.566Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/4 -v /w/workspace/device-rest-go/4:/w/workspace/device-rest-go/4:rw,z -v /w/workspace/device-rest-go/4@tmp:/w/workspace/device-rest-go/4@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-20T11:11:25.127Z] $ docker top 179680a69607b66163c327ef17deb04773722e294c61e7bb63965b215f8a618c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T11:11:26.099Z] + go version [2021-04-20T11:11:26.099Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T11:11:26.122Z] $ docker stop --time=1 179680a69607b66163c327ef17deb04773722e294c61e7bb63965b215f8a618c [2021-04-20T11:11:28.093Z] $ docker rm -f 179680a69607b66163c327ef17deb04773722e294c61e7bb63965b215f8a618c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:11:28.780Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T11:11:28.780Z] . [Pipeline] withDockerContainer [2021-04-20T11:11:29.041Z] prd-ubuntu18.04-docker-arm64-4c-16g-1154 does not seem to be running inside a container [2021-04-20T11:11:29.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/4 -v /w/workspace/device-rest-go/4:/w/workspace/device-rest-go/4:rw,z -v /w/workspace/device-rest-go/4@tmp:/w/workspace/device-rest-go/4@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-20T11:11:30.685Z] $ docker top 79bbe41301f8d46867e6db3e980c1cffa89c5d3671873b70599e96864488a4e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T11:11:31.641Z] + make test [2021-04-20T11:11:31.641Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-20T11:11:32.627Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-04-20T11:12:11.661Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-04-20T11:12:11.661Z] ok github.com/edgexfoundry/device-rest-go/driver 0.069s coverage: 56.3% of statements [2021-04-20T11:12:11.661Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-20T11:12:15.979Z] gofmt -l . [2021-04-20T11:12:15.979Z] [ "`gofmt -l .`" = "" ] [2021-04-20T11:12:15.979Z] ./bin/test-go-mod-tidy.sh [2021-04-20T11:12:15.979Z] ./bin/test-attribution-txt.sh [2021-04-20T11:12:16.957Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2021-04-20T11:12:16.957Z] make: *** [Makefile:28: test] Error 1 [Pipeline] } [2021-04-20T11:12:16.981Z] $ docker stop --time=1 79bbe41301f8d46867e6db3e980c1cffa89c5d3671873b70599e96864488a4e4 [2021-04-20T11:12:19.357Z] $ docker rm -f 79bbe41301f8d46867e6db3e980c1cffa89c5d3671873b70599e96864488a4e4 [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 [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:12:20.506Z] ---> job-cost.sh [2021-04-20T11:12:20.506Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-J4Aa [2021-04-20T11:12:29.023Z] Running on prd-centos7-docker-4c-2g-1156 in /w/workspace/dgexfoundry_device-rest-go_PR-75 [Pipeline] { [Pipeline] ws [2021-04-20T11:12:29.041Z] Running in /w/workspace/device-rest-go/4 [Pipeline] { [Pipeline] checkout [2021-04-20T11:12:31.719Z] using credential edgex-jenkins-ssh [2021-04-20T11:12:31.732Z] Cloning the remote Git repository [2021-04-20T11:12:31.756Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-04-20T11:12:31.824Z] > git init /w/workspace/device-rest-go/4 # timeout=10 [2021-04-20T11:12:31.886Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-04-20T11:12:31.886Z] > git --version # timeout=10 [2021-04-20T11:12:31.892Z] > git --version # 'git version 2.24.3' [2021-04-20T11:12:31.892Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T11:12:31.916Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T11:12:33.611Z] Merging remotes/origin/master commit 8e1e7cb95d5530821e601db4473f34bcb708dd90 into PR head commit 668eef0d26df75f2028b0bd35b6bb5025555581e [2021-04-20T11:12:33.698Z] Merge succeeded, producing a77d54b86ef84be351e5c0e4c2212ceb0129c894 [2021-04-20T11:12:33.698Z] Checking out Revision a77d54b86ef84be351e5c0e4c2212ceb0129c894 (PR-75) [2021-04-20T11:12:32.763Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-04-20T11:12:32.772Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T11:12:32.782Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-04-20T11:12:32.794Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-04-20T11:12:32.795Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T11:12:32.799Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/75/head:refs/remotes/origin/PR-75 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T11:12:33.619Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T11:12:33.625Z] > git checkout -f 668eef0d26df75f2028b0bd35b6bb5025555581e # timeout=10 [2021-04-20T11:12:33.656Z] > git remote # timeout=10 [2021-04-20T11:12:33.662Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T11:12:33.667Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T11:12:33.670Z] > git merge 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 [2021-04-20T11:12:33.692Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T11:12:33.701Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T11:12:33.705Z] > git checkout -f a77d54b86ef84be351e5c0e4c2212ceb0129c894 # timeout=10 [2021-04-20T11:12:37.306Z] Commit message: "Merge commit '8e1e7cb95d5530821e601db4473f34bcb708dd90' into HEAD" [2021-04-20T11:12:37.320Z] First time build. Skipping changelog. [2021-04-20T11:12:37.311Z] > git rev-list --no-walk 65d1d972e34b5f73f4d8ca85a509c7e28cab2a20 # timeout=10 [2021-04-20T11:12:37.624Z] [2021-04-20T11:12:37.624Z] GitHub has been notified of this commit’s build result [2021-04-20T11:12:37.624Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T11:12:38.488Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T11:12:38.826Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T11:12:39.136Z] + sudo service docker restart [2021-04-20T11:12:39.136Z] + true [2021-04-20T11:12:39.136Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T11:12:40.565Z] provisioning config files... [2021-04-20T11:12:40.597Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/4@tmp/config1261273656268010663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:12:40.930Z] ---> docker-login.sh [2021-04-20T11:12:40.930Z] nexus3.edgexfoundry.org:10001 [2021-04-20T11:12:41.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:12:41.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:12:41.194Z] Configure a credential helper to remove this warning. See [2021-04-20T11:12:41.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:12:41.194Z] [2021-04-20T11:12:41.194Z] Login Succeeded [2021-04-20T11:12:41.194Z] nexus3.edgexfoundry.org:10002 [2021-04-20T11:12:41.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:12:41.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:12:41.461Z] Configure a credential helper to remove this warning. See [2021-04-20T11:12:41.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:12:41.461Z] [2021-04-20T11:12:41.461Z] Login Succeeded [2021-04-20T11:12:41.461Z] nexus3.edgexfoundry.org:10003 [2021-04-20T11:12:41.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:12:41.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:12:41.724Z] Configure a credential helper to remove this warning. See [2021-04-20T11:12:41.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:12:41.724Z] [2021-04-20T11:12:41.724Z] Login Succeeded [2021-04-20T11:12:41.724Z] nexus3.edgexfoundry.org:10004 [2021-04-20T11:12:41.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:12:41.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:12:41.724Z] Configure a credential helper to remove this warning. See [2021-04-20T11:12:41.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:12:41.724Z] [2021-04-20T11:12:41.724Z] Login Succeeded [2021-04-20T11:12:41.724Z] docker.io [2021-04-20T11:12:41.986Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:12:42.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:12:42.250Z] Configure a credential helper to remove this warning. See [2021-04-20T11:12:42.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:12:42.250Z] [2021-04-20T11:12:42.250Z] Login Succeeded [2021-04-20T11:12:42.250Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T11:12:42.264Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T11:12:42.450Z] ========================================================= [2021-04-20T11:12:42.450Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T11:12:42.450Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:12:42.760Z] + 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-20T11:12:42.760Z] Sending build context to Docker daemon 89.09kB [2021-04-20T11:12:43.025Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T11:12:43.025Z] Step 2/10 : FROM ${BASE} [2021-04-20T11:12:43.025Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T11:12:43.025Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T11:12:43.025Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T11:12:43.025Z] de9db76c5a1d: Pulling fs layer [2021-04-20T11:12:43.025Z] bca2f99d35d6: Pulling fs layer [2021-04-20T11:12:43.025Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T11:12:43.025Z] 7c6f9722023f: Pulling fs layer [2021-04-20T11:12:43.025Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T11:12:43.025Z] 93359f2a8cfa: Waiting [2021-04-20T11:12:43.025Z] 7c6f9722023f: Waiting [2021-04-20T11:12:43.025Z] a35cf1a2eb13: Waiting [2021-04-20T11:12:43.025Z] bca2f99d35d6: Waiting [2021-04-20T11:12:43.025Z] de9db76c5a1d: Verifying Checksum [2021-04-20T11:12:43.025Z] de9db76c5a1d: Download complete [2021-04-20T11:12:43.025Z] 0ef7d3d256c8: Download complete [2021-04-20T11:12:43.025Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T11:12:43.025Z] 93359f2a8cfa: Download complete [2021-04-20T11:12:43.025Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T11:12:43.025Z] 188c0c94c7c5: Download complete [2021-04-20T11:12:43.025Z] 7c6f9722023f: Verifying Checksum [2021-04-20T11:12:43.025Z] 7c6f9722023f: Download complete [2021-04-20T11:12:43.291Z] 188c0c94c7c5: Pull complete [2021-04-20T11:12:43.556Z] 0ef7d3d256c8: Pull complete [2021-04-20T11:12:43.822Z] de9db76c5a1d: Pull complete [2021-04-20T11:12:44.781Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T11:12:45.741Z] bca2f99d35d6: Download complete [2021-04-20T11:12:51.065Z] bca2f99d35d6: Pull complete [2021-04-20T11:12:51.065Z] 93359f2a8cfa: Pull complete [2021-04-20T11:12:51.327Z] 7c6f9722023f: Pull complete [2021-04-20T11:13:01.371Z] a35cf1a2eb13: Pull complete [2021-04-20T11:13:01.371Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T11:13:01.371Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T11:13:01.371Z] ---> a62c8e92a672 [2021-04-20T11:13:01.371Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-04-20T11:13:01.371Z] ---> Running in f25ec47e07f6 [2021-04-20T11:13:01.371Z] Removing intermediate container f25ec47e07f6 [2021-04-20T11:13:01.371Z] ---> d0f20b1dc498 [2021-04-20T11:13:01.371Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-04-20T11:13:01.371Z] ---> Running in 07d5457a4116 [2021-04-20T11:13:01.371Z] Removing intermediate container 07d5457a4116 [2021-04-20T11:13:01.371Z] ---> 504ec678cdba [2021-04-20T11:13:01.371Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-20T11:13:01.371Z] ---> Running in f88e9afd2320 [2021-04-20T11:13:01.371Z] Removing intermediate container f88e9afd2320 [2021-04-20T11:13:01.371Z] ---> 9b22823ba7ee [2021-04-20T11:13:01.371Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T11:13:01.371Z] ---> Running in 03fa73eb1987 [2021-04-20T11:13:02.341Z] Removing intermediate container 03fa73eb1987 [2021-04-20T11:13:02.341Z] ---> 7ae1e06c6d51 [2021-04-20T11:13:02.341Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-20T11:13:02.341Z] ---> Running in 5ceddd5c15bb [2021-04-20T11:13:03.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T11:13:03.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T11:13:04.470Z] OK: 166 MiB in 39 packages [2021-04-20T11:13:04.735Z] Removing intermediate container 5ceddd5c15bb [2021-04-20T11:13:04.735Z] ---> 428024be98b3 [2021-04-20T11:13:04.735Z] Step 8/10 : WORKDIR /device-rest-go [2021-04-20T11:13:04.998Z] ---> Running in 775fd020227a [2021-04-20T11:13:04.998Z] Removing intermediate container 775fd020227a [2021-04-20T11:13:04.998Z] ---> 3130fbdcea40 [2021-04-20T11:13:04.998Z] Step 9/10 : COPY . . [2021-04-20T11:13:05.263Z] ---> 3264d41ddeb3 [2021-04-20T11:13:05.263Z] Step 10/10 : RUN go mod download [2021-04-20T11:13:05.526Z] ---> Running in 2086e2efe356 [2021-04-20T11:13:07.466Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T11:13:23.725Z] Removing intermediate container 2086e2efe356 [2021-04-20T11:13:23.725Z] ---> 2ab466aad273 [2021-04-20T11:13:23.725Z] Successfully built 2ab466aad273 [2021-04-20T11:13:23.725Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:13:24.051Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T11:13:24.051Z] . [Pipeline] withDockerContainer [2021-04-20T11:13:24.181Z] prd-centos7-docker-4c-2g-1156 does not seem to be running inside a container [2021-04-20T11:13:24.247Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/4 -v /w/workspace/device-rest-go/4:/w/workspace/device-rest-go/4:rw,z -v /w/workspace/device-rest-go/4@tmp:/w/workspace/device-rest-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T11:13:25.092Z] $ docker top ddc654cf60a4f90b15bc8f81fbc6538fe8c280c262a7dd1aa10d726c450784c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T11:13:25.600Z] + go version [2021-04-20T11:13:25.600Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T11:13:25.616Z] $ docker stop --time=1 ddc654cf60a4f90b15bc8f81fbc6538fe8c280c262a7dd1aa10d726c450784c9 [2021-04-20T11:13:27.023Z] $ docker rm -f ddc654cf60a4f90b15bc8f81fbc6538fe8c280c262a7dd1aa10d726c450784c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:13:27.538Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T11:13:27.538Z] . [Pipeline] withDockerContainer [2021-04-20T11:13:27.641Z] prd-centos7-docker-4c-2g-1156 does not seem to be running inside a container [2021-04-20T11:13:27.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/4 -v /w/workspace/device-rest-go/4:/w/workspace/device-rest-go/4:rw,z -v /w/workspace/device-rest-go/4@tmp:/w/workspace/device-rest-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T11:13:28.582Z] $ docker top ba40e1d304decd16d212b3ee1fb1a8a0ad48f253764c5120d6917e05d57c7c95 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T11:13:29.035Z] + make test [2021-04-20T11:13:29.035Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-20T11:13:30.003Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-04-20T11:13:42.429Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-04-20T11:13:42.429Z] ok github.com/edgexfoundry/device-rest-go/driver 0.056s coverage: 56.3% of statements [2021-04-20T11:13:42.429Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-04-20T11:13:43.836Z] gofmt -l . [2021-04-20T11:13:43.836Z] [ "`gofmt -l .`" = "" ] [2021-04-20T11:13:43.836Z] ./bin/test-go-mod-tidy.sh [2021-04-20T11:13:44.410Z] ./bin/test-attribution-txt.sh [2021-04-20T11:13:44.674Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2021-04-20T11:13:44.674Z] make: *** [Makefile:28: test] Error 1 [Pipeline] } [2021-04-20T11:13:44.694Z] $ docker stop --time=1 ba40e1d304decd16d212b3ee1fb1a8a0ad48f253764c5120d6917e05d57c7c95 [2021-04-20T11:13:46.943Z] $ docker rm -f ba40e1d304decd16d212b3ee1fb1a8a0ad48f253764c5120d6917e05d57c7c95 [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-20T11:13:47.755Z] ---> job-cost.sh [2021-04-20T11:13:47.755Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FADH [2021-04-20T11:14:02.890Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T11:14:29.218Z] lf-activate-venv(): INFO: Adding /tmp/venv-J4Aa/bin to PATH [2021-04-20T11:14:29.218Z] INFO: No Stack... [2021-04-20T11:14:29.218Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T11:14:29.218Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T11:14:29.545Z] lf-activate-venv(): INFO: Adding /tmp/venv-FADH/bin to PATH [2021-04-20T11:14:29.545Z] INFO: No Stack... [2021-04-20T11:14:29.545Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T11:14:29.545Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T11:14:29.573Z] + + catcut -d, /w/workspace/device-rest-go/4/archives/cost.csv -f6 [2021-04-20T11:14:29.573Z] [2021-04-20T11:14:29.851Z] + cat /w/workspace/device-rest-go/4/archives/cost.csv [2021-04-20T11:14:29.851Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T11:14:29.927Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] [2021-04-20T11:14:29.939Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] did not exist. Created. [2021-04-20T11:14:29.939Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] [Pipeline] { [Pipeline] lock [2021-04-20T11:14:29.966Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] [2021-04-20T11:14:29.967Z] Found 0 available resource(s). Waiting for correct amount: 1. [2021-04-20T11:14:29.968Z] [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] is locked by EdgeX Foundry Project » device-rest-go » PR-75 #4, waiting... [Pipeline] unstash [Pipeline] sh [2021-04-20T11:14:30.298Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T11:14:30.708Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T11:14:30.721Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] [2021-04-20T11:14:30.727Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] [Pipeline] { [Pipeline] // lock [Pipeline] unstash [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T11:14:30.955Z] Failed in branch amd64 [2021-04-20T11:14:31.115Z] /w/workspace/device-rest-go/4@tmp/durable-59ff3496/script.sh: 1: /w/workspace/device-rest-go/4@tmp/durable-59ff3496/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-04-20T11:14:31.456Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T11:14:31.476Z] Warning: overwriting stash ‘stack-cost’ [2021-04-20T11:14:32.038Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T11:14:32.052Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-75-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T11:14:32.228Z] 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-20T11:14:33.163Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:14:34.184Z] ---> package-listing.sh [2021-04-20T11:14:34.184Z] ++ facter osfamily [2021-04-20T11:14:34.184Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T11:14:34.450Z] + OS_FAMILY=redhat [2021-04-20T11:14:34.450Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-75 [2021-04-20T11:14:34.450Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T11:14:34.450Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T11:14:34.450Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T11:14:34.450Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T11:14:34.450Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-75 ']' [2021-04-20T11:14:34.450Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T11:14:34.450Z] + case "${OS_FAMILY}" in [2021-04-20T11:14:34.450Z] + rpm -qa [2021-04-20T11:14:34.450Z] + sort [2021-04-20T11:14:42.830Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T11:14:42.830Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T11:14:42.830Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T11:14:42.830Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-75 ']' [2021-04-20T11:14:42.830Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-75/archives/ [2021-04-20T11:14:42.830Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-75/archives/ [Pipeline] echo [2021-04-20T11:14:42.849Z] 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-rest-go_PR-75/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T11:14:43.204Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:14:43.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T11:14:43.807Z] [2021-04-20T11:14:43.807Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:14:44.162Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T11:14:44.162Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T11:14:44.162Z] df20fa9351a1: Pulling fs layer [2021-04-20T11:14:44.162Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T11:14:44.162Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T11:14:44.162Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T11:14:44.162Z] 93b61091891f: Pulling fs layer [2021-04-20T11:14:44.162Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T11:14:44.162Z] 5e14af77c1be: Pulling fs layer [2021-04-20T11:14:44.162Z] 01666e4c0597: Pulling fs layer [2021-04-20T11:14:44.162Z] aa168da1d23b: Pulling fs layer [2021-04-20T11:14:44.162Z] 93b9cdb0e59b: Waiting [2021-04-20T11:14:44.162Z] 5e14af77c1be: Waiting [2021-04-20T11:14:44.162Z] 01666e4c0597: Waiting [2021-04-20T11:14:44.162Z] aa168da1d23b: Waiting [2021-04-20T11:14:44.162Z] 46f8f816bc3b: Waiting [2021-04-20T11:14:44.162Z] 93b61091891f: Waiting [2021-04-20T11:14:44.162Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T11:14:44.162Z] 36b3adc4ff6f: Download complete [2021-04-20T11:14:44.162Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T11:14:44.162Z] 46f8f816bc3b: Download complete [2021-04-20T11:14:44.443Z] df20fa9351a1: Verifying Checksum [2021-04-20T11:14:44.443Z] df20fa9351a1: Download complete [2021-04-20T11:14:44.443Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T11:14:44.443Z] 93b9cdb0e59b: Download complete [2021-04-20T11:14:44.443Z] 5e14af77c1be: Verifying Checksum [2021-04-20T11:14:44.443Z] 5e14af77c1be: Download complete [2021-04-20T11:14:44.443Z] 93b61091891f: Download complete [2021-04-20T11:14:44.443Z] 01666e4c0597: Verifying Checksum [2021-04-20T11:14:44.443Z] 01666e4c0597: Download complete [2021-04-20T11:14:45.067Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T11:14:45.067Z] 8ad3a11d3b57: Download complete [2021-04-20T11:14:45.067Z] df20fa9351a1: Pull complete [2021-04-20T11:14:45.692Z] 36b3adc4ff6f: Pull complete [2021-04-20T11:14:47.183Z] 8ad3a11d3b57: Pull complete [2021-04-20T11:14:47.772Z] aa168da1d23b: Verifying Checksum [2021-04-20T11:14:47.772Z] aa168da1d23b: Download complete [2021-04-20T11:14:47.772Z] 46f8f816bc3b: Pull complete [2021-04-20T11:14:48.750Z] 93b61091891f: Pull complete [2021-04-20T11:14:49.018Z] 93b9cdb0e59b: Pull complete [2021-04-20T11:14:49.018Z] 5e14af77c1be: Pull complete [2021-04-20T11:14:49.285Z] 01666e4c0597: Pull complete [2021-04-20T11:15:11.665Z] aa168da1d23b: Pull complete [2021-04-20T11:15:11.665Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T11:15:11.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T11:15:11.665Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T11:15:12.365Z] prd-centos7-docker-4c-2g-1150 does not seem to be running inside a container [2021-04-20T11:15:12.693Z] $ 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-rest-go_PR-75/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-rest-go_PR-75 -v /w/workspace/dgexfoundry_device-rest-go_PR-75:/w/workspace/dgexfoundry_device-rest-go_PR-75:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-75@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-75@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-20T11:15:15.937Z] $ docker top 51ad5df50d8402a60b7e9c8d58c75ceabf906da867b0ed6a1fc7f8cc98f64099 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T11:15:16.476Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T11:15:16.967Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T11:15:17.324Z] + ls /var/log/sa-host [2021-04-20T11:15:17.324Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T11:15:17.324Z] file_magic: OK [2021-04-20T11:15:17.324Z] HZ: Using current value: 100 [2021-04-20T11:15:17.324Z] file_header: OK [2021-04-20T11:15:17.324Z] 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-20T11:15:17.324Z] Statistics: [2021-04-20T11:15:17.324Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T11:15:17.324Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T11:15:17.324Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T11:15:17.324Z] file_magic: OK [2021-04-20T11:15:17.324Z] HZ: Using current value: 100 [2021-04-20T11:15:17.324Z] file_header: OK [2021-04-20T11:15:17.324Z] 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-20T11:15:17.324Z] Statistics: [2021-04-20T11:15:17.324Z] Hnuu...uuuununununu... [2021-04-20T11:15:17.324Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T11:15:17.523Z] provisioning config files... [2021-04-20T11:15:17.541Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-75@tmp/config7349514474100360888tmp [Pipeline] { [Pipeline] echo [2021-04-20T11:15:17.568Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:15:17.883Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T11:15:18.164Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T11:15:18.191Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:15:18.514Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T11:15:18.530Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:15:18.875Z] ---> sudo-logs.sh [2021-04-20T11:15:18.875Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T11:15:18.975Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:15:19.308Z] ---> job-cost.sh [2021-04-20T11:15:19.309Z] lf-activate-venv: SKIPPING [2021-04-20T11:15:19.309Z] DEBUG: total: 0.20999999344348907 [2021-04-20T11:15:19.309Z] INFO: Retrieving Stack Cost... [2021-04-20T11:15:20.302Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T11:15:20.882Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T11:15:20.897Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:15:21.219Z] ---> logs-deploy.sh [2021-04-20T11:15:21.219Z] lf-activate-venv: SKIPPING [2021-04-20T11:15:21.219Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-75/4 [2021-04-20T11:15:21.219Z] INFO: archiving workspace using pattern(s): [2021-04-20T11:15:23.828Z] Archives upload complete. [2021-04-20T11:15:24.096Z] INFO: archiving logs to Nexus