Pull request #247 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 8cf83884e1761083e6173cd7f6dabb6a82ce72e7+83d0d95cb873d118c9d8fcbcde0c6c79336165c6 (049c1ebe44551eabce6514be37c770b2de41643c) 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-ssh12983982698977649861.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-ssh13784398025374992968.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-247/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-247/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7338068663728755314.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-247/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17574187243860063606.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-ssh15226153876962601625.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-247/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-247/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1073899042231792318.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-4992 in /w/workspace/gexfoundry_device-rest-go_PR-247 [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-247 # 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 > 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/247/head:refs/remotes/origin/PR-247 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 83d0d95cb873d118c9d8fcbcde0c6c79336165c6 into PR head commit 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 Merge succeeded, producing 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 Checking out Revision 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 (PR-247) > git config core.sparsecheckout # timeout=10 > git checkout -f 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 # 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 83d0d95cb873d118c9d8fcbcde0c6c79336165c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 # timeout=10 Commit message: "feat!: Use latest SDK for MessageBus Request API" 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 22:17:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:17:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:17:38 ========================================================= 22:17:38 EdgeX Global Pipelines Version Info 22:17:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:17:39 ------------------- 22:17:39 stable info: 22:17:39 ------------------- 22:17:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:17:39 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:17:39 Message: update stable to v1.0.244 22:17:40 ------------------- 22:17:40 experimental info: 22:17:40 ------------------- 22:17:40 Commited By: **** collab-it+edgex@linuxfoundation.org 22:17:40 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:17:40 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:17:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 22:17:40 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 22:17:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:17:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:17:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:17:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 22:17:40 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:17:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-247 [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-247 [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-247 [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8cf8388 [Pipeline] echo 22:17:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:17:42 provisioning config files... 22:17:42 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-247@tmp/config12175939176930166158tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:17:42 ---> docker-login.sh 22:17:42 nexus3.edgexfoundry.org:10001 22:17:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:42 Configure a credential helper to remove this warning. See 22:17:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:42 22:17:42 Login Succeeded 22:17:42 nexus3.edgexfoundry.org:10002 22:17:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:42 Configure a credential helper to remove this warning. See 22:17:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:42 22:17:42 Login Succeeded 22:17:42 nexus3.edgexfoundry.org:10003 22:17:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:42 Configure a credential helper to remove this warning. See 22:17:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:42 22:17:42 Login Succeeded 22:17:42 nexus3.edgexfoundry.org:10004 22:17:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:43 Configure a credential helper to remove this warning. See 22:17:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:43 22:17:43 Login Succeeded 22:17:43 docker.io 22:17:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:43 Configure a credential helper to remove this warning. See 22:17:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:43 22:17:43 Login Succeeded 22:17:43 ---> docker-login.sh ends [Pipeline] } 22:17:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:17:44 + git rev-list -1 --merges 8cf83884e1761083e6173cd7f6dabb6a82ce72e7~1..8cf83884e1761083e6173cd7f6dabb6a82ce72e7 [Pipeline] echo 22:17:44 -----------> git rev-list -1 --merges 8cf83884e1761083e6173cd7f6dabb6a82ce72e7~1..8cf83884e1761083e6173cd7f6dabb6a82ce72e7 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 [false] [Pipeline] sh 22:17:44 + git log --format=format:%s -1 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 [Pipeline] echo 22:17:44 ========================================================= 22:17:44 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:17:44 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:17:45 + git log --format=format:%s -1 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 [Pipeline] echo 22:17:45 [semverPrep] GIT_COMMIT: 8cf83884e1761083e6173cd7f6dabb6a82ce72e7, Commit Message: feat!: Use latest SDK for MessageBus Request API [Pipeline] echo 22:17:45 [semverPrep] This is not a build commit. [Pipeline] sh 22:17:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:17:45 + grep -v github /etc/ssh/ssh_known_hosts 22:17:45 + [ -e /tmp/ssh_known_hosts ] 22:17:45 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:17:45 + sudo tee -a /etc/ssh/ssh_known_hosts 22:17:45 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:17:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:17:45 22:17:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:17:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:17:46 0.1.4: Pulling from edgex-devops/py-git-semver 22:17:46 b85a868b505f: Pulling fs layer 22:17:46 e2be974225ed: Pulling fs layer 22:17:46 339a4e72a1f5: Pulling fs layer 22:17:46 988bab9f4d93: Pulling fs layer 22:17:46 1469e6f7b9e6: Pulling fs layer 22:17:46 eaf3925da568: Pulling fs layer 22:17:46 bab4dde63d76: Pulling fs layer 22:17:46 bde34c3a00c8: Pulling fs layer 22:17:46 b352a97aabf1: Pulling fs layer 22:17:46 4872d77fe225: Pulling fs layer 22:17:46 5851b861e8e6: Pulling fs layer 22:17:46 1469e6f7b9e6: Waiting 22:17:46 b352a97aabf1: Waiting 22:17:46 4872d77fe225: Waiting 22:17:46 5851b861e8e6: Waiting 22:17:46 bab4dde63d76: Waiting 22:17:46 988bab9f4d93: Waiting 22:17:46 bde34c3a00c8: Waiting 22:17:46 eaf3925da568: Waiting 22:17:46 e2be974225ed: Verifying Checksum 22:17:46 e2be974225ed: Download complete 22:17:46 988bab9f4d93: Download complete 22:17:46 1469e6f7b9e6: Verifying Checksum 22:17:46 1469e6f7b9e6: Download complete 22:17:46 eaf3925da568: Verifying Checksum 22:17:46 eaf3925da568: Download complete 22:17:46 339a4e72a1f5: Verifying Checksum 22:17:46 339a4e72a1f5: Download complete 22:17:46 bde34c3a00c8: Download complete 22:17:46 b85a868b505f: Verifying Checksum 22:17:46 b85a868b505f: Download complete 22:17:46 b352a97aabf1: Verifying Checksum 22:17:46 b352a97aabf1: Download complete 22:17:46 4872d77fe225: Verifying Checksum 22:17:46 4872d77fe225: Download complete 22:17:46 5851b861e8e6: Download complete 22:17:47 bab4dde63d76: Verifying Checksum 22:17:47 bab4dde63d76: Download complete 22:17:48 b85a868b505f: Pull complete 22:17:48 e2be974225ed: Pull complete 22:17:48 339a4e72a1f5: Pull complete 22:17:48 988bab9f4d93: Pull complete 22:17:49 1469e6f7b9e6: Pull complete 22:17:49 eaf3925da568: Pull complete 22:17:51 bab4dde63d76: Pull complete 22:17:51 bde34c3a00c8: Pull complete 22:17:51 b352a97aabf1: Pull complete 22:17:51 4872d77fe225: Pull complete 22:17:51 5851b861e8e6: Pull complete 22:17:51 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:17:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:17:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:17:51 prd-ubuntu20.04-docker-8c-8g-4992 does not seem to be running inside a container 22:17:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-247 -v /w/workspace/gexfoundry_device-rest-go_PR-247:/w/workspace/gexfoundry_device-rest-go_PR-247:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-247@tmp:/w/workspace/gexfoundry_device-rest-go_PR-247@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 22:17:53 $ docker top 9f863603140cbb53bb7f2a29ab37ef5a2215038d81cc010d9e09b6eefe9e2c69 -eo pid,comm 22:17:53 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). 22:17:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:17:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:17:53 [ssh-agent] Looking for ssh-agent implementation... 22:17:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:17:54 $ docker exec 9f863603140cbb53bb7f2a29ab37ef5a2215038d81cc010d9e09b6eefe9e2c69 ssh-agent 22:17:54 SSH_AUTH_SOCK=/tmp/ssh-3vYlYkooGDJA/agent.32 22:17:54 SSH_AGENT_PID=39 22:17:54 Running ssh-add (command line suppressed) 22:17:54 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-247@tmp/private_key_6474592562805463177.key (/w/workspace/gexfoundry_device-rest-go_PR-247@tmp/private_key_6474592562805463177.key) 22:17:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:17:54 + git tag --points-at HEAD [Pipeline] } 22:17:54 $ docker exec --env ******** --env ******** 9f863603140cbb53bb7f2a29ab37ef5a2215038d81cc010d9e09b6eefe9e2c69 ssh-agent -k 22:17:54 unset SSH_AUTH_SOCK; 22:17:54 unset SSH_AGENT_PID; 22:17:54 echo Agent pid 39 killed; 22:17:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:17:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:17:54 [ssh-agent] Looking for ssh-agent implementation... 22:17:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:17:54 $ docker exec 9f863603140cbb53bb7f2a29ab37ef5a2215038d81cc010d9e09b6eefe9e2c69 ssh-agent 22:17:55 SSH_AUTH_SOCK=/tmp/ssh-ndOkHspRuO9p/agent.71 22:17:55 SSH_AGENT_PID=77 22:17:55 Running ssh-add (command line suppressed) 22:17:55 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-247@tmp/private_key_18267357912993051186.key (/w/workspace/gexfoundry_device-rest-go_PR-247@tmp/private_key_18267357912993051186.key) 22:17:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:17:55 + git semver init 22:17:55 2023-02-07 22:17:55,780 [run_init] DEBUG init version:0.0.0 force:False 22:17:55 2023-02-07 22:17:55,781 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-rest-go_PR-247/.semver 22:17:55 2023-02-07 22:17:55,781 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/gexfoundry_device-rest-go_PR-247/.semver 22:17:55 2023-02-07 22:17:55,781 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/gexfoundry_device-rest-go_PR-247/.semver'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-247, universal_newlines=False, shell=None, istream=None) 22:17:57 2023-02-07 22:17:56,898 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-rest-go_PR-247/.git/info/exclude 22:17:57 2023-02-07 22:17:56,898 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-rest-go_PR-247/.semver/PR-247 with force:False 22:17:57 2023-02-07 22:17:56,898 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-rest-go_PR-247/.semver/PR-247 22:17:57 2023-02-07 22:17:56,903 [execute] INFO git cat-file --batch-check 22:17:57 2023-02-07 22:17:56,904 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-247/.semver, universal_newlines=False, shell=None, istream=) 22:17:57 2023-02-07 22:17:56,910 [execute] INFO git cat-file --batch 22:17:57 2023-02-07 22:17:56,910 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-247/.semver, universal_newlines=False, shell=None, istream=) 22:17:57 2023-02-07 22:17:56,916 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-rest-go_PR-247/.semver/PR-247 22:17:57 0.0.0 [Pipeline] } 22:17:57 $ docker exec --env ******** --env ******** 9f863603140cbb53bb7f2a29ab37ef5a2215038d81cc010d9e09b6eefe9e2c69 ssh-agent -k 22:17:57 unset SSH_AUTH_SOCK; 22:17:57 unset SSH_AGENT_PID; 22:17:57 echo Agent pid 77 killed; 22:17:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:17:57 + git semver [Pipeline] } 22:17:58 $ docker stop --time=1 9f863603140cbb53bb7f2a29ab37ef5a2215038d81cc010d9e09b6eefe9e2c69 22:17:59 $ docker rm -f --volumes 9f863603140cbb53bb7f2a29ab37ef5a2215038d81cc010d9e09b6eefe9e2c69 [Pipeline] // withDockerContainer [Pipeline] sh 22:17:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:18:00 Stashed 1 file(s) [Pipeline] echo 22:18:00 [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 22:18:00 provisioning config files... 22:18:00 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-247@tmp/config10218389598110528455tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:18:01 ---> docker-login.sh 22:18:01 nexus3.edgexfoundry.org:10001 22:18:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:01 Configure a credential helper to remove this warning. See 22:18:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:01 22:18:01 Login Succeeded 22:18:01 nexus3.edgexfoundry.org:10002 22:18:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:01 Configure a credential helper to remove this warning. See 22:18:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:01 22:18:01 Login Succeeded 22:18:01 nexus3.edgexfoundry.org:10003 22:18:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:01 Configure a credential helper to remove this warning. See 22:18:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:01 22:18:01 Login Succeeded 22:18:01 nexus3.edgexfoundry.org:10004 22:18:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:01 Configure a credential helper to remove this warning. See 22:18:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:01 22:18:01 Login Succeeded 22:18:01 docker.io 22:18:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:18:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:18:01 Configure a credential helper to remove this warning. See 22:18:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:18:01 22:18:01 Login Succeeded 22:18:01 ---> docker-login.sh ends [Pipeline] } 22:18:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:18:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:18:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:18:02 ========================================================= 22:18:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 22:18:02 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:02 + 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 . 22:18:02 Sending build context to Docker daemon 10.83MB 22:18:02 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 22:18:02 Step 2/12 : FROM ${BASE} AS builder 22:18:02 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 22:18:02 213ec9aee27d: Pulling fs layer 22:18:02 4583459ba037: Pulling fs layer 22:18:02 93c1e223e6f2: Pulling fs layer 22:18:02 53926ce57604: Pulling fs layer 22:18:02 21b2b0c7a3f4: Pulling fs layer 22:18:02 22ff95d597cd: Pulling fs layer 22:18:02 12d6caf4c0d1: Pulling fs layer 22:18:02 96b7cbca73a9: Pulling fs layer 22:18:02 a7acece74701: Pulling fs layer 22:18:02 53926ce57604: Waiting 22:18:02 22ff95d597cd: Waiting 22:18:02 96b7cbca73a9: Waiting 22:18:02 12d6caf4c0d1: Waiting 22:18:02 a7acece74701: Waiting 22:18:02 93c1e223e6f2: Verifying Checksum 22:18:02 93c1e223e6f2: Download complete 22:18:02 4583459ba037: Verifying Checksum 22:18:02 4583459ba037: Download complete 22:18:02 21b2b0c7a3f4: Verifying Checksum 22:18:02 21b2b0c7a3f4: Download complete 22:18:02 22ff95d597cd: Verifying Checksum 22:18:02 22ff95d597cd: Download complete 22:18:02 213ec9aee27d: Verifying Checksum 22:18:02 213ec9aee27d: Download complete 22:18:02 12d6caf4c0d1: Verifying Checksum 22:18:02 12d6caf4c0d1: Download complete 22:18:03 213ec9aee27d: Pull complete 22:18:03 4583459ba037: Pull complete 22:18:03 93c1e223e6f2: Pull complete 22:18:04 a7acece74701: Download complete 22:18:04 53926ce57604: Verifying Checksum 22:18:04 53926ce57604: Download complete 22:18:04 96b7cbca73a9: Verifying Checksum 22:18:04 96b7cbca73a9: Download complete 22:18:08 53926ce57604: Pull complete 22:18:08 21b2b0c7a3f4: Pull complete 22:18:08 22ff95d597cd: Pull complete 22:18:08 12d6caf4c0d1: Pull complete 22:18:10 96b7cbca73a9: Pull complete 22:18:11 a7acece74701: Pull complete 22:18:11 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 22:18:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:18:11 ---> db6d94c90886 22:18:11 Step 3/12 : ARG ADD_BUILD_TAGS="" 22:18:14 ---> Running in 7452ebc0b11c 22:18:14 Removing intermediate container 7452ebc0b11c 22:18:14 ---> dc3e7b8023a9 22:18:14 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:18:14 ---> Running in be1ae9eba147 22:18:14 Removing intermediate container be1ae9eba147 22:18:14 ---> 0b1324596ee8 22:18:14 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:18:15 ---> Running in ebdd9f203c1d 22:18:15 Removing intermediate container ebdd9f203c1d 22:18:15 ---> 35c32ab166f2 22:18:15 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 22:18:15 ---> Running in aad913b2d600 22:18:15 Removing intermediate container aad913b2d600 22:18:15 ---> ae49c4620edd 22:18:15 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:18:15 ---> Running in 6308d5f173db 22:18:15 Still waiting to schedule task 22:18:15 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 22:18:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:18:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:18:16 (1/4) Installing openssh-keygen (9.0_p1-r2) 22:18:16 (2/4) Installing libedit (20210910.3.1-r0) 22:18:16 (3/4) Installing openssh-client-common (9.0_p1-r2) 22:18:16 (4/4) Installing openssh-client-default (9.0_p1-r2) 22:18:16 Executing busybox-1.35.0-r17.trigger 22:18:16 OK: 216 MiB in 55 packages 22:18:16 Removing intermediate container 6308d5f173db 22:18:16 ---> 0df6b53cfe35 22:18:16 Step 8/12 : WORKDIR /device-rest-go 22:18:16 ---> Running in 3aa1ab164ad9 22:18:16 Removing intermediate container 3aa1ab164ad9 22:18:16 ---> d1f48f9f14e7 22:18:16 Step 9/12 : COPY go.mod vendor* ./ 22:18:16 ---> 4659d5a1c456 22:18:16 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:18:16 ---> Running in a7a3569856c2 22:18:55 Removing intermediate container a7a3569856c2 22:18:55 ---> 53d9d711fb28 22:18:55 Step 11/12 : COPY . . 22:18:55 ---> bbd49145b31f 22:18:55 Step 12/12 : RUN $MAKE 22:18:55 ---> Running in a1b99e2deaf0 22:18:55 noop 22:18:55 Removing intermediate container a1b99e2deaf0 22:18:55 ---> 78deaaed48be 22:18:55 Successfully built 78deaaed48be 22:18:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:56 + docker inspect -f . ci-base-image-x86_64 22:18:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:56 prd-ubuntu20.04-docker-8c-8g-4992 does not seem to be running inside a container 22:18:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-247 -v /w/workspace/gexfoundry_device-rest-go_PR-247:/w/workspace/gexfoundry_device-rest-go_PR-247:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-247@tmp:/w/workspace/gexfoundry_device-rest-go_PR-247@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 22:18:56 $ docker top 8aa5fe10034a1cc0d04e09c0ac06f0b58dba75e13059096d4cd7f1370698828c -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:57 + go version 22:18:57 go version go1.18.7 linux/amd64 [Pipeline] } 22:18:57 $ docker stop --time=1 8aa5fe10034a1cc0d04e09c0ac06f0b58dba75e13059096d4cd7f1370698828c 22:18:58 $ docker rm -f --volumes 8aa5fe10034a1cc0d04e09c0ac06f0b58dba75e13059096d4cd7f1370698828c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:18:59 + docker inspect -f . ci-base-image-x86_64 22:18:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:18:59 prd-ubuntu20.04-docker-8c-8g-4992 does not seem to be running inside a container 22:18:59 $ 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-247 -v /w/workspace/gexfoundry_device-rest-go_PR-247:/w/workspace/gexfoundry_device-rest-go_PR-247:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-247@tmp:/w/workspace/gexfoundry_device-rest-go_PR-247@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 22:18:59 $ docker top f05e046ab4ad241a905da69e20e10b11656406aa4d8725da0b06f22c9a0cfc7a -eo pid,comm [Pipeline] { [Pipeline] sh 22:19:00 + git config --global --add safe.directory /w/workspace/gexfoundry_device-rest-go_PR-247 [Pipeline] fileExists [Pipeline] sh 22:19:00 + make test 22:19:00 go test ./... -coverprofile=coverage.out ./... 22:19:00 ? github.com/edgexfoundry/device-rest-go [no test files] 22:19:10 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 22:19:10 ok github.com/edgexfoundry/device-rest-go/driver 0.012s coverage: 33.9% of statements 22:19:18 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 22:19:18 go vet ./... 22:19:22 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:19:22 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:19:22 ./bin/test-attribution-txt.sh 22:19:22 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 22:19:22 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 22:19:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:19:22 $ docker stop --time=1 f05e046ab4ad241a905da69e20e10b11656406aa4d8725da0b06f22c9a0cfc7a 22:19:24 $ docker rm -f --volumes f05e046ab4ad241a905da69e20e10b11656406aa4d8725da0b06f22c9a0cfc7a [Pipeline] // withDockerContainer [Pipeline] sh 22:19:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:19:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:19:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:19:25 + ls -al . 22:19:25 total 188 22:19:25 drwxrwxr-x 9 jenkins jenkins 4096 Feb 7 22:19 . 22:19:25 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:17 .. 22:19:25 -rw-rw-r-- 1 jenkins jenkins 151 Feb 7 22:17 .dockerignore 22:19:25 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:19 .git 22:19:25 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:17 .github 22:19:25 -rw-rw-r-- 1 jenkins jenkins 329 Feb 7 22:17 .gitignore 22:19:25 -rw-rw-r-- 1 jenkins jenkins 41 Feb 7 22:17 .golangci.yml 22:19:25 drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:17 .semver 22:19:25 -rw-rw-r-- 1 jenkins jenkins 8996 Feb 7 22:17 Attribution.txt 22:19:25 -rw-rw-r-- 1 jenkins jenkins 13085 Feb 7 22:17 CHANGELOG.md 22:19:25 -rw-rw-r-- 1 jenkins jenkins 1578 Feb 7 22:17 Dockerfile 22:19:25 -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:17 GOVERNANCE.md 22:19:25 -rw-rw-r-- 1 jenkins jenkins 680 Feb 7 22:17 Jenkinsfile 22:19:25 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 7 22:17 LICENSE 22:19:25 -rw-rw-r-- 1 jenkins jenkins 1744 Feb 7 22:17 Makefile 22:19:25 -rw-rw-r-- 1 jenkins jenkins 620 Feb 7 22:17 OWNERS.md 22:19:25 -rw-rw-r-- 1 jenkins jenkins 15447 Feb 7 22:17 README.md 22:19:25 -rw-rw-r-- 1 jenkins jenkins 5 Feb 7 22:17 VERSION 22:19:25 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:17 bin 22:19:25 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:17 cmd 22:19:25 -rw-r--r-- 1 jenkins jenkins 13744 Feb 7 22:19 coverage.out 22:19:25 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:17 driver 22:19:25 -rw-rw-r-- 1 jenkins jenkins 3399 Feb 7 22:17 go.mod 22:19:25 -rw-rw-r-- 1 jenkins jenkins 33277 Feb 7 22:17 go.sum 22:19:25 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:17 snap 22:19:25 -rw-rw-r-- 1 jenkins jenkins 713 Feb 7 22:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:19:26 + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=8cf83884e1761083e6173cd7f6dabb6a82ce72e7 --label arch=amd64 --label version=0.0.0 . 22:19:26 Sending build context to Docker daemon 10.84MB 22:19:26 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 22:19:26 Step 2/25 : FROM ${BASE} AS builder 22:19:26 ---> 78deaaed48be 22:19:26 Step 3/25 : ARG ADD_BUILD_TAGS="" 22:19:26 ---> Running in bf33bfb9bd42 22:19:26 Removing intermediate container bf33bfb9bd42 22:19:26 ---> 2797d2abb7b3 22:19:26 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:19:26 ---> Running in ef7bd9983af5 22:19:26 Removing intermediate container ef7bd9983af5 22:19:26 ---> 1c3fefb71abb 22:19:26 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:19:26 ---> Running in bde7dd167b7f 22:19:26 Removing intermediate container bde7dd167b7f 22:19:26 ---> 578af1e8d85b 22:19:26 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 22:19:26 ---> Running in ca2b0592360e 22:19:27 Removing intermediate container ca2b0592360e 22:19:27 ---> 332fecea07e1 22:19:27 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:19:27 ---> Running in fb6bddaecb80 22:19:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:19:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:19:27 OK: 216 MiB in 55 packages 22:19:28 Removing intermediate container fb6bddaecb80 22:19:28 ---> 5b04e5329457 22:19:28 Step 8/25 : WORKDIR /device-rest-go 22:19:28 ---> Running in ee9055392a22 22:19:28 Removing intermediate container ee9055392a22 22:19:28 ---> c2ae9a6d16a8 22:19:28 Step 9/25 : COPY go.mod vendor* ./ 22:19:28 ---> c0b16c340ed8 22:19:28 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:19:28 ---> Running in a0d991f375b1 22:19:29 Removing intermediate container a0d991f375b1 22:19:29 ---> 5da852fa6f7e 22:19:29 Step 11/25 : COPY . . 22:19:29 ---> 733974871cdc 22:19:29 Step 12/25 : RUN $MAKE 22:19:29 ---> Running in 7493cdb3f80a 22:19:30 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rest ./cmd 22:19:52 Removing intermediate container 7493cdb3f80a 22:19:52 ---> dee68b8f1a99 22:19:52 Step 13/25 : FROM alpine:3.16 22:19:52 3.16: Pulling from library/alpine 22:19:52 ca7dd9ec2225: Pulling fs layer 22:19:52 ca7dd9ec2225: Verifying Checksum 22:19:52 ca7dd9ec2225: Download complete 22:19:52 ca7dd9ec2225: Pull complete 22:19:52 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:19:52 Status: Downloaded newer image for alpine:3.16 22:19:52 ---> bfe296a52501 22:19:52 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 22:19:52 ---> Running in e24c74a0bcfe 22:19:52 Removing intermediate container e24c74a0bcfe 22:19:52 ---> b702998ab7ca 22:19:52 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 22:19:52 ---> Running in fe2a5219a4f7 22:19:52 Removing intermediate container fe2a5219a4f7 22:19:52 ---> 3fdeb5895ef4 22:19:52 Step 16/25 : RUN apk add --update --no-cache dumb-init 22:19:52 ---> Running in dace4215465c 22:19:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:19:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:19:52 (1/1) Installing dumb-init (1.2.5-r1) 22:19:52 Executing busybox-1.35.0-r17.trigger 22:19:52 OK: 6 MiB in 15 packages 22:19:52 Removing intermediate container dace4215465c 22:19:52 ---> 3ee15f92e557 22:19:52 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 22:19:52 ---> d4c31ce55580 22:19:52 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 22:19:53 ---> 237ad931669c 22:19:53 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 22:19:53 ---> ea32c70bd00f 22:19:53 Step 20/25 : EXPOSE 59986 22:19:53 ---> Running in a28db71f5fbb 22:19:54 Removing intermediate container a28db71f5fbb 22:19:54 ---> 0b0d1cc84d19 22:19:54 Step 21/25 : ENTRYPOINT ["/device-rest"] 22:19:54 ---> Running in 15c5e273f74d 22:19:55 Removing intermediate container 15c5e273f74d 22:19:55 ---> 1f9ee7f95a34 22:19:55 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 22:19:55 ---> Running in 32a12486837a 22:19:55 Removing intermediate container 32a12486837a 22:19:55 ---> f1493802c4d4 22:19:55 Step 23/25 : LABEL arch=amd64 22:19:56 ---> Running in 3c16735da535 22:19:56 Removing intermediate container 3c16735da535 22:19:56 ---> a0fa3acdb18c 22:19:56 Step 24/25 : LABEL git_sha=8cf83884e1761083e6173cd7f6dabb6a82ce72e7 22:19:58 ---> Running in b2bc4a1817bd 22:19:59 Removing intermediate container b2bc4a1817bd 22:19:59 ---> 0f74fb89dc4d 22:19:59 Step 25/25 : LABEL version=0.0.0 22:20:00 ---> Running in 31e2d1280c3a 22:20:00 Removing intermediate container 31e2d1280c3a 22:20:00 ---> 84432db645a7 22:20:00 [Warning] One or more build-args [ARCH] were not consumed 22:20:00 Successfully built 84432db645a7 22:20:01 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:20:02 22:20:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:20:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:20:02 latest: Pulling from edgex-lftools-log-publisher 22:20:02 5eb5b503b376: Pulling fs layer 22:20:02 5c69ac0246d0: Pulling fs layer 22:20:02 ec43610c2a17: Pulling fs layer 22:20:02 3a2ae6a8a46f: Pulling fs layer 22:20:02 33b1e0a273af: Pulling fs layer 22:20:02 5d3b04190fa2: Pulling fs layer 22:20:02 2f39f015ded8: Pulling fs layer 22:20:02 5d3b04190fa2: Waiting 22:20:02 3a2ae6a8a46f: Waiting 22:20:02 2f39f015ded8: Waiting 22:20:02 5c69ac0246d0: Verifying Checksum 22:20:02 5c69ac0246d0: Download complete 22:20:02 3a2ae6a8a46f: Download complete 22:20:02 33b1e0a273af: Verifying Checksum 22:20:02 33b1e0a273af: Download complete 22:20:02 5d3b04190fa2: Download complete 22:20:03 ec43610c2a17: Verifying Checksum 22:20:03 ec43610c2a17: Download complete 22:20:03 5eb5b503b376: Download complete 22:20:03 2f39f015ded8: Verifying Checksum 22:20:04 5eb5b503b376: Pull complete 22:20:04 5c69ac0246d0: Pull complete 22:20:05 ec43610c2a17: Pull complete 22:20:05 3a2ae6a8a46f: Pull complete 22:20:05 33b1e0a273af: Pull complete 22:20:05 5d3b04190fa2: Pull complete 22:20:10 2f39f015ded8: Pull complete 22:20:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:20:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:20:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:20:11 prd-ubuntu20.04-docker-8c-8g-4992 does not seem to be running inside a container 22:20:11 $ 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-247 -v /w/workspace/gexfoundry_device-rest-go_PR-247:/w/workspace/gexfoundry_device-rest-go_PR-247:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-247@tmp:/w/workspace/gexfoundry_device-rest-go_PR-247@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 22:20:13 $ docker top 9bb615735a3cb2fab5cd1b415cdd6d8ecbc438044dfd3cbe0de61d55086c3b11 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:20:13 ---> job-cost.sh 22:20:13 lf-activate-venv: SKIPPING 22:20:13 INFO: No Stack... 22:20:14 INFO: Retrieving Pricing Info for: v3-standard-8 22:20:14 INFO: Archiving Costs [Pipeline] sh 22:20:14 + cat /w/workspace/gexfoundry_device-rest-go_PR-247/archives/cost.csv 22:20:14 + cut -d, -f6 [Pipeline] lock 22:20:14 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-247-1-stack-cost] 22:20:14 Resource [jenkins-edgexfoundry-device-rest-go-PR-247-1-stack-cost] did not exist. Created. 22:20:14 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-247-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:20:15 + echo total: 0.2199999988079071 [Pipeline] stash 22:20:15 Stashed 1 file(s) [Pipeline] } 22:20:15 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-247-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:20:15 $ docker stop --time=1 9bb615735a3cb2fab5cd1b415cdd6d8ecbc438044dfd3cbe0de61d55086c3b11 22:20:16 $ docker rm -f --volumes 9bb615735a3cb2fab5cd1b415cdd6d8ecbc438044dfd3cbe0de61d55086c3b11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:21:51 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4996 in /w/workspace/gexfoundry_device-rest-go_PR-247 [Pipeline] { [Pipeline] ws 22:21:51 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 22:21:51 The recommended git tool is: git 22:21:57 using credential edgex-jenkins-ssh 22:21:57 Cloning the remote Git repository 22:21:57 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 22:21:57 > git init /w/workspace/device-rest-go/1 # timeout=10 22:21:57 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 22:21:57 > git --version # timeout=10 22:21:57 > git --version # 'git version 2.25.1' 22:21:57 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:22:00 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 22:22:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:22:01 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 22:22:01 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 22:22:01 using GIT_SSH to set credentials SSH Credentials for GitHub 22:22:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/247/head:refs/remotes/origin/PR-247 +refs/heads/main:refs/remotes/origin/main # timeout=10 22:22:01 Merging remotes/origin/main commit 83d0d95cb873d118c9d8fcbcde0c6c79336165c6 into PR head commit 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 22:22:01 Merge succeeded, producing 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 22:22:01 Checking out Revision 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 (PR-247) 22:22:01 > git config core.sparsecheckout # timeout=10 22:22:01 > git checkout -f 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 # timeout=10 22:22:01 > git remote # timeout=10 22:22:01 > git config --get remote.origin.url # timeout=10 22:22:01 using GIT_SSH to set credentials SSH Credentials for GitHub 22:22:01 > git merge 83d0d95cb873d118c9d8fcbcde0c6c79336165c6 # timeout=10 22:22:01 > git rev-parse HEAD^{commit} # timeout=10 22:22:01 > git config core.sparsecheckout # timeout=10 22:22:02 > git checkout -f 8cf83884e1761083e6173cd7f6dabb6a82ce72e7 # timeout=10 22:22:05 Commit message: "feat!: Use latest SDK for MessageBus Request API" 22:22:05 > git --version # timeout=10 22:22:05 > git --version # 'git version 2.25.1' 22:22:05 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:22:06 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:22:06 % Total % Received % Xferd Average Speed Time Time Time Current 22:22:06 Dload Upload Total Spent Left Speed 22:22:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 166k 0 --:--:-- --:--:-- --:--:-- 166k [Pipeline] sh 22:22:07 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:22:07 + sudo tee /etc/docker/daemon.new 22:22:07 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 22:22:07 { 22:22:07 "registry-mirrors": [ 22:22:07 "https://nexus3.edgexfoundry.org:10001" 22:22:07 ], 22:22:07 "bip": "10.250.0.254/24", 22:22:07 "hosts": [ 22:22:07 "tcp://0.0.0.0:5555", 22:22:07 "unix:///var/run/docker.sock" 22:22:07 ], 22:22:07 "mtu": 1458, 22:22:07 "selinux-enabled": true, 22:22:07 "seccomp-profile": "/etc/docker/seccomp.json" 22:22:07 } [Pipeline] sh 22:22:08 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:22:08 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:22:27 provisioning config files... 22:22:27 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config7841041602649470916tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:22:27 ---> docker-login.sh 22:22:27 nexus3.edgexfoundry.org:10001 22:22:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:28 Configure a credential helper to remove this warning. See 22:22:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:28 22:22:28 Login Succeeded 22:22:28 nexus3.edgexfoundry.org:10002 22:22:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:28 Configure a credential helper to remove this warning. See 22:22:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:28 22:22:28 Login Succeeded 22:22:28 nexus3.edgexfoundry.org:10003 22:22:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:29 Configure a credential helper to remove this warning. See 22:22:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:29 22:22:29 Login Succeeded 22:22:29 nexus3.edgexfoundry.org:10004 22:22:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:29 Configure a credential helper to remove this warning. See 22:22:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:29 22:22:29 Login Succeeded 22:22:29 docker.io 22:22:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:29 Configure a credential helper to remove this warning. See 22:22:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:29 22:22:29 Login Succeeded 22:22:29 ---> docker-login.sh ends [Pipeline] } 22:22:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:22:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:22:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:22:30 ========================================================= 22:22:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 22:22:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:22:30 + 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 . 22:22:30 Sending build context to Docker daemon 142.8kB 22:22:31 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 22:22:31 Step 2/12 : FROM ${BASE} AS builder 22:22:31 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:22:31 9b18e9b68314: Pulling fs layer 22:22:31 35d82f9e3411: Pulling fs layer 22:22:31 e16973657156: Pulling fs layer 22:22:31 fc693d55d65f: Pulling fs layer 22:22:31 7e9fc2657dce: Pulling fs layer 22:22:31 dda99020689f: Pulling fs layer 22:22:31 db1c61fa0a46: Pulling fs layer 22:22:31 891c053d2c06: Pulling fs layer 22:22:31 db1c61fa0a46: Waiting 22:22:31 dda99020689f: Waiting 22:22:31 fc693d55d65f: Waiting 22:22:31 891c053d2c06: Waiting 22:22:31 7e9fc2657dce: Waiting 22:22:31 e16973657156: Verifying Checksum 22:22:31 e16973657156: Download complete 22:22:31 35d82f9e3411: Verifying Checksum 22:22:31 35d82f9e3411: Download complete 22:22:31 7e9fc2657dce: Download complete 22:22:31 dda99020689f: Verifying Checksum 22:22:31 dda99020689f: Download complete 22:22:31 9b18e9b68314: Verifying Checksum 22:22:32 9b18e9b68314: Pull complete 22:22:32 891c053d2c06: Verifying Checksum 22:22:32 891c053d2c06: Download complete 22:22:34 db1c61fa0a46: Verifying Checksum 22:22:34 db1c61fa0a46: Download complete 22:22:34 35d82f9e3411: Pull complete 22:22:34 fc693d55d65f: Verifying Checksum 22:22:34 fc693d55d65f: Download complete 22:22:34 e16973657156: Pull complete 22:22:49 fc693d55d65f: Pull complete 22:22:49 7e9fc2657dce: Pull complete 22:22:49 dda99020689f: Pull complete 22:22:55 db1c61fa0a46: Pull complete 22:22:56 891c053d2c06: Pull complete 22:22:56 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 22:22:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:22:56 ---> f96f9c87975a 22:22:56 Step 3/12 : ARG ADD_BUILD_TAGS="" 22:22:58 ---> Running in 4ad877bba29b 22:22:58 Removing intermediate container 4ad877bba29b 22:22:58 ---> d02fc38ff86c 22:22:58 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:22:58 ---> Running in f7ae863c065a 22:22:59 Removing intermediate container f7ae863c065a 22:22:59 ---> 2ef14e95ab02 22:22:59 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:22:59 ---> Running in 49f67df7196f 22:22:59 Removing intermediate container 49f67df7196f 22:22:59 ---> 18efb618a4da 22:22:59 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 22:22:59 ---> Running in 895aad67a8d9 22:23:00 Removing intermediate container 895aad67a8d9 22:23:00 ---> 899d7668eb3e 22:23:00 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:23:00 ---> Running in bef400277f23 22:23:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:23:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:23:02 (1/4) Installing openssh-keygen (9.0_p1-r2) 22:23:02 (2/4) Installing libedit (20210910.3.1-r0) 22:23:02 (3/4) Installing openssh-client-common (9.0_p1-r2) 22:23:02 (4/4) Installing openssh-client-default (9.0_p1-r2) 22:23:02 Executing busybox-1.35.0-r17.trigger 22:23:02 OK: 226 MiB in 55 packages 22:23:04 Removing intermediate container bef400277f23 22:23:04 ---> fca15c72e4ae 22:23:04 Step 8/12 : WORKDIR /device-rest-go 22:23:04 ---> Running in 95bad54667a4 22:23:04 Removing intermediate container 95bad54667a4 22:23:04 ---> 9043dbcc3f81 22:23:04 Step 9/12 : COPY go.mod vendor* ./ 22:23:05 ---> 371ecd29db17 22:23:05 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:23:05 ---> Running in 69d13d6f42db 22:24:41 Removing intermediate container 69d13d6f42db 22:24:41 ---> c3da13e645f7 22:24:41 Step 11/12 : COPY . . 22:24:41 ---> 267dcac91f09 22:24:41 Step 12/12 : RUN $MAKE 22:24:41 ---> Running in cb13bf8478d5 22:24:41 noop 22:24:41 Removing intermediate container cb13bf8478d5 22:24:41 ---> 8bf1220be91b 22:24:41 Successfully built 8bf1220be91b 22:24:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:24:42 + docker inspect -f . ci-base-image-arm64 22:24:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:24:42 prd-ubuntu20.04-docker-arm64-4c-16g-4996 does not seem to be running inside a container 22:24:42 $ 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 22:24:43 $ docker top 1705580ae1144195d1e335d2a1637f04e9b5d6e7cff0327eeda9fea27878e366 -eo pid,comm [Pipeline] { [Pipeline] sh 22:24:44 + go version 22:24:44 go version go1.18.7 linux/arm64 [Pipeline] } 22:24:44 $ docker stop --time=1 1705580ae1144195d1e335d2a1637f04e9b5d6e7cff0327eeda9fea27878e366 22:24:46 $ docker rm -f --volumes 1705580ae1144195d1e335d2a1637f04e9b5d6e7cff0327eeda9fea27878e366 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:24:47 + docker inspect -f . ci-base-image-arm64 22:24:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:24:47 prd-ubuntu20.04-docker-arm64-4c-16g-4996 does not seem to be running inside a container 22:24:47 $ 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 22:24:49 $ docker top b7aa513cff6e3af5fa4f627e128216fbfd9b5e4241e7103d967a1b9fb7d08dfb -eo pid,comm [Pipeline] { [Pipeline] sh 22:24:50 + git config --global --add safe.directory /w/workspace/device-rest-go/1 [Pipeline] fileExists [Pipeline] sh 22:24:50 + make test 22:24:50 go test ./... -coverprofile=coverage.out ./... 22:24:52 ? github.com/edgexfoundry/device-rest-go [no test files] 22:26:44 ? github.com/edgexfoundry/device-rest-go/cmd [no test files] 22:26:44 ok github.com/edgexfoundry/device-rest-go/driver 0.064s coverage: 33.9% of statements 22:26:44 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:26:44 go vet ./... 22:27:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:27:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:27:11 ./bin/test-attribution-txt.sh 22:27:11 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 22:27:11 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 22:27:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:27:11 $ docker stop --time=1 b7aa513cff6e3af5fa4f627e128216fbfd9b5e4241e7103d967a1b9fb7d08dfb 22:27:13 $ docker rm -f --volumes b7aa513cff6e3af5fa4f627e128216fbfd9b5e4241e7103d967a1b9fb7d08dfb [Pipeline] // withDockerContainer [Pipeline] sh 22:27:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:27:14 Warning: overwriting stash ‘coverage-report’ 22:27:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:27:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:27:16 + ls -al . 22:27:16 total 184 22:27:16 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:24 . 22:27:16 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:21 .. 22:27:16 -rw-rw-r-- 1 jenkins jenkins 151 Feb 7 22:22 .dockerignore 22:27:16 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:22 .git 22:27:16 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:22 .github 22:27:16 -rw-rw-r-- 1 jenkins jenkins 329 Feb 7 22:22 .gitignore 22:27:16 -rw-rw-r-- 1 jenkins jenkins 41 Feb 7 22:22 .golangci.yml 22:27:16 -rw-rw-r-- 1 jenkins jenkins 8996 Feb 7 22:22 Attribution.txt 22:27:16 -rw-rw-r-- 1 jenkins jenkins 13085 Feb 7 22:22 CHANGELOG.md 22:27:16 -rw-rw-r-- 1 jenkins jenkins 1578 Feb 7 22:22 Dockerfile 22:27:16 -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:22 GOVERNANCE.md 22:27:16 -rw-rw-r-- 1 jenkins jenkins 680 Feb 7 22:22 Jenkinsfile 22:27:16 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 7 22:22 LICENSE 22:27:16 -rw-rw-r-- 1 jenkins jenkins 1744 Feb 7 22:22 Makefile 22:27:16 -rw-rw-r-- 1 jenkins jenkins 620 Feb 7 22:22 OWNERS.md 22:27:16 -rw-rw-r-- 1 jenkins jenkins 15447 Feb 7 22:22 README.md 22:27:16 -rw-rw-r-- 1 jenkins jenkins 5 Feb 7 22:17 VERSION 22:27:16 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:22 bin 22:27:16 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:22 cmd 22:27:16 -rw-r--r-- 1 jenkins jenkins 13744 Feb 7 22:26 coverage.out 22:27:16 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:22 driver 22:27:16 -rw-rw-r-- 1 jenkins jenkins 3399 Feb 7 22:22 go.mod 22:27:16 -rw-rw-r-- 1 jenkins jenkins 33277 Feb 7 22:22 go.sum 22:27:16 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:22 snap 22:27:16 -rw-rw-r-- 1 jenkins jenkins 713 Feb 7 22:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:27:16 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8cf83884e1761083e6173cd7f6dabb6a82ce72e7 --label arch=arm64 --label version=0.0.0 . 22:27:16 Sending build context to Docker daemon 157.2kB 22:27:16 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 22:27:16 Step 2/25 : FROM ${BASE} AS builder 22:27:16 ---> 8bf1220be91b 22:27:16 Step 3/25 : ARG ADD_BUILD_TAGS="" 22:27:17 ---> Running in 9dc73d98b8fe 22:27:17 Removing intermediate container 9dc73d98b8fe 22:27:17 ---> 4e5f2ab0cf12 22:27:17 Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:27:17 ---> Running in fba75f606573 22:27:18 Removing intermediate container fba75f606573 22:27:18 ---> fd520c9eca50 22:27:18 Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:27:18 ---> Running in 8ecc7cead266 22:27:18 Removing intermediate container 8ecc7cead266 22:27:18 ---> 49fbbcc5f399 22:27:18 Step 6/25 : ARG ALPINE_PKG_EXTRA="" 22:27:18 ---> Running in 54f769ca82e1 22:27:19 Removing intermediate container 54f769ca82e1 22:27:19 ---> 40f62951f6b8 22:27:19 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:27:19 ---> Running in 9a57941cacd2 22:27:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:27:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:27:22 OK: 226 MiB in 55 packages 22:27:22 Removing intermediate container 9a57941cacd2 22:27:22 ---> 3536e7bf2073 22:27:22 Step 8/25 : WORKDIR /device-rest-go 22:27:23 ---> Running in 8db671d66ff5 22:27:23 Removing intermediate container 8db671d66ff5 22:27:23 ---> 834e9a9ca316 22:27:23 Step 9/25 : COPY go.mod vendor* ./ 22:27:24 ---> e9f7d029c5df 22:27:24 Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:27:24 ---> Running in 1fa96af82f29 22:27:27 Removing intermediate container 1fa96af82f29 22:27:27 ---> 79e309051f2f 22:27:27 Step 11/25 : COPY . . 22:27:27 ---> baadeb9b0943 22:27:27 Step 12/25 : RUN $MAKE 22:27:27 ---> Running in 45e1ebc42344 22:27:28 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-rest-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-rest ./cmd 22:29:50 Removing intermediate container 45e1ebc42344 22:29:50 ---> 2041943c41a9 22:29:50 Step 13/25 : FROM alpine:3.16 22:29:50 3.16: Pulling from library/alpine 22:29:50 6875df1f5354: Pulling fs layer 22:29:50 6875df1f5354: Verifying Checksum 22:29:50 6875df1f5354: Download complete 22:29:50 6875df1f5354: Pull complete 22:29:50 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:29:50 Status: Downloaded newer image for alpine:3.16 22:29:50 ---> 2b4661558fb8 22:29:50 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 22:29:50 ---> Running in 6b61e809ec0d 22:29:50 Removing intermediate container 6b61e809ec0d 22:29:50 ---> 2463e7e9100e 22:29:50 Step 15/25 : LABEL Name=device-rest-go Version=${VERSION} 22:29:50 ---> Running in 78739c70585b 22:29:50 Removing intermediate container 78739c70585b 22:29:50 ---> a81e19c9ce61 22:29:50 Step 16/25 : RUN apk add --update --no-cache dumb-init 22:29:50 ---> Running in 320edebef402 22:29:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:29:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:29:50 (1/1) Installing dumb-init (1.2.5-r1) 22:29:50 Executing busybox-1.35.0-r17.trigger 22:29:50 OK: 5 MiB in 15 packages 22:29:51 Removing intermediate container 320edebef402 22:29:51 ---> 57d9a0b6dfdd 22:29:51 Step 17/25 : COPY --from=builder /device-rest-go/cmd / 22:29:52 ---> cbd87043b294 22:29:52 Step 18/25 : COPY --from=builder /device-rest-go/LICENSE / 22:29:53 ---> 0eee73be6e1f 22:29:53 Step 19/25 : COPY --from=builder /device-rest-go/Attribution.txt / 22:29:53 ---> 18ea3ec8cdce 22:29:53 Step 20/25 : EXPOSE 59986 22:29:53 ---> Running in bc56efd8bcae 22:29:54 Removing intermediate container bc56efd8bcae 22:29:54 ---> 5c669027a525 22:29:54 Step 21/25 : ENTRYPOINT ["/device-rest"] 22:29:54 ---> Running in 12edcb18326c 22:29:54 Removing intermediate container 12edcb18326c 22:29:54 ---> 2d1c6ac4e900 22:29:54 Step 22/25 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 22:29:54 ---> Running in 738d514654fb 22:29:55 Removing intermediate container 738d514654fb 22:29:55 ---> 9a1c3b3effad 22:29:55 Step 23/25 : LABEL arch=arm64 22:29:55 ---> Running in 48a7f6b9c546 22:29:55 Removing intermediate container 48a7f6b9c546 22:29:55 ---> 7319275023e4 22:29:55 Step 24/25 : LABEL git_sha=8cf83884e1761083e6173cd7f6dabb6a82ce72e7 22:29:55 ---> Running in be9eb61c67e5 22:29:55 Removing intermediate container be9eb61c67e5 22:29:55 ---> 1bdaa3f37947 22:29:55 Step 25/25 : LABEL version=0.0.0 22:29:56 ---> Running in 03d4667a473c 22:29:56 Removing intermediate container 03d4667a473c 22:29:56 ---> b76061d86045 22:29:56 [Warning] One or more build-args [ARCH] were not consumed 22:29:56 Successfully built b76061d86045 22:29:56 Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:29:57 22:29:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:29:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:29:58 arm64: Pulling from edgex-lftools-log-publisher 22:29:58 8998bd30e6a1: Pulling fs layer 22:29:58 04944245beec: Pulling fs layer 22:29:58 699f458cf7ca: Pulling fs layer 22:29:58 765212b225bb: Pulling fs layer 22:29:58 f23df028b6ca: Pulling fs layer 22:29:58 d65c8cfc05b1: Pulling fs layer 22:29:58 2437ff75d9bd: Pulling fs layer 22:29:58 d65c8cfc05b1: Waiting 22:29:58 2437ff75d9bd: Waiting 22:29:58 f23df028b6ca: Waiting 22:29:58 765212b225bb: Waiting 22:29:58 04944245beec: Verifying Checksum 22:29:58 04944245beec: Download complete 22:29:58 765212b225bb: Verifying Checksum 22:29:58 765212b225bb: Download complete 22:29:58 f23df028b6ca: Verifying Checksum 22:29:58 f23df028b6ca: Download complete 22:29:58 d65c8cfc05b1: Verifying Checksum 22:29:58 d65c8cfc05b1: Download complete 22:29:58 699f458cf7ca: Verifying Checksum 22:29:58 699f458cf7ca: Download complete 22:29:59 8998bd30e6a1: Verifying Checksum 22:29:59 8998bd30e6a1: Download complete 22:30:01 2437ff75d9bd: Verifying Checksum 22:30:01 2437ff75d9bd: Download complete 22:30:02 8998bd30e6a1: Pull complete 22:30:03 04944245beec: Pull complete 22:30:04 699f458cf7ca: Pull complete 22:30:04 765212b225bb: Pull complete 22:30:05 f23df028b6ca: Pull complete 22:30:05 d65c8cfc05b1: Pull complete 22:30:20 2437ff75d9bd: Pull complete 22:30:20 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:30:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:30:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:30:20 prd-ubuntu20.04-docker-arm64-4c-16g-4996 does not seem to be running inside a container 22:30:21 $ 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 22:30:24 $ docker top b095e9f2f0ae3a2c5f4a28c28f87288af9354fe9f2ccbb2e6e66505c2761c9c1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:30:25 ---> job-cost.sh 22:30:25 lf-activate-venv: SKIPPING 22:30:25 INFO: No Stack... 22:30:25 INFO: Retrieving Pricing Info for: v3-standard-4 22:30:26 INFO: Archiving Costs [Pipeline] sh 22:30:27 + cat /w/workspace/device-rest-go/1/archives/cost.csv 22:30:27 + cut -d, -f6 [Pipeline] lock 22:30:27 Trying to acquire lock on [jenkins-edgexfoundry-device-rest-go-PR-247-1-stack-cost] 22:30:27 Resource [jenkins-edgexfoundry-device-rest-go-PR-247-1-stack-cost] did not exist. Created. 22:30:27 Lock acquired on [jenkins-edgexfoundry-device-rest-go-PR-247-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:30:27 /w/workspace/device-rest-go/1@tmp/durable-28603b6e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:30:28 + echo total: 0.10999999940395355 [Pipeline] stash 22:30:28 Warning: overwriting stash ‘stack-cost’ 22:30:28 Stashed 1 file(s) [Pipeline] } 22:30:28 Lock released on resource [jenkins-edgexfoundry-device-rest-go-PR-247-1-stack-cost] [Pipeline] // lock [Pipeline] } 22:30:28 $ docker stop --time=1 b095e9f2f0ae3a2c5f4a28c28f87288af9354fe9f2ccbb2e6e66505c2761c9c1 22:30:30 $ docker rm -f --volumes b095e9f2f0ae3a2c5f4a28c28f87288af9354fe9f2ccbb2e6e66505c2761c9c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider 22:30:31 provisioning config files... 22:30:31 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-247@tmp/config12881476269020719076tmp [Pipeline] { [Pipeline] sh 22:30:31 + set +x 22:30:31 + curl -s https://codecov.io/bash 22:30:31 + bash -s -- 22:30:31 22:30:31 _____ _ 22:30:31 / ____| | | 22:30:31 | | ___ __| | ___ ___ _____ __ 22:30:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:30:31 | |___| (_) | (_| | __/ (_| (_) \ V / 22:30:31 \_____\___/ \__,_|\___|\___\___/ \_/ 22:30:31 Bash-1.0.6 22:30:31 22:30:31 22:30:31 ==> git version 2.25.1 found 22:30:31 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 22:30:31 Release-Date: 2020-01-08 22:30:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:30:31 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:30:31 ==> Jenkins CI detected. 22:30:31 current dir:  /w/workspace/gexfoundry_device-rest-go_PR-247 22:30:31 project root: . 22:30:31 --> token set from env 22:30:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:30:31 ==> Running gcov in . (disable via -X gcov) 22:30:31 ==> Python coveragepy not found 22:30:31 ==> Searching for coverage reports in: 22:30:31 + . 22:30:31 -> Found 1 reports 22:30:31 ==> Detecting git/mercurial file structure 22:30:31 ==> Reading reports 22:30:31 + ./coverage.out bytes=13744 22:30:31 ==> Appending adjustments 22:30:31 https://docs.codecov.io/docs/fixing-reports 22:30:31 + Found adjustments 22:30:31 ==> Gzipping contents 22:30:31 4.0K /tmp/codecov.DV12IJ.gz 22:30:31 ==> Uploading reports 22:30:31 url: https://codecov.io 22:30:31 query: branch=PR-247&commit=8cf83884e1761083e6173cd7f6dabb6a82ce72e7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-247%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=247&job=&cmd_args= 22:30:31 -> Pinging Codecov 22:30:31 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c51feb23-73ac-4f49-b3d1-d26df23137db&branch=PR-247&commit=8cf83884e1761083e6173cd7f6dabb6a82ce72e7&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-247%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=247&job=&cmd_args= 22:30:32 -> Uploading to 22:30:32 https://storage.googleapis.com/codecov/v4/raw/2023-02-07/4E5D53B4F1F92C436F7061BF334D961C/8cf83884e1761083e6173cd7f6dabb6a82ce72e7/7fe46fed-e046-4f8b-85af-121456175171.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T223032Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ab674ceb2b3e88bf5bf930bd68e9ac799cd9fefae8a0123fb40848aaf9c52fe8 22:30:32 % Total % Received % Xferd Average Speed Time Time Time Current 22:30:32 Dload Upload Total Spent Left Speed 22:30:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2443 0 0 100 2443 0 8981 --:--:-- --:--:-- --:--:-- 8981 22:30:32 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/8cf83884e1761083e6173cd7f6dabb6a82ce72e7 [Pipeline] } 22:30:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 22:30:34 + [ -d /w/workspace/gexfoundry_device-rest-go_PR-247/archives ] 22:30:34 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-247/archives 22:30:34 total 16 22:30:34 drwxr-xr-x 3 root root 4096 Feb 7 22:20 . 22:30:34 drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 22:20 .. 22:30:34 drwxr-xr-x 2 root root 4096 Feb 7 22:20 cost 22:30:34 -rw-r--r-- 1 root root 86 Feb 7 22:20 cost.csv 22:30:34 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-247/archives 22:30:34 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-247/archives 22:30:34 total 16 22:30:34 drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:20 . 22:30:34 drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 22:20 .. 22:30:34 drwxr-xr-x 2 jenkins jenkins 4096 Feb 7 22:20 cost 22:30:34 -rw-r--r-- 1 jenkins jenkins 86 Feb 7 22:20 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:30:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:30:35 ---> package-listing.sh 22:30:35 ++ facter osfamily 22:30:35 ++ tr '[:upper:]' '[:lower:]' 22:30:35 + OS_FAMILY=debian 22:30:35 + workspace=/w/workspace/gexfoundry_device-rest-go_PR-247 22:30:35 + START_PACKAGES=/tmp/packages_start.txt 22:30:35 + END_PACKAGES=/tmp/packages_end.txt 22:30:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:30:35 + PACKAGES=/tmp/packages_start.txt 22:30:35 + '[' /w/workspace/gexfoundry_device-rest-go_PR-247 ']' 22:30:35 + PACKAGES=/tmp/packages_end.txt 22:30:35 + case "${OS_FAMILY}" in 22:30:35 + dpkg -l 22:30:35 + grep '^ii' 22:30:35 + '[' -f /tmp/packages_start.txt ']' 22:30:35 + '[' -f /tmp/packages_end.txt ']' 22:30:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:30:35 + '[' /w/workspace/gexfoundry_device-rest-go_PR-247 ']' 22:30:35 + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-247/archives/ 22:30:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-247/archives/ [Pipeline] echo 22:30:35 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-247/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:30:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:30:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:30:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:30:36 prd-ubuntu20.04-docker-8c-8g-4992 does not seem to be running inside a container 22:30:36 $ 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-247/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-247 -v /w/workspace/gexfoundry_device-rest-go_PR-247:/w/workspace/gexfoundry_device-rest-go_PR-247:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-247@tmp:/w/workspace/gexfoundry_device-rest-go_PR-247@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 22:30:37 $ docker top 9b86791c61b8f86d589ceaf576ba4d75c39683258f624e3d9797b5378b82d3dc -eo pid,comm [Pipeline] { [Pipeline] sh 22:30:37 + touch /tmp/pre-build-complete [Pipeline] sh 22:30:37 + mkdir -p /var/log/sysstat [Pipeline] sh 22:30:38 + ls /var/log/sa-host 22:30:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:30:38 provisioning config files... 22:30:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-247@tmp/config9553432360547923289tmp [Pipeline] { [Pipeline] echo 22:30:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:30:38 ---> create-netrc.sh [Pipeline] } 22:30:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:30:39 ---> python-tools-install.sh [Pipeline] echo 22:30:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:30:39 ---> sudo-logs.sh 22:30:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:30:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:30:40 ---> job-cost.sh 22:30:40 lf-activate-venv: SKIPPING 22:30:40 DEBUG: total: 0.2199999988079071 22:30:40 INFO: Retrieving Stack Cost... 22:30:40 INFO: Retrieving Pricing Info for: v3-standard-8 22:30:41 INFO: Archiving Costs [Pipeline] echo 22:30:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:30:41 ---> logs-deploy.sh 22:30:41 lf-activate-venv: SKIPPING 22:30:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-247/1 22:30:41 INFO: archiving workspace using pattern(s): 22:30:42 Archives upload complete. 22:30:42 INFO: archiving logs to Nexus