Pull request #1153 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9577aecaad1baa133f119b7c6a8fec467a7c429a+20e4ce91bc8e43f9f92ceaa6d310556f72a8f90b (35b892ea67d638d077153be6d245c9a54547b4c4) 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-ssh16715376822897532348.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-ssh16390325225753922567.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1153/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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-ssh13369923712117099485.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 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-ssh14083556538726390164.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1153/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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-ssh11103004582487330999.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-34639 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 20e4ce91bc8e43f9f92ceaa6d310556f72a8f90b into PR head commit 9577aecaad1baa133f119b7c6a8fec467a7c429a Merge succeeded, producing 9577aecaad1baa133f119b7c6a8fec467a7c429a Checking out Revision 9577aecaad1baa133f119b7c6a8fec467a7c429a (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 9577aecaad1baa133f119b7c6a8fec467a7c429a # 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 20e4ce91bc8e43f9f92ceaa6d310556f72a8f90b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9577aecaad1baa133f119b7c6a8fec467a7c429a # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:34:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 3bf403115b7066cefafd348c84461fd27d8f64fc # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:34:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:34:46 ========================================================= 01:34:46 EdgeX Global Pipelines Version Info 01:34:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:34:47 ------------------- 01:34:47 stable info: 01:34:47 ------------------- 01:34:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:34:47 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 01:34:47 Message: update stable to v1.0.227 01:34:47 ------------------- 01:34:47 experimental info: 01:34:47 ------------------- 01:34:47 Commited By: **** collab-it+edgex@linuxfoundation.org 01:34:47 Commit SHA: 602d0728ebfd21a5b975e02ac0465e47e5fef8c7 01:34:47 Message: update experimental to v1.0.228 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:34:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 01:34:47 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1153 [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1153 [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1153 [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9577aecaad1baa133f119b7c6a8fec467a7c429a [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9577aec [Pipeline] echo 01:34:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:34:48 provisioning config files... 01:34:48 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/config4425301901830135780tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:34:48 ---> docker-login.sh 01:34:48 nexus3.edgexfoundry.org:10001 01:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:34:49 Configure a credential helper to remove this warning. See 01:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:34:49 01:34:49 Login Succeeded 01:34:49 nexus3.edgexfoundry.org:10002 01:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:34:49 Configure a credential helper to remove this warning. See 01:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:34:49 01:34:49 Login Succeeded 01:34:49 nexus3.edgexfoundry.org:10003 01:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:34:49 Configure a credential helper to remove this warning. See 01:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:34:49 01:34:49 Login Succeeded 01:34:49 nexus3.edgexfoundry.org:10004 01:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:34:49 Configure a credential helper to remove this warning. See 01:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:34:49 01:34:49 Login Succeeded 01:34:49 docker.io 01:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:34:50 Configure a credential helper to remove this warning. See 01:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:34:50 01:34:50 Login Succeeded 01:34:50 ---> docker-login.sh ends [Pipeline] } 01:34:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:34:50 + git rev-list -1 --merges 9577aecaad1baa133f119b7c6a8fec467a7c429a~1..9577aecaad1baa133f119b7c6a8fec467a7c429a [Pipeline] echo 01:34:50 -----------> git rev-list -1 --merges 9577aecaad1baa133f119b7c6a8fec467a7c429a~1..9577aecaad1baa133f119b7c6a8fec467a7c429a 9577aecaad1baa133f119b7c6a8fec467a7c429a [false] [Pipeline] sh 01:34:50 + git log --format=format:%s -1 9577aecaad1baa133f119b7c6a8fec467a7c429a [Pipeline] echo 01:34:50 ========================================================= 01:34:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:34:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:34:51 + git log --format=format:%s -1 9577aecaad1baa133f119b7c6a8fec467a7c429a [Pipeline] echo 01:34:51 [semverPrep] GIT_COMMIT: 9577aecaad1baa133f119b7c6a8fec467a7c429a, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 01:34:51 [semverPrep] This is not a build commit. [Pipeline] sh 01:34:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:34:51 + grep -v github /etc/ssh/ssh_known_hosts 01:34:51 + [ -e /tmp/ssh_known_hosts ] 01:34:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:34:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:34:51 + sudo tee -a /etc/ssh/ssh_known_hosts 01:34:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 01:34:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 01:34:52 01:34:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:34:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 01:34:52 latest: Pulling from edgex-devops/py-git-semver 01:34:52 1fe172e4850f: Pulling fs layer 01:34:52 caf521ccaac6: Pulling fs layer 01:34:52 3ead6fa29328: Pulling fs layer 01:34:52 5c2a1cbceb83: Pulling fs layer 01:34:52 a8d5f1318db7: Pulling fs layer 01:34:52 c427282e49a2: Pulling fs layer 01:34:52 1827001aaf11: Pulling fs layer 01:34:52 0714d37db230: Pulling fs layer 01:34:52 ac28cf19c067: Pulling fs layer 01:34:52 ca983d60f3e2: Pulling fs layer 01:34:52 9f894cec8388: Pulling fs layer 01:34:52 1827001aaf11: Waiting 01:34:52 0714d37db230: Waiting 01:34:52 5c2a1cbceb83: Waiting 01:34:52 ac28cf19c067: Waiting 01:34:52 ca983d60f3e2: Waiting 01:34:52 9f894cec8388: Waiting 01:34:52 a8d5f1318db7: Waiting 01:34:52 c427282e49a2: Waiting 01:34:52 caf521ccaac6: Verifying Checksum 01:34:52 caf521ccaac6: Download complete 01:34:52 5c2a1cbceb83: Verifying Checksum 01:34:52 5c2a1cbceb83: Download complete 01:34:52 a8d5f1318db7: Verifying Checksum 01:34:52 a8d5f1318db7: Download complete 01:34:52 3ead6fa29328: Verifying Checksum 01:34:52 3ead6fa29328: Download complete 01:34:52 c427282e49a2: Verifying Checksum 01:34:52 c427282e49a2: Download complete 01:34:52 0714d37db230: Verifying Checksum 01:34:52 0714d37db230: Download complete 01:34:52 ac28cf19c067: Verifying Checksum 01:34:52 ac28cf19c067: Download complete 01:34:52 ca983d60f3e2: Download complete 01:34:52 1fe172e4850f: Verifying Checksum 01:34:52 1fe172e4850f: Download complete 01:34:52 1827001aaf11: Verifying Checksum 01:34:52 1827001aaf11: Download complete 01:34:54 1fe172e4850f: Pull complete 01:34:54 caf521ccaac6: Pull complete 01:34:54 3ead6fa29328: Pull complete 01:34:54 5c2a1cbceb83: Pull complete 01:34:55 a8d5f1318db7: Pull complete 01:34:55 c427282e49a2: Pull complete 01:34:57 1827001aaf11: Pull complete 01:34:57 0714d37db230: Pull complete 01:34:57 ac28cf19c067: Pull complete 01:34:57 ca983d60f3e2: Pull complete 01:34:57 9f894cec8388: Pull complete 01:34:57 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 01:34:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 01:34:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 01:34:57 prd-ubuntu20.04-docker-8c-8g-34639 does not seem to be running inside a container 01:34:57 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 01:35:00 $ docker top 61e5889f93628528349a43ae028d8253cc7002f4e346e0e33120bf49e0caa482 -eo pid,comm 01:35:00 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 01:35:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:35:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:35:00 [ssh-agent] Looking for ssh-agent implementation... 01:35:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:35:00 $ docker exec 61e5889f93628528349a43ae028d8253cc7002f4e346e0e33120bf49e0caa482 ssh-agent 01:35:00 SSH_AUTH_SOCK=/tmp/ssh-aCdnFczrJDCz/agent.33 01:35:00 SSH_AGENT_PID=39 01:35:00 Running ssh-add (command line suppressed) 01:35:01 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/private_key_1356003914510509596.key (/w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/private_key_1356003914510509596.key) 01:35:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:35:01 + git tag --points-at HEAD [Pipeline] } 01:35:01 $ docker exec --env ******** --env ******** 61e5889f93628528349a43ae028d8253cc7002f4e346e0e33120bf49e0caa482 ssh-agent -k 01:35:01 unset SSH_AUTH_SOCK; 01:35:01 unset SSH_AGENT_PID; 01:35:01 echo Agent pid 39 killed; 01:35:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:35:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:35:01 [ssh-agent] Looking for ssh-agent implementation... 01:35:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:35:01 $ docker exec 61e5889f93628528349a43ae028d8253cc7002f4e346e0e33120bf49e0caa482 ssh-agent 01:35:01 SSH_AUTH_SOCK=/tmp/ssh-yuOf0CpWZSjY/agent.74 01:35:01 SSH_AGENT_PID=81 01:35:01 Running ssh-add (command line suppressed) 01:35:01 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/private_key_2846986433912435898.key (/w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/private_key_2846986433912435898.key) 01:35:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:35:02 + git semver init 01:35:02 2022-05-03 01:35:02,354 [run_init] DEBUG init version:0.0.0 force:False 01:35:02 2022-05-03 01:35:02,355 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver 01:35:02 2022-05-03 01:35:02,355 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver 01:35:02 2022-05-03 01:35:02,356 [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) 01:35:03 2022-05-03 01:35:03,308 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1153/.git/info/exclude 01:35:03 2022-05-03 01:35:03,309 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver/PR-1153 with force:False 01:35:03 2022-05-03 01:35:03,309 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver/PR-1153 01:35:03 2022-05-03 01:35:03,313 [execute] INFO git cat-file --batch-check 01:35:03 2022-05-03 01:35:03,314 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver, universal_newlines=False, shell=None, istream=) 01:35:03 2022-05-03 01:35:03,319 [execute] INFO git cat-file --batch 01:35:03 2022-05-03 01:35:03,319 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver, universal_newlines=False, shell=None, istream=) 01:35:03 2022-05-03 01:35:03,324 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1153/.semver/PR-1153 01:35:03 0.0.0 [Pipeline] } 01:35:03 $ docker exec --env ******** --env ******** 61e5889f93628528349a43ae028d8253cc7002f4e346e0e33120bf49e0caa482 ssh-agent -k 01:35:03 unset SSH_AUTH_SOCK; 01:35:03 unset SSH_AGENT_PID; 01:35:03 echo Agent pid 81 killed; 01:35:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:35:03 + git semver [Pipeline] } 01:35:04 $ docker stop --time=1 61e5889f93628528349a43ae028d8253cc7002f4e346e0e33120bf49e0caa482 01:35:05 $ docker rm -f 61e5889f93628528349a43ae028d8253cc7002f4e346e0e33120bf49e0caa482 [Pipeline] // withDockerContainer [Pipeline] sh 01:35:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:35:06 Stashed 1 file(s) [Pipeline] echo 01:35:06 [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 01:35:06 provisioning config files... 01:35:06 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/config989983183633510297tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:35:06 ---> docker-login.sh 01:35:06 nexus3.edgexfoundry.org:10001 01:35:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:06 Configure a credential helper to remove this warning. See 01:35:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:06 01:35:06 Login Succeeded 01:35:06 nexus3.edgexfoundry.org:10002 01:35:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:06 Configure a credential helper to remove this warning. See 01:35:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:06 01:35:06 Login Succeeded 01:35:06 nexus3.edgexfoundry.org:10003 01:35:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:06 Configure a credential helper to remove this warning. See 01:35:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:06 01:35:06 Login Succeeded 01:35:06 nexus3.edgexfoundry.org:10004 01:35:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:07 Configure a credential helper to remove this warning. See 01:35:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:07 01:35:07 Login Succeeded 01:35:07 docker.io 01:35:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:35:07 Configure a credential helper to remove this warning. See 01:35:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:35:07 01:35:07 Login Succeeded 01:35:07 ---> docker-login.sh ends [Pipeline] } 01:35:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:35:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:35:07 ========================================================= 01:35:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 01:35:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 01:35:07 + 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 . 01:35:07 Sending build context to Docker daemon 9.69MB 01:35:07 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 01:35:07 Step 2/11 : FROM ${BASE} AS builder 01:35:07 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 01:35:07 59bf1c3509f3: Pulling fs layer 01:35:07 666ba61612fd: Pulling fs layer 01:35:07 8ed8ca486205: Pulling fs layer 01:35:07 4fe6c5a15a65: Pulling fs layer 01:35:07 22a0e8bec74d: Pulling fs layer 01:35:07 ca2b28591e48: Pulling fs layer 01:35:07 a51346096db8: Pulling fs layer 01:35:07 daebc70d1ce1: Pulling fs layer 01:35:07 0e18a0eac166: Pulling fs layer 01:35:07 22a0e8bec74d: Waiting 01:35:07 4fe6c5a15a65: Waiting 01:35:07 daebc70d1ce1: Waiting 01:35:07 0e18a0eac166: Waiting 01:35:07 a51346096db8: Waiting 01:35:07 ca2b28591e48: Waiting 01:35:07 8ed8ca486205: Download complete 01:35:08 666ba61612fd: Download complete 01:35:08 22a0e8bec74d: Download complete 01:35:08 ca2b28591e48: Verifying Checksum 01:35:08 ca2b28591e48: Download complete 01:35:08 59bf1c3509f3: Verifying Checksum 01:35:08 59bf1c3509f3: Download complete 01:35:08 a51346096db8: Verifying Checksum 01:35:08 a51346096db8: Download complete 01:35:08 daebc70d1ce1: Verifying Checksum 01:35:08 daebc70d1ce1: Download complete 01:35:08 59bf1c3509f3: Pull complete 01:35:08 666ba61612fd: Pull complete 01:35:08 8ed8ca486205: Pull complete 01:35:08 0e18a0eac166: Verifying Checksum 01:35:08 0e18a0eac166: Download complete 01:35:08 4fe6c5a15a65: Verifying Checksum 01:35:08 4fe6c5a15a65: Download complete 01:35:12 4fe6c5a15a65: Pull complete 01:35:12 22a0e8bec74d: Pull complete 01:35:12 ca2b28591e48: Pull complete 01:35:12 a51346096db8: Pull complete 01:35:13 daebc70d1ce1: Pull complete 01:35:15 0e18a0eac166: Pull complete 01:35:15 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 01:35:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 01:35:15 ---> f018257e8ee9 01:35:15 Step 3/11 : ARG MAKE=make build 01:35:17 ---> Running in 2ac63413cf39 01:35:17 Removing intermediate container 2ac63413cf39 01:35:17 ---> 9da319c4688b 01:35:17 Step 4/11 : WORKDIR /device-sdk-go 01:35:17 ---> Running in 0524882bcf5c 01:35:17 Removing intermediate container 0524882bcf5c 01:35:17 ---> 4b8672460b79 01:35:17 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:35:17 ---> Running in 36e865a4e0b0 01:35:17 Removing intermediate container 36e865a4e0b0 01:35:17 ---> 37830d9bcc84 01:35:17 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:35:17 ---> Running in a4f8831bc0cb 01:35:18 Removing intermediate container a4f8831bc0cb 01:35:18 ---> 13967ca38335 01:35:18 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 01:35:18 ---> Running in 1ece235edf53 01:35:19 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:35:20 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:35:20 OK: 221 MiB in 52 packages 01:35:20 Removing intermediate container 1ece235edf53 01:35:20 ---> 676812c41c44 01:35:20 Step 8/11 : COPY go.mod vendor* ./ 01:35:20 ---> 91f9b72a6a0c 01:35:20 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:35:20 ---> Running in af4865ce94c5 01:35:21 Still waiting to schedule task 01:35:21 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 01:35:35 Removing intermediate container af4865ce94c5 01:35:35 ---> 608c099d8eef 01:35:35 Step 10/11 : COPY . . 01:35:36 ---> 7d819a3bfc94 01:35:36 Step 11/11 : RUN ${MAKE} 01:35:36 ---> Running in cb3e7a21dbf1 01:35:36 noop 01:35:36 Removing intermediate container cb3e7a21dbf1 01:35:36 ---> 0cd272fb5631 01:35:36 Successfully built 0cd272fb5631 01:35:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:35:37 + docker inspect -f . ci-base-image-x86_64 01:35:37 . [Pipeline] withDockerContainer 01:35:37 prd-ubuntu20.04-docker-8c-8g-34639 does not seem to be running inside a container 01:35:37 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:35:37 $ docker top ba031ead6ef9406f1bc0331af89d13564dfb432631c0b5956b49ed80e9cc15f4 -eo pid,comm [Pipeline] { [Pipeline] sh 01:35:38 + go version 01:35:38 go version go1.17.6 linux/amd64 [Pipeline] } 01:35:38 $ docker stop --time=1 ba031ead6ef9406f1bc0331af89d13564dfb432631c0b5956b49ed80e9cc15f4 01:35:39 $ docker rm -f ba031ead6ef9406f1bc0331af89d13564dfb432631c0b5956b49ed80e9cc15f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:35:39 + docker inspect -f . ci-base-image-x86_64 01:35:39 . [Pipeline] withDockerContainer 01:35:39 prd-ubuntu20.04-docker-8c-8g-34639 does not seem to be running inside a container 01:35:39 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:35:40 $ docker top e9a22e010b5af0fe7f5f209e9152bb0549d2920bf96482e8ae628cb208eed3d2 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 01:35:40 + make test 01:35:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:35:47 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 01:35:59 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 01:35:59 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 01:35:59 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 01:35:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.091s coverage: 23.3% of statements 01:35:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 01:36:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.066s coverage: 27.6% of statements 01:36:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.088s coverage: 78.9% of statements 01:36:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.069s coverage: 10.8% of statements 01:36:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.099s coverage: 60.0% of statements 01:36:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 01:36:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 01:36:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.096s coverage: 34.8% of statements 01:36:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 01:36:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.074s coverage: 86.1% of statements 01:36:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 01:36:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 01:36:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.102s coverage: 65.1% of statements 01:36:00 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.896s coverage: 89.2% of statements 01:36:00 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 01:36:00 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.061s coverage: 4.7% of statements 01:36:00 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 01:36:15 GO111MODULE=on go vet ./... 01:36:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:36:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:36:20 ./bin/test-attribution-txt.sh [Pipeline] echo 01:36:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:36:20 $ docker stop --time=1 e9a22e010b5af0fe7f5f209e9152bb0549d2920bf96482e8ae628cb208eed3d2 01:36:22 $ docker rm -f e9a22e010b5af0fe7f5f209e9152bb0549d2920bf96482e8ae628cb208eed3d2 [Pipeline] // withDockerContainer [Pipeline] sh 01:36:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:36:23 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:36:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:36:24 + ls -al . 01:36:24 total 296 01:36:24 drwxrwxr-x 11 jenkins jenkins 4096 May 3 01:36 . 01:36:24 drwxrwxr-x 4 jenkins jenkins 4096 May 3 01:34 .. 01:36:24 -rw-rw-r-- 1 jenkins jenkins 140 May 3 01:34 .dockerignore 01:36:24 drwxrwxr-x 8 jenkins jenkins 4096 May 3 01:35 .git 01:36:24 drwxrwxr-x 2 jenkins jenkins 4096 May 3 01:34 .github 01:36:24 -rw-rw-r-- 1 jenkins jenkins 131 May 3 01:34 .gitignore 01:36:24 -rw-rw-r-- 1 jenkins jenkins 42 May 3 01:34 .golangci.yml 01:36:24 drwxr-xr-x 3 jenkins jenkins 4096 May 3 01:35 .semver 01:36:24 -rw-rw-r-- 1 jenkins jenkins 26321 May 3 01:34 CHANGELOG.md 01:36:24 -rw-rw-r-- 1 jenkins jenkins 677 May 3 01:34 GOVERNANCE.md 01:36:24 -rw-rw-r-- 1 jenkins jenkins 880 May 3 01:34 Jenkinsfile 01:36:24 -rw-rw-r-- 1 jenkins jenkins 11341 May 3 01:34 LICENSE 01:36:24 -rw-rw-r-- 1 jenkins jenkins 2015 May 3 01:34 Makefile 01:36:24 -rw-rw-r-- 1 jenkins jenkins 619 May 3 01:34 OWNERS.md 01:36:24 -rw-rw-r-- 1 jenkins jenkins 4881 May 3 01:34 README.md 01:36:24 -rw-rw-r-- 1 jenkins jenkins 5 May 3 01:35 VERSION 01:36:24 drwxrwxr-x 2 jenkins jenkins 4096 May 3 01:34 bin 01:36:24 -rw-r--r-- 1 jenkins jenkins 130819 May 3 01:36 coverage.out 01:36:24 drwxrwxr-x 5 jenkins jenkins 4096 May 3 01:34 example 01:36:24 -rw-rw-r-- 1 jenkins jenkins 3198 May 3 01:34 go.mod 01:36:24 -rw-rw-r-- 1 jenkins jenkins 35003 May 3 01:34 go.sum 01:36:24 drwxrwxr-x 15 jenkins jenkins 4096 May 3 01:34 internal 01:36:24 drwxrwxr-x 3 jenkins jenkins 4096 May 3 01:34 openapi 01:36:24 drwxrwxr-x 5 jenkins jenkins 4096 May 3 01:34 pkg 01:36:24 drwxrwxr-x 4 jenkins jenkins 4096 May 3 01:34 snap 01:36:24 -rw-rw-r-- 1 jenkins jenkins 222 May 3 01:34 version.go [Pipeline] isUnix [Pipeline] sh 01:36:24 + 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=9577aecaad1baa133f119b7c6a8fec467a7c429a --label arch=amd64 --label version=0.0.0 . 01:36:24 Sending build context to Docker daemon 9.821MB 01:36:24 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 01:36:24 Step 2/25 : FROM ${BASE} AS builder 01:36:24 ---> 0cd272fb5631 01:36:24 Step 3/25 : ARG MAKE=make build 01:36:24 ---> Running in 76ef9c2368ff 01:36:24 Removing intermediate container 76ef9c2368ff 01:36:24 ---> 6db125ac97f6 01:36:24 Step 4/25 : WORKDIR /device-sdk-go 01:36:24 ---> Running in ac7cf10a92e1 01:36:25 Removing intermediate container ac7cf10a92e1 01:36:25 ---> da76cc72b756 01:36:25 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:36:25 ---> Running in d82fddd20262 01:36:25 Removing intermediate container d82fddd20262 01:36:25 ---> b3ce97bc6480 01:36:25 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:36:25 ---> Running in 48419d70deae 01:36:25 Removing intermediate container 48419d70deae 01:36:25 ---> 525f85da2e78 01:36:25 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 01:36:25 ---> Running in c87f495b0089 01:36:26 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 01:36:27 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 01:36:27 OK: 221 MiB in 52 packages 01:36:27 Removing intermediate container c87f495b0089 01:36:27 ---> 0d3d43ea2c6e 01:36:27 Step 8/25 : COPY go.mod vendor* ./ 01:36:27 ---> 50a368ec0fbc 01:36:27 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:36:27 ---> Running in 98697813921d 01:36:28 Removing intermediate container 98697813921d 01:36:28 ---> 4ad43d8abf15 01:36:28 Step 10/25 : COPY . . 01:36:29 ---> 38dfcec24aa0 01:36:29 Step 11/25 : RUN ${MAKE} 01:36:29 ---> Running in 5ee5762e2e05 01:36:29 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 01:36:47 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 01:36:50 Removing intermediate container 5ee5762e2e05 01:36:50 ---> 8b9f111a6fd0 01:36:50 Step 12/25 : FROM alpine:3.14 01:36:51 3.14: Pulling from library/alpine 01:36:51 8663204ce13b: Pulling fs layer 01:36:51 8663204ce13b: Verifying Checksum 01:36:51 8663204ce13b: Download complete 01:36:51 8663204ce13b: Pull complete 01:36:51 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 01:36:51 Status: Downloaded newer image for alpine:3.14 01:36:51 ---> e04c818066af 01:36:51 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:36:51 ---> Running in e7a85b6e7f26 01:36:51 Removing intermediate container e7a85b6e7f26 01:36:51 ---> 2031158a0779 01:36:51 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:36:51 ---> Running in 4e1e6116c72d 01:36:52 Removing intermediate container 4e1e6116c72d 01:36:52 ---> 8480bdf6b139 01:36:52 Step 15/25 : RUN apk add --update --no-cache zeromq 01:36:52 ---> Running in 786e84bd5e8f 01:36:52 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 01:36:53 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 01:36:53 (1/5) Installing libgcc (10.3.1_git20210424-r2) 01:36:53 (2/5) Installing libsodium (1.0.18-r0) 01:36:54 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 01:36:54 (4/5) Installing libzmq (4.3.4-r0) 01:36:54 (5/5) Installing zeromq (4.3.4-r0) 01:36:54 Executing busybox-1.33.1-r7.trigger 01:36:54 OK: 8 MiB in 19 packages 01:36:54 Removing intermediate container 786e84bd5e8f 01:36:54 ---> 3bfaa7795824 01:36:54 Step 16/25 : WORKDIR / 01:36:54 ---> Running in 903c7a589def 01:36:54 Removing intermediate container 903c7a589def 01:36:54 ---> 3f1edb2867e1 01:36:54 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 01:36:55 ---> 71fed08fcd32 01:36:55 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 01:36:55 ---> 5127e5d13266 01:36:55 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 01:36:55 ---> 5e024289e294 01:36:55 Step 20/25 : EXPOSE 59999 01:36:55 ---> Running in 733fa80eefcf 01:36:55 Removing intermediate container 733fa80eefcf 01:36:55 ---> d05ad926177e 01:36:55 Step 21/25 : ENTRYPOINT ["/device-simple"] 01:36:55 ---> Running in 77d2178d4402 01:36:55 Removing intermediate container 77d2178d4402 01:36:55 ---> 5bd7d186f06c 01:36:55 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:36:55 ---> Running in 560f52260697 01:36:56 Removing intermediate container 560f52260697 01:36:56 ---> 59fad5a3e3eb 01:36:56 Step 23/25 : LABEL arch=amd64 01:36:56 ---> Running in 0efaf7bc62fd 01:36:56 Removing intermediate container 0efaf7bc62fd 01:36:56 ---> 1a6429dfcb7c 01:36:56 Step 24/25 : LABEL git_sha=9577aecaad1baa133f119b7c6a8fec467a7c429a 01:36:56 ---> Running in 199ae94e155c 01:36:56 Removing intermediate container 199ae94e155c 01:36:56 ---> b693cc8f888b 01:36:56 Step 25/25 : LABEL version=0.0.0 01:36:56 ---> Running in 67f6829929b1 01:36:56 Removing intermediate container 67f6829929b1 01:36:56 ---> d28d71e0d296 01:36:56 [Warning] One or more build-args [ARCH] were not consumed 01:36:56 Successfully built d28d71e0d296 01:36:56 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 01:36:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:36:56 01:36:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 01:36:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:36:57 latest: Pulling from edgex-lftools-log-publisher 01:36:57 5eb5b503b376: Pulling fs layer 01:36:57 5c69ac0246d0: Pulling fs layer 01:36:57 ec43610c2a17: Pulling fs layer 01:36:57 3a2ae6a8a46f: Pulling fs layer 01:36:57 33b1e0a273af: Pulling fs layer 01:36:57 5d3b04190fa2: Pulling fs layer 01:36:57 2f39f015ded8: Pulling fs layer 01:36:57 33b1e0a273af: Waiting 01:36:57 5d3b04190fa2: Waiting 01:36:57 3a2ae6a8a46f: Waiting 01:36:57 2f39f015ded8: Waiting 01:36:57 5c69ac0246d0: Download complete 01:36:57 3a2ae6a8a46f: Download complete 01:36:57 33b1e0a273af: Verifying Checksum 01:36:57 33b1e0a273af: Download complete 01:36:57 ec43610c2a17: Verifying Checksum 01:36:57 ec43610c2a17: Download complete 01:36:57 5d3b04190fa2: Download complete 01:36:57 5eb5b503b376: Verifying Checksum 01:36:57 5eb5b503b376: Download complete 01:36:58 2f39f015ded8: Download complete 01:36:58 5eb5b503b376: Pull complete 01:36:58 5c69ac0246d0: Pull complete 01:36:59 ec43610c2a17: Pull complete 01:36:59 3a2ae6a8a46f: Pull complete 01:36:59 33b1e0a273af: Pull complete 01:36:59 5d3b04190fa2: Pull complete 01:37:03 2f39f015ded8: Pull complete 01:37:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:37:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:37:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 01:37:03 prd-ubuntu20.04-docker-8c-8g-34639 does not seem to be running inside a container 01:37:03 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:37:05 $ docker top 1ff4644e9f7c101920e449df66d5ff5a06a3a392191f8dbb09c892dcfaa1511b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:37:06 ---> job-cost.sh 01:37:06 lf-activate-venv: SKIPPING 01:37:06 INFO: No Stack... 01:37:06 INFO: Retrieving Pricing Info for: v3-standard-8 01:37:07 INFO: Archiving Costs [Pipeline] sh 01:37:07 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives/cost.csv 01:37:07 + cut -d, -f6 [Pipeline] lock 01:37:07 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1153-2-stack-cost] 01:37:07 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1153-2-stack-cost] did not exist. Created. 01:37:07 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1153-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:37:07 + echo total: 0.2199999988079071 [Pipeline] stash 01:37:07 Stashed 1 file(s) [Pipeline] } 01:37:07 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1153-2-stack-cost] [Pipeline] // lock [Pipeline] } 01:37:07 $ docker stop --time=1 1ff4644e9f7c101920e449df66d5ff5a06a3a392191f8dbb09c892dcfaa1511b 01:37:09 $ docker rm -f 1ff4644e9f7c101920e449df66d5ff5a06a3a392191f8dbb09c892dcfaa1511b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:45:04 Running on prd-ubuntu20.04-docker-arm64-4c-16g-34763 in /w/workspace/gexfoundry_device-sdk-go_PR-1153 [Pipeline] { [Pipeline] ws 01:45:04 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 01:45:04 The recommended git tool is: git 01:45:11 using credential edgex-jenkins-ssh 01:45:11 Cloning the remote Git repository 01:45:11 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 01:45:12 > git init /w/workspace/device-sdk-go/2 # timeout=10 01:45:12 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:45:12 > git --version # timeout=10 01:45:12 > git --version # 'git version 2.25.1' 01:45:12 using GIT_SSH to set credentials SSH Credentials for GitHub 01:45:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:45:15 Merging remotes/origin/main commit 20e4ce91bc8e43f9f92ceaa6d310556f72a8f90b into PR head commit 9577aecaad1baa133f119b7c6a8fec467a7c429a 01:45:15 Merge succeeded, producing 9577aecaad1baa133f119b7c6a8fec467a7c429a 01:45:15 Checking out Revision 9577aecaad1baa133f119b7c6a8fec467a7c429a (PR-1153) 01:45:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:45:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:45:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 01:45:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 01:45:14 using GIT_SSH to set credentials SSH Credentials for GitHub 01:45:14 > 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 01:45:15 > git config core.sparsecheckout # timeout=10 01:45:15 > git checkout -f 9577aecaad1baa133f119b7c6a8fec467a7c429a # timeout=10 01:45:15 > git remote # timeout=10 01:45:15 > git config --get remote.origin.url # timeout=10 01:45:15 using GIT_SSH to set credentials SSH Credentials for GitHub 01:45:15 > git merge 20e4ce91bc8e43f9f92ceaa6d310556f72a8f90b # timeout=10 01:45:15 > git rev-parse HEAD^{commit} # timeout=10 01:45:15 > git config core.sparsecheckout # timeout=10 01:45:15 > git checkout -f 9577aecaad1baa133f119b7c6a8fec467a7c429a # timeout=10 01:45:20 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:45:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:45:21 % Total % Received % Xferd Average Speed Time Time Time Current 01:45:21 Dload Upload Total Spent Left Speed 01:45:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 100k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh 01:45:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:45:22 + + sudo teesudo /etc/docker/daemon.new jq 01:45:22 . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:45:22 { 01:45:22 "registry-mirrors": [ 01:45:22 "https://nexus3.edgexfoundry.org:10001" 01:45:22 ], 01:45:22 "bip": "10.250.0.254/24", 01:45:22 "hosts": [ 01:45:22 "tcp://0.0.0.0:5555", 01:45:22 "unix:///var/run/docker.sock" 01:45:22 ], 01:45:22 "mtu": 1458, 01:45:22 "selinux-enabled": true, 01:45:22 "seccomp-profile": "/etc/docker/seccomp.json" 01:45:22 } [Pipeline] sh 01:45:23 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:45:23 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:45:41 provisioning config files... 01:45:42 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config902185786742371130tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:45:42 ---> docker-login.sh 01:45:42 nexus3.edgexfoundry.org:10001 01:45:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:45:43 Configure a credential helper to remove this warning. See 01:45:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:45:43 01:45:43 Login Succeeded 01:45:43 nexus3.edgexfoundry.org:10002 01:45:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:45:43 Configure a credential helper to remove this warning. See 01:45:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:45:43 01:45:43 Login Succeeded 01:45:43 nexus3.edgexfoundry.org:10003 01:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:45:44 Configure a credential helper to remove this warning. See 01:45:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:45:44 01:45:44 Login Succeeded 01:45:44 nexus3.edgexfoundry.org:10004 01:45:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:45:45 Configure a credential helper to remove this warning. See 01:45:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:45:45 01:45:45 Login Succeeded 01:45:45 docker.io 01:45:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:45:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:45:45 Configure a credential helper to remove this warning. See 01:45:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:45:45 01:45:45 Login Succeeded 01:45:45 ---> docker-login.sh ends [Pipeline] } 01:45:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:45:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:45:46 ========================================================= 01:45:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 01:45:46 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 01:45:47 + 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 . 01:45:47 Sending build context to Docker daemon 5.219MB 01:45:47 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 01:45:47 Step 2/11 : FROM ${BASE} AS builder 01:45:48 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:45:48 9b3977197b4f: Pulling fs layer 01:45:48 1a89e8eeedd5: Pulling fs layer 01:45:48 94645a83ff95: Pulling fs layer 01:45:48 3f3a8bcf1eab: Pulling fs layer 01:45:48 0c92f367c5e7: Pulling fs layer 01:45:48 3096ccb668a1: Pulling fs layer 01:45:48 e8cf19c19ddd: Pulling fs layer 01:45:48 a4caa8a26152: Pulling fs layer 01:45:48 3f3a8bcf1eab: Waiting 01:45:48 e8cf19c19ddd: Waiting 01:45:48 0c92f367c5e7: Waiting 01:45:48 a4caa8a26152: Waiting 01:45:48 3096ccb668a1: Waiting 01:45:48 94645a83ff95: Verifying Checksum 01:45:48 94645a83ff95: Download complete 01:45:48 1a89e8eeedd5: Verifying Checksum 01:45:48 1a89e8eeedd5: Download complete 01:45:48 0c92f367c5e7: Verifying Checksum 01:45:48 0c92f367c5e7: Download complete 01:45:48 3096ccb668a1: Verifying Checksum 01:45:48 3096ccb668a1: Download complete 01:45:48 9b3977197b4f: Verifying Checksum 01:45:48 9b3977197b4f: Download complete 01:45:48 e8cf19c19ddd: Verifying Checksum 01:45:48 e8cf19c19ddd: Download complete 01:45:49 9b3977197b4f: Pull complete 01:45:50 1a89e8eeedd5: Pull complete 01:45:50 94645a83ff95: Pull complete 01:45:50 a4caa8a26152: Verifying Checksum 01:45:50 a4caa8a26152: Download complete 01:45:51 3f3a8bcf1eab: Verifying Checksum 01:45:51 3f3a8bcf1eab: Download complete 01:46:06 3f3a8bcf1eab: Pull complete 01:46:06 0c92f367c5e7: Pull complete 01:46:06 3096ccb668a1: Pull complete 01:46:06 e8cf19c19ddd: Pull complete 01:46:13 a4caa8a26152: Pull complete 01:46:13 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 01:46:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 01:46:13 ---> 725f1c02e7f9 01:46:13 Step 3/11 : ARG MAKE=make build 01:46:14 ---> Running in 675a20cd28dd 01:46:14 Removing intermediate container 675a20cd28dd 01:46:14 ---> ff46366eedb6 01:46:14 Step 4/11 : WORKDIR /device-sdk-go 01:46:14 ---> Running in 0df0e8f4b906 01:46:15 Removing intermediate container 0df0e8f4b906 01:46:15 ---> d9e46e97ebf7 01:46:15 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:46:15 ---> Running in e2af585a7c1b 01:46:15 Removing intermediate container e2af585a7c1b 01:46:15 ---> c8f07ed6c27b 01:46:15 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:46:15 ---> Running in 6f2018f2f1a2 01:46:17 Removing intermediate container 6f2018f2f1a2 01:46:17 ---> e93533fff265 01:46:17 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 01:46:17 ---> Running in 68e73f95a249 01:46:18 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:46:19 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:46:20 OK: 220 MiB in 52 packages 01:46:21 Removing intermediate container 68e73f95a249 01:46:21 ---> da12d0778e2b 01:46:21 Step 8/11 : COPY go.mod vendor* ./ 01:46:22 ---> 5aac473e800a 01:46:22 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:46:22 ---> Running in 005fbfa4c19f 01:47:09 Removing intermediate container 005fbfa4c19f 01:47:09 ---> 1f408ffb154b 01:47:09 Step 10/11 : COPY . . 01:47:09 ---> 3e20183fe11d 01:47:09 Step 11/11 : RUN ${MAKE} 01:47:09 ---> Running in eff5d6adc5c7 01:47:10 noop 01:47:11 Removing intermediate container eff5d6adc5c7 01:47:11 ---> e100c7126d33 01:47:11 Successfully built e100c7126d33 01:47:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:47:11 + docker inspect -f . ci-base-image-arm64 01:47:11 . [Pipeline] withDockerContainer 01:47:12 prd-ubuntu20.04-docker-arm64-4c-16g-34763 does not seem to be running inside a container 01:47:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:47:13 $ docker top a0b1e568c0ae93b51507002ce5baa3e77b3ea5e31d94dcfcef254280f9ea99b3 -eo pid,comm [Pipeline] { [Pipeline] sh 01:47:14 + go version 01:47:14 go version go1.17.6 linux/arm64 [Pipeline] } 01:47:14 $ docker stop --time=1 a0b1e568c0ae93b51507002ce5baa3e77b3ea5e31d94dcfcef254280f9ea99b3 01:47:16 $ docker rm -f a0b1e568c0ae93b51507002ce5baa3e77b3ea5e31d94dcfcef254280f9ea99b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:47:16 + docker inspect -f . ci-base-image-arm64 01:47:16 . [Pipeline] withDockerContainer 01:47:17 prd-ubuntu20.04-docker-arm64-4c-16g-34763 does not seem to be running inside a container 01:47:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:47:18 $ docker top 257b1b9c240b9b30820ed8f43bc6797fb64f8835abbbc37325eddc6cfc9351f5 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 01:47:19 + make test 01:47:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:47:51 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 01:49:58 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 01:49:58 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 01:49:58 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 01:49:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.409s coverage: 23.3% of statements 01:49:58 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 01:49:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.326s coverage: 27.6% of statements 01:49:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.359s coverage: 78.9% of statements 01:49:58 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.349s coverage: 10.8% of statements 01:50:05 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.572s coverage: 60.0% of statements 01:50:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 01:50:05 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 01:50:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.467s coverage: 34.8% of statements 01:50:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 01:50:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.334s coverage: 86.1% of statements 01:50:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 01:50:09 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 01:50:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.511s coverage: 65.1% of statements 01:50:14 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.548s coverage: 89.2% of statements 01:50:14 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 01:50:17 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.274s coverage: 4.7% of statements 01:50:17 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 01:50:17 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:50:17 GO111MODULE=on go vet ./... 01:52:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:52:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:52:09 ./bin/test-attribution-txt.sh [Pipeline] echo 01:52:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:52:09 $ docker stop --time=1 257b1b9c240b9b30820ed8f43bc6797fb64f8835abbbc37325eddc6cfc9351f5 01:52:11 $ docker rm -f 257b1b9c240b9b30820ed8f43bc6797fb64f8835abbbc37325eddc6cfc9351f5 [Pipeline] // withDockerContainer [Pipeline] sh 01:52:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:52:13 Warning: overwriting stash ‘coverage-report’ 01:52:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:52:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:52:14 + ls -al . 01:52:14 total 292 01:52:14 drwxrwxr-x 10 jenkins jenkins 4096 May 3 01:52 . 01:52:14 drwxrwxr-x 4 jenkins jenkins 4096 May 3 01:45 .. 01:52:14 -rw-rw-r-- 1 jenkins jenkins 140 May 3 01:45 .dockerignore 01:52:14 drwxrwxr-x 8 jenkins jenkins 4096 May 3 01:45 .git 01:52:14 drwxrwxr-x 2 jenkins jenkins 4096 May 3 01:45 .github 01:52:14 -rw-rw-r-- 1 jenkins jenkins 131 May 3 01:45 .gitignore 01:52:14 -rw-rw-r-- 1 jenkins jenkins 42 May 3 01:45 .golangci.yml 01:52:14 -rw-rw-r-- 1 jenkins jenkins 26321 May 3 01:45 CHANGELOG.md 01:52:14 -rw-rw-r-- 1 jenkins jenkins 677 May 3 01:45 GOVERNANCE.md 01:52:14 -rw-rw-r-- 1 jenkins jenkins 880 May 3 01:45 Jenkinsfile 01:52:14 -rw-rw-r-- 1 jenkins jenkins 11341 May 3 01:45 LICENSE 01:52:14 -rw-rw-r-- 1 jenkins jenkins 2015 May 3 01:45 Makefile 01:52:14 -rw-rw-r-- 1 jenkins jenkins 619 May 3 01:45 OWNERS.md 01:52:14 -rw-rw-r-- 1 jenkins jenkins 4881 May 3 01:45 README.md 01:52:14 -rw-rw-r-- 1 jenkins jenkins 5 May 3 01:35 VERSION 01:52:14 drwxrwxr-x 2 jenkins jenkins 4096 May 3 01:45 bin 01:52:14 -rw-r--r-- 1 jenkins jenkins 130819 May 3 01:50 coverage.out 01:52:14 drwxrwxr-x 5 jenkins jenkins 4096 May 3 01:45 example 01:52:14 -rw-rw-r-- 1 jenkins jenkins 3198 May 3 01:45 go.mod 01:52:14 -rw-rw-r-- 1 jenkins jenkins 35003 May 3 01:45 go.sum 01:52:14 drwxrwxr-x 15 jenkins jenkins 4096 May 3 01:45 internal 01:52:14 drwxrwxr-x 3 jenkins jenkins 4096 May 3 01:45 openapi 01:52:14 drwxrwxr-x 5 jenkins jenkins 4096 May 3 01:45 pkg 01:52:14 drwxrwxr-x 4 jenkins jenkins 4096 May 3 01:45 snap 01:52:14 -rw-rw-r-- 1 jenkins jenkins 222 May 3 01:45 version.go [Pipeline] isUnix [Pipeline] sh 01:52:15 + 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=9577aecaad1baa133f119b7c6a8fec467a7c429a --label arch=arm64 --label version=0.0.0 . 01:52:15 Sending build context to Docker daemon 5.351MB 01:52:15 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 01:52:15 Step 2/25 : FROM ${BASE} AS builder 01:52:15 ---> e100c7126d33 01:52:15 Step 3/25 : ARG MAKE=make build 01:52:15 ---> Running in 9f66beb346fc 01:52:16 Removing intermediate container 9f66beb346fc 01:52:16 ---> 16960222505e 01:52:16 Step 4/25 : WORKDIR /device-sdk-go 01:52:16 ---> Running in f5deb510ca6f 01:52:16 Removing intermediate container f5deb510ca6f 01:52:16 ---> 8e6961b5ae3b 01:52:16 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:52:16 ---> Running in 6aba92d04791 01:52:17 Removing intermediate container 6aba92d04791 01:52:17 ---> 165865286e97 01:52:17 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:52:17 ---> Running in 9f4dc7d89d06 01:52:19 Removing intermediate container 9f4dc7d89d06 01:52:19 ---> e997ab7addc6 01:52:19 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 01:52:19 ---> Running in e66dd12d4c5e 01:52:20 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 01:52:21 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 01:52:22 OK: 220 MiB in 52 packages 01:52:22 Removing intermediate container e66dd12d4c5e 01:52:22 ---> dadd7014f479 01:52:22 Step 8/25 : COPY go.mod vendor* ./ 01:52:23 ---> a926beb3bd05 01:52:23 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:52:23 ---> Running in 299a0839037a 01:52:25 Removing intermediate container 299a0839037a 01:52:25 ---> 9980d736306f 01:52:25 Step 10/25 : COPY . . 01:52:26 ---> f83a965414d0 01:52:26 Step 11/25 : RUN ${MAKE} 01:52:26 ---> Running in b90935fd3aeb 01:52:27 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 01:54:49 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 01:54:52 Removing intermediate container b90935fd3aeb 01:54:52 ---> 622f8d41f153 01:54:52 Step 12/25 : FROM alpine:3.14 01:54:52 3.14: Pulling from library/alpine 01:54:53 455c02918c45: Pulling fs layer 01:54:53 455c02918c45: Verifying Checksum 01:54:53 455c02918c45: Download complete 01:54:53 455c02918c45: Pull complete 01:54:53 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 01:54:53 Status: Downloaded newer image for alpine:3.14 01:54:53 ---> ac73e934f311 01:54:53 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:54:53 ---> Running in 7953752c171a 01:54:54 Removing intermediate container 7953752c171a 01:54:54 ---> 7ec175d50305 01:54:54 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:54:54 ---> Running in b6b0bb5bbe64 01:54:56 Removing intermediate container b6b0bb5bbe64 01:54:56 ---> 7964bcb38517 01:54:56 Step 15/25 : RUN apk add --update --no-cache zeromq 01:54:56 ---> Running in 0807f8425d5d 01:54:57 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 01:54:58 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 01:54:59 (1/5) Installing libgcc (10.3.1_git20210424-r2) 01:54:59 (2/5) Installing libsodium (1.0.18-r0) 01:54:59 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 01:54:59 (4/5) Installing libzmq (4.3.4-r0) 01:54:59 (5/5) Installing zeromq (4.3.4-r0) 01:54:59 Executing busybox-1.33.1-r7.trigger 01:54:59 OK: 8 MiB in 19 packages 01:55:00 Removing intermediate container 0807f8425d5d 01:55:00 ---> d04fdc8b4c8d 01:55:00 Step 16/25 : WORKDIR / 01:55:00 ---> Running in 94a825e6eed3 01:55:00 Removing intermediate container 94a825e6eed3 01:55:00 ---> 8e60e37c04ba 01:55:00 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 01:55:01 ---> be49aa261ada 01:55:01 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 01:55:03 ---> e1444adfa62d 01:55:03 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 01:55:03 ---> 3927f8832da0 01:55:03 Step 20/25 : EXPOSE 59999 01:55:03 ---> Running in 11ef218b560f 01:55:04 Removing intermediate container 11ef218b560f 01:55:04 ---> 1fc074db7538 01:55:04 Step 21/25 : ENTRYPOINT ["/device-simple"] 01:55:04 ---> Running in 1c5ffe86dce8 01:55:04 Removing intermediate container 1c5ffe86dce8 01:55:04 ---> dec992895a19 01:55:04 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:55:04 ---> Running in a9d6e77a55b9 01:55:04 Removing intermediate container a9d6e77a55b9 01:55:04 ---> d92372891ba9 01:55:04 Step 23/25 : LABEL arch=arm64 01:55:05 ---> Running in c3b3d4f09165 01:55:05 Removing intermediate container c3b3d4f09165 01:55:05 ---> 465c3b35b5c1 01:55:05 Step 24/25 : LABEL git_sha=9577aecaad1baa133f119b7c6a8fec467a7c429a 01:55:05 ---> Running in 73e12b5745e7 01:55:05 Removing intermediate container 73e12b5745e7 01:55:05 ---> dc601c86f74e 01:55:05 Step 25/25 : LABEL version=0.0.0 01:55:05 ---> Running in 42f0ea35a8eb 01:55:05 Removing intermediate container 42f0ea35a8eb 01:55:05 ---> 2108cc584ffc 01:55:05 [Warning] One or more build-args [ARCH] were not consumed 01:55:06 Successfully built 2108cc584ffc 01:55:06 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 01:55:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:55:06 01:55:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 01:55:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:55:07 arm64: Pulling from edgex-lftools-log-publisher 01:55:07 8998bd30e6a1: Pulling fs layer 01:55:07 04944245beec: Pulling fs layer 01:55:07 699f458cf7ca: Pulling fs layer 01:55:07 765212b225bb: Pulling fs layer 01:55:07 f23df028b6ca: Pulling fs layer 01:55:07 d65c8cfc05b1: Pulling fs layer 01:55:07 2437ff75d9bd: Pulling fs layer 01:55:07 f23df028b6ca: Waiting 01:55:07 d65c8cfc05b1: Waiting 01:55:07 765212b225bb: Waiting 01:55:07 2437ff75d9bd: Waiting 01:55:07 04944245beec: Verifying Checksum 01:55:07 04944245beec: Download complete 01:55:07 765212b225bb: Verifying Checksum 01:55:07 765212b225bb: Download complete 01:55:07 f23df028b6ca: Download complete 01:55:07 d65c8cfc05b1: Verifying Checksum 01:55:07 d65c8cfc05b1: Download complete 01:55:07 699f458cf7ca: Verifying Checksum 01:55:07 699f458cf7ca: Download complete 01:55:08 8998bd30e6a1: Verifying Checksum 01:55:08 8998bd30e6a1: Download complete 01:55:10 2437ff75d9bd: Verifying Checksum 01:55:10 2437ff75d9bd: Download complete 01:55:13 8998bd30e6a1: Pull complete 01:55:13 04944245beec: Pull complete 01:55:15 699f458cf7ca: Pull complete 01:55:15 765212b225bb: Pull complete 01:55:16 f23df028b6ca: Pull complete 01:55:16 d65c8cfc05b1: Pull complete 01:55:35 2437ff75d9bd: Pull complete 01:55:35 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:55:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:55:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 01:55:35 prd-ubuntu20.04-docker-arm64-4c-16g-34763 does not seem to be running inside a container 01:55:35 $ 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/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:55:38 $ docker top 7f75c048885bd7f7203f53dea0e15d644f82d25ae19fd4041b671e0ca6f03c45 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:55:39 ---> job-cost.sh 01:55:39 lf-activate-venv: SKIPPING 01:55:39 INFO: No Stack... 01:55:40 INFO: Retrieving Pricing Info for: v3-standard-4 01:55:40 INFO: Archiving Costs [Pipeline] sh 01:55:41 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 01:55:41 + cut -d, -f6 [Pipeline] lock 01:55:41 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1153-2-stack-cost] 01:55:41 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1153-2-stack-cost] did not exist. Created. 01:55:41 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1153-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:55:42 /w/workspace/device-sdk-go/2@tmp/durable-5280de73/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:55:42 + echo total: 0.10999999940395355 [Pipeline] stash 01:55:42 Warning: overwriting stash ‘stack-cost’ 01:55:42 Stashed 1 file(s) [Pipeline] } 01:55:42 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1153-2-stack-cost] [Pipeline] // lock [Pipeline] } 01:55:42 $ docker stop --time=1 7f75c048885bd7f7203f53dea0e15d644f82d25ae19fd4041b671e0ca6f03c45 01:55:44 $ docker rm -f 7f75c048885bd7f7203f53dea0e15d644f82d25ae19fd4041b671e0ca6f03c45 [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 01:55:44 provisioning config files... 01:55:44 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/config5356847430341784166tmp [Pipeline] { [Pipeline] sh 01:55:45 + set +x 01:55:45 + curl -s https://codecov.io/bash 01:55:45 + bash -s -- 01:55:45 01:55:45 _____ _ 01:55:45 / ____| | | 01:55:45 | | ___ __| | ___ ___ _____ __ 01:55:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:55:45 | |___| (_) | (_| | __/ (_| (_) \ V / 01:55:45 \_____\___/ \__,_|\___|\___\___/ \_/ 01:55:45 Bash-1.0.6 01:55:45 01:55:45 01:55:45 ==> git version 2.25.1 found 01:55:45 ==> 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 01:55:45 Release-Date: 2020-01-08 01:55:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:55:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:55:45 ==> Jenkins CI detected. 01:55:45 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1153 01:55:45 project root: . 01:55:45 --> token set from env 01:55:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:55:45 ==> Running gcov in . (disable via -X gcov) 01:55:45 ==> Python coveragepy not found 01:55:45 ==> Searching for coverage reports in: 01:55:45 + . 01:55:45 -> Found 1 reports 01:55:45 ==> Detecting git/mercurial file structure 01:55:45 ==> Reading reports 01:55:45 + ./coverage.out bytes=130819 01:55:45 ==> Appending adjustments 01:55:45 https://docs.codecov.io/docs/fixing-reports 01:55:45 + Found adjustments 01:55:45 ==> Gzipping contents 01:55:45 20K /tmp/codecov.tnvkf0.gz 01:55:45 ==> Uploading reports 01:55:45 url: https://codecov.io 01:55:45 query: branch=PR-1153&commit=9577aecaad1baa133f119b7c6a8fec467a7c429a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1153%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1153&job=&cmd_args= 01:55:45 -> Pinging Codecov 01:55:45 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=9577aecaad1baa133f119b7c6a8fec467a7c429a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1153%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1153&job=&cmd_args= 01:55:45 -> Uploading to 01:55:45 https://storage.googleapis.com/codecov/v4/raw/2022-05-03/7E55EF52A471D76F132DFD9A03CDDE97/9577aecaad1baa133f119b7c6a8fec467a7c429a/993d7fc6-d747-40a9-a993-dae612748705.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220503T015545Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1e709e14e1f9da65e5ee6358daa88c8b2d396663678168817a5739f018f76fe6 01:55:45 % Total % Received % Xferd Average Speed Time Time Time Current 01:55:45 Dload Upload Total Spent Left Speed 01:55:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16800 0 0 100 16800 0 77777 --:--:-- --:--:-- --:--:-- 77777 01:55:45 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/9577aecaad1baa133f119b7c6a8fec467a7c429a [Pipeline] } 01:55:45 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 01:55:46 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives ] 01:55:46 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives 01:55:46 total 16 01:55:46 drwxr-xr-x 3 root root 4096 May 3 01:37 . 01:55:46 drwxrwxr-x 12 jenkins jenkins 4096 May 3 01:37 .. 01:55:46 drwxr-xr-x 2 root root 4096 May 3 01:37 cost 01:55:46 -rw-r--r-- 1 root root 85 May 3 01:37 cost.csv 01:55:46 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives 01:55:46 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives 01:55:46 total 16 01:55:46 drwxr-xr-x 3 jenkins jenkins 4096 May 3 01:37 . 01:55:46 drwxrwxr-x 12 jenkins jenkins 4096 May 3 01:37 .. 01:55:46 drwxr-xr-x 2 jenkins jenkins 4096 May 3 01:37 cost 01:55:46 -rw-r--r-- 1 jenkins jenkins 85 May 3 01:37 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:55:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:55:47 ---> package-listing.sh 01:55:47 ++ facter osfamily 01:55:47 ++ tr '[:upper:]' '[:lower:]' 01:55:48 + OS_FAMILY=debian 01:55:48 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1153 01:55:48 + START_PACKAGES=/tmp/packages_start.txt 01:55:48 + END_PACKAGES=/tmp/packages_end.txt 01:55:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:55:48 + PACKAGES=/tmp/packages_start.txt 01:55:48 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1153 ']' 01:55:48 + PACKAGES=/tmp/packages_end.txt 01:55:48 + case "${OS_FAMILY}" in 01:55:48 + dpkg -l 01:55:48 + grep '^ii' 01:55:48 + '[' -f /tmp/packages_start.txt ']' 01:55:48 + '[' -f /tmp/packages_end.txt ']' 01:55:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:55:48 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1153 ']' 01:55:48 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1153/archives/ 01:55:48 + 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 01:55:48 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 01:55:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:55:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:55:48 . [Pipeline] withDockerContainer 01:55:48 prd-ubuntu20.04-docker-8c-8g-34639 does not seem to be running inside a container 01:55:49 $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:55:49 $ docker top 3cc27ca1dec64faab94ceea245546162663e8ff7a48d2a4da4ece377c893d0e4 -eo pid,comm [Pipeline] { [Pipeline] sh 01:55:49 + touch /tmp/pre-build-complete [Pipeline] sh 01:55:49 + mkdir -p /var/log/sysstat [Pipeline] sh 01:55:50 + ls /var/log/sa-host 01:55:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:55:50 provisioning config files... 01:55:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1153@tmp/config2677954667765085961tmp [Pipeline] { [Pipeline] echo 01:55:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:55:50 ---> create-netrc.sh [Pipeline] } 01:55:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:55:50 ---> python-tools-install.sh [Pipeline] echo 01:55:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:55:51 ---> sudo-logs.sh 01:55:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:55:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:55:51 ---> job-cost.sh 01:55:51 lf-activate-venv: SKIPPING 01:55:51 DEBUG: total: 0.2199999988079071 01:55:51 INFO: Retrieving Stack Cost... 01:55:52 INFO: Retrieving Pricing Info for: v3-standard-8 01:55:52 INFO: Archiving Costs [Pipeline] echo 01:55:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:55:52 ---> logs-deploy.sh 01:55:52 lf-activate-venv: SKIPPING 01:55:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1153/2 01:55:52 INFO: archiving workspace using pattern(s): 01:55:53 Archives upload complete. 01:55:53 INFO: archiving logs to Nexus