Pull request #421 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82+dc396c4a7312713bf5afd7bf9e2532e3e112802c (4b95f7eafb7878bacbbee2222e0071801c58eb1e) 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-ssh16755221416495995514.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-ssh17412969240277347618.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-421/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-421/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13677898850337452561.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-421/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11579453572644027511.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-ssh12644322313581089111.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-421/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-421/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8011621718297029682.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-23542 in /w/workspace/gexfoundry_device-rest-go_PR-421 [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-421 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit dc396c4a7312713bf5afd7bf9e2532e3e112802c into PR head commit 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 Merge succeeded, producing 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 Checking out Revision 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 (PR-421) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac > 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/421/head:refs/remotes/origin/PR-421 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 # 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 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:29:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:29:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:29:20 ========================================================= 20:29:20 EdgeX Global Pipelines Version Info 20:29:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:29:21 ------------------- 20:29:21 stable info: 20:29:21 ------------------- 20:29:21 Commited By: Ginny Guan ginny@iotechsys.com 20:29:21 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 20:29:21 Message: update stable to v1.0.265 20:29:21 ------------------- 20:29:21 experimental info: 20:29:21 ------------------- 20:29:21 Commited By: Cherry Wang cherry@iotechsys.com 20:29:21 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 20:29:21 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:29:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 20:29:21 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 20:29:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:29:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-421 [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-421 [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-421 [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 84c55c8 [Pipeline] echo 20:29:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:29:23 provisioning config files... 20:29:23 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-421@tmp/config8157726362257590980tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:29:24 ---> ****-login.sh 20:29:24 nexus3.edgexfoundry.org:10001 20:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:29:24 Configure a credential helper to remove this warning. See 20:29:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:29:24 20:29:24 Login Succeeded 20:29:24 nexus3.edgexfoundry.org:10002 20:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:29:24 Configure a credential helper to remove this warning. See 20:29:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:29:24 20:29:24 Login Succeeded 20:29:24 nexus3.edgexfoundry.org:10003 20:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:29:24 Configure a credential helper to remove this warning. See 20:29:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:29:24 20:29:24 Login Succeeded 20:29:24 nexus3.edgexfoundry.org:10004 20:29:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:29:25 Configure a credential helper to remove this warning. See 20:29:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:29:25 20:29:25 Login Succeeded 20:29:25 ****.io 20:29:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:29:25 Configure a credential helper to remove this warning. See 20:29:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:29:25 20:29:25 Login Succeeded 20:29:25 ---> ****-login.sh ends [Pipeline] } 20:29:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:29:26 + git rev-list -1 --merges 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82~1..84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 [Pipeline] echo 20:29:26 -----------> git rev-list -1 --merges 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82~1..84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 [false] [Pipeline] sh 20:29:26 + git log --format=format:%s -1 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 [Pipeline] echo 20:29:26 ========================================================= 20:29:26 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:29:26 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:29:26 + git log --format=format:%s -1 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 [Pipeline] echo 20:29:26 [semverPrep] GIT_COMMIT: 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 20:29:26 [semverPrep] This is not a build commit. [Pipeline] sh 20:29:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:29:27 + grep -v github /etc/ssh/ssh_known_hosts 20:29:27 + [ -e /tmp/ssh_known_hosts ] 20:29:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:29:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:29:27 + sudo tee -a /etc/ssh/ssh_known_hosts 20:29:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:29:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:29:27 20:29:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:29:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:29:28 0.1.4: Pulling from edgex-devops/py-git-semver 20:29:28 b85a868b505f: Pulling fs layer 20:29:28 e2be974225ed: Pulling fs layer 20:29:28 339a4e72a1f5: Pulling fs layer 20:29:28 988bab9f4d93: Pulling fs layer 20:29:28 1469e6f7b9e6: Pulling fs layer 20:29:28 eaf3925da568: Pulling fs layer 20:29:28 bab4dde63d76: Pulling fs layer 20:29:28 bde34c3a00c8: Pulling fs layer 20:29:28 b352a97aabf1: Pulling fs layer 20:29:28 4872d77fe225: Pulling fs layer 20:29:28 1469e6f7b9e6: Waiting 20:29:28 eaf3925da568: Waiting 20:29:28 b352a97aabf1: Waiting 20:29:28 bab4dde63d76: Waiting 20:29:28 4872d77fe225: Waiting 20:29:28 bde34c3a00c8: Waiting 20:29:28 5851b861e8e6: Pulling fs layer 20:29:28 5851b861e8e6: Waiting 20:29:28 e2be974225ed: Download complete 20:29:28 988bab9f4d93: Verifying Checksum 20:29:28 988bab9f4d93: Download complete 20:29:28 1469e6f7b9e6: Verifying Checksum 20:29:28 1469e6f7b9e6: Download complete 20:29:28 339a4e72a1f5: Download complete 20:29:28 eaf3925da568: Verifying Checksum 20:29:28 eaf3925da568: Download complete 20:29:28 bde34c3a00c8: Verifying Checksum 20:29:28 bde34c3a00c8: Download complete 20:29:28 b352a97aabf1: Verifying Checksum 20:29:28 b352a97aabf1: Download complete 20:29:28 4872d77fe225: Verifying Checksum 20:29:28 4872d77fe225: Download complete 20:29:28 5851b861e8e6: Verifying Checksum 20:29:28 5851b861e8e6: Download complete 20:29:28 b85a868b505f: Verifying Checksum 20:29:28 b85a868b505f: Download complete 20:29:28 bab4dde63d76: Verifying Checksum 20:29:28 bab4dde63d76: Download complete 20:29:29 b85a868b505f: Pull complete 20:29:30 e2be974225ed: Pull complete 20:29:30 339a4e72a1f5: Pull complete 20:29:30 988bab9f4d93: Pull complete 20:29:30 1469e6f7b9e6: Pull complete 20:29:30 eaf3925da568: Pull complete 20:29:32 bab4dde63d76: Pull complete 20:29:32 bde34c3a00c8: Pull complete 20:29:32 b352a97aabf1: Pull complete 20:29:32 4872d77fe225: Pull complete 20:29:33 5851b861e8e6: Pull complete 20:29:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:29:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:29:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:29:33 prd-ubuntu20.04-docker-8c-8g-23542 does not seem to be running inside a container 20:29:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-rest-go_PR-421 -v /w/workspace/gexfoundry_device-rest-go_PR-421:/w/workspace/gexfoundry_device-rest-go_PR-421:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-421@tmp:/w/workspace/gexfoundry_device-rest-go_PR-421@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:29:36 $ docker top d0f8df91dda180bc5fb85c979d4a34fade24d9c450585700b2fd4b1c1dc2cd33 -eo pid,comm 20:29:36 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). 20:29:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:29:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:29:36 [ssh-agent] Looking for ssh-agent implementation... 20:29:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:29:36 $ docker exec d0f8df91dda180bc5fb85c979d4a34fade24d9c450585700b2fd4b1c1dc2cd33 ssh-agent 20:29:36 SSH_AUTH_SOCK=/tmp/ssh-0w3pDXKR6tSJ/agent.31 20:29:36 SSH_AGENT_PID=37 20:29:36 Running ssh-add (command line suppressed) 20:29:36 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-421@tmp/private_key_7729049234570373067.key (/w/workspace/gexfoundry_device-rest-go_PR-421@tmp/private_key_7729049234570373067.key) 20:29:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:29:37 + git tag --points-at HEAD [Pipeline] } 20:29:37 $ docker exec --env ******** --env ******** d0f8df91dda180bc5fb85c979d4a34fade24d9c450585700b2fd4b1c1dc2cd33 ssh-agent -k 20:29:37 unset SSH_AUTH_SOCK; 20:29:37 unset SSH_AGENT_PID; 20:29:37 echo Agent pid 37 killed; 20:29:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:29:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:29:37 [ssh-agent] Looking for ssh-agent implementation... 20:29:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:29:37 $ docker exec d0f8df91dda180bc5fb85c979d4a34fade24d9c450585700b2fd4b1c1dc2cd33 ssh-agent 20:29:37 SSH_AUTH_SOCK=/tmp/ssh-jhyokNqm2I3A/agent.70 20:29:37 SSH_AGENT_PID=76 20:29:37 Running ssh-add (command line suppressed) 20:29:37 Identity added: /w/workspace/gexfoundry_device-rest-go_PR-421@tmp/private_key_17736867495001004460.key (/w/workspace/gexfoundry_device-rest-go_PR-421@tmp/private_key_17736867495001004460.key) 20:29:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:29:37 + git semver init 20:29:38 2024-10-22 20:29:38,140 [run_init] DEBUG init version:0.0.0 force:False 20:29:38 2024-10-22 20:29:38,141 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-rest-go_PR-421/.semver 20:29:38 2024-10-22 20:29:38,142 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/gexfoundry_device-rest-go_PR-421/.semver 20:29:38 2024-10-22 20:29:38,142 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/gexfoundry_device-rest-go_PR-421/.semver'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-421, universal_newlines=False, shell=None, istream=None) 20:29:39 2024-10-22 20:29:39,370 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-rest-go_PR-421/.git/info/exclude 20:29:39 2024-10-22 20:29:39,371 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-rest-go_PR-421/.semver/PR-421 with force:False 20:29:39 2024-10-22 20:29:39,371 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-rest-go_PR-421/.semver/PR-421 20:29:39 2024-10-22 20:29:39,375 [execute] INFO git cat-file --batch-check 20:29:39 2024-10-22 20:29:39,375 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-421/.semver, universal_newlines=False, shell=None, istream=) 20:29:39 2024-10-22 20:29:39,382 [execute] INFO git cat-file --batch 20:29:39 2024-10-22 20:29:39,382 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-rest-go_PR-421/.semver, universal_newlines=False, shell=None, istream=) 20:29:39 2024-10-22 20:29:39,389 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-rest-go_PR-421/.semver/PR-421 20:29:39 0.0.0 [Pipeline] } 20:29:39 $ docker exec --env ******** --env ******** d0f8df91dda180bc5fb85c979d4a34fade24d9c450585700b2fd4b1c1dc2cd33 ssh-agent -k 20:29:39 unset SSH_AUTH_SOCK; 20:29:39 unset SSH_AGENT_PID; 20:29:39 echo Agent pid 76 killed; 20:29:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:29:40 + git semver [Pipeline] } 20:29:40 $ docker stop --time=1 d0f8df91dda180bc5fb85c979d4a34fade24d9c450585700b2fd4b1c1dc2cd33 20:29:41 $ docker rm -f --volumes d0f8df91dda180bc5fb85c979d4a34fade24d9c450585700b2fd4b1c1dc2cd33 [Pipeline] // withDockerContainer [Pipeline] sh 20:29:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:29:42 Stashed 1 file(s) [Pipeline] echo 20:29:42 [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 20:29:43 provisioning config files... 20:29:43 copy managed file [device-rest-go-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-421@tmp/config16272752580198839655tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:29:43 ---> ****-login.sh 20:29:43 nexus3.edgexfoundry.org:10001 20:29:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:29:43 Configure a credential helper to remove this warning. See 20:29:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:29:43 20:29:43 Login Succeeded 20:29:43 nexus3.edgexfoundry.org:10002 20:29:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:29:43 Configure a credential helper to remove this warning. See 20:29:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:29:43 20:29:43 Login Succeeded 20:29:43 nexus3.edgexfoundry.org:10003 20:29:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:29:43 Configure a credential helper to remove this warning. See 20:29:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:29:43 20:29:43 Login Succeeded 20:29:43 nexus3.edgexfoundry.org:10004 20:29:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:29:43 Configure a credential helper to remove this warning. See 20:29:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:29:43 20:29:43 Login Succeeded 20:29:43 ****.io 20:29:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:29:44 Configure a credential helper to remove this warning. See 20:29:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:29:44 20:29:44 Login Succeeded 20:29:44 ---> ****-login.sh ends [Pipeline] } 20:29:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:29:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 20:29:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 20:29:44 ========================================================= 20:29:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 20:29:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:29:44 + 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 . 20:29:44 Sending build context to Docker daemon 16.62MB 20:29:44 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 20:29:44 Step 2/12 : FROM ${BASE} AS builder 20:29:44 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 20:29:44 43c4264eed91: Pulling fs layer 20:29:44 4cc291be95ef: Pulling fs layer 20:29:44 2ac1f1163629: Pulling fs layer 20:29:44 5c3c966382ef: Pulling fs layer 20:29:44 4f4fb700ef54: Pulling fs layer 20:29:44 5d5c8e513c77: Pulling fs layer 20:29:44 9f66e0745190: Pulling fs layer 20:29:44 f49a43e4bbc0: Pulling fs layer 20:29:44 561ebcabdf7f: Pulling fs layer 20:29:44 5d5c8e513c77: Waiting 20:29:44 9f66e0745190: Waiting 20:29:44 4f4fb700ef54: Waiting 20:29:44 f49a43e4bbc0: Waiting 20:29:44 5c3c966382ef: Waiting 20:29:44 561ebcabdf7f: Waiting 20:29:45 4cc291be95ef: Download complete 20:29:45 5c3c966382ef: Verifying Checksum 20:29:45 5c3c966382ef: Download complete 20:29:45 4f4fb700ef54: Download complete 20:29:45 5d5c8e513c77: Verifying Checksum 20:29:45 5d5c8e513c77: Download complete 20:29:45 9f66e0745190: Verifying Checksum 20:29:45 9f66e0745190: Download complete 20:29:45 43c4264eed91: Pull complete 20:29:45 561ebcabdf7f: Download complete 20:29:45 4cc291be95ef: Pull complete 20:29:45 2ac1f1163629: Download complete 20:29:46 f49a43e4bbc0: Verifying Checksum 20:29:46 f49a43e4bbc0: Download complete 20:29:49 2ac1f1163629: Pull complete 20:29:49 5c3c966382ef: Pull complete 20:29:49 4f4fb700ef54: Pull complete 20:29:49 5d5c8e513c77: Pull complete 20:29:49 9f66e0745190: Pull complete 20:29:51 f49a43e4bbc0: Pull complete 20:29:52 561ebcabdf7f: Pull complete 20:29:52 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 20:29:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 20:29:52 ---> 3a752c3f9dda 20:29:52 Step 3/12 : ARG ADD_BUILD_TAGS="" 20:29:56 ---> Running in e34dc44747e2 20:29:56 Removing intermediate container e34dc44747e2 20:29:56 ---> 0ac61414bc06 20:29:56 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:29:56 ---> Running in f1ba1fa4b724 20:29:56 Removing intermediate container f1ba1fa4b724 20:29:56 ---> e5e7a6f2bd90 20:29:56 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:29:56 ---> Running in 35d2dea4ab84 20:29:56 Removing intermediate container 35d2dea4ab84 20:29:56 ---> 28e8d4da646c 20:29:56 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 20:29:56 ---> Running in 37c94d0efabb 20:29:56 Removing intermediate container 37c94d0efabb 20:29:56 ---> 7934641d561d 20:29:56 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:29:56 ---> Running in 0521404fe559 20:29:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 20:29:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 20:29:57 (1/4) Installing openssh-keygen (9.7_p1-r4) 20:29:57 (2/4) Installing libedit (20240517.3.1-r0) 20:29:57 (3/4) Installing openssh-client-common (9.7_p1-r4) 20:29:57 (4/4) Installing openssh-client-default (9.7_p1-r4) 20:29:57 Executing busybox-1.36.1-r29.trigger 20:29:57 OK: 250 MiB in 58 packages 20:29:57 Still waiting to schedule task 20:29:57 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:29:58 Removing intermediate container 0521404fe559 20:29:58 ---> 7ecb32f239a6 20:29:58 Step 8/12 : WORKDIR /device-rest-go 20:29:58 ---> Running in 3d87b9a391d8 20:29:58 Removing intermediate container 3d87b9a391d8 20:29:58 ---> 69a8dd59725d 20:29:58 Step 9/12 : COPY go.mod vendor* ./ 20:29:58 ---> e12bbe797ede 20:29:58 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:29:58 ---> Running in 6279ca722883 20:30:54 Removing intermediate container 6279ca722883 20:30:54 ---> 4f1a64a094ed 20:30:54 Step 11/12 : COPY . . 20:30:54 ---> 5bdafd6bef65 20:30:54 Step 12/12 : RUN $MAKE 20:30:54 ---> Running in a968369e9753 20:30:54 noop 20:30:54 Removing intermediate container a968369e9753 20:30:54 ---> 2b3996968df3 20:30:54 Successfully built 2b3996968df3 20:30:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:30:55 + docker inspect -f . ci-base-image-x86_64 20:30:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:30:55 prd-ubuntu20.04-docker-8c-8g-23542 does not seem to be running inside a container 20:30:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-rest-go_PR-421 -v /w/workspace/gexfoundry_device-rest-go_PR-421:/w/workspace/gexfoundry_device-rest-go_PR-421:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-421@tmp:/w/workspace/gexfoundry_device-rest-go_PR-421@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 ******** ci-base-image-x86_64 cat 20:30:55 $ docker top bcb717a3e87fc09d7c6933f41b6d525fd708c8b8f210d2540545c81b19ccb32d -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:56 + go version 20:30:56 go version go1.23.2 linux/amd64 [Pipeline] } 20:30:56 $ docker stop --time=1 bcb717a3e87fc09d7c6933f41b6d525fd708c8b8f210d2540545c81b19ccb32d 20:30:57 $ docker rm -f --volumes bcb717a3e87fc09d7c6933f41b6d525fd708c8b8f210d2540545c81b19ccb32d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:30:58 + docker inspect -f . ci-base-image-x86_64 20:30:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:30:58 prd-ubuntu20.04-docker-8c-8g-23542 does not seem to be running inside a container 20:30:58 $ 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-421 -v /w/workspace/gexfoundry_device-rest-go_PR-421:/w/workspace/gexfoundry_device-rest-go_PR-421:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-421@tmp:/w/workspace/gexfoundry_device-rest-go_PR-421@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 ******** ci-base-image-x86_64 cat 20:30:58 $ docker top 27a5a46f6ccb9a7830601205a0323b297d9aae90766149f1705c6eb78b5af42d -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:59 + git config --global --add safe.directory /w/workspace/gexfoundry_device-rest-go_PR-421 [Pipeline] fileExists [Pipeline] sh 20:30:59 + make test 20:30:59 go test ./... -coverprofile=coverage.out ./... 20:31:01 ? github.com/edgexfoundry/device-rest-go [no test files] 20:31:19 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 20:31:19 ok github.com/edgexfoundry/device-rest-go/driver 0.010s coverage: 33.2% of statements 20:31:27 go vet ./... 20:31:28 Running on prd-ubuntu20.04-docker-arm64-4c-16g-23543 in /w/workspace/gexfoundry_device-rest-go_PR-421 [Pipeline] { [Pipeline] ws 20:31:28 Running in /w/workspace/device-rest-go/1 [Pipeline] { [Pipeline] checkout 20:31:28 The recommended git tool is: git 20:31:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:31:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:31:32 ./bin/test-attribution-txt.sh [Pipeline] echo 20:31:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 20:31:33 $ docker stop --time=1 27a5a46f6ccb9a7830601205a0323b297d9aae90766149f1705c6eb78b5af42d 20:31:33 using credential edgex-jenkins-ssh 20:31:33 Cloning the remote Git repository 20:31:33 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 20:31:33 > git init /w/workspace/device-rest-go/1 # timeout=10 20:31:33 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:31:33 > git --version # timeout=10 20:31:33 > git --version # 'git version 2.25.1' 20:31:33 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:31:37 $ docker rm -f --volumes 27a5a46f6ccb9a7830601205a0323b297d9aae90766149f1705c6eb78b5af42d 20:31:36 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:31:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] // withDockerContainer [Pipeline] sh 20:31:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:31:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 20:31:38 Merging remotes/origin/main commit dc396c4a7312713bf5afd7bf9e2532e3e112802c into PR head commit 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 [Pipeline] sh 20:31:38 Merge succeeded, producing 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 20:31:38 Checking out Revision 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 (PR-421) 20:31:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:31:37 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 20:31:37 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 20:31:37 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/421/head:refs/remotes/origin/PR-421 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:31:38 > git config core.sparsecheckout # timeout=10 20:31:38 > git checkout -f 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 # timeout=10 20:31:38 > git remote # timeout=10 20:31:38 > git config --get remote.origin.url # timeout=10 20:31:38 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:38 > git merge dc396c4a7312713bf5afd7bf9e2532e3e112802c # timeout=10 20:31:38 > git rev-parse HEAD^{commit} # timeout=10 20:31:38 > git config core.sparsecheckout # timeout=10 20:31:38 > git checkout -f 84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 # timeout=10 20:31:38 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 20:31:38 + ls -al . 20:31:38 total 256 20:31:38 drwxrwxr-x 9 jenkins jenkins 4096 Oct 22 20:31 . 20:31:38 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 20:29 .. 20:31:38 -rw-rw-r-- 1 jenkins jenkins 151 Oct 22 20:29 .dockerignore 20:31:38 drwxrwxr-x 8 jenkins jenkins 4096 Oct 22 20:31 .git 20:31:38 drwxrwxr-x 3 jenkins jenkins 4096 Oct 22 20:29 .github 20:31:38 -rw-rw-r-- 1 jenkins jenkins 264 Oct 22 20:29 .gitignore 20:31:38 -rw-rw-r-- 1 jenkins jenkins 41 Oct 22 20:29 .golangci.yml 20:31:38 drwxr-xr-x 3 jenkins jenkins 4096 Oct 22 20:29 .semver 20:31:38 -rw-rw-r-- 1 jenkins jenkins 20138 Oct 22 20:29 Attribution.txt 20:31:38 -rw-rw-r-- 1 jenkins jenkins 17685 Oct 22 20:29 CHANGELOG.md 20:31:38 -rw-rw-r-- 1 jenkins jenkins 1692 Oct 22 20:29 Dockerfile 20:31:38 -rw-rw-r-- 1 jenkins jenkins 677 Oct 22 20:29 GOVERNANCE.md 20:31:38 -rw-rw-r-- 1 jenkins jenkins 680 Oct 22 20:29 Jenkinsfile 20:31:38 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 22 20:29 LICENSE 20:31:38 -rw-rw-r-- 1 jenkins jenkins 2553 Oct 22 20:29 Makefile 20:31:38 -rw-rw-r-- 1 jenkins jenkins 620 Oct 22 20:29 OWNERS.md 20:31:38 -rw-rw-r-- 1 jenkins jenkins 3989 Oct 22 20:29 README.md 20:31:38 -rw-rw-r-- 1 jenkins jenkins 5 Oct 22 20:29 VERSION 20:31:38 drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 20:29 bin 20:31:38 drwxrwxr-x 3 jenkins jenkins 4096 Oct 22 20:29 cmd 20:31:38 -rw-r--r-- 1 jenkins jenkins 14565 Oct 22 20:31 coverage.out 20:31:38 drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 20:29 driver 20:31:38 -rw-rw-r-- 1 jenkins jenkins 7106 Oct 22 20:29 go.mod 20:31:38 -rw-rw-r-- 1 jenkins jenkins 100176 Oct 22 20:29 go.sum 20:31:38 drwxrwxr-x 3 jenkins jenkins 4096 Oct 22 20:29 openapi 20:31:38 -rw-rw-r-- 1 jenkins jenkins 713 Oct 22 20:29 version.go [Pipeline] isUnix 20:31:38 > git --version # timeout=10 20:31:38 > git --version # 'git version 2.25.1' 20:31:39 fatal: bad object 0b81fa10a7dd14683a964f04f411324fe83f93ac [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:31:39 + 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=84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 --label arch=amd64 --label version=0.0.0 . 20:31:39 Sending build context to Docker daemon 16.64MB 20:31:39 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 20:31:39 Step 2/26 : FROM ${BASE} AS builder 20:31:39 ---> 2b3996968df3 20:31:39 Step 3/26 : ARG ADD_BUILD_TAGS="" 20:31:39 ---> Running in 55dd21e3ba76 20:31:39 Removing intermediate container 55dd21e3ba76 20:31:39 ---> 2853e1fb1175 20:31:39 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:31:39 ---> Running in 3b7cb6ddd25b 20:31:39 Removing intermediate container 3b7cb6ddd25b 20:31:39 ---> 4574d4241f42 20:31:39 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:31:39 ---> Running in 96ca0020ef21 20:31:39 Removing intermediate container 96ca0020ef21 20:31:39 ---> bcb89c8351c6 20:31:39 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 20:31:39 ---> Running in e15f5d3a6480 20:31:39 Removing intermediate container e15f5d3a6480 20:31:39 ---> d19bd2085a78 20:31:39 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:31:39 ---> Running in acccc5171dbe 20:31:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 20:31:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 20:31:40 OK: 250 MiB in 58 packages 20:31:41 Removing intermediate container acccc5171dbe 20:31:41 ---> b9d542e54d6e 20:31:41 Step 8/26 : WORKDIR /device-rest-go 20:31:41 ---> Running in 36678b77c801 20:31:41 Removing intermediate container 36678b77c801 20:31:41 ---> 505b0a6fa299 20:31:41 Step 9/26 : COPY go.mod vendor* ./ 20:31:41 ---> f617d73af465 20:31:41 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:31:41 ---> Running in b973232fe2a3 20:31:42 Removing intermediate container b973232fe2a3 20:31:42 ---> 36191cb718e9 20:31:42 Step 11/26 : COPY . . 20:31:42 ---> c85dbdbac381 20:31:42 Step 12/26 : RUN $MAKE 20:31:42 ---> Running in 0136773461e3 20:31:42 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/v3/internal/common.SDKVersion=v3.2.0-dev.48" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-rest ./cmd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:31:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:31:43 % Total % Received % Xferd Average Speed Time Time Time Current 20:31:43 Dload Upload Total Spent Left Speed 20:31:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 99k 0 --:--:-- --:--:-- --:--:-- 99k [Pipeline] sh 20:31:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:31:44 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:31:44 + sudo tee /etc/docker/daemon.new 20:31:44 { 20:31:44 "registry-mirrors": [ 20:31:44 "https://nexus3.edgexfoundry.org:10001" 20:31:44 ], 20:31:44 "bip": "10.250.0.254/24", 20:31:44 "hosts": [ 20:31:44 "tcp://0.0.0.0:5555", 20:31:44 "unix:///var/run/docker.sock" 20:31:44 ], 20:31:44 "mtu": 1458, 20:31:44 "selinux-enabled": true, 20:31:44 "seccomp-profile": "/etc/docker/seccomp.json" 20:31:44 } [Pipeline] sh 20:31:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:31:45 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:32:03 provisioning config files... 20:32:03 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/1@tmp/config2359855751455562859tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:32:04 ---> ****-login.sh 20:32:04 nexus3.edgexfoundry.org:10001 20:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:32:04 Configure a credential helper to remove this warning. See 20:32:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:32:04 20:32:04 Login Succeeded 20:32:04 nexus3.edgexfoundry.org:10002 20:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:32:05 Configure a credential helper to remove this warning. See 20:32:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:32:05 20:32:05 Login Succeeded 20:32:05 nexus3.edgexfoundry.org:10003 20:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:32:05 Configure a credential helper to remove this warning. See 20:32:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:32:05 20:32:05 Login Succeeded 20:32:05 nexus3.edgexfoundry.org:10004 20:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:32:05 Configure a credential helper to remove this warning. See 20:32:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:32:05 20:32:05 Login Succeeded 20:32:05 ****.io 20:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 20:32:06 Configure a credential helper to remove this warning. See 20:32:06 https://docs.****.com/engine/reference/commandline/login/#credentials-store 20:32:06 20:32:06 Login Succeeded 20:32:06 ---> ****-login.sh ends [Pipeline] } 20:32:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:32:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 20:32:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 20:32:06 ========================================================= 20:32:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 20:32:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:07 + 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 . 20:32:07 Sending build context to Docker daemon 140.8kB 20:32:07 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 20:32:07 Step 2/12 : FROM ${BASE} AS builder 20:32:07 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:32:07 cf04c63912e1: Pulling fs layer 20:32:07 55b35a11ae5e: Pulling fs layer 20:32:07 a37a00ec5f00: Pulling fs layer 20:32:07 50b3750afda1: Pulling fs layer 20:32:07 4f4fb700ef54: Pulling fs layer 20:32:07 80978eb59214: Pulling fs layer 20:32:07 c9f46d7d2bd2: Pulling fs layer 20:32:07 c5a475d317c9: Pulling fs layer 20:32:07 4f4fb700ef54: Waiting 20:32:07 80978eb59214: Waiting 20:32:07 50b3750afda1: Waiting 20:32:07 c9f46d7d2bd2: Waiting 20:32:07 c5a475d317c9: Waiting 20:32:07 55b35a11ae5e: Download complete 20:32:08 50b3750afda1: Verifying Checksum 20:32:08 50b3750afda1: Download complete 20:32:08 4f4fb700ef54: Verifying Checksum 20:32:08 4f4fb700ef54: Download complete 20:32:08 80978eb59214: Verifying Checksum 20:32:08 80978eb59214: Download complete 20:32:08 cf04c63912e1: Verifying Checksum 20:32:08 cf04c63912e1: Download complete 20:32:08 c5a475d317c9: Verifying Checksum 20:32:08 c5a475d317c9: Download complete 20:32:08 cf04c63912e1: Pull complete 20:32:09 55b35a11ae5e: Pull complete 20:32:10 a37a00ec5f00: Verifying Checksum 20:32:10 a37a00ec5f00: Download complete 20:32:10 c9f46d7d2bd2: Verifying Checksum 20:32:10 c9f46d7d2bd2: Download complete 20:32:15 Removing intermediate container 0136773461e3 20:32:15 ---> 175f1429effa 20:32:15 Step 13/26 : FROM alpine:3.20 20:32:15 3.20: Pulling from library/alpine 20:32:15 43c4264eed91: Already exists 20:32:15 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 20:32:15 Status: Downloaded newer image for alpine:3.20 20:32:15 ---> 91ef0af61f39 20:32:15 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 20:32:15 ---> Running in 1064cff1512e 20:32:15 Removing intermediate container 1064cff1512e 20:32:15 ---> 80ea0dd66bd7 20:32:15 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 20:32:15 ---> Running in 90742f6b5e3a 20:32:15 Removing intermediate container 90742f6b5e3a 20:32:15 ---> a5f1743d765b 20:32:15 Step 16/26 : RUN apk add --update --no-cache dumb-init 20:32:15 ---> Running in d944df0b3a1a 20:32:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 20:32:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 20:32:16 (1/1) Installing dumb-init (1.2.5-r3) 20:32:16 Executing busybox-1.36.1-r29.trigger 20:32:16 OK: 8 MiB in 15 packages 20:32:16 Removing intermediate container d944df0b3a1a 20:32:16 ---> bc3c8e1a950e 20:32:16 Step 17/26 : RUN apk --no-cache upgrade 20:32:16 ---> Running in def4aea92bee 20:32:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 20:32:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 20:32:17 Upgrading critical system libraries and apk-tools: 20:32:17 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 20:32:17 Executing busybox-1.36.1-r29.trigger 20:32:17 Continuing the upgrade transaction with new apk-tools: 20:32:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 20:32:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 20:32:17 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 20:32:17 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 20:32:17 OK: 8 MiB in 15 packages 20:32:18 Removing intermediate container def4aea92bee 20:32:18 ---> a743e23238ad 20:32:18 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 20:32:19 ---> b0f5503cb14e 20:32:19 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 20:32:19 ---> 4836010bb19f 20:32:19 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 20:32:19 ---> 166f1ef27896 20:32:19 Step 21/26 : EXPOSE 59986 20:32:19 ---> Running in 343fcf7198af 20:32:19 Removing intermediate container 343fcf7198af 20:32:19 ---> 89a8ad39bb02 20:32:19 Step 22/26 : ENTRYPOINT ["/device-rest"] 20:32:19 ---> Running in a6dbd4c78bcc 20:32:19 Removing intermediate container a6dbd4c78bcc 20:32:19 ---> 8ebf13e35da7 20:32:19 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 20:32:19 ---> Running in fac9f9b2da13 20:32:20 Removing intermediate container fac9f9b2da13 20:32:20 ---> deef65eebb28 20:32:20 Step 24/26 : LABEL arch=amd64 20:32:20 ---> Running in 36a423013ce6 20:32:20 Removing intermediate container 36a423013ce6 20:32:20 ---> bea747c97318 20:32:20 Step 25/26 : LABEL git_sha=84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 20:32:20 ---> Running in 537114b2f425 20:32:20 Removing intermediate container 537114b2f425 20:32:20 ---> 0159fcc5a13c 20:32:20 Step 26/26 : LABEL version=0.0.0 20:32:20 ---> Running in ecc6214effde 20:32:20 Removing intermediate container ecc6214effde 20:32:20 ---> 4a3941bd4218 20:32:20 [Warning] One or more build-args [ARCH] were not consumed 20:32:20 Successfully built 4a3941bd4218 20:32:20 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 20:32:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:32:21 20:32:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:32:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:32:21 latest: Pulling from edgex-lftools-log-publisher 20:32:21 5eb5b503b376: Pulling fs layer 20:32:21 5c69ac0246d0: Pulling fs layer 20:32:21 ec43610c2a17: Pulling fs layer 20:32:21 3a2ae6a8a46f: Pulling fs layer 20:32:21 33b1e0a273af: Pulling fs layer 20:32:21 5d3b04190fa2: Pulling fs layer 20:32:21 2f39f015ded8: Pulling fs layer 20:32:21 3a2ae6a8a46f: Waiting 20:32:21 33b1e0a273af: Waiting 20:32:21 5d3b04190fa2: Waiting 20:32:21 2f39f015ded8: Waiting 20:32:21 5c69ac0246d0: Verifying Checksum 20:32:21 5c69ac0246d0: Download complete 20:32:21 3a2ae6a8a46f: Verifying Checksum 20:32:21 3a2ae6a8a46f: Download complete 20:32:21 33b1e0a273af: Verifying Checksum 20:32:21 33b1e0a273af: Download complete 20:32:21 ec43610c2a17: Verifying Checksum 20:32:21 ec43610c2a17: Download complete 20:32:21 5d3b04190fa2: Verifying Checksum 20:32:21 5d3b04190fa2: Download complete 20:32:22 5eb5b503b376: Verifying Checksum 20:32:22 5eb5b503b376: Download complete 20:32:22 2f39f015ded8: Download complete 20:32:23 5eb5b503b376: Pull complete 20:32:23 5c69ac0246d0: Pull complete 20:32:23 ec43610c2a17: Pull complete 20:32:23 3a2ae6a8a46f: Pull complete 20:32:23 33b1e0a273af: Pull complete 20:32:24 5d3b04190fa2: Pull complete 20:32:25 a37a00ec5f00: Pull complete 20:32:25 50b3750afda1: Pull complete 20:32:25 4f4fb700ef54: Pull complete 20:32:25 80978eb59214: Pull complete 20:32:27 2f39f015ded8: Pull complete 20:32:27 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:32:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:32:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:32:27 prd-ubuntu20.04-docker-8c-8g-23542 does not seem to be running inside a container 20:32:27 $ 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-421 -v /w/workspace/gexfoundry_device-rest-go_PR-421:/w/workspace/gexfoundry_device-rest-go_PR-421:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-421@tmp:/w/workspace/gexfoundry_device-rest-go_PR-421@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:32:30 $ docker top fa12ebe411e3f2a6ff51848b16ac076f7bb8769709d686625002c46cb1f463b4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:32:31 ---> job-cost.sh 20:32:31 lf-activate-venv: SKIPPING 20:32:31 INFO: No Stack... 20:32:31 INFO: Retrieving Pricing Info for: v3-standard-8 20:32:31 INFO: Archiving Costs [Pipeline] sh 20:32:31 + cat /w/workspace/gexfoundry_device-rest-go_PR-421/archives/cost.csv 20:32:31 + cut -d, -f6 [Pipeline] lock 20:32:32 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-PR-421-1-stack-cost] 20:32:32 Resource [jenkins-edgexfoundry-device-rest-go-PR-421-1-stack-cost] did not exist. Created. 20:32:32 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-PR-421-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:32:32 c9f46d7d2bd2: Pull complete 20:32:32 + echo total: 0.2199999988079071 [Pipeline] stash 20:32:32 Stashed 1 file(s) [Pipeline] } 20:32:32 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-PR-421-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:32:32 $ docker stop --time=1 fa12ebe411e3f2a6ff51848b16ac076f7bb8769709d686625002c46cb1f463b4 20:32:33 $ docker rm -f --volumes fa12ebe411e3f2a6ff51848b16ac076f7bb8769709d686625002c46cb1f463b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:32:34 c5a475d317c9: Pull complete 20:32:34 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 20:32:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 20:32:34 ---> be29e6b0f0d4 20:32:34 Step 3/12 : ARG ADD_BUILD_TAGS="" 20:32:35 ---> Running in 7b9c67990548 20:32:35 Removing intermediate container 7b9c67990548 20:32:35 ---> b5e523136314 20:32:35 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:32:36 ---> Running in e30c43165c0b 20:32:36 Removing intermediate container e30c43165c0b 20:32:36 ---> 8184b468a9bb 20:32:36 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:32:36 ---> Running in ef6c4a597d17 20:32:36 Removing intermediate container ef6c4a597d17 20:32:36 ---> 0f4f4848156b 20:32:36 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 20:32:37 ---> Running in c0258e8e49fe 20:32:37 Removing intermediate container c0258e8e49fe 20:32:37 ---> d8c0c3bd7f27 20:32:37 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:32:37 ---> Running in 8a0d271d8583 20:32:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 20:32:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 20:32:40 (1/4) Installing openssh-keygen (9.7_p1-r4) 20:32:40 (2/4) Installing libedit (20240517.3.1-r0) 20:32:40 (3/4) Installing openssh-client-common (9.7_p1-r4) 20:32:40 (4/4) Installing openssh-client-default (9.7_p1-r4) 20:32:40 Executing busybox-1.36.1-r29.trigger 20:32:40 OK: 242 MiB in 58 packages 20:32:41 Removing intermediate container 8a0d271d8583 20:32:41 ---> 4132823e947a 20:32:41 Step 8/12 : WORKDIR /device-rest-go 20:32:41 ---> Running in 22eaf8d7cf10 20:32:41 Removing intermediate container 22eaf8d7cf10 20:32:41 ---> c8e9d87ac9b8 20:32:41 Step 9/12 : COPY go.mod vendor* ./ 20:32:42 ---> 5fc8512ccd72 20:32:42 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:32:42 ---> Running in 472316f499f3 20:34:33 Removing intermediate container 472316f499f3 20:34:33 ---> b323a308869f 20:34:33 Step 11/12 : COPY . . 20:34:33 ---> 052de4576d42 20:34:33 Step 12/12 : RUN $MAKE 20:34:33 ---> Running in 182713500bc9 20:34:33 noop 20:34:33 Removing intermediate container 182713500bc9 20:34:33 ---> b55d82f13288 20:34:33 Successfully built b55d82f13288 20:34:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:34 + docker inspect -f . ci-base-image-arm64 20:34:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:34:34 prd-ubuntu20.04-docker-arm64-4c-16g-23543 does not seem to be running inside a container 20:34:34 $ 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 ******** ci-base-image-arm64 cat 20:34:36 $ docker top a23eacee1494cb430559a4ff9700200e7f1838964210f16edc7072036ecc6402 -eo pid,comm [Pipeline] { [Pipeline] sh 20:34:36 + go version 20:34:36 go version go1.23.2 linux/arm64 [Pipeline] } 20:34:36 $ docker stop --time=1 a23eacee1494cb430559a4ff9700200e7f1838964210f16edc7072036ecc6402 20:34:38 $ docker rm -f --volumes a23eacee1494cb430559a4ff9700200e7f1838964210f16edc7072036ecc6402 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:39 + docker inspect -f . ci-base-image-arm64 20:34:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:34:39 prd-ubuntu20.04-docker-arm64-4c-16g-23543 does not seem to be running inside a container 20:34:39 $ 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 ******** ci-base-image-arm64 cat 20:34:41 $ docker top ea08fff013e64da222ae130ab8500751f3dce54c8be9eef253e0025175dfea07 -eo pid,comm [Pipeline] { [Pipeline] sh 20:34:41 + git config --global --add safe.directory /w/workspace/device-rest-go/1 [Pipeline] fileExists [Pipeline] sh 20:34:42 + make test 20:34:42 go test ./... -coverprofile=coverage.out ./... 20:34:48 ? github.com/edgexfoundry/device-rest-go [no test files] 20:38:40 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 20:38:40 ok github.com/edgexfoundry/device-rest-go/driver 0.037s coverage: 33.2% of statements 20:38:40 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:38:40 go vet ./... 20:39:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:39:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:39:18 ./bin/test-attribution-txt.sh [Pipeline] echo 20:39:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 20:39:20 $ docker stop --time=1 ea08fff013e64da222ae130ab8500751f3dce54c8be9eef253e0025175dfea07 20:39:22 $ docker rm -f --volumes ea08fff013e64da222ae130ab8500751f3dce54c8be9eef253e0025175dfea07 [Pipeline] // withDockerContainer [Pipeline] sh 20:39:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:39:23 Warning: overwriting stash ‘coverage-report’ 20:39:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:39:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:39:25 + ls -al . 20:39:25 total 252 20:39:25 drwxrwxr-x 8 jenkins jenkins 4096 Oct 22 20:34 . 20:39:25 drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 20:31 .. 20:39:25 -rw-rw-r-- 1 jenkins jenkins 151 Oct 22 20:31 .dockerignore 20:39:25 drwxrwxr-x 8 jenkins jenkins 4096 Oct 22 20:31 .git 20:39:25 drwxrwxr-x 3 jenkins jenkins 4096 Oct 22 20:31 .github 20:39:25 -rw-rw-r-- 1 jenkins jenkins 264 Oct 22 20:31 .gitignore 20:39:25 -rw-rw-r-- 1 jenkins jenkins 41 Oct 22 20:31 .golangci.yml 20:39:25 -rw-rw-r-- 1 jenkins jenkins 20138 Oct 22 20:31 Attribution.txt 20:39:25 -rw-rw-r-- 1 jenkins jenkins 17685 Oct 22 20:31 CHANGELOG.md 20:39:25 -rw-rw-r-- 1 jenkins jenkins 1692 Oct 22 20:31 Dockerfile 20:39:25 -rw-rw-r-- 1 jenkins jenkins 677 Oct 22 20:31 GOVERNANCE.md 20:39:25 -rw-rw-r-- 1 jenkins jenkins 680 Oct 22 20:31 Jenkinsfile 20:39:25 -rw-rw-r-- 1 jenkins jenkins 11340 Oct 22 20:31 LICENSE 20:39:25 -rw-rw-r-- 1 jenkins jenkins 2553 Oct 22 20:31 Makefile 20:39:25 -rw-rw-r-- 1 jenkins jenkins 620 Oct 22 20:31 OWNERS.md 20:39:25 -rw-rw-r-- 1 jenkins jenkins 3989 Oct 22 20:31 README.md 20:39:25 -rw-rw-r-- 1 jenkins jenkins 5 Oct 22 20:29 VERSION 20:39:25 drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 20:31 bin 20:39:25 drwxrwxr-x 3 jenkins jenkins 4096 Oct 22 20:31 cmd 20:39:25 -rw-r--r-- 1 jenkins jenkins 14565 Oct 22 20:38 coverage.out 20:39:25 drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 20:31 driver 20:39:25 -rw-rw-r-- 1 jenkins jenkins 7106 Oct 22 20:31 go.mod 20:39:25 -rw-rw-r-- 1 jenkins jenkins 100176 Oct 22 20:31 go.sum 20:39:25 drwxrwxr-x 3 jenkins jenkins 4096 Oct 22 20:31 openapi 20:39:25 -rw-rw-r-- 1 jenkins jenkins 713 Oct 22 20:31 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:25 + 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=84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 --label arch=arm64 --label version=0.0.0 . 20:39:25 Sending build context to Docker daemon 156.2kB 20:39:25 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 20:39:25 Step 2/26 : FROM ${BASE} AS builder 20:39:25 ---> b55d82f13288 20:39:25 Step 3/26 : ARG ADD_BUILD_TAGS="" 20:39:25 ---> Running in 7ae0e2fb6e78 20:39:26 Removing intermediate container 7ae0e2fb6e78 20:39:26 ---> dded6d0540e7 20:39:26 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:39:26 ---> Running in 9b90b33df219 20:39:26 Removing intermediate container 9b90b33df219 20:39:26 ---> 9d1351fa34b2 20:39:26 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 20:39:26 ---> Running in 99408c36528e 20:39:26 Removing intermediate container 99408c36528e 20:39:26 ---> 6a856eb49458 20:39:26 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 20:39:26 ---> Running in e1e13787a37c 20:39:27 Removing intermediate container e1e13787a37c 20:39:27 ---> 69d6f610219b 20:39:27 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:39:27 ---> Running in 513c6e40cf4a 20:39:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 20:39:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 20:39:30 OK: 242 MiB in 58 packages 20:39:30 Removing intermediate container 513c6e40cf4a 20:39:30 ---> 4757ffd32d36 20:39:30 Step 8/26 : WORKDIR /device-rest-go 20:39:30 ---> Running in 5a47a931d26c 20:39:30 Removing intermediate container 5a47a931d26c 20:39:30 ---> 921f49235966 20:39:30 Step 9/26 : COPY go.mod vendor* ./ 20:39:31 ---> 35a77369b85a 20:39:31 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:31 ---> Running in 692c764bceb1 20:39:34 Removing intermediate container 692c764bceb1 20:39:34 ---> 9329febf8975 20:39:34 Step 11/26 : COPY . . 20:39:34 ---> dfb43a8857ac 20:39:34 Step 12/26 : RUN $MAKE 20:39:34 ---> Running in 51cd7c56e6c0 20:39:35 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/v3/internal/common.SDKVersion=v3.2.0-dev.48" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-rest ./cmd 20:43:13 Removing intermediate container 51cd7c56e6c0 20:43:13 ---> f535eabc59cc 20:43:13 Step 13/26 : FROM alpine:3.20 20:43:13 3.20: Pulling from library/alpine 20:43:13 cf04c63912e1: Already exists 20:43:13 Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d 20:43:13 Status: Downloaded newer image for alpine:3.20 20:43:13 ---> c157a85ed455 20:43:13 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 20:43:13 ---> Running in d48f3f2613bf 20:43:13 Removing intermediate container d48f3f2613bf 20:43:13 ---> 515705aad3f1 20:43:13 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 20:43:13 ---> Running in 6d32ff2cfcb8 20:43:13 Removing intermediate container 6d32ff2cfcb8 20:43:13 ---> 1f1b98ce84a9 20:43:13 Step 16/26 : RUN apk add --update --no-cache dumb-init 20:43:13 ---> Running in b7d723edb81e 20:43:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 20:43:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 20:43:13 (1/1) Installing dumb-init (1.2.5-r3) 20:43:13 Executing busybox-1.36.1-r29.trigger 20:43:13 OK: 9 MiB in 15 packages 20:43:13 Removing intermediate container b7d723edb81e 20:43:13 ---> 45545a79e6c8 20:43:13 Step 17/26 : RUN apk --no-cache upgrade 20:43:13 ---> Running in 39985a9b506d 20:43:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 20:43:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 20:43:13 Upgrading critical system libraries and apk-tools: 20:43:13 (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) 20:43:13 Executing busybox-1.36.1-r29.trigger 20:43:13 Continuing the upgrade transaction with new apk-tools: 20:43:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 20:43:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 20:43:13 (1/2) Upgrading libcrypto3 (3.3.2-r0 -> 3.3.2-r1) 20:43:13 (2/2) Upgrading libssl3 (3.3.2-r0 -> 3.3.2-r1) 20:43:13 OK: 9 MiB in 15 packages 20:43:13 Removing intermediate container 39985a9b506d 20:43:13 ---> e646a11a17d0 20:43:13 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 20:43:13 ---> 3f3c670cf2f6 20:43:13 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 20:43:13 ---> 03c7b5159ebb 20:43:13 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 20:43:13 ---> 279b79409846 20:43:13 Step 21/26 : EXPOSE 59986 20:43:14 ---> Running in 42a4d798460b 20:43:14 Removing intermediate container 42a4d798460b 20:43:14 ---> 5db4be6dca36 20:43:14 Step 22/26 : ENTRYPOINT ["/device-rest"] 20:43:14 ---> Running in be15cc22d285 20:43:14 Removing intermediate container be15cc22d285 20:43:14 ---> f817d25a85f8 20:43:14 Step 23/26 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry"] 20:43:14 ---> Running in b3982ea46717 20:43:14 Removing intermediate container b3982ea46717 20:43:14 ---> 29a471401e11 20:43:14 Step 24/26 : LABEL arch=arm64 20:43:14 ---> Running in 3af3546d828c 20:43:15 Removing intermediate container 3af3546d828c 20:43:15 ---> 47f91dd45e42 20:43:15 Step 25/26 : LABEL git_sha=84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 20:43:15 ---> Running in b7154acb76ef 20:43:15 Removing intermediate container b7154acb76ef 20:43:15 ---> af7d7858b570 20:43:15 Step 26/26 : LABEL version=0.0.0 20:43:15 ---> Running in 8fdb2f4aaeb6 20:43:16 Removing intermediate container 8fdb2f4aaeb6 20:43:16 ---> 94d0e11765d9 20:43:16 [Warning] One or more build-args [ARCH] were not consumed 20:43:16 Successfully built 94d0e11765d9 20:43:16 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 20:43:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:43:16 20:43:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:43:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:43:17 arm64: Pulling from edgex-lftools-log-publisher 20:43:17 8998bd30e6a1: Pulling fs layer 20:43:17 04944245beec: Pulling fs layer 20:43:17 699f458cf7ca: Pulling fs layer 20:43:17 765212b225bb: Pulling fs layer 20:43:17 f23df028b6ca: Pulling fs layer 20:43:17 d65c8cfc05b1: Pulling fs layer 20:43:17 2437ff75d9bd: Pulling fs layer 20:43:17 d65c8cfc05b1: Waiting 20:43:17 765212b225bb: Waiting 20:43:17 2437ff75d9bd: Waiting 20:43:17 04944245beec: Verifying Checksum 20:43:17 04944245beec: Download complete 20:43:17 765212b225bb: Download complete 20:43:17 f23df028b6ca: Verifying Checksum 20:43:17 f23df028b6ca: Download complete 20:43:17 d65c8cfc05b1: Verifying Checksum 20:43:17 d65c8cfc05b1: Download complete 20:43:17 699f458cf7ca: Verifying Checksum 20:43:17 699f458cf7ca: Download complete 20:43:18 8998bd30e6a1: Verifying Checksum 20:43:18 8998bd30e6a1: Download complete 20:43:20 2437ff75d9bd: Verifying Checksum 20:43:20 2437ff75d9bd: Download complete 20:43:22 8998bd30e6a1: Pull complete 20:43:23 04944245beec: Pull complete 20:43:24 699f458cf7ca: Pull complete 20:43:24 765212b225bb: Pull complete 20:43:25 f23df028b6ca: Pull complete 20:43:26 d65c8cfc05b1: Pull complete 20:43:44 2437ff75d9bd: Pull complete 20:43:44 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:43:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:43:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:43:44 prd-ubuntu20.04-docker-arm64-4c-16g-23543 does not seem to be running inside a container 20:43:44 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:43:47 $ docker top f2de6361ec7fa221f8d3a47dd13421da86051362bfa2c8be7594655bc16e8b64 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:43:48 ---> job-cost.sh 20:43:48 lf-activate-venv: SKIPPING 20:43:48 INFO: No Stack... 20:43:48 INFO: Retrieving Pricing Info for: v3-standard-4 20:43:49 INFO: Archiving Costs [Pipeline] sh 20:43:50 + cat /w/workspace/device-rest-go/1/archives/cost.csv 20:43:50 + cut -d, -f6 [Pipeline] lock 20:43:50 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-PR-421-1-stack-cost] 20:43:50 Resource [jenkins-edgexfoundry-device-rest-go-PR-421-1-stack-cost] did not exist. Created. 20:43:50 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-PR-421-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:43:51 /w/workspace/device-rest-go/1@tmp/durable-07fb47d4/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 20:43:51 + echo total: 0.10999999940395355 [Pipeline] stash 20:43:51 Warning: overwriting stash ‘stack-cost’ 20:43:51 Stashed 1 file(s) [Pipeline] } 20:43:51 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-PR-421-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:43:51 $ docker stop --time=1 f2de6361ec7fa221f8d3a47dd13421da86051362bfa2c8be7594655bc16e8b64 20:43:53 $ docker rm -f --volumes f2de6361ec7fa221f8d3a47dd13421da86051362bfa2c8be7594655bc16e8b64 [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 20:43:54 provisioning config files... 20:43:54 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/gexfoundry_device-rest-go_PR-421@tmp/config2648143732705986042tmp [Pipeline] { [Pipeline] sh 20:43:54 + set +x 20:43:54 + bash -s -- 20:43:54 + curl -s https://codecov.io/bash 20:43:55 20:43:55 _____ _ 20:43:55 / ____| | | 20:43:55 | | ___ __| | ___ ___ _____ __ 20:43:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:43:55 | |___| (_) | (_| | __/ (_| (_) \ V / 20:43:55 \_____\___/ \__,_|\___|\___\___/ \_/ 20:43:55 Bash-1.0.6 20:43:55 20:43:55 20:43:55 ==> git version 2.25.1 found 20:43:55 ==> 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 20:43:55 Release-Date: 2020-01-08 20:43:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:43:55 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:43:55 ==> Jenkins CI detected. 20:43:55 current dir:  /w/workspace/gexfoundry_device-rest-go_PR-421 20:43:55 project root: . 20:43:55 --> token set from env 20:43:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:43:55 ==> Running gcov in . (disable via -X gcov) 20:43:55 ==> Python coveragepy not found 20:43:55 ==> Searching for coverage reports in: 20:43:55 + . 20:43:55 -> Found 1 reports 20:43:55 ==> Detecting git/mercurial file structure 20:43:55 ==> Reading reports 20:43:55 + ./coverage.out bytes=14565 20:43:55 ==> Appending adjustments 20:43:55 https://docs.codecov.io/docs/fixing-reports 20:43:55 + Found adjustments 20:43:55 ==> Gzipping contents 20:43:55 4.0K /tmp/codecov.B1z5tL.gz 20:43:55 ==> Uploading reports 20:43:55 url: https://codecov.io 20:43:55 query: branch=PR-421&commit=84c55c89914b2665ace8fd4cdfb5c60fc3e85b82&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-421%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=421&job=&cmd_args= 20:43:55 -> Pinging Codecov 20:43:55 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-421&commit=84c55c89914b2665ace8fd4cdfb5c60fc3e85b82&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2FPR-421%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=421&job=&cmd_args= 20:44:01 -> Uploading to 20:44:01 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-rest-go/84c55c89914b2665ace8fd4cdfb5c60fc3e85b82/ac572772-0619-4647-bc95-cb64332e668d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241022%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241022T204359Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=6f3a06a2c8168f09c164e1093ba0a60220953e7b381273303e22b62dfa3e5bf2 20:44:01 % Total % Received % Xferd Average Speed Time Time Time Current 20:44:01 Dload Upload Total Spent Left Speed 20:44:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2333 0 0 100 2333 0 10232 --:--:-- --:--:-- --:--:-- 10232 20:44:01 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/84c55c89914b2665ace8fd4cdfb5c60fc3e85b82 [Pipeline] } 20:44:01 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 20:44:04 + [ -d /w/workspace/gexfoundry_device-rest-go_PR-421/archives ] 20:44:04 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-421/archives 20:44:04 total 16 20:44:04 drwxr-xr-x 3 root root 4096 Oct 22 20:32 . 20:44:04 drwxrwxr-x 10 jenkins jenkins 4096 Oct 22 20:32 .. 20:44:04 drwxr-xr-x 2 root root 4096 Oct 22 20:32 cost 20:44:04 -rw-r--r-- 1 root root 86 Oct 22 20:32 cost.csv 20:44:04 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-rest-go_PR-421/archives 20:44:04 + ls -al /w/workspace/gexfoundry_device-rest-go_PR-421/archives 20:44:04 total 16 20:44:04 drwxr-xr-x 3 jenkins jenkins 4096 Oct 22 20:32 . 20:44:04 drwxrwxr-x 10 jenkins jenkins 4096 Oct 22 20:32 .. 20:44:04 drwxr-xr-x 2 jenkins jenkins 4096 Oct 22 20:32 cost 20:44:04 -rw-r--r-- 1 jenkins jenkins 86 Oct 22 20:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 20:44:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:44:05 ---> package-listing.sh 20:44:05 ++ facter osfamily 20:44:05 ++ tr '[:upper:]' '[:lower:]' 20:44:05 + OS_FAMILY=debian 20:44:05 + workspace=/w/workspace/gexfoundry_device-rest-go_PR-421 20:44:05 + START_PACKAGES=/tmp/packages_start.txt 20:44:05 + END_PACKAGES=/tmp/packages_end.txt 20:44:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:44:05 + PACKAGES=/tmp/packages_start.txt 20:44:05 + '[' /w/workspace/gexfoundry_device-rest-go_PR-421 ']' 20:44:05 + PACKAGES=/tmp/packages_end.txt 20:44:05 + case "${OS_FAMILY}" in 20:44:05 + dpkg -l 20:44:05 + grep '^ii' 20:44:05 + '[' -f /tmp/packages_start.txt ']' 20:44:05 + '[' -f /tmp/packages_end.txt ']' 20:44:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:44:05 + '[' /w/workspace/gexfoundry_device-rest-go_PR-421 ']' 20:44:05 + mkdir -p /w/workspace/gexfoundry_device-rest-go_PR-421/archives/ 20:44:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-rest-go_PR-421/archives/ [Pipeline] echo 20:44:05 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-421/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:44:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:44:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:44:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:44:06 prd-ubuntu20.04-docker-8c-8g-23542 does not seem to be running inside a container 20:44:06 $ 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-421/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-421 -v /w/workspace/gexfoundry_device-rest-go_PR-421:/w/workspace/gexfoundry_device-rest-go_PR-421:rw,z -v /w/workspace/gexfoundry_device-rest-go_PR-421@tmp:/w/workspace/gexfoundry_device-rest-go_PR-421@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-lftools-log-publisher:latest cat 20:44:07 $ docker top 50f08f36f238b69efc0fa654fe05d1de7073c463f09f52b8b2944baebe8c5760 -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:07 + touch /tmp/pre-build-complete [Pipeline] sh 20:44:07 + mkdir -p /var/log/sysstat [Pipeline] sh 20:44:08 + ls /var/log/sa-host 20:44:08 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:44:08 provisioning config files... 20:44:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-rest-go_PR-421@tmp/config7786220380246181840tmp [Pipeline] { [Pipeline] echo 20:44:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:44:08 ---> create-netrc.sh [Pipeline] } 20:44:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:44:09 ---> python-tools-install.sh [Pipeline] echo 20:44:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:44:09 ---> sudo-logs.sh 20:44:09 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:44:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:44:10 ---> job-cost.sh 20:44:10 lf-activate-venv: SKIPPING 20:44:10 DEBUG: total: 0.2199999988079071 20:44:10 INFO: Retrieving Stack Cost... 20:44:10 INFO: Retrieving Pricing Info for: v3-standard-8 20:44:10 INFO: Archiving Costs [Pipeline] echo 20:44:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:44:11 ---> logs-deploy.sh 20:44:11 lf-activate-venv: SKIPPING 20:44:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-421/1 20:44:11 INFO: archiving workspace using pattern(s): 20:44:11 Archives upload complete. 20:44:11 INFO: archiving logs to Nexus