Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7951b8c72b787c8c13599feadf581ebd8b475afa+4f64ab83298cb604fe88218673904389f4010661 (fed8c5160b7b45f3bfccc5ed58044103c30df04f) 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-ssh14282821283411255418.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh2487715604502648519.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-1144/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-1144/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5715509656239373494.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > 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-ssh6206938107741363275.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-1144/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-1144/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh17228292620686547641.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-62256 in /w/workspace/gexfoundry_device-sdk-go_PR-1144 [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-1144 # 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 4f64ab83298cb604fe88218673904389f4010661 into PR head commit 7951b8c72b787c8c13599feadf581ebd8b475afa Merge succeeded, producing 020e459d46674262bfd9b381d5c936c9acda85fe Checking out Revision 020e459d46674262bfd9b381d5c936c9acda85fe (PR-1144) > 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/1144/head:refs/remotes/origin/PR-1144 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7951b8c72b787c8c13599feadf581ebd8b475afa # 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 4f64ab83298cb604fe88218673904389f4010661 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 020e459d46674262bfd9b381d5c936c9acda85fe # timeout=10 Commit message: "Merge commit '4f64ab83298cb604fe88218673904389f4010661' into HEAD" > git rev-list --no-walk 7951b8c72b787c8c13599feadf581ebd8b475afa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:43:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:43:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:43:50 ========================================================= 23:43:50 EdgeX Global Pipelines Version Info 23:43:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:43:51 ------------------- 23:43:51 stable info: 23:43:51 ------------------- 23:43:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:43:51 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 23:43:51 Message: update stable to v1.0.230 23:43:52 ------------------- 23:43:52 experimental info: 23:43:52 ------------------- 23:43:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:43:52 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 23:43:52 Message: update experimental to v1.0.230 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1144 [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1144 [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1144 [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 020e459d46674262bfd9b381d5c936c9acda85fe [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 020e459 [Pipeline] echo 23:43:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:43:52 provisioning config files... 23:43:53 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/config715046860274016411tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:43:53 ---> docker-login.sh 23:43:53 nexus3.edgexfoundry.org:10001 23:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:53 Configure a credential helper to remove this warning. See 23:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:53 23:43:53 Login Succeeded 23:43:53 nexus3.edgexfoundry.org:10002 23:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:53 Configure a credential helper to remove this warning. See 23:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:53 23:43:53 Login Succeeded 23:43:53 nexus3.edgexfoundry.org:10003 23:43:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:53 Configure a credential helper to remove this warning. See 23:43:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:53 23:43:53 Login Succeeded 23:43:53 nexus3.edgexfoundry.org:10004 23:43:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:54 Configure a credential helper to remove this warning. See 23:43:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:54 23:43:54 Login Succeeded 23:43:54 docker.io 23:43:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:43:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:43:54 Configure a credential helper to remove this warning. See 23:43:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:43:54 23:43:54 Login Succeeded 23:43:54 ---> docker-login.sh ends [Pipeline] } 23:43:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 23:43:55 + git rev-list -1 --merges 020e459d46674262bfd9b381d5c936c9acda85fe~1..020e459d46674262bfd9b381d5c936c9acda85fe [Pipeline] echo 23:43:55 -----------> git rev-list -1 --merges 020e459d46674262bfd9b381d5c936c9acda85fe~1..020e459d46674262bfd9b381d5c936c9acda85fe 020e459d46674262bfd9b381d5c936c9acda85fe 23:43:55 020e459d46674262bfd9b381d5c936c9acda85fe [false] [Pipeline] sh 23:43:55 + git log --format=format:%s -1 020e459d46674262bfd9b381d5c936c9acda85fe [Pipeline] echo 23:43:55 ========================================================= 23:43:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:43:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:43:55 + git log --format=format:%s -1 020e459d46674262bfd9b381d5c936c9acda85fe [Pipeline] echo 23:43:55 [semverPrep] GIT_COMMIT: 020e459d46674262bfd9b381d5c936c9acda85fe, Commit Message: Merge commit '4f64ab83298cb604fe88218673904389f4010661' into HEAD [Pipeline] echo 23:43:55 [semverPrep] This is not a build commit. [Pipeline] sh 23:43:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:43:56 + grep -v github /etc/ssh/ssh_known_hosts 23:43:56 + [ -e /tmp/ssh_known_hosts ] 23:43:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:43:56 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:43:56 + sudo tee -a /etc/ssh/ssh_known_hosts 23:43:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 23:43:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 23:43:56 23:43:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:43:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 23:43:57 latest: Pulling from edgex-devops/py-git-semver 23:43:57 1fe172e4850f: Pulling fs layer 23:43:57 caf521ccaac6: Pulling fs layer 23:43:57 3ead6fa29328: Pulling fs layer 23:43:57 5c2a1cbceb83: Pulling fs layer 23:43:57 a8d5f1318db7: Pulling fs layer 23:43:57 c427282e49a2: Pulling fs layer 23:43:57 1827001aaf11: Pulling fs layer 23:43:57 0714d37db230: Pulling fs layer 23:43:57 ac28cf19c067: Pulling fs layer 23:43:57 ca983d60f3e2: Pulling fs layer 23:43:57 9f894cec8388: Pulling fs layer 23:43:57 ca983d60f3e2: Waiting 23:43:57 9f894cec8388: Waiting 23:43:57 0714d37db230: Waiting 23:43:57 ac28cf19c067: Waiting 23:43:57 a8d5f1318db7: Waiting 23:43:57 c427282e49a2: Waiting 23:43:57 caf521ccaac6: Verifying Checksum 23:43:57 caf521ccaac6: Download complete 23:43:57 5c2a1cbceb83: Download complete 23:43:57 a8d5f1318db7: Verifying Checksum 23:43:57 a8d5f1318db7: Download complete 23:43:57 c427282e49a2: Verifying Checksum 23:43:57 c427282e49a2: Download complete 23:43:57 3ead6fa29328: Verifying Checksum 23:43:57 3ead6fa29328: Download complete 23:43:57 0714d37db230: Verifying Checksum 23:43:57 0714d37db230: Download complete 23:43:57 ac28cf19c067: Verifying Checksum 23:43:57 ac28cf19c067: Download complete 23:43:57 ca983d60f3e2: Verifying Checksum 23:43:57 ca983d60f3e2: Download complete 23:43:57 9f894cec8388: Verifying Checksum 23:43:57 9f894cec8388: Download complete 23:43:57 1fe172e4850f: Verifying Checksum 23:43:57 1fe172e4850f: Download complete 23:43:57 1827001aaf11: Verifying Checksum 23:43:57 1827001aaf11: Download complete 23:43:59 1fe172e4850f: Pull complete 23:43:59 caf521ccaac6: Pull complete 23:43:59 3ead6fa29328: Pull complete 23:43:59 5c2a1cbceb83: Pull complete 23:43:59 a8d5f1318db7: Pull complete 23:44:00 c427282e49a2: Pull complete 23:44:02 1827001aaf11: Pull complete 23:44:02 0714d37db230: Pull complete 23:44:02 ac28cf19c067: Pull complete 23:44:02 ca983d60f3e2: Pull complete 23:44:02 9f894cec8388: Pull complete 23:44:02 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 23:44:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 23:44:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 23:44:02 prd-ubuntu20.04-docker-8c-8g-62256 does not seem to be running inside a container 23:44:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1144 -v /w/workspace/gexfoundry_device-sdk-go_PR-1144:/w/workspace/gexfoundry_device-sdk-go_PR-1144:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1144@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 23:44:04 $ docker top e6b49b8900e12c9c0a7970facdd68cd296e03e68828e9a85d871c4454c0d4c51 -eo pid,comm 23:44:05 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). 23:44:05 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:44:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:44:05 [ssh-agent] Looking for ssh-agent implementation... 23:44:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:44:05 $ docker exec e6b49b8900e12c9c0a7970facdd68cd296e03e68828e9a85d871c4454c0d4c51 ssh-agent 23:44:05 SSH_AUTH_SOCK=/tmp/ssh-yXzLQDgK9i1m/agent.32 23:44:05 SSH_AGENT_PID=39 23:44:05 Running ssh-add (command line suppressed) 23:44:05 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/private_key_3922026715437714315.key (/w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/private_key_3922026715437714315.key) 23:44:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:44:05 + git tag --points-at HEAD [Pipeline] } 23:44:05 $ docker exec --env ******** --env ******** e6b49b8900e12c9c0a7970facdd68cd296e03e68828e9a85d871c4454c0d4c51 ssh-agent -k 23:44:05 unset SSH_AUTH_SOCK; 23:44:05 unset SSH_AGENT_PID; 23:44:05 echo Agent pid 39 killed; 23:44:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:44:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:44:05 [ssh-agent] Looking for ssh-agent implementation... 23:44:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:44:06 $ docker exec e6b49b8900e12c9c0a7970facdd68cd296e03e68828e9a85d871c4454c0d4c51 ssh-agent 23:44:06 SSH_AUTH_SOCK=/tmp/ssh-11YCAlL3I6xi/agent.75 23:44:06 SSH_AGENT_PID=81 23:44:06 Running ssh-add (command line suppressed) 23:44:06 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/private_key_3578907927107536038.key (/w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/private_key_3578907927107536038.key) 23:44:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:44:06 + git semver init 23:44:06 2022-05-10 23:44:06,842 [run_init] DEBUG init version:0.0.0 force:False 23:44:06 2022-05-10 23:44:06,843 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver 23:44:06 2022-05-10 23:44:06,843 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver 23:44:06 2022-05-10 23:44:06,844 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1144, universal_newlines=False, shell=None, istream=None) 23:44:07 2022-05-10 23:44:07,774 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1144/.git/info/exclude 23:44:07 2022-05-10 23:44:07,775 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver/PR-1144 with force:False 23:44:07 2022-05-10 23:44:07,775 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver/PR-1144 23:44:07 2022-05-10 23:44:07,780 [execute] INFO git cat-file --batch-check 23:44:07 2022-05-10 23:44:07,780 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver, universal_newlines=False, shell=None, istream=) 23:44:07 2022-05-10 23:44:07,787 [execute] INFO git cat-file --batch 23:44:07 2022-05-10 23:44:07,787 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver, universal_newlines=False, shell=None, istream=) 23:44:07 2022-05-10 23:44:07,792 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver/PR-1144 23:44:07 0.0.0 [Pipeline] } 23:44:07 $ docker exec --env ******** --env ******** e6b49b8900e12c9c0a7970facdd68cd296e03e68828e9a85d871c4454c0d4c51 ssh-agent -k 23:44:08 unset SSH_AUTH_SOCK; 23:44:08 unset SSH_AGENT_PID; 23:44:08 echo Agent pid 81 killed; 23:44:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:44:08 + git semver [Pipeline] } 23:44:08 $ docker stop --time=1 e6b49b8900e12c9c0a7970facdd68cd296e03e68828e9a85d871c4454c0d4c51 23:44:09 $ docker rm -f e6b49b8900e12c9c0a7970facdd68cd296e03e68828e9a85d871c4454c0d4c51 [Pipeline] // withDockerContainer [Pipeline] sh 23:44:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:44:10 Stashed 1 file(s) [Pipeline] echo 23:44:10 [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 23:44:10 provisioning config files... 23:44:10 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/config5719832797503533064tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:44:11 ---> docker-login.sh 23:44:11 nexus3.edgexfoundry.org:10001 23:44:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:11 Configure a credential helper to remove this warning. See 23:44:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:11 23:44:11 Login Succeeded 23:44:11 nexus3.edgexfoundry.org:10002 23:44:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:11 Configure a credential helper to remove this warning. See 23:44:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:11 23:44:11 Login Succeeded 23:44:11 nexus3.edgexfoundry.org:10003 23:44:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:11 Configure a credential helper to remove this warning. See 23:44:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:11 23:44:11 Login Succeeded 23:44:11 nexus3.edgexfoundry.org:10004 23:44:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:11 Configure a credential helper to remove this warning. See 23:44:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:11 23:44:11 Login Succeeded 23:44:11 docker.io 23:44:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:44:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:44:11 Configure a credential helper to remove this warning. See 23:44:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:44:11 23:44:11 Login Succeeded 23:44:11 ---> docker-login.sh ends [Pipeline] } 23:44:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:44:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:44:11 ========================================================= 23:44:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 23:44:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 23:44:12 + 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 . 23:44:12 Sending build context to Docker daemon 9.75MB 23:44:12 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 23:44:12 Step 2/11 : FROM ${BASE} AS builder 23:44:12 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 23:44:12 59bf1c3509f3: Pulling fs layer 23:44:12 666ba61612fd: Pulling fs layer 23:44:12 8ed8ca486205: Pulling fs layer 23:44:12 4fe6c5a15a65: Pulling fs layer 23:44:12 22a0e8bec74d: Pulling fs layer 23:44:12 ca2b28591e48: Pulling fs layer 23:44:12 a51346096db8: Pulling fs layer 23:44:12 daebc70d1ce1: Pulling fs layer 23:44:12 0e18a0eac166: Pulling fs layer 23:44:12 ca2b28591e48: Waiting 23:44:12 daebc70d1ce1: Waiting 23:44:12 a51346096db8: Waiting 23:44:12 0e18a0eac166: Waiting 23:44:12 4fe6c5a15a65: Waiting 23:44:12 22a0e8bec74d: Waiting 23:44:12 8ed8ca486205: Verifying Checksum 23:44:12 8ed8ca486205: Download complete 23:44:12 666ba61612fd: Verifying Checksum 23:44:12 666ba61612fd: Download complete 23:44:12 22a0e8bec74d: Download complete 23:44:12 ca2b28591e48: Download complete 23:44:12 a51346096db8: Verifying Checksum 23:44:12 a51346096db8: Download complete 23:44:12 59bf1c3509f3: Download complete 23:44:12 daebc70d1ce1: Verifying Checksum 23:44:12 daebc70d1ce1: Download complete 23:44:12 59bf1c3509f3: Pull complete 23:44:12 666ba61612fd: Pull complete 23:44:12 8ed8ca486205: Pull complete 23:44:13 0e18a0eac166: Verifying Checksum 23:44:13 0e18a0eac166: Download complete 23:44:13 4fe6c5a15a65: Verifying Checksum 23:44:13 4fe6c5a15a65: Download complete 23:44:17 4fe6c5a15a65: Pull complete 23:44:17 22a0e8bec74d: Pull complete 23:44:17 ca2b28591e48: Pull complete 23:44:17 a51346096db8: Pull complete 23:44:17 daebc70d1ce1: Pull complete 23:44:20 0e18a0eac166: Pull complete 23:44:20 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 23:44:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 23:44:20 ---> f018257e8ee9 23:44:20 Step 3/11 : ARG MAKE=make build 23:44:21 ---> Running in 487acf3e89e1 23:44:21 Removing intermediate container 487acf3e89e1 23:44:21 ---> fd2d0b96ae97 23:44:21 Step 4/11 : WORKDIR /device-sdk-go 23:44:21 ---> Running in cefd2e629a47 23:44:21 Removing intermediate container cefd2e629a47 23:44:21 ---> a579b81e620d 23:44:21 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:44:21 ---> Running in c1d046f29438 23:44:22 Removing intermediate container c1d046f29438 23:44:22 ---> 69ae1188cf55 23:44:22 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:44:22 ---> Running in e3045aedf9a7 23:44:22 Removing intermediate container e3045aedf9a7 23:44:22 ---> fac0224c5abd 23:44:22 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 23:44:22 ---> Running in aeec14efd5cb 23:44:22 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:44:23 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:44:24 OK: 221 MiB in 52 packages 23:44:24 Removing intermediate container aeec14efd5cb 23:44:24 ---> 23f3caacfe26 23:44:24 Step 8/11 : COPY go.mod vendor* ./ 23:44:24 ---> ff117dd48af3 23:44:24 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:44:24 ---> Running in 377bcd460494 23:44:25 Still waiting to schedule task 23:44:25 ‘prd-ubuntu20.04-docker-arm64-4c-16g-62259’ is offline 23:44:39 Removing intermediate container 377bcd460494 23:44:39 ---> 0b36d7ed435a 23:44:39 Step 10/11 : COPY . . 23:44:39 ---> 82a9d1f43688 23:44:39 Step 11/11 : RUN ${MAKE} 23:44:39 ---> Running in cd7299534e8a 23:44:40 noop 23:44:40 Removing intermediate container cd7299534e8a 23:44:40 ---> 7c38e9393309 23:44:40 Successfully built 7c38e9393309 23:44:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:44:40 + docker inspect -f . ci-base-image-x86_64 23:44:40 . [Pipeline] withDockerContainer 23:44:40 prd-ubuntu20.04-docker-8c-8g-62256 does not seem to be running inside a container 23:44:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1144 -v /w/workspace/gexfoundry_device-sdk-go_PR-1144:/w/workspace/gexfoundry_device-sdk-go_PR-1144:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1144@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 23:44:40 $ docker top bc69d88107611e14363936627a61d5b856cc0da8eeb39943a3228f8ea85d981e -eo pid,comm [Pipeline] { [Pipeline] sh 23:44:41 + go version 23:44:41 go version go1.17.6 linux/amd64 [Pipeline] } 23:44:41 $ docker stop --time=1 bc69d88107611e14363936627a61d5b856cc0da8eeb39943a3228f8ea85d981e 23:44:42 $ docker rm -f bc69d88107611e14363936627a61d5b856cc0da8eeb39943a3228f8ea85d981e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:44:43 + docker inspect -f . ci-base-image-x86_64 23:44:43 . [Pipeline] withDockerContainer 23:44:43 prd-ubuntu20.04-docker-8c-8g-62256 does not seem to be running inside a container 23:44:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1144 -v /w/workspace/gexfoundry_device-sdk-go_PR-1144:/w/workspace/gexfoundry_device-sdk-go_PR-1144:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1144@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 23:44:43 $ docker top 8617020b2d10897bec3ea70ecd0f63520f4e8484c789d8fe8bd4141bcc2cf930 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 23:44:43 + make test 23:44:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:44:50 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 23:45:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 23:45:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 23:45:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 23:45:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.085s coverage: 23.3% of statements 23:45:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 23:45:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.065s coverage: 27.6% of statements 23:45:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.082s coverage: 78.9% of statements 23:45:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.080s coverage: 10.8% of statements 23:45:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.078s coverage: 60.0% of statements 23:45:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 23:45:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 23:45:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.067s coverage: 34.8% of statements 23:45:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 23:45:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.073s coverage: 86.5% of statements 23:45:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 23:45:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 23:45:02 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.113s coverage: 65.1% of statements 23:45:02 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.814s coverage: 89.2% of statements 23:45:02 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 23:45:02 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.070s coverage: 4.7% of statements 23:45:02 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 23:45:17 GO111MODULE=on go vet ./... 23:45:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:45:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:45:20 ./bin/test-attribution-txt.sh [Pipeline] echo 23:45:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 23:45:21 $ docker stop --time=1 8617020b2d10897bec3ea70ecd0f63520f4e8484c789d8fe8bd4141bcc2cf930 23:45:23 $ docker rm -f 8617020b2d10897bec3ea70ecd0f63520f4e8484c789d8fe8bd4141bcc2cf930 [Pipeline] // withDockerContainer [Pipeline] sh 23:45:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:45:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 23:45:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 23:45:25 + ls -al . 23:45:25 total 300 23:45:25 drwxrwxr-x 11 jenkins jenkins 4096 May 10 23:45 . 23:45:25 drwxrwxr-x 4 jenkins jenkins 4096 May 10 23:43 .. 23:45:25 -rw-rw-r-- 1 jenkins jenkins 140 May 10 23:43 .dockerignore 23:45:25 drwxrwxr-x 8 jenkins jenkins 4096 May 10 23:44 .git 23:45:25 drwxrwxr-x 2 jenkins jenkins 4096 May 10 23:43 .github 23:45:25 -rw-rw-r-- 1 jenkins jenkins 131 May 10 23:43 .gitignore 23:45:25 -rw-rw-r-- 1 jenkins jenkins 42 May 10 23:43 .golangci.yml 23:45:25 drwxr-xr-x 3 jenkins jenkins 4096 May 10 23:44 .semver 23:45:25 -rw-rw-r-- 1 jenkins jenkins 29536 May 10 23:43 CHANGELOG.md 23:45:25 -rw-rw-r-- 1 jenkins jenkins 677 May 10 23:43 GOVERNANCE.md 23:45:25 -rw-rw-r-- 1 jenkins jenkins 880 May 10 23:43 Jenkinsfile 23:45:25 -rw-rw-r-- 1 jenkins jenkins 11341 May 10 23:43 LICENSE 23:45:25 -rw-rw-r-- 1 jenkins jenkins 2015 May 10 23:43 Makefile 23:45:25 -rw-rw-r-- 1 jenkins jenkins 619 May 10 23:43 OWNERS.md 23:45:25 -rw-rw-r-- 1 jenkins jenkins 4881 May 10 23:43 README.md 23:45:25 -rw-rw-r-- 1 jenkins jenkins 5 May 10 23:44 VERSION 23:45:25 drwxrwxr-x 2 jenkins jenkins 4096 May 10 23:43 bin 23:45:25 -rw-r--r-- 1 jenkins jenkins 130739 May 10 23:45 coverage.out 23:45:25 drwxrwxr-x 5 jenkins jenkins 4096 May 10 23:43 example 23:45:25 -rw-rw-r-- 1 jenkins jenkins 3159 May 10 23:43 go.mod 23:45:25 -rw-rw-r-- 1 jenkins jenkins 34898 May 10 23:43 go.sum 23:45:25 drwxrwxr-x 15 jenkins jenkins 4096 May 10 23:43 internal 23:45:25 drwxrwxr-x 3 jenkins jenkins 4096 May 10 23:43 openapi 23:45:25 drwxrwxr-x 5 jenkins jenkins 4096 May 10 23:43 pkg 23:45:25 drwxrwxr-x 4 jenkins jenkins 4096 May 10 23:43 snap 23:45:25 -rw-rw-r-- 1 jenkins jenkins 222 May 10 23:43 version.go [Pipeline] isUnix [Pipeline] sh 23:45:25 + 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=020e459d46674262bfd9b381d5c936c9acda85fe --label arch=amd64 --label version=0.0.0 . 23:45:25 Sending build context to Docker daemon 9.882MB 23:45:25 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 23:45:25 Step 2/25 : FROM ${BASE} AS builder 23:45:25 ---> 7c38e9393309 23:45:25 Step 3/25 : ARG MAKE=make build 23:45:25 ---> Running in 0e33981e4694 23:45:25 Removing intermediate container 0e33981e4694 23:45:25 ---> 33feac5b2494 23:45:25 Step 4/25 : WORKDIR /device-sdk-go 23:45:25 ---> Running in 6af0e8c19e86 23:45:26 Removing intermediate container 6af0e8c19e86 23:45:26 ---> 1153b826e5a5 23:45:26 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:45:26 ---> Running in 3f7179d62528 23:45:26 Removing intermediate container 3f7179d62528 23:45:26 ---> 171164cd17cc 23:45:26 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:45:26 ---> Running in 15d6f6c88940 23:45:26 Removing intermediate container 15d6f6c88940 23:45:26 ---> 513f590b90a5 23:45:26 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 23:45:26 ---> Running in 3ecd599fa986 23:45:27 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:45:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:45:28 OK: 221 MiB in 52 packages 23:45:28 Removing intermediate container 3ecd599fa986 23:45:28 ---> 0e60c76a95b1 23:45:28 Step 8/25 : COPY go.mod vendor* ./ 23:45:28 ---> c3ce55b5c503 23:45:28 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:45:28 ---> Running in 95991c5e4f8d 23:45:29 Removing intermediate container 95991c5e4f8d 23:45:29 ---> f218cf35b1a6 23:45:29 Step 10/25 : COPY . . 23:45:30 ---> 55bd36e82a8f 23:45:30 Step 11/25 : RUN ${MAKE} 23:45:30 ---> Running in 06caee6a4d42 23:45:30 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 23:45:48 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 23:45:50 Removing intermediate container 06caee6a4d42 23:45:50 ---> 1382be70ff03 23:45:50 Step 12/25 : FROM alpine:3.14 23:45:51 3.14: Pulling from library/alpine 23:45:51 8663204ce13b: Pulling fs layer 23:45:51 8663204ce13b: Download complete 23:45:51 8663204ce13b: Pull complete 23:45:51 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 23:45:51 Status: Downloaded newer image for alpine:3.14 23:45:51 ---> e04c818066af 23:45:51 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 23:45:51 ---> Running in fb598551e4a7 23:45:51 Removing intermediate container fb598551e4a7 23:45:51 ---> 35dcb5fc9127 23:45:51 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:45:52 ---> Running in 5d330b44655f 23:45:52 Removing intermediate container 5d330b44655f 23:45:52 ---> ee555055828d 23:45:52 Step 15/25 : RUN apk add --update --no-cache zeromq 23:45:52 ---> Running in 92318e4791f6 23:45:52 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 23:45:53 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 23:45:54 (1/5) Installing libgcc (10.3.1_git20210424-r2) 23:45:54 (2/5) Installing libsodium (1.0.18-r0) 23:45:54 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 23:45:54 (4/5) Installing libzmq (4.3.4-r0) 23:45:54 (5/5) Installing zeromq (4.3.4-r0) 23:45:54 Executing busybox-1.33.1-r7.trigger 23:45:54 OK: 8 MiB in 19 packages 23:45:54 Removing intermediate container 92318e4791f6 23:45:54 ---> 6016ba927289 23:45:54 Step 16/25 : WORKDIR / 23:45:54 ---> Running in 1e7dd9680ea1 23:45:55 Removing intermediate container 1e7dd9680ea1 23:45:55 ---> b132ce1827e1 23:45:55 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 23:45:55 ---> 245171997083 23:45:55 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 23:45:56 ---> d125fa3e00a1 23:45:56 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 23:45:56 ---> 6bb50d308bdc 23:45:56 Step 20/25 : EXPOSE 59999 23:45:56 ---> Running in 2967ecec4aeb 23:45:56 Removing intermediate container 2967ecec4aeb 23:45:56 ---> 4f9d6fdedc83 23:45:56 Step 21/25 : ENTRYPOINT ["/device-simple"] 23:45:56 ---> Running in e20621c56189 23:45:56 Removing intermediate container e20621c56189 23:45:56 ---> d71f28359595 23:45:56 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:45:56 ---> Running in 5913b484a7ce 23:45:56 Removing intermediate container 5913b484a7ce 23:45:56 ---> dfa367ef6abe 23:45:56 Step 23/25 : LABEL arch=amd64 23:45:56 ---> Running in c555837766d2 23:45:56 Removing intermediate container c555837766d2 23:45:56 ---> 320bdb4c0f11 23:45:56 Step 24/25 : LABEL git_sha=020e459d46674262bfd9b381d5c936c9acda85fe 23:45:56 ---> Running in 4e6e8d85a48d 23:45:56 Removing intermediate container 4e6e8d85a48d 23:45:56 ---> 5f10d42ed9a5 23:45:56 Step 25/25 : LABEL version=0.0.0 23:45:56 ---> Running in aa5a17392ae2 23:45:56 Removing intermediate container aa5a17392ae2 23:45:56 ---> d832d2380b20 23:45:56 [Warning] One or more build-args [ARCH] were not consumed 23:45:56 Successfully built d832d2380b20 23:45: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 23:45:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:45:57 23:45:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 23:45:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:45:57 latest: Pulling from edgex-lftools-log-publisher 23:45:57 5eb5b503b376: Pulling fs layer 23:45:57 5c69ac0246d0: Pulling fs layer 23:45:57 ec43610c2a17: Pulling fs layer 23:45:57 3a2ae6a8a46f: Pulling fs layer 23:45:57 33b1e0a273af: Pulling fs layer 23:45:57 5d3b04190fa2: Pulling fs layer 23:45:57 2f39f015ded8: Pulling fs layer 23:45:57 3a2ae6a8a46f: Waiting 23:45:57 33b1e0a273af: Waiting 23:45:57 2f39f015ded8: Waiting 23:45:57 5d3b04190fa2: Waiting 23:45:57 5c69ac0246d0: Download complete 23:45:57 3a2ae6a8a46f: Verifying Checksum 23:45:57 3a2ae6a8a46f: Download complete 23:45:57 33b1e0a273af: Verifying Checksum 23:45:57 33b1e0a273af: Download complete 23:45:57 ec43610c2a17: Verifying Checksum 23:45:57 ec43610c2a17: Download complete 23:45:57 5d3b04190fa2: Download complete 23:45:57 5eb5b503b376: Download complete 23:45:58 2f39f015ded8: Download complete 23:45:59 5eb5b503b376: Pull complete 23:45:59 5c69ac0246d0: Pull complete 23:45:59 ec43610c2a17: Pull complete 23:45:59 3a2ae6a8a46f: Pull complete 23:46:00 33b1e0a273af: Pull complete 23:46:00 5d3b04190fa2: Pull complete 23:46:05 2f39f015ded8: Pull complete 23:46:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:46:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:46:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 23:46:05 prd-ubuntu20.04-docker-8c-8g-62256 does not seem to be running inside a container 23:46:05 $ 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-1144 -v /w/workspace/gexfoundry_device-sdk-go_PR-1144:/w/workspace/gexfoundry_device-sdk-go_PR-1144:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1144@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 23:46:07 $ docker top eb75c7c4fff33d7a608e4c19fcf3587e948abed6ea9d0a1c7f2c8f925b193955 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:46:07 ---> job-cost.sh 23:46:07 lf-activate-venv: SKIPPING 23:46:07 INFO: No Stack... 23:46:08 INFO: Retrieving Pricing Info for: v3-standard-8 23:46:08 INFO: Archiving Costs [Pipeline] sh 23:46:09 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives/cost.csv 23:46:09 + cut -d, -f6 [Pipeline] lock 23:46:09 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1144-15-stack-cost] 23:46:09 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1144-15-stack-cost] did not exist. Created. 23:46:09 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1144-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:46:09 + echo total: 0.2199999988079071 [Pipeline] stash 23:46:09 Stashed 1 file(s) [Pipeline] } 23:46:09 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1144-15-stack-cost] [Pipeline] // lock [Pipeline] } 23:46:09 $ docker stop --time=1 eb75c7c4fff33d7a608e4c19fcf3587e948abed6ea9d0a1c7f2c8f925b193955 23:46:10 $ docker rm -f eb75c7c4fff33d7a608e4c19fcf3587e948abed6ea9d0a1c7f2c8f925b193955 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:05:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-63002 in /w/workspace/gexfoundry_device-sdk-go_PR-1144 [Pipeline] { [Pipeline] ws 00:05:05 Running in /w/workspace/device-sdk-go/15 [Pipeline] { [Pipeline] checkout 00:05:06 The recommended git tool is: git 00:05:14 using credential edgex-jenkins-ssh 00:05:14 Cloning the remote Git repository 00:05:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 00:05:14 > git init /w/workspace/device-sdk-go/15 # timeout=10 00:05:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:05:14 > git --version # timeout=10 00:05:14 > git --version # 'git version 2.25.1' 00:05:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:05:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:05:16 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:05:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:05:16 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 00:05:16 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 00:05:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:05:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1144/head:refs/remotes/origin/PR-1144 +refs/heads/main:refs/remotes/origin/main # timeout=10 00:05:17 Merging remotes/origin/main commit 4f64ab83298cb604fe88218673904389f4010661 into PR head commit 7951b8c72b787c8c13599feadf581ebd8b475afa 00:05:17 Merge succeeded, producing 61de60c7d4fac2e184f52580ea15e2058faed5dc 00:05:17 Checking out Revision 61de60c7d4fac2e184f52580ea15e2058faed5dc (PR-1144) 00:05:17 > git config core.sparsecheckout # timeout=10 00:05:17 > git checkout -f 7951b8c72b787c8c13599feadf581ebd8b475afa # timeout=10 00:05:17 > git remote # timeout=10 00:05:17 > git config --get remote.origin.url # timeout=10 00:05:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:05:17 > git merge 4f64ab83298cb604fe88218673904389f4010661 # timeout=10 00:05:17 > git rev-parse HEAD^{commit} # timeout=10 00:05:17 > git config core.sparsecheckout # timeout=10 00:05:17 > git checkout -f 61de60c7d4fac2e184f52580ea15e2058faed5dc # timeout=10 00:05:22 Commit message: "Merge commit '4f64ab83298cb604fe88218673904389f4010661' into HEAD" 00:05:22 > git rev-list --no-walk 7951b8c72b787c8c13599feadf581ebd8b475afa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:05:23 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:05:23 % Total % Received % Xferd Average Speed Time Time Time Current 00:05:23 Dload Upload Total Spent Left Speed 00:05:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 55863 0 --:--:-- --:--:-- --:--:-- 55863 [Pipeline] sh 00:05:24 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:05:24 + sudo tee /etc/docker/daemon.new 00:05:24 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:05:24 { 00:05:24 "registry-mirrors": [ 00:05:24 "https://nexus3.edgexfoundry.org:10001" 00:05:24 ], 00:05:24 "bip": "10.250.0.254/24", 00:05:24 "hosts": [ 00:05:24 "tcp://0.0.0.0:5555", 00:05:24 "unix:///var/run/docker.sock" 00:05:24 ], 00:05:24 "mtu": 1458, 00:05:24 "selinux-enabled": true, 00:05:24 "seccomp-profile": "/etc/docker/seccomp.json" 00:05:24 } [Pipeline] sh 00:05:25 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:05:25 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:05:43 provisioning config files... 00:05:43 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/15@tmp/config1152079804466863764tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:05:44 ---> docker-login.sh 00:05:44 nexus3.edgexfoundry.org:10001 00:05:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:05:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:05:45 Configure a credential helper to remove this warning. See 00:05:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:05:45 00:05:45 Login Succeeded 00:05:45 nexus3.edgexfoundry.org:10002 00:05:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:05:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:05:46 Configure a credential helper to remove this warning. See 00:05:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:05:46 00:05:46 Login Succeeded 00:05:46 nexus3.edgexfoundry.org:10003 00:05:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:05:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:05:46 Configure a credential helper to remove this warning. See 00:05:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:05:46 00:05:46 Login Succeeded 00:05:46 nexus3.edgexfoundry.org:10004 00:05:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:05:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:05:46 Configure a credential helper to remove this warning. See 00:05:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:05:46 00:05:46 Login Succeeded 00:05:46 docker.io 00:05:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:05:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:05:47 Configure a credential helper to remove this warning. See 00:05:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:05:47 00:05:47 Login Succeeded 00:05:47 ---> docker-login.sh ends [Pipeline] } 00:05:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:05:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:05:48 ========================================================= 00:05:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 00:05:48 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 00:05:48 + 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 . 00:05:49 Sending build context to Docker daemon 5.254MB 00:05:49 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 00:05:49 Step 2/11 : FROM ${BASE} AS builder 00:05:49 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:05:49 9b3977197b4f: Pulling fs layer 00:05:49 1a89e8eeedd5: Pulling fs layer 00:05:49 94645a83ff95: Pulling fs layer 00:05:49 3f3a8bcf1eab: Pulling fs layer 00:05:49 0c92f367c5e7: Pulling fs layer 00:05:49 3096ccb668a1: Pulling fs layer 00:05:49 e8cf19c19ddd: Pulling fs layer 00:05:49 a4caa8a26152: Pulling fs layer 00:05:49 3096ccb668a1: Waiting 00:05:49 e8cf19c19ddd: Waiting 00:05:49 a4caa8a26152: Waiting 00:05:49 3f3a8bcf1eab: Waiting 00:05:49 0c92f367c5e7: Waiting 00:05:49 94645a83ff95: Verifying Checksum 00:05:49 94645a83ff95: Download complete 00:05:49 1a89e8eeedd5: Verifying Checksum 00:05:49 1a89e8eeedd5: Download complete 00:05:49 0c92f367c5e7: Verifying Checksum 00:05:49 0c92f367c5e7: Download complete 00:05:49 3096ccb668a1: Verifying Checksum 00:05:49 3096ccb668a1: Download complete 00:05:49 9b3977197b4f: Verifying Checksum 00:05:49 9b3977197b4f: Download complete 00:05:49 e8cf19c19ddd: Download complete 00:05:50 9b3977197b4f: Pull complete 00:05:51 1a89e8eeedd5: Pull complete 00:05:51 94645a83ff95: Pull complete 00:05:51 a4caa8a26152: Verifying Checksum 00:05:51 a4caa8a26152: Download complete 00:05:52 3f3a8bcf1eab: Verifying Checksum 00:05:52 3f3a8bcf1eab: Download complete 00:06:07 3f3a8bcf1eab: Pull complete 00:06:07 0c92f367c5e7: Pull complete 00:06:07 3096ccb668a1: Pull complete 00:06:07 e8cf19c19ddd: Pull complete 00:06:14 a4caa8a26152: Pull complete 00:06:14 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 00:06:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 00:06:14 ---> 725f1c02e7f9 00:06:14 Step 3/11 : ARG MAKE=make build 00:06:14 ---> Running in c30bd38491ce 00:06:15 Removing intermediate container c30bd38491ce 00:06:15 ---> 94be2b044fe0 00:06:15 Step 4/11 : WORKDIR /device-sdk-go 00:06:15 ---> Running in f949d7d2b6f0 00:06:16 Removing intermediate container f949d7d2b6f0 00:06:16 ---> d05fe0a572c8 00:06:16 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:06:16 ---> Running in 16cc2f3c84ae 00:06:16 Removing intermediate container 16cc2f3c84ae 00:06:16 ---> ef30d3114a0c 00:06:16 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:06:16 ---> Running in 67f375421b6b 00:06:19 Removing intermediate container 67f375421b6b 00:06:19 ---> 4646a319f21a 00:06:19 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 00:06:19 ---> Running in 0760616cdb3b 00:06:20 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:06:21 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:06:22 OK: 220 MiB in 52 packages 00:06:23 Removing intermediate container 0760616cdb3b 00:06:23 ---> eeb18a3c928a 00:06:23 Step 8/11 : COPY go.mod vendor* ./ 00:06:24 ---> f6a3a778c8c2 00:06:24 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:06:24 ---> Running in aa659e575b64 00:07:20 Removing intermediate container aa659e575b64 00:07:20 ---> 331c474dc9a4 00:07:20 Step 10/11 : COPY . . 00:07:20 ---> 386125832f87 00:07:20 Step 11/11 : RUN ${MAKE} 00:07:20 ---> Running in 6322dbc79d70 00:07:20 noop 00:07:20 Removing intermediate container 6322dbc79d70 00:07:20 ---> 9ea89e0b25ca 00:07:20 Successfully built 9ea89e0b25ca 00:07:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:07:21 + docker inspect -f . ci-base-image-arm64 00:07:21 . [Pipeline] withDockerContainer 00:07:21 prd-ubuntu20.04-docker-arm64-4c-16g-63002 does not seem to be running inside a container 00:07:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 00:07:23 $ docker top 8fa1076ccc78038623115949136b59121f03dad4ad1af81766f1efb9b2cba8ac -eo pid,comm [Pipeline] { [Pipeline] sh 00:07:24 + go version 00:07:24 go version go1.17.6 linux/arm64 [Pipeline] } 00:07:24 $ docker stop --time=1 8fa1076ccc78038623115949136b59121f03dad4ad1af81766f1efb9b2cba8ac 00:07:25 $ docker rm -f 8fa1076ccc78038623115949136b59121f03dad4ad1af81766f1efb9b2cba8ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:07:26 + docker inspect -f . ci-base-image-arm64 00:07:26 . [Pipeline] withDockerContainer 00:07:26 prd-ubuntu20.04-docker-arm64-4c-16g-63002 does not seem to be running inside a container 00:07:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 00:07:28 $ docker top 9abc4ef514fcf5124c70f3c0df557811652854bee7ff096afda77672484ae4b9 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 00:07:29 + make test 00:07:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:08:08 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 00:10:15 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 00:10:15 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 00:10:15 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 00:10:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.422s coverage: 23.3% of statements 00:10:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 00:10:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.309s coverage: 27.6% of statements 00:10:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.517s coverage: 78.9% of statements 00:10:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.288s coverage: 10.8% of statements 00:10:20 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.750s coverage: 60.0% of statements 00:10:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 00:10:20 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 00:10:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.494s coverage: 34.8% of statements 00:10:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 00:10:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.352s coverage: 86.5% of statements 00:10:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 00:10:26 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 00:10:26 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.543s coverage: 65.1% of statements 00:10:28 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.344s coverage: 89.2% of statements 00:10:28 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 00:10:32 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.284s coverage: 4.7% of statements 00:10:32 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 00:10:33 WARNING: Linting skipped (not on x86_64 or linter not installed) 00:10:33 GO111MODULE=on go vet ./... 00:12:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:12:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:12:10 ./bin/test-attribution-txt.sh [Pipeline] echo 00:12:13 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 00:12:13 $ docker stop --time=1 9abc4ef514fcf5124c70f3c0df557811652854bee7ff096afda77672484ae4b9 00:12:15 $ docker rm -f 9abc4ef514fcf5124c70f3c0df557811652854bee7ff096afda77672484ae4b9 [Pipeline] // withDockerContainer [Pipeline] sh 00:12:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:12:16 Warning: overwriting stash ‘coverage-report’ 00:12:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:12:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:12:18 + ls -al . 00:12:18 total 296 00:12:18 drwxrwxr-x 10 jenkins jenkins 4096 May 11 00:12 . 00:12:18 drwxrwxr-x 4 jenkins jenkins 4096 May 11 00:05 .. 00:12:18 -rw-rw-r-- 1 jenkins jenkins 140 May 11 00:05 .dockerignore 00:12:18 drwxrwxr-x 8 jenkins jenkins 4096 May 11 00:05 .git 00:12:18 drwxrwxr-x 2 jenkins jenkins 4096 May 11 00:05 .github 00:12:18 -rw-rw-r-- 1 jenkins jenkins 131 May 11 00:05 .gitignore 00:12:18 -rw-rw-r-- 1 jenkins jenkins 42 May 11 00:05 .golangci.yml 00:12:18 -rw-rw-r-- 1 jenkins jenkins 29536 May 11 00:05 CHANGELOG.md 00:12:18 -rw-rw-r-- 1 jenkins jenkins 677 May 11 00:05 GOVERNANCE.md 00:12:18 -rw-rw-r-- 1 jenkins jenkins 880 May 11 00:05 Jenkinsfile 00:12:18 -rw-rw-r-- 1 jenkins jenkins 11341 May 11 00:05 LICENSE 00:12:18 -rw-rw-r-- 1 jenkins jenkins 2015 May 11 00:05 Makefile 00:12:18 -rw-rw-r-- 1 jenkins jenkins 619 May 11 00:05 OWNERS.md 00:12:18 -rw-rw-r-- 1 jenkins jenkins 4881 May 11 00:05 README.md 00:12:18 -rw-rw-r-- 1 jenkins jenkins 5 May 10 23:44 VERSION 00:12:18 drwxrwxr-x 2 jenkins jenkins 4096 May 11 00:05 bin 00:12:18 -rw-r--r-- 1 jenkins jenkins 130739 May 11 00:10 coverage.out 00:12:18 drwxrwxr-x 5 jenkins jenkins 4096 May 11 00:05 example 00:12:18 -rw-rw-r-- 1 jenkins jenkins 3159 May 11 00:05 go.mod 00:12:18 -rw-rw-r-- 1 jenkins jenkins 34898 May 11 00:05 go.sum 00:12:18 drwxrwxr-x 15 jenkins jenkins 4096 May 11 00:05 internal 00:12:18 drwxrwxr-x 3 jenkins jenkins 4096 May 11 00:05 openapi 00:12:18 drwxrwxr-x 5 jenkins jenkins 4096 May 11 00:05 pkg 00:12:18 drwxrwxr-x 4 jenkins jenkins 4096 May 11 00:05 snap 00:12:18 -rw-rw-r-- 1 jenkins jenkins 222 May 11 00:05 version.go [Pipeline] isUnix [Pipeline] sh 00:12:18 + 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=61de60c7d4fac2e184f52580ea15e2058faed5dc --label arch=arm64 --label version=0.0.0 . 00:12:19 Sending build context to Docker daemon 5.386MB 00:12:19 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 00:12:19 Step 2/25 : FROM ${BASE} AS builder 00:12:19 ---> 9ea89e0b25ca 00:12:19 Step 3/25 : ARG MAKE=make build 00:12:19 ---> Running in 4e7569c0b00d 00:12:19 Removing intermediate container 4e7569c0b00d 00:12:19 ---> 9742a400f0b0 00:12:19 Step 4/25 : WORKDIR /device-sdk-go 00:12:19 ---> Running in 5187bb8f5810 00:12:20 Removing intermediate container 5187bb8f5810 00:12:20 ---> 2f1450807425 00:12:20 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:12:20 ---> Running in c6bf04b33b54 00:12:20 Removing intermediate container c6bf04b33b54 00:12:20 ---> 2764f25f5d8d 00:12:20 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:12:20 ---> Running in 64f426e67054 00:12:22 Removing intermediate container 64f426e67054 00:12:22 ---> 9603657d594b 00:12:22 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 00:12:22 ---> Running in a94d2c53d63d 00:12:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:12:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:12:25 OK: 220 MiB in 52 packages 00:12:26 Removing intermediate container a94d2c53d63d 00:12:26 ---> f60145e29c9b 00:12:26 Step 8/25 : COPY go.mod vendor* ./ 00:12:27 ---> 15b2e21cf454 00:12:27 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:12:27 ---> Running in 254defc3da4e 00:12:29 Removing intermediate container 254defc3da4e 00:12:29 ---> f8bf227a343f 00:12:29 Step 10/25 : COPY . . 00:12:30 ---> 13df90b05a1f 00:12:30 Step 11/25 : RUN ${MAKE} 00:12:30 ---> Running in 7adca565897e 00:12:31 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 00:14:53 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 00:14:53 Removing intermediate container 7adca565897e 00:14:53 ---> 5f2519a6d1b1 00:14:53 Step 12/25 : FROM alpine:3.14 00:14:53 3.14: Pulling from library/alpine 00:14:53 455c02918c45: Pulling fs layer 00:14:53 455c02918c45: Verifying Checksum 00:14:53 455c02918c45: Download complete 00:14:53 455c02918c45: Pull complete 00:14:53 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 00:14:53 Status: Downloaded newer image for alpine:3.14 00:14:53 ---> ac73e934f311 00:14:53 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 00:14:53 ---> Running in 4820b9351d97 00:14:53 Removing intermediate container 4820b9351d97 00:14:53 ---> fd292ebb5599 00:14:53 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:14:53 ---> Running in b4852699fdf4 00:14:53 Removing intermediate container b4852699fdf4 00:14:53 ---> 4733a810b34e 00:14:53 Step 15/25 : RUN apk add --update --no-cache zeromq 00:14:53 ---> Running in 411be9199fd4 00:14:53 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 00:14:53 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 00:14:53 (1/5) Installing libgcc (10.3.1_git20210424-r2) 00:14:53 (2/5) Installing libsodium (1.0.18-r0) 00:14:53 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 00:14:53 (4/5) Installing libzmq (4.3.4-r0) 00:14:53 (5/5) Installing zeromq (4.3.4-r0) 00:14:53 Executing busybox-1.33.1-r7.trigger 00:14:53 OK: 8 MiB in 19 packages 00:14:54 Removing intermediate container 411be9199fd4 00:14:54 ---> 9542e94927e9 00:14:54 Step 16/25 : WORKDIR / 00:14:54 ---> Running in 708f3ef79471 00:14:54 Removing intermediate container 708f3ef79471 00:14:54 ---> 9fab7a31fef8 00:14:54 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 00:14:55 ---> 7afd3c786e9c 00:14:55 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 00:14:56 ---> 062b0f1f87e6 00:14:56 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 00:14:57 ---> e7b1c5d26fc2 00:14:57 Step 20/25 : EXPOSE 59999 00:14:57 ---> Running in e14b17b2c914 00:14:58 Removing intermediate container e14b17b2c914 00:14:58 ---> fe4d099b564c 00:14:58 Step 21/25 : ENTRYPOINT ["/device-simple"] 00:14:58 ---> Running in c3aa81594ae8 00:14:58 Removing intermediate container c3aa81594ae8 00:14:58 ---> 052a27cfe726 00:14:58 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:14:58 ---> Running in c5051b9ea4b1 00:14:58 Removing intermediate container c5051b9ea4b1 00:14:58 ---> 860f48a61532 00:14:58 Step 23/25 : LABEL arch=arm64 00:14:58 ---> Running in 066bf488b996 00:14:59 Removing intermediate container 066bf488b996 00:14:59 ---> 5033606a7b37 00:14:59 Step 24/25 : LABEL git_sha=61de60c7d4fac2e184f52580ea15e2058faed5dc 00:14:59 ---> Running in 12ff9621c20a 00:14:59 Removing intermediate container 12ff9621c20a 00:14:59 ---> 9834d6c126d4 00:14:59 Step 25/25 : LABEL version=0.0.0 00:14:59 ---> Running in 50530c4b0ea3 00:15:00 Removing intermediate container 50530c4b0ea3 00:15:00 ---> 746eb7e3f154 00:15:00 [Warning] One or more build-args [ARCH] were not consumed 00:15:00 Successfully built 746eb7e3f154 00:15:00 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 00:15:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:15:00 00:15:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 00:15:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:15:01 arm64: Pulling from edgex-lftools-log-publisher 00:15:01 8998bd30e6a1: Pulling fs layer 00:15:01 04944245beec: Pulling fs layer 00:15:01 699f458cf7ca: Pulling fs layer 00:15:01 765212b225bb: Pulling fs layer 00:15:01 f23df028b6ca: Pulling fs layer 00:15:01 d65c8cfc05b1: Pulling fs layer 00:15:01 2437ff75d9bd: Pulling fs layer 00:15:01 f23df028b6ca: Waiting 00:15:01 765212b225bb: Waiting 00:15:01 d65c8cfc05b1: Waiting 00:15:01 2437ff75d9bd: Waiting 00:15:01 04944245beec: Verifying Checksum 00:15:01 04944245beec: Download complete 00:15:01 765212b225bb: Verifying Checksum 00:15:01 765212b225bb: Download complete 00:15:01 f23df028b6ca: Verifying Checksum 00:15:01 f23df028b6ca: Download complete 00:15:01 d65c8cfc05b1: Download complete 00:15:01 699f458cf7ca: Verifying Checksum 00:15:01 699f458cf7ca: Download complete 00:15:01 8998bd30e6a1: Download complete 00:15:04 2437ff75d9bd: Verifying Checksum 00:15:04 2437ff75d9bd: Download complete 00:15:06 8998bd30e6a1: Pull complete 00:15:06 04944245beec: Pull complete 00:15:08 699f458cf7ca: Pull complete 00:15:08 765212b225bb: Pull complete 00:15:09 f23df028b6ca: Pull complete 00:15:09 d65c8cfc05b1: Pull complete 00:15:25 2437ff75d9bd: Pull complete 00:15:25 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:15:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:15:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 00:15:25 prd-ubuntu20.04-docker-arm64-4c-16g-63002 does not seem to be running inside a container 00:15:25 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 00:15:28 $ docker top 52e70619166072322c896687d3f437217b4b0142a7c1b0201a032df8f9a84a43 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:15:29 ---> job-cost.sh 00:15:29 lf-activate-venv: SKIPPING 00:15:29 INFO: No Stack... 00:15:29 INFO: Retrieving Pricing Info for: v3-standard-4 00:15:30 INFO: Archiving Costs [Pipeline] sh 00:15:31 + + catcut /w/workspace/device-sdk-go/15/archives/cost.csv -d, 00:15:31 -f6 [Pipeline] lock 00:15:31 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1144-15-stack-cost] 00:15:31 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1144-15-stack-cost] did not exist. Created. 00:15:31 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1144-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:15:32 /w/workspace/device-sdk-go/15@tmp/durable-005768e1/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:15:33 + echo total: 0.10999999940395355 [Pipeline] stash 00:15:33 Warning: overwriting stash ‘stack-cost’ 00:15:33 Stashed 1 file(s) [Pipeline] } 00:15:33 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1144-15-stack-cost] [Pipeline] // lock [Pipeline] } 00:15:33 $ docker stop --time=1 52e70619166072322c896687d3f437217b4b0142a7c1b0201a032df8f9a84a43 00:15:34 $ docker rm -f 52e70619166072322c896687d3f437217b4b0142a7c1b0201a032df8f9a84a43 [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 00:15:35 provisioning config files... 00:15:35 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/config6486343730118136822tmp [Pipeline] { [Pipeline] sh 00:15:35 + set +x 00:15:35 + curl -s https://codecov.io/bash 00:15:35 + bash -s -- 00:15:35 00:15:35 _____ _ 00:15:35 / ____| | | 00:15:35 | | ___ __| | ___ ___ _____ __ 00:15:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:15:35 | |___| (_) | (_| | __/ (_| (_) \ V / 00:15:35 \_____\___/ \__,_|\___|\___\___/ \_/ 00:15:35 Bash-1.0.6 00:15:35 00:15:35 00:15:35 ==> git version 2.25.1 found 00:15:35 ==> 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 00:15:35 Release-Date: 2020-01-08 00:15:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 00:15:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 00:15:35 ==> Jenkins CI detected. 00:15:35 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1144 00:15:35 project root: . 00:15:35 --> token set from env 00:15:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:15:35 ==> Running gcov in . (disable via -X gcov) 00:15:35 ==> Python coveragepy not found 00:15:35 ==> Searching for coverage reports in: 00:15:35 + . 00:15:35 -> Found 1 reports 00:15:35 ==> Detecting git/mercurial file structure 00:15:35 ==> Reading reports 00:15:35 + ./coverage.out bytes=130739 00:15:35 ==> Appending adjustments 00:15:35 https://docs.codecov.io/docs/fixing-reports 00:15:35 + Found adjustments 00:15:35 ==> Gzipping contents 00:15:35 20K /tmp/codecov.WgO5n5.gz 00:15:35 ==> Uploading reports 00:15:35 url: https://codecov.io 00:15:35 query: branch=PR-1144&commit=020e459d46674262bfd9b381d5c936c9acda85fe&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1144%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1144&job=&cmd_args= 00:15:35 -> Pinging Codecov 00:15:35 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1144&commit=020e459d46674262bfd9b381d5c936c9acda85fe&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1144%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1144&job=&cmd_args= 00:15:36 -> Uploading to 00:15:36 https://storage.googleapis.com/codecov/v4/raw/2022-05-11/7E55EF52A471D76F132DFD9A03CDDE97/020e459d46674262bfd9b381d5c936c9acda85fe/792a2d9f-792b-4a01-b7d0-93ffbf1c66ef.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220511T001536Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1c56faee4f9de8821ea167b818ce9bc3c60b10fbd6498c5a09516d7410643433 00:15:36 % Total % Received % Xferd Average Speed Time Time Time Current 00:15:36 Dload Upload Total Spent Left Speed 00:15:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16852 0 0 100 16852 0 75232 --:--:-- --:--:-- --:--:-- 75232 00:15:36 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/020e459d46674262bfd9b381d5c936c9acda85fe [Pipeline] } 00:15:36 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 00:15:37 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives ] 00:15:37 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives 00:15:37 total 16 00:15:37 drwxr-xr-x 3 root root 4096 May 10 23:46 . 00:15:37 drwxrwxr-x 12 jenkins jenkins 4096 May 10 23:46 .. 00:15:37 drwxr-xr-x 2 root root 4096 May 10 23:46 cost 00:15:37 -rw-r--r-- 1 root root 86 May 10 23:46 cost.csv 00:15:37 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives 00:15:37 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives 00:15:37 total 16 00:15:37 drwxr-xr-x 3 jenkins jenkins 4096 May 10 23:46 . 00:15:37 drwxrwxr-x 12 jenkins jenkins 4096 May 10 23:46 .. 00:15:37 drwxr-xr-x 2 jenkins jenkins 4096 May 10 23:46 cost 00:15:37 -rw-r--r-- 1 jenkins jenkins 86 May 10 23:46 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:15:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:15:38 ---> package-listing.sh 00:15:38 ++ tr '[:upper:]' '[:lower:]' 00:15:38 ++ facter osfamily 00:15:38 + OS_FAMILY=debian 00:15:38 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1144 00:15:38 + START_PACKAGES=/tmp/packages_start.txt 00:15:38 + END_PACKAGES=/tmp/packages_end.txt 00:15:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:15:38 + PACKAGES=/tmp/packages_start.txt 00:15:38 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1144 ']' 00:15:38 + PACKAGES=/tmp/packages_end.txt 00:15:38 + case "${OS_FAMILY}" in 00:15:38 + dpkg -l 00:15:38 + grep '^ii' 00:15:38 + '[' -f /tmp/packages_start.txt ']' 00:15:38 + '[' -f /tmp/packages_end.txt ']' 00:15:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:15:38 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1144 ']' 00:15:38 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives/ 00:15:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives/ [Pipeline] echo 00:15:38 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-1144/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:15:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:15:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:15:39 . [Pipeline] withDockerContainer 00:15:39 prd-ubuntu20.04-docker-8c-8g-62256 does not seem to be running inside a container 00:15:39 $ 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-1144/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-1144 -v /w/workspace/gexfoundry_device-sdk-go_PR-1144:/w/workspace/gexfoundry_device-sdk-go_PR-1144:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1144@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 00:15:39 $ docker top ff0e2affe0b6013e2f45adc0663021bd5f699363f4ac0f6e3cc89c881a46e9a3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:15:40 + touch /tmp/pre-build-complete [Pipeline] sh 00:15:40 + mkdir -p /var/log/sysstat [Pipeline] sh 00:15:40 + ls /var/log/sa-host 00:15:40 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:15:40 provisioning config files... 00:15:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/config8479524740496137102tmp [Pipeline] { [Pipeline] echo 00:15:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:15:41 ---> create-netrc.sh [Pipeline] } 00:15:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:15:41 ---> python-tools-install.sh [Pipeline] echo 00:15:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:15:41 ---> sudo-logs.sh 00:15:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:15:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:15:42 ---> job-cost.sh 00:15:42 lf-activate-venv: SKIPPING 00:15:42 DEBUG: total: 0.2199999988079071 00:15:42 INFO: Retrieving Stack Cost... 00:15:42 INFO: Retrieving Pricing Info for: v3-standard-8 00:15:43 INFO: Archiving Costs [Pipeline] echo 00:15:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:15:43 ---> logs-deploy.sh 00:15:43 lf-activate-venv: SKIPPING 00:15:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1144/15 00:15:43 INFO: archiving workspace using pattern(s): 00:15:44 Archives upload complete. 00:15:44 INFO: archiving logs to Nexus