Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-rest-go Loading trusted files from base branch master at 9e4888f50a2a312870744f4f89808877d999d7c6 rather than c99d5dc85383e5fc32e239b83c619eb36f3eafe8 Obtained Jenkinsfile from 9e4888f50a2a312870744f4f89808877d999d7c6 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21713 in /w/workspace/dgexfoundry_device-rest-go_PR-69 [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-69 # 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 9e4888f50a2a312870744f4f89808877d999d7c6 into PR head commit c99d5dc85383e5fc32e239b83c619eb36f3eafe8 Merge succeeded, producing ab8908e787e49b186e2887f0f5a0a68fe9938005 Checking out Revision ab8908e787e49b186e2887f0f5a0a68fe9938005 (PR-69) > 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/69/head:refs/remotes/origin/PR-69 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # 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 9e4888f50a2a312870744f4f89808877d999d7c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ab8908e787e49b186e2887f0f5a0a68fe9938005 # timeout=10 Commit message: "Merge commit '9e4888f50a2a312870744f4f89808877d999d7c6' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 5c8dcad97484fc213c9c4da6f24a416e799ac57e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-20T23:08:51.024Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-20T23:08:51.259Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-20T23:08:51.347Z] ========================================================= [2021-01-20T23:08:51.347Z] EdgeX Global Pipelines Version Info [2021-01-20T23:08:51.347Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:08:52.827Z] ------------------- [2021-01-20T23:08:52.827Z] stable info: [2021-01-20T23:08:52.827Z] ------------------- [2021-01-20T23:08:52.827Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T23:08:52.827Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T23:08:52.827Z] Message: update stable to v1.0.179 [2021-01-20T23:08:53.781Z] ------------------- [2021-01-20T23:08:53.781Z] experimental info: [2021-01-20T23:08:53.781Z] ------------------- [2021-01-20T23:08:53.781Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-20T23:08:53.781Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-20T23:08:53.781Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-20T23:08:54.014Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-01-20T23:08:54.132Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-01-20T23:08:54.214Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-20T23:08:54.294Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-20T23:08:54.377Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-20T23:08:54.497Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-20T23:08:54.582Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-20T23:08:54.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-20T23:08:54.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-20T23:08:54.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-20T23:08:54.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-20T23:08:55.088Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2021-01-20T23:08:55.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-20T23:08:55.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-20T23:08:55.420Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T23:08:55.527Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-20T23:08:55.609Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T23:08:55.714Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-20T23:08:55.801Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-20T23:08:55.886Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-20T23:08:55.989Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-20T23:08:56.068Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-20T23:08:56.152Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-20T23:08:56.245Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-20T23:08:56.336Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-20T23:08:56.460Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-20T23:08:56.540Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-20T23:08:56.623Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-69 [Pipeline] echo [2021-01-20T23:08:56.704Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-69 [Pipeline] echo [2021-01-20T23:08:56.792Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-69 [Pipeline] echo [2021-01-20T23:08:56.899Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ab8908e787e49b186e2887f0f5a0a68fe9938005 [Pipeline] echo [2021-01-20T23:08:57.042Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ab8908e [Pipeline] echo [2021-01-20T23:08:57.143Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T23:08:57.297Z] provisioning config files... [2021-01-20T23:08:57.323Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/config4265921894622258638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:08:57.682Z] ---> docker-login.sh [2021-01-20T23:08:57.682Z] nexus3.edgexfoundry.org:10001 [2021-01-20T23:08:57.951Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:08:58.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:08:58.216Z] Configure a credential helper to remove this warning. See [2021-01-20T23:08:58.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:08:58.216Z] [2021-01-20T23:08:58.216Z] Login Succeeded [2021-01-20T23:08:58.216Z] nexus3.edgexfoundry.org:10002 [2021-01-20T23:08:58.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:08:58.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:08:58.481Z] Configure a credential helper to remove this warning. See [2021-01-20T23:08:58.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:08:58.481Z] [2021-01-20T23:08:58.481Z] Login Succeeded [2021-01-20T23:08:58.481Z] nexus3.edgexfoundry.org:10003 [2021-01-20T23:08:58.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:08:58.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:08:58.481Z] Configure a credential helper to remove this warning. See [2021-01-20T23:08:58.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:08:58.481Z] [2021-01-20T23:08:58.481Z] Login Succeeded [2021-01-20T23:08:58.481Z] nexus3.edgexfoundry.org:10004 [2021-01-20T23:08:58.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:08:58.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:08:58.748Z] Configure a credential helper to remove this warning. See [2021-01-20T23:08:58.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:08:58.748Z] [2021-01-20T23:08:58.748Z] Login Succeeded [2021-01-20T23:08:58.748Z] docker.io [2021-01-20T23:08:58.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:08:59.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:08:59.011Z] Configure a credential helper to remove this warning. See [2021-01-20T23:08:59.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:08:59.011Z] [2021-01-20T23:08:59.011Z] Login Succeeded [2021-01-20T23:08:59.011Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T23:08:59.026Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T23:08:59.870Z] + git log --format=format:%s -1 ab8908e787e49b186e2887f0f5a0a68fe9938005 [Pipeline] echo [2021-01-20T23:08:59.940Z] GIT_COMMIT: ab8908e787e49b186e2887f0f5a0a68fe9938005, Commit Message: Merge commit '9e4888f50a2a312870744f4f89808877d999d7c6' into HEAD [Pipeline] echo [2021-01-20T23:08:59.983Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:09:00.572Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T23:09:00.572Z] [2021-01-20T23:09:00.572Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:09:00.967Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T23:09:00.968Z] latest: Pulling from edgex-devops/git-semver [2021-01-20T23:09:00.968Z] 31603596830f: Pulling fs layer [2021-01-20T23:09:00.968Z] 2a8b12db71e7: Pulling fs layer [2021-01-20T23:09:00.968Z] 6ca5941a6612: Pulling fs layer [2021-01-20T23:09:00.968Z] ecc8261a40a4: Pulling fs layer [2021-01-20T23:09:00.968Z] ecc8261a40a4: Waiting [2021-01-20T23:09:00.968Z] 2a8b12db71e7: Download complete [2021-01-20T23:09:00.968Z] 31603596830f: Download complete [2021-01-20T23:09:01.239Z] ecc8261a40a4: Verifying Checksum [2021-01-20T23:09:01.239Z] ecc8261a40a4: Download complete [2021-01-20T23:09:01.239Z] 6ca5941a6612: Verifying Checksum [2021-01-20T23:09:01.504Z] 31603596830f: Pull complete [2021-01-20T23:09:01.766Z] 2a8b12db71e7: Pull complete [2021-01-20T23:09:02.349Z] 6ca5941a6612: Pull complete [2021-01-20T23:09:02.967Z] ecc8261a40a4: Pull complete [2021-01-20T23:09:02.967Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-20T23:09:02.967Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-20T23:09:02.967Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-20T23:09:03.095Z] prd-centos7-docker-4c-2g-21713 does not seem to be running inside a container [2021-01-20T23:09:03.145Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-69 -v /w/workspace/dgexfoundry_device-rest-go_PR-69:/w/workspace/dgexfoundry_device-rest-go_PR-69:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-69@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-20T23:09:05.017Z] $ docker top b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-20T23:09:05.299Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T23:09:05.299Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T23:09:05.531Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T23:09:05.536Z] $ docker exec b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 ssh-agent [2021-01-20T23:09:05.721Z] SSH_AUTH_SOCK=/tmp/ssh-1plFyN4R4fnY/agent.11 [2021-01-20T23:09:05.721Z] SSH_AGENT_PID=16 [2021-01-20T23:09:05.730Z] Running ssh-add (command line suppressed) [2021-01-20T23:09:05.853Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_8903526696049650906.key (/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_8903526696049650906.key) [2021-01-20T23:09:05.906Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T23:09:06.252Z] + git tag --points-at HEAD [Pipeline] } [2021-01-20T23:09:06.274Z] $ docker exec --env ******** --env ******** b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 ssh-agent -k [2021-01-20T23:09:06.380Z] unset SSH_AUTH_SOCK; [2021-01-20T23:09:06.381Z] unset SSH_AGENT_PID; [2021-01-20T23:09:06.381Z] echo Agent pid 16 killed; [2021-01-20T23:09:06.429Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-20T23:09:06.632Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-20T23:09:06.632Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-20T23:09:06.805Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-20T23:09:06.808Z] $ docker exec b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 ssh-agent [2021-01-20T23:09:06.968Z] SSH_AUTH_SOCK=/tmp/ssh-Hzr0ogsfookN/agent.45 [2021-01-20T23:09:06.968Z] SSH_AGENT_PID=50 [2021-01-20T23:09:06.974Z] Running ssh-add (command line suppressed) [2021-01-20T23:09:07.091Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_1712966458115675492.key (/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_1712966458115675492.key) [2021-01-20T23:09:07.155Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-20T23:09:07.489Z] + git semver init [2021-01-20T23:09:07.489Z] # -> Open(): unable to determine branch for HEAD [2021-01-20T23:09:07.489Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-69/.git [2021-01-20T23:09:07.489Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-69 [2021-01-20T23:09:07.489Z] # $SEMVER_REMOTE_NAME = origin [2021-01-20T23:09:07.489Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-20T23:09:07.489Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-20T23:09:07.489Z] # $SEMVER_BRANCH = PR-69 [2021-01-20T23:09:07.489Z] # $SEMVER_TEMP = /tmp/semver-319517923 [2021-01-20T23:09:07.489Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-01-20T23:09:08.451Z] # '/tmp/semver-319517923' -> '/w/workspace/dgexfoundry_device-rest-go_PR-69/.semver' [2021-01-20T23:09:08.451Z] # -> Force: false [2021-01-20T23:09:08.451Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-69/.semver [Pipeline] } [2021-01-20T23:09:08.463Z] $ docker exec --env ******** --env ******** b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 ssh-agent -k [2021-01-20T23:09:08.574Z] unset SSH_AUTH_SOCK; [2021-01-20T23:09:08.574Z] unset SSH_AGENT_PID; [2021-01-20T23:09:08.574Z] echo Agent pid 50 killed; [2021-01-20T23:09:08.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-20T23:09:09.111Z] + git semver [Pipeline] } [2021-01-20T23:09:09.128Z] $ docker stop --time=1 b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 [2021-01-20T23:09:10.544Z] $ docker rm -f b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T23:09:11.109Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-20T23:09:11.636Z] Stashed 1 file(s) [Pipeline] echo [2021-01-20T23:09:11.639Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-20T23:09:27.857Z] Still waiting to schedule task [2021-01-20T23:09:27.857Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-20T23:09:27.859Z] Still waiting to schedule task [2021-01-20T23:09:27.859Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-20T23:12:46.539Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21718 in /w/workspace/dgexfoundry_device-rest-go_PR-69 [Pipeline] { [Pipeline] ws [2021-01-20T23:12:46.587Z] Running in /w/workspace/device-rest-go/3 [Pipeline] { [Pipeline] checkout [2021-01-20T23:12:52.238Z] using credential edgex-jenkins-ssh [2021-01-20T23:12:52.301Z] Cloning the remote Git repository [2021-01-20T23:12:52.348Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-01-20T23:12:52.484Z] > git init /w/workspace/device-rest-go/3 # timeout=10 [2021-01-20T23:12:52.590Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-20T23:12:52.592Z] > git --version # timeout=10 [2021-01-20T23:12:52.609Z] > git --version # 'git version 2.17.1' [2021-01-20T23:12:52.611Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:12:52.705Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T23:12:55.069Z] Merging remotes/origin/master commit 9e4888f50a2a312870744f4f89808877d999d7c6 into PR head commit c99d5dc85383e5fc32e239b83c619eb36f3eafe8 [2021-01-20T23:12:55.284Z] Merge succeeded, producing e849722ff5dff4e7ced34580c62202e627fdaf9f [2021-01-20T23:12:55.285Z] Checking out Revision e849722ff5dff4e7ced34580c62202e627fdaf9f (PR-69) [2021-01-20T23:12:54.367Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-20T23:12:54.392Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T23:12:54.428Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-20T23:12:54.468Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-20T23:12:54.469Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:12:54.485Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/69/head:refs/remotes/origin/PR-69 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T23:12:55.060Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T23:12:55.072Z] > git checkout -f c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 [2021-01-20T23:12:55.152Z] > git remote # timeout=10 [2021-01-20T23:12:55.172Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T23:12:55.184Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:12:55.193Z] > git merge 9e4888f50a2a312870744f4f89808877d999d7c6 # timeout=10 [2021-01-20T23:12:55.240Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T23:12:55.260Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T23:12:55.270Z] > git checkout -f e849722ff5dff4e7ced34580c62202e627fdaf9f # timeout=10 [2021-01-20T23:12:59.579Z] Commit message: "Merge commit '9e4888f50a2a312870744f4f89808877d999d7c6' into HEAD" [2021-01-20T23:12:59.601Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-20T23:12:59.554Z] > git rev-list --no-walk 5c8dcad97484fc213c9c4da6f24a416e799ac57e # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T23:13:00.976Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-20T23:13:01.403Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-20T23:13:01.749Z] + sudo service docker restart [2021-01-20T23:13:01.749Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-20T23:13:03.817Z] provisioning config files... [2021-01-20T23:13:03.867Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/3@tmp/config4163971117372301267tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:13:04.287Z] ---> docker-login.sh [2021-01-20T23:13:04.287Z] nexus3.edgexfoundry.org:10001 [2021-01-20T23:13:05.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:13:05.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:13:05.552Z] Configure a credential helper to remove this warning. See [2021-01-20T23:13:05.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:13:05.552Z] [2021-01-20T23:13:05.552Z] Login Succeeded [2021-01-20T23:13:05.552Z] nexus3.edgexfoundry.org:10002 [2021-01-20T23:13:05.825Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:13:06.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:13:06.100Z] Configure a credential helper to remove this warning. See [2021-01-20T23:13:06.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:13:06.100Z] [2021-01-20T23:13:06.100Z] Login Succeeded [2021-01-20T23:13:06.100Z] nexus3.edgexfoundry.org:10003 [2021-01-20T23:13:06.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:13:06.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:13:06.652Z] Configure a credential helper to remove this warning. See [2021-01-20T23:13:06.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:13:06.652Z] [2021-01-20T23:13:06.652Z] Login Succeeded [2021-01-20T23:13:06.652Z] nexus3.edgexfoundry.org:10004 [2021-01-20T23:13:07.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:13:07.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:13:07.255Z] Configure a credential helper to remove this warning. See [2021-01-20T23:13:07.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:13:07.255Z] [2021-01-20T23:13:07.255Z] Login Succeeded [2021-01-20T23:13:07.255Z] docker.io [2021-01-20T23:13:07.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:13:08.125Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:13:08.125Z] Configure a credential helper to remove this warning. See [2021-01-20T23:13:08.125Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:13:08.125Z] [2021-01-20T23:13:08.125Z] Login Succeeded [2021-01-20T23:13:08.125Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T23:13:08.142Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T23:13:08.599Z] ========================================================= [2021-01-20T23:13:08.599Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-20T23:13:08.599Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:13:08.987Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-20T23:13:08.987Z] Sending build context to Docker daemon 89.09kB [2021-01-20T23:13:09.261Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T23:13:09.261Z] Step 2/10 : FROM ${BASE} [2021-01-20T23:13:09.533Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-20T23:13:09.533Z] 5f621e34cdf4: Pulling fs layer [2021-01-20T23:13:09.533Z] a4357932f1b6: Pulling fs layer [2021-01-20T23:13:09.533Z] 18c013af1878: Pulling fs layer [2021-01-20T23:13:09.533Z] 00ac8860ef70: Pulling fs layer [2021-01-20T23:13:09.533Z] 63d7cb157983: Pulling fs layer [2021-01-20T23:13:09.533Z] b116817d02f9: Pulling fs layer [2021-01-20T23:13:09.533Z] 745a02a5169b: Pulling fs layer [2021-01-20T23:13:09.533Z] 63d7cb157983: Waiting [2021-01-20T23:13:09.533Z] b116817d02f9: Waiting [2021-01-20T23:13:09.533Z] 00ac8860ef70: Waiting [2021-01-20T23:13:09.533Z] 18c013af1878: Download complete [2021-01-20T23:13:09.533Z] a4357932f1b6: Verifying Checksum [2021-01-20T23:13:09.533Z] a4357932f1b6: Download complete [2021-01-20T23:13:09.533Z] 63d7cb157983: Verifying Checksum [2021-01-20T23:13:09.533Z] 63d7cb157983: Download complete [2021-01-20T23:13:09.533Z] b116817d02f9: Verifying Checksum [2021-01-20T23:13:09.533Z] b116817d02f9: Download complete [2021-01-20T23:13:09.807Z] 5f621e34cdf4: Download complete [2021-01-20T23:13:10.420Z] 5f621e34cdf4: Pull complete [2021-01-20T23:13:11.023Z] a4357932f1b6: Pull complete [2021-01-20T23:13:11.304Z] 18c013af1878: Pull complete [2021-01-20T23:13:13.300Z] 745a02a5169b: Verifying Checksum [2021-01-20T23:13:13.300Z] 745a02a5169b: Download complete [2021-01-20T23:13:14.291Z] 00ac8860ef70: Verifying Checksum [2021-01-20T23:13:14.291Z] 00ac8860ef70: Download complete [2021-01-20T23:13:24.466Z] 00ac8860ef70: Pull complete [2021-01-20T23:13:24.466Z] 63d7cb157983: Pull complete [2021-01-20T23:13:24.743Z] b116817d02f9: Pull complete [2021-01-20T23:13:28.143Z] 745a02a5169b: Pull complete [2021-01-20T23:13:28.413Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-20T23:13:28.413Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-20T23:13:28.413Z] ---> b7e6874047d6 [2021-01-20T23:13:28.413Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T23:13:31.796Z] ---> Running in 3af3f7be1f94 [2021-01-20T23:13:31.796Z] Removing intermediate container 3af3f7be1f94 [2021-01-20T23:13:31.796Z] ---> c53041b8c117 [2021-01-20T23:13:31.796Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T23:13:32.071Z] ---> Running in 4973bc31d739 [2021-01-20T23:13:32.347Z] Removing intermediate container 4973bc31d739 [2021-01-20T23:13:32.347Z] ---> eb5dd083a4be [2021-01-20T23:13:32.347Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T23:13:32.620Z] ---> Running in 169756b37a8b [2021-01-20T23:13:33.221Z] Removing intermediate container 169756b37a8b [2021-01-20T23:13:33.221Z] ---> 9966c74180e1 [2021-01-20T23:13:33.221Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T23:13:33.221Z] ---> Running in 8d0b39612bcc [2021-01-20T23:13:35.856Z] Removing intermediate container 8d0b39612bcc [2021-01-20T23:13:35.856Z] ---> 25ccca9a3d6f [2021-01-20T23:13:35.856Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T23:13:35.856Z] ---> Running in fb0691729752 [2021-01-20T23:13:36.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T23:13:37.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T23:13:38.884Z] OK: 142 MiB in 39 packages [2021-01-20T23:13:40.353Z] Removing intermediate container fb0691729752 [2021-01-20T23:13:40.353Z] ---> 8736400af0f5 [2021-01-20T23:13:40.353Z] Step 8/10 : WORKDIR /device-rest-go [2021-01-20T23:13:40.353Z] ---> Running in eb8eeecbef6d [2021-01-20T23:13:40.953Z] Removing intermediate container eb8eeecbef6d [2021-01-20T23:13:40.953Z] ---> 92c196c12c14 [2021-01-20T23:13:40.953Z] Step 9/10 : COPY . . [2021-01-20T23:13:41.934Z] ---> b9904fb0f17c [2021-01-20T23:13:41.934Z] Step 10/10 : RUN go mod download [2021-01-20T23:13:41.934Z] ---> Running in 1fe980a8fd9a [2021-01-20T23:14:01.332Z] Running on prd-centos7-docker-4c-2g-21719 in /w/workspace/dgexfoundry_device-rest-go_PR-69 [Pipeline] { [Pipeline] ws [2021-01-20T23:14:01.397Z] Running in /w/workspace/device-rest-go/3 [Pipeline] { [Pipeline] checkout [2021-01-20T23:14:03.830Z] using credential edgex-jenkins-ssh [2021-01-20T23:14:03.890Z] Cloning the remote Git repository [2021-01-20T23:14:03.090Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-01-20T23:14:03.174Z] > git init /w/workspace/device-rest-go/3 # timeout=10 [2021-01-20T23:14:03.263Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-20T23:14:03.263Z] > git --version # timeout=10 [2021-01-20T23:14:03.270Z] > git --version # 'git version 2.24.3' [2021-01-20T23:14:03.271Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:14:03.303Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T23:14:05.847Z] Merging remotes/origin/master commit 9e4888f50a2a312870744f4f89808877d999d7c6 into PR head commit c99d5dc85383e5fc32e239b83c619eb36f3eafe8 [2021-01-20T23:14:04.633Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-20T23:14:04.642Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-20T23:14:04.666Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-20T23:14:04.681Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-20T23:14:04.682Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:14:04.688Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/69/head:refs/remotes/origin/PR-69 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-20T23:14:05.172Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T23:14:05.177Z] > git checkout -f c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 [2021-01-20T23:14:05.942Z] Merge succeeded, producing 036da38830a2a33e4464eeb3c37d103541f2b9d7 [2021-01-20T23:14:05.942Z] Checking out Revision 036da38830a2a33e4464eeb3c37d103541f2b9d7 (PR-69) [2021-01-20T23:14:05.212Z] > git remote # timeout=10 [2021-01-20T23:14:05.218Z] > git config --get remote.origin.url # timeout=10 [2021-01-20T23:14:05.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-20T23:14:05.228Z] > git merge 9e4888f50a2a312870744f4f89808877d999d7c6 # timeout=10 [2021-01-20T23:14:05.259Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-20T23:14:05.269Z] > git config core.sparsecheckout # timeout=10 [2021-01-20T23:14:05.273Z] > git checkout -f 036da38830a2a33e4464eeb3c37d103541f2b9d7 # timeout=10 [2021-01-20T23:14:08.767Z] Removing intermediate container 1fe980a8fd9a [2021-01-20T23:14:08.767Z] ---> f73cf4ea78ae [2021-01-20T23:14:08.767Z] Successfully built f73cf4ea78ae [2021-01-20T23:14:08.767Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:14:09.113Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T23:14:09.113Z] . [Pipeline] withDockerContainer [2021-01-20T23:14:09.336Z] Commit message: "Merge commit '9e4888f50a2a312870744f4f89808877d999d7c6' into HEAD" [2021-01-20T23:14:09.348Z] First time build. Skipping changelog. [2021-01-20T23:14:09.403Z] prd-ubuntu18.04-docker-arm64-4c-16g-21718 does not seem to be running inside a container [2021-01-20T23:14:08.947Z] > git rev-list --no-walk 5c8dcad97484fc213c9c4da6f24a416e799ac57e # timeout=10 [2021-01-20T23:14:09.501Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T23:14:11.227Z] $ docker top b261f12634b5016df07b7cf723a9426ec9c6d89ba84785d3c3708022ffac929a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-20T23:14:12.306Z] + go version [2021-01-20T23:14:12.306Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-20T23:14:12.503Z] $ docker stop --time=1 b261f12634b5016df07b7cf723a9426ec9c6d89ba84785d3c3708022ffac929a [2021-01-20T23:14:12.725Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [2021-01-20T23:14:14.501Z] $ docker rm -f b261f12634b5016df07b7cf723a9426ec9c6d89ba84785d3c3708022ffac929a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [2021-01-20T23:14:15.087Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:14:15.473Z] + true [2021-01-20T23:14:15.473Z] + sudo service docker restart [2021-01-20T23:14:15.473Z] Redirecting to /bin/systemctl restart docker.service [2021-01-20T23:14:15.692Z] + docker inspect -f . ci-base-image-arm64 [2021-01-20T23:14:15.692Z] . [Pipeline] withDockerContainer [2021-01-20T23:14:15.965Z] prd-ubuntu18.04-docker-arm64-4c-16g-21718 does not seem to be running inside a container [2021-01-20T23:14:16.056Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-20T23:14:17.640Z] $ docker top 84768d172b93da26cb0096c6d16f3be2c30060d78b534306665aa59a2557518a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap [2021-01-20T23:14:18.133Z] provisioning config files... [2021-01-20T23:14:18.160Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/3@tmp/config4070937202035401301tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:14:18.609Z] ---> docker-login.sh [2021-01-20T23:14:18.609Z] nexus3.edgexfoundry.org:10001 [2021-01-20T23:14:18.671Z] + make test [2021-01-20T23:14:18.671Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T23:14:18.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:14:18.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:14:18.873Z] Configure a credential helper to remove this warning. See [2021-01-20T23:14:18.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:14:18.873Z] [2021-01-20T23:14:18.873Z] Login Succeeded [2021-01-20T23:14:18.873Z] nexus3.edgexfoundry.org:10002 [2021-01-20T23:14:19.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:14:19.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:14:19.134Z] Configure a credential helper to remove this warning. See [2021-01-20T23:14:19.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:14:19.134Z] [2021-01-20T23:14:19.134Z] Login Succeeded [2021-01-20T23:14:19.134Z] nexus3.edgexfoundry.org:10003 [2021-01-20T23:14:19.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:14:19.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:14:19.395Z] Configure a credential helper to remove this warning. See [2021-01-20T23:14:19.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:14:19.395Z] [2021-01-20T23:14:19.395Z] Login Succeeded [2021-01-20T23:14:19.395Z] nexus3.edgexfoundry.org:10004 [2021-01-20T23:14:19.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:14:19.395Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:14:19.395Z] Configure a credential helper to remove this warning. See [2021-01-20T23:14:19.395Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:14:19.395Z] [2021-01-20T23:14:19.395Z] Login Succeeded [2021-01-20T23:14:19.395Z] docker.io [2021-01-20T23:14:19.651Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-01-20T23:14:19.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-20T23:14:19.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-20T23:14:19.918Z] Configure a credential helper to remove this warning. See [2021-01-20T23:14:19.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-20T23:14:19.918Z] [2021-01-20T23:14:19.918Z] Login Succeeded [2021-01-20T23:14:19.918Z] ---> docker-login.sh ends [Pipeline] } [2021-01-20T23:14:19.929Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-20T23:14:20.301Z] ========================================================= [2021-01-20T23:14:20.301Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-20T23:14:20.301Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:14:20.668Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-20T23:14:20.668Z] Sending build context to Docker daemon 89.09kB [2021-01-20T23:14:20.668Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T23:14:20.668Z] Step 2/10 : FROM ${BASE} [2021-01-20T23:14:20.668Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-20T23:14:20.668Z] 188c0c94c7c5: Pulling fs layer [2021-01-20T23:14:20.668Z] 0ef7d3d256c8: Pulling fs layer [2021-01-20T23:14:20.668Z] de9db76c5a1d: Pulling fs layer [2021-01-20T23:14:20.668Z] bca2f99d35d6: Pulling fs layer [2021-01-20T23:14:20.668Z] 93359f2a8cfa: Pulling fs layer [2021-01-20T23:14:20.668Z] 7c6f9722023f: Pulling fs layer [2021-01-20T23:14:20.668Z] a35cf1a2eb13: Pulling fs layer [2021-01-20T23:14:20.668Z] 93359f2a8cfa: Waiting [2021-01-20T23:14:20.668Z] 7c6f9722023f: Waiting [2021-01-20T23:14:20.668Z] a35cf1a2eb13: Waiting [2021-01-20T23:14:20.668Z] bca2f99d35d6: Waiting [2021-01-20T23:14:20.668Z] de9db76c5a1d: Verifying Checksum [2021-01-20T23:14:20.668Z] de9db76c5a1d: Download complete [2021-01-20T23:14:20.930Z] 0ef7d3d256c8: Verifying Checksum [2021-01-20T23:14:20.930Z] 0ef7d3d256c8: Download complete [2021-01-20T23:14:20.930Z] 93359f2a8cfa: Verifying Checksum [2021-01-20T23:14:20.930Z] 93359f2a8cfa: Download complete [2021-01-20T23:14:20.930Z] 7c6f9722023f: Verifying Checksum [2021-01-20T23:14:20.930Z] 7c6f9722023f: Download complete [2021-01-20T23:14:20.930Z] 188c0c94c7c5: Verifying Checksum [2021-01-20T23:14:20.930Z] 188c0c94c7c5: Download complete [2021-01-20T23:14:21.192Z] 188c0c94c7c5: Pull complete [2021-01-20T23:14:21.192Z] 0ef7d3d256c8: Pull complete [2021-01-20T23:14:21.455Z] de9db76c5a1d: Pull complete [2021-01-20T23:14:24.015Z] a35cf1a2eb13: Verifying Checksum [2021-01-20T23:14:24.015Z] a35cf1a2eb13: Download complete [2021-01-20T23:14:24.968Z] bca2f99d35d6: Verifying Checksum [2021-01-20T23:14:24.968Z] bca2f99d35d6: Download complete [2021-01-20T23:14:30.282Z] bca2f99d35d6: Pull complete [2021-01-20T23:14:30.548Z] 93359f2a8cfa: Pull complete [2021-01-20T23:14:30.548Z] 7c6f9722023f: Pull complete [2021-01-20T23:14:37.170Z] a35cf1a2eb13: Pull complete [2021-01-20T23:14:37.170Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-20T23:14:37.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-20T23:14:37.170Z] ---> a62c8e92a672 [2021-01-20T23:14:37.170Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T23:14:37.170Z] ---> Running in 876bb3e0f441 [2021-01-20T23:14:37.170Z] Removing intermediate container 876bb3e0f441 [2021-01-20T23:14:37.170Z] ---> ae8993566f66 [2021-01-20T23:14:37.170Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T23:14:37.170Z] ---> Running in e77cb628b179 [2021-01-20T23:14:37.432Z] Removing intermediate container e77cb628b179 [2021-01-20T23:14:37.432Z] ---> eab17577dff5 [2021-01-20T23:14:37.432Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T23:14:37.432Z] ---> Running in 23642aff59cd [2021-01-20T23:14:37.697Z] Removing intermediate container 23642aff59cd [2021-01-20T23:14:37.697Z] ---> ff27cc26527a [2021-01-20T23:14:37.697Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T23:14:37.697Z] ---> Running in 8aaa87cb312e [2021-01-20T23:14:38.648Z] Removing intermediate container 8aaa87cb312e [2021-01-20T23:14:38.648Z] ---> c94382732ef3 [2021-01-20T23:14:38.648Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T23:14:38.919Z] ---> Running in 96f89638960b [2021-01-20T23:14:39.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T23:14:40.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T23:14:41.019Z] OK: 166 MiB in 39 packages [2021-01-20T23:14:41.283Z] Removing intermediate container 96f89638960b [2021-01-20T23:14:41.283Z] ---> f974cc6ad7e3 [2021-01-20T23:14:41.283Z] Step 8/10 : WORKDIR /device-rest-go [2021-01-20T23:14:41.283Z] ---> Running in c1cb26ba7585 [2021-01-20T23:14:41.554Z] Removing intermediate container c1cb26ba7585 [2021-01-20T23:14:41.554Z] ---> 4aefff2fbb7d [2021-01-20T23:14:41.554Z] Step 9/10 : COPY . . [2021-01-20T23:14:41.816Z] ---> e156f1fb3788 [2021-01-20T23:14:41.816Z] Step 10/10 : RUN go mod download [2021-01-20T23:14:41.816Z] ---> Running in aeaeaedf2c01 [2021-01-20T23:14:52.027Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-01-20T23:14:53.455Z] ok github.com/edgexfoundry/device-rest-go/driver 0.047s coverage: 56.3% of statements [2021-01-20T23:14:53.455Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-20T23:15:00.002Z] Removing intermediate container aeaeaedf2c01 [2021-01-20T23:15:00.002Z] ---> 18751ff30bdb [2021-01-20T23:15:00.002Z] Successfully built 18751ff30bdb [2021-01-20T23:15:00.002Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:15:00.320Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T23:15:00.320Z] . [Pipeline] withDockerContainer [2021-01-20T23:15:00.563Z] prd-centos7-docker-4c-2g-21719 does not seem to be running inside a container [2021-01-20T23:15:00.706Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T23:15:01.498Z] $ docker top 15af6289c4ce9d56a081cc6d19f7f131f02da1c30805dc58449982ac21bedbd8 -eo pid,comm [Pipeline] { [2021-01-20T23:15:01.769Z] gofmt -l . [2021-01-20T23:15:01.769Z] [ "`gofmt -l .`" = "" ] [2021-01-20T23:15:01.769Z] ./bin/test-go-mod-tidy.sh [2021-01-20T23:15:01.769Z] ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] } [2021-01-20T23:15:01.958Z] $ docker stop --time=1 84768d172b93da26cb0096c6d16f3be2c30060d78b534306665aa59a2557518a [2021-01-20T23:15:02.129Z] + go version [2021-01-20T23:15:02.129Z] go version go1.15.5 linux/amd64 [2021-01-20T23:15:04.452Z] $ docker rm -f 84768d172b93da26cb0096c6d16f3be2c30060d78b534306665aa59a2557518a [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-01-20T23:15:05.018Z] $ docker stop --time=1 15af6289c4ce9d56a081cc6d19f7f131f02da1c30805dc58449982ac21bedbd8 [2021-01-20T23:15:05.280Z] + sudo chown -R jenkins:jenkins . [2021-01-20T23:15:06.378Z] $ docker rm -f 15af6289c4ce9d56a081cc6d19f7f131f02da1c30805dc58449982ac21bedbd8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:15:07.155Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-20T23:15:07.156Z] . [Pipeline] withDockerContainer [2021-01-20T23:15:07.248Z] Stashed 1 file(s) [2021-01-20T23:15:07.252Z] prd-centos7-docker-4c-2g-21719 does not seem to be running inside a container [2021-01-20T23:15:07.308Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-20T23:15:07.976Z] $ docker top 27243c1d238d266468cfb558148fe4245ce4cecd94860622aff1e2a4fb485853 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2021-01-20T23:15:08.578Z] + make test [2021-01-20T23:15:08.579Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-20T23:15:09.260Z] ? github.com/edgexfoundry/device-rest-go [no test files] [Pipeline] sh [2021-01-20T23:15:11.033Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T23:15:11.398Z] + ls -al . [2021-01-20T23:15:11.398Z] total 124 [2021-01-20T23:15:11.398Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 23:15 . [2021-01-20T23:15:11.398Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 23:12 .. [2021-01-20T23:15:11.398Z] -rw-rw-r-- 1 jenkins jenkins 151 Jan 20 23:12 .dockerignore [2021-01-20T23:15:11.398Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 23:12 .git [2021-01-20T23:15:11.398Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 23:12 .github [2021-01-20T23:15:11.398Z] -rw-rw-r-- 1 jenkins jenkins 339 Jan 20 23:12 .gitignore [2021-01-20T23:15:11.398Z] -rw-rw-r-- 1 jenkins jenkins 5294 Jan 20 23:12 Attribution.txt [2021-01-20T23:15:11.398Z] -rw-rw-r-- 1 jenkins jenkins 1530 Jan 20 23:12 Dockerfile [2021-01-20T23:15:11.398Z] -rw-rw-r-- 1 jenkins jenkins 1002 Jan 20 23:12 Dockerfile.build [2021-01-20T23:15:11.398Z] -rw-rw-r-- 1 jenkins jenkins 680 Jan 20 23:12 Jenkinsfile [2021-01-20T23:15:11.398Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 20 23:12 LICENSE [2021-01-20T23:15:11.398Z] -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 23:12 Makefile [2021-01-20T23:15:11.398Z] -rw-rw-r-- 1 jenkins jenkins 5917 Jan 20 23:12 README.md [2021-01-20T23:15:11.398Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 23:09 VERSION [2021-01-20T23:15:11.398Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 23:12 bin [2021-01-20T23:15:11.398Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 23:12 cmd [2021-01-20T23:15:11.398Z] -rw-r--r-- 1 jenkins jenkins 9369 Jan 20 23:14 coverage.out [2021-01-20T23:15:11.398Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 23:14 driver [2021-01-20T23:15:11.398Z] -rw-r--r-- 1 jenkins jenkins 267 Jan 20 23:15 go.mod [2021-01-20T23:15:11.398Z] -rw-r--r-- 1 jenkins jenkins 13985 Jan 20 23:15 go.sum [2021-01-20T23:15:11.398Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 23:12 snap [2021-01-20T23:15:11.398Z] -rw-rw-r-- 1 jenkins jenkins 713 Jan 20 23:12 version.go [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:15:11.748Z] + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ab8908e787e49b186e2887f0f5a0a68fe9938005 --label arch=arm64 --label version=0.0.0 . [2021-01-20T23:15:11.748Z] Sending build context to Docker daemon 100.9kB [2021-01-20T23:15:12.023Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T23:15:12.023Z] Step 2/25 : FROM ${BASE} AS builder [2021-01-20T23:15:12.023Z] ---> f73cf4ea78ae [2021-01-20T23:15:12.023Z] Step 3/25 : ARG MAKE='make build' [2021-01-20T23:15:12.302Z] ---> Running in ac299da8e7fa [2021-01-20T23:15:12.900Z] Removing intermediate container ac299da8e7fa [2021-01-20T23:15:12.900Z] ---> 33e6d9c820b9 [2021-01-20T23:15:12.900Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T23:15:12.900Z] ---> Running in 47604c0b3d76 [2021-01-20T23:15:13.498Z] Removing intermediate container 47604c0b3d76 [2021-01-20T23:15:13.498Z] ---> 0034bf8c342a [2021-01-20T23:15:13.498Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T23:15:13.498Z] ---> Running in 7a190ab623aa [2021-01-20T23:15:14.106Z] Removing intermediate container 7a190ab623aa [2021-01-20T23:15:14.106Z] ---> 8e2b5c9008a8 [2021-01-20T23:15:14.106Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T23:15:14.106Z] ---> Running in 870752fae2cb [2021-01-20T23:15:16.734Z] Removing intermediate container 870752fae2cb [2021-01-20T23:15:16.734Z] ---> 775fe0fa67d4 [2021-01-20T23:15:16.734Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T23:15:16.734Z] ---> Running in 746da1d56fa7 [2021-01-20T23:15:17.714Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-20T23:15:18.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-20T23:15:19.287Z] OK: 142 MiB in 39 packages [2021-01-20T23:15:20.281Z] Removing intermediate container 746da1d56fa7 [2021-01-20T23:15:20.281Z] ---> 05a599968fdb [2021-01-20T23:15:20.281Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2021-01-20T23:15:20.558Z] ---> Running in 2e81e3fbfd39 [2021-01-20T23:15:21.155Z] Removing intermediate container 2e81e3fbfd39 [2021-01-20T23:15:21.155Z] ---> 4b54477a5a2a [2021-01-20T23:15:21.155Z] Step 9/25 : COPY go.mod . [2021-01-20T23:15:21.643Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-01-20T23:15:21.643Z] ok github.com/edgexfoundry/device-rest-go/driver 0.062s coverage: 56.3% of statements [2021-01-20T23:15:21.643Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-20T23:15:21.769Z] ---> 4410e6bfe372 [2021-01-20T23:15:21.769Z] Step 10/25 : COPY Makefile . [2021-01-20T23:15:22.598Z] gofmt -l . [2021-01-20T23:15:22.598Z] [ "`gofmt -l .`" = "" ] [2021-01-20T23:15:22.598Z] ./bin/test-go-mod-tidy.sh [2021-01-20T23:15:22.751Z] ---> 96ef55c6419b [2021-01-20T23:15:22.751Z] Step 11/25 : RUN make update [2021-01-20T23:15:22.751Z] ---> Running in 897877d72d67 [2021-01-20T23:15:23.173Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-01-20T23:15:23.450Z] $ docker stop --time=1 27243c1d238d266468cfb558148fe4245ce4cecd94860622aff1e2a4fb485853 [2021-01-20T23:15:23.733Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T23:15:25.170Z] Removing intermediate container 897877d72d67 [2021-01-20T23:15:25.170Z] ---> c64f29a741d3 [2021-01-20T23:15:25.170Z] Step 12/25 : COPY . . [2021-01-20T23:15:25.724Z] $ docker rm -f 27243c1d238d266468cfb558148fe4245ce4cecd94860622aff1e2a4fb485853 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-20T23:15:26.154Z] ---> 719bc6056556 [2021-01-20T23:15:26.154Z] Step 13/25 : RUN $MAKE [2021-01-20T23:15:26.154Z] ---> Running in 3205e83672d8 [2021-01-20T23:15:26.342Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-01-20T23:15:26.403Z] Warning: overwriting stash ‘coverage-report’ [2021-01-20T23:15:26.692Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-01-20T23:15:27.296Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-01-20T23:15:27.597Z] + ls -al . [2021-01-20T23:15:27.597Z] total 96 [2021-01-20T23:15:27.597Z] drwxrwxr-x. 8 jenkins jenkins 4096 Jan 20 23:15 . [2021-01-20T23:15:27.597Z] drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 23:14 .. [2021-01-20T23:15:27.597Z] -rw-rw-r--. 1 jenkins jenkins 5294 Jan 20 23:14 Attribution.txt [2021-01-20T23:15:27.597Z] drwxrwxr-x. 2 jenkins jenkins 64 Jan 20 23:14 bin [2021-01-20T23:15:27.597Z] drwxrwxr-x. 3 jenkins jenkins 32 Jan 20 23:14 cmd [2021-01-20T23:15:27.597Z] -rw-r--r--. 1 jenkins jenkins 9369 Jan 20 23:15 coverage.out [2021-01-20T23:15:27.597Z] -rw-rw-r--. 1 jenkins jenkins 1530 Jan 20 23:14 Dockerfile [2021-01-20T23:15:27.597Z] -rw-rw-r--. 1 jenkins jenkins 1002 Jan 20 23:14 Dockerfile.build [2021-01-20T23:15:27.597Z] -rw-rw-r--. 1 jenkins jenkins 151 Jan 20 23:14 .dockerignore [2021-01-20T23:15:27.597Z] drwxrwxr-x. 2 jenkins jenkins 93 Jan 20 23:15 driver [2021-01-20T23:15:27.597Z] drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 23:14 .git [2021-01-20T23:15:27.597Z] drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 23:14 .github [2021-01-20T23:15:27.597Z] -rw-rw-r--. 1 jenkins jenkins 339 Jan 20 23:14 .gitignore [2021-01-20T23:15:27.597Z] -rw-r--r--. 1 jenkins jenkins 267 Jan 20 23:15 go.mod [2021-01-20T23:15:27.597Z] -rw-r--r--. 1 jenkins jenkins 13985 Jan 20 23:15 go.sum [2021-01-20T23:15:27.597Z] -rw-rw-r--. 1 jenkins jenkins 680 Jan 20 23:14 Jenkinsfile [2021-01-20T23:15:27.597Z] -rw-rw-r--. 1 jenkins jenkins 11340 Jan 20 23:14 LICENSE [2021-01-20T23:15:27.597Z] -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 23:14 Makefile [2021-01-20T23:15:27.597Z] -rw-rw-r--. 1 jenkins jenkins 5917 Jan 20 23:14 README.md [2021-01-20T23:15:27.597Z] drwxrwxr-x. 4 jenkins jenkins 71 Jan 20 23:14 snap [2021-01-20T23:15:27.597Z] -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 23:09 VERSION [2021-01-20T23:15:27.597Z] -rw-rw-r--. 1 jenkins jenkins 713 Jan 20 23:14 version.go [2021-01-20T23:15:27.597Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:15:27.907Z] + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=ab8908e787e49b186e2887f0f5a0a68fe9938005 --label arch=amd64 --label version=0.0.0 . [2021-01-20T23:15:27.907Z] Sending build context to Docker daemon 100.9kB [2021-01-20T23:15:27.907Z] Step 1/25 : ARG BASE=golang:1.15-alpine3.12 [2021-01-20T23:15:27.907Z] Step 2/25 : FROM ${BASE} AS builder [2021-01-20T23:15:27.907Z] ---> 18751ff30bdb [2021-01-20T23:15:27.907Z] Step 3/25 : ARG MAKE='make build' [2021-01-20T23:15:28.170Z] ---> Running in fbe47729441e [2021-01-20T23:15:28.170Z] Removing intermediate container fbe47729441e [2021-01-20T23:15:28.170Z] ---> 42025fc136f1 [2021-01-20T23:15:28.170Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2021-01-20T23:15:28.170Z] ---> Running in 8e665c7f4744 [2021-01-20T23:15:28.433Z] Removing intermediate container 8e665c7f4744 [2021-01-20T23:15:28.433Z] ---> a8bba3047192 [2021-01-20T23:15:28.433Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2021-01-20T23:15:28.433Z] ---> Running in 6533da65ea8a [2021-01-20T23:15:28.697Z] Removing intermediate container 6533da65ea8a [2021-01-20T23:15:28.697Z] ---> 7ab10c8dfcb7 [2021-01-20T23:15:28.697Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-20T23:15:28.697Z] ---> Running in 3259993dae48 [2021-01-20T23:15:30.093Z] Removing intermediate container 3259993dae48 [2021-01-20T23:15:30.093Z] ---> 7477e6f099a3 [2021-01-20T23:15:30.093Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-20T23:15:30.093Z] ---> Running in f0177ceb7421 [2021-01-20T23:15:30.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-20T23:15:31.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-20T23:15:32.192Z] OK: 166 MiB in 39 packages [2021-01-20T23:15:32.455Z] Removing intermediate container f0177ceb7421 [2021-01-20T23:15:32.455Z] ---> 6cc6e62b5ebf [2021-01-20T23:15:32.455Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2021-01-20T23:15:32.455Z] ---> Running in 037cdada902a [2021-01-20T23:15:32.718Z] Removing intermediate container 037cdada902a [2021-01-20T23:15:32.718Z] ---> ad30432d3762 [2021-01-20T23:15:32.718Z] Step 9/25 : COPY go.mod . [2021-01-20T23:15:32.979Z] ---> fc7118f7e936 [2021-01-20T23:15:32.979Z] Step 10/25 : COPY Makefile . [2021-01-20T23:15:32.979Z] ---> 3f88087aaa14 [2021-01-20T23:15:32.979Z] Step 11/25 : RUN make update [2021-01-20T23:15:33.243Z] ---> Running in 1aa32ac601e4 [2021-01-20T23:15:33.505Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-01-20T23:15:34.079Z] Removing intermediate container 1aa32ac601e4 [2021-01-20T23:15:34.079Z] ---> d746b2d480ae [2021-01-20T23:15:34.079Z] Step 12/25 : COPY . . [2021-01-20T23:15:34.341Z] ---> 3a5f2f92fe20 [2021-01-20T23:15:34.341Z] Step 13/25 : RUN $MAKE [2021-01-20T23:15:34.341Z] ---> Running in ea0d1ea52e94 [2021-01-20T23:15:34.920Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [2021-01-20T23:15:45.016Z] Removing intermediate container ea0d1ea52e94 [2021-01-20T23:15:45.016Z] ---> 187b83cb52c0 [2021-01-20T23:15:45.016Z] Step 14/25 : FROM alpine:3.12 [2021-01-20T23:15:45.968Z] 3.12: Pulling from library/alpine [2021-01-20T23:15:45.968Z] 801bfaa63ef2: Pulling fs layer [2021-01-20T23:15:46.231Z] 801bfaa63ef2: Verifying Checksum [2021-01-20T23:15:46.231Z] 801bfaa63ef2: Download complete [2021-01-20T23:15:46.494Z] 801bfaa63ef2: Pull complete [2021-01-20T23:15:46.495Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T23:15:46.495Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T23:15:46.495Z] ---> 389fef711851 [2021-01-20T23:15:46.495Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T23:15:46.495Z] ---> Running in 00dab3fe2b88 [2021-01-20T23:15:46.759Z] Removing intermediate container 00dab3fe2b88 [2021-01-20T23:15:46.759Z] ---> f385c33827be [2021-01-20T23:15:46.759Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2021-01-20T23:15:46.759Z] ---> Running in e37fd9fe6405 [2021-01-20T23:15:47.023Z] Removing intermediate container e37fd9fe6405 [2021-01-20T23:15:47.023Z] ---> 39c9602a1209 [2021-01-20T23:15:47.023Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2021-01-20T23:15:47.023Z] ---> b1cfee4efece [2021-01-20T23:15:47.023Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2021-01-20T23:15:47.285Z] ---> 4a4ebe62634a [2021-01-20T23:15:47.286Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2021-01-20T23:15:47.861Z] ---> 1083bda5d3e8 [2021-01-20T23:15:47.861Z] Step 20/25 : EXPOSE 49986 [2021-01-20T23:15:48.126Z] ---> Running in 70ea9202359a [2021-01-20T23:15:48.126Z] Removing intermediate container 70ea9202359a [2021-01-20T23:15:48.126Z] ---> 14f9bc04a7a8 [2021-01-20T23:15:48.126Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2021-01-20T23:15:48.389Z] ---> Running in a366cac7d616 [2021-01-20T23:15:48.389Z] Removing intermediate container a366cac7d616 [2021-01-20T23:15:48.389Z] ---> 3bb25602dfeb [2021-01-20T23:15:48.389Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-01-20T23:15:48.651Z] ---> Running in bb3611b64b55 [2021-01-20T23:15:48.651Z] Removing intermediate container bb3611b64b55 [2021-01-20T23:15:48.651Z] ---> 48825ca4f3f0 [2021-01-20T23:15:48.651Z] Step 23/25 : LABEL arch=amd64 [2021-01-20T23:15:48.651Z] ---> Running in e3784e98351e [2021-01-20T23:15:48.912Z] Removing intermediate container e3784e98351e [2021-01-20T23:15:48.912Z] ---> f7a3cb0dcdf3 [2021-01-20T23:15:48.912Z] Step 24/25 : LABEL git_sha=ab8908e787e49b186e2887f0f5a0a68fe9938005 [2021-01-20T23:15:48.912Z] ---> Running in d50362a16386 [2021-01-20T23:15:49.179Z] Removing intermediate container d50362a16386 [2021-01-20T23:15:49.179Z] ---> 08253d079ab6 [2021-01-20T23:15:49.179Z] Step 25/25 : LABEL version=0.0.0 [2021-01-20T23:15:49.179Z] ---> Running in fe2fa82dc6ba [2021-01-20T23:15:49.442Z] Removing intermediate container fe2fa82dc6ba [2021-01-20T23:15:49.442Z] ---> 175f2a0fbe40 [2021-01-20T23:15:49.442Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T23:15:49.442Z] Successfully built 175f2a0fbe40 [2021-01-20T23:15:49.442Z] Successfully tagged docker-device-rest-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-20T23:15:59.984Z] Removing intermediate container 3205e83672d8 [2021-01-20T23:15:59.984Z] ---> 4ea45747c974 [2021-01-20T23:15:59.984Z] Step 14/25 : FROM alpine:3.12 [2021-01-20T23:15:59.984Z] 3.12: Pulling from library/alpine [2021-01-20T23:15:59.984Z] 159e5727ea61: Pulling fs layer [2021-01-20T23:15:59.984Z] 159e5727ea61: Download complete [2021-01-20T23:15:59.984Z] 159e5727ea61: Pull complete [2021-01-20T23:15:59.984Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-20T23:15:59.984Z] Status: Downloaded newer image for alpine:3.12 [2021-01-20T23:15:59.984Z] ---> afeebe901d6b [2021-01-20T23:15:59.984Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-20T23:15:59.984Z] ---> Running in 7c65089514af [2021-01-20T23:15:59.984Z] Removing intermediate container 7c65089514af [2021-01-20T23:15:59.984Z] ---> 5f8be8815847 [2021-01-20T23:15:59.984Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2021-01-20T23:15:59.984Z] ---> Running in 3e8a9d5b3a00 [2021-01-20T23:16:00.262Z] Removing intermediate container 3e8a9d5b3a00 [2021-01-20T23:16:00.262Z] ---> d28964126702 [2021-01-20T23:16:00.262Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2021-01-20T23:16:00.863Z] ---> c2ac328472b1 [2021-01-20T23:16:00.863Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2021-01-20T23:16:01.849Z] ---> b39d1fff90e2 [2021-01-20T23:16:01.849Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2021-01-20T23:16:02.830Z] ---> fc12874d8fc3 [2021-01-20T23:16:02.830Z] Step 20/25 : EXPOSE 49986 [2021-01-20T23:16:03.112Z] ---> Running in c79f85c13ff0 [2021-01-20T23:16:03.715Z] Removing intermediate container c79f85c13ff0 [2021-01-20T23:16:03.715Z] ---> 3d78fdd4636f [2021-01-20T23:16:03.715Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2021-01-20T23:16:03.715Z] ---> Running in 3a947fb29a3b [2021-01-20T23:16:04.310Z] Removing intermediate container 3a947fb29a3b [2021-01-20T23:16:04.310Z] ---> 341c86055cf3 [2021-01-20T23:16:04.310Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2021-01-20T23:16:04.310Z] ---> Running in 4d88b8becdff [2021-01-20T23:16:04.906Z] Removing intermediate container 4d88b8becdff [2021-01-20T23:16:04.906Z] ---> 811205b80d3f [2021-01-20T23:16:04.906Z] Step 23/25 : LABEL arch=arm64 [2021-01-20T23:16:04.906Z] ---> Running in f8a36e387208 [2021-01-20T23:16:05.500Z] Removing intermediate container f8a36e387208 [2021-01-20T23:16:05.500Z] ---> a22d13b49e83 [2021-01-20T23:16:05.500Z] Step 24/25 : LABEL git_sha=ab8908e787e49b186e2887f0f5a0a68fe9938005 [2021-01-20T23:16:05.500Z] ---> Running in 364d90d218a5 [2021-01-20T23:16:06.097Z] Removing intermediate container 364d90d218a5 [2021-01-20T23:16:06.097Z] ---> 5e0f5e57b028 [2021-01-20T23:16:06.097Z] Step 25/25 : LABEL version=0.0.0 [2021-01-20T23:16:06.371Z] ---> Running in 6fa721f5a87e [2021-01-20T23:16:06.642Z] Removing intermediate container 6fa721f5a87e [2021-01-20T23:16:06.642Z] ---> 98f4714c7d8d [2021-01-20T23:16:06.642Z] [Warning] One or more build-args [ARCH] were not consumed [2021-01-20T23:16:06.642Z] Successfully built 98f4714c7d8d [2021-01-20T23:16:06.642Z] Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-20T23:16:08.293Z] provisioning config files... [2021-01-20T23:16:08.307Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/config7701364602700041476tmp [Pipeline] { [Pipeline] sh [2021-01-20T23:16:08.701Z] + set +x [2021-01-20T23:16:08.702Z] + curl -s https://codecov.io/bash [2021-01-20T23:16:08.702Z] + bash -s -- [2021-01-20T23:16:08.964Z] [2021-01-20T23:16:08.964Z] _____ _ [2021-01-20T23:16:08.964Z] / ____| | | [2021-01-20T23:16:08.964Z] | | ___ __| | ___ ___ _____ __ [2021-01-20T23:16:08.964Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-20T23:16:08.964Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-20T23:16:08.964Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-20T23:16:08.964Z] Bash-20210115-cec3c92 [2021-01-20T23:16:08.964Z] [2021-01-20T23:16:08.964Z] [2021-01-20T23:16:08.964Z] ==> git version 2.24.3 found [2021-01-20T23:16:08.964Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-20T23:16:08.964Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-20T23:16:08.964Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-20T23:16:08.964Z] ==> Jenkins CI detected. [2021-01-20T23:16:08.964Z] project root: . [2021-01-20T23:16:08.964Z] --> token set from env [2021-01-20T23:16:08.964Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-20T23:16:08.964Z] ==> Running gcov in . (disable via -X gcov) [2021-01-20T23:16:08.964Z] ==> Python coveragepy not found [2021-01-20T23:16:08.964Z] ==> Searching for coverage reports in: [2021-01-20T23:16:08.964Z] + . [2021-01-20T23:16:08.964Z] -> Found 1 reports [2021-01-20T23:16:08.964Z] ==> Detecting git/mercurial file structure [2021-01-20T23:16:08.964Z] ==> Reading reports [2021-01-20T23:16:08.964Z] + ./coverage.out bytes=9369 [2021-01-20T23:16:08.964Z] ==> Appending adjustments [2021-01-20T23:16:08.964Z] https://docs.codecov.io/docs/fixing-reports [2021-01-20T23:16:08.964Z] + Found adjustments [2021-01-20T23:16:08.964Z] ==> Gzipping contents [2021-01-20T23:16:09.229Z] 4.0K /tmp/codecov.KqKkeP.gz [2021-01-20T23:16:09.229Z] ==> Uploading reports [2021-01-20T23:16:09.229Z] url: https://codecov.io [2021-01-20T23:16:09.229Z] query: branch=PR-69&commit=ab8908e787e49b186e2887f0f5a0a68fe9938005&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-69%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=69&job=&cmd_args= [2021-01-20T23:16:09.229Z] -> Pinging Codecov [2021-01-20T23:16:09.229Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-69&commit=ab8908e787e49b186e2887f0f5a0a68fe9938005&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-69%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=69&job=&cmd_args= [2021-01-20T23:16:09.491Z] -> Uploading to [2021-01-20T23:16:09.491Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-20/4E5D53B4F1F92C436F7061BF334D961C/ab8908e787e49b186e2887f0f5a0a68fe9938005/d4a5d5d1-9bd1-4efa-8396-e34fa3c80ef1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T231609Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e255dfe244164f6b71c098aa179dc3b7b4f9c9e27f9fa3509e03ac9804087d7b [2021-01-20T23:16:09.491Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-20T23:16:09.491Z] Dload Upload Total Spent Left Speed [2021-01-20T23:16:10.071Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1726 0 0 100 1726 0 3633 --:--:-- --:--:-- --:--:-- 3633 100 1726 0 0 100 1726 0 3632 --:--:-- --:--:-- --:--:-- 3626 [2021-01-20T23:16:10.071Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/ab8908e787e49b186e2887f0f5a0a68fe9938005 [Pipeline] } [2021-01-20T23:16:10.082Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:16:13.279Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:16:13.598Z] ---> package-listing.sh [2021-01-20T23:16:13.598Z] ++ facter osfamily [2021-01-20T23:16:13.598Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-20T23:16:13.598Z] + OS_FAMILY=redhat [2021-01-20T23:16:13.598Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-69 [2021-01-20T23:16:13.598Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-20T23:16:13.598Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-20T23:16:13.598Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-20T23:16:13.598Z] + PACKAGES=/tmp/packages_start.txt [2021-01-20T23:16:13.598Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-69 ']' [2021-01-20T23:16:13.598Z] + PACKAGES=/tmp/packages_end.txt [2021-01-20T23:16:13.598Z] + case "${OS_FAMILY}" in [2021-01-20T23:16:13.598Z] + rpm -qa [2021-01-20T23:16:13.598Z] + sort [2021-01-20T23:16:18.940Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-20T23:16:18.940Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-20T23:16:18.940Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-20T23:16:18.940Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-69 ']' [2021-01-20T23:16:18.940Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-69/archives/ [2021-01-20T23:16:18.940Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-69/archives/ [Pipeline] echo [2021-01-20T23:16:18.954Z] 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-69/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-20T23:16:19.243Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:16:19.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T23:16:19.555Z] [2021-01-20T23:16:19.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-20T23:16:19.907Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T23:16:19.907Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-20T23:16:19.907Z] df20fa9351a1: Pulling fs layer [2021-01-20T23:16:19.907Z] 36b3adc4ff6f: Pulling fs layer [2021-01-20T23:16:19.907Z] 8ad3a11d3b57: Pulling fs layer [2021-01-20T23:16:19.907Z] 46f8f816bc3b: Pulling fs layer [2021-01-20T23:16:19.907Z] 93b61091891f: Pulling fs layer [2021-01-20T23:16:19.907Z] 93b9cdb0e59b: Pulling fs layer [2021-01-20T23:16:19.907Z] 5e14af77c1be: Pulling fs layer [2021-01-20T23:16:19.907Z] 01666e4c0597: Pulling fs layer [2021-01-20T23:16:19.907Z] aa168da1d23b: Pulling fs layer [2021-01-20T23:16:19.907Z] 46f8f816bc3b: Waiting [2021-01-20T23:16:19.907Z] 5e14af77c1be: Waiting [2021-01-20T23:16:19.907Z] 01666e4c0597: Waiting [2021-01-20T23:16:19.907Z] 93b9cdb0e59b: Waiting [2021-01-20T23:16:19.907Z] 93b61091891f: Waiting [2021-01-20T23:16:19.907Z] aa168da1d23b: Waiting [2021-01-20T23:16:19.907Z] 36b3adc4ff6f: Verifying Checksum [2021-01-20T23:16:19.907Z] 36b3adc4ff6f: Download complete [2021-01-20T23:16:19.907Z] 46f8f816bc3b: Verifying Checksum [2021-01-20T23:16:19.907Z] 46f8f816bc3b: Download complete [2021-01-20T23:16:19.907Z] df20fa9351a1: Download complete [2021-01-20T23:16:20.173Z] 93b9cdb0e59b: Download complete [2021-01-20T23:16:20.173Z] 5e14af77c1be: Verifying Checksum [2021-01-20T23:16:20.173Z] 5e14af77c1be: Download complete [2021-01-20T23:16:20.173Z] 93b61091891f: Verifying Checksum [2021-01-20T23:16:20.173Z] 93b61091891f: Download complete [2021-01-20T23:16:20.173Z] 01666e4c0597: Verifying Checksum [2021-01-20T23:16:20.173Z] 01666e4c0597: Download complete [2021-01-20T23:16:20.438Z] df20fa9351a1: Pull complete [2021-01-20T23:16:20.700Z] 36b3adc4ff6f: Pull complete [2021-01-20T23:16:21.280Z] 8ad3a11d3b57: Verifying Checksum [2021-01-20T23:16:21.280Z] 8ad3a11d3b57: Download complete [2021-01-20T23:16:21.862Z] 8ad3a11d3b57: Pull complete [2021-01-20T23:16:21.862Z] 46f8f816bc3b: Pull complete [2021-01-20T23:16:22.816Z] aa168da1d23b: Verifying Checksum [2021-01-20T23:16:22.816Z] aa168da1d23b: Download complete [2021-01-20T23:16:23.395Z] 93b61091891f: Pull complete [2021-01-20T23:16:23.657Z] 93b9cdb0e59b: Pull complete [2021-01-20T23:16:23.657Z] 5e14af77c1be: Pull complete [2021-01-20T23:16:23.920Z] 01666e4c0597: Pull complete [2021-01-20T23:16:30.557Z] aa168da1d23b: Pull complete [2021-01-20T23:16:30.557Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-20T23:16:30.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-20T23:16:30.557Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-20T23:16:30.751Z] prd-centos7-docker-4c-2g-21713 does not seem to be running inside a container [2021-01-20T23:16:30.800Z] $ 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-69/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-69 -v /w/workspace/dgexfoundry_device-rest-go_PR-69:/w/workspace/dgexfoundry_device-rest-go_PR-69:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-20T23:16:34.724Z] $ docker top a4c1f606b2b64e66a409a8263a370cce39c95d5d92f44421a6555ff753410285 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-20T23:16:35.271Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-20T23:16:35.570Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-20T23:16:35.871Z] + ls /var/log/sa-host [2021-01-20T23:16:35.871Z] + sadf -c /var/log/sa-host/sa20 [2021-01-20T23:16:35.871Z] file_magic: OK [2021-01-20T23:16:35.871Z] HZ: Using current value: 100 [2021-01-20T23:16:35.871Z] file_header: OK [2021-01-20T23:16:35.871Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-20T23:16:35.871Z] Statistics: [2021-01-20T23:16:35.871Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-20T23:16:35.871Z] File successfully converted to sysstat format version 12.2.1 [2021-01-20T23:16:35.871Z] + sadf -c /var/log/sa-host/sa23 [2021-01-20T23:16:35.871Z] file_magic: OK [2021-01-20T23:16:35.871Z] HZ: Using current value: 100 [2021-01-20T23:16:35.871Z] file_header: OK [2021-01-20T23:16:35.871Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-20T23:16:35.871Z] Statistics: [2021-01-20T23:16:35.871Z] Hnuu...uuuununununu... [2021-01-20T23:16:35.871Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-20T23:16:36.069Z] provisioning config files... [2021-01-20T23:16:36.083Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/config5792792323294689856tmp [Pipeline] { [Pipeline] echo [2021-01-20T23:16:36.203Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:16:36.500Z] ---> create-netrc.sh [Pipeline] } [2021-01-20T23:16:36.509Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-20T23:16:36.609Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:16:36.904Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-20T23:16:36.915Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:16:37.214Z] ---> sudo-logs.sh [2021-01-20T23:16:37.214Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-20T23:16:37.226Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:16:37.528Z] ---> job-cost.sh [2021-01-20T23:16:37.528Z] lf-activate-venv: SKIPPING [2021-01-20T23:16:37.528Z] INFO: No Stack... [2021-01-20T23:16:38.923Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-20T23:16:39.185Z] INFO: Archiving Costs [Pipeline] echo [2021-01-20T23:16:39.198Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-20T23:16:39.494Z] ---> logs-deploy.sh [2021-01-20T23:16:39.494Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-69/3 [2021-01-20T23:16:39.494Z] INFO: archiving workspace using pattern(s): [2021-01-20T23:16:41.417Z] Archives upload complete. [2021-01-20T23:16:41.417Z] INFO: archiving logs to Nexus