Pull request #422 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 weichou1229 for edgexfoundry/device-rest-go Obtained Jenkinsfile from 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e+dc396c4a7312713bf5afd7bf9e2532e3e112802c (761d0f66dab23c0695974d434e7ddd1e036ef9ca) 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-ssh4152447253773234495.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh9265488462407429083.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-422/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-422/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11326187522900136159.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-422/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10413638024620503723.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh1293599755115929711.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-422/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-422/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13260182928459368460.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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.23 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 ‘prd-ubuntu20.04-docker-8c-8g-24087’ Running on prd-ubuntu20.04-docker-8c-8g-24092 in /w/workspace/gexfoundry_device-rest-go_PR-422 [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-422 # 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/422/head:refs/remotes/origin/PR-422 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit dc396c4a7312713bf5afd7bf9e2532e3e112802c into PR head commit 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e Merge succeeded, producing 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e Checking out Revision 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e (PR-422) > git config core.sparsecheckout # timeout=10 > git checkout -f 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e # 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 dc396c4a7312713bf5afd7bf9e2532e3e112802c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e # timeout=10 Commit message: "refactor!: update module to v4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:24:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:24:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:24:05 ========================================================= 06:24:05 EdgeX Global Pipelines Version Info 06:24:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:24:05 ------------------- 06:24:05 stable info: 06:24:05 ------------------- 06:24:05 Commited By: Ginny Guan ginny@iotechsys.com 06:24:05 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 06:24:05 Message: update stable to v1.0.265 06:24:06 ------------------- 06:24:06 experimental info: 06:24:06 ------------------- 06:24:06 Commited By: Cherry Wang cherry@iotechsys.com 06:24:06 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 06:24:06 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:24:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-422 [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-422 [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-422 [Pipeline] echo 06:24:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e [Pipeline] echo 06:24:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6bfdd3f [Pipeline] echo 06:24:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:24:09 provisioning config files... 06:24:09 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-422@tmp/config15747710567741982318tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:24:09 ---> ****-login.sh 06:24:09 nexus3.edgexfoundry.org:10001 06:24:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:09 Configure a credential helper to remove this warning. See 06:24:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:09 06:24:09 Login Succeeded 06:24:09 nexus3.edgexfoundry.org:10002 06:24:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:10 Configure a credential helper to remove this warning. See 06:24:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:10 06:24:10 Login Succeeded 06:24:10 nexus3.edgexfoundry.org:10003 06:24:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:10 Configure a credential helper to remove this warning. See 06:24:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:10 06:24:10 Login Succeeded 06:24:10 nexus3.edgexfoundry.org:10004 06:24:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:10 Configure a credential helper to remove this warning. See 06:24:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:10 06:24:10 Login Succeeded 06:24:10 ****.io 06:24:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:10 Configure a credential helper to remove this warning. See 06:24:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:10 06:24:10 Login Succeeded 06:24:10 ---> ****-login.sh ends [Pipeline] } 06:24:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:24:11 + git rev-list -1 --merges 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e~1..6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e [Pipeline] echo 06:24:11 -----------> git rev-list -1 --merges 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e~1..6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e [false] [Pipeline] sh 06:24:11 + git log --format=format:%s -1 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e [Pipeline] echo 06:24:11 ========================================================= 06:24:11 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:24:11 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:24:12 + git log --format=format:%s -1 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e [Pipeline] echo 06:24:12 [semverPrep] GIT_COMMIT: 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e, Commit Message: refactor!: update module to v4 [Pipeline] echo 06:24:12 [semverPrep] This is not a build commit. [Pipeline] sh 06:24:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:24:12 + grep -v github /etc/ssh/ssh_known_hosts 06:24:12 + [ -e /tmp/ssh_known_hosts ] 06:24:12 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:24:12 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 06:24:12 -a /etc/ssh/ssh_known_hosts 06:24:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:24:13 06:24:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:24:13 0.1.4: Pulling from edgex-devops/py-git-semver 06:24:13 b85a868b505f: Pulling fs layer 06:24:13 e2be974225ed: Pulling fs layer 06:24:13 339a4e72a1f5: Pulling fs layer 06:24:13 988bab9f4d93: Pulling fs layer 06:24:13 1469e6f7b9e6: Pulling fs layer 06:24:13 eaf3925da568: Pulling fs layer 06:24:13 bab4dde63d76: Pulling fs layer 06:24:13 988bab9f4d93: Waiting 06:24:13 1469e6f7b9e6: Waiting 06:24:13 eaf3925da568: Waiting 06:24:13 bab4dde63d76: Waiting 06:24:13 bde34c3a00c8: Pulling fs layer 06:24:13 b352a97aabf1: Pulling fs layer 06:24:13 4872d77fe225: Pulling fs layer 06:24:13 5851b861e8e6: Pulling fs layer 06:24:13 4872d77fe225: Waiting 06:24:13 bde34c3a00c8: Waiting 06:24:13 b352a97aabf1: Waiting 06:24:13 5851b861e8e6: Waiting 06:24:13 e2be974225ed: Download complete 06:24:13 988bab9f4d93: Verifying Checksum 06:24:13 988bab9f4d93: Download complete 06:24:13 1469e6f7b9e6: Verifying Checksum 06:24:13 1469e6f7b9e6: Download complete 06:24:13 eaf3925da568: Download complete 06:24:13 339a4e72a1f5: Verifying Checksum 06:24:13 339a4e72a1f5: Download complete 06:24:13 bde34c3a00c8: Download complete 06:24:13 b352a97aabf1: Verifying Checksum 06:24:13 b352a97aabf1: Download complete 06:24:13 4872d77fe225: Verifying Checksum 06:24:13 4872d77fe225: Download complete 06:24:13 5851b861e8e6: Verifying Checksum 06:24:13 5851b861e8e6: Download complete 06:24:13 b85a868b505f: Verifying Checksum 06:24:13 b85a868b505f: Download complete 06:24:13 bab4dde63d76: Verifying Checksum 06:24:13 bab4dde63d76: Download complete 06:24:14 b85a868b505f: Pull complete 06:24:15 e2be974225ed: Pull complete 06:24:15 339a4e72a1f5: Pull complete 06:24:15 988bab9f4d93: Pull complete 06:24:16 1469e6f7b9e6: Pull complete 06:24:16 eaf3925da568: Pull complete 06:24:17 bab4dde63d76: Pull complete 06:24:17 bde34c3a00c8: Pull complete 06:24:17 b352a97aabf1: Pull complete 06:24:17 4872d77fe225: Pull complete 06:24:18 5851b861e8e6: Pull complete 06:24:18 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 06:24:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:24:18 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:24:18 prd-ubuntu20.04-docker-8c-8g-24092 does not seem to be running inside a container 06:24:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-422 -v /w/workspace/gexfoundry_device-rest-go_PR-422:/w/workspace/gexfoundry_device-rest-go_PR-422:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-422@tmp:/w/workspace/gexfoundry_device-rest-go_PR-422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:24:21 $ docker top cdccc05c0e08a99c63f54e7eb2f0aa4f50c463c51b513bf407cdb78c975e60a5 -eo pid,comm 06:24:21 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). 06:24:21 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:24:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:24:21 [ssh-agent] Looking for ssh-agent implementation... 06:24:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:24:22 $ docker exec cdccc05c0e08a99c63f54e7eb2f0aa4f50c463c51b513bf407cdb78c975e60a5 ssh-agent 06:24:22 SSH_AUTH_SOCK=/tmp/ssh-YY50RRbxjMfy/agent.32 06:24:22 SSH_AGENT_PID=38 06:24:22 Running ssh-add (command line suppressed) 06:24:22 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-422@tmp/private_key_2093039595698100820.key (/w/workspace/gexfoundry_device-rest-go_PR-422@tmp/private_key_2093039595698100820.key) 06:24:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:24:22 + git tag --points-at HEAD [Pipeline] } 06:24:22 $ docker exec --env ******** --env ******** cdccc05c0e08a99c63f54e7eb2f0aa4f50c463c51b513bf407cdb78c975e60a5 ssh-agent -k 06:24:22 unset SSH_AUTH_SOCK; 06:24:22 unset SSH_AGENT_PID; 06:24:22 echo Agent pid 38 killed; 06:24:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:24:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:24:22 [ssh-agent] Looking for ssh-agent implementation... 06:24:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:24:22 $ docker exec cdccc05c0e08a99c63f54e7eb2f0aa4f50c463c51b513bf407cdb78c975e60a5 ssh-agent 06:24:23 SSH_AUTH_SOCK=/tmp/ssh-GHQd7lslbsOc/agent.71 06:24:23 SSH_AGENT_PID=77 06:24:23 Running ssh-add (command line suppressed) 06:24:23 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-422@tmp/private_key_371200850140765127.key (/w/workspace/gexfoundry_device-rest-go_PR-422@tmp/private_key_371200850140765127.key) 06:24:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:24:23 + git semver init 06:24:23 2024-10-30 06:24:23,720 [run_init] DEBUG init version:0.0.0 force:False 06:24:23 2024-10-30 06:24:23,721 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-rest-go_PR-422/.semver 06:24:23 2024-10-30 06:24:23,721 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/gexfoundry_device-rest-go_PR-422/.semver 06:24:23 2024-10-30 06:24:23,722 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/gexfoundry_device-rest-go_PR-422/.semver'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-422, universal_newlines=False, shell=None, istream=None) 06:24:25 2024-10-30 06:24:24,947 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-rest-go_PR-422/.git/info/exclude 06:24:25 2024-10-30 06:24:24,948 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-rest-go_PR-422/.semver/PR-422 with force:False 06:24:25 2024-10-30 06:24:24,948 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-rest-go_PR-422/.semver/PR-422 06:24:25 2024-10-30 06:24:24,950 [execute] INFO git cat-file --batch-check 06:24:25 2024-10-30 06:24:24,950 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-422/.semver, universal_newlines=False, shell=None, istream=) 06:24:25 2024-10-30 06:24:24,955 [execute] INFO git cat-file --batch 06:24:25 2024-10-30 06:24:24,955 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-422/.semver, universal_newlines=False, shell=None, istream=) 06:24:25 2024-10-30 06:24:24,960 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-rest-go_PR-422/.semver/PR-422 06:24:25 0.0.0 [Pipeline] } 06:24:25 $ docker exec --env ******** --env ******** cdccc05c0e08a99c63f54e7eb2f0aa4f50c463c51b513bf407cdb78c975e60a5 ssh-agent -k 06:24:25 unset SSH_AUTH_SOCK; 06:24:25 unset SSH_AGENT_PID; 06:24:25 echo Agent pid 77 killed; 06:24:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:24:25 + git semver [Pipeline] } 06:24:26 $ docker stop --time=1 cdccc05c0e08a99c63f54e7eb2f0aa4f50c463c51b513bf407cdb78c975e60a5 06:24:27 $ docker rm -f --volumes cdccc05c0e08a99c63f54e7eb2f0aa4f50c463c51b513bf407cdb78c975e60a5 [Pipeline] // withDockerContainer [Pipeline] sh 06:24:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:24:28 Stashed 1 file(s) [Pipeline] echo 06:24:28 [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 06:24:28 provisioning config files... 06:24:28 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-422@tmp/config6149815493067772834tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:24:29 ---> ****-login.sh 06:24:29 nexus3.edgexfoundry.org:10001 06:24:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:29 Configure a credential helper to remove this warning. See 06:24:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:29 06:24:29 Login Succeeded 06:24:29 nexus3.edgexfoundry.org:10002 06:24:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:29 Configure a credential helper to remove this warning. See 06:24:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:29 06:24:29 Login Succeeded 06:24:29 nexus3.edgexfoundry.org:10003 06:24:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:29 Configure a credential helper to remove this warning. See 06:24:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:29 06:24:29 Login Succeeded 06:24:29 nexus3.edgexfoundry.org:10004 06:24:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:29 Configure a credential helper to remove this warning. See 06:24:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:29 06:24:29 Login Succeeded 06:24:29 ****.io 06:24:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:29 Configure a credential helper to remove this warning. See 06:24:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:29 06:24:29 Login Succeeded 06:24:29 ---> ****-login.sh ends [Pipeline] } 06:24:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:24:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:24:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:24:30 ========================================================= 06:24:30 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:24:30 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:30 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 06:24:30 Sending build context to Docker daemon 16.63MB 06:24:30 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 06:24:30 Step 2/12 : FROM ${BASE} AS builder 06:24:30 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 06:24:30 43c4264eed91: Pulling fs layer 06:24:30 4cc291be95ef: Pulling fs layer 06:24:30 2ac1f1163629: Pulling fs layer 06:24:30 5c3c966382ef: Pulling fs layer 06:24:30 4f4fb700ef54: Pulling fs layer 06:24:30 5d5c8e513c77: Pulling fs layer 06:24:30 9f66e0745190: Pulling fs layer 06:24:30 f49a43e4bbc0: Pulling fs layer 06:24:30 561ebcabdf7f: Pulling fs layer 06:24:30 5d5c8e513c77: Waiting 06:24:30 4f4fb700ef54: Waiting 06:24:30 f49a43e4bbc0: Waiting 06:24:30 561ebcabdf7f: Waiting 06:24:30 4cc291be95ef: Verifying Checksum 06:24:30 4cc291be95ef: Download complete 06:24:30 5c3c966382ef: Download complete 06:24:30 4f4fb700ef54: Verifying Checksum 06:24:30 4f4fb700ef54: Download complete 06:24:30 5d5c8e513c77: Verifying Checksum 06:24:30 5d5c8e513c77: Download complete 06:24:30 43c4264eed91: Download complete 06:24:30 9f66e0745190: Verifying Checksum 06:24:30 9f66e0745190: Download complete 06:24:30 43c4264eed91: Pull complete 06:24:31 4cc291be95ef: Pull complete 06:24:31 561ebcabdf7f: Verifying Checksum 06:24:31 561ebcabdf7f: Download complete 06:24:31 2ac1f1163629: Verifying Checksum 06:24:31 2ac1f1163629: Download complete 06:24:31 f49a43e4bbc0: Download complete 06:24:34 2ac1f1163629: Pull complete 06:24:34 5c3c966382ef: Pull complete 06:24:34 4f4fb700ef54: Pull complete 06:24:34 5d5c8e513c77: Pull complete 06:24:34 9f66e0745190: Pull complete 06:24:36 f49a43e4bbc0: Pull complete 06:24:37 561ebcabdf7f: Pull complete 06:24:37 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 06:24:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:24:37 ---> 3a752c3f9dda 06:24:37 Step 3/12 : ARG ADD_BUILD_TAGS="" 06:24:41 ---> Running in 7265e5c4c1cc 06:24:41 Removing intermediate container 7265e5c4c1cc 06:24:41 ---> 2a50f67b2006 06:24:41 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:24:41 ---> Running in afa356964d95 06:24:41 Removing intermediate container afa356964d95 06:24:41 ---> 89c9f411c47d 06:24:41 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:24:41 ---> Running in b53153dd1cc5 06:24:41 Removing intermediate container b53153dd1cc5 06:24:41 ---> 113e6c66f275 06:24:41 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 06:24:41 ---> Running in 2293fcb9faed 06:24:41 Removing intermediate container 2293fcb9faed 06:24:41 ---> 9efc834329e5 06:24:41 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:24:41 ---> Running in 13744fcae368 06:24:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:24:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:24:42 (1/4) Installing openssh-keygen (9.7_p1-r4) 06:24:42 (2/4) Installing libedit (20240517.3.1-r0) 06:24:42 (3/4) Installing openssh-client-common (9.7_p1-r4) 06:24:42 (4/4) Installing openssh-client-default (9.7_p1-r4) 06:24:42 Executing busybox-1.36.1-r29.trigger 06:24:42 OK: 250 MiB in 58 packages 06:24:43 Removing intermediate container 13744fcae368 06:24:43 ---> 4bb57d88c146 06:24:43 Step 8/12 : WORKDIR /device-rest-go 06:24:43 ---> Running in cd095174eb56 06:24:43 Removing intermediate container cd095174eb56 06:24:43 ---> 3ef9117ec3a1 06:24:43 Step 9/12 : COPY go.mod vendor* ./ 06:24:43 ---> fe046ac0123a 06:24:43 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:24:43 ---> Running in 4009ce6133e0 06:24:43 Still waiting to schedule task 06:24:43 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-24089’ 06:25:29 Removing intermediate container 4009ce6133e0 06:25:29 ---> 4f84f7e5f0e5 06:25:29 Step 11/12 : COPY . . 06:25:29 ---> a321aed3702d 06:25:29 Step 12/12 : RUN $MAKE 06:25:29 ---> Running in 3dae9509256a 06:25:29 noop 06:25:29 Removing intermediate container 3dae9509256a 06:25:29 ---> 6ab384d064c1 06:25:29 Successfully built 6ab384d064c1 06:25:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:30 + docker inspect -f . ci-base-image-x86_64 06:25:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:25:30 prd-ubuntu20.04-docker-8c-8g-24092 does not seem to be running inside a container 06:25:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-422 -v /w/workspace/gexfoundry_device-rest-go_PR-422:/w/workspace/gexfoundry_device-rest-go_PR-422:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-422@tmp:/w/workspace/gexfoundry_device-rest-go_PR-422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:25:31 $ docker top eb7bd3df2fb269cb18aebcf9ceae651c504f16e7891252c555d5c46607befd10 -eo pid,comm [Pipeline] { [Pipeline] sh 06:25:31 + go version 06:25:31 go version go1.23.2 linux/amd64 [Pipeline] } 06:25:31 $ docker stop --time=1 eb7bd3df2fb269cb18aebcf9ceae651c504f16e7891252c555d5c46607befd10 06:25:32 $ docker rm -f --volumes eb7bd3df2fb269cb18aebcf9ceae651c504f16e7891252c555d5c46607befd10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:33 + docker inspect -f . ci-base-image-x86_64 06:25:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:25:33 prd-ubuntu20.04-docker-8c-8g-24092 does not seem to be running inside a container 06:25:33 $ 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-422 -v /w/workspace/gexfoundry_device-rest-go_PR-422:/w/workspace/gexfoundry_device-rest-go_PR-422:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-422@tmp:/w/workspace/gexfoundry_device-rest-go_PR-422@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:25:34 $ docker top 747aa0dfcdfa795498b27c6443b98a9ce9affccdf72bfb00c6561294f8b975b0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:25:34 + git config --global --add safe.directory /w/workspace/gexfoundry_device-rest-go_PR-422 [Pipeline] fileExists [Pipeline] sh 06:25:34 + make test 06:25:34 go test ./... -coverprofile=coverage.out ./... 06:25:36 ? github.com/edgexfoundry/device-rest-go [no test files] 06:25:54 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 06:25:54 ok github.com/edgexfoundry/device-rest-go/driver 0.008s coverage: 33.2% of statements 06:26:08 go vet ./... 06:26:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:26:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:26:10 ./bin/test-attribution-txt.sh [Pipeline] echo 06:26:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 06:26:10 $ docker stop --time=1 747aa0dfcdfa795498b27c6443b98a9ce9affccdf72bfb00c6561294f8b975b0 06:26:14 $ docker rm -f --volumes 747aa0dfcdfa795498b27c6443b98a9ce9affccdf72bfb00c6561294f8b975b0 [Pipeline] // withDockerContainer [Pipeline] sh 06:26:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:26:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:26:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:26:16 + ls -al . 06:26:16 total 256 06:26:16 drwxrwxr-x 9 jenkins jenkins 4096 Oct 30 06:25 . 06:26:16 drwxrwxr-x 4 jenkins jenkins 4096 Oct 30 06:23 .. 06:26:16 -rw-rw-r-- 1 jenkins jenkins 151 Oct 30 06:23 .dockerignore 06:26:16 drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 06:25 .git 06:26:16 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 06:23 .github 06:26:16 -rw-rw-r-- 1 jenkins jenkins 264 Oct 30 06:23 .gitignore 06:26:16 -rw-rw-r-- 1 jenkins jenkins 41 Oct 30 06:23 .golangci.yml 06:26:16 drwxr-xr-x 3 jenkins jenkins 4096 Oct 30 06:24 .semver 06:26:16 -rw-rw-r-- 1 jenkins jenkins 20138 Oct 30 06:23 Attribution.txt 06:26:16 -rw-rw-r-- 1 jenkins jenkins 17685 Oct 30 06:23 CHANGELOG.md 06:26:16 -rw-rw-r-- 1 jenkins jenkins 1697 Oct 30 06:23 Dockerfile 06:26:16 -rw-rw-r-- 1 jenkins jenkins 677 Oct 30 06:23 GOVERNANCE.md 06:26:16 -rw-rw-r-- 1 jenkins jenkins 680 Oct 30 06:23 Jenkinsfile 06:26:16 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 30 06:23 LICENSE 06:26:16 -rw-rw-r-- 1 jenkins jenkins 2553 Oct 30 06:23 Makefile 06:26:16 -rw-rw-r-- 1 jenkins jenkins 620 Oct 30 06:23 OWNERS.md 06:26:16 -rw-rw-r-- 1 jenkins jenkins 3989 Oct 30 06:23 README.md 06:26:16 -rw-rw-r-- 1 jenkins jenkins 5 Oct 30 06:24 VERSION 06:26:16 drwxrwxr-x 2 jenkins jenkins 4096 Oct 30 06:23 bin 06:26:16 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 06:23 cmd 06:26:16 -rw-r--r-- 1 jenkins jenkins 14565 Oct 30 06:25 coverage.out 06:26:16 drwxrwxr-x 2 jenkins jenkins 4096 Oct 30 06:23 driver 06:26:16 -rw-rw-r-- 1 jenkins jenkins 7099 Oct 30 06:23 go.mod 06:26:16 -rw-rw-r-- 1 jenkins jenkins 100162 Oct 30 06:23 go.sum 06:26:16 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 06:23 openapi 06:26:16 -rw-rw-r-- 1 jenkins jenkins 713 Oct 30 06:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:26:16 + 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=6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e --label arch=amd64 --label version=0.0.0 . 06:26:16 Sending build context to Docker daemon 16.64MB 06:26:16 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 06:26:16 Step 2/26 : FROM ${BASE} AS builder 06:26:16 ---> 6ab384d064c1 06:26:16 Step 3/26 : ARG ADD_BUILD_TAGS="" 06:26:17 ---> Running in c46a78a8b57c 06:26:17 Removing intermediate container c46a78a8b57c 06:26:17 ---> 5ac0da217af3 06:26:17 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:26:17 ---> Running in 5747c2dedaeb 06:26:17 Removing intermediate container 5747c2dedaeb 06:26:17 ---> 2c81288ad10e 06:26:17 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:26:17 ---> Running in 54a3949d860b 06:26:17 Removing intermediate container 54a3949d860b 06:26:17 ---> 824624055ce0 06:26:17 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 06:26:17 ---> Running in cba056aba926 06:26:17 Removing intermediate container cba056aba926 06:26:17 ---> 0e8e73089ef4 06:26:17 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:26:17 ---> Running in 0c9b9255f2a8 06:26:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:19 OK: 250 MiB in 58 packages 06:26:19 Removing intermediate container 0c9b9255f2a8 06:26:19 ---> 1da1e1ca2495 06:26:19 Step 8/26 : WORKDIR /device-rest-go 06:26:19 ---> Running in 6d81fb2daad9 06:26:19 Removing intermediate container 6d81fb2daad9 06:26:19 ---> 15b48bcb1912 06:26:19 Step 9/26 : COPY go.mod vendor* ./ 06:26:19 ---> 73ffb32ea322 06:26:19 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:26:19 ---> Running in 6066943c5a5e 06:26:19 Removing intermediate container 6066943c5a5e 06:26:19 ---> 89e50d309acf 06:26:19 Step 11/26 : COPY . . 06:26:20 ---> eaed4348c338 06:26:20 Step 12/26 : RUN $MAKE 06:26:20 ---> Running in 9ffc6e3ad3a6 06:26:20 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-rest ./cmd 06:26:54 Removing intermediate container 9ffc6e3ad3a6 06:26:54 ---> 0b41f14148fd 06:26:54 Step 13/26 : FROM alpine:3.20 06:26:54 3.20: Pulling from library/alpine 06:26:54 43c4264eed91: Already exists 06:26:54 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:26:54 Status: Downloaded newer image for alpine:3.20 06:26:54 ---> 91ef0af61f39 06:26:54 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 06:26:54 ---> Running in b3dd4361d72a 06:26:54 Removing intermediate container b3dd4361d72a 06:26:54 ---> bb462e5f2d8e 06:26:54 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 06:26:54 ---> Running in 3ed32db1e714 06:26:55 Removing intermediate container 3ed32db1e714 06:26:55 ---> 43d4ce77d1bc 06:26:55 Step 16/26 : RUN apk add --update --no-cache dumb-init 06:26:55 ---> Running in c14cffc40e7b 06:26:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:55 (1/1) Installing dumb-init (1.2.5-r3) 06:26:55 Executing busybox-1.36.1-r29.trigger 06:26:55 OK: 8 MiB in 15 packages 06:26:56 Removing intermediate container c14cffc40e7b 06:26:56 ---> b025066e904d 06:26:56 Step 17/26 : RUN apk --no-cache upgrade 06:26:56 ---> Running in 2d5d949af9bb 06:26:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:56 Upgrading critical system libraries and apk-tools: 06:26:56 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:26:56 Executing busybox-1.36.1-r29.trigger 06:26:57 Continuing the upgrade transaction with new apk-tools: 06:26:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:26:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:26:57 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 06:26:57 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 06:26:57 OK: 8 MiB in 15 packages 06:26:57 Removing intermediate container 2d5d949af9bb 06:26:57 ---> 62e1d56208fb 06:26:57 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 06:26:59 ---> f2ea5a772185 06:26:59 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 06:26:59 ---> d926f59a6a2b 06:26:59 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 06:26:59 ---> c53901c47510 06:26:59 Step 21/26 : EXPOSE 59986 06:26:59 ---> Running in 28e495230ec8 06:26:59 Removing intermediate container 28e495230ec8 06:26:59 ---> 1e5ba330dd0a 06:26:59 Step 22/26 : ENTRYPOINT ["/device-rest"] 06:26:59 ---> Running in b39617fdc0cc 06:26:59 Removing intermediate container b39617fdc0cc 06:26:59 ---> 45cf725b602e 06:26:59 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 06:26:59 ---> Running in c8cc6584c6f6 06:27:00 Removing intermediate container c8cc6584c6f6 06:27:00 ---> aa9d751199d0 06:27:00 Step 24/26 : LABEL arch=amd64 06:27:00 ---> Running in ca3073354ab2 06:27:00 Removing intermediate container ca3073354ab2 06:27:00 ---> fd64112c42b6 06:27:00 Step 25/26 : LABEL git_sha=6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e 06:27:00 ---> Running in 6f96b535bc3d 06:27:00 Removing intermediate container 6f96b535bc3d 06:27:00 ---> cbc1f2a3180a 06:27:00 Step 26/26 : LABEL version=0.0.0 06:27:00 ---> Running in 7b1de40f879d 06:27:00 Removing intermediate container 7b1de40f879d 06:27:00 ---> 0bae18a9ce7c 06:27:00 [Warning] One or more build-args [ARCH] were not consumed 06:27:00 Successfully built 0bae18a9ce7c 06:27:00 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:27:01 06:27:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:27:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:27:01 latest: Pulling from edgex-lftools-log-publisher 06:27:01 5eb5b503b376: Pulling fs layer 06:27:01 5c69ac0246d0: Pulling fs layer 06:27:01 ec43610c2a17: Pulling fs layer 06:27:01 3a2ae6a8a46f: Pulling fs layer 06:27:01 33b1e0a273af: Pulling fs layer 06:27:01 5d3b04190fa2: Pulling fs layer 06:27:01 2f39f015ded8: Pulling fs layer 06:27:01 3a2ae6a8a46f: Waiting 06:27:01 33b1e0a273af: Waiting 06:27:01 5d3b04190fa2: Waiting 06:27:01 2f39f015ded8: Waiting 06:27:01 5c69ac0246d0: Download complete 06:27:01 3a2ae6a8a46f: Download complete 06:27:01 33b1e0a273af: Verifying Checksum 06:27:01 33b1e0a273af: Download complete 06:27:01 ec43610c2a17: Verifying Checksum 06:27:01 ec43610c2a17: Download complete 06:27:01 5d3b04190fa2: Verifying Checksum 06:27:01 5d3b04190fa2: Download complete 06:27:01 5eb5b503b376: Verifying Checksum 06:27:01 5eb5b503b376: Download complete 06:27:02 2f39f015ded8: Download complete 06:27:03 5eb5b503b376: Pull complete 06:27:03 5c69ac0246d0: Pull complete 06:27:03 ec43610c2a17: Pull complete 06:27:03 3a2ae6a8a46f: Pull complete 06:27:03 33b1e0a273af: Pull complete 06:27:04 5d3b04190fa2: Pull complete 06:27:08 2f39f015ded8: Pull complete 06:27:08 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:27:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:27:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:27:08 prd-ubuntu20.04-docker-8c-8g-24092 does not seem to be running inside a container 06:27:08 $ 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-422 -v /w/workspace/gexfoundry_device-rest-go_PR-422:/w/workspace/gexfoundry_device-rest-go_PR-422:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-422@tmp:/w/workspace/gexfoundry_device-rest-go_PR-422@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 06:27:14 $ docker top a6c8a967b94aaffb25ded842e93aadcb865107bf0f3a45e3d6f2b3f13b2ac6db -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:27:14 ---> job-cost.sh 06:27:14 lf-activate-venv: SKIPPING 06:27:14 INFO: No Stack... 06:27:15 INFO: Retrieving Pricing Info for: v3-standard-8 06:27:15 INFO: Archiving Costs [Pipeline] sh 06:27:15 + cat /w/workspace/gexfoundry_device-rest-go_PR-422/archives/cost.csv 06:27:15 + cut -d, -f6 [Pipeline] lock 06:27:15 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-PR-422-1-stack-cost] 06:27:15 Resource [jenkins-edgexfoundry-device-rest-go-PR-422-1-stack-cost] did not exist. Created. 06:27:15 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-PR-422-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:27:16 + echo total: 0.2199999988079071 [Pipeline] stash 06:27:16 Stashed 1 file(s) [Pipeline] } 06:27:16 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-PR-422-1-stack-cost] [Pipeline] // lock [Pipeline] } 06:27:16 $ docker stop --time=1 a6c8a967b94aaffb25ded842e93aadcb865107bf0f3a45e3d6f2b3f13b2ac6db 06:27:17 $ docker rm -f --volumes a6c8a967b94aaffb25ded842e93aadcb865107bf0f3a45e3d6f2b3f13b2ac6db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:28:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-24095 in /w/workspace/gexfoundry_device-rest-go_PR-422 [Pipeline] { [Pipeline] ws 06:28:23 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 06:28:26 The recommended git tool is: git 06:28:36 using credential edgex-jenkins-ssh 06:28:36 Cloning the remote Git repository 06:28:36 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 06:28:37 > git init /w/workspace/device-rest-go/1 # timeout=10 06:28:37 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:28:37 > git --version # timeout=10 06:28:37 > git --version # 'git version 2.25.1' 06:28:37 using GIT_SSH to set credentials SSH Credentials for GitHub 06:28:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:28:41 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:28:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:28:42 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:28:42 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:28:42 using GIT_SSH to set credentials SSH Credentials for GitHub 06:28:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/422/head:refs/remotes/origin/PR-422 +refs/heads/main:refs/remotes/origin/main # timeout=10 06:28:42 Merging remotes/origin/main commit dc396c4a7312713bf5afd7bf9e2532e3e112802c into PR head commit 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e 06:28:43 Merge succeeded, producing 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e 06:28:43 Checking out Revision 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e (PR-422) 06:28:42 > git config core.sparsecheckout # timeout=10 06:28:43 > git checkout -f 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e # timeout=10 06:28:43 > git remote # timeout=10 06:28:43 > git config --get remote.origin.url # timeout=10 06:28:43 using GIT_SSH to set credentials SSH Credentials for GitHub 06:28:43 > git merge dc396c4a7312713bf5afd7bf9e2532e3e112802c # timeout=10 06:28:43 > git rev-parse HEAD^{commit} # timeout=10 06:28:43 > git config core.sparsecheckout # timeout=10 06:28:43 > git checkout -f 6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e # timeout=10 06:28:47 Commit message: "refactor!: update module to v4" 06:28:47 > git --version # timeout=10 06:28:47 > git --version # 'git version 2.25.1' 06:28:47 fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:28:49 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:28:49 % Total % Received % Xferd Average Speed Time Time Time Current 06:28:49 Dload Upload Total Spent Left Speed 06:28:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 260k 0 --:--:-- --:--:-- --:--:-- 266k [Pipeline] sh 06:28:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:28:49 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 06:28:49 + sudo tee /etc/docker/daemon.new 06:28:49 { 06:28:49 "registry-mirrors": [ 06:28:49 "https://nexus3.edgexfoundry.org:10001" 06:28:49 ], 06:28:49 "bip": "10.250.0.254/24", 06:28:49 "hosts": [ 06:28:49 "tcp://0.0.0.0:5555", 06:28:49 "unix:///var/run/docker.sock" 06:28:49 ], 06:28:49 "mtu": 1458, 06:28:49 "selinux-enabled": true, 06:28:49 "seccomp-profile": "/etc/docker/seccomp.json" 06:28:49 } [Pipeline] sh 06:28:50 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:28:50 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:29:08 provisioning config files... 06:29:08 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config14640274950589085449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:29:09 ---> ****-login.sh 06:29:09 nexus3.edgexfoundry.org:10001 06:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:29:10 Configure a credential helper to remove this warning. See 06:29:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:29:10 06:29:10 Login Succeeded 06:29:10 nexus3.edgexfoundry.org:10002 06:29:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:29:10 Configure a credential helper to remove this warning. See 06:29:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:29:10 06:29:10 Login Succeeded 06:29:10 nexus3.edgexfoundry.org:10003 06:29:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:29:10 Configure a credential helper to remove this warning. See 06:29:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:29:10 06:29:10 Login Succeeded 06:29:10 nexus3.edgexfoundry.org:10004 06:29:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:29:11 Configure a credential helper to remove this warning. See 06:29:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:29:11 06:29:11 Login Succeeded 06:29:11 ****.io 06:29:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:29:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:29:11 Configure a credential helper to remove this warning. See 06:29:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:29:11 06:29:11 Login Succeeded 06:29:11 ---> ****-login.sh ends [Pipeline] } 06:29:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:29:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:29:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 06:29:12 ========================================================= 06:29:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 06:29:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:29:12 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 06:29:12 Sending build context to Docker daemon 140.8kB 06:29:13 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 06:29:13 Step 2/12 : FROM ${BASE} AS builder 06:29:13 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:29:13 cf04c63912e1: Pulling fs layer 06:29:13 55b35a11ae5e: Pulling fs layer 06:29:13 a37a00ec5f00: Pulling fs layer 06:29:13 50b3750afda1: Pulling fs layer 06:29:13 4f4fb700ef54: Pulling fs layer 06:29:13 80978eb59214: Pulling fs layer 06:29:13 50b3750afda1: Waiting 06:29:13 4f4fb700ef54: Waiting 06:29:13 c9f46d7d2bd2: Pulling fs layer 06:29:13 80978eb59214: Waiting 06:29:13 c5a475d317c9: Pulling fs layer 06:29:13 c9f46d7d2bd2: Waiting 06:29:13 c5a475d317c9: Waiting 06:29:13 55b35a11ae5e: Download complete 06:29:13 50b3750afda1: Verifying Checksum 06:29:13 50b3750afda1: Download complete 06:29:13 4f4fb700ef54: Verifying Checksum 06:29:13 4f4fb700ef54: Download complete 06:29:13 80978eb59214: Download complete 06:29:13 cf04c63912e1: Verifying Checksum 06:29:13 cf04c63912e1: Download complete 06:29:13 c5a475d317c9: Verifying Checksum 06:29:13 c5a475d317c9: Download complete 06:29:14 cf04c63912e1: Pull complete 06:29:14 55b35a11ae5e: Pull complete 06:29:15 a37a00ec5f00: Verifying Checksum 06:29:15 a37a00ec5f00: Download complete 06:29:15 c9f46d7d2bd2: Verifying Checksum 06:29:15 c9f46d7d2bd2: Download complete 06:29:30 a37a00ec5f00: Pull complete 06:29:30 50b3750afda1: Pull complete 06:29:30 4f4fb700ef54: Pull complete 06:29:30 80978eb59214: Pull complete 06:29:36 c9f46d7d2bd2: Pull complete 06:29:38 c5a475d317c9: Pull complete 06:29:38 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 06:29:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:29:38 ---> be29e6b0f0d4 06:29:38 Step 3/12 : ARG ADD_BUILD_TAGS="" 06:29:39 ---> Running in b75516c220af 06:29:39 Removing intermediate container b75516c220af 06:29:39 ---> 4bf5f1faa085 06:29:39 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:29:39 ---> Running in 35995896a2c5 06:29:40 Removing intermediate container 35995896a2c5 06:29:40 ---> 4df98b5218ea 06:29:40 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:29:40 ---> Running in b23bb53fc233 06:29:40 Removing intermediate container b23bb53fc233 06:29:40 ---> 99a7f82ebde2 06:29:40 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 06:29:40 ---> Running in 3cac1246bd54 06:29:40 Removing intermediate container 3cac1246bd54 06:29:40 ---> e667f8167cd7 06:29:40 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:29:40 ---> Running in b09d946fb464 06:29:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:29:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:29:44 (1/4) Installing openssh-keygen (9.7_p1-r4) 06:29:44 (2/4) Installing libedit (20240517.3.1-r0) 06:29:44 (3/4) Installing openssh-client-common (9.7_p1-r4) 06:29:44 (4/4) Installing openssh-client-default (9.7_p1-r4) 06:29:44 Executing busybox-1.36.1-r29.trigger 06:29:44 OK: 242 MiB in 58 packages 06:29:45 Removing intermediate container b09d946fb464 06:29:45 ---> 4c76e8d29f2b 06:29:45 Step 8/12 : WORKDIR /device-rest-go 06:29:46 ---> Running in 5f60dc6b9e7a 06:29:46 Removing intermediate container 5f60dc6b9e7a 06:29:46 ---> 3e10d12846c8 06:29:46 Step 9/12 : COPY go.mod vendor* ./ 06:29:46 ---> 6e8bef3554a5 06:29:46 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:29:46 ---> Running in 855d54486495 06:31:42 Removing intermediate container 855d54486495 06:31:42 ---> 791da0bb3e39 06:31:42 Step 11/12 : COPY . . 06:31:42 ---> 45986233992a 06:31:42 Step 12/12 : RUN $MAKE 06:31:42 ---> Running in edd00837af9c 06:31:42 noop 06:31:42 Removing intermediate container edd00837af9c 06:31:42 ---> bb4c0e5db661 06:31:42 Successfully built bb4c0e5db661 06:31:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:42 + docker inspect -f . ci-base-image-arm64 06:31:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:31:43 prd-ubuntu20.04-docker-arm64-4c-16g-24095 does not seem to be running inside a container 06:31:43 $ 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 06:31:44 $ docker top 82eb31b897ad185907d7d2e76e3e41d3d23c225ffbe51df8a5bffdc1209648d6 -eo pid,comm [Pipeline] { [Pipeline] sh 06:31:45 + go version 06:31:45 go version go1.23.2 linux/arm64 [Pipeline] } 06:31:45 $ docker stop --time=1 82eb31b897ad185907d7d2e76e3e41d3d23c225ffbe51df8a5bffdc1209648d6 06:31:47 $ docker rm -f --volumes 82eb31b897ad185907d7d2e76e3e41d3d23c225ffbe51df8a5bffdc1209648d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:31:48 + docker inspect -f . ci-base-image-arm64 06:31:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:31:48 prd-ubuntu20.04-docker-arm64-4c-16g-24095 does not seem to be running inside a container 06:31:48 $ 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 06:31:49 $ docker top b1f9f71134a140153379ffa13579b8565e3178f73613ec1744310ad2bab7a662 -eo pid,comm [Pipeline] { [Pipeline] sh 06:31:50 + git config --global --add safe.directory /w/workspace/device-rest-go/1 [Pipeline] fileExists [Pipeline] sh 06:31:51 + make test 06:31:51 go test ./... -coverprofile=coverage.out ./... 06:32:00 ? github.com/edgexfoundry/device-rest-go [no test files] 06:35:38 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 06:35:38 ok github.com/edgexfoundry/device-rest-go/driver 0.046s coverage: 33.2% of statements 06:35:39 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:35:39 go vet ./... 06:36:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:36:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:36:36 ./bin/test-attribution-txt.sh [Pipeline] echo 06:36:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 06:36:36 $ docker stop --time=1 b1f9f71134a140153379ffa13579b8565e3178f73613ec1744310ad2bab7a662 06:36:38 $ docker rm -f --volumes b1f9f71134a140153379ffa13579b8565e3178f73613ec1744310ad2bab7a662 [Pipeline] // withDockerContainer [Pipeline] sh 06:36:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:36:39 Warning: overwriting stash ‘coverage-report’ 06:36:40 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:36:40 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:36:41 + ls -al . 06:36:41 total 252 06:36:41 drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 06:31 . 06:36:41 drwxrwxr-x 4 jenkins jenkins 4096 Oct 30 06:28 .. 06:36:41 -rw-rw-r-- 1 jenkins jenkins 151 Oct 30 06:28 .dockerignore 06:36:41 drwxrwxr-x 8 jenkins jenkins 4096 Oct 30 06:28 .git 06:36:41 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 06:28 .github 06:36:41 -rw-rw-r-- 1 jenkins jenkins 264 Oct 30 06:28 .gitignore 06:36:41 -rw-rw-r-- 1 jenkins jenkins 41 Oct 30 06:28 .golangci.yml 06:36:41 -rw-rw-r-- 1 jenkins jenkins 20138 Oct 30 06:28 Attribution.txt 06:36:41 -rw-rw-r-- 1 jenkins jenkins 17685 Oct 30 06:28 CHANGELOG.md 06:36:41 -rw-rw-r-- 1 jenkins jenkins 1697 Oct 30 06:28 Dockerfile 06:36:41 -rw-rw-r-- 1 jenkins jenkins 677 Oct 30 06:28 GOVERNANCE.md 06:36:41 -rw-rw-r-- 1 jenkins jenkins 680 Oct 30 06:28 Jenkinsfile 06:36:41 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 30 06:28 LICENSE 06:36:41 -rw-rw-r-- 1 jenkins jenkins 2553 Oct 30 06:28 Makefile 06:36:41 -rw-rw-r-- 1 jenkins jenkins 620 Oct 30 06:28 OWNERS.md 06:36:41 -rw-rw-r-- 1 jenkins jenkins 3989 Oct 30 06:28 README.md 06:36:41 -rw-rw-r-- 1 jenkins jenkins 5 Oct 30 06:24 VERSION 06:36:41 drwxrwxr-x 2 jenkins jenkins 4096 Oct 30 06:28 bin 06:36:41 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 06:28 cmd 06:36:41 -rw-r--r-- 1 jenkins jenkins 14565 Oct 30 06:35 coverage.out 06:36:41 drwxrwxr-x 2 jenkins jenkins 4096 Oct 30 06:28 driver 06:36:41 -rw-rw-r-- 1 jenkins jenkins 7099 Oct 30 06:28 go.mod 06:36:41 -rw-rw-r-- 1 jenkins jenkins 100162 Oct 30 06:28 go.sum 06:36:41 drwxrwxr-x 3 jenkins jenkins 4096 Oct 30 06:28 openapi 06:36:41 -rw-rw-r-- 1 jenkins jenkins 713 Oct 30 06:28 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:36:41 + 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=6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e --label arch=arm64 --label version=0.0.0 . 06:36:41 Sending build context to Docker daemon 156.2kB 06:36:41 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 06:36:41 Step 2/26 : FROM ${BASE} AS builder 06:36:41 ---> bb4c0e5db661 06:36:41 Step 3/26 : ARG ADD_BUILD_TAGS="" 06:36:41 ---> Running in 44e96715954c 06:36:42 Removing intermediate container 44e96715954c 06:36:42 ---> 1fa00aefc985 06:36:42 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:36:42 ---> Running in b08a95fd2150 06:36:42 Removing intermediate container b08a95fd2150 06:36:42 ---> a16d215c7c4e 06:36:42 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:36:42 ---> Running in b6fc7f148e4a 06:36:42 Removing intermediate container b6fc7f148e4a 06:36:42 ---> 10df038f3e5c 06:36:42 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 06:36:42 ---> Running in c1253ea50fb2 06:36:43 Removing intermediate container c1253ea50fb2 06:36:43 ---> 48d4381757d3 06:36:43 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:36:43 ---> Running in 92fe6a3eda68 06:36:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:36:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:36:46 OK: 242 MiB in 58 packages 06:36:47 Removing intermediate container 92fe6a3eda68 06:36:47 ---> 5ba3306f6e1b 06:36:47 Step 8/26 : WORKDIR /device-rest-go 06:36:47 ---> Running in 541fce42f758 06:36:47 Removing intermediate container 541fce42f758 06:36:47 ---> 322324815a4a 06:36:47 Step 9/26 : COPY go.mod vendor* ./ 06:36:48 ---> 22dc647c90a4 06:36:48 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:36:48 ---> Running in 886c8c6f0d69 06:36:50 Removing intermediate container 886c8c6f0d69 06:36:50 ---> c05110e6dbca 06:36:50 Step 11/26 : COPY . . 06:36:51 ---> 30a5326a5e70 06:36:51 Step 12/26 : RUN $MAKE 06:36:51 ---> Running in 80a3289bf49e 06:36:52 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.1" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-rest ./cmd 06:40:29 Removing intermediate container 80a3289bf49e 06:40:29 ---> 4e0d17856513 06:40:29 Step 13/26 : FROM alpine:3.20 06:40:29 3.20: Pulling from library/alpine 06:40:29 cf04c63912e1: Already exists 06:40:29 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 06:40:29 Status: Downloaded newer image for alpine:3.20 06:40:29 ---> c157a85ed455 06:40:29 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 06:40:29 ---> Running in 1d1d0814cb1b 06:40:29 Removing intermediate container 1d1d0814cb1b 06:40:29 ---> a4593c9393d3 06:40:29 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 06:40:29 ---> Running in 0bd073f916b3 06:40:30 Removing intermediate container 0bd073f916b3 06:40:30 ---> 9a12753b16e9 06:40:30 Step 16/26 : RUN apk add --update --no-cache dumb-init 06:40:30 ---> Running in 3e78976639f8 06:40:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:40:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:40:32 (1/1) Installing dumb-init (1.2.5-r3) 06:40:32 Executing busybox-1.36.1-r29.trigger 06:40:32 OK: 9 MiB in 15 packages 06:40:34 Removing intermediate container 3e78976639f8 06:40:34 ---> b5f2216531e2 06:40:34 Step 17/26 : RUN apk --no-cache upgrade 06:40:34 ---> Running in 8f1467e0fd64 06:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:40:37 Upgrading critical system libraries and apk-tools: 06:40:37 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 06:40:37 Executing busybox-1.36.1-r29.trigger 06:40:37 Continuing the upgrade transaction with new apk-tools: 06:40:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:40:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:40:38 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 06:40:39 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 06:40:39 OK: 9 MiB in 15 packages 06:40:40 Removing intermediate container 8f1467e0fd64 06:40:40 ---> 54d9dd34fa72 06:40:40 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 06:40:43 ---> 170cae2b2aa2 06:40:43 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 06:40:43 ---> bc2f466bdac5 06:40:43 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 06:40:43 ---> 19d427a076b0 06:40:43 Step 21/26 : EXPOSE 59986 06:40:43 ---> Running in 0dc07a607d73 06:40:44 Removing intermediate container 0dc07a607d73 06:40:44 ---> 399d1dab2c73 06:40:44 Step 22/26 : ENTRYPOINT ["/device-rest"] 06:40:44 ---> Running in d0f05ad953ff 06:40:44 Removing intermediate container d0f05ad953ff 06:40:44 ---> 1cff72d0c79b 06:40:44 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 06:40:44 ---> Running in 35c718262fd8 06:40:44 Removing intermediate container 35c718262fd8 06:40:44 ---> d6393dd5fa3f 06:40:44 Step 24/26 : LABEL arch=arm64 06:40:44 ---> Running in 47f50bba2e21 06:40:45 Removing intermediate container 47f50bba2e21 06:40:45 ---> b85b4b7cfcbc 06:40:45 Step 25/26 : LABEL git_sha=6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e 06:40:45 ---> Running in 9ca55f278bfc 06:40:45 Removing intermediate container 9ca55f278bfc 06:40:45 ---> 3ea2d92ea5d4 06:40:45 Step 26/26 : LABEL version=0.0.0 06:40:45 ---> Running in 5e7207286221 06:40:46 Removing intermediate container 5e7207286221 06:40:46 ---> 1a1f0f929ea5 06:40:46 [Warning] One or more build-args [ARCH] were not consumed 06:40:46 Successfully built 1a1f0f929ea5 06:40:46 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:40:47 06:40:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:40:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:40:48 arm64: Pulling from edgex-lftools-log-publisher 06:40:48 8998bd30e6a1: Pulling fs layer 06:40:48 04944245beec: Pulling fs layer 06:40:48 699f458cf7ca: Pulling fs layer 06:40:48 765212b225bb: Pulling fs layer 06:40:48 f23df028b6ca: Pulling fs layer 06:40:48 d65c8cfc05b1: Pulling fs layer 06:40:48 2437ff75d9bd: Pulling fs layer 06:40:48 765212b225bb: Waiting 06:40:48 f23df028b6ca: Waiting 06:40:48 d65c8cfc05b1: Waiting 06:40:48 2437ff75d9bd: Waiting 06:40:48 04944245beec: Verifying Checksum 06:40:48 04944245beec: Download complete 06:40:48 765212b225bb: Verifying Checksum 06:40:48 765212b225bb: Download complete 06:40:48 f23df028b6ca: Download complete 06:40:48 d65c8cfc05b1: Verifying Checksum 06:40:48 d65c8cfc05b1: Download complete 06:40:48 699f458cf7ca: Verifying Checksum 06:40:48 699f458cf7ca: Download complete 06:40:49 8998bd30e6a1: Download complete 06:40:51 2437ff75d9bd: Verifying Checksum 06:40:51 2437ff75d9bd: Download complete 06:40:54 8998bd30e6a1: Pull complete 06:40:54 04944245beec: Pull complete 06:40:55 699f458cf7ca: Pull complete 06:40:56 765212b225bb: Pull complete 06:40:57 f23df028b6ca: Pull complete 06:40:57 d65c8cfc05b1: Pull complete 06:41:12 2437ff75d9bd: Pull complete 06:41:12 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:41:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:41:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:12 prd-ubuntu20.04-docker-arm64-4c-16g-24095 does not seem to be running inside a container 06:41:12 $ 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 06:41:15 $ docker top b5616fe237798c73161d07c11dc426fb7a0b49fdfaedd56f498dd2889fdfdeb3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:41:16 ---> job-cost.sh 06:41:16 lf-activate-venv: SKIPPING 06:41:16 INFO: No Stack... 06:41:16 INFO: Retrieving Pricing Info for: v3-standard-4 06:41:17 INFO: Archiving Costs [Pipeline] sh 06:41:18 + cat /w/workspace/device-rest-go/1/archives/cost.csv 06:41:18 + cut -d, -f6 [Pipeline] lock 06:41:18 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-PR-422-1-stack-cost] 06:41:18 Resource [jenkins-edgexfoundry-device-rest-go-PR-422-1-stack-cost] did not exist. Created. 06:41:18 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-PR-422-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:41:19 /w/workspace/device-rest-go/1@tmp/durable-55bc80f9/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:41:19 + echo total: 0.10999999940395355 [Pipeline] stash 06:41:19 Warning: overwriting stash ‘stack-cost’ 06:41:20 Stashed 1 file(s) [Pipeline] } 06:41:20 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-PR-422-1-stack-cost] [Pipeline] // lock [Pipeline] } 06:41:20 $ docker stop --time=1 b5616fe237798c73161d07c11dc426fb7a0b49fdfaedd56f498dd2889fdfdeb3 06:41:21 $ docker rm -f --volumes b5616fe237798c73161d07c11dc426fb7a0b49fdfaedd56f498dd2889fdfdeb3 [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 06:41:23 provisioning config files... 06:41:23 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-422@tmp/config12226141185866059694tmp [Pipeline] { [Pipeline] sh 06:41:23 + set +x 06:41:23 + bash -s --+ 06:41:23 curl -s https://codecov.io/bash 06:41:23 06:41:23 _____ _ 06:41:23 / ____| | | 06:41:23 | | ___ __| | ___ ___ _____ __ 06:41:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:41:23 | |___| (_) | (_| | __/ (_| (_) \ V / 06:41:23 \_____\___/ \__,_|\___|\___\___/ \_/ 06:41:23 Bash-1.0.6 06:41:23 06:41:23 06:41:23 ==> git version 2.25.1 found 06:41:23 ==> 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 06:41:23 Release-Date: 2020-01-08 06:41:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:41:23 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:41:23 ==> Jenkins CI detected. 06:41:23 current dir:  /w/workspace/gexfoundry_device-rest-go_PR-422 06:41:23 project root: . 06:41:23 --> token set from env 06:41:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:41:23 ==> Running gcov in . (disable via -X gcov) 06:41:23 ==> Python coveragepy not found 06:41:23 ==> Searching for coverage reports in: 06:41:23 + . 06:41:23 -> Found 1 reports 06:41:23 ==> Detecting git/mercurial file structure 06:41:23 ==> Reading reports 06:41:24 + ./coverage.out bytes=14565 06:41:24 ==> Appending adjustments 06:41:24 https://docs.codecov.io/docs/fixing-reports 06:41:24 + Found adjustments 06:41:24 ==> Gzipping contents 06:41:24 4.0K /tmp/codecov.xQxzcX.gz 06:41:24 ==> Uploading reports 06:41:24 url: https://codecov.io 06:41:24 query: branch=PR-422&commit=6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-422%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=422&job=&cmd_args= 06:41:24 -> Pinging Codecov 06:41:24 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-422&commit=6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-422%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=422&job=&cmd_args= 06:41:24 -> Uploading to 06:41:24 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-rest-go/6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e/84e21941-3408-4cff-a522-17de1352d43e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241030%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241030T064124Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=2c7e703a179c23624ef1b458a46f580fd2eb33635ae49d8b5818150cd987b410 06:41:24 % Total % Received % Xferd Average Speed Time Time Time Current 06:41:24 Dload Upload Total Spent Left Speed 06:41:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2327 0 0 100 2327 0 10773 --:--:-- --:--:-- --:--:-- 10773 06:41:24 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/6bfdd3ff5f3e792eafad2b4c95b01495d5837e2e [Pipeline] } 06:41:24 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] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:41:26 + [ -d /w/workspace/gexfoundry_device-rest-go_PR-422/archives ] 06:41:26 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-422/archives 06:41:26 total 16 06:41:26 drwxr-xr-x 3 root root 4096 Oct 30 06:27 . 06:41:26 drwxrwxr-x 10 jenkins jenkins 4096 Oct 30 06:27 .. 06:41:26 drwxr-xr-x 2 root root 4096 Oct 30 06:27 cost 06:41:26 -rw-r--r-- 1 root root 86 Oct 30 06:27 cost.csv 06:41:26 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-422/archives 06:41:26 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-422/archives 06:41:26 total 16 06:41:26 drwxr-xr-x 3 jenkins jenkins 4096 Oct 30 06:27 . 06:41:26 drwxrwxr-x 10 jenkins jenkins 4096 Oct 30 06:27 .. 06:41:26 drwxr-xr-x 2 jenkins jenkins 4096 Oct 30 06:27 cost 06:41:26 -rw-r--r-- 1 jenkins jenkins 86 Oct 30 06:27 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:41:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:41:27 ---> package-listing.sh 06:41:27 ++ tr '[:upper:]' '[:lower:]' 06:41:27 ++ facter osfamily 06:41:27 + OS_FAMILY=debian 06:41:27 + workspace=/w/workspace/gexfoundry_device-rest-go_PR-422 06:41:27 + START_PACKAGES=/tmp/packages_start.txt 06:41:27 + END_PACKAGES=/tmp/packages_end.txt 06:41:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:41:27 + PACKAGES=/tmp/packages_start.txt 06:41:27 + '[' /w/workspace/gexfoundry_device-rest-go_PR-422 ']' 06:41:27 + PACKAGES=/tmp/packages_end.txt 06:41:27 + case "${OS_FAMILY}" in 06:41:27 + dpkg -l 06:41:27 + grep '^ii' 06:41:28 + '[' -f /tmp/packages_start.txt ']' 06:41:28 + '[' -f /tmp/packages_end.txt ']' 06:41:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:41:28 + '[' /w/workspace/gexfoundry_device-rest-go_PR-422 ']' 06:41:28 + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-422/archives/ 06:41:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-422/archives/ [Pipeline] echo 06:41:28 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-422/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:41:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:41:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:41:29 prd-ubuntu20.04-docker-8c-8g-24092 does not seem to be running inside a container 06:41:29 $ 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-422/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-422 -v /w/workspace/gexfoundry_device-rest-go_PR-422:/w/workspace/gexfoundry_device-rest-go_PR-422:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-422@tmp:/w/workspace/gexfoundry_device-rest-go_PR-422@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:41:29 $ docker top 346aae8f25f4159c04fe6d0c9c199960bb580088ebeb99425c3df16ebbccfbf0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:41:29 + touch /tmp/pre-build-complete [Pipeline] sh 06:41:30 + mkdir -p /var/log/sysstat [Pipeline] sh 06:41:30 + ls /var/log/sa-host 06:41:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:41:30 provisioning config files... 06:41:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-422@tmp/config3538861443480783454tmp [Pipeline] { [Pipeline] echo 06:41:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:41:30 ---> create-netrc.sh [Pipeline] } 06:41:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:41:31 ---> python-tools-install.sh [Pipeline] echo 06:41:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:41:31 ---> sudo-logs.sh 06:41:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:41:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:41:32 ---> job-cost.sh 06:41:32 lf-activate-venv: SKIPPING 06:41:32 DEBUG: total: 0.2199999988079071 06:41:32 INFO: Retrieving Stack Cost... 06:41:32 INFO: Retrieving Pricing Info for: v3-standard-8 06:41:33 INFO: Archiving Costs [Pipeline] echo 06:41:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:41:33 ---> logs-deploy.sh 06:41:33 lf-activate-venv: SKIPPING 06:41:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-422/1 06:41:33 INFO: archiving workspace using pattern(s): 06:41:34 Archives upload complete. 06:41:34 INFO: archiving logs to Nexus