Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from af6f8d9db1b2339f9c436b10c553719ef06671b5+f67542ccb051b13986f5f41838b922d5b9b125ad (49e15f416f23ce46934351e08590ab81221d2156) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3823 in /w/workspace/dgexfoundry_device-rest-go_PR-84 [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-84 # 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 f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit af6f8d9db1b2339f9c436b10c553719ef06671b5 > 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/84/head:refs/remotes/origin/PR-84 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merge succeeded, producing fa75c7c247b7b9742e276ec94319ac5a7afb4da8 Checking out Revision fa75c7c247b7b9742e276ec94319ac5a7afb4da8 (PR-84) > git config core.sparsecheckout # timeout=10 > git checkout -f af6f8d9db1b2339f9c436b10c553719ef06671b5 # 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 f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fa75c7c247b7b9742e276ec94319ac5a7afb4da8 # timeout=10 Commit message: "Merge commit 'f67542ccb051b13986f5f41838b922d5b9b125ad' into HEAD" > git rev-list --no-walk af6f8d9db1b2339f9c436b10c553719ef06671b5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-09T11:08:15.172Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-09T11:08:15.265Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-09T11:08:15.294Z] ========================================================= [2021-05-09T11:08:15.295Z] EdgeX Global Pipelines Version Info [2021-05-09T11:08:15.295Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:08:16.814Z] ------------------- [2021-05-09T11:08:16.814Z] stable info: [2021-05-09T11:08:16.814Z] ------------------- [2021-05-09T11:08:16.814Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-09T11:08:16.814Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-09T11:08:16.814Z] Message: update stable to v1.0.191 [2021-05-09T11:08:17.763Z] ------------------- [2021-05-09T11:08:17.763Z] experimental info: [2021-05-09T11:08:17.763Z] ------------------- [2021-05-09T11:08:17.763Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-09T11:08:17.763Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-09T11:08:17.763Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-09T11:08:17.888Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-05-09T11:08:17.913Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-05-09T11:08:17.937Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-09T11:08:17.960Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-09T11:08:17.996Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-09T11:08:18.021Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-09T11:08:18.045Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-09T11:08:18.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-09T11:08:18.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-09T11:08:18.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-09T11:08:18.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-09T11:08:18.198Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2021-05-09T11:08:18.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-09T11:08:18.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-09T11:08:18.278Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-09T11:08:18.305Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-09T11:08:18.332Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-09T11:08:18.358Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-09T11:08:18.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-09T11:08:18.411Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-09T11:08:18.436Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-09T11:08:18.462Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-09T11:08:18.491Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-09T11:08:18.564Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-09T11:08:18.589Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-09T11:08:18.616Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-09T11:08:18.641Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-84 [Pipeline] echo [2021-05-09T11:08:18.666Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-84 [Pipeline] echo [2021-05-09T11:08:18.691Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-84 [Pipeline] echo [2021-05-09T11:08:18.717Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fa75c7c247b7b9742e276ec94319ac5a7afb4da8 [Pipeline] echo [2021-05-09T11:08:18.742Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fa75c7c [Pipeline] echo [2021-05-09T11:08:18.767Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-09T11:08:18.846Z] provisioning config files... [2021-05-09T11:08:18.967Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-84@tmp/config1985206925026175880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:08:19.298Z] ---> docker-login.sh [2021-05-09T11:08:19.299Z] nexus3.edgexfoundry.org:10001 [2021-05-09T11:08:19.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:08:19.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:08:19.831Z] Configure a credential helper to remove this warning. See [2021-05-09T11:08:19.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:08:19.831Z] [2021-05-09T11:08:19.831Z] Login Succeeded [2021-05-09T11:08:19.831Z] nexus3.edgexfoundry.org:10002 [2021-05-09T11:08:19.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:08:19.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:08:19.831Z] Configure a credential helper to remove this warning. See [2021-05-09T11:08:19.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:08:19.831Z] [2021-05-09T11:08:19.831Z] Login Succeeded [2021-05-09T11:08:19.831Z] nexus3.edgexfoundry.org:10003 [2021-05-09T11:08:20.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:08:20.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:08:20.098Z] Configure a credential helper to remove this warning. See [2021-05-09T11:08:20.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:08:20.098Z] [2021-05-09T11:08:20.098Z] Login Succeeded [2021-05-09T11:08:20.098Z] nexus3.edgexfoundry.org:10004 [2021-05-09T11:08:20.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:08:20.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:08:20.359Z] Configure a credential helper to remove this warning. See [2021-05-09T11:08:20.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:08:20.359Z] [2021-05-09T11:08:20.359Z] Login Succeeded [2021-05-09T11:08:20.359Z] docker.io [2021-05-09T11:08:20.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:08:20.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:08:20.621Z] Configure a credential helper to remove this warning. See [2021-05-09T11:08:20.621Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:08:20.621Z] [2021-05-09T11:08:20.621Z] Login Succeeded [2021-05-09T11:08:20.621Z] ---> docker-login.sh ends [Pipeline] } [2021-05-09T11:08:20.630Z] 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-05-09T11:08:21.073Z] + git log --format=format:%s -1 fa75c7c247b7b9742e276ec94319ac5a7afb4da8 [Pipeline] echo [2021-05-09T11:08:21.154Z] GIT_COMMIT: fa75c7c247b7b9742e276ec94319ac5a7afb4da8, Commit Message: Merge commit 'f67542ccb051b13986f5f41838b922d5b9b125ad' into HEAD [Pipeline] echo [2021-05-09T11:08:21.168Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:08:21.727Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T11:08:21.728Z] [2021-05-09T11:08:21.728Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:08:22.041Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T11:08:22.041Z] latest: Pulling from edgex-devops/git-semver [2021-05-09T11:08:22.041Z] 31603596830f: Pulling fs layer [2021-05-09T11:08:22.041Z] 54011a49482f: Pulling fs layer [2021-05-09T11:08:22.041Z] a6820b24f6d8: Pulling fs layer [2021-05-09T11:08:22.041Z] f581987b2513: Pulling fs layer [2021-05-09T11:08:22.041Z] f581987b2513: Waiting [2021-05-09T11:08:22.041Z] 54011a49482f: Download complete [2021-05-09T11:08:22.304Z] 31603596830f: Verifying Checksum [2021-05-09T11:08:22.304Z] 31603596830f: Download complete [2021-05-09T11:08:22.304Z] f581987b2513: Verifying Checksum [2021-05-09T11:08:22.304Z] f581987b2513: Download complete [2021-05-09T11:08:22.574Z] a6820b24f6d8: Verifying Checksum [2021-05-09T11:08:22.574Z] a6820b24f6d8: Download complete [2021-05-09T11:08:22.840Z] 31603596830f: Pull complete [2021-05-09T11:08:22.840Z] 54011a49482f: Pull complete [2021-05-09T11:08:23.798Z] a6820b24f6d8: Pull complete [2021-05-09T11:08:24.061Z] f581987b2513: Pull complete [2021-05-09T11:08:24.061Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-09T11:08:24.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-09T11:08:24.061Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-09T11:08:24.177Z] prd-centos7-docker-4c-2g-3823 does not seem to be running inside a container [2021-05-09T11:08:24.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-84 -v /w/workspace/dgexfoundry_device-rest-go_PR-84:/w/workspace/dgexfoundry_device-rest-go_PR-84:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-84@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-84@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-05-09T11:08:26.231Z] $ docker top c3957e1dadd1b2ee9bef968ea42d454a6509e146a6f5dfc82ffb133f28515197 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-09T11:08:26.404Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-09T11:08:26.404Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-09T11:08:26.632Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-09T11:08:26.636Z] $ docker exec c3957e1dadd1b2ee9bef968ea42d454a6509e146a6f5dfc82ffb133f28515197 ssh-agent [2021-05-09T11:08:26.817Z] SSH_AUTH_SOCK=/tmp/ssh-3LKo8RmeiRho/agent.11 [2021-05-09T11:08:26.817Z] SSH_AGENT_PID=16 [2021-05-09T11:08:26.826Z] Running ssh-add (command line suppressed) [2021-05-09T11:08:26.944Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-84@tmp/private_key_4933175242952183426.key (/w/workspace/dgexfoundry_device-rest-go_PR-84@tmp/private_key_4933175242952183426.key) [2021-05-09T11:08:26.995Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-09T11:08:27.296Z] + git tag --points-at HEAD [Pipeline] } [2021-05-09T11:08:27.318Z] $ docker exec --env ******** --env ******** c3957e1dadd1b2ee9bef968ea42d454a6509e146a6f5dfc82ffb133f28515197 ssh-agent -k [2021-05-09T11:08:27.438Z] unset SSH_AUTH_SOCK; [2021-05-09T11:08:27.438Z] unset SSH_AGENT_PID; [2021-05-09T11:08:27.438Z] echo Agent pid 16 killed; [2021-05-09T11:08:27.487Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-09T11:08:27.540Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-09T11:08:27.540Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-09T11:08:27.707Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-09T11:08:27.711Z] $ docker exec c3957e1dadd1b2ee9bef968ea42d454a6509e146a6f5dfc82ffb133f28515197 ssh-agent [2021-05-09T11:08:27.875Z] SSH_AUTH_SOCK=/tmp/ssh-6oEot7EL2eLt/agent.45 [2021-05-09T11:08:27.875Z] SSH_AGENT_PID=51 [2021-05-09T11:08:27.882Z] Running ssh-add (command line suppressed) [2021-05-09T11:08:27.998Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-84@tmp/private_key_8072702811083783118.key (/w/workspace/dgexfoundry_device-rest-go_PR-84@tmp/private_key_8072702811083783118.key) [2021-05-09T11:08:28.053Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-09T11:08:28.353Z] + git semver init [2021-05-09T11:08:28.353Z] # -> Open(): unable to determine branch for HEAD [2021-05-09T11:08:28.353Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-84/.git [2021-05-09T11:08:28.353Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-84 [2021-05-09T11:08:28.353Z] # $SEMVER_REMOTE_NAME = origin [2021-05-09T11:08:28.353Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-09T11:08:28.353Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-09T11:08:28.353Z] # $SEMVER_BRANCH = PR-84 [2021-05-09T11:08:28.353Z] # $SEMVER_TEMP = /tmp/semver-269629602 [2021-05-09T11:08:28.353Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-05-09T11:08:29.747Z] # '/tmp/semver-269629602' -> '/w/workspace/dgexfoundry_device-rest-go_PR-84/.semver' [2021-05-09T11:08:29.747Z] # -> Force: false [2021-05-09T11:08:29.747Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-84/.semver [Pipeline] } [2021-05-09T11:08:29.768Z] $ docker exec --env ******** --env ******** c3957e1dadd1b2ee9bef968ea42d454a6509e146a6f5dfc82ffb133f28515197 ssh-agent -k [2021-05-09T11:08:29.907Z] unset SSH_AUTH_SOCK; [2021-05-09T11:08:29.907Z] unset SSH_AGENT_PID; [2021-05-09T11:08:29.907Z] echo Agent pid 51 killed; [2021-05-09T11:08:29.987Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-09T11:08:30.333Z] + git semver [Pipeline] } [2021-05-09T11:08:30.351Z] $ docker stop --time=1 c3957e1dadd1b2ee9bef968ea42d454a6509e146a6f5dfc82ffb133f28515197 [2021-05-09T11:08:31.821Z] $ docker rm -f c3957e1dadd1b2ee9bef968ea42d454a6509e146a6f5dfc82ffb133f28515197 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-09T11:08:32.298Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-09T11:08:32.646Z] Stashed 1 file(s) [Pipeline] echo [2021-05-09T11:08:32.650Z] [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-05-09T11:08:47.840Z] Still waiting to schedule task [2021-05-09T11:08:47.840Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-09T11:08:47.843Z] Still waiting to schedule task [2021-05-09T11:08:47.843Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-09T11:10:14.609Z] Running on prd-centos7-docker-4c-2g-3826 in /w/workspace/dgexfoundry_device-rest-go_PR-84 [Pipeline] { [Pipeline] ws [2021-05-09T11:10:14.628Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2021-05-09T11:10:17.407Z] using credential edgex-jenkins-ssh [2021-05-09T11:10:17.437Z] Cloning the remote Git repository [2021-05-09T11:10:17.275Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-05-09T11:10:17.347Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2021-05-09T11:10:17.412Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-09T11:10:17.412Z] > git --version # timeout=10 [2021-05-09T11:10:17.418Z] > git --version # 'git version 2.24.3' [2021-05-09T11:10:17.418Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:10:17.447Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T11:10:18.982Z] Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit af6f8d9db1b2339f9c436b10c553719ef06671b5 [2021-05-09T11:10:19.080Z] Merge succeeded, producing 1656eab2b023b5b1c95d364f515c037bc399fa6a [2021-05-09T11:10:19.080Z] Checking out Revision 1656eab2b023b5b1c95d364f515c037bc399fa6a (PR-84) [2021-05-09T11:10:18.455Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-09T11:10:18.462Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T11:10:18.473Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-09T11:10:18.490Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-09T11:10:18.490Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:10:18.495Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/84/head:refs/remotes/origin/PR-84 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-09T11:10:18.932Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T11:10:18.943Z] > git checkout -f af6f8d9db1b2339f9c436b10c553719ef06671b5 # timeout=10 [2021-05-09T11:10:18.981Z] > git remote # timeout=10 [2021-05-09T11:10:18.990Z] > git config --get remote.origin.url # timeout=10 [2021-05-09T11:10:18.996Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:10:19.000Z] > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 [2021-05-09T11:10:19.023Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-09T11:10:19.033Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T11:10:19.039Z] > git checkout -f 1656eab2b023b5b1c95d364f515c037bc399fa6a # timeout=10 [2021-05-09T11:10:22.726Z] Commit message: "Merge commit 'f67542ccb051b13986f5f41838b922d5b9b125ad' into HEAD" [2021-05-09T11:10:22.733Z] > git rev-list --no-walk af6f8d9db1b2339f9c436b10c553719ef06671b5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-09T11:10:23.895Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-09T11:10:24.226Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-09T11:10:24.524Z] + sudo service docker restart [2021-05-09T11:10:24.524Z] + true [2021-05-09T11:10:24.524Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-09T11:10:25.948Z] provisioning config files... [2021-05-09T11:10:25.977Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config6376855387949032509tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:10:26.298Z] ---> docker-login.sh [2021-05-09T11:10:26.298Z] nexus3.edgexfoundry.org:10001 [2021-05-09T11:10:26.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:10:26.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:10:26.566Z] Configure a credential helper to remove this warning. See [2021-05-09T11:10:26.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:10:26.566Z] [2021-05-09T11:10:26.566Z] Login Succeeded [2021-05-09T11:10:26.566Z] nexus3.edgexfoundry.org:10002 [2021-05-09T11:10:26.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:10:26.829Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:10:26.829Z] Configure a credential helper to remove this warning. See [2021-05-09T11:10:26.829Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:10:26.829Z] [2021-05-09T11:10:26.829Z] Login Succeeded [2021-05-09T11:10:26.829Z] nexus3.edgexfoundry.org:10003 [2021-05-09T11:10:27.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:10:27.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:10:27.091Z] Configure a credential helper to remove this warning. See [2021-05-09T11:10:27.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:10:27.091Z] [2021-05-09T11:10:27.091Z] Login Succeeded [2021-05-09T11:10:27.091Z] nexus3.edgexfoundry.org:10004 [2021-05-09T11:10:27.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:10:27.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:10:27.354Z] Configure a credential helper to remove this warning. See [2021-05-09T11:10:27.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:10:27.354Z] [2021-05-09T11:10:27.354Z] Login Succeeded [2021-05-09T11:10:27.354Z] docker.io [2021-05-09T11:10:27.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:10:27.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:10:27.626Z] Configure a credential helper to remove this warning. See [2021-05-09T11:10:27.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:10:27.626Z] [2021-05-09T11:10:27.626Z] Login Succeeded [2021-05-09T11:10:27.626Z] ---> docker-login.sh ends [Pipeline] } [2021-05-09T11:10:27.635Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-09T11:10:27.831Z] ========================================================= [2021-05-09T11:10:27.831Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-09T11:10:27.831Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:10:28.143Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-09T11:10:28.143Z] Sending build context to Docker daemon 93.18kB [2021-05-09T11:10:28.143Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-05-09T11:10:28.143Z] Step 2/10 : FROM ${BASE} [2021-05-09T11:10:28.143Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-09T11:10:28.143Z] 540db60ca938: Pulling fs layer [2021-05-09T11:10:28.143Z] adcc1eea9eea: Pulling fs layer [2021-05-09T11:10:28.143Z] 4c4ab2625f07: Pulling fs layer [2021-05-09T11:10:28.143Z] 0510c868ecb4: Pulling fs layer [2021-05-09T11:10:28.143Z] afea3b2eda06: Pulling fs layer [2021-05-09T11:10:28.143Z] 7809a108b3ef: Pulling fs layer [2021-05-09T11:10:28.143Z] f706445af74f: Pulling fs layer [2021-05-09T11:10:28.143Z] 0510c868ecb4: Waiting [2021-05-09T11:10:28.143Z] afea3b2eda06: Waiting [2021-05-09T11:10:28.143Z] 7809a108b3ef: Waiting [2021-05-09T11:10:28.143Z] f706445af74f: Waiting [2021-05-09T11:10:28.412Z] 4c4ab2625f07: Verifying Checksum [2021-05-09T11:10:28.412Z] 4c4ab2625f07: Download complete [2021-05-09T11:10:28.412Z] adcc1eea9eea: Verifying Checksum [2021-05-09T11:10:28.412Z] adcc1eea9eea: Download complete [2021-05-09T11:10:28.412Z] afea3b2eda06: Verifying Checksum [2021-05-09T11:10:28.412Z] afea3b2eda06: Download complete [2021-05-09T11:10:28.412Z] 7809a108b3ef: Verifying Checksum [2021-05-09T11:10:28.412Z] 7809a108b3ef: Download complete [2021-05-09T11:10:28.412Z] 540db60ca938: Verifying Checksum [2021-05-09T11:10:28.412Z] 540db60ca938: Download complete [2021-05-09T11:10:28.680Z] 540db60ca938: Pull complete [2021-05-09T11:10:28.942Z] adcc1eea9eea: Pull complete [2021-05-09T11:10:28.942Z] 4c4ab2625f07: Pull complete [2021-05-09T11:10:30.341Z] f706445af74f: Verifying Checksum [2021-05-09T11:10:30.341Z] f706445af74f: Download complete [2021-05-09T11:10:31.739Z] 0510c868ecb4: Verifying Checksum [2021-05-09T11:10:31.739Z] 0510c868ecb4: Download complete [2021-05-09T11:10:37.078Z] 0510c868ecb4: Pull complete [2021-05-09T11:10:37.079Z] afea3b2eda06: Pull complete [2021-05-09T11:10:37.079Z] 7809a108b3ef: Pull complete [2021-05-09T11:10:45.275Z] f706445af74f: Pull complete [2021-05-09T11:10:45.275Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-09T11:10:45.275Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-09T11:10:45.275Z] ---> b068be0155e3 [2021-05-09T11:10:45.275Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-09T11:10:45.275Z] ---> Running in 52427ededf51 [2021-05-09T11:10:45.275Z] Removing intermediate container 52427ededf51 [2021-05-09T11:10:45.275Z] ---> 04b2ee82e8e0 [2021-05-09T11:10:45.275Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-09T11:10:45.275Z] ---> Running in b3114f5e8b63 [2021-05-09T11:10:45.275Z] Removing intermediate container b3114f5e8b63 [2021-05-09T11:10:45.275Z] ---> c8127ff3eb97 [2021-05-09T11:10:45.275Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-09T11:10:45.275Z] ---> Running in e3f7aafb0159 [2021-05-09T11:10:45.275Z] Removing intermediate container e3f7aafb0159 [2021-05-09T11:10:45.275Z] ---> 79bcef67f13f [2021-05-09T11:10:45.275Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:10:45.275Z] ---> Running in 8023136f0d4b [2021-05-09T11:10:46.671Z] Removing intermediate container 8023136f0d4b [2021-05-09T11:10:46.671Z] ---> 37a3355db52f [2021-05-09T11:10:46.671Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-09T11:10:46.671Z] ---> Running in fdaefed0bef6 [2021-05-09T11:10:46.937Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-09T11:10:48.860Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-09T11:10:49.435Z] (1/9) Installing libc-dev (0.7.2-r3) [2021-05-09T11:10:49.698Z] (2/9) Installing libsodium (1.0.18-r0) [2021-05-09T11:10:49.698Z] (3/9) Installing pkgconf (1.7.3-r0) [2021-05-09T11:10:49.960Z] (4/9) Installing libsodium-dev (1.0.18-r0) [2021-05-09T11:10:50.223Z] (5/9) Installing openssh-keygen (8.4_p1-r3) [2021-05-09T11:10:50.485Z] (6/9) Installing libedit (20191231.3.1-r1) [2021-05-09T11:10:50.485Z] (7/9) Installing openssh-client (8.4_p1-r3) [2021-05-09T11:10:51.060Z] (8/9) Installing libzmq (4.3.3-r1) [2021-05-09T11:10:51.322Z] (9/9) Installing zeromq-dev (4.3.3-r1) [2021-05-09T11:10:51.585Z] Executing busybox-1.32.1-r6.trigger [2021-05-09T11:10:51.585Z] OK: 154 MiB in 49 packages [2021-05-09T11:10:52.161Z] Removing intermediate container fdaefed0bef6 [2021-05-09T11:10:52.161Z] ---> a5802e94a158 [2021-05-09T11:10:52.161Z] Step 8/10 : WORKDIR /device-rest-go [2021-05-09T11:10:52.161Z] ---> Running in e8a40f798892 [2021-05-09T11:10:52.424Z] Removing intermediate container e8a40f798892 [2021-05-09T11:10:52.424Z] ---> 60c45c1f7977 [2021-05-09T11:10:52.424Z] Step 9/10 : COPY . . [2021-05-09T11:10:52.692Z] ---> 9007f2913b91 [2021-05-09T11:10:52.692Z] Step 10/10 : RUN go mod download [2021-05-09T11:10:52.692Z] ---> Running in f219bb129ee4 [2021-05-09T11:11:14.721Z] Removing intermediate container f219bb129ee4 [2021-05-09T11:11:14.721Z] ---> 22e32b60b544 [2021-05-09T11:11:14.721Z] Successfully built 22e32b60b544 [2021-05-09T11:11:14.721Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:11:15.052Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-09T11:11:15.052Z] . [Pipeline] withDockerContainer [2021-05-09T11:11:15.185Z] prd-centos7-docker-4c-2g-3826 does not seem to be running inside a container [2021-05-09T11:11:15.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-09T11:11:16.006Z] $ docker top a3171e66bc86e9263a3b528b40eb58dc311fd73881671eac51254d2b8ae10289 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:11:16.462Z] + go version [2021-05-09T11:11:16.462Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-09T11:11:16.480Z] $ docker stop --time=1 a3171e66bc86e9263a3b528b40eb58dc311fd73881671eac51254d2b8ae10289 [2021-05-09T11:11:17.837Z] $ docker rm -f a3171e66bc86e9263a3b528b40eb58dc311fd73881671eac51254d2b8ae10289 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:11:18.397Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-09T11:11:18.397Z] . [Pipeline] withDockerContainer [2021-05-09T11:11:18.506Z] prd-centos7-docker-4c-2g-3826 does not seem to be running inside a container [2021-05-09T11:11:18.559Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-09T11:11:19.178Z] $ docker top 1b0875a31adacf6d4a9ac367428350566a41800c8710048f626e30de7d41b47a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:11:19.585Z] + go mod tidy [Pipeline] sh [2021-05-09T11:11:20.168Z] + make test [2021-05-09T11:11:20.168Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-09T11:11:21.152Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-05-09T11:11:33.608Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/application [2021-05-09T11:11:33.608Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:131:17: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-09T11:11:33.608Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:191:22: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-09T11:11:33.608Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:259:21: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-09T11:11:33.608Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:365:22: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-09T11:11:39.275Z] FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] [2021-05-09T11:11:39.275Z] make: *** [Makefile:24: test] Error 2 [Pipeline] } [2021-05-09T11:11:39.295Z] $ docker stop --time=1 1b0875a31adacf6d4a9ac367428350566a41800c8710048f626e30de7d41b47a [2021-05-09T11:11:41.128Z] $ docker rm -f 1b0875a31adacf6d4a9ac367428350566a41800c8710048f626e30de7d41b47a [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-05-09T11:11:42.061Z] ---> job-cost.sh [2021-05-09T11:11:42.061Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-t8Pb [2021-05-09T11:11:57.012Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-09T11:11:57.412Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3827 in /w/workspace/dgexfoundry_device-rest-go_PR-84 [Pipeline] { [Pipeline] ws [2021-05-09T11:11:57.433Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2021-05-09T11:12:03.292Z] using credential edgex-jenkins-ssh [2021-05-09T11:12:03.314Z] Cloning the remote Git repository [2021-05-09T11:12:03.379Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-05-09T11:12:03.492Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2021-05-09T11:12:03.669Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-09T11:12:03.670Z] > git --version # timeout=10 [2021-05-09T11:12:03.755Z] > git --version # 'git version 2.17.1' [2021-05-09T11:12:03.757Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:12:03.847Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T11:12:06.369Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-09T11:12:06.390Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-09T11:12:06.419Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-05-09T11:12:06.457Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-05-09T11:12:06.458Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:12:06.471Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/84/head:refs/remotes/origin/PR-84 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-09T11:12:06.937Z] Merging remotes/origin/master commit f67542ccb051b13986f5f41838b922d5b9b125ad into PR head commit af6f8d9db1b2339f9c436b10c553719ef06671b5 [2021-05-09T11:12:07.162Z] Merge succeeded, producing 91dff0d74a913effb1981d4666aefe49f52b9c2d [2021-05-09T11:12:07.162Z] Checking out Revision 91dff0d74a913effb1981d4666aefe49f52b9c2d (PR-84) [2021-05-09T11:12:06.955Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T11:12:06.969Z] > git checkout -f af6f8d9db1b2339f9c436b10c553719ef06671b5 # timeout=10 [2021-05-09T11:12:07.049Z] > git remote # timeout=10 [2021-05-09T11:12:07.070Z] > git config --get remote.origin.url # timeout=10 [2021-05-09T11:12:07.088Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-09T11:12:07.103Z] > git merge f67542ccb051b13986f5f41838b922d5b9b125ad # timeout=10 [2021-05-09T11:12:07.146Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-09T11:12:07.167Z] > git config core.sparsecheckout # timeout=10 [2021-05-09T11:12:07.178Z] > git checkout -f 91dff0d74a913effb1981d4666aefe49f52b9c2d # timeout=10 [2021-05-09T11:12:11.464Z] Commit message: "Merge commit 'f67542ccb051b13986f5f41838b922d5b9b125ad' into HEAD" [2021-05-09T11:12:11.471Z] > git rev-list --no-walk af6f8d9db1b2339f9c436b10c553719ef06671b5 # timeout=10 [2021-05-09T11:12:11.838Z] [2021-05-09T11:12:11.838Z] GitHub has been notified of this commit’s build result [2021-05-09T11:12:11.838Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-09T11:12:12.919Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-09T11:12:13.360Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-09T11:12:13.709Z] + + sudo servicetrue docker [2021-05-09T11:12:13.709Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-09T11:12:16.381Z] provisioning config files... [2021-05-09T11:12:16.429Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config1634454739296852226tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:12:16.802Z] ---> docker-login.sh [2021-05-09T11:12:16.802Z] nexus3.edgexfoundry.org:10001 [2021-05-09T11:12:17.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:12:18.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:12:18.061Z] Configure a credential helper to remove this warning. See [2021-05-09T11:12:18.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:12:18.061Z] [2021-05-09T11:12:18.061Z] Login Succeeded [2021-05-09T11:12:18.061Z] nexus3.edgexfoundry.org:10002 [2021-05-09T11:12:18.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:12:18.616Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:12:18.616Z] Configure a credential helper to remove this warning. See [2021-05-09T11:12:18.616Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:12:18.616Z] [2021-05-09T11:12:18.616Z] Login Succeeded [2021-05-09T11:12:18.616Z] nexus3.edgexfoundry.org:10003 [2021-05-09T11:12:18.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:12:19.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:12:19.161Z] Configure a credential helper to remove this warning. See [2021-05-09T11:12:19.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:12:19.161Z] [2021-05-09T11:12:19.161Z] Login Succeeded [2021-05-09T11:12:19.161Z] nexus3.edgexfoundry.org:10004 [2021-05-09T11:12:19.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:12:19.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:12:19.435Z] Configure a credential helper to remove this warning. See [2021-05-09T11:12:19.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:12:19.435Z] [2021-05-09T11:12:19.435Z] Login Succeeded [2021-05-09T11:12:19.435Z] docker.io [2021-05-09T11:12:20.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-09T11:12:20.306Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-09T11:12:20.306Z] Configure a credential helper to remove this warning. See [2021-05-09T11:12:20.306Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-09T11:12:20.306Z] [2021-05-09T11:12:20.306Z] Login Succeeded [2021-05-09T11:12:20.306Z] ---> docker-login.sh ends [Pipeline] } [2021-05-09T11:12:20.325Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-09T11:12:20.646Z] ========================================================= [2021-05-09T11:12:20.646Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-09T11:12:20.646Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:12:20.995Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-09T11:12:20.996Z] Sending build context to Docker daemon 93.18kB [2021-05-09T11:12:21.269Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-05-09T11:12:21.269Z] Step 2/10 : FROM ${BASE} [2021-05-09T11:12:21.269Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-09T11:12:21.269Z] 595b0fe564bb: Pulling fs layer [2021-05-09T11:12:21.269Z] 7186ed65a4f7: Pulling fs layer [2021-05-09T11:12:21.269Z] 316046926c0a: Pulling fs layer [2021-05-09T11:12:21.269Z] 4ebd0625c992: Pulling fs layer [2021-05-09T11:12:21.269Z] 207e8628e3a3: Pulling fs layer [2021-05-09T11:12:21.269Z] c791037a9be2: Pulling fs layer [2021-05-09T11:12:21.269Z] ffd874e62e21: Pulling fs layer [2021-05-09T11:12:21.269Z] 207e8628e3a3: Waiting [2021-05-09T11:12:21.269Z] c791037a9be2: Waiting [2021-05-09T11:12:21.269Z] ffd874e62e21: Waiting [2021-05-09T11:12:21.269Z] 4ebd0625c992: Waiting [2021-05-09T11:12:21.548Z] 316046926c0a: Verifying Checksum [2021-05-09T11:12:21.548Z] 316046926c0a: Download complete [2021-05-09T11:12:21.548Z] 7186ed65a4f7: Verifying Checksum [2021-05-09T11:12:21.548Z] 7186ed65a4f7: Download complete [2021-05-09T11:12:21.548Z] 207e8628e3a3: Download complete [2021-05-09T11:12:21.548Z] c791037a9be2: Verifying Checksum [2021-05-09T11:12:21.548Z] c791037a9be2: Download complete [2021-05-09T11:12:21.548Z] 595b0fe564bb: Verifying Checksum [2021-05-09T11:12:21.548Z] 595b0fe564bb: Download complete [2021-05-09T11:12:22.155Z] 595b0fe564bb: Pull complete [2021-05-09T11:12:22.760Z] 7186ed65a4f7: Pull complete [2021-05-09T11:12:23.041Z] 316046926c0a: Pull complete [2021-05-09T11:12:23.637Z] ffd874e62e21: Verifying Checksum [2021-05-09T11:12:23.637Z] ffd874e62e21: Download complete [2021-05-09T11:12:23.642Z] lf-activate-venv(): INFO: Adding /tmp/venv-t8Pb/bin to PATH [2021-05-09T11:12:23.642Z] INFO: No Stack... [2021-05-09T11:12:23.909Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-09T11:12:24.857Z] INFO: Archiving Costs [Pipeline] sh [2021-05-09T11:12:25.169Z] + cat /w/workspace/device-rest-go/2/archives/cost.csv [2021-05-09T11:12:25.169Z] + cut -d, -f6 [Pipeline] lock [2021-05-09T11:12:25.254Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-84-2-stack-cost] [2021-05-09T11:12:25.262Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-84-2-stack-cost] did not exist. Created. [2021-05-09T11:12:25.262Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-84-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-09T11:12:25.599Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-09T11:12:25.614Z] 4ebd0625c992: Verifying Checksum [2021-05-09T11:12:25.614Z] 4ebd0625c992: Download complete [2021-05-09T11:12:26.024Z] Stashed 1 file(s) [Pipeline] } [2021-05-09T11:12:26.038Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-84-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-09T11:12:26.206Z] Failed in branch amd64 [2021-05-09T11:12:35.786Z] 4ebd0625c992: Pull complete [2021-05-09T11:12:35.786Z] 207e8628e3a3: Pull complete [2021-05-09T11:12:36.061Z] c791037a9be2: Pull complete [2021-05-09T11:12:39.463Z] ffd874e62e21: Pull complete [2021-05-09T11:12:39.463Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-09T11:12:39.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-09T11:12:39.463Z] ---> cfc18b08335c [2021-05-09T11:12:39.463Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-05-09T11:12:42.867Z] ---> Running in 17f98cf8e368 [2021-05-09T11:12:43.141Z] Removing intermediate container 17f98cf8e368 [2021-05-09T11:12:43.141Z] ---> a60bae25168b [2021-05-09T11:12:43.141Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-05-09T11:12:43.418Z] ---> Running in 2829bda06a57 [2021-05-09T11:12:44.017Z] Removing intermediate container 2829bda06a57 [2021-05-09T11:12:44.017Z] ---> 5d272c222769 [2021-05-09T11:12:44.017Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-09T11:12:44.017Z] ---> Running in deeb36a172e1 [2021-05-09T11:12:44.632Z] Removing intermediate container deeb36a172e1 [2021-05-09T11:12:44.632Z] ---> 578e595944aa [2021-05-09T11:12:44.632Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-09T11:12:44.632Z] ---> Running in 08bdf8d23991 [2021-05-09T11:12:47.283Z] Removing intermediate container 08bdf8d23991 [2021-05-09T11:12:47.283Z] ---> eaa85944cea2 [2021-05-09T11:12:47.283Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-09T11:12:47.283Z] ---> Running in 298a0ed8c809 [2021-05-09T11:12:48.270Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-09T11:12:50.245Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-09T11:12:51.696Z] (1/9) Installing libc-dev (0.7.2-r3) [2021-05-09T11:12:51.696Z] (2/9) Installing libsodium (1.0.18-r0) [2021-05-09T11:12:51.970Z] (3/9) Installing pkgconf (1.7.3-r0) [2021-05-09T11:12:51.971Z] (4/9) Installing libsodium-dev (1.0.18-r0) [2021-05-09T11:12:52.243Z] (5/9) Installing openssh-keygen (8.4_p1-r3) [2021-05-09T11:12:52.516Z] (6/9) Installing libedit (20191231.3.1-r1) [2021-05-09T11:12:52.516Z] (7/9) Installing openssh-client (8.4_p1-r3) [2021-05-09T11:12:53.507Z] (8/9) Installing libzmq (4.3.3-r1) [2021-05-09T11:12:53.507Z] (9/9) Installing zeromq-dev (4.3.3-r1) [2021-05-09T11:12:53.782Z] Executing busybox-1.32.1-r6.trigger [2021-05-09T11:12:53.782Z] OK: 144 MiB in 49 packages [2021-05-09T11:12:55.216Z] Removing intermediate container 298a0ed8c809 [2021-05-09T11:12:55.216Z] ---> ff7c9da3e82c [2021-05-09T11:12:55.216Z] Step 8/10 : WORKDIR /device-rest-go [2021-05-09T11:12:55.216Z] ---> Running in 672d5cbdb260 [2021-05-09T11:12:55.813Z] Removing intermediate container 672d5cbdb260 [2021-05-09T11:12:55.813Z] ---> 215443e157c9 [2021-05-09T11:12:55.813Z] Step 9/10 : COPY . . [2021-05-09T11:12:56.410Z] ---> cb2ab3d8dd17 [2021-05-09T11:12:56.410Z] Step 10/10 : RUN go mod download [2021-05-09T11:12:56.690Z] ---> Running in 34d7bbf86bba [2021-05-09T11:13:23.508Z] Removing intermediate container 34d7bbf86bba [2021-05-09T11:13:23.508Z] ---> ced7444430a9 [2021-05-09T11:13:23.508Z] Successfully built ced7444430a9 [2021-05-09T11:13:23.508Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:13:23.853Z] + docker inspect -f . ci-base-image-arm64 [2021-05-09T11:13:23.853Z] . [Pipeline] withDockerContainer [2021-05-09T11:13:24.101Z] prd-ubuntu18.04-docker-arm64-4c-16g-3827 does not seem to be running inside a container [2021-05-09T11:13:24.176Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-09T11:13:25.671Z] $ docker top 0846abefe97956db9f229494e5138ebe39b034e6f4af304fd24023913423d7e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:13:26.668Z] + go version [2021-05-09T11:13:26.668Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-09T11:13:26.688Z] $ docker stop --time=1 0846abefe97956db9f229494e5138ebe39b034e6f4af304fd24023913423d7e7 [2021-05-09T11:13:28.673Z] $ docker rm -f 0846abefe97956db9f229494e5138ebe39b034e6f4af304fd24023913423d7e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:13:29.541Z] + docker inspect -f . ci-base-image-arm64 [2021-05-09T11:13:29.541Z] . [Pipeline] withDockerContainer [2021-05-09T11:13:29.823Z] prd-ubuntu18.04-docker-arm64-4c-16g-3827 does not seem to be running inside a container [2021-05-09T11:13:29.903Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-09T11:13:31.529Z] $ docker top 64f79286b9cea7412c4f4895930e4c0b902b980d318a63f63c5b132fcc809371 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:13:32.541Z] + go mod tidy [Pipeline] sh [2021-05-09T11:13:34.214Z] + make test [2021-05-09T11:13:34.214Z] CGO_ENABLED=1 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-09T11:13:35.659Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-05-09T11:14:22.709Z] # github.com/edgexfoundry/device-sdk-go/v2/internal/application [2021-05-09T11:14:22.709Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:131:17: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-09T11:14:22.709Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:191:22: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-09T11:14:22.709Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:259:21: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-09T11:14:22.709Z] /go/pkg/mod/github.com/edgexfoundry/device-sdk-go/v2@v2.0.0-dev.48/internal/application/command.go:365:22: cannot use dr.Attributes (type map[string]interface {}) as type map[string]string in assignment [2021-05-09T11:14:32.917Z] FAIL github.com/edgexfoundry/device-rest-go/driver [build failed] [2021-05-09T11:14:32.917Z] make: *** [Makefile:24: test] Error 2 [Pipeline] } [2021-05-09T11:14:32.940Z] $ docker stop --time=1 64f79286b9cea7412c4f4895930e4c0b902b980d318a63f63c5b132fcc809371 [2021-05-09T11:14:35.247Z] $ docker rm -f 64f79286b9cea7412c4f4895930e4c0b902b980d318a63f63c5b132fcc809371 [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-05-09T11:14:36.333Z] ---> job-cost.sh [2021-05-09T11:14:36.333Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-9LNj [2021-05-09T11:15:23.316Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-09T11:17:00.117Z] lf-activate-venv(): INFO: Adding /tmp/venv-9LNj/bin to PATH [2021-05-09T11:17:00.117Z] INFO: No Stack... [2021-05-09T11:17:00.117Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-09T11:17:00.117Z] INFO: Archiving Costs [Pipeline] sh [2021-05-09T11:17:00.461Z] + cat /w/workspace/device-rest-go/2/archives/cost.csv [2021-05-09T11:17:00.461Z] + cut -d, -f6 [Pipeline] lock [2021-05-09T11:17:00.839Z] Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-84-2-stack-cost] [2021-05-09T11:17:00.848Z] Resource [jenkins-edgexfoundry-device-rest-go-PR-84-2-stack-cost] did not exist. Created. [2021-05-09T11:17:00.849Z] Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-84-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-09T11:17:01.340Z] /w/workspace/device-rest-go/2@tmp/durable-844fffb3/script.sh: 1: /w/workspace/device-rest-go/2@tmp/durable-844fffb3/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-09T11:17:01.744Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-09T11:17:01.768Z] Warning: overwriting stash ‘stack-cost’ [2021-05-09T11:17:02.864Z] Stashed 1 file(s) [Pipeline] } [2021-05-09T11:17:02.874Z] Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-84-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-09T11:17:03.025Z] 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-05-09T11:17:04.117Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:17:04.800Z] ---> package-listing.sh [2021-05-09T11:17:04.800Z] ++ facter osfamily [2021-05-09T11:17:04.800Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-09T11:17:04.800Z] + OS_FAMILY=redhat [2021-05-09T11:17:04.800Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-84 [2021-05-09T11:17:04.800Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-09T11:17:04.800Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-09T11:17:04.800Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-09T11:17:04.800Z] + PACKAGES=/tmp/packages_start.txt [2021-05-09T11:17:04.800Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-84 ']' [2021-05-09T11:17:04.800Z] + PACKAGES=/tmp/packages_end.txt [2021-05-09T11:17:04.800Z] + case "${OS_FAMILY}" in [2021-05-09T11:17:04.800Z] + rpm -qa [2021-05-09T11:17:04.800Z] + sort [2021-05-09T11:17:10.119Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-09T11:17:10.119Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-09T11:17:10.119Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-09T11:17:10.119Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-84 ']' [2021-05-09T11:17:10.119Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-84/archives/ [2021-05-09T11:17:10.119Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-84/archives/ [Pipeline] echo [2021-05-09T11:17:10.135Z] 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-84/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-09T11:17:10.429Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:17:10.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-09T11:17:10.749Z] [2021-05-09T11:17:10.749Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-09T11:17:11.073Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-09T11:17:11.073Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-09T11:17:11.073Z] df20fa9351a1: Pulling fs layer [2021-05-09T11:17:11.073Z] 36b3adc4ff6f: Pulling fs layer [2021-05-09T11:17:11.073Z] 8ad3a11d3b57: Pulling fs layer [2021-05-09T11:17:11.073Z] 46f8f816bc3b: Pulling fs layer [2021-05-09T11:17:11.073Z] 93b61091891f: Pulling fs layer [2021-05-09T11:17:11.073Z] 93b9cdb0e59b: Pulling fs layer [2021-05-09T11:17:11.073Z] 5e14af77c1be: Pulling fs layer [2021-05-09T11:17:11.073Z] 01666e4c0597: Pulling fs layer [2021-05-09T11:17:11.073Z] aa168da1d23b: Pulling fs layer [2021-05-09T11:17:11.073Z] 93b9cdb0e59b: Waiting [2021-05-09T11:17:11.073Z] 5e14af77c1be: Waiting [2021-05-09T11:17:11.073Z] 01666e4c0597: Waiting [2021-05-09T11:17:11.073Z] 46f8f816bc3b: Waiting [2021-05-09T11:17:11.073Z] aa168da1d23b: Waiting [2021-05-09T11:17:11.073Z] 36b3adc4ff6f: Download complete [2021-05-09T11:17:11.073Z] 46f8f816bc3b: Verifying Checksum [2021-05-09T11:17:11.073Z] 46f8f816bc3b: Download complete [2021-05-09T11:17:11.341Z] df20fa9351a1: Verifying Checksum [2021-05-09T11:17:11.341Z] df20fa9351a1: Download complete [2021-05-09T11:17:11.341Z] 93b9cdb0e59b: Verifying Checksum [2021-05-09T11:17:11.341Z] 93b9cdb0e59b: Download complete [2021-05-09T11:17:11.341Z] 93b61091891f: Verifying Checksum [2021-05-09T11:17:11.341Z] 93b61091891f: Download complete [2021-05-09T11:17:11.341Z] 5e14af77c1be: Verifying Checksum [2021-05-09T11:17:11.341Z] 5e14af77c1be: Download complete [2021-05-09T11:17:11.341Z] 01666e4c0597: Verifying Checksum [2021-05-09T11:17:11.341Z] 01666e4c0597: Download complete [2021-05-09T11:17:11.614Z] 8ad3a11d3b57: Verifying Checksum [2021-05-09T11:17:11.614Z] 8ad3a11d3b57: Download complete [2021-05-09T11:17:11.614Z] df20fa9351a1: Pull complete [2021-05-09T11:17:11.882Z] 36b3adc4ff6f: Pull complete [2021-05-09T11:17:12.847Z] 8ad3a11d3b57: Pull complete [2021-05-09T11:17:12.847Z] 46f8f816bc3b: Pull complete [2021-05-09T11:17:14.248Z] aa168da1d23b: Download complete [2021-05-09T11:17:14.512Z] 93b61091891f: Pull complete [2021-05-09T11:17:14.780Z] 93b9cdb0e59b: Pull complete [2021-05-09T11:17:14.780Z] 5e14af77c1be: Pull complete [2021-05-09T11:17:15.044Z] 01666e4c0597: Pull complete [2021-05-09T11:17:23.239Z] aa168da1d23b: Pull complete [2021-05-09T11:17:23.239Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-09T11:17:23.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-09T11:17:23.239Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-09T11:17:23.430Z] prd-centos7-docker-4c-2g-3823 does not seem to be running inside a container [2021-05-09T11:17:23.532Z] $ 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-84/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-84 -v /w/workspace/dgexfoundry_device-rest-go_PR-84:/w/workspace/dgexfoundry_device-rest-go_PR-84:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-84@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-84@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-05-09T11:17:27.619Z] $ docker top 681907a541cbd708fc61533cb5c4a61d9d7b36d2deb15510a4cf2e1b826b63e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-09T11:17:28.119Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-09T11:17:28.421Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-09T11:17:28.722Z] + ls /var/log/sa-host [2021-05-09T11:17:28.722Z] + sadf -c /var/log/sa-host/sa09 [2021-05-09T11:17:28.722Z] file_magic: OK [2021-05-09T11:17:28.722Z] HZ: Using current value: 100 [2021-05-09T11:17:28.722Z] file_header: OK [2021-05-09T11:17:28.722Z] 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-05-09T11:17:28.722Z] Statistics: [2021-05-09T11:17:28.722Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-09T11:17:28.722Z] File successfully converted to sysstat format version 12.2.1 [2021-05-09T11:17:28.722Z] + sadf -c /var/log/sa-host/sa23 [2021-05-09T11:17:28.722Z] file_magic: OK [2021-05-09T11:17:28.722Z] HZ: Using current value: 100 [2021-05-09T11:17:28.722Z] file_header: OK [2021-05-09T11:17:28.722Z] 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-05-09T11:17:28.722Z] Statistics: [2021-05-09T11:17:28.722Z] Hnuu...uuuununununu... [2021-05-09T11:17:28.722Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-09T11:17:29.299Z] provisioning config files... [2021-05-09T11:17:29.317Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-84@tmp/config6490562185278344475tmp [Pipeline] { [Pipeline] echo [2021-05-09T11:17:29.343Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:17:29.649Z] ---> create-netrc.sh [Pipeline] } [2021-05-09T11:17:29.659Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-09T11:17:29.687Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:17:30.012Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-09T11:17:30.025Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:17:30.329Z] ---> sudo-logs.sh [2021-05-09T11:17:30.329Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-09T11:17:30.403Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:17:30.703Z] ---> job-cost.sh [2021-05-09T11:17:30.703Z] lf-activate-venv: SKIPPING [2021-05-09T11:17:30.703Z] DEBUG: total: 0.20999999344348907 [2021-05-09T11:17:30.703Z] INFO: Retrieving Stack Cost... [2021-05-09T11:17:32.098Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-09T11:17:32.361Z] INFO: Archiving Costs [Pipeline] echo [2021-05-09T11:17:32.376Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-09T11:17:32.676Z] ---> logs-deploy.sh [2021-05-09T11:17:32.676Z] lf-activate-venv: SKIPPING [2021-05-09T11:17:32.676Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-84/2 [2021-05-09T11:17:32.676Z] INFO: archiving workspace using pattern(s): [2021-05-09T11:17:34.593Z] Archives upload complete. [2021-05-09T11:17:34.593Z] INFO: archiving logs to Nexus