Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/device-rest-go Loading trusted files from base branch master at 9e4888f50a2a312870744f4f89808877d999d7c6 rather than c99d5dc85383e5fc32e239b83c619eb36f3eafe8 Obtained Jenkinsfile from 9e4888f50a2a312870744f4f89808877d999d7c6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21713 in /w/workspace/dgexfoundry_device-rest-go_PR-69 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-69 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 9e4888f50a2a312870744f4f89808877d999d7c6 into PR head commit c99d5dc85383e5fc32e239b83c619eb36f3eafe8 Merge succeeded, producing ab8908e787e49b186e2887f0f5a0a68fe9938005 Checking out Revision ab8908e787e49b186e2887f0f5a0a68fe9938005 (PR-69) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/69/head:refs/remotes/origin/PR-69 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9e4888f50a2a312870744f4f89808877d999d7c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ab8908e787e49b186e2887f0f5a0a68fe9938005 # timeout=10 Commit message: "Merge commit '9e4888f50a2a312870744f4f89808877d999d7c6' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 5c8dcad97484fc213c9c4da6f24a416e799ac57e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:08:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:08:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:08:51 ========================================================= 23:08:51 EdgeX Global Pipelines Version Info 23:08:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:08:52 ------------------- 23:08:52 stable info: 23:08:52 ------------------- 23:08:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:08:52 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:08:52 Message: update stable to v1.0.179 23:08:53 ------------------- 23:08:53 experimental info: 23:08:53 ------------------- 23:08:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:08:53 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:08:53 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:08:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 23:08:54 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 23:08:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:08:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:08:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:08:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:08:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:08:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:08:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:08:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:08:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:08:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 23:08:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:08:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:08:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:08:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:08:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:08:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:08:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:08:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:08:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:08:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:08:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:08:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:08:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:08:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:08:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:08:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-69 [Pipeline] echo 23:08:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-69 [Pipeline] echo 23:08:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-69 [Pipeline] echo 23:08:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ab8908e787e49b186e2887f0f5a0a68fe9938005 [Pipeline] echo 23:08:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ab8908e [Pipeline] echo 23:08:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:08:57 provisioning config files... 23:08:57 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/config4265921894622258638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:08:57 ---> docker-login.sh 23:08:57 nexus3.edgexfoundry.org:10001 23:08:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:58 Configure a credential helper to remove this warning. See 23:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:58 23:08:58 Login Succeeded 23:08:58 nexus3.edgexfoundry.org:10002 23:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:58 Configure a credential helper to remove this warning. See 23:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:58 23:08:58 Login Succeeded 23:08:58 nexus3.edgexfoundry.org:10003 23:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:58 Configure a credential helper to remove this warning. See 23:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:58 23:08:58 Login Succeeded 23:08:58 nexus3.edgexfoundry.org:10004 23:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:58 Configure a credential helper to remove this warning. See 23:08:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:58 23:08:58 Login Succeeded 23:08:58 docker.io 23:08:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:59 Configure a credential helper to remove this warning. See 23:08:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:59 23:08:59 Login Succeeded 23:08:59 ---> docker-login.sh ends [Pipeline] } 23:08:59 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 23:08:59 + git log --format=format:%s -1 ab8908e787e49b186e2887f0f5a0a68fe9938005 [Pipeline] echo 23:08:59 GIT_COMMIT: ab8908e787e49b186e2887f0f5a0a68fe9938005, Commit Message: Merge commit '9e4888f50a2a312870744f4f89808877d999d7c6' into HEAD [Pipeline] echo 23:08:59 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:09:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:00 23:09:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:09:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:00 latest: Pulling from edgex-devops/git-semver 23:09:00 31603596830f: Pulling fs layer 23:09:00 2a8b12db71e7: Pulling fs layer 23:09:00 6ca5941a6612: Pulling fs layer 23:09:00 ecc8261a40a4: Pulling fs layer 23:09:00 ecc8261a40a4: Waiting 23:09:00 2a8b12db71e7: Download complete 23:09:00 31603596830f: Download complete 23:09:01 ecc8261a40a4: Verifying Checksum 23:09:01 ecc8261a40a4: Download complete 23:09:01 6ca5941a6612: Verifying Checksum 23:09:01 31603596830f: Pull complete 23:09:01 2a8b12db71e7: Pull complete 23:09:02 6ca5941a6612: Pull complete 23:09:02 ecc8261a40a4: Pull complete 23:09:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:09:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:09:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:09:03 prd-centos7-docker-4c-2g-21713 does not seem to be running inside a container 23:09:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-69 -v /w/workspace/dgexfoundry_device-rest-go_PR-69:/w/workspace/dgexfoundry_device-rest-go_PR-69:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:09:05 $ docker top b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:09:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:09:05 [ssh-agent] Looking for ssh-agent implementation... 23:09:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:09:05 $ docker exec b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 ssh-agent 23:09:05 SSH_AUTH_SOCK=/tmp/ssh-1plFyN4R4fnY/agent.11 23:09:05 SSH_AGENT_PID=16 23:09:05 Running ssh-add (command line suppressed) 23:09:05 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_8903526696049650906.key (/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_8903526696049650906.key) 23:09:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:09:06 + git tag --points-at HEAD [Pipeline] } 23:09:06 $ docker exec --env ******** --env ******** b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 ssh-agent -k 23:09:06 unset SSH_AUTH_SOCK; 23:09:06 unset SSH_AGENT_PID; 23:09:06 echo Agent pid 16 killed; 23:09:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:09:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:09:06 [ssh-agent] Looking for ssh-agent implementation... 23:09:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:09:06 $ docker exec b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 ssh-agent 23:09:06 SSH_AUTH_SOCK=/tmp/ssh-Hzr0ogsfookN/agent.45 23:09:06 SSH_AGENT_PID=50 23:09:06 Running ssh-add (command line suppressed) 23:09:07 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_1712966458115675492.key (/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_1712966458115675492.key) 23:09:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:09:07 + git semver init 23:09:07 # -> Open(): unable to determine branch for HEAD 23:09:07 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-69/.git 23:09:07 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-69 23:09:07 # $SEMVER_REMOTE_NAME = origin 23:09:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:09:07 # $SEMVER_USER_NAME = edgex-jenkins 23:09:07 # $SEMVER_BRANCH = PR-69 23:09:07 # $SEMVER_TEMP = /tmp/semver-319517923 23:09:07 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 23:09:08 # '/tmp/semver-319517923' -> '/w/workspace/dgexfoundry_device-rest-go_PR-69/.semver' 23:09:08 # -> Force: false 23:09:08 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-69/.semver [Pipeline] } 23:09:08 $ docker exec --env ******** --env ******** b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 ssh-agent -k 23:09:08 unset SSH_AUTH_SOCK; 23:09:08 unset SSH_AGENT_PID; 23:09:08 echo Agent pid 50 killed; 23:09:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:09:09 + git semver [Pipeline] } 23:09:09 $ docker stop --time=1 b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 23:09:10 $ docker rm -f b47f7a567cb60c2c84c1ff487e86ae09d01d67f5bdcd202a40dc1a7f09d69df3 [Pipeline] // withDockerContainer [Pipeline] sh 23:09:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:09:11 Stashed 1 file(s) [Pipeline] echo 23:09:11 [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 23:09:27 Still waiting to schedule task 23:09:27 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:09:27 Still waiting to schedule task 23:09:27 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:12:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21718 in /w/workspace/dgexfoundry_device-rest-go_PR-69 [Pipeline] { [Pipeline] ws 23:12:46 Running in /w/workspace/device-rest-go/3 [Pipeline] { [Pipeline] checkout 23:12:52 using credential edgex-jenkins-ssh 23:12:52 Cloning the remote Git repository 23:12:52 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:12:52 > git init /w/workspace/device-rest-go/3 # timeout=10 23:12:52 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:12:52 > git --version # timeout=10 23:12:52 > git --version # 'git version 2.17.1' 23:12:52 using GIT_SSH to set credentials SSH Credentials for GitHub 23:12:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:12:55 Merging remotes/origin/master commit 9e4888f50a2a312870744f4f89808877d999d7c6 into PR head commit c99d5dc85383e5fc32e239b83c619eb36f3eafe8 23:12:55 Merge succeeded, producing e849722ff5dff4e7ced34580c62202e627fdaf9f 23:12:55 Checking out Revision e849722ff5dff4e7ced34580c62202e627fdaf9f (PR-69) 23:12:54 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:12:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:12:54 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:12:54 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:12:54 using GIT_SSH to set credentials SSH Credentials for GitHub 23:12:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/69/head:refs/remotes/origin/PR-69 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:12:55 > git config core.sparsecheckout # timeout=10 23:12:55 > git checkout -f c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 23:12:55 > git remote # timeout=10 23:12:55 > git config --get remote.origin.url # timeout=10 23:12:55 using GIT_SSH to set credentials SSH Credentials for GitHub 23:12:55 > git merge 9e4888f50a2a312870744f4f89808877d999d7c6 # timeout=10 23:12:55 > git rev-parse HEAD^{commit} # timeout=10 23:12:55 > git config core.sparsecheckout # timeout=10 23:12:55 > git checkout -f e849722ff5dff4e7ced34580c62202e627fdaf9f # timeout=10 23:12:59 Commit message: "Merge commit '9e4888f50a2a312870744f4f89808877d999d7c6' into HEAD" 23:12:59 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 23:12:59 > git rev-list --no-walk 5c8dcad97484fc213c9c4da6f24a416e799ac57e # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh 23:13:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:13:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:13:01 + sudo service docker restart 23:13:01 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:13:03 provisioning config files... 23:13:03 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/3@tmp/config4163971117372301267tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:13:04 ---> docker-login.sh 23:13:04 nexus3.edgexfoundry.org:10001 23:13:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:05 Configure a credential helper to remove this warning. See 23:13:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:05 23:13:05 Login Succeeded 23:13:05 nexus3.edgexfoundry.org:10002 23:13:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:06 Configure a credential helper to remove this warning. See 23:13:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:06 23:13:06 Login Succeeded 23:13:06 nexus3.edgexfoundry.org:10003 23:13:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:06 Configure a credential helper to remove this warning. See 23:13:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:06 23:13:06 Login Succeeded 23:13:06 nexus3.edgexfoundry.org:10004 23:13:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:07 Configure a credential helper to remove this warning. See 23:13:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:07 23:13:07 Login Succeeded 23:13:07 docker.io 23:13:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:08 Configure a credential helper to remove this warning. See 23:13:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:08 23:13:08 Login Succeeded 23:13:08 ---> docker-login.sh ends [Pipeline] } 23:13:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:13:08 ========================================================= 23:13:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:13:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:13:08 + 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 . 23:13:08 Sending build context to Docker daemon 89.09kB 23:13:09 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:13:09 Step 2/10 : FROM ${BASE} 23:13:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:13:09 5f621e34cdf4: Pulling fs layer 23:13:09 a4357932f1b6: Pulling fs layer 23:13:09 18c013af1878: Pulling fs layer 23:13:09 00ac8860ef70: Pulling fs layer 23:13:09 63d7cb157983: Pulling fs layer 23:13:09 b116817d02f9: Pulling fs layer 23:13:09 745a02a5169b: Pulling fs layer 23:13:09 63d7cb157983: Waiting 23:13:09 b116817d02f9: Waiting 23:13:09 00ac8860ef70: Waiting 23:13:09 18c013af1878: Download complete 23:13:09 a4357932f1b6: Verifying Checksum 23:13:09 a4357932f1b6: Download complete 23:13:09 63d7cb157983: Verifying Checksum 23:13:09 63d7cb157983: Download complete 23:13:09 b116817d02f9: Verifying Checksum 23:13:09 b116817d02f9: Download complete 23:13:09 5f621e34cdf4: Download complete 23:13:10 5f621e34cdf4: Pull complete 23:13:11 a4357932f1b6: Pull complete 23:13:11 18c013af1878: Pull complete 23:13:13 745a02a5169b: Verifying Checksum 23:13:13 745a02a5169b: Download complete 23:13:14 00ac8860ef70: Verifying Checksum 23:13:14 00ac8860ef70: Download complete 23:13:24 00ac8860ef70: Pull complete 23:13:24 63d7cb157983: Pull complete 23:13:24 b116817d02f9: Pull complete 23:13:28 745a02a5169b: Pull complete 23:13:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:13:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:13:28 ---> b7e6874047d6 23:13:28 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:13:31 ---> Running in 3af3f7be1f94 23:13:31 Removing intermediate container 3af3f7be1f94 23:13:31 ---> c53041b8c117 23:13:31 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:13:32 ---> Running in 4973bc31d739 23:13:32 Removing intermediate container 4973bc31d739 23:13:32 ---> eb5dd083a4be 23:13:32 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:13:32 ---> Running in 169756b37a8b 23:13:33 Removing intermediate container 169756b37a8b 23:13:33 ---> 9966c74180e1 23:13:33 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:13:33 ---> Running in 8d0b39612bcc 23:13:35 Removing intermediate container 8d0b39612bcc 23:13:35 ---> 25ccca9a3d6f 23:13:35 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:13:35 ---> Running in fb0691729752 23:13:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:13:38 OK: 142 MiB in 39 packages 23:13:40 Removing intermediate container fb0691729752 23:13:40 ---> 8736400af0f5 23:13:40 Step 8/10 : WORKDIR /device-rest-go 23:13:40 ---> Running in eb8eeecbef6d 23:13:40 Removing intermediate container eb8eeecbef6d 23:13:40 ---> 92c196c12c14 23:13:40 Step 9/10 : COPY . . 23:13:41 ---> b9904fb0f17c 23:13:41 Step 10/10 : RUN go mod download 23:13:41 ---> Running in 1fe980a8fd9a 23:14:01 Running on prd-centos7-docker-4c-2g-21719 in /w/workspace/dgexfoundry_device-rest-go_PR-69 [Pipeline] { [Pipeline] ws 23:14:01 Running in /w/workspace/device-rest-go/3 [Pipeline] { [Pipeline] checkout 23:14:03 using credential edgex-jenkins-ssh 23:14:03 Cloning the remote Git repository 23:14:03 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:14:03 > git init /w/workspace/device-rest-go/3 # timeout=10 23:14:03 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:14:03 > git --version # timeout=10 23:14:03 > git --version # 'git version 2.24.3' 23:14:03 using GIT_SSH to set credentials SSH Credentials for GitHub 23:14:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:14:05 Merging remotes/origin/master commit 9e4888f50a2a312870744f4f89808877d999d7c6 into PR head commit c99d5dc85383e5fc32e239b83c619eb36f3eafe8 23:14:04 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:14:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:14:04 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:14:04 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:14:04 using GIT_SSH to set credentials SSH Credentials for GitHub 23:14:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/69/head:refs/remotes/origin/PR-69 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:14:05 > git config core.sparsecheckout # timeout=10 23:14:05 > git checkout -f c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 23:14:05 Merge succeeded, producing 036da38830a2a33e4464eeb3c37d103541f2b9d7 23:14:05 Checking out Revision 036da38830a2a33e4464eeb3c37d103541f2b9d7 (PR-69) 23:14:05 > git remote # timeout=10 23:14:05 > git config --get remote.origin.url # timeout=10 23:14:05 using GIT_SSH to set credentials SSH Credentials for GitHub 23:14:05 > git merge 9e4888f50a2a312870744f4f89808877d999d7c6 # timeout=10 23:14:05 > git rev-parse HEAD^{commit} # timeout=10 23:14:05 > git config core.sparsecheckout # timeout=10 23:14:05 > git checkout -f 036da38830a2a33e4464eeb3c37d103541f2b9d7 # timeout=10 23:14:08 Removing intermediate container 1fe980a8fd9a 23:14:08 ---> f73cf4ea78ae 23:14:08 Successfully built f73cf4ea78ae 23:14:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:14:09 + docker inspect -f . ci-base-image-arm64 23:14:09 . [Pipeline] withDockerContainer 23:14:09 Commit message: "Merge commit '9e4888f50a2a312870744f4f89808877d999d7c6' into HEAD" 23:14:09 First time build. Skipping changelog. 23:14:09 prd-ubuntu18.04-docker-arm64-4c-16g-21718 does not seem to be running inside a container 23:14:08 > git rev-list --no-walk 5c8dcad97484fc213c9c4da6f24a416e799ac57e # timeout=10 23:14:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:14:11 $ docker top b261f12634b5016df07b7cf723a9426ec9c6d89ba84785d3c3708022ffac929a -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:14:12 + go version 23:14:12 go version go1.15.5 linux/arm64 [Pipeline] } 23:14:12 $ docker stop --time=1 b261f12634b5016df07b7cf723a9426ec9c6d89ba84785d3c3708022ffac929a 23:14:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 23:14:14 $ docker rm -f b261f12634b5016df07b7cf723a9426ec9c6d89ba84785d3c3708022ffac929a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } 23:14:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:14:15 + true 23:14:15 + sudo service docker restart 23:14:15 Redirecting to /bin/systemctl restart docker.service 23:14:15 + docker inspect -f . ci-base-image-arm64 23:14:15 . [Pipeline] withDockerContainer 23:14:15 prd-ubuntu18.04-docker-arm64-4c-16g-21718 does not seem to be running inside a container 23:14:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:14:17 $ docker top 84768d172b93da26cb0096c6d16f3be2c30060d78b534306665aa59a2557518a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] wrap 23:14:18 provisioning config files... 23:14:18 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/3@tmp/config4070937202035401301tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:14:18 ---> docker-login.sh 23:14:18 nexus3.edgexfoundry.org:10001 23:14:18 + make test 23:14:18 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:14:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:18 Configure a credential helper to remove this warning. See 23:14:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:18 23:14:18 Login Succeeded 23:14:18 nexus3.edgexfoundry.org:10002 23:14:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:19 Configure a credential helper to remove this warning. See 23:14:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:19 23:14:19 Login Succeeded 23:14:19 nexus3.edgexfoundry.org:10003 23:14:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:19 Configure a credential helper to remove this warning. See 23:14:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:19 23:14:19 Login Succeeded 23:14:19 nexus3.edgexfoundry.org:10004 23:14:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:19 Configure a credential helper to remove this warning. See 23:14:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:19 23:14:19 Login Succeeded 23:14:19 docker.io 23:14:19 ? github.com/edgexfoundry/device-rest-go [no test files] 23:14:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:14:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:14:19 Configure a credential helper to remove this warning. See 23:14:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:14:19 23:14:19 Login Succeeded 23:14:19 ---> docker-login.sh ends [Pipeline] } 23:14:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:14:20 ========================================================= 23:14:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:14:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:14:20 + 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 . 23:14:20 Sending build context to Docker daemon 89.09kB 23:14:20 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:14:20 Step 2/10 : FROM ${BASE} 23:14:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:14:20 188c0c94c7c5: Pulling fs layer 23:14:20 0ef7d3d256c8: Pulling fs layer 23:14:20 de9db76c5a1d: Pulling fs layer 23:14:20 bca2f99d35d6: Pulling fs layer 23:14:20 93359f2a8cfa: Pulling fs layer 23:14:20 7c6f9722023f: Pulling fs layer 23:14:20 a35cf1a2eb13: Pulling fs layer 23:14:20 93359f2a8cfa: Waiting 23:14:20 7c6f9722023f: Waiting 23:14:20 a35cf1a2eb13: Waiting 23:14:20 bca2f99d35d6: Waiting 23:14:20 de9db76c5a1d: Verifying Checksum 23:14:20 de9db76c5a1d: Download complete 23:14:20 0ef7d3d256c8: Verifying Checksum 23:14:20 0ef7d3d256c8: Download complete 23:14:20 93359f2a8cfa: Verifying Checksum 23:14:20 93359f2a8cfa: Download complete 23:14:20 7c6f9722023f: Verifying Checksum 23:14:20 7c6f9722023f: Download complete 23:14:20 188c0c94c7c5: Verifying Checksum 23:14:20 188c0c94c7c5: Download complete 23:14:21 188c0c94c7c5: Pull complete 23:14:21 0ef7d3d256c8: Pull complete 23:14:21 de9db76c5a1d: Pull complete 23:14:24 a35cf1a2eb13: Verifying Checksum 23:14:24 a35cf1a2eb13: Download complete 23:14:24 bca2f99d35d6: Verifying Checksum 23:14:24 bca2f99d35d6: Download complete 23:14:30 bca2f99d35d6: Pull complete 23:14:30 93359f2a8cfa: Pull complete 23:14:30 7c6f9722023f: Pull complete 23:14:37 a35cf1a2eb13: Pull complete 23:14:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:14:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:14:37 ---> a62c8e92a672 23:14:37 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:14:37 ---> Running in 876bb3e0f441 23:14:37 Removing intermediate container 876bb3e0f441 23:14:37 ---> ae8993566f66 23:14:37 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:14:37 ---> Running in e77cb628b179 23:14:37 Removing intermediate container e77cb628b179 23:14:37 ---> eab17577dff5 23:14:37 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:14:37 ---> Running in 23642aff59cd 23:14:37 Removing intermediate container 23642aff59cd 23:14:37 ---> ff27cc26527a 23:14:37 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:14:37 ---> Running in 8aaa87cb312e 23:14:38 Removing intermediate container 8aaa87cb312e 23:14:38 ---> c94382732ef3 23:14:38 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:14:38 ---> Running in 96f89638960b 23:14:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:14:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:14:41 OK: 166 MiB in 39 packages 23:14:41 Removing intermediate container 96f89638960b 23:14:41 ---> f974cc6ad7e3 23:14:41 Step 8/10 : WORKDIR /device-rest-go 23:14:41 ---> Running in c1cb26ba7585 23:14:41 Removing intermediate container c1cb26ba7585 23:14:41 ---> 4aefff2fbb7d 23:14:41 Step 9/10 : COPY . . 23:14:41 ---> e156f1fb3788 23:14:41 Step 10/10 : RUN go mod download 23:14:41 ---> Running in aeaeaedf2c01 23:14:52 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 23:14:53 ok github.com/edgexfoundry/device-rest-go/driver 0.047s coverage: 56.3% of statements 23:14:53 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:15:00 Removing intermediate container aeaeaedf2c01 23:15:00 ---> 18751ff30bdb 23:15:00 Successfully built 18751ff30bdb 23:15:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:15:00 + docker inspect -f . ci-base-image-x86_64 23:15:00 . [Pipeline] withDockerContainer 23:15:00 prd-centos7-docker-4c-2g-21719 does not seem to be running inside a container 23:15:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:15:01 $ docker top 15af6289c4ce9d56a081cc6d19f7f131f02da1c30805dc58449982ac21bedbd8 -eo pid,comm [Pipeline] { 23:15:01 gofmt -l . 23:15:01 [ "`gofmt -l .`" = "" ] 23:15:01 ./bin/test-go-mod-tidy.sh 23:15:01 ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] } 23:15:01 $ docker stop --time=1 84768d172b93da26cb0096c6d16f3be2c30060d78b534306665aa59a2557518a 23:15:02 + go version 23:15:02 go version go1.15.5 linux/amd64 23:15:04 $ docker rm -f 84768d172b93da26cb0096c6d16f3be2c30060d78b534306665aa59a2557518a [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 23:15:05 $ docker stop --time=1 15af6289c4ce9d56a081cc6d19f7f131f02da1c30805dc58449982ac21bedbd8 23:15:05 + sudo chown -R jenkins:jenkins . 23:15:06 $ docker rm -f 15af6289c4ce9d56a081cc6d19f7f131f02da1c30805dc58449982ac21bedbd8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:15:07 + docker inspect -f . ci-base-image-x86_64 23:15:07 . [Pipeline] withDockerContainer 23:15:07 Stashed 1 file(s) 23:15:07 prd-centos7-docker-4c-2g-21719 does not seem to be running inside a container 23:15:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/3 -v /w/workspace/device-rest-go/3:/w/workspace/device-rest-go/3:rw,z -v /w/workspace/device-rest-go/3@tmp:/w/workspace/device-rest-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:15:07 $ docker top 27243c1d238d266468cfb558148fe4245ce4cecd94860622aff1e2a4fb485853 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 23:15:08 + make test 23:15:08 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:15:09 ? github.com/edgexfoundry/device-rest-go [no test files] [Pipeline] sh 23:15:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:15:11 + ls -al . 23:15:11 total 124 23:15:11 drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 23:15 . 23:15:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 23:12 .. 23:15:11 -rw-rw-r-- 1 jenkins jenkins 151 Jan 20 23:12 .dockerignore 23:15:11 drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 23:12 .git 23:15:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 23:12 .github 23:15:11 -rw-rw-r-- 1 jenkins jenkins 339 Jan 20 23:12 .gitignore 23:15:11 -rw-rw-r-- 1 jenkins jenkins 5294 Jan 20 23:12 Attribution.txt 23:15:11 -rw-rw-r-- 1 jenkins jenkins 1530 Jan 20 23:12 Dockerfile 23:15:11 -rw-rw-r-- 1 jenkins jenkins 1002 Jan 20 23:12 Dockerfile.build 23:15:11 -rw-rw-r-- 1 jenkins jenkins 680 Jan 20 23:12 Jenkinsfile 23:15:11 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 20 23:12 LICENSE 23:15:11 -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 23:12 Makefile 23:15:11 -rw-rw-r-- 1 jenkins jenkins 5917 Jan 20 23:12 README.md 23:15:11 -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 23:09 VERSION 23:15:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 23:12 bin 23:15:11 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 23:12 cmd 23:15:11 -rw-r--r-- 1 jenkins jenkins 9369 Jan 20 23:14 coverage.out 23:15:11 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 23:14 driver 23:15:11 -rw-r--r-- 1 jenkins jenkins 267 Jan 20 23:15 go.mod 23:15:11 -rw-r--r-- 1 jenkins jenkins 13985 Jan 20 23:15 go.sum 23:15:11 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 23:12 snap 23:15:11 -rw-rw-r-- 1 jenkins jenkins 713 Jan 20 23:12 version.go [Pipeline] isUnix [Pipeline] sh 23:15:11 + docker build -t docker-device-rest-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=ab8908e787e49b186e2887f0f5a0a68fe9938005 --label arch=arm64 --label version=0.0.0 . 23:15:11 Sending build context to Docker daemon 100.9kB 23:15:12 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 23:15:12 Step 2/25 : FROM ${BASE} AS builder 23:15:12 ---> f73cf4ea78ae 23:15:12 Step 3/25 : ARG MAKE='make build' 23:15:12 ---> Running in ac299da8e7fa 23:15:12 Removing intermediate container ac299da8e7fa 23:15:12 ---> 33e6d9c820b9 23:15:12 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 23:15:12 ---> Running in 47604c0b3d76 23:15:13 Removing intermediate container 47604c0b3d76 23:15:13 ---> 0034bf8c342a 23:15:13 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 23:15:13 ---> Running in 7a190ab623aa 23:15:14 Removing intermediate container 7a190ab623aa 23:15:14 ---> 8e2b5c9008a8 23:15:14 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:14 ---> Running in 870752fae2cb 23:15:16 Removing intermediate container 870752fae2cb 23:15:16 ---> 775fe0fa67d4 23:15:16 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:15:16 ---> Running in 746da1d56fa7 23:15:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:19 OK: 142 MiB in 39 packages 23:15:20 Removing intermediate container 746da1d56fa7 23:15:20 ---> 05a599968fdb 23:15:20 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 23:15:20 ---> Running in 2e81e3fbfd39 23:15:21 Removing intermediate container 2e81e3fbfd39 23:15:21 ---> 4b54477a5a2a 23:15:21 Step 9/25 : COPY go.mod . 23:15:21 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 23:15:21 ok github.com/edgexfoundry/device-rest-go/driver 0.062s coverage: 56.3% of statements 23:15:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:15:21 ---> 4410e6bfe372 23:15:21 Step 10/25 : COPY Makefile . 23:15:22 gofmt -l . 23:15:22 [ "`gofmt -l .`" = "" ] 23:15:22 ./bin/test-go-mod-tidy.sh 23:15:22 ---> 96ef55c6419b 23:15:22 Step 11/25 : RUN make update 23:15:22 ---> Running in 897877d72d67 23:15:23 ./bin/test-attribution-txt.sh [Pipeline] } 23:15:23 $ docker stop --time=1 27243c1d238d266468cfb558148fe4245ce4cecd94860622aff1e2a4fb485853 23:15:23 CGO_ENABLED=0 GO111MODULE=on go mod download 23:15:25 Removing intermediate container 897877d72d67 23:15:25 ---> c64f29a741d3 23:15:25 Step 12/25 : COPY . . 23:15:25 $ docker rm -f 27243c1d238d266468cfb558148fe4245ce4cecd94860622aff1e2a4fb485853 [Pipeline] // withDockerContainer [Pipeline] sh 23:15:26 ---> 719bc6056556 23:15:26 Step 13/25 : RUN $MAKE 23:15:26 ---> Running in 3205e83672d8 23:15:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:15:26 Warning: overwriting stash ‘coverage-report’ 23:15:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:15:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:15:27 + ls -al . 23:15:27 total 96 23:15:27 drwxrwxr-x. 8 jenkins jenkins 4096 Jan 20 23:15 . 23:15:27 drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 23:14 .. 23:15:27 -rw-rw-r--. 1 jenkins jenkins 5294 Jan 20 23:14 Attribution.txt 23:15:27 drwxrwxr-x. 2 jenkins jenkins 64 Jan 20 23:14 bin 23:15:27 drwxrwxr-x. 3 jenkins jenkins 32 Jan 20 23:14 cmd 23:15:27 -rw-r--r--. 1 jenkins jenkins 9369 Jan 20 23:15 coverage.out 23:15:27 -rw-rw-r--. 1 jenkins jenkins 1530 Jan 20 23:14 Dockerfile 23:15:27 -rw-rw-r--. 1 jenkins jenkins 1002 Jan 20 23:14 Dockerfile.build 23:15:27 -rw-rw-r--. 1 jenkins jenkins 151 Jan 20 23:14 .dockerignore 23:15:27 drwxrwxr-x. 2 jenkins jenkins 93 Jan 20 23:15 driver 23:15:27 drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 23:14 .git 23:15:27 drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 23:14 .github 23:15:27 -rw-rw-r--. 1 jenkins jenkins 339 Jan 20 23:14 .gitignore 23:15:27 -rw-r--r--. 1 jenkins jenkins 267 Jan 20 23:15 go.mod 23:15:27 -rw-r--r--. 1 jenkins jenkins 13985 Jan 20 23:15 go.sum 23:15:27 -rw-rw-r--. 1 jenkins jenkins 680 Jan 20 23:14 Jenkinsfile 23:15:27 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 20 23:14 LICENSE 23:15:27 -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 23:14 Makefile 23:15:27 -rw-rw-r--. 1 jenkins jenkins 5917 Jan 20 23:14 README.md 23:15:27 drwxrwxr-x. 4 jenkins jenkins 71 Jan 20 23:14 snap 23:15:27 -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 23:09 VERSION 23:15:27 -rw-rw-r--. 1 jenkins jenkins 713 Jan 20 23:14 version.go 23:15:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -o cmd/device-rest-go ./cmd [Pipeline] isUnix [Pipeline] sh 23:15:27 + docker build -t docker-device-rest-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=ab8908e787e49b186e2887f0f5a0a68fe9938005 --label arch=amd64 --label version=0.0.0 . 23:15:27 Sending build context to Docker daemon 100.9kB 23:15:27 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 23:15:27 Step 2/25 : FROM ${BASE} AS builder 23:15:27 ---> 18751ff30bdb 23:15:27 Step 3/25 : ARG MAKE='make build' 23:15:28 ---> Running in fbe47729441e 23:15:28 Removing intermediate container fbe47729441e 23:15:28 ---> 42025fc136f1 23:15:28 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 23:15:28 ---> Running in 8e665c7f4744 23:15:28 Removing intermediate container 8e665c7f4744 23:15:28 ---> a8bba3047192 23:15:28 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 23:15:28 ---> Running in 6533da65ea8a 23:15:28 Removing intermediate container 6533da65ea8a 23:15:28 ---> 7ab10c8dfcb7 23:15:28 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:28 ---> Running in 3259993dae48 23:15:30 Removing intermediate container 3259993dae48 23:15:30 ---> 7477e6f099a3 23:15:30 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:15:30 ---> Running in f0177ceb7421 23:15:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:15:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:15:32 OK: 166 MiB in 39 packages 23:15:32 Removing intermediate container f0177ceb7421 23:15:32 ---> 6cc6e62b5ebf 23:15:32 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 23:15:32 ---> Running in 037cdada902a 23:15:32 Removing intermediate container 037cdada902a 23:15:32 ---> ad30432d3762 23:15:32 Step 9/25 : COPY go.mod . 23:15:32 ---> fc7118f7e936 23:15:32 Step 10/25 : COPY Makefile . 23:15:32 ---> 3f88087aaa14 23:15:32 Step 11/25 : RUN make update 23:15:33 ---> Running in 1aa32ac601e4 23:15:33 CGO_ENABLED=0 GO111MODULE=on go mod download 23:15:34 Removing intermediate container 1aa32ac601e4 23:15:34 ---> d746b2d480ae 23:15:34 Step 12/25 : COPY . . 23:15:34 ---> 3a5f2f92fe20 23:15:34 Step 13/25 : RUN $MAKE 23:15:34 ---> Running in ea0d1ea52e94 23:15:34 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 23:15:45 Removing intermediate container ea0d1ea52e94 23:15:45 ---> 187b83cb52c0 23:15:45 Step 14/25 : FROM alpine:3.12 23:15:45 3.12: Pulling from library/alpine 23:15:45 801bfaa63ef2: Pulling fs layer 23:15:46 801bfaa63ef2: Verifying Checksum 23:15:46 801bfaa63ef2: Download complete 23:15:46 801bfaa63ef2: Pull complete 23:15:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:15:46 Status: Downloaded newer image for alpine:3.12 23:15:46 ---> 389fef711851 23:15:46 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:15:46 ---> Running in 00dab3fe2b88 23:15:46 Removing intermediate container 00dab3fe2b88 23:15:46 ---> f385c33827be 23:15:46 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 23:15:46 ---> Running in e37fd9fe6405 23:15:47 Removing intermediate container e37fd9fe6405 23:15:47 ---> 39c9602a1209 23:15:47 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 23:15:47 ---> b1cfee4efece 23:15:47 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 23:15:47 ---> 4a4ebe62634a 23:15:47 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 23:15:47 ---> 1083bda5d3e8 23:15:47 Step 20/25 : EXPOSE 49986 23:15:48 ---> Running in 70ea9202359a 23:15:48 Removing intermediate container 70ea9202359a 23:15:48 ---> 14f9bc04a7a8 23:15:48 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 23:15:48 ---> Running in a366cac7d616 23:15:48 Removing intermediate container a366cac7d616 23:15:48 ---> 3bb25602dfeb 23:15:48 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:15:48 ---> Running in bb3611b64b55 23:15:48 Removing intermediate container bb3611b64b55 23:15:48 ---> 48825ca4f3f0 23:15:48 Step 23/25 : LABEL arch=amd64 23:15:48 ---> Running in e3784e98351e 23:15:48 Removing intermediate container e3784e98351e 23:15:48 ---> f7a3cb0dcdf3 23:15:48 Step 24/25 : LABEL git_sha=ab8908e787e49b186e2887f0f5a0a68fe9938005 23:15:48 ---> Running in d50362a16386 23:15:49 Removing intermediate container d50362a16386 23:15:49 ---> 08253d079ab6 23:15:49 Step 25/25 : LABEL version=0.0.0 23:15:49 ---> Running in fe2fa82dc6ba 23:15:49 Removing intermediate container fe2fa82dc6ba 23:15:49 ---> 175f2a0fbe40 23:15:49 [Warning] One or more build-args [ARCH] were not consumed 23:15:49 Successfully built 175f2a0fbe40 23:15:49 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] } 23:15:59 Removing intermediate container 3205e83672d8 23:15:59 ---> 4ea45747c974 23:15:59 Step 14/25 : FROM alpine:3.12 23:15:59 3.12: Pulling from library/alpine 23:15:59 159e5727ea61: Pulling fs layer 23:15:59 159e5727ea61: Download complete 23:15:59 159e5727ea61: Pull complete 23:15:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:15:59 Status: Downloaded newer image for alpine:3.12 23:15:59 ---> afeebe901d6b 23:15:59 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:15:59 ---> Running in 7c65089514af 23:15:59 Removing intermediate container 7c65089514af 23:15:59 ---> 5f8be8815847 23:15:59 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 23:15:59 ---> Running in 3e8a9d5b3a00 23:16:00 Removing intermediate container 3e8a9d5b3a00 23:16:00 ---> d28964126702 23:16:00 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 23:16:00 ---> c2ac328472b1 23:16:00 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 23:16:01 ---> b39d1fff90e2 23:16:01 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 23:16:02 ---> fc12874d8fc3 23:16:02 Step 20/25 : EXPOSE 49986 23:16:03 ---> Running in c79f85c13ff0 23:16:03 Removing intermediate container c79f85c13ff0 23:16:03 ---> 3d78fdd4636f 23:16:03 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 23:16:03 ---> Running in 3a947fb29a3b 23:16:04 Removing intermediate container 3a947fb29a3b 23:16:04 ---> 341c86055cf3 23:16:04 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:16:04 ---> Running in 4d88b8becdff 23:16:04 Removing intermediate container 4d88b8becdff 23:16:04 ---> 811205b80d3f 23:16:04 Step 23/25 : LABEL arch=arm64 23:16:04 ---> Running in f8a36e387208 23:16:05 Removing intermediate container f8a36e387208 23:16:05 ---> a22d13b49e83 23:16:05 Step 24/25 : LABEL git_sha=ab8908e787e49b186e2887f0f5a0a68fe9938005 23:16:05 ---> Running in 364d90d218a5 23:16:06 Removing intermediate container 364d90d218a5 23:16:06 ---> 5e0f5e57b028 23:16:06 Step 25/25 : LABEL version=0.0.0 23:16:06 ---> Running in 6fa721f5a87e 23:16:06 Removing intermediate container 6fa721f5a87e 23:16:06 ---> 98f4714c7d8d 23:16:06 [Warning] One or more build-args [ARCH] were not consumed 23:16:06 Successfully built 98f4714c7d8d 23:16:06 Successfully tagged docker-device-rest-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:16:08 provisioning config files... 23:16:08 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/config7701364602700041476tmp [Pipeline] { [Pipeline] sh 23:16:08 + set +x 23:16:08 + curl -s https://codecov.io/bash 23:16:08 + bash -s -- 23:16:08 23:16:08 _____ _ 23:16:08 / ____| | | 23:16:08 | | ___ __| | ___ ___ _____ __ 23:16:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:16:08 | |___| (_) | (_| | __/ (_| (_) \ V / 23:16:08 \_____\___/ \__,_|\___|\___\___/ \_/ 23:16:08 Bash-20210115-cec3c92 23:16:08 23:16:08 23:16:08 ==> git version 2.24.3 found 23:16:08 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 23:16:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:16:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:16:08 ==> Jenkins CI detected. 23:16:08 project root: . 23:16:08 --> token set from env 23:16:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:16:08 ==> Running gcov in . (disable via -X gcov) 23:16:08 ==> Python coveragepy not found 23:16:08 ==> Searching for coverage reports in: 23:16:08 + . 23:16:08 -> Found 1 reports 23:16:08 ==> Detecting git/mercurial file structure 23:16:08 ==> Reading reports 23:16:08 + ./coverage.out bytes=9369 23:16:08 ==> Appending adjustments 23:16:08 https://docs.codecov.io/docs/fixing-reports 23:16:08 + Found adjustments 23:16:08 ==> Gzipping contents 23:16:09 4.0K /tmp/codecov.KqKkeP.gz 23:16:09 ==> Uploading reports 23:16:09 url: https://codecov.io 23:16:09 query: branch=PR-69&commit=ab8908e787e49b186e2887f0f5a0a68fe9938005&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-69%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=69&job=&cmd_args= 23:16:09 -> Pinging Codecov 23:16:09 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-69&commit=ab8908e787e49b186e2887f0f5a0a68fe9938005&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-69%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=69&job=&cmd_args= 23:16:09 -> Uploading to 23:16:09 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/4E5D53B4F1F92C436F7061BF334D961C/ab8908e787e49b186e2887f0f5a0a68fe9938005/d4a5d5d1-9bd1-4efa-8396-e34fa3c80ef1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T231609Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e255dfe244164f6b71c098aa179dc3b7b4f9c9e27f9fa3509e03ac9804087d7b 23:16:09 % Total % Received % Xferd Average Speed Time Time Time Current 23:16:09 Dload Upload Total Spent Left Speed 23:16:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1726 0 0 100 1726 0 3633 --:--:-- --:--:-- --:--:-- 3633 100 1726 0 0 100 1726 0 3632 --:--:-- --:--:-- --:--:-- 3626 23:16:10 -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/ab8908e787e49b186e2887f0f5a0a68fe9938005 [Pipeline] } 23:16:10 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 23:16:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:16:13 ---> package-listing.sh 23:16:13 ++ facter osfamily 23:16:13 ++ tr '[:upper:]' '[:lower:]' 23:16:13 + OS_FAMILY=redhat 23:16:13 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-69 23:16:13 + START_PACKAGES=/tmp/packages_start.txt 23:16:13 + END_PACKAGES=/tmp/packages_end.txt 23:16:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:16:13 + PACKAGES=/tmp/packages_start.txt 23:16:13 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-69 ']' 23:16:13 + PACKAGES=/tmp/packages_end.txt 23:16:13 + case "${OS_FAMILY}" in 23:16:13 + rpm -qa 23:16:13 + sort 23:16:18 + '[' -f /tmp/packages_start.txt ']' 23:16:18 + '[' -f /tmp/packages_end.txt ']' 23:16:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:16:18 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-69 ']' 23:16:18 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-69/archives/ 23:16:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-69/archives/ [Pipeline] echo 23:16:18 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-rest-go_PR-69/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:16:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:16:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:16:19 23:16:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:16:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:16:19 alpine: Pulling from edgex-lftools-log-publisher 23:16:19 df20fa9351a1: Pulling fs layer 23:16:19 36b3adc4ff6f: Pulling fs layer 23:16:19 8ad3a11d3b57: Pulling fs layer 23:16:19 46f8f816bc3b: Pulling fs layer 23:16:19 93b61091891f: Pulling fs layer 23:16:19 93b9cdb0e59b: Pulling fs layer 23:16:19 5e14af77c1be: Pulling fs layer 23:16:19 01666e4c0597: Pulling fs layer 23:16:19 aa168da1d23b: Pulling fs layer 23:16:19 46f8f816bc3b: Waiting 23:16:19 5e14af77c1be: Waiting 23:16:19 01666e4c0597: Waiting 23:16:19 93b9cdb0e59b: Waiting 23:16:19 93b61091891f: Waiting 23:16:19 aa168da1d23b: Waiting 23:16:19 36b3adc4ff6f: Verifying Checksum 23:16:19 36b3adc4ff6f: Download complete 23:16:19 46f8f816bc3b: Verifying Checksum 23:16:19 46f8f816bc3b: Download complete 23:16:19 df20fa9351a1: Download complete 23:16:20 93b9cdb0e59b: Download complete 23:16:20 5e14af77c1be: Verifying Checksum 23:16:20 5e14af77c1be: Download complete 23:16:20 93b61091891f: Verifying Checksum 23:16:20 93b61091891f: Download complete 23:16:20 01666e4c0597: Verifying Checksum 23:16:20 01666e4c0597: Download complete 23:16:20 df20fa9351a1: Pull complete 23:16:20 36b3adc4ff6f: Pull complete 23:16:21 8ad3a11d3b57: Verifying Checksum 23:16:21 8ad3a11d3b57: Download complete 23:16:21 8ad3a11d3b57: Pull complete 23:16:21 46f8f816bc3b: Pull complete 23:16:22 aa168da1d23b: Verifying Checksum 23:16:22 aa168da1d23b: Download complete 23:16:23 93b61091891f: Pull complete 23:16:23 93b9cdb0e59b: Pull complete 23:16:23 5e14af77c1be: Pull complete 23:16:23 01666e4c0597: Pull complete 23:16:30 aa168da1d23b: Pull complete 23:16:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:16:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:16:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:16:30 prd-centos7-docker-4c-2g-21713 does not seem to be running inside a container 23:16:30 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-rest-go_PR-69/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-rest-go_PR-69 -v /w/workspace/dgexfoundry_device-rest-go_PR-69:/w/workspace/dgexfoundry_device-rest-go_PR-69:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:16:34 $ docker top a4c1f606b2b64e66a409a8263a370cce39c95d5d92f44421a6555ff753410285 -eo pid,comm [Pipeline] { [Pipeline] sh 23:16:35 + touch /tmp/pre-build-complete [Pipeline] sh 23:16:35 + mkdir -p /var/log/sa [Pipeline] sh 23:16:35 + ls /var/log/sa-host 23:16:35 + sadf -c /var/log/sa-host/sa20 23:16:35 file_magic: OK 23:16:35 HZ: Using current value: 100 23:16:35 file_header: OK 23:16:35 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 23:16:35 Statistics: 23:16:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:16:35 File successfully converted to sysstat format version 12.2.1 23:16:35 + sadf -c /var/log/sa-host/sa23 23:16:35 file_magic: OK 23:16:35 HZ: Using current value: 100 23:16:35 file_header: OK 23:16:35 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 23:16:35 Statistics: 23:16:35 Hnuu...uuuununununu... 23:16:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:16:36 provisioning config files... 23:16:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/config5792792323294689856tmp [Pipeline] { [Pipeline] echo 23:16:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:16:36 ---> create-netrc.sh [Pipeline] } 23:16:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:16:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:16:36 ---> python-tools-install.sh [Pipeline] echo 23:16:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:16:37 ---> sudo-logs.sh 23:16:37 Archiving 'sudo' log.. [Pipeline] echo 23:16:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:16:37 ---> job-cost.sh 23:16:37 lf-activate-venv: SKIPPING 23:16:37 INFO: No Stack... 23:16:38 INFO: Retrieving Pricing Info for: v1-standard-2 23:16:39 INFO: Archiving Costs [Pipeline] echo 23:16:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:16:39 ---> logs-deploy.sh 23:16:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-69/3 23:16:39 INFO: archiving workspace using pattern(s): 23:16:41 Archives upload complete. 23:16:41 INFO: archiving logs to Nexus