Pull request #1153 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3bf403115b7066cefafd348c84461fd27d8f64fc+a64f10ec129da673bd1db63a6bd52868e2c80f4f (ffb4044260fff401c7c7ae3e6bd82627f73f1eaa) 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-ssh16516408230713017281.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh12336576608944075070.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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-1153/workspace@libs/edgex-global-pipelines # 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-1153/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3147108946028201600.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-1153/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17808164545300055847.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > 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 shared 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-ssh14225740691263387082.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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-1153/workspace@libs/lf-pipelines # 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-1153/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1350710377449625055.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 b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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/v2]] ========================================================= [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.17 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/v2 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 [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-34397 in /w/workspace/gexfoundry_device-sdk-go_PR-1153 [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-1153 # 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 Merging remotes/origin/main commit a64f10ec129da673bd1db63a6bd52868e2c80f4f into PR head commit 3bf403115b7066cefafd348c84461fd27d8f64fc Merge succeeded, producing 3bf403115b7066cefafd348c84461fd27d8f64fc Checking out Revision 3bf403115b7066cefafd348c84461fd27d8f64fc (PR-1153) > 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/1153/head:refs/remotes/origin/PR-1153 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3bf403115b7066cefafd348c84461fd27d8f64fc # 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 a64f10ec129da673bd1db63a6bd52868e2c80f4f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3bf403115b7066cefafd348c84461fd27d8f64fc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:04:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:04:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:04:27 ========================================================= 04:04:27 EdgeX Global Pipelines Version Info 04:04:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:04:28 ------------------- 04:04:28 stable info: 04:04:28 ------------------- 04:04:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:04:28 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 04:04:28 Message: update stable to v1.0.227 04:04:29 ------------------- 04:04:29 experimental info: 04:04:29 ------------------- 04:04:29 Commited By: **** collab-it+edgex@linuxfoundation.org 04:04:29 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 04:04:29 Message: update experimental to v1.0.227 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:04:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1153 [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1153 [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1153 [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3bf403115b7066cefafd348c84461fd27d8f64fc [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3bf4031 [Pipeline] echo 04:04:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:04:30 provisioning config files... 04:04:30 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/config1271009413413810399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:04:31 ---> docker-login.sh 04:04:31 nexus3.edgexfoundry.org:10001 04:04:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:31 Configure a credential helper to remove this warning. See 04:04:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:31 04:04:31 Login Succeeded 04:04:31 nexus3.edgexfoundry.org:10002 04:04:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:31 Configure a credential helper to remove this warning. See 04:04:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:31 04:04:31 Login Succeeded 04:04:31 nexus3.edgexfoundry.org:10003 04:04:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:31 Configure a credential helper to remove this warning. See 04:04:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:31 04:04:31 Login Succeeded 04:04:31 nexus3.edgexfoundry.org:10004 04:04:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:31 Configure a credential helper to remove this warning. See 04:04:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:31 04:04:31 Login Succeeded 04:04:31 docker.io 04:04:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:32 Configure a credential helper to remove this warning. See 04:04:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:32 04:04:32 Login Succeeded 04:04:32 ---> docker-login.sh ends [Pipeline] } 04:04:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:04:33 + git rev-list -1 --merges 3bf403115b7066cefafd348c84461fd27d8f64fc~1..3bf403115b7066cefafd348c84461fd27d8f64fc [Pipeline] echo 04:04:33 -----------> git rev-list -1 --merges 3bf403115b7066cefafd348c84461fd27d8f64fc~1..3bf403115b7066cefafd348c84461fd27d8f64fc 3bf403115b7066cefafd348c84461fd27d8f64fc [false] [Pipeline] sh 04:04:33 + git log --format=format:%s -1 3bf403115b7066cefafd348c84461fd27d8f64fc [Pipeline] echo 04:04:33 ========================================================= 04:04:33 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:04:33 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:04:33 + git log --format=format:%s -1 3bf403115b7066cefafd348c84461fd27d8f64fc [Pipeline] echo 04:04:33 [semverPrep] GIT_COMMIT: 3bf403115b7066cefafd348c84461fd27d8f64fc, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 04:04:34 [semverPrep] This is not a build commit. [Pipeline] sh 04:04:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:04:34 + grep -v github /etc/ssh/ssh_known_hosts 04:04:34 + [ -e /tmp/ssh_known_hosts ] 04:04:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:04:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:04:34 + sudo tee -a /etc/ssh/ssh_known_hosts 04:04:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 04:04:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 04:04:34 04:04:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:04:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 04:04:35 latest: Pulling from edgex-devops/py-git-semver 04:04:35 1fe172e4850f: Pulling fs layer 04:04:35 caf521ccaac6: Pulling fs layer 04:04:35 3ead6fa29328: Pulling fs layer 04:04:35 5c2a1cbceb83: Pulling fs layer 04:04:35 a8d5f1318db7: Pulling fs layer 04:04:35 c427282e49a2: Pulling fs layer 04:04:35 1827001aaf11: Pulling fs layer 04:04:35 0714d37db230: Pulling fs layer 04:04:35 ac28cf19c067: Pulling fs layer 04:04:35 ca983d60f3e2: Pulling fs layer 04:04:35 9f894cec8388: Pulling fs layer 04:04:35 1827001aaf11: Waiting 04:04:35 0714d37db230: Waiting 04:04:35 5c2a1cbceb83: Waiting 04:04:35 ac28cf19c067: Waiting 04:04:35 9f894cec8388: Waiting 04:04:35 ca983d60f3e2: Waiting 04:04:35 a8d5f1318db7: Waiting 04:04:35 c427282e49a2: Waiting 04:04:35 caf521ccaac6: Download complete 04:04:35 5c2a1cbceb83: Download complete 04:04:35 a8d5f1318db7: Verifying Checksum 04:04:35 a8d5f1318db7: Download complete 04:04:35 c427282e49a2: Verifying Checksum 04:04:35 c427282e49a2: Download complete 04:04:35 3ead6fa29328: Verifying Checksum 04:04:35 3ead6fa29328: Download complete 04:04:35 0714d37db230: Verifying Checksum 04:04:35 0714d37db230: Download complete 04:04:35 ac28cf19c067: Verifying Checksum 04:04:35 ac28cf19c067: Download complete 04:04:35 ca983d60f3e2: Download complete 04:04:35 9f894cec8388: Verifying Checksum 04:04:35 9f894cec8388: Download complete 04:04:35 1fe172e4850f: Download complete 04:04:35 1827001aaf11: Verifying Checksum 04:04:35 1827001aaf11: Download complete 04:04:37 1fe172e4850f: Pull complete 04:04:37 caf521ccaac6: Pull complete 04:04:37 3ead6fa29328: Pull complete 04:04:37 5c2a1cbceb83: Pull complete 04:04:38 a8d5f1318db7: Pull complete 04:04:38 c427282e49a2: Pull complete 04:04:40 1827001aaf11: Pull complete 04:04:40 0714d37db230: Pull complete 04:04:40 ac28cf19c067: Pull complete 04:04:40 ca983d60f3e2: Pull complete 04:04:40 9f894cec8388: Pull complete 04:04:40 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 04:04:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 04:04:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 04:04:40 prd-ubuntu20.04-docker-8c-8g-34397 does not seem to be running inside a container 04:04:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1153 -v /w/workspace/gexfoundry_device-sdk-go_PR-1153:/w/workspace/gexfoundry_device-sdk-go_PR-1153:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1153@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 04:04:41 $ docker top 5a19755b3636ef85def1f1ae32e066b643d273ff96830f0044d0283d5ef32142 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:04:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:04:41 [ssh-agent] Looking for ssh-agent implementation... 04:04:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:04:42 $ docker exec 5a19755b3636ef85def1f1ae32e066b643d273ff96830f0044d0283d5ef32142 ssh-agent 04:04:42 SSH_AUTH_SOCK=/tmp/ssh-cofAkdBwtb1s/agent.32 04:04:42 SSH_AGENT_PID=38 04:04:42 Running ssh-add (command line suppressed) 04:04:42 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/private_key_4511701847433603134.key (/w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/private_key_4511701847433603134.key) 04:04:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:04:42 + git tag --points-at HEAD [Pipeline] } 04:04:42 $ docker exec --env ******** --env ******** 5a19755b3636ef85def1f1ae32e066b643d273ff96830f0044d0283d5ef32142 ssh-agent -k 04:04:42 unset SSH_AUTH_SOCK; 04:04:42 unset SSH_AGENT_PID; 04:04:42 echo Agent pid 38 killed; 04:04:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:04:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:04:42 [ssh-agent] Looking for ssh-agent implementation... 04:04:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:04:42 $ docker exec 5a19755b3636ef85def1f1ae32e066b643d273ff96830f0044d0283d5ef32142 ssh-agent 04:04:43 SSH_AUTH_SOCK=/tmp/ssh-ymVAHNfZfVLS/agent.71 04:04:43 SSH_AGENT_PID=77 04:04:43 Running ssh-add (command line suppressed) 04:04:43 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/private_key_2684951264241193250.key (/w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/private_key_2684951264241193250.key) 04:04:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:04:43 + git semver init 04:04:43 2022-05-02 04:04:43,841 [run_init] DEBUG init version:0.0.0 force:False 04:04:43 2022-05-02 04:04:43,842 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver 04:04:43 2022-05-02 04:04:43,843 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver 04:04:43 2022-05-02 04:04:43,843 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1153, universal_newlines=False, shell=None, istream=None) 04:04:44 2022-05-02 04:04:44,682 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1153/.git/info/exclude 04:04:44 2022-05-02 04:04:44,683 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver/PR-1153 with force:False 04:04:44 2022-05-02 04:04:44,683 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver/PR-1153 04:04:44 2022-05-02 04:04:44,687 [execute] INFO git cat-file --batch-check 04:04:44 2022-05-02 04:04:44,688 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver, universal_newlines=False, shell=None, istream=) 04:04:44 2022-05-02 04:04:44,694 [execute] INFO git cat-file --batch 04:04:44 2022-05-02 04:04:44,695 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver, universal_newlines=False, shell=None, istream=) 04:04:44 2022-05-02 04:04:44,700 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver/PR-1153 04:04:44 0.0.0 [Pipeline] } 04:04:44 $ docker exec --env ******** --env ******** 5a19755b3636ef85def1f1ae32e066b643d273ff96830f0044d0283d5ef32142 ssh-agent -k 04:04:45 unset SSH_AUTH_SOCK; 04:04:45 unset SSH_AGENT_PID; 04:04:45 echo Agent pid 77 killed; 04:04:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:04:45 + git semver [Pipeline] } 04:04:45 $ docker stop --time=1 5a19755b3636ef85def1f1ae32e066b643d273ff96830f0044d0283d5ef32142 04:04:47 $ docker rm -f 5a19755b3636ef85def1f1ae32e066b643d273ff96830f0044d0283d5ef32142 [Pipeline] // withDockerContainer [Pipeline] sh 04:04:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:04:47 Stashed 1 file(s) [Pipeline] echo 04:04:47 [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:04:48 provisioning config files... 04:04:48 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/config7832729601128216327tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:04:48 ---> docker-login.sh 04:04:48 nexus3.edgexfoundry.org:10001 04:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:48 Configure a credential helper to remove this warning. See 04:04:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:48 04:04:48 Login Succeeded 04:04:48 nexus3.edgexfoundry.org:10002 04:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:49 Configure a credential helper to remove this warning. See 04:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:49 04:04:49 Login Succeeded 04:04:49 nexus3.edgexfoundry.org:10003 04:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:49 Configure a credential helper to remove this warning. See 04:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:49 04:04:49 Login Succeeded 04:04:49 nexus3.edgexfoundry.org:10004 04:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:49 Configure a credential helper to remove this warning. See 04:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:49 04:04:49 Login Succeeded 04:04:49 docker.io 04:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:04:49 Configure a credential helper to remove this warning. See 04:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:04:49 04:04:49 Login Succeeded 04:04:49 ---> docker-login.sh ends [Pipeline] } 04:04:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:04:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:04:49 ========================================================= 04:04:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 04:04:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:04:50 + 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.17-alpine --build-arg MAKE=echo noop --target=builder . 04:04:50 Sending build context to Docker daemon 9.69MB 04:04:50 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 04:04:50 Step 2/11 : FROM ${BASE} AS builder 04:04:50 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 04:04:50 59bf1c3509f3: Pulling fs layer 04:04:50 666ba61612fd: Pulling fs layer 04:04:50 8ed8ca486205: Pulling fs layer 04:04:50 4fe6c5a15a65: Pulling fs layer 04:04:50 22a0e8bec74d: Pulling fs layer 04:04:50 ca2b28591e48: Pulling fs layer 04:04:50 a51346096db8: Pulling fs layer 04:04:50 daebc70d1ce1: Pulling fs layer 04:04:50 0e18a0eac166: Pulling fs layer 04:04:50 4fe6c5a15a65: Waiting 04:04:50 daebc70d1ce1: Waiting 04:04:50 ca2b28591e48: Waiting 04:04:50 a51346096db8: Waiting 04:04:50 0e18a0eac166: Waiting 04:04:50 22a0e8bec74d: Waiting 04:04:50 8ed8ca486205: Verifying Checksum 04:04:50 8ed8ca486205: Download complete 04:04:50 666ba61612fd: Download complete 04:04:50 22a0e8bec74d: Download complete 04:04:50 ca2b28591e48: Download complete 04:04:50 a51346096db8: Verifying Checksum 04:04:50 a51346096db8: Download complete 04:04:50 59bf1c3509f3: Verifying Checksum 04:04:50 daebc70d1ce1: Verifying Checksum 04:04:50 daebc70d1ce1: Download complete 04:04:50 59bf1c3509f3: Pull complete 04:04:50 666ba61612fd: Pull complete 04:04:50 8ed8ca486205: Pull complete 04:04:50 0e18a0eac166: Download complete 04:04:50 4fe6c5a15a65: Download complete 04:04:55 4fe6c5a15a65: Pull complete 04:04:55 22a0e8bec74d: Pull complete 04:04:55 ca2b28591e48: Pull complete 04:04:55 a51346096db8: Pull complete 04:04:55 daebc70d1ce1: Pull complete 04:04:57 0e18a0eac166: Pull complete 04:04:57 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 04:04:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 04:04:57 ---> f018257e8ee9 04:04:57 Step 3/11 : ARG MAKE=make build 04:04:58 ---> Running in 898cead3958c 04:04:58 Removing intermediate container 898cead3958c 04:04:58 ---> 2df80cfb78fb 04:04:58 Step 4/11 : WORKDIR /device-sdk-go 04:04:58 ---> Running in 51db2f7ef129 04:04:58 Removing intermediate container 51db2f7ef129 04:04:58 ---> 13c4ee51247b 04:04:58 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:04:58 ---> Running in d2fa5e509e21 04:04:58 Removing intermediate container d2fa5e509e21 04:04:58 ---> c683d56aad56 04:04:58 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:04:58 ---> Running in dfd86b73c4b8 04:04:59 Removing intermediate container dfd86b73c4b8 04:04:59 ---> 0790de2592a2 04:04:59 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:04:59 ---> Running in 0eb2ca0964fb 04:04:59 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:05:00 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:05:01 OK: 221 MiB in 52 packages 04:05:01 Removing intermediate container 0eb2ca0964fb 04:05:01 ---> dddef1c370f1 04:05:01 Step 8/11 : COPY go.mod vendor* ./ 04:05:01 ---> 60f9f3c374dd 04:05:01 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:05:01 ---> Running in beab39ed72f7 04:05:03 Still waiting to schedule task 04:05:03 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:05:16 Removing intermediate container beab39ed72f7 04:05:16 ---> b4d44599371a 04:05:16 Step 10/11 : COPY . . 04:05:16 ---> 447b28e5c816 04:05:16 Step 11/11 : RUN ${MAKE} 04:05:16 ---> Running in 7005db9d937b 04:05:16 noop 04:05:16 Removing intermediate container 7005db9d937b 04:05:16 ---> 201cd78f849b 04:05:16 Successfully built 201cd78f849b 04:05:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:05:16 + docker inspect -f . ci-base-image-x86_64 04:05:16 . [Pipeline] withDockerContainer 04:05:16 prd-ubuntu20.04-docker-8c-8g-34397 does not seem to be running inside a container 04:05:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1153 -v /w/workspace/gexfoundry_device-sdk-go_PR-1153:/w/workspace/gexfoundry_device-sdk-go_PR-1153:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1153@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 ******** ci-base-image-x86_64 cat 04:05:17 $ docker top 82e41af5fcff3a11e28fce0e365e3f8a1a316a309e9bb1ec619b576ca250b12e -eo pid,comm [Pipeline] { [Pipeline] sh 04:05:17 + go version 04:05:17 go version go1.17.6 linux/amd64 [Pipeline] } 04:05:17 $ docker stop --time=1 82e41af5fcff3a11e28fce0e365e3f8a1a316a309e9bb1ec619b576ca250b12e 04:05:19 $ docker rm -f 82e41af5fcff3a11e28fce0e365e3f8a1a316a309e9bb1ec619b576ca250b12e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:05:19 + docker inspect -f . ci-base-image-x86_64 04:05:19 . [Pipeline] withDockerContainer 04:05:19 prd-ubuntu20.04-docker-8c-8g-34397 does not seem to be running inside a container 04:05:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1153 -v /w/workspace/gexfoundry_device-sdk-go_PR-1153:/w/workspace/gexfoundry_device-sdk-go_PR-1153:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1153@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 ******** ci-base-image-x86_64 cat 04:05:20 $ docker top 1a0f28a639b5b6389e78177734ab109557998c649958753999bb5dc609010e59 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:05:20 + make test 04:05:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:05:26 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:05:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:05:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:05:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:05:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.092s coverage: 23.3% of statements 04:05:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:05:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.057s coverage: 27.6% of statements 04:05:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.071s coverage: 78.9% of statements 04:05:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.069s coverage: 10.8% of statements 04:05:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.094s coverage: 60.0% of statements 04:05:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:05:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:05:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.081s coverage: 34.8% of statements 04:05:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:05:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.066s coverage: 86.1% of statements 04:05:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:05:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:05:38 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.101s coverage: 65.1% of statements 04:05:38 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.793s coverage: 89.2% of statements 04:05:38 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:05:38 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.060s coverage: 4.7% of statements 04:05:38 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:05:53 GO111MODULE=on go vet ./... 04:05:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:05:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:05:56 ./bin/test-attribution-txt.sh [Pipeline] echo 04:05:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:05:56 $ docker stop --time=1 1a0f28a639b5b6389e78177734ab109557998c649958753999bb5dc609010e59 04:05:59 $ docker rm -f 1a0f28a639b5b6389e78177734ab109557998c649958753999bb5dc609010e59 [Pipeline] // withDockerContainer [Pipeline] sh 04:05:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:05:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:06:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:06:00 + ls -al . 04:06:00 total 296 04:06:00 drwxrwxr-x 11 jenkins jenkins 4096 May 2 04:05 . 04:06:00 drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:04 .. 04:06:00 -rw-rw-r-- 1 jenkins jenkins 140 May 2 04:04 .dockerignore 04:06:00 drwxrwxr-x 8 jenkins jenkins 4096 May 2 04:04 .git 04:06:00 drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:04 .github 04:06:00 -rw-rw-r-- 1 jenkins jenkins 131 May 2 04:04 .gitignore 04:06:00 -rw-rw-r-- 1 jenkins jenkins 42 May 2 04:04 .golangci.yml 04:06:00 drwxr-xr-x 3 jenkins jenkins 4096 May 2 04:04 .semver 04:06:00 -rw-rw-r-- 1 jenkins jenkins 26321 May 2 04:04 CHANGELOG.md 04:06:00 -rw-rw-r-- 1 jenkins jenkins 677 May 2 04:04 GOVERNANCE.md 04:06:00 -rw-rw-r-- 1 jenkins jenkins 880 May 2 04:04 Jenkinsfile 04:06:00 -rw-rw-r-- 1 jenkins jenkins 11341 May 2 04:04 LICENSE 04:06:00 -rw-rw-r-- 1 jenkins jenkins 2015 May 2 04:04 Makefile 04:06:00 -rw-rw-r-- 1 jenkins jenkins 619 May 2 04:04 OWNERS.md 04:06:00 -rw-rw-r-- 1 jenkins jenkins 4881 May 2 04:04 README.md 04:06:00 -rw-rw-r-- 1 jenkins jenkins 5 May 2 04:04 VERSION 04:06:00 drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:04 bin 04:06:00 -rw-r--r-- 1 jenkins jenkins 130818 May 2 04:05 coverage.out 04:06:00 drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:04 example 04:06:00 -rw-rw-r-- 1 jenkins jenkins 3198 May 2 04:04 go.mod 04:06:00 -rw-rw-r-- 1 jenkins jenkins 34885 May 2 04:04 go.sum 04:06:00 drwxrwxr-x 15 jenkins jenkins 4096 May 2 04:04 internal 04:06:00 drwxrwxr-x 3 jenkins jenkins 4096 May 2 04:04 openapi 04:06:00 drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:04 pkg 04:06:00 drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:04 snap 04:06:00 -rw-rw-r-- 1 jenkins jenkins 222 May 2 04:04 version.go [Pipeline] isUnix [Pipeline] sh 04:06:01 + 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=3bf403115b7066cefafd348c84461fd27d8f64fc --label arch=amd64 --label version=0.0.0 . 04:06:01 Sending build context to Docker daemon 9.821MB 04:06:01 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 04:06:01 Step 2/25 : FROM ${BASE} AS builder 04:06:01 ---> 201cd78f849b 04:06:01 Step 3/25 : ARG MAKE=make build 04:06:01 ---> Running in 097d2e45a7eb 04:06:01 Removing intermediate container 097d2e45a7eb 04:06:01 ---> 226990d975d3 04:06:01 Step 4/25 : WORKDIR /device-sdk-go 04:06:01 ---> Running in d0eef7b2e8d8 04:06:01 Removing intermediate container d0eef7b2e8d8 04:06:01 ---> 8c2549fbcfeb 04:06:01 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:06:01 ---> Running in 1558e0790f50 04:06:01 Removing intermediate container 1558e0790f50 04:06:01 ---> 2221b2981ca3 04:06:01 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:01 ---> Running in c8896137ce30 04:06:02 Removing intermediate container c8896137ce30 04:06:02 ---> 16a4aded899a 04:06:02 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:06:02 ---> Running in 42903b452bb8 04:06:02 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:06:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:06:03 OK: 221 MiB in 52 packages 04:06:04 Removing intermediate container 42903b452bb8 04:06:04 ---> 6bbdeaba5a37 04:06:04 Step 8/25 : COPY go.mod vendor* ./ 04:06:04 ---> 3fa7e4c964b1 04:06:04 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:06:04 ---> Running in b05f4e53cac0 04:06:04 Removing intermediate container b05f4e53cac0 04:06:04 ---> 8a699baaa814 04:06:04 Step 10/25 : COPY . . 04:06:05 ---> fe11d5acb7e7 04:06:05 Step 11/25 : RUN ${MAKE} 04:06:05 ---> Running in 273383febadd 04:06:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:06:23 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:06:24 Removing intermediate container 273383febadd 04:06:24 ---> 7bd00718f431 04:06:24 Step 12/25 : FROM alpine:3.14 04:06:25 3.14: Pulling from library/alpine 04:06:25 8663204ce13b: Pulling fs layer 04:06:25 8663204ce13b: Verifying Checksum 04:06:25 8663204ce13b: Download complete 04:06:25 8663204ce13b: Pull complete 04:06:25 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 04:06:25 Status: Downloaded newer image for alpine:3.14 04:06:25 ---> e04c818066af 04:06:25 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:06:25 ---> Running in 506f8a71d491 04:06:25 Removing intermediate container 506f8a71d491 04:06:25 ---> 932766b8735f 04:06:25 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:06:25 ---> Running in 8cf2d03ad5bd 04:06:26 Removing intermediate container 8cf2d03ad5bd 04:06:26 ---> b6e4363e92be 04:06:26 Step 15/25 : RUN apk add --update --no-cache zeromq 04:06:26 ---> Running in d3def7aca209 04:06:26 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:06:27 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:06:27 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:06:28 (2/5) Installing libsodium (1.0.18-r0) 04:06:28 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:06:28 (4/5) Installing libzmq (4.3.4-r0) 04:06:28 (5/5) Installing zeromq (4.3.4-r0) 04:06:28 Executing busybox-1.33.1-r7.trigger 04:06:28 OK: 8 MiB in 19 packages 04:06:28 Removing intermediate container d3def7aca209 04:06:28 ---> fbc137bf5ac4 04:06:28 Step 16/25 : WORKDIR / 04:06:28 ---> Running in a1c7ee492da4 04:06:28 Removing intermediate container a1c7ee492da4 04:06:28 ---> e11c78012d41 04:06:28 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:06:29 ---> e44855e3f62f 04:06:29 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:06:29 ---> 50a1a311e58d 04:06:29 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:06:29 ---> dc0b161084db 04:06:29 Step 20/25 : EXPOSE 59999 04:06:29 ---> Running in d655c71103c5 04:06:30 Removing intermediate container d655c71103c5 04:06:30 ---> f3308a05aefd 04:06:30 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:06:30 ---> Running in d2c7f84706be 04:06:30 Removing intermediate container d2c7f84706be 04:06:30 ---> 873dad9dcd5f 04:06:30 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:06:30 ---> Running in f2dfa85955c7 04:06:30 Removing intermediate container f2dfa85955c7 04:06:30 ---> 47eb53f80dce 04:06:30 Step 23/25 : LABEL arch=amd64 04:06:30 ---> Running in 49cc810ac695 04:06:30 Removing intermediate container 49cc810ac695 04:06:30 ---> a74be9f9a208 04:06:30 Step 24/25 : LABEL git_sha=3bf403115b7066cefafd348c84461fd27d8f64fc 04:06:30 ---> Running in 4750e42aca9e 04:06:30 Removing intermediate container 4750e42aca9e 04:06:30 ---> a50e1246ed82 04:06:30 Step 25/25 : LABEL version=0.0.0 04:06:30 ---> Running in 451fc86ae6ce 04:06:30 Removing intermediate container 451fc86ae6ce 04:06:30 ---> 18b92eb06507 04:06:30 [Warning] One or more build-args [ARCH] were not consumed 04:06:30 Successfully built 18b92eb06507 04:06:30 Successfully tagged device-sdk-simple:latest [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] sh 04:06:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:06:31 04:06:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:06:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:06:31 latest: Pulling from edgex-lftools-log-publisher 04:06:31 5eb5b503b376: Pulling fs layer 04:06:31 5c69ac0246d0: Pulling fs layer 04:06:31 ec43610c2a17: Pulling fs layer 04:06:31 3a2ae6a8a46f: Pulling fs layer 04:06:31 33b1e0a273af: Pulling fs layer 04:06:31 5d3b04190fa2: Pulling fs layer 04:06:31 2f39f015ded8: Pulling fs layer 04:06:31 33b1e0a273af: Waiting 04:06:31 5d3b04190fa2: Waiting 04:06:31 2f39f015ded8: Waiting 04:06:31 3a2ae6a8a46f: Waiting 04:06:31 5c69ac0246d0: Verifying Checksum 04:06:31 5c69ac0246d0: Download complete 04:06:31 3a2ae6a8a46f: Verifying Checksum 04:06:31 3a2ae6a8a46f: Download complete 04:06:31 33b1e0a273af: Verifying Checksum 04:06:31 33b1e0a273af: Download complete 04:06:31 5d3b04190fa2: Download complete 04:06:31 ec43610c2a17: Verifying Checksum 04:06:31 ec43610c2a17: Download complete 04:06:32 5eb5b503b376: Verifying Checksum 04:06:32 5eb5b503b376: Download complete 04:06:32 2f39f015ded8: Download complete 04:06:33 5eb5b503b376: Pull complete 04:06:33 5c69ac0246d0: Pull complete 04:06:33 ec43610c2a17: Pull complete 04:06:33 3a2ae6a8a46f: Pull complete 04:06:34 33b1e0a273af: Pull complete 04:06:34 5d3b04190fa2: Pull complete 04:06:39 2f39f015ded8: Pull complete 04:06:39 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:06:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:06:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:06:39 prd-ubuntu20.04-docker-8c-8g-34397 does not seem to be running inside a container 04:06: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/gexfoundry_device-sdk-go_PR-1153 -v /w/workspace/gexfoundry_device-sdk-go_PR-1153:/w/workspace/gexfoundry_device-sdk-go_PR-1153:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1153@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:06:40 Running on prd-ubuntu20.04-docker-arm64-4c-16g-34404 in /w/workspace/gexfoundry_device-sdk-go_PR-1153 04:06:41 $ docker top 232cc375039fe5998360ff2da81706a3c6f0bd817d7c38e421a723a7d3a43f13 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 04:06:41 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:06:41 ---> job-cost.sh 04:06:41 lf-activate-venv: SKIPPING 04:06:41 INFO: No Stack... 04:06:41 The recommended git tool is: git 04:06:42 INFO: Retrieving Pricing Info for: v3-standard-8 04:06:42 INFO: Archiving Costs [Pipeline] sh 04:06:42 + cut -d, -f6 04:06:42 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives/cost.csv [Pipeline] lock 04:06:42 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1153-1-stack-cost] 04:06:43 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1153-1-stack-cost] did not exist. Created. 04:06:43 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1153-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:06:43 + echo total: 0.6600000262260437 [Pipeline] stash 04:06:43 Stashed 1 file(s) [Pipeline] } 04:06:43 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1153-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:06:43 $ docker stop --time=1 232cc375039fe5998360ff2da81706a3c6f0bd817d7c38e421a723a7d3a43f13 04:06:44 $ docker rm -f 232cc375039fe5998360ff2da81706a3c6f0bd817d7c38e421a723a7d3a43f13 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:06:47 using credential edgex-jenkins-ssh 04:06:47 Cloning the remote Git repository 04:06:47 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:06:47 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:06:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:06:47 > git --version # timeout=10 04:06:47 > git --version # 'git version 2.25.1' 04:06:47 using GIT_SSH to set credentials SSH Credentials for GitHub 04:06:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:06:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:06:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:06:49 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:06:49 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:06:49 using GIT_SSH to set credentials SSH Credentials for GitHub 04:06:50 Merging remotes/origin/main commit a64f10ec129da673bd1db63a6bd52868e2c80f4f into PR head commit 3bf403115b7066cefafd348c84461fd27d8f64fc 04:06:50 Merge succeeded, producing 3bf403115b7066cefafd348c84461fd27d8f64fc 04:06:50 Checking out Revision 3bf403115b7066cefafd348c84461fd27d8f64fc (PR-1153) 04:06:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1153/head:refs/remotes/origin/PR-1153 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:06:50 > git config core.sparsecheckout # timeout=10 04:06:50 > git checkout -f 3bf403115b7066cefafd348c84461fd27d8f64fc # timeout=10 04:06:50 > git remote # timeout=10 04:06:50 > git config --get remote.origin.url # timeout=10 04:06:50 using GIT_SSH to set credentials SSH Credentials for GitHub 04:06:50 > git merge a64f10ec129da673bd1db63a6bd52868e2c80f4f # timeout=10 04:06:50 > git rev-parse HEAD^{commit} # timeout=10 04:06:50 > git config core.sparsecheckout # timeout=10 04:06:50 > git checkout -f 3bf403115b7066cefafd348c84461fd27d8f64fc # timeout=10 04:06:54 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 04:06:54 > git --version # timeout=10 04:06:54 > git --version # 'git version 2.25.1' 04:06:54 fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:06:55 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:06:55 % Total % Received % Xferd Average Speed Time Time Time Current 04:06:55 Dload Upload Total Spent Left Speed 04:06:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 83992 0 --:--:-- --:--:-- --:--:-- 83992 [Pipeline] sh 04:06:56 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:06:56 + sudo tee /etc/docker/daemon.new 04:06:56 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:06:56 { 04:06:56 "registry-mirrors": [ 04:06:56 "https://nexus3.edgexfoundry.org:10001" 04:06:56 ], 04:06:56 "bip": "10.250.0.254/24", 04:06:56 "hosts": [ 04:06:56 "tcp://0.0.0.0:5555", 04:06:56 "unix:///var/run/docker.sock" 04:06:56 ], 04:06:56 "mtu": 1458, 04:06:56 "selinux-enabled": true, 04:06:56 "seccomp-profile": "/etc/docker/seccomp.json" 04:06:56 } [Pipeline] sh 04:06:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:06:57 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:07:15 provisioning config files... 04:07:15 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config4163672425031932120tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:07:16 ---> docker-login.sh 04:07:16 nexus3.edgexfoundry.org:10001 04:07:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:07:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:07:17 Configure a credential helper to remove this warning. See 04:07:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:07:17 04:07:17 Login Succeeded 04:07:17 nexus3.edgexfoundry.org:10002 04:07:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:07:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:07:17 Configure a credential helper to remove this warning. See 04:07:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:07:17 04:07:17 Login Succeeded 04:07:17 nexus3.edgexfoundry.org:10003 04:07:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:07:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:07:18 Configure a credential helper to remove this warning. See 04:07:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:07:18 04:07:18 Login Succeeded 04:07:18 nexus3.edgexfoundry.org:10004 04:07:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:07:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:07:18 Configure a credential helper to remove this warning. See 04:07:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:07:18 04:07:18 Login Succeeded 04:07:18 docker.io 04:07:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:07:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:07:19 Configure a credential helper to remove this warning. See 04:07:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:07:19 04:07:19 Login Succeeded 04:07:19 ---> docker-login.sh ends [Pipeline] } 04:07:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:07:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:07:19 ========================================================= 04:07:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 04:07:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:07:20 + 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.17-alpine --build-arg MAKE=echo noop --target=builder . 04:07:20 Sending build context to Docker daemon 5.218MB 04:07:20 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 04:07:20 Step 2/11 : FROM ${BASE} AS builder 04:07:20 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:07:20 9b3977197b4f: Pulling fs layer 04:07:20 1a89e8eeedd5: Pulling fs layer 04:07:20 94645a83ff95: Pulling fs layer 04:07:20 3f3a8bcf1eab: Pulling fs layer 04:07:20 0c92f367c5e7: Pulling fs layer 04:07:20 3096ccb668a1: Pulling fs layer 04:07:20 e8cf19c19ddd: Pulling fs layer 04:07:20 a4caa8a26152: Pulling fs layer 04:07:20 3f3a8bcf1eab: Waiting 04:07:20 0c92f367c5e7: Waiting 04:07:20 3096ccb668a1: Waiting 04:07:20 a4caa8a26152: Waiting 04:07:20 e8cf19c19ddd: Waiting 04:07:20 94645a83ff95: Verifying Checksum 04:07:20 94645a83ff95: Download complete 04:07:20 1a89e8eeedd5: Verifying Checksum 04:07:20 1a89e8eeedd5: Download complete 04:07:20 0c92f367c5e7: Verifying Checksum 04:07:20 0c92f367c5e7: Download complete 04:07:20 3096ccb668a1: Verifying Checksum 04:07:20 3096ccb668a1: Download complete 04:07:20 9b3977197b4f: Verifying Checksum 04:07:20 9b3977197b4f: Download complete 04:07:20 e8cf19c19ddd: Verifying Checksum 04:07:20 e8cf19c19ddd: Download complete 04:07:21 9b3977197b4f: Pull complete 04:07:21 1a89e8eeedd5: Pull complete 04:07:22 94645a83ff95: Pull complete 04:07:22 a4caa8a26152: Verifying Checksum 04:07:22 a4caa8a26152: Download complete 04:07:23 3f3a8bcf1eab: Verifying Checksum 04:07:23 3f3a8bcf1eab: Download complete 04:07:35 3f3a8bcf1eab: Pull complete 04:07:35 0c92f367c5e7: Pull complete 04:07:35 3096ccb668a1: Pull complete 04:07:35 e8cf19c19ddd: Pull complete 04:07:42 a4caa8a26152: Pull complete 04:07:42 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 04:07:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 04:07:42 ---> 725f1c02e7f9 04:07:42 Step 3/11 : ARG MAKE=make build 04:07:42 ---> Running in 67751343e287 04:07:43 Removing intermediate container 67751343e287 04:07:43 ---> b2dc36c13369 04:07:43 Step 4/11 : WORKDIR /device-sdk-go 04:07:43 ---> Running in 7ed5049edbdc 04:07:43 Removing intermediate container 7ed5049edbdc 04:07:43 ---> 2c527b2df6c4 04:07:43 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:07:43 ---> Running in 6d039d66d99e 04:07:44 Removing intermediate container 6d039d66d99e 04:07:44 ---> 2ca2aecea714 04:07:44 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:07:44 ---> Running in 8bc3044be943 04:07:46 Removing intermediate container 8bc3044be943 04:07:46 ---> 07c4a5743025 04:07:46 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:07:46 ---> Running in 242f1093fcbb 04:07:48 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:07:48 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:07:49 OK: 220 MiB in 52 packages 04:07:50 Removing intermediate container 242f1093fcbb 04:07:50 ---> 5b17ab31e8b1 04:07:50 Step 8/11 : COPY go.mod vendor* ./ 04:07:50 ---> 12c8eacc8327 04:07:50 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:07:51 ---> Running in 2237b298dd55 04:08:38 Removing intermediate container 2237b298dd55 04:08:38 ---> c154d6c55f1c 04:08:38 Step 10/11 : COPY . . 04:08:38 ---> 61ae81b94b2c 04:08:38 Step 11/11 : RUN ${MAKE} 04:08:38 ---> Running in 164f80ca75c0 04:08:38 noop 04:08:38 Removing intermediate container 164f80ca75c0 04:08:38 ---> df6206e809cb 04:08:38 Successfully built df6206e809cb 04:08:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:08:38 + docker inspect -f . ci-base-image-arm64 04:08:38 . [Pipeline] withDockerContainer 04:08:38 prd-ubuntu20.04-docker-arm64-4c-16g-34404 does not seem to be running inside a container 04:08: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 ******** ci-base-image-arm64 cat 04:08:40 $ docker top bbb00b916a83c0f1e68a6f3929d84de9c5322461eafa434e463a780a046698a8 -eo pid,comm [Pipeline] { [Pipeline] sh 04:08:41 + go version 04:08:41 go version go1.17.6 linux/arm64 [Pipeline] } 04:08:41 $ docker stop --time=1 bbb00b916a83c0f1e68a6f3929d84de9c5322461eafa434e463a780a046698a8 04:08:42 $ docker rm -f bbb00b916a83c0f1e68a6f3929d84de9c5322461eafa434e463a780a046698a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:08:43 + docker inspect -f . ci-base-image-arm64 04:08:43 . [Pipeline] withDockerContainer 04:08:43 prd-ubuntu20.04-docker-arm64-4c-16g-34404 does not seem to be running inside a container 04:08:43 $ 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 ******** ci-base-image-arm64 cat 04:08:45 $ docker top b0a0588914271b0b3741604f9438923889653e73f7581acf25d352240519750f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:08:46 + make test 04:08:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:09:13 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:11:05 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:11:05 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:11:05 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:11:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.424s coverage: 23.3% of statements 04:11:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:11:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.260s coverage: 27.6% of statements 04:11:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.293s coverage: 78.9% of statements 04:11:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.334s coverage: 10.8% of statements 04:11:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.449s coverage: 60.0% of statements 04:11:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:11:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:11:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.523s coverage: 34.8% of statements 04:11:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:11:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.302s coverage: 86.1% of statements 04:11:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:11:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:11:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.431s coverage: 65.1% of statements 04:11:09 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.531s coverage: 89.2% of statements 04:11:09 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:11:13 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.239s coverage: 4.7% of statements 04:11:13 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:11:14 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:11:14 GO111MODULE=on go vet ./... 04:12:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:12:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:12:51 ./bin/test-attribution-txt.sh [Pipeline] echo 04:12:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:12:51 $ docker stop --time=1 b0a0588914271b0b3741604f9438923889653e73f7581acf25d352240519750f 04:12:53 $ docker rm -f b0a0588914271b0b3741604f9438923889653e73f7581acf25d352240519750f [Pipeline] // withDockerContainer [Pipeline] sh 04:12:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:12:54 Warning: overwriting stash ‘coverage-report’ 04:12:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:12:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:12:56 + ls -al . 04:12:56 total 292 04:12:56 drwxrwxr-x 10 jenkins jenkins 4096 May 2 04:12 . 04:12:56 drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:06 .. 04:12:56 -rw-rw-r-- 1 jenkins jenkins 140 May 2 04:06 .dockerignore 04:12:56 drwxrwxr-x 8 jenkins jenkins 4096 May 2 04:06 .git 04:12:56 drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:06 .github 04:12:56 -rw-rw-r-- 1 jenkins jenkins 131 May 2 04:06 .gitignore 04:12:56 -rw-rw-r-- 1 jenkins jenkins 42 May 2 04:06 .golangci.yml 04:12:56 -rw-rw-r-- 1 jenkins jenkins 26321 May 2 04:06 CHANGELOG.md 04:12:56 -rw-rw-r-- 1 jenkins jenkins 677 May 2 04:06 GOVERNANCE.md 04:12:56 -rw-rw-r-- 1 jenkins jenkins 880 May 2 04:06 Jenkinsfile 04:12:56 -rw-rw-r-- 1 jenkins jenkins 11341 May 2 04:06 LICENSE 04:12:56 -rw-rw-r-- 1 jenkins jenkins 2015 May 2 04:06 Makefile 04:12:56 -rw-rw-r-- 1 jenkins jenkins 619 May 2 04:06 OWNERS.md 04:12:56 -rw-rw-r-- 1 jenkins jenkins 4881 May 2 04:06 README.md 04:12:56 -rw-rw-r-- 1 jenkins jenkins 5 May 2 04:04 VERSION 04:12:56 drwxrwxr-x 2 jenkins jenkins 4096 May 2 04:06 bin 04:12:56 -rw-r--r-- 1 jenkins jenkins 130819 May 2 04:11 coverage.out 04:12:56 drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:06 example 04:12:56 -rw-rw-r-- 1 jenkins jenkins 3198 May 2 04:06 go.mod 04:12:56 -rw-rw-r-- 1 jenkins jenkins 34885 May 2 04:06 go.sum 04:12:56 drwxrwxr-x 15 jenkins jenkins 4096 May 2 04:06 internal 04:12:56 drwxrwxr-x 3 jenkins jenkins 4096 May 2 04:06 openapi 04:12:56 drwxrwxr-x 5 jenkins jenkins 4096 May 2 04:06 pkg 04:12:56 drwxrwxr-x 4 jenkins jenkins 4096 May 2 04:06 snap 04:12:56 -rw-rw-r-- 1 jenkins jenkins 222 May 2 04:06 version.go [Pipeline] isUnix [Pipeline] sh 04:12:56 + 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=3bf403115b7066cefafd348c84461fd27d8f64fc --label arch=arm64 --label version=0.0.0 . 04:12:56 Sending build context to Docker daemon 5.35MB 04:12:56 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 04:12:56 Step 2/25 : FROM ${BASE} AS builder 04:12:56 ---> df6206e809cb 04:12:56 Step 3/25 : ARG MAKE=make build 04:12:57 ---> Running in 936988ca09f3 04:12:57 Removing intermediate container 936988ca09f3 04:12:57 ---> 4b3d9c4c2e45 04:12:57 Step 4/25 : WORKDIR /device-sdk-go 04:12:57 ---> Running in 2c9d773f81bf 04:12:58 Removing intermediate container 2c9d773f81bf 04:12:58 ---> 11e1f784f6c1 04:12:58 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:12:58 ---> Running in c40883219841 04:12:58 Removing intermediate container c40883219841 04:12:58 ---> 1fb8c79f6499 04:12:58 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:58 ---> Running in 0dfb3d9c0f6f 04:13:00 Removing intermediate container 0dfb3d9c0f6f 04:13:00 ---> dde870f07f46 04:13:00 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:13:00 ---> Running in 61656ab083f5 04:13:01 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:13:02 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:13:03 OK: 220 MiB in 52 packages 04:13:03 Removing intermediate container 61656ab083f5 04:13:03 ---> 391f394d502d 04:13:03 Step 8/25 : COPY go.mod vendor* ./ 04:13:04 ---> b78d23d2a728 04:13:04 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:13:04 ---> Running in e6bfa7809523 04:13:06 Removing intermediate container e6bfa7809523 04:13:06 ---> 4bb4fb7b5a4b 04:13:06 Step 10/25 : COPY . . 04:13:08 ---> 9d79a20d9aa5 04:13:08 Step 11/25 : RUN ${MAKE} 04:13:08 ---> Running in 37265460dbbe 04:13:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:15:15 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:15:20 Removing intermediate container 37265460dbbe 04:15:20 ---> 26cab7cec7b5 04:15:20 Step 12/25 : FROM alpine:3.14 04:15:20 3.14: Pulling from library/alpine 04:15:21 455c02918c45: Pulling fs layer 04:15:21 455c02918c45: Verifying Checksum 04:15:21 455c02918c45: Download complete 04:15:21 455c02918c45: Pull complete 04:15:21 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 04:15:21 Status: Downloaded newer image for alpine:3.14 04:15:21 ---> ac73e934f311 04:15:21 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:15:22 ---> Running in c765a8d328ae 04:15:22 Removing intermediate container c765a8d328ae 04:15:22 ---> 06aa8f2ec557 04:15:22 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:22 ---> Running in b93b5f455aa3 04:15:24 Removing intermediate container b93b5f455aa3 04:15:24 ---> a7461ecffba0 04:15:24 Step 15/25 : RUN apk add --update --no-cache zeromq 04:15:24 ---> Running in 22a420636fbc 04:15:25 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:15:26 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:15:27 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:15:27 (2/5) Installing libsodium (1.0.18-r0) 04:15:27 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:15:27 (4/5) Installing libzmq (4.3.4-r0) 04:15:27 (5/5) Installing zeromq (4.3.4-r0) 04:15:27 Executing busybox-1.33.1-r7.trigger 04:15:27 OK: 8 MiB in 19 packages 04:15:28 Removing intermediate container 22a420636fbc 04:15:28 ---> 6639bf9f55d4 04:15:28 Step 16/25 : WORKDIR / 04:15:28 ---> Running in fe403e9a6dcf 04:15:28 Removing intermediate container fe403e9a6dcf 04:15:28 ---> 38db53ea050f 04:15:28 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:15:29 ---> 12d9167066fa 04:15:29 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:15:31 ---> 97d138c8380e 04:15:31 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:15:31 ---> 488d9d034ca9 04:15:31 Step 20/25 : EXPOSE 59999 04:15:31 ---> Running in 6e770ff2054d 04:15:32 Removing intermediate container 6e770ff2054d 04:15:32 ---> dc789d2598fb 04:15:32 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:15:32 ---> Running in 9deaa00ac05a 04:15:32 Removing intermediate container 9deaa00ac05a 04:15:32 ---> 9a80e84b560b 04:15:32 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:15:32 ---> Running in f89842df6ad1 04:15:32 Removing intermediate container f89842df6ad1 04:15:32 ---> 75fb857cd9fd 04:15:32 Step 23/25 : LABEL arch=arm64 04:15:33 ---> Running in 28cb5ea03ba3 04:15:33 Removing intermediate container 28cb5ea03ba3 04:15:33 ---> 803a032cd771 04:15:33 Step 24/25 : LABEL git_sha=3bf403115b7066cefafd348c84461fd27d8f64fc 04:15:33 ---> Running in f14a0aa774c7 04:15:33 Removing intermediate container f14a0aa774c7 04:15:33 ---> abad7cb4aa75 04:15:33 Step 25/25 : LABEL version=0.0.0 04:15:34 ---> Running in 3e531a10d7f6 04:15:34 Removing intermediate container 3e531a10d7f6 04:15:34 ---> ad16e839c7db 04:15:34 [Warning] One or more build-args [ARCH] were not consumed 04:15:34 Successfully built ad16e839c7db 04:15:34 Successfully tagged device-sdk-simple-arm64:latest [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] sh 04:15:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:15:35 04:15:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:15:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:15:35 arm64: Pulling from edgex-lftools-log-publisher 04:15:35 8998bd30e6a1: Pulling fs layer 04:15:35 04944245beec: Pulling fs layer 04:15:35 699f458cf7ca: Pulling fs layer 04:15:35 765212b225bb: Pulling fs layer 04:15:35 f23df028b6ca: Pulling fs layer 04:15:35 d65c8cfc05b1: Pulling fs layer 04:15:35 2437ff75d9bd: Pulling fs layer 04:15:35 765212b225bb: Waiting 04:15:35 d65c8cfc05b1: Waiting 04:15:35 f23df028b6ca: Waiting 04:15:35 2437ff75d9bd: Waiting 04:15:35 04944245beec: Verifying Checksum 04:15:35 04944245beec: Download complete 04:15:35 765212b225bb: Download complete 04:15:35 f23df028b6ca: Verifying Checksum 04:15:35 f23df028b6ca: Download complete 04:15:35 d65c8cfc05b1: Verifying Checksum 04:15:35 d65c8cfc05b1: Download complete 04:15:35 699f458cf7ca: Verifying Checksum 04:15:35 699f458cf7ca: Download complete 04:15:36 8998bd30e6a1: Verifying Checksum 04:15:36 8998bd30e6a1: Download complete 04:15:38 2437ff75d9bd: Verifying Checksum 04:15:38 2437ff75d9bd: Download complete 04:15:40 8998bd30e6a1: Pull complete 04:15:41 04944245beec: Pull complete 04:15:43 699f458cf7ca: Pull complete 04:15:43 765212b225bb: Pull complete 04:15:44 f23df028b6ca: Pull complete 04:15:44 d65c8cfc05b1: Pull complete 04:16:02 2437ff75d9bd: Pull complete 04:16:02 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:16:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:16:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:16:02 prd-ubuntu20.04-docker-arm64-4c-16g-34404 does not seem to be running inside a container 04:16:02 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:16:05 $ docker top e329ba6a6b285db8df2b4e1d61ca306766f93bdb8d43bcc1fcb9cc888034e02c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:16:06 ---> job-cost.sh 04:16:06 lf-activate-venv: SKIPPING 04:16:06 INFO: No Stack... 04:16:07 INFO: Retrieving Pricing Info for: v3-standard-4 04:16:08 INFO: Archiving Costs [Pipeline] sh 04:16:08 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:16:08 + cut -d, -f6 [Pipeline] lock 04:16:08 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1153-1-stack-cost] 04:16:08 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1153-1-stack-cost] did not exist. Created. 04:16:08 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1153-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:16:09 /w/workspace/device-sdk-go/1@tmp/durable-01e58377/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:16:10 + echo total: 0.10999999940395355 [Pipeline] stash 04:16:10 Warning: overwriting stash ‘stack-cost’ 04:16:10 Stashed 1 file(s) [Pipeline] } 04:16:10 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1153-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:16:10 $ docker stop --time=1 e329ba6a6b285db8df2b4e1d61ca306766f93bdb8d43bcc1fcb9cc888034e02c 04:16:12 $ docker rm -f e329ba6a6b285db8df2b4e1d61ca306766f93bdb8d43bcc1fcb9cc888034e02c [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 04:16:13 provisioning config files... 04:16:13 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/config5490351730506122552tmp [Pipeline] { [Pipeline] sh 04:16:13 + set +x 04:16:13 + curl -s https://codecov.io/bash 04:16:13 + bash -s -- 04:16:13 04:16:13 _____ _ 04:16:13 / ____| | | 04:16:13 | | ___ __| | ___ ___ _____ __ 04:16:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:16:13 | |___| (_) | (_| | __/ (_| (_) \ V / 04:16:13 \_____\___/ \__,_|\___|\___\___/ \_/ 04:16:13 Bash-1.0.6 04:16:13 04:16:13 04:16:13 ==> git version 2.25.1 found 04:16:13 ==> 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 04:16:13 Release-Date: 2020-01-08 04:16:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:16:13 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:16:13 ==> Jenkins CI detected. 04:16:13 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1153 04:16:13 project root: . 04:16:13 --> token set from env 04:16:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:16:13 ==> Running gcov in . (disable via -X gcov) 04:16:13 ==> Python coveragepy not found 04:16:13 ==> Searching for coverage reports in: 04:16:13 + . 04:16:13 -> Found 1 reports 04:16:13 ==> Detecting git/mercurial file structure 04:16:13 ==> Reading reports 04:16:13 + ./coverage.out bytes=130819 04:16:13 ==> Appending adjustments 04:16:13 https://docs.codecov.io/docs/fixing-reports 04:16:14 + Found adjustments 04:16:14 ==> Gzipping contents 04:16:14 20K /tmp/codecov.eDSBqy.gz 04:16:14 ==> Uploading reports 04:16:14 url: https://codecov.io 04:16:14 query: branch=PR-1153&commit=3bf403115b7066cefafd348c84461fd27d8f64fc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1153%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1153&job=&cmd_args= 04:16:14 -> Pinging Codecov 04:16:14 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1153&commit=3bf403115b7066cefafd348c84461fd27d8f64fc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1153%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1153&job=&cmd_args= 04:16:14 -> Uploading to 04:16:14 https://storage.googleapis.com/codecov/v4/raw/2022-05-02/7E55EF52A471D76F132DFD9A03CDDE97/3bf403115b7066cefafd348c84461fd27d8f64fc/03073411-a757-4437-bed0-fcd3c8f78c0a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220502%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220502T041614Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=636584dea478a0d7a751f057df649a892785b769f2d087d4337934c51a65b70e 04:16:14 % Total % Received % Xferd Average Speed Time Time Time Current 04:16:14 Dload Upload Total Spent Left Speed 04:16:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16804 0 0 100 16804 0 65640 --:--:-- --:--:-- --:--:-- 65385 100 16804 0 0 100 16804 0 65640 --:--:-- --:--:-- --:--:-- 65385 04:16:14 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/3bf403115b7066cefafd348c84461fd27d8f64fc [Pipeline] } 04:16:14 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 04:16:16 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives ] 04:16:16 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives 04:16:16 total 16 04:16:16 drwxr-xr-x 3 root root 4096 May 2 04:06 . 04:16:16 drwxrwxr-x 12 jenkins jenkins 4096 May 2 04:06 .. 04:16:16 drwxr-xr-x 2 root root 4096 May 2 04:06 cost 04:16:16 -rw-r--r-- 1 root root 86 May 2 04:06 cost.csv 04:16:16 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives 04:16:16 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives 04:16:16 total 16 04:16:16 drwxr-xr-x 3 jenkins jenkins 4096 May 2 04:06 . 04:16:16 drwxrwxr-x 12 jenkins jenkins 4096 May 2 04:06 .. 04:16:16 drwxr-xr-x 2 jenkins jenkins 4096 May 2 04:06 cost 04:16:16 -rw-r--r-- 1 jenkins jenkins 86 May 2 04:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:16:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:16:17 ---> package-listing.sh 04:16:17 ++ facter osfamily 04:16:17 ++ tr '[:upper:]' '[:lower:]' 04:16:17 + OS_FAMILY=debian 04:16:17 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1153 04:16:17 + START_PACKAGES=/tmp/packages_start.txt 04:16:17 + END_PACKAGES=/tmp/packages_end.txt 04:16:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:16:17 + PACKAGES=/tmp/packages_start.txt 04:16:17 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1153 ']' 04:16:17 + PACKAGES=/tmp/packages_end.txt 04:16:17 + case "${OS_FAMILY}" in 04:16:17 + dpkg -l 04:16:17 + grep '^ii' 04:16:17 + '[' -f /tmp/packages_start.txt ']' 04:16:17 + '[' -f /tmp/packages_end.txt ']' 04:16:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:16:17 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1153 ']' 04:16:17 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives/ 04:16:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives/ [Pipeline] echo 04:16:17 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-1153/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:16:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:16:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:16:18 . [Pipeline] withDockerContainer 04:16:18 prd-ubuntu20.04-docker-8c-8g-34397 does not seem to be running inside a container 04:16:19 $ 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-1153/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-1153 -v /w/workspace/gexfoundry_device-sdk-go_PR-1153:/w/workspace/gexfoundry_device-sdk-go_PR-1153:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1153@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-lftools-log-publisher:latest cat 04:16:19 $ docker top 804fd5799e0e0edb667bc8325ce481bc2da143854454a67cfe719f0ed9aa8fa0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:16:19 + touch /tmp/pre-build-complete [Pipeline] sh 04:16:19 + mkdir -p /var/log/sysstat [Pipeline] sh 04:16:20 + ls /var/log/sa-host 04:16:20 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:16:20 provisioning config files... 04:16:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/config217492375191933814tmp [Pipeline] { [Pipeline] echo 04:16:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:16:20 ---> create-netrc.sh [Pipeline] } 04:16:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:16:21 ---> python-tools-install.sh [Pipeline] echo 04:16:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:16:21 ---> sudo-logs.sh 04:16:21 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:16:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:16:22 ---> job-cost.sh 04:16:22 lf-activate-venv: SKIPPING 04:16:22 DEBUG: total: 0.6600000262260437 04:16:22 INFO: Retrieving Stack Cost... 04:16:22 INFO: Retrieving Pricing Info for: v3-standard-8 04:16:22 INFO: Archiving Costs [Pipeline] echo 04:16:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:16:23 ---> logs-deploy.sh 04:16:23 lf-activate-venv: SKIPPING 04:16:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1153/1 04:16:23 INFO: archiving workspace using pattern(s): 04:16:24 Archives upload complete. 04:16:24 INFO: archiving logs to Nexus