Pull request #1144 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a+cc37b9e2c9629ca07e46878051115594cd22d281 (39a14dcc5d2835fd3efb111d52e2e3a1d9d238ba) 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-ssh2807081085261188050.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh1754136274813704240.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-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-ssh13511706988361983090.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16204445004275077634.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-ssh16325050061081614462.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-34822 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 cc37b9e2c9629ca07e46878051115594cd22d281 into PR head commit 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a Merge succeeded, producing 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a Checking out Revision 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a (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 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a # 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 cc37b9e2c9629ca07e46878051115594cd22d281 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a # timeout=10 Commit message: "build(deps): bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:03:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:03:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:03:55 ========================================================= 02:03:55 EdgeX Global Pipelines Version Info 02:03:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk bfcfbcd4b592c3bf6de8e57d339223d935e44f8d # timeout=10 02:03:56 ------------------- 02:03:56 stable info: 02:03:56 ------------------- 02:03:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:03:56 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 02:03:56 Message: update stable to v1.0.227 02:03:57 ------------------- 02:03:57 experimental info: 02:03:57 ------------------- 02:03:57 Commited By: **** collab-it+edgex@linuxfoundation.org 02:03:57 Commit SHA: 602d0728ebfd21a5b975e02ac0465e47e5fef8c7 02:03:57 Message: update experimental to v1.0.228 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1144 [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1144 [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1144 [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9a0a529 [Pipeline] echo 02:03:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:03:57 provisioning config files... 02:03:57 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/config1263267801519183300tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:03:58 ---> docker-login.sh 02:03:58 nexus3.edgexfoundry.org:10001 02:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:58 Configure a credential helper to remove this warning. See 02:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:58 02:03:58 Login Succeeded 02:03:58 nexus3.edgexfoundry.org:10002 02:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:58 Configure a credential helper to remove this warning. See 02:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:58 02:03:58 Login Succeeded 02:03:58 nexus3.edgexfoundry.org:10003 02:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:58 Configure a credential helper to remove this warning. See 02:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:58 02:03:58 Login Succeeded 02:03:58 nexus3.edgexfoundry.org:10004 02:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:58 Configure a credential helper to remove this warning. See 02:03:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:58 02:03:58 Login Succeeded 02:03:58 docker.io 02:03:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:59 Configure a credential helper to remove this warning. See 02:03:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:59 02:03:59 Login Succeeded 02:03:59 ---> docker-login.sh ends [Pipeline] } 02:03:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 02:03:59 + git rev-list -1 --merges 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a~1..9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a [Pipeline] echo 02:03:59 -----------> git rev-list -1 --merges 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a~1..9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a [false] [Pipeline] sh 02:03:59 + git log --format=format:%s -1 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a [Pipeline] echo 02:03:59 ========================================================= 02:03:59 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 02:03:59 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:04:00 + git log --format=format:%s -1 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a [Pipeline] echo 02:04:00 [semverPrep] GIT_COMMIT: 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a, Commit Message: build(deps): bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5 [Pipeline] echo 02:04:00 [semverPrep] This is not a build commit. [Pipeline] sh 02:04:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 02:04:00 + grep -v github /etc/ssh/ssh_known_hosts 02:04:00 + [ -e /tmp/ssh_known_hosts ] 02:04:00 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 02:04:00 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 02:04:00 + sudo tee -a /etc/ssh/ssh_known_hosts 02:04:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 02:04:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 02:04:00 02:04:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:04:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 02:04:01 latest: Pulling from edgex-devops/py-git-semver 02:04:01 1fe172e4850f: Pulling fs layer 02:04:01 caf521ccaac6: Pulling fs layer 02:04:01 3ead6fa29328: Pulling fs layer 02:04:01 5c2a1cbceb83: Pulling fs layer 02:04:01 a8d5f1318db7: Pulling fs layer 02:04:01 c427282e49a2: Pulling fs layer 02:04:01 1827001aaf11: Pulling fs layer 02:04:01 0714d37db230: Pulling fs layer 02:04:01 ac28cf19c067: Pulling fs layer 02:04:01 ca983d60f3e2: Pulling fs layer 02:04:01 9f894cec8388: Pulling fs layer 02:04:01 c427282e49a2: Waiting 02:04:01 1827001aaf11: Waiting 02:04:01 ac28cf19c067: Waiting 02:04:01 5c2a1cbceb83: Waiting 02:04:01 a8d5f1318db7: Waiting 02:04:01 0714d37db230: Waiting 02:04:01 ca983d60f3e2: Waiting 02:04:01 9f894cec8388: Waiting 02:04:01 caf521ccaac6: Download complete 02:04:01 5c2a1cbceb83: Verifying Checksum 02:04:01 5c2a1cbceb83: Download complete 02:04:01 3ead6fa29328: Verifying Checksum 02:04:01 3ead6fa29328: Download complete 02:04:01 a8d5f1318db7: Verifying Checksum 02:04:01 a8d5f1318db7: Download complete 02:04:01 c427282e49a2: Download complete 02:04:01 0714d37db230: Verifying Checksum 02:04:01 0714d37db230: Download complete 02:04:01 ac28cf19c067: Verifying Checksum 02:04:01 ac28cf19c067: Download complete 02:04:01 ca983d60f3e2: Verifying Checksum 02:04:01 9f894cec8388: Verifying Checksum 02:04:01 9f894cec8388: Download complete 02:04:01 1fe172e4850f: Download complete 02:04:01 1827001aaf11: Verifying Checksum 02:04:01 1827001aaf11: Download complete 02:04:02 1fe172e4850f: Pull complete 02:04:02 caf521ccaac6: Pull complete 02:04:03 3ead6fa29328: Pull complete 02:04:03 5c2a1cbceb83: Pull complete 02:04:03 a8d5f1318db7: Pull complete 02:04:03 c427282e49a2: Pull complete 02:04:05 1827001aaf11: Pull complete 02:04:05 0714d37db230: Pull complete 02:04:05 ac28cf19c067: Pull complete 02:04:05 ca983d60f3e2: Pull complete 02:04:05 9f894cec8388: Pull complete 02:04:05 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 02:04:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 02:04:05 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 02:04:05 prd-ubuntu20.04-docker-8c-8g-34822 does not seem to be running inside a container 02:04:06 $ 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 02:04:07 $ docker top ed8f7b6097bf2f310a0ab4af889b2c1e0d998fe0fd707f1b50bd7da1bfc8db54 -eo pid,comm 02:04:07 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). 02:04:07 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:04:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:04:07 [ssh-agent] Looking for ssh-agent implementation... 02:04:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:04:07 $ docker exec ed8f7b6097bf2f310a0ab4af889b2c1e0d998fe0fd707f1b50bd7da1bfc8db54 ssh-agent 02:04:07 SSH_AUTH_SOCK=/tmp/ssh-34aDWpjxgP7F/agent.32 02:04:07 SSH_AGENT_PID=38 02:04:07 Running ssh-add (command line suppressed) 02:04:07 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/private_key_8050852569672183001.key (/w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/private_key_8050852569672183001.key) 02:04:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:04:08 + git tag --points-at HEAD [Pipeline] } 02:04:08 $ docker exec --env ******** --env ******** ed8f7b6097bf2f310a0ab4af889b2c1e0d998fe0fd707f1b50bd7da1bfc8db54 ssh-agent -k 02:04:08 unset SSH_AUTH_SOCK; 02:04:08 unset SSH_AGENT_PID; 02:04:08 echo Agent pid 38 killed; 02:04:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:04:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:04:08 [ssh-agent] Looking for ssh-agent implementation... 02:04:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:04:08 $ docker exec ed8f7b6097bf2f310a0ab4af889b2c1e0d998fe0fd707f1b50bd7da1bfc8db54 ssh-agent 02:04:08 SSH_AUTH_SOCK=/tmp/ssh-M0LL1UYqpQ8E/agent.71 02:04:08 SSH_AGENT_PID=77 02:04:08 Running ssh-add (command line suppressed) 02:04:08 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/private_key_380129321692933900.key (/w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/private_key_380129321692933900.key) 02:04:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:04:09 + git semver init 02:04:09 2022-05-03 02:04:09,242 [run_init] DEBUG init version:0.0.0 force:False 02:04:09 2022-05-03 02:04:09,243 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver 02:04:09 2022-05-03 02:04:09,243 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver 02:04:09 2022-05-03 02:04:09,243 [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) 02:04:10 2022-05-03 02:04:10,068 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1144/.git/info/exclude 02:04:10 2022-05-03 02:04:10,068 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver/PR-1144 with force:False 02:04:10 2022-05-03 02:04:10,068 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver/PR-1144 02:04:10 2022-05-03 02:04:10,071 [execute] INFO git cat-file --batch-check 02:04:10 2022-05-03 02:04:10,072 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver, universal_newlines=False, shell=None, istream=) 02:04:10 2022-05-03 02:04:10,076 [execute] INFO git cat-file --batch 02:04:10 2022-05-03 02:04:10,076 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver, universal_newlines=False, shell=None, istream=) 02:04:10 2022-05-03 02:04:10,079 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1144/.semver/PR-1144 02:04:10 0.0.0 [Pipeline] } 02:04:10 $ docker exec --env ******** --env ******** ed8f7b6097bf2f310a0ab4af889b2c1e0d998fe0fd707f1b50bd7da1bfc8db54 ssh-agent -k 02:04:10 unset SSH_AUTH_SOCK; 02:04:10 unset SSH_AGENT_PID; 02:04:10 echo Agent pid 77 killed; 02:04:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:04:10 + git semver [Pipeline] } 02:04:10 $ docker stop --time=1 ed8f7b6097bf2f310a0ab4af889b2c1e0d998fe0fd707f1b50bd7da1bfc8db54 02:04:12 $ docker rm -f ed8f7b6097bf2f310a0ab4af889b2c1e0d998fe0fd707f1b50bd7da1bfc8db54 [Pipeline] // withDockerContainer [Pipeline] sh 02:04:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:04:12 Stashed 1 file(s) [Pipeline] echo 02:04:12 [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 02:04:13 provisioning config files... 02:04:13 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/config7479979501074306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:04:13 ---> docker-login.sh 02:04:13 nexus3.edgexfoundry.org:10001 02:04:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:13 Configure a credential helper to remove this warning. See 02:04:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:13 02:04:13 Login Succeeded 02:04:13 nexus3.edgexfoundry.org:10002 02:04:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:13 Configure a credential helper to remove this warning. See 02:04:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:13 02:04:13 Login Succeeded 02:04:13 nexus3.edgexfoundry.org:10003 02:04:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:13 Configure a credential helper to remove this warning. See 02:04:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:13 02:04:13 Login Succeeded 02:04:13 nexus3.edgexfoundry.org:10004 02:04:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:13 Configure a credential helper to remove this warning. See 02:04:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:13 02:04:13 Login Succeeded 02:04:13 docker.io 02:04:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:04:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:04:14 Configure a credential helper to remove this warning. See 02:04:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:04:14 02:04:14 Login Succeeded 02:04:14 ---> docker-login.sh ends [Pipeline] } 02:04:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:04:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:04:14 ========================================================= 02:04:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 02:04:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 02:04:14 + 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 . 02:04:14 Sending build context to Docker daemon 9.663MB 02:04:14 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 02:04:14 Step 2/11 : FROM ${BASE} AS builder 02:04:14 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 02:04:14 59bf1c3509f3: Pulling fs layer 02:04:14 666ba61612fd: Pulling fs layer 02:04:14 8ed8ca486205: Pulling fs layer 02:04:14 4fe6c5a15a65: Pulling fs layer 02:04:14 22a0e8bec74d: Pulling fs layer 02:04:14 ca2b28591e48: Pulling fs layer 02:04:14 a51346096db8: Pulling fs layer 02:04:14 daebc70d1ce1: Pulling fs layer 02:04:14 0e18a0eac166: Pulling fs layer 02:04:14 4fe6c5a15a65: Waiting 02:04:14 22a0e8bec74d: Waiting 02:04:14 ca2b28591e48: Waiting 02:04:14 a51346096db8: Waiting 02:04:14 daebc70d1ce1: Waiting 02:04:14 0e18a0eac166: Waiting 02:04:14 8ed8ca486205: Verifying Checksum 02:04:14 8ed8ca486205: Download complete 02:04:14 666ba61612fd: Download complete 02:04:14 22a0e8bec74d: Verifying Checksum 02:04:14 22a0e8bec74d: Download complete 02:04:14 ca2b28591e48: Verifying Checksum 02:04:14 ca2b28591e48: Download complete 02:04:14 a51346096db8: Verifying Checksum 02:04:14 a51346096db8: Download complete 02:04:14 59bf1c3509f3: Download complete 02:04:14 daebc70d1ce1: Verifying Checksum 02:04:14 daebc70d1ce1: Download complete 02:04:14 59bf1c3509f3: Pull complete 02:04:14 666ba61612fd: Pull complete 02:04:15 8ed8ca486205: Pull complete 02:04:15 0e18a0eac166: Verifying Checksum 02:04:15 0e18a0eac166: Download complete 02:04:15 4fe6c5a15a65: Verifying Checksum 02:04:15 4fe6c5a15a65: Download complete 02:04:19 4fe6c5a15a65: Pull complete 02:04:19 22a0e8bec74d: Pull complete 02:04:19 ca2b28591e48: Pull complete 02:04:19 a51346096db8: Pull complete 02:04:19 daebc70d1ce1: Pull complete 02:04:21 0e18a0eac166: Pull complete 02:04:21 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 02:04:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 02:04:21 ---> f018257e8ee9 02:04:21 Step 3/11 : ARG MAKE=make build 02:04:22 ---> Running in 1809f326a6fd 02:04:22 Removing intermediate container 1809f326a6fd 02:04:22 ---> 19c4ceadbdd2 02:04:22 Step 4/11 : WORKDIR /device-sdk-go 02:04:22 ---> Running in 97edcb5fd26b 02:04:22 Removing intermediate container 97edcb5fd26b 02:04:22 ---> 9ce19ba58685 02:04:22 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:04:22 ---> Running in f6686f1b5bb6 02:04:22 Removing intermediate container f6686f1b5bb6 02:04:22 ---> d3a51b366948 02:04:22 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:04:22 ---> Running in 286954a4c228 02:04:23 Removing intermediate container 286954a4c228 02:04:23 ---> 517231cbe716 02:04:23 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:04:23 ---> Running in f6810de842c0 02:04:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:04:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:04:25 OK: 221 MiB in 52 packages 02:04:25 Removing intermediate container f6810de842c0 02:04:25 ---> a86e0712bfd1 02:04:25 Step 8/11 : COPY go.mod vendor* ./ 02:04:25 ---> 3b2e9a4643e1 02:04:25 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:04:25 ---> Running in f1720e53f08d 02:04:28 Still waiting to schedule task 02:04:28 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 02:04:40 Removing intermediate container f1720e53f08d 02:04:40 ---> 789186ea3e86 02:04:40 Step 10/11 : COPY . . 02:04:40 ---> fc13a7f5803a 02:04:40 Step 11/11 : RUN ${MAKE} 02:04:40 ---> Running in d9df57ff3200 02:04:40 noop 02:04:40 Removing intermediate container d9df57ff3200 02:04:40 ---> 64293b4b40c5 02:04:40 Successfully built 64293b4b40c5 02:04:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:04:40 + docker inspect -f . ci-base-image-x86_64 02:04:40 . [Pipeline] withDockerContainer 02:04:40 prd-ubuntu20.04-docker-8c-8g-34822 does not seem to be running inside a container 02:04: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 02:04:40 $ docker top 795e627ed40304dfa507f03765eb7800c3cb77fe05e2397923d6ea4e56a82d37 -eo pid,comm [Pipeline] { [Pipeline] sh 02:04:41 + go version 02:04:41 go version go1.17.6 linux/amd64 [Pipeline] } 02:04:41 $ docker stop --time=1 795e627ed40304dfa507f03765eb7800c3cb77fe05e2397923d6ea4e56a82d37 02:04:42 $ docker rm -f 795e627ed40304dfa507f03765eb7800c3cb77fe05e2397923d6ea4e56a82d37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:04:43 + docker inspect -f . ci-base-image-x86_64 02:04:43 . [Pipeline] withDockerContainer 02:04:43 prd-ubuntu20.04-docker-8c-8g-34822 does not seem to be running inside a container 02:04: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 02:04:43 $ docker top 21a072579ab2ad68a709549845aaee1db83ed6da8e39df5eb99715d58c66819b -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 02:04:43 + make test 02:04:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:04:49 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:05:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.089s coverage: 23.3% of statements 02:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:05:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.057s coverage: 27.6% of statements 02:05:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.061s coverage: 78.9% of statements 02:05:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.098s coverage: 10.8% of statements 02:05:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.108s coverage: 60.0% of statements 02:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:05:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.094s coverage: 34.8% of statements 02:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:05:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.066s coverage: 86.1% of statements 02:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:05:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.109s coverage: 65.1% of statements 02:05:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.721s coverage: 89.2% of statements 02:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 02:05:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.058s coverage: 4.7% of statements 02:05:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:05:16 GO111MODULE=on go vet ./... 02:05:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:05:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:05:19 ./bin/test-attribution-txt.sh [Pipeline] echo 02:05:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:05:20 $ docker stop --time=1 21a072579ab2ad68a709549845aaee1db83ed6da8e39df5eb99715d58c66819b 02:05:22 $ docker rm -f 21a072579ab2ad68a709549845aaee1db83ed6da8e39df5eb99715d58c66819b [Pipeline] // withDockerContainer [Pipeline] sh 02:05:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:05:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:05:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:05:23 + ls -al . 02:05:23 total 296 02:05:23 drwxrwxr-x 11 jenkins jenkins 4096 May 3 02:05 . 02:05:23 drwxrwxr-x 4 jenkins jenkins 4096 May 3 02:03 .. 02:05:23 -rw-rw-r-- 1 jenkins jenkins 140 May 3 02:03 .dockerignore 02:05:23 drwxrwxr-x 8 jenkins jenkins 4096 May 3 02:04 .git 02:05:23 drwxrwxr-x 2 jenkins jenkins 4096 May 3 02:03 .github 02:05:23 -rw-rw-r-- 1 jenkins jenkins 131 May 3 02:03 .gitignore 02:05:23 -rw-rw-r-- 1 jenkins jenkins 42 May 3 02:03 .golangci.yml 02:05:23 drwxr-xr-x 3 jenkins jenkins 4096 May 3 02:04 .semver 02:05:23 -rw-rw-r-- 1 jenkins jenkins 26321 May 3 02:03 CHANGELOG.md 02:05:23 -rw-rw-r-- 1 jenkins jenkins 677 May 3 02:03 GOVERNANCE.md 02:05:23 -rw-rw-r-- 1 jenkins jenkins 880 May 3 02:03 Jenkinsfile 02:05:23 -rw-rw-r-- 1 jenkins jenkins 11341 May 3 02:03 LICENSE 02:05:23 -rw-rw-r-- 1 jenkins jenkins 2015 May 3 02:03 Makefile 02:05:23 -rw-rw-r-- 1 jenkins jenkins 619 May 3 02:03 OWNERS.md 02:05:23 -rw-rw-r-- 1 jenkins jenkins 4881 May 3 02:03 README.md 02:05:23 -rw-rw-r-- 1 jenkins jenkins 5 May 3 02:04 VERSION 02:05:23 drwxrwxr-x 2 jenkins jenkins 4096 May 3 02:03 bin 02:05:23 -rw-r--r-- 1 jenkins jenkins 130819 May 3 02:05 coverage.out 02:05:23 drwxrwxr-x 5 jenkins jenkins 4096 May 3 02:03 example 02:05:23 -rw-rw-r-- 1 jenkins jenkins 3198 May 3 02:03 go.mod 02:05:23 -rw-rw-r-- 1 jenkins jenkins 35094 May 3 02:03 go.sum 02:05:23 drwxrwxr-x 15 jenkins jenkins 4096 May 3 02:03 internal 02:05:23 drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:03 openapi 02:05:23 drwxrwxr-x 5 jenkins jenkins 4096 May 3 02:03 pkg 02:05:23 drwxrwxr-x 4 jenkins jenkins 4096 May 3 02:03 snap 02:05:23 -rw-rw-r-- 1 jenkins jenkins 222 May 3 02:03 version.go [Pipeline] isUnix [Pipeline] sh 02:05:24 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a --label arch=amd64 --label version=0.0.0 . 02:05:24 Sending build context to Docker daemon 9.795MB 02:05:24 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 02:05:24 Step 2/25 : FROM ${BASE} AS builder 02:05:24 ---> 64293b4b40c5 02:05:24 Step 3/25 : ARG MAKE=make build 02:05:24 ---> Running in 405ba70ba064 02:05:24 Removing intermediate container 405ba70ba064 02:05:24 ---> cecd02fc79ac 02:05:24 Step 4/25 : WORKDIR /device-sdk-go 02:05:24 ---> Running in 9dd56a81d970 02:05:24 Removing intermediate container 9dd56a81d970 02:05:24 ---> 3d63b87fb442 02:05:24 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:05:24 ---> Running in 2358affc2f6c 02:05:24 Removing intermediate container 2358affc2f6c 02:05:24 ---> b597a8c4e690 02:05:24 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:05:24 ---> Running in d2462112a1e4 02:05:25 Removing intermediate container d2462112a1e4 02:05:25 ---> 3b038692bca6 02:05:25 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:05:25 ---> Running in 17f346aa3744 02:05:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 02:05:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 02:05:26 OK: 221 MiB in 52 packages 02:05:27 Removing intermediate container 17f346aa3744 02:05:27 ---> d39be0b64e01 02:05:27 Step 8/25 : COPY go.mod vendor* ./ 02:05:27 ---> b106e45985ad 02:05:27 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:05:27 ---> Running in 70fc3b08f2db 02:05:27 Removing intermediate container 70fc3b08f2db 02:05:27 ---> f066d926f5a0 02:05:27 Step 10/25 : COPY . . 02:05:28 ---> 013100fd1cb3 02:05:28 Step 11/25 : RUN ${MAKE} 02:05:28 ---> Running in d559dba99080 02:05:28 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 02:05:46 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:05:47 Removing intermediate container d559dba99080 02:05:47 ---> 4a1dec4d66ef 02:05:47 Step 12/25 : FROM alpine:3.14 02:05:48 3.14: Pulling from library/alpine 02:05:48 8663204ce13b: Pulling fs layer 02:05:48 8663204ce13b: Verifying Checksum 02:05:48 8663204ce13b: Pull complete 02:05:48 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 02:05:48 Status: Downloaded newer image for alpine:3.14 02:05:48 ---> e04c818066af 02:05:48 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:05:48 ---> Running in c411e4031d75 02:05:48 Removing intermediate container c411e4031d75 02:05:48 ---> c6a91b446bb9 02:05:48 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:05:48 ---> Running in 73839ff60b76 02:05:49 Removing intermediate container 73839ff60b76 02:05:49 ---> 9a39597d2f25 02:05:49 Step 15/25 : RUN apk add --update --no-cache zeromq 02:05:49 ---> Running in 130cf5495386 02:05:49 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 02:05:50 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 02:05:50 (1/5) Installing libgcc (10.3.1_git20210424-r2) 02:05:50 (2/5) Installing libsodium (1.0.18-r0) 02:05:50 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 02:05:51 (4/5) Installing libzmq (4.3.4-r0) 02:05:51 (5/5) Installing zeromq (4.3.4-r0) 02:05:51 Executing busybox-1.33.1-r7.trigger 02:05:51 OK: 8 MiB in 19 packages 02:05:51 Removing intermediate container 130cf5495386 02:05:51 ---> 95bb1a2b10be 02:05:51 Step 16/25 : WORKDIR / 02:05:51 ---> Running in 6c63f71345ff 02:05:51 Removing intermediate container 6c63f71345ff 02:05:51 ---> f1d53b96a9a2 02:05:51 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:05:51 ---> 926f89a5c0fa 02:05:51 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:05:52 ---> 76824e39c0ba 02:05:52 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:05:52 ---> bfd59fcab4a0 02:05:52 Step 20/25 : EXPOSE 59999 02:05:52 ---> Running in 44cc9be4e20d 02:05:52 Removing intermediate container 44cc9be4e20d 02:05:52 ---> eb3d9d7b8397 02:05:52 Step 21/25 : ENTRYPOINT ["/device-simple"] 02:05:52 ---> Running in 8cb22f695b96 02:05:52 Removing intermediate container 8cb22f695b96 02:05:52 ---> bc3f3501d430 02:05:52 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:05:52 ---> Running in 6d13e8b94f89 02:05:53 Removing intermediate container 6d13e8b94f89 02:05:53 ---> 88048d3a433c 02:05:53 Step 23/25 : LABEL arch=amd64 02:05:53 ---> Running in ce3757b48ced 02:05:53 Removing intermediate container ce3757b48ced 02:05:53 ---> 565587437902 02:05:53 Step 24/25 : LABEL git_sha=9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a 02:05:53 ---> Running in 30b6671571ed 02:05:53 Removing intermediate container 30b6671571ed 02:05:53 ---> 189141c633a4 02:05:53 Step 25/25 : LABEL version=0.0.0 02:05:53 ---> Running in 231913cb4328 02:05:53 Removing intermediate container 231913cb4328 02:05:53 ---> e8f890208c36 02:05:53 [Warning] One or more build-args [ARCH] were not consumed 02:05:53 Successfully built e8f890208c36 02:05:53 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 02:05:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:05:53 02:05:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 02:05:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:05:54 latest: Pulling from edgex-lftools-log-publisher 02:05:54 5eb5b503b376: Pulling fs layer 02:05:54 5c69ac0246d0: Pulling fs layer 02:05:54 ec43610c2a17: Pulling fs layer 02:05:54 3a2ae6a8a46f: Pulling fs layer 02:05:54 33b1e0a273af: Pulling fs layer 02:05:54 5d3b04190fa2: Pulling fs layer 02:05:54 2f39f015ded8: Pulling fs layer 02:05:54 3a2ae6a8a46f: Waiting 02:05:54 33b1e0a273af: Waiting 02:05:54 2f39f015ded8: Waiting 02:05:54 5c69ac0246d0: Verifying Checksum 02:05:54 5c69ac0246d0: Download complete 02:05:54 3a2ae6a8a46f: Verifying Checksum 02:05:54 3a2ae6a8a46f: Download complete 02:05:54 ec43610c2a17: Verifying Checksum 02:05:54 ec43610c2a17: Download complete 02:05:54 33b1e0a273af: Verifying Checksum 02:05:54 33b1e0a273af: Download complete 02:05:54 5d3b04190fa2: Verifying Checksum 02:05:54 5d3b04190fa2: Download complete 02:05:54 5eb5b503b376: Verifying Checksum 02:05:54 5eb5b503b376: Download complete 02:05:54 2f39f015ded8: Verifying Checksum 02:05:54 2f39f015ded8: Download complete 02:05:55 5eb5b503b376: Pull complete 02:05:55 5c69ac0246d0: Pull complete 02:05:55 ec43610c2a17: Pull complete 02:05:55 3a2ae6a8a46f: Pull complete 02:05:56 33b1e0a273af: Pull complete 02:05:56 5d3b04190fa2: Pull complete 02:06:00 2f39f015ded8: Pull complete 02:06:00 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 02:06:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:06:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 02:06:00 prd-ubuntu20.04-docker-8c-8g-34822 does not seem to be running inside a container 02:06:00 $ 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 02:06:02 $ docker top 409661c2edc818f63c553a793762ef7ebba607e7c9b8c8a5316594dcc6c4e439 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:06:02 ---> job-cost.sh 02:06:02 lf-activate-venv: SKIPPING 02:06:02 INFO: No Stack... 02:06:03 INFO: Retrieving Pricing Info for: v3-standard-8 02:06:03 INFO: Archiving Costs [Pipeline] sh 02:06:03 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives/cost.csv 02:06:03 + cut -d, -f6 [Pipeline] lock 02:06:03 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1144-12-stack-cost] 02:06:03 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1144-12-stack-cost] did not exist. Created. 02:06:03 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1144-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:06:03 + echo total: 0.2199999988079071 [Pipeline] stash 02:06:04 Stashed 1 file(s) [Pipeline] } 02:06:04 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1144-12-stack-cost] [Pipeline] // lock [Pipeline] } 02:06:04 $ docker stop --time=1 409661c2edc818f63c553a793762ef7ebba607e7c9b8c8a5316594dcc6c4e439 02:06:05 $ docker rm -f 409661c2edc818f63c553a793762ef7ebba607e7c9b8c8a5316594dcc6c4e439 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 02:09:54 Running on prd-ubuntu20.04-docker-arm64-4c-16g-34826 in /w/workspace/gexfoundry_device-sdk-go_PR-1144 [Pipeline] { [Pipeline] ws 02:09:54 Running in /w/workspace/device-sdk-go/12 [Pipeline] { [Pipeline] checkout 02:09:54 The recommended git tool is: git 02:10:02 using credential edgex-jenkins-ssh 02:10:02 Cloning the remote Git repository 02:10:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:10:02 > git init /w/workspace/device-sdk-go/12 # timeout=10 02:10:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:10:02 > git --version # timeout=10 02:10:02 > git --version # 'git version 2.25.1' 02:10:02 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:05 Merging remotes/origin/main commit cc37b9e2c9629ca07e46878051115594cd22d281 into PR head commit 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a 02:10:05 Merge succeeded, producing 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a 02:10:05 Checking out Revision 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a (PR-1144) 02:10:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:10:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:10:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:10:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:10:04 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:04 > 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 02:10:05 > git config core.sparsecheckout # timeout=10 02:10:05 > git checkout -f 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a # timeout=10 02:10:05 > git remote # timeout=10 02:10:05 > git config --get remote.origin.url # timeout=10 02:10:05 using GIT_SSH to set credentials SSH Credentials for GitHub 02:10:05 > git merge cc37b9e2c9629ca07e46878051115594cd22d281 # timeout=10 02:10:05 > git rev-parse HEAD^{commit} # timeout=10 02:10:05 > git config core.sparsecheckout # timeout=10 02:10:05 > git checkout -f 9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a # timeout=10 02:10:09 Commit message: "build(deps): bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:10:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 02:10:10 % Total % Received % Xferd Average Speed Time Time Time Current 02:10:10 Dload Upload Total Spent Left Speed 02:10:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 96284 0 --:--:-- --:--:-- --:--:-- 96284 [Pipeline] sh 02:10:11 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 02:10:11 + sudo tee /etc/docker/daemon.new 02:10:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 02:10:11 { 02:10:11 "registry-mirrors": [ 02:10:11 "https://nexus3.edgexfoundry.org:10001" 02:10:11 ], 02:10:11 "bip": "10.250.0.254/24", 02:10:11 "hosts": [ 02:10:11 "tcp://0.0.0.0:5555", 02:10:11 "unix:///var/run/docker.sock" 02:10:11 ], 02:10:11 "mtu": 1458, 02:10:11 "selinux-enabled": true, 02:10:11 "seccomp-profile": "/etc/docker/seccomp.json" 02:10:11 } [Pipeline] sh 02:10:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 02:10:12 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:10:31 provisioning config files... 02:10:31 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/12@tmp/config1515826480052548639tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:10:31 ---> docker-login.sh 02:10:31 nexus3.edgexfoundry.org:10001 02:10:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:32 Configure a credential helper to remove this warning. See 02:10:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:32 02:10:32 Login Succeeded 02:10:32 nexus3.edgexfoundry.org:10002 02:10:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:32 Configure a credential helper to remove this warning. See 02:10:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:32 02:10:32 Login Succeeded 02:10:32 nexus3.edgexfoundry.org:10003 02:10:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:33 Configure a credential helper to remove this warning. See 02:10:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:33 02:10:33 Login Succeeded 02:10:33 nexus3.edgexfoundry.org:10004 02:10:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:33 Configure a credential helper to remove this warning. See 02:10:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:33 02:10:33 Login Succeeded 02:10:33 docker.io 02:10:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:10:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:10:34 Configure a credential helper to remove this warning. See 02:10:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:10:34 02:10:34 Login Succeeded 02:10:34 ---> docker-login.sh ends [Pipeline] } 02:10:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:10:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 02:10:35 ========================================================= 02:10:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 02:10:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 02:10:35 + 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 . 02:10:36 Sending build context to Docker daemon 5.205MB 02:10:36 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 02:10:36 Step 2/11 : FROM ${BASE} AS builder 02:10:36 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:10:36 9b3977197b4f: Pulling fs layer 02:10:36 1a89e8eeedd5: Pulling fs layer 02:10:36 94645a83ff95: Pulling fs layer 02:10:36 3f3a8bcf1eab: Pulling fs layer 02:10:36 0c92f367c5e7: Pulling fs layer 02:10:36 3096ccb668a1: Pulling fs layer 02:10:36 e8cf19c19ddd: Pulling fs layer 02:10:36 0c92f367c5e7: Waiting 02:10:36 3096ccb668a1: Waiting 02:10:36 e8cf19c19ddd: Waiting 02:10:36 3f3a8bcf1eab: Waiting 02:10:36 a4caa8a26152: Pulling fs layer 02:10:36 a4caa8a26152: Waiting 02:10:36 94645a83ff95: Verifying Checksum 02:10:36 94645a83ff95: Download complete 02:10:36 1a89e8eeedd5: Verifying Checksum 02:10:36 1a89e8eeedd5: Download complete 02:10:36 0c92f367c5e7: Verifying Checksum 02:10:36 0c92f367c5e7: Download complete 02:10:36 3096ccb668a1: Verifying Checksum 02:10:36 3096ccb668a1: Download complete 02:10:36 9b3977197b4f: Verifying Checksum 02:10:36 9b3977197b4f: Download complete 02:10:36 e8cf19c19ddd: Verifying Checksum 02:10:36 e8cf19c19ddd: Download complete 02:10:37 9b3977197b4f: Pull complete 02:10:37 1a89e8eeedd5: Pull complete 02:10:38 94645a83ff95: Pull complete 02:10:38 a4caa8a26152: Download complete 02:10:39 3f3a8bcf1eab: Verifying Checksum 02:10:39 3f3a8bcf1eab: Download complete 02:10:51 3f3a8bcf1eab: Pull complete 02:10:51 0c92f367c5e7: Pull complete 02:10:51 3096ccb668a1: Pull complete 02:10:51 e8cf19c19ddd: Pull complete 02:10:58 a4caa8a26152: Pull complete 02:10:58 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 02:10:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 02:10:58 ---> 725f1c02e7f9 02:10:58 Step 3/11 : ARG MAKE=make build 02:10:59 ---> Running in f0339c72d1fe 02:10:59 Removing intermediate container f0339c72d1fe 02:10:59 ---> 39dbee011e2e 02:10:59 Step 4/11 : WORKDIR /device-sdk-go 02:10:59 ---> Running in 66f0108c6d09 02:11:00 Removing intermediate container 66f0108c6d09 02:11:00 ---> c13e9299d46c 02:11:00 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:11:00 ---> Running in 9bf43c016ee9 02:11:00 Removing intermediate container 9bf43c016ee9 02:11:00 ---> 22f3ef497f05 02:11:00 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:00 ---> Running in 94eb8064f051 02:11:04 Removing intermediate container 94eb8064f051 02:11:04 ---> ee87b09b472e 02:11:04 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:11:04 ---> Running in eefb2e7a8059 02:11:05 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:11:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:11:06 OK: 220 MiB in 52 packages 02:11:07 Removing intermediate container eefb2e7a8059 02:11:07 ---> 073d3c8354ae 02:11:07 Step 8/11 : COPY go.mod vendor* ./ 02:11:08 ---> fc3969e753d3 02:11:08 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:11:08 ---> Running in 579a48320249 02:11:55 Removing intermediate container 579a48320249 02:11:55 ---> 8e7558ffd366 02:11:55 Step 10/11 : COPY . . 02:11:55 ---> 21e41bd4b8bb 02:11:55 Step 11/11 : RUN ${MAKE} 02:11:56 ---> Running in 71b759dfbe07 02:11:57 noop 02:11:57 Removing intermediate container 71b759dfbe07 02:11:57 ---> b89112ba860f 02:11:57 Successfully built b89112ba860f 02:11:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:11:58 + docker inspect -f . ci-base-image-arm64 02:11:58 . [Pipeline] withDockerContainer 02:11:58 prd-ubuntu20.04-docker-arm64-4c-16g-34826 does not seem to be running inside a container 02:11:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@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 02:11:59 $ docker top a20a0ce46a9feea1dbe280350629a2b323f6a6077e8d68caea83af794e5c4332 -eo pid,comm [Pipeline] { [Pipeline] sh 02:12:00 + go version 02:12:00 go version go1.17.6 linux/arm64 [Pipeline] } 02:12:00 $ docker stop --time=1 a20a0ce46a9feea1dbe280350629a2b323f6a6077e8d68caea83af794e5c4332 02:12:02 $ docker rm -f a20a0ce46a9feea1dbe280350629a2b323f6a6077e8d68caea83af794e5c4332 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:12:03 + docker inspect -f . ci-base-image-arm64 02:12:03 . [Pipeline] withDockerContainer 02:12:03 prd-ubuntu20.04-docker-arm64-4c-16g-34826 does not seem to be running inside a container 02:12:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@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 02:12:04 $ docker top 9540805b76d320d03795628e85ba07f6188b7e4889919532a955697fa13516a0 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 02:12:05 + make test 02:12:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:12:37 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:14:29 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:14:29 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:14:29 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:14:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.518s coverage: 23.3% of statements 02:14:34 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:14:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.361s coverage: 27.6% of statements 02:14:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.362s coverage: 78.9% of statements 02:14:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.295s coverage: 10.8% of statements 02:14:39 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.417s coverage: 60.0% of statements 02:14:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 02:14:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:14:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.392s coverage: 34.8% of statements 02:14:41 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:14:42 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.331s coverage: 86.1% of statements 02:14:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:14:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:14:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.444s coverage: 65.1% of statements 02:14:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.317s coverage: 89.2% of statements 02:14:46 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 02:14:48 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.247s coverage: 4.7% of statements 02:14:48 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:14:49 WARNING: Linting skipped (not on x86_64 or linter not installed) 02:14:49 GO111MODULE=on go vet ./... 02:16:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 02:16:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 02:16:26 ./bin/test-attribution-txt.sh [Pipeline] echo 02:16:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 02:16:26 $ docker stop --time=1 9540805b76d320d03795628e85ba07f6188b7e4889919532a955697fa13516a0 02:16:28 $ docker rm -f 9540805b76d320d03795628e85ba07f6188b7e4889919532a955697fa13516a0 [Pipeline] // withDockerContainer [Pipeline] sh 02:16:29 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:16:29 Warning: overwriting stash ‘coverage-report’ 02:16:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:16:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:16:31 + ls -al . 02:16:31 total 292 02:16:31 drwxrwxr-x 10 jenkins jenkins 4096 May 3 02:16 . 02:16:31 drwxrwxr-x 4 jenkins jenkins 4096 May 3 02:10 .. 02:16:31 -rw-rw-r-- 1 jenkins jenkins 140 May 3 02:10 .dockerignore 02:16:31 drwxrwxr-x 8 jenkins jenkins 4096 May 3 02:10 .git 02:16:31 drwxrwxr-x 2 jenkins jenkins 4096 May 3 02:10 .github 02:16:31 -rw-rw-r-- 1 jenkins jenkins 131 May 3 02:10 .gitignore 02:16:31 -rw-rw-r-- 1 jenkins jenkins 42 May 3 02:10 .golangci.yml 02:16:31 -rw-rw-r-- 1 jenkins jenkins 26321 May 3 02:10 CHANGELOG.md 02:16:31 -rw-rw-r-- 1 jenkins jenkins 677 May 3 02:10 GOVERNANCE.md 02:16:31 -rw-rw-r-- 1 jenkins jenkins 880 May 3 02:10 Jenkinsfile 02:16:31 -rw-rw-r-- 1 jenkins jenkins 11341 May 3 02:10 LICENSE 02:16:31 -rw-rw-r-- 1 jenkins jenkins 2015 May 3 02:10 Makefile 02:16:31 -rw-rw-r-- 1 jenkins jenkins 619 May 3 02:10 OWNERS.md 02:16:31 -rw-rw-r-- 1 jenkins jenkins 4881 May 3 02:10 README.md 02:16:31 -rw-rw-r-- 1 jenkins jenkins 5 May 3 02:04 VERSION 02:16:31 drwxrwxr-x 2 jenkins jenkins 4096 May 3 02:10 bin 02:16:31 -rw-r--r-- 1 jenkins jenkins 130819 May 3 02:14 coverage.out 02:16:31 drwxrwxr-x 5 jenkins jenkins 4096 May 3 02:10 example 02:16:31 -rw-rw-r-- 1 jenkins jenkins 3198 May 3 02:10 go.mod 02:16:31 -rw-rw-r-- 1 jenkins jenkins 35094 May 3 02:10 go.sum 02:16:31 drwxrwxr-x 15 jenkins jenkins 4096 May 3 02:10 internal 02:16:31 drwxrwxr-x 3 jenkins jenkins 4096 May 3 02:10 openapi 02:16:31 drwxrwxr-x 5 jenkins jenkins 4096 May 3 02:10 pkg 02:16:31 drwxrwxr-x 4 jenkins jenkins 4096 May 3 02:10 snap 02:16:31 -rw-rw-r-- 1 jenkins jenkins 222 May 3 02:10 version.go [Pipeline] isUnix [Pipeline] sh 02:16:31 + 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=9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a --label arch=arm64 --label version=0.0.0 . 02:16:31 Sending build context to Docker daemon 5.337MB 02:16:31 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 02:16:31 Step 2/25 : FROM ${BASE} AS builder 02:16:31 ---> b89112ba860f 02:16:31 Step 3/25 : ARG MAKE=make build 02:16:31 ---> Running in b30fde10e1ba 02:16:32 Removing intermediate container b30fde10e1ba 02:16:32 ---> 900393c3bcc6 02:16:32 Step 4/25 : WORKDIR /device-sdk-go 02:16:32 ---> Running in 0ee5e6267e21 02:16:32 Removing intermediate container 0ee5e6267e21 02:16:32 ---> 28de059fa436 02:16:32 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:16:32 ---> Running in 85ce3fdf8255 02:16:33 Removing intermediate container 85ce3fdf8255 02:16:33 ---> 10abe235119a 02:16:33 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:16:33 ---> Running in 1d113e90ef96 02:16:34 Removing intermediate container 1d113e90ef96 02:16:34 ---> 0bacf2ab3003 02:16:34 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 02:16:34 ---> Running in 3ceb791db409 02:16:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 02:16:36 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 02:16:37 OK: 220 MiB in 52 packages 02:16:38 Removing intermediate container 3ceb791db409 02:16:38 ---> 88d075a4b7b6 02:16:38 Step 8/25 : COPY go.mod vendor* ./ 02:16:38 ---> a526039ceaba 02:16:38 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 02:16:38 ---> Running in cacaeb248491 02:16:40 Removing intermediate container cacaeb248491 02:16:40 ---> 4c06e9a3cb0e 02:16:40 Step 10/25 : COPY . . 02:16:42 ---> 6f2755ed68bd 02:16:42 Step 11/25 : RUN ${MAKE} 02:16:42 ---> Running in c890f697980a 02:16:43 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 02:18:50 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 02:18:50 Removing intermediate container c890f697980a 02:18:50 ---> 510290f392a8 02:18:50 Step 12/25 : FROM alpine:3.14 02:18:50 3.14: Pulling from library/alpine 02:18:50 455c02918c45: Pulling fs layer 02:18:50 455c02918c45: Verifying Checksum 02:18:50 455c02918c45: Download complete 02:18:50 455c02918c45: Pull complete 02:18:50 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 02:18:50 Status: Downloaded newer image for alpine:3.14 02:18:50 ---> ac73e934f311 02:18:50 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:18:50 ---> Running in 4a0111170629 02:18:50 Removing intermediate container 4a0111170629 02:18:50 ---> 836277737f4d 02:18:50 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:18:50 ---> Running in a025c140a4dc 02:18:50 Removing intermediate container a025c140a4dc 02:18:50 ---> 66c91e49a0a3 02:18:50 Step 15/25 : RUN apk add --update --no-cache zeromq 02:18:50 ---> Running in 01501052eeb7 02:18:51 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 02:18:52 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 02:18:53 (1/5) Installing libgcc (10.3.1_git20210424-r2) 02:18:53 (2/5) Installing libsodium (1.0.18-r0) 02:18:53 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 02:18:53 (4/5) Installing libzmq (4.3.4-r0) 02:18:54 (5/5) Installing zeromq (4.3.4-r0) 02:18:54 Executing busybox-1.33.1-r7.trigger 02:18:54 OK: 8 MiB in 19 packages 02:18:55 Removing intermediate container 01501052eeb7 02:18:55 ---> 0b08fe88f21b 02:18:55 Step 16/25 : WORKDIR / 02:18:55 ---> Running in 1aa51b17eedf 02:18:55 Removing intermediate container 1aa51b17eedf 02:18:55 ---> 6e4cebc03e28 02:18:55 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 02:18:55 ---> 323735483831 02:18:55 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 02:18:57 ---> dcbb4d785e91 02:18:57 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 02:18:58 ---> a5330a4895c2 02:18:58 Step 20/25 : EXPOSE 59999 02:18:58 ---> Running in 08b974f46a1b 02:18:58 Removing intermediate container 08b974f46a1b 02:18:58 ---> b111cf6a29b3 02:18:58 Step 21/25 : ENTRYPOINT ["/device-simple"] 02:18:58 ---> Running in 37d581607ce6 02:18:58 Removing intermediate container 37d581607ce6 02:18:58 ---> 882d9a7e4313 02:18:58 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:18:58 ---> Running in 9ef6170d6c99 02:18:59 Removing intermediate container 9ef6170d6c99 02:18:59 ---> 25aef65d0762 02:18:59 Step 23/25 : LABEL arch=arm64 02:18:59 ---> Running in 5f7061584b11 02:18:59 Removing intermediate container 5f7061584b11 02:18:59 ---> a3c9b432169c 02:18:59 Step 24/25 : LABEL git_sha=9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a 02:18:59 ---> Running in 083ad8b42f37 02:19:00 Removing intermediate container 083ad8b42f37 02:19:00 ---> 98381a61efdf 02:19:00 Step 25/25 : LABEL version=0.0.0 02:19:00 ---> Running in 3211fe91184f 02:19:00 Removing intermediate container 3211fe91184f 02:19:00 ---> fcf32d21d96b 02:19:00 [Warning] One or more build-args [ARCH] were not consumed 02:19:00 Successfully built fcf32d21d96b 02:19: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 02:19:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:19:00 02:19:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 02:19:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:19:01 arm64: Pulling from edgex-lftools-log-publisher 02:19:01 8998bd30e6a1: Pulling fs layer 02:19:01 04944245beec: Pulling fs layer 02:19:01 699f458cf7ca: Pulling fs layer 02:19:01 765212b225bb: Pulling fs layer 02:19:01 f23df028b6ca: Pulling fs layer 02:19:01 d65c8cfc05b1: Pulling fs layer 02:19:01 2437ff75d9bd: Pulling fs layer 02:19:01 765212b225bb: Waiting 02:19:01 f23df028b6ca: Waiting 02:19:01 2437ff75d9bd: Waiting 02:19:01 d65c8cfc05b1: Waiting 02:19:01 04944245beec: Verifying Checksum 02:19:01 04944245beec: Download complete 02:19:01 765212b225bb: Verifying Checksum 02:19:01 765212b225bb: Download complete 02:19:01 f23df028b6ca: Download complete 02:19:01 d65c8cfc05b1: Verifying Checksum 02:19:01 d65c8cfc05b1: Download complete 02:19:01 699f458cf7ca: Verifying Checksum 02:19:01 699f458cf7ca: Download complete 02:19:02 8998bd30e6a1: Download complete 02:19:05 2437ff75d9bd: Verifying Checksum 02:19:05 2437ff75d9bd: Download complete 02:19:06 8998bd30e6a1: Pull complete 02:19:06 04944245beec: Pull complete 02:19:08 699f458cf7ca: Pull complete 02:19:08 765212b225bb: Pull complete 02:19:10 f23df028b6ca: Pull complete 02:19:10 d65c8cfc05b1: Pull complete 02:19:25 2437ff75d9bd: Pull complete 02:19:25 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 02:19:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 02:19:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 02:19:25 prd-ubuntu20.04-docker-arm64-4c-16g-34826 does not seem to be running inside a container 02:19: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/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@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 02:19:28 $ docker top 18c23850ea3e644208c396b00280cbabcf2f969fd2d7ff6b754705d631726a2d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:19:29 ---> job-cost.sh 02:19:29 lf-activate-venv: SKIPPING 02:19:29 INFO: No Stack... 02:19:30 INFO: Retrieving Pricing Info for: v3-standard-4 02:19:31 INFO: Archiving Costs [Pipeline] sh 02:19:32 + cat /w/workspace/device-sdk-go/12/archives/cost.csv 02:19:32 + cut -d, -f6 [Pipeline] lock 02:19:32 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1144-12-stack-cost] 02:19:32 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1144-12-stack-cost] did not exist. Created. 02:19:32 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1144-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:19:32 /w/workspace/device-sdk-go/12@tmp/durable-10945e36/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 02:19:33 + echo total: 0.10999999940395355 [Pipeline] stash 02:19:33 Warning: overwriting stash ‘stack-cost’ 02:19:33 Stashed 1 file(s) [Pipeline] } 02:19:33 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1144-12-stack-cost] [Pipeline] // lock [Pipeline] } 02:19:33 $ docker stop --time=1 18c23850ea3e644208c396b00280cbabcf2f969fd2d7ff6b754705d631726a2d 02:19:35 $ docker rm -f 18c23850ea3e644208c396b00280cbabcf2f969fd2d7ff6b754705d631726a2d [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 02:19:35 provisioning config files... 02:19:35 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/config4669729383495121715tmp [Pipeline] { [Pipeline] sh 02:19:36 + set +x 02:19:36 + curl -s https://codecov.io/bash 02:19:36 + bash -s -- 02:19:36 02:19:36 _____ _ 02:19:36 / ____| | | 02:19:36 | | ___ __| | ___ ___ _____ __ 02:19:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:19:36 | |___| (_) | (_| | __/ (_| (_) \ V / 02:19:36 \_____\___/ \__,_|\___|\___\___/ \_/ 02:19:36 Bash-1.0.6 02:19:36 02:19:36 02:19:36 ==> git version 2.25.1 found 02:19:36 ==> 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 02:19:36 Release-Date: 2020-01-08 02:19:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 02:19:36 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 02:19:36 ==> Jenkins CI detected. 02:19:36 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1144 02:19:36 project root: . 02:19:36 --> token set from env 02:19:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:19:36 ==> Running gcov in . (disable via -X gcov) 02:19:36 ==> Python coveragepy not found 02:19:36 ==> Searching for coverage reports in: 02:19:36 + . 02:19:36 -> Found 1 reports 02:19:36 ==> Detecting git/mercurial file structure 02:19:36 ==> Reading reports 02:19:36 + ./coverage.out bytes=130819 02:19:36 ==> Appending adjustments 02:19:36 https://docs.codecov.io/docs/fixing-reports 02:19:36 + Found adjustments 02:19:36 ==> Gzipping contents 02:19:36 20K /tmp/codecov.kdCgjT.gz 02:19:36 ==> Uploading reports 02:19:36 url: https://codecov.io 02:19:36 query: branch=PR-1144&commit=9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1144%2F12%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1144&job=&cmd_args= 02:19:36 -> Pinging Codecov 02:19:36 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=9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1144%2F12%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1144&job=&cmd_args= 02:19:36 -> Uploading to 02:19:36 https://storage.googleapis.com/codecov/v4/raw/2022-05-03/7E55EF52A471D76F132DFD9A03CDDE97/9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a/94b5312a-cf40-46ea-a524-452b589f4543.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220503T021936Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f192ac936d1b5a15e44e35efe4f977e238fff2a9b606b86268de68acb1b2a5b9 02:19:36 % Total % Received % Xferd Average Speed Time Time Time Current 02:19:36 Dload Upload Total Spent Left Speed 02:19:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16845 0 0 100 16845 0 75538 --:--:-- --:--:-- --:--:-- 75200 100 16845 0 0 100 16845 0 66318 --:--:-- --:--:-- --:--:-- 66058 02:19:37 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/9a0a529dd1980ce44f7d7f236712aa7c30cd1d0a [Pipeline] } 02:19:37 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 02:19:37 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives ] 02:19:37 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives 02:19:37 total 16 02:19:37 drwxr-xr-x 3 root root 4096 May 3 02:06 . 02:19:37 drwxrwxr-x 12 jenkins jenkins 4096 May 3 02:06 .. 02:19:37 drwxr-xr-x 2 root root 4096 May 3 02:06 cost 02:19:37 -rw-r--r-- 1 root root 86 May 3 02:06 cost.csv 02:19:37 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives 02:19:37 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives 02:19:37 total 16 02:19:37 drwxr-xr-x 3 jenkins jenkins 4096 May 3 02:06 . 02:19:37 drwxrwxr-x 12 jenkins jenkins 4096 May 3 02:06 .. 02:19:37 drwxr-xr-x 2 jenkins jenkins 4096 May 3 02:06 cost 02:19:37 -rw-r--r-- 1 jenkins jenkins 86 May 3 02:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 02:19:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:19:39 ---> package-listing.sh 02:19:39 ++ facter osfamily 02:19:39 ++ tr '[:upper:]' '[:lower:]' 02:19:39 + OS_FAMILY=debian 02:19:39 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1144 02:19:39 + START_PACKAGES=/tmp/packages_start.txt 02:19:39 + END_PACKAGES=/tmp/packages_end.txt 02:19:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:19:39 + PACKAGES=/tmp/packages_start.txt 02:19:39 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1144 ']' 02:19:39 + PACKAGES=/tmp/packages_end.txt 02:19:39 + case "${OS_FAMILY}" in 02:19:39 + dpkg -l 02:19:39 + grep '^ii' 02:19:39 + '[' -f /tmp/packages_start.txt ']' 02:19:39 + '[' -f /tmp/packages_end.txt ']' 02:19:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:19:39 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1144 ']' 02:19:39 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1144/archives/ 02:19:39 + 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 02:19:39 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 02:19:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:19:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 02:19:41 . [Pipeline] withDockerContainer 02:19:41 prd-ubuntu20.04-docker-8c-8g-34822 does not seem to be running inside a container 02:19:41 $ 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 02:19:41 $ docker top a6ff48dc9d85e924435af9d45ff33252aeef4891da5b7955febc7dacb19e7286 -eo pid,comm [Pipeline] { [Pipeline] sh 02:19:41 + touch /tmp/pre-build-complete [Pipeline] sh 02:19:42 + mkdir -p /var/log/sysstat [Pipeline] sh 02:19:42 + ls /var/log/sa-host 02:19:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:19:42 provisioning config files... 02:19:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1144@tmp/config3817956490720480708tmp [Pipeline] { [Pipeline] echo 02:19:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:19:43 ---> create-netrc.sh [Pipeline] } 02:19:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 02:19:43 ---> python-tools-install.sh [Pipeline] echo 02:19:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:19:43 ---> sudo-logs.sh 02:19:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:19:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:19:44 ---> job-cost.sh 02:19:44 lf-activate-venv: SKIPPING 02:19:44 DEBUG: total: 0.2199999988079071 02:19:44 INFO: Retrieving Stack Cost... 02:19:44 INFO: Retrieving Pricing Info for: v3-standard-8 02:19:45 INFO: Archiving Costs [Pipeline] echo 02:19:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:19:45 ---> logs-deploy.sh 02:19:45 lf-activate-venv: SKIPPING 02:19:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1144/12 02:19:45 INFO: archiving workspace using pattern(s): 02:19:46 Archives upload complete. 02:19:46 INFO: archiving logs to Nexus