Pull request #1502 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch main at c51a94a8207d4a1ad8be458cdf522e8931b07b09 rather than fdbdbc112457214c0e1c2a8eec7425427dc3eb50 Obtained Jenkinsfile from c51a94a8207d4a1ad8be458cdf522e8931b07b09 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-ssh4139560461018702147.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh12447757721215306632.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-1502/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # 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-1502/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12813278211861719923.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-1502/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2341379593613113952.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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 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-ssh18201599016010432086.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 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-1502/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # 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-1502/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8419271228527115982.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 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 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/v3 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-4486’ is offline Running on prd-ubuntu20.04-docker-8c-8g-4488 in /w/workspace/gexfoundry_device-sdk-go_PR-1502 [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-1502 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1502/head:refs/remotes/origin/PR-1502 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit c51a94a8207d4a1ad8be458cdf522e8931b07b09 into PR head commit fdbdbc112457214c0e1c2a8eec7425427dc3eb50 Merge succeeded, producing f165fea5e597c45f253c0c51488dc66f20f0341a Checking out Revision f165fea5e597c45f253c0c51488dc66f20f0341a (PR-1502) > git config core.sparsecheckout # timeout=10 > git checkout -f fdbdbc112457214c0e1c2a8eec7425427dc3eb50 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c51a94a8207d4a1ad8be458cdf522e8931b07b09 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f165fea5e597c45f253c0c51488dc66f20f0341a # timeout=10 Commit message: "Merge commit 'c51a94a8207d4a1ad8be458cdf522e8931b07b09' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:49:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:49:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:49:50 ========================================================= 03:49:50 EdgeX Global Pipelines Version Info 03:49:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:49:51 ------------------- 03:49:51 stable info: 03:49:51 ------------------- 03:49:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:49:51 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 03:49:51 Message: update stable to v1.0.253 03:49:52 ------------------- 03:49:52 experimental info: 03:49:52 ------------------- 03:49:52 Commited By: **** collab-it+edgex@linuxfoundation.org 03:49:52 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 03:49:52 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:49:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1502 [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1502 [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1502 [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f165fea5e597c45f253c0c51488dc66f20f0341a [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f165fea [Pipeline] echo 03:49:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:49:53 provisioning config files... 03:49:53 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp/config5805437648754812903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:49:54 ---> docker-login.sh 03:49:54 nexus3.edgexfoundry.org:10001 03:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:54 Configure a credential helper to remove this warning. See 03:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:54 03:49:54 Login Succeeded 03:49:54 nexus3.edgexfoundry.org:10002 03:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:54 Configure a credential helper to remove this warning. See 03:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:54 03:49:54 Login Succeeded 03:49:54 nexus3.edgexfoundry.org:10003 03:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:54 Configure a credential helper to remove this warning. See 03:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:54 03:49:54 Login Succeeded 03:49:54 nexus3.edgexfoundry.org:10004 03:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:54 Configure a credential helper to remove this warning. See 03:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:54 03:49:54 Login Succeeded 03:49:54 docker.io 03:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:49:55 Configure a credential helper to remove this warning. See 03:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:49:55 03:49:55 Login Succeeded 03:49:55 ---> docker-login.sh ends [Pipeline] } 03:49:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:49:55 + git rev-list -1 --merges f165fea5e597c45f253c0c51488dc66f20f0341a~1..f165fea5e597c45f253c0c51488dc66f20f0341a [Pipeline] echo 03:49:55 -----------> git rev-list -1 --merges f165fea5e597c45f253c0c51488dc66f20f0341a~1..f165fea5e597c45f253c0c51488dc66f20f0341a f165fea5e597c45f253c0c51488dc66f20f0341a 03:49:55 f165fea5e597c45f253c0c51488dc66f20f0341a [false] [Pipeline] sh 03:49:56 + git log --format=format:%s -1 f165fea5e597c45f253c0c51488dc66f20f0341a [Pipeline] echo 03:49:56 ========================================================= 03:49:56 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:49:56 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:49:56 + git log --format=format:%s -1 f165fea5e597c45f253c0c51488dc66f20f0341a [Pipeline] echo 03:49:56 [semverPrep] GIT_COMMIT: f165fea5e597c45f253c0c51488dc66f20f0341a, Commit Message: Merge commit 'c51a94a8207d4a1ad8be458cdf522e8931b07b09' into HEAD [Pipeline] echo 03:49:56 [semverPrep] This is not a build commit. [Pipeline] sh 03:49:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:49:57 + grep -v github /etc/ssh/ssh_known_hosts 03:49:57 + [ -e /tmp/ssh_known_hosts ] 03:49:57 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:49:57 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 03:49:57 -a /etc/ssh/ssh_known_hosts 03:49:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:49:57 03:49:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:49:58 0.1.4: Pulling from edgex-devops/py-git-semver 03:49:58 b85a868b505f: Pulling fs layer 03:49:58 e2be974225ed: Pulling fs layer 03:49:58 339a4e72a1f5: Pulling fs layer 03:49:58 988bab9f4d93: Pulling fs layer 03:49:58 1469e6f7b9e6: Pulling fs layer 03:49:58 eaf3925da568: Pulling fs layer 03:49:58 bab4dde63d76: Pulling fs layer 03:49:58 bde34c3a00c8: Pulling fs layer 03:49:58 b352a97aabf1: Pulling fs layer 03:49:58 4872d77fe225: Pulling fs layer 03:49:58 5851b861e8e6: Pulling fs layer 03:49:58 4872d77fe225: Waiting 03:49:58 bde34c3a00c8: Waiting 03:49:58 eaf3925da568: Waiting 03:49:58 bab4dde63d76: Waiting 03:49:58 988bab9f4d93: Waiting 03:49:58 b352a97aabf1: Waiting 03:49:58 1469e6f7b9e6: Waiting 03:49:58 e2be974225ed: Verifying Checksum 03:49:58 e2be974225ed: Download complete 03:49:58 988bab9f4d93: Download complete 03:49:58 1469e6f7b9e6: Verifying Checksum 03:49:58 1469e6f7b9e6: Download complete 03:49:58 eaf3925da568: Download complete 03:49:58 339a4e72a1f5: Verifying Checksum 03:49:58 339a4e72a1f5: Download complete 03:49:58 bde34c3a00c8: Download complete 03:49:58 b352a97aabf1: Verifying Checksum 03:49:58 b352a97aabf1: Download complete 03:49:58 4872d77fe225: Download complete 03:49:58 5851b861e8e6: Verifying Checksum 03:49:58 5851b861e8e6: Download complete 03:49:58 b85a868b505f: Verifying Checksum 03:49:58 b85a868b505f: Download complete 03:49:58 bab4dde63d76: Verifying Checksum 03:49:58 bab4dde63d76: Download complete 03:49:59 b85a868b505f: Pull complete 03:49:59 e2be974225ed: Pull complete 03:50:00 339a4e72a1f5: Pull complete 03:50:00 988bab9f4d93: Pull complete 03:50:00 1469e6f7b9e6: Pull complete 03:50:00 eaf3925da568: Pull complete 03:50:02 bab4dde63d76: Pull complete 03:50:02 bde34c3a00c8: Pull complete 03:50:02 b352a97aabf1: Pull complete 03:50:02 4872d77fe225: Pull complete 03:50:02 5851b861e8e6: Pull complete 03:50:02 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:50:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:50:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:50:03 prd-ubuntu20.04-docker-8c-8g-4488 does not seem to be running inside a container 03:50:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1502 -v /w/workspace/gexfoundry_device-sdk-go_PR-1502:/w/workspace/gexfoundry_device-sdk-go_PR-1502:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 03:50:06 $ docker top f6f864c652eb1554923b13e5d5c9f645533f396d27320249be3e56230beec85d -eo pid,comm 03:50:06 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 03:50:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:50:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:50:06 [ssh-agent] Looking for ssh-agent implementation... 03:50:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:50:06 $ docker exec f6f864c652eb1554923b13e5d5c9f645533f396d27320249be3e56230beec85d ssh-agent 03:50:07 SSH_AUTH_SOCK=/tmp/ssh-NPnqxUTuAhzm/agent.32 03:50:07 SSH_AGENT_PID=38 03:50:07 Running ssh-add (command line suppressed) 03:50:07 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp/private_key_1435339030431149498.key (/w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp/private_key_1435339030431149498.key) 03:50:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:50:07 + git tag --points-at HEAD [Pipeline] } 03:50:07 $ docker exec --env ******** --env ******** f6f864c652eb1554923b13e5d5c9f645533f396d27320249be3e56230beec85d ssh-agent -k 03:50:07 unset SSH_AUTH_SOCK; 03:50:07 unset SSH_AGENT_PID; 03:50:07 echo Agent pid 38 killed; 03:50:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:50:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:50:07 [ssh-agent] Looking for ssh-agent implementation... 03:50:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:50:07 $ docker exec f6f864c652eb1554923b13e5d5c9f645533f396d27320249be3e56230beec85d ssh-agent 03:50:07 SSH_AUTH_SOCK=/tmp/ssh-ZRWKLfA83hxr/agent.71 03:50:07 SSH_AGENT_PID=77 03:50:07 Running ssh-add (command line suppressed) 03:50:08 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp/private_key_13019051498704240534.key (/w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp/private_key_13019051498704240534.key) 03:50:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:50:08 + git semver init 03:50:08 2023-08-25 03:50:08,578 [run_init] DEBUG init version:0.0.0 force:False 03:50:08 2023-08-25 03:50:08,579 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1502/.semver 03:50:08 2023-08-25 03:50:08,579 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1502/.semver 03:50:08 2023-08-25 03:50:08,579 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1502/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1502, universal_newlines=False, shell=None, istream=None) 03:50:09 2023-08-25 03:50:09,528 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1502/.git/info/exclude 03:50:09 2023-08-25 03:50:09,528 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1502/.semver/PR-1502 with force:False 03:50:09 2023-08-25 03:50:09,528 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1502/.semver/PR-1502 03:50:09 2023-08-25 03:50:09,532 [execute] INFO git cat-file --batch-check 03:50:09 2023-08-25 03:50:09,533 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1502/.semver, universal_newlines=False, shell=None, istream=) 03:50:09 2023-08-25 03:50:09,538 [execute] INFO git cat-file --batch 03:50:09 2023-08-25 03:50:09,539 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1502/.semver, universal_newlines=False, shell=None, istream=) 03:50:09 2023-08-25 03:50:09,543 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1502/.semver/PR-1502 03:50:09 0.0.0 [Pipeline] } 03:50:09 $ docker exec --env ******** --env ******** f6f864c652eb1554923b13e5d5c9f645533f396d27320249be3e56230beec85d ssh-agent -k 03:50:09 unset SSH_AUTH_SOCK; 03:50:09 unset SSH_AGENT_PID; 03:50:09 echo Agent pid 77 killed; 03:50:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:50:10 + git semver [Pipeline] } 03:50:10 $ docker stop --time=1 f6f864c652eb1554923b13e5d5c9f645533f396d27320249be3e56230beec85d 03:50:11 $ docker rm -f --volumes f6f864c652eb1554923b13e5d5c9f645533f396d27320249be3e56230beec85d [Pipeline] // withDockerContainer [Pipeline] sh 03:50:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:50:12 Stashed 1 file(s) [Pipeline] echo 03:50:12 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:50:13 provisioning config files... 03:50:13 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp/config12675974395028920240tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:50:13 ---> docker-login.sh 03:50:13 nexus3.edgexfoundry.org:10001 03:50:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:50:13 Configure a credential helper to remove this warning. See 03:50:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:50:13 03:50:13 Login Succeeded 03:50:13 nexus3.edgexfoundry.org:10002 03:50:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:50:13 Configure a credential helper to remove this warning. See 03:50:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:50:13 03:50:13 Login Succeeded 03:50:13 nexus3.edgexfoundry.org:10003 03:50:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:50:13 Configure a credential helper to remove this warning. See 03:50:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:50:13 03:50:13 Login Succeeded 03:50:13 nexus3.edgexfoundry.org:10004 03:50:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:50:13 Configure a credential helper to remove this warning. See 03:50:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:50:13 03:50:13 Login Succeeded 03:50:13 docker.io 03:50:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:50:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:50:13 Configure a credential helper to remove this warning. See 03:50:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:50:13 03:50:13 Login Succeeded 03:50:13 ---> docker-login.sh ends [Pipeline] } 03:50:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:50:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:50:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:50:14 ========================================================= 03:50:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 03:50:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:50:14 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 03:50:14 Sending build context to Docker daemon 11.11MB 03:50:14 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 03:50:14 Step 2/10 : FROM ${BASE} AS builder 03:50:14 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 03:50:14 4db1b89c0bd1: Pulling fs layer 03:50:14 6911f1a30b25: Pulling fs layer 03:50:14 e194b8c5c2a9: Pulling fs layer 03:50:14 6863d3e3a2b1: Pulling fs layer 03:50:14 ec0bb842ea78: Pulling fs layer 03:50:14 40a00589a448: Pulling fs layer 03:50:14 6c08303d61cc: Pulling fs layer 03:50:14 798269fcf238: Pulling fs layer 03:50:14 ec0bb842ea78: Waiting 03:50:14 40a00589a448: Waiting 03:50:14 6863d3e3a2b1: Waiting 03:50:14 6c08303d61cc: Waiting 03:50:14 798269fcf238: Waiting 03:50:14 6911f1a30b25: Download complete 03:50:14 6863d3e3a2b1: Verifying Checksum 03:50:14 6863d3e3a2b1: Download complete 03:50:14 ec0bb842ea78: Verifying Checksum 03:50:14 ec0bb842ea78: Download complete 03:50:14 4db1b89c0bd1: Download complete 03:50:14 40a00589a448: Verifying Checksum 03:50:14 40a00589a448: Download complete 03:50:14 4db1b89c0bd1: Pull complete 03:50:15 6911f1a30b25: Pull complete 03:50:15 798269fcf238: Verifying Checksum 03:50:15 798269fcf238: Download complete 03:50:15 e194b8c5c2a9: Verifying Checksum 03:50:15 e194b8c5c2a9: Download complete 03:50:15 6c08303d61cc: Verifying Checksum 03:50:15 6c08303d61cc: Download complete 03:50:18 e194b8c5c2a9: Pull complete 03:50:18 6863d3e3a2b1: Pull complete 03:50:18 ec0bb842ea78: Pull complete 03:50:18 40a00589a448: Pull complete 03:50:20 6c08303d61cc: Pull complete 03:50:21 798269fcf238: Pull complete 03:50:21 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 03:50:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 03:50:21 ---> ec979cd7f677 03:50:21 Step 3/10 : ARG MAKE=make build 03:50:27 Still waiting to schedule task 03:50:27 ‘prd-ubuntu20.04-docker-arm64-4c-16g-4487’ is offline 03:50:29 ---> Running in e24dce6f95b4 03:50:29 Removing intermediate container e24dce6f95b4 03:50:29 ---> 67907b5d296a 03:50:29 Step 4/10 : WORKDIR /device-sdk-go 03:50:29 ---> Running in 40dffe66deb9 03:50:29 Removing intermediate container 40dffe66deb9 03:50:29 ---> 73a912989a41 03:50:29 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 03:50:29 ---> Running in 946f39bad28e 03:50:29 Removing intermediate container 946f39bad28e 03:50:29 ---> ca2bd9c4d2d8 03:50:29 Step 6/10 : RUN apk add --update --no-cache make git 03:50:29 ---> Running in 2a2b0cc52339 03:50:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:50:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:50:30 OK: 265 MiB in 53 packages 03:50:30 Removing intermediate container 2a2b0cc52339 03:50:30 ---> 8c7e28a43228 03:50:30 Step 7/10 : COPY go.mod vendor* ./ 03:50:30 ---> 8d2970856307 03:50:30 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:50:30 ---> Running in e9f467f560c3 03:51:09 Removing intermediate container e9f467f560c3 03:51:09 ---> 38249ab2dd12 03:51:09 Step 9/10 : COPY . . 03:51:09 ---> 468b358ab6b1 03:51:09 Step 10/10 : RUN ${MAKE} 03:51:09 ---> Running in 26c9b11d4e4d 03:51:09 noop 03:51:09 Removing intermediate container 26c9b11d4e4d 03:51:09 ---> 1e6a994e6f29 03:51:09 Successfully built 1e6a994e6f29 03:51:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:10 + docker inspect -f . ci-base-image-x86_64 03:51:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:51:10 prd-ubuntu20.04-docker-8c-8g-4488 does not seem to be running inside a container 03:51:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1502 -v /w/workspace/gexfoundry_device-sdk-go_PR-1502:/w/workspace/gexfoundry_device-sdk-go_PR-1502:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:51:10 $ docker top cee7f70d669e3155495e079b5d94cafe9728870bcbb37ce86b9b8ab2483ea357 -eo pid,comm [Pipeline] { [Pipeline] sh 03:51:11 + go version 03:51:11 go version go1.20.6 linux/amd64 [Pipeline] } 03:51:11 $ docker stop --time=1 cee7f70d669e3155495e079b5d94cafe9728870bcbb37ce86b9b8ab2483ea357 03:51:12 $ docker rm -f --volumes cee7f70d669e3155495e079b5d94cafe9728870bcbb37ce86b9b8ab2483ea357 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:51:13 + docker inspect -f . ci-base-image-x86_64 03:51:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:51:13 prd-ubuntu20.04-docker-8c-8g-4488 does not seem to be running inside a container 03:51:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-sdk-go_PR-1502 -v /w/workspace/gexfoundry_device-sdk-go_PR-1502:/w/workspace/gexfoundry_device-sdk-go_PR-1502:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:51:13 $ docker top ca918b4fe0a534e9c71705146d8748157ebb9a4d48df2f69ef536e7a1019d18a -eo pid,comm [Pipeline] { [Pipeline] sh 03:51:14 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1502 [Pipeline] fileExists [Pipeline] sh 03:51:14 + make test 03:51:14 go test -race -coverprofile=coverage.out ./... 03:51:20 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 03:51:33 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 03:51:33 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 03:51:33 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 03:51:33 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 03:51:33 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 03:51:34 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.076s coverage: 27.6% of statements 03:51:34 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.066s coverage: 80.2% of statements 03:51:34 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 03:51:34 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 03:51:34 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.081s coverage: 86.0% of statements 03:51:34 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 03:51:34 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.099s coverage: 71.8% of statements 03:51:35 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 03:51:35 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 03:51:35 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 03:51:37 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.074s coverage: 14.1% of statements 03:51:37 ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 1.975s coverage: 43.8% of statements 03:51:37 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.071s coverage: 68.5% of statements 03:51:37 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.128s coverage: 89.2% of statements 03:51:37 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.063s coverage: 5.5% of statements 03:51:52 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4489 in /w/workspace/gexfoundry_device-sdk-go_PR-1502 [Pipeline] { [Pipeline] ws 03:51:53 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 03:51:53 The recommended git tool is: git 03:51:57 using credential edgex-jenkins-ssh 03:51:57 Cloning the remote Git repository 03:51:57 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:51:58 > git init /w/workspace/device-sdk-go/1 # timeout=10 03:51:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:51:58 > git --version # timeout=10 03:51:58 > git --version # 'git version 2.25.1' 03:51:58 using GIT_SSH to set credentials SSH Credentials for GitHub 03:51:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:51:59 GO111MODULE=on go vet ./... 03:51:59 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:51:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:52:01 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:52:01 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:52:01 ./bin/test-attribution-txt.sh [Pipeline] echo 03:52:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:52:01 $ docker stop --time=1 ca918b4fe0a534e9c71705146d8748157ebb9a4d48df2f69ef536e7a1019d18a 03:52:01 Merging remotes/origin/main commit c51a94a8207d4a1ad8be458cdf522e8931b07b09 into PR head commit fdbdbc112457214c0e1c2a8eec7425427dc3eb50 03:52:01 Merge succeeded, producing bfd061ba66a13690f6bf759196bf371b7e4a34e9 03:52:01 Checking out Revision bfd061ba66a13690f6bf759196bf371b7e4a34e9 (PR-1502) 03:52:00 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:52:00 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:52:00 using GIT_SSH to set credentials SSH Credentials for GitHub 03:52:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1502/head:refs/remotes/origin/PR-1502 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:52:01 > git config core.sparsecheckout # timeout=10 03:52:01 > git checkout -f fdbdbc112457214c0e1c2a8eec7425427dc3eb50 # timeout=10 03:52:01 > git remote # timeout=10 03:52:01 > git config --get remote.origin.url # timeout=10 03:52:01 using GIT_SSH to set credentials SSH Credentials for GitHub 03:52:01 > git merge c51a94a8207d4a1ad8be458cdf522e8931b07b09 # timeout=10 03:52:01 > git rev-parse HEAD^{commit} # timeout=10 03:52:01 > git config core.sparsecheckout # timeout=10 03:52:01 > git checkout -f bfd061ba66a13690f6bf759196bf371b7e4a34e9 # timeout=10 03:52:05 Commit message: "Merge commit 'c51a94a8207d4a1ad8be458cdf522e8931b07b09' into HEAD" 03:52:05 First time build. Skipping changelog. 03:52:05 > git --version # timeout=10 03:52:05 > git --version # 'git version 2.25.1' 03:52:05 fatal: bad object a0327f913308fcf13875ae7a2d6e6099471c5ff1 03:52:05 $ docker rm -f --volumes ca918b4fe0a534e9c71705146d8748157ebb9a4d48df2f69ef536e7a1019d18a [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 03:52:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] stash 03:52:06 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 03:52:06 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:52:06 % Total % Received % Xferd Average Speed Time Time Time Current 03:52:06 Dload Upload Total Spent Left Speed 03:52:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 114k 0 --:--:-- --:--:-- --:--:-- 114k [Pipeline] sh [Pipeline] sh 03:52:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:52:07 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:52:07 + ls -al . 03:52:07 total 304 03:52:07 drwxrwxr-x 11 jenkins jenkins 4096 Aug 25 03:51 . 03:52:07 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 03:49 .. 03:52:07 -rw-rw-r-- 1 jenkins jenkins 140 Aug 25 03:49 .dockerignore 03:52:07 drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 03:50 .git 03:52:07 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 03:49 .github 03:52:07 -rw-rw-r-- 1 jenkins jenkins 137 Aug 25 03:49 .gitignore 03:52:07 -rw-rw-r-- 1 jenkins jenkins 42 Aug 25 03:49 .golangci.yml 03:52:07 drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 03:50 .semver 03:52:07 -rw-rw-r-- 1 jenkins jenkins 44878 Aug 25 03:49 CHANGELOG.md 03:52:07 -rw-rw-r-- 1 jenkins jenkins 677 Aug 25 03:49 GOVERNANCE.md 03:52:07 -rw-rw-r-- 1 jenkins jenkins 885 Aug 25 03:49 Jenkinsfile 03:52:07 -rw-rw-r-- 1 jenkins jenkins 11341 Aug 25 03:49 LICENSE 03:52:07 -rw-rw-r-- 1 jenkins jenkins 1842 Aug 25 03:49 Makefile 03:52:07 -rw-rw-r-- 1 jenkins jenkins 619 Aug 25 03:49 OWNERS.md 03:52:07 -rw-rw-r-- 1 jenkins jenkins 4933 Aug 25 03:49 README.md 03:52:07 -rw-rw-r-- 1 jenkins jenkins 5 Aug 25 03:50 VERSION 03:52:07 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 03:49 bin 03:52:07 -rw-r--r-- 1 jenkins jenkins 120468 Aug 25 03:51 coverage.out 03:52:07 drwxrwxr-x 5 jenkins jenkins 4096 Aug 25 03:49 example 03:52:07 -rw-rw-r-- 1 jenkins jenkins 3721 Aug 25 03:49 go.mod 03:52:07 -rw-rw-r-- 1 jenkins jenkins 33545 Aug 25 03:49 go.sum 03:52:07 drwxrwxr-x 12 jenkins jenkins 4096 Aug 25 03:49 internal 03:52:07 drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 03:49 openapi 03:52:07 drwxrwxr-x 6 jenkins jenkins 4096 Aug 25 03:49 pkg 03:52:07 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 03:49 snap 03:52:07 -rw-rw-r-- 1 jenkins jenkins 222 Aug 25 03:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:07 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:52:07 + sudo tee /etc/docker/daemon.new 03:52:07 { 03:52:07 "registry-mirrors": [ 03:52:07 "https://nexus3.edgexfoundry.org:10001" 03:52:07 ], 03:52:07 "bip": "10.250.0.254/24", 03:52:07 "hosts": [ 03:52:07 "tcp://0.0.0.0:5555", 03:52:07 "unix:///var/run/docker.sock" 03:52:07 ], 03:52:07 "mtu": 1458, 03:52:07 "selinux-enabled": true, 03:52:07 "seccomp-profile": "/etc/docker/seccomp.json" 03:52:07 } [Pipeline] sh 03:52:07 + 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=f165fea5e597c45f253c0c51488dc66f20f0341a --label arch=amd64 --label version=0.0.0 . 03:52:07 Sending build context to Docker daemon 11.23MB 03:52:07 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 03:52:07 Step 2/23 : FROM ${BASE} AS builder 03:52:07 ---> 1e6a994e6f29 03:52:07 Step 3/23 : ARG MAKE=make build 03:52:07 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:52:07 ---> Running in 22388e0b4e3b 03:52:07 Removing intermediate container 22388e0b4e3b 03:52:07 ---> b8990c51907f 03:52:07 Step 4/23 : WORKDIR /device-sdk-go 03:52:07 ---> Running in 9e6a28d18010 03:52:08 + sudo service docker restart 03:52:08 Removing intermediate container 9e6a28d18010 03:52:08 ---> d39b7cfc40ea 03:52:08 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 03:52:08 ---> Running in 7cc4fc0cfc3b 03:52:08 Removing intermediate container 7cc4fc0cfc3b 03:52:08 ---> 660803a883c0 03:52:08 Step 6/23 : RUN apk add --update --no-cache make git 03:52:08 ---> Running in f09512d53acb 03:52:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:52:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:52:09 OK: 265 MiB in 53 packages 03:52:09 Removing intermediate container f09512d53acb 03:52:09 ---> 1742ee8d816a 03:52:09 Step 7/23 : COPY go.mod vendor* ./ 03:52:09 ---> dc52a79dba96 03:52:09 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:52:09 ---> Running in c9aca792ad17 03:52:10 Removing intermediate container c9aca792ad17 03:52:10 ---> e10437f662a9 03:52:10 Step 9/23 : COPY . . 03:52:10 ---> a6ed37f8594c 03:52:10 Step 10/23 : RUN ${MAKE} 03:52:10 ---> Running in 652de3bdbc9b 03:52:11 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:52:26 provisioning config files... 03:52:26 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config9094675923211517930tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:52:26 ---> docker-login.sh 03:52:26 nexus3.edgexfoundry.org:10001 03:52:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:52:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:52:27 Configure a credential helper to remove this warning. See 03:52:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:52:27 03:52:27 Login Succeeded 03:52:27 nexus3.edgexfoundry.org:10002 03:52:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:52:28 Configure a credential helper to remove this warning. See 03:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:52:28 03:52:28 Login Succeeded 03:52:28 nexus3.edgexfoundry.org:10003 03:52:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:52:28 Configure a credential helper to remove this warning. See 03:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:52:28 03:52:28 Login Succeeded 03:52:28 nexus3.edgexfoundry.org:10004 03:52:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:52:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:52:28 Configure a credential helper to remove this warning. See 03:52:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:52:28 03:52:28 Login Succeeded 03:52:28 docker.io 03:52:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:52:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:52:29 Configure a credential helper to remove this warning. See 03:52:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:52:29 03:52:29 Login Succeeded 03:52:29 ---> docker-login.sh ends [Pipeline] } 03:52:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:52:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:52:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:52:29 ========================================================= 03:52:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 03:52:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:30 + 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.20-alpine --build-arg MAKE=echo noop --target=builder . 03:52:30 Sending build context to Docker daemon 5.945MB 03:52:30 Step 1/10 : ARG BASE=golang:1.20-alpine3.17 03:52:30 Step 2/10 : FROM ${BASE} AS builder 03:52:30 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:52:30 edb6bdbacee9: Pulling fs layer 03:52:30 5f9638ab2659: Pulling fs layer 03:52:30 8d51d6327a98: Pulling fs layer 03:52:30 8b374f2dd631: Pulling fs layer 03:52:30 ec14aa9079de: Pulling fs layer 03:52:30 2f466654f4bb: Pulling fs layer 03:52:30 554e91adad29: Pulling fs layer 03:52:30 ec14aa9079de: Waiting 03:52:30 554e91adad29: Waiting 03:52:30 2f466654f4bb: Waiting 03:52:30 8b374f2dd631: Waiting 03:52:30 5f9638ab2659: Verifying Checksum 03:52:30 5f9638ab2659: Download complete 03:52:30 8b374f2dd631: Verifying Checksum 03:52:30 8b374f2dd631: Download complete 03:52:30 ec14aa9079de: Verifying Checksum 03:52:30 ec14aa9079de: Download complete 03:52:30 edb6bdbacee9: Download complete 03:52:31 edb6bdbacee9: Pull complete 03:52:32 554e91adad29: Verifying Checksum 03:52:32 554e91adad29: Download complete 03:52:32 5f9638ab2659: Pull complete 03:52:33 Removing intermediate container 652de3bdbc9b 03:52:33 ---> ecb92ba65b55 03:52:33 Step 11/23 : FROM alpine:3.17 03:52:33 3.17: Pulling from library/alpine 03:52:33 9398808236ff: Pulling fs layer 03:52:33 9398808236ff: Verifying Checksum 03:52:33 9398808236ff: Download complete 03:52:33 9398808236ff: Pull complete 03:52:33 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 03:52:33 Status: Downloaded newer image for alpine:3.17 03:52:33 ---> 1e0b8b5322fc 03:52:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 03:52:33 ---> Running in 5ffd2eadb580 03:52:33 Removing intermediate container 5ffd2eadb580 03:52:33 ---> 27dcd7a8935b 03:52:33 Step 13/23 : RUN apk add --update --no-cache 03:52:33 ---> Running in b0eb98c58590 03:52:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 03:52:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 03:52:33 OK: 7 MiB in 15 packages 03:52:33 8d51d6327a98: Verifying Checksum 03:52:33 8d51d6327a98: Download complete 03:52:33 2f466654f4bb: Verifying Checksum 03:52:33 2f466654f4bb: Download complete 03:52:33 Removing intermediate container b0eb98c58590 03:52:33 ---> 51b2e6fa5aa9 03:52:33 Step 14/23 : WORKDIR / 03:52:33 ---> Running in 2ebb55115282 03:52:33 Removing intermediate container 2ebb55115282 03:52:33 ---> 813cbe7f7b8d 03:52:33 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 03:52:33 ---> 65036c8ad5db 03:52:33 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 03:52:35 ---> a49171936bd2 03:52:35 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 03:52:35 ---> f20d0d71fc5c 03:52:35 Step 18/23 : EXPOSE 59999 03:52:35 ---> Running in 289834b2fcf7 03:52:35 Removing intermediate container 289834b2fcf7 03:52:35 ---> f9a1e6e582d1 03:52:35 Step 19/23 : ENTRYPOINT ["/device-simple"] 03:52:35 ---> Running in 11dee03ba123 03:52:35 Removing intermediate container 11dee03ba123 03:52:35 ---> 7a2863e6b9ad 03:52:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:52:35 ---> Running in 8861a4059468 03:52:35 Removing intermediate container 8861a4059468 03:52:35 ---> f1966e8a820c 03:52:35 Step 21/23 : LABEL arch=amd64 03:52:35 ---> Running in 25dc020565ce 03:52:35 Removing intermediate container 25dc020565ce 03:52:35 ---> 4bf4bbbd07b3 03:52:35 Step 22/23 : LABEL git_sha=f165fea5e597c45f253c0c51488dc66f20f0341a 03:52:35 ---> Running in 741695a09966 03:52:35 Removing intermediate container 741695a09966 03:52:35 ---> d3e271622068 03:52:35 Step 23/23 : LABEL version=0.0.0 03:52:35 ---> Running in 75e6f2a6424e 03:52:35 Removing intermediate container 75e6f2a6424e 03:52:35 ---> 07491e7353da 03:52:35 [Warning] One or more build-args [ARCH] were not consumed 03:52:35 Successfully built 07491e7353da 03:52:35 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh 03:52:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:52:36 03:52:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:52:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:52:37 latest: Pulling from edgex-lftools-log-publisher 03:52:37 5eb5b503b376: Pulling fs layer 03:52:37 5c69ac0246d0: Pulling fs layer 03:52:37 ec43610c2a17: Pulling fs layer 03:52:37 3a2ae6a8a46f: Pulling fs layer 03:52:37 33b1e0a273af: Pulling fs layer 03:52:37 5d3b04190fa2: Pulling fs layer 03:52:37 2f39f015ded8: Pulling fs layer 03:52:37 3a2ae6a8a46f: Waiting 03:52:37 5d3b04190fa2: Waiting 03:52:37 2f39f015ded8: Waiting 03:52:37 33b1e0a273af: Waiting 03:52:37 5c69ac0246d0: Verifying Checksum 03:52:37 5c69ac0246d0: Download complete 03:52:37 3a2ae6a8a46f: Verifying Checksum 03:52:37 3a2ae6a8a46f: Download complete 03:52:37 33b1e0a273af: Verifying Checksum 03:52:37 33b1e0a273af: Download complete 03:52:37 ec43610c2a17: Verifying Checksum 03:52:37 ec43610c2a17: Download complete 03:52:37 5d3b04190fa2: Download complete 03:52:37 5eb5b503b376: Verifying Checksum 03:52:37 5eb5b503b376: Download complete 03:52:37 2f39f015ded8: Verifying Checksum 03:52:37 2f39f015ded8: Download complete 03:52:38 5eb5b503b376: Pull complete 03:52:38 5c69ac0246d0: Pull complete 03:52:39 ec43610c2a17: Pull complete 03:52:39 3a2ae6a8a46f: Pull complete 03:52:39 33b1e0a273af: Pull complete 03:52:39 5d3b04190fa2: Pull complete 03:52:43 2f39f015ded8: Pull complete 03:52:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:52:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:52:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:52:43 prd-ubuntu20.04-docker-8c-8g-4488 does not seem to be running inside a container 03:52:43 $ 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-1502 -v /w/workspace/gexfoundry_device-sdk-go_PR-1502:/w/workspace/gexfoundry_device-sdk-go_PR-1502:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 03:52:45 8d51d6327a98: Pull complete 03:52:45 8b374f2dd631: Pull complete 03:52:45 ec14aa9079de: Pull complete 03:52:47 $ docker top 4fade9774c05409b755918ee35e1add06e4f7a5b1e0be9bd729723c790c6f611 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:52:48 ---> job-cost.sh 03:52:48 lf-activate-venv: SKIPPING 03:52:48 INFO: No Stack... 03:52:48 INFO: Retrieving Pricing Info for: v3-standard-8 03:52:48 INFO: Archiving Costs [Pipeline] sh 03:52:48 + + catcut /w/workspace/gexfoundry_device-sdk-go_PR-1502/archives/cost.csv -d, 03:52:48 -f6 [Pipeline] lock 03:52:48 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1502-1-stack-cost] 03:52:49 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1502-1-stack-cost] did not exist. Created. 03:52:49 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1502-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:52:49 + echo total: 0.2199999988079071 [Pipeline] stash 03:52:49 Stashed 1 file(s) [Pipeline] } 03:52:49 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1502-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:52:49 $ docker stop --time=1 4fade9774c05409b755918ee35e1add06e4f7a5b1e0be9bd729723c790c6f611 03:52:50 $ docker rm -f --volumes 4fade9774c05409b755918ee35e1add06e4f7a5b1e0be9bd729723c790c6f611 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:52:51 2f466654f4bb: Pull complete 03:52:53 554e91adad29: Pull complete 03:52:53 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 03:52:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 03:52:53 ---> 1e15ea492957 03:52:53 Step 3/10 : ARG MAKE=make build 03:52:55 ---> Running in 382efeee5864 03:52:55 Removing intermediate container 382efeee5864 03:52:55 ---> 1aabcb0c4679 03:52:55 Step 4/10 : WORKDIR /device-sdk-go 03:52:55 ---> Running in e6b61bdf080a 03:52:55 Removing intermediate container e6b61bdf080a 03:52:55 ---> ac2c19d08326 03:52:55 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 03:52:56 ---> Running in eef9e6d3c173 03:52:56 Removing intermediate container eef9e6d3c173 03:52:56 ---> 7a1a481fd1df 03:52:56 Step 6/10 : RUN apk add --update --no-cache make git 03:52:56 ---> Running in 800be75a8fbd 03:52:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 03:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 03:52:58 OK: 263 MiB in 53 packages 03:52:59 Removing intermediate container 800be75a8fbd 03:52:59 ---> 5f3a67d9de4d 03:52:59 Step 7/10 : COPY go.mod vendor* ./ 03:53:00 ---> df853cbdf8c7 03:53:00 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:53:00 ---> Running in e63215345309 03:54:08 Removing intermediate container e63215345309 03:54:08 ---> d6bda0c13052 03:54:08 Step 9/10 : COPY . . 03:54:08 ---> 382222dd1736 03:54:08 Step 10/10 : RUN ${MAKE} 03:54:08 ---> Running in cecbcba7a5dd 03:54:08 noop 03:54:08 Removing intermediate container cecbcba7a5dd 03:54:08 ---> a06b5e5b39b5 03:54:08 Successfully built a06b5e5b39b5 03:54:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:08 + docker inspect -f . ci-base-image-arm64 03:54:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:54:09 prd-ubuntu20.04-docker-arm64-4c-16g-4489 does not seem to be running inside a container 03:54:09 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:54:10 $ docker top 570d63ad8c7bbcdb1528f39beb4c399a2e532e886bb65e8012329f48bc9f2fa8 -eo pid,comm [Pipeline] { [Pipeline] sh 03:54:11 + go version 03:54:11 go version go1.20.6 linux/arm64 [Pipeline] } 03:54:11 $ docker stop --time=1 570d63ad8c7bbcdb1528f39beb4c399a2e532e886bb65e8012329f48bc9f2fa8 03:54:12 $ docker rm -f --volumes 570d63ad8c7bbcdb1528f39beb4c399a2e532e886bb65e8012329f48bc9f2fa8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:54:13 + docker inspect -f . ci-base-image-arm64 03:54:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:54:13 prd-ubuntu20.04-docker-arm64-4c-16g-4489 does not seem to be running inside a container 03:54:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:54:17 $ docker top b268d3855c380aaf602e87cedffbd93a2d84c1c9a803d262f16ab61fda167ec2 -eo pid,comm [Pipeline] { [Pipeline] sh 03:54:18 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 03:54:18 + make test 03:54:18 go test -race -coverprofile=coverage.out ./... 03:54:57 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 03:57:04 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 03:57:04 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 03:57:04 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 03:57:04 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 03:57:04 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 03:57:09 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.210s coverage: 27.6% of statements 03:57:15 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.259s coverage: 80.2% of statements 03:57:27 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 03:57:27 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 03:57:27 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.347s coverage: 86.0% of statements 03:57:32 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 03:57:33 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.489s coverage: 71.8% of statements 03:57:36 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.292s coverage: 14.1% of statements 03:57:39 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 03:57:39 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 03:57:39 ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 2.818s coverage: 43.8% of statements 03:57:39 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.418s coverage: 68.5% of statements 03:57:43 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.428s coverage: 89.2% of statements 03:57:44 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 03:57:44 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.249s coverage: 5.5% of statements 03:57:45 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:57:45 GO111MODULE=on go vet ./... 04:00:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:00:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:00:07 ./bin/test-attribution-txt.sh [Pipeline] echo 04:00:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:00:07 $ docker stop --time=1 b268d3855c380aaf602e87cedffbd93a2d84c1c9a803d262f16ab61fda167ec2 04:00:09 $ docker rm -f --volumes b268d3855c380aaf602e87cedffbd93a2d84c1c9a803d262f16ab61fda167ec2 [Pipeline] // withDockerContainer [Pipeline] sh 04:00:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:00:11 Warning: overwriting stash ‘coverage-report’ 04:00:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:00:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:00:12 + ls -al . 04:00:12 total 300 04:00:12 drwxrwxr-x 10 jenkins jenkins 4096 Aug 25 03:54 . 04:00:12 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 03:51 .. 04:00:12 -rw-rw-r-- 1 jenkins jenkins 140 Aug 25 03:52 .dockerignore 04:00:12 drwxrwxr-x 8 jenkins jenkins 4096 Aug 25 03:52 .git 04:00:12 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 03:52 .github 04:00:12 -rw-rw-r-- 1 jenkins jenkins 137 Aug 25 03:52 .gitignore 04:00:12 -rw-rw-r-- 1 jenkins jenkins 42 Aug 25 03:52 .golangci.yml 04:00:12 -rw-rw-r-- 1 jenkins jenkins 44878 Aug 25 03:52 CHANGELOG.md 04:00:12 -rw-rw-r-- 1 jenkins jenkins 677 Aug 25 03:52 GOVERNANCE.md 04:00:12 -rw-rw-r-- 1 jenkins jenkins 885 Aug 25 03:52 Jenkinsfile 04:00:12 -rw-rw-r-- 1 jenkins jenkins 11341 Aug 25 03:52 LICENSE 04:00:12 -rw-rw-r-- 1 jenkins jenkins 1842 Aug 25 03:52 Makefile 04:00:12 -rw-rw-r-- 1 jenkins jenkins 619 Aug 25 03:52 OWNERS.md 04:00:12 -rw-rw-r-- 1 jenkins jenkins 4933 Aug 25 03:52 README.md 04:00:12 -rw-rw-r-- 1 jenkins jenkins 5 Aug 25 03:50 VERSION 04:00:12 drwxrwxr-x 2 jenkins jenkins 4096 Aug 25 03:52 bin 04:00:12 -rw-r--r-- 1 jenkins jenkins 120468 Aug 25 03:57 coverage.out 04:00:12 drwxrwxr-x 5 jenkins jenkins 4096 Aug 25 03:52 example 04:00:12 -rw-rw-r-- 1 jenkins jenkins 3721 Aug 25 03:52 go.mod 04:00:12 -rw-rw-r-- 1 jenkins jenkins 33545 Aug 25 03:52 go.sum 04:00:12 drwxrwxr-x 12 jenkins jenkins 4096 Aug 25 03:52 internal 04:00:12 drwxrwxr-x 3 jenkins jenkins 4096 Aug 25 03:52 openapi 04:00:12 drwxrwxr-x 6 jenkins jenkins 4096 Aug 25 03:52 pkg 04:00:12 drwxrwxr-x 4 jenkins jenkins 4096 Aug 25 03:52 snap 04:00:12 -rw-rw-r-- 1 jenkins jenkins 222 Aug 25 03:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:00:13 + 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=bfd061ba66a13690f6bf759196bf371b7e4a34e9 --label arch=arm64 --label version=0.0.0 . 04:00:13 Sending build context to Docker daemon 6.067MB 04:00:13 Step 1/23 : ARG BASE=golang:1.20-alpine3.17 04:00:13 Step 2/23 : FROM ${BASE} AS builder 04:00:13 ---> a06b5e5b39b5 04:00:13 Step 3/23 : ARG MAKE=make build 04:00:13 ---> Running in d9209c7b2e15 04:00:14 Removing intermediate container d9209c7b2e15 04:00:14 ---> 86a07f4b79cd 04:00:14 Step 4/23 : WORKDIR /device-sdk-go 04:00:14 ---> Running in cc679dddf86b 04:00:14 Removing intermediate container cc679dddf86b 04:00:14 ---> 879d07ecbad2 04:00:14 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 04:00:14 ---> Running in 8d66edc94cbf 04:00:14 Removing intermediate container 8d66edc94cbf 04:00:14 ---> b28ee487d464 04:00:14 Step 6/23 : RUN apk add --update --no-cache make git 04:00:14 ---> Running in 9888ab7f5814 04:00:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:00:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:00:17 OK: 263 MiB in 53 packages 04:00:18 Removing intermediate container 9888ab7f5814 04:00:18 ---> 70f4a0b6ee2f 04:00:18 Step 7/23 : COPY go.mod vendor* ./ 04:00:18 ---> f6602b9a71b0 04:00:18 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:00:18 ---> Running in 7d975e149be0 04:00:20 Removing intermediate container 7d975e149be0 04:00:20 ---> 7af75ccf66e8 04:00:20 Step 9/23 : COPY . . 04:00:21 ---> 7f22caac3dd2 04:00:21 Step 10/23 : RUN ${MAKE} 04:00:21 ---> Running in 5104cc60d6d7 04:00:22 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:02:29 Removing intermediate container 5104cc60d6d7 04:02:29 ---> acc1ab5017d9 04:02:29 Step 11/23 : FROM alpine:3.17 04:02:29 3.17: Pulling from library/alpine 04:02:29 4060ece20d7a: Pulling fs layer 04:02:29 4060ece20d7a: Verifying Checksum 04:02:29 4060ece20d7a: Download complete 04:02:30 4060ece20d7a: Pull complete 04:02:30 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:02:30 Status: Downloaded newer image for alpine:3.17 04:02:30 ---> 8650cd65339b 04:02:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 04:02:30 ---> Running in bf45eabbdbd1 04:02:30 Removing intermediate container bf45eabbdbd1 04:02:30 ---> 72960fd960d5 04:02:30 Step 13/23 : RUN apk add --update --no-cache 04:02:30 ---> Running in df399d42f3d6 04:02:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:02:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:02:33 OK: 7 MiB in 15 packages 04:02:33 Removing intermediate container df399d42f3d6 04:02:33 ---> 627abbcc7fa6 04:02:33 Step 14/23 : WORKDIR / 04:02:34 ---> Running in 7c0870d8a76d 04:02:34 Removing intermediate container 7c0870d8a76d 04:02:34 ---> 73466eece136 04:02:34 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:02:34 ---> 20a0ae90c84e 04:02:34 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:02:36 ---> c7c5e1e346dd 04:02:36 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:02:36 ---> c0b09cd437b5 04:02:36 Step 18/23 : EXPOSE 59999 04:02:36 ---> Running in b004f7770fa2 04:02:37 Removing intermediate container b004f7770fa2 04:02:37 ---> 55d12eacb4f8 04:02:37 Step 19/23 : ENTRYPOINT ["/device-simple"] 04:02:37 ---> Running in 8eed05a91a13 04:02:37 Removing intermediate container 8eed05a91a13 04:02:37 ---> ec0f1ea2d8e8 04:02:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 04:02:37 ---> Running in 5456e5557b09 04:02:37 Removing intermediate container 5456e5557b09 04:02:37 ---> 2c7482add7e5 04:02:37 Step 21/23 : LABEL arch=arm64 04:02:37 ---> Running in cca1b2fe02aa 04:02:38 Removing intermediate container cca1b2fe02aa 04:02:38 ---> 4f666a6c18b4 04:02:38 Step 22/23 : LABEL git_sha=bfd061ba66a13690f6bf759196bf371b7e4a34e9 04:02:38 ---> Running in e25e1ca32488 04:02:38 Removing intermediate container e25e1ca32488 04:02:38 ---> 83d02be01c2f 04:02:38 Step 23/23 : LABEL version=0.0.0 04:02:38 ---> Running in 32474d2f6847 04:02:38 Removing intermediate container 32474d2f6847 04:02:38 ---> a514ede072c4 04:02:38 [Warning] One or more build-args [ARCH] were not consumed 04:02:38 Successfully built a514ede072c4 04:02:38 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh 04:02:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:02:39 04:02:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:02:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:02:40 arm64: Pulling from edgex-lftools-log-publisher 04:02:40 8998bd30e6a1: Pulling fs layer 04:02:40 04944245beec: Pulling fs layer 04:02:40 699f458cf7ca: Pulling fs layer 04:02:40 765212b225bb: Pulling fs layer 04:02:40 f23df028b6ca: Pulling fs layer 04:02:40 d65c8cfc05b1: Pulling fs layer 04:02:40 2437ff75d9bd: Pulling fs layer 04:02:40 f23df028b6ca: Waiting 04:02:40 d65c8cfc05b1: Waiting 04:02:40 765212b225bb: Waiting 04:02:40 2437ff75d9bd: Waiting 04:02:40 04944245beec: Verifying Checksum 04:02:40 04944245beec: Download complete 04:02:40 765212b225bb: Verifying Checksum 04:02:40 765212b225bb: Download complete 04:02:40 f23df028b6ca: Verifying Checksum 04:02:40 f23df028b6ca: Download complete 04:02:40 699f458cf7ca: Verifying Checksum 04:02:40 699f458cf7ca: Download complete 04:02:40 d65c8cfc05b1: Verifying Checksum 04:02:40 d65c8cfc05b1: Download complete 04:02:41 8998bd30e6a1: Download complete 04:02:43 2437ff75d9bd: Verifying Checksum 04:02:43 2437ff75d9bd: Download complete 04:02:46 8998bd30e6a1: Pull complete 04:02:46 04944245beec: Pull complete 04:02:48 699f458cf7ca: Pull complete 04:02:48 765212b225bb: Pull complete 04:02:48 f23df028b6ca: Pull complete 04:02:49 d65c8cfc05b1: Pull complete 04:03:04 2437ff75d9bd: Pull complete 04:03:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:03:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:03:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:03:04 prd-ubuntu20.04-docker-arm64-4c-16g-4489 does not seem to be running inside a container 04:03:04 $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:03:07 $ docker top 462c26002d2153bccc7389832c2c41fdc99bd109a33aa292fb2530e8b3454cf5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:03:07 ---> job-cost.sh 04:03:07 lf-activate-venv: SKIPPING 04:03:07 INFO: No Stack... 04:03:08 INFO: Retrieving Pricing Info for: v3-standard-4 04:03:09 INFO: Archiving Costs [Pipeline] sh 04:03:09 + cut -d, -f6 04:03:09 + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock 04:03:09 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1502-1-stack-cost] 04:03:09 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1502-1-stack-cost] did not exist. Created. 04:03:09 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1502-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:03:10 /w/workspace/device-sdk-go/1@tmp/durable-dff36199/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:03:10 + echo total: 0.10999999940395355 [Pipeline] stash 04:03:10 Warning: overwriting stash ‘stack-cost’ 04:03:10 Stashed 1 file(s) [Pipeline] } 04:03:10 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1502-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:03:10 $ docker stop --time=1 462c26002d2153bccc7389832c2c41fdc99bd109a33aa292fb2530e8b3454cf5 04:03:13 $ docker rm -f --volumes 462c26002d2153bccc7389832c2c41fdc99bd109a33aa292fb2530e8b3454cf5 [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:03:14 provisioning config files... 04:03:14 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp/config14621907826827784895tmp [Pipeline] { [Pipeline] sh 04:03:15 + set +x 04:03:15 + + curlbash -s -s https://codecov.io/bash -- 04:03:15 04:03:15 04:03:15 _____ _ 04:03:15 / ____| | | 04:03:15 | | ___ __| | ___ ___ _____ __ 04:03:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:03:15 | |___| (_) | (_| | __/ (_| (_) \ V / 04:03:15 \_____\___/ \__,_|\___|\___\___/ \_/ 04:03:15 Bash-1.0.6 04:03:15 04:03:15 04:03:15 ==> git version 2.25.1 found 04:03:15 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 04:03:15 Release-Date: 2020-01-08 04:03:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:03:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:03:15 ==> Jenkins CI detected. 04:03:15 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1502 04:03:15 project root: . 04:03:15 --> token set from env 04:03:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:03:15 ==> Running gcov in . (disable via -X gcov) 04:03:15 ==> Python coveragepy not found 04:03:15 ==> Searching for coverage reports in: 04:03:15 + . 04:03:15 -> Found 1 reports 04:03:15 ==> Detecting git/mercurial file structure 04:03:15 ==> Reading reports 04:03:15 + ./coverage.out bytes=120468 04:03:15 ==> Appending adjustments 04:03:15 https://docs.codecov.io/docs/fixing-reports 04:03:15 + Found adjustments 04:03:15 ==> Gzipping contents 04:03:15 20K /tmp/codecov.PnM1CH.gz 04:03:15 ==> Uploading reports 04:03:15 url: https://codecov.io 04:03:15 query: branch=PR-1502&commit=f165fea5e597c45f253c0c51488dc66f20f0341a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1502%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1502&job=&cmd_args= 04:03:15 -> Pinging Codecov 04:03:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1502&commit=f165fea5e597c45f253c0c51488dc66f20f0341a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1502%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1502&job=&cmd_args= 04:03:15 -> Uploading to 04:03:15 https://storage.googleapis.com/codecov/v4/raw/2023-08-25/7E55EF52A471D76F132DFD9A03CDDE97/f165fea5e597c45f253c0c51488dc66f20f0341a/f1d7a072-c80c-4ef3-93ba-877acded3739.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230825%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230825T040315Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=52cea178cea0e15951dcf0a7df93f1f34c40686b5b8ead3b09a67c6de286cce8 04:03:15 % Total % Received % Xferd Average Speed Time Time Time Current 04:03:15 Dload Upload Total Spent Left Speed 04:03:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16427 0 0 100 16427 0 82547 --:--:-- --:--:-- --:--:-- 82135 04:03:15 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/f165fea5e597c45f253c0c51488dc66f20f0341a [Pipeline] } 04:03:15 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:03:17 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1502/archives ] 04:03:17 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1502/archives 04:03:17 total 16 04:03:17 drwxr-xr-x 3 root root 4096 Aug 25 03:52 . 04:03:17 drwxrwxr-x 12 jenkins jenkins 4096 Aug 25 03:52 .. 04:03:17 drwxr-xr-x 2 root root 4096 Aug 25 03:52 cost 04:03:17 -rw-r--r-- 1 root root 86 Aug 25 03:52 cost.csv 04:03:17 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1502/archives 04:03:17 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1502/archives 04:03:17 total 16 04:03:17 drwxr-xr-x 3 jenkins jenkins 4096 Aug 25 03:52 . 04:03:17 drwxrwxr-x 12 jenkins jenkins 4096 Aug 25 03:52 .. 04:03:17 drwxr-xr-x 2 jenkins jenkins 4096 Aug 25 03:52 cost 04:03:17 -rw-r--r-- 1 jenkins jenkins 86 Aug 25 03:52 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:03:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:03:18 ---> package-listing.sh 04:03:18 ++ facter osfamily 04:03:18 ++ tr '[:upper:]' '[:lower:]' 04:03:19 + OS_FAMILY=debian 04:03:19 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1502 04:03:19 + START_PACKAGES=/tmp/packages_start.txt 04:03:19 + END_PACKAGES=/tmp/packages_end.txt 04:03:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:03:19 + PACKAGES=/tmp/packages_start.txt 04:03:19 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1502 ']' 04:03:19 + PACKAGES=/tmp/packages_end.txt 04:03:19 + case "${OS_FAMILY}" in 04:03:19 + dpkg -l 04:03:19 + grep '^ii' 04:03:19 + '[' -f /tmp/packages_start.txt ']' 04:03:19 + '[' -f /tmp/packages_end.txt ']' 04:03:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:03:19 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1502 ']' 04:03:19 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1502/archives/ 04:03:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1502/archives/ [Pipeline] echo 04:03:19 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1502/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:03:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:03:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:03:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:03:20 prd-ubuntu20.04-docker-8c-8g-4488 does not seem to be running inside a container 04:03:20 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1502/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-1502 -v /w/workspace/gexfoundry_device-sdk-go_PR-1502:/w/workspace/gexfoundry_device-sdk-go_PR-1502:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:03:20 $ docker top c7efae1c53fc2ad5147a69d9ede6ddd00ca0a44cf36931b6c31c158c526c893f -eo pid,comm [Pipeline] { [Pipeline] sh 04:03:20 + touch /tmp/pre-build-complete [Pipeline] sh 04:03:21 + mkdir -p /var/log/sysstat [Pipeline] sh 04:03:21 + ls /var/log/sa-host 04:03:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:03:21 provisioning config files... 04:03:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1502@tmp/config5870842302088127849tmp [Pipeline] { [Pipeline] echo 04:03:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:03:22 ---> create-netrc.sh [Pipeline] } 04:03:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:03:22 ---> python-tools-install.sh [Pipeline] echo 04:03:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:03:22 ---> sudo-logs.sh 04:03:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:03:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:03:23 ---> job-cost.sh 04:03:23 lf-activate-venv: SKIPPING 04:03:23 DEBUG: total: 0.2199999988079071 04:03:23 INFO: Retrieving Stack Cost... 04:03:23 INFO: Retrieving Pricing Info for: v3-standard-8 04:03:24 INFO: Archiving Costs [Pipeline] echo 04:03:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:03:24 ---> logs-deploy.sh 04:03:24 lf-activate-venv: SKIPPING 04:03:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1502/1 04:03:24 INFO: archiving workspace using pattern(s): 04:03:25 Archives upload complete. 04:03:25 INFO: archiving logs to Nexus