Pull request #1514 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 ejlee3 for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 8eb5e2757dcafe329ea8a1ccf5294bce0d995114+aeefe5bcdd13e55c8a0bd0481ef347d02a25cc02 (6046f214af0571477ce70c1fce3a9e32acb11ab1) 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-ssh13387441972391965176.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh8559389439945057832.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-1514/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-1514/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6585956417590131921.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-1514/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1750055980677145958.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh4506844897330558070.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-1514/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-1514/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3418870099811031025.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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.21 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-6603’ is offline Running on prd-ubuntu20.04-docker-8c-8g-6605 in /w/workspace/gexfoundry_device-sdk-go_PR-1514 [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-1514 # 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/1514/head:refs/remotes/origin/PR-1514 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit aeefe5bcdd13e55c8a0bd0481ef347d02a25cc02 into PR head commit 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 Merge succeeded, producing 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 Checking out Revision 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 (PR-1514) > git config core.sparsecheckout # timeout=10 > git checkout -f 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 # 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 aeefe5bcdd13e55c8a0bd0481ef347d02a25cc02 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 # timeout=10 Commit message: "fix: Change URIs for provision unit tests to go to edgexfoundry" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:53:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:53:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:53:09 ========================================================= 18:53:09 EdgeX Global Pipelines Version Info 18:53:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:53:10 ------------------- 18:53:10 stable info: 18:53:10 ------------------- 18:53:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:53:10 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 18:53:10 Message: update stable to v1.0.254 18:53:10 ------------------- 18:53:10 experimental info: 18:53:10 ------------------- 18:53:10 Commited By: **** collab-it+edgex@linuxfoundation.org 18:53:10 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 18:53:10 Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:53:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 18:53:10 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 18:53:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:53:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1514 [Pipeline] echo 18:53:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1514 [Pipeline] echo 18:53:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1514 [Pipeline] echo 18:53:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 [Pipeline] echo 18:53:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8eb5e27 [Pipeline] echo 18:53:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:53:12 provisioning config files... 18:53:12 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp/config4986457596780641206tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:53:12 ---> docker-login.sh 18:53:12 nexus3.edgexfoundry.org:10001 18:53:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:13 Configure a credential helper to remove this warning. See 18:53:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:13 18:53:13 Login Succeeded 18:53:13 nexus3.edgexfoundry.org:10002 18:53:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:13 Configure a credential helper to remove this warning. See 18:53:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:13 18:53:13 Login Succeeded 18:53:13 nexus3.edgexfoundry.org:10003 18:53:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:13 Configure a credential helper to remove this warning. See 18:53:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:13 18:53:13 Login Succeeded 18:53:13 nexus3.edgexfoundry.org:10004 18:53:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:13 Configure a credential helper to remove this warning. See 18:53:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:13 18:53:13 Login Succeeded 18:53:13 docker.io 18:53:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:13 Configure a credential helper to remove this warning. See 18:53:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:13 18:53:13 Login Succeeded 18:53:13 ---> docker-login.sh ends [Pipeline] } 18:53:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:53:14 + git rev-list -1 --merges 8eb5e2757dcafe329ea8a1ccf5294bce0d995114~1..8eb5e2757dcafe329ea8a1ccf5294bce0d995114 [Pipeline] echo 18:53:14 -----------> git rev-list -1 --merges 8eb5e2757dcafe329ea8a1ccf5294bce0d995114~1..8eb5e2757dcafe329ea8a1ccf5294bce0d995114 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 [false] [Pipeline] sh 18:53:14 + git log --format=format:%s -1 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 [Pipeline] echo 18:53:14 ========================================================= 18:53:14 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:53:14 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:53:15 + git log --format=format:%s -1 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 [Pipeline] echo 18:53:15 [semverPrep] GIT_COMMIT: 8eb5e2757dcafe329ea8a1ccf5294bce0d995114, Commit Message: fix: Change URIs for provision unit tests to go to edgexfoundry [Pipeline] echo 18:53:15 [semverPrep] This is not a build commit. [Pipeline] sh 18:53:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:53:15 + grep -v github /etc/ssh/ssh_known_hosts 18:53:15 + [ -e /tmp/ssh_known_hosts ] 18:53:15 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:53:15 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 18:53:15 -a /etc/ssh/ssh_known_hosts 18:53:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:53:16 18:53:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:53:16 0.1.4: Pulling from edgex-devops/py-git-semver 18:53:16 b85a868b505f: Pulling fs layer 18:53:16 e2be974225ed: Pulling fs layer 18:53:16 339a4e72a1f5: Pulling fs layer 18:53:16 988bab9f4d93: Pulling fs layer 18:53:16 1469e6f7b9e6: Pulling fs layer 18:53:16 eaf3925da568: Pulling fs layer 18:53:16 bab4dde63d76: Pulling fs layer 18:53:16 bde34c3a00c8: Pulling fs layer 18:53:16 b352a97aabf1: Pulling fs layer 18:53:16 4872d77fe225: Pulling fs layer 18:53:16 5851b861e8e6: Pulling fs layer 18:53:16 988bab9f4d93: Waiting 18:53:16 1469e6f7b9e6: Waiting 18:53:16 b352a97aabf1: Waiting 18:53:16 eaf3925da568: Waiting 18:53:16 4872d77fe225: Waiting 18:53:16 bab4dde63d76: Waiting 18:53:16 5851b861e8e6: Waiting 18:53:16 bde34c3a00c8: Waiting 18:53:16 e2be974225ed: Verifying Checksum 18:53:16 e2be974225ed: Download complete 18:53:16 988bab9f4d93: Verifying Checksum 18:53:16 988bab9f4d93: Download complete 18:53:16 339a4e72a1f5: Verifying Checksum 18:53:16 339a4e72a1f5: Download complete 18:53:16 1469e6f7b9e6: Verifying Checksum 18:53:16 1469e6f7b9e6: Download complete 18:53:16 eaf3925da568: Verifying Checksum 18:53:16 bde34c3a00c8: Verifying Checksum 18:53:16 bde34c3a00c8: Download complete 18:53:16 b352a97aabf1: Download complete 18:53:16 4872d77fe225: Verifying Checksum 18:53:16 4872d77fe225: Download complete 18:53:16 5851b861e8e6: Download complete 18:53:16 b85a868b505f: Verifying Checksum 18:53:16 b85a868b505f: Download complete 18:53:17 bab4dde63d76: Verifying Checksum 18:53:17 bab4dde63d76: Download complete 18:53:17 b85a868b505f: Pull complete 18:53:18 e2be974225ed: Pull complete 18:53:18 339a4e72a1f5: Pull complete 18:53:18 988bab9f4d93: Pull complete 18:53:19 1469e6f7b9e6: Pull complete 18:53:19 eaf3925da568: Pull complete 18:53:20 bab4dde63d76: Pull complete 18:53:20 bde34c3a00c8: Pull complete 18:53:20 b352a97aabf1: Pull complete 18:53:20 4872d77fe225: Pull complete 18:53:20 5851b861e8e6: Pull complete 18:53:20 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:53:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:53:20 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:53:21 prd-ubuntu20.04-docker-8c-8g-6605 does not seem to be running inside a container 18:53:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1514 -v /w/workspace/gexfoundry_device-sdk-go_PR-1514:/w/workspace/gexfoundry_device-sdk-go_PR-1514:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1514@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 18:53:24 $ docker top 4b1c0146ca7e0fcd5362e4803c8f6767df9f10f62eab24c03e3df8cbeb60647b -eo pid,comm 18:53:24 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). 18:53:24 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:53:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:53:25 [ssh-agent] Looking for ssh-agent implementation... 18:53:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:53:25 $ docker exec 4b1c0146ca7e0fcd5362e4803c8f6767df9f10f62eab24c03e3df8cbeb60647b ssh-agent 18:53:25 SSH_AUTH_SOCK=/tmp/ssh-XeOvi5ZBrBlR/agent.32 18:53:25 SSH_AGENT_PID=38 18:53:25 Running ssh-add (command line suppressed) 18:53:25 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp/private_key_5879662933771268259.key (/w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp/private_key_5879662933771268259.key) 18:53:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:53:25 + git tag --points-at HEAD [Pipeline] } 18:53:25 $ docker exec --env ******** --env ******** 4b1c0146ca7e0fcd5362e4803c8f6767df9f10f62eab24c03e3df8cbeb60647b ssh-agent -k 18:53:25 unset SSH_AUTH_SOCK; 18:53:25 unset SSH_AGENT_PID; 18:53:25 echo Agent pid 38 killed; 18:53:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:53:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:53:25 [ssh-agent] Looking for ssh-agent implementation... 18:53:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:53:26 $ docker exec 4b1c0146ca7e0fcd5362e4803c8f6767df9f10f62eab24c03e3df8cbeb60647b ssh-agent 18:53:26 SSH_AUTH_SOCK=/tmp/ssh-SQKhJaoaXlaO/agent.70 18:53:26 SSH_AGENT_PID=76 18:53:26 Running ssh-add (command line suppressed) 18:53:26 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp/private_key_4784234006079634762.key (/w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp/private_key_4784234006079634762.key) 18:53:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:53:26 + git semver init 18:53:26 2023-09-19 18:53:26,751 [run_init] DEBUG init version:0.0.0 force:False 18:53:26 2023-09-19 18:53:26,751 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1514/.semver 18:53:26 2023-09-19 18:53:26,752 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1514/.semver 18:53:26 2023-09-19 18:53:26,752 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1514/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1514, universal_newlines=False, shell=None, istream=None) 18:53:27 2023-09-19 18:53:27,716 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1514/.git/info/exclude 18:53:27 2023-09-19 18:53:27,716 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1514/.semver/PR-1514 with force:False 18:53:27 2023-09-19 18:53:27,717 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1514/.semver/PR-1514 18:53:27 2023-09-19 18:53:27,720 [execute] INFO git cat-file --batch-check 18:53:27 2023-09-19 18:53:27,721 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1514/.semver, universal_newlines=False, shell=None, istream=) 18:53:27 2023-09-19 18:53:27,728 [execute] INFO git cat-file --batch 18:53:27 2023-09-19 18:53:27,728 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1514/.semver, universal_newlines=False, shell=None, istream=) 18:53:27 2023-09-19 18:53:27,733 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1514/.semver/PR-1514 18:53:27 0.0.0 [Pipeline] } 18:53:27 $ docker exec --env ******** --env ******** 4b1c0146ca7e0fcd5362e4803c8f6767df9f10f62eab24c03e3df8cbeb60647b ssh-agent -k 18:53:27 unset SSH_AUTH_SOCK; 18:53:27 unset SSH_AGENT_PID; 18:53:27 echo Agent pid 76 killed; 18:53:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:53:28 + git semver [Pipeline] } 18:53:28 $ docker stop --time=1 4b1c0146ca7e0fcd5362e4803c8f6767df9f10f62eab24c03e3df8cbeb60647b 18:53:29 $ docker rm -f --volumes 4b1c0146ca7e0fcd5362e4803c8f6767df9f10f62eab24c03e3df8cbeb60647b [Pipeline] // withDockerContainer [Pipeline] sh 18:53:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:53:30 Stashed 1 file(s) [Pipeline] echo 18:53:30 [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 18:53:31 provisioning config files... 18:53:31 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp/config16061827952894298355tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:53:31 ---> docker-login.sh 18:53:31 nexus3.edgexfoundry.org:10001 18:53:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:31 Configure a credential helper to remove this warning. See 18:53:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:31 18:53:31 Login Succeeded 18:53:31 nexus3.edgexfoundry.org:10002 18:53:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:31 Configure a credential helper to remove this warning. See 18:53:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:31 18:53:31 Login Succeeded 18:53:31 nexus3.edgexfoundry.org:10003 18:53:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:31 Configure a credential helper to remove this warning. See 18:53:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:31 18:53:31 Login Succeeded 18:53:31 nexus3.edgexfoundry.org:10004 18:53:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:31 Configure a credential helper to remove this warning. See 18:53:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:31 18:53:31 Login Succeeded 18:53:31 docker.io 18:53:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:32 Configure a credential helper to remove this warning. See 18:53:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:32 18:53:32 Login Succeeded 18:53:32 ---> docker-login.sh ends [Pipeline] } 18:53:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:53:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:53:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:53:32 ========================================================= 18:53:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 18:53:32 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:53:32 + 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.21-alpine --build-arg MAKE=echo noop --target=builder . 18:53:32 Sending build context to Docker daemon 11.16MB 18:53:32 Step 1/10 : ARG BASE=golang:1.21-alpine3.18 18:53:32 Step 2/10 : FROM ${BASE} AS builder 18:53:32 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 18:53:32 7264a8db6415: Pulling fs layer 18:53:32 c4d48a809fc2: Pulling fs layer 18:53:32 4f1c88b9dad5: Pulling fs layer 18:53:32 ad3a456e5733: Pulling fs layer 18:53:32 9e4f439ed901: Pulling fs layer 18:53:32 feaf6a47b606: Pulling fs layer 18:53:32 5e8b037d7d82: Pulling fs layer 18:53:32 8ac70367396e: Pulling fs layer 18:53:32 6db16350a2e2: Pulling fs layer 18:53:32 9250d5d63582: Pulling fs layer 18:53:32 5e8b037d7d82: Waiting 18:53:32 8ac70367396e: Waiting 18:53:32 6db16350a2e2: Waiting 18:53:32 9250d5d63582: Waiting 18:53:32 ad3a456e5733: Waiting 18:53:32 9e4f439ed901: Waiting 18:53:32 feaf6a47b606: Waiting 18:53:32 c4d48a809fc2: Verifying Checksum 18:53:32 c4d48a809fc2: Download complete 18:53:32 ad3a456e5733: Verifying Checksum 18:53:32 ad3a456e5733: Download complete 18:53:32 9e4f439ed901: Verifying Checksum 18:53:32 9e4f439ed901: Download complete 18:53:33 7264a8db6415: Verifying Checksum 18:53:33 7264a8db6415: Download complete 18:53:33 feaf6a47b606: Verifying Checksum 18:53:33 feaf6a47b606: Download complete 18:53:33 7264a8db6415: Pull complete 18:53:33 8ac70367396e: Verifying Checksum 18:53:33 8ac70367396e: Download complete 18:53:33 c4d48a809fc2: Pull complete 18:53:33 4f1c88b9dad5: Verifying Checksum 18:53:33 4f1c88b9dad5: Download complete 18:53:33 6db16350a2e2: Verifying Checksum 18:53:33 6db16350a2e2: Download complete 18:53:33 9250d5d63582: Verifying Checksum 18:53:33 9250d5d63582: Download complete 18:53:33 5e8b037d7d82: Verifying Checksum 18:53:33 5e8b037d7d82: Download complete 18:53:36 4f1c88b9dad5: Pull complete 18:53:36 ad3a456e5733: Pull complete 18:53:36 9e4f439ed901: Pull complete 18:53:36 feaf6a47b606: Pull complete 18:53:39 5e8b037d7d82: Pull complete 18:53:39 8ac70367396e: Pull complete 18:53:39 6db16350a2e2: Pull complete 18:53:40 9250d5d63582: Pull complete 18:53:40 Digest: sha256:3646cb4089a714386d09daba17fdee0803df1ec33e73c4ae92f9989f90c6e4e0 18:53:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 18:53:40 ---> fa269f55d9b9 18:53:40 Step 3/10 : ARG MAKE=make build 18:53:45 Still waiting to schedule task 18:53:45 ‘prd-ubuntu20.04-docker-arm64-4c-16g-6604’ is offline 18:53:46 ---> Running in 8a7d7a6ed136 18:53:46 Removing intermediate container 8a7d7a6ed136 18:53:46 ---> 13cb2b68ec4e 18:53:46 Step 4/10 : WORKDIR /device-sdk-go 18:53:46 ---> Running in d1caa9a98cb7 18:53:46 Removing intermediate container d1caa9a98cb7 18:53:46 ---> 21e9f1edbac7 18:53:46 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:53:46 ---> Running in 588d78b3c73f 18:53:46 Removing intermediate container 588d78b3c73f 18:53:46 ---> a8a402d17fd4 18:53:46 Step 6/10 : RUN apk add --update --no-cache make git 18:53:46 ---> Running in bb38b4f9c2cf 18:53:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:53:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:53:46 OK: 265 MiB in 56 packages 18:53:47 Removing intermediate container bb38b4f9c2cf 18:53:47 ---> ce4a8af7b3e7 18:53:47 Step 7/10 : COPY go.mod vendor* ./ 18:53:47 ---> 309c4cde50f9 18:53:47 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:53:47 ---> Running in 36c0d625f541 18:54:26 Removing intermediate container 36c0d625f541 18:54:26 ---> 7ca2054cfde5 18:54:26 Step 9/10 : COPY . . 18:54:26 ---> 72b4d34f4b52 18:54:26 Step 10/10 : RUN ${MAKE} 18:54:26 ---> Running in 982e173898cf 18:54:26 noop 18:54:26 Removing intermediate container 982e173898cf 18:54:26 ---> 8179c9cda77e 18:54:26 Successfully built 8179c9cda77e 18:54:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:26 + docker inspect -f . ci-base-image-x86_64 18:54:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:54:26 prd-ubuntu20.04-docker-8c-8g-6605 does not seem to be running inside a container 18:54:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1514 -v /w/workspace/gexfoundry_device-sdk-go_PR-1514:/w/workspace/gexfoundry_device-sdk-go_PR-1514:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1514@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 18:54:27 $ docker top 929add9b7cedaabc02f2b14277f4df9c85af982497ac05c567c0d34149d0fac0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:54:27 + go version 18:54:27 go version go1.21.0 linux/amd64 [Pipeline] } 18:54:27 $ docker stop --time=1 929add9b7cedaabc02f2b14277f4df9c85af982497ac05c567c0d34149d0fac0 18:54:28 $ docker rm -f --volumes 929add9b7cedaabc02f2b14277f4df9c85af982497ac05c567c0d34149d0fac0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:54:29 + docker inspect -f . ci-base-image-x86_64 18:54:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:54:29 prd-ubuntu20.04-docker-8c-8g-6605 does not seem to be running inside a container 18:54:29 $ 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-1514 -v /w/workspace/gexfoundry_device-sdk-go_PR-1514:/w/workspace/gexfoundry_device-sdk-go_PR-1514:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1514@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 18:54:30 $ docker top afcb1b7d7bd36b5654a927505c2761e0c606f4e23729568e019d13063ea6a81f -eo pid,comm [Pipeline] { [Pipeline] sh 18:54:30 + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1514 [Pipeline] fileExists [Pipeline] sh 18:54:30 + make test 18:54:30 go test -race -coverprofile=coverage.out ./... 18:54:37 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 18:54:49 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 18:54:49 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 18:54:49 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 18:54:49 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 18:54:49 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 18:54:50 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 18:54:50 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 18:54:51 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.049s coverage: 27.6% of statements 18:54:51 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.042s coverage: 80.2% of statements 18:54:51 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 18:54:51 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.065s coverage: 86.0% of statements 18:54:52 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 18:54:52 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 18:54:52 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.068s coverage: 71.8% of statements 18:54:52 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 18:54:55 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.051s coverage: 14.4% of statements 18:54:55 ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 2.872s coverage: 45.9% of statements 18:54:55 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.069s coverage: 68.5% of statements 18:54:55 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.094s coverage: 89.2% of statements 18:54:55 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.042s coverage: 5.5% of statements 18:55:13 GO111MODULE=on go vet ./... 18:55:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:55:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:55:16 ./bin/test-attribution-txt.sh [Pipeline] echo 18:55:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:55:16 $ docker stop --time=1 afcb1b7d7bd36b5654a927505c2761e0c606f4e23729568e019d13063ea6a81f 18:55:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6606 in /w/workspace/gexfoundry_device-sdk-go_PR-1514 18:55:20 $ docker rm -f --volumes afcb1b7d7bd36b5654a927505c2761e0c606f4e23729568e019d13063ea6a81f [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] sh [Pipeline] ws 18:55:20 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 18:55:20 The recommended git tool is: git 18:55:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:55:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:55:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:55:22 + ls -al . 18:55:22 total 304 18:55:22 drwxrwxr-x 11 jenkins jenkins 4096 Sep 19 18:54 . 18:55:22 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 18:53 .. 18:55:22 -rw-rw-r-- 1 jenkins jenkins 140 Sep 19 18:53 .dockerignore 18:55:22 drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 18:54 .git 18:55:22 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 18:53 .github 18:55:22 -rw-rw-r-- 1 jenkins jenkins 137 Sep 19 18:53 .gitignore 18:55:22 -rw-rw-r-- 1 jenkins jenkins 42 Sep 19 18:53 .golangci.yml 18:55:22 drwxr-xr-x 3 jenkins jenkins 4096 Sep 19 18:53 .semver 18:55:22 -rw-rw-r-- 1 jenkins jenkins 44878 Sep 19 18:53 CHANGELOG.md 18:55:22 -rw-rw-r-- 1 jenkins jenkins 677 Sep 19 18:53 GOVERNANCE.md 18:55:22 -rw-rw-r-- 1 jenkins jenkins 885 Sep 19 18:53 Jenkinsfile 18:55:22 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 19 18:53 LICENSE 18:55:22 -rw-rw-r-- 1 jenkins jenkins 1842 Sep 19 18:53 Makefile 18:55:22 -rw-rw-r-- 1 jenkins jenkins 619 Sep 19 18:53 OWNERS.md 18:55:22 -rw-rw-r-- 1 jenkins jenkins 4933 Sep 19 18:53 README.md 18:55:22 -rw-rw-r-- 1 jenkins jenkins 5 Sep 19 18:53 VERSION 18:55:22 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 18:53 bin 18:55:22 -rw-r--r-- 1 jenkins jenkins 121387 Sep 19 18:54 coverage.out 18:55:22 drwxrwxr-x 5 jenkins jenkins 4096 Sep 19 18:53 example 18:55:22 -rw-rw-r-- 1 jenkins jenkins 3722 Sep 19 18:53 go.mod 18:55:22 -rw-rw-r-- 1 jenkins jenkins 34806 Sep 19 18:53 go.sum 18:55:22 drwxrwxr-x 12 jenkins jenkins 4096 Sep 19 18:53 internal 18:55:22 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 18:53 openapi 18:55:22 drwxrwxr-x 6 jenkins jenkins 4096 Sep 19 18:53 pkg 18:55:22 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 18:53 snap 18:55:22 -rw-rw-r-- 1 jenkins jenkins 222 Sep 19 18:53 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:22 + 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=8eb5e2757dcafe329ea8a1ccf5294bce0d995114 --label arch=amd64 --label version=0.0.0 . 18:55:22 Sending build context to Docker daemon 11.28MB 18:55:22 Step 1/23 : ARG BASE=golang:1.21-alpine3.18 18:55:22 Step 2/23 : FROM ${BASE} AS builder 18:55:22 ---> 8179c9cda77e 18:55:22 Step 3/23 : ARG MAKE=make build 18:55:22 ---> Running in 8793a9b0104a 18:55:22 Removing intermediate container 8793a9b0104a 18:55:22 ---> f47b68761860 18:55:22 Step 4/23 : WORKDIR /device-sdk-go 18:55:22 ---> Running in 4c2565c840c2 18:55:23 Removing intermediate container 4c2565c840c2 18:55:23 ---> 6f8c113fe9be 18:55:23 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:55:23 ---> Running in a8cbc5fb556c 18:55:23 Removing intermediate container a8cbc5fb556c 18:55:23 ---> 9ef99581e909 18:55:23 Step 6/23 : RUN apk add --update --no-cache make git 18:55:23 ---> Running in befd014a5c7a 18:55:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:55:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:55:23 OK: 265 MiB in 56 packages 18:55:23 Removing intermediate container befd014a5c7a 18:55:23 ---> 50e05b0322e4 18:55:23 Step 7/23 : COPY go.mod vendor* ./ 18:55:24 ---> 0e40938a9ab7 18:55:24 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:55:24 ---> Running in 54f880333b00 18:55:24 Removing intermediate container 54f880333b00 18:55:24 ---> 5816984cbd2f 18:55:24 Step 9/23 : COPY . . 18:55:25 ---> a29a2cd53b6b 18:55:25 Step 10/23 : RUN ${MAKE} 18:55:25 ---> Running in 2aeaa61748c7 18:55:25 using credential edgex-jenkins-ssh 18:55:25 Cloning the remote Git repository 18:55:25 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 18:55:25 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:55:25 > git init /w/workspace/device-sdk-go/1 # timeout=10 18:55:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:55:25 > git --version # timeout=10 18:55:25 > git --version # 'git version 2.25.1' 18:55:25 using GIT_SSH to set credentials SSH Credentials for GitHub 18:55:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:55:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:55:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:55:28 Merging remotes/origin/main commit aeefe5bcdd13e55c8a0bd0481ef347d02a25cc02 into PR head commit 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 18:55:29 Merge succeeded, producing 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 18:55:29 Checking out Revision 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 (PR-1514) 18:55:28 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:55:28 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:55:28 using GIT_SSH to set credentials SSH Credentials for GitHub 18:55:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1514/head:refs/remotes/origin/PR-1514 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:55:28 > git config core.sparsecheckout # timeout=10 18:55:29 > git checkout -f 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 # timeout=10 18:55:29 > git remote # timeout=10 18:55:29 > git config --get remote.origin.url # timeout=10 18:55:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:55:29 > git merge aeefe5bcdd13e55c8a0bd0481ef347d02a25cc02 # timeout=10 18:55:29 > git rev-parse HEAD^{commit} # timeout=10 18:55:29 > git config core.sparsecheckout # timeout=10 18:55:29 > git checkout -f 8eb5e2757dcafe329ea8a1ccf5294bce0d995114 # timeout=10 18:55:32 Commit message: "fix: Change URIs for provision unit tests to go to edgexfoundry" 18:55:32 > git --version # timeout=10 18:55:32 > git --version # 'git version 2.25.1' 18:55:32 fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:55:33 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:55:33 % Total % Received % Xferd Average Speed Time Time Time Current 18:55:33 Dload Upload Total Spent Left Speed 18:55:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 103k 0 --:--:-- --:--:-- --:--:-- 103k [Pipeline] sh 18:55:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:55:34 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:55:34 + sudo tee /etc/docker/daemon.new 18:55:34 { 18:55:34 "registry-mirrors": [ 18:55:34 "https://nexus3.edgexfoundry.org:10001" 18:55:34 ], 18:55:34 "bip": "10.250.0.254/24", 18:55:34 "hosts": [ 18:55:34 "tcp://0.0.0.0:5555", 18:55:34 "unix:///var/run/docker.sock" 18:55:34 ], 18:55:34 "mtu": 1458, 18:55:34 "selinux-enabled": true, 18:55:34 "seccomp-profile": "/etc/docker/seccomp.json" 18:55:34 } [Pipeline] sh 18:55:35 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:55:35 + sudo service docker restart 18:55:43 Removing intermediate container 2aeaa61748c7 18:55:43 ---> 04643fa2c7e7 18:55:43 Step 11/23 : FROM alpine:3.18 18:55:43 3.18: Pulling from library/alpine 18:55:44 7264a8db6415: Already exists 18:55:44 Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 18:55:44 Status: Downloaded newer image for alpine:3.18 18:55:44 ---> 7e01a0d0a1dc 18:55:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 18:55:44 ---> Running in ba71f8c88be1 18:55:44 Removing intermediate container ba71f8c88be1 18:55:44 ---> 762fd709a136 18:55:44 Step 13/23 : RUN apk add --update --no-cache 18:55:44 ---> Running in a2d704dd5531 18:55:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 18:55:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 18:55:45 OK: 7 MiB in 15 packages 18:55:45 Removing intermediate container a2d704dd5531 18:55:45 ---> 68662a5ee143 18:55:45 Step 14/23 : WORKDIR / 18:55:45 ---> Running in 61bc67a71bdc 18:55:45 Removing intermediate container 61bc67a71bdc 18:55:45 ---> d075b5e5cf86 18:55:45 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 18:55:45 ---> da2d83d08512 18:55:45 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 18:55:46 ---> 8500fcf80e9f 18:55:46 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 18:55:46 ---> 7943743fbde8 18:55:46 Step 18/23 : EXPOSE 59999 18:55:46 ---> Running in efe9bfcbdf38 18:55:46 Removing intermediate container efe9bfcbdf38 18:55:46 ---> d7c5fb4d394a 18:55:46 Step 19/23 : ENTRYPOINT ["/device-simple"] 18:55:46 ---> Running in aafb8da6a7a3 18:55:46 Removing intermediate container aafb8da6a7a3 18:55:46 ---> e8cf176fb1f4 18:55:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 18:55:46 ---> Running in b83207571d8a 18:55:47 Removing intermediate container b83207571d8a 18:55:47 ---> 76eabb7bca8d 18:55:47 Step 21/23 : LABEL arch=amd64 18:55:47 ---> Running in ec6be38b4175 18:55:47 Removing intermediate container ec6be38b4175 18:55:47 ---> 39e4a4e35cf6 18:55:47 Step 22/23 : LABEL git_sha=8eb5e2757dcafe329ea8a1ccf5294bce0d995114 18:55:47 ---> Running in e44c8f8c2d01 18:55:47 Removing intermediate container e44c8f8c2d01 18:55:47 ---> 0693c09bf5de 18:55:47 Step 23/23 : LABEL version=0.0.0 18:55:47 ---> Running in 5063f71a398a 18:55:47 Removing intermediate container 5063f71a398a 18:55:47 ---> 842821777544 18:55:47 [Warning] One or more build-args [ARCH] were not consumed 18:55:47 Successfully built 842821777544 18:55:47 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 18:55:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:55:48 18:55:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:55:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:55:48 latest: Pulling from edgex-lftools-log-publisher 18:55:48 5eb5b503b376: Pulling fs layer 18:55:48 5c69ac0246d0: Pulling fs layer 18:55:48 ec43610c2a17: Pulling fs layer 18:55:48 3a2ae6a8a46f: Pulling fs layer 18:55:48 33b1e0a273af: Pulling fs layer 18:55:48 5d3b04190fa2: Pulling fs layer 18:55:48 2f39f015ded8: Pulling fs layer 18:55:48 3a2ae6a8a46f: Waiting 18:55:48 33b1e0a273af: Waiting 18:55:48 2f39f015ded8: Waiting 18:55:48 5d3b04190fa2: Waiting 18:55:48 5c69ac0246d0: Download complete 18:55:48 3a2ae6a8a46f: Verifying Checksum 18:55:48 3a2ae6a8a46f: Download complete 18:55:48 33b1e0a273af: Verifying Checksum 18:55:48 33b1e0a273af: Download complete 18:55:48 5d3b04190fa2: Verifying Checksum 18:55:48 5d3b04190fa2: Download complete 18:55:48 ec43610c2a17: Verifying Checksum 18:55:48 ec43610c2a17: Download complete 18:55:48 5eb5b503b376: Verifying Checksum 18:55:48 5eb5b503b376: Download complete 18:55:49 2f39f015ded8: Verifying Checksum 18:55:49 2f39f015ded8: Download complete 18:55:50 5eb5b503b376: Pull complete 18:55:50 5c69ac0246d0: Pull complete 18:55:50 ec43610c2a17: Pull complete 18:55:50 3a2ae6a8a46f: Pull complete 18:55:50 33b1e0a273af: Pull complete 18:55:50 5d3b04190fa2: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:55:53 provisioning config files... 18:55:54 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config7187524371515704924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:55:54 ---> docker-login.sh 18:55:54 nexus3.edgexfoundry.org:10001 18:55:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:54 Configure a credential helper to remove this warning. See 18:55:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:54 18:55:54 Login Succeeded 18:55:54 nexus3.edgexfoundry.org:10002 18:55:55 2f39f015ded8: Pull complete 18:55:55 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:55:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:55:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 18:55:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:55 Configure a credential helper to remove this warning. See 18:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:55 18:55:55 Login Succeeded 18:55:55 nexus3.edgexfoundry.org:10003 [Pipeline] withDockerContainer 18:55:55 prd-ubuntu20.04-docker-8c-8g-6605 does not seem to be running inside a container 18:55:55 $ 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-1514 -v /w/workspace/gexfoundry_device-sdk-go_PR-1514:/w/workspace/gexfoundry_device-sdk-go_PR-1514:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1514@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 18:55:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:55 Configure a credential helper to remove this warning. See 18:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:55 18:55:55 Login Succeeded 18:55:55 nexus3.edgexfoundry.org:10004 18:55:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:56 Configure a credential helper to remove this warning. See 18:55:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:56 18:55:56 Login Succeeded 18:55:56 docker.io 18:55:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:55:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:55:56 Configure a credential helper to remove this warning. See 18:55:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:55:56 18:55:56 Login Succeeded 18:55:56 ---> docker-login.sh ends 18:55:59 $ docker top e6249a17d91f7eca46a87638eba2af43a48178fa5e87171a51d9ffa6b7f887ac -eo pid,comm [Pipeline] { [Pipeline] } 18:55:59 Deleting 1 temporary files [Pipeline] libraryResource [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 18:56:00 ---> job-cost.sh 18:56:00 lf-activate-venv: SKIPPING 18:56:00 INFO: No Stack... [Pipeline] echo 18:56:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:56:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:56:00 ========================================================= 18:56:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 18:56:00 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix 18:56:00 INFO: Retrieving Pricing Info for: v3-standard-8 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:56:00 INFO: Archiving Costs [Pipeline] sh 18:56:00 + 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.21-alpine --build-arg MAKE=echo noop --target=builder . 18:56:00 + cat /w/workspace/gexfoundry_device-sdk-go_PR-1514/archives/cost.csv 18:56:00 + cut -d, -f6 [Pipeline] lock 18:56:00 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1514-1-stack-cost] 18:56:01 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1514-1-stack-cost] did not exist. Created. 18:56:01 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1514-1-stack-cost] [Pipeline] { 18:56:01 Sending build context to Docker daemon 5.965MB 18:56:01 Step 1/10 : ARG BASE=golang:1.21-alpine3.18 18:56:01 Step 2/10 : FROM ${BASE} AS builder [Pipeline] unstash [Pipeline] sh 18:56:01 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:56:01 9fda8d8052c6: Pulling fs layer 18:56:01 5d54e960e981: Pulling fs layer 18:56:01 c4a7e357bf2a: Pulling fs layer 18:56:01 f0e02332f6b5: Pulling fs layer 18:56:01 66412af1f25a: Pulling fs layer 18:56:01 1baf3a5c0e64: Pulling fs layer 18:56:01 9a37bb91b891: Pulling fs layer 18:56:01 a29adfc67d43: Pulling fs layer 18:56:01 d5de9f91c1a4: Pulling fs layer 18:56:01 1baf3a5c0e64: Waiting 18:56:01 9a37bb91b891: Waiting 18:56:01 a29adfc67d43: Waiting 18:56:01 f0e02332f6b5: Waiting 18:56:01 66412af1f25a: Waiting 18:56:01 d5de9f91c1a4: Waiting 18:56:01 5d54e960e981: Download complete 18:56:01 f0e02332f6b5: Verifying Checksum 18:56:01 f0e02332f6b5: Download complete 18:56:01 66412af1f25a: Verifying Checksum 18:56:01 66412af1f25a: Download complete 18:56:01 9fda8d8052c6: Download complete 18:56:01 + echo total: 0.2199999988079071 [Pipeline] stash 18:56:01 Stashed 1 file(s) [Pipeline] } 18:56:01 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1514-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:56:01 $ docker stop --time=1 e6249a17d91f7eca46a87638eba2af43a48178fa5e87171a51d9ffa6b7f887ac 18:56:01 9a37bb91b891: Verifying Checksum 18:56:01 9a37bb91b891: Download complete 18:56:02 a29adfc67d43: Verifying Checksum 18:56:02 a29adfc67d43: Download complete 18:56:02 $ docker rm -f --volumes e6249a17d91f7eca46a87638eba2af43a48178fa5e87171a51d9ffa6b7f887ac 18:56:02 d5de9f91c1a4: Verifying Checksum 18:56:02 d5de9f91c1a4: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 18:56:03 c4a7e357bf2a: Verifying Checksum 18:56:03 c4a7e357bf2a: Download complete [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:56:04 1baf3a5c0e64: Download complete 18:56:05 9fda8d8052c6: Pull complete 18:56:06 5d54e960e981: Pull complete 18:56:21 c4a7e357bf2a: Pull complete 18:56:21 f0e02332f6b5: Pull complete 18:56:21 66412af1f25a: Pull complete 18:56:26 1baf3a5c0e64: Pull complete 18:56:27 9a37bb91b891: Pull complete 18:56:28 a29adfc67d43: Pull complete 18:56:30 d5de9f91c1a4: Pull complete 18:56:30 Digest: sha256:1924af6f0b663904b942a9ee07fc1d4556a77458ebf1950facbcfc555602d6a5 18:56:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 18:56:30 ---> 746ca1b523b5 18:56:30 Step 3/10 : ARG MAKE=make build 18:56:32 ---> Running in ca96b5786219 18:56:32 Removing intermediate container ca96b5786219 18:56:32 ---> cb5d9198da22 18:56:32 Step 4/10 : WORKDIR /device-sdk-go 18:56:32 ---> Running in 1aa008bac830 18:56:32 Removing intermediate container 1aa008bac830 18:56:32 ---> 083451f6b5f7 18:56:32 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 18:56:32 ---> Running in f53319c91d96 18:56:33 Removing intermediate container f53319c91d96 18:56:33 ---> 2389bacabcfe 18:56:33 Step 6/10 : RUN apk add --update --no-cache make git 18:56:33 ---> Running in c90da032796f 18:56:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 18:56:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 18:56:35 OK: 267 MiB in 56 packages 18:56:36 Removing intermediate container c90da032796f 18:56:36 ---> 338d0d3f0aaf 18:56:36 Step 7/10 : COPY go.mod vendor* ./ 18:56:37 ---> d9f397df4289 18:56:37 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:56:37 ---> Running in 40740ba46953 18:57:45 Removing intermediate container 40740ba46953 18:57:45 ---> 30d47082e20b 18:57:45 Step 9/10 : COPY . . 18:57:45 ---> 9884c965aaf8 18:57:45 Step 10/10 : RUN ${MAKE} 18:57:45 ---> Running in e8f69afa653c 18:57:45 noop 18:57:45 Removing intermediate container e8f69afa653c 18:57:45 ---> ac7737a29097 18:57:45 Successfully built ac7737a29097 18:57:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:57:45 + docker inspect -f . ci-base-image-arm64 18:57:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:57:45 prd-ubuntu20.04-docker-arm64-4c-16g-6606 does not seem to be running inside a container 18:57:45 $ 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 18:57:46 $ docker top 4eca2740472f908a57ffd958b0e3223e534812fc94e2f78d9a94e66246e8475c -eo pid,comm [Pipeline] { [Pipeline] sh 18:57:47 + go version 18:57:47 go version go1.21.0 linux/arm64 [Pipeline] } 18:57:47 $ docker stop --time=1 4eca2740472f908a57ffd958b0e3223e534812fc94e2f78d9a94e66246e8475c 18:57:49 $ docker rm -f --volumes 4eca2740472f908a57ffd958b0e3223e534812fc94e2f78d9a94e66246e8475c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:57:50 + docker inspect -f . ci-base-image-arm64 18:57:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:57:50 prd-ubuntu20.04-docker-arm64-4c-16g-6606 does not seem to be running inside a container 18:57:50 $ 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 18:57:53 $ docker top a0ac704a356b0dd9cc3e744265a612f11eb59312c1dc3988b5b070c4554460b5 -eo pid,comm [Pipeline] { [Pipeline] sh 18:57:54 + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh 18:57:54 + make test 18:57:54 go test -race -coverprofile=coverage.out ./... 18:58:27 ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] 19:00:03 ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] 19:00:03 ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] 19:00:03 ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] 19:00:03 ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] 19:00:03 ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] 19:00:10 ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 1.200s coverage: 27.6% of statements 19:00:15 ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 1.337s coverage: 80.2% of statements 19:00:28 ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] 19:00:28 ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] 19:00:28 ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 1.305s coverage: 86.0% of statements 19:00:31 ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] 19:00:32 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 1.382s coverage: 71.8% of statements 19:00:37 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] 19:00:37 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] 19:00:37 ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 4.246s coverage: 14.4% of statements 19:00:37 ok github.com/edgexfoundry/device-sdk-go/v3/internal/provision 3.931s coverage: 45.9% of statements 19:00:38 ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 1.373s coverage: 68.5% of statements 19:00:40 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 1.410s coverage: 89.2% of statements 19:00:41 ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] 19:00:42 ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 1.223s coverage: 5.5% of statements 19:00:43 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:00:43 GO111MODULE=on go vet ./... 19:02:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:02:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:02:34 ./bin/test-attribution-txt.sh [Pipeline] echo 19:02:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 19:02:34 $ docker stop --time=1 a0ac704a356b0dd9cc3e744265a612f11eb59312c1dc3988b5b070c4554460b5 19:02:37 $ docker rm -f --volumes a0ac704a356b0dd9cc3e744265a612f11eb59312c1dc3988b5b070c4554460b5 [Pipeline] // withDockerContainer [Pipeline] sh 19:02:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:02:38 Warning: overwriting stash ‘coverage-report’ 19:02:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:02:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:02:40 + ls -al . 19:02:40 total 300 19:02:40 drwxrwxr-x 10 jenkins jenkins 4096 Sep 19 18:57 . 19:02:40 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 18:55 .. 19:02:40 -rw-rw-r-- 1 jenkins jenkins 140 Sep 19 18:55 .dockerignore 19:02:40 drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 18:55 .git 19:02:40 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 18:55 .github 19:02:40 -rw-rw-r-- 1 jenkins jenkins 137 Sep 19 18:55 .gitignore 19:02:40 -rw-rw-r-- 1 jenkins jenkins 42 Sep 19 18:55 .golangci.yml 19:02:40 -rw-rw-r-- 1 jenkins jenkins 44878 Sep 19 18:55 CHANGELOG.md 19:02:40 -rw-rw-r-- 1 jenkins jenkins 677 Sep 19 18:55 GOVERNANCE.md 19:02:40 -rw-rw-r-- 1 jenkins jenkins 885 Sep 19 18:55 Jenkinsfile 19:02:40 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 19 18:55 LICENSE 19:02:40 -rw-rw-r-- 1 jenkins jenkins 1842 Sep 19 18:55 Makefile 19:02:40 -rw-rw-r-- 1 jenkins jenkins 619 Sep 19 18:55 OWNERS.md 19:02:40 -rw-rw-r-- 1 jenkins jenkins 4933 Sep 19 18:55 README.md 19:02:40 -rw-rw-r-- 1 jenkins jenkins 5 Sep 19 18:53 VERSION 19:02:40 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 18:55 bin 19:02:40 -rw-r--r-- 1 jenkins jenkins 121386 Sep 19 19:00 coverage.out 19:02:40 drwxrwxr-x 5 jenkins jenkins 4096 Sep 19 18:55 example 19:02:40 -rw-rw-r-- 1 jenkins jenkins 3722 Sep 19 18:55 go.mod 19:02:40 -rw-rw-r-- 1 jenkins jenkins 34806 Sep 19 18:55 go.sum 19:02:40 drwxrwxr-x 12 jenkins jenkins 4096 Sep 19 18:55 internal 19:02:40 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 18:55 openapi 19:02:40 drwxrwxr-x 6 jenkins jenkins 4096 Sep 19 18:55 pkg 19:02:40 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 18:55 snap 19:02:40 -rw-rw-r-- 1 jenkins jenkins 222 Sep 19 18:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:02:40 + 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=8eb5e2757dcafe329ea8a1ccf5294bce0d995114 --label arch=arm64 --label version=0.0.0 . 19:02:40 Sending build context to Docker daemon 6.087MB 19:02:40 Step 1/23 : ARG BASE=golang:1.21-alpine3.18 19:02:40 Step 2/23 : FROM ${BASE} AS builder 19:02:40 ---> ac7737a29097 19:02:40 Step 3/23 : ARG MAKE=make build 19:02:41 ---> Running in a64f8c9499e7 19:02:41 Removing intermediate container a64f8c9499e7 19:02:41 ---> 47220a496f47 19:02:41 Step 4/23 : WORKDIR /device-sdk-go 19:02:41 ---> Running in 3d3be56e9d6d 19:02:41 Removing intermediate container 3d3be56e9d6d 19:02:41 ---> 6e6eeaa5ccf3 19:02:41 Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 19:02:41 ---> Running in 2495bb934658 19:02:42 Removing intermediate container 2495bb934658 19:02:42 ---> 1f3d0c184a70 19:02:42 Step 6/23 : RUN apk add --update --no-cache make git 19:02:42 ---> Running in dd5b51f4d861 19:02:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:02:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:02:44 OK: 267 MiB in 56 packages 19:02:45 Removing intermediate container dd5b51f4d861 19:02:45 ---> 2fe380c10319 19:02:45 Step 7/23 : COPY go.mod vendor* ./ 19:02:45 ---> 9ecdd0f48694 19:02:45 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:02:45 ---> Running in c7662ccff717 19:02:50 Removing intermediate container c7662ccff717 19:02:50 ---> e09e470a65be 19:02:50 Step 9/23 : COPY . . 19:02:51 ---> 8af4a10a1420 19:02:51 Step 10/23 : RUN ${MAKE} 19:02:51 ---> Running in b6b6995755df 19:02:52 CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 19:04:43 Removing intermediate container b6b6995755df 19:04:43 ---> 04ebdd31854f 19:04:43 Step 11/23 : FROM alpine:3.18 19:04:43 3.18: Pulling from library/alpine 19:04:43 9fda8d8052c6: Already exists 19:04:43 Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 19:04:43 Status: Downloaded newer image for alpine:3.18 19:04:43 ---> f6648c04cd6c 19:04:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' 19:04:43 ---> Running in 4ad02192005a 19:04:43 Removing intermediate container 4ad02192005a 19:04:43 ---> b966a045599e 19:04:43 Step 13/23 : RUN apk add --update --no-cache 19:04:43 ---> Running in 4dbc931d5a57 19:04:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 19:04:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 19:04:43 OK: 8 MiB in 15 packages 19:04:43 Removing intermediate container 4dbc931d5a57 19:04:43 ---> c30f6343125c 19:04:43 Step 14/23 : WORKDIR / 19:04:43 ---> Running in 2fc63cee765d 19:04:43 Removing intermediate container 2fc63cee765d 19:04:43 ---> 8bbfcb8497f3 19:04:43 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 19:04:43 ---> 936e2730e31f 19:04:43 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 19:04:43 ---> 52253d84dec9 19:04:43 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 19:04:43 ---> 0eefc7b80089 19:04:43 Step 18/23 : EXPOSE 59999 19:04:43 ---> Running in f30c7a30fd4c 19:04:43 Removing intermediate container f30c7a30fd4c 19:04:43 ---> 539d4f2efebf 19:04:43 Step 19/23 : ENTRYPOINT ["/device-simple"] 19:04:43 ---> Running in 3244ec9c9efe 19:04:43 Removing intermediate container 3244ec9c9efe 19:04:43 ---> a1d1c6a43a12 19:04:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 19:04:43 ---> Running in ed9a016d0473 19:04:43 Removing intermediate container ed9a016d0473 19:04:43 ---> 5a87b3dc8f98 19:04:43 Step 21/23 : LABEL arch=arm64 19:04:43 ---> Running in 7be7efeb7bc0 19:04:43 Removing intermediate container 7be7efeb7bc0 19:04:43 ---> a55e5c7c46a8 19:04:43 Step 22/23 : LABEL git_sha=8eb5e2757dcafe329ea8a1ccf5294bce0d995114 19:04:43 ---> Running in eae852948596 19:04:43 Removing intermediate container eae852948596 19:04:43 ---> 66d78b5863c7 19:04:43 Step 23/23 : LABEL version=0.0.0 19:04:43 ---> Running in 9c3af0bab5a8 19:04:43 Removing intermediate container 9c3af0bab5a8 19:04:43 ---> 0e17459c52d0 19:04:43 [Warning] One or more build-args [ARCH] were not consumed 19:04:43 Successfully built 0e17459c52d0 19:04:43 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 19:04:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:04:44 19:04:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:04:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:04:45 arm64: Pulling from edgex-lftools-log-publisher 19:04:45 8998bd30e6a1: Pulling fs layer 19:04:45 04944245beec: Pulling fs layer 19:04:45 699f458cf7ca: Pulling fs layer 19:04:45 765212b225bb: Pulling fs layer 19:04:45 f23df028b6ca: Pulling fs layer 19:04:45 d65c8cfc05b1: Pulling fs layer 19:04:45 2437ff75d9bd: Pulling fs layer 19:04:45 765212b225bb: Waiting 19:04:45 d65c8cfc05b1: Waiting 19:04:45 f23df028b6ca: Waiting 19:04:45 2437ff75d9bd: Waiting 19:04:45 04944245beec: Verifying Checksum 19:04:45 04944245beec: Download complete 19:04:45 765212b225bb: Verifying Checksum 19:04:45 765212b225bb: Download complete 19:04:45 f23df028b6ca: Verifying Checksum 19:04:45 f23df028b6ca: Download complete 19:04:45 d65c8cfc05b1: Verifying Checksum 19:04:45 d65c8cfc05b1: Download complete 19:04:45 699f458cf7ca: Download complete 19:04:45 8998bd30e6a1: Download complete 19:04:47 2437ff75d9bd: Verifying Checksum 19:04:47 2437ff75d9bd: Download complete 19:04:49 8998bd30e6a1: Pull complete 19:04:51 04944245beec: Pull complete 19:04:53 699f458cf7ca: Pull complete 19:04:53 765212b225bb: Pull complete 19:04:53 f23df028b6ca: Pull complete 19:04:54 d65c8cfc05b1: Pull complete 19:05:09 2437ff75d9bd: Pull complete 19:05:09 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:05:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:05:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:05:09 prd-ubuntu20.04-docker-arm64-4c-16g-6606 does not seem to be running inside a container 19:05:09 $ 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 19:05:11 $ docker top 6977b561b8e0cfa5a2ea48bc3a8feabf8b70868c96caf81bbecb4b8039e68357 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:05:12 ---> job-cost.sh 19:05:12 lf-activate-venv: SKIPPING 19:05:12 INFO: No Stack... 19:05:13 INFO: Retrieving Pricing Info for: v3-standard-4 19:05:13 INFO: Archiving Costs [Pipeline] sh 19:05:14 + + cut -d,cat -f6 /w/workspace/device-sdk-go/1/archives/cost.csv 19:05:14 [Pipeline] lock 19:05:14 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1514-1-stack-cost] 19:05:14 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1514-1-stack-cost] did not exist. Created. 19:05:14 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1514-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:05:14 /w/workspace/device-sdk-go/1@tmp/durable-edef50a9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 19:05:15 + echo total: 0.10999999940395355 [Pipeline] stash 19:05:15 Warning: overwriting stash ‘stack-cost’ 19:05:15 Stashed 1 file(s) [Pipeline] } 19:05:15 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1514-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:05:15 $ docker stop --time=1 6977b561b8e0cfa5a2ea48bc3a8feabf8b70868c96caf81bbecb4b8039e68357 19:05:17 $ docker rm -f --volumes 6977b561b8e0cfa5a2ea48bc3a8feabf8b70868c96caf81bbecb4b8039e68357 [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 19:05:18 provisioning config files... 19:05:18 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp/config18356117612761117511tmp [Pipeline] { [Pipeline] sh 19:05:19 + set +x 19:05:19 + + curl -s https://codecov.io/bash 19:05:19 bash -s -- 19:05:19 19:05:19 _____ _ 19:05:19 / ____| | | 19:05:19 | | ___ __| | ___ ___ _____ __ 19:05:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:05:19 | |___| (_) | (_| | __/ (_| (_) \ V / 19:05:19 \_____\___/ \__,_|\___|\___\___/ \_/ 19:05:19 Bash-1.0.6 19:05:19 19:05:19 19:05:19 ==> git version 2.25.1 found 19:05:19 ==> 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 19:05:19 Release-Date: 2020-01-08 19:05:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:05:19 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:05:19 ==> Jenkins CI detected. 19:05:19 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1514 19:05:19 project root: . 19:05:19 --> token set from env 19:05:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:05:19 ==> Running gcov in . (disable via -X gcov) 19:05:19 ==> Python coveragepy not found 19:05:19 ==> Searching for coverage reports in: 19:05:19 + . 19:05:19 -> Found 1 reports 19:05:19 ==> Detecting git/mercurial file structure 19:05:19 ==> Reading reports 19:05:19 + ./coverage.out bytes=121386 19:05:19 ==> Appending adjustments 19:05:19 https://docs.codecov.io/docs/fixing-reports 19:05:19 + Found adjustments 19:05:19 ==> Gzipping contents 19:05:19 20K /tmp/codecov.LxOZV9.gz 19:05:19 ==> Uploading reports 19:05:19 url: https://codecov.io 19:05:19 query: branch=PR-1514&commit=8eb5e2757dcafe329ea8a1ccf5294bce0d995114&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1514%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1514&job=&cmd_args= 19:05:19 -> Pinging Codecov 19:05:19 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1514&commit=8eb5e2757dcafe329ea8a1ccf5294bce0d995114&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1514%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1514&job=&cmd_args= 19:05:19 -> Uploading to 19:05:19 https://storage.googleapis.com/codecov/v4/raw/2023-09-19/7E55EF52A471D76F132DFD9A03CDDE97/8eb5e2757dcafe329ea8a1ccf5294bce0d995114/770dd212-c1a2-40d1-aee5-9efa79ed5839.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230919%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230919T190519Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e13d9a3ac12089fb0d0050de10719fcc110bf6ef164c52d5d497c8c82a2e5b25 19:05:19 % Total % Received % Xferd Average Speed Time Time Time Current 19:05:19 Dload Upload Total Spent Left Speed 19:05:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16537 0 0 100 16537 0 75168 --:--:-- --:--:-- --:--:-- 74828 19:05:19 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/8eb5e2757dcafe329ea8a1ccf5294bce0d995114 [Pipeline] } 19:05:19 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 19:05:21 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1514/archives ] 19:05:21 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1514/archives 19:05:21 total 16 19:05:21 drwxr-xr-x 3 root root 4096 Sep 19 18:56 . 19:05:21 drwxrwxr-x 12 jenkins jenkins 4096 Sep 19 18:56 .. 19:05:21 drwxr-xr-x 2 root root 4096 Sep 19 18:56 cost 19:05:21 -rw-r--r-- 1 root root 86 Sep 19 18:56 cost.csv 19:05:21 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1514/archives 19:05:21 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1514/archives 19:05:21 total 16 19:05:21 drwxr-xr-x 3 jenkins jenkins 4096 Sep 19 18:56 . 19:05:21 drwxrwxr-x 12 jenkins jenkins 4096 Sep 19 18:56 .. 19:05:21 drwxr-xr-x 2 jenkins jenkins 4096 Sep 19 18:56 cost 19:05:21 -rw-r--r-- 1 jenkins jenkins 86 Sep 19 18:56 cost.csv [Pipeline] libraryResource [Pipeline] sh 19:05:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:05:22 ---> package-listing.sh 19:05:22 ++ facter osfamily 19:05:22 ++ tr '[:upper:]' '[:lower:]' 19:05:23 + OS_FAMILY=debian 19:05:23 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1514 19:05:23 + START_PACKAGES=/tmp/packages_start.txt 19:05:23 + END_PACKAGES=/tmp/packages_end.txt 19:05:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:05:23 + PACKAGES=/tmp/packages_start.txt 19:05:23 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1514 ']' 19:05:23 + PACKAGES=/tmp/packages_end.txt 19:05:23 + case "${OS_FAMILY}" in 19:05:23 + dpkg -l 19:05:23 + grep '^ii' 19:05:23 + '[' -f /tmp/packages_start.txt ']' 19:05:23 + '[' -f /tmp/packages_end.txt ']' 19:05:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:05:23 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1514 ']' 19:05:23 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1514/archives/ 19:05:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1514/archives/ [Pipeline] echo 19:05:23 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-1514/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:05:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:05:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:05:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:05:24 prd-ubuntu20.04-docker-8c-8g-6605 does not seem to be running inside a container 19:05:24 $ 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-1514/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-1514 -v /w/workspace/gexfoundry_device-sdk-go_PR-1514:/w/workspace/gexfoundry_device-sdk-go_PR-1514:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1514@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 19:05:24 $ docker top d0c612298a2dc7a432f58456852ecc40faa7b4c604322683191e634df51ef98e -eo pid,comm [Pipeline] { [Pipeline] sh 19:05:24 + touch /tmp/pre-build-complete [Pipeline] sh 19:05:25 + mkdir -p /var/log/sysstat [Pipeline] sh 19:05:25 + ls /var/log/sa-host 19:05:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:05:25 provisioning config files... 19:05:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1514@tmp/config9767155720837666252tmp [Pipeline] { [Pipeline] echo 19:05:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:05:26 ---> create-netrc.sh [Pipeline] } 19:05:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:05:26 ---> python-tools-install.sh [Pipeline] echo 19:05:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:05:26 ---> sudo-logs.sh 19:05:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:05:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:05:27 ---> job-cost.sh 19:05:27 lf-activate-venv: SKIPPING 19:05:27 DEBUG: total: 0.2199999988079071 19:05:27 INFO: Retrieving Stack Cost... 19:05:27 INFO: Retrieving Pricing Info for: v3-standard-8 19:05:28 INFO: Archiving Costs [Pipeline] echo 19:05:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:05:28 ---> logs-deploy.sh 19:05:28 lf-activate-venv: SKIPPING 19:05:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1514/1 19:05:28 INFO: archiving workspace using pattern(s): 19:05:29 Archives upload complete. 19:05:29 INFO: archiving logs to Nexus 19:05:29 ---> uname -a: 19:05:29 Linux prd-ubuntu20-04-docker-8c-8g-6605 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 19:05:29 19:05:29