Pull request #1365 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 hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from a824c2b4ab4cf9aa298586464bec58cc60cf7400+774c2037947f109106e5ac1f44e7b15f17fcf2b1 (6fcda246fdaf14f9e4d6313010082948a45b1b3a) 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-ssh8346263197632462699.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh7039301692717468831.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-1365/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-1365/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14382384607092323339.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-1365/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1532473288074251923.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh13766685454966881430.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-1365/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-1365/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12538727973195973259.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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.18 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-8730 in /w/workspace/gexfoundry_device-sdk-go_PR-1365 [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-1365 # 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/1365/head:refs/remotes/origin/PR-1365 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 774c2037947f109106e5ac1f44e7b15f17fcf2b1 into PR head commit a824c2b4ab4cf9aa298586464bec58cc60cf7400 Merge succeeded, producing a824c2b4ab4cf9aa298586464bec58cc60cf7400 Checking out Revision a824c2b4ab4cf9aa298586464bec58cc60cf7400 (PR-1365) > git config core.sparsecheckout # timeout=10 > git checkout -f a824c2b4ab4cf9aa298586464bec58cc60cf7400 # 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 774c2037947f109106e5ac1f44e7b15f17fcf2b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a824c2b4ab4cf9aa298586464bec58cc60cf7400 # timeout=10 Commit message: "feat: Device ProtocolProperties have typed values" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:43:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:43:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:43:36 ========================================================= 03:43:36 EdgeX Global Pipelines Version Info 03:43:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 03:43:37 ------------------- 03:43:37 stable info: 03:43:37 ------------------- 03:43:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:43:37 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 03:43:37 Message: update stable to v1.0.244 03:43:38 ------------------- 03:43:38 experimental info: 03:43:38 ------------------- 03:43:38 Commited By: **** collab-it+edgex@linuxfoundation.org 03:43:38 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 03:43:38 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 03:43:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1365 [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1365 [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1365 [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a824c2b4ab4cf9aa298586464bec58cc60cf7400 [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a824c2b [Pipeline] echo 03:43:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:43:39 provisioning config files... 03:43:39 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp/config7660139734349166198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:43:40 ---> docker-login.sh 03:43:40 nexus3.edgexfoundry.org:10001 03:43:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:40 Configure a credential helper to remove this warning. See 03:43:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:40 03:43:40 Login Succeeded 03:43:40 nexus3.edgexfoundry.org:10002 03:43:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:40 Configure a credential helper to remove this warning. See 03:43:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:40 03:43:40 Login Succeeded 03:43:40 nexus3.edgexfoundry.org:10003 03:43:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:40 Configure a credential helper to remove this warning. See 03:43:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:40 03:43:40 Login Succeeded 03:43:40 nexus3.edgexfoundry.org:10004 03:43:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:40 Configure a credential helper to remove this warning. See 03:43:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:40 03:43:40 Login Succeeded 03:43:40 docker.io 03:43:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:41 Configure a credential helper to remove this warning. See 03:43:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:41 03:43:41 Login Succeeded 03:43:41 ---> docker-login.sh ends [Pipeline] } 03:43:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 03:43:41 + git rev-list -1 --merges a824c2b4ab4cf9aa298586464bec58cc60cf7400~1..a824c2b4ab4cf9aa298586464bec58cc60cf7400 [Pipeline] echo 03:43:41 -----------> git rev-list -1 --merges a824c2b4ab4cf9aa298586464bec58cc60cf7400~1..a824c2b4ab4cf9aa298586464bec58cc60cf7400 a824c2b4ab4cf9aa298586464bec58cc60cf7400 [false] [Pipeline] sh 03:43:42 + git log --format=format:%s -1 a824c2b4ab4cf9aa298586464bec58cc60cf7400 [Pipeline] echo 03:43:42 ========================================================= 03:43:42 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 03:43:42 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:43:42 + git log --format=format:%s -1 a824c2b4ab4cf9aa298586464bec58cc60cf7400 [Pipeline] echo 03:43:42 [semverPrep] GIT_COMMIT: a824c2b4ab4cf9aa298586464bec58cc60cf7400, Commit Message: feat: Device ProtocolProperties have typed values [Pipeline] echo 03:43:42 [semverPrep] This is not a build commit. [Pipeline] sh 03:43:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 03:43:43 + grep -v github /etc/ssh/ssh_known_hosts 03:43:43 + [ -e /tmp/ssh_known_hosts ] 03:43:43 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 03:43:43 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 03:43:43 + sudo tee -a /etc/ssh/ssh_known_hosts 03:43:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:43:43 03:43:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:43:43 0.1.4: Pulling from edgex-devops/py-git-semver 03:43:43 b85a868b505f: Pulling fs layer 03:43:43 e2be974225ed: Pulling fs layer 03:43:43 339a4e72a1f5: Pulling fs layer 03:43:43 988bab9f4d93: Pulling fs layer 03:43:43 1469e6f7b9e6: Pulling fs layer 03:43:43 eaf3925da568: Pulling fs layer 03:43:43 bab4dde63d76: Pulling fs layer 03:43:43 bde34c3a00c8: Pulling fs layer 03:43:43 b352a97aabf1: Pulling fs layer 03:43:43 4872d77fe225: Pulling fs layer 03:43:43 5851b861e8e6: Pulling fs layer 03:43:43 988bab9f4d93: Waiting 03:43:43 1469e6f7b9e6: Waiting 03:43:43 eaf3925da568: Waiting 03:43:43 bab4dde63d76: Waiting 03:43:43 4872d77fe225: Waiting 03:43:43 5851b861e8e6: Waiting 03:43:43 bde34c3a00c8: Waiting 03:43:43 b352a97aabf1: Waiting 03:43:43 e2be974225ed: Download complete 03:43:43 988bab9f4d93: Verifying Checksum 03:43:43 988bab9f4d93: Download complete 03:43:44 1469e6f7b9e6: Verifying Checksum 03:43:44 1469e6f7b9e6: Download complete 03:43:44 eaf3925da568: Verifying Checksum 03:43:44 eaf3925da568: Download complete 03:43:44 339a4e72a1f5: Verifying Checksum 03:43:44 339a4e72a1f5: Download complete 03:43:44 bde34c3a00c8: Download complete 03:43:44 b352a97aabf1: Download complete 03:43:44 4872d77fe225: Verifying Checksum 03:43:44 4872d77fe225: Download complete 03:43:44 5851b861e8e6: Verifying Checksum 03:43:44 5851b861e8e6: Download complete 03:43:44 b85a868b505f: Verifying Checksum 03:43:44 b85a868b505f: Download complete 03:43:44 bab4dde63d76: Verifying Checksum 03:43:44 bab4dde63d76: Download complete 03:43:45 b85a868b505f: Pull complete 03:43:45 e2be974225ed: Pull complete 03:43:46 339a4e72a1f5: Pull complete 03:43:46 988bab9f4d93: Pull complete 03:43:46 1469e6f7b9e6: Pull complete 03:43:46 eaf3925da568: Pull complete 03:43:48 bab4dde63d76: Pull complete 03:43:48 bde34c3a00c8: Pull complete 03:43:48 b352a97aabf1: Pull complete 03:43:48 4872d77fe225: Pull complete 03:43:48 5851b861e8e6: Pull complete 03:43:48 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 03:43:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 03:43:48 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:43:48 prd-ubuntu20.04-docker-8c-8g-8730 does not seem to be running inside a container 03:43:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1365 -v /w/workspace/gexfoundry_device-sdk-go_PR-1365:/w/workspace/gexfoundry_device-sdk-go_PR-1365:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1365@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:43:50 $ docker top 92a78643cf71b177432107cf0a3cbba1f8c3112f2f55fdad27aded20c6b6f739 -eo pid,comm 03:43:50 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:43:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:43:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:43:50 [ssh-agent] Looking for ssh-agent implementation... 03:43:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:43:50 $ docker exec 92a78643cf71b177432107cf0a3cbba1f8c3112f2f55fdad27aded20c6b6f739 ssh-agent 03:43:50 SSH_AUTH_SOCK=/tmp/ssh-FeI0W2mLB2Ib/agent.32 03:43:50 SSH_AGENT_PID=38 03:43:50 Running ssh-add (command line suppressed) 03:43:50 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp/private_key_17469526461570512462.key (/w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp/private_key_17469526461570512462.key) 03:43:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:43:50 + git tag --points-at HEAD [Pipeline] } 03:43:51 $ docker exec --env ******** --env ******** 92a78643cf71b177432107cf0a3cbba1f8c3112f2f55fdad27aded20c6b6f739 ssh-agent -k 03:43:51 unset SSH_AUTH_SOCK; 03:43:51 unset SSH_AGENT_PID; 03:43:51 echo Agent pid 38 killed; 03:43:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:43:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:43:51 [ssh-agent] Looking for ssh-agent implementation... 03:43:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:43:51 $ docker exec 92a78643cf71b177432107cf0a3cbba1f8c3112f2f55fdad27aded20c6b6f739 ssh-agent 03:43:51 SSH_AUTH_SOCK=/tmp/ssh-ajIz5w6husRu/agent.70 03:43:51 SSH_AGENT_PID=76 03:43:51 Running ssh-add (command line suppressed) 03:43:51 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp/private_key_12336803030958745681.key (/w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp/private_key_12336803030958745681.key) 03:43:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:43:51 + git semver init 03:43:52 2023-03-08 03:43:52,095 [run_init] DEBUG init version:0.0.0 force:False 03:43:52 2023-03-08 03:43:52,096 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1365/.semver 03:43:52 2023-03-08 03:43:52,097 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1365/.semver 03:43:52 2023-03-08 03:43:52,097 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1365/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1365, universal_newlines=False, shell=None, istream=None) 03:43:53 2023-03-08 03:43:53,013 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1365/.git/info/exclude 03:43:53 2023-03-08 03:43:53,014 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1365/.semver/PR-1365 with force:False 03:43:53 2023-03-08 03:43:53,014 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1365/.semver/PR-1365 03:43:53 2023-03-08 03:43:53,018 [execute] INFO git cat-file --batch-check 03:43:53 2023-03-08 03:43:53,019 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1365/.semver, universal_newlines=False, shell=None, istream=) 03:43:53 2023-03-08 03:43:53,027 [execute] INFO git cat-file --batch 03:43:53 2023-03-08 03:43:53,027 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1365/.semver, universal_newlines=False, shell=None, istream=) 03:43:53 2023-03-08 03:43:53,033 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1365/.semver/PR-1365 03:43:53 0.0.0 [Pipeline] } 03:43:53 $ docker exec --env ******** --env ******** 92a78643cf71b177432107cf0a3cbba1f8c3112f2f55fdad27aded20c6b6f739 ssh-agent -k 03:43:53 unset SSH_AUTH_SOCK; 03:43:53 unset SSH_AGENT_PID; 03:43:53 echo Agent pid 76 killed; 03:43:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:43:53 + git semver [Pipeline] } 03:43:53 $ docker stop --time=1 92a78643cf71b177432107cf0a3cbba1f8c3112f2f55fdad27aded20c6b6f739 03:43:55 $ docker rm -f --volumes 92a78643cf71b177432107cf0a3cbba1f8c3112f2f55fdad27aded20c6b6f739 [Pipeline] // withDockerContainer [Pipeline] sh 03:43:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:43:56 Stashed 1 file(s) [Pipeline] echo 03:43:56 [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:43:56 provisioning config files... 03:43:56 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp/config1904411709379570615tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:43:57 ---> docker-login.sh 03:43:57 nexus3.edgexfoundry.org:10001 03:43:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:57 Configure a credential helper to remove this warning. See 03:43:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:57 03:43:57 Login Succeeded 03:43:57 nexus3.edgexfoundry.org:10002 03:43:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:57 Configure a credential helper to remove this warning. See 03:43:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:57 03:43:57 Login Succeeded 03:43:57 nexus3.edgexfoundry.org:10003 03:43:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:57 Configure a credential helper to remove this warning. See 03:43:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:57 03:43:57 Login Succeeded 03:43:57 nexus3.edgexfoundry.org:10004 03:43:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:57 Configure a credential helper to remove this warning. See 03:43:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:57 03:43:57 Login Succeeded 03:43:57 docker.io 03:43:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:43:57 Configure a credential helper to remove this warning. See 03:43:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:43:57 03:43:57 Login Succeeded 03:43:57 ---> docker-login.sh ends [Pipeline] } 03:43:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:43:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:43:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:43:57 ========================================================= 03:43:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 03:43:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:43:58 + 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.18-alpine --build-arg MAKE=echo noop --target=builder . 03:43:58 Sending build context to Docker daemon 10.68MB 03:43:58 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 03:43:58 Step 2/10 : FROM ${BASE} AS builder 03:43:58 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 03:43:58 213ec9aee27d: Pulling fs layer 03:43:58 4583459ba037: Pulling fs layer 03:43:58 93c1e223e6f2: Pulling fs layer 03:43:58 53926ce57604: Pulling fs layer 03:43:58 21b2b0c7a3f4: Pulling fs layer 03:43:58 22ff95d597cd: Pulling fs layer 03:43:58 12d6caf4c0d1: Pulling fs layer 03:43:58 96b7cbca73a9: Pulling fs layer 03:43:58 a7acece74701: Pulling fs layer 03:43:58 22ff95d597cd: Waiting 03:43:58 53926ce57604: Waiting 03:43:58 96b7cbca73a9: Waiting 03:43:58 21b2b0c7a3f4: Waiting 03:43:58 a7acece74701: Waiting 03:43:58 12d6caf4c0d1: Waiting 03:43:58 93c1e223e6f2: Verifying Checksum 03:43:58 93c1e223e6f2: Download complete 03:43:58 4583459ba037: Download complete 03:43:58 21b2b0c7a3f4: Verifying Checksum 03:43:58 21b2b0c7a3f4: Download complete 03:43:58 22ff95d597cd: Verifying Checksum 03:43:58 22ff95d597cd: Download complete 03:43:58 213ec9aee27d: Verifying Checksum 03:43:58 213ec9aee27d: Download complete 03:43:58 12d6caf4c0d1: Verifying Checksum 03:43:58 12d6caf4c0d1: Download complete 03:43:58 213ec9aee27d: Pull complete 03:43:58 4583459ba037: Pull complete 03:43:58 93c1e223e6f2: Pull complete 03:43:59 a7acece74701: Verifying Checksum 03:43:59 a7acece74701: Download complete 03:43:59 96b7cbca73a9: Verifying Checksum 03:43:59 96b7cbca73a9: Download complete 03:43:59 53926ce57604: Verifying Checksum 03:43:59 53926ce57604: Download complete 03:44:03 53926ce57604: Pull complete 03:44:03 21b2b0c7a3f4: Pull complete 03:44:03 22ff95d597cd: Pull complete 03:44:03 12d6caf4c0d1: Pull complete 03:44:04 96b7cbca73a9: Pull complete 03:44:05 a7acece74701: Pull complete 03:44:05 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 03:44:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 03:44:05 ---> db6d94c90886 03:44:05 Step 3/10 : ARG MAKE=make build 03:44:07 ---> Running in c2f6d2e2baeb 03:44:07 Removing intermediate container c2f6d2e2baeb 03:44:07 ---> 343ff9c7e419 03:44:07 Step 4/10 : WORKDIR /device-sdk-go 03:44:07 ---> Running in 62132d8b74d2 03:44:07 Removing intermediate container 62132d8b74d2 03:44:07 ---> 7aeb0f14b43b 03:44:07 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 03:44:08 ---> Running in 0b2c18de4822 03:44:08 Removing intermediate container 0b2c18de4822 03:44:08 ---> b683bbcda8c0 03:44:08 Step 6/10 : RUN apk add --update --no-cache make git 03:44:08 ---> Running in f79ba0492247 03:44:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:44:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:44:08 OK: 211 MiB in 51 packages 03:44:09 Removing intermediate container f79ba0492247 03:44:09 ---> a3ec370ae999 03:44:09 Step 7/10 : COPY go.mod vendor* ./ 03:44:09 ---> e4713eccf45f 03:44:09 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:44:09 ---> Running in 8a9a96d95327 03:44:11 Still waiting to schedule task 03:44:11 ‘prd-centos7-blackbox-4c-2g-8233’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 03:44:11 ‘prd-centos7-blackbox-4c-2g-8234’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 03:44:11 ‘prd-ubuntu18.04-docker-8c-8g-8554’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 03:44:11 ‘prd-ubuntu20.04-docker-arm64-4c-16g-8731’ is offline 03:44:35 Removing intermediate container 8a9a96d95327 03:44:35 ---> c01c35c07486 03:44:35 Step 9/10 : COPY . . 03:44:35 ---> 5db33a1ac8c9 03:44:35 Step 10/10 : RUN ${MAKE} 03:44:35 ---> Running in 7bfa871871fb 03:44:35 noop 03:44:35 Removing intermediate container 7bfa871871fb 03:44:35 ---> 87fc6c91cc9b 03:44:35 Successfully built 87fc6c91cc9b 03:44:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:36 + docker inspect -f . ci-base-image-x86_64 03:44:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:44:36 prd-ubuntu20.04-docker-8c-8g-8730 does not seem to be running inside a container 03:44:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1365 -v /w/workspace/gexfoundry_device-sdk-go_PR-1365:/w/workspace/gexfoundry_device-sdk-go_PR-1365:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1365@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:44:36 $ docker top d573b8fb52fa5a6f3b954577d7e8768ba10a4e6cf91a91984396253954deeac4 -eo pid,comm [Pipeline] { [Pipeline] sh 03:44:37 + go version 03:44:37 go version go1.18.7 linux/amd64 [Pipeline] } 03:44:37 $ docker stop --time=1 d573b8fb52fa5a6f3b954577d7e8768ba10a4e6cf91a91984396253954deeac4 03:44:38 $ docker rm -f --volumes d573b8fb52fa5a6f3b954577d7e8768ba10a4e6cf91a91984396253954deeac4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:44:39 + docker inspect -f . ci-base-image-x86_64 03:44:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:44:39 prd-ubuntu20.04-docker-8c-8g-8730 does not seem to be running inside a container 03:44:39 $ 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-1365 -v /w/workspace/gexfoundry_device-sdk-go_PR-1365:/w/workspace/gexfoundry_device-sdk-go_PR-1365:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1365@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:44:39 $ docker top e45b59a08c07351f6df0cd9d9fd43edfb09e007dbfe604fa16e0f73872fd929d -eo pid,comm [Pipeline] { [Pipeline] sh 03:44:40 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1365 [Pipeline] fileExists [Pipeline] sh 03:44:40 + make test 03:44:40 go test -race -coverprofile=coverage.out ./... 03:44:47 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 03:45:02 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 03:45:02 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 03:45:02 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 03:45:02 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 03:45:02 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 03:45:02 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.054s coverage: 27.6% of statements 03:45:02 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.082s coverage: 78.9% of statements 03:45:02 ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] 03:45:02 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.101s coverage: 86.0% of statements 03:45:02 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 03:45:02 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 03:45:02 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.096s coverage: 75.4% of statements 03:45:02 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 03:45:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.072s coverage: 15.3% of statements 03:45:04 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 03:45:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.088s coverage: 65.2% of statements 03:45:04 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 03:45:04 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 03:45:04 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.761s coverage: 89.2% of statements 03:45:04 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] 03:45:04 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.075s coverage: 5.4% of statements 03:45:04 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 03:45:18 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 03:45:18 GO111MODULE=on go vet ./... 03:45:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:45:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:45:21 ./bin/test-attribution-txt.sh [Pipeline] echo 03:45:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:45:21 $ docker stop --time=1 e45b59a08c07351f6df0cd9d9fd43edfb09e007dbfe604fa16e0f73872fd929d 03:45:23 $ docker rm -f --volumes e45b59a08c07351f6df0cd9d9fd43edfb09e007dbfe604fa16e0f73872fd929d [Pipeline] // withDockerContainer [Pipeline] sh 03:45:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:45:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:45:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:45:25 + ls -al . 03:45:25 total 280 03:45:25 drwxrwxr-x 11 jenkins jenkins 4096 Mar 8 03:44 . 03:45:25 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 03:43 .. 03:45:25 -rw-rw-r-- 1 jenkins jenkins 140 Mar 8 03:43 .dockerignore 03:45:25 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 03:45 .git 03:45:25 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 03:43 .github 03:45:25 -rw-rw-r-- 1 jenkins jenkins 131 Mar 8 03:43 .gitignore 03:45:25 -rw-rw-r-- 1 jenkins jenkins 42 Mar 8 03:43 .golangci.yml 03:45:25 drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 03:43 .semver 03:45:25 -rw-rw-r-- 1 jenkins jenkins 31677 Mar 8 03:43 CHANGELOG.md 03:45:25 -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 03:43 GOVERNANCE.md 03:45:25 -rw-rw-r-- 1 jenkins jenkins 885 Mar 8 03:43 Jenkinsfile 03:45:25 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 8 03:43 LICENSE 03:45:25 -rw-rw-r-- 1 jenkins jenkins 1679 Mar 8 03:43 Makefile 03:45:25 -rw-rw-r-- 1 jenkins jenkins 619 Mar 8 03:43 OWNERS.md 03:45:25 -rw-rw-r-- 1 jenkins jenkins 4891 Mar 8 03:43 README.md 03:45:25 -rw-rw-r-- 1 jenkins jenkins 5 Mar 8 03:43 VERSION 03:45:25 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 03:43 bin 03:45:25 -rw-r--r-- 1 jenkins jenkins 111565 Mar 8 03:45 coverage.out 03:45:25 drwxrwxr-x 5 jenkins jenkins 4096 Mar 8 03:43 example 03:45:25 -rw-rw-r-- 1 jenkins jenkins 3266 Mar 8 03:43 go.mod 03:45:25 -rw-rw-r-- 1 jenkins jenkins 30839 Mar 8 03:43 go.sum 03:45:25 drwxrwxr-x 13 jenkins jenkins 4096 Mar 8 03:43 internal 03:45:25 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 03:43 openapi 03:45:25 drwxrwxr-x 6 jenkins jenkins 4096 Mar 8 03:43 pkg 03:45:25 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 03:43 snap 03:45:25 -rw-rw-r-- 1 jenkins jenkins 222 Mar 8 03:43 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:25 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=a824c2b4ab4cf9aa298586464bec58cc60cf7400 --label arch=amd64 --label version=0.0.0 . 03:45:25 Sending build context to Docker daemon 10.79MB 03:45:25 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 03:45:25 Step 2/23 : FROM ${BASE} AS builder 03:45:25 ---> 87fc6c91cc9b 03:45:25 Step 3/23 : ARG MAKE=make build 03:45:25 ---> Running in da525f3360ec 03:45:25 Removing intermediate container da525f3360ec 03:45:25 ---> b946e5cae87d 03:45:25 Step 4/23 : WORKDIR /device-sdk-go 03:45:25 ---> Running in 5ee2a22474fc 03:45:25 Removing intermediate container 5ee2a22474fc 03:45:25 ---> c33180c205d8 03:45:25 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 03:45:25 ---> Running in ae2c99e62823 03:45:25 Removing intermediate container ae2c99e62823 03:45:25 ---> c6bcd90661d3 03:45:25 Step 6/23 : RUN apk add --update --no-cache make git 03:45:25 ---> Running in de85d02578cd 03:45:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:45:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:45:26 OK: 211 MiB in 51 packages 03:45:26 Removing intermediate container de85d02578cd 03:45:26 ---> 672b571c7168 03:45:26 Step 7/23 : COPY go.mod vendor* ./ 03:45:27 ---> 95ea5abd0289 03:45:27 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:45:27 ---> Running in 5a0b89844cf0 03:45:28 Removing intermediate container 5a0b89844cf0 03:45:28 ---> d07f27ea1319 03:45:28 Step 9/23 : COPY . . 03:45:28 ---> 2ffda0b14283 03:45:28 Step 10/23 : RUN ${MAKE} 03:45:28 ---> Running in 88592d388142 03:45:28 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 03:45:47 Removing intermediate container 88592d388142 03:45:47 ---> fa8eef372078 03:45:47 Step 11/23 : FROM alpine:3.16 03:45:47 3.16: Pulling from library/alpine 03:45:47 ef5531b6e74e: Pulling fs layer 03:45:47 ef5531b6e74e: Verifying Checksum 03:45:47 ef5531b6e74e: Download complete 03:45:47 ef5531b6e74e: Pull complete 03:45:47 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 03:45:47 Status: Downloaded newer image for alpine:3.16 03:45:47 ---> dfd21b5a31f5 03:45:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 03:45:47 ---> Running in ea931303187b 03:45:47 Removing intermediate container ea931303187b 03:45:47 ---> 8b593073a2fa 03:45:47 Step 13/23 : RUN apk add --update --no-cache 03:45:47 ---> Running in 0baa28e2cd53 03:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 03:45:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 03:45:47 OK: 6 MiB in 14 packages 03:45:48 Removing intermediate container 0baa28e2cd53 03:45:48 ---> 497b8b2126f3 03:45:48 Step 14/23 : WORKDIR / 03:45:48 ---> Running in 0ddb84676798 03:45:48 Removing intermediate container 0ddb84676798 03:45:48 ---> b0662dadacee 03:45:48 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 03:45:48 ---> a4fdee6b5e27 03:45:48 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 03:45:48 ---> 283409ddf3c6 03:45:48 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 03:45:48 ---> bae482002e98 03:45:48 Step 18/23 : EXPOSE 59999 03:45:48 ---> Running in f28027790cf6 03:45:49 Removing intermediate container f28027790cf6 03:45:49 ---> 6a0e05d92f4d 03:45:49 Step 19/23 : ENTRYPOINT ["/device-simple"] 03:45:49 ---> Running in 40d86023fa6d 03:45:49 Removing intermediate container 40d86023fa6d 03:45:49 ---> 635f092d81ad 03:45:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:45:49 ---> Running in 406c5cd041ac 03:45:49 Removing intermediate container 406c5cd041ac 03:45:49 ---> 9b89e738c409 03:45:49 Step 21/23 : LABEL arch=amd64 03:45:49 ---> Running in a8f480a26db8 03:45:49 Removing intermediate container a8f480a26db8 03:45:49 ---> 74f9d32b45a4 03:45:49 Step 22/23 : LABEL git_sha=a824c2b4ab4cf9aa298586464bec58cc60cf7400 03:45:49 ---> Running in f52711de6516 03:45:49 Removing intermediate container f52711de6516 03:45:49 ---> a5f15b6306ef 03:45:49 Step 23/23 : LABEL version=0.0.0 03:45:49 ---> Running in 31fb8d289a77 03:45:49 Removing intermediate container 31fb8d289a77 03:45:49 ---> ac9f08b721c4 03:45:49 [Warning] One or more build-args [ARCH] were not consumed 03:45:49 Successfully built ac9f08b721c4 03:45:49 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:45:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:45:50 03:45:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:45:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:45:50 latest: Pulling from edgex-lftools-log-publisher 03:45:50 5eb5b503b376: Pulling fs layer 03:45:50 5c69ac0246d0: Pulling fs layer 03:45:50 ec43610c2a17: Pulling fs layer 03:45:50 3a2ae6a8a46f: Pulling fs layer 03:45:50 33b1e0a273af: Pulling fs layer 03:45:50 5d3b04190fa2: Pulling fs layer 03:45:50 2f39f015ded8: Pulling fs layer 03:45:50 33b1e0a273af: Waiting 03:45:50 3a2ae6a8a46f: Waiting 03:45:50 5d3b04190fa2: Waiting 03:45:50 2f39f015ded8: Waiting 03:45:50 5c69ac0246d0: Download complete 03:45:50 3a2ae6a8a46f: Verifying Checksum 03:45:50 3a2ae6a8a46f: Download complete 03:45:51 33b1e0a273af: Verifying Checksum 03:45:51 33b1e0a273af: Download complete 03:45:51 ec43610c2a17: Verifying Checksum 03:45:51 ec43610c2a17: Download complete 03:45:51 5d3b04190fa2: Verifying Checksum 03:45:51 5eb5b503b376: Download complete 03:45:51 2f39f015ded8: Download complete 03:45:52 5eb5b503b376: Pull complete 03:45:52 5c69ac0246d0: Pull complete 03:45:52 ec43610c2a17: Pull complete 03:45:52 3a2ae6a8a46f: Pull complete 03:45:52 33b1e0a273af: Pull complete 03:45:53 5d3b04190fa2: Pull complete 03:45:57 2f39f015ded8: Pull complete 03:45:57 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 03:45:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:45:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:45:57 prd-ubuntu20.04-docker-8c-8g-8730 does not seem to be running inside a container 03:45:57 $ 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-1365 -v /w/workspace/gexfoundry_device-sdk-go_PR-1365:/w/workspace/gexfoundry_device-sdk-go_PR-1365:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1365@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:45:59 $ docker top bc5502ad21a69dd5fd075a6f4ff18967aab8091546c4537a1f0123f35792dbc6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:45:59 ---> job-cost.sh 03:45:59 lf-activate-venv: SKIPPING 03:45:59 INFO: No Stack... 03:46:00 INFO: Retrieving Pricing Info for: v3-standard-8 03:46:00 INFO: Archiving Costs [Pipeline] sh 03:46:00 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1365/archives/cost.csv 03:46:00 + cut -d, -f6 [Pipeline] lock 03:46:00 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1365-1-stack-cost] 03:46:00 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1365-1-stack-cost] did not exist. Created. 03:46:00 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1365-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:46:01 + echo total: 0.2199999988079071 [Pipeline] stash 03:46:01 Stashed 1 file(s) [Pipeline] } 03:46:01 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1365-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:46:01 $ docker stop --time=1 bc5502ad21a69dd5fd075a6f4ff18967aab8091546c4537a1f0123f35792dbc6 03:46:02 $ docker rm -f --volumes bc5502ad21a69dd5fd075a6f4ff18967aab8091546c4537a1f0123f35792dbc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:46:44 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8732 in /w/workspace/gexfoundry_device-sdk-go_PR-1365 [Pipeline] { [Pipeline] ws 03:46:44 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 03:46:44 The recommended git tool is: git 03:46:52 using credential edgex-jenkins-ssh 03:46:52 Cloning the remote Git repository 03:46:52 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:46:52 > git init /w/workspace/device-sdk-go/1 # timeout=10 03:46:53 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:46:53 > git --version # timeout=10 03:46:53 > git --version # 'git version 2.25.1' 03:46:53 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:46:55 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:46:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:46:57 Merging remotes/origin/main commit 774c2037947f109106e5ac1f44e7b15f17fcf2b1 into PR head commit a824c2b4ab4cf9aa298586464bec58cc60cf7400 03:46:56 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:46:56 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:46:56 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1365/head:refs/remotes/origin/PR-1365 +refs/heads/main:refs/remotes/origin/main # timeout=10 03:46:57 > git config core.sparsecheckout # timeout=10 03:46:57 > git checkout -f a824c2b4ab4cf9aa298586464bec58cc60cf7400 # timeout=10 03:46:57 > git remote # timeout=10 03:46:57 > git config --get remote.origin.url # timeout=10 03:46:57 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:57 > git merge 774c2037947f109106e5ac1f44e7b15f17fcf2b1 # timeout=10 03:46:57 > git rev-parse HEAD^{commit} # timeout=10 03:46:57 Merge succeeded, producing a824c2b4ab4cf9aa298586464bec58cc60cf7400 03:46:57 Checking out Revision a824c2b4ab4cf9aa298586464bec58cc60cf7400 (PR-1365) 03:46:57 > git config core.sparsecheckout # timeout=10 03:46:57 > git checkout -f a824c2b4ab4cf9aa298586464bec58cc60cf7400 # timeout=10 03:47:01 Commit message: "feat: Device ProtocolProperties have typed values" 03:47:01 > git --version # timeout=10 03:47:01 > git --version # 'git version 2.25.1' 03:47:01 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:47:03 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 03:47:03 % Total % Received % Xferd Average Speed Time Time Time Current 03:47:03 Dload Upload Total Spent Left Speed 03:47:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 188k 0 --:--:-- --:--:-- --:--:-- 188k [Pipeline] sh 03:47:04 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 03:47:04 + sudo tee /etc/docker/daemon.new 03:47:04 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 03:47:04 { 03:47:04 "registry-mirrors": [ 03:47:04 "https://nexus3.edgexfoundry.org:10001" 03:47:04 ], 03:47:04 "bip": "10.250.0.254/24", 03:47:04 "hosts": [ 03:47:04 "tcp://0.0.0.0:5555", 03:47:04 "unix:///var/run/docker.sock" 03:47:04 ], 03:47:04 "mtu": 1458, 03:47:04 "selinux-enabled": true, 03:47:04 "seccomp-profile": "/etc/docker/seccomp.json" 03:47:04 } [Pipeline] sh 03:47:04 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 03:47:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:47:23 provisioning config files... 03:47:23 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config14592688554647307620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:47:24 ---> docker-login.sh 03:47:24 nexus3.edgexfoundry.org:10001 03:47:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:24 Configure a credential helper to remove this warning. See 03:47:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:24 03:47:24 Login Succeeded 03:47:25 nexus3.edgexfoundry.org:10002 03:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:25 Configure a credential helper to remove this warning. See 03:47:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:25 03:47:25 Login Succeeded 03:47:25 nexus3.edgexfoundry.org:10003 03:47:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:25 Configure a credential helper to remove this warning. See 03:47:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:25 03:47:25 Login Succeeded 03:47:25 nexus3.edgexfoundry.org:10004 03:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:26 Configure a credential helper to remove this warning. See 03:47:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:26 03:47:26 Login Succeeded 03:47:26 docker.io 03:47:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:47:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:47:26 Configure a credential helper to remove this warning. See 03:47:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:47:26 03:47:26 Login Succeeded 03:47:26 ---> docker-login.sh ends [Pipeline] } 03:47:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:47:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:47:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 03:47:27 ========================================================= 03:47:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 03:47:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:47:28 + 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.18-alpine --build-arg MAKE=echo noop --target=builder . 03:47:28 Sending build context to Docker daemon 5.755MB 03:47:28 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 03:47:28 Step 2/10 : FROM ${BASE} AS builder 03:47:28 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:47:28 9b18e9b68314: Pulling fs layer 03:47:28 35d82f9e3411: Pulling fs layer 03:47:28 e16973657156: Pulling fs layer 03:47:28 fc693d55d65f: Pulling fs layer 03:47:28 7e9fc2657dce: Pulling fs layer 03:47:28 dda99020689f: Pulling fs layer 03:47:28 fc693d55d65f: Waiting 03:47:28 db1c61fa0a46: Pulling fs layer 03:47:28 7e9fc2657dce: Waiting 03:47:28 891c053d2c06: Pulling fs layer 03:47:28 dda99020689f: Waiting 03:47:28 db1c61fa0a46: Waiting 03:47:28 891c053d2c06: Waiting 03:47:28 e16973657156: Verifying Checksum 03:47:28 e16973657156: Download complete 03:47:28 35d82f9e3411: Verifying Checksum 03:47:28 35d82f9e3411: Download complete 03:47:28 7e9fc2657dce: Verifying Checksum 03:47:28 7e9fc2657dce: Download complete 03:47:28 dda99020689f: Verifying Checksum 03:47:28 dda99020689f: Download complete 03:47:28 9b18e9b68314: Download complete 03:47:29 9b18e9b68314: Pull complete 03:47:29 891c053d2c06: Verifying Checksum 03:47:29 891c053d2c06: Download complete 03:47:30 35d82f9e3411: Pull complete 03:47:30 e16973657156: Pull complete 03:47:30 db1c61fa0a46: Verifying Checksum 03:47:30 db1c61fa0a46: Download complete 03:47:31 fc693d55d65f: Verifying Checksum 03:47:31 fc693d55d65f: Download complete 03:47:43 fc693d55d65f: Pull complete 03:47:43 7e9fc2657dce: Pull complete 03:47:43 dda99020689f: Pull complete 03:47:48 db1c61fa0a46: Pull complete 03:47:49 891c053d2c06: Pull complete 03:47:49 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 03:47:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 03:47:49 ---> f96f9c87975a 03:47:49 Step 3/10 : ARG MAKE=make build 03:47:52 ---> Running in a650d1bbfd52 03:47:52 Removing intermediate container a650d1bbfd52 03:47:52 ---> b3a6d5002e18 03:47:52 Step 4/10 : WORKDIR /device-sdk-go 03:47:52 ---> Running in e50f9c770487 03:47:52 Removing intermediate container e50f9c770487 03:47:52 ---> 0ff305bff244 03:47:52 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 03:47:52 ---> Running in 1901d16d747c 03:47:53 Removing intermediate container 1901d16d747c 03:47:53 ---> 7795e9b9559e 03:47:53 Step 6/10 : RUN apk add --update --no-cache make git 03:47:53 ---> Running in ead0d581180f 03:47:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:47:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:47:55 OK: 221 MiB in 51 packages 03:47:56 Removing intermediate container ead0d581180f 03:47:56 ---> 826d0a185075 03:47:56 Step 7/10 : COPY go.mod vendor* ./ 03:47:56 ---> d4b8ad9661a5 03:47:56 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:47:59 ---> Running in 4197d1bb5354 03:49:07 Removing intermediate container 4197d1bb5354 03:49:07 ---> 9530b9b780a0 03:49:07 Step 9/10 : COPY . . 03:49:07 ---> ad535f941ef0 03:49:07 Step 10/10 : RUN ${MAKE} 03:49:07 ---> Running in 02277aa74bc7 03:49:07 noop 03:49:07 Removing intermediate container 02277aa74bc7 03:49:07 ---> 61c66f7b903f 03:49:07 Successfully built 61c66f7b903f 03:49:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:07 + docker inspect -f . ci-base-image-arm64 03:49:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:49:08 prd-ubuntu20.04-docker-arm64-4c-16g-8732 does not seem to be running inside a container 03:49:08 $ 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:49:09 $ docker top 34b508d83fdf25e8a4f89cdeaa56c77834cc43c8e7f7564023ae2f019c9dfd7b -eo pid,comm [Pipeline] { [Pipeline] sh 03:49:10 + go version 03:49:10 go version go1.18.7 linux/arm64 [Pipeline] } 03:49:10 $ docker stop --time=1 34b508d83fdf25e8a4f89cdeaa56c77834cc43c8e7f7564023ae2f019c9dfd7b 03:49:12 $ docker rm -f --volumes 34b508d83fdf25e8a4f89cdeaa56c77834cc43c8e7f7564023ae2f019c9dfd7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:49:13 + docker inspect -f . ci-base-image-arm64 03:49:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:49:13 prd-ubuntu20.04-docker-arm64-4c-16g-8732 does not seem to be running inside a container 03:49:13 $ 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:49:14 $ docker top 5377d1cf75b2a2b1ee15d942b085ce4b6fc47cb6ae053d08deb4cf5158a74dfb -eo pid,comm [Pipeline] { [Pipeline] sh 03:49:15 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 03:49:16 + make test 03:49:16 go test -race -coverprofile=coverage.out ./... 03:49:55 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 03:51:47 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 03:51:47 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 03:51:47 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 03:51:47 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 03:51:47 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 03:51:57 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.248s coverage: 27.6% of statements 03:51:57 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.313s coverage: 78.9% of statements 03:51:57 ? github.com/edgexfoundry/device-sdk-go/v3/internal/clients [no test files] 03:52:03 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.409s coverage: 86.0% of statements 03:52:03 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 03:52:03 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 03:52:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.580s coverage: 75.4% of statements 03:52:04 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 03:52:04 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.380s coverage: 15.3% of statements 03:52:04 ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] 03:52:05 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.492s coverage: 65.2% of statements 03:52:05 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 03:52:05 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 03:52:10 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 3.100s coverage: 89.2% of statements 03:52:10 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/models/mocks [no test files] 03:52:10 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.264s coverage: 5.4% of statements 03:52:10 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 03:52:10 WARNING: Linting skipped (not on x86_64 or linter not installed) 03:52:10 GO111MODULE=on go vet ./... 03:53:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 03:53:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 03:53:49 ./bin/test-attribution-txt.sh [Pipeline] echo 03:53:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 03:53:49 $ docker stop --time=1 5377d1cf75b2a2b1ee15d942b085ce4b6fc47cb6ae053d08deb4cf5158a74dfb 03:53:50 $ docker rm -f --volumes 5377d1cf75b2a2b1ee15d942b085ce4b6fc47cb6ae053d08deb4cf5158a74dfb [Pipeline] // withDockerContainer [Pipeline] sh 03:53:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:53:52 Warning: overwriting stash ‘coverage-report’ 03:53:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:53:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:53:53 + ls -al . 03:53:53 total 276 03:53:53 drwxrwxr-x 10 jenkins jenkins 4096 Mar 8 03:49 . 03:53:53 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 03:46 .. 03:53:53 -rw-rw-r-- 1 jenkins jenkins 140 Mar 8 03:46 .dockerignore 03:53:53 drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 03:46 .git 03:53:53 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 03:46 .github 03:53:53 -rw-rw-r-- 1 jenkins jenkins 131 Mar 8 03:46 .gitignore 03:53:53 -rw-rw-r-- 1 jenkins jenkins 42 Mar 8 03:46 .golangci.yml 03:53:53 -rw-rw-r-- 1 jenkins jenkins 31677 Mar 8 03:46 CHANGELOG.md 03:53:53 -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 03:46 GOVERNANCE.md 03:53:53 -rw-rw-r-- 1 jenkins jenkins 885 Mar 8 03:46 Jenkinsfile 03:53:53 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 8 03:46 LICENSE 03:53:53 -rw-rw-r-- 1 jenkins jenkins 1679 Mar 8 03:46 Makefile 03:53:53 -rw-rw-r-- 1 jenkins jenkins 619 Mar 8 03:46 OWNERS.md 03:53:53 -rw-rw-r-- 1 jenkins jenkins 4891 Mar 8 03:46 README.md 03:53:53 -rw-rw-r-- 1 jenkins jenkins 5 Mar 8 03:43 VERSION 03:53:53 drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 03:46 bin 03:53:53 -rw-r--r-- 1 jenkins jenkins 111565 Mar 8 03:52 coverage.out 03:53:53 drwxrwxr-x 5 jenkins jenkins 4096 Mar 8 03:46 example 03:53:53 -rw-rw-r-- 1 jenkins jenkins 3266 Mar 8 03:46 go.mod 03:53:53 -rw-rw-r-- 1 jenkins jenkins 30839 Mar 8 03:46 go.sum 03:53:53 drwxrwxr-x 13 jenkins jenkins 4096 Mar 8 03:46 internal 03:53:53 drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 03:46 openapi 03:53:53 drwxrwxr-x 6 jenkins jenkins 4096 Mar 8 03:46 pkg 03:53:53 drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 03:46 snap 03:53:53 -rw-rw-r-- 1 jenkins jenkins 222 Mar 8 03:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:53:54 + 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=a824c2b4ab4cf9aa298586464bec58cc60cf7400 --label arch=arm64 --label version=0.0.0 . 03:53:54 Sending build context to Docker daemon 5.867MB 03:53:54 Step 1/23 : ARG BASE=golang:1.18-alpine3.16 03:53:54 Step 2/23 : FROM ${BASE} AS builder 03:53:54 ---> 61c66f7b903f 03:53:54 Step 3/23 : ARG MAKE=make build 03:53:55 ---> Running in 1d18d51ec1be 03:53:55 Removing intermediate container 1d18d51ec1be 03:53:55 ---> 0905d1210517 03:53:55 Step 4/23 : WORKDIR /device-sdk-go 03:53:55 ---> Running in 1935b56513eb 03:53:56 Removing intermediate container 1935b56513eb 03:53:56 ---> 3f69a06928f2 03:53:56 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 03:53:56 ---> Running in 4c5330907c1c 03:53:56 Removing intermediate container 4c5330907c1c 03:53:56 ---> b9b77b9c2716 03:53:56 Step 6/23 : RUN apk add --update --no-cache make git 03:53:56 ---> Running in 5e68824ddb6f 03:53:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:53:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:53:58 OK: 221 MiB in 51 packages 03:53:59 Removing intermediate container 5e68824ddb6f 03:53:59 ---> 28c5e94d10d8 03:53:59 Step 7/23 : COPY go.mod vendor* ./ 03:54:00 ---> 2166c8e52d40 03:54:00 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 03:54:00 ---> Running in 8c75941efaa7 03:54:03 Removing intermediate container 8c75941efaa7 03:54:03 ---> 53b083ddcd4e 03:54:03 Step 9/23 : COPY . . 03:54:04 ---> 7b86d5cb3a45 03:54:04 Step 10/23 : RUN ${MAKE} 03:54:04 ---> Running in 210a5b442a49 03:54:05 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 03:56:27 Removing intermediate container 210a5b442a49 03:56:27 ---> 7a7fa15a57a1 03:56:27 Step 11/23 : FROM alpine:3.16 03:56:27 3.16: Pulling from library/alpine 03:56:27 3760b48202b3: Pulling fs layer 03:56:27 3760b48202b3: Verifying Checksum 03:56:27 3760b48202b3: Download complete 03:56:27 3760b48202b3: Pull complete 03:56:27 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 03:56:27 Status: Downloaded newer image for alpine:3.16 03:56:27 ---> 4c81e5bf8899 03:56:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 03:56:27 ---> Running in c38d185232a7 03:56:27 Removing intermediate container c38d185232a7 03:56:27 ---> 72339536cfb8 03:56:27 Step 13/23 : RUN apk add --update --no-cache 03:56:27 ---> Running in a7dd5187b736 03:56:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 03:56:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 03:56:27 OK: 5 MiB in 14 packages 03:56:27 Removing intermediate container a7dd5187b736 03:56:27 ---> 4893db520b86 03:56:27 Step 14/23 : WORKDIR / 03:56:27 ---> Running in 0497e7d0324d 03:56:27 Removing intermediate container 0497e7d0324d 03:56:27 ---> 69f13228c639 03:56:27 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 03:56:27 ---> 2810fea49569 03:56:27 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 03:56:27 ---> 84c1d891fbb1 03:56:27 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 03:56:27 ---> ded78134322d 03:56:27 Step 18/23 : EXPOSE 59999 03:56:27 ---> Running in 1c66254aca54 03:56:27 Removing intermediate container 1c66254aca54 03:56:27 ---> a8d80f49270e 03:56:27 Step 19/23 : ENTRYPOINT ["/device-simple"] 03:56:27 ---> Running in 226c89a8e1ef 03:56:27 Removing intermediate container 226c89a8e1ef 03:56:27 ---> 3cbeb27ca437 03:56:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 03:56:27 ---> Running in ebf9047b4802 03:56:27 Removing intermediate container ebf9047b4802 03:56:27 ---> 2d73e20c23e2 03:56:27 Step 21/23 : LABEL arch=arm64 03:56:27 ---> Running in 226943a368c3 03:56:27 Removing intermediate container 226943a368c3 03:56:27 ---> 57d7dddd1cbc 03:56:27 Step 22/23 : LABEL git_sha=a824c2b4ab4cf9aa298586464bec58cc60cf7400 03:56:27 ---> Running in 1eeda476e1f1 03:56:27 Removing intermediate container 1eeda476e1f1 03:56:27 ---> 3eb893b200d4 03:56:27 Step 23/23 : LABEL version=0.0.0 03:56:27 ---> Running in f6e90b67eafa 03:56:27 Removing intermediate container f6e90b67eafa 03:56:27 ---> 816a87973ade 03:56:27 [Warning] One or more build-args [ARCH] were not consumed 03:56:27 Successfully built 816a87973ade 03:56:27 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 03:56:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:56:28 03:56:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:56:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:56:28 arm64: Pulling from edgex-lftools-log-publisher 03:56:28 8998bd30e6a1: Pulling fs layer 03:56:28 04944245beec: Pulling fs layer 03:56:28 699f458cf7ca: Pulling fs layer 03:56:28 765212b225bb: Pulling fs layer 03:56:28 f23df028b6ca: Pulling fs layer 03:56:28 d65c8cfc05b1: Pulling fs layer 03:56:28 2437ff75d9bd: Pulling fs layer 03:56:28 765212b225bb: Waiting 03:56:28 f23df028b6ca: Waiting 03:56:28 d65c8cfc05b1: Waiting 03:56:28 2437ff75d9bd: Waiting 03:56:28 04944245beec: Verifying Checksum 03:56:28 04944245beec: Download complete 03:56:28 765212b225bb: Verifying Checksum 03:56:28 765212b225bb: Download complete 03:56:28 f23df028b6ca: Download complete 03:56:28 d65c8cfc05b1: Verifying Checksum 03:56:28 d65c8cfc05b1: Download complete 03:56:29 699f458cf7ca: Verifying Checksum 03:56:29 699f458cf7ca: Download complete 03:56:29 8998bd30e6a1: Verifying Checksum 03:56:29 8998bd30e6a1: Download complete 03:56:31 2437ff75d9bd: Verifying Checksum 03:56:31 2437ff75d9bd: Download complete 03:56:33 8998bd30e6a1: Pull complete 03:56:34 04944245beec: Pull complete 03:56:35 699f458cf7ca: Pull complete 03:56:35 765212b225bb: Pull complete 03:56:36 f23df028b6ca: Pull complete 03:56:37 d65c8cfc05b1: Pull complete 03:56:52 2437ff75d9bd: Pull complete 03:56:52 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 03:56:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 03:56:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:56:52 prd-ubuntu20.04-docker-arm64-4c-16g-8732 does not seem to be running inside a container 03:56:52 $ 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 03:56:55 $ docker top 254284d1690a8e4289245d69c6fc935207d86b2c0aea4e74656eda2ed2686e08 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:56:56 ---> job-cost.sh 03:56:56 lf-activate-venv: SKIPPING 03:56:56 INFO: No Stack... 03:56:56 INFO: Retrieving Pricing Info for: v3-standard-4 03:56:57 INFO: Archiving Costs [Pipeline] sh 03:56:58 + + cat /w/workspace/device-sdk-go/1/archives/cost.csvcut 03:56:58 -d, -f6 [Pipeline] lock 03:56:58 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1365-1-stack-cost] 03:56:58 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1365-1-stack-cost] did not exist. Created. 03:56:58 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1365-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:56:58 /w/workspace/device-sdk-go/1@tmp/durable-eff41ba7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 03:56:59 + echo total: 0.10999999940395355 [Pipeline] stash 03:56:59 Warning: overwriting stash ‘stack-cost’ 03:56:59 Stashed 1 file(s) [Pipeline] } 03:56:59 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1365-1-stack-cost] [Pipeline] // lock [Pipeline] } 03:56:59 $ docker stop --time=1 254284d1690a8e4289245d69c6fc935207d86b2c0aea4e74656eda2ed2686e08 03:57:01 $ docker rm -f --volumes 254284d1690a8e4289245d69c6fc935207d86b2c0aea4e74656eda2ed2686e08 [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 03:57:02 provisioning config files... 03:57:02 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp/config15235731152847897271tmp [Pipeline] { [Pipeline] sh 03:57:02 + set +x 03:57:02 + curl -s https://codecov.io/bash 03:57:02 + bash -s -- 03:57:02 03:57:02 _____ _ 03:57:02 / ____| | | 03:57:02 | | ___ __| | ___ ___ _____ __ 03:57:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:57:02 | |___| (_) | (_| | __/ (_| (_) \ V / 03:57:02 \_____\___/ \__,_|\___|\___\___/ \_/ 03:57:02 Bash-1.0.6 03:57:02 03:57:02 03:57:02 ==> git version 2.25.1 found 03:57:02 ==> 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 03:57:02 Release-Date: 2020-01-08 03:57:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 03:57:02 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 03:57:02 ==> Jenkins CI detected. 03:57:02 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1365 03:57:02 project root: . 03:57:02 --> token set from env 03:57:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:57:02 ==> Running gcov in . (disable via -X gcov) 03:57:02 ==> Python coveragepy not found 03:57:02 ==> Searching for coverage reports in: 03:57:02 + . 03:57:02 -> Found 1 reports 03:57:02 ==> Detecting git/mercurial file structure 03:57:02 ==> Reading reports 03:57:02 + ./coverage.out bytes=111565 03:57:02 ==> Appending adjustments 03:57:02 https://docs.codecov.io/docs/fixing-reports 03:57:03 + Found adjustments 03:57:03 ==> Gzipping contents 03:57:03 16K /tmp/codecov.soXozB.gz 03:57:03 ==> Uploading reports 03:57:03 url: https://codecov.io 03:57:03 query: branch=PR-1365&commit=a824c2b4ab4cf9aa298586464bec58cc60cf7400&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1365%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1365&job=&cmd_args= 03:57:03 -> Pinging Codecov 03:57:03 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1365&commit=a824c2b4ab4cf9aa298586464bec58cc60cf7400&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1365%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1365&job=&cmd_args= 03:57:03 -> Uploading to 03:57:03 https://storage.googleapis.com/codecov/v4/raw/2023-03-08/7E55EF52A471D76F132DFD9A03CDDE97/a824c2b4ab4cf9aa298586464bec58cc60cf7400/bbcccb8d-8498-456b-9840-1b54870e00de.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230308T035703Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ff48e92965534a4a6af32b510f2db3de200e2802ddc988d818d84ebdb8430ab6 03:57:03 % Total % Received % Xferd Average Speed Time Time Time Current 03:57:03 Dload Upload Total Spent Left Speed 03:57:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15427 0 0 100 15427 0 52651 --:--:-- --:--:-- --:--:-- 52651 03:57:03 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/a824c2b4ab4cf9aa298586464bec58cc60cf7400 [Pipeline] } 03:57:03 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 03:57:05 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1365/archives ] 03:57:05 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1365/archives 03:57:05 total 16 03:57:05 drwxr-xr-x 3 root root 4096 Mar 8 03:46 . 03:57:05 drwxrwxr-x 12 jenkins jenkins 4096 Mar 8 03:46 .. 03:57:05 drwxr-xr-x 2 root root 4096 Mar 8 03:46 cost 03:57:05 -rw-r--r-- 1 root root 86 Mar 8 03:46 cost.csv 03:57:05 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1365/archives 03:57:05 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1365/archives 03:57:05 total 16 03:57:05 drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 03:46 . 03:57:05 drwxrwxr-x 12 jenkins jenkins 4096 Mar 8 03:46 .. 03:57:05 drwxr-xr-x 2 jenkins jenkins 4096 Mar 8 03:46 cost 03:57:05 -rw-r--r-- 1 jenkins jenkins 86 Mar 8 03:46 cost.csv [Pipeline] libraryResource [Pipeline] sh 03:57:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:57:06 ---> package-listing.sh 03:57:06 ++ facter osfamily 03:57:06 ++ tr '[:upper:]' '[:lower:]' 03:57:06 + OS_FAMILY=debian 03:57:06 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1365 03:57:06 + START_PACKAGES=/tmp/packages_start.txt 03:57:06 + END_PACKAGES=/tmp/packages_end.txt 03:57:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:57:06 + PACKAGES=/tmp/packages_start.txt 03:57:06 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1365 ']' 03:57:06 + PACKAGES=/tmp/packages_end.txt 03:57:06 + case "${OS_FAMILY}" in 03:57:06 + dpkg -l 03:57:06 + grep '^ii' 03:57:06 + '[' -f /tmp/packages_start.txt ']' 03:57:06 + '[' -f /tmp/packages_end.txt ']' 03:57:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:57:06 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1365 ']' 03:57:06 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1365/archives/ 03:57:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1365/archives/ [Pipeline] echo 03:57:06 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-1365/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:57:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 03:57:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 03:57:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 03:57:07 prd-ubuntu20.04-docker-8c-8g-8730 does not seem to be running inside a container 03:57:07 $ 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-1365/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-1365 -v /w/workspace/gexfoundry_device-sdk-go_PR-1365:/w/workspace/gexfoundry_device-sdk-go_PR-1365:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1365@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 03:57:08 $ docker top aa2629c592b66d06f8aa067337d68358b3af6e168a2ac773c64f7d482ca60f29 -eo pid,comm [Pipeline] { [Pipeline] sh 03:57:08 + touch /tmp/pre-build-complete [Pipeline] sh 03:57:08 + mkdir -p /var/log/sysstat [Pipeline] sh 03:57:09 + ls /var/log/sa-host 03:57:09 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:57:09 provisioning config files... 03:57:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1365@tmp/config16197199073029940907tmp [Pipeline] { [Pipeline] echo 03:57:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:57:09 ---> create-netrc.sh [Pipeline] } 03:57:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 03:57:10 ---> python-tools-install.sh [Pipeline] echo 03:57:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:57:10 ---> sudo-logs.sh 03:57:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:57:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:57:10 ---> job-cost.sh 03:57:10 lf-activate-venv: SKIPPING 03:57:10 DEBUG: total: 0.2199999988079071 03:57:10 INFO: Retrieving Stack Cost... 03:57:11 INFO: Retrieving Pricing Info for: v3-standard-8 03:57:11 INFO: Archiving Costs [Pipeline] echo 03:57:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:57:12 ---> logs-deploy.sh 03:57:12 lf-activate-venv: SKIPPING 03:57:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1365/1 03:57:12 INFO: archiving workspace using pattern(s): 03:57:12 Archives upload complete. 03:57:12 INFO: archiving logs to Nexus