Pull request #1155 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0+cc37b9e2c9629ca07e46878051115594cd22d281 (37e499fd095789982651328e8cbbeca24e04223e) 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-ssh7158063694254300403.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh18012805454497372309.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 The recommended git tool is: git using credential edgex-jenkins-ssh 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-1155/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1155/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3988444182529486802.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-1155/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh15180665558001466965.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16300698415106261251.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh 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-1155/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1155/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2342212835887555751.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 b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-40295 in /w/workspace/gexfoundry_device-sdk-go_PR-1155 [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-1155 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit cc37b9e2c9629ca07e46878051115594cd22d281 into PR head commit 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 Merge succeeded, producing 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 Checking out Revision 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 (PR-1155) > 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/1155/head:refs/remotes/origin/PR-1155 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cc37b9e2c9629ca07e46878051115594cd22d281 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:13:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:13:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:13:49 ========================================================= 04:13:49 EdgeX Global Pipelines Version Info 04:13:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:13:50 ------------------- 04:13:50 stable info: 04:13:50 ------------------- 04:13:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:13:50 Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 04:13:50 Message: update stable to v1.0.227 04:13:50 ------------------- 04:13:50 experimental info: 04:13:50 ------------------- 04:13:50 Commited By: **** collab-it+edgex@linuxfoundation.org 04:13:50 Commit SHA: 602d0728ebfd21a5b975e02ac0465e47e5fef8c7 04:13:50 Message: update experimental to v1.0.228 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:13:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:13:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:13:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:13:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1155 [Pipeline] echo 04:13:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1155 [Pipeline] echo 04:13:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1155 [Pipeline] echo 04:13:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 [Pipeline] echo 04:13:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4a5051b [Pipeline] echo 04:13:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:13:52 provisioning config files... 04:13:52 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp/config6699900927434226775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:13:52 ---> docker-login.sh 04:13:52 nexus3.edgexfoundry.org:10001 04:13:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:53 Configure a credential helper to remove this warning. See 04:13:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:53 04:13:53 Login Succeeded 04:13:53 nexus3.edgexfoundry.org:10002 04:13:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:53 Configure a credential helper to remove this warning. See 04:13:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:53 04:13:53 Login Succeeded 04:13:53 nexus3.edgexfoundry.org:10003 04:13:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:53 Configure a credential helper to remove this warning. See 04:13:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:53 04:13:53 Login Succeeded 04:13:53 nexus3.edgexfoundry.org:10004 04:13:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:53 Configure a credential helper to remove this warning. See 04:13:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:53 04:13:53 Login Succeeded 04:13:53 docker.io 04:13:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:13:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:13:54 Configure a credential helper to remove this warning. See 04:13:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:13:54 04:13:54 Login Succeeded 04:13:54 ---> docker-login.sh ends [Pipeline] } 04:13:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:13:54 + git rev-list -1 --merges 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0~1..4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 [Pipeline] echo 04:13:54 -----------> git rev-list -1 --merges 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0~1..4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 [false] [Pipeline] sh 04:13:55 + git log --format=format:%s -1 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 [Pipeline] echo 04:13:55 ========================================================= 04:13:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:13:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:13:55 + git log --format=format:%s -1 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 [Pipeline] echo 04:13:55 [semverPrep] GIT_COMMIT: 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 04:13:55 [semverPrep] This is not a build commit. [Pipeline] sh 04:13:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:13:56 + grep -v github /etc/ssh/ssh_known_hosts 04:13:56 + [ -e /tmp/ssh_known_hosts ] 04:13:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:13:56 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:13:56 + sudo tee -a /etc/ssh/ssh_known_hosts 04:13:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 04:13:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 04:13:56 04:13:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:13:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 04:13:57 latest: Pulling from edgex-devops/py-git-semver 04:13:57 1fe172e4850f: Pulling fs layer 04:13:57 caf521ccaac6: Pulling fs layer 04:13:57 3ead6fa29328: Pulling fs layer 04:13:57 5c2a1cbceb83: Pulling fs layer 04:13:57 a8d5f1318db7: Pulling fs layer 04:13:57 c427282e49a2: Pulling fs layer 04:13:57 1827001aaf11: Pulling fs layer 04:13:57 0714d37db230: Pulling fs layer 04:13:57 ac28cf19c067: Pulling fs layer 04:13:57 ca983d60f3e2: Pulling fs layer 04:13:57 9f894cec8388: Pulling fs layer 04:13:57 ac28cf19c067: Waiting 04:13:57 c427282e49a2: Waiting 04:13:57 ca983d60f3e2: Waiting 04:13:57 5c2a1cbceb83: Waiting 04:13:57 9f894cec8388: Waiting 04:13:57 a8d5f1318db7: Waiting 04:13:57 1827001aaf11: Waiting 04:13:57 0714d37db230: Waiting 04:13:57 caf521ccaac6: Download complete 04:13:57 5c2a1cbceb83: Verifying Checksum 04:13:57 5c2a1cbceb83: Download complete 04:13:57 a8d5f1318db7: Verifying Checksum 04:13:57 a8d5f1318db7: Download complete 04:13:57 c427282e49a2: Download complete 04:13:57 3ead6fa29328: Verifying Checksum 04:13:57 3ead6fa29328: Download complete 04:13:57 0714d37db230: Download complete 04:13:57 ac28cf19c067: Download complete 04:13:57 ca983d60f3e2: Verifying Checksum 04:13:57 ca983d60f3e2: Download complete 04:13:57 9f894cec8388: Verifying Checksum 04:13:57 9f894cec8388: Download complete 04:13:57 1fe172e4850f: Verifying Checksum 04:13:57 1fe172e4850f: Download complete 04:13:57 1827001aaf11: Verifying Checksum 04:13:57 1827001aaf11: Download complete 04:13:59 1fe172e4850f: Pull complete 04:13:59 caf521ccaac6: Pull complete 04:13:59 3ead6fa29328: Pull complete 04:13:59 5c2a1cbceb83: Pull complete 04:13:59 a8d5f1318db7: Pull complete 04:13:59 c427282e49a2: Pull complete 04:14:01 1827001aaf11: Pull complete 04:14:01 0714d37db230: Pull complete 04:14:01 ac28cf19c067: Pull complete 04:14:01 ca983d60f3e2: Pull complete 04:14:01 9f894cec8388: Pull complete 04:14:02 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 04:14:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 04:14:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 04:14:02 prd-ubuntu20.04-docker-8c-8g-40295 does not seem to be running inside a container 04:14:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1155 -v /w/workspace/gexfoundry_device-sdk-go_PR-1155:/w/workspace/gexfoundry_device-sdk-go_PR-1155:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1155@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 04:14:03 $ docker top b1abbd03475259289ddb2a985a77db61c9ec54d9ab12b218b9eb767c3c6fe877 -eo pid,comm 04:14:03 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). 04:14:03 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:14:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:14:03 [ssh-agent] Looking for ssh-agent implementation... 04:14:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:14:03 $ docker exec b1abbd03475259289ddb2a985a77db61c9ec54d9ab12b218b9eb767c3c6fe877 ssh-agent 04:14:04 SSH_AUTH_SOCK=/tmp/ssh-0yEoajbg2LIp/agent.32 04:14:04 SSH_AGENT_PID=38 04:14:04 Running ssh-add (command line suppressed) 04:14:04 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp/private_key_4753462116667056931.key (/w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp/private_key_4753462116667056931.key) 04:14:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:14:04 + git tag --points-at HEAD [Pipeline] } 04:14:04 $ docker exec --env ******** --env ******** b1abbd03475259289ddb2a985a77db61c9ec54d9ab12b218b9eb767c3c6fe877 ssh-agent -k 04:14:04 unset SSH_AUTH_SOCK; 04:14:04 unset SSH_AGENT_PID; 04:14:04 echo Agent pid 38 killed; 04:14:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:14:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:14:04 [ssh-agent] Looking for ssh-agent implementation... 04:14:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:14:04 $ docker exec b1abbd03475259289ddb2a985a77db61c9ec54d9ab12b218b9eb767c3c6fe877 ssh-agent 04:14:04 SSH_AUTH_SOCK=/tmp/ssh-2iT6wWDhPBBZ/agent.71 04:14:04 SSH_AGENT_PID=78 04:14:04 Running ssh-add (command line suppressed) 04:14:05 Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp/private_key_4954942010950109935.key (/w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp/private_key_4954942010950109935.key) 04:14:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:14:05 + git semver init 04:14:05 2022-05-03 04:14:05,617 [run_init] DEBUG init version:0.0.0 force:False 04:14:05 2022-05-03 04:14:05,618 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1155/.semver 04:14:05 2022-05-03 04:14:05,618 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1155/.semver 04:14:05 2022-05-03 04:14:05,618 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1155/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1155, universal_newlines=False, shell=None, istream=None) 04:14:06 2022-05-03 04:14:06,486 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1155/.git/info/exclude 04:14:06 2022-05-03 04:14:06,486 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1155/.semver/PR-1155 with force:False 04:14:06 2022-05-03 04:14:06,487 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1155/.semver/PR-1155 04:14:06 2022-05-03 04:14:06,491 [execute] INFO git cat-file --batch-check 04:14:06 2022-05-03 04:14:06,491 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1155/.semver, universal_newlines=False, shell=None, istream=) 04:14:06 2022-05-03 04:14:06,496 [execute] INFO git cat-file --batch 04:14:06 2022-05-03 04:14:06,496 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1155/.semver, universal_newlines=False, shell=None, istream=) 04:14:06 2022-05-03 04:14:06,501 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1155/.semver/PR-1155 04:14:06 0.0.0 [Pipeline] } 04:14:06 $ docker exec --env ******** --env ******** b1abbd03475259289ddb2a985a77db61c9ec54d9ab12b218b9eb767c3c6fe877 ssh-agent -k 04:14:06 unset SSH_AUTH_SOCK; 04:14:06 unset SSH_AGENT_PID; 04:14:06 echo Agent pid 78 killed; 04:14:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:14:07 + git semver [Pipeline] } 04:14:07 $ docker stop --time=1 b1abbd03475259289ddb2a985a77db61c9ec54d9ab12b218b9eb767c3c6fe877 04:14:08 $ docker rm -f b1abbd03475259289ddb2a985a77db61c9ec54d9ab12b218b9eb767c3c6fe877 [Pipeline] // withDockerContainer [Pipeline] sh 04:14:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:14:09 Stashed 1 file(s) [Pipeline] echo 04:14:09 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:14:10 provisioning config files... 04:14:10 copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp/config7875634446969435643tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:14:10 ---> docker-login.sh 04:14:10 nexus3.edgexfoundry.org:10001 04:14:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:10 Configure a credential helper to remove this warning. See 04:14:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:10 04:14:10 Login Succeeded 04:14:10 nexus3.edgexfoundry.org:10002 04:14:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:10 Configure a credential helper to remove this warning. See 04:14:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:10 04:14:10 Login Succeeded 04:14:10 nexus3.edgexfoundry.org:10003 04:14:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:10 Configure a credential helper to remove this warning. See 04:14:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:10 04:14:10 Login Succeeded 04:14:10 nexus3.edgexfoundry.org:10004 04:14:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:10 Configure a credential helper to remove this warning. See 04:14:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:10 04:14:10 Login Succeeded 04:14:10 docker.io 04:14:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:14:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:14:11 Configure a credential helper to remove this warning. See 04:14:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:14:11 04:14:11 Login Succeeded 04:14:11 ---> docker-login.sh ends [Pipeline] } 04:14:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:14:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:14:11 ========================================================= 04:14:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 04:14:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:14:11 + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 04:14:11 Sending build context to Docker daemon 9.705MB 04:14:11 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 04:14:11 Step 2/11 : FROM ${BASE} AS builder 04:14:11 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 04:14:11 59bf1c3509f3: Pulling fs layer 04:14:11 666ba61612fd: Pulling fs layer 04:14:11 8ed8ca486205: Pulling fs layer 04:14:11 4fe6c5a15a65: Pulling fs layer 04:14:11 22a0e8bec74d: Pulling fs layer 04:14:11 ca2b28591e48: Pulling fs layer 04:14:11 a51346096db8: Pulling fs layer 04:14:11 daebc70d1ce1: Pulling fs layer 04:14:11 0e18a0eac166: Pulling fs layer 04:14:11 4fe6c5a15a65: Waiting 04:14:11 22a0e8bec74d: Waiting 04:14:11 ca2b28591e48: Waiting 04:14:11 a51346096db8: Waiting 04:14:11 0e18a0eac166: Waiting 04:14:11 daebc70d1ce1: Waiting 04:14:11 8ed8ca486205: Verifying Checksum 04:14:11 8ed8ca486205: Download complete 04:14:12 666ba61612fd: Verifying Checksum 04:14:12 666ba61612fd: Download complete 04:14:12 22a0e8bec74d: Verifying Checksum 04:14:12 22a0e8bec74d: Download complete 04:14:12 ca2b28591e48: Download complete 04:14:12 59bf1c3509f3: Verifying Checksum 04:14:12 a51346096db8: Verifying Checksum 04:14:12 a51346096db8: Download complete 04:14:12 daebc70d1ce1: Verifying Checksum 04:14:12 daebc70d1ce1: Download complete 04:14:12 59bf1c3509f3: Pull complete 04:14:12 666ba61612fd: Pull complete 04:14:12 8ed8ca486205: Pull complete 04:14:12 0e18a0eac166: Verifying Checksum 04:14:12 0e18a0eac166: Download complete 04:14:12 4fe6c5a15a65: Download complete 04:14:16 4fe6c5a15a65: Pull complete 04:14:16 22a0e8bec74d: Pull complete 04:14:16 ca2b28591e48: Pull complete 04:14:16 a51346096db8: Pull complete 04:14:16 daebc70d1ce1: Pull complete 04:14:18 0e18a0eac166: Pull complete 04:14:18 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 04:14:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 04:14:18 ---> f018257e8ee9 04:14:18 Step 3/11 : ARG MAKE=make build 04:14:20 ---> Running in 17fd986e5953 04:14:20 Removing intermediate container 17fd986e5953 04:14:20 ---> f12e73e56811 04:14:20 Step 4/11 : WORKDIR /device-sdk-go 04:14:20 ---> Running in e6f37db32021 04:14:20 Removing intermediate container e6f37db32021 04:14:20 ---> d60d7d5c3711 04:14:20 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:14:20 ---> Running in 6fa2abe19683 04:14:20 Removing intermediate container 6fa2abe19683 04:14:20 ---> 637f719965df 04:14:20 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:14:20 ---> Running in b59ef19fad4e 04:14:21 Removing intermediate container b59ef19fad4e 04:14:21 ---> 456e3b37fbc8 04:14:21 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:14:21 ---> Running in 31605ac77591 04:14:21 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:14:22 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:14:22 OK: 221 MiB in 52 packages 04:14:22 Removing intermediate container 31605ac77591 04:14:22 ---> ef100ae8d24a 04:14:22 Step 8/11 : COPY go.mod vendor* ./ 04:14:22 ---> 197d28f1db83 04:14:22 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:14:22 ---> Running in 1f960151093a 04:14:24 Still waiting to schedule task 04:14:24 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:14:37 Removing intermediate container 1f960151093a 04:14:37 ---> dcf2cf30c871 04:14:37 Step 10/11 : COPY . . 04:14:37 ---> 6217d7020a8b 04:14:37 Step 11/11 : RUN ${MAKE} 04:14:37 ---> Running in b2119a80244a 04:14:37 noop 04:14:37 Removing intermediate container b2119a80244a 04:14:37 ---> e2cf6408f324 04:14:37 Successfully built e2cf6408f324 04:14:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:14:38 + docker inspect -f . ci-base-image-x86_64 04:14:38 . [Pipeline] withDockerContainer 04:14:38 prd-ubuntu20.04-docker-8c-8g-40295 does not seem to be running inside a container 04:14:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1155 -v /w/workspace/gexfoundry_device-sdk-go_PR-1155:/w/workspace/gexfoundry_device-sdk-go_PR-1155:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:14:38 $ docker top 7cb72ef019c4bab780a215a7721981ab1743af095260ab9cd469bcc3aba0a02e -eo pid,comm [Pipeline] { [Pipeline] sh 04:14:38 + go version 04:14:38 go version go1.17.6 linux/amd64 [Pipeline] } 04:14:39 $ docker stop --time=1 7cb72ef019c4bab780a215a7721981ab1743af095260ab9cd469bcc3aba0a02e 04:14:40 $ docker rm -f 7cb72ef019c4bab780a215a7721981ab1743af095260ab9cd469bcc3aba0a02e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:14:40 + docker inspect -f . ci-base-image-x86_64 04:14:40 . [Pipeline] withDockerContainer 04:14:41 prd-ubuntu20.04-docker-8c-8g-40295 does not seem to be running inside a container 04:14:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1155 -v /w/workspace/gexfoundry_device-sdk-go_PR-1155:/w/workspace/gexfoundry_device-sdk-go_PR-1155:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:14:41 $ docker top 33805e728b88372aeea35f71435299de0fd9116b3a87ffaca4747cc435604cd3 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:14:41 + make test 04:14:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:14:48 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:15:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:15:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:15:00 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:15:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.090s coverage: 23.3% of statements 04:15:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:15:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.059s coverage: 27.6% of statements 04:15:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.115s coverage: 78.9% of statements 04:15:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.042s coverage: 10.8% of statements 04:15:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.089s coverage: 60.0% of statements 04:15:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:15:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:15:00 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.093s coverage: 34.8% of statements 04:15:00 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:15:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.080s coverage: 86.1% of statements 04:15:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:15:01 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:15:01 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.125s coverage: 65.1% of statements 04:15:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.811s coverage: 89.2% of statements 04:15:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:15:01 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.060s coverage: 4.7% of statements 04:15:01 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:15:16 GO111MODULE=on go vet ./... 04:15:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:15:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:15:19 ./bin/test-attribution-txt.sh [Pipeline] echo 04:15:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:15:19 $ docker stop --time=1 33805e728b88372aeea35f71435299de0fd9116b3a87ffaca4747cc435604cd3 04:15:21 $ docker rm -f 33805e728b88372aeea35f71435299de0fd9116b3a87ffaca4747cc435604cd3 [Pipeline] // withDockerContainer [Pipeline] sh 04:15:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:15:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:15:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:15:23 + ls -al . 04:15:23 total 296 04:15:23 drwxrwxr-x 11 jenkins jenkins 4096 May 3 04:15 . 04:15:23 drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:13 .. 04:15:23 -rw-rw-r-- 1 jenkins jenkins 140 May 3 04:13 .dockerignore 04:15:23 drwxrwxr-x 8 jenkins jenkins 4096 May 3 04:14 .git 04:15:23 drwxrwxr-x 2 jenkins jenkins 4096 May 3 04:13 .github 04:15:23 -rw-rw-r-- 1 jenkins jenkins 131 May 3 04:13 .gitignore 04:15:23 -rw-rw-r-- 1 jenkins jenkins 42 May 3 04:13 .golangci.yml 04:15:23 drwxr-xr-x 3 jenkins jenkins 4096 May 3 04:14 .semver 04:15:23 -rw-rw-r-- 1 jenkins jenkins 26321 May 3 04:13 CHANGELOG.md 04:15:23 -rw-rw-r-- 1 jenkins jenkins 677 May 3 04:13 GOVERNANCE.md 04:15:23 -rw-rw-r-- 1 jenkins jenkins 880 May 3 04:13 Jenkinsfile 04:15:23 -rw-rw-r-- 1 jenkins jenkins 11341 May 3 04:13 LICENSE 04:15:23 -rw-rw-r-- 1 jenkins jenkins 2015 May 3 04:13 Makefile 04:15:23 -rw-rw-r-- 1 jenkins jenkins 619 May 3 04:13 OWNERS.md 04:15:23 -rw-rw-r-- 1 jenkins jenkins 4881 May 3 04:13 README.md 04:15:23 -rw-rw-r-- 1 jenkins jenkins 5 May 3 04:14 VERSION 04:15:23 drwxrwxr-x 2 jenkins jenkins 4096 May 3 04:13 bin 04:15:23 -rw-r--r-- 1 jenkins jenkins 130819 May 3 04:15 coverage.out 04:15:23 drwxrwxr-x 5 jenkins jenkins 4096 May 3 04:13 example 04:15:23 -rw-rw-r-- 1 jenkins jenkins 3198 May 3 04:13 go.mod 04:15:23 -rw-rw-r-- 1 jenkins jenkins 35003 May 3 04:13 go.sum 04:15:23 drwxrwxr-x 15 jenkins jenkins 4096 May 3 04:13 internal 04:15:23 drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:13 openapi 04:15:23 drwxrwxr-x 5 jenkins jenkins 4096 May 3 04:13 pkg 04:15:23 drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:13 snap 04:15:23 -rw-rw-r-- 1 jenkins jenkins 222 May 3 04:13 version.go [Pipeline] isUnix [Pipeline] sh 04:15:24 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 --label arch=amd64 --label version=0.0.0 . 04:15:24 Sending build context to Docker daemon 9.837MB 04:15:24 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 04:15:24 Step 2/25 : FROM ${BASE} AS builder 04:15:24 ---> e2cf6408f324 04:15:24 Step 3/25 : ARG MAKE=make build 04:15:24 ---> Running in 1e124e4d2456 04:15:24 Removing intermediate container 1e124e4d2456 04:15:24 ---> 342707bc953b 04:15:24 Step 4/25 : WORKDIR /device-sdk-go 04:15:24 ---> Running in ecd4ef48f950 04:15:24 Removing intermediate container ecd4ef48f950 04:15:24 ---> 10d345910032 04:15:24 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:15:24 ---> Running in 96a14aa01a51 04:15:24 Removing intermediate container 96a14aa01a51 04:15:24 ---> 164b45339e14 04:15:24 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:24 ---> Running in f22cce2795c8 04:15:25 Removing intermediate container f22cce2795c8 04:15:25 ---> a2d5badc6dbd 04:15:25 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:15:25 ---> Running in 998530069a91 04:15:25 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 04:15:26 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 04:15:26 OK: 221 MiB in 52 packages 04:15:26 Removing intermediate container 998530069a91 04:15:26 ---> e91e17bf6820 04:15:26 Step 8/25 : COPY go.mod vendor* ./ 04:15:26 ---> aae6565d787a 04:15:26 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:15:26 ---> Running in 02082c29fac6 04:15:27 Removing intermediate container 02082c29fac6 04:15:27 ---> 75041186a546 04:15:27 Step 10/25 : COPY . . 04:15:28 ---> 86469e1607fd 04:15:28 Step 11/25 : RUN ${MAKE} 04:15:28 ---> Running in 65dcd550205b 04:15:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:15:46 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:15:46 Removing intermediate container 65dcd550205b 04:15:46 ---> 42e8f6135f16 04:15:46 Step 12/25 : FROM alpine:3.14 04:15:47 3.14: Pulling from library/alpine 04:15:47 8663204ce13b: Pulling fs layer 04:15:47 8663204ce13b: Verifying Checksum 04:15:47 8663204ce13b: Download complete 04:15:47 8663204ce13b: Pull complete 04:15:47 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 04:15:47 Status: Downloaded newer image for alpine:3.14 04:15:47 ---> e04c818066af 04:15:47 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:15:48 ---> Running in fe05e4bafe4c 04:15:48 Removing intermediate container fe05e4bafe4c 04:15:48 ---> ccb380d8021b 04:15:48 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:15:48 ---> Running in 5489ce59969e 04:15:48 Removing intermediate container 5489ce59969e 04:15:48 ---> aa58f1e14076 04:15:48 Step 15/25 : RUN apk add --update --no-cache zeromq 04:15:48 ---> Running in b2431daf4464 04:15:48 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 04:15:49 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 04:15:50 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:15:50 (2/5) Installing libsodium (1.0.18-r0) 04:15:50 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:15:50 (4/5) Installing libzmq (4.3.4-r0) 04:15:50 (5/5) Installing zeromq (4.3.4-r0) 04:15:50 Executing busybox-1.33.1-r7.trigger 04:15:50 OK: 8 MiB in 19 packages 04:15:50 Removing intermediate container b2431daf4464 04:15:50 ---> 9e14d8509c39 04:15:50 Step 16/25 : WORKDIR / 04:15:51 ---> Running in 885265a8d485 04:15:51 Removing intermediate container 885265a8d485 04:15:51 ---> aa8c12ae2bbd 04:15:51 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:15:51 ---> 4b6c2c4c6bc4 04:15:51 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:15:51 ---> 93128def8337 04:15:51 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:15:51 ---> 950550ac115d 04:15:51 Step 20/25 : EXPOSE 59999 04:15:52 ---> Running in 5f79d2fc6ec5 04:15:52 Removing intermediate container 5f79d2fc6ec5 04:15:52 ---> 6040f28ed036 04:15:52 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:15:52 ---> Running in c4821bcf282a 04:15:52 Removing intermediate container c4821bcf282a 04:15:52 ---> 331717f73ba5 04:15:52 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:15:52 ---> Running in 071e3c28c38a 04:15:52 Removing intermediate container 071e3c28c38a 04:15:52 ---> ec7cb9787908 04:15:52 Step 23/25 : LABEL arch=amd64 04:15:52 ---> Running in 9852d3dce5f6 04:15:52 Removing intermediate container 9852d3dce5f6 04:15:52 ---> 29e5dc3f76ec 04:15:52 Step 24/25 : LABEL git_sha=4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 04:15:52 ---> Running in 781da3e94e32 04:15:52 Removing intermediate container 781da3e94e32 04:15:52 ---> 28b9d5021668 04:15:52 Step 25/25 : LABEL version=0.0.0 04:15:52 ---> Running in 041ae6c102c6 04:15:52 Removing intermediate container 041ae6c102c6 04:15:52 ---> 3847cee2a6b1 04:15:52 [Warning] One or more build-args [ARCH] were not consumed 04:15:52 Successfully built 3847cee2a6b1 04:15:52 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:15:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:53 04:15:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 04:15:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:15:53 latest: Pulling from edgex-lftools-log-publisher 04:15:53 5eb5b503b376: Pulling fs layer 04:15:53 5c69ac0246d0: Pulling fs layer 04:15:53 ec43610c2a17: Pulling fs layer 04:15:53 3a2ae6a8a46f: Pulling fs layer 04:15:53 33b1e0a273af: Pulling fs layer 04:15:53 5d3b04190fa2: Pulling fs layer 04:15:53 2f39f015ded8: Pulling fs layer 04:15:53 3a2ae6a8a46f: Waiting 04:15:53 5d3b04190fa2: Waiting 04:15:53 2f39f015ded8: Waiting 04:15:53 33b1e0a273af: Waiting 04:15:53 5c69ac0246d0: Download complete 04:15:53 3a2ae6a8a46f: Verifying Checksum 04:15:53 3a2ae6a8a46f: Download complete 04:15:53 33b1e0a273af: Verifying Checksum 04:15:53 33b1e0a273af: Download complete 04:15:53 ec43610c2a17: Verifying Checksum 04:15:53 ec43610c2a17: Download complete 04:15:53 5d3b04190fa2: Download complete 04:15:54 5eb5b503b376: Verifying Checksum 04:15:54 5eb5b503b376: Download complete 04:15:54 2f39f015ded8: Download complete 04:15:55 5eb5b503b376: Pull complete 04:15:55 5c69ac0246d0: Pull complete 04:15:55 ec43610c2a17: Pull complete 04:15:55 3a2ae6a8a46f: Pull complete 04:15:56 33b1e0a273af: Pull complete 04:15:56 5d3b04190fa2: Pull complete 04:16:00 2f39f015ded8: Pull complete 04:16:00 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:16:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:16:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 04:16:00 prd-ubuntu20.04-docker-8c-8g-40295 does not seem to be running inside a container 04:16:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-sdk-go_PR-1155 -v /w/workspace/gexfoundry_device-sdk-go_PR-1155:/w/workspace/gexfoundry_device-sdk-go_PR-1155:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:16:01 Running on prd-ubuntu20.04-docker-arm64-4c-16g-40301 in /w/workspace/gexfoundry_device-sdk-go_PR-1155 04:16:02 $ docker top 509d038fffdba915b81904b85fad0aa51695fe5a4ac640e4f8a5499220c0cd40 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 04:16:02 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 04:16:02 ---> job-cost.sh 04:16:02 lf-activate-venv: SKIPPING 04:16:02 INFO: No Stack... 04:16:02 INFO: Retrieving Pricing Info for: v3-standard-8 04:16:02 The recommended git tool is: git 04:16:03 INFO: Archiving Costs [Pipeline] sh 04:16:03 + + cat /w/workspace/gexfoundry_device-sdk-go_PR-1155/archives/cost.csv 04:16:03 cut -d, -f6 [Pipeline] lock 04:16:03 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1155-1-stack-cost] 04:16:03 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1155-1-stack-cost] did not exist. Created. 04:16:03 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1155-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:16:04 + echo total: 0.2199999988079071 [Pipeline] stash 04:16:04 Stashed 1 file(s) [Pipeline] } 04:16:04 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1155-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:16:04 $ docker stop --time=1 509d038fffdba915b81904b85fad0aa51695fe5a4ac640e4f8a5499220c0cd40 04:16:05 $ docker rm -f 509d038fffdba915b81904b85fad0aa51695fe5a4ac640e4f8a5499220c0cd40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:16:11 using credential edgex-jenkins-ssh 04:16:11 Cloning the remote Git repository 04:16:11 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 04:16:11 > git init /w/workspace/device-sdk-go/1 # timeout=10 04:16:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:16:11 > git --version # timeout=10 04:16:11 > git --version # 'git version 2.25.1' 04:16:11 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:14 Merging remotes/origin/main commit cc37b9e2c9629ca07e46878051115594cd22d281 into PR head commit 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 04:16:14 Merge succeeded, producing 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 04:16:14 Checking out Revision 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 (PR-1155) 04:16:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:16:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:16:13 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 04:16:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 04:16:14 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1155/head:refs/remotes/origin/PR-1155 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:16:14 > git config core.sparsecheckout # timeout=10 04:16:14 > git checkout -f 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 # timeout=10 04:16:14 > git remote # timeout=10 04:16:14 > git config --get remote.origin.url # timeout=10 04:16:14 using GIT_SSH to set credentials SSH Credentials for GitHub 04:16:14 > git merge cc37b9e2c9629ca07e46878051115594cd22d281 # timeout=10 04:16:14 > git rev-parse HEAD^{commit} # timeout=10 04:16:14 > git config core.sparsecheckout # timeout=10 04:16:14 > git checkout -f 4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 # timeout=10 04:16:20 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 04:16:20 > git --version # timeout=10 04:16:20 > git --version # 'git version 2.25.1' 04:16:20 fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:16:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:16:21 % Total % Received % Xferd Average Speed Time Time Time Current 04:16:21 Dload Upload Total Spent Left Speed 04:16:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 160k 0 --:--:-- --:--:-- --:--:-- 162k [Pipeline] sh 04:16:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:16:22 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:16:22 + sudo tee /etc/docker/daemon.new 04:16:22 { 04:16:22 "registry-mirrors": [ 04:16:22 "https://nexus3.edgexfoundry.org:10001" 04:16:22 ], 04:16:22 "bip": "10.250.0.254/24", 04:16:22 "hosts": [ 04:16:22 "tcp://0.0.0.0:5555", 04:16:22 "unix:///var/run/docker.sock" 04:16:22 ], 04:16:22 "mtu": 1458, 04:16:22 "selinux-enabled": true, 04:16:22 "seccomp-profile": "/etc/docker/seccomp.json" 04:16:22 } [Pipeline] sh 04:16:23 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:16:23 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:16:42 provisioning config files... 04:16:42 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config3116519079666912361tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:16:43 ---> docker-login.sh 04:16:43 nexus3.edgexfoundry.org:10001 04:16:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:44 Configure a credential helper to remove this warning. See 04:16:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:44 04:16:44 Login Succeeded 04:16:44 nexus3.edgexfoundry.org:10002 04:16:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:44 Configure a credential helper to remove this warning. See 04:16:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:44 04:16:44 Login Succeeded 04:16:44 nexus3.edgexfoundry.org:10003 04:16:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:45 Configure a credential helper to remove this warning. See 04:16:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:45 04:16:45 Login Succeeded 04:16:45 nexus3.edgexfoundry.org:10004 04:16:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:46 Configure a credential helper to remove this warning. See 04:16:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:46 04:16:46 Login Succeeded 04:16:46 docker.io 04:16:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:16:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:16:47 Configure a credential helper to remove this warning. See 04:16:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:16:47 04:16:47 Login Succeeded 04:16:47 ---> docker-login.sh ends [Pipeline] } 04:16:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:16:47 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:16:47 ========================================================= 04:16:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 04:16:47 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 04:16:48 + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 04:16:48 Sending build context to Docker daemon 5.23MB 04:16:48 Step 1/11 : ARG BASE=golang:1.17-alpine3.15 04:16:48 Step 2/11 : FROM ${BASE} AS builder 04:16:48 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:16:48 9b3977197b4f: Pulling fs layer 04:16:48 1a89e8eeedd5: Pulling fs layer 04:16:48 94645a83ff95: Pulling fs layer 04:16:48 3f3a8bcf1eab: Pulling fs layer 04:16:48 0c92f367c5e7: Pulling fs layer 04:16:48 3096ccb668a1: Pulling fs layer 04:16:48 e8cf19c19ddd: Pulling fs layer 04:16:48 a4caa8a26152: Pulling fs layer 04:16:48 3096ccb668a1: Waiting 04:16:48 e8cf19c19ddd: Waiting 04:16:48 3f3a8bcf1eab: Waiting 04:16:48 0c92f367c5e7: Waiting 04:16:48 a4caa8a26152: Waiting 04:16:48 94645a83ff95: Download complete 04:16:48 1a89e8eeedd5: Download complete 04:16:48 0c92f367c5e7: Download complete 04:16:48 3096ccb668a1: Verifying Checksum 04:16:48 3096ccb668a1: Download complete 04:16:48 9b3977197b4f: Verifying Checksum 04:16:48 9b3977197b4f: Download complete 04:16:48 e8cf19c19ddd: Verifying Checksum 04:16:48 e8cf19c19ddd: Download complete 04:16:49 9b3977197b4f: Pull complete 04:16:50 1a89e8eeedd5: Pull complete 04:16:50 94645a83ff95: Pull complete 04:16:51 a4caa8a26152: Verifying Checksum 04:16:51 a4caa8a26152: Download complete 04:16:51 3f3a8bcf1eab: Verifying Checksum 04:16:51 3f3a8bcf1eab: Download complete 04:17:04 3f3a8bcf1eab: Pull complete 04:17:04 0c92f367c5e7: Pull complete 04:17:04 3096ccb668a1: Pull complete 04:17:04 e8cf19c19ddd: Pull complete 04:17:09 a4caa8a26152: Pull complete 04:17:09 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 04:17:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 04:17:09 ---> 725f1c02e7f9 04:17:09 Step 3/11 : ARG MAKE=make build 04:17:11 ---> Running in 244531ec7ba4 04:17:12 Removing intermediate container 244531ec7ba4 04:17:12 ---> d92b45e1a809 04:17:12 Step 4/11 : WORKDIR /device-sdk-go 04:17:12 ---> Running in 97f760585e45 04:17:12 Removing intermediate container 97f760585e45 04:17:12 ---> 8ee5073b4cc5 04:17:12 Step 5/11 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:17:12 ---> Running in 89b638d3039e 04:17:12 Removing intermediate container 89b638d3039e 04:17:12 ---> 7093be67a304 04:17:12 Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:17:12 ---> Running in 5f74e13a4326 04:17:14 Removing intermediate container 5f74e13a4326 04:17:14 ---> 233cb2475725 04:17:14 Step 7/11 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:17:14 ---> Running in 97b994747f2a 04:17:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:17:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:17:17 OK: 220 MiB in 52 packages 04:17:18 Removing intermediate container 97b994747f2a 04:17:18 ---> 3eced2550510 04:17:18 Step 8/11 : COPY go.mod vendor* ./ 04:17:19 ---> 306fec41db53 04:17:19 Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:17:19 ---> Running in f636eabd831a 04:18:16 Removing intermediate container f636eabd831a 04:18:16 ---> 444030ae9a81 04:18:16 Step 10/11 : COPY . . 04:18:16 ---> 7cf45d078dfc 04:18:16 Step 11/11 : RUN ${MAKE} 04:18:16 ---> Running in 626caff0a29b 04:18:16 noop 04:18:16 Removing intermediate container 626caff0a29b 04:18:16 ---> ffac1ff3943e 04:18:16 Successfully built ffac1ff3943e 04:18:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:18:16 + docker inspect -f . ci-base-image-arm64 04:18:16 . [Pipeline] withDockerContainer 04:18:17 prd-ubuntu20.04-docker-arm64-4c-16g-40301 does not seem to be running inside a container 04:18:17 $ 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 ******** ci-base-image-arm64 cat 04:18:18 $ docker top fa99dcea74db8ae5055d0931ddb934575e2604c45da6f05383279ea5697ce7d5 -eo pid,comm [Pipeline] { [Pipeline] sh 04:18:19 + go version 04:18:19 go version go1.17.6 linux/arm64 [Pipeline] } 04:18:19 $ docker stop --time=1 fa99dcea74db8ae5055d0931ddb934575e2604c45da6f05383279ea5697ce7d5 04:18:21 $ docker rm -f fa99dcea74db8ae5055d0931ddb934575e2604c45da6f05383279ea5697ce7d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:18:22 + docker inspect -f . ci-base-image-arm64 04:18:22 . [Pipeline] withDockerContainer 04:18:22 prd-ubuntu20.04-docker-arm64-4c-16g-40301 does not seem to be running inside a container 04:18:23 $ 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 ******** ci-base-image-arm64 cat 04:18:24 $ docker top 90f5ee1c53a3458a73e76af3b0327276a62362746107737c474861abb043a992 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 04:18:25 + make test 04:18:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:19:04 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 04:21:11 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 04:21:11 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 04:21:11 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 04:21:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.462s coverage: 23.3% of statements 04:21:17 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 04:21:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.259s coverage: 27.6% of statements 04:21:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.392s coverage: 78.9% of statements 04:21:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.319s coverage: 10.8% of statements 04:21:24 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.664s coverage: 60.0% of statements 04:21:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 04:21:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 04:21:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.483s coverage: 34.8% of statements 04:21:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 04:21:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.315s coverage: 86.1% of statements 04:21:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 04:21:28 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 04:21:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.498s coverage: 65.1% of statements 04:21:32 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.324s coverage: 89.2% of statements 04:21:32 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] 04:21:34 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.266s coverage: 4.7% of statements 04:21:34 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 04:21:34 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:21:34 GO111MODULE=on go vet ./... 04:23:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:23:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:23:26 ./bin/test-attribution-txt.sh [Pipeline] echo 04:23:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:23:26 $ docker stop --time=1 90f5ee1c53a3458a73e76af3b0327276a62362746107737c474861abb043a992 04:23:28 $ docker rm -f 90f5ee1c53a3458a73e76af3b0327276a62362746107737c474861abb043a992 [Pipeline] // withDockerContainer [Pipeline] sh 04:23:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:23:30 Warning: overwriting stash ‘coverage-report’ 04:23:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:23:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:23:31 + ls -al . 04:23:31 total 292 04:23:31 drwxrwxr-x 10 jenkins jenkins 4096 May 3 04:23 . 04:23:31 drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:16 .. 04:23:31 -rw-rw-r-- 1 jenkins jenkins 140 May 3 04:16 .dockerignore 04:23:31 drwxrwxr-x 8 jenkins jenkins 4096 May 3 04:16 .git 04:23:31 drwxrwxr-x 2 jenkins jenkins 4096 May 3 04:16 .github 04:23:31 -rw-rw-r-- 1 jenkins jenkins 131 May 3 04:16 .gitignore 04:23:31 -rw-rw-r-- 1 jenkins jenkins 42 May 3 04:16 .golangci.yml 04:23:31 -rw-rw-r-- 1 jenkins jenkins 26321 May 3 04:16 CHANGELOG.md 04:23:31 -rw-rw-r-- 1 jenkins jenkins 677 May 3 04:16 GOVERNANCE.md 04:23:31 -rw-rw-r-- 1 jenkins jenkins 880 May 3 04:16 Jenkinsfile 04:23:31 -rw-rw-r-- 1 jenkins jenkins 11341 May 3 04:16 LICENSE 04:23:31 -rw-rw-r-- 1 jenkins jenkins 2015 May 3 04:16 Makefile 04:23:31 -rw-rw-r-- 1 jenkins jenkins 619 May 3 04:16 OWNERS.md 04:23:31 -rw-rw-r-- 1 jenkins jenkins 4881 May 3 04:16 README.md 04:23:31 -rw-rw-r-- 1 jenkins jenkins 5 May 3 04:14 VERSION 04:23:31 drwxrwxr-x 2 jenkins jenkins 4096 May 3 04:16 bin 04:23:31 -rw-r--r-- 1 jenkins jenkins 130819 May 3 04:21 coverage.out 04:23:31 drwxrwxr-x 5 jenkins jenkins 4096 May 3 04:16 example 04:23:31 -rw-rw-r-- 1 jenkins jenkins 3198 May 3 04:16 go.mod 04:23:31 -rw-rw-r-- 1 jenkins jenkins 35003 May 3 04:16 go.sum 04:23:31 drwxrwxr-x 15 jenkins jenkins 4096 May 3 04:16 internal 04:23:31 drwxrwxr-x 3 jenkins jenkins 4096 May 3 04:16 openapi 04:23:31 drwxrwxr-x 5 jenkins jenkins 4096 May 3 04:16 pkg 04:23:31 drwxrwxr-x 4 jenkins jenkins 4096 May 3 04:16 snap 04:23:31 -rw-rw-r-- 1 jenkins jenkins 222 May 3 04:16 version.go [Pipeline] isUnix [Pipeline] sh 04:23:32 + 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=4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 --label arch=arm64 --label version=0.0.0 . 04:23:32 Sending build context to Docker daemon 5.361MB 04:23:32 Step 1/25 : ARG BASE=golang:1.17-alpine3.15 04:23:32 Step 2/25 : FROM ${BASE} AS builder 04:23:32 ---> ffac1ff3943e 04:23:32 Step 3/25 : ARG MAKE=make build 04:23:32 ---> Running in a1516ec37dff 04:23:32 Removing intermediate container a1516ec37dff 04:23:32 ---> 3a03bb1f1fb9 04:23:32 Step 4/25 : WORKDIR /device-sdk-go 04:23:33 ---> Running in 3280f004c8e2 04:23:33 Removing intermediate container 3280f004c8e2 04:23:33 ---> 505f9851623e 04:23:33 Step 5/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:23:33 ---> Running in 9a8e9e8f2c2f 04:23:33 Removing intermediate container 9a8e9e8f2c2f 04:23:33 ---> 5d2cbdaa9225 04:23:33 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:23:33 ---> Running in 7b3474afd5ac 04:23:35 Removing intermediate container 7b3474afd5ac 04:23:35 ---> f5ca6b3d9b92 04:23:35 Step 7/25 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 04:23:35 ---> Running in 0e115085f334 04:23:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 04:23:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 04:23:38 OK: 220 MiB in 52 packages 04:23:39 Removing intermediate container 0e115085f334 04:23:39 ---> 4070fc5c95e8 04:23:39 Step 8/25 : COPY go.mod vendor* ./ 04:23:39 ---> 5a504f8a2a03 04:23:39 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:23:39 ---> Running in ff47bb888f9d 04:23:41 Removing intermediate container ff47bb888f9d 04:23:41 ---> 505dab83c97b 04:23:41 Step 10/25 : COPY . . 04:23:42 ---> dea1c8523d23 04:23:42 Step 11/25 : RUN ${MAKE} 04:23:42 ---> Running in 20dfd29fd793 04:23:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 04:25:35 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 04:25:39 Removing intermediate container 20dfd29fd793 04:25:39 ---> e5813451633e 04:25:39 Step 12/25 : FROM alpine:3.14 04:25:39 3.14: Pulling from library/alpine 04:25:39 455c02918c45: Pulling fs layer 04:25:40 455c02918c45: Verifying Checksum 04:25:40 455c02918c45: Download complete 04:25:40 455c02918c45: Pull complete 04:25:40 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 04:25:40 Status: Downloaded newer image for alpine:3.14 04:25:40 ---> ac73e934f311 04:25:40 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 04:25:40 ---> Running in fca76bf47006 04:25:41 Removing intermediate container fca76bf47006 04:25:41 ---> 65b0e440f978 04:25:41 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:25:41 ---> Running in 98306ed614c5 04:25:42 Removing intermediate container 98306ed614c5 04:25:42 ---> 5abb6bb948b0 04:25:42 Step 15/25 : RUN apk add --update --no-cache zeromq 04:25:43 ---> Running in 20ae792a9ecd 04:25:44 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 04:25:45 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 04:25:45 (1/5) Installing libgcc (10.3.1_git20210424-r2) 04:25:45 (2/5) Installing libsodium (1.0.18-r0) 04:25:45 (3/5) Installing libstdc++ (10.3.1_git20210424-r2) 04:25:45 (4/5) Installing libzmq (4.3.4-r0) 04:25:45 (5/5) Installing zeromq (4.3.4-r0) 04:25:46 Executing busybox-1.33.1-r7.trigger 04:25:46 OK: 8 MiB in 19 packages 04:25:47 Removing intermediate container 20ae792a9ecd 04:25:47 ---> ddd7cae6e7f9 04:25:47 Step 16/25 : WORKDIR / 04:25:47 ---> Running in 4e735c5be807 04:25:47 Removing intermediate container 4e735c5be807 04:25:47 ---> f522f8700a2d 04:25:47 Step 17/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 04:25:48 ---> e3c00ee4ee8c 04:25:48 Step 18/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 04:25:49 ---> 29fc830597f4 04:25:49 Step 19/25 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 04:25:50 ---> 906d78663b39 04:25:50 Step 20/25 : EXPOSE 59999 04:25:50 ---> Running in 0fcdebf8a7e5 04:25:50 Removing intermediate container 0fcdebf8a7e5 04:25:50 ---> 1e06260837db 04:25:50 Step 21/25 : ENTRYPOINT ["/device-simple"] 04:25:50 ---> Running in 2fbcfeb85c74 04:25:51 Removing intermediate container 2fbcfeb85c74 04:25:51 ---> feeff7c9c593 04:25:51 Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:25:51 ---> Running in 11ff68da3b84 04:25:51 Removing intermediate container 11ff68da3b84 04:25:51 ---> 872453b70c0c 04:25:51 Step 23/25 : LABEL arch=arm64 04:25:51 ---> Running in 371688d85ffe 04:25:51 Removing intermediate container 371688d85ffe 04:25:51 ---> 7fff45b445ea 04:25:51 Step 24/25 : LABEL git_sha=4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 04:25:51 ---> Running in df792b68fe7b 04:25:52 Removing intermediate container df792b68fe7b 04:25:52 ---> 2ad1a6e8081e 04:25:52 Step 25/25 : LABEL version=0.0.0 04:25:52 ---> Running in 69e816fde640 04:25:52 Removing intermediate container 69e816fde640 04:25:52 ---> 1eaddf969f1d 04:25:52 [Warning] One or more build-args [ARCH] were not consumed 04:25:52 Successfully built 1eaddf969f1d 04:25:52 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:25:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:25:53 04:25:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 04:25:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:25:54 arm64: Pulling from edgex-lftools-log-publisher 04:25:54 8998bd30e6a1: Pulling fs layer 04:25:54 04944245beec: Pulling fs layer 04:25:54 699f458cf7ca: Pulling fs layer 04:25:54 765212b225bb: Pulling fs layer 04:25:54 f23df028b6ca: Pulling fs layer 04:25:54 d65c8cfc05b1: Pulling fs layer 04:25:54 2437ff75d9bd: Pulling fs layer 04:25:54 f23df028b6ca: Waiting 04:25:54 d65c8cfc05b1: Waiting 04:25:54 2437ff75d9bd: Waiting 04:25:54 765212b225bb: Waiting 04:25:54 04944245beec: Verifying Checksum 04:25:54 04944245beec: Download complete 04:25:54 765212b225bb: Download complete 04:25:54 f23df028b6ca: Download complete 04:25:54 d65c8cfc05b1: Verifying Checksum 04:25:54 d65c8cfc05b1: Download complete 04:25:54 699f458cf7ca: Verifying Checksum 04:25:54 699f458cf7ca: Download complete 04:25:54 8998bd30e6a1: Verifying Checksum 04:25:54 8998bd30e6a1: Download complete 04:25:57 2437ff75d9bd: Verifying Checksum 04:25:57 2437ff75d9bd: Download complete 04:25:59 8998bd30e6a1: Pull complete 04:25:59 04944245beec: Pull complete 04:26:01 699f458cf7ca: Pull complete 04:26:01 765212b225bb: Pull complete 04:26:02 f23df028b6ca: Pull complete 04:26:02 d65c8cfc05b1: Pull complete 04:26:17 2437ff75d9bd: Pull complete 04:26:17 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:26:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:26:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 04:26:17 prd-ubuntu20.04-docker-arm64-4c-16g-40301 does not seem to be running inside a container 04:26:18 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:26:20 $ docker top 42cea39db25f405c9d2795fa28c160bd740ddcc72b13b91b18f0713430292216 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:26:21 ---> job-cost.sh 04:26:21 lf-activate-venv: SKIPPING 04:26:21 INFO: No Stack... 04:26:21 INFO: Retrieving Pricing Info for: v3-standard-4 04:26:22 INFO: Archiving Costs [Pipeline] sh 04:26:23 + cat /w/workspace/device-sdk-go/1/archives/cost.csv 04:26:23 + cut -d, -f6 [Pipeline] lock 04:26:23 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1155-1-stack-cost] 04:26:23 Resource [jenkins-edgexfoundry-device-sdk-go-PR-1155-1-stack-cost] did not exist. Created. 04:26:23 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1155-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:26:24 /w/workspace/device-sdk-go/1@tmp/durable-f80667e4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:26:24 + echo total: 0.10999999940395355 [Pipeline] stash 04:26:24 Warning: overwriting stash ‘stack-cost’ 04:26:25 Stashed 1 file(s) [Pipeline] } 04:26:25 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1155-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:26:25 $ docker stop --time=1 42cea39db25f405c9d2795fa28c160bd740ddcc72b13b91b18f0713430292216 04:26:26 $ docker rm -f 42cea39db25f405c9d2795fa28c160bd740ddcc72b13b91b18f0713430292216 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:26:27 provisioning config files... 04:26:27 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp/config569643555490554151tmp [Pipeline] { [Pipeline] sh 04:26:27 + set +x 04:26:27 + curl -s https://codecov.io/bash 04:26:27 + bash -s -- 04:26:27 04:26:27 _____ _ 04:26:27 / ____| | | 04:26:27 | | ___ __| | ___ ___ _____ __ 04:26:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:26:27 | |___| (_) | (_| | __/ (_| (_) \ V / 04:26:27 \_____\___/ \__,_|\___|\___\___/ \_/ 04:26:27 Bash-1.0.6 04:26:27 04:26:27 04:26:27 ==> git version 2.25.1 found 04:26:27 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 04:26:27 Release-Date: 2020-01-08 04:26:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:26:27 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:26:27 ==> Jenkins CI detected. 04:26:27 current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1155 04:26:27 project root: . 04:26:27 --> token set from env 04:26:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:26:27 ==> Running gcov in . (disable via -X gcov) 04:26:27 ==> Python coveragepy not found 04:26:27 ==> Searching for coverage reports in: 04:26:27 + . 04:26:27 -> Found 1 reports 04:26:27 ==> Detecting git/mercurial file structure 04:26:27 ==> Reading reports 04:26:27 + ./coverage.out bytes=130819 04:26:27 ==> Appending adjustments 04:26:27 https://docs.codecov.io/docs/fixing-reports 04:26:28 + Found adjustments 04:26:28 ==> Gzipping contents 04:26:28 20K /tmp/codecov.IPJh7q.gz 04:26:28 ==> Uploading reports 04:26:28 url: https://codecov.io 04:26:28 query: branch=PR-1155&commit=4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1155%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1155&job=&cmd_args= 04:26:28 -> Pinging Codecov 04:26:28 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1155&commit=4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1155%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1155&job=&cmd_args= 04:26:28 -> Uploading to 04:26:28 https://storage.googleapis.com/codecov/v4/raw/2022-05-03/7E55EF52A471D76F132DFD9A03CDDE97/4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0/cff4f2ce-c087-43c9-ac13-5517cc464438.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220503%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220503T042628Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6f1131790ad39e4ac08665ab40b33d6ff19a4f834da00a982cb71380f92aa1fe 04:26:28 % Total % Received % Xferd Average Speed Time Time Time Current 04:26:28 Dload Upload Total Spent Left Speed 04:26:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16793 0 0 100 16793 0 66114 --:--:-- --:--:-- --:--:-- 66114 04:26:28 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/4a5051b75c5e9b8ef4d1516f24e40ea778bd17e0 [Pipeline] } 04:26:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:26:30 + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1155/archives ] 04:26:30 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1155/archives 04:26:30 total 16 04:26:30 drwxr-xr-x 3 root root 4096 May 3 04:16 . 04:26:30 drwxrwxr-x 12 jenkins jenkins 4096 May 3 04:16 .. 04:26:30 drwxr-xr-x 2 root root 4096 May 3 04:16 cost 04:26:30 -rw-r--r-- 1 root root 85 May 3 04:16 cost.csv 04:26:30 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1155/archives 04:26:30 + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1155/archives 04:26:30 total 16 04:26:30 drwxr-xr-x 3 jenkins jenkins 4096 May 3 04:16 . 04:26:30 drwxrwxr-x 12 jenkins jenkins 4096 May 3 04:16 .. 04:26:30 drwxr-xr-x 2 jenkins jenkins 4096 May 3 04:16 cost 04:26:30 -rw-r--r-- 1 jenkins jenkins 85 May 3 04:16 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:26:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:26:31 ---> package-listing.sh 04:26:31 ++ facter osfamily 04:26:31 ++ tr '[:upper:]' '[:lower:]' 04:26:31 + OS_FAMILY=debian 04:26:31 + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1155 04:26:31 + START_PACKAGES=/tmp/packages_start.txt 04:26:31 + END_PACKAGES=/tmp/packages_end.txt 04:26:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:26:31 + PACKAGES=/tmp/packages_start.txt 04:26:31 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1155 ']' 04:26:31 + PACKAGES=/tmp/packages_end.txt 04:26:31 + case "${OS_FAMILY}" in 04:26:31 + dpkg -l 04:26:31 + grep '^ii' 04:26:31 + '[' -f /tmp/packages_start.txt ']' 04:26:31 + '[' -f /tmp/packages_end.txt ']' 04:26:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:26:31 + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1155 ']' 04:26:31 + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1155/archives/ 04:26:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1155/archives/ [Pipeline] echo 04:26:32 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-1155/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:26:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:26:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:26:32 . [Pipeline] withDockerContainer 04:26:33 prd-ubuntu20.04-docker-8c-8g-40295 does not seem to be running inside a container 04:26:33 $ 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-1155/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-1155 -v /w/workspace/gexfoundry_device-sdk-go_PR-1155:/w/workspace/gexfoundry_device-sdk-go_PR-1155:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1155@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:26:33 $ docker top 370e913fc88e28438537f7adc0c750037e98bb7f6be61ef6446f3dcdf52ba3c3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:26:33 + touch /tmp/pre-build-complete [Pipeline] sh 04:26:34 + mkdir -p /var/log/sysstat [Pipeline] sh 04:26:34 + ls /var/log/sa-host 04:26:34 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:26:34 provisioning config files... 04:26:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1155@tmp/config607702788549877135tmp [Pipeline] { [Pipeline] echo 04:26:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:26:34 ---> create-netrc.sh [Pipeline] } 04:26:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:26:35 ---> python-tools-install.sh [Pipeline] echo 04:26:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:26:35 ---> sudo-logs.sh 04:26:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:26:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:26:36 ---> job-cost.sh 04:26:36 lf-activate-venv: SKIPPING 04:26:36 DEBUG: total: 0.2199999988079071 04:26:36 INFO: Retrieving Stack Cost... 04:26:36 INFO: Retrieving Pricing Info for: v3-standard-8 04:26:36 INFO: Archiving Costs [Pipeline] echo 04:26:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:26:37 ---> logs-deploy.sh 04:26:37 lf-activate-venv: SKIPPING 04:26:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1155/1 04:26:37 INFO: archiving workspace using pattern(s): 04:26:38 Archives upload complete. 04:26:38 INFO: archiving logs to Nexus