Pull request #236 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-rest-go Obtained Jenkinsfile from 0db921cb73de7c92ef95eb0396f10aedf575380b+6ec9f51e6b3e6e38f1e3adcbf889ec129489e7ba (6769407c4f9d1e7b05418cf38eface2c910e5b13) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3755969689716295409.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6578759276776562081.key > 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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-236/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-236/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17757423734850059521.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-236/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7975928791900424538.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3540512432734091099.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-236/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-go/branches/PR-236/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7515983158548707728.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-1315’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-blackbox-4c-2g-1316’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-1749’ is offline ‘prd-ubuntu20.04-docker-8c-8g-1751’ is offline ‘prd-ubuntu20.04-docker-8c-8g-1756’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-1750’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-arm64-4c-16g-1752’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-1758 in /w/workspace/gexfoundry_device-rest-go_PR-236 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/gexfoundry_device-rest-go_PR-236 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' 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 > 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 Merging remotes/origin/main commit 6ec9f51e6b3e6e38f1e3adcbf889ec129489e7ba into PR head commit 0db921cb73de7c92ef95eb0396f10aedf575380b Merge succeeded, producing 0db921cb73de7c92ef95eb0396f10aedf575380b Checking out Revision 0db921cb73de7c92ef95eb0396f10aedf575380b (PR-236) > 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/236/head:refs/remotes/origin/PR-236 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0db921cb73de7c92ef95eb0396f10aedf575380b # 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 6ec9f51e6b3e6e38f1e3adcbf889ec129489e7ba # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0db921cb73de7c92ef95eb0396f10aedf575380b # timeout=10 Commit message: "refactor!: Rework code for refactored MessageBus Configuration" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:31:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:31:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:31:20 ========================================================= 23:31:20 EdgeX Global Pipelines Version Info 23:31:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:31:21 ------------------- 23:31:21 stable info: 23:31:21 ------------------- 23:31:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:31:21 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 23:31:21 Message: update stable to v1.0.244 23:31:22 ------------------- 23:31:22 experimental info: 23:31:22 ------------------- 23:31:22 Commited By: **** collab-it+edgex@linuxfoundation.org 23:31:22 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 23:31:22 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:31:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-236 [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-236 [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-236 [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0db921cb73de7c92ef95eb0396f10aedf575380b [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0db921c [Pipeline] echo 23:31:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:31:23 provisioning config files... 23:31:23 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-236@tmp/config8868984540859596223tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:31:24 ---> docker-login.sh 23:31:24 nexus3.edgexfoundry.org:10001 23:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:24 Configure a credential helper to remove this warning. See 23:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:24 23:31:24 Login Succeeded 23:31:24 nexus3.edgexfoundry.org:10002 23:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:24 Configure a credential helper to remove this warning. See 23:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:24 23:31:24 Login Succeeded 23:31:24 nexus3.edgexfoundry.org:10003 23:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:24 Configure a credential helper to remove this warning. See 23:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:24 23:31:24 Login Succeeded 23:31:24 nexus3.edgexfoundry.org:10004 23:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:24 Configure a credential helper to remove this warning. See 23:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:24 23:31:24 Login Succeeded 23:31:24 docker.io 23:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:24 Configure a credential helper to remove this warning. See 23:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:24 23:31:24 Login Succeeded 23:31:24 ---> docker-login.sh ends [Pipeline] } 23:31:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 23:31:25 + git rev-list -1 --merges 0db921cb73de7c92ef95eb0396f10aedf575380b~1..0db921cb73de7c92ef95eb0396f10aedf575380b [Pipeline] echo 23:31:25 -----------> git rev-list -1 --merges 0db921cb73de7c92ef95eb0396f10aedf575380b~1..0db921cb73de7c92ef95eb0396f10aedf575380b 0db921cb73de7c92ef95eb0396f10aedf575380b [false] [Pipeline] sh 23:31:26 + git log --format=format:%s -1 0db921cb73de7c92ef95eb0396f10aedf575380b [Pipeline] echo 23:31:26 ========================================================= 23:31:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:31:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:31:26 + git log --format=format:%s -1 0db921cb73de7c92ef95eb0396f10aedf575380b [Pipeline] echo 23:31:26 [semverPrep] GIT_COMMIT: 0db921cb73de7c92ef95eb0396f10aedf575380b, Commit Message: refactor!: Rework code for refactored MessageBus Configuration [Pipeline] echo 23:31:26 [semverPrep] This is not a build commit. [Pipeline] sh 23:31:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:31:26 + grep -v github /etc/ssh/ssh_known_hosts 23:31:26 + [ -e /tmp/ssh_known_hosts ] 23:31:26 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:31:26 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:31:26 + sudo tee -a /etc/ssh/ssh_known_hosts 23:31:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:31:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:31:27 23:31:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:31:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:31:27 0.1.4: Pulling from edgex-devops/py-git-semver 23:31:27 b85a868b505f: Pulling fs layer 23:31:27 e2be974225ed: Pulling fs layer 23:31:27 339a4e72a1f5: Pulling fs layer 23:31:27 988bab9f4d93: Pulling fs layer 23:31:27 1469e6f7b9e6: Pulling fs layer 23:31:27 eaf3925da568: Pulling fs layer 23:31:27 bab4dde63d76: Pulling fs layer 23:31:27 bde34c3a00c8: Pulling fs layer 23:31:27 b352a97aabf1: Pulling fs layer 23:31:27 4872d77fe225: Pulling fs layer 23:31:27 5851b861e8e6: Pulling fs layer 23:31:27 b352a97aabf1: Waiting 23:31:27 4872d77fe225: Waiting 23:31:27 5851b861e8e6: Waiting 23:31:27 bab4dde63d76: Waiting 23:31:27 bde34c3a00c8: Waiting 23:31:27 988bab9f4d93: Waiting 23:31:27 eaf3925da568: Waiting 23:31:27 e2be974225ed: Verifying Checksum 23:31:27 e2be974225ed: Download complete 23:31:27 988bab9f4d93: Verifying Checksum 23:31:27 988bab9f4d93: Download complete 23:31:27 1469e6f7b9e6: Verifying Checksum 23:31:27 1469e6f7b9e6: Download complete 23:31:27 339a4e72a1f5: Verifying Checksum 23:31:27 339a4e72a1f5: Download complete 23:31:27 eaf3925da568: Download complete 23:31:27 bde34c3a00c8: Verifying Checksum 23:31:27 bde34c3a00c8: Download complete 23:31:27 b352a97aabf1: Download complete 23:31:27 4872d77fe225: Verifying Checksum 23:31:27 4872d77fe225: Download complete 23:31:27 5851b861e8e6: Verifying Checksum 23:31:27 5851b861e8e6: Download complete 23:31:27 b85a868b505f: Verifying Checksum 23:31:27 b85a868b505f: Download complete 23:31:28 bab4dde63d76: Verifying Checksum 23:31:28 bab4dde63d76: Download complete 23:31:29 b85a868b505f: Pull complete 23:31:29 e2be974225ed: Pull complete 23:31:29 339a4e72a1f5: Pull complete 23:31:29 988bab9f4d93: Pull complete 23:31:30 1469e6f7b9e6: Pull complete 23:31:30 eaf3925da568: Pull complete 23:31:32 bab4dde63d76: Pull complete 23:31:32 bde34c3a00c8: Pull complete 23:31:32 b352a97aabf1: Pull complete 23:31:32 4872d77fe225: Pull complete 23:31:32 5851b861e8e6: Pull complete 23:31:32 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:31:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:31:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:31:32 prd-ubuntu20.04-docker-8c-8g-1758 does not seem to be running inside a container 23:31:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-236 -v /w/workspace/gexfoundry_device-rest-go_PR-236:/w/workspace/gexfoundry_device-rest-go_PR-236:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-236@tmp:/w/workspace/gexfoundry_device-rest-go_PR-236@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-devops/py-git-semver:0.1.4 cat 23:31:35 $ docker top 00cfa73083bceb711d4ca8a27f5c35874c866bec3272ee1e2d7d2958b9544bbf -eo pid,comm 23:31:35 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 23:31:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:31:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:31:35 [ssh-agent] Looking for ssh-agent implementation... 23:31:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:31:35 $ docker exec 00cfa73083bceb711d4ca8a27f5c35874c866bec3272ee1e2d7d2958b9544bbf ssh-agent 23:31:36 SSH_AUTH_SOCK=/tmp/ssh-MLncrwEThPSV/agent.31 23:31:36 SSH_AGENT_PID=37 23:31:36 Running ssh-add (command line suppressed) 23:31:36 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-236@tmp/private_key_5152348416048400841.key (/w/workspace/gexfoundry_device-rest-go_PR-236@tmp/private_key_5152348416048400841.key) 23:31:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:31:36 + git tag --points-at HEAD [Pipeline] } 23:31:36 $ docker exec --env ******** --env ******** 00cfa73083bceb711d4ca8a27f5c35874c866bec3272ee1e2d7d2958b9544bbf ssh-agent -k 23:31:36 unset SSH_AUTH_SOCK; 23:31:36 unset SSH_AGENT_PID; 23:31:36 echo Agent pid 37 killed; 23:31:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:31:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:31:36 [ssh-agent] Looking for ssh-agent implementation... 23:31:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:31:36 $ docker exec 00cfa73083bceb711d4ca8a27f5c35874c866bec3272ee1e2d7d2958b9544bbf ssh-agent 23:31:36 SSH_AUTH_SOCK=/tmp/ssh-Klssthkd1t2o/agent.69 23:31:36 SSH_AGENT_PID=75 23:31:36 Running ssh-add (command line suppressed) 23:31:37 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-236@tmp/private_key_6928535231919805897.key (/w/workspace/gexfoundry_device-rest-go_PR-236@tmp/private_key_6928535231919805897.key) 23:31:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:31:37 + git semver init 23:31:37 2023-01-10 23:31:37,609 [run_init] DEBUG init version:0.0.0 force:False 23:31:37 2023-01-10 23:31:37,610 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-rest-go_PR-236/.semver 23:31:37 2023-01-10 23:31:37,610 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/gexfoundry_device-rest-go_PR-236/.semver 23:31:37 2023-01-10 23:31:37,611 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/gexfoundry_device-rest-go_PR-236/.semver'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-236, universal_newlines=False, shell=None, istream=None) 23:31:39 2023-01-10 23:31:38,645 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-rest-go_PR-236/.git/info/exclude 23:31:39 2023-01-10 23:31:38,646 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-rest-go_PR-236/.semver/PR-236 with force:False 23:31:39 2023-01-10 23:31:38,646 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-rest-go_PR-236/.semver/PR-236 23:31:39 2023-01-10 23:31:38,650 [execute] INFO git cat-file --batch-check 23:31:39 2023-01-10 23:31:38,651 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-236/.semver, universal_newlines=False, shell=None, istream=) 23:31:39 2023-01-10 23:31:38,656 [execute] INFO git cat-file --batch 23:31:39 2023-01-10 23:31:38,656 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-236/.semver, universal_newlines=False, shell=None, istream=) 23:31:39 2023-01-10 23:31:38,659 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-rest-go_PR-236/.semver/PR-236 23:31:39 0.0.0 [Pipeline] } 23:31:39 $ docker exec --env ******** --env ******** 00cfa73083bceb711d4ca8a27f5c35874c866bec3272ee1e2d7d2958b9544bbf ssh-agent -k 23:31:39 unset SSH_AUTH_SOCK; 23:31:39 unset SSH_AGENT_PID; 23:31:39 echo Agent pid 75 killed; 23:31:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:31:39 + git semver [Pipeline] } 23:31:39 $ docker stop --time=1 00cfa73083bceb711d4ca8a27f5c35874c866bec3272ee1e2d7d2958b9544bbf 23:31:41 $ docker rm -f --volumes 00cfa73083bceb711d4ca8a27f5c35874c866bec3272ee1e2d7d2958b9544bbf [Pipeline] // withDockerContainer [Pipeline] sh 23:31:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:31:41 Stashed 1 file(s) [Pipeline] echo 23:31:41 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:31:42 provisioning config files... 23:31:42 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-236@tmp/config11857099968033638064tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:31:42 ---> docker-login.sh 23:31:42 nexus3.edgexfoundry.org:10001 23:31:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:42 Configure a credential helper to remove this warning. See 23:31:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:42 23:31:42 Login Succeeded 23:31:42 nexus3.edgexfoundry.org:10002 23:31:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:42 Configure a credential helper to remove this warning. See 23:31:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:42 23:31:42 Login Succeeded 23:31:42 nexus3.edgexfoundry.org:10003 23:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:43 Configure a credential helper to remove this warning. See 23:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:43 23:31:43 Login Succeeded 23:31:43 nexus3.edgexfoundry.org:10004 23:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:43 Configure a credential helper to remove this warning. See 23:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:43 23:31:43 Login Succeeded 23:31:43 docker.io 23:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:31:43 Configure a credential helper to remove this warning. See 23:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:31:43 23:31:43 Login Succeeded 23:31:43 ---> docker-login.sh ends [Pipeline] } 23:31:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:31:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:31:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:31:43 ========================================================= 23:31:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 23:31:43 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:31:44 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 23:31:44 Sending build context to Docker daemon 10.79MB 23:31:44 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 23:31:44 Step 2/12 : FROM ${BASE} AS builder 23:31:44 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 23:31:44 213ec9aee27d: Pulling fs layer 23:31:44 4583459ba037: Pulling fs layer 23:31:44 93c1e223e6f2: Pulling fs layer 23:31:44 53926ce57604: Pulling fs layer 23:31:44 21b2b0c7a3f4: Pulling fs layer 23:31:44 22ff95d597cd: Pulling fs layer 23:31:44 12d6caf4c0d1: Pulling fs layer 23:31:44 96b7cbca73a9: Pulling fs layer 23:31:44 a7acece74701: Pulling fs layer 23:31:44 21b2b0c7a3f4: Waiting 23:31:44 22ff95d597cd: Waiting 23:31:44 12d6caf4c0d1: Waiting 23:31:44 96b7cbca73a9: Waiting 23:31:44 53926ce57604: Waiting 23:31:44 a7acece74701: Waiting 23:31:44 93c1e223e6f2: Download complete 23:31:44 4583459ba037: Verifying Checksum 23:31:44 4583459ba037: Download complete 23:31:44 21b2b0c7a3f4: Verifying Checksum 23:31:44 21b2b0c7a3f4: Download complete 23:31:44 22ff95d597cd: Download complete 23:31:44 213ec9aee27d: Verifying Checksum 23:31:44 213ec9aee27d: Download complete 23:31:44 12d6caf4c0d1: Verifying Checksum 23:31:44 12d6caf4c0d1: Download complete 23:31:44 213ec9aee27d: Pull complete 23:31:44 4583459ba037: Pull complete 23:31:44 93c1e223e6f2: Pull complete 23:31:44 a7acece74701: Verifying Checksum 23:31:44 a7acece74701: Download complete 23:31:44 96b7cbca73a9: Verifying Checksum 23:31:44 96b7cbca73a9: Download complete 23:31:45 53926ce57604: Verifying Checksum 23:31:45 53926ce57604: Download complete 23:31:49 53926ce57604: Pull complete 23:31:49 21b2b0c7a3f4: Pull complete 23:31:49 22ff95d597cd: Pull complete 23:31:49 12d6caf4c0d1: Pull complete 23:31:51 96b7cbca73a9: Pull complete 23:31:52 a7acece74701: Pull complete 23:31:52 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 23:31:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 23:31:52 ---> db6d94c90886 23:31:52 Step 3/12 : ARG ADD_BUILD_TAGS="" 23:31:56 ---> Running in 2d83cbb0a329 23:31:56 Removing intermediate container 2d83cbb0a329 23:31:56 ---> 557c309a2eb0 23:31:56 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:31:56 ---> Running in 431cff8751a2 23:31:56 Removing intermediate container 431cff8751a2 23:31:56 ---> 4fcf32b3a2f5 23:31:56 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 23:31:56 ---> Running in cf8b8d02497f 23:31:56 Removing intermediate container cf8b8d02497f 23:31:56 ---> 35684773985a 23:31:56 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 23:31:56 ---> Running in 851b86853514 23:31:56 Removing intermediate container 851b86853514 23:31:56 ---> f4ecee46046b 23:31:56 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:31:56 ---> Running in 9cfeb91cc4e6 23:31:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:31:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:31:57 (1/4) Installing openssh-keygen (9.0_p1-r2) 23:31:57 (2/4) Installing libedit (20210910.3.1-r0) 23:31:57 (3/4) Installing openssh-client-common (9.0_p1-r2) 23:31:57 Still waiting to schedule task 23:31:57 ‘prd-centos7-blackbox-4c-2g-1315’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 23:31:57 ‘prd-centos7-blackbox-4c-2g-1316’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 23:31:57 ‘prd-ubuntu20.04-docker-8c-8g-1760’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 23:31:57 ‘prd-ubuntu20.04-docker-arm64-4c-16g-1759’ is offline 23:31:57 (4/4) Installing openssh-client-default (9.0_p1-r2) 23:31:57 Executing busybox-1.35.0-r17.trigger 23:31:57 OK: 216 MiB in 55 packages 23:31:57 Removing intermediate container 9cfeb91cc4e6 23:31:57 ---> be7a8737c7ab 23:31:57 Step 8/12 : WORKDIR /device-rest-go 23:31:57 ---> Running in b37d4a321673 23:31:57 Removing intermediate container b37d4a321673 23:31:57 ---> 2aa05ff02c83 23:31:57 Step 9/12 : COPY go.mod vendor* ./ 23:31:57 ---> acf9f84d33d7 23:31:57 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:31:57 ---> Running in 04061ba0a5a3 23:32:04 go: github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.5 (replaced by ../../device-sdk-go): reading /device-sdk-go/go.mod: open /device-sdk-go/go.mod: no such file or directory 23:32:04 skipping... 23:32:22 Removing intermediate container 04061ba0a5a3 23:32:22 ---> 09d7c7836d6c 23:32:22 Step 11/12 : COPY . . 23:32:22 ---> d64db0494ace 23:32:22 Step 12/12 : RUN $MAKE 23:32:22 ---> Running in e2dde3613e1a 23:32:22 noop 23:32:22 Removing intermediate container e2dde3613e1a 23:32:22 ---> f9b3faab906b 23:32:22 Successfully built f9b3faab906b 23:32:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:32:23 + docker inspect -f . ci-base-image-x86_64 23:32:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:32:23 prd-ubuntu20.04-docker-8c-8g-1758 does not seem to be running inside a container 23:32:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-236 -v /w/workspace/gexfoundry_device-rest-go_PR-236:/w/workspace/gexfoundry_device-rest-go_PR-236:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-236@tmp:/w/workspace/gexfoundry_device-rest-go_PR-236@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 ******** -e ******** ci-base-image-x86_64 cat 23:32:23 $ docker top 5ac9128a1d158f8fd2cf02ffe71ca971256789c4a7d87092365bacffa2ef5c0c -eo pid,comm [Pipeline] { [Pipeline] sh 23:32:23 + go version 23:32:23 go version go1.18.7 linux/amd64 [Pipeline] } 23:32:24 $ docker stop --time=1 5ac9128a1d158f8fd2cf02ffe71ca971256789c4a7d87092365bacffa2ef5c0c 23:32:25 $ docker rm -f --volumes 5ac9128a1d158f8fd2cf02ffe71ca971256789c4a7d87092365bacffa2ef5c0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:32:26 + docker inspect -f . ci-base-image-x86_64 23:32:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:32:26 prd-ubuntu20.04-docker-8c-8g-1758 does not seem to be running inside a container 23:32:26 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-rest-go_PR-236 -v /w/workspace/gexfoundry_device-rest-go_PR-236:/w/workspace/gexfoundry_device-rest-go_PR-236:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-236@tmp:/w/workspace/gexfoundry_device-rest-go_PR-236@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 ******** -e ******** ci-base-image-x86_64 cat 23:32:26 $ docker top b1fd2345cd05aaf59e488a63fcd33f13b5e2896fd47f8a342b446f1cf0ddcd6e -eo pid,comm [Pipeline] { [Pipeline] sh 23:32:26 + git config --global --add safe.directory /w/workspace/gexfoundry_device-rest-go_PR-236 [Pipeline] fileExists [Pipeline] sh 23:32:27 + make test 23:32:27 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:32:27 driver/restdriver.go:22:2: github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.5: replacement directory ../../device-sdk-go does not exist 23:32:27 driver/restdriver.go:23:2: github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.5: replacement directory ../../device-sdk-go does not exist 23:32:27 cmd/main.go:20:2: github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.5: replacement directory ../../device-sdk-go does not exist 23:32:27 make: *** [Makefile:39: unittest] Error 1 [Pipeline] } 23:32:27 $ docker stop --time=1 b1fd2345cd05aaf59e488a63fcd33f13b5e2896fd47f8a342b446f1cf0ddcd6e 23:32:28 $ docker rm -f --volumes b1fd2345cd05aaf59e488a63fcd33f13b5e2896fd47f8a342b446f1cf0ddcd6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:32:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:32:29 23:32:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:32:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:32:30 latest: Pulling from edgex-lftools-log-publisher 23:32:30 5eb5b503b376: Pulling fs layer 23:32:30 5c69ac0246d0: Pulling fs layer 23:32:30 ec43610c2a17: Pulling fs layer 23:32:30 3a2ae6a8a46f: Pulling fs layer 23:32:30 33b1e0a273af: Pulling fs layer 23:32:30 5d3b04190fa2: Pulling fs layer 23:32:30 2f39f015ded8: Pulling fs layer 23:32:30 33b1e0a273af: Waiting 23:32:30 3a2ae6a8a46f: Waiting 23:32:30 5d3b04190fa2: Waiting 23:32:30 2f39f015ded8: Waiting 23:32:30 5c69ac0246d0: Verifying Checksum 23:32:30 5c69ac0246d0: Download complete 23:32:30 3a2ae6a8a46f: Verifying Checksum 23:32:30 3a2ae6a8a46f: Download complete 23:32:30 ec43610c2a17: Verifying Checksum 23:32:30 ec43610c2a17: Download complete 23:32:30 33b1e0a273af: Verifying Checksum 23:32:30 33b1e0a273af: Download complete 23:32:30 5d3b04190fa2: Verifying Checksum 23:32:30 5d3b04190fa2: Download complete 23:32:30 5eb5b503b376: Verifying Checksum 23:32:30 5eb5b503b376: Download complete 23:32:30 2f39f015ded8: Download complete 23:32:31 5eb5b503b376: Pull complete 23:32:31 5c69ac0246d0: Pull complete 23:32:32 ec43610c2a17: Pull complete 23:32:32 3a2ae6a8a46f: Pull complete 23:32:32 33b1e0a273af: Pull complete 23:32:32 5d3b04190fa2: Pull complete 23:32:38 2f39f015ded8: Pull complete 23:32:38 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:32:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:32:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:32:38 prd-ubuntu20.04-docker-8c-8g-1758 does not seem to be running inside a container 23:32:38 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_PR-236 -v /w/workspace/gexfoundry_device-rest-go_PR-236:/w/workspace/gexfoundry_device-rest-go_PR-236:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-236@tmp:/w/workspace/gexfoundry_device-rest-go_PR-236@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:32:41 $ docker top 16e9f15731bbe04cafd566fe9de0d1bdcdd07cdedf0e368b10de711b2cd4eda7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:32:42 ---> job-cost.sh 23:32:42 lf-activate-venv: SKIPPING 23:32:42 INFO: No Stack... 23:32:42 INFO: Retrieving Pricing Info for: v3-standard-8 23:32:42 INFO: Archiving Costs [Pipeline] sh 23:32:42 + cat /w/workspace/gexfoundry_device-rest-go_PR-236/archives/cost.csv 23:32:42 + cut -d, -f6 [Pipeline] lock 23:32:42 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-236-1-stack-cost] 23:32:42 Resource [jenkins-edgexfoundry-device-rest-go-PR-236-1-stack-cost] did not exist. Created. 23:32:42 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-236-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:32:43 + echo total: 0.2199999988079071 [Pipeline] stash 23:32:43 Stashed 1 file(s) [Pipeline] } 23:32:43 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-236-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:32:43 $ docker stop --time=1 16e9f15731bbe04cafd566fe9de0d1bdcdd07cdedf0e368b10de711b2cd4eda7 23:32:44 $ docker rm -f --volumes 16e9f15731bbe04cafd566fe9de0d1bdcdd07cdedf0e368b10de711b2cd4eda7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:32:45 Failed in branch amd64 23:34:29 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1763 in /w/workspace/gexfoundry_device-rest-go_PR-236 [Pipeline] { [Pipeline] ws 23:34:29 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 23:34:30 The recommended git tool is: git 23:34:36 using credential edgex-jenkins-ssh 23:34:36 Cloning the remote Git repository 23:34:36 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 23:34:36 > git init /w/workspace/device-rest-go/1 # timeout=10 23:34:36 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:34:36 > git --version # timeout=10 23:34:36 > git --version # 'git version 2.25.1' 23:34:36 using GIT_SSH to set credentials SSH Credentials for GitHub 23:34:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:34:38 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:34:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:34:40 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 23:34:40 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 23:34:40 using GIT_SSH to set credentials SSH Credentials for GitHub 23:34:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/236/head:refs/remotes/origin/PR-236 +refs/heads/main:refs/remotes/origin/main # timeout=10 23:34:40 Merging remotes/origin/main commit 6ec9f51e6b3e6e38f1e3adcbf889ec129489e7ba into PR head commit 0db921cb73de7c92ef95eb0396f10aedf575380b 23:34:41 Merge succeeded, producing 0db921cb73de7c92ef95eb0396f10aedf575380b 23:34:41 Checking out Revision 0db921cb73de7c92ef95eb0396f10aedf575380b (PR-236) 23:34:40 > git config core.sparsecheckout # timeout=10 23:34:40 > git checkout -f 0db921cb73de7c92ef95eb0396f10aedf575380b # timeout=10 23:34:40 > git remote # timeout=10 23:34:40 > git config --get remote.origin.url # timeout=10 23:34:40 using GIT_SSH to set credentials SSH Credentials for GitHub 23:34:40 > git merge 6ec9f51e6b3e6e38f1e3adcbf889ec129489e7ba # timeout=10 23:34:41 > git rev-parse HEAD^{commit} # timeout=10 23:34:41 > git config core.sparsecheckout # timeout=10 23:34:41 > git checkout -f 0db921cb73de7c92ef95eb0396f10aedf575380b # timeout=10 23:34:44 Commit message: "refactor!: Rework code for refactored MessageBus Configuration" 23:34:44 > git --version # timeout=10 23:34:44 > git --version # 'git version 2.25.1' 23:34:44 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:34:45 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:34:45 % Total % Received % Xferd Average Speed Time Time Time Current 23:34:45 Dload Upload Total Spent Left Speed 23:34:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 191k 0 --:--:-- --:--:-- --:--:-- 191k [Pipeline] sh 23:34:46 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 23:34:47 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:34:47 + sudo tee /etc/docker/daemon.new 23:34:47 { 23:34:47 "registry-mirrors": [ 23:34:47 "https://nexus3.edgexfoundry.org:10001" 23:34:47 ], 23:34:47 "bip": "10.250.0.254/24", 23:34:47 "hosts": [ 23:34:47 "tcp://0.0.0.0:5555", 23:34:47 "unix:///var/run/docker.sock" 23:34:47 ], 23:34:47 "mtu": 1458, 23:34:47 "selinux-enabled": true, 23:34:47 "seccomp-profile": "/etc/docker/seccomp.json" 23:34:47 } [Pipeline] sh 23:34:47 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:34:47 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:35:06 provisioning config files... 23:35:06 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config117171843515995273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:35:06 ---> docker-login.sh 23:35:06 nexus3.edgexfoundry.org:10001 23:35:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:35:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:35:07 Configure a credential helper to remove this warning. See 23:35:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:35:07 23:35:07 Login Succeeded 23:35:07 nexus3.edgexfoundry.org:10002 23:35:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:35:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:35:07 Configure a credential helper to remove this warning. See 23:35:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:35:07 23:35:07 Login Succeeded 23:35:07 nexus3.edgexfoundry.org:10003 23:35:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:35:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:35:08 Configure a credential helper to remove this warning. See 23:35:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:35:08 23:35:08 Login Succeeded 23:35:08 nexus3.edgexfoundry.org:10004 23:35:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:35:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:35:08 Configure a credential helper to remove this warning. See 23:35:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:35:08 23:35:08 Login Succeeded 23:35:08 docker.io 23:35:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:35:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:35:09 Configure a credential helper to remove this warning. See 23:35:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:35:09 23:35:09 Login Succeeded 23:35:09 ---> docker-login.sh ends [Pipeline] } 23:35:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:35:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:35:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:35:09 ========================================================= 23:35:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 23:35:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:35:10 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 23:35:10 Sending build context to Docker daemon 129.5kB 23:35:10 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 23:35:10 Step 2/12 : FROM ${BASE} AS builder 23:35:10 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:35:10 9b18e9b68314: Pulling fs layer 23:35:10 35d82f9e3411: Pulling fs layer 23:35:10 e16973657156: Pulling fs layer 23:35:10 fc693d55d65f: Pulling fs layer 23:35:10 7e9fc2657dce: Pulling fs layer 23:35:10 dda99020689f: Pulling fs layer 23:35:10 db1c61fa0a46: Pulling fs layer 23:35:10 891c053d2c06: Pulling fs layer 23:35:10 fc693d55d65f: Waiting 23:35:10 7e9fc2657dce: Waiting 23:35:10 dda99020689f: Waiting 23:35:10 db1c61fa0a46: Waiting 23:35:10 891c053d2c06: Waiting 23:35:10 e16973657156: Verifying Checksum 23:35:10 e16973657156: Download complete 23:35:10 35d82f9e3411: Verifying Checksum 23:35:10 35d82f9e3411: Download complete 23:35:10 7e9fc2657dce: Verifying Checksum 23:35:10 7e9fc2657dce: Download complete 23:35:10 dda99020689f: Verifying Checksum 23:35:10 dda99020689f: Download complete 23:35:10 9b18e9b68314: Verifying Checksum 23:35:10 9b18e9b68314: Download complete 23:35:11 9b18e9b68314: Pull complete 23:35:12 891c053d2c06: Verifying Checksum 23:35:12 891c053d2c06: Download complete 23:35:12 35d82f9e3411: Pull complete 23:35:12 e16973657156: Pull complete 23:35:14 db1c61fa0a46: Verifying Checksum 23:35:14 db1c61fa0a46: Download complete 23:35:14 fc693d55d65f: Download complete 23:35:26 fc693d55d65f: Pull complete 23:35:26 7e9fc2657dce: Pull complete 23:35:26 dda99020689f: Pull complete 23:35:31 db1c61fa0a46: Pull complete 23:35:33 891c053d2c06: Pull complete 23:35:33 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 23:35:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 23:35:33 ---> f96f9c87975a 23:35:33 Step 3/12 : ARG ADD_BUILD_TAGS="" 23:35:35 ---> Running in d559de16574d 23:35:36 Removing intermediate container d559de16574d 23:35:36 ---> 736a53b9cea6 23:35:36 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 23:35:36 ---> Running in bb6f70e7aa08 23:35:36 Removing intermediate container bb6f70e7aa08 23:35:36 ---> e7c2b2f5231a 23:35:36 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 23:35:36 ---> Running in 50a62653f5a7 23:35:36 Removing intermediate container 50a62653f5a7 23:35:36 ---> 55ef5d62e32a 23:35:36 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 23:35:36 ---> Running in 118d1ce1ab12 23:35:37 Removing intermediate container 118d1ce1ab12 23:35:37 ---> e8166e278fe2 23:35:37 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 23:35:37 ---> Running in 57138be0030c 23:35:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:35:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:35:40 (1/4) Installing openssh-keygen (9.0_p1-r2) 23:35:40 (2/4) Installing libedit (20210910.3.1-r0) 23:35:40 (3/4) Installing openssh-client-common (9.0_p1-r2) 23:35:40 (4/4) Installing openssh-client-default (9.0_p1-r2) 23:35:40 Executing busybox-1.35.0-r17.trigger 23:35:40 OK: 226 MiB in 55 packages 23:35:41 Removing intermediate container 57138be0030c 23:35:41 ---> a82bf31fb35e 23:35:41 Step 8/12 : WORKDIR /device-rest-go 23:35:41 ---> Running in 561ebb5095ce 23:35:41 Removing intermediate container 561ebb5095ce 23:35:41 ---> f62e2b94aecc 23:35:41 Step 9/12 : COPY go.mod vendor* ./ 23:35:42 ---> 9e41bf78dbb5 23:35:42 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:35:42 ---> Running in b6d5a24851bd 23:36:04 go: github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.5 (replaced by ../../device-sdk-go): reading /device-sdk-go/go.mod: open /device-sdk-go/go.mod: no such file or directory 23:36:04 skipping... 23:36:43 Removing intermediate container b6d5a24851bd 23:36:43 ---> 09c06d26e061 23:36:43 Step 11/12 : COPY . . 23:36:43 ---> edc33200cfab 23:36:43 Step 12/12 : RUN $MAKE 23:36:43 ---> Running in 773710024b8c 23:36:43 noop 23:36:43 Removing intermediate container 773710024b8c 23:36:43 ---> 0f1d4d975d4e 23:36:43 Successfully built 0f1d4d975d4e 23:36:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:36:44 + docker inspect -f . ci-base-image-arm64 23:36:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:36:44 prd-ubuntu20.04-docker-arm64-4c-16g-1763 does not seem to be running inside a container 23:36:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** -e ******** ci-base-image-arm64 cat 23:36:45 $ docker top 0f2bdc65adb7bdfd60f611a9bbea5740c79935c518530c3c0173cdfa15dd9cdd -eo pid,comm [Pipeline] { [Pipeline] sh 23:36:46 + go version 23:36:46 go version go1.18.7 linux/arm64 [Pipeline] } 23:36:46 $ docker stop --time=1 0f2bdc65adb7bdfd60f611a9bbea5740c79935c518530c3c0173cdfa15dd9cdd 23:36:48 $ docker rm -f --volumes 0f2bdc65adb7bdfd60f611a9bbea5740c79935c518530c3c0173cdfa15dd9cdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:36:49 + docker inspect -f . ci-base-image-arm64 23:36:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:36:49 prd-ubuntu20.04-docker-arm64-4c-16g-1763 does not seem to be running inside a container 23:36:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** -e ******** ci-base-image-arm64 cat 23:36:50 $ docker top efcb90d16cd31d2b97ca30b36c01321991875b0fb4ef54d16b9a28ef2d542a41 -eo pid,comm [Pipeline] { [Pipeline] sh 23:36:51 + git config --global --add safe.directory /w/workspace/device-rest-go/1 [Pipeline] fileExists [Pipeline] sh 23:36:52 + make test 23:36:52 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:36:53 driver/restdriver.go:22:2: github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.5: replacement directory ../../device-sdk-go does not exist 23:36:53 driver/restdriver.go:23:2: github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.5: replacement directory ../../device-sdk-go does not exist 23:36:53 cmd/main.go:20:2: github.com/edgexfoundry/device-sdk-go/v3@v3.0.0-dev.5: replacement directory ../../device-sdk-go does not exist 23:36:53 make: *** [Makefile:39: unittest] Error 1 [Pipeline] } 23:36:53 $ docker stop --time=1 efcb90d16cd31d2b97ca30b36c01321991875b0fb4ef54d16b9a28ef2d542a41 23:36:54 $ docker rm -f --volumes efcb90d16cd31d2b97ca30b36c01321991875b0fb4ef54d16b9a28ef2d542a41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:36:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:36:55 23:36:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:36:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:36:56 arm64: Pulling from edgex-lftools-log-publisher 23:36:56 8998bd30e6a1: Pulling fs layer 23:36:56 04944245beec: Pulling fs layer 23:36:56 699f458cf7ca: Pulling fs layer 23:36:56 765212b225bb: Pulling fs layer 23:36:56 f23df028b6ca: Pulling fs layer 23:36:56 d65c8cfc05b1: Pulling fs layer 23:36:56 2437ff75d9bd: Pulling fs layer 23:36:56 f23df028b6ca: Waiting 23:36:56 d65c8cfc05b1: Waiting 23:36:56 2437ff75d9bd: Waiting 23:36:56 765212b225bb: Waiting 23:36:56 04944245beec: Verifying Checksum 23:36:56 04944245beec: Download complete 23:36:56 765212b225bb: Verifying Checksum 23:36:56 765212b225bb: Download complete 23:36:56 f23df028b6ca: Verifying Checksum 23:36:56 f23df028b6ca: Download complete 23:36:56 d65c8cfc05b1: Verifying Checksum 23:36:56 d65c8cfc05b1: Download complete 23:36:56 699f458cf7ca: Verifying Checksum 23:36:56 699f458cf7ca: Download complete 23:36:57 8998bd30e6a1: Verifying Checksum 23:36:57 8998bd30e6a1: Download complete 23:36:59 2437ff75d9bd: Verifying Checksum 23:37:01 8998bd30e6a1: Pull complete 23:37:01 04944245beec: Pull complete 23:37:02 699f458cf7ca: Pull complete 23:37:03 765212b225bb: Pull complete 23:37:04 f23df028b6ca: Pull complete 23:37:04 d65c8cfc05b1: Pull complete 23:37:19 2437ff75d9bd: Pull complete 23:37:19 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:37:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:37:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:37:19 prd-ubuntu20.04-docker-arm64-4c-16g-1763 does not seem to be running inside a container 23:37:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-rest-go/1 -v /w/workspace/device-rest-go/1:/w/workspace/device-rest-go/1:rw,z -v /w/workspace/device-rest-go/1@tmp:/w/workspace/device-rest-go/1@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 23:37:23 $ docker top c34830145f77230ffcab4544815e676edf6e790194c3657ecaee035e5d6a0f03 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:37:23 ---> job-cost.sh 23:37:23 lf-activate-venv: SKIPPING 23:37:23 INFO: No Stack... 23:37:24 INFO: Retrieving Pricing Info for: v3-standard-4 23:37:25 INFO: Archiving Costs [Pipeline] sh 23:37:26 + cat /w/workspace/device-rest-go/1/archives/cost.csv 23:37:26 + cut -d, -f6 [Pipeline] lock 23:37:26 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-236-1-stack-cost] 23:37:26 Resource [jenkins-edgexfoundry-device-rest-go-PR-236-1-stack-cost] did not exist. Created. 23:37:26 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-236-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:37:27 /w/workspace/device-rest-go/1@tmp/durable-7880eed8/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 23:37:27 + echo total: 0.10999999940395355 [Pipeline] stash 23:37:27 Warning: overwriting stash ‘stack-cost’ 23:37:28 Stashed 1 file(s) [Pipeline] } 23:37:28 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-236-1-stack-cost] [Pipeline] // lock [Pipeline] } 23:37:28 $ docker stop --time=1 c34830145f77230ffcab4544815e676edf6e790194c3657ecaee035e5d6a0f03 23:37:30 $ docker rm -f --volumes c34830145f77230ffcab4544815e676edf6e790194c3657ecaee035e5d6a0f03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:37:33 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 23:37:35 + [ -d /w/workspace/gexfoundry_device-rest-go_PR-236/archives ] 23:37:35 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-236/archives 23:37:35 total 16 23:37:35 drwxr-xr-x 3 root root 4096 Jan 10 23:32 . 23:37:35 drwxrwxr-x 10 jenkins jenkins 4096 Jan 10 23:32 .. 23:37:35 drwxr-xr-x 2 root root 4096 Jan 10 23:32 cost 23:37:35 -rw-r--r-- 1 root root 86 Jan 10 23:32 cost.csv 23:37:35 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-236/archives 23:37:35 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-236/archives 23:37:35 total 16 23:37:35 drwxr-xr-x 3 jenkins jenkins 4096 Jan 10 23:32 . 23:37:35 drwxrwxr-x 10 jenkins jenkins 4096 Jan 10 23:32 .. 23:37:35 drwxr-xr-x 2 jenkins jenkins 4096 Jan 10 23:32 cost 23:37:35 -rw-r--r-- 1 jenkins jenkins 86 Jan 10 23:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 23:37:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:37:36 ---> package-listing.sh 23:37:36 ++ facter osfamily 23:37:36 ++ tr '[:upper:]' '[:lower:]' 23:37:36 + OS_FAMILY=debian 23:37:36 + workspace=/w/workspace/gexfoundry_device-rest-go_PR-236 23:37:36 + START_PACKAGES=/tmp/packages_start.txt 23:37:36 + END_PACKAGES=/tmp/packages_end.txt 23:37:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:37:36 + PACKAGES=/tmp/packages_start.txt 23:37:36 + '[' /w/workspace/gexfoundry_device-rest-go_PR-236 ']' 23:37:36 + PACKAGES=/tmp/packages_end.txt 23:37:36 + case "${OS_FAMILY}" in 23:37:36 + dpkg -l 23:37:36 + grep '^ii' 23:37:36 + '[' -f /tmp/packages_start.txt ']' 23:37:36 + '[' -f /tmp/packages_end.txt ']' 23:37:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:37:36 + '[' /w/workspace/gexfoundry_device-rest-go_PR-236 ']' 23:37:36 + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-236/archives/ 23:37:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-236/archives/ [Pipeline] echo 23:37:36 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-rest-go_PR-236/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:37:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:37:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:37:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:37:37 prd-ubuntu20.04-docker-8c-8g-1758 does not seem to be running inside a container 23:37:38 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-rest-go_PR-236/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-rest-go_PR-236 -v /w/workspace/gexfoundry_device-rest-go_PR-236:/w/workspace/gexfoundry_device-rest-go_PR-236:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-236@tmp:/w/workspace/gexfoundry_device-rest-go_PR-236@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 23:37:38 $ docker top ee1cde7104a26c0362bb43593375ac0da16b3b12c3a42b2005eea0530a9325c6 -eo pid,comm [Pipeline] { [Pipeline] sh 23:37:38 + touch /tmp/pre-build-complete [Pipeline] sh 23:37:38 + mkdir -p /var/log/sysstat [Pipeline] sh 23:37:39 + ls /var/log/sa-host 23:37:39 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:37:39 provisioning config files... 23:37:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-236@tmp/config835915428010844408tmp [Pipeline] { [Pipeline] echo 23:37:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:37:39 ---> create-netrc.sh [Pipeline] } 23:37:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:37:40 ---> python-tools-install.sh [Pipeline] echo 23:37:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:37:40 ---> sudo-logs.sh 23:37:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:37:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:37:40 ---> job-cost.sh 23:37:40 lf-activate-venv: SKIPPING 23:37:40 DEBUG: total: 0.2199999988079071 23:37:40 INFO: Retrieving Stack Cost... 23:37:41 INFO: Retrieving Pricing Info for: v3-standard-8 23:37:41 INFO: Archiving Costs [Pipeline] echo 23:37:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:37:42 ---> logs-deploy.sh 23:37:42 lf-activate-venv: SKIPPING 23:37:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-236/1 23:37:42 INFO: archiving workspace using pattern(s): 23:37:43 Archives upload complete. 23:37:43 INFO: archiving logs to Nexus