Pull request #354 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-modbus-go Obtained Jenkinsfile from d5cc59ccc1123cafdcef011ea7bb1e0436b93c20+7d0d064a4f12fcf75a50c3e5fd346cea393bf5d2 (d6ace362222a65352cfc9d8a8191d3385340d532) 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-ssh18388663443037055235.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh2866726729196683303.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-modbus-go/branches/PR-354/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-354/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10624578397936696707.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-modbus-go/branches/PR-354/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh543684390745583786.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9388723206213200368.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-modbus-go/branches/PR-354/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-354/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17529336355977917664.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, buildSnap:false] ========================================================= [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-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-modbus DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-2548’ Running on prd-ubuntu20.04-docker-8c-8g-2550 in /w/workspace/xfoundry_device-modbus-go_PR-354 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-354 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-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-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 7d0d064a4f12fcf75a50c3e5fd346cea393bf5d2 into PR head commit d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 Merge succeeded, producing d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 Checking out Revision d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 (PR-354) > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-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-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/354/head:refs/remotes/origin/PR-354 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 # 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 7d0d064a4f12fcf75a50c3e5fd346cea393bf5d2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 # timeout=10 Commit message: "build: Upgrade sdk and paho.mqtt lib" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:58:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:58:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:58:57 ========================================================= 09:58:57 EdgeX Global Pipelines Version Info 09:58:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:58:58 ------------------- 09:58:58 stable info: 09:58:58 ------------------- 09:58:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:58:58 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 09:58:58 Message: update stable to v1.0.234 09:58:59 ------------------- 09:58:59 experimental info: 09:58:59 ------------------- 09:58:59 Commited By: **** collab-it+edgex@linuxfoundation.org 09:58:59 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 09:58:59 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:58:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-354 [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-354 [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-354 [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d5cc59c [Pipeline] echo 09:59:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:59:00 provisioning config files... 09:59:00 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-354@tmp/config7014382033878647606tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:59:01 ---> docker-login.sh 09:59:01 nexus3.edgexfoundry.org:10001 09:59:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:01 Configure a credential helper to remove this warning. See 09:59:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:01 09:59:01 Login Succeeded 09:59:01 nexus3.edgexfoundry.org:10002 09:59:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:01 Configure a credential helper to remove this warning. See 09:59:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:01 09:59:01 Login Succeeded 09:59:01 nexus3.edgexfoundry.org:10003 09:59:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:01 Configure a credential helper to remove this warning. See 09:59:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:01 09:59:01 Login Succeeded 09:59:01 nexus3.edgexfoundry.org:10004 09:59:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:01 Configure a credential helper to remove this warning. See 09:59:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:01 09:59:01 Login Succeeded 09:59:01 docker.io 09:59:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:02 Configure a credential helper to remove this warning. See 09:59:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:02 09:59:02 Login Succeeded 09:59:02 ---> docker-login.sh ends [Pipeline] } 09:59:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:59:02 + git rev-list -1 --merges d5cc59ccc1123cafdcef011ea7bb1e0436b93c20~1..d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 [Pipeline] echo 09:59:02 -----------> git rev-list -1 --merges d5cc59ccc1123cafdcef011ea7bb1e0436b93c20~1..d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 [false] [Pipeline] sh 09:59:03 + git log --format=format:%s -1 d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 [Pipeline] echo 09:59:03 ========================================================= 09:59:03 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:59:03 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:59:03 + git log --format=format:%s -1 d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 [Pipeline] echo 09:59:03 [semverPrep] GIT_COMMIT: d5cc59ccc1123cafdcef011ea7bb1e0436b93c20, Commit Message: build: Upgrade sdk and paho.mqtt lib [Pipeline] echo 09:59:03 [semverPrep] This is not a build commit. [Pipeline] sh 09:59:04 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:59:04 + grep -v github /etc/ssh/ssh_known_hosts 09:59:04 + [ -e /tmp/ssh_known_hosts ] 09:59:04 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:59:04 + sudo tee -a /etc/ssh/ssh_known_hosts 09:59:04 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:59:04 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:59:04 09:59:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:59:04 0.1.4: Pulling from edgex-devops/py-git-semver 09:59:04 42c077c10790: Pulling fs layer 09:59:04 f63e77b7563a: Pulling fs layer 09:59:04 bd5fdadae976: Pulling fs layer 09:59:04 205491f53016: Pulling fs layer 09:59:04 df18705c85c3: Pulling fs layer 09:59:04 205491f53016: Waiting 09:59:04 df18705c85c3: Waiting 09:59:04 bdb3f477010e: Pulling fs layer 09:59:04 c8a8fc8e1c8f: Pulling fs layer 09:59:04 2c6e9b1d212d: Pulling fs layer 09:59:04 bdb3f477010e: Waiting 09:59:04 c8a8fc8e1c8f: Waiting 09:59:04 bdb8f0575790: Pulling fs layer 09:59:04 2c6e9b1d212d: Waiting 09:59:04 386e3cb2ff24: Pulling fs layer 09:59:04 bdb8f0575790: Waiting 09:59:04 386e3cb2ff24: Waiting 09:59:04 2343380bae48: Pulling fs layer 09:59:04 2343380bae48: Waiting 09:59:04 f63e77b7563a: Verifying Checksum 09:59:04 f63e77b7563a: Download complete 09:59:04 205491f53016: Verifying Checksum 09:59:04 205491f53016: Download complete 09:59:05 df18705c85c3: Verifying Checksum 09:59:05 df18705c85c3: Download complete 09:59:05 bd5fdadae976: Verifying Checksum 09:59:05 bd5fdadae976: Download complete 09:59:05 bdb3f477010e: Download complete 09:59:05 2c6e9b1d212d: Download complete 09:59:05 bdb8f0575790: Verifying Checksum 09:59:05 386e3cb2ff24: Download complete 09:59:05 2343380bae48: Verifying Checksum 09:59:05 2343380bae48: Download complete 09:59:05 42c077c10790: Verifying Checksum 09:59:05 42c077c10790: Download complete 09:59:05 c8a8fc8e1c8f: Download complete 09:59:06 42c077c10790: Pull complete 09:59:06 f63e77b7563a: Pull complete 09:59:06 bd5fdadae976: Pull complete 09:59:07 205491f53016: Pull complete 09:59:07 df18705c85c3: Pull complete 09:59:07 bdb3f477010e: Pull complete 09:59:09 c8a8fc8e1c8f: Pull complete 09:59:09 2c6e9b1d212d: Pull complete 09:59:09 bdb8f0575790: Pull complete 09:59:09 386e3cb2ff24: Pull complete 09:59:09 2343380bae48: Pull complete 09:59:09 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 09:59:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:59:09 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:59:09 prd-ubuntu20.04-docker-8c-8g-2550 does not seem to be running inside a container 09:59:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-354 -v /w/workspace/xfoundry_device-modbus-go_PR-354:/w/workspace/xfoundry_device-modbus-go_PR-354:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-354@tmp:/w/workspace/xfoundry_device-modbus-go_PR-354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:59:11 $ docker top 4491afca516da9bac802b4d26211020b1bbe317f7b040cb6b8afe89441d51545 -eo pid,comm 09:59:11 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). 09:59:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:59:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:59:11 [ssh-agent] Looking for ssh-agent implementation... 09:59:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:59:11 $ docker exec 4491afca516da9bac802b4d26211020b1bbe317f7b040cb6b8afe89441d51545 ssh-agent 09:59:11 SSH_AUTH_SOCK=/tmp/ssh-L3DxAMX3hDm4/agent.33 09:59:11 SSH_AGENT_PID=39 09:59:11 Running ssh-add (command line suppressed) 09:59:11 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-354@tmp/private_key_25356594680444698.key (/w/workspace/xfoundry_device-modbus-go_PR-354@tmp/private_key_25356594680444698.key) 09:59:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:59:12 + git tag --points-at HEAD [Pipeline] } 09:59:12 $ docker exec --env ******** --env ******** 4491afca516da9bac802b4d26211020b1bbe317f7b040cb6b8afe89441d51545 ssh-agent -k 09:59:12 unset SSH_AUTH_SOCK; 09:59:12 unset SSH_AGENT_PID; 09:59:12 echo Agent pid 39 killed; 09:59:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:59:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:59:12 [ssh-agent] Looking for ssh-agent implementation... 09:59:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:59:12 $ docker exec 4491afca516da9bac802b4d26211020b1bbe317f7b040cb6b8afe89441d51545 ssh-agent 09:59:12 SSH_AUTH_SOCK=/tmp/ssh-kIeTEeinAsPD/agent.74 09:59:12 SSH_AGENT_PID=80 09:59:12 Running ssh-add (command line suppressed) 09:59:12 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-354@tmp/private_key_216218634131775380.key (/w/workspace/xfoundry_device-modbus-go_PR-354@tmp/private_key_216218634131775380.key) 09:59:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:59:13 + git semver init 09:59:13 2022-06-17 09:59:13,279 [run_init] DEBUG init version:0.0.0 force:False 09:59:13 2022-06-17 09:59:13,280 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_device-modbus-go_PR-354/.semver 09:59:13 2022-06-17 09:59:13,281 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/xfoundry_device-modbus-go_PR-354/.semver 09:59:13 2022-06-17 09:59:13,281 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-modbus-go.git', '/w/workspace/xfoundry_device-modbus-go_PR-354/.semver'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-354, universal_newlines=False, shell=None, istream=None) 09:59:14 2022-06-17 09:59:13,937 [append_file] DEBUG append to file:/w/workspace/xfoundry_device-modbus-go_PR-354/.git/info/exclude 09:59:14 2022-06-17 09:59:13,937 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_device-modbus-go_PR-354/.semver/PR-354 with force:False 09:59:14 2022-06-17 09:59:13,937 [write_file] DEBUG write to file:/w/workspace/xfoundry_device-modbus-go_PR-354/.semver/PR-354 09:59:14 2022-06-17 09:59:13,939 [execute] INFO git cat-file --batch-check 09:59:14 2022-06-17 09:59:13,940 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-354/.semver, universal_newlines=False, shell=None, istream=) 09:59:14 2022-06-17 09:59:13,946 [execute] INFO git cat-file --batch 09:59:14 2022-06-17 09:59:13,946 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-354/.semver, universal_newlines=False, shell=None, istream=) 09:59:14 2022-06-17 09:59:13,950 [read_version] DEBUG read version from /w/workspace/xfoundry_device-modbus-go_PR-354/.semver/PR-354 09:59:14 0.0.0 [Pipeline] } 09:59:14 $ docker exec --env ******** --env ******** 4491afca516da9bac802b4d26211020b1bbe317f7b040cb6b8afe89441d51545 ssh-agent -k 09:59:14 unset SSH_AUTH_SOCK; 09:59:14 unset SSH_AGENT_PID; 09:59:14 echo Agent pid 80 killed; 09:59:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:59:14 + git semver [Pipeline] } 09:59:15 $ docker stop --time=1 4491afca516da9bac802b4d26211020b1bbe317f7b040cb6b8afe89441d51545 09:59:16 $ docker rm -f 4491afca516da9bac802b4d26211020b1bbe317f7b040cb6b8afe89441d51545 [Pipeline] // withDockerContainer [Pipeline] sh 09:59:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:59:17 Stashed 1 file(s) [Pipeline] echo 09:59:17 [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 09:59:17 provisioning config files... 09:59:17 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-354@tmp/config8150032974193902213tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:59:18 ---> docker-login.sh 09:59:18 nexus3.edgexfoundry.org:10001 09:59:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:18 Configure a credential helper to remove this warning. See 09:59:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:18 09:59:18 Login Succeeded 09:59:18 nexus3.edgexfoundry.org:10002 09:59:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:18 Configure a credential helper to remove this warning. See 09:59:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:18 09:59:18 Login Succeeded 09:59:18 nexus3.edgexfoundry.org:10003 09:59:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:18 Configure a credential helper to remove this warning. See 09:59:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:18 09:59:18 Login Succeeded 09:59:18 nexus3.edgexfoundry.org:10004 09:59:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:18 Configure a credential helper to remove this warning. See 09:59:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:18 09:59:18 Login Succeeded 09:59:18 docker.io 09:59:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:18 Configure a credential helper to remove this warning. See 09:59:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:18 09:59:18 Login Succeeded 09:59:18 ---> docker-login.sh ends [Pipeline] } 09:59:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:59:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:59:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:59:19 ========================================================= 09:59:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 09:59:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:19 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 09:59:19 Sending build context to Docker daemon 6.049MB 09:59:19 Step 1/10 : ARG BASE=golang:1.17-alpine3.15 09:59:19 Step 2/10 : FROM ${BASE} AS builder 09:59:19 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 09:59:19 59bf1c3509f3: Pulling fs layer 09:59:19 666ba61612fd: Pulling fs layer 09:59:19 8ed8ca486205: Pulling fs layer 09:59:19 cc1cd167ecdc: Pulling fs layer 09:59:19 c516ae0d96e1: Pulling fs layer 09:59:19 684cea983483: Pulling fs layer 09:59:19 dd3240ac7de5: Pulling fs layer 09:59:19 b1e948a4e11c: Pulling fs layer 09:59:19 a8fd76ee1af6: Pulling fs layer 09:59:19 646ad004c059: Pulling fs layer 09:59:19 c516ae0d96e1: Waiting 09:59:19 684cea983483: Waiting 09:59:19 dd3240ac7de5: Waiting 09:59:19 646ad004c059: Waiting 09:59:19 b1e948a4e11c: Waiting 09:59:19 a8fd76ee1af6: Waiting 09:59:19 8ed8ca486205: Verifying Checksum 09:59:19 8ed8ca486205: Download complete 09:59:19 666ba61612fd: Download complete 09:59:19 c516ae0d96e1: Verifying Checksum 09:59:19 c516ae0d96e1: Download complete 09:59:19 684cea983483: Download complete 09:59:19 59bf1c3509f3: Verifying Checksum 09:59:19 59bf1c3509f3: Download complete 09:59:19 dd3240ac7de5: Verifying Checksum 09:59:19 dd3240ac7de5: Download complete 09:59:19 b1e948a4e11c: Verifying Checksum 09:59:19 b1e948a4e11c: Download complete 09:59:19 59bf1c3509f3: Pull complete 09:59:20 666ba61612fd: Pull complete 09:59:20 8ed8ca486205: Pull complete 09:59:20 646ad004c059: Verifying Checksum 09:59:20 646ad004c059: Download complete 09:59:20 cc1cd167ecdc: Verifying Checksum 09:59:20 cc1cd167ecdc: Download complete 09:59:20 a8fd76ee1af6: Verifying Checksum 09:59:20 a8fd76ee1af6: Download complete 09:59:24 cc1cd167ecdc: Pull complete 09:59:24 c516ae0d96e1: Pull complete 09:59:24 684cea983483: Pull complete 09:59:24 dd3240ac7de5: Pull complete 09:59:24 b1e948a4e11c: Pull complete 09:59:26 a8fd76ee1af6: Pull complete 09:59:27 646ad004c059: Pull complete 09:59:27 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 09:59:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 09:59:27 ---> 8f69c11f6b0c 09:59:27 Step 3/10 : ARG MAKE='make build' 09:59:29 ---> Running in 4bfd044a2789 09:59:29 Removing intermediate container 4bfd044a2789 09:59:29 ---> 814f68291398 09:59:29 Step 4/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:59:29 ---> Running in 291be6147ab6 09:59:29 Removing intermediate container 291be6147ab6 09:59:29 ---> 02b053c78981 09:59:29 Step 5/10 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 09:59:29 ---> Running in 59fa760edafc 09:59:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 09:59:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 09:59:30 (1/8) Installing openssh-keygen (8.8_p1-r1) 09:59:30 (2/8) Installing libedit (20210910.3.1-r0) 09:59:30 (3/8) Installing openssh-client-common (8.8_p1-r1) 09:59:31 (4/8) Installing openssh-client-default (8.8_p1-r1) 09:59:31 (5/8) Installing openssh-sftp-server (8.8_p1-r1) 09:59:31 (6/8) Installing openssh-server-common (8.8_p1-r1) 09:59:31 (7/8) Installing openssh-server (8.8_p1-r1) 09:59:31 (8/8) Installing openssh (8.8_p1-r1) 09:59:31 Executing busybox-1.34.1-r3.trigger 09:59:31 OK: 226 MiB in 60 packages 09:59:32 Removing intermediate container 59fa760edafc 09:59:32 ---> 5c84cc0c9c5f 09:59:32 Step 6/10 : WORKDIR /device-modbus-go 09:59:32 ---> Running in 77bf10db3efd 09:59:32 Removing intermediate container 77bf10db3efd 09:59:32 ---> bf7da46416f0 09:59:32 Step 7/10 : COPY go.mod vendor* ./ 09:59:32 ---> d49fe4c903f8 09:59:32 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:59:32 ---> Running in eccac1990ac3 09:59:32 Still waiting to schedule task 09:59:32 ‘prd-ubuntu20.04-docker-arm64-4c-16g-2549’ is offline 09:59:47 Removing intermediate container eccac1990ac3 09:59:47 ---> 5cd6c7594a64 09:59:47 Step 9/10 : COPY . . 09:59:47 ---> a39be04d58c5 09:59:47 Step 10/10 : RUN ${MAKE} 09:59:47 ---> Running in 650084ebee0d 09:59:47 noop 09:59:47 Removing intermediate container 650084ebee0d 09:59:47 ---> 054cc58ec75c 09:59:47 Successfully built 054cc58ec75c 09:59:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:47 + docker inspect -f . ci-base-image-x86_64 09:59:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:59:47 prd-ubuntu20.04-docker-8c-8g-2550 does not seem to be running inside a container 09:59:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_PR-354 -v /w/workspace/xfoundry_device-modbus-go_PR-354:/w/workspace/xfoundry_device-modbus-go_PR-354:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-354@tmp:/w/workspace/xfoundry_device-modbus-go_PR-354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:59:48 $ docker top c6bb4151a62fd1bd59a91762f3a5be8f9ecf35081c1fb7668e01883b699558da -eo pid,comm [Pipeline] { [Pipeline] sh 09:59:48 + go version 09:59:48 go version go1.17.7 linux/amd64 [Pipeline] } 09:59:48 $ docker stop --time=1 c6bb4151a62fd1bd59a91762f3a5be8f9ecf35081c1fb7668e01883b699558da 09:59:49 $ docker rm -f c6bb4151a62fd1bd59a91762f3a5be8f9ecf35081c1fb7668e01883b699558da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:59:50 + docker inspect -f . ci-base-image-x86_64 09:59:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:59:50 prd-ubuntu20.04-docker-8c-8g-2550 does not seem to be running inside a container 09:59:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_PR-354 -v /w/workspace/xfoundry_device-modbus-go_PR-354:/w/workspace/xfoundry_device-modbus-go_PR-354:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-354@tmp:/w/workspace/xfoundry_device-modbus-go_PR-354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:59:51 $ docker top 8667be191c743af0940a9a3c3c61fc72fdde32ad1cd3bf15118ec1171dfe5609 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 09:59:51 + make test 09:59:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 09:59:51 ? github.com/edgexfoundry/device-modbus-go [no test files] 10:00:00 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 10:00:00 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.007s coverage: 46.4% of statements 10:00:08 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:00:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:00:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:00:10 ./bin/test-attribution-txt.sh [Pipeline] echo 10:00:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:00:11 $ docker stop --time=1 8667be191c743af0940a9a3c3c61fc72fdde32ad1cd3bf15118ec1171dfe5609 10:00:12 $ docker rm -f 8667be191c743af0940a9a3c3c61fc72fdde32ad1cd3bf15118ec1171dfe5609 [Pipeline] // withDockerContainer [Pipeline] sh 10:00:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:00:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 10:00:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:00:14 + ls -al . 10:00:14 total 184 10:00:14 drwxrwxr-x 10 jenkins jenkins 4096 Jun 17 10:00 . 10:00:14 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 09:58 .. 10:00:14 -rw-rw-r-- 1 jenkins jenkins 140 Jun 17 09:58 .dockerignore 10:00:14 drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 09:59 .git 10:00:14 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 09:58 .github 10:00:14 -rw-rw-r-- 1 jenkins jenkins 331 Jun 17 09:58 .gitignore 10:00:14 -rw-rw-r-- 1 jenkins jenkins 41 Jun 17 09:58 .golangci.yml 10:00:14 drwxr-xr-x 3 jenkins jenkins 4096 Jun 17 09:59 .semver 10:00:14 -rw-rw-r-- 1 jenkins jenkins 9636 Jun 17 09:58 Attribution.txt 10:00:14 -rw-rw-r-- 1 jenkins jenkins 10001 Jun 17 09:58 CHANGELOG.md 10:00:14 -rw-rw-r-- 1 jenkins jenkins 1546 Jun 17 09:58 Dockerfile 10:00:14 -rw-rw-r-- 1 jenkins jenkins 677 Jun 17 09:58 GOVERNANCE.md 10:00:14 -rw-rw-r-- 1 jenkins jenkins 680 Jun 17 09:58 Jenkinsfile 10:00:14 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 17 09:58 LICENSE 10:00:14 -rw-rw-r-- 1 jenkins jenkins 1905 Jun 17 09:58 Makefile 10:00:14 -rw-rw-r-- 1 jenkins jenkins 622 Jun 17 09:58 OWNERS.md 10:00:14 -rw-rw-r-- 1 jenkins jenkins 3397 Jun 17 09:58 README.md 10:00:14 -rw-rw-r-- 1 jenkins jenkins 5 Jun 17 09:59 VERSION 10:00:14 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 09:58 bin 10:00:14 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 09:58 cmd 10:00:14 -rw-r--r-- 1 jenkins jenkins 24065 Jun 17 09:59 coverage.out 10:00:14 -rw-rw-r-- 1 jenkins jenkins 3403 Jun 17 09:58 go.mod 10:00:14 -rw-rw-r-- 1 jenkins jenkins 36017 Jun 17 09:58 go.sum 10:00:14 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 09:58 internal 10:00:14 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 09:58 simulator 10:00:14 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 09:58 snap 10:00:14 -rw-rw-r-- 1 jenkins jenkins 229 Jun 17 09:58 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:14 + docker build -t device-modbus -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 --label arch=amd64 --label version=0.0.0 . 10:00:14 Sending build context to Docker daemon 6.074MB 10:00:14 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 10:00:14 Step 2/23 : FROM ${BASE} AS builder 10:00:14 ---> 054cc58ec75c 10:00:14 Step 3/23 : ARG MAKE='make build' 10:00:14 ---> Running in a4e7bd6b265e 10:00:14 Removing intermediate container a4e7bd6b265e 10:00:14 ---> 5d084a0b3178 10:00:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:00:14 ---> Running in 4ddebcbb6dcb 10:00:15 Removing intermediate container 4ddebcbb6dcb 10:00:15 ---> 3a0187c2fe8c 10:00:15 Step 5/23 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 10:00:15 ---> Running in 8ade8b9edecc 10:00:15 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 10:00:16 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 10:00:16 OK: 226 MiB in 60 packages 10:00:17 Removing intermediate container 8ade8b9edecc 10:00:17 ---> 29cac0b4cbf1 10:00:17 Step 6/23 : WORKDIR /device-modbus-go 10:00:17 ---> Running in 6eefa7bda238 10:00:17 Removing intermediate container 6eefa7bda238 10:00:17 ---> 9053c515b86f 10:00:17 Step 7/23 : COPY go.mod vendor* ./ 10:00:17 ---> 35245ef8ad50 10:00:17 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:00:17 ---> Running in 225ce5ba50dd 10:00:18 Removing intermediate container 225ce5ba50dd 10:00:18 ---> 0f36cf15779b 10:00:18 Step 9/23 : COPY . . 10:00:18 ---> 679d82a71d6d 10:00:18 Step 10/23 : RUN ${MAKE} 10:00:18 ---> Running in daf6beade06d 10:00:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd 10:00:36 Removing intermediate container daf6beade06d 10:00:36 ---> e079602a7447 10:00:36 Step 11/23 : FROM alpine:3.14 10:00:37 3.14: Pulling from library/alpine 10:00:37 8663204ce13b: Pulling fs layer 10:00:37 8663204ce13b: Verifying Checksum 10:00:37 8663204ce13b: Download complete 10:00:37 8663204ce13b: Pull complete 10:00:37 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 10:00:37 Status: Downloaded newer image for alpine:3.14 10:00:37 ---> e04c818066af 10:00:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 10:00:37 ---> Running in ab22cc91e1ee 10:00:38 Removing intermediate container ab22cc91e1ee 10:00:38 ---> 6b53425c6d62 10:00:38 Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:00:38 ---> Running in 4fa7b802e9ae 10:00:38 Removing intermediate container 4fa7b802e9ae 10:00:38 ---> 0067185863a1 10:00:38 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 10:00:38 ---> Running in 239e2a06f676 10:00:38 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 10:00:39 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 10:00:39 (1/6) Installing dumb-init (1.2.5-r1) 10:00:40 (2/6) Installing libgcc (10.3.1_git20210424-r2) 10:00:40 (3/6) Installing libsodium (1.0.18-r0) 10:00:40 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 10:00:40 (5/6) Installing libzmq (4.3.4-r0) 10:00:40 (6/6) Installing zeromq (4.3.4-r0) 10:00:40 Executing busybox-1.33.1-r7.trigger 10:00:40 OK: 8 MiB in 20 packages 10:00:40 Removing intermediate container 239e2a06f676 10:00:40 ---> a5f95f916e65 10:00:40 Step 15/23 : COPY --from=builder /device-modbus-go/cmd / 10:00:41 ---> 56a098e30528 10:00:41 Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / 10:00:41 ---> 6d08f1739b37 10:00:41 Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / 10:00:41 ---> c4b230514619 10:00:41 Step 18/23 : EXPOSE 59901 10:00:41 ---> Running in a6bbf799f59f 10:00:41 Removing intermediate container a6bbf799f59f 10:00:41 ---> 1911c24523d5 10:00:41 Step 19/23 : ENTRYPOINT ["/device-modbus"] 10:00:41 ---> Running in 8d310e32e29f 10:00:41 Removing intermediate container 8d310e32e29f 10:00:41 ---> d2d4cfaeb38a 10:00:41 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:00:41 ---> Running in 5c89457dc83d 10:00:41 Removing intermediate container 5c89457dc83d 10:00:41 ---> 6e0dee270782 10:00:41 Step 21/23 : LABEL arch=amd64 10:00:42 ---> Running in eba7dbbbeeb5 10:00:42 Removing intermediate container eba7dbbbeeb5 10:00:42 ---> 6eead3f39e11 10:00:42 Step 22/23 : LABEL git_sha=d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 10:00:42 ---> Running in 2a3e0eb95e30 10:00:42 Removing intermediate container 2a3e0eb95e30 10:00:42 ---> 4aa72ddfa8ea 10:00:42 Step 23/23 : LABEL version=0.0.0 10:00:42 ---> Running in b9fbd4db9c7a 10:00:42 Removing intermediate container b9fbd4db9c7a 10:00:42 ---> 8b4eb3fbf15e 10:00:42 [Warning] One or more build-args [ARCH] were not consumed 10:00:42 Successfully built 8b4eb3fbf15e 10:00:42 Successfully tagged device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:00:43 10:00:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:00:43 latest: Pulling from edgex-lftools-log-publisher 10:00:43 5eb5b503b376: Pulling fs layer 10:00:43 5c69ac0246d0: Pulling fs layer 10:00:43 ec43610c2a17: Pulling fs layer 10:00:43 3a2ae6a8a46f: Pulling fs layer 10:00:43 33b1e0a273af: Pulling fs layer 10:00:43 5d3b04190fa2: Pulling fs layer 10:00:43 2f39f015ded8: Pulling fs layer 10:00:43 33b1e0a273af: Waiting 10:00:43 5d3b04190fa2: Waiting 10:00:43 2f39f015ded8: Waiting 10:00:43 3a2ae6a8a46f: Waiting 10:00:43 5c69ac0246d0: Verifying Checksum 10:00:43 5c69ac0246d0: Download complete 10:00:43 3a2ae6a8a46f: Download complete 10:00:43 33b1e0a273af: Verifying Checksum 10:00:43 33b1e0a273af: Download complete 10:00:43 5d3b04190fa2: Download complete 10:00:43 ec43610c2a17: Verifying Checksum 10:00:43 ec43610c2a17: Download complete 10:00:43 5eb5b503b376: Verifying Checksum 10:00:43 5eb5b503b376: Download complete 10:00:44 2f39f015ded8: Download complete 10:00:45 5eb5b503b376: Pull complete 10:00:45 5c69ac0246d0: Pull complete 10:00:45 ec43610c2a17: Pull complete 10:00:45 3a2ae6a8a46f: Pull complete 10:00:45 33b1e0a273af: Pull complete 10:00:45 5d3b04190fa2: Pull complete 10:00:50 2f39f015ded8: Pull complete 10:00:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 10:00:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:00:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:00:50 prd-ubuntu20.04-docker-8c-8g-2550 does not seem to be running inside a container 10:00:50 $ 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/xfoundry_device-modbus-go_PR-354 -v /w/workspace/xfoundry_device-modbus-go_PR-354:/w/workspace/xfoundry_device-modbus-go_PR-354:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-354@tmp:/w/workspace/xfoundry_device-modbus-go_PR-354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:00:52 $ docker top f04467ce810c55ee3f5f9c4a63438c5acc54e771b4a4a552efecefc0741c2215 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:00:52 ---> job-cost.sh 10:00:52 lf-activate-venv: SKIPPING 10:00:52 INFO: No Stack... 10:00:53 INFO: Retrieving Pricing Info for: v3-standard-8 10:00:53 INFO: Archiving Costs [Pipeline] sh 10:00:54 + cat /w/workspace/xfoundry_device-modbus-go_PR-354/archives/cost.csv 10:00:54 + cut -d, -f6 [Pipeline] lock 10:00:54 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-354-1-stack-cost] 10:00:54 Resource [jenkins-edgexfoundry-device-modbus-go-PR-354-1-stack-cost] did not exist. Created. 10:00:54 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-354-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:00:54 + echo total: 0.2199999988079071 [Pipeline] stash 10:00:54 Stashed 1 file(s) [Pipeline] } 10:00:54 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-354-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:00:54 $ docker stop --time=1 f04467ce810c55ee3f5f9c4a63438c5acc54e771b4a4a552efecefc0741c2215 10:00:55 $ docker rm -f f04467ce810c55ee3f5f9c4a63438c5acc54e771b4a4a552efecefc0741c2215 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:01:04 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2551 in /w/workspace/xfoundry_device-modbus-go_PR-354 [Pipeline] { [Pipeline] ws 10:01:04 Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout 10:01:04 Selected Git installation does not exist. Using Default 10:01:04 The recommended git tool is: NONE 10:01:09 using credential edgex-jenkins-ssh 10:01:09 Cloning the remote Git repository 10:01:09 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 10:01:09 > git init /w/workspace/device-modbus-go/1 # timeout=10 10:01:09 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 10:01:09 > git --version # timeout=10 10:01:09 > git --version # 'git version 2.25.1' 10:01:09 using GIT_SSH to set credentials SSH Credentials for GitHub 10:01:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:01:11 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 10:01:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:01:11 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 10:01:11 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 10:01:11 using GIT_SSH to set credentials SSH Credentials for GitHub 10:01:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/354/head:refs/remotes/origin/PR-354 +refs/heads/main:refs/remotes/origin/main # timeout=10 10:01:12 Merging remotes/origin/main commit 7d0d064a4f12fcf75a50c3e5fd346cea393bf5d2 into PR head commit d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 10:01:12 Merge succeeded, producing d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 10:01:12 Checking out Revision d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 (PR-354) 10:01:12 > git config core.sparsecheckout # timeout=10 10:01:12 > git checkout -f d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 # timeout=10 10:01:12 > git remote # timeout=10 10:01:12 > git config --get remote.origin.url # timeout=10 10:01:12 using GIT_SSH to set credentials SSH Credentials for GitHub 10:01:12 > git merge 7d0d064a4f12fcf75a50c3e5fd346cea393bf5d2 # timeout=10 10:01:12 > git rev-parse HEAD^{commit} # timeout=10 10:01:12 > git config core.sparsecheckout # timeout=10 10:01:12 > git checkout -f d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 # timeout=10 10:01:17 Commit message: "build: Upgrade sdk and paho.mqtt lib" 10:01:17 > git --version # timeout=10 10:01:17 > git --version # 'git version 2.25.1' 10:01:17 fatal: bad object 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:01:18 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 10:01:18 % Total % Received % Xferd Average Speed Time Time Time Current 10:01:18 Dload Upload Total Spent Left Speed 10:01:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 60359 0 --:--:-- --:--:-- --:--:-- 60359 [Pipeline] sh 10:01:19 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 10:01:19 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 10:01:19 + sudo tee /etc/docker/daemon.new 10:01:19 { 10:01:19 "registry-mirrors": [ 10:01:19 "https://nexus3.edgexfoundry.org:10001" 10:01:19 ], 10:01:19 "bip": "10.250.0.254/24", 10:01:19 "hosts": [ 10:01:19 "tcp://0.0.0.0:5555", 10:01:19 "unix:///var/run/docker.sock" 10:01:19 ], 10:01:19 "mtu": 1458, 10:01:19 "selinux-enabled": true, 10:01:19 "seccomp-profile": "/etc/docker/seccomp.json" 10:01:19 } [Pipeline] sh 10:01:19 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 10:01:20 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:01:38 provisioning config files... 10:01:38 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/1@tmp/config2448211400077896973tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:01:39 ---> docker-login.sh 10:01:39 nexus3.edgexfoundry.org:10001 10:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:40 Configure a credential helper to remove this warning. See 10:01:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:40 10:01:40 Login Succeeded 10:01:40 nexus3.edgexfoundry.org:10002 10:01:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:40 Configure a credential helper to remove this warning. See 10:01:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:40 10:01:40 Login Succeeded 10:01:40 nexus3.edgexfoundry.org:10003 10:01:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:41 Configure a credential helper to remove this warning. See 10:01:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:41 10:01:41 Login Succeeded 10:01:41 nexus3.edgexfoundry.org:10004 10:01:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:41 Configure a credential helper to remove this warning. See 10:01:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:41 10:01:41 Login Succeeded 10:01:41 docker.io 10:01:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:01:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:01:42 Configure a credential helper to remove this warning. See 10:01:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:01:42 10:01:42 Login Succeeded 10:01:42 ---> docker-login.sh ends [Pipeline] } 10:01:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:01:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:01:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:01:42 ========================================================= 10:01:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 10:01:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:01:43 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 10:01:43 Sending build context to Docker daemon 3.15MB 10:01:43 Step 1/10 : ARG BASE=golang:1.17-alpine3.15 10:01:43 Step 2/10 : FROM ${BASE} AS builder 10:01:44 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:01:44 9b3977197b4f: Pulling fs layer 10:01:44 1a89e8eeedd5: Pulling fs layer 10:01:44 94645a83ff95: Pulling fs layer 10:01:44 e6fb740bc735: Pulling fs layer 10:01:44 3a77bd46dcc9: Pulling fs layer 10:01:44 355e64cbe906: Pulling fs layer 10:01:44 63ab81a10011: Pulling fs layer 10:01:44 555d1d1c4555: Pulling fs layer 10:01:44 7d9057610161: Pulling fs layer 10:01:44 e6fb740bc735: Waiting 10:01:44 3a77bd46dcc9: Waiting 10:01:44 555d1d1c4555: Waiting 10:01:44 355e64cbe906: Waiting 10:01:44 63ab81a10011: Waiting 10:01:44 7d9057610161: Waiting 10:01:44 94645a83ff95: Download complete 10:01:44 1a89e8eeedd5: Verifying Checksum 10:01:44 1a89e8eeedd5: Download complete 10:01:44 3a77bd46dcc9: Verifying Checksum 10:01:44 3a77bd46dcc9: Download complete 10:01:44 355e64cbe906: Verifying Checksum 10:01:44 355e64cbe906: Download complete 10:01:44 9b3977197b4f: Verifying Checksum 10:01:44 9b3977197b4f: Download complete 10:01:44 63ab81a10011: Verifying Checksum 10:01:44 63ab81a10011: Download complete 10:01:45 9b3977197b4f: Pull complete 10:01:45 7d9057610161: Verifying Checksum 10:01:45 7d9057610161: Download complete 10:01:45 1a89e8eeedd5: Pull complete 10:01:45 94645a83ff95: Pull complete 10:01:46 555d1d1c4555: Download complete 10:01:46 e6fb740bc735: Verifying Checksum 10:01:46 e6fb740bc735: Download complete 10:01:59 e6fb740bc735: Pull complete 10:01:59 3a77bd46dcc9: Pull complete 10:01:59 355e64cbe906: Pull complete 10:01:59 63ab81a10011: Pull complete 10:02:06 555d1d1c4555: Pull complete 10:02:08 7d9057610161: Pull complete 10:02:08 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 10:02:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 10:02:08 ---> 819e984ddca1 10:02:08 Step 3/10 : ARG MAKE='make build' 10:02:09 ---> Running in 990f23061f8a 10:02:09 Removing intermediate container 990f23061f8a 10:02:09 ---> b2c7bf125071 10:02:09 Step 4/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:02:09 ---> Running in d9d0294c2ad1 10:02:11 Removing intermediate container d9d0294c2ad1 10:02:11 ---> 1c63918c39ab 10:02:11 Step 5/10 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 10:02:11 ---> Running in d83964ffdee4 10:02:12 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:02:13 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:02:14 (1/8) Installing openssh-keygen (8.8_p1-r1) 10:02:14 (2/8) Installing libedit (20210910.3.1-r0) 10:02:14 (3/8) Installing openssh-client-common (8.8_p1-r1) 10:02:14 (4/8) Installing openssh-client-default (8.8_p1-r1) 10:02:14 (5/8) Installing openssh-sftp-server (8.8_p1-r1) 10:02:14 (6/8) Installing openssh-server-common (8.8_p1-r1) 10:02:15 (7/8) Installing openssh-server (8.8_p1-r1) 10:02:15 (8/8) Installing openssh (8.8_p1-r1) 10:02:15 Executing busybox-1.34.1-r3.trigger 10:02:15 OK: 226 MiB in 60 packages 10:02:16 Removing intermediate container d83964ffdee4 10:02:16 ---> dbd94cea7a2c 10:02:16 Step 6/10 : WORKDIR /device-modbus-go 10:02:16 ---> Running in 50fa88d84bd1 10:02:16 Removing intermediate container 50fa88d84bd1 10:02:16 ---> b8a0cf48f06c 10:02:16 Step 7/10 : COPY go.mod vendor* ./ 10:02:17 ---> 93645920015b 10:02:17 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:02:17 ---> Running in b59aac10d8b4 10:03:04 Removing intermediate container b59aac10d8b4 10:03:04 ---> 92020fb92499 10:03:04 Step 9/10 : COPY . . 10:03:04 ---> eb7039cc5cd0 10:03:04 Step 10/10 : RUN ${MAKE} 10:03:04 ---> Running in 56f1e7228efa 10:03:04 noop 10:03:04 Removing intermediate container 56f1e7228efa 10:03:04 ---> e3bc1ca44f52 10:03:04 Successfully built e3bc1ca44f52 10:03:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:04 + docker inspect -f . ci-base-image-arm64 10:03:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:03:05 prd-ubuntu20.04-docker-arm64-4c-16g-2551 does not seem to be running inside a container 10:03:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:03:06 $ docker top f56ab6f7bcef5e8f2f8c3880a25cc516f339133e47305bb844517c663b01e5b6 -eo pid,comm [Pipeline] { [Pipeline] sh 10:03:07 + go version 10:03:07 go version go1.17.7 linux/arm64 [Pipeline] } 10:03:07 $ docker stop --time=1 f56ab6f7bcef5e8f2f8c3880a25cc516f339133e47305bb844517c663b01e5b6 10:03:08 $ docker rm -f f56ab6f7bcef5e8f2f8c3880a25cc516f339133e47305bb844517c663b01e5b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:03:09 + docker inspect -f . ci-base-image-arm64 10:03:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:03:10 prd-ubuntu20.04-docker-arm64-4c-16g-2551 does not seem to be running inside a container 10:03:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:03:11 $ docker top 808ab625927db9e1c8bbd43d6605a3ae48e059466f2cf6b22471841a221660dc -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 10:03:12 + make test 10:03:12 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:03:13 ? github.com/edgexfoundry/device-modbus-go [no test files] 10:04:35 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 10:04:35 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.062s coverage: 46.4% of statements 10:04:35 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:04:35 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:04:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:04:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 10:04:58 ./bin/test-attribution-txt.sh [Pipeline] echo 10:04:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:04:58 $ docker stop --time=1 808ab625927db9e1c8bbd43d6605a3ae48e059466f2cf6b22471841a221660dc 10:04:59 $ docker rm -f 808ab625927db9e1c8bbd43d6605a3ae48e059466f2cf6b22471841a221660dc [Pipeline] // withDockerContainer [Pipeline] sh 10:05:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:05:00 Warning: overwriting stash ‘coverage-report’ 10:05:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 10:05:02 + sudo chown -R jenkins:jenkins . [Pipeline] sh 10:05:02 + ls -al . 10:05:02 total 180 10:05:02 drwxrwxr-x 9 jenkins jenkins 4096 Jun 17 10:04 . 10:05:02 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 10:01 .. 10:05:02 -rw-rw-r-- 1 jenkins jenkins 140 Jun 17 10:01 .dockerignore 10:05:02 drwxrwxr-x 8 jenkins jenkins 4096 Jun 17 10:01 .git 10:05:02 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 10:01 .github 10:05:02 -rw-rw-r-- 1 jenkins jenkins 331 Jun 17 10:01 .gitignore 10:05:02 -rw-rw-r-- 1 jenkins jenkins 41 Jun 17 10:01 .golangci.yml 10:05:02 -rw-rw-r-- 1 jenkins jenkins 9636 Jun 17 10:01 Attribution.txt 10:05:02 -rw-rw-r-- 1 jenkins jenkins 10001 Jun 17 10:01 CHANGELOG.md 10:05:02 -rw-rw-r-- 1 jenkins jenkins 1546 Jun 17 10:01 Dockerfile 10:05:02 -rw-rw-r-- 1 jenkins jenkins 677 Jun 17 10:01 GOVERNANCE.md 10:05:02 -rw-rw-r-- 1 jenkins jenkins 680 Jun 17 10:01 Jenkinsfile 10:05:02 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 17 10:01 LICENSE 10:05:02 -rw-rw-r-- 1 jenkins jenkins 1905 Jun 17 10:01 Makefile 10:05:02 -rw-rw-r-- 1 jenkins jenkins 622 Jun 17 10:01 OWNERS.md 10:05:02 -rw-rw-r-- 1 jenkins jenkins 3397 Jun 17 10:01 README.md 10:05:02 -rw-rw-r-- 1 jenkins jenkins 5 Jun 17 09:59 VERSION 10:05:02 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 10:01 bin 10:05:02 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 10:01 cmd 10:05:02 -rw-r--r-- 1 jenkins jenkins 24065 Jun 17 10:04 coverage.out 10:05:02 -rw-rw-r-- 1 jenkins jenkins 3403 Jun 17 10:01 go.mod 10:05:02 -rw-rw-r-- 1 jenkins jenkins 36017 Jun 17 10:01 go.sum 10:05:02 drwxrwxr-x 3 jenkins jenkins 4096 Jun 17 10:01 internal 10:05:02 drwxrwxr-x 2 jenkins jenkins 4096 Jun 17 10:01 simulator 10:05:02 drwxrwxr-x 4 jenkins jenkins 4096 Jun 17 10:01 snap 10:05:02 -rw-rw-r-- 1 jenkins jenkins 229 Jun 17 10:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:05:02 + docker build -t device-modbus-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 --label arch=arm64 --label version=0.0.0 . 10:05:03 Sending build context to Docker daemon 3.175MB 10:05:03 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 10:05:03 Step 2/23 : FROM ${BASE} AS builder 10:05:03 ---> e3bc1ca44f52 10:05:03 Step 3/23 : ARG MAKE='make build' 10:05:03 ---> Running in 28017ced2101 10:05:03 Removing intermediate container 28017ced2101 10:05:03 ---> ba5f9d628e0e 10:05:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:05:03 ---> Running in c5296d0ef058 10:05:05 Removing intermediate container c5296d0ef058 10:05:05 ---> bc21715e912b 10:05:05 Step 5/23 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 10:05:05 ---> Running in 9f0232490914 10:05:06 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 10:05:07 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 10:05:08 OK: 226 MiB in 60 packages 10:05:08 Removing intermediate container 9f0232490914 10:05:08 ---> 7bcedbdd65ae 10:05:08 Step 6/23 : WORKDIR /device-modbus-go 10:05:09 ---> Running in fc012d7062c3 10:05:09 Removing intermediate container fc012d7062c3 10:05:09 ---> 344d3002dda2 10:05:09 Step 7/23 : COPY go.mod vendor* ./ 10:05:09 ---> b7d31a486510 10:05:09 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 10:05:09 ---> Running in c83c4f4bfe39 10:05:11 Removing intermediate container c83c4f4bfe39 10:05:11 ---> 391e02da76c8 10:05:11 Step 9/23 : COPY . . 10:05:12 ---> b3f5e1bf1a6d 10:05:12 Step 10/23 : RUN ${MAKE} 10:05:12 ---> Running in 73f1f25ce748 10:05:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd 10:07:20 Removing intermediate container 73f1f25ce748 10:07:20 ---> 2387767b4535 10:07:20 Step 11/23 : FROM alpine:3.14 10:07:20 3.14: Pulling from library/alpine 10:07:20 455c02918c45: Pulling fs layer 10:07:20 455c02918c45: Verifying Checksum 10:07:20 455c02918c45: Download complete 10:07:20 455c02918c45: Pull complete 10:07:20 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 10:07:20 Status: Downloaded newer image for alpine:3.14 10:07:20 ---> ac73e934f311 10:07:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 10:07:20 ---> Running in 01644db7377c 10:07:20 Removing intermediate container 01644db7377c 10:07:20 ---> ce589069ec0d 10:07:20 Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:07:20 ---> Running in bd4742060d6b 10:07:20 Removing intermediate container bd4742060d6b 10:07:20 ---> bd8e9fb07914 10:07:20 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 10:07:20 ---> Running in 768b726c7f0b 10:07:20 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 10:07:20 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 10:07:20 (1/6) Installing dumb-init (1.2.5-r1) 10:07:20 (2/6) Installing libgcc (10.3.1_git20210424-r2) 10:07:20 (3/6) Installing libsodium (1.0.18-r0) 10:07:20 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 10:07:20 (5/6) Installing libzmq (4.3.4-r0) 10:07:20 (6/6) Installing zeromq (4.3.4-r0) 10:07:20 Executing busybox-1.33.1-r7.trigger 10:07:20 OK: 8 MiB in 20 packages 10:07:20 Removing intermediate container 768b726c7f0b 10:07:20 ---> 3042c45a6faf 10:07:20 Step 15/23 : COPY --from=builder /device-modbus-go/cmd / 10:07:20 ---> bc76e9fcc13e 10:07:20 Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / 10:07:20 ---> f505e56a77b0 10:07:20 Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / 10:07:20 ---> afc7ca4d9a5c 10:07:20 Step 18/23 : EXPOSE 59901 10:07:20 ---> Running in 9b5d064767e8 10:07:20 Removing intermediate container 9b5d064767e8 10:07:20 ---> a9706cfd7971 10:07:20 Step 19/23 : ENTRYPOINT ["/device-modbus"] 10:07:20 ---> Running in 182edbecf824 10:07:20 Removing intermediate container 182edbecf824 10:07:20 ---> 32fe70727d16 10:07:20 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:07:20 ---> Running in 133cc2adec04 10:07:20 Removing intermediate container 133cc2adec04 10:07:20 ---> 82b72704bfd3 10:07:20 Step 21/23 : LABEL arch=arm64 10:07:20 ---> Running in 1305e414c6ee 10:07:20 Removing intermediate container 1305e414c6ee 10:07:20 ---> beeeaf119e9b 10:07:20 Step 22/23 : LABEL git_sha=d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 10:07:20 ---> Running in 14b52b6dfc3f 10:07:20 Removing intermediate container 14b52b6dfc3f 10:07:20 ---> da688cf02dd8 10:07:20 Step 23/23 : LABEL version=0.0.0 10:07:20 ---> Running in ff76ad924b4e 10:07:20 Removing intermediate container ff76ad924b4e 10:07:20 ---> 9145447f4f00 10:07:20 [Warning] One or more build-args [ARCH] were not consumed 10:07:20 Successfully built 9145447f4f00 10:07:20 Successfully tagged device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:07:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:07:21 10:07:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:07:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:07:22 arm64: Pulling from edgex-lftools-log-publisher 10:07:22 8998bd30e6a1: Pulling fs layer 10:07:22 04944245beec: Pulling fs layer 10:07:22 699f458cf7ca: Pulling fs layer 10:07:22 765212b225bb: Pulling fs layer 10:07:22 f23df028b6ca: Pulling fs layer 10:07:22 d65c8cfc05b1: Pulling fs layer 10:07:22 2437ff75d9bd: Pulling fs layer 10:07:22 765212b225bb: Waiting 10:07:22 f23df028b6ca: Waiting 10:07:22 d65c8cfc05b1: Waiting 10:07:22 2437ff75d9bd: Waiting 10:07:22 04944245beec: Verifying Checksum 10:07:22 04944245beec: Download complete 10:07:22 765212b225bb: Verifying Checksum 10:07:22 765212b225bb: Download complete 10:07:22 f23df028b6ca: Download complete 10:07:22 d65c8cfc05b1: Verifying Checksum 10:07:22 d65c8cfc05b1: Download complete 10:07:22 699f458cf7ca: Verifying Checksum 10:07:22 699f458cf7ca: Download complete 10:07:22 8998bd30e6a1: Verifying Checksum 10:07:22 8998bd30e6a1: Download complete 10:07:25 2437ff75d9bd: Verifying Checksum 10:07:25 2437ff75d9bd: Download complete 10:07:27 8998bd30e6a1: Pull complete 10:07:27 04944245beec: Pull complete 10:07:29 699f458cf7ca: Pull complete 10:07:29 765212b225bb: Pull complete 10:07:30 f23df028b6ca: Pull complete 10:07:30 d65c8cfc05b1: Pull complete 10:07:45 2437ff75d9bd: Pull complete 10:07:45 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:07:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:07:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:07:45 prd-ubuntu20.04-docker-arm64-4c-16g-2551 does not seem to be running inside a container 10:07:46 $ 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-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 10:07:48 $ docker top 7f914e975ee619dd94bcd9c59e6d9246412aee5e11932d989d012a8d979718e0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:07:49 ---> job-cost.sh 10:07:49 lf-activate-venv: SKIPPING 10:07:49 INFO: No Stack... 10:07:49 INFO: Retrieving Pricing Info for: v3-standard-4 10:07:50 INFO: Archiving Costs [Pipeline] sh 10:07:51 + cat /w/workspace/device-modbus-go/1/archives/cost.csv 10:07:51 + cut -d, -f6 [Pipeline] lock 10:07:51 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-354-1-stack-cost] 10:07:51 Resource [jenkins-edgexfoundry-device-modbus-go-PR-354-1-stack-cost] did not exist. Created. 10:07:51 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-354-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:07:52 /w/workspace/device-modbus-go/1@tmp/durable-3f7d3787/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:07:52 + echo total: 0.10999999940395355 [Pipeline] stash 10:07:52 Warning: overwriting stash ‘stack-cost’ 10:07:53 Stashed 1 file(s) [Pipeline] } 10:07:53 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-354-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:07:53 $ docker stop --time=1 7f914e975ee619dd94bcd9c59e6d9246412aee5e11932d989d012a8d979718e0 10:07:54 $ docker rm -f 7f914e975ee619dd94bcd9c59e6d9246412aee5e11932d989d012a8d979718e0 [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 10:07:55 provisioning config files... 10:07:55 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-354@tmp/config6280939756050153557tmp [Pipeline] { [Pipeline] sh 10:07:55 + set +x 10:07:55 + + curl -s https://codecov.io/bash 10:07:55 bash -s -- 10:07:55 10:07:55 _____ _ 10:07:55 / ____| | | 10:07:55 | | ___ __| | ___ ___ _____ __ 10:07:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:07:55 | |___| (_) | (_| | __/ (_| (_) \ V / 10:07:55 \_____\___/ \__,_|\___|\___\___/ \_/ 10:07:55 Bash-1.0.6 10:07:55 10:07:55 10:07:55 ==> git version 2.25.1 found 10:07:55 ==> 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 10:07:55 Release-Date: 2020-01-08 10:07:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:07:55 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:07:55 ==> Jenkins CI detected. 10:07:55 current dir:  /w/workspace/xfoundry_device-modbus-go_PR-354 10:07:55 project root: . 10:07:55 --> token set from env 10:07:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:07:55 ==> Running gcov in . (disable via -X gcov) 10:07:55 ==> Python coveragepy not found 10:07:55 ==> Searching for coverage reports in: 10:07:55 + . 10:07:55 -> Found 1 reports 10:07:55 ==> Detecting git/mercurial file structure 10:07:55 ==> Reading reports 10:07:55 + ./coverage.out bytes=24065 10:07:55 ==> Appending adjustments 10:07:55 https://docs.codecov.io/docs/fixing-reports 10:07:56 + Found adjustments 10:07:56 ==> Gzipping contents 10:07:56 4.0K /tmp/codecov.XB37Aa.gz 10:07:56 ==> Uploading reports 10:07:56 url: https://codecov.io 10:07:56 query: branch=PR-354&commit=d5cc59ccc1123cafdcef011ea7bb1e0436b93c20&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-354%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=354&job=&cmd_args= 10:07:56 -> Pinging Codecov 10:07:56 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3a8d40b1-de00-4649-bfd4-bdc8ed99ae89&branch=PR-354&commit=d5cc59ccc1123cafdcef011ea7bb1e0436b93c20&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-354%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=354&job=&cmd_args= 10:07:56 -> Uploading to 10:07:56 https://storage.googleapis.com/codecov/v4/raw/2022-06-17/55DBCA73C666E3227836607328DD7E49/d5cc59ccc1123cafdcef011ea7bb1e0436b93c20/9b9bee39-e5a6-4594-ae35-ef2e28cdb541.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220617%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220617T100756Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c38b618a3e6f4efa09a07b88dc08ea7b05e7521908decd4211ba2dc6818f31c1 10:07:56 % Total % Received % Xferd Average Speed Time Time Time Current 10:07:56 Dload Upload Total Spent Left Speed 10:07:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4018 0 0 100 4018 0 18263 --:--:-- --:--:-- --:--:-- 18180 100 4018 0 0 100 4018 0 17622 --:--:-- --:--:-- --:--:-- 17545 10:07:56 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/d5cc59ccc1123cafdcef011ea7bb1e0436b93c20 [Pipeline] } 10:07:56 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 10:07:58 + [ -d /w/workspace/xfoundry_device-modbus-go_PR-354/archives ] 10:07:58 + ls -al /w/workspace/xfoundry_device-modbus-go_PR-354/archives 10:07:58 total 16 10:07:58 drwxr-xr-x 3 root root 4096 Jun 17 10:00 . 10:07:58 drwxrwxr-x 11 jenkins jenkins 4096 Jun 17 10:00 .. 10:07:58 drwxr-xr-x 2 root root 4096 Jun 17 10:00 cost 10:07:58 -rw-r--r-- 1 root root 87 Jun 17 10:00 cost.csv 10:07:58 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_device-modbus-go_PR-354/archives 10:07:58 + ls -al /w/workspace/xfoundry_device-modbus-go_PR-354/archives 10:07:58 total 16 10:07:58 drwxr-xr-x 3 jenkins jenkins 4096 Jun 17 10:00 . 10:07:58 drwxrwxr-x 11 jenkins jenkins 4096 Jun 17 10:00 .. 10:07:58 drwxr-xr-x 2 jenkins jenkins 4096 Jun 17 10:00 cost 10:07:58 -rw-r--r-- 1 jenkins jenkins 87 Jun 17 10:00 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:07:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:07:59 ---> package-listing.sh 10:07:59 ++ facter osfamily 10:07:59 ++ tr '[:upper:]' '[:lower:]' 10:07:59 + OS_FAMILY=debian 10:07:59 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-354 10:07:59 + START_PACKAGES=/tmp/packages_start.txt 10:07:59 + END_PACKAGES=/tmp/packages_end.txt 10:07:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:07:59 + PACKAGES=/tmp/packages_start.txt 10:07:59 + '[' /w/workspace/xfoundry_device-modbus-go_PR-354 ']' 10:07:59 + PACKAGES=/tmp/packages_end.txt 10:07:59 + case "${OS_FAMILY}" in 10:07:59 + dpkg -l 10:07:59 + grep '^ii' 10:07:59 + '[' -f /tmp/packages_start.txt ']' 10:07:59 + '[' -f /tmp/packages_end.txt ']' 10:07:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:07:59 + '[' /w/workspace/xfoundry_device-modbus-go_PR-354 ']' 10:07:59 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-354/archives/ 10:07:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-354/archives/ [Pipeline] echo 10:07:59 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/xfoundry_device-modbus-go_PR-354/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:08:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:08:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:08:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:08:00 prd-ubuntu20.04-docker-8c-8g-2550 does not seem to be running inside a container 10:08:01 $ 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/xfoundry_device-modbus-go_PR-354/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-354 -v /w/workspace/xfoundry_device-modbus-go_PR-354:/w/workspace/xfoundry_device-modbus-go_PR-354:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-354@tmp:/w/workspace/xfoundry_device-modbus-go_PR-354@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:08:01 $ docker top b92dab8c8c46365b1a59024c10889dccdc1790ec898f2e1e6fc6dea5b2e9f7ca -eo pid,comm [Pipeline] { [Pipeline] sh 10:08:01 + touch /tmp/pre-build-complete [Pipeline] sh 10:08:01 + mkdir -p /var/log/sysstat [Pipeline] sh 10:08:02 + ls /var/log/sa-host 10:08:02 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:08:02 provisioning config files... 10:08:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-354@tmp/config7450712453701426109tmp [Pipeline] { [Pipeline] echo 10:08:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:08:02 ---> create-netrc.sh [Pipeline] } 10:08:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:08:03 ---> python-tools-install.sh [Pipeline] echo 10:08:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:08:03 ---> sudo-logs.sh 10:08:03 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:08:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:08:03 ---> job-cost.sh 10:08:03 lf-activate-venv: SKIPPING 10:08:03 DEBUG: total: 0.2199999988079071 10:08:03 INFO: Retrieving Stack Cost... 10:08:04 INFO: Retrieving Pricing Info for: v3-standard-8 10:08:04 INFO: Archiving Costs [Pipeline] echo 10:08:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:08:05 ---> logs-deploy.sh 10:08:05 lf-activate-venv: SKIPPING 10:08:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-354/1 10:08:05 INFO: archiving workspace using pattern(s): 10:08:06 Archives upload complete. 10:08:06 INFO: archiving logs to Nexus