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 abd24f16bfefa7889687f83d2fc8de1c385cee13 rather than c99d5dc85383e5fc32e239b83c619eb36f3eafe8 Obtained Jenkinsfile from abd24f16bfefa7889687f83d2fc8de1c385cee13 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19623 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 abd24f16bfefa7889687f83d2fc8de1c385cee13 into PR head commit c99d5dc85383e5fc32e239b83c619eb36f3eafe8 Merge succeeded, producing 5c8dcad97484fc213c9c4da6f24a416e799ac57e Checking out Revision 5c8dcad97484fc213c9c4da6f24a416e799ac57e (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 abd24f16bfefa7889687f83d2fc8de1c385cee13 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c8dcad97484fc213c9c4da6f24a416e799ac57e # timeout=10 Commit message: "Merge commit 'abd24f16bfefa7889687f83d2fc8de1c385cee13' into HEAD" > git rev-list --no-walk c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:07:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:07:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:07:43 ========================================================= 23:07:43 EdgeX Global Pipelines Version Info 23:07:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:07:44 ------------------- 23:07:44 stable info: 23:07:44 ------------------- 23:07:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:07:44 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:07:44 Message: update stable to v1.0.173 23:07:45 ------------------- 23:07:45 experimental info: 23:07:45 ------------------- 23:07:45 Commited By: **** collab-it+edgex@linuxfoundation.org 23:07:45 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:07:45 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:07:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo 23:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:07:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:07:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:07:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:07:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:07:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:07:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:07:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-69 [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-69 [Pipeline] echo 23:07:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-69 [Pipeline] echo 23:07:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c8dcad97484fc213c9c4da6f24a416e799ac57e [Pipeline] echo 23:07:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c8dcad [Pipeline] echo 23:07:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:07:49 provisioning config files... 23:07:49 copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/config2736250792199673329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:07:49 ---> docker-login.sh 23:07:49 nexus3.edgexfoundry.org:10001 23:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:50 Configure a credential helper to remove this warning. See 23:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:50 23:07:50 Login Succeeded 23:07:50 nexus3.edgexfoundry.org:10002 23:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:50 Configure a credential helper to remove this warning. See 23:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:50 23:07:50 Login Succeeded 23:07:50 nexus3.edgexfoundry.org:10003 23:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:50 Configure a credential helper to remove this warning. See 23:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:50 23:07:50 Login Succeeded 23:07:50 nexus3.edgexfoundry.org:10004 23:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:50 Configure a credential helper to remove this warning. See 23:07:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:50 23:07:50 Login Succeeded 23:07:50 docker.io 23:07:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:07:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:07:51 Configure a credential helper to remove this warning. See 23:07:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:07:51 23:07:51 Login Succeeded 23:07:51 ---> docker-login.sh ends [Pipeline] } 23:07:51 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:07:51 + git log --format=format:%s -1 5c8dcad97484fc213c9c4da6f24a416e799ac57e [Pipeline] echo 23:07:51 GIT_COMMIT: 5c8dcad97484fc213c9c4da6f24a416e799ac57e, Commit Message: Merge commit 'abd24f16bfefa7889687f83d2fc8de1c385cee13' into HEAD [Pipeline] echo 23:07:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:07:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:52 23:07:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:07:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:53 latest: Pulling from edgex-devops/git-semver 23:07:53 31603596830f: Pulling fs layer 23:07:53 2a8b12db71e7: Pulling fs layer 23:07:53 6ca5941a6612: Pulling fs layer 23:07:53 ecc8261a40a4: Pulling fs layer 23:07:53 ecc8261a40a4: Waiting 23:07:53 2a8b12db71e7: Verifying Checksum 23:07:53 2a8b12db71e7: Download complete 23:07:53 31603596830f: Verifying Checksum 23:07:53 31603596830f: Download complete 23:07:53 6ca5941a6612: Verifying Checksum 23:07:53 6ca5941a6612: Download complete 23:07:53 ecc8261a40a4: Verifying Checksum 23:07:53 ecc8261a40a4: Download complete 23:07:53 31603596830f: Pull complete 23:07:54 2a8b12db71e7: Pull complete 23:07:55 6ca5941a6612: Pull complete 23:07:55 ecc8261a40a4: Pull complete 23:07:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:07:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:07:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:07:55 prd-centos7-docker-4c-2g-19623 does not seem to be running inside a container 23:07:55 $ 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:07:57 $ docker top 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:07:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:57 [ssh-agent] Looking for ssh-agent implementation... 23:07:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:57 $ docker exec 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad ssh-agent 23:07:58 SSH_AUTH_SOCK=/tmp/ssh-ryNzzqO28doV/agent.12 23:07:58 SSH_AGENT_PID=18 23:07:58 Running ssh-add (command line suppressed) 23:07:58 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_8382167703407048868.key (/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_8382167703407048868.key) 23:07:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:58 + git tag --points-at HEAD [Pipeline] } 23:07:58 $ docker exec --env ******** --env ******** 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad ssh-agent -k 23:07:58 unset SSH_AUTH_SOCK; 23:07:58 unset SSH_AGENT_PID; 23:07:58 echo Agent pid 18 killed; 23:07:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:07:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:07:58 [ssh-agent] Looking for ssh-agent implementation... 23:07:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:07:59 $ docker exec 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad ssh-agent 23:07:59 SSH_AUTH_SOCK=/tmp/ssh-Bb53EDs1G1DG/agent.47 23:07:59 SSH_AGENT_PID=53 23:07:59 Running ssh-add (command line suppressed) 23:07:59 Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_141085779766862778.key (/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/private_key_141085779766862778.key) 23:07:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:07:59 + git semver init 23:07:59 # -> Open(): unable to determine branch for HEAD 23:07:59 # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-69/.git 23:07:59 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-69 23:07:59 # $SEMVER_REMOTE_NAME = origin 23:07:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:07:59 # $SEMVER_USER_NAME = edgex-jenkins 23:07:59 # $SEMVER_BRANCH = PR-69 23:07:59 # $SEMVER_TEMP = /tmp/semver-354993551 23:07:59 # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP 23:08:00 # '/tmp/semver-354993551' -> '/w/workspace/dgexfoundry_device-rest-go_PR-69/.semver' 23:08:00 # -> Force: false 23:08:00 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-69/.semver [Pipeline] } 23:08:00 $ docker exec --env ******** --env ******** 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad ssh-agent -k 23:08:00 unset SSH_AUTH_SOCK; 23:08:00 unset SSH_AGENT_PID; 23:08:00 echo Agent pid 53 killed; 23:08:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:08:01 + git semver [Pipeline] } 23:08:01 $ docker stop --time=1 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad 23:08:02 $ docker rm -f 8b7f4d07d987b34814fbe48663bfbc005cd66a87c11fed70b1c79c403baadfad [Pipeline] // withDockerContainer [Pipeline] sh 23:08:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:08:03 Stashed 1 file(s) [Pipeline] echo 23:08:03 [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:08:19 Still waiting to schedule task 23:08:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:08:19 Still waiting to schedule task 23:08:19 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 23:10:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19624 in /w/workspace/dgexfoundry_device-rest-go_PR-69 [Pipeline] { [Pipeline] ws 23:10:11 Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout 23:10:16 using credential edgex-jenkins-ssh 23:10:16 Cloning the remote Git repository 23:10:16 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:10:16 > git init /w/workspace/device-rest-go/2 # timeout=10 23:10:16 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:10:16 > git --version # timeout=10 23:10:16 > git --version # 'git version 2.17.1' 23:10:16 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:18 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:10:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:18 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:10:18 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:10:18 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:18 > 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:10:18 Merging remotes/origin/master commit abd24f16bfefa7889687f83d2fc8de1c385cee13 into PR head commit c99d5dc85383e5fc32e239b83c619eb36f3eafe8 23:10:19 Merge succeeded, producing b3d24c7147b3452a6643435bc47e749b6f66c692 23:10:19 Checking out Revision b3d24c7147b3452a6643435bc47e749b6f66c692 (PR-69) 23:10:18 > git config core.sparsecheckout # timeout=10 23:10:18 > git checkout -f c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 23:10:19 > git remote # timeout=10 23:10:19 > git config --get remote.origin.url # timeout=10 23:10:19 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:19 > git merge abd24f16bfefa7889687f83d2fc8de1c385cee13 # timeout=10 23:10:19 > git rev-parse HEAD^{commit} # timeout=10 23:10:19 > git config core.sparsecheckout # timeout=10 23:10:19 > git checkout -f b3d24c7147b3452a6643435bc47e749b6f66c692 # timeout=10 23:10:23 Commit message: "Merge commit 'abd24f16bfefa7889687f83d2fc8de1c385cee13' into HEAD" 23:10:23 > git rev-list --no-walk c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:10:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:10:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:10:26 + sudo service docker restart 23:10:26 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:10:28 provisioning config files... 23:10:28 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config7260406949671422631tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:10:29 ---> docker-login.sh 23:10:29 nexus3.edgexfoundry.org:10001 23:10:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:30 Configure a credential helper to remove this warning. See 23:10:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:30 23:10:30 Login Succeeded 23:10:30 nexus3.edgexfoundry.org:10002 23:10:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:31 Configure a credential helper to remove this warning. See 23:10:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:31 23:10:31 Login Succeeded 23:10:31 nexus3.edgexfoundry.org:10003 23:10:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:31 Configure a credential helper to remove this warning. See 23:10:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:31 23:10:31 Login Succeeded 23:10:31 nexus3.edgexfoundry.org:10004 23:10:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:32 Configure a credential helper to remove this warning. See 23:10:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:32 23:10:32 Login Succeeded 23:10:32 docker.io 23:10:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:10:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:10:33 Configure a credential helper to remove this warning. See 23:10:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:10:33 23:10:33 Login Succeeded 23:10:33 ---> docker-login.sh ends [Pipeline] } 23:10:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:10:33 ========================================================= 23:10:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:10:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:10:33 + 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:10:33 Sending build context to Docker daemon 83.97kB 23:10:34 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:10:34 Step 2/10 : FROM ${BASE} 23:10:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:10:34 5f621e34cdf4: Pulling fs layer 23:10:34 a4357932f1b6: Pulling fs layer 23:10:34 18c013af1878: Pulling fs layer 23:10:34 00ac8860ef70: Pulling fs layer 23:10:34 63d7cb157983: Pulling fs layer 23:10:34 b116817d02f9: Pulling fs layer 23:10:34 745a02a5169b: Pulling fs layer 23:10:34 00ac8860ef70: Waiting 23:10:34 b116817d02f9: Waiting 23:10:34 745a02a5169b: Waiting 23:10:34 63d7cb157983: Waiting 23:10:34 18c013af1878: Verifying Checksum 23:10:34 18c013af1878: Download complete 23:10:34 a4357932f1b6: Verifying Checksum 23:10:34 a4357932f1b6: Download complete 23:10:34 63d7cb157983: Verifying Checksum 23:10:34 63d7cb157983: Download complete 23:10:34 b116817d02f9: Verifying Checksum 23:10:34 b116817d02f9: Download complete 23:10:34 5f621e34cdf4: Verifying Checksum 23:10:34 5f621e34cdf4: Download complete 23:10:35 5f621e34cdf4: Pull complete 23:10:35 a4357932f1b6: Pull complete 23:10:36 18c013af1878: Pull complete 23:10:37 745a02a5169b: Verifying Checksum 23:10:37 745a02a5169b: Download complete 23:10:38 00ac8860ef70: Verifying Checksum 23:10:38 00ac8860ef70: Download complete 23:10:47 Running on prd-centos7-docker-4c-2g-19625 in /w/workspace/dgexfoundry_device-rest-go_PR-69 [Pipeline] { [Pipeline] ws 23:10:47 Running in /w/workspace/device-rest-go/2 [Pipeline] { [Pipeline] checkout 23:10:49 00ac8860ef70: Pull complete 23:10:49 63d7cb157983: Pull complete 23:10:49 b116817d02f9: Pull complete 23:10:51 using credential edgex-jenkins-ssh 23:10:51 Cloning the remote Git repository 23:10:51 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:10:51 > git init /w/workspace/device-rest-go/2 # timeout=10 23:10:51 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:10:51 > git --version # timeout=10 23:10:51 > git --version # 'git version 2.24.3' 23:10:51 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:52 745a02a5169b: Pull complete 23:10:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:10:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:10:52 ---> b7e6874047d6 23:10:52 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:10:52 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:10:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:10:52 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:10:52 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:10:52 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:52 > 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:10:53 Merging remotes/origin/master commit abd24f16bfefa7889687f83d2fc8de1c385cee13 into PR head commit c99d5dc85383e5fc32e239b83c619eb36f3eafe8 23:10:53 Merge succeeded, producing 82eddb6b924da06ad94ee06640316f931b2bf3bf 23:10:53 Checking out Revision 82eddb6b924da06ad94ee06640316f931b2bf3bf (PR-69) 23:10:53 > git config core.sparsecheckout # timeout=10 23:10:53 > git checkout -f c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 23:10:53 > git remote # timeout=10 23:10:53 > git config --get remote.origin.url # timeout=10 23:10:53 using GIT_SSH to set credentials SSH Credentials for GitHub 23:10:53 > git merge abd24f16bfefa7889687f83d2fc8de1c385cee13 # timeout=10 23:10:53 > git rev-parse HEAD^{commit} # timeout=10 23:10:53 > git config core.sparsecheckout # timeout=10 23:10:53 > git checkout -f 82eddb6b924da06ad94ee06640316f931b2bf3bf # timeout=10 23:10:54 ---> Running in 8741e5ab7ead 23:10:55 Removing intermediate container 8741e5ab7ead 23:10:55 ---> 87fb88dde66a 23:10:55 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:10:55 ---> Running in 6dea86bdce85 23:10:56 Removing intermediate container 6dea86bdce85 23:10:56 ---> cfab4fbe3a4b 23:10:56 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:10:56 ---> Running in effff893fc12 23:10:56 Removing intermediate container effff893fc12 23:10:56 ---> 43a2002dfd37 23:10:56 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:10:56 ---> Running in 502a4c633c71 23:10:57 Commit message: "Merge commit 'abd24f16bfefa7889687f83d2fc8de1c385cee13' into HEAD" 23:10:57 > git rev-list --no-walk c99d5dc85383e5fc32e239b83c619eb36f3eafe8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:10:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:10:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:10:58 + sudo service docker restart 23:10:58 + true 23:10:58 Redirecting to /bin/systemctl restart docker.service 23:10:59 Removing intermediate container 502a4c633c71 23:10:59 ---> 9343c354a88a 23:10:59 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:10:59 ---> Running in d3406d7a228c [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:10:59 provisioning config files... 23:10:59 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/2@tmp/config7707272259477303205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:11:00 ---> docker-login.sh 23:11:00 nexus3.edgexfoundry.org:10001 23:11:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:11:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:00 Configure a credential helper to remove this warning. See 23:11:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:00 23:11:00 Login Succeeded 23:11:00 nexus3.edgexfoundry.org:10002 23:11:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:00 Configure a credential helper to remove this warning. See 23:11:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:00 23:11:00 Login Succeeded 23:11:00 nexus3.edgexfoundry.org:10003 23:11:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:11:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:01 Configure a credential helper to remove this warning. See 23:11:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:01 23:11:01 Login Succeeded 23:11:01 nexus3.edgexfoundry.org:10004 23:11:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:01 Configure a credential helper to remove this warning. See 23:11:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:01 23:11:01 Login Succeeded 23:11:01 docker.io 23:11:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:11:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:11:01 Configure a credential helper to remove this warning. See 23:11:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:11:01 23:11:01 Login Succeeded 23:11:01 ---> docker-login.sh ends [Pipeline] } 23:11:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 23:11:01 OK: 142 MiB in 39 packages [Pipeline] echo 23:11:02 ========================================================= 23:11:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:11:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:11:02 + 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:11:02 Sending build context to Docker daemon 83.97kB 23:11:02 Step 1/10 : ARG BASE=golang:1.15-alpine3.12 23:11:02 Step 2/10 : FROM ${BASE} 23:11:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:11:02 188c0c94c7c5: Pulling fs layer 23:11:02 0ef7d3d256c8: Pulling fs layer 23:11:02 de9db76c5a1d: Pulling fs layer 23:11:02 bca2f99d35d6: Pulling fs layer 23:11:02 93359f2a8cfa: Pulling fs layer 23:11:02 7c6f9722023f: Pulling fs layer 23:11:02 a35cf1a2eb13: Pulling fs layer 23:11:02 bca2f99d35d6: Waiting 23:11:02 93359f2a8cfa: Waiting 23:11:02 7c6f9722023f: Waiting 23:11:02 a35cf1a2eb13: Waiting 23:11:02 de9db76c5a1d: Verifying Checksum 23:11:02 de9db76c5a1d: Download complete 23:11:02 0ef7d3d256c8: Verifying Checksum 23:11:02 0ef7d3d256c8: Download complete 23:11:02 Removing intermediate container d3406d7a228c 23:11:02 ---> 813340f18ef6 23:11:02 Step 8/10 : WORKDIR /device-rest-go 23:11:03 93359f2a8cfa: Verifying Checksum 23:11:03 93359f2a8cfa: Download complete 23:11:03 7c6f9722023f: Download complete 23:11:03 188c0c94c7c5: Verifying Checksum 23:11:03 188c0c94c7c5: Download complete 23:11:03 ---> Running in 3769555ec275 23:11:03 188c0c94c7c5: Pull complete 23:11:03 0ef7d3d256c8: Pull complete 23:11:03 de9db76c5a1d: Pull complete 23:11:03 Removing intermediate container 3769555ec275 23:11:03 ---> ba3b4055432a 23:11:03 Step 9/10 : COPY . . 23:11:04 ---> d9042babfefc 23:11:04 Step 10/10 : RUN go mod download 23:11:04 ---> Running in e225625b916b 23:11:04 a35cf1a2eb13: Verifying Checksum 23:11:04 a35cf1a2eb13: Download complete 23:11:05 bca2f99d35d6: Verifying Checksum 23:11:05 bca2f99d35d6: Download complete 23:11:10 bca2f99d35d6: Pull complete 23:11:10 93359f2a8cfa: Pull complete 23:11:10 7c6f9722023f: Pull complete 23:11:17 a35cf1a2eb13: Pull complete 23:11:17 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:11:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:11:17 ---> a62c8e92a672 23:11:17 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 23:11:17 ---> Running in b75863f956b5 23:11:18 Removing intermediate container b75863f956b5 23:11:18 ---> cb3109f17223 23:11:18 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 23:11:18 ---> Running in f26d92bc5366 23:11:18 Removing intermediate container f26d92bc5366 23:11:18 ---> a432ff1f9169 23:11:18 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:11:18 ---> Running in 9831a9e61b27 23:11:18 Removing intermediate container 9831a9e61b27 23:11:18 ---> 027bf1bc4e78 23:11:18 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:11:18 ---> Running in ce66bed62d18 23:11:19 Removing intermediate container ce66bed62d18 23:11:19 ---> 604f0ca8a93f 23:11:19 Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:11:19 ---> Running in 3731cae46116 23:11:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:11:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:11:21 OK: 166 MiB in 39 packages 23:11:22 Removing intermediate container 3731cae46116 23:11:22 ---> a40c32b1d270 23:11:22 Step 8/10 : WORKDIR /device-rest-go 23:11:22 ---> Running in cb90d7283971 23:11:22 Removing intermediate container cb90d7283971 23:11:22 ---> 242ab65149c9 23:11:22 Step 9/10 : COPY . . 23:11:22 ---> 677d1640c6d9 23:11:22 Step 10/10 : RUN go mod download 23:11:22 ---> Running in a8622746c893 23:11:26 Removing intermediate container e225625b916b 23:11:26 ---> beb01a27559e 23:11:26 Successfully built beb01a27559e 23:11:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:11:27 + docker inspect -f . ci-base-image-arm64 23:11:27 . [Pipeline] withDockerContainer 23:11:27 prd-ubuntu18.04-docker-arm64-4c-16g-19624 does not seem to be running inside a container 23:11:27 $ 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 23:11:29 $ docker top 7cfd95265aeb69f600c40ee8336f91eae40847b67ad1bad3b15c6fee895fcee7 -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:30 + go version 23:11:30 go version go1.15.5 linux/arm64 [Pipeline] } 23:11:30 $ docker stop --time=1 7cfd95265aeb69f600c40ee8336f91eae40847b67ad1bad3b15c6fee895fcee7 23:11:32 $ docker rm -f 7cfd95265aeb69f600c40ee8336f91eae40847b67ad1bad3b15c6fee895fcee7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:11:33 + docker inspect -f . ci-base-image-arm64 23:11:33 . [Pipeline] withDockerContainer 23:11:33 prd-ubuntu18.04-docker-arm64-4c-16g-19624 does not seem to be running inside a container 23:11:33 $ 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 23:11:34 $ docker top 50f6ac840bfcbe2e340888cc4c724fb5030b5b690596421f32dd2ca60e88c926 -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:36 + make test 23:11:36 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:11:37 ? github.com/edgexfoundry/device-rest-go [no test files] 23:11:40 Removing intermediate container a8622746c893 23:11:40 ---> d466935cfcd2 23:11:40 Successfully built d466935cfcd2 23:11:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:11:41 + docker inspect -f . ci-base-image-x86_64 23:11:41 . [Pipeline] withDockerContainer 23:11:41 prd-centos7-docker-4c-2g-19625 does not seem to be running inside a container 23:11:41 $ 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 23:11:42 $ docker top 835708919b77f07badfbce00244a1b980d37d40aa23178b3a95a61b6543207e4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:42 + go version 23:11:42 go version go1.15.5 linux/amd64 [Pipeline] } 23:11:42 $ docker stop --time=1 835708919b77f07badfbce00244a1b980d37d40aa23178b3a95a61b6543207e4 23:11:44 $ docker rm -f 835708919b77f07badfbce00244a1b980d37d40aa23178b3a95a61b6543207e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:11:45 + docker inspect -f . ci-base-image-x86_64 23:11:45 . [Pipeline] withDockerContainer 23:11:45 prd-centos7-docker-4c-2g-19625 does not seem to be running inside a container 23:11:45 $ 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 23:11:45 $ docker top e034eb28c5a407d75feebc7cd4fbe053ff89f8f9c63aa8dece3157ffd0bec537 -eo pid,comm [Pipeline] { [Pipeline] sh 23:11:46 + make test 23:11:46 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 23:11:46 ? github.com/edgexfoundry/device-rest-go [no test files] 23:11:59 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 23:11:59 ok github.com/edgexfoundry/device-rest-go/driver 0.052s coverage: 56.3% of statements 23:11:59 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:12:00 gofmt -l . 23:12:00 [ "`gofmt -l .`" = "" ] 23:12:00 ./bin/test-go-mod-tidy.sh 23:12:01 ./bin/test-attribution-txt.sh [Pipeline] } 23:12:01 $ docker stop --time=1 e034eb28c5a407d75feebc7cd4fbe053ff89f8f9c63aa8dece3157ffd0bec537 23:12:04 $ docker rm -f e034eb28c5a407d75feebc7cd4fbe053ff89f8f9c63aa8dece3157ffd0bec537 [Pipeline] // withDockerContainer [Pipeline] sh 23:12:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:12:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:12:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:12:06 + ls -al . 23:12:06 total 96 23:12:06 drwxrwxr-x. 8 jenkins jenkins 4096 Jan 11 23:12 . 23:12:06 drwxrwxr-x. 4 jenkins jenkins 28 Jan 11 23:10 .. 23:12:06 -rw-rw-r--. 1 jenkins jenkins 5294 Jan 11 23:10 Attribution.txt 23:12:06 drwxrwxr-x. 2 jenkins jenkins 64 Jan 11 23:10 bin 23:12:06 drwxrwxr-x. 3 jenkins jenkins 32 Jan 11 23:10 cmd 23:12:06 -rw-r--r--. 1 jenkins jenkins 9369 Jan 11 23:11 coverage.out 23:12:06 -rw-rw-r--. 1 jenkins jenkins 1530 Jan 11 23:10 Dockerfile 23:12:06 -rw-rw-r--. 1 jenkins jenkins 1002 Jan 11 23:10 Dockerfile.build 23:12:06 -rw-rw-r--. 1 jenkins jenkins 151 Jan 11 23:10 .dockerignore 23:12:06 drwxrwxr-x. 2 jenkins jenkins 93 Jan 11 23:11 driver 23:12:06 drwxrwxr-x. 8 jenkins jenkins 179 Jan 11 23:10 .git 23:12:06 drwxrwxr-x. 2 jenkins jenkins 60 Jan 11 23:10 .github 23:12:06 -rw-rw-r--. 1 jenkins jenkins 339 Jan 11 23:10 .gitignore 23:12:06 -rw-r--r--. 1 jenkins jenkins 267 Jan 11 23:12 go.mod 23:12:06 -rw-r--r--. 1 jenkins jenkins 13985 Jan 11 23:12 go.sum 23:12:06 -rw-rw-r--. 1 jenkins jenkins 680 Jan 11 23:10 Jenkinsfile 23:12:06 -rw-rw-r--. 1 jenkins jenkins 11340 Jan 11 23:10 LICENSE 23:12:06 -rw-rw-r--. 1 jenkins jenkins 951 Jan 11 23:10 Makefile 23:12:06 -rw-rw-r--. 1 jenkins jenkins 5917 Jan 11 23:10 README.md 23:12:06 drwxrwxr-x. 4 jenkins jenkins 71 Jan 11 23:10 snap 23:12:06 -rw-rw-r--. 1 jenkins jenkins 5 Jan 11 23:08 VERSION 23:12:06 -rw-rw-r--. 1 jenkins jenkins 713 Jan 11 23:10 version.go [Pipeline] isUnix [Pipeline] sh 23:12:06 + 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=5c8dcad97484fc213c9c4da6f24a416e799ac57e --label arch=amd64 --label version=0.0.0 . 23:12:06 Sending build context to Docker daemon 95.74kB 23:12:06 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 23:12:06 Step 2/25 : FROM ${BASE} AS builder 23:12:06 ---> d466935cfcd2 23:12:06 Step 3/25 : ARG MAKE='make build' 23:12:07 ---> Running in fc7ee48a6e2b 23:12:07 Removing intermediate container fc7ee48a6e2b 23:12:07 ---> 8f072b582f62 23:12:07 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 23:12:07 ---> Running in 26355caeacfe 23:12:07 Removing intermediate container 26355caeacfe 23:12:07 ---> 2a8dbd4afb30 23:12:07 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 23:12:07 ---> Running in 2fdeee074c19 23:12:07 Removing intermediate container 2fdeee074c19 23:12:07 ---> 8b8696a8203a 23:12:07 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:12:07 ---> Running in b2e302f4ebe1 23:12:08 Removing intermediate container b2e302f4ebe1 23:12:08 ---> 44ef7012c457 23:12:08 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:12:08 ---> Running in 5d2642a5df06 23:12:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:12:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:12:10 OK: 166 MiB in 39 packages 23:12:11 Removing intermediate container 5d2642a5df06 23:12:11 ---> 8ce1b30b0055 23:12:11 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 23:12:11 ---> Running in 31acd9948754 23:12:11 Removing intermediate container 31acd9948754 23:12:11 ---> 5f4ee06cbea3 23:12:11 Step 9/25 : COPY go.mod . 23:12:11 ---> 552626bfc3b1 23:12:11 Step 10/25 : COPY Makefile . 23:12:11 ---> 9fb0612cfee0 23:12:11 Step 11/25 : RUN make update 23:12:12 ---> Running in ac8a4b61710c 23:12:12 CGO_ENABLED=0 GO111MODULE=on go mod download 23:12:12 Removing intermediate container ac8a4b61710c 23:12:12 ---> b83213a5b5c8 23:12:12 Step 12/25 : COPY . . 23:12:13 ---> c67963b7891b 23:12:13 Step 13/25 : RUN $MAKE 23:12:13 ---> Running in e38b946f35e3 23:12:14 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:12:16 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 23:12:16 ok github.com/edgexfoundry/device-rest-go/driver 0.110s coverage: 56.3% of statements 23:12:16 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:12:18 gofmt -l . 23:12:18 [ "`gofmt -l .`" = "" ] 23:12:18 ./bin/test-go-mod-tidy.sh 23:12:18 ./bin/test-attribution-txt.sh [Pipeline] } 23:12:19 $ docker stop --time=1 50f6ac840bfcbe2e340888cc4c724fb5030b5b690596421f32dd2ca60e88c926 23:12:22 $ docker rm -f 50f6ac840bfcbe2e340888cc4c724fb5030b5b690596421f32dd2ca60e88c926 [Pipeline] // withDockerContainer [Pipeline] sh 23:12:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:12:23 Warning: overwriting stash ‘coverage-report’ 23:12:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 23:12:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:12:25 + ls -al . 23:12:25 total 124 23:12:25 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 23:12 . 23:12:25 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 23:10 .. 23:12:25 -rw-rw-r-- 1 jenkins jenkins 151 Jan 11 23:10 .dockerignore 23:12:25 drwxrwxr-x 8 jenkins jenkins 4096 Jan 11 23:10 .git 23:12:25 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 23:10 .github 23:12:25 -rw-rw-r-- 1 jenkins jenkins 339 Jan 11 23:10 .gitignore 23:12:25 -rw-rw-r-- 1 jenkins jenkins 5294 Jan 11 23:10 Attribution.txt 23:12:25 -rw-rw-r-- 1 jenkins jenkins 1530 Jan 11 23:10 Dockerfile 23:12:25 -rw-rw-r-- 1 jenkins jenkins 1002 Jan 11 23:10 Dockerfile.build 23:12:25 -rw-rw-r-- 1 jenkins jenkins 680 Jan 11 23:10 Jenkinsfile 23:12:25 -rw-rw-r-- 1 jenkins jenkins 11340 Jan 11 23:10 LICENSE 23:12:25 -rw-rw-r-- 1 jenkins jenkins 951 Jan 11 23:10 Makefile 23:12:25 -rw-rw-r-- 1 jenkins jenkins 5917 Jan 11 23:10 README.md 23:12:25 -rw-rw-r-- 1 jenkins jenkins 5 Jan 11 23:08 VERSION 23:12:25 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 23:10 bin 23:12:25 drwxrwxr-x 3 jenkins jenkins 4096 Jan 11 23:10 cmd 23:12:25 -rw-r--r-- 1 jenkins jenkins 9369 Jan 11 23:12 coverage.out 23:12:25 drwxrwxr-x 2 jenkins jenkins 4096 Jan 11 23:12 driver 23:12:25 -rw-r--r-- 1 jenkins jenkins 267 Jan 11 23:12 go.mod 23:12:25 -rw-r--r-- 1 jenkins jenkins 13985 Jan 11 23:12 go.sum 23:12:25 drwxrwxr-x 4 jenkins jenkins 4096 Jan 11 23:10 snap 23:12:25 -rw-rw-r-- 1 jenkins jenkins 713 Jan 11 23:10 version.go [Pipeline] isUnix [Pipeline] sh 23:12:25 + 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=5c8dcad97484fc213c9c4da6f24a416e799ac57e --label arch=arm64 --label version=0.0.0 . 23:12:25 Sending build context to Docker daemon 95.74kB 23:12:25 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 23:12:25 Step 2/25 : FROM ${BASE} AS builder 23:12:25 ---> beb01a27559e 23:12:25 Step 3/25 : ARG MAKE='make build' 23:12:26 ---> Running in 2cd90029fafd 23:12:26 Removing intermediate container e38b946f35e3 23:12:26 ---> 6a384cfe2ed1 23:12:26 Step 14/25 : FROM alpine:3.12 23:12:26 3.12: Pulling from library/alpine 23:12:26 801bfaa63ef2: Pulling fs layer 23:12:26 801bfaa63ef2: Verifying Checksum 23:12:26 801bfaa63ef2: Download complete 23:12:26 801bfaa63ef2: Pull complete 23:12:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:12:26 Status: Downloaded newer image for alpine:3.12 23:12:26 ---> 389fef711851 23:12:26 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:12:26 ---> Running in 8e81ef993d2a 23:12:26 Removing intermediate container 8e81ef993d2a 23:12:26 ---> 454d804caff4 23:12:26 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 23:12:26 ---> Running in 26e20f68b4c9 23:12:26 Removing intermediate container 2cd90029fafd 23:12:26 ---> cb98879dae6b 23:12:26 Step 4/25 : ARG ALPINE_PKG_BASE="make git" 23:12:26 Removing intermediate container 26e20f68b4c9 23:12:26 ---> ae47d4b75ab7 23:12:26 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 23:12:26 ---> Running in 924e5655a568 23:12:27 ---> 540f05f4927c 23:12:27 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 23:12:27 ---> eab13af7c28a 23:12:27 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 23:12:27 Removing intermediate container 924e5655a568 23:12:27 ---> adc48ab68201 23:12:27 Step 5/25 : ARG ALPINE_PKG_EXTRA="" 23:12:27 ---> Running in 1b4c813ca674 23:12:27 ---> 2cc8beae7142 23:12:27 Step 20/25 : EXPOSE 49986 23:12:27 ---> Running in 9ed057af18c7 23:12:27 Removing intermediate container 9ed057af18c7 23:12:27 ---> 99f2f915b096 23:12:27 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 23:12:28 Removing intermediate container 1b4c813ca674 23:12:28 ---> 34f91b5a5cce 23:12:28 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:12:28 ---> Running in 71a2cd7d593a 23:12:28 ---> Running in 5ec9c83cf737 23:12:28 Removing intermediate container 5ec9c83cf737 23:12:28 ---> a2e962e2f958 23:12:28 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:12:28 ---> Running in 6453773c29f8 23:12:28 Removing intermediate container 6453773c29f8 23:12:28 ---> caa2a693860b 23:12:28 Step 23/25 : LABEL arch=amd64 23:12:28 ---> Running in f5548de33623 23:12:28 Removing intermediate container f5548de33623 23:12:28 ---> 75855c122905 23:12:28 Step 24/25 : LABEL git_sha=5c8dcad97484fc213c9c4da6f24a416e799ac57e 23:12:28 ---> Running in 2ce46837a218 23:12:29 Removing intermediate container 2ce46837a218 23:12:29 ---> 9d9f7f47eb94 23:12:29 Step 25/25 : LABEL version=0.0.0 23:12:29 ---> Running in 1eecf7778f73 23:12:29 Removing intermediate container 1eecf7778f73 23:12:29 ---> c16da2b22251 23:12:29 [Warning] One or more build-args [ARCH] were not consumed 23:12:29 Successfully built c16da2b22251 23:12:29 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:12:30 Removing intermediate container 71a2cd7d593a 23:12:30 ---> a63e9d480e77 23:12:30 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:12:30 ---> Running in a7bdd1a6b549 23:12:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:12:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:12:32 OK: 142 MiB in 39 packages 23:12:33 Removing intermediate container a7bdd1a6b549 23:12:33 ---> ce19ef66f1b5 23:12:33 Step 8/25 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-rest-go 23:12:34 ---> Running in 66c7e33f7a3d 23:12:34 Removing intermediate container 66c7e33f7a3d 23:12:34 ---> a3ff001bad2b 23:12:34 Step 9/25 : COPY go.mod . 23:12:35 ---> a9c53de67efa 23:12:35 Step 10/25 : COPY Makefile . 23:12:35 ---> 9e589caa7595 23:12:35 Step 11/25 : RUN make update 23:12:35 ---> Running in b99a659913b8 23:12:36 CGO_ENABLED=0 GO111MODULE=on go mod download 23:12:38 Removing intermediate container b99a659913b8 23:12:38 ---> 521799e958e9 23:12:38 Step 12/25 : COPY . . 23:12:39 ---> 36cf725f0502 23:12:39 Step 13/25 : RUN $MAKE 23:12:39 ---> Running in 1b4f632bca01 23:12:40 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:13:12 Removing intermediate container 1b4f632bca01 23:13:12 ---> 6e4e3c6728e0 23:13:12 Step 14/25 : FROM alpine:3.12 23:13:12 3.12: Pulling from library/alpine 23:13:12 159e5727ea61: Pulling fs layer 23:13:12 159e5727ea61: Verifying Checksum 23:13:12 159e5727ea61: Download complete 23:13:12 159e5727ea61: Pull complete 23:13:12 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:13:12 Status: Downloaded newer image for alpine:3.12 23:13:12 ---> afeebe901d6b 23:13:12 Step 15/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:13:12 ---> Running in 007cd376bae3 23:13:12 Removing intermediate container 007cd376bae3 23:13:12 ---> 54e1641811a7 23:13:12 Step 16/25 : LABEL Name=device-rest-go Version=${VERSION} 23:13:12 ---> Running in b33daeccb359 23:13:12 Removing intermediate container b33daeccb359 23:13:12 ---> 90ac8a971644 23:13:12 Step 17/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/LICENSE / 23:13:12 ---> fee1f6a27424 23:13:12 Step 18/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/Attribution.txt / 23:13:12 ---> e98af10c6492 23:13:12 Step 19/25 : COPY --from=builder /go/src/github.com/edgexfoundry/device-rest-go/cmd / 23:13:12 ---> 7f19b41aa3f0 23:13:12 Step 20/25 : EXPOSE 49986 23:13:13 ---> Running in ccfc9d753e95 23:13:13 Removing intermediate container ccfc9d753e95 23:13:13 ---> 80c7a82eaafc 23:13:13 Step 21/25 : ENTRYPOINT ["/device-rest-go"] 23:13:13 ---> Running in 403c155b1901 23:13:14 Removing intermediate container 403c155b1901 23:13:14 ---> 989e0289cd60 23:13:14 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--confdir=/res", "--registry"] 23:13:14 ---> Running in 1b90c5ba32c2 23:13:14 Removing intermediate container 1b90c5ba32c2 23:13:14 ---> 5a2035da72e8 23:13:14 Step 23/25 : LABEL arch=arm64 23:13:14 ---> Running in 9b1130202c8c 23:13:15 Removing intermediate container 9b1130202c8c 23:13:15 ---> 2957f409999b 23:13:15 Step 24/25 : LABEL git_sha=5c8dcad97484fc213c9c4da6f24a416e799ac57e 23:13:15 ---> Running in 6ccc0681d143 23:13:16 Removing intermediate container 6ccc0681d143 23:13:16 ---> 255f28e47746 23:13:16 Step 25/25 : LABEL version=0.0.0 23:13:16 ---> Running in 7d76e6b8814d 23:13:16 Removing intermediate container 7d76e6b8814d 23:13:16 ---> 4400152524a4 23:13:16 [Warning] One or more build-args [ARCH] were not consumed 23:13:16 Successfully built 4400152524a4 23:13:16 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:13:18 provisioning config files... 23:13:18 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/config290658584546934803tmp [Pipeline] { [Pipeline] sh 23:13:18 + set +x 23:13:18 + curl -s https://codecov.io/bash 23:13:18 + bash -s -- 23:13:18 23:13:18 _____ _ 23:13:18 / ____| | | 23:13:18 | | ___ __| | ___ ___ _____ __ 23:13:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:13:18 | |___| (_) | (_| | __/ (_| (_) \ V / 23:13:18 \_____\___/ \__,_|\___|\___\___/ \_/ 23:13:18 Bash-20201231-23d4836 23:13:18 23:13:18 23:13:18 ==> git version 2.24.3 found 23:13:18 ==> 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:13:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:13:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:13:18 ==> Jenkins CI detected. 23:13:18 project root: . 23:13:18 --> token set from env 23:13:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:13:18 ==> Running gcov in . (disable via -X gcov) 23:13:18 ==> Python coveragepy not found 23:13:18 ==> Searching for coverage reports in: 23:13:18 + . 23:13:18 -> Found 1 reports 23:13:18 ==> Detecting git/mercurial file structure 23:13:18 ==> Reading reports 23:13:18 + ./coverage.out bytes=9369 23:13:18 ==> Appending adjustments 23:13:18 https://docs.codecov.io/docs/fixing-reports 23:13:18 + Found adjustments 23:13:18 ==> Gzipping contents 23:13:18 4.0K /tmp/codecov.DgeZbb.gz 23:13:18 ==> Uploading reports 23:13:18 url: https://codecov.io 23:13:18 query: branch=PR-69&commit=5c8dcad97484fc213c9c4da6f24a416e799ac57e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-69%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=69&job=&cmd_args= 23:13:18 -> Pinging Codecov 23:13:18 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-69&commit=5c8dcad97484fc213c9c4da6f24a416e799ac57e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-69%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=69&job=&cmd_args= 23:13:19 -> Uploading to 23:13:19 https://storage.googleapis.com/codecov/v4/raw/2021-01-11/4E5D53B4F1F92C436F7061BF334D961C/5c8dcad97484fc213c9c4da6f24a416e799ac57e/bde1572f-eb88-4c9d-911b-00384f7b731c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T231319Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=225e1fd2ee5dc31a6dbbe13c36e440f26d262ec0c4f2a11a6a25e7d748b1306c 23:13:19 % Total % Received % Xferd Average Speed Time Time Time Current 23:13:19 Dload Upload Total Spent Left Speed 23:13:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1726 0 0 100 1726 0 3311 --:--:-- --:--:-- --:--:-- 3306 100 1726 0 0 100 1726 0 3310 --:--:-- --:--:-- --:--:-- 3306 23:13:19 -> View reports at https://codecov.io/github/edgexfoundry/device-rest-go/commit/5c8dcad97484fc213c9c4da6f24a416e799ac57e [Pipeline] } 23:13:20 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:13:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:13:22 ---> package-listing.sh 23:13:22 ++ facter osfamily 23:13:22 ++ tr '[:upper:]' '[:lower:]' 23:13:22 + OS_FAMILY=redhat 23:13:22 + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-69 23:13:22 + START_PACKAGES=/tmp/packages_start.txt 23:13:22 + END_PACKAGES=/tmp/packages_end.txt 23:13:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:13:22 + PACKAGES=/tmp/packages_start.txt 23:13:22 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-69 ']' 23:13:22 + PACKAGES=/tmp/packages_end.txt 23:13:22 + case "${OS_FAMILY}" in 23:13:22 + rpm -qa 23:13:22 + sort 23:13:28 + '[' -f /tmp/packages_start.txt ']' 23:13:28 + '[' -f /tmp/packages_end.txt ']' 23:13:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:13:28 + '[' /w/workspace/dgexfoundry_device-rest-go_PR-69 ']' 23:13:28 + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-69/archives/ 23:13:28 + 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:13:28 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:13:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:13:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:28 23:13:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:13:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:29 alpine: Pulling from edgex-lftools-log-publisher 23:13:29 df20fa9351a1: Pulling fs layer 23:13:29 36b3adc4ff6f: Pulling fs layer 23:13:29 8ad3a11d3b57: Pulling fs layer 23:13:29 46f8f816bc3b: Pulling fs layer 23:13:29 93b61091891f: Pulling fs layer 23:13:29 93b9cdb0e59b: Pulling fs layer 23:13:29 5e14af77c1be: Pulling fs layer 23:13:29 01666e4c0597: Pulling fs layer 23:13:29 aa168da1d23b: Pulling fs layer 23:13:29 93b9cdb0e59b: Waiting 23:13:29 01666e4c0597: Waiting 23:13:29 5e14af77c1be: Waiting 23:13:29 aa168da1d23b: Waiting 23:13:29 46f8f816bc3b: Waiting 23:13:29 93b61091891f: Waiting 23:13:29 36b3adc4ff6f: Verifying Checksum 23:13:29 36b3adc4ff6f: Download complete 23:13:29 46f8f816bc3b: Verifying Checksum 23:13:29 46f8f816bc3b: Download complete 23:13:29 df20fa9351a1: Verifying Checksum 23:13:29 df20fa9351a1: Download complete 23:13:29 93b9cdb0e59b: Verifying Checksum 23:13:29 93b9cdb0e59b: Download complete 23:13:29 93b61091891f: Download complete 23:13:29 5e14af77c1be: Verifying Checksum 23:13:29 5e14af77c1be: Download complete 23:13:29 01666e4c0597: Verifying Checksum 23:13:29 01666e4c0597: Download complete 23:13:29 df20fa9351a1: Pull complete 23:13:30 36b3adc4ff6f: Pull complete 23:13:30 8ad3a11d3b57: Verifying Checksum 23:13:30 8ad3a11d3b57: Download complete 23:13:30 8ad3a11d3b57: Pull complete 23:13:31 46f8f816bc3b: Pull complete 23:13:31 aa168da1d23b: Verifying Checksum 23:13:31 aa168da1d23b: Download complete 23:13:32 93b61091891f: Pull complete 23:13:32 93b9cdb0e59b: Pull complete 23:13:32 5e14af77c1be: Pull complete 23:13:32 01666e4c0597: Pull complete 23:13:40 aa168da1d23b: Pull complete 23:13:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:13:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:13:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:13:40 prd-centos7-docker-4c-2g-19623 does not seem to be running inside a container 23:13:41 $ 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:13:44 $ docker top 655a72cc3e0e4370f4622adeed62ccd1b56d2c3fafbb6888d26a72bdc0d34088 -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:45 + touch /tmp/pre-build-complete [Pipeline] sh 23:13:45 + mkdir -p /var/log/sa [Pipeline] sh 23:13:45 + ls /var/log/sa-host 23:13:45 + sadf -c /var/log/sa-host/sa11 23:13:45 file_magic: OK 23:13:45 HZ: Using current value: 100 23:13:45 file_header: OK 23:13:45 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:13:45 Statistics: 23:13:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:13:45 File successfully converted to sysstat format version 12.2.1 23:13:45 + sadf -c /var/log/sa-host/sa23 23:13:45 file_magic: OK 23:13:45 HZ: Using current value: 100 23:13:45 file_header: OK 23:13:45 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:13:45 Statistics: 23:13:45 Hnuu...uuuununununu... 23:13:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:13:46 provisioning config files... 23:13:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-69@tmp/config950985583478649529tmp [Pipeline] { [Pipeline] echo 23:13:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:13:46 ---> create-netrc.sh [Pipeline] } 23:13:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:13:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:13:47 ---> python-tools-install.sh [Pipeline] echo 23:13:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:13:47 ---> sudo-logs.sh 23:13:47 Archiving 'sudo' log.. [Pipeline] echo 23:13:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:13:47 ---> job-cost.sh 23:13:47 lf-activate-venv: SKIPPING 23:13:47 INFO: No Stack... 23:13:48 INFO: Retrieving Pricing Info for: v1-standard-2 23:13:48 INFO: Archiving Costs [Pipeline] echo 23:13:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:13:49 ---> logs-deploy.sh 23:13:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-69/2 23:13:49 INFO: archiving workspace using pattern(s): 23:13:51 Archives upload complete. 23:13:51 INFO: archiving logs to Nexus