Pull request #1093 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9df71f3de2390cb7e277f426f328282e00bcbb5e+a9851280710ea98ed82e1cc903dc2e78d89d66e4 (92f0d12b28df129a35471268138180119e4b517e) 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-ssh6201676385778796347.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision dae07dc806156effb2cae02074e2f5f64a063e83 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-ssh5641295068912652159.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 dae07dc806156effb2cae02074e2f5f64a063e83 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1093/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1093/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh6115991744166486008.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1093/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh10086195665995971419.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision dae07dc806156effb2cae02074e2f5f64a063e83 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dae07dc806156effb2cae02074e2f5f64a063e83 # timeout=10 Commit message: "Merge pull request #375 from ernestojeda/golang-1-17-updates" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1235924422603242847.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1093/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1093/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh9013621028815878613.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 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: [[centos7-docker-4c-2g, ubuntu18.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 ‘prd-centos7-docker-4c-2g-4115’ is offline Running on prd-centos7-docker-4c-2g-4117 in /w/workspace/gexfoundry_device-sdk-go_PR-1093 [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-1093 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/jenkins-gitclient-ssh5585111316497335938.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/jenkins-gitclient-ssh2501494232709430995.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1093/head:refs/remotes/origin/PR-1093 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit a9851280710ea98ed82e1cc903dc2e78d89d66e4 into PR head commit 9df71f3de2390cb7e277f426f328282e00bcbb5e Merge succeeded, producing 9df71f3de2390cb7e277f426f328282e00bcbb5e Checking out Revision 9df71f3de2390cb7e277f426f328282e00bcbb5e (PR-1093) > git config core.sparsecheckout # timeout=10 > git checkout -f 9df71f3de2390cb7e277f426f328282e00bcbb5e # timeout=10 > git remote # timeout=10 > 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 /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/jenkins-gitclient-ssh4367623520948515722.key > git merge a9851280710ea98ed82e1cc903dc2e78d89d66e4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9df71f3de2390cb7e277f426f328282e00bcbb5e # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:09:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:09:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:09:34 ========================================================= 04:09:34 EdgeX Global Pipelines Version Info 04:09:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:09:35 ------------------- 04:09:35 stable info: 04:09:35 ------------------- 04:09:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:09:35 Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 04:09:35 Message: update stable to v1.0.219 04:09:36 ------------------- 04:09:36 experimental info: 04:09:36 ------------------- 04:09:36 Commited By: **** collab-it+edgex@linuxfoundation.org 04:09:36 Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 04:09:36 Message: update experimental to v1.0.219 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:09:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1093 [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1093 [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1093 [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9df71f3de2390cb7e277f426f328282e00bcbb5e [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9df71f3 [Pipeline] echo 04:09:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:09:37 provisioning config files... 04:09:37 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/config6612669021880784772tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:38 ---> docker-login.sh 04:09:38 nexus3.edgexfoundry.org:10001 04:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:38 Configure a credential helper to remove this warning. See 04:09:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:38 04:09:38 Login Succeeded 04:09:38 nexus3.edgexfoundry.org:10002 04:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:38 Configure a credential helper to remove this warning. See 04:09:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:38 04:09:38 Login Succeeded 04:09:38 nexus3.edgexfoundry.org:10003 04:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:38 Configure a credential helper to remove this warning. See 04:09:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:38 04:09:38 Login Succeeded 04:09:38 nexus3.edgexfoundry.org:10004 04:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:38 Configure a credential helper to remove this warning. See 04:09:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:38 04:09:38 Login Succeeded 04:09:38 docker.io 04:09:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:39 Configure a credential helper to remove this warning. See 04:09:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:39 04:09:39 Login Succeeded 04:09:39 ---> docker-login.sh ends [Pipeline] } 04:09:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:09:39 + git rev-list -1 --merges 9df71f3de2390cb7e277f426f328282e00bcbb5e~1..9df71f3de2390cb7e277f426f328282e00bcbb5e [Pipeline] echo 04:09:39 -----------> git rev-list -1 --merges 9df71f3de2390cb7e277f426f328282e00bcbb5e~1..9df71f3de2390cb7e277f426f328282e00bcbb5e 9df71f3de2390cb7e277f426f328282e00bcbb5e [false] [Pipeline] sh 04:09:40 + git log --format=format:%s -1 9df71f3de2390cb7e277f426f328282e00bcbb5e [Pipeline] echo 04:09:40 ========================================================= 04:09:40 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:09:40 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:09:40 + git log --format=format:%s -1 9df71f3de2390cb7e277f426f328282e00bcbb5e [Pipeline] echo 04:09:40 [semverPrep] GIT_COMMIT: 9df71f3de2390cb7e277f426f328282e00bcbb5e, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 [Pipeline] echo 04:09:40 [semverPrep] This is not a build commit. [Pipeline] sh 04:09:41 + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts 04:09:41 + grep -v github /etc/ssh/ssh_known_hosts 04:09:41 + '[' -e /tmp/ssh_known_hosts ']' 04:09:41 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:09:41 + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' 04:09:41 + sudo tee -a /etc/ssh/ssh_known_hosts 04:09:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 04:09:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:09:41 04:09:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:09:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:09:41 latest: Pulling from edgex-devops/git-semver 04:09:41 a0d0a0d46f8b: Pulling fs layer 04:09:41 3e5f54012d9b: Pulling fs layer 04:09:41 4c7163046ea9: Pulling fs layer 04:09:41 0c2d73faf560: Pulling fs layer 04:09:41 0c2d73faf560: Waiting 04:09:41 3e5f54012d9b: Verifying Checksum 04:09:41 3e5f54012d9b: Download complete 04:09:41 a0d0a0d46f8b: Download complete 04:09:41 0c2d73faf560: Verifying Checksum 04:09:41 0c2d73faf560: Download complete 04:09:41 4c7163046ea9: Verifying Checksum 04:09:41 4c7163046ea9: Download complete 04:09:42 a0d0a0d46f8b: Pull complete 04:09:42 3e5f54012d9b: Pull complete 04:09:42 4c7163046ea9: Pull complete 04:09:42 0c2d73faf560: Pull complete 04:09:42 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 04:09:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:09:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:09:42 prd-centos7-docker-4c-2g-4117 does not seem to be running inside a container 04:09:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1093 -v /w/workspace/gexfoundry_device-sdk-go_PR-1093:/w/workspace/gexfoundry_device-sdk-go_PR-1093:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1093@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:09:43 $ docker top c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:09:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:09:43 [ssh-agent] Looking for ssh-agent implementation... 04:09:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:09:43 $ docker exec c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c ssh-agent 04:09:43 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXeLDNOc/agent.14 04:09:43 SSH_AGENT_PID=20 04:09:43 Running ssh-add (command line suppressed) 04:09:43 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/private_key_119298148112447668.key (/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/private_key_119298148112447668.key) 04:09:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:09:44 + git tag --points-at HEAD [Pipeline] } 04:09:44 $ docker exec --env ******** --env ******** c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c ssh-agent -k 04:09:44 unset SSH_AUTH_SOCK; 04:09:44 unset SSH_AGENT_PID; 04:09:44 echo Agent pid 20 killed; 04:09:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:09:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:09:44 [ssh-agent] Looking for ssh-agent implementation... 04:09:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:09:44 $ docker exec c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c ssh-agent 04:09:44 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkaAell/agent.55 04:09:44 SSH_AGENT_PID=61 04:09:44 Running ssh-add (command line suppressed) 04:09:44 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/private_key_5087955432987170344.key (/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/private_key_5087955432987170344.key) 04:09:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:09:45 + git semver init 04:09:45 # -> Open(): unable to determine branch for HEAD 04:09:45 # $GIT_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1093/.git 04:09:45 # $GIT_WORK_TREE = /w/workspace/gexfoundry_device-sdk-go_PR-1093 04:09:45 # $SEMVER_REMOTE_NAME = origin 04:09:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:09:45 # $SEMVER_USER_NAME = edgex-jenkins 04:09:45 # $SEMVER_BRANCH = PR-1093 04:09:45 # $SEMVER_TEMP = /tmp/semver-581102441 04:09:45 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 04:09:46 # '/tmp/semver-581102441' -> '/w/workspace/gexfoundry_device-sdk-go_PR-1093/.semver' 04:09:46 # -> Force: false 04:09:46 # $SEMVER_DIR = /w/workspace/gexfoundry_device-sdk-go_PR-1093/.semver [Pipeline] } 04:09:46 $ docker exec --env ******** --env ******** c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c ssh-agent -k 04:09:46 unset SSH_AUTH_SOCK; 04:09:46 unset SSH_AGENT_PID; 04:09:46 echo Agent pid 61 killed; 04:09:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:09:46 + git semver [Pipeline] } 04:09:46 $ docker stop --time=1 c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c 04:09:48 $ docker rm -f c9c7e295acdd9eefe9ef92f88f7683f62c574cde7be76539b71dec7e9138729c [Pipeline] // withDockerContainer [Pipeline] sh 04:09:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:09:48 Stashed 1 file(s) [Pipeline] echo 04:09:48 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:09:49 provisioning config files... 04:09:49 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/config7962995351785121551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:49 ---> docker-login.sh 04:09:49 nexus3.edgexfoundry.org:10001 04:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:49 Configure a credential helper to remove this warning. See 04:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:49 04:09:49 Login Succeeded 04:09:49 nexus3.edgexfoundry.org:10002 04:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:50 Configure a credential helper to remove this warning. See 04:09:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:50 04:09:50 Login Succeeded 04:09:50 nexus3.edgexfoundry.org:10003 04:09:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:50 Configure a credential helper to remove this warning. See 04:09:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:50 04:09:50 Login Succeeded 04:09:50 nexus3.edgexfoundry.org:10004 04:09:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:50 Configure a credential helper to remove this warning. See 04:09:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:50 04:09:50 Login Succeeded 04:09:50 docker.io 04:09:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:50 Configure a credential helper to remove this warning. See 04:09:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:50 04:09:50 Login Succeeded 04:09:50 ---> docker-login.sh ends [Pipeline] } 04:09:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:09:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:09:50 ========================================================= 04:09:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 04:09:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:09:51 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg 'MAKE=echo noop' --target=builder . 04:09:51 Sending build context to Docker daemon 9.419MB 04:09:51 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 04:09:51 Step 2/11 : FROM ${BASE} AS builder 04:09:51 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 04:09:51 59bf1c3509f3: Pulling fs layer 04:09:51 666ba61612fd: Pulling fs layer 04:09:51 8ed8ca486205: Pulling fs layer 04:09:51 4fe6c5a15a65: Pulling fs layer 04:09:51 22a0e8bec74d: Pulling fs layer 04:09:51 f965cba54748: Pulling fs layer 04:09:51 861ffc35075e: Pulling fs layer 04:09:51 4b385c91608e: Pulling fs layer 04:09:51 560528eb2ebb: Pulling fs layer 04:09:51 4fe6c5a15a65: Waiting 04:09:51 22a0e8bec74d: Waiting 04:09:51 f965cba54748: Waiting 04:09:51 861ffc35075e: Waiting 04:09:51 4b385c91608e: Waiting 04:09:51 560528eb2ebb: Waiting 04:09:51 8ed8ca486205: Verifying Checksum 04:09:51 8ed8ca486205: Download complete 04:09:51 666ba61612fd: Verifying Checksum 04:09:51 666ba61612fd: Download complete 04:09:51 22a0e8bec74d: Verifying Checksum 04:09:51 22a0e8bec74d: Download complete 04:09:51 f965cba54748: Verifying Checksum 04:09:51 f965cba54748: Download complete 04:09:51 59bf1c3509f3: Verifying Checksum 04:09:51 59bf1c3509f3: Download complete 04:09:51 861ffc35075e: Verifying Checksum 04:09:51 861ffc35075e: Download complete 04:09:51 4b385c91608e: Verifying Checksum 04:09:51 4b385c91608e: Download complete 04:09:52 4fe6c5a15a65: Verifying Checksum 04:09:52 4fe6c5a15a65: Download complete 04:09:52 560528eb2ebb: Verifying Checksum 04:09:52 560528eb2ebb: Download complete 04:09:52 59bf1c3509f3: Pull complete 04:09:52 666ba61612fd: Pull complete 04:09:52 8ed8ca486205: Pull complete 04:09:56 4fe6c5a15a65: Pull complete 04:09:56 22a0e8bec74d: Pull complete 04:09:56 f965cba54748: Pull complete 04:09:56 861ffc35075e: Pull complete 04:09:56 4b385c91608e: Pull complete 04:10:00 560528eb2ebb: Pull complete 04:10:00 Digest: sha256:95a4686c8495b6f6bb7c4a5166a7528182518169a5847072e9a4515f5458b02f 04:10:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 04:10:00 ---> dd4a08f94e63 04:10:00 Step 3/11 : ARG MAKE=make build 04:10:01 ---> Running in 214cc64c6c96 04:10:01 Removing intermediate container 214cc64c6c96 04:10:01 ---> f0871c8530fa 04:10:01 Step 4/11 : WORKDIR /device-sdk-go 04:10:01 ---> Running in 4d4c07744617 04:10:01 Removing intermediate container 4d4c07744617 04:10:01 ---> 2371bf59ec27 04:10:01 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:10:01 ---> Running in 75cc2ea518bc 04:10:01 Removing intermediate container 75cc2ea518bc 04:10:01 ---> 6b98bbcb827c 04:10:01 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:10:01 ---> Running in eb24b14174df 04:10:02 Removing intermediate container eb24b14174df 04:10:02 ---> 06b1a6bf59b4 04:10:02 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:10:02 ---> Running in d5d94507a9bd 04:10:02 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:10:03 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:10:03 OK: 221 MiB in 52 packages 04:10:04 Removing intermediate container d5d94507a9bd 04:10:04 ---> 20fd8f7d0851 04:10:04 Step 8/11 : COPY go.mod vendor* ./ 04:10:04 Still waiting to schedule task 04:10:04 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 04:10:04 ---> 0dbe80a30654 04:10:04 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:10:04 ---> Running in d5f2a05493c2 04:10:51 Removing intermediate container d5f2a05493c2 04:10:51 ---> bfcb0e6ae6cf 04:10:51 Step 10/11 : COPY . . 04:10:51 ---> 5f3b57bc2721 04:10:51 Step 11/11 : RUN ${MAKE} 04:10:51 ---> Running in 7e78c3fb1b3f 04:10:51 noop 04:10:51 Removing intermediate container 7e78c3fb1b3f 04:10:51 ---> abec94f63665 04:10:51 Successfully built abec94f63665 04:10:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:10:51 + docker inspect -f . ci-base-image-x86_64 04:10:51 . [Pipeline] withDockerContainer 04:10:51 prd-centos7-docker-4c-2g-4117 does not seem to be running inside a container 04:10:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1093 -v /w/workspace/gexfoundry_device-sdk-go_PR-1093:/w/workspace/gexfoundry_device-sdk-go_PR-1093:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1093@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 ******** ci-base-image-x86_64 cat 04:10:51 $ docker top 964983e7ff48b1b83c9eb57509799014773db34a0a8958d1f94a83070a367377 -eo pid,comm [Pipeline] { [Pipeline] sh 04:10:52 + go version 04:10:52 go version go1.17.6 linux/amd64 [Pipeline] } 04:10:52 $ docker stop --time=1 964983e7ff48b1b83c9eb57509799014773db34a0a8958d1f94a83070a367377 04:10:53 $ docker rm -f 964983e7ff48b1b83c9eb57509799014773db34a0a8958d1f94a83070a367377 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:10:54 + docker inspect -f . ci-base-image-x86_64 04:10:54 . [Pipeline] withDockerContainer 04:10:54 prd-centos7-docker-4c-2g-4117 does not seem to be running inside a container 04:10:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1093 -v /w/workspace/gexfoundry_device-sdk-go_PR-1093:/w/workspace/gexfoundry_device-sdk-go_PR-1093:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1093@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 ******** ci-base-image-x86_64 cat 04:10:54 $ docker top d3fdaa6bb28d8e2fb47dc9b254df6ceeda4f6df33e7cebba2e990733b1c231bc -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:10:55 + make test 04:10:55 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:10:55 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:11:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:11:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:11:13 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:11:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.012s coverage: 23.3% of statements 04:11:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:11:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.024s coverage: 27.6% of statements 04:11:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.017s coverage: 78.9% of statements 04:11:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.008s coverage: 9.0% of statements 04:11:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:11:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:11:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:11:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.013s coverage: 28.7% of statements 04:11:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:11:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.012s coverage: 86.1% of statements 04:11:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:11:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:11:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.017s coverage: 57.4% of statements 04:11:15 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.028s coverage: 89.2% of statements 04:11:15 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:11:15 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.009s coverage: 4.8% of statements 04:11:15 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:11:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4119 in /w/workspace/gexfoundry_device-sdk-go_PR-1093 [Pipeline] { [Pipeline] ws 04:11:26 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:11:26 The recommended git tool is: git 04:11:30 GO111MODULE=on go vet ./... 04:11:31 using credential edgex-jenkins-ssh 04:11:31 Cloning the remote Git repository 04:11:31 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:11:31 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:11:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:11:31 > git --version # timeout=10 04:11:31 > git --version # 'git version 2.17.1' 04:11:31 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:11:33 Merging remotes/origin/main commit a9851280710ea98ed82e1cc903dc2e78d89d66e4 into PR head commit 9df71f3de2390cb7e277f426f328282e00bcbb5e 04:11:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:11:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:11:33 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:11:33 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:11:33 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1093/head:refs/remotes/origin/PR-1093 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:11:33 > git config core.sparsecheckout # timeout=10 04:11:33 > git checkout -f 9df71f3de2390cb7e277f426f328282e00bcbb5e # timeout=10 04:11:34 Merge succeeded, producing 9df71f3de2390cb7e277f426f328282e00bcbb5e 04:11:34 Checking out Revision 9df71f3de2390cb7e277f426f328282e00bcbb5e (PR-1093) 04:11:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:11:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:11:34 ./bin/test-attribution-txt.sh 04:11:33 > git remote # timeout=10 04:11:33 > git config --get remote.origin.url # timeout=10 04:11:33 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:34 > git merge a9851280710ea98ed82e1cc903dc2e78d89d66e4 # timeout=10 04:11:34 > git rev-parse HEAD^{commit} # timeout=10 04:11:34 > git config core.sparsecheckout # timeout=10 04:11:34 > git checkout -f 9df71f3de2390cb7e277f426f328282e00bcbb5e # timeout=10 [Pipeline] echo 04:11:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:11:35 $ docker stop --time=1 d3fdaa6bb28d8e2fb47dc9b254df6ceeda4f6df33e7cebba2e990733b1c231bc 04:11:36 $ docker rm -f d3fdaa6bb28d8e2fb47dc9b254df6ceeda4f6df33e7cebba2e990733b1c231bc [Pipeline] // withDockerContainer [Pipeline] sh 04:11:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:11:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 04:11:38 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2" 04:11:38 > git --version # timeout=10 04:11:38 > git --version # 'git version 2.17.1' 04:11:38 fatal: bad object dae07dc806156effb2cae02074e2f5f64a063e83 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 04:11:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 04:11:39 + ls -al . 04:11:39 total 272 04:11:39 drwxrwxr-x. 11 jenkins jenkins 4096 Jan 28 04:11 . 04:11:39 drwxrwxr-x. 4 jenkins jenkins 112 Jan 28 04:09 .. 04:11:39 drwxrwxr-x. 2 jenkins jenkins 37 Jan 28 04:09 bin 04:11:39 -rw-rw-r--. 1 jenkins jenkins 26321 Jan 28 04:09 CHANGELOG.md 04:11:39 -rw-r--r--. 1 jenkins jenkins 128608 Jan 28 04:11 coverage.out 04:11:39 -rw-rw-r--. 1 jenkins jenkins 140 Jan 28 04:09 .dockerignore 04:11:39 drwxrwxr-x. 5 jenkins jenkins 62 Jan 28 04:09 example 04:11:39 drwxrwxr-x. 8 jenkins jenkins 179 Jan 28 04:09 .git 04:11:39 drwxrwxr-x. 3 jenkins jenkins 125 Jan 28 04:09 .github 04:11:39 -rw-rw-r--. 1 jenkins jenkins 131 Jan 28 04:09 .gitignore 04:11:39 -rw-rw-r--. 1 jenkins jenkins 42 Jan 28 04:09 .golangci.yml 04:11:39 -rw-rw-r--. 1 jenkins jenkins 2766 Jan 28 04:09 go.mod 04:11:39 -rw-rw-r--. 1 jenkins jenkins 49665 Jan 28 04:09 go.sum 04:11:39 -rw-rw-r--. 1 jenkins jenkins 677 Jan 28 04:09 GOVERNANCE.md 04:11:39 drwxrwxr-x. 15 jenkins jenkins 224 Jan 28 04:09 internal 04:11:39 -rw-rw-r--. 1 jenkins jenkins 880 Jan 28 04:09 Jenkinsfile 04:11:39 -rw-rw-r--. 1 jenkins jenkins 11341 Jan 28 04:09 LICENSE 04:11:39 -rw-rw-r--. 1 jenkins jenkins 1614 Jan 28 04:09 Makefile 04:11:39 drwxrwxr-x. 3 jenkins jenkins 16 Jan 28 04:09 openapi 04:11:39 -rw-rw-r--. 1 jenkins jenkins 619 Jan 28 04:09 OWNERS.md 04:11:39 drwxrwxr-x. 5 jenkins jenkins 50 Jan 28 04:09 pkg 04:11:39 -rw-rw-r--. 1 jenkins jenkins 4881 Jan 28 04:09 README.md 04:11:39 drwx------. 3 jenkins jenkins 72 Jan 28 04:09 .semver 04:11:39 drwxrwxr-x. 4 jenkins jenkins 54 Jan 28 04:09 snap 04:11:39 -rw-rw-r--. 1 jenkins jenkins 5 Jan 28 04:09 VERSION 04:11:39 -rw-rw-r--. 1 jenkins jenkins 222 Jan 28 04:09 version.go [Pipeline] isUnix [Pipeline] sh 04:11:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:11:39 % Total % Received % Xferd Average Speed Time Time Time Current 04:11:39 Dload Upload Total Spent Left Speed 04:11:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 89719 0 --:--:-- --:--:-- --:--:-- 89045 04:11:39 + 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=9df71f3de2390cb7e277f426f328282e00bcbb5e --label arch=amd64 --label version=0.0.0 . 04:11:39 Sending build context to Docker daemon 9.548MB 04:11:39 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 04:11:39 Step 2/25 : FROM ${BASE} AS builder 04:11:39 ---> abec94f63665 04:11:39 Step 3/25 : ARG MAKE=make build [Pipeline] sh 04:11:39 ---> Running in e7b167026cb9 04:11:39 Removing intermediate container e7b167026cb9 04:11:39 ---> c94552d217d4 04:11:39 Step 4/25 : WORKDIR /device-sdk-go 04:11:39 ---> Running in 59d138b0fa6d 04:11:39 Removing intermediate container 59d138b0fa6d 04:11:39 ---> 9f339bc87c0f 04:11:39 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:11:39 ---> Running in 5616ac192e7a 04:11:40 Removing intermediate container 5616ac192e7a 04:11:40 ---> f079e9df9785 04:11:40 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:11:40 ---> Running in 44cde8981312 04:11:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:11:40 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:11:40 + sudo tee /etc/docker/daemon.new 04:11:40 { 04:11:40 "registry-mirrors": [ 04:11:40 "https://nexus3.edgexfoundry.org:10001" 04:11:40 ], 04:11:40 "bip": "10.250.0.254/24", 04:11:40 "hosts": [ 04:11:40 "tcp://0.0.0.0:5555", 04:11:40 "unix:///var/run/docker.sock" 04:11:40 ], 04:11:40 "mtu": 1458, 04:11:40 "selinux-enabled": true, 04:11:40 "seccomp-profile": "/etc/docker/seccomp.json" 04:11:40 } [Pipeline] sh 04:11:40 Removing intermediate container 44cde8981312 04:11:40 ---> e5697f2cd92e 04:11:40 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:11:40 ---> Running in d60db5c191c6 04:11:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:11:40 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:11:41 + sudo service docker restart 04:11:41 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:11:42 OK: 221 MiB in 52 packages 04:11:42 Removing intermediate container d60db5c191c6 04:11:42 ---> d719bf44d52e 04:11:42 Step 8/25 : COPY go.mod vendor* ./ 04:11:42 ---> 448a7dab7672 04:11:42 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:11:42 ---> Running in 0597923e4724 04:11:42 Removing intermediate container 0597923e4724 04:11:42 ---> a6df56491063 04:11:42 Step 10/25 : COPY . . 04:11:43 ---> 6220f71410b4 04:11:43 Step 11/25 : RUN ${MAKE} 04:11:43 ---> Running in 6858c09f0ad2 04:11:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:11:56 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:11:56 Removing intermediate container 6858c09f0ad2 04:11:56 ---> 5a38a9bbd67f 04:11:56 Step 12/25 : FROM alpine:3.14 04:11:57 3.14: Pulling from library/alpine 04:11:57 97518928ae5f: Pulling fs layer 04:11:57 97518928ae5f: Verifying Checksum 04:11:57 97518928ae5f: Download complete 04:11:57 97518928ae5f: Pull complete 04:11:57 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 04:11:57 Status: Downloaded newer image for alpine:3.14 04:11:57 ---> 0a97eee8041e 04:11:57 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:11:57 ---> Running in 3851dde1db85 04:11:58 Removing intermediate container 3851dde1db85 04:11:58 ---> ea614ed9cee4 04:11:58 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:11:58 ---> Running in 66b54a63cf77 04:11:58 Removing intermediate container 66b54a63cf77 04:11:58 ---> 9c5c7966da3e 04:11:58 Step 15/25 : RUN apk add --update --no-cache zeromq 04:11:58 ---> Running in b23f0933c0a0 04:11:59 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:11:59 provisioning config files... 04:11:59 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config2079164068122853870tmp 04:11:59 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:00 ---> docker-login.sh 04:12:00 nexus3.edgexfoundry.org:10001 04:12:00 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:12:00 (2/5) Installing libsodium (1.0.18-r0) 04:12:00 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:12:00 (4/5) Installing libzmq (4.3.4-r0) 04:12:00 (5/5) Installing zeromq (4.3.4-r0) 04:12:00 Executing busybox-1.33.1-r6.trigger 04:12:00 OK: 8 MiB in 19 packages 04:12:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:00 Configure a credential helper to remove this warning. See 04:12:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:00 04:12:00 Login Succeeded 04:12:00 Removing intermediate container b23f0933c0a0 04:12:00 ---> 9a10195a94d7 04:12:00 Step 16/25 : WORKDIR / 04:12:00 ---> Running in c89fbca67cfd 04:12:00 nexus3.edgexfoundry.org:10002 04:12:01 Removing intermediate container c89fbca67cfd 04:12:01 ---> ae97a974f016 04:12:01 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:12:01 ---> 0a19701e539f 04:12:01 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:12:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:01 Configure a credential helper to remove this warning. See 04:12:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:01 04:12:01 Login Succeeded 04:12:01 nexus3.edgexfoundry.org:10003 04:12:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:01 Configure a credential helper to remove this warning. See 04:12:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:01 04:12:01 Login Succeeded 04:12:01 nexus3.edgexfoundry.org:10004 04:12:01 ---> e2da4729f90e 04:12:01 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:12:01 ---> 5f1e793084cf 04:12:01 Step 20/25 : EXPOSE 59999 04:12:01 ---> Running in 83821ed61b48 04:12:01 Removing intermediate container 83821ed61b48 04:12:01 ---> a46fd7da5829 04:12:01 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:12:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:12:01 ---> Running in 6f68046c30f4 04:12:01 Removing intermediate container 6f68046c30f4 04:12:01 ---> 91d6ceebbe99 04:12:01 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:12:01 ---> Running in 58718bc30ff1 04:12:01 Removing intermediate container 58718bc30ff1 04:12:01 ---> 0c21fca88007 04:12:01 Step 23/25 : LABEL arch=amd64 04:12:01 ---> Running in a2075acbbd78 04:12:02 Removing intermediate container a2075acbbd78 04:12:02 ---> e939a3a5ea6a 04:12:02 Step 24/25 : LABEL git_sha=9df71f3de2390cb7e277f426f328282e00bcbb5e 04:12:02 ---> Running in 4db703141082 04:12:02 Removing intermediate container 4db703141082 04:12:02 ---> 3e53ad6fa1d9 04:12:02 Step 25/25 : LABEL version=0.0.0 04:12:02 ---> Running in 42cee8af8c57 04:12:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:02 Configure a credential helper to remove this warning. See 04:12:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:02 04:12:02 Login Succeeded 04:12:02 docker.io 04:12:02 Removing intermediate container 42cee8af8c57 04:12:02 ---> ba43a0c8897a 04:12:02 [Warning] One or more build-args [ARCH] were not consumed 04:12:02 Successfully built ba43a0c8897a 04:12:02 Successfully tagged device-sdk-simple:latest 04:12:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:12:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:12:02 Configure a credential helper to remove this warning. See 04:12:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:12:02 04:12:02 Login Succeeded 04:12:02 ---> docker-login.sh ends [Pipeline] } 04:12:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv 04:12:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:12:03 04:12:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 04:12:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:12:03 ========================================================= 04:12:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 04:12:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists 04:12:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:12:03 latest: Pulling from edgex-lftools-log-publisher 04:12:03 b4d181a07f80: Pulling fs layer 04:12:03 a1111a8f2ec3: Pulling fs layer 04:12:03 ed53099fbce6: Pulling fs layer 04:12:03 dc539afda2c1: Pulling fs layer 04:12:03 77bc0d833cb6: Pulling fs layer 04:12:03 9065ff56babe: Pulling fs layer 04:12:03 d287ab97295c: Pulling fs layer 04:12:03 77bc0d833cb6: Waiting 04:12:03 9065ff56babe: Waiting 04:12:03 d287ab97295c: Waiting 04:12:03 dc539afda2c1: Waiting 04:12:03 a1111a8f2ec3: Verifying Checksum 04:12:03 a1111a8f2ec3: Download complete 04:12:03 dc539afda2c1: Verifying Checksum 04:12:03 dc539afda2c1: Download complete 04:12:03 ed53099fbce6: Verifying Checksum 04:12:03 ed53099fbce6: Download complete [Pipeline] isUnix [Pipeline] sh 04:12:03 9065ff56babe: Verifying Checksum 04:12:03 9065ff56babe: Download complete 04:12:03 77bc0d833cb6: Verifying Checksum 04:12:03 77bc0d833cb6: Download complete 04:12:03 b4d181a07f80: Verifying Checksum 04:12:03 b4d181a07f80: Download complete 04:12:03 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 04:12:04 Sending build context to Docker daemon 5.089MB 04:12:04 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 04:12:04 Step 2/11 : FROM ${BASE} AS builder 04:12:04 d287ab97295c: Verifying Checksum 04:12:04 d287ab97295c: Download complete 04:12:04 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:12:04 9b3977197b4f: Pulling fs layer 04:12:04 1a89e8eeedd5: Pulling fs layer 04:12:04 94645a83ff95: Pulling fs layer 04:12:04 3f3a8bcf1eab: Pulling fs layer 04:12:04 0c92f367c5e7: Pulling fs layer 04:12:04 4b8299f9d1f4: Pulling fs layer 04:12:04 9a6b49a46696: Pulling fs layer 04:12:04 cf05db05a679: Pulling fs layer 04:12:04 4b8299f9d1f4: Waiting 04:12:04 9a6b49a46696: Waiting 04:12:04 cf05db05a679: Waiting 04:12:04 3f3a8bcf1eab: Waiting 04:12:04 0c92f367c5e7: Waiting 04:12:04 94645a83ff95: Verifying Checksum 04:12:04 94645a83ff95: Download complete 04:12:04 1a89e8eeedd5: Verifying Checksum 04:12:04 1a89e8eeedd5: Download complete 04:12:04 0c92f367c5e7: Verifying Checksum 04:12:04 0c92f367c5e7: Download complete 04:12:04 4b8299f9d1f4: Download complete 04:12:04 9a6b49a46696: Verifying Checksum 04:12:04 9a6b49a46696: Download complete 04:12:04 9b3977197b4f: Download complete 04:12:05 b4d181a07f80: Pull complete 04:12:05 9b3977197b4f: Pull complete 04:12:05 a1111a8f2ec3: Pull complete 04:12:06 1a89e8eeedd5: Pull complete 04:12:06 ed53099fbce6: Pull complete 04:12:06 dc539afda2c1: Pull complete 04:12:06 94645a83ff95: Pull complete 04:12:06 77bc0d833cb6: Pull complete 04:12:06 cf05db05a679: Verifying Checksum 04:12:06 cf05db05a679: Download complete 04:12:06 9065ff56babe: Pull complete 04:12:07 3f3a8bcf1eab: Verifying Checksum 04:12:07 3f3a8bcf1eab: Download complete 04:12:12 d287ab97295c: Pull complete 04:12:12 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 04:12:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:12:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:12:12 prd-centos7-docker-4c-2g-4117 does not seem to be running inside a container 04:12:12 $ 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-1093 -v /w/workspace/gexfoundry_device-sdk-go_PR-1093:/w/workspace/gexfoundry_device-sdk-go_PR-1093:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:12:15 $ docker top 2ca873bd701486a42a8db71091c57e44f1f692a3c53a8a71f953aef26fd6a450 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:12:15 ---> job-cost.sh 04:12:15 lf-activate-venv: SKIPPING 04:12:15 INFO: No Stack... 04:12:16 INFO: Retrieving Pricing Info for: v3-standard-2 04:12:16 INFO: Archiving Costs [Pipeline] sh 04:12:17 + cut -d, -f6 04:12:17 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives/cost.csv [Pipeline] lock 04:12:17 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] 04:12:17 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] did not exist. Created. 04:12:17 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:12:17 + echo total: 0.05999999865889549 [Pipeline] stash 04:12:17 Stashed 1 file(s) [Pipeline] } 04:12:17 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:12:17 $ docker stop --time=1 2ca873bd701486a42a8db71091c57e44f1f692a3c53a8a71f953aef26fd6a450 04:12:19 $ docker rm -f 2ca873bd701486a42a8db71091c57e44f1f692a3c53a8a71f953aef26fd6a450 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:12:19 3f3a8bcf1eab: Pull complete 04:12:19 0c92f367c5e7: Pull complete 04:12:19 4b8299f9d1f4: Pull complete 04:12:19 9a6b49a46696: Pull complete 04:12:26 cf05db05a679: Pull complete 04:12:26 Digest: sha256:412614556fb143d068119134f73b4a6d2e86ac7be33fa5b1c0cdba920e4bb5c6 04:12:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 04:12:26 ---> 0ccda1f7e2ee 04:12:26 Step 3/11 : ARG MAKE=make build 04:12:26 ---> Running in 16af6017a5dc 04:12:27 Removing intermediate container 16af6017a5dc 04:12:27 ---> a6ec90934fe4 04:12:27 Step 4/11 : WORKDIR /device-sdk-go 04:12:27 ---> Running in 50e8d33fa883 04:12:27 Removing intermediate container 50e8d33fa883 04:12:27 ---> 796a72620051 04:12:27 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:12:27 ---> Running in af0aaff52662 04:12:28 Removing intermediate container af0aaff52662 04:12:28 ---> ef5e0a6a873e 04:12:28 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:12:28 ---> Running in 30ef7627fa8a 04:12:30 Removing intermediate container 30ef7627fa8a 04:12:30 ---> 1aed98307b4d 04:12:30 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:12:30 ---> Running in c544e38ab8a6 04:12:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:12:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:12:32 OK: 220 MiB in 52 packages 04:12:33 Removing intermediate container c544e38ab8a6 04:12:33 ---> 3c697079f3f1 04:12:33 Step 8/11 : COPY go.mod vendor* ./ 04:12:34 ---> 7d6c1614d9bb 04:12:34 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:12:34 ---> Running in b1679785a387 04:13:42 Removing intermediate container b1679785a387 04:13:42 ---> 81697fbb0dbf 04:13:42 Step 10/11 : COPY . . 04:13:43 ---> 32cf37e90013 04:13:43 Step 11/11 : RUN ${MAKE} 04:13:43 ---> Running in 9683b161a988 04:13:44 noop 04:13:45 Removing intermediate container 9683b161a988 04:13:45 ---> c31d4898f877 04:13:45 Successfully built c31d4898f877 04:13:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:13:45 + docker inspect -f . ci-base-image-arm64 04:13:45 . [Pipeline] withDockerContainer 04:13:46 prd-ubuntu18.04-docker-arm64-4c-16g-4119 does not seem to be running inside a container 04:13:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:13:47 $ docker top 627dd17793b6d23ae6b1c1706b4654cde22b44b674836af85985507e501b9064 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:48 + go version 04:13:48 go version go1.17.6 linux/arm64 [Pipeline] } 04:13:48 $ docker stop --time=1 627dd17793b6d23ae6b1c1706b4654cde22b44b674836af85985507e501b9064 04:13:50 $ docker rm -f 627dd17793b6d23ae6b1c1706b4654cde22b44b674836af85985507e501b9064 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:13:51 + docker inspect -f . ci-base-image-arm64 04:13:51 . [Pipeline] withDockerContainer 04:13:51 prd-ubuntu18.04-docker-arm64-4c-16g-4119 does not seem to be running inside a container 04:13:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:13:52 $ docker top a4f06bf773b3b11707b9e3e3e2bb09d851abaeea4da4c46e69bab174431d9e99 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:13:53 + make test 04:13:53 GO111MODULE=on go test -coverprofile=coverage.out ./... 04:13:55 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:14:42 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:14:42 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:14:42 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:14:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.074s coverage: 23.3% of statements 04:14:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:14:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.079s coverage: 27.6% of statements 04:14:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.056s coverage: 78.9% of statements 04:14:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.070s coverage: 9.0% of statements 04:14:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 04:14:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:14:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:14:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.107s coverage: 28.7% of statements 04:14:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:14:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.119s coverage: 86.1% of statements 04:14:53 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:14:53 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:14:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.153s coverage: 57.4% of statements 04:14:54 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.171s coverage: 89.2% of statements 04:14:54 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:14:55 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.051s coverage: 4.8% of statements 04:14:55 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:14:56 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:14:56 GO111MODULE=on go vet ./... 04:15:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:15:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:15:18 ./bin/test-attribution-txt.sh [Pipeline] echo 04:15:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:15:18 $ docker stop --time=1 a4f06bf773b3b11707b9e3e3e2bb09d851abaeea4da4c46e69bab174431d9e99 04:15:20 $ docker rm -f a4f06bf773b3b11707b9e3e3e2bb09d851abaeea4da4c46e69bab174431d9e99 [Pipeline] // withDockerContainer [Pipeline] sh 04:15:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:15:21 Warning: overwriting stash ‘coverage-report’ 04:15:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:15:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:15:22 + ls -al . 04:15:22 total 308 04:15:22 drwxrwxr-x 10 jenkins jenkins 4096 Jan 28 04:15 . 04:15:22 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 04:11 .. 04:15:22 -rw-rw-r-- 1 jenkins jenkins 140 Jan 28 04:11 .dockerignore 04:15:22 drwxrwxr-x 8 jenkins jenkins 4096 Jan 28 04:11 .git 04:15:22 drwxrwxr-x 3 jenkins jenkins 4096 Jan 28 04:11 .github 04:15:22 -rw-rw-r-- 1 jenkins jenkins 131 Jan 28 04:11 .gitignore 04:15:22 -rw-rw-r-- 1 jenkins jenkins 42 Jan 28 04:11 .golangci.yml 04:15:22 -rw-rw-r-- 1 jenkins jenkins 26321 Jan 28 04:11 CHANGELOG.md 04:15:22 -rw-rw-r-- 1 jenkins jenkins 677 Jan 28 04:11 GOVERNANCE.md 04:15:22 -rw-rw-r-- 1 jenkins jenkins 880 Jan 28 04:11 Jenkinsfile 04:15:22 -rw-rw-r-- 1 jenkins jenkins 11341 Jan 28 04:11 LICENSE 04:15:22 -rw-rw-r-- 1 jenkins jenkins 1614 Jan 28 04:11 Makefile 04:15:22 -rw-rw-r-- 1 jenkins jenkins 619 Jan 28 04:11 OWNERS.md 04:15:22 -rw-rw-r-- 1 jenkins jenkins 4881 Jan 28 04:11 README.md 04:15:22 -rw-rw-r-- 1 jenkins jenkins 5 Jan 28 04:09 VERSION 04:15:22 drwxrwxr-x 2 jenkins jenkins 4096 Jan 28 04:11 bin 04:15:22 -rw-r--r-- 1 jenkins jenkins 128608 Jan 28 04:14 coverage.out 04:15:22 drwxrwxr-x 5 jenkins jenkins 4096 Jan 28 04:11 example 04:15:22 -rw-rw-r-- 1 jenkins jenkins 2766 Jan 28 04:11 go.mod 04:15:22 -rw-rw-r-- 1 jenkins jenkins 49665 Jan 28 04:11 go.sum 04:15:22 drwxrwxr-x 15 jenkins jenkins 4096 Jan 28 04:11 internal 04:15:22 drwxrwxr-x 3 jenkins jenkins 4096 Jan 28 04:11 openapi 04:15:22 drwxrwxr-x 5 jenkins jenkins 4096 Jan 28 04:11 pkg 04:15:22 drwxrwxr-x 4 jenkins jenkins 4096 Jan 28 04:11 snap 04:15:22 -rw-rw-r-- 1 jenkins jenkins 222 Jan 28 04:11 version.go [Pipeline] isUnix [Pipeline] sh 04:15:23 + 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=9df71f3de2390cb7e277f426f328282e00bcbb5e --label arch=arm64 --label version=0.0.0 . 04:15:23 Sending build context to Docker daemon 5.219MB 04:15:23 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 04:15:23 Step 2/25 : FROM ${BASE} AS builder 04:15:23 ---> c31d4898f877 04:15:23 Step 3/25 : ARG MAKE=make build 04:15:23 ---> Running in f1982bf32b19 04:15:24 Removing intermediate container f1982bf32b19 04:15:24 ---> b69774e38964 04:15:24 Step 4/25 : WORKDIR /device-sdk-go 04:15:24 ---> Running in 0330c4eea5b1 04:15:24 Removing intermediate container 0330c4eea5b1 04:15:24 ---> 6410c2125204 04:15:24 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:15:24 ---> Running in 7c12fbd9d254 04:15:25 Removing intermediate container 7c12fbd9d254 04:15:25 ---> 00a957e5ce10 04:15:25 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:25 ---> Running in f7c1f7f7f058 04:15:27 Removing intermediate container f7c1f7f7f058 04:15:27 ---> c8f0d224fe98 04:15:27 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:15:27 ---> Running in e8a3d63c8146 04:15:27 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:15:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:15:29 OK: 220 MiB in 52 packages 04:15:30 Removing intermediate container e8a3d63c8146 04:15:30 ---> b5c9fe8690a7 04:15:30 Step 8/25 : COPY go.mod vendor* ./ 04:15:31 ---> 5d0cb2f04a74 04:15:31 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:15:31 ---> Running in 63c03d495c49 04:15:33 Removing intermediate container 63c03d495c49 04:15:33 ---> 3742925933fc 04:15:33 Step 10/25 : COPY . . 04:15:34 ---> 104c617cb4ee 04:15:34 Step 11/25 : RUN ${MAKE} 04:15:34 ---> Running in 243392a83f4f 04:15:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:16:14 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:16:14 Removing intermediate container 243392a83f4f 04:16:14 ---> 2d54ed4b5927 04:16:14 Step 12/25 : FROM alpine:3.14 04:16:15 3.14: Pulling from library/alpine 04:16:15 be307f383ecc: Pulling fs layer 04:16:15 be307f383ecc: Download complete 04:16:16 be307f383ecc: Pull complete 04:16:16 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 04:16:16 Status: Downloaded newer image for alpine:3.14 04:16:16 ---> 5b8b7b635229 04:16:16 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:16:16 ---> Running in 9d7c6cc24043 04:16:16 Removing intermediate container 9d7c6cc24043 04:16:16 ---> 1219667fba5c 04:16:16 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:16:16 ---> Running in 8b39047924e2 04:16:18 Removing intermediate container 8b39047924e2 04:16:18 ---> ddcfbe8d0852 04:16:18 Step 15/25 : RUN apk add --update --no-cache zeromq 04:16:18 ---> Running in d57c1faeb3d2 04:16:19 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:16:20 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:16:20 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:16:20 (2/5) Installing libsodium (1.0.18-r0) 04:16:20 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:16:21 (4/5) Installing libzmq (4.3.4-r0) 04:16:21 (5/5) Installing zeromq (4.3.4-r0) 04:16:21 Executing busybox-1.33.1-r6.trigger 04:16:21 OK: 8 MiB in 19 packages 04:16:22 Removing intermediate container d57c1faeb3d2 04:16:22 ---> f44fde5e27e5 04:16:22 Step 16/25 : WORKDIR / 04:16:22 ---> Running in e40884a14612 04:16:22 Removing intermediate container e40884a14612 04:16:22 ---> 5c099fa6cbde 04:16:22 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:16:23 ---> 0da36e06f3ae 04:16:23 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:16:24 ---> 38d2e9009f9d 04:16:24 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:16:24 ---> e9209f290a3d 04:16:24 Step 20/25 : EXPOSE 59999 04:16:24 ---> Running in 11765030e9d0 04:16:25 Removing intermediate container 11765030e9d0 04:16:25 ---> 81a1e69daba7 04:16:25 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:16:25 ---> Running in 3090635df780 04:16:25 Removing intermediate container 3090635df780 04:16:25 ---> 5bd98d59df02 04:16:25 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:16:25 ---> Running in 0d8a3970160e 04:16:26 Removing intermediate container 0d8a3970160e 04:16:26 ---> 83284a874d1b 04:16:26 Step 23/25 : LABEL arch=arm64 04:16:26 ---> Running in 47f3d9320991 04:16:26 Removing intermediate container 47f3d9320991 04:16:26 ---> 0ccb801c78ba 04:16:26 Step 24/25 : LABEL git_sha=9df71f3de2390cb7e277f426f328282e00bcbb5e 04:16:26 ---> Running in 47509731cb03 04:16:26 Removing intermediate container 47509731cb03 04:16:26 ---> 10528baca8e1 04:16:26 Step 25/25 : LABEL version=0.0.0 04:16:27 ---> Running in f8eda0e58fef 04:16:27 Removing intermediate container f8eda0e58fef 04:16:27 ---> 974f2fcce06c 04:16:27 [Warning] One or more build-args [ARCH] were not consumed 04:16:27 Successfully built 974f2fcce06c 04:16:27 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:16:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:16:28 04:16:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:16:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:16:28 arm64: Pulling from edgex-lftools-log-publisher 04:16:28 448f6bf000e3: Pulling fs layer 04:16:28 f757da607395: Pulling fs layer 04:16:28 05883995daec: Pulling fs layer 04:16:28 8603b9c90790: Pulling fs layer 04:16:28 1560dd03e051: Pulling fs layer 04:16:28 8603b9c90790: Waiting 04:16:28 27f5ce0e4adf: Pulling fs layer 04:16:28 c2d8d7efcc4b: Pulling fs layer 04:16:28 1560dd03e051: Waiting 04:16:28 27f5ce0e4adf: Waiting 04:16:28 f757da607395: Verifying Checksum 04:16:28 f757da607395: Download complete 04:16:28 8603b9c90790: Verifying Checksum 04:16:28 8603b9c90790: Download complete 04:16:28 1560dd03e051: Verifying Checksum 04:16:28 1560dd03e051: Download complete 04:16:28 27f5ce0e4adf: Verifying Checksum 04:16:28 27f5ce0e4adf: Download complete 04:16:28 05883995daec: Verifying Checksum 04:16:28 05883995daec: Download complete 04:16:29 448f6bf000e3: Download complete 04:16:31 c2d8d7efcc4b: Verifying Checksum 04:16:31 c2d8d7efcc4b: Download complete 04:16:32 448f6bf000e3: Pull complete 04:16:33 f757da607395: Pull complete 04:16:34 05883995daec: Pull complete 04:16:34 8603b9c90790: Pull complete 04:16:35 1560dd03e051: Pull complete 04:16:36 27f5ce0e4adf: Pull complete 04:16:51 c2d8d7efcc4b: Pull complete 04:16:51 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 04:16:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:16:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:16:51 prd-ubuntu18.04-docker-arm64-4c-16g-4119 does not seem to be running inside a container 04:16:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:16:54 $ docker top a8740ca9d9713492dfb2d6c42549a7ba57e2f8bdc305e47614f5338b0511831a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:16:55 ---> job-cost.sh 04:16:55 lf-activate-venv: SKIPPING 04:16:55 INFO: No Stack... 04:16:55 INFO: Retrieving Pricing Info for: v3-standard-4 04:16:56 INFO: Archiving Costs [Pipeline] sh 04:16:56 + cut -d, -f6 04:16:56 + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock 04:16:56 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] 04:16:56 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] did not exist. Created. 04:16:56 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:16:57 /w/workspace/device-sdk-go/1@tmp/durable-e361bed2/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-e361bed2/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 04:16:58 + echo total: 0.10999999940395355 [Pipeline] stash 04:16:58 Warning: overwriting stash ‘stack-cost’ 04:16:58 Stashed 1 file(s) [Pipeline] } 04:16:58 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1093-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:16:58 $ docker stop --time=1 a8740ca9d9713492dfb2d6c42549a7ba57e2f8bdc305e47614f5338b0511831a 04:17:00 $ docker rm -f a8740ca9d9713492dfb2d6c42549a7ba57e2f8bdc305e47614f5338b0511831a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:17:01 provisioning config files... 04:17:01 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/config4232782410121878944tmp [Pipeline] { [Pipeline] sh 04:17:01 + set +x 04:17:01 + curl -s https://codecov.io/bash 04:17:01 + bash -s -- 04:17:01 04:17:01 _____ _ 04:17:01 / ____| | | 04:17:01 | | ___ __| | ___ ___ _____ __ 04:17:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:17:01 | |___| (_) | (_| | __/ (_| (_) \ V / 04:17:01 \_____\___/ \__,_|\___|\___\___/ \_/ 04:17:01 Bash-1.0.6 04:17:01 04:17:01 04:17:01 ==> git version 2.24.4 found 04:17:01 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:17:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:17:01 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:17:01 ==> Jenkins CI detected. 04:17:01 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1093 04:17:01 project root: . 04:17:01 --> token set from env 04:17:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:17:01 ==> Running gcov in . (disable via -X gcov) 04:17:01 ==> Python coveragepy not found 04:17:01 ==> Searching for coverage reports in: 04:17:01 + . 04:17:01 -> Found 1 reports 04:17:01 ==> Detecting git/mercurial file structure 04:17:01 ==> Reading reports 04:17:01 + ./coverage.out bytes=128608 04:17:01 ==> Appending adjustments 04:17:01 https://docs.codecov.io/docs/fixing-reports 04:17:02 + Found adjustments 04:17:02 ==> Gzipping contents 04:17:02 16K /tmp/codecov.AmawnQ.gz 04:17:02 ==> Uploading reports 04:17:02 url: https://codecov.io 04:17:02 query: branch=PR-1093&commit=9df71f3de2390cb7e277f426f328282e00bcbb5e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1093%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1093&job=&cmd_args= 04:17:02 -> Pinging Codecov 04:17:02 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1093&commit=9df71f3de2390cb7e277f426f328282e00bcbb5e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1093%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1093&job=&cmd_args= 04:17:02 -> Uploading to 04:17:02 https://storage.googleapis.com/codecov/v4/raw/2022-01-28/7E55EF52A471D76F132DFD9A03CDDE97/9df71f3de2390cb7e277f426f328282e00bcbb5e/fe4e3e51-cdec-4cfd-aee0-f5d4bed70a28.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220128T041702Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f1308650350410833ea32b65a02283f7977965ddb03299a321332c31b7f808e6 04:17:02 % Total % Received % Xferd Average Speed Time Time Time Current 04:17:02 Dload Upload Total Spent Left Speed 04:17:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16075 0 0 100 16075 0 51275 --:--:-- --:--:-- --:--:-- 51194 04:17:02 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/9df71f3de2390cb7e277f426f328282e00bcbb5e [Pipeline] } 04:17:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:17:04 + '[' -d /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives ']' 04:17:04 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives 04:17:04 total 8 04:17:04 drwxr-xr-x. 3 root root 34 Jan 28 04:12 . 04:17:04 drwxrwxr-x. 12 jenkins jenkins 4096 Jan 28 04:12 .. 04:17:04 drwxr-xr-x. 2 root root 6 Jan 28 04:12 cost 04:17:04 -rw-r--r--. 1 root root 85 Jan 28 04:12 cost.csv 04:17:04 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives 04:17:04 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives 04:17:04 total 8 04:17:04 drwxr-xr-x. 3 jenkins jenkins 34 Jan 28 04:12 . 04:17:04 drwxrwxr-x. 12 jenkins jenkins 4096 Jan 28 04:12 .. 04:17:04 drwxr-xr-x. 2 jenkins jenkins 6 Jan 28 04:12 cost 04:17:04 -rw-r--r--. 1 jenkins jenkins 85 Jan 28 04:12 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:17:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:17:05 ---> package-listing.sh 04:17:05 ++ facter osfamily 04:17:05 ++ tr '[:upper:]' '[:lower:]' 04:17:05 + OS_FAMILY=redhat 04:17:05 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1093 04:17:05 + START_PACKAGES=/tmp/packages_start.txt 04:17:05 + END_PACKAGES=/tmp/packages_end.txt 04:17:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:17:05 + PACKAGES=/tmp/packages_start.txt 04:17:05 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1093 ']' 04:17:05 + PACKAGES=/tmp/packages_end.txt 04:17:05 + case "${OS_FAMILY}" in 04:17:05 + rpm -qa 04:17:05 + sort 04:17:06 + '[' -f /tmp/packages_start.txt ']' 04:17:06 + '[' -f /tmp/packages_end.txt ']' 04:17:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:17:06 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1093 ']' 04:17:06 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives/ 04:17:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1093/archives/ [Pipeline] echo 04:17:06 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1093/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:17:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:17:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:17:07 . [Pipeline] withDockerContainer 04:17:07 prd-centos7-docker-4c-2g-4117 does not seem to be running inside a container 04:17:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1093/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-1093 -v /w/workspace/gexfoundry_device-sdk-go_PR-1093:/w/workspace/gexfoundry_device-sdk-go_PR-1093:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:17:07 $ docker top aa06fa27d767428421b980ca76ef8f3487725a30dce7d295986f58d90c35a686 -eo pid,comm [Pipeline] { [Pipeline] sh 04:17:08 + touch /tmp/pre-build-complete [Pipeline] sh 04:17:08 + mkdir -p /var/log/sysstat [Pipeline] sh 04:17:08 + ls /var/log/sa-host 04:17:08 + sadf -c /var/log/sa-host/sa17 04:17:08 file_magic: OK 04:17:08 HZ: Using current value: 100 04:17:08 file_header: OK 04:17:08 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:17:08 Statistics: 04:17:08 Hnuu...uuuununununu...Hnuu...uuuununununu... 04:17:08 File successfully converted to sysstat format version 12.0.3 04:17:08 + sadf -c /var/log/sa-host/sa28 04:17:08 file_magic: OK 04:17:08 HZ: Using current value: 100 04:17:08 file_header: OK 04:17:08 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:17:08 Statistics: 04:17:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:17:08 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:17:09 provisioning config files... 04:17:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1093@tmp/config5875826486422667616tmp [Pipeline] { [Pipeline] echo 04:17:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:17:09 ---> create-netrc.sh [Pipeline] } 04:17:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:17:09 ---> python-tools-install.sh [Pipeline] echo 04:17:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:17:10 ---> sudo-logs.sh 04:17:10 Archiving 'sudo' log.. 04:17:10 sudo: unable to resolve host prd-centos7-docker-4c-2g-4117.novalocal: Name or service not known 04:17:10 sudo: unable to resolve host prd-centos7-docker-4c-2g-4117.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 04:17:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:17:11 ---> job-cost.sh 04:17:11 lf-activate-venv: SKIPPING 04:17:11 DEBUG: total: 0.05999999865889549 04:17:11 INFO: Retrieving Stack Cost... 04:17:11 INFO: Retrieving Pricing Info for: v3-standard-2 04:17:12 INFO: Archiving Costs [Pipeline] echo 04:17:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:17:12 ---> logs-deploy.sh 04:17:12 lf-activate-venv: SKIPPING 04:17:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1093/1 04:17:12 INFO: archiving workspace using pattern(s): 04:17:12 Archives upload complete. 04:17:13 INFO: archiving logs to Nexus