Pull request #59 updated 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 siggiskulason for edgexfoundry/device-rest-go Loading trusted files from base branch master at cbc1fb126fca16d22f986b5cd5c305caa6710614 rather than 4b44503a94f05668b63b360ac259385a0ac0866a Obtained Jenkinsfile from cbc1fb126fca16d22f986b5cd5c305caa6710614 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 eca33996f4fbe88610f9be003a62d5383d966c7d 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 eca33996f4fbe88610f9be003a62d5383d966c7d 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 eca33996f4fbe88610f9be003a62d5383d966c7d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f eca33996f4fbe88610f9be003a62d5383d966c7d # timeout=10 Commit message: "Merge pull request #304 from ernestojeda/alter-go-mod-versions" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14497 in /w/workspace/dgexfoundry_device-rest-go_PR-59 [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-59 # 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 cbc1fb126fca16d22f986b5cd5c305caa6710614 into PR head commit 4b44503a94f05668b63b360ac259385a0ac0866a Merge succeeded, producing 4b44503a94f05668b63b360ac259385a0ac0866a Checking out Revision 4b44503a94f05668b63b360ac259385a0ac0866a (PR-59) > 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/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b44503a94f05668b63b360ac259385a0ac0866a # 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 cbc1fb126fca16d22f986b5cd5c305caa6710614 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b44503a94f05668b63b360ac259385a0ac0866a # timeout=10 Commit message: "feat(snap): add startup-duration and startup-interval configure options" First time build. Skipping changelog. > git rev-list --no-walk 0b395e9d78bf6cc38a91a5b14c1f4dd9b7e85720 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-04T16:58:28.133Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-04T16:58:28.470Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-04T16:58:28.590Z] ========================================================= [2020-12-04T16:58:28.590Z] EdgeX Global Pipelines Version Info [2020-12-04T16:58:28.590Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-04T16:58:30.014Z] ------------------- [2020-12-04T16:58:30.014Z] stable info: [2020-12-04T16:58:30.014Z] ------------------- [2020-12-04T16:58:30.014Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-04T16:58:30.014Z] Commit SHA: eca33996f4fbe88610f9be003a62d5383d966c7d [2020-12-04T16:58:30.014Z] Message: update stable to v1.0.170 [2020-12-04T16:58:30.963Z] ------------------- [2020-12-04T16:58:30.963Z] experimental info: [2020-12-04T16:58:30.963Z] ------------------- [2020-12-04T16:58:30.963Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-04T16:58:30.963Z] Commit SHA: eca33996f4fbe88610f9be003a62d5383d966c7d [2020-12-04T16:58:30.963Z] Message: update experimental to v1.0.170 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T16:58:31.320Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2020-12-04T16:58:31.454Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2020-12-04T16:58:31.576Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-04T16:58:31.702Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-04T16:58:31.828Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-04T16:58:31.940Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-04T16:58:32.050Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-04T16:58:32.155Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-04T16:58:32.275Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-04T16:58:32.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-04T16:58:32.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-04T16:58:32.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2020-12-04T16:58:32.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-04T16:58:32.829Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-04T16:58:32.954Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T16:58:33.118Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T16:58:33.219Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-04T16:58:33.338Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-04T16:58:33.453Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-04T16:58:33.570Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-04T16:58:33.696Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-12-04T16:58:33.802Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-12-04T16:58:33.912Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-04T16:58:34.018Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-04T16:58:34.124Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-12-04T16:58:34.243Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-04T16:58:34.393Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-59 [Pipeline] echo [2020-12-04T16:58:34.522Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-59 [Pipeline] echo [2020-12-04T16:58:34.645Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-59 [Pipeline] echo [2020-12-04T16:58:34.772Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b44503a94f05668b63b360ac259385a0ac0866a [Pipeline] echo [2020-12-04T16:58:34.895Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b44503 [Pipeline] echo [2020-12-04T16:58:35.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T16:58:35.280Z] provisioning config files... [2020-12-04T16:58:35.400Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-59@tmp/config2276106391193204075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T16:58:35.777Z] ---> docker-login.sh [2020-12-04T16:58:35.777Z] nexus3.edgexfoundry.org:10001 [2020-12-04T16:58:36.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T16:58:36.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T16:58:36.303Z] Configure a credential helper to remove this warning. See [2020-12-04T16:58:36.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T16:58:36.303Z] [2020-12-04T16:58:36.303Z] Login Succeeded [2020-12-04T16:58:36.303Z] nexus3.edgexfoundry.org:10002 [2020-12-04T16:58:36.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T16:58:36.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T16:58:36.567Z] Configure a credential helper to remove this warning. See [2020-12-04T16:58:36.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T16:58:36.567Z] [2020-12-04T16:58:36.567Z] Login Succeeded [2020-12-04T16:58:36.567Z] nexus3.edgexfoundry.org:10003 [2020-12-04T16:58:36.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T16:58:36.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T16:58:36.567Z] Configure a credential helper to remove this warning. See [2020-12-04T16:58:36.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T16:58:36.567Z] [2020-12-04T16:58:36.567Z] Login Succeeded [2020-12-04T16:58:36.567Z] nexus3.edgexfoundry.org:10004 [2020-12-04T16:58:36.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T16:58:36.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T16:58:36.830Z] Configure a credential helper to remove this warning. See [2020-12-04T16:58:36.830Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T16:58:36.830Z] [2020-12-04T16:58:36.830Z] Login Succeeded [2020-12-04T16:58:36.830Z] docker.io [2020-12-04T16:58:36.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T16:58:37.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T16:58:37.406Z] Configure a credential helper to remove this warning. See [2020-12-04T16:58:37.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T16:58:37.406Z] [2020-12-04T16:58:37.406Z] Login Succeeded [2020-12-04T16:58:37.406Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T16:58:37.417Z] 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 [2020-12-04T16:58:38.445Z] + git log --format=format:%s -1 4b44503a94f05668b63b360ac259385a0ac0866a [Pipeline] echo [2020-12-04T16:58:38.523Z] GIT_COMMIT: 4b44503a94f05668b63b360ac259385a0ac0866a, Commit Message: feat(snap): add startup-duration and startup-interval configure options [Pipeline] echo [2020-12-04T16:58:38.572Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-04T16:58:39.602Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T16:58:39.602Z] [2020-12-04T16:58:39.602Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T16:58:39.954Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T16:58:39.954Z] latest: Pulling from edgex-devops/git-semver [2020-12-04T16:58:39.954Z] 31603596830f: Pulling fs layer [2020-12-04T16:58:39.954Z] 2a8b12db71e7: Pulling fs layer [2020-12-04T16:58:39.954Z] 6ca5941a6612: Pulling fs layer [2020-12-04T16:58:39.954Z] ecc8261a40a4: Pulling fs layer [2020-12-04T16:58:39.954Z] ecc8261a40a4: Waiting [2020-12-04T16:58:39.954Z] 2a8b12db71e7: Verifying Checksum [2020-12-04T16:58:39.954Z] 2a8b12db71e7: Download complete [2020-12-04T16:58:39.954Z] 31603596830f: Verifying Checksum [2020-12-04T16:58:39.954Z] 31603596830f: Download complete [2020-12-04T16:58:40.222Z] ecc8261a40a4: Verifying Checksum [2020-12-04T16:58:40.222Z] ecc8261a40a4: Download complete [2020-12-04T16:58:40.222Z] 6ca5941a6612: Verifying Checksum [2020-12-04T16:58:40.222Z] 6ca5941a6612: Download complete [2020-12-04T16:58:40.486Z] 31603596830f: Pull complete [2020-12-04T16:58:40.486Z] 2a8b12db71e7: Pull complete [2020-12-04T16:58:41.439Z] 6ca5941a6612: Pull complete [2020-12-04T16:58:41.703Z] ecc8261a40a4: Pull complete [2020-12-04T16:58:41.703Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-04T16:58:41.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T16:58:41.703Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-04T16:58:41.818Z] prd-centos7-docker-4c-2g-14497 does not seem to be running inside a container [2020-12-04T16:58:41.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-59 -v /w/workspace/dgexfoundry_device-rest-go_PR-59:/w/workspace/dgexfoundry_device-rest-go_PR-59:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-59@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-59@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T16:58:44.117Z] $ docker top c1819245b515ca84618093ff5801455ad053c339be21b39cc05197374bbc4863 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T16:58:44.432Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T16:58:44.432Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T16:58:44.651Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T16:58:44.663Z] $ docker exec c1819245b515ca84618093ff5801455ad053c339be21b39cc05197374bbc4863 ssh-agent [2020-12-04T16:58:44.830Z] SSH_AUTH_SOCK=/tmp/ssh-eu9nSjApm25D/agent.11 [2020-12-04T16:58:44.830Z] SSH_AGENT_PID=16 [2020-12-04T16:58:44.840Z] Running ssh-add (command line suppressed) [2020-12-04T16:58:44.967Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-59@tmp/private_key_1750636078092775251.key (/w/workspace/dgexfoundry_device-rest-go_PR-59@tmp/private_key_1750636078092775251.key) [2020-12-04T16:58:45.014Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T16:58:45.356Z] + git tag --points-at HEAD [Pipeline] } [2020-12-04T16:58:45.385Z] $ docker exec --env ******** --env ******** c1819245b515ca84618093ff5801455ad053c339be21b39cc05197374bbc4863 ssh-agent -k [2020-12-04T16:58:45.515Z] unset SSH_AUTH_SOCK; [2020-12-04T16:58:45.516Z] unset SSH_AGENT_PID; [2020-12-04T16:58:45.516Z] echo Agent pid 16 killed; [2020-12-04T16:58:45.554Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-04T16:58:45.741Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T16:58:45.741Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T16:58:45.934Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T16:58:45.945Z] $ docker exec c1819245b515ca84618093ff5801455ad053c339be21b39cc05197374bbc4863 ssh-agent [2020-12-04T16:58:46.119Z] SSH_AUTH_SOCK=/tmp/ssh-O34QmwRuluVc/agent.45 [2020-12-04T16:58:46.119Z] SSH_AGENT_PID=50 [2020-12-04T16:58:46.126Z] Running ssh-add (command line suppressed) [2020-12-04T16:58:46.256Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-59@tmp/private_key_8575998734991072467.key (/w/workspace/dgexfoundry_device-rest-go_PR-59@tmp/private_key_8575998734991072467.key) [2020-12-04T16:58:46.302Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T16:58:46.641Z] + git semver init [2020-12-04T16:58:46.641Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T16:58:46.641Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-59/.git [2020-12-04T16:58:46.641Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-59 [2020-12-04T16:58:46.641Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T16:58:46.641Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T16:58:46.641Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T16:58:46.641Z] # $SEMVER_BRANCH = PR-59 [2020-12-04T16:58:46.641Z] # $SEMVER_TEMP = /tmp/semver-861049361 [2020-12-04T16:58:46.641Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2020-12-04T16:58:48.039Z] # '/tmp/semver-861049361' -> '/w/workspace/dgexfoundry_device-rest-go_PR-59/.semver' [2020-12-04T16:58:48.039Z] # -> Force: false [2020-12-04T16:58:48.040Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-59/.semver [Pipeline] } [2020-12-04T16:58:48.065Z] $ docker exec --env ******** --env ******** c1819245b515ca84618093ff5801455ad053c339be21b39cc05197374bbc4863 ssh-agent -k [2020-12-04T16:58:48.202Z] unset SSH_AUTH_SOCK; [2020-12-04T16:58:48.203Z] unset SSH_AGENT_PID; [2020-12-04T16:58:48.203Z] echo Agent pid 50 killed; [2020-12-04T16:58:48.249Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T16:58:48.726Z] + git semver [Pipeline] } [2020-12-04T16:58:48.749Z] $ docker stop --time=1 c1819245b515ca84618093ff5801455ad053c339be21b39cc05197374bbc4863 [2020-12-04T16:58:50.173Z] $ docker rm -f c1819245b515ca84618093ff5801455ad053c339be21b39cc05197374bbc4863 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T16:58:50.745Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-04T16:58:51.263Z] Stashed 1 file(s) [Pipeline] echo [2020-12-04T16:58:51.265Z] [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 [2020-12-04T16:59:06.982Z] Still waiting to schedule task [2020-12-04T16:59:06.982Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14497’ [2020-12-04T16:59:06.984Z] Still waiting to schedule task [2020-12-04T16:59:06.984Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-04T17:01:12.874Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14498 in /w/workspace/dgexfoundry_device-rest-go_PR-59 [Pipeline] { [Pipeline] ws [2020-12-04T17:01:12.929Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2020-12-04T17:01:17.975Z] using credential edgex-jenkins-ssh [2020-12-04T17:01:18.034Z] Cloning the remote Git repository [2020-12-04T17:01:18.098Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-12-04T17:01:18.218Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2020-12-04T17:01:18.310Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-12-04T17:01:18.311Z] > git --version # timeout=10 [2020-12-04T17:01:18.331Z] > git --version # 'git version 2.17.1' [2020-12-04T17:01:18.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T17:01:18.395Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T17:01:20.682Z] Merging remotes/origin/master commit cbc1fb126fca16d22f986b5cd5c305caa6710614 into PR head commit 4b44503a94f05668b63b360ac259385a0ac0866a [2020-12-04T17:01:20.019Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-12-04T17:01:20.044Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T17:01:20.076Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-12-04T17:01:20.125Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-12-04T17:01:20.126Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T17:01:20.140Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-04T17:01:20.709Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T17:01:20.722Z] > git checkout -f 4b44503a94f05668b63b360ac259385a0ac0866a # timeout=10 [2020-12-04T17:01:20.870Z] Merge succeeded, producing 4b44503a94f05668b63b360ac259385a0ac0866a [2020-12-04T17:01:20.870Z] Checking out Revision 4b44503a94f05668b63b360ac259385a0ac0866a (PR-59) [2020-12-04T17:01:20.799Z] > git remote # timeout=10 [2020-12-04T17:01:20.816Z] > git config --get remote.origin.url # timeout=10 [2020-12-04T17:01:20.828Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T17:01:20.840Z] > git merge cbc1fb126fca16d22f986b5cd5c305caa6710614 # timeout=10 [2020-12-04T17:01:20.863Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-04T17:01:20.883Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T17:01:20.894Z] > git checkout -f 4b44503a94f05668b63b360ac259385a0ac0866a # timeout=10 [2020-12-04T17:01:25.259Z] Commit message: "feat(snap): add startup-duration and startup-interval configure options" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T17:01:26.838Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-04T17:01:27.250Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T17:01:27.597Z] + true [2020-12-04T17:01:27.597Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T17:01:30.421Z] provisioning config files... [2020-12-04T17:01:30.462Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config4839715488840403596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T17:01:30.889Z] ---> docker-login.sh [2020-12-04T17:01:30.889Z] nexus3.edgexfoundry.org:10001 [2020-12-04T17:01:31.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T17:01:32.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T17:01:32.151Z] Configure a credential helper to remove this warning. See [2020-12-04T17:01:32.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T17:01:32.151Z] [2020-12-04T17:01:32.151Z] Login Succeeded [2020-12-04T17:01:32.151Z] nexus3.edgexfoundry.org:10002 [2020-12-04T17:01:32.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T17:01:32.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T17:01:32.701Z] Configure a credential helper to remove this warning. See [2020-12-04T17:01:32.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T17:01:32.701Z] [2020-12-04T17:01:32.701Z] Login Succeeded [2020-12-04T17:01:32.701Z] nexus3.edgexfoundry.org:10003 [2020-12-04T17:01:32.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T17:01:33.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T17:01:33.257Z] Configure a credential helper to remove this warning. See [2020-12-04T17:01:33.257Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T17:01:33.257Z] [2020-12-04T17:01:33.257Z] Login Succeeded [2020-12-04T17:01:33.257Z] nexus3.edgexfoundry.org:10004 [2020-12-04T17:01:33.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T17:01:33.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T17:01:33.832Z] Configure a credential helper to remove this warning. See [2020-12-04T17:01:33.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T17:01:33.832Z] [2020-12-04T17:01:33.832Z] Login Succeeded [2020-12-04T17:01:33.832Z] docker.io [2020-12-04T17:01:34.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T17:01:34.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T17:01:34.705Z] Configure a credential helper to remove this warning. See [2020-12-04T17:01:34.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T17:01:34.705Z] [2020-12-04T17:01:34.705Z] Login Succeeded [2020-12-04T17:01:34.705Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T17:01:34.724Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-04T17:01:35.162Z] ========================================================= [2020-12-04T17:01:35.162Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-04T17:01:35.162Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T17:01:35.544Z] + 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 . [2020-12-04T17:01:35.544Z] Sending build context to Docker daemon 84.48kB [2020-12-04T17:01:35.816Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-12-04T17:01:35.816Z] Step 2/10 : FROM ${BASE} [2020-12-04T17:01:35.816Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-04T17:01:35.816Z] 5f621e34cdf4: Pulling fs layer [2020-12-04T17:01:35.816Z] a4357932f1b6: Pulling fs layer [2020-12-04T17:01:35.816Z] 18c013af1878: Pulling fs layer [2020-12-04T17:01:35.816Z] 00ac8860ef70: Pulling fs layer [2020-12-04T17:01:35.816Z] 63d7cb157983: Pulling fs layer [2020-12-04T17:01:35.816Z] b116817d02f9: Pulling fs layer [2020-12-04T17:01:35.816Z] 745a02a5169b: Pulling fs layer [2020-12-04T17:01:35.816Z] 00ac8860ef70: Waiting [2020-12-04T17:01:35.816Z] 63d7cb157983: Waiting [2020-12-04T17:01:35.816Z] b116817d02f9: Waiting [2020-12-04T17:01:35.816Z] 745a02a5169b: Waiting [2020-12-04T17:01:35.816Z] 18c013af1878: Verifying Checksum [2020-12-04T17:01:35.816Z] 18c013af1878: Download complete [2020-12-04T17:01:36.088Z] a4357932f1b6: Verifying Checksum [2020-12-04T17:01:36.088Z] a4357932f1b6: Download complete [2020-12-04T17:01:36.088Z] 63d7cb157983: Verifying Checksum [2020-12-04T17:01:36.088Z] 63d7cb157983: Download complete [2020-12-04T17:01:36.088Z] b116817d02f9: Verifying Checksum [2020-12-04T17:01:36.088Z] b116817d02f9: Download complete [2020-12-04T17:01:36.088Z] 5f621e34cdf4: Verifying Checksum [2020-12-04T17:01:36.088Z] 5f621e34cdf4: Download complete [2020-12-04T17:01:36.691Z] 5f621e34cdf4: Pull complete [2020-12-04T17:01:37.298Z] a4357932f1b6: Pull complete [2020-12-04T17:01:37.901Z] 18c013af1878: Pull complete [2020-12-04T17:01:38.502Z] 745a02a5169b: Verifying Checksum [2020-12-04T17:01:38.502Z] 745a02a5169b: Download complete [2020-12-04T17:01:39.938Z] 00ac8860ef70: Verifying Checksum [2020-12-04T17:01:39.938Z] 00ac8860ef70: Download complete [2020-12-04T17:01:50.103Z] 00ac8860ef70: Pull complete [2020-12-04T17:01:50.103Z] 63d7cb157983: Pull complete [2020-12-04T17:01:50.103Z] b116817d02f9: Pull complete [2020-12-04T17:01:53.501Z] 745a02a5169b: Pull complete [2020-12-04T17:01:53.501Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-04T17:01:53.501Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-04T17:01:53.501Z] ---> b7e6874047d6 [2020-12-04T17:01:53.501Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-12-04T17:01:56.897Z] ---> Running in 83609ac6eb29 [2020-12-04T17:01:56.897Z] Removing intermediate container 83609ac6eb29 [2020-12-04T17:01:56.897Z] ---> 03ae715d8c32 [2020-12-04T17:01:56.897Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-12-04T17:01:56.897Z] ---> Running in 0b5f507009f9 [2020-12-04T17:01:57.502Z] Removing intermediate container 0b5f507009f9 [2020-12-04T17:01:57.502Z] ---> b7e1f0949db8 [2020-12-04T17:01:57.502Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T17:01:57.502Z] ---> Running in 7cb5c4389104 [2020-12-04T17:01:58.103Z] Removing intermediate container 7cb5c4389104 [2020-12-04T17:01:58.103Z] ---> 2ef4b34cbc5c [2020-12-04T17:01:58.103Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T17:01:58.103Z] ---> Running in c64fda913c5b [2020-12-04T17:02:00.738Z] Removing intermediate container c64fda913c5b [2020-12-04T17:02:00.738Z] ---> 9419d4b42b9a [2020-12-04T17:02:00.738Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-04T17:02:00.738Z] ---> Running in 411bcdc041af [2020-12-04T17:02:01.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T17:02:02.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T17:02:03.290Z] OK: 142 MiB in 39 packages [2020-12-04T17:02:04.269Z] Removing intermediate container 411bcdc041af [2020-12-04T17:02:04.269Z] ---> f0c25b11c14e [2020-12-04T17:02:04.269Z] Step 8/10 : WORKDIR /device-rest-go [2020-12-04T17:02:04.269Z] ---> Running in 3db81abb7f87 [2020-12-04T17:02:04.863Z] Removing intermediate container 3db81abb7f87 [2020-12-04T17:02:04.863Z] ---> c6f2334fbcc8 [2020-12-04T17:02:04.863Z] Step 9/10 : COPY . . [2020-12-04T17:02:05.464Z] ---> 2492dc422a6e [2020-12-04T17:02:05.464Z] Step 10/10 : RUN go mod download [2020-12-04T17:02:05.464Z] ---> Running in 1bd67a5c3072 [2020-12-04T17:02:07.629Z] Running on prd-centos7-docker-4c-2g-14499 in /w/workspace/dgexfoundry_device-rest-go_PR-59 [Pipeline] { [Pipeline] ws [2020-12-04T17:02:07.688Z] Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout [2020-12-04T17:02:14.925Z] using credential edgex-jenkins-ssh [2020-12-04T17:02:14.989Z] Cloning the remote Git repository [2020-12-04T17:02:15.068Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2020-12-04T17:02:15.189Z] > git init /w/workspace/device-rest-go/2 # timeout=10 [2020-12-04T17:02:15.276Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-12-04T17:02:15.276Z] > git --version # timeout=10 [2020-12-04T17:02:15.300Z] > git --version # 'git version 2.24.3' [2020-12-04T17:02:15.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T17:02:15.406Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T17:02:16.840Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-12-04T17:02:17.675Z] Merging remotes/origin/master commit cbc1fb126fca16d22f986b5cd5c305caa6710614 into PR head commit 4b44503a94f05668b63b360ac259385a0ac0866a [2020-12-04T17:02:17.992Z] Merge succeeded, producing 4b44503a94f05668b63b360ac259385a0ac0866a [2020-12-04T17:02:17.992Z] Checking out Revision 4b44503a94f05668b63b360ac259385a0ac0866a (PR-59) [2020-12-04T17:02:16.947Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T17:02:17.083Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2020-12-04T17:02:17.191Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2020-12-04T17:02:17.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T17:02:17.201Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/59/head:refs/remotes/origin/PR-59 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-04T17:02:17.692Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T17:02:17.718Z] > git checkout -f 4b44503a94f05668b63b360ac259385a0ac0866a # timeout=10 [2020-12-04T17:02:17.789Z] > git remote # timeout=10 [2020-12-04T17:02:17.829Z] > git config --get remote.origin.url # timeout=10 [2020-12-04T17:02:17.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T17:02:17.869Z] > git merge cbc1fb126fca16d22f986b5cd5c305caa6710614 # timeout=10 [2020-12-04T17:02:17.943Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-04T17:02:18.001Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T17:02:18.031Z] > git checkout -f 4b44503a94f05668b63b360ac259385a0ac0866a # timeout=10 [2020-12-04T17:02:22.071Z] Commit message: "feat(snap): add startup-duration and startup-interval configure options" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T17:02:23.765Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-04T17:02:24.187Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T17:02:24.577Z] + sudo service docker restart [2020-12-04T17:02:24.577Z] + true [2020-12-04T17:02:24.577Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T17:02:26.169Z] provisioning config files... [2020-12-04T17:02:26.205Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config1081415262924339789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T17:02:26.653Z] ---> docker-login.sh [2020-12-04T17:02:26.653Z] nexus3.edgexfoundry.org:10001 [2020-12-04T17:02:27.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T17:02:27.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T17:02:27.699Z] Configure a credential helper to remove this warning. See [2020-12-04T17:02:27.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T17:02:27.699Z] [2020-12-04T17:02:27.699Z] Login Succeeded [2020-12-04T17:02:27.699Z] nexus3.edgexfoundry.org:10002 [2020-12-04T17:02:28.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T17:02:28.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T17:02:28.026Z] Configure a credential helper to remove this warning. See [2020-12-04T17:02:28.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T17:02:28.026Z] [2020-12-04T17:02:28.026Z] Login Succeeded [2020-12-04T17:02:28.026Z] nexus3.edgexfoundry.org:10003 [2020-12-04T17:02:28.307Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T17:02:28.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T17:02:28.575Z] Configure a credential helper to remove this warning. See [2020-12-04T17:02:28.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T17:02:28.575Z] [2020-12-04T17:02:28.575Z] Login Succeeded [2020-12-04T17:02:28.575Z] nexus3.edgexfoundry.org:10004 [2020-12-04T17:02:28.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T17:02:28.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T17:02:28.847Z] Configure a credential helper to remove this warning. See [2020-12-04T17:02:28.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T17:02:28.847Z] [2020-12-04T17:02:28.847Z] Login Succeeded [2020-12-04T17:02:28.847Z] docker.io [2020-12-04T17:02:28.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T17:02:29.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T17:02:29.440Z] Configure a credential helper to remove this warning. See [2020-12-04T17:02:29.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T17:02:29.440Z] [2020-12-04T17:02:29.440Z] Login Succeeded [2020-12-04T17:02:29.440Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T17:02:29.479Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-04T17:02:29.947Z] ========================================================= [2020-12-04T17:02:29.947Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-04T17:02:29.947Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T17:02:30.359Z] + 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 . [2020-12-04T17:02:30.359Z] Sending build context to Docker daemon 84.48kB [2020-12-04T17:02:30.639Z] Step 1/10 : ARG BASE=golang:1.15-alpine [2020-12-04T17:02:30.639Z] Step 2/10 : FROM ${BASE} [2020-12-04T17:02:30.639Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-04T17:02:30.639Z] 188c0c94c7c5: Pulling fs layer [2020-12-04T17:02:30.639Z] 0ef7d3d256c8: Pulling fs layer [2020-12-04T17:02:30.639Z] de9db76c5a1d: Pulling fs layer [2020-12-04T17:02:30.639Z] bca2f99d35d6: Pulling fs layer [2020-12-04T17:02:30.639Z] 93359f2a8cfa: Pulling fs layer [2020-12-04T17:02:30.639Z] 7c6f9722023f: Pulling fs layer [2020-12-04T17:02:30.639Z] a35cf1a2eb13: Pulling fs layer [2020-12-04T17:02:30.639Z] bca2f99d35d6: Waiting [2020-12-04T17:02:30.639Z] 7c6f9722023f: Waiting [2020-12-04T17:02:30.639Z] 93359f2a8cfa: Waiting [2020-12-04T17:02:30.639Z] a35cf1a2eb13: Waiting [2020-12-04T17:02:30.639Z] de9db76c5a1d: Download complete [2020-12-04T17:02:30.639Z] 0ef7d3d256c8: Verifying Checksum [2020-12-04T17:02:30.639Z] 0ef7d3d256c8: Download complete [2020-12-04T17:02:30.919Z] 93359f2a8cfa: Verifying Checksum [2020-12-04T17:02:30.919Z] 93359f2a8cfa: Download complete [2020-12-04T17:02:30.919Z] 7c6f9722023f: Verifying Checksum [2020-12-04T17:02:30.919Z] 7c6f9722023f: Download complete [2020-12-04T17:02:30.919Z] 188c0c94c7c5: Verifying Checksum [2020-12-04T17:02:30.919Z] 188c0c94c7c5: Download complete [2020-12-04T17:02:31.196Z] 188c0c94c7c5: Pull complete [2020-12-04T17:02:31.482Z] 0ef7d3d256c8: Pull complete [2020-12-04T17:02:31.764Z] de9db76c5a1d: Pull complete [2020-12-04T17:02:32.249Z] Removing intermediate container 1bd67a5c3072 [2020-12-04T17:02:32.249Z] ---> 0f622b657342 [2020-12-04T17:02:32.249Z] Successfully built 0f622b657342 [2020-12-04T17:02:32.249Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T17:02:32.586Z] + docker inspect -f . ci-base-image-arm64 [2020-12-04T17:02:32.586Z] . [Pipeline] withDockerContainer [2020-12-04T17:02:32.858Z] prd-ubuntu18.04-docker-arm64-4c-16g-14498 does not seem to be running inside a container [2020-12-04T17:02:32.945Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-04T17:02:34.430Z] $ docker top 063e1367d74368fe49ccbc890045bc975e7c8dc0a873b870c45627f20b038fe7 -eo pid,comm [2020-12-04T17:02:34.492Z] a35cf1a2eb13: Verifying Checksum [2020-12-04T17:02:34.492Z] a35cf1a2eb13: Download complete [Pipeline] { [Pipeline] sh [2020-12-04T17:02:35.483Z] + go version [2020-12-04T17:02:35.483Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-04T17:02:35.508Z] $ docker stop --time=1 063e1367d74368fe49ccbc890045bc975e7c8dc0a873b870c45627f20b038fe7 [2020-12-04T17:02:36.002Z] bca2f99d35d6: Verifying Checksum [2020-12-04T17:02:36.002Z] bca2f99d35d6: Download complete [2020-12-04T17:02:37.494Z] $ docker rm -f 063e1367d74368fe49ccbc890045bc975e7c8dc0a873b870c45627f20b038fe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T17:02:38.636Z] + docker inspect -f . ci-base-image-arm64 [2020-12-04T17:02:38.636Z] . [Pipeline] withDockerContainer [2020-12-04T17:02:38.904Z] prd-ubuntu18.04-docker-arm64-4c-16g-14498 does not seem to be running inside a container [2020-12-04T17:02:38.989Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-04T17:02:40.548Z] $ docker top 2148957f76d0fc0a1fc48d8ec87e3340697e0976fdfe5682e972551a01225458 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T17:02:41.582Z] + make test [2020-12-04T17:02:41.582Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-12-04T17:02:42.566Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-12-04T17:02:46.317Z] bca2f99d35d6: Pull complete [2020-12-04T17:02:46.619Z] 93359f2a8cfa: Pull complete [2020-12-04T17:02:46.884Z] 7c6f9722023f: Pull complete [2020-12-04T17:02:53.663Z] a35cf1a2eb13: Pull complete [2020-12-04T17:02:53.663Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-04T17:02:53.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-04T17:02:53.663Z] ---> a62c8e92a672 [2020-12-04T17:02:53.663Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2020-12-04T17:02:53.663Z] ---> Running in 5413ea823033 [2020-12-04T17:02:53.663Z] Removing intermediate container 5413ea823033 [2020-12-04T17:02:53.663Z] ---> 20404bbe4ef0 [2020-12-04T17:02:53.663Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2020-12-04T17:02:53.663Z] ---> Running in b4b4f16d7769 [2020-12-04T17:02:53.663Z] Removing intermediate container b4b4f16d7769 [2020-12-04T17:02:53.663Z] ---> 97d669763829 [2020-12-04T17:02:53.663Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T17:02:53.663Z] ---> Running in 78b184f3000d [2020-12-04T17:02:54.015Z] Removing intermediate container 78b184f3000d [2020-12-04T17:02:54.015Z] ---> b2c099e57824 [2020-12-04T17:02:54.015Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T17:02:54.015Z] ---> Running in 2d6c83542511 [2020-12-04T17:02:56.764Z] Removing intermediate container 2d6c83542511 [2020-12-04T17:02:56.764Z] ---> 9e10fb5824aa [2020-12-04T17:02:56.764Z] Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-04T17:02:56.764Z] ---> Running in 62fd30306bcb [2020-12-04T17:02:57.770Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T17:02:58.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T17:02:58.995Z] OK: 166 MiB in 39 packages [2020-12-04T17:02:59.616Z] Removing intermediate container 62fd30306bcb [2020-12-04T17:02:59.616Z] ---> ce41dace30f5 [2020-12-04T17:02:59.616Z] Step 8/10 : WORKDIR /device-rest-go [2020-12-04T17:02:59.616Z] ---> Running in 5987b37544fe [2020-12-04T17:02:59.915Z] Removing intermediate container 5987b37544fe [2020-12-04T17:02:59.915Z] ---> 43e22c06e6ed [2020-12-04T17:02:59.915Z] Step 9/10 : COPY . . [2020-12-04T17:03:00.574Z] ---> 1ac99492d660 [2020-12-04T17:03:00.575Z] Step 10/10 : RUN go mod download [2020-12-04T17:03:00.871Z] ---> Running in 034594d2ea4f [2020-12-04T17:03:21.598Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-12-04T17:03:21.599Z] ok github.com/edgexfoundry/device-rest-go/driver 0.049s coverage: 56.3% of statements [2020-12-04T17:03:21.599Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-04T17:03:24.997Z] gofmt -l . [2020-12-04T17:03:24.997Z] [ "`gofmt -l .`" = "" ] [2020-12-04T17:03:24.997Z] ./bin/test-go-mod-tidy.sh [2020-12-04T17:03:24.997Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-12-04T17:03:25.619Z] $ docker stop --time=1 2148957f76d0fc0a1fc48d8ec87e3340697e0976fdfe5682e972551a01225458 [2020-12-04T17:03:27.928Z] Removing intermediate container 034594d2ea4f [2020-12-04T17:03:27.928Z] ---> da3df31d94df [2020-12-04T17:03:27.928Z] Successfully built da3df31d94df [2020-12-04T17:03:27.928Z] Successfully tagged ci-base-image-x86_64:latest [2020-12-04T17:03:28.117Z] $ docker rm -f 2148957f76d0fc0a1fc48d8ec87e3340697e0976fdfe5682e972551a01225458 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-04T17:03:28.982Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-04T17:03:29.181Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T17:03:29.474Z] . [Pipeline] withDockerContainer [2020-12-04T17:03:29.762Z] Stashed 1 file(s) [2020-12-04T17:03:29.821Z] prd-centos7-docker-4c-2g-14499 does not seem to be running inside a container [2020-12-04T17:03:29.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-04T17:03:31.121Z] $ docker top a2c1a2c02b0cdb71d8a5e0a8334502228d4c33a0b4add3683f35af91394aac34 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [2020-12-04T17:03:32.413Z] + go version [2020-12-04T17:03:32.413Z] go version go1.15.5 linux/amd64 [Pipeline] // stage [Pipeline] } [2020-12-04T17:03:32.844Z] $ docker stop --time=1 a2c1a2c02b0cdb71d8a5e0a8334502228d4c33a0b4add3683f35af91394aac34 [2020-12-04T17:03:35.057Z] $ docker rm -f a2c1a2c02b0cdb71d8a5e0a8334502228d4c33a0b4add3683f35af91394aac34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-04T17:03:37.915Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-04T17:03:38.038Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T17:03:38.038Z] . [Pipeline] withDockerContainer [2020-12-04T17:03:38.204Z] prd-centos7-docker-4c-2g-14499 does not seem to be running inside a container [2020-12-04T17:03:38.262Z] + ls -al . [2020-12-04T17:03:38.262Z] total 124 [2020-12-04T17:03:38.262Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 4 17:03 . [2020-12-04T17:03:38.262Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 4 17:01 .. [2020-12-04T17:03:38.262Z] -rw-rw-r-- 1 jenkins jenkins 151 Dec 4 17:01 .dockerignore [2020-12-04T17:03:38.262Z] drwxrwxr-x 8 jenkins jenkins 4096 Dec 4 17:01 .git [2020-12-04T17:03:38.262Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 4 17:01 .github [2020-12-04T17:03:38.262Z] -rw-rw-r-- 1 jenkins jenkins 339 Dec 4 17:01 .gitignore [2020-12-04T17:03:38.262Z] -rw-rw-r-- 1 jenkins jenkins 5294 Dec 4 17:01 Attribution.txt [2020-12-04T17:03:38.262Z] -rw-rw-r-- 1 jenkins jenkins 1519 Dec 4 17:01 Dockerfile [2020-12-04T17:03:38.262Z] -rw-rw-r-- 1 jenkins jenkins 989 Dec 4 17:01 Dockerfile.build [2020-12-04T17:03:38.262Z] -rw-rw-r-- 1 jenkins jenkins 680 Dec 4 17:01 Jenkinsfile [2020-12-04T17:03:38.262Z] -rw-rw-r-- 1 jenkins jenkins 11340 Dec 4 17:01 LICENSE [2020-12-04T17:03:38.262Z] -rw-rw-r-- 1 jenkins jenkins 951 Dec 4 17:01 Makefile [2020-12-04T17:03:38.262Z] -rw-rw-r-- 1 jenkins jenkins 5917 Dec 4 17:01 README.md [2020-12-04T17:03:38.262Z] -rw-rw-r-- 1 jenkins jenkins 5 Dec 4 16:58 VERSION [2020-12-04T17:03:38.262Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 4 17:01 bin [2020-12-04T17:03:38.262Z] drwxrwxr-x 3 jenkins jenkins 4096 Dec 4 17:01 cmd [2020-12-04T17:03:38.262Z] -rw-r--r-- 1 jenkins jenkins 9369 Dec 4 17:03 coverage.out [2020-12-04T17:03:38.262Z] drwxrwxr-x 2 jenkins jenkins 4096 Dec 4 17:03 driver [2020-12-04T17:03:38.262Z] -rw-r--r-- 1 jenkins jenkins 267 Dec 4 17:03 go.mod [2020-12-04T17:03:38.262Z] -rw-r--r-- 1 jenkins jenkins 13790 Dec 4 17:03 go.sum [2020-12-04T17:03:38.262Z] drwxrwxr-x 4 jenkins jenkins 4096 Dec 4 17:01 snap [2020-12-04T17:03:38.262Z] -rw-rw-r-- 1 jenkins jenkins 713 Dec 4 17:01 version.go [2020-12-04T17:03:38.289Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/2 -v /w/workspace/device-rest-go/2:/w/workspace/device-rest-go/2:rw,z -v /w/workspace/device-rest-go/2@tmp:/w/workspace/device-rest-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-04T17:03:39.235Z] $ docker top f11936a27c2be5289451c54f76c56070a863979f797e70472208a93366b54f8d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-04T17:03:40.002Z] + make test [2020-12-04T17:03:40.002Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-12-04T17:03:40.111Z] + 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=4b44503a94f05668b63b360ac259385a0ac0866a --label arch=arm64 --label version=0.0.0 . [2020-12-04T17:03:40.111Z] Sending build context to Docker daemon 96.26kB [2020-12-04T17:03:40.396Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-12-04T17:03:40.396Z] Step 2/25 : FROM ${BASE} AS builder [2020-12-04T17:03:40.396Z] ---> 0f622b657342 [2020-12-04T17:03:40.396Z] Step 3/25 : ARG MAKE='make build' [2020-12-04T17:03:40.683Z] ---> Running in 59941dcca77f [2020-12-04T17:03:41.288Z] Removing intermediate container 59941dcca77f [2020-12-04T17:03:41.288Z] ---> 1e3820b4f326 [2020-12-04T17:03:41.288Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-12-04T17:03:41.288Z] ---> Running in 3dd6f293b2f9 [2020-12-04T17:03:41.671Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2020-12-04T17:03:41.886Z] Removing intermediate container 3dd6f293b2f9 [2020-12-04T17:03:41.886Z] ---> 60772f5d73af [2020-12-04T17:03:41.886Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-12-04T17:03:41.886Z] ---> Running in cf5962c7380f [2020-12-04T17:03:42.482Z] Removing intermediate container cf5962c7380f [2020-12-04T17:03:42.482Z] ---> 8fba02df7898 [2020-12-04T17:03:42.482Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T17:03:42.482Z] ---> Running in d256231fbb10 [2020-12-04T17:03:45.104Z] Removing intermediate container d256231fbb10 [2020-12-04T17:03:45.104Z] ---> d08222beafd5 [2020-12-04T17:03:45.104Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-04T17:03:45.104Z] ---> Running in cf41ecdef384 [2020-12-04T17:03:46.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T17:03:46.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T17:03:47.269Z] OK: 142 MiB in 39 packages [2020-12-04T17:03:48.703Z] Removing intermediate container cf41ecdef384 [2020-12-04T17:03:48.703Z] ---> 1cd8e313920a [2020-12-04T17:03:48.703Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-12-04T17:03:48.703Z] ---> Running in 2a9b0a74d66e [2020-12-04T17:03:49.298Z] Removing intermediate container 2a9b0a74d66e [2020-12-04T17:03:49.298Z] ---> 6be9cb2d0661 [2020-12-04T17:03:49.298Z] Step 9/25 : COPY go.mod . [2020-12-04T17:03:49.893Z] ---> b3713fe595c7 [2020-12-04T17:03:49.893Z] Step 10/25 : COPY Makefile . [2020-12-04T17:03:50.489Z] ---> 924de2b8a912 [2020-12-04T17:03:50.489Z] Step 11/25 : RUN make update [2020-12-04T17:03:50.765Z] ---> Running in 6fc29b6f46e0 [2020-12-04T17:03:51.739Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-04T17:03:53.178Z] Removing intermediate container 6fc29b6f46e0 [2020-12-04T17:03:53.178Z] ---> cf94de8c9cb4 [2020-12-04T17:03:53.178Z] Step 12/25 : COPY . . [2020-12-04T17:03:53.776Z] ---> 5a745f27e73f [2020-12-04T17:03:53.776Z] Step 13/25 : RUN $MAKE [2020-12-04T17:03:53.776Z] ---> Running in 58b5bf2955f8 [2020-12-04T17:03:55.216Z] 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 [2020-12-04T17:04:09.426Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2020-12-04T17:04:09.426Z] ok github.com/edgexfoundry/device-rest-go/driver 0.122s coverage: 56.3% of statements [2020-12-04T17:04:09.426Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-12-04T17:04:14.078Z] gofmt -l . [2020-12-04T17:04:14.078Z] [ "`gofmt -l .`" = "" ] [2020-12-04T17:04:14.078Z] ./bin/test-go-mod-tidy.sh [2020-12-04T17:04:15.142Z] ./bin/test-attribution-txt.sh [Pipeline] } [2020-12-04T17:04:15.809Z] $ docker stop --time=1 f11936a27c2be5289451c54f76c56070a863979f797e70472208a93366b54f8d [2020-12-04T17:04:18.313Z] $ docker rm -f f11936a27c2be5289451c54f76c56070a863979f797e70472208a93366b54f8d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T17:04:19.074Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-04T17:04:19.100Z] Warning: overwriting stash ‘coverage-report’ [2020-12-04T17:04:19.783Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-12-04T17:04:20.468Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-12-04T17:04:20.794Z] + ls -al . [2020-12-04T17:04:20.794Z] total 96 [2020-12-04T17:04:20.794Z] drwxrwxr-x. 8 jenkins jenkins 4096 Dec 4 17:04 . [2020-12-04T17:04:20.794Z] drwxrwxr-x. 4 jenkins jenkins 28 Dec 4 17:02 .. [2020-12-04T17:04:20.795Z] -rw-rw-r--. 1 jenkins jenkins 5294 Dec 4 17:02 Attribution.txt [2020-12-04T17:04:20.795Z] drwxrwxr-x. 2 jenkins jenkins 64 Dec 4 17:02 bin [2020-12-04T17:04:20.795Z] drwxrwxr-x. 3 jenkins jenkins 32 Dec 4 17:02 cmd [2020-12-04T17:04:20.795Z] -rw-r--r--. 1 jenkins jenkins 9369 Dec 4 17:04 coverage.out [2020-12-04T17:04:20.795Z] -rw-rw-r--. 1 jenkins jenkins 1519 Dec 4 17:02 Dockerfile [2020-12-04T17:04:20.795Z] -rw-rw-r--. 1 jenkins jenkins 989 Dec 4 17:02 Dockerfile.build [2020-12-04T17:04:20.795Z] -rw-rw-r--. 1 jenkins jenkins 151 Dec 4 17:02 .dockerignore [2020-12-04T17:04:20.795Z] drwxrwxr-x. 2 jenkins jenkins 93 Dec 4 17:04 driver [2020-12-04T17:04:20.795Z] drwxrwxr-x. 8 jenkins jenkins 179 Dec 4 17:02 .git [2020-12-04T17:04:20.795Z] drwxrwxr-x. 2 jenkins jenkins 60 Dec 4 17:02 .github [2020-12-04T17:04:20.795Z] -rw-rw-r--. 1 jenkins jenkins 339 Dec 4 17:02 .gitignore [2020-12-04T17:04:20.795Z] -rw-r--r--. 1 jenkins jenkins 267 Dec 4 17:04 go.mod [2020-12-04T17:04:20.795Z] -rw-r--r--. 1 jenkins jenkins 13790 Dec 4 17:04 go.sum [2020-12-04T17:04:20.795Z] -rw-rw-r--. 1 jenkins jenkins 680 Dec 4 17:02 Jenkinsfile [2020-12-04T17:04:20.795Z] -rw-rw-r--. 1 jenkins jenkins 11340 Dec 4 17:02 LICENSE [2020-12-04T17:04:20.795Z] -rw-rw-r--. 1 jenkins jenkins 951 Dec 4 17:02 Makefile [2020-12-04T17:04:20.795Z] -rw-rw-r--. 1 jenkins jenkins 5917 Dec 4 17:02 README.md [2020-12-04T17:04:20.795Z] drwxrwxr-x. 4 jenkins jenkins 71 Dec 4 17:02 snap [2020-12-04T17:04:20.795Z] -rw-rw-r--. 1 jenkins jenkins 5 Dec 4 16:58 VERSION [2020-12-04T17:04:20.795Z] -rw-rw-r--. 1 jenkins jenkins 713 Dec 4 17:02 version.go [Pipeline] isUnix [Pipeline] sh [2020-12-04T17:04:21.170Z] + 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=4b44503a94f05668b63b360ac259385a0ac0866a --label arch=amd64 --label version=0.0.0 . [2020-12-04T17:04:21.170Z] Sending build context to Docker daemon 96.26kB [2020-12-04T17:04:21.786Z] Step 1/25 : ARG BASE=golang:1.15-alpine [2020-12-04T17:04:21.786Z] Step 2/25 : FROM ${BASE} AS builder [2020-12-04T17:04:21.786Z] ---> da3df31d94df [2020-12-04T17:04:21.786Z] Step 3/25 : ARG MAKE='make build' [2020-12-04T17:04:21.786Z] ---> Running in effafde3171c [2020-12-04T17:04:22.078Z] Removing intermediate container effafde3171c [2020-12-04T17:04:22.078Z] ---> 68ae2393c4c1 [2020-12-04T17:04:22.078Z] Step 4/25 : ARG ALPINE_PKG_BASE="make git" [2020-12-04T17:04:22.078Z] ---> Running in b3bec5706cc7 [2020-12-04T17:04:22.367Z] Removing intermediate container b3bec5706cc7 [2020-12-04T17:04:22.367Z] ---> dd015dc6e84e [2020-12-04T17:04:22.367Z] Step 5/25 : ARG ALPINE_PKG_EXTRA="" [2020-12-04T17:04:22.367Z] ---> Running in 453326ca7727 [2020-12-04T17:04:22.975Z] Removing intermediate container 453326ca7727 [2020-12-04T17:04:22.975Z] ---> a7de63ebc90a [2020-12-04T17:04:22.975Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T17:04:22.975Z] ---> Running in 7d544f585ad4 [2020-12-04T17:04:24.452Z] Removing intermediate container 7d544f585ad4 [2020-12-04T17:04:24.452Z] ---> 4fb8f135cd78 [2020-12-04T17:04:24.452Z] Step 7/25 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2020-12-04T17:04:24.452Z] ---> Running in b48b3b1c6c8a [2020-12-04T17:04:25.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T17:04:26.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T17:04:26.884Z] OK: 166 MiB in 39 packages [2020-12-04T17:04:27.566Z] Removing intermediate container 58b5bf2955f8 [2020-12-04T17:04:27.566Z] ---> 96a3141367db [2020-12-04T17:04:27.566Z] Step 14/25 : FROM alpine:latest [2020-12-04T17:04:27.566Z] latest: Pulling from library/alpine [2020-12-04T17:04:27.566Z] 5f621e34cdf4: Already exists [2020-12-04T17:04:27.566Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-04T17:04:27.566Z] Status: Downloaded newer image for alpine:latest [2020-12-04T17:04:27.566Z] ---> 2e77e061c27f [2020-12-04T17:04:27.566Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T17:04:27.566Z] ---> Running in fcc72ebf5c1c [2020-12-04T17:04:27.566Z] Removing intermediate container fcc72ebf5c1c [2020-12-04T17:04:27.566Z] ---> 907dbd8331f3 [2020-12-04T17:04:27.566Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-12-04T17:04:27.566Z] ---> Running in 7ef24a9dcdcb [2020-12-04T17:04:27.566Z] Removing intermediate container 7ef24a9dcdcb [2020-12-04T17:04:27.566Z] ---> 162b3553f698 [2020-12-04T17:04:27.566Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-12-04T17:04:27.566Z] ---> eb9eda7d2269 [2020-12-04T17:04:27.566Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-12-04T17:04:27.566Z] ---> a66a9f41fa2b [2020-12-04T17:04:27.566Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-12-04T17:04:27.566Z] ---> 28dad17c43fc [2020-12-04T17:04:27.566Z] Step 20/25 : EXPOSE 49986 [2020-12-04T17:04:27.566Z] ---> Running in c3d61f63aefd [2020-12-04T17:04:27.566Z] Removing intermediate container c3d61f63aefd [2020-12-04T17:04:27.566Z] ---> b73385368b97 [2020-12-04T17:04:27.566Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-12-04T17:04:27.567Z] ---> Running in 13f032765a2e [2020-12-04T17:04:27.844Z] Removing intermediate container 13f032765a2e [2020-12-04T17:04:27.844Z] ---> 58d207b10be7 [2020-12-04T17:04:27.844Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-12-04T17:04:27.945Z] Removing intermediate container b48b3b1c6c8a [2020-12-04T17:04:27.945Z] ---> 232394d115c8 [2020-12-04T17:04:27.945Z] Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go [2020-12-04T17:04:27.945Z] ---> Running in e3f11d04bbbf [2020-12-04T17:04:28.119Z] ---> Running in feb8135050e1 [2020-12-04T17:04:28.226Z] Removing intermediate container e3f11d04bbbf [2020-12-04T17:04:28.226Z] ---> 629379fe5785 [2020-12-04T17:04:28.226Z] Step 9/25 : COPY go.mod . [2020-12-04T17:04:28.712Z] Removing intermediate container feb8135050e1 [2020-12-04T17:04:28.712Z] ---> c4bb809ac8dc [2020-12-04T17:04:28.712Z] Step 23/25 : LABEL arch=arm64 [2020-12-04T17:04:28.712Z] ---> Running in 0b41db031d11 [2020-12-04T17:04:28.880Z] ---> 404750a17ed2 [2020-12-04T17:04:28.880Z] Step 10/25 : COPY Makefile . [2020-12-04T17:04:29.158Z] ---> c2d1a3ef1aa8 [2020-12-04T17:04:29.158Z] Step 11/25 : RUN make update [2020-12-04T17:04:29.158Z] ---> Running in 0c5aaa0e94c1 [2020-12-04T17:04:29.311Z] Removing intermediate container 0b41db031d11 [2020-12-04T17:04:29.311Z] ---> 68d105c80a79 [2020-12-04T17:04:29.311Z] Step 24/25 : LABEL git_sha=4b44503a94f05668b63b360ac259385a0ac0866a [2020-12-04T17:04:29.311Z] ---> Running in 0bef95583218 [2020-12-04T17:04:29.921Z] Removing intermediate container 0bef95583218 [2020-12-04T17:04:29.921Z] ---> 38f38d52e5c9 [2020-12-04T17:04:29.921Z] Step 25/25 : LABEL version=0.0.0 [2020-12-04T17:04:29.921Z] ---> Running in fa3be883cd81 [2020-12-04T17:04:30.291Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2020-12-04T17:04:30.516Z] Removing intermediate container fa3be883cd81 [2020-12-04T17:04:30.516Z] ---> f96634e09061 [2020-12-04T17:04:30.516Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-04T17:04:30.516Z] Successfully built f96634e09061 [2020-12-04T17:04:30.516Z] 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 [2020-12-04T17:04:31.430Z] Removing intermediate container 0c5aaa0e94c1 [2020-12-04T17:04:31.430Z] ---> d5e7f776fc47 [2020-12-04T17:04:31.430Z] Step 12/25 : COPY . . [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-04T17:04:32.192Z] ---> 39e83a1fe1dc [2020-12-04T17:04:32.192Z] Step 13/25 : RUN $MAKE [2020-12-04T17:04:32.192Z] ---> Running in 298d052be74b [2020-12-04T17:04:33.214Z] 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 [2020-12-04T17:04:56.076Z] Removing intermediate container 298d052be74b [2020-12-04T17:04:56.076Z] ---> 9f257d1e4694 [2020-12-04T17:04:56.076Z] Step 14/25 : FROM alpine:latest [2020-12-04T17:04:56.364Z] latest: Pulling from library/alpine [2020-12-04T17:04:56.661Z] 188c0c94c7c5: Already exists [2020-12-04T17:04:56.661Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-04T17:04:56.661Z] Status: Downloaded newer image for alpine:latest [2020-12-04T17:04:56.661Z] ---> d6e46aa2470d [2020-12-04T17:04:56.661Z] Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-04T17:04:56.952Z] ---> Running in a7844d1111b9 [2020-12-04T17:04:57.247Z] Removing intermediate container a7844d1111b9 [2020-12-04T17:04:57.247Z] ---> 109dd6eb7c65 [2020-12-04T17:04:57.247Z] Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} [2020-12-04T17:04:57.247Z] ---> Running in 5265fa73d3df [2020-12-04T17:04:57.535Z] Removing intermediate container 5265fa73d3df [2020-12-04T17:04:57.535Z] ---> 83669a85bad5 [2020-12-04T17:04:57.535Z] Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / [2020-12-04T17:04:58.174Z] ---> 51461b51a2be [2020-12-04T17:04:58.174Z] Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / [2020-12-04T17:04:58.482Z] ---> 9a1d1c775330 [2020-12-04T17:04:58.482Z] Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / [2020-12-04T17:04:59.929Z] ---> 4c32bf84d2d9 [2020-12-04T17:04:59.929Z] Step 20/25 : EXPOSE 49986 [2020-12-04T17:04:59.929Z] ---> Running in abdb0aef524c [2020-12-04T17:04:59.929Z] Removing intermediate container abdb0aef524c [2020-12-04T17:04:59.929Z] ---> c539b3983600 [2020-12-04T17:04:59.929Z] Step 21/25 : ENTRYPOINT ["/device-rest-go"] [2020-12-04T17:05:00.198Z] ---> Running in e63567444b13 [2020-12-04T17:05:00.198Z] Removing intermediate container e63567444b13 [2020-12-04T17:05:00.198Z] ---> 4b1d58ab7e22 [2020-12-04T17:05:00.198Z] Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] [2020-12-04T17:05:00.506Z] ---> Running in 31c46fd17167 [2020-12-04T17:05:00.506Z] Removing intermediate container 31c46fd17167 [2020-12-04T17:05:00.506Z] ---> 3e4b530d48a5 [2020-12-04T17:05:00.506Z] Step 23/25 : LABEL arch=amd64 [2020-12-04T17:05:00.827Z] ---> Running in 2dbab311e20f [2020-12-04T17:05:01.094Z] Removing intermediate container 2dbab311e20f [2020-12-04T17:05:01.094Z] ---> 8c01fe4fbd27 [2020-12-04T17:05:01.094Z] Step 24/25 : LABEL git_sha=4b44503a94f05668b63b360ac259385a0ac0866a [2020-12-04T17:05:01.094Z] ---> Running in 406851da94ff [2020-12-04T17:05:01.449Z] Removing intermediate container 406851da94ff [2020-12-04T17:05:01.449Z] ---> f2c1fbdb28d2 [2020-12-04T17:05:01.449Z] Step 25/25 : LABEL version=0.0.0 [2020-12-04T17:05:01.449Z] ---> Running in ef96ff5aa2a5 [2020-12-04T17:05:02.284Z] Removing intermediate container ef96ff5aa2a5 [2020-12-04T17:05:02.284Z] ---> bfed86707f16 [2020-12-04T17:05:02.284Z] [Warning] One or more build-args [ARCH] were not consumed [2020-12-04T17:05:02.284Z] Successfully built bfed86707f16 [2020-12-04T17:05:02.284Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-04T17:05:04.615Z] provisioning config files... [2020-12-04T17:05:04.626Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-59@tmp/config2275488662999050409tmp [Pipeline] { [Pipeline] sh [2020-12-04T17:05:05.025Z] + set +x [2020-12-04T17:05:05.025Z] + curl -s https://codecov.io/bash [2020-12-04T17:05:05.025Z] + bash -s -- [2020-12-04T17:05:05.287Z] [2020-12-04T17:05:05.287Z] _____ _ [2020-12-04T17:05:05.287Z] / ____| | | [2020-12-04T17:05:05.287Z] | | ___ __| | ___ ___ _____ __ [2020-12-04T17:05:05.287Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-04T17:05:05.287Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-04T17:05:05.287Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-04T17:05:05.287Z] Bash-20201130-cc6d3fe [2020-12-04T17:05:05.287Z] [2020-12-04T17:05:05.287Z] [2020-12-04T17:05:05.287Z] ==> Jenkins CI detected. [2020-12-04T17:05:05.287Z] project root: . [2020-12-04T17:05:05.287Z] --> token set from env [2020-12-04T17:05:05.287Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-04T17:05:05.287Z] ==> Running gcov in . (disable via -X gcov) [2020-12-04T17:05:05.287Z] ==> Python coveragepy not found [2020-12-04T17:05:05.287Z] ==> Searching for coverage reports in: [2020-12-04T17:05:05.287Z] + . [2020-12-04T17:05:05.287Z] -> Found 1 reports [2020-12-04T17:05:05.287Z] ==> Detecting git/mercurial file structure [2020-12-04T17:05:05.287Z] ==> Reading reports [2020-12-04T17:05:05.287Z] + ./coverage.out bytes=9369 [2020-12-04T17:05:05.287Z] ==> Appending adjustments [2020-12-04T17:05:05.287Z] https://docs.codecov.io/docs/fixing-reports [2020-12-04T17:05:05.287Z] + Found adjustments [2020-12-04T17:05:05.287Z] ==> Gzipping contents [2020-12-04T17:05:05.550Z] 4.0K /tmp/codecov.kBxgLe.gz [2020-12-04T17:05:05.550Z] ==> Uploading reports [2020-12-04T17:05:05.550Z] url: https://codecov.io [2020-12-04T17:05:05.550Z] query: branch=PR-59&commit=4b44503a94f05668b63b360ac259385a0ac0866a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-59%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=59&job=&cmd_args= [2020-12-04T17:05:05.550Z] -> Pinging Codecov [2020-12-04T17:05:05.550Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-59&commit=4b44503a94f05668b63b360ac259385a0ac0866a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-59%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=59&job=&cmd_args= [2020-12-04T17:05:06.125Z] -> Uploading to [2020-12-04T17:05:06.125Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-04/4E5D53B4F1F92C436F7061BF334D961C/4b44503a94f05668b63b360ac259385a0ac0866a/65f87812-2e54-4ebb-bba9-395cd70f654e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201204T170505Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8e21cac225a0dfa6c3db8ef9bfce67b75dd2a2f24869fba17edf6811dd9c11ce [2020-12-04T17:05:06.125Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-04T17:05:06.125Z] Dload Upload Total Spent Left Speed [2020-12-04T17:05:06.700Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1726 0 0 100 1726 0 4066 --:--:-- --:--:-- --:--:-- 4070 [2020-12-04T17:05:06.700Z] -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/4b44503a94f05668b63b360ac259385a0ac0866a [Pipeline] } [2020-12-04T17:05:06.710Z] 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 [2020-12-04T17:05:09.683Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T17:05:10.255Z] ---> package-listing.sh [2020-12-04T17:05:10.255Z] ++ facter osfamily [2020-12-04T17:05:10.255Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-04T17:05:10.255Z] + OS_FAMILY=redhat [2020-12-04T17:05:10.255Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-59 [2020-12-04T17:05:10.255Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-04T17:05:10.255Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-04T17:05:10.255Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-04T17:05:10.255Z] + PACKAGES=/tmp/packages_start.txt [2020-12-04T17:05:10.255Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-59 ']' [2020-12-04T17:05:10.255Z] + PACKAGES=/tmp/packages_end.txt [2020-12-04T17:05:10.255Z] + case "${OS_FAMILY}" in [2020-12-04T17:05:10.255Z] + rpm -qa [2020-12-04T17:05:10.255Z] + sort [2020-12-04T17:05:15.580Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-04T17:05:15.580Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-04T17:05:15.580Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-04T17:05:15.580Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-59 ']' [2020-12-04T17:05:15.580Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-59/archives/ [2020-12-04T17:05:15.580Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-59/archives/ [Pipeline] echo [2020-12-04T17:05:15.594Z] 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-59/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-04T17:05:15.890Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-04T17:05:16.202Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T17:05:16.202Z] [2020-12-04T17:05:16.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-04T17:05:16.581Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T17:05:16.581Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-04T17:05:16.581Z] df20fa9351a1: Pulling fs layer [2020-12-04T17:05:16.581Z] 36b3adc4ff6f: Pulling fs layer [2020-12-04T17:05:16.581Z] 8ad3a11d3b57: Pulling fs layer [2020-12-04T17:05:16.581Z] 46f8f816bc3b: Pulling fs layer [2020-12-04T17:05:16.581Z] 93b61091891f: Pulling fs layer [2020-12-04T17:05:16.581Z] 93b9cdb0e59b: Pulling fs layer [2020-12-04T17:05:16.581Z] 5e14af77c1be: Pulling fs layer [2020-12-04T17:05:16.581Z] 01666e4c0597: Pulling fs layer [2020-12-04T17:05:16.581Z] aa168da1d23b: Pulling fs layer [2020-12-04T17:05:16.581Z] 93b9cdb0e59b: Waiting [2020-12-04T17:05:16.581Z] 5e14af77c1be: Waiting [2020-12-04T17:05:16.581Z] 01666e4c0597: Waiting [2020-12-04T17:05:16.581Z] aa168da1d23b: Waiting [2020-12-04T17:05:16.581Z] 46f8f816bc3b: Waiting [2020-12-04T17:05:16.581Z] 93b61091891f: Waiting [2020-12-04T17:05:16.581Z] 36b3adc4ff6f: Verifying Checksum [2020-12-04T17:05:16.581Z] 36b3adc4ff6f: Download complete [2020-12-04T17:05:16.581Z] 46f8f816bc3b: Verifying Checksum [2020-12-04T17:05:16.581Z] 46f8f816bc3b: Download complete [2020-12-04T17:05:16.843Z] df20fa9351a1: Verifying Checksum [2020-12-04T17:05:16.843Z] df20fa9351a1: Download complete [2020-12-04T17:05:16.843Z] 93b9cdb0e59b: Verifying Checksum [2020-12-04T17:05:16.843Z] 93b9cdb0e59b: Download complete [2020-12-04T17:05:16.843Z] 93b61091891f: Verifying Checksum [2020-12-04T17:05:16.843Z] 93b61091891f: Download complete [2020-12-04T17:05:16.843Z] 5e14af77c1be: Download complete [2020-12-04T17:05:16.843Z] 01666e4c0597: Verifying Checksum [2020-12-04T17:05:16.843Z] 01666e4c0597: Download complete [2020-12-04T17:05:17.105Z] df20fa9351a1: Pull complete [2020-12-04T17:05:17.105Z] 8ad3a11d3b57: Verifying Checksum [2020-12-04T17:05:17.105Z] 8ad3a11d3b57: Download complete [2020-12-04T17:05:17.369Z] 36b3adc4ff6f: Pull complete [2020-12-04T17:05:17.950Z] 8ad3a11d3b57: Pull complete [2020-12-04T17:05:18.234Z] 46f8f816bc3b: Pull complete [2020-12-04T17:05:18.819Z] 93b61091891f: Pull complete [2020-12-04T17:05:19.083Z] 93b9cdb0e59b: Pull complete [2020-12-04T17:05:19.083Z] aa168da1d23b: Verifying Checksum [2020-12-04T17:05:19.083Z] aa168da1d23b: Download complete [2020-12-04T17:05:19.348Z] 5e14af77c1be: Pull complete [2020-12-04T17:05:19.348Z] 01666e4c0597: Pull complete [2020-12-04T17:05:25.990Z] aa168da1d23b: Pull complete [2020-12-04T17:05:25.990Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-04T17:05:25.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T17:05:25.990Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-04T17:05:26.206Z] prd-centos7-docker-4c-2g-14497 does not seem to be running inside a container [2020-12-04T17:05:26.271Z] $ 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-59/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-59 -v /w/workspace/dgexfoundry_device-rest-go_PR-59:/w/workspace/dgexfoundry_device-rest-go_PR-59:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-59@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-59@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-04T17:05:29.933Z] $ docker top 2a1dee4bf42ac0e244c7508d8c0f898eaa7321d6a45a868dc23f98ba3fd5df29 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T17:05:30.615Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-04T17:05:30.919Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-04T17:05:31.224Z] + ls /var/log/sa-host [2020-12-04T17:05:31.224Z] + sadf -c /var/log/sa-host/sa04 [2020-12-04T17:05:31.224Z] file_magic: OK [2020-12-04T17:05:31.224Z] HZ: Using current value: 100 [2020-12-04T17:05:31.224Z] file_header: OK [2020-12-04T17:05:31.224Z] 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 [2020-12-04T17:05:31.224Z] Statistics: [2020-12-04T17:05:31.224Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-04T17:05:31.224Z] File successfully converted to sysstat format version 12.2.1 [2020-12-04T17:05:31.224Z] + sadf -c /var/log/sa-host/sa23 [2020-12-04T17:05:31.224Z] file_magic: OK [2020-12-04T17:05:31.224Z] HZ: Using current value: 100 [2020-12-04T17:05:31.224Z] file_header: OK [2020-12-04T17:05:31.224Z] 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 [2020-12-04T17:05:31.224Z] Statistics: [2020-12-04T17:05:31.224Z] Hnuu...uuuununununu... [2020-12-04T17:05:31.224Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-04T17:05:31.846Z] provisioning config files... [2020-12-04T17:05:31.861Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-59@tmp/config734021744345538484tmp [Pipeline] { [Pipeline] echo [2020-12-04T17:05:31.941Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T17:05:32.240Z] ---> create-netrc.sh [Pipeline] } [2020-12-04T17:05:32.250Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-04T17:05:32.343Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T17:05:32.645Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-04T17:05:32.657Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T17:05:32.955Z] ---> sudo-logs.sh [2020-12-04T17:05:32.955Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-04T17:05:32.966Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T17:05:33.265Z] ---> job-cost.sh [2020-12-04T17:05:33.265Z] lf-activate-venv: SKIPPING [2020-12-04T17:05:33.265Z] INFO: No Stack... [2020-12-04T17:05:34.658Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-04T17:05:34.921Z] INFO: Archiving Costs [Pipeline] echo [2020-12-04T17:05:34.934Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T17:05:35.232Z] ---> logs-deploy.sh [2020-12-04T17:05:35.232Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-59/2 [2020-12-04T17:05:35.232Z] INFO: archiving workspace using pattern(s): [2020-12-04T17:05:37.156Z] Archives upload complete. [2020-12-04T17:05:37.156Z] INFO: archiving logs to Nexus