Pull request #1439 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9+cc1c191f7136a36b2a7f5a8b6d3c5c2ccaccd9b2 (63f12ca8ad850acb0d810a9f5c4e8653b727f5f5) 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-ssh9606985924419003049.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh9910720090698284376.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-sdk-go/branches/PR-1439/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-sdk-go/branches/PR-1439/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7151517080096022189.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-sdk-go/branches/PR-1439/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6091619506114829526.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh4948001850198965355.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-sdk-go/branches/PR-1439/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-sdk-go/branches/PR-1439/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6088735628405688620.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 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-11990 in /w/workspace/gexfoundry_device-sdk-go_PR-1439 [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-sdk-go.git > git init /w/workspace/gexfoundry_device-sdk-go_PR-1439 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1439/head:refs/remotes/origin/PR-1439 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit cc1c191f7136a36b2a7f5a8b6d3c5c2ccaccd9b2 into PR head commit 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 Merge succeeded, producing 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 Checking out Revision 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 (PR-1439) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:59:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 # 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 cc1c191f7136a36b2a7f5a8b6d3c5c2ccaccd9b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:59:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:59:17 ========================================================= 04:59:17 EdgeX Global Pipelines Version Info 04:59:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:59:18 ------------------- 04:59:18 stable info: 04:59:18 ------------------- 04:59:18 Commited By: Bill Mahoney bill.mahoney@intel.com 04:59:18 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 04:59:18 Message: update stable to v1.0.248 04:59:19 ------------------- 04:59:19 experimental info: 04:59:19 ------------------- 04:59:19 Commited By: **** collab-it+edgex@linuxfoundation.org 04:59:19 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 04:59:19 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:59:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:59:19 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:59:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:59:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:59:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:59:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 04:59:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:59:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:59:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:59:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1439 [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1439 [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1439 [Pipeline] echo 04:59:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [Pipeline] echo 04:59:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4bb31c6 [Pipeline] echo 04:59:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:59:21 provisioning config files... 04:59:21 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/config2746085256236936667tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:59:21 ---> docker-login.sh 04:59:21 nexus3.edgexfoundry.org:10001 04:59:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:21 Configure a credential helper to remove this warning. See 04:59:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:21 04:59:21 Login Succeeded 04:59:21 nexus3.edgexfoundry.org:10002 04:59:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:22 Configure a credential helper to remove this warning. See 04:59:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:22 04:59:22 Login Succeeded 04:59:22 nexus3.edgexfoundry.org:10003 04:59:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:22 Configure a credential helper to remove this warning. See 04:59:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:22 04:59:22 Login Succeeded 04:59:22 nexus3.edgexfoundry.org:10004 04:59:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:22 Configure a credential helper to remove this warning. See 04:59:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:22 04:59:22 Login Succeeded 04:59:22 docker.io 04:59:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:22 Configure a credential helper to remove this warning. See 04:59:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:22 04:59:22 Login Succeeded 04:59:22 ---> docker-login.sh ends [Pipeline] } 04:59:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:59:23 + git rev-list -1 --merges 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9~1..4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [Pipeline] echo 04:59:23 -----------> git rev-list -1 --merges 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9~1..4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [false] [Pipeline] sh 04:59:23 + git log --format=format:%s -1 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [Pipeline] echo 04:59:23 ========================================================= 04:59:23 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:59:23 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:59:24 + git log --format=format:%s -1 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [Pipeline] echo 04:59:24 [semverPrep] GIT_COMMIT: 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3 [Pipeline] echo 04:59:24 [semverPrep] This is not a build commit. [Pipeline] sh 04:59:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:59:24 + grep -v github /etc/ssh/ssh_known_hosts 04:59:24 + [ -e /tmp/ssh_known_hosts ] 04:59:24 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:59:24 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:59:24 + sudo tee -a /etc/ssh/ssh_known_hosts 04:59:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:59:25 04:59:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:59:25 0.1.4: Pulling from edgex-devops/py-git-semver 04:59:25 b85a868b505f: Pulling fs layer 04:59:25 e2be974225ed: Pulling fs layer 04:59:25 339a4e72a1f5: Pulling fs layer 04:59:25 988bab9f4d93: Pulling fs layer 04:59:25 1469e6f7b9e6: Pulling fs layer 04:59:25 eaf3925da568: Pulling fs layer 04:59:25 bab4dde63d76: Pulling fs layer 04:59:25 bde34c3a00c8: Pulling fs layer 04:59:25 b352a97aabf1: Pulling fs layer 04:59:25 4872d77fe225: Pulling fs layer 04:59:25 5851b861e8e6: Pulling fs layer 04:59:25 bde34c3a00c8: Waiting 04:59:25 b352a97aabf1: Waiting 04:59:25 4872d77fe225: Waiting 04:59:25 5851b861e8e6: Waiting 04:59:25 988bab9f4d93: Waiting 04:59:25 eaf3925da568: Waiting 04:59:25 bab4dde63d76: Waiting 04:59:25 1469e6f7b9e6: Waiting 04:59:25 e2be974225ed: Verifying Checksum 04:59:25 e2be974225ed: Download complete 04:59:25 988bab9f4d93: Verifying Checksum 04:59:25 988bab9f4d93: Download complete 04:59:25 1469e6f7b9e6: Verifying Checksum 04:59:25 1469e6f7b9e6: Download complete 04:59:25 339a4e72a1f5: Verifying Checksum 04:59:25 339a4e72a1f5: Download complete 04:59:25 eaf3925da568: Verifying Checksum 04:59:25 eaf3925da568: Download complete 04:59:25 bde34c3a00c8: Download complete 04:59:25 b352a97aabf1: Verifying Checksum 04:59:25 b352a97aabf1: Download complete 04:59:25 4872d77fe225: Verifying Checksum 04:59:25 4872d77fe225: Download complete 04:59:25 5851b861e8e6: Verifying Checksum 04:59:25 5851b861e8e6: Download complete 04:59:25 b85a868b505f: Verifying Checksum 04:59:25 b85a868b505f: Download complete 04:59:25 bab4dde63d76: Download complete 04:59:26 b85a868b505f: Pull complete 04:59:26 e2be974225ed: Pull complete 04:59:27 339a4e72a1f5: Pull complete 04:59:27 988bab9f4d93: Pull complete 04:59:27 1469e6f7b9e6: Pull complete 04:59:27 eaf3925da568: Pull complete 04:59:29 bab4dde63d76: Pull complete 04:59:29 bde34c3a00c8: Pull complete 04:59:29 b352a97aabf1: Pull complete 04:59:29 4872d77fe225: Pull complete 04:59:29 5851b861e8e6: Pull complete 04:59:29 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:59:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:59:29 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:59:29 prd-ubuntu20.04-docker-8c-8g-11990 does not seem to be running inside a container 04:59:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1439 -v /w/workspace/gexfoundry_device-sdk-go_PR-1439:/w/workspace/gexfoundry_device-sdk-go_PR-1439:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1439@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 04:59:32 $ docker top 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 -eo pid,comm 04:59:32 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). 04:59:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:59:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:59:33 [ssh-agent] Looking for ssh-agent implementation... 04:59:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:59:33 $ docker exec 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 ssh-agent 04:59:33 SSH_AUTH_SOCK=/tmp/ssh-J8imT8h54plM/agent.32 04:59:33 SSH_AGENT_PID=38 04:59:33 Running ssh-add (command line suppressed) 04:59:33 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/private_key_8419254460608566875.key (/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/private_key_8419254460608566875.key) 04:59:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:59:33 + git tag --points-at HEAD [Pipeline] } 04:59:33 $ docker exec --env ******** --env ******** 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 ssh-agent -k 04:59:33 unset SSH_AUTH_SOCK; 04:59:33 unset SSH_AGENT_PID; 04:59:33 echo Agent pid 38 killed; 04:59:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:59:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:59:33 [ssh-agent] Looking for ssh-agent implementation... 04:59:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:59:34 $ docker exec 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 ssh-agent 04:59:34 SSH_AUTH_SOCK=/tmp/ssh-VY27dzwGMzyI/agent.70 04:59:34 SSH_AGENT_PID=76 04:59:34 Running ssh-add (command line suppressed) 04:59:34 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/private_key_12099982221783842673.key (/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/private_key_12099982221783842673.key) 04:59:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:59:34 + git semver init 04:59:34 2023-04-28 04:59:34,797 [run_init] DEBUG init version:0.0.0 force:False 04:59:34 2023-04-28 04:59:34,798 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver 04:59:34 2023-04-28 04:59:34,798 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver 04:59:34 2023-04-28 04:59:34,799 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1439, universal_newlines=False, shell=None, istream=None) 04:59:35 2023-04-28 04:59:35,668 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1439/.git/info/exclude 04:59:35 2023-04-28 04:59:35,670 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver/PR-1439 with force:False 04:59:35 2023-04-28 04:59:35,670 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver/PR-1439 04:59:35 2023-04-28 04:59:35,675 [execute] INFO git cat-file --batch-check 04:59:35 2023-04-28 04:59:35,675 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver, universal_newlines=False, shell=None, istream=) 04:59:35 2023-04-28 04:59:35,681 [execute] INFO git cat-file --batch 04:59:35 2023-04-28 04:59:35,681 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver, universal_newlines=False, shell=None, istream=) 04:59:35 2023-04-28 04:59:35,685 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver/PR-1439 04:59:35 0.0.0 [Pipeline] } 04:59:35 $ docker exec --env ******** --env ******** 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 ssh-agent -k 04:59:35 unset SSH_AUTH_SOCK; 04:59:35 unset SSH_AGENT_PID; 04:59:35 echo Agent pid 76 killed; 04:59:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:59:36 + git semver [Pipeline] } 04:59:36 $ docker stop --time=1 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 04:59:37 $ docker rm -f --volumes 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 [Pipeline] // withDockerContainer [Pipeline] sh 04:59:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:59:38 Stashed 1 file(s) [Pipeline] echo 04:59:38 [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 04:59:39 provisioning config files... 04:59:39 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/config14297942221002268699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:59:39 ---> docker-login.sh 04:59:39 nexus3.edgexfoundry.org:10001 04:59:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:39 Configure a credential helper to remove this warning. See 04:59:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:39 04:59:39 Login Succeeded 04:59:39 nexus3.edgexfoundry.org:10002 04:59:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:39 Configure a credential helper to remove this warning. See 04:59:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:39 04:59:39 Login Succeeded 04:59:39 nexus3.edgexfoundry.org:10003 04:59:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:39 Configure a credential helper to remove this warning. See 04:59:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:39 04:59:39 Login Succeeded 04:59:39 nexus3.edgexfoundry.org:10004 04:59:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:39 Configure a credential helper to remove this warning. See 04:59:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:39 04:59:39 Login Succeeded 04:59:39 docker.io 04:59:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:59:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:59:40 Configure a credential helper to remove this warning. See 04:59:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:59:40 04:59:40 Login Succeeded 04:59:40 ---> docker-login.sh ends [Pipeline] } 04:59:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:59:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:59:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:59:40 ========================================================= 04:59:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 04:59:40 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:59:40 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 04:59:40 Sending build context to Docker daemon 11.04MB 04:59:40 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 04:59:40 Step 2/10 : FROM ${BASE} AS builder 04:59:40 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 04:59:40 f56be85fc22e: Pulling fs layer 04:59:40 85791d961cd3: Pulling fs layer 04:59:40 d694b5ae8c79: Pulling fs layer 04:59:40 9f32a84ed3da: Pulling fs layer 04:59:40 4d19c01a9841: Pulling fs layer 04:59:40 9325e15d5711: Pulling fs layer 04:59:40 556b6ee489ea: Pulling fs layer 04:59:40 c5a4b2cf53e6: Pulling fs layer 04:59:40 9f32a84ed3da: Waiting 04:59:40 9325e15d5711: Waiting 04:59:40 556b6ee489ea: Waiting 04:59:40 c5a4b2cf53e6: Waiting 04:59:40 4d19c01a9841: Waiting 04:59:41 85791d961cd3: Download complete 04:59:41 9f32a84ed3da: Verifying Checksum 04:59:41 9f32a84ed3da: Download complete 04:59:41 f56be85fc22e: Verifying Checksum 04:59:41 f56be85fc22e: Download complete 04:59:41 4d19c01a9841: Verifying Checksum 04:59:41 4d19c01a9841: Download complete 04:59:41 9325e15d5711: Verifying Checksum 04:59:41 9325e15d5711: Download complete 04:59:41 f56be85fc22e: Pull complete 04:59:41 85791d961cd3: Pull complete 04:59:41 c5a4b2cf53e6: Verifying Checksum 04:59:41 c5a4b2cf53e6: Download complete 04:59:41 d694b5ae8c79: Download complete 04:59:41 556b6ee489ea: Verifying Checksum 04:59:41 556b6ee489ea: Download complete 04:59:45 d694b5ae8c79: Pull complete 04:59:45 9f32a84ed3da: Pull complete 04:59:45 4d19c01a9841: Pull complete 04:59:45 9325e15d5711: Pull complete 04:59:47 556b6ee489ea: Pull complete 04:59:48 c5a4b2cf53e6: Pull complete 04:59:48 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 04:59:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:59:48 ---> c4be618373d6 04:59:48 Step 3/10 : ARG MAKE=make build 04:59:54 Still waiting to schedule task 04:59:54 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:59:55 ---> Running in 90439ec8997d 04:59:55 Removing intermediate container 90439ec8997d 04:59:55 ---> 86300f21e63f 04:59:55 Step 4/10 : WORKDIR /device-sdk-go 04:59:55 ---> Running in e537725c1787 04:59:55 Removing intermediate container e537725c1787 04:59:55 ---> 05a98937a21b 04:59:55 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:59:55 ---> Running in 2e71a72fa314 04:59:55 Removing intermediate container 2e71a72fa314 04:59:55 ---> ee8e6aaf9e83 04:59:55 Step 6/10 : RUN apk add --update --no-cache make git 04:59:55 ---> Running in 31eb12fde0a8 04:59:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:59:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:59:55 OK: 265 MiB in 53 packages 04:59:55 Removing intermediate container 31eb12fde0a8 04:59:55 ---> 25019e7bf8cc 04:59:55 Step 7/10 : COPY go.mod vendor* ./ 04:59:55 ---> 49f74a7fc584 04:59:55 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:59:55 ---> Running in dce547311f17 05:00:35 Removing intermediate container dce547311f17 05:00:35 ---> 3c854f3481ff 05:00:35 Step 9/10 : COPY . . 05:00:35 ---> c1662eaf41ff 05:00:35 Step 10/10 : RUN ${MAKE} 05:00:35 ---> Running in 9f1bed90703d 05:00:35 noop 05:00:35 Removing intermediate container 9f1bed90703d 05:00:35 ---> edf02e6c54a3 05:00:35 Successfully built edf02e6c54a3 05:00:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:35 + docker inspect -f . ci-base-image-x86_64 05:00:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:00:35 prd-ubuntu20.04-docker-8c-8g-11990 does not seem to be running inside a container 05:00:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1439 -v /w/workspace/gexfoundry_device-sdk-go_PR-1439:/w/workspace/gexfoundry_device-sdk-go_PR-1439:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1439@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 05:00:36 $ docker top c0abd9e9937415631c6197e6b5df639f2a10d9b35e5e3345c7f80b717bb7b006 -eo pid,comm [Pipeline] { [Pipeline] sh 05:00:36 + go version 05:00:36 go version go1.20.2 linux/amd64 [Pipeline] } 05:00:36 $ docker stop --time=1 c0abd9e9937415631c6197e6b5df639f2a10d9b35e5e3345c7f80b717bb7b006 05:00:37 $ docker rm -f --volumes c0abd9e9937415631c6197e6b5df639f2a10d9b35e5e3345c7f80b717bb7b006 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:00:38 + docker inspect -f . ci-base-image-x86_64 05:00:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:00:38 prd-ubuntu20.04-docker-8c-8g-11990 does not seem to be running inside a container 05:00:38 $ 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-sdk-go_PR-1439 -v /w/workspace/gexfoundry_device-sdk-go_PR-1439:/w/workspace/gexfoundry_device-sdk-go_PR-1439:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1439@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 05:00:38 $ docker top 2d0da3c401f4f6c5ada53b40f56d2343aeb68774d801fb6f78e77bd1ced60240 -eo pid,comm [Pipeline] { [Pipeline] sh 05:00:39 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1439 [Pipeline] fileExists [Pipeline] sh 05:00:39 + make test 05:00:39 go test -race -coverprofile=coverage.out ./... 05:00:46 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 05:01:01 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 05:01:01 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 05:01:01 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 05:01:01 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 05:01:01 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 05:01:01 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.059s coverage: 27.6% of statements 05:01:01 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 05:01:01 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 05:01:01 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.060s coverage: 80.2% of statements 05:01:01 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.082s coverage: 86.0% of statements 05:01:01 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 05:01:01 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 05:01:01 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.101s coverage: 77.5% of statements 05:01:01 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 05:01:01 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 05:01:02 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 05:01:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.075s coverage: 14.6% of statements 05:01:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.067s coverage: 68.5% of statements 05:01:04 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.126s coverage: 89.2% of statements 05:01:04 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.051s coverage: 5.5% of statements 05:01:26 GO111MODULE=on go vet ./... 05:01:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:01:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:01:26 ./bin/test-attribution-txt.sh [Pipeline] echo 05:01:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:01:27 $ docker stop --time=1 2d0da3c401f4f6c5ada53b40f56d2343aeb68774d801fb6f78e77bd1ced60240 05:01:31 $ docker rm -f --volumes 2d0da3c401f4f6c5ada53b40f56d2343aeb68774d801fb6f78e77bd1ced60240 [Pipeline] // withDockerContainer [Pipeline] sh 05:01:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:01:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:01:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:01:33 + ls -al . 05:01:33 total 272 05:01:33 drwxrwxr-x 11 jenkins jenkins 4096 Apr 28 05:00 . 05:01:33 drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 04:59 .. 05:01:33 -rw-rw-r-- 1 jenkins jenkins 140 Apr 28 04:59 .dockerignore 05:01:33 drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 04:59 .git 05:01:33 drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 04:59 .github 05:01:33 -rw-rw-r-- 1 jenkins jenkins 131 Apr 28 04:59 .gitignore 05:01:33 -rw-rw-r-- 1 jenkins jenkins 42 Apr 28 04:59 .golangci.yml 05:01:33 drwxr-xr-x 3 jenkins jenkins 4096 Apr 28 04:59 .semver 05:01:33 -rw-rw-r-- 1 jenkins jenkins 31677 Apr 28 04:59 CHANGELOG.md 05:01:33 -rw-rw-r-- 1 jenkins jenkins 677 Apr 28 04:59 GOVERNANCE.md 05:01:33 -rw-rw-r-- 1 jenkins jenkins 885 Apr 28 04:59 Jenkinsfile 05:01:33 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 28 04:59 LICENSE 05:01:33 -rw-rw-r-- 1 jenkins jenkins 1714 Apr 28 04:59 Makefile 05:01:33 -rw-rw-r-- 1 jenkins jenkins 619 Apr 28 04:59 OWNERS.md 05:01:33 -rw-rw-r-- 1 jenkins jenkins 4891 Apr 28 04:59 README.md 05:01:33 -rw-rw-r-- 1 jenkins jenkins 5 Apr 28 04:59 VERSION 05:01:33 drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 04:59 bin 05:01:33 -rw-r--r-- 1 jenkins jenkins 106119 Apr 28 05:01 coverage.out 05:01:33 drwxrwxr-x 5 jenkins jenkins 4096 Apr 28 04:59 example 05:01:33 -rw-rw-r-- 1 jenkins jenkins 3246 Apr 28 04:59 go.mod 05:01:33 -rw-rw-r-- 1 jenkins jenkins 30896 Apr 28 04:59 go.sum 05:01:33 drwxrwxr-x 12 jenkins jenkins 4096 Apr 28 04:59 internal 05:01:33 drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 04:59 openapi 05:01:33 drwxrwxr-x 6 jenkins jenkins 4096 Apr 28 04:59 pkg 05:01:33 drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 04:59 snap 05:01:33 -rw-rw-r-- 1 jenkins jenkins 222 Apr 28 04:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:01:33 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 --label arch=amd64 --label version=0.0.0 . 05:01:33 Sending build context to Docker daemon 11.14MB 05:01:33 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 05:01:33 Step 2/23 : FROM ${BASE} AS builder 05:01:33 ---> edf02e6c54a3 05:01:33 Step 3/23 : ARG MAKE=make build 05:01:34 ---> Running in 7b436ca6dd42 05:01:34 Removing intermediate container 7b436ca6dd42 05:01:34 ---> b2a08d3fc515 05:01:34 Step 4/23 : WORKDIR /device-sdk-go 05:01:34 ---> Running in af610b1f6deb 05:01:34 Removing intermediate container af610b1f6deb 05:01:34 ---> 6cd37b03de5e 05:01:34 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:01:34 ---> Running in 6a2a74ab5414 05:01:34 Removing intermediate container 6a2a74ab5414 05:01:34 ---> e9440a8bf6dc 05:01:34 Step 6/23 : RUN apk add --update --no-cache make git 05:01:34 ---> Running in cceefc10b6cd 05:01:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:01:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:01:34 OK: 265 MiB in 53 packages 05:01:35 Removing intermediate container cceefc10b6cd 05:01:35 ---> c89daa8b5409 05:01:35 Step 7/23 : COPY go.mod vendor* ./ 05:01:35 ---> f004cc617c8e 05:01:35 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:01:35 ---> Running in 0f181751c977 05:01:36 Removing intermediate container 0f181751c977 05:01:36 ---> 0ddac19ca281 05:01:36 Step 9/23 : COPY . . 05:01:36 ---> bcd3b1a48feb 05:01:36 Step 10/23 : RUN ${MAKE} 05:01:36 ---> Running in 024e65368cb1 05:01:36 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:01:58 Removing intermediate container 024e65368cb1 05:01:58 ---> 55cd3d826d96 05:01:58 Step 11/23 : FROM alpine:3.17 05:01:58 3.17: Pulling from library/alpine 05:01:59 f56be85fc22e: Already exists 05:01:59 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 05:01:59 Status: Downloaded newer image for alpine:3.17 05:01:59 ---> 9ed4aefc74f6 05:01:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 05:01:59 ---> Running in 68c321fc1a28 05:02:00 Removing intermediate container 68c321fc1a28 05:02:00 ---> 81c39bed0aff 05:02:00 Step 13/23 : RUN apk add --update --no-cache 05:02:00 ---> Running in eae6e8e4cc2c 05:02:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 05:02:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 05:02:01 OK: 7 MiB in 15 packages 05:02:02 Removing intermediate container eae6e8e4cc2c 05:02:02 ---> 6ee3d87e0996 05:02:02 Step 14/23 : WORKDIR / 05:02:02 ---> Running in 40a16796e478 05:02:03 Removing intermediate container 40a16796e478 05:02:03 ---> 50d73dab055f 05:02:03 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 05:02:04 ---> 57c8b7e50761 05:02:04 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 05:02:05 ---> abe9ceaedf28 05:02:05 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 05:02:05 ---> 94c2d85465b5 05:02:05 Step 18/23 : EXPOSE 59999 05:02:06 ---> Running in ec8322d9f462 05:02:06 Removing intermediate container ec8322d9f462 05:02:06 ---> add383a8c209 05:02:06 Step 19/23 : ENTRYPOINT ["/device-simple"] 05:02:06 ---> Running in f464319da5b3 05:02:07 Removing intermediate container f464319da5b3 05:02:07 ---> 293ad197b94c 05:02:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:02:07 ---> Running in 87942de87a6a 05:02:07 Removing intermediate container 87942de87a6a 05:02:07 ---> f7178474a68b 05:02:07 Step 21/23 : LABEL arch=amd64 05:02:08 ---> Running in cc3fc13d3dd8 05:02:10 Removing intermediate container cc3fc13d3dd8 05:02:10 ---> 5f09b3745b5e 05:02:10 Step 22/23 : LABEL git_sha=4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 05:02:12 ---> Running in d4c601ed3419 05:02:12 Removing intermediate container d4c601ed3419 05:02:12 ---> 0138157eedc7 05:02:12 Step 23/23 : LABEL version=0.0.0 05:02:12 ---> Running in 310d704cd875 05:02:12 Removing intermediate container 310d704cd875 05:02:12 ---> 080e60d53db7 05:02:12 [Warning] One or more build-args [ARCH] were not consumed 05:02:12 Successfully built 080e60d53db7 05:02:12 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:13 Running on prd-ubuntu20.04-docker-arm64-4c-16g-11994 in /w/workspace/gexfoundry_device-sdk-go_PR-1439 [Pipeline] { 05:02:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:02:13 05:02:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] ws 05:02:13 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] checkout [Pipeline] sh 05:02:13 The recommended git tool is: git 05:02:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:02:14 latest: Pulling from edgex-lftools-log-publisher 05:02:14 5eb5b503b376: Pulling fs layer 05:02:14 5c69ac0246d0: Pulling fs layer 05:02:14 ec43610c2a17: Pulling fs layer 05:02:14 3a2ae6a8a46f: Pulling fs layer 05:02:14 33b1e0a273af: Pulling fs layer 05:02:14 5d3b04190fa2: Pulling fs layer 05:02:14 2f39f015ded8: Pulling fs layer 05:02:14 33b1e0a273af: Waiting 05:02:14 3a2ae6a8a46f: Waiting 05:02:14 5d3b04190fa2: Waiting 05:02:14 2f39f015ded8: Waiting 05:02:14 5c69ac0246d0: Verifying Checksum 05:02:14 5c69ac0246d0: Download complete 05:02:14 3a2ae6a8a46f: Verifying Checksum 05:02:14 3a2ae6a8a46f: Download complete 05:02:14 33b1e0a273af: Verifying Checksum 05:02:14 33b1e0a273af: Download complete 05:02:14 5d3b04190fa2: Download complete 05:02:14 ec43610c2a17: Verifying Checksum 05:02:15 5eb5b503b376: Verifying Checksum 05:02:15 5eb5b503b376: Download complete 05:02:16 5eb5b503b376: Pull complete 05:02:16 5c69ac0246d0: Pull complete 05:02:18 ec43610c2a17: Pull complete 05:02:20 3a2ae6a8a46f: Pull complete 05:02:20 33b1e0a273af: Pull complete 05:02:20 5d3b04190fa2: Pull complete 05:02:22 using credential edgex-jenkins-ssh 05:02:22 Cloning the remote Git repository 05:02:22 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:02:22 > git init /w/workspace/device-sdk-go/1 # timeout=10 05:02:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:02:22 > git --version # timeout=10 05:02:22 > git --version # 'git version 2.25.1' 05:02:22 using GIT_SSH to set credentials SSH Credentials for GitHub 05:02:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:02:25 2f39f015ded8: Pull complete 05:02:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:02:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:02:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:02:25 prd-ubuntu20.04-docker-8c-8g-11990 does not seem to be running inside a container 05:02:25 $ 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-sdk-go_PR-1439 -v /w/workspace/gexfoundry_device-sdk-go_PR-1439:/w/workspace/gexfoundry_device-sdk-go_PR-1439:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1439@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 05:02:25 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:02:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:02:27 Merging remotes/origin/main commit cc1c191f7136a36b2a7f5a8b6d3c5c2ccaccd9b2 into PR head commit 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 05:02:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:02:26 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:02:26 using GIT_SSH to set credentials SSH Credentials for GitHub 05:02:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1439/head:refs/remotes/origin/PR-1439 +refs/heads/main:refs/remotes/origin/main # timeout=10 05:02:27 > git config core.sparsecheckout # timeout=10 05:02:28 Merge succeeded, producing 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 05:02:28 Checking out Revision 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 (PR-1439) 05:02:27 > git checkout -f 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 # timeout=10 05:02:28 > git remote # timeout=10 05:02:28 > git config --get remote.origin.url # timeout=10 05:02:28 using GIT_SSH to set credentials SSH Credentials for GitHub 05:02:28 > git merge cc1c191f7136a36b2a7f5a8b6d3c5c2ccaccd9b2 # timeout=10 05:02:28 > git rev-parse HEAD^{commit} # timeout=10 05:02:28 > git config core.sparsecheckout # timeout=10 05:02:28 > git checkout -f 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 # timeout=10 05:02:29 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" 05:02:29 > git --version # timeout=10 05:02:29 > git --version # 'git version 2.25.1' 05:02:29 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 05:02:30 05:02:30 GitHub has been notified of this commit’s build result 05:02:30 05:02:32 $ docker top 97ec81b5d438e53332c2b4b0ecefe4acb803fcf423f1b9b8e5ceb245ab98d8a2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:02:33 ---> job-cost.sh 05:02:33 lf-activate-venv: SKIPPING 05:02:33 INFO: No Stack... 05:02:33 INFO: Retrieving Pricing Info for: v3-standard-8 05:02:33 INFO: Archiving Costs 05:02:33 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:02:33 % Total % Received % Xferd Average Speed Time Time Time Current 05:02:33 Dload Upload Total Spent Left Speed 05:02:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 194k 0 --:--:-- --:--:-- --:--:-- 197k [Pipeline] sh 05:02:34 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives/cost.csv 05:02:34 + cut -d, -f6 [Pipeline] lock 05:02:34 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] 05:02:34 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] did not exist. Created. 05:02:34 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] sh 05:02:34 + echo total: 0.2199999988079071 [Pipeline] stash 05:02:34 Stashed 1 file(s) [Pipeline] } 05:02:34 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] [Pipeline] // lock 05:02:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] } 05:02:34 $ docker stop --time=1 97ec81b5d438e53332c2b4b0ecefe4acb803fcf423f1b9b8e5ceb245ab98d8a2 05:02:35 $ docker rm -f --volumes 97ec81b5d438e53332c2b4b0ecefe4acb803fcf423f1b9b8e5ceb245ab98d8a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:02:36 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:02:36 + sudo tee /etc/docker/daemon.new 05:02:36 { 05:02:36 "registry-mirrors": [ 05:02:36 "https://nexus3.edgexfoundry.org:10001" 05:02:36 ], 05:02:36 "bip": "10.250.0.254/24", 05:02:36 "hosts": [ 05:02:36 "tcp://0.0.0.0:5555", 05:02:36 "unix:///var/run/docker.sock" 05:02:36 ], 05:02:36 "mtu": 1458, 05:02:36 "selinux-enabled": true, 05:02:36 "seccomp-profile": "/etc/docker/seccomp.json" 05:02:36 } [Pipeline] sh 05:02:36 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:02:37 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:02:55 provisioning config files... 05:02:55 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config16942415612807023007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:02:56 ---> docker-login.sh 05:02:56 nexus3.edgexfoundry.org:10001 05:02:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:56 Configure a credential helper to remove this warning. See 05:02:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:56 05:02:56 Login Succeeded 05:02:56 nexus3.edgexfoundry.org:10002 05:02:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:57 Configure a credential helper to remove this warning. See 05:02:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:57 05:02:57 Login Succeeded 05:02:57 nexus3.edgexfoundry.org:10003 05:02:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:57 Configure a credential helper to remove this warning. See 05:02:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:57 05:02:57 Login Succeeded 05:02:57 nexus3.edgexfoundry.org:10004 05:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:58 Configure a credential helper to remove this warning. See 05:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:58 05:02:58 Login Succeeded 05:02:58 docker.io 05:02:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:02:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:02:58 Configure a credential helper to remove this warning. See 05:02:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:02:58 05:02:58 Login Succeeded 05:02:58 ---> docker-login.sh ends [Pipeline] } 05:02:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:02:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:02:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:02:59 ========================================================= 05:02:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 05:02:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:02:59 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 05:03:00 Sending build context to Docker daemon 5.927MB 05:03:00 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 05:03:00 Step 2/10 : FROM ${BASE} AS builder 05:03:00 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:03:00 c41833b44d91: Pulling fs layer 05:03:00 ed15518f5707: Pulling fs layer 05:03:00 feae8fd75edb: Pulling fs layer 05:03:00 242c74f7c9fa: Pulling fs layer 05:03:00 3cdef696dda3: Pulling fs layer 05:03:00 2ced38df9373: Pulling fs layer 05:03:00 58f1dce35555: Pulling fs layer 05:03:00 242c74f7c9fa: Waiting 05:03:00 3cdef696dda3: Waiting 05:03:00 2ced38df9373: Waiting 05:03:00 58f1dce35555: Waiting 05:03:00 ed15518f5707: Download complete 05:03:00 242c74f7c9fa: Verifying Checksum 05:03:00 242c74f7c9fa: Download complete 05:03:00 3cdef696dda3: Verifying Checksum 05:03:00 3cdef696dda3: Download complete 05:03:00 c41833b44d91: Verifying Checksum 05:03:01 c41833b44d91: Pull complete 05:03:01 58f1dce35555: Verifying Checksum 05:03:01 58f1dce35555: Download complete 05:03:01 ed15518f5707: Pull complete 05:03:02 feae8fd75edb: Download complete 05:03:02 2ced38df9373: Verifying Checksum 05:03:02 2ced38df9373: Download complete 05:03:15 feae8fd75edb: Pull complete 05:03:15 242c74f7c9fa: Pull complete 05:03:15 3cdef696dda3: Pull complete 05:03:20 2ced38df9373: Pull complete 05:03:22 58f1dce35555: Pull complete 05:03:22 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 05:03:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 05:03:22 ---> fadd8f120f05 05:03:22 Step 3/10 : ARG MAKE=make build 05:03:24 ---> Running in c3e5543e9810 05:03:24 Removing intermediate container c3e5543e9810 05:03:24 ---> 6603882a0067 05:03:24 Step 4/10 : WORKDIR /device-sdk-go 05:03:24 ---> Running in 29fec9a05c5a 05:03:24 Removing intermediate container 29fec9a05c5a 05:03:24 ---> de06e0c1699c 05:03:24 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:03:24 ---> Running in 580fcf681fb6 05:03:25 Removing intermediate container 580fcf681fb6 05:03:25 ---> a4e0179cbbb5 05:03:25 Step 6/10 : RUN apk add --update --no-cache make git 05:03:25 ---> Running in 01f5257f8398 05:03:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:03:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:03:28 OK: 263 MiB in 53 packages 05:03:29 Removing intermediate container 01f5257f8398 05:03:29 ---> 5954279d0e8c 05:03:29 Step 7/10 : COPY go.mod vendor* ./ 05:03:29 ---> dfc4eab81783 05:03:29 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:03:29 ---> Running in 54c536b80701 05:04:37 Removing intermediate container 54c536b80701 05:04:37 ---> be88a66948f0 05:04:37 Step 9/10 : COPY . . 05:04:37 ---> f9cce3af8abb 05:04:37 Step 10/10 : RUN ${MAKE} 05:04:37 ---> Running in 771afa7c9b82 05:04:37 noop 05:04:37 Removing intermediate container 771afa7c9b82 05:04:37 ---> 4474f1537e8f 05:04:37 Successfully built 4474f1537e8f 05:04:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:38 + docker inspect -f . ci-base-image-arm64 05:04:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:38 prd-ubuntu20.04-docker-arm64-4c-16g-11994 does not seem to be running inside a container 05:04:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:04:40 $ docker top 6c1ab36f99cf72dc7339f26c4f535a3e4b2f38aec4ca5b14392bb7aa13b4cdc9 -eo pid,comm [Pipeline] { [Pipeline] sh 05:04:40 + go version 05:04:40 go version go1.20.2 linux/arm64 [Pipeline] } 05:04:40 $ docker stop --time=1 6c1ab36f99cf72dc7339f26c4f535a3e4b2f38aec4ca5b14392bb7aa13b4cdc9 05:04:42 $ docker rm -f --volumes 6c1ab36f99cf72dc7339f26c4f535a3e4b2f38aec4ca5b14392bb7aa13b4cdc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:04:43 + docker inspect -f . ci-base-image-arm64 05:04:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:04:43 prd-ubuntu20.04-docker-arm64-4c-16g-11994 does not seem to be running inside a container 05:04:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:04:45 $ docker top 0627891a7b0dc0d9f36c819169d90f2de000b717c6bfd1a04696a075823496d7 -eo pid,comm [Pipeline] { [Pipeline] sh 05:04:46 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 05:04:46 + make test 05:04:46 go test -race -coverprofile=coverage.out ./... 05:05:33 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 05:07:40 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 05:07:40 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 05:07:40 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 05:07:40 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 05:07:40 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 05:07:48 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.256s coverage: 27.6% of statements 05:07:51 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.305s coverage: 80.2% of statements 05:08:01 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 05:08:01 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 05:08:02 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.404s coverage: 86.0% of statements 05:08:07 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 05:08:07 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 05:08:07 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.515s coverage: 77.5% of statements 05:08:11 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.306s coverage: 14.6% of statements 05:08:13 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 05:08:13 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 05:08:13 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.490s coverage: 68.5% of statements 05:08:15 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.490s coverage: 89.2% of statements 05:08:19 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 05:08:19 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.278s coverage: 5.5% of statements 05:08:20 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:08:20 GO111MODULE=on go vet ./... 05:11:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:11:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:11:12 ./bin/test-attribution-txt.sh [Pipeline] echo 05:11:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:11:12 $ docker stop --time=1 0627891a7b0dc0d9f36c819169d90f2de000b717c6bfd1a04696a075823496d7 05:11:16 $ docker rm -f --volumes 0627891a7b0dc0d9f36c819169d90f2de000b717c6bfd1a04696a075823496d7 [Pipeline] // withDockerContainer [Pipeline] sh 05:11:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:11:18 Warning: overwriting stash ‘coverage-report’ 05:11:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:11:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:11:20 + ls -al . 05:11:20 total 268 05:11:20 drwxrwxr-x 10 jenkins jenkins 4096 Apr 28 05:04 . 05:11:20 drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 05:02 .. 05:11:20 -rw-rw-r-- 1 jenkins jenkins 140 Apr 28 05:02 .dockerignore 05:11:20 drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 05:02 .git 05:11:20 drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 05:02 .github 05:11:20 -rw-rw-r-- 1 jenkins jenkins 131 Apr 28 05:02 .gitignore 05:11:20 -rw-rw-r-- 1 jenkins jenkins 42 Apr 28 05:02 .golangci.yml 05:11:20 -rw-rw-r-- 1 jenkins jenkins 31677 Apr 28 05:02 CHANGELOG.md 05:11:20 -rw-rw-r-- 1 jenkins jenkins 677 Apr 28 05:02 GOVERNANCE.md 05:11:20 -rw-rw-r-- 1 jenkins jenkins 885 Apr 28 05:02 Jenkinsfile 05:11:20 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 28 05:02 LICENSE 05:11:20 -rw-rw-r-- 1 jenkins jenkins 1714 Apr 28 05:02 Makefile 05:11:20 -rw-rw-r-- 1 jenkins jenkins 619 Apr 28 05:02 OWNERS.md 05:11:20 -rw-rw-r-- 1 jenkins jenkins 4891 Apr 28 05:02 README.md 05:11:20 -rw-rw-r-- 1 jenkins jenkins 5 Apr 28 04:59 VERSION 05:11:20 drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 05:02 bin 05:11:20 -rw-r--r-- 1 jenkins jenkins 106119 Apr 28 05:08 coverage.out 05:11:20 drwxrwxr-x 5 jenkins jenkins 4096 Apr 28 05:02 example 05:11:20 -rw-rw-r-- 1 jenkins jenkins 3246 Apr 28 05:02 go.mod 05:11:20 -rw-rw-r-- 1 jenkins jenkins 30896 Apr 28 05:02 go.sum 05:11:20 drwxrwxr-x 12 jenkins jenkins 4096 Apr 28 05:02 internal 05:11:20 drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 05:02 openapi 05:11:20 drwxrwxr-x 6 jenkins jenkins 4096 Apr 28 05:02 pkg 05:11:20 drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 05:02 snap 05:11:20 -rw-rw-r-- 1 jenkins jenkins 222 Apr 28 05:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:11:20 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 --label arch=arm64 --label version=0.0.0 . 05:11:21 Sending build context to Docker daemon 6.034MB 05:11:21 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 05:11:21 Step 2/23 : FROM ${BASE} AS builder 05:11:21 ---> 4474f1537e8f 05:11:21 Step 3/23 : ARG MAKE=make build 05:11:21 ---> Running in 8a7e85f1cb43 05:11:21 Removing intermediate container 8a7e85f1cb43 05:11:21 ---> 6ae6efcfdec2 05:11:21 Step 4/23 : WORKDIR /device-sdk-go 05:11:21 ---> Running in 61f2397d526c 05:11:22 Removing intermediate container 61f2397d526c 05:11:22 ---> 0cacd436954d 05:11:22 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 05:11:22 ---> Running in d67b14fed6f2 05:11:22 Removing intermediate container d67b14fed6f2 05:11:22 ---> 6e7a57faf783 05:11:22 Step 6/23 : RUN apk add --update --no-cache make git 05:11:22 ---> Running in b01c0c498771 05:11:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:11:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:11:25 OK: 263 MiB in 53 packages 05:11:26 Removing intermediate container b01c0c498771 05:11:26 ---> 8809cd5daaa5 05:11:26 Step 7/23 : COPY go.mod vendor* ./ 05:11:30 ---> 23e5f0b654ce 05:11:30 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:11:30 ---> Running in 3e89666b0686 05:11:33 Removing intermediate container 3e89666b0686 05:11:33 ---> a5da53a63cef 05:11:33 Step 9/23 : COPY . . 05:11:34 ---> 7d100ca4a5bb 05:11:34 Step 10/23 : RUN ${MAKE} 05:11:34 ---> Running in 5512fdda37b2 05:11:35 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:14:12 Removing intermediate container 5512fdda37b2 05:14:12 ---> 90b07407ebbe 05:14:12 Step 11/23 : FROM alpine:3.17 05:14:12 3.17: Pulling from library/alpine 05:14:12 c41833b44d91: Already exists 05:14:12 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 05:14:12 Status: Downloaded newer image for alpine:3.17 05:14:12 ---> 51e60588ff2c 05:14:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 05:14:12 ---> Running in d1a6640a5e9f 05:14:12 Removing intermediate container d1a6640a5e9f 05:14:12 ---> 908260f8f324 05:14:12 Step 13/23 : RUN apk add --update --no-cache 05:14:12 ---> Running in e2b8673b90ad 05:14:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 05:14:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 05:14:12 OK: 7 MiB in 15 packages 05:14:12 Removing intermediate container e2b8673b90ad 05:14:12 ---> af8dd36e87dc 05:14:12 Step 14/23 : WORKDIR / 05:14:12 ---> Running in 1b7b5f82d0f3 05:14:12 Removing intermediate container 1b7b5f82d0f3 05:14:12 ---> ba429ab40ff5 05:14:12 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 05:14:12 ---> f548715e1897 05:14:12 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 05:14:12 ---> f16cec17844b 05:14:12 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 05:14:12 ---> 866d4fb0f7d9 05:14:12 Step 18/23 : EXPOSE 59999 05:14:12 ---> Running in 11817be1bc5a 05:14:12 Removing intermediate container 11817be1bc5a 05:14:12 ---> 2e1d71d9c231 05:14:12 Step 19/23 : ENTRYPOINT ["/device-simple"] 05:14:12 ---> Running in 20cfa1c1eb6a 05:14:12 Removing intermediate container 20cfa1c1eb6a 05:14:12 ---> 346f15cd6e46 05:14:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 05:14:12 ---> Running in d9eea7395eb8 05:14:12 Removing intermediate container d9eea7395eb8 05:14:12 ---> 62724bf2bae1 05:14:12 Step 21/23 : LABEL arch=arm64 05:14:12 ---> Running in b3850a28eef0 05:14:12 Removing intermediate container b3850a28eef0 05:14:12 ---> 71e8101df8c8 05:14:12 Step 22/23 : LABEL git_sha=4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 05:14:12 ---> Running in 892052dc86e1 05:14:12 Removing intermediate container 892052dc86e1 05:14:12 ---> 749f6741768f 05:14:12 Step 23/23 : LABEL version=0.0.0 05:14:12 ---> Running in 9afddcbe72d3 05:14:12 Removing intermediate container 9afddcbe72d3 05:14:12 ---> e6604615d9a6 05:14:12 [Warning] One or more build-args [ARCH] were not consumed 05:14:12 Successfully built e6604615d9a6 05:14:12 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:14:13 05:14:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:14:13 arm64: Pulling from edgex-lftools-log-publisher 05:14:13 8998bd30e6a1: Pulling fs layer 05:14:13 04944245beec: Pulling fs layer 05:14:13 699f458cf7ca: Pulling fs layer 05:14:13 765212b225bb: Pulling fs layer 05:14:13 f23df028b6ca: Pulling fs layer 05:14:13 d65c8cfc05b1: Pulling fs layer 05:14:13 2437ff75d9bd: Pulling fs layer 05:14:13 765212b225bb: Waiting 05:14:13 f23df028b6ca: Waiting 05:14:13 2437ff75d9bd: Waiting 05:14:13 d65c8cfc05b1: Waiting 05:14:14 04944245beec: Verifying Checksum 05:14:14 04944245beec: Download complete 05:14:14 765212b225bb: Verifying Checksum 05:14:14 765212b225bb: Download complete 05:14:14 f23df028b6ca: Verifying Checksum 05:14:14 f23df028b6ca: Download complete 05:14:14 d65c8cfc05b1: Verifying Checksum 05:14:14 d65c8cfc05b1: Download complete 05:14:14 699f458cf7ca: Verifying Checksum 05:14:14 699f458cf7ca: Download complete 05:14:14 8998bd30e6a1: Verifying Checksum 05:14:14 8998bd30e6a1: Download complete 05:14:17 2437ff75d9bd: Verifying Checksum 05:14:17 2437ff75d9bd: Download complete 05:14:18 8998bd30e6a1: Pull complete 05:14:19 04944245beec: Pull complete 05:14:20 699f458cf7ca: Pull complete 05:14:21 765212b225bb: Pull complete 05:14:24 f23df028b6ca: Pull complete 05:14:24 d65c8cfc05b1: Pull complete 05:14:39 2437ff75d9bd: Pull complete 05:14:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:14:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:14:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:14:39 prd-ubuntu20.04-docker-arm64-4c-16g-11994 does not seem to be running inside a container 05:14:39 $ 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-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 05:14:42 $ docker top 02692166044ddfa6cf027969c7f2b3b2f26e2932ffa079d9c458ccb6f11a1961 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:14:43 ---> job-cost.sh 05:14:43 lf-activate-venv: SKIPPING 05:14:43 INFO: No Stack... 05:14:44 INFO: Retrieving Pricing Info for: v3-standard-4 05:14:44 INFO: Archiving Costs [Pipeline] sh 05:14:45 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 05:14:45 + cut -d, -f6 [Pipeline] lock 05:14:45 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] 05:14:45 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] did not exist. Created. 05:14:45 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:14:46 /w/workspace/device-sdk-go/1@tmp/durable-349bf08e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:14:46 + echo total: 0.10999999940395355 [Pipeline] stash 05:14:46 Warning: overwriting stash ‘stack-cost’ 05:14:46 Stashed 1 file(s) [Pipeline] } 05:14:46 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:14:46 $ docker stop --time=1 02692166044ddfa6cf027969c7f2b3b2f26e2932ffa079d9c458ccb6f11a1961 05:14:48 $ docker rm -f --volumes 02692166044ddfa6cf027969c7f2b3b2f26e2932ffa079d9c458ccb6f11a1961 [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 05:14:49 provisioning config files... 05:14:49 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/config16653146984506387477tmp [Pipeline] { [Pipeline] sh 05:14:49 + set +x 05:14:49 + curl -s https://codecov.io/bash 05:14:49 + bash -s -- 05:14:49 05:14:49 _____ _ 05:14:49 / ____| | | 05:14:49 | | ___ __| | ___ ___ _____ __ 05:14:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:14:49 | |___| (_) | (_| | __/ (_| (_) \ V / 05:14:49 \_____\___/ \__,_|\___|\___\___/ \_/ 05:14:49 Bash-1.0.6 05:14:49 05:14:49 05:14:49 ==> git version 2.25.1 found 05:14:49 ==> 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 05:14:49 Release-Date: 2020-01-08 05:14:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:14:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:14:49 ==> Jenkins CI detected. 05:14:49 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1439 05:14:49 project root: . 05:14:49 --> token set from env 05:14:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:14:49 ==> Running gcov in . (disable via -X gcov) 05:14:49 ==> Python coveragepy not found 05:14:49 ==> Searching for coverage reports in: 05:14:49 + . 05:14:49 -> Found 1 reports 05:14:49 ==> Detecting git/mercurial file structure 05:14:49 ==> Reading reports 05:14:49 + ./coverage.out bytes=106119 05:14:49 ==> Appending adjustments 05:14:49 https://docs.codecov.io/docs/fixing-reports 05:14:50 + Found adjustments 05:14:50 ==> Gzipping contents 05:14:50 16K /tmp/codecov.JoCF1d.gz 05:14:50 ==> Uploading reports 05:14:50 url: https://codecov.io 05:14:50 query: branch=PR-1439&commit=4bb31c679f83b7b1c2d8baca883e9dc3baba52d9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1439%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1439&job=&cmd_args= 05:14:50 -> Pinging Codecov 05:14:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1439&commit=4bb31c679f83b7b1c2d8baca883e9dc3baba52d9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1439%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1439&job=&cmd_args= 05:14:50 -> Uploading to 05:14:50 https://storage.googleapis.com/codecov/v4/raw/2023-04-28/7E55EF52A471D76F132DFD9A03CDDE97/4bb31c679f83b7b1c2d8baca883e9dc3baba52d9/2e7f0d31-0f8f-46c6-ab23-77e352904036.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230428T051450Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ed186fc373d6df03bea22f163b8f27a11eb4c05f7118d4f393fc11a293268a17 05:14:50 % Total % Received % Xferd Average Speed Time Time Time Current 05:14:50 Dload Upload Total Spent Left Speed 05:14:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14992 0 0 100 14992 0 71390 --:--:-- --:--:-- --:--:-- 71390 05:14:50 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [Pipeline] } 05:14:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:14:54 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives ] 05:14:54 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives 05:14:54 total 16 05:14:54 drwxr-xr-x 3 root root 4096 Apr 28 05:02 . 05:14:54 drwxrwxr-x 12 jenkins jenkins 4096 Apr 28 05:02 .. 05:14:54 drwxr-xr-x 2 root root 4096 Apr 28 05:02 cost 05:14:54 -rw-r--r-- 1 root root 86 Apr 28 05:02 cost.csv 05:14:54 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives 05:14:54 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives 05:14:54 total 16 05:14:54 drwxr-xr-x 3 jenkins jenkins 4096 Apr 28 05:02 . 05:14:54 drwxrwxr-x 12 jenkins jenkins 4096 Apr 28 05:02 .. 05:14:54 drwxr-xr-x 2 jenkins jenkins 4096 Apr 28 05:02 cost 05:14:54 -rw-r--r-- 1 jenkins jenkins 86 Apr 28 05:02 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:14:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:14:55 ---> package-listing.sh 05:14:55 ++ facter osfamily 05:14:55 ++ tr '[:upper:]' '[:lower:]' 05:14:56 + OS_FAMILY=debian 05:14:56 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1439 05:14:56 + START_PACKAGES=/tmp/packages_start.txt 05:14:56 + END_PACKAGES=/tmp/packages_end.txt 05:14:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:14:56 + PACKAGES=/tmp/packages_start.txt 05:14:56 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1439 ']' 05:14:56 + PACKAGES=/tmp/packages_end.txt 05:14:56 + case "${OS_FAMILY}" in 05:14:56 + dpkg -l 05:14:56 + grep '^ii' 05:14:56 + '[' -f /tmp/packages_start.txt ']' 05:14:56 + '[' -f /tmp/packages_end.txt ']' 05:14:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:14:56 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1439 ']' 05:14:56 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives/ 05:14:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives/ [Pipeline] echo 05:14:56 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-sdk-go_PR-1439/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:14:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:14:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:14:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:14:57 prd-ubuntu20.04-docker-8c-8g-11990 does not seem to be running inside a container 05:14:57 $ 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-sdk-go_PR-1439/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-sdk-go_PR-1439 -v /w/workspace/gexfoundry_device-sdk-go_PR-1439:/w/workspace/gexfoundry_device-sdk-go_PR-1439:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1439@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 05:14:57 $ docker top e7dd0b5c65a9f2864ab1dbae97976c1210cdca3b46caaf6ab9cf8facb09a7d21 -eo pid,comm [Pipeline] { [Pipeline] sh 05:14:57 + touch /tmp/pre-build-complete [Pipeline] sh 05:14:58 + mkdir -p /var/log/sysstat [Pipeline] sh 05:14:58 + ls /var/log/sa-host 05:14:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:14:58 provisioning config files... 05:14:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/config2378769474494373583tmp [Pipeline] { [Pipeline] echo 05:14:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:14:58 ---> create-netrc.sh [Pipeline] } 05:14:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:14:59 ---> python-tools-install.sh [Pipeline] echo 05:14:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:14:59 ---> sudo-logs.sh 05:14:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:14:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:15:00 ---> job-cost.sh 05:15:00 lf-activate-venv: SKIPPING 05:15:00 DEBUG: total: 0.2199999988079071 05:15:00 INFO: Retrieving Stack Cost... 05:15:00 INFO: Retrieving Pricing Info for: v3-standard-8 05:15:00 INFO: Archiving Costs [Pipeline] echo 05:15:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:15:01 ---> logs-deploy.sh 05:15:01 lf-activate-venv: SKIPPING 05:15:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1439/1 05:15:01 INFO: archiving workspace using pattern(s): 05:15:02 Archives upload complete. 05:15:02 INFO: archiving logs to Nexus 05:15:02 ---> uname -a: 05:15:02 Linux prd-ubuntu20-04-docker-8c-8g-11990 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 05:15:02 05:15:02 05:15:02 ---> lscpu: 05:15:02 Architecture: x86_64 05:15:02 CPU op-mode(s): 32-bit, 64-bit 05:15:02 Byte Order: Little Endian 05:15:02 Address sizes: 40 bits physical, 48 bits virtual 05:15:02 CPU(s): 8 05:15:02 On-line CPU(s) list: 0-7 05:15:02 Thread(s) per core: 1 05:15:02 Core(s) per socket: 1 05:15:02 Socket(s): 8 05:15:02 NUMA node(s): 1 05:15:02 Vendor ID: AuthenticAMD 05:15:02 CPU family: 23 05:15:02 Model: 49 05:15:02 Model name: AMD EPYC-Rome Processor 05:15:02 Stepping: 0 05:15:02 CPU MHz: 2799.998 05:15:02 BogoMIPS: 5599.99 05:15:02 Virtualization: AMD-V 05:15:02 Hypervisor vendor: KVM 05:15:02 Virtualization type: full 05:15:02 L1d cache: 256 KiB 05:15:02 L1i cache: 256 KiB 05:15:02 L2 cache: 4 MiB 05:15:02 L3 cache: 128 MiB 05:15:02 NUMA node0 CPU(s): 0-7 05:15:02 Vulnerability Itlb multihit: Not affected 05:15:02 Vulnerability L1tf: Not affected 05:15:02 Vulnerability Mds: Not affected 05:15:02 Vulnerability Meltdown: Not affected 05:15:02 Vulnerability Mmio stale data: Not affected 05:15:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:15:02 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 05:15:02 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 05:15:02 Vulnerability Srbds: Not affected 05:15:02 Vulnerability Tsx async abort: Not affected 05:15:02 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 05:15:02 05:15:02 05:15:02 ---> nproc: 05:15:02 8 05:15:02 05:15:02