Pull request #392 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of ejlee3 for edgexfoundry/device-modbus-go Obtained Jenkinsfile from 38d24b4233300a6d9c81bbde9568cd59cf22f7a2+251be81c94d6bf2c69d06494166ea5d98cfe24ab (397d30e05d7b74fe7534e89d1bc4d13916822397) 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-ssh18101789080395704147.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16841234514531622693.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-392/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-392/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10315616907961078372.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-392/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6414367113546491326.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1570292263659686748.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-392/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-392/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4177423244859079925.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-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.18 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 Running on prd-ubuntu20.04-docker-8c-8g-121210 in /w/workspace/xfoundry_device-modbus-go_PR-392 [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-392 # 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 > 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/392/head:refs/remotes/origin/PR-392 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 251be81c94d6bf2c69d06494166ea5d98cfe24ab into PR head commit 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 Merge succeeded, producing 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 Checking out Revision 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 (PR-392) > git config core.sparsecheckout # timeout=10 > git checkout -f 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 # 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 251be81c94d6bf2c69d06494166ea5d98cfe24ab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 # timeout=10 Commit message: "refactor!: use latest SDK for flattened config stem" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:20:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:20:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:20:45 ========================================================= 16:20:45 EdgeX Global Pipelines Version Info 16:20:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:20:46 ------------------- 16:20:46 stable info: 16:20:46 ------------------- 16:20:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:20:46 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:20:46 Message: update stable to v1.0.244 16:20:46 ------------------- 16:20:46 experimental info: 16:20:46 ------------------- 16:20:46 Commited By: **** collab-it+edgex@linuxfoundation.org 16:20:46 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:20:46 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:20:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 16:20:46 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 16:20:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:20:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:20:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:20:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:20:48 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:20:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-392 [Pipeline] echo 16:20:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-392 [Pipeline] echo 16:20:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-392 [Pipeline] echo 16:20:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 [Pipeline] echo 16:20:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 38d24b4 [Pipeline] echo 16:20:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:20:48 provisioning config files... 16:20:48 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-392@tmp/config7330844206184692925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:20:48 ---> docker-login.sh 16:20:48 nexus3.edgexfoundry.org:10001 16:20:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:49 Configure a credential helper to remove this warning. See 16:20:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:49 16:20:49 Login Succeeded 16:20:49 nexus3.edgexfoundry.org:10002 16:20:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:49 Configure a credential helper to remove this warning. See 16:20:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:49 16:20:49 Login Succeeded 16:20:49 nexus3.edgexfoundry.org:10003 16:20:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:49 Configure a credential helper to remove this warning. See 16:20:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:49 16:20:49 Login Succeeded 16:20:49 nexus3.edgexfoundry.org:10004 16:20:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:49 Configure a credential helper to remove this warning. See 16:20:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:49 16:20:49 Login Succeeded 16:20:49 docker.io 16:20:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:49 Configure a credential helper to remove this warning. See 16:20:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:49 16:20:49 Login Succeeded 16:20:49 ---> docker-login.sh ends [Pipeline] } 16:20:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:20:50 + git rev-list -1 --merges 38d24b4233300a6d9c81bbde9568cd59cf22f7a2~1..38d24b4233300a6d9c81bbde9568cd59cf22f7a2 [Pipeline] echo 16:20:50 -----------> git rev-list -1 --merges 38d24b4233300a6d9c81bbde9568cd59cf22f7a2~1..38d24b4233300a6d9c81bbde9568cd59cf22f7a2 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 [false] [Pipeline] sh 16:20:50 + git log --format=format:%s -1 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 [Pipeline] echo 16:20:50 ========================================================= 16:20:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:20:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:20:51 + git log --format=format:%s -1 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 [Pipeline] echo 16:20:51 [semverPrep] GIT_COMMIT: 38d24b4233300a6d9c81bbde9568cd59cf22f7a2, Commit Message: refactor!: use latest SDK for flattened config stem [Pipeline] echo 16:20:51 [semverPrep] This is not a build commit. [Pipeline] sh 16:20:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:20:51 + grep -v github /etc/ssh/ssh_known_hosts 16:20:51 + [ -e /tmp/ssh_known_hosts ] 16:20:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:20:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:20:51 + sudo tee -a /etc/ssh/ssh_known_hosts 16:20:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:20:52 16:20:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:20:52 0.1.4: Pulling from edgex-devops/py-git-semver 16:20:52 b85a868b505f: Pulling fs layer 16:20:52 e2be974225ed: Pulling fs layer 16:20:52 339a4e72a1f5: Pulling fs layer 16:20:52 988bab9f4d93: Pulling fs layer 16:20:52 1469e6f7b9e6: Pulling fs layer 16:20:52 eaf3925da568: Pulling fs layer 16:20:52 bab4dde63d76: Pulling fs layer 16:20:52 bde34c3a00c8: Pulling fs layer 16:20:52 b352a97aabf1: Pulling fs layer 16:20:52 4872d77fe225: Pulling fs layer 16:20:52 5851b861e8e6: Pulling fs layer 16:20:52 988bab9f4d93: Waiting 16:20:52 1469e6f7b9e6: Waiting 16:20:52 bab4dde63d76: Waiting 16:20:52 b352a97aabf1: Waiting 16:20:52 eaf3925da568: Waiting 16:20:52 4872d77fe225: Waiting 16:20:52 bde34c3a00c8: Waiting 16:20:52 e2be974225ed: Download complete 16:20:52 988bab9f4d93: Verifying Checksum 16:20:52 988bab9f4d93: Download complete 16:20:52 1469e6f7b9e6: Verifying Checksum 16:20:52 1469e6f7b9e6: Download complete 16:20:52 339a4e72a1f5: Verifying Checksum 16:20:52 339a4e72a1f5: Download complete 16:20:52 eaf3925da568: Verifying Checksum 16:20:52 eaf3925da568: Download complete 16:20:52 bde34c3a00c8: Download complete 16:20:52 b352a97aabf1: Verifying Checksum 16:20:52 b352a97aabf1: Download complete 16:20:52 4872d77fe225: Verifying Checksum 16:20:52 4872d77fe225: Download complete 16:20:52 5851b861e8e6: Verifying Checksum 16:20:52 5851b861e8e6: Download complete 16:20:52 b85a868b505f: Verifying Checksum 16:20:52 b85a868b505f: Download complete 16:20:53 bab4dde63d76: Verifying Checksum 16:20:53 bab4dde63d76: Download complete 16:20:54 b85a868b505f: Pull complete 16:20:54 e2be974225ed: Pull complete 16:20:54 339a4e72a1f5: Pull complete 16:20:54 988bab9f4d93: Pull complete 16:20:55 1469e6f7b9e6: Pull complete 16:20:55 eaf3925da568: Pull complete 16:20:57 bab4dde63d76: Pull complete 16:20:57 bde34c3a00c8: Pull complete 16:20:57 b352a97aabf1: Pull complete 16:20:57 4872d77fe225: Pull complete 16:20:57 5851b861e8e6: Pull complete 16:20:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:20:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:20:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:20:57 prd-ubuntu20.04-docker-8c-8g-121210 does not seem to be running inside a container 16:20:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-392 -v /w/workspace/xfoundry_device-modbus-go_PR-392:/w/workspace/xfoundry_device-modbus-go_PR-392:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-392@tmp:/w/workspace/xfoundry_device-modbus-go_PR-392@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 16:20:59 $ docker top 5d7d9bd9114baeeee88107234c5e8b6c21e4b1e522f497d0851a4ed68ce0b0d3 -eo pid,comm 16:20:59 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). 16:20:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:20:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:20:59 [ssh-agent] Looking for ssh-agent implementation... 16:20:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:20:59 $ docker exec 5d7d9bd9114baeeee88107234c5e8b6c21e4b1e522f497d0851a4ed68ce0b0d3 ssh-agent 16:20:59 SSH_AUTH_SOCK=/tmp/ssh-L0UhdVhMukw7/agent.32 16:20:59 SSH_AGENT_PID=38 16:20:59 Running ssh-add (command line suppressed) 16:20:59 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-392@tmp/private_key_16191423564513425805.key (/w/workspace/xfoundry_device-modbus-go_PR-392@tmp/private_key_16191423564513425805.key) 16:20:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:21:00 + git tag --points-at HEAD [Pipeline] } 16:21:00 $ docker exec --env ******** --env ******** 5d7d9bd9114baeeee88107234c5e8b6c21e4b1e522f497d0851a4ed68ce0b0d3 ssh-agent -k 16:21:00 unset SSH_AUTH_SOCK; 16:21:00 unset SSH_AGENT_PID; 16:21:00 echo Agent pid 38 killed; 16:21:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:21:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:21:00 [ssh-agent] Looking for ssh-agent implementation... 16:21:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:21:00 $ docker exec 5d7d9bd9114baeeee88107234c5e8b6c21e4b1e522f497d0851a4ed68ce0b0d3 ssh-agent 16:21:00 SSH_AUTH_SOCK=/tmp/ssh-UCh8x4Ykx0NT/agent.70 16:21:00 SSH_AGENT_PID=76 16:21:00 Running ssh-add (command line suppressed) 16:21:00 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-392@tmp/private_key_8907624299872443196.key (/w/workspace/xfoundry_device-modbus-go_PR-392@tmp/private_key_8907624299872443196.key) 16:21:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:21:01 + git semver init 16:21:01 2022-12-14 16:21:01,339 [run_init] DEBUG init version:0.0.0 force:False 16:21:01 2022-12-14 16:21:01,341 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_device-modbus-go_PR-392/.semver 16:21:01 2022-12-14 16:21:01,342 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/xfoundry_device-modbus-go_PR-392/.semver 16:21:01 2022-12-14 16:21:01,342 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-modbus-go.git', '/w/workspace/xfoundry_device-modbus-go_PR-392/.semver'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-392, universal_newlines=False, shell=None, istream=None) 16:21:02 2022-12-14 16:21:02,235 [append_file] DEBUG append to file:/w/workspace/xfoundry_device-modbus-go_PR-392/.git/info/exclude 16:21:02 2022-12-14 16:21:02,236 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_device-modbus-go_PR-392/.semver/PR-392 with force:False 16:21:02 2022-12-14 16:21:02,236 [write_file] DEBUG write to file:/w/workspace/xfoundry_device-modbus-go_PR-392/.semver/PR-392 16:21:02 2022-12-14 16:21:02,239 [execute] INFO git cat-file --batch-check 16:21:02 2022-12-14 16:21:02,240 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-392/.semver, universal_newlines=False, shell=None, istream=) 16:21:02 2022-12-14 16:21:02,245 [execute] INFO git cat-file --batch 16:21:02 2022-12-14 16:21:02,245 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_device-modbus-go_PR-392/.semver, universal_newlines=False, shell=None, istream=) 16:21:02 2022-12-14 16:21:02,249 [read_version] DEBUG read version from /w/workspace/xfoundry_device-modbus-go_PR-392/.semver/PR-392 16:21:02 0.0.0 [Pipeline] } 16:21:02 $ docker exec --env ******** --env ******** 5d7d9bd9114baeeee88107234c5e8b6c21e4b1e522f497d0851a4ed68ce0b0d3 ssh-agent -k 16:21:02 unset SSH_AUTH_SOCK; 16:21:02 unset SSH_AGENT_PID; 16:21:02 echo Agent pid 76 killed; 16:21:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:21:02 + git semver [Pipeline] } 16:21:03 $ docker stop --time=1 5d7d9bd9114baeeee88107234c5e8b6c21e4b1e522f497d0851a4ed68ce0b0d3 16:21:04 $ docker rm -f 5d7d9bd9114baeeee88107234c5e8b6c21e4b1e522f497d0851a4ed68ce0b0d3 [Pipeline] // withDockerContainer [Pipeline] sh 16:21:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:21:05 Stashed 1 file(s) [Pipeline] echo 16:21:05 [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 16:21:06 provisioning config files... 16:21:06 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-392@tmp/config13009910484710820391tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:21:06 ---> docker-login.sh 16:21:06 nexus3.edgexfoundry.org:10001 16:21:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:06 Configure a credential helper to remove this warning. See 16:21:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:06 16:21:06 Login Succeeded 16:21:06 nexus3.edgexfoundry.org:10002 16:21:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:06 Configure a credential helper to remove this warning. See 16:21:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:06 16:21:06 Login Succeeded 16:21:06 nexus3.edgexfoundry.org:10003 16:21:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:06 Configure a credential helper to remove this warning. See 16:21:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:06 16:21:06 Login Succeeded 16:21:06 nexus3.edgexfoundry.org:10004 16:21:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:06 Configure a credential helper to remove this warning. See 16:21:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:06 16:21:06 Login Succeeded 16:21:06 docker.io 16:21:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:21:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:21:07 Configure a credential helper to remove this warning. See 16:21:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:21:07 16:21:07 Login Succeeded 16:21:07 ---> docker-login.sh ends [Pipeline] } 16:21:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:21:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:21:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:21:07 ========================================================= 16:21:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:21:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:21:08 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 16:21:08 Sending build context to Docker daemon 6.331MB 16:21:08 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 16:21:08 Step 2/10 : FROM ${BASE} AS builder 16:21:08 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:21:08 213ec9aee27d: Pulling fs layer 16:21:08 4583459ba037: Pulling fs layer 16:21:08 93c1e223e6f2: Pulling fs layer 16:21:08 53926ce57604: Pulling fs layer 16:21:08 21b2b0c7a3f4: Pulling fs layer 16:21:08 53926ce57604: Waiting 16:21:08 22ff95d597cd: Pulling fs layer 16:21:08 12d6caf4c0d1: Pulling fs layer 16:21:08 96b7cbca73a9: Pulling fs layer 16:21:08 a7acece74701: Pulling fs layer 16:21:08 22ff95d597cd: Waiting 16:21:08 12d6caf4c0d1: Waiting 16:21:08 96b7cbca73a9: Waiting 16:21:08 a7acece74701: Waiting 16:21:08 93c1e223e6f2: Verifying Checksum 16:21:08 93c1e223e6f2: Download complete 16:21:08 4583459ba037: Download complete 16:21:08 21b2b0c7a3f4: Download complete 16:21:08 22ff95d597cd: Verifying Checksum 16:21:08 22ff95d597cd: Download complete 16:21:08 213ec9aee27d: Verifying Checksum 16:21:08 213ec9aee27d: Download complete 16:21:08 12d6caf4c0d1: Verifying Checksum 16:21:08 12d6caf4c0d1: Download complete 16:21:08 213ec9aee27d: Pull complete 16:21:08 4583459ba037: Pull complete 16:21:08 93c1e223e6f2: Pull complete 16:21:08 a7acece74701: Verifying Checksum 16:21:08 a7acece74701: Download complete 16:21:08 96b7cbca73a9: Verifying Checksum 16:21:08 96b7cbca73a9: Download complete 16:21:09 53926ce57604: Verifying Checksum 16:21:09 53926ce57604: Download complete 16:21:13 53926ce57604: Pull complete 16:21:13 21b2b0c7a3f4: Pull complete 16:21:13 22ff95d597cd: Pull complete 16:21:13 12d6caf4c0d1: Pull complete 16:21:15 96b7cbca73a9: Pull complete 16:21:16 a7acece74701: Pull complete 16:21:16 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:21:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:21:16 ---> db6d94c90886 16:21:16 Step 3/10 : ARG ADD_BUILD_TAGS="" 16:21:18 ---> Running in 6e2e7fce289a 16:21:18 Removing intermediate container 6e2e7fce289a 16:21:18 ---> 256d0480a8aa 16:21:18 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:21:18 ---> Running in 087f12ac97ab 16:21:18 Removing intermediate container 087f12ac97ab 16:21:18 ---> 10dbc7347464 16:21:18 Step 5/10 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 16:21:18 ---> Running in b67f1b863364 16:21:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:21:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:21:19 (1/8) Installing openssh-keygen (9.0_p1-r2) 16:21:19 (2/8) Installing libedit (20210910.3.1-r0) 16:21:19 (3/8) Installing openssh-client-common (9.0_p1-r2) 16:21:19 (4/8) Installing openssh-client-default (9.0_p1-r2) 16:21:19 (5/8) Installing openssh-sftp-server (9.0_p1-r2) 16:21:19 (6/8) Installing openssh-server-common (9.0_p1-r2) 16:21:19 (7/8) Installing openssh-server (9.0_p1-r2) 16:21:19 (8/8) Installing openssh (9.0_p1-r2) 16:21:19 Executing busybox-1.35.0-r17.trigger 16:21:19 OK: 217 MiB in 59 packages 16:21:20 Removing intermediate container b67f1b863364 16:21:20 ---> 63616b64b5b4 16:21:20 Step 6/10 : WORKDIR /device-modbus-go 16:21:20 ---> Running in d8921a9d9465 16:21:20 Removing intermediate container d8921a9d9465 16:21:20 ---> e60c7f02e66f 16:21:20 Step 7/10 : COPY go.mod vendor* ./ 16:21:20 ---> 4afce6ac7209 16:21:20 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:21:20 ---> Running in bbd307aad25b 16:21:21 Still waiting to schedule task 16:21:21 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:21:42 Removing intermediate container bbd307aad25b 16:21:42 ---> 3459dbf28948 16:21:42 Step 9/10 : COPY . . 16:21:42 ---> 6b2830c644fe 16:21:42 Step 10/10 : RUN ${MAKE} 16:21:42 ---> Running in ce3c28d9e2a5 16:21:42 noop 16:21:42 Removing intermediate container ce3c28d9e2a5 16:21:42 ---> 04ba13f62b75 16:21:42 Successfully built 04ba13f62b75 16:21:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:21:42 + docker inspect -f . ci-base-image-x86_64 16:21:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:21:43 prd-ubuntu20.04-docker-8c-8g-121210 does not seem to be running inside a container 16:21:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-modbus-go_PR-392 -v /w/workspace/xfoundry_device-modbus-go_PR-392:/w/workspace/xfoundry_device-modbus-go_PR-392:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-392@tmp:/w/workspace/xfoundry_device-modbus-go_PR-392@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 16:21:43 $ docker top 8ef04437653c4e3ef375437c733c2c9a5e3b02f5c7ec3d7f217b488c5e68b065 -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:43 + go version 16:21:43 go version go1.18.7 linux/amd64 [Pipeline] } 16:21:43 $ docker stop --time=1 8ef04437653c4e3ef375437c733c2c9a5e3b02f5c7ec3d7f217b488c5e68b065 16:21:45 $ docker rm -f 8ef04437653c4e3ef375437c733c2c9a5e3b02f5c7ec3d7f217b488c5e68b065 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:21:46 + docker inspect -f . ci-base-image-x86_64 16:21:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:21:46 prd-ubuntu20.04-docker-8c-8g-121210 does not seem to be running inside a container 16:21:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_device-modbus-go_PR-392 -v /w/workspace/xfoundry_device-modbus-go_PR-392:/w/workspace/xfoundry_device-modbus-go_PR-392:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-392@tmp:/w/workspace/xfoundry_device-modbus-go_PR-392@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 16:21:46 $ docker top de967379c98fe9969b5793679a434e5bc2142a205670b721065b042626b905fe -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:46 + git config --global --add safe.directory /w/workspace/xfoundry_device-modbus-go_PR-392 [Pipeline] fileExists [Pipeline] sh 16:21:47 + make test 16:21:47 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:21:47 ? github.com/edgexfoundry/device-modbus-go [no test files] 16:21:57 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 16:21:57 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.015s coverage: 47.7% of statements 16:22:02 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 16:22:02 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:22:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:22:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:22:05 ./bin/test-attribution-txt.sh [Pipeline] echo 16:22:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:22:05 $ docker stop --time=1 de967379c98fe9969b5793679a434e5bc2142a205670b721065b042626b905fe 16:22:07 $ docker rm -f de967379c98fe9969b5793679a434e5bc2142a205670b721065b042626b905fe [Pipeline] // withDockerContainer [Pipeline] sh 16:22:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:22:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:22:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:22:09 + ls -al . 16:22:09 total 196 16:22:09 drwxrwxr-x 10 jenkins jenkins 4096 Dec 14 16:21 . 16:22:09 drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 16:20 .. 16:22:09 -rw-rw-r-- 1 jenkins jenkins 140 Dec 14 16:20 .dockerignore 16:22:09 drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 16:21 .git 16:22:09 drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 16:20 .github 16:22:09 -rw-rw-r-- 1 jenkins jenkins 331 Dec 14 16:20 .gitignore 16:22:09 -rw-rw-r-- 1 jenkins jenkins 41 Dec 14 16:20 .golangci.yml 16:22:09 drwxr-xr-x 3 jenkins jenkins 4096 Dec 14 16:21 .semver 16:22:09 -rw-rw-r-- 1 jenkins jenkins 10121 Dec 14 16:20 Attribution.txt 16:22:09 -rw-rw-r-- 1 jenkins jenkins 11576 Dec 14 16:20 CHANGELOG.md 16:22:09 -rw-rw-r-- 1 jenkins jenkins 1428 Dec 14 16:20 Dockerfile 16:22:09 -rw-rw-r-- 1 jenkins jenkins 677 Dec 14 16:20 GOVERNANCE.md 16:22:09 -rw-rw-r-- 1 jenkins jenkins 680 Dec 14 16:20 Jenkinsfile 16:22:09 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 14 16:20 LICENSE 16:22:09 -rw-rw-r-- 1 jenkins jenkins 2101 Dec 14 16:20 Makefile 16:22:09 -rw-rw-r-- 1 jenkins jenkins 622 Dec 14 16:20 OWNERS.md 16:22:09 -rw-rw-r-- 1 jenkins jenkins 4061 Dec 14 16:20 README.md 16:22:09 -rw-rw-r-- 1 jenkins jenkins 5 Dec 14 16:21 VERSION 16:22:09 drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 16:20 bin 16:22:09 drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 16:20 cmd 16:22:09 -rw-r--r-- 1 jenkins jenkins 23241 Dec 14 16:21 coverage.out 16:22:09 -rw-rw-r-- 1 jenkins jenkins 3584 Dec 14 16:20 go.mod 16:22:09 -rw-rw-r-- 1 jenkins jenkins 45355 Dec 14 16:20 go.sum 16:22:09 drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 16:20 internal 16:22:09 drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 16:20 simulator 16:22:09 drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 16:20 snap 16:22:09 -rw-rw-r-- 1 jenkins jenkins 229 Dec 14 16:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:09 + 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=38d24b4233300a6d9c81bbde9568cd59cf22f7a2 --label arch=amd64 --label version=0.0.0 . 16:22:09 Sending build context to Docker daemon 6.355MB 16:22:09 Step 1/22 : ARG BASE=golang:1.18-alpine3.16 16:22:09 Step 2/22 : FROM ${BASE} AS builder 16:22:09 ---> 04ba13f62b75 16:22:09 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:22:09 ---> Running in 49322b6d5074 16:22:09 Removing intermediate container 49322b6d5074 16:22:09 ---> 3519f4fdcdd8 16:22:09 Step 4/22 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:22:09 ---> Running in d19b35503ef8 16:22:09 Removing intermediate container d19b35503ef8 16:22:09 ---> d6ac47b71f38 16:22:09 Step 5/22 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 16:22:09 ---> Running in 26ae448e262c 16:22:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:22:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:22:10 OK: 217 MiB in 59 packages 16:22:11 Removing intermediate container 26ae448e262c 16:22:11 ---> 46f52a881517 16:22:11 Step 6/22 : WORKDIR /device-modbus-go 16:22:11 ---> Running in 4d6489641329 16:22:11 Removing intermediate container 4d6489641329 16:22:11 ---> 98193b50dc4c 16:22:11 Step 7/22 : COPY go.mod vendor* ./ 16:22:11 ---> 88a81b563587 16:22:11 Step 8/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:22:11 ---> Running in 7a82f1cf8353 16:22:11 Removing intermediate container 7a82f1cf8353 16:22:11 ---> 7283db173748 16:22:11 Step 9/22 : COPY . . 16:22:12 ---> b9f7635740e2 16:22:12 Step 10/22 : RUN ${MAKE} 16:22:12 ---> Running in c781c673bba9 16:22:12 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd 16:22:34 Removing intermediate container c781c673bba9 16:22:34 ---> 1e9c62adcd57 16:22:34 Step 11/22 : FROM alpine:3.14 16:22:34 3.14: Pulling from library/alpine 16:22:34 c7ed990a2339: Pulling fs layer 16:22:34 c7ed990a2339: Verifying Checksum 16:22:34 c7ed990a2339: Download complete 16:22:34 c7ed990a2339: Pull complete 16:22:34 Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a 16:22:34 Status: Downloaded newer image for alpine:3.14 16:22:34 ---> dd53f409bf0b 16:22:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 16:22:34 ---> Running in 68e5cefb74d0 16:22:34 Removing intermediate container 68e5cefb74d0 16:22:34 ---> 7a591542d1bf 16:22:34 Step 13/22 : RUN apk add --update --no-cache zeromq dumb-init 16:22:34 ---> Running in 80b6131f5b19 16:22:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:22:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:22:34 (1/6) Installing dumb-init (1.2.5-r1) 16:22:34 (2/6) Installing libgcc (10.3.1_git20210424-r2) 16:22:34 (3/6) Installing libsodium (1.0.18-r0) 16:22:34 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 16:22:34 (5/6) Installing libzmq (4.3.4-r0) 16:22:34 (6/6) Installing zeromq (4.3.4-r0) 16:22:34 Executing busybox-1.33.1-r8.trigger 16:22:34 OK: 8 MiB in 20 packages 16:22:34 Removing intermediate container 80b6131f5b19 16:22:34 ---> bf6f806d7b01 16:22:34 Step 14/22 : COPY --from=builder /device-modbus-go/cmd / 16:22:34 ---> 2aa37403e284 16:22:34 Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / 16:22:34 ---> 4204a0f635c2 16:22:34 Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / 16:22:34 ---> 303ca26c1835 16:22:34 Step 17/22 : EXPOSE 59901 16:22:34 ---> Running in 6f7a5b96c96b 16:22:34 Removing intermediate container 6f7a5b96c96b 16:22:34 ---> 142a23720a25 16:22:34 Step 18/22 : ENTRYPOINT ["/device-modbus"] 16:22:34 ---> Running in e5b4cbb4018a 16:22:34 Removing intermediate container e5b4cbb4018a 16:22:34 ---> 830cf3d35134 16:22:34 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:22:34 ---> Running in 799d2e66569b 16:22:34 Removing intermediate container 799d2e66569b 16:22:34 ---> 4e46ae9d8f73 16:22:34 Step 20/22 : LABEL arch=amd64 16:22:34 ---> Running in 4d1ed5fbf6c4 16:22:34 Removing intermediate container 4d1ed5fbf6c4 16:22:34 ---> c16a4103bccd 16:22:34 Step 21/22 : LABEL git_sha=38d24b4233300a6d9c81bbde9568cd59cf22f7a2 16:22:34 ---> Running in 456c33b13762 16:22:34 Removing intermediate container 456c33b13762 16:22:34 ---> c595a0e927cf 16:22:34 Step 22/22 : LABEL version=0.0.0 16:22:35 ---> Running in 575526fc822f 16:22:35 Removing intermediate container 575526fc822f 16:22:35 ---> d4f8186609af 16:22:35 [Warning] One or more build-args [ARCH] were not consumed 16:22:35 Successfully built d4f8186609af 16:22:35 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 16:22:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:22:35 16:22:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:22:36 latest: Pulling from edgex-lftools-log-publisher 16:22:36 5eb5b503b376: Pulling fs layer 16:22:36 5c69ac0246d0: Pulling fs layer 16:22:36 ec43610c2a17: Pulling fs layer 16:22:36 3a2ae6a8a46f: Pulling fs layer 16:22:36 33b1e0a273af: Pulling fs layer 16:22:36 5d3b04190fa2: Pulling fs layer 16:22:36 2f39f015ded8: Pulling fs layer 16:22:36 3a2ae6a8a46f: Waiting 16:22:36 5c69ac0246d0: Download complete 16:22:36 3a2ae6a8a46f: Download complete 16:22:36 33b1e0a273af: Verifying Checksum 16:22:36 33b1e0a273af: Download complete 16:22:36 5d3b04190fa2: Verifying Checksum 16:22:36 5d3b04190fa2: Download complete 16:22:36 ec43610c2a17: Verifying Checksum 16:22:36 ec43610c2a17: Download complete 16:22:36 5eb5b503b376: Verifying Checksum 16:22:36 5eb5b503b376: Download complete 16:22:37 2f39f015ded8: Download complete 16:22:38 5eb5b503b376: Pull complete 16:22:38 5c69ac0246d0: Pull complete 16:22:38 ec43610c2a17: Pull complete 16:22:38 3a2ae6a8a46f: Pull complete 16:22:38 33b1e0a273af: Pull complete 16:22:38 5d3b04190fa2: Pull complete 16:22:43 2f39f015ded8: Pull complete 16:22:43 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:22:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:22:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:22:43 prd-ubuntu20.04-docker-8c-8g-121210 does not seem to be running inside a container 16:22:43 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-392 -v /w/workspace/xfoundry_device-modbus-go_PR-392:/w/workspace/xfoundry_device-modbus-go_PR-392:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-392@tmp:/w/workspace/xfoundry_device-modbus-go_PR-392@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 16:22:45 $ docker top 57a85035fa7b2f7347f39673754418eddd27c83c260dabceae7a57129cdc831c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:22:45 ---> job-cost.sh 16:22:45 lf-activate-venv: SKIPPING 16:22:45 INFO: No Stack... 16:22:45 INFO: Retrieving Pricing Info for: v3-standard-8 16:22:46 INFO: Archiving Costs [Pipeline] sh 16:22:46 + cat /w/workspace/xfoundry_device-modbus-go_PR-392/archives/cost.csv 16:22:46 + cut -d, -f6 [Pipeline] lock 16:22:46 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-392-1-stack-cost] 16:22:46 Resource [jenkins-edgexfoundry-device-modbus-go-PR-392-1-stack-cost] did not exist. Created. 16:22:46 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-392-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:22:47 + echo total: 0.2199999988079071 [Pipeline] stash 16:22:47 Stashed 1 file(s) [Pipeline] } 16:22:47 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-392-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:22:47 $ docker stop --time=1 57a85035fa7b2f7347f39673754418eddd27c83c260dabceae7a57129cdc831c 16:22:48 $ docker rm -f 57a85035fa7b2f7347f39673754418eddd27c83c260dabceae7a57129cdc831c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:22:52 Running on prd-ubuntu20.04-docker-arm64-4c-16g-121211 in /w/workspace/xfoundry_device-modbus-go_PR-392 [Pipeline] { [Pipeline] ws 16:22:52 Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout 16:22:52 Selected Git installation does not exist. Using Default 16:22:52 The recommended git tool is: NONE 16:22:57 using credential edgex-jenkins-ssh 16:22:57 Cloning the remote Git repository 16:22:57 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 16:22:57 > git init /w/workspace/device-modbus-go/1 # timeout=10 16:22:57 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:22:57 > git --version # timeout=10 16:22:57 > git --version # 'git version 2.25.1' 16:22:57 using GIT_SSH to set credentials SSH Credentials for GitHub 16:22:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:22:58 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:22:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:22:59 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 16:22:59 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 16:22:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:22:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/392/head:refs/remotes/origin/PR-392 +refs/heads/main:refs/remotes/origin/main # timeout=10 16:23:00 Merging remotes/origin/main commit 251be81c94d6bf2c69d06494166ea5d98cfe24ab into PR head commit 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 16:23:00 Merge succeeded, producing 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 16:23:00 Checking out Revision 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 (PR-392) 16:23:00 > git config core.sparsecheckout # timeout=10 16:23:00 > git checkout -f 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 # timeout=10 16:23:00 > git remote # timeout=10 16:23:00 > git config --get remote.origin.url # timeout=10 16:23:00 using GIT_SSH to set credentials SSH Credentials for GitHub 16:23:00 > git merge 251be81c94d6bf2c69d06494166ea5d98cfe24ab # timeout=10 16:23:00 > git rev-parse HEAD^{commit} # timeout=10 16:23:00 > git config core.sparsecheckout # timeout=10 16:23:00 > git checkout -f 38d24b4233300a6d9c81bbde9568cd59cf22f7a2 # timeout=10 16:23:03 Commit message: "refactor!: use latest SDK for flattened config stem" 16:23:03 > git --version # timeout=10 16:23:04 > git --version # 'git version 2.25.1' 16:23:04 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:23:05 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:23:05 % Total % Received % Xferd Average Speed Time Time Time Current 16:23:05 Dload Upload Total Spent Left Speed 16:23:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 77750 0 --:--:-- --:--:-- --:--:-- 77750 [Pipeline] sh 16:23:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:23:06 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:23:06 + sudo tee /etc/docker/daemon.new 16:23:06 { 16:23:06 "registry-mirrors": [ 16:23:06 "https://nexus3.edgexfoundry.org:10001" 16:23:06 ], 16:23:06 "bip": "10.250.0.254/24", 16:23:06 "hosts": [ 16:23:06 "tcp://0.0.0.0:5555", 16:23:06 "unix:///var/run/docker.sock" 16:23:06 ], 16:23:06 "mtu": 1458, 16:23:06 "selinux-enabled": true, 16:23:06 "seccomp-profile": "/etc/docker/seccomp.json" 16:23:06 } [Pipeline] sh 16:23:06 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:23:06 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:23:25 provisioning config files... 16:23:25 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/1@tmp/config4128116619183429996tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:23:25 ---> docker-login.sh 16:23:25 nexus3.edgexfoundry.org:10001 16:23:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:26 Configure a credential helper to remove this warning. See 16:23:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:26 16:23:26 Login Succeeded 16:23:26 nexus3.edgexfoundry.org:10002 16:23:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:26 Configure a credential helper to remove this warning. See 16:23:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:26 16:23:26 Login Succeeded 16:23:26 nexus3.edgexfoundry.org:10003 16:23:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:26 Configure a credential helper to remove this warning. See 16:23:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:26 16:23:26 Login Succeeded 16:23:26 nexus3.edgexfoundry.org:10004 16:23:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:27 Configure a credential helper to remove this warning. See 16:23:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:27 16:23:27 Login Succeeded 16:23:27 docker.io 16:23:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:27 Configure a credential helper to remove this warning. See 16:23:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:27 16:23:27 Login Succeeded 16:23:27 ---> docker-login.sh ends [Pipeline] } 16:23:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:23:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:23:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:23:27 ========================================================= 16:23:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 16:23:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:28 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 16:23:30 Sending build context to Docker daemon 3.327MB 16:23:30 Step 1/10 : ARG BASE=golang:1.18-alpine3.16 16:23:30 Step 2/10 : FROM ${BASE} AS builder 16:23:30 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:23:30 9b18e9b68314: Pulling fs layer 16:23:30 35d82f9e3411: Pulling fs layer 16:23:30 e16973657156: Pulling fs layer 16:23:30 fc693d55d65f: Pulling fs layer 16:23:30 7e9fc2657dce: Pulling fs layer 16:23:30 dda99020689f: Pulling fs layer 16:23:30 db1c61fa0a46: Pulling fs layer 16:23:30 891c053d2c06: Pulling fs layer 16:23:30 fc693d55d65f: Waiting 16:23:30 7e9fc2657dce: Waiting 16:23:30 db1c61fa0a46: Waiting 16:23:30 dda99020689f: Waiting 16:23:30 891c053d2c06: Waiting 16:23:30 e16973657156: Verifying Checksum 16:23:30 e16973657156: Download complete 16:23:30 35d82f9e3411: Verifying Checksum 16:23:30 35d82f9e3411: Download complete 16:23:30 7e9fc2657dce: Verifying Checksum 16:23:30 7e9fc2657dce: Download complete 16:23:30 dda99020689f: Download complete 16:23:30 9b18e9b68314: Verifying Checksum 16:23:30 9b18e9b68314: Download complete 16:23:31 9b18e9b68314: Pull complete 16:23:32 891c053d2c06: Verifying Checksum 16:23:32 891c053d2c06: Download complete 16:23:32 35d82f9e3411: Pull complete 16:23:32 e16973657156: Pull complete 16:23:33 db1c61fa0a46: Verifying Checksum 16:23:33 db1c61fa0a46: Download complete 16:23:33 fc693d55d65f: Verifying Checksum 16:23:33 fc693d55d65f: Download complete 16:23:46 fc693d55d65f: Pull complete 16:23:46 7e9fc2657dce: Pull complete 16:23:46 dda99020689f: Pull complete 16:23:50 db1c61fa0a46: Pull complete 16:23:52 891c053d2c06: Pull complete 16:23:52 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 16:23:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:23:52 ---> f96f9c87975a 16:23:52 Step 3/10 : ARG ADD_BUILD_TAGS="" 16:23:54 ---> Running in e6d4c0fc6e37 16:23:54 Removing intermediate container e6d4c0fc6e37 16:23:54 ---> 3d9cfa4baef6 16:23:54 Step 4/10 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:23:54 ---> Running in cf9bac69ef9a 16:23:54 Removing intermediate container cf9bac69ef9a 16:23:54 ---> 5de554780938 16:23:54 Step 5/10 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 16:23:54 ---> Running in a2adefed5589 16:23:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:23:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:23:57 (1/8) Installing openssh-keygen (9.0_p1-r2) 16:23:57 (2/8) Installing libedit (20210910.3.1-r0) 16:23:57 (3/8) Installing openssh-client-common (9.0_p1-r2) 16:23:57 (4/8) Installing openssh-client-default (9.0_p1-r2) 16:23:57 (5/8) Installing openssh-sftp-server (9.0_p1-r2) 16:23:57 (6/8) Installing openssh-server-common (9.0_p1-r2) 16:23:57 (7/8) Installing openssh-server (9.0_p1-r2) 16:23:57 (8/8) Installing openssh (9.0_p1-r2) 16:23:57 Executing busybox-1.35.0-r17.trigger 16:23:57 OK: 228 MiB in 59 packages 16:23:58 Removing intermediate container a2adefed5589 16:23:58 ---> 7f8ab6bd5caa 16:23:58 Step 6/10 : WORKDIR /device-modbus-go 16:23:58 ---> Running in eb42aba006b7 16:23:58 Removing intermediate container eb42aba006b7 16:23:58 ---> f97fdba28faf 16:23:58 Step 7/10 : COPY go.mod vendor* ./ 16:23:58 ---> 3f3491b5085f 16:23:58 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:23:59 ---> Running in d95d1faa181b 16:24:55 Removing intermediate container d95d1faa181b 16:24:55 ---> 040a5a089c42 16:24:55 Step 9/10 : COPY . . 16:24:55 ---> d21c2972f6cb 16:24:55 Step 10/10 : RUN ${MAKE} 16:24:55 ---> Running in 130d1ce0bbc4 16:24:55 noop 16:24:55 Removing intermediate container 130d1ce0bbc4 16:24:55 ---> fd5a2924eca5 16:24:55 Successfully built fd5a2924eca5 16:24:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:56 + docker inspect -f . ci-base-image-arm64 16:24:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:24:56 prd-ubuntu20.04-docker-arm64-4c-16g-121211 does not seem to be running inside a container 16:24:56 $ 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 ******** -e ******** ci-base-image-arm64 cat 16:24:58 $ docker top 3990e69a913db0c8dc37d454c444f56b0457038f3413f7ea2bf2eb0cf24b6cfc -eo pid,comm [Pipeline] { [Pipeline] sh 16:24:59 + go version 16:24:59 go version go1.18.7 linux/arm64 [Pipeline] } 16:24:59 $ docker stop --time=1 3990e69a913db0c8dc37d454c444f56b0457038f3413f7ea2bf2eb0cf24b6cfc 16:25:00 $ docker rm -f 3990e69a913db0c8dc37d454c444f56b0457038f3413f7ea2bf2eb0cf24b6cfc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:25:01 + docker inspect -f . ci-base-image-arm64 16:25:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:25:01 prd-ubuntu20.04-docker-arm64-4c-16g-121211 does not seem to be running inside a container 16:25:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -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 ******** -e ******** ci-base-image-arm64 cat 16:25:03 $ docker top 0ac7a23816e3d89b33e43d54ce2e13d7348b8697aa99c629e0193bd97ce1c35f -eo pid,comm [Pipeline] { [Pipeline] sh 16:25:03 + git config --global --add safe.directory /w/workspace/device-modbus-go/1 [Pipeline] fileExists [Pipeline] sh 16:25:04 + make test 16:25:04 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 16:25:06 ? github.com/edgexfoundry/device-modbus-go [no test files] 16:26:27 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 16:26:27 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.061s coverage: 47.7% of statements 16:26:27 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:26:27 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:26:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:26:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:26:42 ./bin/test-attribution-txt.sh [Pipeline] echo 16:26:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:26:42 $ docker stop --time=1 0ac7a23816e3d89b33e43d54ce2e13d7348b8697aa99c629e0193bd97ce1c35f 16:26:44 $ docker rm -f 0ac7a23816e3d89b33e43d54ce2e13d7348b8697aa99c629e0193bd97ce1c35f [Pipeline] // withDockerContainer [Pipeline] sh 16:26:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:26:45 Warning: overwriting stash ‘coverage-report’ 16:26:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:26:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:26:47 + ls -al . 16:26:47 total 192 16:26:47 drwxrwxr-x 9 jenkins jenkins 4096 Dec 14 16:25 . 16:26:47 drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 16:22 .. 16:26:47 -rw-rw-r-- 1 jenkins jenkins 140 Dec 14 16:23 .dockerignore 16:26:47 drwxrwxr-x 8 jenkins jenkins 4096 Dec 14 16:23 .git 16:26:47 drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 16:23 .github 16:26:47 -rw-rw-r-- 1 jenkins jenkins 331 Dec 14 16:23 .gitignore 16:26:47 -rw-rw-r-- 1 jenkins jenkins 41 Dec 14 16:23 .golangci.yml 16:26:47 -rw-rw-r-- 1 jenkins jenkins 10121 Dec 14 16:23 Attribution.txt 16:26:47 -rw-rw-r-- 1 jenkins jenkins 11576 Dec 14 16:23 CHANGELOG.md 16:26:47 -rw-rw-r-- 1 jenkins jenkins 1428 Dec 14 16:23 Dockerfile 16:26:47 -rw-rw-r-- 1 jenkins jenkins 677 Dec 14 16:23 GOVERNANCE.md 16:26:47 -rw-rw-r-- 1 jenkins jenkins 680 Dec 14 16:23 Jenkinsfile 16:26:47 -rw-rw-r-- 1 jenkins jenkins 11340 Dec 14 16:23 LICENSE 16:26:47 -rw-rw-r-- 1 jenkins jenkins 2101 Dec 14 16:23 Makefile 16:26:47 -rw-rw-r-- 1 jenkins jenkins 622 Dec 14 16:23 OWNERS.md 16:26:47 -rw-rw-r-- 1 jenkins jenkins 4061 Dec 14 16:23 README.md 16:26:47 -rw-rw-r-- 1 jenkins jenkins 5 Dec 14 16:21 VERSION 16:26:47 drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 16:23 bin 16:26:47 drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 16:23 cmd 16:26:47 -rw-r--r-- 1 jenkins jenkins 23241 Dec 14 16:26 coverage.out 16:26:47 -rw-rw-r-- 1 jenkins jenkins 3584 Dec 14 16:23 go.mod 16:26:47 -rw-rw-r-- 1 jenkins jenkins 45355 Dec 14 16:23 go.sum 16:26:47 drwxrwxr-x 3 jenkins jenkins 4096 Dec 14 16:23 internal 16:26:47 drwxrwxr-x 2 jenkins jenkins 4096 Dec 14 16:23 simulator 16:26:47 drwxrwxr-x 4 jenkins jenkins 4096 Dec 14 16:23 snap 16:26:47 -rw-rw-r-- 1 jenkins jenkins 229 Dec 14 16:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:26:47 + 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=38d24b4233300a6d9c81bbde9568cd59cf22f7a2 --label arch=arm64 --label version=0.0.0 . 16:26:47 Sending build context to Docker daemon 3.352MB 16:26:47 Step 1/22 : ARG BASE=golang:1.18-alpine3.16 16:26:47 Step 2/22 : FROM ${BASE} AS builder 16:26:47 ---> fd5a2924eca5 16:26:47 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:26:48 ---> Running in d45571d3c495 16:26:49 Removing intermediate container d45571d3c495 16:26:49 ---> eceb9c8d90d4 16:26:49 Step 4/22 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:26:49 ---> Running in 763b65384487 16:26:49 Removing intermediate container 763b65384487 16:26:49 ---> dad870d135bf 16:26:49 Step 5/22 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 16:26:49 ---> Running in 52bf5542fb84 16:26:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:26:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:26:51 OK: 228 MiB in 59 packages 16:26:52 Removing intermediate container 52bf5542fb84 16:26:52 ---> 1a1661dfedf4 16:26:52 Step 6/22 : WORKDIR /device-modbus-go 16:26:52 ---> Running in 415ed9ea939e 16:26:52 Removing intermediate container 415ed9ea939e 16:26:52 ---> 9d5cfbca4c18 16:26:52 Step 7/22 : COPY go.mod vendor* ./ 16:26:53 ---> b56ef42c4405 16:26:53 Step 8/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:26:53 ---> Running in 58c7069d65d2 16:26:55 Removing intermediate container 58c7069d65d2 16:26:55 ---> 17bbce6dac42 16:26:55 Step 9/22 : COPY . . 16:26:56 ---> 6d2b6f0f06e6 16:26:56 Step 10/22 : RUN ${MAKE} 16:26:56 ---> Running in 3f8f4baa4f63 16:26:57 CGO_ENABLED=1 GO111MODULE=on go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd 16:29:34 Removing intermediate container 3f8f4baa4f63 16:29:34 ---> 083cde7e2b88 16:29:34 Step 11/22 : FROM alpine:3.14 16:29:34 3.14: Pulling from library/alpine 16:29:34 90cda3b7c325: Pulling fs layer 16:29:34 90cda3b7c325: Verifying Checksum 16:29:34 90cda3b7c325: Download complete 16:29:34 90cda3b7c325: Pull complete 16:29:34 Digest: sha256:4c869a63e1b7c0722fed1e402a6466610327c3b83bdddb94bd94fb71da7f638a 16:29:34 Status: Downloaded newer image for alpine:3.14 16:29:34 ---> 275902a1839d 16:29:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 16:29:34 ---> Running in 6e77e0e1a9fd 16:29:34 Removing intermediate container 6e77e0e1a9fd 16:29:34 ---> 27d2914ae7a0 16:29:34 Step 13/22 : RUN apk add --update --no-cache zeromq dumb-init 16:29:34 ---> Running in 0896382be6fc 16:29:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:29:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:29:34 (1/6) Installing dumb-init (1.2.5-r1) 16:29:34 (2/6) Installing libgcc (10.3.1_git20210424-r2) 16:29:34 (3/6) Installing libsodium (1.0.18-r0) 16:29:34 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 16:29:34 (5/6) Installing libzmq (4.3.4-r0) 16:29:34 (6/6) Installing zeromq (4.3.4-r0) 16:29:34 Executing busybox-1.33.1-r8.trigger 16:29:34 OK: 8 MiB in 20 packages 16:29:34 Removing intermediate container 0896382be6fc 16:29:34 ---> d3c68b7ed7f1 16:29:34 Step 14/22 : COPY --from=builder /device-modbus-go/cmd / 16:29:34 ---> ddabb2bd0078 16:29:34 Step 15/22 : COPY --from=builder /device-modbus-go/LICENSE / 16:29:34 ---> 1425d21d1470 16:29:34 Step 16/22 : COPY --from=builder /device-modbus-go/Attribution.txt / 16:29:34 ---> affb98063455 16:29:34 Step 17/22 : EXPOSE 59901 16:29:34 ---> Running in a3582ad7c5ed 16:29:35 Removing intermediate container a3582ad7c5ed 16:29:35 ---> 0dd595216b99 16:29:35 Step 18/22 : ENTRYPOINT ["/device-modbus"] 16:29:35 ---> Running in 63d41c8817d6 16:29:35 Removing intermediate container 63d41c8817d6 16:29:35 ---> d85857ac4fe4 16:29:35 Step 19/22 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:29:35 ---> Running in 3eba3e5a9e0a 16:29:36 Removing intermediate container 3eba3e5a9e0a 16:29:36 ---> e654edbd80be 16:29:36 Step 20/22 : LABEL arch=arm64 16:29:36 ---> Running in c04a6227aff1 16:29:36 Removing intermediate container c04a6227aff1 16:29:36 ---> 6607d3ed7f7c 16:29:36 Step 21/22 : LABEL git_sha=38d24b4233300a6d9c81bbde9568cd59cf22f7a2 16:29:36 ---> Running in ac71d93291c8 16:29:36 Removing intermediate container ac71d93291c8 16:29:36 ---> 8775c70e41e5 16:29:36 Step 22/22 : LABEL version=0.0.0 16:29:36 ---> Running in b8d0595933b2 16:29:37 Removing intermediate container b8d0595933b2 16:29:37 ---> 3e6e6f71013f 16:29:37 [Warning] One or more build-args [ARCH] were not consumed 16:29:37 Successfully built 3e6e6f71013f 16:29:37 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 16:29:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:29:37 16:29:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:29:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:29:38 arm64: Pulling from edgex-lftools-log-publisher 16:29:38 8998bd30e6a1: Pulling fs layer 16:29:38 04944245beec: Pulling fs layer 16:29:38 699f458cf7ca: Pulling fs layer 16:29:38 765212b225bb: Pulling fs layer 16:29:38 f23df028b6ca: Pulling fs layer 16:29:38 765212b225bb: Waiting 16:29:38 d65c8cfc05b1: Pulling fs layer 16:29:38 2437ff75d9bd: Pulling fs layer 16:29:38 f23df028b6ca: Waiting 16:29:38 d65c8cfc05b1: Waiting 16:29:38 2437ff75d9bd: Waiting 16:29:38 04944245beec: Verifying Checksum 16:29:38 04944245beec: Download complete 16:29:38 765212b225bb: Verifying Checksum 16:29:38 765212b225bb: Download complete 16:29:38 f23df028b6ca: Verifying Checksum 16:29:38 f23df028b6ca: Download complete 16:29:38 d65c8cfc05b1: Verifying Checksum 16:29:38 d65c8cfc05b1: Download complete 16:29:38 699f458cf7ca: Verifying Checksum 16:29:38 699f458cf7ca: Download complete 16:29:39 8998bd30e6a1: Verifying Checksum 16:29:39 8998bd30e6a1: Download complete 16:29:41 2437ff75d9bd: Verifying Checksum 16:29:41 2437ff75d9bd: Download complete 16:29:43 8998bd30e6a1: Pull complete 16:29:43 04944245beec: Pull complete 16:29:44 699f458cf7ca: Pull complete 16:29:44 765212b225bb: Pull complete 16:29:45 f23df028b6ca: Pull complete 16:29:45 d65c8cfc05b1: Pull complete 16:30:00 2437ff75d9bd: Pull complete 16:30:00 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:30:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:30:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:30:01 prd-ubuntu20.04-docker-arm64-4c-16g-121211 does not seem to be running inside a container 16:30:01 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:30:03 $ docker top bcaec8fc59bd5e82e9f1fa54711fd272bd0a2f171766d0a8aac3dbd059360b7b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:30:04 ---> job-cost.sh 16:30:04 lf-activate-venv: SKIPPING 16:30:04 INFO: No Stack... 16:30:05 INFO: Retrieving Pricing Info for: v3-standard-4 16:30:06 INFO: Archiving Costs [Pipeline] sh 16:30:06 + cut -d, -f6 16:30:06 + cat /w/workspace/device-modbus-go/1/archives/cost.csv [Pipeline] lock 16:30:06 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-392-1-stack-cost] 16:30:06 Resource [jenkins-edgexfoundry-device-modbus-go-PR-392-1-stack-cost] did not exist. Created. 16:30:06 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-392-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:30:07 /w/workspace/device-modbus-go/1@tmp/durable-ed30b67f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:30:08 + echo total: 0.10999999940395355 [Pipeline] stash 16:30:08 Warning: overwriting stash ‘stack-cost’ 16:30:08 Stashed 1 file(s) [Pipeline] } 16:30:08 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-392-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:30:08 $ docker stop --time=1 bcaec8fc59bd5e82e9f1fa54711fd272bd0a2f171766d0a8aac3dbd059360b7b 16:30:09 $ docker rm -f bcaec8fc59bd5e82e9f1fa54711fd272bd0a2f171766d0a8aac3dbd059360b7b [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 16:30:10 provisioning config files... 16:30:11 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-392@tmp/config2440614915058629162tmp [Pipeline] { [Pipeline] sh 16:30:11 + set +x 16:30:11 + bash -s -- 16:30:11 + curl -s https://codecov.io/bash 16:30:11 16:30:11 _____ _ 16:30:11 / ____| | | 16:30:11 | | ___ __| | ___ ___ _____ __ 16:30:11 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:30:11 | |___| (_) | (_| | __/ (_| (_) \ V / 16:30:11 \_____\___/ \__,_|\___|\___\___/ \_/ 16:30:11 Bash-1.0.6 16:30:11 16:30:11 16:30:11 ==> git version 2.25.1 found 16:30:11 ==> 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 16:30:11 Release-Date: 2020-01-08 16:30:11 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:30:11 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:30:11 ==> Jenkins CI detected. 16:30:11 current dir:  /w/workspace/xfoundry_device-modbus-go_PR-392 16:30:11 project root: . 16:30:11 --> token set from env 16:30:11 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:30:11 ==> Running gcov in . (disable via -X gcov) 16:30:11 ==> Python coveragepy not found 16:30:11 ==> Searching for coverage reports in: 16:30:11 + . 16:30:11 -> Found 1 reports 16:30:11 ==> Detecting git/mercurial file structure 16:30:11 ==> Reading reports 16:30:11 + ./coverage.out bytes=23241 16:30:11 ==> Appending adjustments 16:30:11 https://docs.codecov.io/docs/fixing-reports 16:30:11 + Found adjustments 16:30:11 ==> Gzipping contents 16:30:11 4.0K /tmp/codecov.lMmguS.gz 16:30:11 ==> Uploading reports 16:30:11 url: https://codecov.io 16:30:11 query: branch=PR-392&commit=38d24b4233300a6d9c81bbde9568cd59cf22f7a2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-392%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=392&job=&cmd_args= 16:30:11 -> Pinging Codecov 16:30:11 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3a8d40b1-de00-4649-bfd4-bdc8ed99ae89&branch=PR-392&commit=38d24b4233300a6d9c81bbde9568cd59cf22f7a2&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2FPR-392%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=392&job=&cmd_args= 16:30:12 -> Uploading to 16:30:12 https://storage.googleapis.com/codecov/v4/raw/2022-12-14/55DBCA73C666E3227836607328DD7E49/38d24b4233300a6d9c81bbde9568cd59cf22f7a2/99285f1c-d16f-48ad-bf68-a3310d94c6b3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221214T163011Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3f6777219a6260500124fc4fe284131f343d716632487208df3d25f451ca2ce4 16:30:12 % Total % Received % Xferd Average Speed Time Time Time Current 16:30:12 Dload Upload Total Spent Left Speed 16:30:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3920 0 0 100 3920 0 19121 --:--:-- --:--:-- --:--:-- 19121 16:30:12 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-modbus-go/commit/38d24b4233300a6d9c81bbde9568cd59cf22f7a2 [Pipeline] } 16:30:12 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 16:30:14 + [ -d /w/workspace/xfoundry_device-modbus-go_PR-392/archives ] 16:30:14 + ls -al /w/workspace/xfoundry_device-modbus-go_PR-392/archives 16:30:14 total 16 16:30:14 drwxr-xr-x 3 root root 4096 Dec 14 16:22 . 16:30:14 drwxrwxr-x 11 jenkins jenkins 4096 Dec 14 16:22 .. 16:30:14 drwxr-xr-x 2 root root 4096 Dec 14 16:22 cost 16:30:14 -rw-r--r-- 1 root root 88 Dec 14 16:22 cost.csv 16:30:14 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_device-modbus-go_PR-392/archives 16:30:14 + ls -al /w/workspace/xfoundry_device-modbus-go_PR-392/archives 16:30:14 total 16 16:30:14 drwxr-xr-x 3 jenkins jenkins 4096 Dec 14 16:22 . 16:30:14 drwxrwxr-x 11 jenkins jenkins 4096 Dec 14 16:22 .. 16:30:14 drwxr-xr-x 2 jenkins jenkins 4096 Dec 14 16:22 cost 16:30:14 -rw-r--r-- 1 jenkins jenkins 88 Dec 14 16:22 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:30:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:30:15 ---> package-listing.sh 16:30:15 ++ tr '[:upper:]' '[:lower:]' 16:30:15 ++ facter osfamily 16:30:15 + OS_FAMILY=debian 16:30:15 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-392 16:30:15 + START_PACKAGES=/tmp/packages_start.txt 16:30:15 + END_PACKAGES=/tmp/packages_end.txt 16:30:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:30:15 + PACKAGES=/tmp/packages_start.txt 16:30:15 + '[' /w/workspace/xfoundry_device-modbus-go_PR-392 ']' 16:30:15 + PACKAGES=/tmp/packages_end.txt 16:30:15 + case "${OS_FAMILY}" in 16:30:15 + dpkg -l 16:30:15 + grep '^ii' 16:30:15 + '[' -f /tmp/packages_start.txt ']' 16:30:15 + '[' -f /tmp/packages_end.txt ']' 16:30:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:30:15 + '[' /w/workspace/xfoundry_device-modbus-go_PR-392 ']' 16:30:15 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-392/archives/ 16:30:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-392/archives/ [Pipeline] echo 16:30:15 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-392/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:30:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:30:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:30:16 prd-ubuntu20.04-docker-8c-8g-121210 does not seem to be running inside a container 16:30:16 $ 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-392/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-392 -v /w/workspace/xfoundry_device-modbus-go_PR-392:/w/workspace/xfoundry_device-modbus-go_PR-392:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-392@tmp:/w/workspace/xfoundry_device-modbus-go_PR-392@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 16:30:16 $ docker top 9a15d04fb7acdd4f8f9793b988b27978f08642f63866003c20d46da6a6ef558d -eo pid,comm [Pipeline] { [Pipeline] sh 16:30:17 + touch /tmp/pre-build-complete [Pipeline] sh 16:30:17 + mkdir -p /var/log/sysstat [Pipeline] sh 16:30:17 + ls /var/log/sa-host 16:30:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:30:18 provisioning config files... 16:30:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-392@tmp/config9116172730653522599tmp [Pipeline] { [Pipeline] echo 16:30:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:30:18 ---> create-netrc.sh [Pipeline] } 16:30:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:30:18 ---> python-tools-install.sh [Pipeline] echo 16:30:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:30:19 ---> sudo-logs.sh 16:30:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:30:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:30:19 ---> job-cost.sh 16:30:19 lf-activate-venv: SKIPPING 16:30:19 DEBUG: total: 0.2199999988079071 16:30:19 INFO: Retrieving Stack Cost... 16:30:19 INFO: Retrieving Pricing Info for: v3-standard-8 16:30:20 INFO: Archiving Costs [Pipeline] echo 16:30:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:30:20 ---> logs-deploy.sh 16:30:20 lf-activate-venv: SKIPPING 16:30:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-392/1 16:30:20 INFO: archiving workspace using pattern(s): 16:30:21 Archives upload complete. 16:30:21 INFO: archiving logs to Nexus