Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9a15ca76430f2bb6894d82c10c041f73ab1419b9+8e1e7cb95d5530821e601db4473f34bcb708dd90 (c599cce8ab486ccc6b6530e558660bb236e39021) 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-1149 in /w/workspace/dgexfoundry_device-rest-go_PR-77 [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-77 # 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 9a15ca76430f2bb6894d82c10c041f73ab1419b9 Merge succeeded, producing 68120fab848e555981acb1d37d5ac6a9ec36223e Checking out Revision 68120fab848e555981acb1d37d5ac6a9ec36223e (PR-77) > 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/77/head:refs/remotes/origin/PR-77 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a15ca76430f2bb6894d82c10c041f73ab1419b9 # 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 68120fab848e555981acb1d37d5ac6a9ec36223e # timeout=10 Commit message: "Merge commit '8e1e7cb95d5530821e601db4473f34bcb708dd90' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T11:06:25.242Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T11:06:25.360Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 9421631aadd4c34c19c9882516b7ab8ef52a28c0 # timeout=10 [Pipeline] echo [2021-04-20T11:06:25.389Z] ========================================================= [2021-04-20T11:06:25.389Z] EdgeX Global Pipelines Version Info [2021-04-20T11:06:25.389Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:06:26.818Z] ------------------- [2021-04-20T11:06:26.818Z] stable info: [2021-04-20T11:06:26.818Z] ------------------- [2021-04-20T11:06:26.818Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T11:06:26.818Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T11:06:26.818Z] Message: update stable to v1.0.186 [2021-04-20T11:06:27.764Z] ------------------- [2021-04-20T11:06:27.764Z] experimental info: [2021-04-20T11:06:27.764Z] ------------------- [2021-04-20T11:06:27.764Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T11:06:27.764Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T11:06:27.764Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T11:06:27.889Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-04-20T11:06:27.919Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-04-20T11:06:27.942Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T11:06:27.966Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T11:06:27.990Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T11:06:28.033Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T11:06:28.057Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T11:06:28.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T11:06:28.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-04-20T11:06:28.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T11:06:28.151Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T11:06:28.175Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2021-04-20T11:06:28.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T11:06:28.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T11:06:28.271Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T11:06:28.295Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T11:06:28.319Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T11:06:28.344Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-04-20T11:06:28.391Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T11:06:28.416Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-04-20T11:06:28.440Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-04-20T11:06:28.464Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-04-20T11:06:28.488Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-04-20T11:06:28.512Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-04-20T11:06:28.535Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-04-20T11:06:28.581Z] [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:28.604Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-77 [Pipeline] echo [2021-04-20T11:06:28.627Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-77 [Pipeline] echo [2021-04-20T11:06:28.651Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-77 [Pipeline] echo [2021-04-20T11:06:28.676Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68120fab848e555981acb1d37d5ac6a9ec36223e [Pipeline] echo [2021-04-20T11:06:28.701Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68120fa [Pipeline] echo [2021-04-20T11:06:28.742Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T11:06:28.819Z] provisioning config files... [2021-04-20T11:06:28.850Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-77@tmp/config5687553887937946153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:06:29.167Z] ---> docker-login.sh [2021-04-20T11:06:29.167Z] nexus3.edgexfoundry.org:10001 [2021-04-20T11:06:29.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:06:29.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:06:29.692Z] Configure a credential helper to remove this warning. See [2021-04-20T11:06:29.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:06:29.692Z] [2021-04-20T11:06:29.692Z] Login Succeeded [2021-04-20T11:06:29.692Z] nexus3.edgexfoundry.org:10002 [2021-04-20T11:06:29.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:06:29.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:06:29.692Z] Configure a credential helper to remove this warning. See [2021-04-20T11:06:29.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:06:29.692Z] [2021-04-20T11:06:29.692Z] Login Succeeded [2021-04-20T11:06:29.692Z] nexus3.edgexfoundry.org:10003 [2021-04-20T11:06:29.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:06:29.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:06:29.954Z] Configure a credential helper to remove this warning. See [2021-04-20T11:06:29.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:06:29.954Z] [2021-04-20T11:06:29.954Z] Login Succeeded [2021-04-20T11:06:29.954Z] nexus3.edgexfoundry.org:10004 [2021-04-20T11:06:30.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:06:30.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:06:30.216Z] Configure a credential helper to remove this warning. See [2021-04-20T11:06:30.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:06:30.216Z] [2021-04-20T11:06:30.216Z] Login Succeeded [2021-04-20T11:06:30.216Z] docker.io [2021-04-20T11:06:30.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:06:30.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:06:30.479Z] Configure a credential helper to remove this warning. See [2021-04-20T11:06:30.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:06:30.479Z] [2021-04-20T11:06:30.479Z] Login Succeeded [2021-04-20T11:06:30.479Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T11:06:30.489Z] 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:30.959Z] + git log --format=format:%s -1 68120fab848e555981acb1d37d5ac6a9ec36223e [Pipeline] echo [2021-04-20T11:06:31.043Z] GIT_COMMIT: 68120fab848e555981acb1d37d5ac6a9ec36223e, Commit Message: Merge commit '8e1e7cb95d5530821e601db4473f34bcb708dd90' into HEAD [Pipeline] echo [2021-04-20T11:06:31.056Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:06:31.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T11:06:31.951Z] [2021-04-20T11:06:31.952Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:06:32.270Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T11:06:32.270Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T11:06:32.270Z] 31603596830f: Pulling fs layer [2021-04-20T11:06:32.270Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T11:06:32.270Z] 6ca5941a6612: Pulling fs layer [2021-04-20T11:06:32.270Z] ecc8261a40a4: Pulling fs layer [2021-04-20T11:06:32.270Z] ecc8261a40a4: Waiting [2021-04-20T11:06:32.270Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T11:06:32.270Z] 2a8b12db71e7: Download complete [2021-04-20T11:06:32.270Z] 31603596830f: Verifying Checksum [2021-04-20T11:06:32.270Z] 31603596830f: Download complete [2021-04-20T11:06:32.540Z] ecc8261a40a4: Verifying Checksum [2021-04-20T11:06:32.540Z] ecc8261a40a4: Download complete [2021-04-20T11:06:32.540Z] 6ca5941a6612: Verifying Checksum [2021-04-20T11:06:32.540Z] 6ca5941a6612: Download complete [2021-04-20T11:06:32.801Z] 31603596830f: Pull complete [2021-04-20T11:06:32.802Z] 2a8b12db71e7: Pull complete [2021-04-20T11:06:33.752Z] 6ca5941a6612: Pull complete [2021-04-20T11:06:34.013Z] ecc8261a40a4: Pull complete [2021-04-20T11:06:34.013Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T11:06:34.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T11:06:34.013Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T11:06:34.117Z] prd-centos7-docker-4c-2g-1149 does not seem to be running inside a container [2021-04-20T11:06:34.166Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-77 -v /w/workspace/dgexfoundry_device-rest-go_PR-77:/w/workspace/dgexfoundry_device-rest-go_PR-77:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-77@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-77@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:36.565Z] $ docker top 6cbcd695356661573db9ee414cf897774869a9faa6596c9036246d745be91ec8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T11:06:36.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T11:06:36.743Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T11:06:37.002Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T11:06:37.005Z] $ docker exec 6cbcd695356661573db9ee414cf897774869a9faa6596c9036246d745be91ec8 ssh-agent [2021-04-20T11:06:37.193Z] SSH_AUTH_SOCK=/tmp/ssh-lmmnyFxmYpgP/agent.11 [2021-04-20T11:06:37.193Z] SSH_AGENT_PID=16 [2021-04-20T11:06:37.204Z] Running ssh-add (command line suppressed) [2021-04-20T11:06:37.337Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-77@tmp/private_key_5028753664983936421.key (/w/workspace/dgexfoundry_device-rest-go_PR-77@tmp/private_key_5028753664983936421.key) [2021-04-20T11:06:37.392Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T11:06:37.693Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T11:06:37.711Z] $ docker exec --env ******** --env ******** 6cbcd695356661573db9ee414cf897774869a9faa6596c9036246d745be91ec8 ssh-agent -k [2021-04-20T11:06:37.823Z] unset SSH_AUTH_SOCK; [2021-04-20T11:06:37.824Z] unset SSH_AGENT_PID; [2021-04-20T11:06:37.824Z] echo Agent pid 16 killed; [2021-04-20T11:06:37.877Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T11:06:37.923Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T11:06:37.923Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T11:06:38.090Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T11:06:38.093Z] $ docker exec 6cbcd695356661573db9ee414cf897774869a9faa6596c9036246d745be91ec8 ssh-agent [2021-04-20T11:06:38.258Z] SSH_AUTH_SOCK=/tmp/ssh-1Z3qreNXnEzm/agent.44 [2021-04-20T11:06:38.258Z] SSH_AGENT_PID=49 [2021-04-20T11:06:38.265Z] Running ssh-add (command line suppressed) [2021-04-20T11:06:38.390Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-77@tmp/private_key_4182652190759290772.key (/w/workspace/dgexfoundry_device-rest-go_PR-77@tmp/private_key_4182652190759290772.key) [2021-04-20T11:06:38.445Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T11:06:38.751Z] + git semver init [2021-04-20T11:06:38.751Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T11:06:38.751Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-77/.git [2021-04-20T11:06:38.751Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-77 [2021-04-20T11:06:38.751Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T11:06:38.751Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T11:06:38.751Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T11:06:38.751Z] # $SEMVER_BRANCH = PR-77 [2021-04-20T11:06:38.751Z] # $SEMVER_TEMP = /tmp/semver-172059896 [2021-04-20T11:06:38.751Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-04-20T11:06:40.146Z] # '/tmp/semver-172059896' -> '/w/workspace/dgexfoundry_device-rest-go_PR-77/.semver' [2021-04-20T11:06:40.146Z] # -> Force: false [2021-04-20T11:06:40.146Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-77/.semver [Pipeline] } [2021-04-20T11:06:40.158Z] $ docker exec --env ******** --env ******** 6cbcd695356661573db9ee414cf897774869a9faa6596c9036246d745be91ec8 ssh-agent -k [2021-04-20T11:06:40.274Z] unset SSH_AUTH_SOCK; [2021-04-20T11:06:40.275Z] unset SSH_AGENT_PID; [2021-04-20T11:06:40.275Z] echo Agent pid 49 killed; [2021-04-20T11:06:40.323Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T11:06:40.653Z] + git semver [Pipeline] } [2021-04-20T11:06:40.669Z] $ docker stop --time=1 6cbcd695356661573db9ee414cf897774869a9faa6596c9036246d745be91ec8 [2021-04-20T11:06:42.145Z] $ docker rm -f 6cbcd695356661573db9ee414cf897774869a9faa6596c9036246d745be91ec8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T11:06:42.622Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T11:06:43.003Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T11:06:43.006Z] [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:06:58.226Z] Still waiting to schedule task [2021-04-20T11:06:58.227Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-04-20T11:06:58.231Z] Still waiting to schedule task [2021-04-20T11:06:58.231Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-20T11:08:50.619Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1153 in /w/workspace/dgexfoundry_device-rest-go_PR-77 [Pipeline] { [Pipeline] ws [2021-04-20T11:08:50.646Z] Running in /w/workspace/device-rest-go/3 [Pipeline] { [Pipeline] checkout [2021-04-20T11:08:56.162Z] using credential edgex-jenkins-ssh [2021-04-20T11:08:56.181Z] Cloning the remote Git repository [2021-04-20T11:08:56.237Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-04-20T11:08:56.352Z] > git init /w/workspace/device-rest-go/3 # timeout=10 [2021-04-20T11:08:56.487Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-04-20T11:08:56.489Z] > git --version # timeout=10 [2021-04-20T11:08:56.517Z] > git --version # 'git version 2.17.1' [2021-04-20T11:08:56.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T11:08:56.663Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T11:08:58.979Z] Merging remotes/origin/master commit 8e1e7cb95d5530821e601db4473f34bcb708dd90 into PR head commit 9a15ca76430f2bb6894d82c10c041f73ab1419b9 [2021-04-20T11:08:59.207Z] Merge succeeded, producing bccff6b892ddc09dc6ce1c449c1a68a8d069788d [2021-04-20T11:08:59.208Z] Checking out Revision bccff6b892ddc09dc6ce1c449c1a68a8d069788d (PR-77) [2021-04-20T11:08:58.429Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-04-20T11:08:58.451Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T11:08:58.477Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-04-20T11:08:58.519Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-04-20T11:08:58.520Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T11:08:58.538Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/77/head:refs/remotes/origin/PR-77 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T11:08:58.999Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T11:08:59.016Z] > git checkout -f 9a15ca76430f2bb6894d82c10c041f73ab1419b9 # timeout=10 [2021-04-20T11:08:59.097Z] > git remote # timeout=10 [2021-04-20T11:08:59.117Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T11:08:59.134Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T11:08:59.144Z] > git merge 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 [2021-04-20T11:08:59.187Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T11:08:59.212Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T11:08:59.227Z] > git checkout -f bccff6b892ddc09dc6ce1c449c1a68a8d069788d # timeout=10 [2021-04-20T11:09:03.480Z] Commit message: "Merge commit '8e1e7cb95d5530821e601db4473f34bcb708dd90' into HEAD" [2021-04-20T11:09:03.506Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2021-04-20T11:09:03.487Z] > git rev-list --no-walk 9421631aadd4c34c19c9882516b7ab8ef52a28c0 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T11:09:05.090Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T11:09:05.490Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T11:09:05.831Z] + sudo service docker restart [2021-04-20T11:09:05.832Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T11:09:08.505Z] provisioning config files... [2021-04-20T11:09:08.551Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/3@tmp/config5684027785603590544tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:09:08.943Z] ---> docker-login.sh [2021-04-20T11:09:08.943Z] nexus3.edgexfoundry.org:10001 [2021-04-20T11:09:09.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:09:10.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:09:10.205Z] Configure a credential helper to remove this warning. See [2021-04-20T11:09:10.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:09:10.205Z] [2021-04-20T11:09:10.205Z] Login Succeeded [2021-04-20T11:09:10.205Z] nexus3.edgexfoundry.org:10002 [2021-04-20T11:09:10.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:09:10.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:09:10.826Z] Configure a credential helper to remove this warning. See [2021-04-20T11:09:10.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:09:10.826Z] [2021-04-20T11:09:10.826Z] Login Succeeded [2021-04-20T11:09:10.826Z] nexus3.edgexfoundry.org:10003 [2021-04-20T11:09:11.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:09:11.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:09:11.375Z] Configure a credential helper to remove this warning. See [2021-04-20T11:09:11.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:09:11.375Z] [2021-04-20T11:09:11.375Z] Login Succeeded [2021-04-20T11:09:11.375Z] nexus3.edgexfoundry.org:10004 [2021-04-20T11:09:11.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:09:11.928Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:09:11.928Z] Configure a credential helper to remove this warning. See [2021-04-20T11:09:11.928Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:09:11.928Z] [2021-04-20T11:09:11.928Z] Login Succeeded [2021-04-20T11:09:11.928Z] docker.io [2021-04-20T11:09:12.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:09:12.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:09:12.485Z] Configure a credential helper to remove this warning. See [2021-04-20T11:09:12.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:09:12.485Z] [2021-04-20T11:09:12.485Z] Login Succeeded [2021-04-20T11:09:12.485Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T11:09:12.504Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T11:09:12.812Z] ========================================================= [2021-04-20T11:09:12.812Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T11:09:12.812Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:09:13.157Z] + 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:09:13.157Z] Sending build context to Docker daemon 89.09kB [2021-04-20T11:09:13.433Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T11:09:13.433Z] Step 2/10 : FROM ${BASE} [2021-04-20T11:09:13.721Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T11:09:13.721Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T11:09:13.721Z] a4357932f1b6: Pulling fs layer [2021-04-20T11:09:13.721Z] 18c013af1878: Pulling fs layer [2021-04-20T11:09:13.721Z] 00ac8860ef70: Pulling fs layer [2021-04-20T11:09:13.721Z] 63d7cb157983: Pulling fs layer [2021-04-20T11:09:13.721Z] b116817d02f9: Pulling fs layer [2021-04-20T11:09:13.721Z] 745a02a5169b: Pulling fs layer [2021-04-20T11:09:13.721Z] 00ac8860ef70: Waiting [2021-04-20T11:09:13.721Z] 63d7cb157983: Waiting [2021-04-20T11:09:13.721Z] b116817d02f9: Waiting [2021-04-20T11:09:13.721Z] 745a02a5169b: Waiting [2021-04-20T11:09:13.721Z] 18c013af1878: Download complete [2021-04-20T11:09:13.721Z] a4357932f1b6: Verifying Checksum [2021-04-20T11:09:13.721Z] a4357932f1b6: Download complete [2021-04-20T11:09:13.721Z] 63d7cb157983: Verifying Checksum [2021-04-20T11:09:13.721Z] 63d7cb157983: Download complete [2021-04-20T11:09:13.721Z] 5f621e34cdf4: Download complete [2021-04-20T11:09:13.721Z] b116817d02f9: Download complete [2021-04-20T11:09:14.332Z] 5f621e34cdf4: Pull complete [2021-04-20T11:09:14.937Z] a4357932f1b6: Pull complete [2021-04-20T11:09:15.548Z] 18c013af1878: Pull complete [2021-04-20T11:09:16.532Z] 745a02a5169b: Verifying Checksum [2021-04-20T11:09:16.532Z] 745a02a5169b: Download complete [2021-04-20T11:09:17.133Z] 00ac8860ef70: Verifying Checksum [2021-04-20T11:09:17.133Z] 00ac8860ef70: Download complete [2021-04-20T11:09:27.308Z] 00ac8860ef70: Pull complete [2021-04-20T11:09:27.308Z] 63d7cb157983: Pull complete [2021-04-20T11:09:27.580Z] b116817d02f9: Pull complete [2021-04-20T11:09:30.995Z] 745a02a5169b: Pull complete [2021-04-20T11:09:30.995Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T11:09:30.995Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T11:09:30.995Z] ---> b7e6874047d6 [2021-04-20T11:09:30.995Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-04-20T11:09:34.401Z] ---> Running in 83041eb121e9 [2021-04-20T11:09:34.401Z] Removing intermediate container 83041eb121e9 [2021-04-20T11:09:34.401Z] ---> a74047961fd7 [2021-04-20T11:09:34.401Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-04-20T11:09:34.674Z] ---> Running in 8e41df931ccb [2021-04-20T11:09:34.948Z] Removing intermediate container 8e41df931ccb [2021-04-20T11:09:34.948Z] ---> 89d97ecccffd [2021-04-20T11:09:34.948Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-20T11:09:35.223Z] ---> Running in 6a64c1bec168 [2021-04-20T11:09:35.499Z] Removing intermediate container 6a64c1bec168 [2021-04-20T11:09:35.499Z] ---> 5c9262c19d56 [2021-04-20T11:09:35.499Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T11:09:35.772Z] ---> Running in 3a12f9f83874 [2021-04-20T11:09:38.405Z] Removing intermediate container 3a12f9f83874 [2021-04-20T11:09:38.405Z] ---> 325cf1af6d9f [2021-04-20T11:09:38.405Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-20T11:09:38.405Z] ---> Running in ee597026b6bd [2021-04-20T11:09:39.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T11:09:39.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T11:09:40.965Z] OK: 142 MiB in 39 packages [2021-04-20T11:09:42.413Z] Removing intermediate container ee597026b6bd [2021-04-20T11:09:42.413Z] ---> 5910dfcce7ee [2021-04-20T11:09:42.413Z] Step 8/10 : WORKDIR /device-rest-go [2021-04-20T11:09:42.413Z] ---> Running in 75202e031cbd [2021-04-20T11:09:43.006Z] Removing intermediate container 75202e031cbd [2021-04-20T11:09:43.006Z] ---> 5fa2c5708ad8 [2021-04-20T11:09:43.006Z] Step 9/10 : COPY . . [2021-04-20T11:09:43.604Z] ---> b8b639ae950a [2021-04-20T11:09:43.604Z] Step 10/10 : RUN go mod download [2021-04-20T11:09:43.883Z] ---> Running in 629129c67211 [2021-04-20T11:10:10.680Z] Removing intermediate container 629129c67211 [2021-04-20T11:10:10.680Z] ---> 95d57d984918 [2021-04-20T11:10:10.680Z] Successfully built 95d57d984918 [2021-04-20T11:10:10.680Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:10:11.020Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T11:10:11.020Z] . [Pipeline] withDockerContainer [2021-04-20T11:10:11.259Z] prd-ubuntu18.04-docker-arm64-4c-16g-1153 does not seem to be running inside a container [2021-04-20T11:10:11.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T11:10:12.720Z] $ docker top 811c8006044e17217f4b036d4f9d86e1ebdc2a0e45f4990c5d13ac2f9515e5ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T11:10:13.641Z] + go version [2021-04-20T11:10:13.642Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T11:10:13.661Z] $ docker stop --time=1 811c8006044e17217f4b036d4f9d86e1ebdc2a0e45f4990c5d13ac2f9515e5ad [2021-04-20T11:10:15.565Z] $ docker rm -f 811c8006044e17217f4b036d4f9d86e1ebdc2a0e45f4990c5d13ac2f9515e5ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:10:16.211Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T11:10:16.212Z] . [Pipeline] withDockerContainer [2021-04-20T11:10:16.433Z] prd-ubuntu18.04-docker-arm64-4c-16g-1153 does not seem to be running inside a container [2021-04-20T11:10:16.507Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T11:10:17.870Z] $ docker top 086901a1e0085ddff9c4b9bb4154492d06d21834eaea575c88d7d95325f6df0d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T11:10:18.817Z] + make test [2021-04-20T11:10:18.817Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-20T11:10:19.807Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-04-20T11:10:42.152Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-04-20T11:10:42.152Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-04-20T11:10:42.152Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-04-20T11:10:42.152Z] have (string, bool, string, string) [2021-04-20T11:10:42.152Z] want (string, string) [2021-04-20T11:10:50.490Z] FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] [2021-04-20T11:10:50.490Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2021-04-20T11:10:50.514Z] $ docker stop --time=1 086901a1e0085ddff9c4b9bb4154492d06d21834eaea575c88d7d95325f6df0d [2021-04-20T11:10:52.872Z] $ docker rm -f 086901a1e0085ddff9c4b9bb4154492d06d21834eaea575c88d7d95325f6df0d [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:10:53.991Z] ---> job-cost.sh [2021-04-20T11:10:53.992Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1Ixq [2021-04-20T11:11:40.960Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T11:12:24.824Z] Running on prd-centos7-docker-4c-2g-1155 in /w/workspace/dgexfoundry_device-rest-go_PR-77 [Pipeline] { [Pipeline] ws [2021-04-20T11:12:24.844Z] Running in /w/workspace/device-rest-go/3 [Pipeline] { [Pipeline] checkout [2021-04-20T11:12:27.884Z] using credential edgex-jenkins-ssh [2021-04-20T11:12:27.907Z] Cloning the remote Git repository [2021-04-20T11:12:27.938Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-04-20T11:12:28.010Z] > git init /w/workspace/device-rest-go/3 # timeout=10 [2021-04-20T11:12:28.074Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-04-20T11:12:28.074Z] > git --version # timeout=10 [2021-04-20T11:12:28.146Z] > git --version # 'git version 2.24.3' [2021-04-20T11:12:28.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T11:12:28.193Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T11:12:29.149Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-04-20T11:12:29.158Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T11:12:29.171Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-04-20T11:12:29.187Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-04-20T11:12:29.188Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T11:12:29.193Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/77/head:refs/remotes/origin/PR-77 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T11:12:29.629Z] Merging remotes/origin/master commit 8e1e7cb95d5530821e601db4473f34bcb708dd90 into PR head commit 9a15ca76430f2bb6894d82c10c041f73ab1419b9 [2021-04-20T11:12:29.740Z] Merge succeeded, producing 0bd69ecc46c8cc86a954c2913aa6a4f2989dfe1f [2021-04-20T11:12:29.741Z] Checking out Revision 0bd69ecc46c8cc86a954c2913aa6a4f2989dfe1f (PR-77) [2021-04-20T11:12:29.638Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T11:12:29.647Z] > git checkout -f 9a15ca76430f2bb6894d82c10c041f73ab1419b9 # timeout=10 [2021-04-20T11:12:29.682Z] > git remote # timeout=10 [2021-04-20T11:12:29.689Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T11:12:29.696Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T11:12:29.700Z] > git merge 8e1e7cb95d5530821e601db4473f34bcb708dd90 # timeout=10 [2021-04-20T11:12:29.730Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T11:12:29.744Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T11:12:29.749Z] > git checkout -f 0bd69ecc46c8cc86a954c2913aa6a4f2989dfe1f # timeout=10 [2021-04-20T11:12:33.436Z] Commit message: "Merge commit '8e1e7cb95d5530821e601db4473f34bcb708dd90' into HEAD" [2021-04-20T11:12:33.502Z] First time build. Skipping changelog. [2021-04-20T11:12:33.905Z] [2021-04-20T11:12:33.905Z] GitHub has been notified of this commit’s build result [2021-04-20T11:12:33.905Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T11:12:34.598Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T11:12:33.495Z] > git rev-list --no-walk 9421631aadd4c34c19c9882516b7ab8ef52a28c0 # timeout=10 [2021-04-20T11:12:34.934Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T11:12:35.232Z] + sudo service docker restart [2021-04-20T11:12:35.232Z] + true [2021-04-20T11:12:35.232Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T11:12:36.239Z] provisioning config files... [2021-04-20T11:12:36.288Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/3@tmp/config5657804316506441285tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:12:36.641Z] ---> docker-login.sh [2021-04-20T11:12:36.642Z] nexus3.edgexfoundry.org:10001 [2021-04-20T11:12:36.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:12:37.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:12:37.168Z] Configure a credential helper to remove this warning. See [2021-04-20T11:12:37.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:12:37.168Z] [2021-04-20T11:12:37.168Z] Login Succeeded [2021-04-20T11:12:37.168Z] nexus3.edgexfoundry.org:10002 [2021-04-20T11:12:37.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:12:37.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:12:37.168Z] Configure a credential helper to remove this warning. See [2021-04-20T11:12:37.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:12:37.168Z] [2021-04-20T11:12:37.168Z] Login Succeeded [2021-04-20T11:12:37.432Z] nexus3.edgexfoundry.org:10003 [2021-04-20T11:12:37.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:12:37.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:12:37.432Z] Configure a credential helper to remove this warning. See [2021-04-20T11:12:37.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:12:37.432Z] [2021-04-20T11:12:37.432Z] Login Succeeded [2021-04-20T11:12:37.432Z] nexus3.edgexfoundry.org:10004 [2021-04-20T11:12:37.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:12:37.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:12:37.695Z] Configure a credential helper to remove this warning. See [2021-04-20T11:12:37.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:12:37.695Z] [2021-04-20T11:12:37.695Z] Login Succeeded [2021-04-20T11:12:37.695Z] docker.io [2021-04-20T11:12:37.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T11:12:37.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T11:12:37.981Z] Configure a credential helper to remove this warning. See [2021-04-20T11:12:37.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T11:12:37.981Z] [2021-04-20T11:12:37.981Z] Login Succeeded [2021-04-20T11:12:37.981Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T11:12:37.994Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T11:12:38.260Z] ========================================================= [2021-04-20T11:12:38.260Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T11:12:38.260Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:12:38.573Z] + 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:38.573Z] Sending build context to Docker daemon 89.09kB [2021-04-20T11:12:38.573Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T11:12:38.573Z] Step 2/10 : FROM ${BASE} [2021-04-20T11:12:38.573Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T11:12:38.573Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T11:12:38.573Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T11:12:38.573Z] de9db76c5a1d: Pulling fs layer [2021-04-20T11:12:38.573Z] bca2f99d35d6: Pulling fs layer [2021-04-20T11:12:38.573Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T11:12:38.573Z] 7c6f9722023f: Pulling fs layer [2021-04-20T11:12:38.573Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T11:12:38.573Z] 93359f2a8cfa: Waiting [2021-04-20T11:12:38.573Z] 7c6f9722023f: Waiting [2021-04-20T11:12:38.573Z] a35cf1a2eb13: Waiting [2021-04-20T11:12:38.573Z] bca2f99d35d6: Waiting [2021-04-20T11:12:38.837Z] de9db76c5a1d: Download complete [2021-04-20T11:12:38.837Z] 0ef7d3d256c8: Download complete [2021-04-20T11:12:38.837Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T11:12:38.837Z] 93359f2a8cfa: Download complete [2021-04-20T11:12:38.837Z] 7c6f9722023f: Verifying Checksum [2021-04-20T11:12:38.837Z] 7c6f9722023f: Download complete [2021-04-20T11:12:38.837Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T11:12:38.837Z] 188c0c94c7c5: Download complete [2021-04-20T11:12:39.101Z] 188c0c94c7c5: Pull complete [2021-04-20T11:12:39.372Z] 0ef7d3d256c8: Pull complete [2021-04-20T11:12:39.372Z] de9db76c5a1d: Pull complete [2021-04-20T11:12:40.778Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T11:12:40.778Z] a35cf1a2eb13: Download complete [2021-04-20T11:12:41.355Z] bca2f99d35d6: Verifying Checksum [2021-04-20T11:12:41.355Z] bca2f99d35d6: Download complete [2021-04-20T11:12:47.992Z] bca2f99d35d6: Pull complete [2021-04-20T11:12:47.992Z] 93359f2a8cfa: Pull complete [2021-04-20T11:12:47.992Z] 7c6f9722023f: Pull complete [2021-04-20T11:12:51.345Z] a35cf1a2eb13: Pull complete [2021-04-20T11:12:51.345Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T11:12:51.345Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T11:12:51.345Z] ---> a62c8e92a672 [2021-04-20T11:12:51.345Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-04-20T11:12:51.609Z] ---> Running in a68383141ebc [2021-04-20T11:12:51.873Z] Removing intermediate container a68383141ebc [2021-04-20T11:12:51.873Z] ---> e3cfe51c3fa5 [2021-04-20T11:12:51.873Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-04-20T11:12:51.873Z] ---> Running in da20ed8a9956 [2021-04-20T11:12:52.140Z] Removing intermediate container da20ed8a9956 [2021-04-20T11:12:52.140Z] ---> e5bf07e06512 [2021-04-20T11:12:52.140Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-04-20T11:12:52.140Z] ---> Running in 5c16619b2a8b [2021-04-20T11:12:52.404Z] Removing intermediate container 5c16619b2a8b [2021-04-20T11:12:52.404Z] ---> a7ab054f5826 [2021-04-20T11:12:52.404Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T11:12:52.404Z] ---> Running in ff602a75d21b [2021-04-20T11:12:53.369Z] Removing intermediate container ff602a75d21b [2021-04-20T11:12:53.369Z] ---> 416e34c0b88b [2021-04-20T11:12:53.369Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-04-20T11:12:53.369Z] ---> Running in 72a020e90aaf [2021-04-20T11:12:54.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T11:12:55.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T11:12:55.604Z] OK: 166 MiB in 39 packages [2021-04-20T11:12:56.179Z] Removing intermediate container 72a020e90aaf [2021-04-20T11:12:56.179Z] ---> 4525af5b0f7e [2021-04-20T11:12:56.179Z] Step 8/10 : WORKDIR /device-rest-go [2021-04-20T11:12:56.179Z] ---> Running in 0a88b58751ac [2021-04-20T11:12:56.179Z] Removing intermediate container 0a88b58751ac [2021-04-20T11:12:56.179Z] ---> bc9e76e6eadc [2021-04-20T11:12:56.179Z] Step 9/10 : COPY . . [2021-04-20T11:12:56.442Z] ---> d9022567ce98 [2021-04-20T11:12:56.442Z] Step 10/10 : RUN go mod download [2021-04-20T11:12:56.705Z] ---> Running in 64000d95629f [2021-04-20T11:13:14.884Z] Removing intermediate container 64000d95629f [2021-04-20T11:13:14.884Z] ---> bd257b5e4fec [2021-04-20T11:13:14.884Z] Successfully built bd257b5e4fec [2021-04-20T11:13:14.884Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:13:15.201Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T11:13:15.201Z] . [Pipeline] withDockerContainer [2021-04-20T11:13:15.324Z] prd-centos7-docker-4c-2g-1155 does not seem to be running inside a container [2021-04-20T11:13:15.382Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T11:13:16.521Z] $ docker top 9857b4107788b3c0ad5752fd990f057af80d2a419982e17c1ffad19d6fd4ccbf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T11:13:17.020Z] + go version [2021-04-20T11:13:17.020Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T11:13:17.036Z] $ docker stop --time=1 9857b4107788b3c0ad5752fd990f057af80d2a419982e17c1ffad19d6fd4ccbf [2021-04-20T11:13:17.765Z] lf-activate-venv(): INFO: Adding /tmp/venv-1Ixq/bin to PATH [2021-04-20T11:13:17.765Z] INFO: No Stack... [2021-04-20T11:13:17.765Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T11:13:17.765Z] INFO: Archiving Costs [2021-04-20T11:13:18.403Z] $ docker rm -f 9857b4107788b3c0ad5752fd990f057af80d2a419982e17c1ffad19d6fd4ccbf [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:13:18.854Z] + + cut -d,cat -f6 /w/workspace/device-rest-go/3/archives/cost.csv [2021-04-20T11:13:18.854Z] [2021-04-20T11:13:19.030Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T11:13:19.030Z] . [Pipeline] withDockerContainer [2021-04-20T11:13:19.134Z] prd-centos7-docker-4c-2g-1155 does not seem to be running inside a container [2021-04-20T11:13:19.185Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T11:13:19.882Z] $ docker top be85c34a124c3705c1a185497c32575f0084ad2f8a646bcba1a47662306cca68 -eo pid,comm [Pipeline] { [Pipeline] lock [2021-04-20T11:13:20.012Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-77-3-stack-cost] [2021-04-20T11:13:20.035Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-77-3-stack-cost] did not exist. Created. [2021-04-20T11:13:20.035Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-77-3-stack-cost] [Pipeline] { [Pipeline] sh [Pipeline] unstash [Pipeline] sh [2021-04-20T11:13:20.376Z] + make test [2021-04-20T11:13:20.376Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-04-20T11:13:20.468Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T11:13:21.343Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-04-20T11:13:21.564Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T11:13:21.571Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-77-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T11:13:21.726Z] Failed in branch arm64 [2021-04-20T11:13:28.069Z] # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging [2021-04-20T11:13:28.069Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut [2021-04-20T11:13:28.069Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient [2021-04-20T11:13:28.069Z] have (string, bool, string, string) [2021-04-20T11:13:28.069Z] want (string, string) [2021-04-20T11:13:30.664Z] FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] [2021-04-20T11:13:30.929Z] make: *** [Makefile:23: test] Error 2 [Pipeline] } [2021-04-20T11:13:30.946Z] $ docker stop --time=1 be85c34a124c3705c1a185497c32575f0084ad2f8a646bcba1a47662306cca68 [2021-04-20T11:13:33.214Z] $ docker rm -f be85c34a124c3705c1a185497c32575f0084ad2f8a646bcba1a47662306cca68 [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:34.029Z] ---> job-cost.sh [2021-04-20T11:13:34.029Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sZZj [2021-04-20T11:13:49.114Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T11:14:15.846Z] lf-activate-venv(): INFO: Adding /tmp/venv-sZZj/bin to PATH [2021-04-20T11:14:15.846Z] INFO: No Stack... [2021-04-20T11:14:16.794Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T11:14:17.371Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T11:14:17.682Z] + cat /w/workspace/device-rest-go/3/archives/cost.csv [2021-04-20T11:14:17.683Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T11:14:17.765Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-77-3-stack-cost] [2021-04-20T11:14:17.774Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-77-3-stack-cost] did not exist. Created. [2021-04-20T11:14:17.774Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-77-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T11:14:18.106Z] /w/workspace/device-rest-go/3@tmp/durable-db0f1462/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh [2021-04-20T11:14:18.420Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-04-20T11:14:18.447Z] Warning: overwriting stash ‘stack-cost’ [2021-04-20T11:14:18.833Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T11:14:18.850Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-77-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T11:14:19.026Z] Failed in branch amd64 [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:20.114Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:14:20.683Z] ---> package-listing.sh [2021-04-20T11:14:20.683Z] ++ facter osfamily [2021-04-20T11:14:20.683Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T11:14:20.683Z] + OS_FAMILY=redhat [2021-04-20T11:14:20.683Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-77 [2021-04-20T11:14:20.683Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T11:14:20.683Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T11:14:20.683Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T11:14:20.683Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T11:14:20.683Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-77 ']' [2021-04-20T11:14:20.683Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T11:14:20.683Z] + case "${OS_FAMILY}" in [2021-04-20T11:14:20.683Z] + rpm -qa [2021-04-20T11:14:20.683Z] + sort [2021-04-20T11:14:26.041Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T11:14:26.041Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T11:14:26.041Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T11:14:26.041Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-77 ']' [2021-04-20T11:14:26.041Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-77/archives/ [2021-04-20T11:14:26.041Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-77/archives/ [Pipeline] echo [2021-04-20T11:14:26.056Z] 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-77/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:26.350Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:14:26.663Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T11:14:26.663Z] [2021-04-20T11:14:26.663Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T11:14:26.983Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T11:14:26.984Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T11:14:26.984Z] df20fa9351a1: Pulling fs layer [2021-04-20T11:14:26.984Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T11:14:26.984Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T11:14:26.984Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T11:14:26.984Z] 93b61091891f: Pulling fs layer [2021-04-20T11:14:26.984Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T11:14:26.984Z] 5e14af77c1be: Pulling fs layer [2021-04-20T11:14:26.984Z] 01666e4c0597: Pulling fs layer [2021-04-20T11:14:26.984Z] aa168da1d23b: Pulling fs layer [2021-04-20T11:14:26.984Z] 93b61091891f: Waiting [2021-04-20T11:14:26.984Z] 93b9cdb0e59b: Waiting [2021-04-20T11:14:26.984Z] 5e14af77c1be: Waiting [2021-04-20T11:14:26.984Z] 01666e4c0597: Waiting [2021-04-20T11:14:26.984Z] aa168da1d23b: Waiting [2021-04-20T11:14:26.984Z] 46f8f816bc3b: Waiting [2021-04-20T11:14:26.984Z] 36b3adc4ff6f: Download complete [2021-04-20T11:14:26.984Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T11:14:26.984Z] 46f8f816bc3b: Download complete [2021-04-20T11:14:26.984Z] df20fa9351a1: Download complete [2021-04-20T11:14:27.251Z] 93b61091891f: Verifying Checksum [2021-04-20T11:14:27.251Z] 93b61091891f: Download complete [2021-04-20T11:14:27.251Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T11:14:27.251Z] 93b9cdb0e59b: Download complete [2021-04-20T11:14:27.251Z] 5e14af77c1be: Verifying Checksum [2021-04-20T11:14:27.251Z] 5e14af77c1be: Download complete [2021-04-20T11:14:27.251Z] 01666e4c0597: Verifying Checksum [2021-04-20T11:14:27.251Z] 01666e4c0597: Download complete [2021-04-20T11:14:27.251Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T11:14:27.251Z] 8ad3a11d3b57: Download complete [2021-04-20T11:14:27.514Z] df20fa9351a1: Pull complete [2021-04-20T11:14:27.780Z] 36b3adc4ff6f: Pull complete [2021-04-20T11:14:29.200Z] 8ad3a11d3b57: Pull complete [2021-04-20T11:14:29.200Z] aa168da1d23b: Verifying Checksum [2021-04-20T11:14:29.200Z] aa168da1d23b: Download complete [2021-04-20T11:14:29.200Z] 46f8f816bc3b: Pull complete [2021-04-20T11:14:30.594Z] 93b61091891f: Pull complete [2021-04-20T11:14:30.594Z] 93b9cdb0e59b: Pull complete [2021-04-20T11:14:30.594Z] 5e14af77c1be: Pull complete [2021-04-20T11:14:30.856Z] 01666e4c0597: Pull complete [2021-04-20T11:14:39.049Z] aa168da1d23b: Pull complete [2021-04-20T11:14:39.049Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T11:14:39.049Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T11:14:39.049Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T11:14:39.307Z] prd-centos7-docker-4c-2g-1149 does not seem to be running inside a container [2021-04-20T11:14:39.358Z] $ 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-77/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-77 -v /w/workspace/dgexfoundry_device-rest-go_PR-77:/w/workspace/dgexfoundry_device-rest-go_PR-77:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-77@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-77@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:14:42.233Z] $ docker top 3caf376fb01cdfeb06d508265ba7ce80b5de2a796a1ae41ca47771027722b6ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T11:14:42.641Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T11:14:42.941Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T11:14:43.243Z] + ls /var/log/sa-host [2021-04-20T11:14:43.243Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T11:14:43.243Z] file_magic: OK [2021-04-20T11:14:43.243Z] HZ: Using current value: 100 [2021-04-20T11:14:43.243Z] file_header: OK [2021-04-20T11:14:43.243Z] 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:14:43.243Z] Statistics: [2021-04-20T11:14:43.243Z] 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... [2021-04-20T11:14:43.243Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T11:14:43.243Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T11:14:43.243Z] file_magic: OK [2021-04-20T11:14:43.243Z] HZ: Using current value: 100 [2021-04-20T11:14:43.243Z] file_header: OK [2021-04-20T11:14:43.243Z] 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:14:43.243Z] Statistics: [2021-04-20T11:14:43.243Z] Hnuu...uuuununununu... [2021-04-20T11:14:43.243Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T11:14:43.760Z] provisioning config files... [2021-04-20T11:14:43.776Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-77@tmp/config4295911196307134555tmp [Pipeline] { [Pipeline] echo [2021-04-20T11:14:43.799Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:14:44.100Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T11:14:44.111Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T11:14:44.139Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:14:44.437Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T11:14:44.448Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:14:44.745Z] ---> sudo-logs.sh [2021-04-20T11:14:44.746Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T11:14:44.816Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:14:45.137Z] ---> job-cost.sh [2021-04-20T11:14:45.137Z] lf-activate-venv: SKIPPING [2021-04-20T11:14:45.137Z] DEBUG: total: 0.029999999329447746 [2021-04-20T11:14:45.137Z] INFO: Retrieving Stack Cost... [2021-04-20T11:14:45.710Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T11:14:46.286Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T11:14:46.301Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T11:14:46.598Z] ---> logs-deploy.sh [2021-04-20T11:14:46.598Z] lf-activate-venv: SKIPPING [2021-04-20T11:14:46.598Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-77/3 [2021-04-20T11:14:46.598Z] INFO: archiving workspace using pattern(s): [2021-04-20T11:14:48.517Z] Archives upload complete. [2021-04-20T11:14:48.517Z] INFO: archiving logs to Nexus