Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4c89d6a6c91720700353e870f5243ca140b0cc6d 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-ssh10435360780461606878.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh12994755584498975541.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6783249592204751015.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh11824705964309245676.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9506933414022909523.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-modbus DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-2675 in /w/workspace/gexfoundry_device-modbus-go_main [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/gexfoundry_device-modbus-go_main # 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 Avoid second fetch Checking out Revision 4c89d6a6c91720700353e870f5243ca140b0cc6d (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f 4c89d6a6c91720700353e870f5243ca140b0cc6d # timeout=10 Commit message: "Merge pull request #354 from weichou1229/upgrade-sdk" > git rev-list --no-walk 7d0d064a4f12fcf75a50c3e5fd346cea393bf5d2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:07:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:07:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:07:19 ========================================================= 06:07:19 EdgeX Global Pipelines Version Info 06:07:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:07:20 ------------------- 06:07:20 stable info: 06:07:20 ------------------- 06:07:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:07:20 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 06:07:20 Message: update stable to v1.0.234 06:07:20 ------------------- 06:07:20 experimental info: 06:07:20 ------------------- 06:07:20 Commited By: **** collab-it+edgex@linuxfoundation.org 06:07:20 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 06:07:20 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c89d6a6c91720700353e870f5243ca140b0cc6d [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c89d6a [Pipeline] echo 06:07:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:07:21 provisioning config files... 06:07:21 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config8406328798983601333tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:07:21 ---> docker-login.sh 06:07:21 nexus3.edgexfoundry.org:10001 06:07:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:22 Configure a credential helper to remove this warning. See 06:07:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:22 06:07:22 Login Succeeded 06:07:22 nexus3.edgexfoundry.org:10002 06:07:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:22 Configure a credential helper to remove this warning. See 06:07:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:22 06:07:22 Login Succeeded 06:07:22 nexus3.edgexfoundry.org:10003 06:07:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:22 Configure a credential helper to remove this warning. See 06:07:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:22 06:07:22 Login Succeeded 06:07:22 nexus3.edgexfoundry.org:10004 06:07:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:22 Configure a credential helper to remove this warning. See 06:07:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:22 06:07:22 Login Succeeded 06:07:22 docker.io 06:07:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:23 Configure a credential helper to remove this warning. See 06:07:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:23 06:07:23 Login Succeeded 06:07:23 ---> docker-login.sh ends [Pipeline] } 06:07:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:07:23 + git rev-list -1 --merges 4c89d6a6c91720700353e870f5243ca140b0cc6d~1..4c89d6a6c91720700353e870f5243ca140b0cc6d [Pipeline] echo 06:07:23 -----------> git rev-list -1 --merges 4c89d6a6c91720700353e870f5243ca140b0cc6d~1..4c89d6a6c91720700353e870f5243ca140b0cc6d 4c89d6a6c91720700353e870f5243ca140b0cc6d 06:07:23 4c89d6a6c91720700353e870f5243ca140b0cc6d [false] [Pipeline] sh 06:07:23 + git log --format=format:%s -1 4c89d6a6c91720700353e870f5243ca140b0cc6d [Pipeline] echo 06:07:23 ========================================================= 06:07:23 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:07:23 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:07:24 + git log --format=format:%s -1 4c89d6a6c91720700353e870f5243ca140b0cc6d [Pipeline] echo 06:07:24 [semverPrep] GIT_COMMIT: 4c89d6a6c91720700353e870f5243ca140b0cc6d, Commit Message: Merge pull request #354 from weichou1229/upgrade-sdk [Pipeline] echo 06:07:24 [semverPrep] This is not a build commit. [Pipeline] sh 06:07:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:07:24 + grep -v github /etc/ssh/ssh_known_hosts 06:07:24 + [ -e /tmp/ssh_known_hosts ] 06:07:24 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:07:24 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:07:24 + sudo tee -a /etc/ssh/ssh_known_hosts 06:07:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:07:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:07:25 06:07:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:07:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:07:25 0.1.4: Pulling from edgex-devops/py-git-semver 06:07:25 42c077c10790: Pulling fs layer 06:07:25 f63e77b7563a: Pulling fs layer 06:07:25 bd5fdadae976: Pulling fs layer 06:07:25 205491f53016: Pulling fs layer 06:07:25 df18705c85c3: Pulling fs layer 06:07:25 bdb3f477010e: Pulling fs layer 06:07:25 c8a8fc8e1c8f: Pulling fs layer 06:07:25 2c6e9b1d212d: Pulling fs layer 06:07:25 bdb8f0575790: Pulling fs layer 06:07:25 386e3cb2ff24: Pulling fs layer 06:07:25 2343380bae48: Pulling fs layer 06:07:25 df18705c85c3: Waiting 06:07:25 bdb8f0575790: Waiting 06:07:25 2c6e9b1d212d: Waiting 06:07:25 2343380bae48: Waiting 06:07:25 bdb3f477010e: Waiting 06:07:25 c8a8fc8e1c8f: Waiting 06:07:25 386e3cb2ff24: Waiting 06:07:25 205491f53016: Waiting 06:07:25 f63e77b7563a: Verifying Checksum 06:07:25 f63e77b7563a: Download complete 06:07:25 205491f53016: Verifying Checksum 06:07:25 205491f53016: Download complete 06:07:25 df18705c85c3: Verifying Checksum 06:07:25 df18705c85c3: Download complete 06:07:25 bd5fdadae976: Verifying Checksum 06:07:25 bd5fdadae976: Download complete 06:07:25 bdb3f477010e: Verifying Checksum 06:07:25 bdb3f477010e: Download complete 06:07:25 2c6e9b1d212d: Verifying Checksum 06:07:25 2c6e9b1d212d: Download complete 06:07:25 bdb8f0575790: Download complete 06:07:25 386e3cb2ff24: Verifying Checksum 06:07:25 386e3cb2ff24: Download complete 06:07:25 2343380bae48: Verifying Checksum 06:07:25 2343380bae48: Download complete 06:07:25 42c077c10790: Verifying Checksum 06:07:25 42c077c10790: Download complete 06:07:25 c8a8fc8e1c8f: Verifying Checksum 06:07:25 c8a8fc8e1c8f: Download complete 06:07:26 42c077c10790: Pull complete 06:07:26 f63e77b7563a: Pull complete 06:07:27 bd5fdadae976: Pull complete 06:07:27 205491f53016: Pull complete 06:07:27 df18705c85c3: Pull complete 06:07:27 bdb3f477010e: Pull complete 06:07:29 c8a8fc8e1c8f: Pull complete 06:07:29 2c6e9b1d212d: Pull complete 06:07:29 bdb8f0575790: Pull complete 06:07:29 386e3cb2ff24: Pull complete 06:07:30 2343380bae48: Pull complete 06:07:30 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 06:07:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:07:30 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:07:30 prd-ubuntu20.04-docker-8c-8g-2675 does not seem to be running inside a container 06:07:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:07:31 $ docker top e1418118c2603cc4b2af8ca8a7584cec7349341c525cb4ae72aae9311ea7264f -eo pid,comm 06:07:31 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). 06:07:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:07:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:07:31 [ssh-agent] Looking for ssh-agent implementation... 06:07:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:07:31 $ docker exec e1418118c2603cc4b2af8ca8a7584cec7349341c525cb4ae72aae9311ea7264f ssh-agent 06:07:31 SSH_AUTH_SOCK=/tmp/ssh-a4YTiWEfUWqF/agent.35 06:07:31 SSH_AGENT_PID=41 06:07:31 Running ssh-add (command line suppressed) 06:07:32 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_4460159404199889545.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_4460159404199889545.key) 06:07:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:07:32 + git tag --points-at HEAD [Pipeline] } 06:07:32 $ docker exec --env ******** --env ******** e1418118c2603cc4b2af8ca8a7584cec7349341c525cb4ae72aae9311ea7264f ssh-agent -k 06:07:32 unset SSH_AUTH_SOCK; 06:07:32 unset SSH_AGENT_PID; 06:07:32 echo Agent pid 41 killed; 06:07:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:07:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:07:32 [ssh-agent] Looking for ssh-agent implementation... 06:07:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:07:32 $ docker exec e1418118c2603cc4b2af8ca8a7584cec7349341c525cb4ae72aae9311ea7264f ssh-agent 06:07:32 SSH_AUTH_SOCK=/tmp/ssh-Rpz2D2jb9wqz/agent.75 06:07:32 SSH_AGENT_PID=82 06:07:32 Running ssh-add (command line suppressed) 06:07:32 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_3248482100871559687.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_3248482100871559687.key) 06:07:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:07:33 + git semver init 06:07:33 2022-06-19 06:07:33,461 [run_init] DEBUG init version:0.0.0 force:False 06:07:33 2022-06-19 06:07:33,462 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-modbus-go_main/.semver 06:07:33 2022-06-19 06:07:33,462 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/gexfoundry_device-modbus-go_main/.semver 06:07:33 2022-06-19 06:07:33,462 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-modbus-go.git', '/w/workspace/gexfoundry_device-modbus-go_main/.semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) 06:07:34 2022-06-19 06:07:34,123 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-modbus-go_main/.git/info/exclude 06:07:34 2022-06-19 06:07:34,123 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:False 06:07:34 2022-06-19 06:07:34,123 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 06:07:34 2022-06-19 06:07:34,123 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 06:07:34 2.2.1-dev.3 [Pipeline] } 06:07:34 $ docker exec --env ******** --env ******** e1418118c2603cc4b2af8ca8a7584cec7349341c525cb4ae72aae9311ea7264f ssh-agent -k 06:07:34 unset SSH_AUTH_SOCK; 06:07:34 unset SSH_AGENT_PID; 06:07:34 echo Agent pid 82 killed; 06:07:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:07:34 + git semver [Pipeline] } 06:07:35 $ docker stop --time=1 e1418118c2603cc4b2af8ca8a7584cec7349341c525cb4ae72aae9311ea7264f 06:07:36 $ docker rm -f e1418118c2603cc4b2af8ca8a7584cec7349341c525cb4ae72aae9311ea7264f [Pipeline] // withDockerContainer [Pipeline] sh 06:07:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:07:37 Stashed 1 file(s) [Pipeline] echo 06:07:37 [edgeXSemver]: initialized semver on version 2.2.1-dev.3 [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 06:07:37 provisioning config files... 06:07:37 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config7846126183025789408tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:07:37 ---> docker-login.sh 06:07:37 nexus3.edgexfoundry.org:10001 06:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:37 Configure a credential helper to remove this warning. See 06:07:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:37 06:07:37 Login Succeeded 06:07:37 nexus3.edgexfoundry.org:10002 06:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:37 Configure a credential helper to remove this warning. See 06:07:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:37 06:07:37 Login Succeeded 06:07:37 nexus3.edgexfoundry.org:10003 06:07:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:37 Configure a credential helper to remove this warning. See 06:07:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:37 06:07:37 Login Succeeded 06:07:37 nexus3.edgexfoundry.org:10004 06:07:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:38 Configure a credential helper to remove this warning. See 06:07:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:38 06:07:38 Login Succeeded 06:07:38 docker.io 06:07:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:38 Configure a credential helper to remove this warning. See 06:07:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:38 06:07:38 Login Succeeded 06:07:38 ---> docker-login.sh ends [Pipeline] } 06:07:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:07:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:07:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:07:38 ========================================================= 06:07:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 06:07:38 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:07:38 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 06:07:38 Sending build context to Docker daemon 6.021MB 06:07:38 Step 1/10 : ARG BASE=golang:1.17-alpine3.15 06:07:38 Step 2/10 : FROM ${BASE} AS builder 06:07:38 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 06:07:38 59bf1c3509f3: Pulling fs layer 06:07:38 666ba61612fd: Pulling fs layer 06:07:38 8ed8ca486205: Pulling fs layer 06:07:38 cc1cd167ecdc: Pulling fs layer 06:07:38 c516ae0d96e1: Pulling fs layer 06:07:38 684cea983483: Pulling fs layer 06:07:38 dd3240ac7de5: Pulling fs layer 06:07:38 b1e948a4e11c: Pulling fs layer 06:07:38 a8fd76ee1af6: Pulling fs layer 06:07:38 646ad004c059: Pulling fs layer 06:07:38 cc1cd167ecdc: Waiting 06:07:38 c516ae0d96e1: Waiting 06:07:38 684cea983483: Waiting 06:07:38 b1e948a4e11c: Waiting 06:07:38 dd3240ac7de5: Waiting 06:07:38 a8fd76ee1af6: Waiting 06:07:38 646ad004c059: Waiting 06:07:38 8ed8ca486205: Verifying Checksum 06:07:38 8ed8ca486205: Download complete 06:07:38 666ba61612fd: Verifying Checksum 06:07:38 c516ae0d96e1: Verifying Checksum 06:07:38 c516ae0d96e1: Download complete 06:07:38 684cea983483: Verifying Checksum 06:07:38 684cea983483: Download complete 06:07:38 dd3240ac7de5: Download complete 06:07:39 59bf1c3509f3: Verifying Checksum 06:07:39 59bf1c3509f3: Download complete 06:07:39 b1e948a4e11c: Verifying Checksum 06:07:39 b1e948a4e11c: Download complete 06:07:39 59bf1c3509f3: Pull complete 06:07:39 666ba61612fd: Pull complete 06:07:39 8ed8ca486205: Pull complete 06:07:39 cc1cd167ecdc: Download complete 06:07:39 646ad004c059: Verifying Checksum 06:07:39 646ad004c059: Download complete 06:07:39 a8fd76ee1af6: Verifying Checksum 06:07:39 a8fd76ee1af6: Download complete 06:07:44 cc1cd167ecdc: Pull complete 06:07:44 c516ae0d96e1: Pull complete 06:07:44 684cea983483: Pull complete 06:07:44 dd3240ac7de5: Pull complete 06:07:44 b1e948a4e11c: Pull complete 06:07:45 a8fd76ee1af6: Pull complete 06:07:46 646ad004c059: Pull complete 06:07:46 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 06:07:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 06:07:46 ---> 8f69c11f6b0c 06:07:46 Step 3/10 : ARG MAKE='make build' 06:07:47 ---> Running in 406fccb910b5 06:07:47 Removing intermediate container 406fccb910b5 06:07:47 ---> 5145d2d9980e 06:07:47 Step 4/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:07:47 ---> Running in 0502a97592fa 06:07:48 Removing intermediate container 0502a97592fa 06:07:48 ---> a8b65416039b 06:07:48 Step 5/10 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 06:07:48 ---> Running in f17950ea7956 06:07:49 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:07:49 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:07:50 (1/8) Installing openssh-keygen (8.8_p1-r1) 06:07:50 (2/8) Installing libedit (20210910.3.1-r0) 06:07:50 (3/8) Installing openssh-client-common (8.8_p1-r1) 06:07:50 (4/8) Installing openssh-client-default (8.8_p1-r1) 06:07:50 (5/8) Installing openssh-sftp-server (8.8_p1-r1) 06:07:50 (6/8) Installing openssh-server-common (8.8_p1-r1) 06:07:50 (7/8) Installing openssh-server (8.8_p1-r1) 06:07:50 (8/8) Installing openssh (8.8_p1-r1) 06:07:51 Executing busybox-1.34.1-r3.trigger 06:07:51 OK: 226 MiB in 60 packages 06:07:51 Removing intermediate container f17950ea7956 06:07:51 ---> 076901eedd6d 06:07:51 Step 6/10 : WORKDIR /device-modbus-go 06:07:51 ---> Running in bb8b122a3661 06:07:51 Removing intermediate container bb8b122a3661 06:07:51 ---> a0c9cd7fa530 06:07:51 Step 7/10 : COPY go.mod vendor* ./ 06:07:51 ---> 96f1007370ef 06:07:51 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:07:51 ---> Running in 9edca923e728 06:07:52 Still waiting to schedule task 06:07:52 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:08:09 Removing intermediate container 9edca923e728 06:08:09 ---> 33e25cc73390 06:08:09 Step 9/10 : COPY . . 06:08:09 ---> 4c6b3da2f9eb 06:08:09 Step 10/10 : RUN ${MAKE} 06:08:09 ---> Running in eaecc9c17931 06:08:09 noop 06:08:10 Removing intermediate container eaecc9c17931 06:08:10 ---> 45a97fa6fbad 06:08:10 Successfully built 45a97fa6fbad 06:08:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:10 + docker inspect -f . ci-base-image-x86_64 06:08:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:08:10 prd-ubuntu20.04-docker-8c-8g-2675 does not seem to be running inside a container 06:08:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@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 ******** ci-base-image-x86_64 cat 06:08:11 $ docker top fc98450d7f5ae1cec19b1ca2f4aad83d74be1d19620ede764ee15181bb6cb97f -eo pid,comm [Pipeline] { [Pipeline] sh 06:08:11 + go version 06:08:11 go version go1.17.7 linux/amd64 [Pipeline] } 06:08:11 $ docker stop --time=1 fc98450d7f5ae1cec19b1ca2f4aad83d74be1d19620ede764ee15181bb6cb97f 06:08:12 $ docker rm -f fc98450d7f5ae1cec19b1ca2f4aad83d74be1d19620ede764ee15181bb6cb97f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:13 + docker inspect -f . ci-base-image-x86_64 06:08:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:08:13 prd-ubuntu20.04-docker-8c-8g-2675 does not seem to be running inside a container 06:08:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@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 ******** ci-base-image-x86_64 cat 06:08:13 $ docker top f79308d4669f63a72b64d9c98ebac112162bd248b09f4462112490785f67fa92 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:08:14 + make test 06:08:14 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:08:14 ? github.com/edgexfoundry/device-modbus-go [no test files] 06:08:24 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 06:08:24 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.013s coverage: 46.4% of statements 06:08:29 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:08:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:08:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:08:33 ./bin/test-attribution-txt.sh [Pipeline] echo 06:08:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:08:33 $ docker stop --time=1 f79308d4669f63a72b64d9c98ebac112162bd248b09f4462112490785f67fa92 06:08:35 $ docker rm -f f79308d4669f63a72b64d9c98ebac112162bd248b09f4462112490785f67fa92 [Pipeline] // withDockerContainer [Pipeline] sh 06:08:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:08:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:08:36 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:08:36 + ls -al . 06:08:36 total 184 06:08:36 drwxrwxr-x 10 jenkins jenkins 4096 Jun 19 06:08 . 06:08:36 drwxrwxr-x 4 jenkins jenkins 4096 Jun 19 06:07 .. 06:08:36 -rw-rw-r-- 1 jenkins jenkins 140 Jun 19 06:07 .dockerignore 06:08:36 drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 06:07 .git 06:08:36 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:07 .github 06:08:36 -rw-rw-r-- 1 jenkins jenkins 331 Jun 19 06:07 .gitignore 06:08:36 -rw-rw-r-- 1 jenkins jenkins 41 Jun 19 06:07 .golangci.yml 06:08:36 drwxr-xr-x 3 jenkins jenkins 4096 Jun 19 06:07 .semver 06:08:36 -rw-rw-r-- 1 jenkins jenkins 9636 Jun 19 06:07 Attribution.txt 06:08:36 -rw-rw-r-- 1 jenkins jenkins 10001 Jun 19 06:07 CHANGELOG.md 06:08:36 -rw-rw-r-- 1 jenkins jenkins 1546 Jun 19 06:07 Dockerfile 06:08:36 -rw-rw-r-- 1 jenkins jenkins 677 Jun 19 06:07 GOVERNANCE.md 06:08:36 -rw-rw-r-- 1 jenkins jenkins 680 Jun 19 06:07 Jenkinsfile 06:08:36 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 19 06:07 LICENSE 06:08:36 -rw-rw-r-- 1 jenkins jenkins 1905 Jun 19 06:07 Makefile 06:08:36 -rw-rw-r-- 1 jenkins jenkins 622 Jun 19 06:07 OWNERS.md 06:08:36 -rw-rw-r-- 1 jenkins jenkins 3397 Jun 19 06:07 README.md 06:08:36 -rw-rw-r-- 1 jenkins jenkins 11 Jun 19 06:07 VERSION 06:08:36 drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 06:07 bin 06:08:36 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:07 cmd 06:08:36 -rw-r--r-- 1 jenkins jenkins 24065 Jun 19 06:08 coverage.out 06:08:36 -rw-rw-r-- 1 jenkins jenkins 3403 Jun 19 06:07 go.mod 06:08:36 -rw-rw-r-- 1 jenkins jenkins 36017 Jun 19 06:07 go.sum 06:08:36 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:07 internal 06:08:36 drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 06:07 simulator 06:08:36 drwxrwxr-x 4 jenkins jenkins 4096 Jun 19 06:07 snap 06:08:36 -rw-rw-r-- 1 jenkins jenkins 229 Jun 19 06:07 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:08:37 + 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=4c89d6a6c91720700353e870f5243ca140b0cc6d --label arch=amd64 --label version=2.2.1-dev.3 . 06:08:37 Sending build context to Docker daemon 6.046MB 06:08:37 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 06:08:37 Step 2/23 : FROM ${BASE} AS builder 06:08:37 ---> 45a97fa6fbad 06:08:37 Step 3/23 : ARG MAKE='make build' 06:08:37 ---> Running in 17f79daf0764 06:08:37 Removing intermediate container 17f79daf0764 06:08:37 ---> 5d811d0e2330 06:08:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:37 ---> Running in 89279dabba7a 06:08:37 Removing intermediate container 89279dabba7a 06:08:37 ---> b8f08b6f2e0a 06:08:37 Step 5/23 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 06:08:37 ---> Running in aa9009d2bfb0 06:08:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:08:39 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:08:39 OK: 226 MiB in 60 packages 06:08:39 Removing intermediate container aa9009d2bfb0 06:08:39 ---> 3c5197a75922 06:08:39 Step 6/23 : WORKDIR /device-modbus-go 06:08:39 ---> Running in 5a8ca4314359 06:08:39 Removing intermediate container 5a8ca4314359 06:08:39 ---> 264d14fa6c13 06:08:39 Step 7/23 : COPY go.mod vendor* ./ 06:08:39 ---> a7adaf5a17ee 06:08:39 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:08:39 ---> Running in a4e1e19405cc 06:08:40 Removing intermediate container a4e1e19405cc 06:08:40 ---> c9d5355da95c 06:08:40 Step 9/23 : COPY . . 06:08:40 ---> 43bd4dc3d311 06:08:40 Step 10/23 : RUN ${MAKE} 06:08:40 ---> Running in 2586a34c1a78 06:08:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-modbus-go.Version=2.2.1-dev.3" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd 06:08:59 Removing intermediate container 2586a34c1a78 06:08:59 ---> 8bcd99513d94 06:08:59 Step 11/23 : FROM alpine:3.14 06:08:59 3.14: Pulling from library/alpine 06:08:59 8663204ce13b: Pulling fs layer 06:09:00 8663204ce13b: Verifying Checksum 06:09:00 8663204ce13b: Download complete 06:09:00 8663204ce13b: Pull complete 06:09:00 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 06:09:00 Status: Downloaded newer image for alpine:3.14 06:09:00 ---> e04c818066af 06:09:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 06:09:00 ---> Running in 1e22f1600595 06:09:00 Removing intermediate container 1e22f1600595 06:09:00 ---> 4e7519d7bac3 06:09:00 Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:09:00 ---> Running in 76db4d880817 06:09:01 Removing intermediate container 76db4d880817 06:09:01 ---> c515c47ca2e7 06:09:01 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 06:09:01 ---> Running in 784f9426525c 06:09:01 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 06:09:02 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 06:09:02 (1/6) Installing dumb-init (1.2.5-r1) 06:09:02 (2/6) Installing libgcc (10.3.1_git20210424-r2) 06:09:02 (3/6) Installing libsodium (1.0.18-r0) 06:09:02 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 06:09:02 (5/6) Installing libzmq (4.3.4-r0) 06:09:02 (6/6) Installing zeromq (4.3.4-r0) 06:09:02 Executing busybox-1.33.1-r7.trigger 06:09:02 OK: 8 MiB in 20 packages 06:09:03 Removing intermediate container 784f9426525c 06:09:03 ---> 10a7cf07e4fd 06:09:03 Step 15/23 : COPY --from=builder /device-modbus-go/cmd / 06:09:03 ---> 0f2adb692d81 06:09:03 Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / 06:09:03 ---> 5dbe9f656650 06:09:03 Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / 06:09:04 ---> 0f3e337c8e8d 06:09:04 Step 18/23 : EXPOSE 59901 06:09:04 ---> Running in b9c3f3046d14 06:09:04 Removing intermediate container b9c3f3046d14 06:09:04 ---> b96348c083eb 06:09:04 Step 19/23 : ENTRYPOINT ["/device-modbus"] 06:09:04 ---> Running in f9ef0dfef6e8 06:09:04 Removing intermediate container f9ef0dfef6e8 06:09:04 ---> 4917d4518d2c 06:09:04 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:09:04 ---> Running in bcca4ec891d7 06:09:04 Removing intermediate container bcca4ec891d7 06:09:04 ---> 621d41cba92e 06:09:04 Step 21/23 : LABEL arch=amd64 06:09:04 ---> Running in 55859aa36040 06:09:04 Removing intermediate container 55859aa36040 06:09:04 ---> d8c5bb8780bf 06:09:04 Step 22/23 : LABEL git_sha=4c89d6a6c91720700353e870f5243ca140b0cc6d 06:09:04 ---> Running in 4a2507581759 06:09:04 Removing intermediate container 4a2507581759 06:09:04 ---> 5b6c1d0cbf3d 06:09:04 Step 23/23 : LABEL version=2.2.1-dev.3 06:09:04 ---> Running in e5ba37a470a7 06:09:04 Removing intermediate container e5ba37a470a7 06:09:04 ---> c5233b11020a 06:09:04 [Warning] One or more build-args [ARCH] were not consumed 06:09:04 Successfully built c5233b11020a 06:09:04 Successfully tagged device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:09:04 provisioning config files... 06:09:04 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config7918809647225994227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:09:05 ---> docker-login.sh 06:09:05 nexus3.edgexfoundry.org:10001 06:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:05 Configure a credential helper to remove this warning. See 06:09:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:05 06:09:05 Login Succeeded 06:09:05 nexus3.edgexfoundry.org:10002 06:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:05 Configure a credential helper to remove this warning. See 06:09:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:05 06:09:05 Login Succeeded 06:09:05 nexus3.edgexfoundry.org:10003 06:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:05 Configure a credential helper to remove this warning. See 06:09:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:05 06:09:05 Login Succeeded 06:09:05 nexus3.edgexfoundry.org:10004 06:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:05 Configure a credential helper to remove this warning. See 06:09:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:05 06:09:05 Login Succeeded 06:09:05 docker.io 06:09:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:09:05 Configure a credential helper to remove this warning. See 06:09:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:09:05 06:09:05 Login Succeeded 06:09:05 ---> docker-login.sh ends [Pipeline] } 06:09:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:09:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:09:05 [edgeXDocker.push] Tagging docker image device-modbus with the following tags: 06:09:05 4c89d6a6c91720700353e870f5243ca140b0cc6d 06:09:05 latest 06:09:05 2.2.1-dev.3 06:09:05 4c89d6a6c91720700353e870f5243ca140b0cc6d-2.2.1-dev.3 06:09:05 main 06:09:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:06 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:4c89d6a6c91720700353e870f5243ca140b0cc6d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:06 + docker push nexus3.edgexfoundry.org:10004/device-modbus:4c89d6a6c91720700353e870f5243ca140b0cc6d 06:09:06 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 06:09:06 19ca4f87cc88: Preparing 06:09:06 27621c8dfafa: Preparing 06:09:06 688e5d10e633: Preparing 06:09:06 b52e805b1009: Preparing 06:09:06 1e8e17f99768: Preparing 06:09:06 b541d28bf3b4: Preparing 06:09:06 b541d28bf3b4: Waiting 06:09:06 19ca4f87cc88: Pushed 06:09:06 1e8e17f99768: Pushed 06:09:06 27621c8dfafa: Pushed 06:09:06 b541d28bf3b4: Layer already exists 06:09:06 b52e805b1009: Pushed 06:09:09 688e5d10e633: Pushed 06:09:09 4c89d6a6c91720700353e870f5243ca140b0cc6d: digest: sha256:98f215904abdacc2f178b99f1b115b6d9c593327af025acebfd19d4c429b6377 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:09 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:10 + docker push nexus3.edgexfoundry.org:10004/device-modbus:latest 06:09:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 06:09:10 19ca4f87cc88: Preparing 06:09:10 27621c8dfafa: Preparing 06:09:10 688e5d10e633: Preparing 06:09:10 b52e805b1009: Preparing 06:09:10 1e8e17f99768: Preparing 06:09:10 b541d28bf3b4: Preparing 06:09:10 b541d28bf3b4: Waiting 06:09:10 27621c8dfafa: Layer already exists 06:09:10 1e8e17f99768: Layer already exists 06:09:10 688e5d10e633: Layer already exists 06:09:10 b52e805b1009: Layer already exists 06:09:10 19ca4f87cc88: Layer already exists 06:09:10 b541d28bf3b4: Layer already exists 06:09:10 latest: digest: sha256:98f215904abdacc2f178b99f1b115b6d9c593327af025acebfd19d4c429b6377 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:10 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:2.2.1-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:10 + docker push nexus3.edgexfoundry.org:10004/device-modbus:2.2.1-dev.3 06:09:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 06:09:10 19ca4f87cc88: Preparing 06:09:10 27621c8dfafa: Preparing 06:09:10 688e5d10e633: Preparing 06:09:10 b52e805b1009: Preparing 06:09:10 1e8e17f99768: Preparing 06:09:10 b541d28bf3b4: Preparing 06:09:10 b541d28bf3b4: Waiting 06:09:10 19ca4f87cc88: Layer already exists 06:09:10 1e8e17f99768: Layer already exists 06:09:10 688e5d10e633: Layer already exists 06:09:10 b52e805b1009: Layer already exists 06:09:10 27621c8dfafa: Layer already exists 06:09:10 b541d28bf3b4: Layer already exists 06:09:10 2.2.1-dev.3: digest: sha256:98f215904abdacc2f178b99f1b115b6d9c593327af025acebfd19d4c429b6377 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:10 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:4c89d6a6c91720700353e870f5243ca140b0cc6d-2.2.1-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:11 + docker push nexus3.edgexfoundry.org:10004/device-modbus:4c89d6a6c91720700353e870f5243ca140b0cc6d-2.2.1-dev.3 06:09:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 06:09:11 19ca4f87cc88: Preparing 06:09:11 27621c8dfafa: Preparing 06:09:11 688e5d10e633: Preparing 06:09:11 b52e805b1009: Preparing 06:09:11 1e8e17f99768: Preparing 06:09:11 b541d28bf3b4: Preparing 06:09:11 b541d28bf3b4: Waiting 06:09:11 688e5d10e633: Layer already exists 06:09:11 27621c8dfafa: Layer already exists 06:09:11 1e8e17f99768: Layer already exists 06:09:11 b52e805b1009: Layer already exists 06:09:11 19ca4f87cc88: Layer already exists 06:09:11 b541d28bf3b4: Layer already exists 06:09:11 4c89d6a6c91720700353e870f5243ca140b0cc6d-2.2.1-dev.3: digest: sha256:98f215904abdacc2f178b99f1b115b6d9c593327af025acebfd19d4c429b6377 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:11 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:11 + docker push nexus3.edgexfoundry.org:10004/device-modbus:main 06:09:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 06:09:11 19ca4f87cc88: Preparing 06:09:11 27621c8dfafa: Preparing 06:09:11 688e5d10e633: Preparing 06:09:11 b52e805b1009: Preparing 06:09:11 1e8e17f99768: Preparing 06:09:11 b541d28bf3b4: Preparing 06:09:11 b541d28bf3b4: Waiting 06:09:11 27621c8dfafa: Layer already exists 06:09:11 688e5d10e633: Layer already exists 06:09:11 b52e805b1009: Layer already exists 06:09:11 19ca4f87cc88: Layer already exists 06:09:11 1e8e17f99768: Layer already exists 06:09:11 b541d28bf3b4: Layer already exists 06:09:11 main: digest: sha256:98f215904abdacc2f178b99f1b115b6d9c593327af025acebfd19d4c429b6377 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:09:12 ===================================================== [Pipeline] echo 06:09:12 taggedImages: 06:09:12 - nexus3.edgexfoundry.org:10004/device-modbus:4c89d6a6c91720700353e870f5243ca140b0cc6d 06:09:12 - nexus3.edgexfoundry.org:10004/device-modbus:latest 06:09:12 - nexus3.edgexfoundry.org:10004/device-modbus:2.2.1-dev.3 06:09:12 - nexus3.edgexfoundry.org:10004/device-modbus:4c89d6a6c91720700353e870f5243ca140b0cc6d-2.2.1-dev.3 06:09:12 - nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // script [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 06:09:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:09:12 06:09:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:09:12 latest: Pulling from edgex-lftools-log-publisher 06:09:12 5eb5b503b376: Pulling fs layer 06:09:12 5c69ac0246d0: Pulling fs layer 06:09:12 ec43610c2a17: Pulling fs layer 06:09:12 3a2ae6a8a46f: Pulling fs layer 06:09:12 33b1e0a273af: Pulling fs layer 06:09:12 5d3b04190fa2: Pulling fs layer 06:09:12 2f39f015ded8: Pulling fs layer 06:09:12 3a2ae6a8a46f: Waiting 06:09:12 5d3b04190fa2: Waiting 06:09:12 2f39f015ded8: Waiting 06:09:12 33b1e0a273af: Waiting 06:09:12 5c69ac0246d0: Verifying Checksum 06:09:12 5c69ac0246d0: Download complete 06:09:12 3a2ae6a8a46f: Verifying Checksum 06:09:12 3a2ae6a8a46f: Download complete 06:09:12 33b1e0a273af: Verifying Checksum 06:09:12 33b1e0a273af: Download complete 06:09:12 ec43610c2a17: Verifying Checksum 06:09:12 ec43610c2a17: Download complete 06:09:12 5d3b04190fa2: Verifying Checksum 06:09:12 5d3b04190fa2: Download complete 06:09:13 5eb5b503b376: Verifying Checksum 06:09:13 5eb5b503b376: Download complete 06:09:13 2f39f015ded8: Download complete 06:09:14 5eb5b503b376: Pull complete 06:09:14 5c69ac0246d0: Pull complete 06:09:14 ec43610c2a17: Pull complete 06:09:14 3a2ae6a8a46f: Pull complete 06:09:15 33b1e0a273af: Pull complete 06:09:15 5d3b04190fa2: Pull complete 06:09:19 2f39f015ded8: Pull complete 06:09:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:09:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:09:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:09:19 prd-ubuntu20.04-docker-8c-8g-2675 does not seem to be running inside a container 06:09:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:09:20 $ docker top 8072a15896587bd60b78491601b486c00418e7cd5ffb61f36f34fd32e0b13851 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:09:21 ---> job-cost.sh 06:09:21 lf-activate-venv: SKIPPING 06:09:21 INFO: No Stack... 06:09:21 INFO: Retrieving Pricing Info for: v3-standard-8 06:09:21 INFO: Archiving Costs [Pipeline] sh 06:09:22 + cat /w/workspace/gexfoundry_device-modbus-go_main/archives/cost.csv 06:09:22 + cut -d, -f6 [Pipeline] lock 06:09:22 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-main-42-stack-cost] 06:09:22 Resource [jenkins-edgexfoundry-device-modbus-go-main-42-stack-cost] did not exist. Created. 06:09:22 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:09:22 + echo total: 0.2199999988079071 [Pipeline] stash 06:09:22 Stashed 1 file(s) [Pipeline] } 06:09:22 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-main-42-stack-cost] [Pipeline] // lock [Pipeline] } 06:09:22 $ docker stop --time=1 8072a15896587bd60b78491601b486c00418e7cd5ffb61f36f34fd32e0b13851 06:09:23 $ docker rm -f 8072a15896587bd60b78491601b486c00418e7cd5ffb61f36f34fd32e0b13851 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:09:29 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2676 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [Pipeline] ws 06:09:29 Running in /w/workspace/device-modbus-go/42 [Pipeline] { [Pipeline] checkout 06:09:29 Selected Git installation does not exist. Using Default 06:09:29 The recommended git tool is: NONE 06:09:35 using credential edgex-jenkins-ssh 06:09:35 Cloning the remote Git repository 06:09:35 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 06:09:35 > git init /w/workspace/device-modbus-go/42 # timeout=10 06:09:35 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 06:09:35 > git --version # timeout=10 06:09:35 > git --version # 'git version 2.25.1' 06:09:35 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:36 Avoid second fetch 06:09:36 Checking out Revision 4c89d6a6c91720700353e870f5243ca140b0cc6d (main) 06:09:36 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 06:09:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:36 > git config core.sparsecheckout # timeout=10 06:09:36 > git checkout -f 4c89d6a6c91720700353e870f5243ca140b0cc6d # timeout=10 06:09:41 Commit message: "Merge pull request #354 from weichou1229/upgrade-sdk" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:09:41 % Total % Received % Xferd Average Speed Time Time Time Current 06:09:41 Dload Upload Total Spent Left Speed 06:09:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 65876 0 --:--:-- --:--:-- --:--:-- 65876 [Pipeline] sh 06:09:42 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:09:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 06:09:42 sudo tee /etc/docker/daemon.new 06:09:42 { 06:09:42 "registry-mirrors": [ 06:09:42 "https://nexus3.edgexfoundry.org:10001" 06:09:42 ], 06:09:42 "bip": "10.250.0.254/24", 06:09:42 "hosts": [ 06:09:42 "tcp://0.0.0.0:5555", 06:09:42 "unix:///var/run/docker.sock" 06:09:42 ], 06:09:42 "mtu": 1458, 06:09:42 "selinux-enabled": true, 06:09:42 "seccomp-profile": "/etc/docker/seccomp.json" 06:09:42 } [Pipeline] sh 06:09:43 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:09:43 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:10:01 provisioning config files... 06:10:01 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/42@tmp/config3127848909576274671tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:10:02 ---> docker-login.sh 06:10:02 nexus3.edgexfoundry.org:10001 06:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:03 Configure a credential helper to remove this warning. See 06:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:03 06:10:03 Login Succeeded 06:10:03 nexus3.edgexfoundry.org:10002 06:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:03 Configure a credential helper to remove this warning. See 06:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:03 06:10:03 Login Succeeded 06:10:03 nexus3.edgexfoundry.org:10003 06:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:04 Configure a credential helper to remove this warning. See 06:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:04 06:10:04 Login Succeeded 06:10:04 nexus3.edgexfoundry.org:10004 06:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:04 Configure a credential helper to remove this warning. See 06:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:04 06:10:04 Login Succeeded 06:10:04 docker.io 06:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:05 Configure a credential helper to remove this warning. See 06:10:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:05 06:10:05 Login Succeeded 06:10:05 ---> docker-login.sh ends [Pipeline] } 06:10:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:10:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:10:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:10:05 ========================================================= 06:10:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 06:10:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:06 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 06:10:06 Sending build context to Docker daemon 3.124MB 06:10:06 Step 1/10 : ARG BASE=golang:1.17-alpine3.15 06:10:06 Step 2/10 : FROM ${BASE} AS builder 06:10:06 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:10:06 9b3977197b4f: Pulling fs layer 06:10:06 1a89e8eeedd5: Pulling fs layer 06:10:06 94645a83ff95: Pulling fs layer 06:10:06 e6fb740bc735: Pulling fs layer 06:10:06 3a77bd46dcc9: Pulling fs layer 06:10:06 355e64cbe906: Pulling fs layer 06:10:06 63ab81a10011: Pulling fs layer 06:10:06 555d1d1c4555: Pulling fs layer 06:10:06 7d9057610161: Pulling fs layer 06:10:06 e6fb740bc735: Waiting 06:10:06 3a77bd46dcc9: Waiting 06:10:06 555d1d1c4555: Waiting 06:10:06 7d9057610161: Waiting 06:10:06 355e64cbe906: Waiting 06:10:06 63ab81a10011: Waiting 06:10:06 94645a83ff95: Verifying Checksum 06:10:06 94645a83ff95: Download complete 06:10:06 1a89e8eeedd5: Verifying Checksum 06:10:06 1a89e8eeedd5: Download complete 06:10:06 3a77bd46dcc9: Verifying Checksum 06:10:06 3a77bd46dcc9: Download complete 06:10:06 355e64cbe906: Download complete 06:10:06 9b3977197b4f: Verifying Checksum 06:10:06 9b3977197b4f: Download complete 06:10:06 63ab81a10011: Verifying Checksum 06:10:06 63ab81a10011: Download complete 06:10:07 7d9057610161: Verifying Checksum 06:10:07 7d9057610161: Download complete 06:10:07 9b3977197b4f: Pull complete 06:10:08 1a89e8eeedd5: Pull complete 06:10:08 94645a83ff95: Pull complete 06:10:08 555d1d1c4555: Verifying Checksum 06:10:08 555d1d1c4555: Download complete 06:10:09 e6fb740bc735: Verifying Checksum 06:10:09 e6fb740bc735: Download complete 06:10:21 e6fb740bc735: Pull complete 06:10:21 3a77bd46dcc9: Pull complete 06:10:21 355e64cbe906: Pull complete 06:10:21 63ab81a10011: Pull complete 06:10:27 555d1d1c4555: Pull complete 06:10:29 7d9057610161: Pull complete 06:10:29 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 06:10:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 06:10:29 ---> 819e984ddca1 06:10:29 Step 3/10 : ARG MAKE='make build' 06:10:31 ---> Running in e6799cceddeb 06:10:31 Removing intermediate container e6799cceddeb 06:10:31 ---> 7d0fb2a2648c 06:10:31 Step 4/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:31 ---> Running in 252960071df8 06:10:34 Removing intermediate container 252960071df8 06:10:34 ---> c35fc17baf5e 06:10:34 Step 5/10 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 06:10:34 ---> Running in 94151fb1ceec 06:10:35 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:10:36 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:10:37 (1/8) Installing openssh-keygen (8.8_p1-r1) 06:10:37 (2/8) Installing libedit (20210910.3.1-r0) 06:10:37 (3/8) Installing openssh-client-common (8.8_p1-r1) 06:10:37 (4/8) Installing openssh-client-default (8.8_p1-r1) 06:10:37 (5/8) Installing openssh-sftp-server (8.8_p1-r1) 06:10:37 (6/8) Installing openssh-server-common (8.8_p1-r1) 06:10:37 (7/8) Installing openssh-server (8.8_p1-r1) 06:10:38 (8/8) Installing openssh (8.8_p1-r1) 06:10:38 Executing busybox-1.34.1-r3.trigger 06:10:38 OK: 226 MiB in 60 packages 06:10:39 Removing intermediate container 94151fb1ceec 06:10:39 ---> 9fff3dea58d1 06:10:39 Step 6/10 : WORKDIR /device-modbus-go 06:10:39 ---> Running in a82ac134028f 06:10:39 Removing intermediate container a82ac134028f 06:10:39 ---> 05aedf99d009 06:10:39 Step 7/10 : COPY go.mod vendor* ./ 06:10:39 ---> ada7dee23425 06:10:39 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:40 ---> Running in 7705125ae86d 06:11:27 Removing intermediate container 7705125ae86d 06:11:27 ---> 3b9a53ac810f 06:11:27 Step 9/10 : COPY . . 06:11:27 ---> 645e18c1ae2f 06:11:27 Step 10/10 : RUN ${MAKE} 06:11:27 ---> Running in cc607e056a25 06:11:27 noop 06:11:27 Removing intermediate container cc607e056a25 06:11:27 ---> 4e17182d2ffa 06:11:27 Successfully built 4e17182d2ffa 06:11:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:27 + docker inspect -f . ci-base-image-arm64 06:11:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:11:28 prd-ubuntu20.04-docker-arm64-4c-16g-2676 does not seem to be running inside a container 06:11:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/42 -v /w/workspace/device-modbus-go/42:/w/workspace/device-modbus-go/42:rw,z -v /w/workspace/device-modbus-go/42@tmp:/w/workspace/device-modbus-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:11:29 $ docker top 2a6d9b6c79c8620915ae0219c4ee4d8be82b75fcb771c3624ccea16144605bdf -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:30 + go version 06:11:30 go version go1.17.7 linux/arm64 [Pipeline] } 06:11:30 $ docker stop --time=1 2a6d9b6c79c8620915ae0219c4ee4d8be82b75fcb771c3624ccea16144605bdf 06:11:32 $ docker rm -f 2a6d9b6c79c8620915ae0219c4ee4d8be82b75fcb771c3624ccea16144605bdf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:32 + docker inspect -f . ci-base-image-arm64 06:11:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:11:32 prd-ubuntu20.04-docker-arm64-4c-16g-2676 does not seem to be running inside a container 06:11:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/42 -v /w/workspace/device-modbus-go/42:/w/workspace/device-modbus-go/42:rw,z -v /w/workspace/device-modbus-go/42@tmp:/w/workspace/device-modbus-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:11:34 $ docker top f2dfa0a0f75e9c96febd3249d72c07cb598098ef5e71baca934cd859db2b04b4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:11:35 + make test 06:11:35 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 06:11:36 ? github.com/edgexfoundry/device-modbus-go [no test files] 06:12:58 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 06:12:58 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.067s coverage: 46.4% of statements 06:12:58 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:12:58 CGO_ENABLED=1 GO111MODULE=on go vet ./... 06:13:25 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:13:25 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:13:25 ./bin/test-attribution-txt.sh [Pipeline] echo 06:13:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:13:25 $ docker stop --time=1 f2dfa0a0f75e9c96febd3249d72c07cb598098ef5e71baca934cd859db2b04b4 06:13:27 $ docker rm -f f2dfa0a0f75e9c96febd3249d72c07cb598098ef5e71baca934cd859db2b04b4 [Pipeline] // withDockerContainer [Pipeline] sh 06:13:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:13:28 Warning: overwriting stash ‘coverage-report’ 06:13:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:13:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:13:29 + ls -al . 06:13:29 total 180 06:13:29 drwxrwxr-x 9 jenkins jenkins 4096 Jun 19 06:13 . 06:13:29 drwxrwxr-x 4 jenkins jenkins 4096 Jun 19 06:09 .. 06:13:29 -rw-rw-r-- 1 jenkins jenkins 140 Jun 19 06:09 .dockerignore 06:13:29 drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 06:09 .git 06:13:29 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:09 .github 06:13:29 -rw-rw-r-- 1 jenkins jenkins 331 Jun 19 06:09 .gitignore 06:13:29 -rw-rw-r-- 1 jenkins jenkins 41 Jun 19 06:09 .golangci.yml 06:13:29 -rw-rw-r-- 1 jenkins jenkins 9636 Jun 19 06:09 Attribution.txt 06:13:29 -rw-rw-r-- 1 jenkins jenkins 10001 Jun 19 06:09 CHANGELOG.md 06:13:29 -rw-rw-r-- 1 jenkins jenkins 1546 Jun 19 06:09 Dockerfile 06:13:29 -rw-rw-r-- 1 jenkins jenkins 677 Jun 19 06:09 GOVERNANCE.md 06:13:29 -rw-rw-r-- 1 jenkins jenkins 680 Jun 19 06:09 Jenkinsfile 06:13:29 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 19 06:09 LICENSE 06:13:29 -rw-rw-r-- 1 jenkins jenkins 1905 Jun 19 06:09 Makefile 06:13:29 -rw-rw-r-- 1 jenkins jenkins 622 Jun 19 06:09 OWNERS.md 06:13:29 -rw-rw-r-- 1 jenkins jenkins 3397 Jun 19 06:09 README.md 06:13:29 -rw-rw-r-- 1 jenkins jenkins 11 Jun 19 06:07 VERSION 06:13:29 drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 06:09 bin 06:13:29 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:09 cmd 06:13:29 -rw-r--r-- 1 jenkins jenkins 24065 Jun 19 06:12 coverage.out 06:13:29 -rw-rw-r-- 1 jenkins jenkins 3403 Jun 19 06:09 go.mod 06:13:29 -rw-rw-r-- 1 jenkins jenkins 36017 Jun 19 06:09 go.sum 06:13:29 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:09 internal 06:13:29 drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 06:09 simulator 06:13:29 drwxrwxr-x 4 jenkins jenkins 4096 Jun 19 06:09 snap 06:13:29 -rw-rw-r-- 1 jenkins jenkins 229 Jun 19 06:09 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:29 + 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=4c89d6a6c91720700353e870f5243ca140b0cc6d --label arch=arm64 --label version=2.2.1-dev.3 . 06:13:30 Sending build context to Docker daemon 3.149MB 06:13:30 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 06:13:30 Step 2/23 : FROM ${BASE} AS builder 06:13:30 ---> 4e17182d2ffa 06:13:30 Step 3/23 : ARG MAKE='make build' 06:13:30 ---> Running in 900613a6ff33 06:13:30 Removing intermediate container 900613a6ff33 06:13:30 ---> 479d8e9e236a 06:13:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:30 ---> Running in 7a1f5a3e84a3 06:13:32 Removing intermediate container 7a1f5a3e84a3 06:13:32 ---> fc7db57c1d8d 06:13:32 Step 5/23 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 06:13:32 ---> Running in a23475293dd2 06:13:33 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:13:34 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:13:35 OK: 226 MiB in 60 packages 06:13:35 Removing intermediate container a23475293dd2 06:13:35 ---> c8b895d294ff 06:13:35 Step 6/23 : WORKDIR /device-modbus-go 06:13:36 ---> Running in a0638c57d5f9 06:13:36 Removing intermediate container a0638c57d5f9 06:13:36 ---> a9d48e6f1991 06:13:36 Step 7/23 : COPY go.mod vendor* ./ 06:13:36 ---> 3a89b5ec1c24 06:13:36 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:13:36 ---> Running in d91f4e6defc5 06:13:38 Removing intermediate container d91f4e6defc5 06:13:38 ---> 4d1f2715ca61 06:13:38 Step 9/23 : COPY . . 06:13:39 ---> 2217464db7f9 06:13:39 Step 10/23 : RUN ${MAKE} 06:13:39 ---> Running in eb0acd8809b8 06:13:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-modbus-go.Version=2.2.1-dev.3" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd 06:15:47 Removing intermediate container eb0acd8809b8 06:15:47 ---> ca34ac481871 06:15:47 Step 11/23 : FROM alpine:3.14 06:15:47 3.14: Pulling from library/alpine 06:15:47 455c02918c45: Pulling fs layer 06:15:47 455c02918c45: Verifying Checksum 06:15:47 455c02918c45: Download complete 06:15:47 455c02918c45: Pull complete 06:15:47 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 06:15:47 Status: Downloaded newer image for alpine:3.14 06:15:47 ---> ac73e934f311 06:15:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 06:15:47 ---> Running in 3c3086663885 06:15:47 Removing intermediate container 3c3086663885 06:15:47 ---> 6694e6c8f940 06:15:47 Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:15:47 ---> Running in d1b13bea20b5 06:15:49 Removing intermediate container d1b13bea20b5 06:15:49 ---> e527dc2db8e2 06:15:49 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 06:15:49 ---> Running in 359bc2bd7d34 06:15:50 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 06:15:51 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 06:15:52 (1/6) Installing dumb-init (1.2.5-r1) 06:15:52 (2/6) Installing libgcc (10.3.1_git20210424-r2) 06:15:52 (3/6) Installing libsodium (1.0.18-r0) 06:15:52 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 06:15:52 (5/6) Installing libzmq (4.3.4-r0) 06:15:52 (6/6) Installing zeromq (4.3.4-r0) 06:15:52 Executing busybox-1.33.1-r7.trigger 06:15:52 OK: 8 MiB in 20 packages 06:15:53 Removing intermediate container 359bc2bd7d34 06:15:53 ---> 66e9045629ef 06:15:53 Step 15/23 : COPY --from=builder /device-modbus-go/cmd / 06:15:55 ---> 3f8fd229c690 06:15:55 Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / 06:15:55 ---> b0e18327426a 06:15:55 Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / 06:15:56 ---> 33357ef04b37 06:15:56 Step 18/23 : EXPOSE 59901 06:15:56 ---> Running in c5f1e7b03dce 06:15:56 Removing intermediate container c5f1e7b03dce 06:15:56 ---> 2d66169a7f7b 06:15:56 Step 19/23 : ENTRYPOINT ["/device-modbus"] 06:15:56 ---> Running in 639897ad2398 06:15:57 Removing intermediate container 639897ad2398 06:15:57 ---> 456f6629ff9a 06:15:57 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:15:57 ---> Running in 887cf1d99d5e 06:15:57 Removing intermediate container 887cf1d99d5e 06:15:57 ---> 22bb1f5456a5 06:15:57 Step 21/23 : LABEL arch=arm64 06:15:57 ---> Running in ca3d7f3d65ab 06:15:58 Removing intermediate container ca3d7f3d65ab 06:15:58 ---> df3763d9f1a1 06:15:58 Step 22/23 : LABEL git_sha=4c89d6a6c91720700353e870f5243ca140b0cc6d 06:15:58 ---> Running in 97fc1ab3cc50 06:15:58 Removing intermediate container 97fc1ab3cc50 06:15:58 ---> b4edfa99ddbd 06:15:58 Step 23/23 : LABEL version=2.2.1-dev.3 06:15:58 ---> Running in 2b9021928452 06:15:58 Removing intermediate container 2b9021928452 06:15:58 ---> 1326dd9af3ce 06:15:58 [Warning] One or more build-args [ARCH] were not consumed 06:15:58 Successfully built 1326dd9af3ce 06:15:58 Successfully tagged device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:15:59 provisioning config files... 06:15:59 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/42@tmp/config788378375804558447tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:15:59 ---> docker-login.sh 06:15:59 nexus3.edgexfoundry.org:10001 06:15:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:15:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:15:59 Configure a credential helper to remove this warning. See 06:15:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:15:59 06:15:59 Login Succeeded 06:15:59 nexus3.edgexfoundry.org:10002 06:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:00 Configure a credential helper to remove this warning. See 06:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:00 06:16:00 Login Succeeded 06:16:00 nexus3.edgexfoundry.org:10003 06:16:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:00 Configure a credential helper to remove this warning. See 06:16:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:00 06:16:00 Login Succeeded 06:16:00 nexus3.edgexfoundry.org:10004 06:16:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:01 Configure a credential helper to remove this warning. See 06:16:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:01 06:16:01 Login Succeeded 06:16:01 docker.io 06:16:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:01 Configure a credential helper to remove this warning. See 06:16:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:01 06:16:01 Login Succeeded 06:16:01 ---> docker-login.sh ends [Pipeline] } 06:16:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:16:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:16:01 [edgeXDocker.push] Tagging docker image device-modbus-arm64 with the following tags: 06:16:01 4c89d6a6c91720700353e870f5243ca140b0cc6d 06:16:01 latest 06:16:01 2.2.1-dev.3 06:16:01 4c89d6a6c91720700353e870f5243ca140b0cc6d-2.2.1-dev.3 06:16:01 main 06:16:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:02 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:4c89d6a6c91720700353e870f5243ca140b0cc6d [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:02 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:4c89d6a6c91720700353e870f5243ca140b0cc6d 06:16:02 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 06:16:02 04c5c9c46842: Preparing 06:16:02 ac99578e2286: Preparing 06:16:02 2454566d497b: Preparing 06:16:02 452cb3d37937: Preparing 06:16:02 68c5b08e9b12: Preparing 06:16:02 f73e7dbfee58: Preparing 06:16:02 f73e7dbfee58: Waiting 06:16:02 ac99578e2286: Pushed 06:16:02 04c5c9c46842: Pushed 06:16:02 68c5b08e9b12: Pushed 06:16:02 f73e7dbfee58: Layer already exists 06:16:03 452cb3d37937: Pushed 06:16:08 2454566d497b: Pushed 06:16:08 4c89d6a6c91720700353e870f5243ca140b0cc6d: digest: sha256:52ae005c988bc7d88568ea7f31b0f6259a82f105e8de6109934f9871a9e9b0fb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:09 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:09 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest 06:16:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 06:16:09 04c5c9c46842: Preparing 06:16:09 ac99578e2286: Preparing 06:16:09 2454566d497b: Preparing 06:16:09 452cb3d37937: Preparing 06:16:09 68c5b08e9b12: Preparing 06:16:09 f73e7dbfee58: Preparing 06:16:09 f73e7dbfee58: Waiting 06:16:09 04c5c9c46842: Layer already exists 06:16:09 ac99578e2286: Layer already exists 06:16:09 68c5b08e9b12: Layer already exists 06:16:09 2454566d497b: Layer already exists 06:16:09 452cb3d37937: Layer already exists 06:16:09 f73e7dbfee58: Layer already exists 06:16:09 latest: digest: sha256:52ae005c988bc7d88568ea7f31b0f6259a82f105e8de6109934f9871a9e9b0fb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:10 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:2.2.1-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:10 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:2.2.1-dev.3 06:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 06:16:10 04c5c9c46842: Preparing 06:16:10 ac99578e2286: Preparing 06:16:10 2454566d497b: Preparing 06:16:10 452cb3d37937: Preparing 06:16:10 68c5b08e9b12: Preparing 06:16:10 f73e7dbfee58: Preparing 06:16:10 f73e7dbfee58: Waiting 06:16:10 68c5b08e9b12: Layer already exists 06:16:10 2454566d497b: Layer already exists 06:16:10 ac99578e2286: Layer already exists 06:16:10 04c5c9c46842: Layer already exists 06:16:10 452cb3d37937: Layer already exists 06:16:10 f73e7dbfee58: Layer already exists 06:16:11 2.2.1-dev.3: digest: sha256:52ae005c988bc7d88568ea7f31b0f6259a82f105e8de6109934f9871a9e9b0fb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:11 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:4c89d6a6c91720700353e870f5243ca140b0cc6d-2.2.1-dev.3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:11 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:4c89d6a6c91720700353e870f5243ca140b0cc6d-2.2.1-dev.3 06:16:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 06:16:11 04c5c9c46842: Preparing 06:16:11 ac99578e2286: Preparing 06:16:11 2454566d497b: Preparing 06:16:11 452cb3d37937: Preparing 06:16:11 68c5b08e9b12: Preparing 06:16:11 f73e7dbfee58: Preparing 06:16:11 f73e7dbfee58: Waiting 06:16:11 452cb3d37937: Layer already exists 06:16:11 2454566d497b: Layer already exists 06:16:11 68c5b08e9b12: Layer already exists 06:16:11 04c5c9c46842: Layer already exists 06:16:11 ac99578e2286: Layer already exists 06:16:11 f73e7dbfee58: Layer already exists 06:16:12 4c89d6a6c91720700353e870f5243ca140b0cc6d-2.2.1-dev.3: digest: sha256:52ae005c988bc7d88568ea7f31b0f6259a82f105e8de6109934f9871a9e9b0fb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:12 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:12 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:main 06:16:12 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 06:16:12 04c5c9c46842: Preparing 06:16:12 ac99578e2286: Preparing 06:16:12 2454566d497b: Preparing 06:16:12 452cb3d37937: Preparing 06:16:12 68c5b08e9b12: Preparing 06:16:12 f73e7dbfee58: Preparing 06:16:12 f73e7dbfee58: Waiting 06:16:12 2454566d497b: Layer already exists 06:16:12 68c5b08e9b12: Layer already exists 06:16:12 452cb3d37937: Layer already exists 06:16:12 04c5c9c46842: Layer already exists 06:16:12 ac99578e2286: Layer already exists 06:16:12 f73e7dbfee58: Layer already exists 06:16:13 main: digest: sha256:52ae005c988bc7d88568ea7f31b0f6259a82f105e8de6109934f9871a9e9b0fb size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:16:13 ===================================================== [Pipeline] echo 06:16:13 taggedImages: 06:16:13 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:4c89d6a6c91720700353e870f5243ca140b0cc6d 06:16:13 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest 06:16:13 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:2.2.1-dev.3 06:16:13 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:4c89d6a6c91720700353e870f5243ca140b0cc6d-2.2.1-dev.3 06:16:13 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:16:13 06:16:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:16:14 arm64: Pulling from edgex-lftools-log-publisher 06:16:14 8998bd30e6a1: Pulling fs layer 06:16:14 04944245beec: Pulling fs layer 06:16:14 699f458cf7ca: Pulling fs layer 06:16:14 765212b225bb: Pulling fs layer 06:16:14 f23df028b6ca: Pulling fs layer 06:16:14 d65c8cfc05b1: Pulling fs layer 06:16:14 2437ff75d9bd: Pulling fs layer 06:16:14 f23df028b6ca: Waiting 06:16:14 d65c8cfc05b1: Waiting 06:16:14 765212b225bb: Waiting 06:16:14 2437ff75d9bd: Waiting 06:16:14 04944245beec: Verifying Checksum 06:16:14 04944245beec: Download complete 06:16:14 765212b225bb: Verifying Checksum 06:16:14 765212b225bb: Download complete 06:16:14 f23df028b6ca: Verifying Checksum 06:16:14 f23df028b6ca: Download complete 06:16:14 d65c8cfc05b1: Verifying Checksum 06:16:14 d65c8cfc05b1: Download complete 06:16:14 699f458cf7ca: Verifying Checksum 06:16:14 699f458cf7ca: Download complete 06:16:14 8998bd30e6a1: Verifying Checksum 06:16:14 8998bd30e6a1: Download complete 06:16:17 2437ff75d9bd: Verifying Checksum 06:16:17 2437ff75d9bd: Download complete 06:16:19 8998bd30e6a1: Pull complete 06:16:19 04944245beec: Pull complete 06:16:20 699f458cf7ca: Pull complete 06:16:20 765212b225bb: Pull complete 06:16:21 f23df028b6ca: Pull complete 06:16:22 d65c8cfc05b1: Pull complete 06:16:37 2437ff75d9bd: Pull complete 06:16:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:16:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:16:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:16:37 prd-ubuntu20.04-docker-arm64-4c-16g-2676 does not seem to be running inside a container 06:16:37 $ 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/42 -v /w/workspace/device-modbus-go/42:/w/workspace/device-modbus-go/42:rw,z -v /w/workspace/device-modbus-go/42@tmp:/w/workspace/device-modbus-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:16:40 $ docker top e760874fafcc9d008de7e3eb7ef813d008b577f1b4b010ca118e16d45d8b78ef -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:16:41 ---> job-cost.sh 06:16:41 lf-activate-venv: SKIPPING 06:16:41 INFO: No Stack... 06:16:41 INFO: Retrieving Pricing Info for: v3-standard-4 06:16:42 INFO: Archiving Costs [Pipeline] sh 06:16:42 + cat /w/workspace/device-modbus-go/42/archives/cost.csv 06:16:42 + cut -d, -f6 [Pipeline] lock 06:16:43 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-main-42-stack-cost] 06:16:43 Resource [jenkins-edgexfoundry-device-modbus-go-main-42-stack-cost] did not exist. Created. 06:16:43 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-main-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:16:43 /w/workspace/device-modbus-go/42@tmp/durable-25b08fb3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:16:44 + echo total: 0.10999999940395355 [Pipeline] stash 06:16:44 Warning: overwriting stash ‘stack-cost’ 06:16:44 Stashed 1 file(s) [Pipeline] } 06:16:44 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-main-42-stack-cost] [Pipeline] // lock [Pipeline] } 06:16:44 $ docker stop --time=1 e760874fafcc9d008de7e3eb7ef813d008b577f1b4b010ca118e16d45d8b78ef 06:16:46 $ docker rm -f e760874fafcc9d008de7e3eb7ef813d008b577f1b4b010ca118e16d45d8b78ef [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 06:16:46 provisioning config files... 06:16:46 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config7703244191139139390tmp [Pipeline] { [Pipeline] sh 06:16:46 + set +x 06:16:46 + curl -s https://codecov.io/bash 06:16:46 + bash -s -- 06:16:46 06:16:46 _____ _ 06:16:46 / ____| | | 06:16:46 | | ___ __| | ___ ___ _____ __ 06:16:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:16:46 | |___| (_) | (_| | __/ (_| (_) \ V / 06:16:46 \_____\___/ \__,_|\___|\___\___/ \_/ 06:16:46 Bash-1.0.6 06:16:46 06:16:46 06:16:46 ==> git version 2.25.1 found 06:16:46 ==> 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 06:16:46 Release-Date: 2020-01-08 06:16:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:16:46 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:16:46 ==> Jenkins CI detected. 06:16:46 current dir:  /w/workspace/gexfoundry_device-modbus-go_main 06:16:46 project root: . 06:16:46 --> token set from env 06:16:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:16:46 ==> Running gcov in . (disable via -X gcov) 06:16:47 ==> Python coveragepy not found 06:16:47 ==> Searching for coverage reports in: 06:16:47 + . 06:16:47 -> Found 1 reports 06:16:47 ==> Detecting git/mercurial file structure 06:16:47 ==> Reading reports 06:16:47 + ./coverage.out bytes=24065 06:16:47 ==> Appending adjustments 06:16:47 https://docs.codecov.io/docs/fixing-reports 06:16:47 + Found adjustments 06:16:47 ==> Gzipping contents 06:16:47 4.0K /tmp/codecov.eVWvQt.gz 06:16:47 ==> Uploading reports 06:16:47 url: https://codecov.io 06:16:47 query: branch=main&commit=4c89d6a6c91720700353e870f5243ca140b0cc6d&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:16:47 -> Pinging Codecov 06:16:47 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=3a8d40b1-de00-4649-bfd4-bdc8ed99ae89&branch=main&commit=4c89d6a6c91720700353e870f5243ca140b0cc6d&build=42&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F42%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 06:16:47 -> Uploading to 06:16:47 https://storage.googleapis.com/codecov/v4/raw/2022-06-19/55DBCA73C666E3227836607328DD7E49/4c89d6a6c91720700353e870f5243ca140b0cc6d/ce5aa9e2-5c9a-4675-8465-56c29c85d8f6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220619%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220619T061647Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0ac1c05f9253572bc8ec36249d76df51d0a9a816d3b1956e1d260f021f560b4b 06:16:47 % Total % Received % Xferd Average Speed Time Time Time Current 06:16:47 Dload Upload Total Spent Left Speed 06:16:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4012 0 0 100 4012 0 19861 --:--:-- --:--:-- --:--:-- 19763 100 4012 0 0 100 4012 0 16716 --:--:-- --:--:-- --:--:-- 16647 06:16:47 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/4c89d6a6c91720700353e870f5243ca140b0cc6d [Pipeline] } 06:16:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:16:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:16:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:16:48 06:16:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:16:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:16:48 1.410.4: Pulling from edgex-devops/edgex-snyk-go 06:16:48 df9b9388f04a: Pulling fs layer 06:16:48 52dc419b0ee2: Pulling fs layer 06:16:48 25bc292e5bac: Pulling fs layer 06:16:48 114826534d7a: Pulling fs layer 06:16:48 4657fd5d0bcf: Pulling fs layer 06:16:48 114826534d7a: Waiting 06:16:48 6ad1cebc031e: Pulling fs layer 06:16:48 8a3aa393b2d8: Pulling fs layer 06:16:48 8a3aa393b2d8: Waiting 06:16:48 4657fd5d0bcf: Waiting 06:16:48 25bc292e5bac: Verifying Checksum 06:16:48 25bc292e5bac: Download complete 06:16:48 52dc419b0ee2: Verifying Checksum 06:16:48 52dc419b0ee2: Download complete 06:16:48 4657fd5d0bcf: Download complete 06:16:48 df9b9388f04a: Verifying Checksum 06:16:48 df9b9388f04a: Download complete 06:16:48 df9b9388f04a: Pull complete 06:16:48 6ad1cebc031e: Verifying Checksum 06:16:48 6ad1cebc031e: Download complete 06:16:48 52dc419b0ee2: Pull complete 06:16:49 25bc292e5bac: Pull complete 06:16:49 114826534d7a: Verifying Checksum 06:16:49 114826534d7a: Download complete 06:16:49 8a3aa393b2d8: Verifying Checksum 06:16:49 8a3aa393b2d8: Download complete 06:16:52 114826534d7a: Pull complete 06:16:52 4657fd5d0bcf: Pull complete 06:16:53 6ad1cebc031e: Pull complete 06:16:56 8a3aa393b2d8: Pull complete 06:16:56 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 06:16:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 06:16:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:16:56 prd-ubuntu20.04-docker-8c-8g-2675 does not seem to be running inside a container 06:16:56 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 06:16:58 $ docker top da78f419a7f05a6c0a82d16ad2bea7c10cc2b8517b9e0160c2f9f90295ebc0d1 -eo pid,comm [Pipeline] { [Pipeline] echo 06:16:58 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-modbus-go:main' [Pipeline] sh 06:16:58 + set -o pipefail 06:16:58 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-modbus-go:main' 06:17:04 06:17:04 Monitoring /w/workspace/gexfoundry_device-modbus-go_main (github.com/edgexfoundry/device-modbus-go)... 06:17:04 06:17:04 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5174d6d0-2379-4548-918f-caa15a8d100f/history/99d04652-033c-4bf0-86cc-23a719e0b4e1 06:17:04 06:17:04 Tip: Detected multiple supported manifests (2), use --all-projects to scan all of them at once. 06:17:04 06:17:04 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:17:04 06:17:04 [Pipeline] } 06:17:04 $ docker stop --time=1 da78f419a7f05a6c0a82d16ad2bea7c10cc2b8517b9e0160c2f9f90295ebc0d1 06:17:06 $ docker rm -f da78f419a7f05a6c0a82d16ad2bea7c10cc2b8517b9e0160c2f9f90295ebc0d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:17:07 + git log --format=format:%s -1 4c89d6a6c91720700353e870f5243ca140b0cc6d [Pipeline] sh 06:17:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:17:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:17:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:17:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:17:07 prd-ubuntu20.04-docker-8c-8g-2675 does not seem to be running inside a container 06:17:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:17:08 $ docker top 0e2bf5cf41109db0398cb847fd67ffec7b90eced8e5a6bb08ed6889dd3cc0494 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:17:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:08 [ssh-agent] Looking for ssh-agent implementation... 06:17:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:08 $ docker exec 0e2bf5cf41109db0398cb847fd67ffec7b90eced8e5a6bb08ed6889dd3cc0494 ssh-agent 06:17:08 SSH_AUTH_SOCK=/tmp/ssh-03a5SGkD2du1/agent.31 06:17:08 SSH_AGENT_PID=37 06:17:08 Running ssh-add (command line suppressed) 06:17:08 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_262184544060666477.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_262184544060666477.key) 06:17:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:09 + git semver tag 06:17:09 2022-06-19 06:17:09,263 [run_tag] DEBUG tag force:False 06:17:09 2022-06-19 06:17:09,263 [check_head_tag] DEBUG check head tag 06:17:09 2022-06-19 06:17:09,264 [execute] INFO git cat-file --batch-check 06:17:09 2022-06-19 06:17:09,264 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) 06:17:09 2022-06-19 06:17:09,267 [execute] INFO git cat-file --batch 06:17:09 2022-06-19 06:17:09,267 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) 06:17:09 2022-06-19 06:17:09,276 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 06:17:09 2022-06-19 06:17:09,276 [execute] INFO git tag -a v2.2.1-dev.3 -m v2.2.1-dev.3 06:17:09 2022-06-19 06:17:09,276 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.3', '-m', 'v2.2.1-dev.3'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) 06:17:09 2022-06-19 06:17:09,281 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 06:17:09 2.2.1-dev.3 [Pipeline] } 06:17:09 $ docker exec --env ******** --env ******** 0e2bf5cf41109db0398cb847fd67ffec7b90eced8e5a6bb08ed6889dd3cc0494 ssh-agent -k 06:17:09 unset SSH_AUTH_SOCK; 06:17:09 unset SSH_AGENT_PID; 06:17:09 echo Agent pid 37 killed; 06:17:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:17:09 + git semver [Pipeline] } 06:17:10 $ docker stop --time=1 0e2bf5cf41109db0398cb847fd67ffec7b90eced8e5a6bb08ed6889dd3cc0494 06:17:11 $ docker rm -f 0e2bf5cf41109db0398cb847fd67ffec7b90eced8e5a6bb08ed6889dd3cc0494 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:17:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:17:11 06:17:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:17:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:17:11 0.23.1-centos7: Pulling from edgex-lftools 06:17:11 ab5ef0e58194: Pulling fs layer 06:17:11 9712f1f96733: Pulling fs layer 06:17:11 63f879dbbcfc: Pulling fs layer 06:17:11 0d9ebad4ef96: Pulling fs layer 06:17:11 e9a5061849ea: Pulling fs layer 06:17:11 d747dcd14b5f: Pulling fs layer 06:17:11 2de7ff778b66: Pulling fs layer 06:17:11 2de7ff778b66: Waiting 06:17:11 0d9ebad4ef96: Waiting 06:17:11 d747dcd14b5f: Waiting 06:17:11 e9a5061849ea: Waiting 06:17:11 9712f1f96733: Verifying Checksum 06:17:11 9712f1f96733: Download complete 06:17:12 63f879dbbcfc: Verifying Checksum 06:17:12 63f879dbbcfc: Download complete 06:17:12 e9a5061849ea: Verifying Checksum 06:17:12 e9a5061849ea: Download complete 06:17:12 0d9ebad4ef96: Verifying Checksum 06:17:12 0d9ebad4ef96: Download complete 06:17:12 d747dcd14b5f: Verifying Checksum 06:17:12 d747dcd14b5f: Download complete 06:17:12 ab5ef0e58194: Verifying Checksum 06:17:12 ab5ef0e58194: Download complete 06:17:12 2de7ff778b66: Verifying Checksum 06:17:12 2de7ff778b66: Download complete 06:17:16 ab5ef0e58194: Pull complete 06:17:16 9712f1f96733: Pull complete 06:17:16 63f879dbbcfc: Pull complete 06:17:19 0d9ebad4ef96: Pull complete 06:17:19 e9a5061849ea: Pull complete 06:17:19 d747dcd14b5f: Pull complete 06:17:21 2de7ff778b66: Pull complete 06:17:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 06:17:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 06:17:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:17:21 prd-ubuntu20.04-docker-8c-8g-2675 does not seem to be running inside a container 06:17:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 06:17:23 $ docker top abd05b12ce7b6cff4ff9878fbbf675af069bcdd5651f38884436b011f7f62f59 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 06:17:23 provisioning config files... 06:17:23 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config4172969864713968143tmp 06:17:23 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config5806305058529711015tmp 06:17:23 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config6481082362862436770tmp [Pipeline] { [Pipeline] echo 06:17:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 06:17:23 ---> sigul-configuration.sh 06:17:23 gpg: directory `/root/.gnupg' created 06:17:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 06:17:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 06:17:23 gpg: keyring `/root/.gnupg/secring.gpg' created 06:17:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 06:17:23 gpg: CAST5 encrypted data 06:17:23 gpg: encrypted with 1 passphrase 06:17:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 06:17:23 + mkdir /home/jenkins 06:17:23 + mkdir /home/jenkins/sigul [Pipeline] sh 06:17:24 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 06:17:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 06:17:24 ---> sigul-install.sh 06:17:24 Sigul already installed; skipping installation. [Pipeline] sh 06:17:24 + git tag --list 06:17:24 0.7.1 06:17:24 v1.0.0 06:17:24 v1.1.0 06:17:24 v1.1.1 06:17:24 v1.2.2 06:17:24 v1.3.0 06:17:24 v1.3.1 06:17:24 v2.0.0 06:17:24 v2.1.0 06:17:24 v2.1.1 06:17:24 v2.1.1-dev.1 06:17:24 v2.1.1-dev.2 06:17:24 v2.1.1-dev.3 06:17:24 v2.2.0 06:17:24 v2.2.1-dev.1 06:17:24 v2.2.1-dev.2 06:17:24 v2.2.1-dev.3 [Pipeline] sh 06:17:25 + lftools sign git-tag v2.2.1-dev.3 06:17:25 Signing Git tag with Sigul... 06:17:25 Signing v2.2.1-dev.3 [Pipeline] echo 06:17:25 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 06:17:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 06:17:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 06:17:26 $ docker stop --time=1 abd05b12ce7b6cff4ff9878fbbf675af069bcdd5651f38884436b011f7f62f59 06:17:27 $ docker rm -f abd05b12ce7b6cff4ff9878fbbf675af069bcdd5651f38884436b011f7f62f59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 06:17:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:17:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:17:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:17:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:17:28 prd-ubuntu20.04-docker-8c-8g-2675 does not seem to be running inside a container 06:17:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:17:28 $ docker top fef55f49ad267b4c6f0fd3b1d80569ccb11dfd4e83a2e0ea3bc3336e010e5901 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:17:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:28 [ssh-agent] Looking for ssh-agent implementation... 06:17:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:28 $ docker exec fef55f49ad267b4c6f0fd3b1d80569ccb11dfd4e83a2e0ea3bc3336e010e5901 ssh-agent 06:17:29 SSH_AUTH_SOCK=/tmp/ssh-MMP2NYKkFOaj/agent.33 06:17:29 SSH_AGENT_PID=39 06:17:29 Running ssh-add (command line suppressed) 06:17:29 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_4212547280076897935.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_4212547280076897935.key) 06:17:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:29 + git semver bump pre 06:17:29 2022-06-19 06:17:29,606 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 06:17:29 2022-06-19 06:17:29,606 [bump_version] DEBUG bumping version:2.2.1-dev.3 on axis:pre with prefix:dev 06:17:29 2022-06-19 06:17:29,607 [bump_version] DEBUG bumped version:2.2.1-dev.4 06:17:29 2022-06-19 06:17:29,607 [write_version] DEBUG write version:2.2.1-dev.4 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:True 06:17:29 2022-06-19 06:17:29,607 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 06:17:29 2022-06-19 06:17:29,607 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main 06:17:29 2022-06-19 06:17:29,609 [execute] INFO git cat-file --batch-check 06:17:29 2022-06-19 06:17:29,610 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) 06:17:29 2022-06-19 06:17:29,616 [execute] INFO git cat-file --batch 06:17:29 2022-06-19 06:17:29,616 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) 06:17:29 2022-06-19 06:17:29,622 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 06:17:29 2.2.1-dev.4 [Pipeline] } 06:17:29 $ docker exec --env ******** --env ******** fef55f49ad267b4c6f0fd3b1d80569ccb11dfd4e83a2e0ea3bc3336e010e5901 ssh-agent -k 06:17:29 unset SSH_AUTH_SOCK; 06:17:29 unset SSH_AGENT_PID; 06:17:29 echo Agent pid 39 killed; 06:17:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:17:30 + git semver [Pipeline] } 06:17:30 $ docker stop --time=1 fef55f49ad267b4c6f0fd3b1d80569ccb11dfd4e83a2e0ea3bc3336e010e5901 06:17:31 $ docker rm -f fef55f49ad267b4c6f0fd3b1d80569ccb11dfd4e83a2e0ea3bc3336e010e5901 [Pipeline] // withDockerContainer [Pipeline] sh 06:17:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:17:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:17:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:17:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:17:32 prd-ubuntu20.04-docker-8c-8g-2675 does not seem to be running inside a container 06:17:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:17:32 $ docker top 61a43682dde062c01ee5e73d190364c86aa41890e817e8647f0a99a408e5d916 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:17:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:17:32 [ssh-agent] Looking for ssh-agent implementation... 06:17:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:17:33 $ docker exec 61a43682dde062c01ee5e73d190364c86aa41890e817e8647f0a99a408e5d916 ssh-agent 06:17:33 SSH_AUTH_SOCK=/tmp/ssh-vw6eHsfR4XOa/agent.33 06:17:33 SSH_AGENT_PID=40 06:17:33 Running ssh-add (command line suppressed) 06:17:33 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_3279715002685253728.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_3279715002685253728.key) 06:17:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:17:33 + git semver push 06:17:33 2022-06-19 06:17:33,887 [run_push] DEBUG push 06:17:33 2022-06-19 06:17:33,888 [execute] INFO git cat-file --batch-check 06:17:33 2022-06-19 06:17:33,888 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) 06:17:33 2022-06-19 06:17:33,892 [execute] INFO git rev-list 37b41b9052130bd0fbf74a53813db6bd08442dff -- 06:17:33 2022-06-19 06:17:33,892 [execute] DEBUG Popen(['git', 'rev-list', '37b41b9052130bd0fbf74a53813db6bd08442dff', '--'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) 06:17:33 2022-06-19 06:17:33,898 [execute] INFO git fetch -v origin 06:17:33 2022-06-19 06:17:33,899 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=True, shell=None, istream=None) 06:17:34 2022-06-19 06:17:34,360 [run_push] DEBUG no remote changes detected 06:17:34 2022-06-19 06:17:34,360 [execute] INFO git push origin semver 06:17:34 2022-06-19 06:17:34,361 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) 06:17:35 2022-06-19 06:17:35,236 [run_push] DEBUG push all version tags 06:17:35 2022-06-19 06:17:35,236 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 06:17:35 2022-06-19 06:17:35,236 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) 06:17:36 2022-06-19 06:17:35,924 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 06:17:36 2.2.1-dev.4 [Pipeline] } 06:17:36 $ docker exec --env ******** --env ******** 61a43682dde062c01ee5e73d190364c86aa41890e817e8647f0a99a408e5d916 ssh-agent -k 06:17:36 unset SSH_AUTH_SOCK; 06:17:36 unset SSH_AGENT_PID; 06:17:36 echo Agent pid 40 killed; 06:17:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:17:36 + git semver [Pipeline] } 06:17:36 $ docker stop --time=1 61a43682dde062c01ee5e73d190364c86aa41890e817e8647f0a99a408e5d916 06:17:38 $ docker rm -f 61a43682dde062c01ee5e73d190364c86aa41890e817e8647f0a99a408e5d916 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 06:17:38 + [ -d /w/workspace/gexfoundry_device-modbus-go_main/archives ] 06:17:38 + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives 06:17:38 total 16 06:17:38 drwxr-xr-x 3 root root 4096 Jun 19 06:09 . 06:17:38 drwxrwxr-x 11 jenkins jenkins 4096 Jun 19 06:17 .. 06:17:38 drwxr-xr-x 2 root root 4096 Jun 19 06:09 cost 06:17:38 -rw-r--r-- 1 root root 86 Jun 19 06:09 cost.csv 06:17:38 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-modbus-go_main/archives 06:17:38 + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives 06:17:38 total 16 06:17:38 drwxr-xr-x 3 jenkins jenkins 4096 Jun 19 06:09 . 06:17:38 drwxrwxr-x 11 jenkins jenkins 4096 Jun 19 06:17 .. 06:17:38 drwxr-xr-x 2 jenkins jenkins 4096 Jun 19 06:09 cost 06:17:38 -rw-r--r-- 1 jenkins jenkins 86 Jun 19 06:09 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:17:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:17:39 ---> package-listing.sh 06:17:39 ++ facter osfamily 06:17:39 ++ tr '[:upper:]' '[:lower:]' 06:17:40 + OS_FAMILY=debian 06:17:40 + workspace=/w/workspace/gexfoundry_device-modbus-go_main 06:17:40 + START_PACKAGES=/tmp/packages_start.txt 06:17:40 + END_PACKAGES=/tmp/packages_end.txt 06:17:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:17:40 + PACKAGES=/tmp/packages_start.txt 06:17:40 + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' 06:17:40 + PACKAGES=/tmp/packages_end.txt 06:17:40 + case "${OS_FAMILY}" in 06:17:40 + dpkg -l 06:17:40 + grep '^ii' 06:17:40 + '[' -f /tmp/packages_start.txt ']' 06:17:40 + '[' -f /tmp/packages_end.txt ']' 06:17:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:17:40 + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' 06:17:40 + mkdir -p /w/workspace/gexfoundry_device-modbus-go_main/archives/ 06:17:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-modbus-go_main/archives/ [Pipeline] echo 06:17:40 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:17:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:17:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:17:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:17:41 prd-ubuntu20.04-docker-8c-8g-2675 does not seem to be running inside a container 06:17:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-modbus-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-modbus-go_main -v /w/workspace/gexfoundry_device-modbus-go_main:/w/workspace/gexfoundry_device-modbus-go_main:rw,z -v /w/workspace/gexfoundry_device-modbus-go_main@tmp:/w/workspace/gexfoundry_device-modbus-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:17:41 $ docker top 5cdb31bcf899e3227755341acbe06b0e8bfb789c787a7b9673b3a48561875b8e -eo pid,comm [Pipeline] { [Pipeline] sh 06:17:41 + touch /tmp/pre-build-complete [Pipeline] sh 06:17:41 + mkdir -p /var/log/sysstat [Pipeline] sh 06:17:42 + ls /var/log/sa-host 06:17:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:17:42 provisioning config files... 06:17:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config1013429243505703936tmp [Pipeline] { [Pipeline] echo 06:17:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:17:42 ---> create-netrc.sh [Pipeline] } 06:17:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:17:43 ---> python-tools-install.sh [Pipeline] echo 06:17:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:17:43 ---> sudo-logs.sh 06:17:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:17:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:17:43 ---> job-cost.sh 06:17:43 lf-activate-venv: SKIPPING 06:17:43 DEBUG: total: 0.2199999988079071 06:17:43 INFO: Retrieving Stack Cost... 06:17:44 INFO: Retrieving Pricing Info for: v3-standard-8 06:17:44 INFO: Archiving Costs [Pipeline] echo 06:17:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:17:44 ---> logs-deploy.sh 06:17:44 lf-activate-venv: SKIPPING 06:17:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/main/42 06:17:44 INFO: archiving workspace using pattern(s): 06:17:45 Archives upload complete. 06:17:45 INFO: archiving logs to Nexus