Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from df6ebf4862d29b15333f4a73058cc7861157986f 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-ssh2293017671318862275.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-ssh18389229813723138923.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-ssh9733500637239513975.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-ssh1782965345114165886.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-ssh3284704295024069456.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-16067 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 Avoid second fetch Checking out Revision df6ebf4862d29b15333f4a73058cc7861157986f (main) 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 > 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 df6ebf4862d29b15333f4a73058cc7861157986f # timeout=10 Commit message: "Merge pull request #358 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.2.1-dev.10" > git rev-list --no-walk 4c89d6a6c91720700353e870f5243ca140b0cc6d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:46:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:46:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:46:17 ========================================================= 05:46:17 EdgeX Global Pipelines Version Info 05:46:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:46:18 ------------------- 05:46:18 stable info: 05:46:18 ------------------- 05:46:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:46:18 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 05:46:18 Message: update stable to v1.0.234 05:46:18 ------------------- 05:46:18 experimental info: 05:46:18 ------------------- 05:46:18 Commited By: **** collab-it+edgex@linuxfoundation.org 05:46:18 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 05:46:18 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:46:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-modbus [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = df6ebf4862d29b15333f4a73058cc7861157986f [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = df6ebf4 [Pipeline] echo 05:46:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:46:19 provisioning config files... 05:46:19 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config4983694174932970960tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:46:19 ---> docker-login.sh 05:46:19 nexus3.edgexfoundry.org:10001 05:46:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:46:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:46:19 Configure a credential helper to remove this warning. See 05:46:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:46:19 05:46:19 Login Succeeded 05:46:19 nexus3.edgexfoundry.org:10002 05:46:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:46:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:46:20 Configure a credential helper to remove this warning. See 05:46:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:46:20 05:46:20 Login Succeeded 05:46:20 nexus3.edgexfoundry.org:10003 05:46:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:46:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:46:20 Configure a credential helper to remove this warning. See 05:46:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:46:20 05:46:20 Login Succeeded 05:46:20 nexus3.edgexfoundry.org:10004 05:46:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:46:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:46:20 Configure a credential helper to remove this warning. See 05:46:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:46:20 05:46:20 Login Succeeded 05:46:20 docker.io 05:46:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:46:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:46:20 Configure a credential helper to remove this warning. See 05:46:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:46:20 05:46:20 Login Succeeded 05:46:20 ---> docker-login.sh ends [Pipeline] } 05:46:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:46:21 + git rev-list -1 --merges df6ebf4862d29b15333f4a73058cc7861157986f~1..df6ebf4862d29b15333f4a73058cc7861157986f [Pipeline] echo 05:46:21 -----------> git rev-list -1 --merges df6ebf4862d29b15333f4a73058cc7861157986f~1..df6ebf4862d29b15333f4a73058cc7861157986f df6ebf4862d29b15333f4a73058cc7861157986f 05:46:21 df6ebf4862d29b15333f4a73058cc7861157986f [false] [Pipeline] sh 05:46:21 + git log --format=format:%s -1 df6ebf4862d29b15333f4a73058cc7861157986f [Pipeline] echo 05:46:21 ========================================================= 05:46:21 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:46:21 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:46:21 + git log --format=format:%s -1 df6ebf4862d29b15333f4a73058cc7861157986f [Pipeline] echo 05:46:21 [semverPrep] GIT_COMMIT: df6ebf4862d29b15333f4a73058cc7861157986f, Commit Message: Merge pull request #358 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.2.1-dev.10 [Pipeline] echo 05:46:21 [semverPrep] This is not a build commit. [Pipeline] sh 05:46:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:46:22 + grep -v github /etc/ssh/ssh_known_hosts 05:46:22 + [ -e /tmp/ssh_known_hosts ] 05:46:22 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:46:22 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:46:22 + sudo tee -a /etc/ssh/ssh_known_hosts 05:46:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:46:22 05:46:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:46:22 0.1.4: Pulling from edgex-devops/py-git-semver 05:46:22 42c077c10790: Pulling fs layer 05:46:22 f63e77b7563a: Pulling fs layer 05:46:22 bd5fdadae976: Pulling fs layer 05:46:22 205491f53016: Pulling fs layer 05:46:22 df18705c85c3: Pulling fs layer 05:46:22 bdb3f477010e: Pulling fs layer 05:46:22 c8a8fc8e1c8f: Pulling fs layer 05:46:22 2c6e9b1d212d: Pulling fs layer 05:46:22 bdb8f0575790: Pulling fs layer 05:46:22 386e3cb2ff24: Pulling fs layer 05:46:22 2343380bae48: Pulling fs layer 05:46:22 205491f53016: Waiting 05:46:22 df18705c85c3: Waiting 05:46:22 bdb3f477010e: Waiting 05:46:22 c8a8fc8e1c8f: Waiting 05:46:22 2c6e9b1d212d: Waiting 05:46:22 bdb8f0575790: Waiting 05:46:22 386e3cb2ff24: Waiting 05:46:22 2343380bae48: Waiting 05:46:22 f63e77b7563a: Download complete 05:46:22 205491f53016: Verifying Checksum 05:46:22 205491f53016: Download complete 05:46:23 df18705c85c3: Verifying Checksum 05:46:23 df18705c85c3: Download complete 05:46:23 bdb3f477010e: Download complete 05:46:23 bd5fdadae976: Verifying Checksum 05:46:23 bd5fdadae976: Download complete 05:46:23 2c6e9b1d212d: Download complete 05:46:23 bdb8f0575790: Verifying Checksum 05:46:23 bdb8f0575790: Download complete 05:46:23 386e3cb2ff24: Verifying Checksum 05:46:23 386e3cb2ff24: Download complete 05:46:23 2343380bae48: Verifying Checksum 05:46:23 2343380bae48: Download complete 05:46:23 42c077c10790: Verifying Checksum 05:46:23 42c077c10790: Download complete 05:46:23 c8a8fc8e1c8f: Verifying Checksum 05:46:23 c8a8fc8e1c8f: Download complete 05:46:24 42c077c10790: Pull complete 05:46:24 f63e77b7563a: Pull complete 05:46:24 bd5fdadae976: Pull complete 05:46:25 205491f53016: Pull complete 05:46:25 df18705c85c3: Pull complete 05:46:25 bdb3f477010e: Pull complete 05:46:27 c8a8fc8e1c8f: Pull complete 05:46:27 2c6e9b1d212d: Pull complete 05:46:27 bdb8f0575790: Pull complete 05:46:27 386e3cb2ff24: Pull complete 05:46:27 2343380bae48: Pull complete 05:46:27 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 05:46:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:46:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:46:27 prd-ubuntu20.04-docker-8c-8g-16067 does not seem to be running inside a container 05:46:27 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:46:29 $ docker top cba113886d4c092b4a9ea9c6e79b0fc2a7c909ae9f7ca644045e68916f8c0bef -eo pid,comm 05:46:29 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). 05:46:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:46:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:46:29 [ssh-agent] Looking for ssh-agent implementation... 05:46:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:46:29 $ docker exec cba113886d4c092b4a9ea9c6e79b0fc2a7c909ae9f7ca644045e68916f8c0bef ssh-agent 05:46:29 SSH_AUTH_SOCK=/tmp/ssh-PlAIoth8GJ46/agent.33 05:46:29 SSH_AGENT_PID=39 05:46:29 Running ssh-add (command line suppressed) 05:46:29 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_2112736616429113451.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_2112736616429113451.key) 05:46:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:46:29 + git tag --points-at HEAD [Pipeline] } 05:46:29 $ docker exec --env ******** --env ******** cba113886d4c092b4a9ea9c6e79b0fc2a7c909ae9f7ca644045e68916f8c0bef ssh-agent -k 05:46:30 unset SSH_AUTH_SOCK; 05:46:30 unset SSH_AGENT_PID; 05:46:30 echo Agent pid 39 killed; 05:46:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:46:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:46:30 [ssh-agent] Looking for ssh-agent implementation... 05:46:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:46:30 $ docker exec cba113886d4c092b4a9ea9c6e79b0fc2a7c909ae9f7ca644045e68916f8c0bef ssh-agent 05:46:30 SSH_AUTH_SOCK=/tmp/ssh-aKTzCH51g5oa/agent.72 05:46:30 SSH_AGENT_PID=78 05:46:30 Running ssh-add (command line suppressed) 05:46:30 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_7067256196514793282.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_7067256196514793282.key) 05:46:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:46:30 + git semver init 05:46:31 2022-06-27 05:46:30,970 [run_init] DEBUG init version:0.0.0 force:False 05:46:31 2022-06-27 05:46:30,971 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-modbus-go_main/.semver 05:46:31 2022-06-27 05:46:30,972 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-modbus-go.git /w/workspace/gexfoundry_device-modbus-go_main/.semver 05:46:31 2022-06-27 05:46:30,972 [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) 05:46:31 2022-06-27 05:46:31,681 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-modbus-go_main/.git/info/exclude 05:46:31 2022-06-27 05:46:31,681 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:False 05:46:31 2022-06-27 05:46:31,681 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:46:31 2022-06-27 05:46:31,682 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:46:31 2.2.1-dev.4 [Pipeline] } 05:46:31 $ docker exec --env ******** --env ******** cba113886d4c092b4a9ea9c6e79b0fc2a7c909ae9f7ca644045e68916f8c0bef ssh-agent -k 05:46:32 unset SSH_AUTH_SOCK; 05:46:32 unset SSH_AGENT_PID; 05:46:32 echo Agent pid 78 killed; 05:46:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:46:32 + git semver [Pipeline] } 05:46:32 $ docker stop --time=1 cba113886d4c092b4a9ea9c6e79b0fc2a7c909ae9f7ca644045e68916f8c0bef 05:46:34 $ docker rm -f cba113886d4c092b4a9ea9c6e79b0fc2a7c909ae9f7ca644045e68916f8c0bef [Pipeline] // withDockerContainer [Pipeline] sh 05:46:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:46:34 Stashed 1 file(s) [Pipeline] echo 05:46:34 [edgeXSemver]: initialized semver on version 2.2.1-dev.4 [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 05:46:34 provisioning config files... 05:46:34 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config3404166074845657466tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:46:35 ---> docker-login.sh 05:46:35 nexus3.edgexfoundry.org:10001 05:46:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:46:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:46:35 Configure a credential helper to remove this warning. See 05:46:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:46:35 05:46:35 Login Succeeded 05:46:35 nexus3.edgexfoundry.org:10002 05:46:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:46:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:46:35 Configure a credential helper to remove this warning. See 05:46:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:46:35 05:46:35 Login Succeeded 05:46:35 nexus3.edgexfoundry.org:10003 05:46:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:46:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:46:35 Configure a credential helper to remove this warning. See 05:46:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:46:35 05:46:35 Login Succeeded 05:46:35 nexus3.edgexfoundry.org:10004 05:46:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:46:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:46:35 Configure a credential helper to remove this warning. See 05:46:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:46:35 05:46:35 Login Succeeded 05:46:35 docker.io 05:46:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:46:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:46:35 Configure a credential helper to remove this warning. See 05:46:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:46:35 05:46:35 Login Succeeded 05:46:35 ---> docker-login.sh ends [Pipeline] } 05:46:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:46:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:46:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:46:35 ========================================================= 05:46:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 05:46:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:46:36 + 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 . 05:46:36 Sending build context to Docker daemon 6.032MB 05:46:36 Step 1/10 : ARG BASE=golang:1.17-alpine3.15 05:46:36 Step 2/10 : FROM ${BASE} AS builder 05:46:36 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 05:46:36 59bf1c3509f3: Pulling fs layer 05:46:36 666ba61612fd: Pulling fs layer 05:46:36 8ed8ca486205: Pulling fs layer 05:46:36 cc1cd167ecdc: Pulling fs layer 05:46:36 c516ae0d96e1: Pulling fs layer 05:46:36 684cea983483: Pulling fs layer 05:46:36 dd3240ac7de5: Pulling fs layer 05:46:36 b1e948a4e11c: Pulling fs layer 05:46:36 a8fd76ee1af6: Pulling fs layer 05:46:36 646ad004c059: Pulling fs layer 05:46:36 dd3240ac7de5: Waiting 05:46:36 b1e948a4e11c: Waiting 05:46:36 a8fd76ee1af6: Waiting 05:46:36 cc1cd167ecdc: Waiting 05:46:36 684cea983483: Waiting 05:46:36 c516ae0d96e1: Waiting 05:46:36 646ad004c059: Waiting 05:46:36 8ed8ca486205: Verifying Checksum 05:46:36 8ed8ca486205: Download complete 05:46:36 666ba61612fd: Verifying Checksum 05:46:36 666ba61612fd: Download complete 05:46:36 c516ae0d96e1: Download complete 05:46:36 684cea983483: Download complete 05:46:36 dd3240ac7de5: Verifying Checksum 05:46:36 dd3240ac7de5: Download complete 05:46:36 59bf1c3509f3: Verifying Checksum 05:46:36 59bf1c3509f3: Download complete 05:46:36 b1e948a4e11c: Verifying Checksum 05:46:36 b1e948a4e11c: Download complete 05:46:36 59bf1c3509f3: Pull complete 05:46:36 666ba61612fd: Pull complete 05:46:36 8ed8ca486205: Pull complete 05:46:36 646ad004c059: Verifying Checksum 05:46:36 646ad004c059: Download complete 05:46:37 cc1cd167ecdc: Verifying Checksum 05:46:37 cc1cd167ecdc: Download complete 05:46:37 a8fd76ee1af6: Verifying Checksum 05:46:37 a8fd76ee1af6: Download complete 05:46:41 cc1cd167ecdc: Pull complete 05:46:41 c516ae0d96e1: Pull complete 05:46:41 684cea983483: Pull complete 05:46:41 dd3240ac7de5: Pull complete 05:46:41 b1e948a4e11c: Pull complete 05:46:43 a8fd76ee1af6: Pull complete 05:46:43 646ad004c059: Pull complete 05:46:43 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 05:46:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 05:46:43 ---> 8f69c11f6b0c 05:46:43 Step 3/10 : ARG MAKE='make build' 05:46:45 ---> Running in d340b6e0a21e 05:46:45 Removing intermediate container d340b6e0a21e 05:46:45 ---> 577b067bdb6a 05:46:45 Step 4/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:46:45 ---> Running in 16477b7b02b2 05:46:46 Removing intermediate container 16477b7b02b2 05:46:46 ---> 48fbc75e3529 05:46:46 Step 5/10 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 05:46:46 ---> Running in 1551e6dbb511 05:46:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:46:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:46:47 (1/8) Installing openssh-keygen (8.8_p1-r1) 05:46:47 (2/8) Installing libedit (20210910.3.1-r0) 05:46:47 (3/8) Installing openssh-client-common (8.8_p1-r1) 05:46:47 (4/8) Installing openssh-client-default (8.8_p1-r1) 05:46:47 (5/8) Installing openssh-sftp-server (8.8_p1-r1) 05:46:47 (6/8) Installing openssh-server-common (8.8_p1-r1) 05:46:48 (7/8) Installing openssh-server (8.8_p1-r1) 05:46:48 (8/8) Installing openssh (8.8_p1-r1) 05:46:48 Executing busybox-1.34.1-r3.trigger 05:46:48 OK: 226 MiB in 60 packages 05:46:48 Removing intermediate container 1551e6dbb511 05:46:48 ---> 32ad55a27788 05:46:48 Step 6/10 : WORKDIR /device-modbus-go 05:46:48 ---> Running in 1f1dafbe5db6 05:46:48 Removing intermediate container 1f1dafbe5db6 05:46:48 ---> 1d0b96658e83 05:46:48 Step 7/10 : COPY go.mod vendor* ./ 05:46:49 ---> 766032a53233 05:46:49 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:46:49 ---> Running in ee1cfaada286 05:46:49 Still waiting to schedule task 05:46:49 ‘prd-ubuntu20.04-docker-arm64-4c-16g-16068’ is offline 05:47:03 Removing intermediate container ee1cfaada286 05:47:03 ---> 15706a14ebf3 05:47:03 Step 9/10 : COPY . . 05:47:03 ---> f9e5f402808e 05:47:03 Step 10/10 : RUN ${MAKE} 05:47:03 ---> Running in 67b136f812ef 05:47:03 noop 05:47:03 Removing intermediate container 67b136f812ef 05:47:03 ---> 8dc294934b7f 05:47:03 Successfully built 8dc294934b7f 05:47:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:04 + docker inspect -f . ci-base-image-x86_64 05:47:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:47:04 prd-ubuntu20.04-docker-8c-8g-16067 does not seem to be running inside a container 05:47:04 $ 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 ******** -e ******** ci-base-image-x86_64 cat 05:47:04 $ docker top 7a5d2896e3a478982bb1b98f0b065756e55ecb4454202422a4cd7e11df68c04e -eo pid,comm [Pipeline] { [Pipeline] sh 05:47:05 + go version 05:47:05 go version go1.17.7 linux/amd64 [Pipeline] } 05:47:05 $ docker stop --time=1 7a5d2896e3a478982bb1b98f0b065756e55ecb4454202422a4cd7e11df68c04e 05:47:06 $ docker rm -f 7a5d2896e3a478982bb1b98f0b065756e55ecb4454202422a4cd7e11df68c04e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:06 + docker inspect -f . ci-base-image-x86_64 05:47:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:47:06 prd-ubuntu20.04-docker-8c-8g-16067 does not seem to be running inside a container 05:47:07 $ 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 ******** -e ******** ci-base-image-x86_64 cat 05:47:07 $ docker top e37cc0f7cd73619f9928dc547d1694d42a1074053f7b8589d7043855e6ba6293 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 05:47:07 + make test 05:47:07 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:47:08 ? github.com/edgexfoundry/device-modbus-go [no test files] 05:47:18 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 05:47:18 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.021s coverage: 46.4% of statements 05:47:22 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:47:26 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:47:26 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:47:26 ./bin/test-attribution-txt.sh [Pipeline] echo 05:47:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:47:26 $ docker stop --time=1 e37cc0f7cd73619f9928dc547d1694d42a1074053f7b8589d7043855e6ba6293 05:47:28 $ docker rm -f e37cc0f7cd73619f9928dc547d1694d42a1074053f7b8589d7043855e6ba6293 [Pipeline] // withDockerContainer [Pipeline] sh 05:47:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:47:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:47:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:47:29 + ls -al . 05:47:29 total 184 05:47:29 drwxrwxr-x 10 jenkins jenkins 4096 Jun 27 05:47 . 05:47:29 drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 05:46 .. 05:47:29 -rw-rw-r-- 1 jenkins jenkins 140 Jun 27 05:46 .dockerignore 05:47:29 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 05:46 .git 05:47:29 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:46 .github 05:47:29 -rw-rw-r-- 1 jenkins jenkins 331 Jun 27 05:46 .gitignore 05:47:29 -rw-rw-r-- 1 jenkins jenkins 41 Jun 27 05:46 .golangci.yml 05:47:29 drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 05:46 .semver 05:47:29 -rw-rw-r-- 1 jenkins jenkins 9636 Jun 27 05:46 Attribution.txt 05:47:29 -rw-rw-r-- 1 jenkins jenkins 10001 Jun 27 05:46 CHANGELOG.md 05:47:29 -rw-rw-r-- 1 jenkins jenkins 1546 Jun 27 05:46 Dockerfile 05:47:29 -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 05:46 GOVERNANCE.md 05:47:29 -rw-rw-r-- 1 jenkins jenkins 680 Jun 27 05:46 Jenkinsfile 05:47:29 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 27 05:46 LICENSE 05:47:29 -rw-rw-r-- 1 jenkins jenkins 1905 Jun 27 05:46 Makefile 05:47:29 -rw-rw-r-- 1 jenkins jenkins 622 Jun 27 05:46 OWNERS.md 05:47:29 -rw-rw-r-- 1 jenkins jenkins 3397 Jun 27 05:46 README.md 05:47:29 -rw-rw-r-- 1 jenkins jenkins 11 Jun 27 05:46 VERSION 05:47:29 drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 05:46 bin 05:47:29 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:46 cmd 05:47:29 -rw-r--r-- 1 jenkins jenkins 24065 Jun 27 05:47 coverage.out 05:47:29 -rw-rw-r-- 1 jenkins jenkins 3404 Jun 27 05:46 go.mod 05:47:29 -rw-rw-r-- 1 jenkins jenkins 36196 Jun 27 05:46 go.sum 05:47:29 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:46 internal 05:47:29 drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 05:46 simulator 05:47:29 drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 05:46 snap 05:47:29 -rw-rw-r-- 1 jenkins jenkins 229 Jun 27 05:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:30 + 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=df6ebf4862d29b15333f4a73058cc7861157986f --label arch=amd64 --label version=2.2.1-dev.4 . 05:47:30 Sending build context to Docker daemon 6.057MB 05:47:30 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 05:47:30 Step 2/23 : FROM ${BASE} AS builder 05:47:30 ---> 8dc294934b7f 05:47:30 Step 3/23 : ARG MAKE='make build' 05:47:30 ---> Running in 5b4940669b92 05:47:30 Removing intermediate container 5b4940669b92 05:47:30 ---> 5a10b423e722 05:47:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:47:30 ---> Running in 32200b092f30 05:47:30 Removing intermediate container 32200b092f30 05:47:30 ---> c7e44fa0d711 05:47:30 Step 5/23 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 05:47:30 ---> Running in df178fd31a80 05:47:31 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 05:47:32 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 05:47:32 OK: 226 MiB in 60 packages 05:47:32 Removing intermediate container df178fd31a80 05:47:32 ---> 86eaf0300df5 05:47:32 Step 6/23 : WORKDIR /device-modbus-go 05:47:32 ---> Running in dde995492e9c 05:47:32 Removing intermediate container dde995492e9c 05:47:32 ---> 884e9b1dd7e9 05:47:32 Step 7/23 : COPY go.mod vendor* ./ 05:47:32 ---> a0e522382221 05:47:32 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:47:32 ---> Running in 6f7e3f1edcec 05:47:33 Removing intermediate container 6f7e3f1edcec 05:47:33 ---> daa70c19f586 05:47:33 Step 9/23 : COPY . . 05:47:33 ---> 5d111fe95b5a 05:47:33 Step 10/23 : RUN ${MAKE} 05:47:33 ---> Running in 10a8e725bfe5 05:47:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-modbus-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd 05:47:52 Removing intermediate container 10a8e725bfe5 05:47:52 ---> 253a6a006971 05:47:52 Step 11/23 : FROM alpine:3.14 05:47:52 3.14: Pulling from library/alpine 05:47:52 8663204ce13b: Pulling fs layer 05:47:52 8663204ce13b: Verifying Checksum 05:47:52 8663204ce13b: Download complete 05:47:52 8663204ce13b: Pull complete 05:47:52 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 05:47:52 Status: Downloaded newer image for alpine:3.14 05:47:52 ---> e04c818066af 05:47:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 05:47:53 ---> Running in c91774eb59de 05:47:53 Removing intermediate container c91774eb59de 05:47:53 ---> 7615c14ac99e 05:47:53 Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:47:53 ---> Running in c94a9eb8b1e7 05:47:53 Removing intermediate container c94a9eb8b1e7 05:47:53 ---> 1719d55d7e13 05:47:53 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 05:47:53 ---> Running in 45cc529c711b 05:47:54 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 05:47:55 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 05:47:55 (1/6) Installing dumb-init (1.2.5-r1) 05:47:55 (2/6) Installing libgcc (10.3.1_git20210424-r2) 05:47:55 (3/6) Installing libsodium (1.0.18-r0) 05:47:55 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 05:47:55 (5/6) Installing libzmq (4.3.4-r0) 05:47:55 (6/6) Installing zeromq (4.3.4-r0) 05:47:55 Executing busybox-1.33.1-r7.trigger 05:47:55 OK: 8 MiB in 20 packages 05:47:56 Removing intermediate container 45cc529c711b 05:47:56 ---> 9ee9f79c2200 05:47:56 Step 15/23 : COPY --from=builder /device-modbus-go/cmd / 05:47:56 ---> d8438fb3e586 05:47:56 Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / 05:47:56 ---> c2846c0d0bc1 05:47:56 Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / 05:47:56 ---> eecc56ae8525 05:47:56 Step 18/23 : EXPOSE 59901 05:47:56 ---> Running in 4db90999f36f 05:47:57 Removing intermediate container 4db90999f36f 05:47:57 ---> 05229df6f6c8 05:47:57 Step 19/23 : ENTRYPOINT ["/device-modbus"] 05:47:57 ---> Running in 9f8e71df73de 05:47:57 Removing intermediate container 9f8e71df73de 05:47:57 ---> 06c1f8dc7ce4 05:47:57 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:47:57 ---> Running in 629f5bc68d82 05:47:57 Removing intermediate container 629f5bc68d82 05:47:57 ---> f0332e42f02f 05:47:57 Step 21/23 : LABEL arch=amd64 05:47:57 ---> Running in 366298ff9331 05:47:57 Removing intermediate container 366298ff9331 05:47:57 ---> 236a948ca1dd 05:47:57 Step 22/23 : LABEL git_sha=df6ebf4862d29b15333f4a73058cc7861157986f 05:47:57 ---> Running in 6b2517d355da 05:47:57 Removing intermediate container 6b2517d355da 05:47:57 ---> 210b21267270 05:47:57 Step 23/23 : LABEL version=2.2.1-dev.4 05:47:57 ---> Running in 359a898a2f32 05:47:57 Removing intermediate container 359a898a2f32 05:47:57 ---> e75bcb2f0622 05:47:57 [Warning] One or more build-args [ARCH] were not consumed 05:47:57 Successfully built e75bcb2f0622 05:47:57 Successfully tagged device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:47:57 provisioning config files... 05:47:57 copy managed file [device-modbus-go-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config1191054028719273500tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:47:58 ---> docker-login.sh 05:47:58 nexus3.edgexfoundry.org:10001 05:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:58 Configure a credential helper to remove this warning. See 05:47:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:58 05:47:58 Login Succeeded 05:47:58 nexus3.edgexfoundry.org:10002 05:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:58 Configure a credential helper to remove this warning. See 05:47:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:58 05:47:58 Login Succeeded 05:47:58 nexus3.edgexfoundry.org:10003 05:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:58 Configure a credential helper to remove this warning. See 05:47:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:58 05:47:58 Login Succeeded 05:47:58 nexus3.edgexfoundry.org:10004 05:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:58 Configure a credential helper to remove this warning. See 05:47:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:58 05:47:58 Login Succeeded 05:47:58 docker.io 05:47:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:47:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:47:58 Configure a credential helper to remove this warning. See 05:47:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:47:58 05:47:58 Login Succeeded 05:47:59 ---> docker-login.sh ends [Pipeline] } 05:47:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:47:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:47:59 [edgeXDocker.push] Tagging docker image device-modbus with the following tags: 05:47:59 df6ebf4862d29b15333f4a73058cc7861157986f 05:47:59 latest 05:47:59 2.2.1-dev.4 05:47:59 df6ebf4862d29b15333f4a73058cc7861157986f-2.2.1-dev.4 05:47:59 main 05:47:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:59 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:df6ebf4862d29b15333f4a73058cc7861157986f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:47:59 + docker push nexus3.edgexfoundry.org:10004/device-modbus:df6ebf4862d29b15333f4a73058cc7861157986f 05:47:59 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 05:47:59 3b513ae50614: Preparing 05:47:59 a271484774cb: Preparing 05:47:59 c8847e0b320a: Preparing 05:47:59 645959479652: Preparing 05:47:59 8eadde78a308: Preparing 05:47:59 b541d28bf3b4: Preparing 05:47:59 b541d28bf3b4: Waiting 05:47:59 8eadde78a308: Pushed 05:47:59 3b513ae50614: Pushed 05:47:59 a271484774cb: Pushed 05:47:59 b541d28bf3b4: Layer already exists 05:48:00 645959479652: Pushed 05:48:02 c8847e0b320a: Pushed 05:48:02 df6ebf4862d29b15333f4a73058cc7861157986f: digest: sha256:60ccc5c44ca196a8fb6e3a25371d3f83dcc98c165d86e0473275b50c3aefea9f size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:02 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:03 + docker push nexus3.edgexfoundry.org:10004/device-modbus:latest 05:48:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 05:48:03 3b513ae50614: Preparing 05:48:03 a271484774cb: Preparing 05:48:03 c8847e0b320a: Preparing 05:48:03 645959479652: Preparing 05:48:03 8eadde78a308: Preparing 05:48:03 b541d28bf3b4: Preparing 05:48:03 b541d28bf3b4: Waiting 05:48:03 a271484774cb: Layer already exists 05:48:03 3b513ae50614: Layer already exists 05:48:03 c8847e0b320a: Layer already exists 05:48:03 645959479652: Layer already exists 05:48:03 8eadde78a308: Layer already exists 05:48:03 b541d28bf3b4: Layer already exists 05:48:03 latest: digest: sha256:60ccc5c44ca196a8fb6e3a25371d3f83dcc98c165d86e0473275b50c3aefea9f size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:03 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:03 + docker push nexus3.edgexfoundry.org:10004/device-modbus:2.2.1-dev.4 05:48:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 05:48:03 3b513ae50614: Preparing 05:48:03 a271484774cb: Preparing 05:48:03 c8847e0b320a: Preparing 05:48:03 645959479652: Preparing 05:48:03 8eadde78a308: Preparing 05:48:03 b541d28bf3b4: Preparing 05:48:03 b541d28bf3b4: Waiting 05:48:03 3b513ae50614: Layer already exists 05:48:03 8eadde78a308: Layer already exists 05:48:03 645959479652: Layer already exists 05:48:03 c8847e0b320a: Layer already exists 05:48:03 a271484774cb: Layer already exists 05:48:03 b541d28bf3b4: Layer already exists 05:48:03 2.2.1-dev.4: digest: sha256:60ccc5c44ca196a8fb6e3a25371d3f83dcc98c165d86e0473275b50c3aefea9f size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:04 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:df6ebf4862d29b15333f4a73058cc7861157986f-2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:04 + docker push nexus3.edgexfoundry.org:10004/device-modbus:df6ebf4862d29b15333f4a73058cc7861157986f-2.2.1-dev.4 05:48:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 05:48:04 3b513ae50614: Preparing 05:48:04 a271484774cb: Preparing 05:48:04 c8847e0b320a: Preparing 05:48:04 645959479652: Preparing 05:48:04 8eadde78a308: Preparing 05:48:04 b541d28bf3b4: Preparing 05:48:04 b541d28bf3b4: Waiting 05:48:04 c8847e0b320a: Layer already exists 05:48:04 8eadde78a308: Layer already exists 05:48:04 a271484774cb: Layer already exists 05:48:04 645959479652: Layer already exists 05:48:04 3b513ae50614: Layer already exists 05:48:04 b541d28bf3b4: Layer already exists 05:48:04 df6ebf4862d29b15333f4a73058cc7861157986f-2.2.1-dev.4: digest: sha256:60ccc5c44ca196a8fb6e3a25371d3f83dcc98c165d86e0473275b50c3aefea9f size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:04 + docker tag device-modbus nexus3.edgexfoundry.org:10004/device-modbus:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:05 + docker push nexus3.edgexfoundry.org:10004/device-modbus:main 05:48:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus] 05:48:05 3b513ae50614: Preparing 05:48:05 a271484774cb: Preparing 05:48:05 c8847e0b320a: Preparing 05:48:05 645959479652: Preparing 05:48:05 8eadde78a308: Preparing 05:48:05 b541d28bf3b4: Preparing 05:48:05 b541d28bf3b4: Waiting 05:48:05 8eadde78a308: Layer already exists 05:48:05 c8847e0b320a: Layer already exists 05:48:05 3b513ae50614: Layer already exists 05:48:05 a271484774cb: Layer already exists 05:48:05 645959479652: Layer already exists 05:48:05 b541d28bf3b4: Layer already exists 05:48:05 main: digest: sha256:60ccc5c44ca196a8fb6e3a25371d3f83dcc98c165d86e0473275b50c3aefea9f size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:48:05 ===================================================== [Pipeline] echo 05:48:05 taggedImages: 05:48:05 - nexus3.edgexfoundry.org:10004/device-modbus:df6ebf4862d29b15333f4a73058cc7861157986f 05:48:05 - nexus3.edgexfoundry.org:10004/device-modbus:latest 05:48:05 - nexus3.edgexfoundry.org:10004/device-modbus:2.2.1-dev.4 05:48:05 - nexus3.edgexfoundry.org:10004/device-modbus:df6ebf4862d29b15333f4a73058cc7861157986f-2.2.1-dev.4 05:48:05 - 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 05:48:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:48:05 05:48:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:48:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:48:05 latest: Pulling from edgex-lftools-log-publisher 05:48:05 5eb5b503b376: Pulling fs layer 05:48:05 5c69ac0246d0: Pulling fs layer 05:48:05 ec43610c2a17: Pulling fs layer 05:48:05 3a2ae6a8a46f: Pulling fs layer 05:48:05 33b1e0a273af: Pulling fs layer 05:48:05 5d3b04190fa2: Pulling fs layer 05:48:05 3a2ae6a8a46f: Waiting 05:48:05 33b1e0a273af: Waiting 05:48:05 2f39f015ded8: Pulling fs layer 05:48:05 5d3b04190fa2: Waiting 05:48:05 2f39f015ded8: Waiting 05:48:05 5c69ac0246d0: Download complete 05:48:05 3a2ae6a8a46f: Download complete 05:48:06 33b1e0a273af: Verifying Checksum 05:48:06 33b1e0a273af: Download complete 05:48:06 5d3b04190fa2: Download complete 05:48:06 ec43610c2a17: Verifying Checksum 05:48:06 ec43610c2a17: Download complete 05:48:06 5eb5b503b376: Verifying Checksum 05:48:06 5eb5b503b376: Download complete 05:48:07 2f39f015ded8: Download complete 05:48:07 5eb5b503b376: Pull complete 05:48:07 5c69ac0246d0: Pull complete 05:48:07 ec43610c2a17: Pull complete 05:48:07 3a2ae6a8a46f: Pull complete 05:48:08 33b1e0a273af: Pull complete 05:48:08 5d3b04190fa2: Pull complete 05:48:12 2f39f015ded8: Pull complete 05:48:12 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:48:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:48:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:48:12 prd-ubuntu20.04-docker-8c-8g-16067 does not seem to be running inside a container 05:48:12 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:48:14 $ docker top 76a8e4c6b6eebe2a66fb138c5b0b855bd51c385625f3dd88fdc5482c8cc456d4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:48:14 ---> job-cost.sh 05:48:14 lf-activate-venv: SKIPPING 05:48:14 INFO: No Stack... 05:48:15 INFO: Retrieving Pricing Info for: v3-standard-8 05:48:15 INFO: Archiving Costs [Pipeline] sh 05:48:16 + cat /w/workspace/gexfoundry_device-modbus-go_main/archives/cost.csv 05:48:16 + cut -d, -f6 [Pipeline] lock 05:48:16 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-main-43-stack-cost] 05:48:16 Resource [jenkins-edgexfoundry-device-modbus-go-main-43-stack-cost] did not exist. Created. 05:48:16 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-main-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:48:16 + echo total: 0.2199999988079071 [Pipeline] stash 05:48:16 Stashed 1 file(s) [Pipeline] } 05:48:16 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-main-43-stack-cost] [Pipeline] // lock [Pipeline] } 05:48:16 $ docker stop --time=1 76a8e4c6b6eebe2a66fb138c5b0b855bd51c385625f3dd88fdc5482c8cc456d4 05:48:17 $ docker rm -f 76a8e4c6b6eebe2a66fb138c5b0b855bd51c385625f3dd88fdc5482c8cc456d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:49:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16069 in /w/workspace/gexfoundry_device-modbus-go_main [Pipeline] { [Pipeline] ws 05:49:23 Running in /w/workspace/device-modbus-go/43 [Pipeline] { [Pipeline] checkout 05:49:23 Selected Git installation does not exist. Using Default 05:49:23 The recommended git tool is: NONE 05:49:30 using credential edgex-jenkins-ssh 05:49:30 Cloning the remote Git repository 05:49:30 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 05:49:30 > git init /w/workspace/device-modbus-go/43 # timeout=10 05:49:30 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 05:49:30 > git --version # timeout=10 05:49:30 > git --version # 'git version 2.25.1' 05:49:30 using GIT_SSH to set credentials SSH Credentials for GitHub 05:49:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:49:31 Avoid second fetch 05:49:31 Checking out Revision df6ebf4862d29b15333f4a73058cc7861157986f (main) 05:49:31 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 05:49:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:49:31 > git config core.sparsecheckout # timeout=10 05:49:31 > git checkout -f df6ebf4862d29b15333f4a73058cc7861157986f # timeout=10 05:49:35 Commit message: "Merge pull request #358 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v2-2.2.1-dev.10" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:49:36 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:49:36 % Total % Received % Xferd Average Speed Time Time Time Current 05:49:36 Dload Upload Total Spent Left Speed 05:49:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 196k 0 --:--:-- --:--:-- --:--:-- 196k [Pipeline] sh 05:49:37 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:49:38 + sudo tee /etc/docker/daemon.new 05:49:38 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:49:38 { 05:49:38 "registry-mirrors": [ 05:49:38 "https://nexus3.edgexfoundry.org:10001" 05:49:38 ], 05:49:38 "bip": "10.250.0.254/24", 05:49:38 "hosts": [ 05:49:38 "tcp://0.0.0.0:5555", 05:49:38 "unix:///var/run/docker.sock" 05:49:38 ], 05:49:38 "mtu": 1458, 05:49:38 "selinux-enabled": true, 05:49:38 "seccomp-profile": "/etc/docker/seccomp.json" 05:49:38 } [Pipeline] sh 05:49:38 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:49:38 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:49:57 provisioning config files... 05:49:57 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/43@tmp/config6481342656331938656tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:49:57 ---> docker-login.sh 05:49:57 nexus3.edgexfoundry.org:10001 05:49:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:58 Configure a credential helper to remove this warning. See 05:49:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:58 05:49:58 Login Succeeded 05:49:58 nexus3.edgexfoundry.org:10002 05:49:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:59 Configure a credential helper to remove this warning. See 05:49:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:59 05:49:59 Login Succeeded 05:49:59 nexus3.edgexfoundry.org:10003 05:49:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:49:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:49:59 Configure a credential helper to remove this warning. See 05:49:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:49:59 05:49:59 Login Succeeded 05:49:59 nexus3.edgexfoundry.org:10004 05:49:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:00 Configure a credential helper to remove this warning. See 05:50:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:00 05:50:00 Login Succeeded 05:50:00 docker.io 05:50:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:00 Configure a credential helper to remove this warning. See 05:50:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:00 05:50:00 Login Succeeded 05:50:00 ---> docker-login.sh ends [Pipeline] } 05:50:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:50:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:50:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:50:01 ========================================================= 05:50:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 05:50:01 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:50:01 + 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 . 05:50:01 Sending build context to Docker daemon 3.131MB 05:50:01 Step 1/10 : ARG BASE=golang:1.17-alpine3.15 05:50:01 Step 2/10 : FROM ${BASE} AS builder 05:50:02 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:50:02 9b3977197b4f: Pulling fs layer 05:50:02 1a89e8eeedd5: Pulling fs layer 05:50:02 94645a83ff95: Pulling fs layer 05:50:02 e6fb740bc735: Pulling fs layer 05:50:02 3a77bd46dcc9: Pulling fs layer 05:50:02 355e64cbe906: Pulling fs layer 05:50:02 63ab81a10011: Pulling fs layer 05:50:02 555d1d1c4555: Pulling fs layer 05:50:02 7d9057610161: Pulling fs layer 05:50:02 355e64cbe906: Waiting 05:50:02 63ab81a10011: Waiting 05:50:02 555d1d1c4555: Waiting 05:50:02 7d9057610161: Waiting 05:50:02 e6fb740bc735: Waiting 05:50:02 3a77bd46dcc9: Waiting 05:50:02 94645a83ff95: Verifying Checksum 05:50:02 94645a83ff95: Download complete 05:50:02 1a89e8eeedd5: Verifying Checksum 05:50:02 3a77bd46dcc9: Verifying Checksum 05:50:02 3a77bd46dcc9: Download complete 05:50:02 355e64cbe906: Verifying Checksum 05:50:02 355e64cbe906: Download complete 05:50:02 9b3977197b4f: Verifying Checksum 05:50:02 9b3977197b4f: Download complete 05:50:02 63ab81a10011: Verifying Checksum 05:50:02 63ab81a10011: Download complete 05:50:03 9b3977197b4f: Pull complete 05:50:03 7d9057610161: Verifying Checksum 05:50:03 7d9057610161: Download complete 05:50:03 1a89e8eeedd5: Pull complete 05:50:03 94645a83ff95: Pull complete 05:50:04 555d1d1c4555: Verifying Checksum 05:50:04 555d1d1c4555: Download complete 05:50:04 e6fb740bc735: Verifying Checksum 05:50:04 e6fb740bc735: Download complete 05:50:17 e6fb740bc735: Pull complete 05:50:17 3a77bd46dcc9: Pull complete 05:50:17 355e64cbe906: Pull complete 05:50:17 63ab81a10011: Pull complete 05:50:23 555d1d1c4555: Pull complete 05:50:25 7d9057610161: Pull complete 05:50:25 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 05:50:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 05:50:25 ---> 819e984ddca1 05:50:25 Step 3/10 : ARG MAKE='make build' 05:50:26 ---> Running in e108c9eadb03 05:50:26 Removing intermediate container e108c9eadb03 05:50:26 ---> ac94c9bbc8b4 05:50:26 Step 4/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:50:26 ---> Running in 88508fcbb758 05:50:28 Removing intermediate container 88508fcbb758 05:50:28 ---> 88d07209e2f1 05:50:28 Step 5/10 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 05:50:28 ---> Running in ba2d8f74fe74 05:50:29 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:50:30 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:50:31 (1/8) Installing openssh-keygen (8.8_p1-r1) 05:50:31 (2/8) Installing libedit (20210910.3.1-r0) 05:50:31 (3/8) Installing openssh-client-common (8.8_p1-r1) 05:50:31 (4/8) Installing openssh-client-default (8.8_p1-r1) 05:50:31 (5/8) Installing openssh-sftp-server (8.8_p1-r1) 05:50:31 (6/8) Installing openssh-server-common (8.8_p1-r1) 05:50:32 (7/8) Installing openssh-server (8.8_p1-r1) 05:50:32 (8/8) Installing openssh (8.8_p1-r1) 05:50:32 Executing busybox-1.34.1-r3.trigger 05:50:32 OK: 226 MiB in 60 packages 05:50:33 Removing intermediate container ba2d8f74fe74 05:50:33 ---> ea874cd70788 05:50:33 Step 6/10 : WORKDIR /device-modbus-go 05:50:33 ---> Running in c64dd50352b8 05:50:33 Removing intermediate container c64dd50352b8 05:50:33 ---> 25e7ab86214d 05:50:33 Step 7/10 : COPY go.mod vendor* ./ 05:50:34 ---> 97f050ac608a 05:50:34 Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:50:34 ---> Running in 84d008cdd85a 05:51:30 Removing intermediate container 84d008cdd85a 05:51:30 ---> 487288c6488c 05:51:30 Step 9/10 : COPY . . 05:51:30 ---> 780cdc5fcf85 05:51:30 Step 10/10 : RUN ${MAKE} 05:51:30 ---> Running in a332a0d0f7ca 05:51:30 noop 05:51:30 Removing intermediate container a332a0d0f7ca 05:51:30 ---> 29a8e4303010 05:51:30 Successfully built 29a8e4303010 05:51:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:31 + docker inspect -f . ci-base-image-arm64 05:51:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:51:31 prd-ubuntu20.04-docker-arm64-4c-16g-16069 does not seem to be running inside a container 05:51:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/43 -v /w/workspace/device-modbus-go/43:/w/workspace/device-modbus-go/43:rw,z -v /w/workspace/device-modbus-go/43@tmp:/w/workspace/device-modbus-go/43@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 05:51:33 $ docker top fac92d20e482845b3d066e316e02e0784485a61cb4a99d752044d65554b4f934 -eo pid,comm [Pipeline] { [Pipeline] sh 05:51:33 + go version 05:51:33 go version go1.17.7 linux/arm64 [Pipeline] } 05:51:34 $ docker stop --time=1 fac92d20e482845b3d066e316e02e0784485a61cb4a99d752044d65554b4f934 05:51:35 $ docker rm -f fac92d20e482845b3d066e316e02e0784485a61cb4a99d752044d65554b4f934 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:51:36 + docker inspect -f . ci-base-image-arm64 05:51:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:51:36 prd-ubuntu20.04-docker-arm64-4c-16g-16069 does not seem to be running inside a container 05:51:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/43 -v /w/workspace/device-modbus-go/43:/w/workspace/device-modbus-go/43:rw,z -v /w/workspace/device-modbus-go/43@tmp:/w/workspace/device-modbus-go/43@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 05:51:37 $ docker top c0fed6e28538589064ef12acaf8ae0ba0ba311c2100dc8e0751ceb220d854eea -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 05:51:38 + make test 05:51:38 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 05:51:40 ? github.com/edgexfoundry/device-modbus-go [no test files] 05:53:02 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 05:53:02 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.085s coverage: 46.4% of statements 05:53:02 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:53:02 CGO_ENABLED=1 GO111MODULE=on go vet ./... 05:53:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:53:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:53:29 ./bin/test-attribution-txt.sh [Pipeline] echo 05:53:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:53:29 $ docker stop --time=1 c0fed6e28538589064ef12acaf8ae0ba0ba311c2100dc8e0751ceb220d854eea 05:53:31 $ docker rm -f c0fed6e28538589064ef12acaf8ae0ba0ba311c2100dc8e0751ceb220d854eea [Pipeline] // withDockerContainer [Pipeline] sh 05:53:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:53:32 Warning: overwriting stash ‘coverage-report’ 05:53:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:53:33 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:53:33 + ls -al . 05:53:33 total 180 05:53:33 drwxrwxr-x 9 jenkins jenkins 4096 Jun 27 05:53 . 05:53:33 drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 05:49 .. 05:53:33 -rw-rw-r-- 1 jenkins jenkins 140 Jun 27 05:49 .dockerignore 05:53:33 drwxrwxr-x 8 jenkins jenkins 4096 Jun 27 05:49 .git 05:53:33 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:49 .github 05:53:33 -rw-rw-r-- 1 jenkins jenkins 331 Jun 27 05:49 .gitignore 05:53:33 -rw-rw-r-- 1 jenkins jenkins 41 Jun 27 05:49 .golangci.yml 05:53:33 -rw-rw-r-- 1 jenkins jenkins 9636 Jun 27 05:49 Attribution.txt 05:53:33 -rw-rw-r-- 1 jenkins jenkins 10001 Jun 27 05:49 CHANGELOG.md 05:53:33 -rw-rw-r-- 1 jenkins jenkins 1546 Jun 27 05:49 Dockerfile 05:53:33 -rw-rw-r-- 1 jenkins jenkins 677 Jun 27 05:49 GOVERNANCE.md 05:53:33 -rw-rw-r-- 1 jenkins jenkins 680 Jun 27 05:49 Jenkinsfile 05:53:33 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 27 05:49 LICENSE 05:53:33 -rw-rw-r-- 1 jenkins jenkins 1905 Jun 27 05:49 Makefile 05:53:33 -rw-rw-r-- 1 jenkins jenkins 622 Jun 27 05:49 OWNERS.md 05:53:33 -rw-rw-r-- 1 jenkins jenkins 3397 Jun 27 05:49 README.md 05:53:33 -rw-rw-r-- 1 jenkins jenkins 11 Jun 27 05:46 VERSION 05:53:33 drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 05:49 bin 05:53:33 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:49 cmd 05:53:33 -rw-r--r-- 1 jenkins jenkins 24065 Jun 27 05:52 coverage.out 05:53:33 -rw-rw-r-- 1 jenkins jenkins 3404 Jun 27 05:49 go.mod 05:53:33 -rw-rw-r-- 1 jenkins jenkins 36196 Jun 27 05:49 go.sum 05:53:33 drwxrwxr-x 3 jenkins jenkins 4096 Jun 27 05:49 internal 05:53:33 drwxrwxr-x 2 jenkins jenkins 4096 Jun 27 05:49 simulator 05:53:33 drwxrwxr-x 4 jenkins jenkins 4096 Jun 27 05:49 snap 05:53:33 -rw-rw-r-- 1 jenkins jenkins 229 Jun 27 05:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:53:33 + 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=df6ebf4862d29b15333f4a73058cc7861157986f --label arch=arm64 --label version=2.2.1-dev.4 . 05:53:34 Sending build context to Docker daemon 3.156MB 05:53:34 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 05:53:34 Step 2/23 : FROM ${BASE} AS builder 05:53:34 ---> 29a8e4303010 05:53:34 Step 3/23 : ARG MAKE='make build' 05:53:34 ---> Running in 1595258332ea 05:53:34 Removing intermediate container 1595258332ea 05:53:34 ---> bd7115847b81 05:53:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:53:34 ---> Running in 7286dd822dd4 05:53:36 Removing intermediate container 7286dd822dd4 05:53:36 ---> 0c1e0d4905da 05:53:36 Step 5/23 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 05:53:36 ---> Running in 872b2ecf745d 05:53:37 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 05:53:38 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 05:53:39 OK: 226 MiB in 60 packages 05:53:39 Removing intermediate container 872b2ecf745d 05:53:39 ---> cad0aca465f6 05:53:39 Step 6/23 : WORKDIR /device-modbus-go 05:53:39 ---> Running in ad1e6cffd321 05:53:39 Removing intermediate container ad1e6cffd321 05:53:39 ---> 9ca934d7596b 05:53:39 Step 7/23 : COPY go.mod vendor* ./ 05:53:40 ---> 5778a1866ae1 05:53:40 Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:53:40 ---> Running in acac27d78906 05:53:42 Removing intermediate container acac27d78906 05:53:42 ---> 23017c16f34e 05:53:42 Step 9/23 : COPY . . 05:53:43 ---> 4e0471d821e5 05:53:43 Step 10/23 : RUN ${MAKE} 05:53:43 ---> Running in d5e1d6ea2ad0 05:53:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-modbus-go.Version=2.2.1-dev.4" -trimpath -mod=readonly -buildmode=pie -o cmd/device-modbus ./cmd 05:55:51 Removing intermediate container d5e1d6ea2ad0 05:55:51 ---> cb0714aa45c2 05:55:51 Step 11/23 : FROM alpine:3.14 05:55:51 3.14: Pulling from library/alpine 05:55:51 455c02918c45: Pulling fs layer 05:55:51 455c02918c45: Download complete 05:55:51 455c02918c45: Pull complete 05:55:51 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 05:55:51 Status: Downloaded newer image for alpine:3.14 05:55:51 ---> ac73e934f311 05:55:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IoTech Ltd' 05:55:51 ---> Running in b0d048022777 05:55:51 Removing intermediate container b0d048022777 05:55:51 ---> 13abb7abcea2 05:55:51 Step 13/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:55:51 ---> Running in 76335cb59daa 05:55:51 Removing intermediate container 76335cb59daa 05:55:51 ---> 898ae7216a0a 05:55:51 Step 14/23 : RUN apk add --update --no-cache zeromq dumb-init 05:55:51 ---> Running in 0ed5441ee57f 05:55:51 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 05:55:51 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 05:55:51 (1/6) Installing dumb-init (1.2.5-r1) 05:55:51 (2/6) Installing libgcc (10.3.1_git20210424-r2) 05:55:51 (3/6) Installing libsodium (1.0.18-r0) 05:55:51 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 05:55:51 (5/6) Installing libzmq (4.3.4-r0) 05:55:51 (6/6) Installing zeromq (4.3.4-r0) 05:55:51 Executing busybox-1.33.1-r7.trigger 05:55:51 OK: 8 MiB in 20 packages 05:55:51 Removing intermediate container 0ed5441ee57f 05:55:51 ---> 859a17603a35 05:55:51 Step 15/23 : COPY --from=builder /device-modbus-go/cmd / 05:55:51 ---> d26baab96d78 05:55:51 Step 16/23 : COPY --from=builder /device-modbus-go/LICENSE / 05:55:51 ---> bea957f9f684 05:55:51 Step 17/23 : COPY --from=builder /device-modbus-go/Attribution.txt / 05:55:52 ---> 31d2bf3b5bb4 05:55:52 Step 18/23 : EXPOSE 59901 05:55:52 ---> Running in 2f64f794a486 05:55:52 Removing intermediate container 2f64f794a486 05:55:52 ---> 919914b97450 05:55:52 Step 19/23 : ENTRYPOINT ["/device-modbus"] 05:55:52 ---> Running in 6fd9a0b8d523 05:55:52 Removing intermediate container 6fd9a0b8d523 05:55:52 ---> dc273d2c6f58 05:55:52 Step 20/23 : CMD ["--cp=consul://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:55:53 ---> Running in 2a077c51567c 05:55:53 Removing intermediate container 2a077c51567c 05:55:53 ---> 99d49075b388 05:55:53 Step 21/23 : LABEL arch=arm64 05:55:53 ---> Running in ed4979f7e8ab 05:55:53 Removing intermediate container ed4979f7e8ab 05:55:53 ---> e138d01a53da 05:55:53 Step 22/23 : LABEL git_sha=df6ebf4862d29b15333f4a73058cc7861157986f 05:55:53 ---> Running in ece49847a483 05:55:54 Removing intermediate container ece49847a483 05:55:54 ---> 92853da8649b 05:55:54 Step 23/23 : LABEL version=2.2.1-dev.4 05:55:54 ---> Running in 452fb28a0dda 05:55:54 Removing intermediate container 452fb28a0dda 05:55:54 ---> 760b760ed9a8 05:55:54 [Warning] One or more build-args [ARCH] were not consumed 05:55:54 Successfully built 760b760ed9a8 05:55:54 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 05:55:54 provisioning config files... 05:55:54 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/43@tmp/config4825250581577252059tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:55:55 ---> docker-login.sh 05:55:55 nexus3.edgexfoundry.org:10001 05:55:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:55:55 Configure a credential helper to remove this warning. See 05:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:55:55 05:55:55 Login Succeeded 05:55:55 nexus3.edgexfoundry.org:10002 05:55:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:55:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:55:56 Configure a credential helper to remove this warning. See 05:55:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:55:56 05:55:56 Login Succeeded 05:55:56 nexus3.edgexfoundry.org:10003 05:55:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:55:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:55:56 Configure a credential helper to remove this warning. See 05:55:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:55:56 05:55:56 Login Succeeded 05:55:56 nexus3.edgexfoundry.org:10004 05:55:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:55:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:55:56 Configure a credential helper to remove this warning. See 05:55:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:55:56 05:55:56 Login Succeeded 05:55:56 docker.io 05:55:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:55:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:55:57 Configure a credential helper to remove this warning. See 05:55:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:55:57 05:55:57 Login Succeeded 05:55:57 ---> docker-login.sh ends [Pipeline] } 05:55:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:55:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:55:57 [edgeXDocker.push] Tagging docker image device-modbus-arm64 with the following tags: 05:55:57 df6ebf4862d29b15333f4a73058cc7861157986f 05:55:57 latest 05:55:57 2.2.1-dev.4 05:55:57 df6ebf4862d29b15333f4a73058cc7861157986f-2.2.1-dev.4 05:55:57 main 05:55:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:58 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:df6ebf4862d29b15333f4a73058cc7861157986f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:55:58 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:df6ebf4862d29b15333f4a73058cc7861157986f 05:55:58 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 05:55:58 8910b2cccb7e: Preparing 05:55:58 7e5c5c40dd5c: Preparing 05:55:58 6a28ff106b55: Preparing 05:55:58 363e273f0833: Preparing 05:55:58 7143564a6d2f: Preparing 05:55:58 f73e7dbfee58: Preparing 05:55:58 f73e7dbfee58: Waiting 05:55:58 7e5c5c40dd5c: Pushed 05:55:58 8910b2cccb7e: Pushed 05:55:58 7143564a6d2f: Pushed 05:55:58 f73e7dbfee58: Layer already exists 05:55:59 363e273f0833: Pushed 05:56:04 6a28ff106b55: Pushed 05:56:05 df6ebf4862d29b15333f4a73058cc7861157986f: digest: sha256:c37275cfb9e03137facf7fc108d9e343fed5d936889d51809e751af49ed32c50 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:05 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:05 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest 05:56:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 05:56:05 8910b2cccb7e: Preparing 05:56:05 7e5c5c40dd5c: Preparing 05:56:05 6a28ff106b55: Preparing 05:56:05 363e273f0833: Preparing 05:56:05 7143564a6d2f: Preparing 05:56:05 f73e7dbfee58: Preparing 05:56:05 f73e7dbfee58: Waiting 05:56:05 363e273f0833: Layer already exists 05:56:05 8910b2cccb7e: Layer already exists 05:56:05 6a28ff106b55: Layer already exists 05:56:05 7e5c5c40dd5c: Layer already exists 05:56:05 7143564a6d2f: Layer already exists 05:56:05 f73e7dbfee58: Layer already exists 05:56:06 latest: digest: sha256:c37275cfb9e03137facf7fc108d9e343fed5d936889d51809e751af49ed32c50 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:06 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:06 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:2.2.1-dev.4 05:56:06 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 05:56:06 8910b2cccb7e: Preparing 05:56:06 7e5c5c40dd5c: Preparing 05:56:06 6a28ff106b55: Preparing 05:56:06 363e273f0833: Preparing 05:56:06 7143564a6d2f: Preparing 05:56:06 f73e7dbfee58: Preparing 05:56:06 f73e7dbfee58: Waiting 05:56:06 363e273f0833: Layer already exists 05:56:06 7e5c5c40dd5c: Layer already exists 05:56:06 7143564a6d2f: Layer already exists 05:56:06 6a28ff106b55: Layer already exists 05:56:06 8910b2cccb7e: Layer already exists 05:56:06 f73e7dbfee58: Layer already exists 05:56:07 2.2.1-dev.4: digest: sha256:c37275cfb9e03137facf7fc108d9e343fed5d936889d51809e751af49ed32c50 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:07 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:df6ebf4862d29b15333f4a73058cc7861157986f-2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:07 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:df6ebf4862d29b15333f4a73058cc7861157986f-2.2.1-dev.4 05:56:07 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 05:56:07 8910b2cccb7e: Preparing 05:56:07 7e5c5c40dd5c: Preparing 05:56:07 6a28ff106b55: Preparing 05:56:07 363e273f0833: Preparing 05:56:07 7143564a6d2f: Preparing 05:56:07 f73e7dbfee58: Preparing 05:56:07 f73e7dbfee58: Waiting 05:56:07 6a28ff106b55: Layer already exists 05:56:07 7e5c5c40dd5c: Layer already exists 05:56:07 8910b2cccb7e: Layer already exists 05:56:07 363e273f0833: Layer already exists 05:56:07 7143564a6d2f: Layer already exists 05:56:07 f73e7dbfee58: Layer already exists 05:56:08 df6ebf4862d29b15333f4a73058cc7861157986f-2.2.1-dev.4: digest: sha256:c37275cfb9e03137facf7fc108d9e343fed5d936889d51809e751af49ed32c50 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:08 + docker tag device-modbus-arm64 nexus3.edgexfoundry.org:10004/device-modbus-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:08 + docker push nexus3.edgexfoundry.org:10004/device-modbus-arm64:main 05:56:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-modbus-arm64] 05:56:08 8910b2cccb7e: Preparing 05:56:08 7e5c5c40dd5c: Preparing 05:56:08 6a28ff106b55: Preparing 05:56:08 363e273f0833: Preparing 05:56:08 7143564a6d2f: Preparing 05:56:08 f73e7dbfee58: Preparing 05:56:08 f73e7dbfee58: Waiting 05:56:08 7143564a6d2f: Layer already exists 05:56:08 7e5c5c40dd5c: Layer already exists 05:56:08 6a28ff106b55: Layer already exists 05:56:08 8910b2cccb7e: Layer already exists 05:56:08 363e273f0833: Layer already exists 05:56:08 f73e7dbfee58: Layer already exists 05:56:09 main: digest: sha256:c37275cfb9e03137facf7fc108d9e343fed5d936889d51809e751af49ed32c50 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 05:56:09 ===================================================== [Pipeline] echo 05:56:09 taggedImages: 05:56:09 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:df6ebf4862d29b15333f4a73058cc7861157986f 05:56:09 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:latest 05:56:09 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:2.2.1-dev.4 05:56:09 - nexus3.edgexfoundry.org:10004/device-modbus-arm64:df6ebf4862d29b15333f4a73058cc7861157986f-2.2.1-dev.4 05:56:09 - 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 05:56:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:56:09 05:56:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:56:10 arm64: Pulling from edgex-lftools-log-publisher 05:56:10 8998bd30e6a1: Pulling fs layer 05:56:10 04944245beec: Pulling fs layer 05:56:10 699f458cf7ca: Pulling fs layer 05:56:10 765212b225bb: Pulling fs layer 05:56:10 f23df028b6ca: Pulling fs layer 05:56:10 765212b225bb: Waiting 05:56:10 d65c8cfc05b1: Pulling fs layer 05:56:10 2437ff75d9bd: Pulling fs layer 05:56:10 f23df028b6ca: Waiting 05:56:10 d65c8cfc05b1: Waiting 05:56:10 2437ff75d9bd: Waiting 05:56:10 04944245beec: Verifying Checksum 05:56:10 04944245beec: Download complete 05:56:10 765212b225bb: Download complete 05:56:10 f23df028b6ca: Download complete 05:56:10 d65c8cfc05b1: Verifying Checksum 05:56:10 d65c8cfc05b1: Download complete 05:56:10 699f458cf7ca: Verifying Checksum 05:56:10 699f458cf7ca: Download complete 05:56:10 8998bd30e6a1: Verifying Checksum 05:56:10 8998bd30e6a1: Download complete 05:56:12 2437ff75d9bd: Verifying Checksum 05:56:12 2437ff75d9bd: Download complete 05:56:14 8998bd30e6a1: Pull complete 05:56:15 04944245beec: Pull complete 05:56:16 699f458cf7ca: Pull complete 05:56:17 765212b225bb: Pull complete 05:56:17 f23df028b6ca: Pull complete 05:56:17 d65c8cfc05b1: Pull complete 05:56:33 2437ff75d9bd: Pull complete 05:56:33 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:56:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:56:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:56:33 prd-ubuntu20.04-docker-arm64-4c-16g-16069 does not seem to be running inside a container 05:56:33 $ 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/43 -v /w/workspace/device-modbus-go/43:/w/workspace/device-modbus-go/43:rw,z -v /w/workspace/device-modbus-go/43@tmp:/w/workspace/device-modbus-go/43@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 05:56:35 $ docker top 62a002233c071fb79d0c871d4c60187467366ac467a6ffc09fb4ce3c7fd7a009 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:56:36 ---> job-cost.sh 05:56:36 lf-activate-venv: SKIPPING 05:56:36 INFO: No Stack... 05:56:37 INFO: Retrieving Pricing Info for: v3-standard-4 05:56:38 INFO: Archiving Costs [Pipeline] sh 05:56:38 + + cutcat -d, /w/workspace/device-modbus-go/43/archives/cost.csv -f6 05:56:38 [Pipeline] lock 05:56:38 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-main-43-stack-cost] 05:56:38 Resource [jenkins-edgexfoundry-device-modbus-go-main-43-stack-cost] did not exist. Created. 05:56:38 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-main-43-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:56:39 /w/workspace/device-modbus-go/43@tmp/durable-72d2bdb6/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:56:40 + echo total: 0.10999999940395355 [Pipeline] stash 05:56:40 Warning: overwriting stash ‘stack-cost’ 05:56:40 Stashed 1 file(s) [Pipeline] } 05:56:40 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-main-43-stack-cost] [Pipeline] // lock [Pipeline] } 05:56:40 $ docker stop --time=1 62a002233c071fb79d0c871d4c60187467366ac467a6ffc09fb4ce3c7fd7a009 05:56:41 $ docker rm -f 62a002233c071fb79d0c871d4c60187467366ac467a6ffc09fb4ce3c7fd7a009 [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 05:56:42 provisioning config files... 05:56:42 copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config2625035748505871550tmp [Pipeline] { [Pipeline] sh 05:56:42 + set +x 05:56:42 + curl -s https://codecov.io/bash 05:56:42 + bash -s -- 05:56:42 05:56:42 _____ _ 05:56:42 / ____| | | 05:56:42 | | ___ __| | ___ ___ _____ __ 05:56:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:56:42 | |___| (_) | (_| | __/ (_| (_) \ V / 05:56:42 \_____\___/ \__,_|\___|\___\___/ \_/ 05:56:42 Bash-1.0.6 05:56:42 05:56:42 05:56:42 ==> git version 2.25.1 found 05:56:42 ==> 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 05:56:42 Release-Date: 2020-01-08 05:56:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:56:42 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:56:42 ==> Jenkins CI detected. 05:56:42 current dir:  /w/workspace/gexfoundry_device-modbus-go_main 05:56:42 project root: . 05:56:42 --> token set from env 05:56:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:56:42 ==> Running gcov in . (disable via -X gcov) 05:56:42 ==> Python coveragepy not found 05:56:42 ==> Searching for coverage reports in: 05:56:42 + . 05:56:42 -> Found 1 reports 05:56:42 ==> Detecting git/mercurial file structure 05:56:42 ==> Reading reports 05:56:42 + ./coverage.out bytes=24065 05:56:42 ==> Appending adjustments 05:56:42 https://docs.codecov.io/docs/fixing-reports 05:56:42 + Found adjustments 05:56:42 ==> Gzipping contents 05:56:42 4.0K /tmp/codecov.psGrd6.gz 05:56:42 ==> Uploading reports 05:56:42 url: https://codecov.io 05:56:42 query: branch=main&commit=df6ebf4862d29b15333f4a73058cc7861157986f&build=43&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F43%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:56:42 -> Pinging Codecov 05:56:42 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=df6ebf4862d29b15333f4a73058cc7861157986f&build=43&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-modbus-go%2Fjob%2Fmain%2F43%2F&name=&tag=&slug=edgexfoundry%2Fdevice-modbus-go&service=jenkins&flags=&pr=&job=&cmd_args= 05:56:42 -> Uploading to 05:56:42 https://storage.googleapis.com/codecov/v4/raw/2022-06-27/55DBCA73C666E3227836607328DD7E49/df6ebf4862d29b15333f4a73058cc7861157986f/0b9c4890-a083-42fe-bb7e-65318332e740.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220627%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220627T055642Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=623e1f6a585ca72ecd5eb94b6132f683c83c866fbb6bcdae01357aeebdad253d 05:56:42 % Total % Received % Xferd Average Speed Time Time Time Current 05:56:42 Dload Upload Total Spent Left Speed 05:56:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4026 0 0 100 4026 0 15250 --:--:-- --:--:-- --:--:-- 15250 05:56:43 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-modbus-go/commit/df6ebf4862d29b15333f4a73058cc7861157986f [Pipeline] } 05:56:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 05:56:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 05:56:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:56:43 05:56:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:56:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:56:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 05:56:43 df9b9388f04a: Pulling fs layer 05:56:43 52dc419b0ee2: Pulling fs layer 05:56:43 25bc292e5bac: Pulling fs layer 05:56:43 114826534d7a: Pulling fs layer 05:56:43 4657fd5d0bcf: Pulling fs layer 05:56:43 6ad1cebc031e: Pulling fs layer 05:56:43 8a3aa393b2d8: Pulling fs layer 05:56:43 6ad1cebc031e: Waiting 05:56:43 8a3aa393b2d8: Waiting 05:56:43 4657fd5d0bcf: Waiting 05:56:43 114826534d7a: Waiting 05:56:43 25bc292e5bac: Verifying Checksum 05:56:43 25bc292e5bac: Download complete 05:56:43 52dc419b0ee2: Verifying Checksum 05:56:43 52dc419b0ee2: Download complete 05:56:43 4657fd5d0bcf: Verifying Checksum 05:56:43 df9b9388f04a: Verifying Checksum 05:56:43 df9b9388f04a: Download complete 05:56:44 df9b9388f04a: Pull complete 05:56:44 6ad1cebc031e: Verifying Checksum 05:56:44 6ad1cebc031e: Download complete 05:56:44 52dc419b0ee2: Pull complete 05:56:44 25bc292e5bac: Pull complete 05:56:44 114826534d7a: Verifying Checksum 05:56:44 114826534d7a: Download complete 05:56:44 8a3aa393b2d8: Verifying Checksum 05:56:44 8a3aa393b2d8: Download complete 05:56:48 114826534d7a: Pull complete 05:56:48 4657fd5d0bcf: Pull complete 05:56:48 6ad1cebc031e: Pull complete 05:56:51 8a3aa393b2d8: Pull complete 05:56:51 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 05:56:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 05:56:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:56:51 prd-ubuntu20.04-docker-8c-8g-16067 does not seem to be running inside a container 05:56:51 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 05:56:53 $ docker top f1f147b24f71c4d7071701c9d3f82b1ffd1b191216c7fb1e5154dc69d41b8483 -eo pid,comm [Pipeline] { [Pipeline] echo 05:56:53 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-modbus-go:main' [Pipeline] sh 05:56:53 + set -o pipefail 05:56:53 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-modbus-go:main' 05:57:00 05:57:00 Monitoring /w/workspace/gexfoundry_device-modbus-go_main (github.com/edgexfoundry/device-modbus-go)... 05:57:00 05:57:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5174d6d0-2379-4548-918f-caa15a8d100f/history/71940265-a1b3-4974-8ed7-ea3df3d5984b 05:57:00 05:57:00 Tip: Detected multiple supported manifests (2), use --all-projects to scan all of them at once. 05:57:00 05:57:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 05:57:00 05:57:00 05:57:00 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 05:57:00 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 05:57:00 $ docker stop --time=1 f1f147b24f71c4d7071701c9d3f82b1ffd1b191216c7fb1e5154dc69d41b8483 05:57:02 $ docker rm -f f1f147b24f71c4d7071701c9d3f82b1ffd1b191216c7fb1e5154dc69d41b8483 [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 05:57:03 + git log --format=format:%s -1 df6ebf4862d29b15333f4a73058cc7861157986f [Pipeline] sh 05:57:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:57:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:57:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:57:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:57:03 prd-ubuntu20.04-docker-8c-8g-16067 does not seem to be running inside a container 05:57:03 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:57:04 $ docker top 5ec8d71ac7322d72ed4fe1393ff3a1d5e2ce21f9ab55cff422082c5ec362ebb8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:57:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:57:04 [ssh-agent] Looking for ssh-agent implementation... 05:57:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:57:04 $ docker exec 5ec8d71ac7322d72ed4fe1393ff3a1d5e2ce21f9ab55cff422082c5ec362ebb8 ssh-agent 05:57:04 SSH_AUTH_SOCK=/tmp/ssh-qEetnBpTE9G8/agent.32 05:57:04 SSH_AGENT_PID=39 05:57:04 Running ssh-add (command line suppressed) 05:57:04 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_1867360918318095463.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_1867360918318095463.key) 05:57:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:57:05 + git semver tag 05:57:05 2022-06-27 05:57:05,268 [run_tag] DEBUG tag force:False 05:57:05 2022-06-27 05:57:05,268 [check_head_tag] DEBUG check head tag 05:57:05 2022-06-27 05:57:05,268 [execute] INFO git cat-file --batch-check 05:57:05 2022-06-27 05:57:05,269 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) 05:57:05 2022-06-27 05:57:05,272 [execute] INFO git cat-file --batch 05:57:05 2022-06-27 05:57:05,272 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=) 05:57:05 2022-06-27 05:57:05,279 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:57:05 2022-06-27 05:57:05,280 [execute] INFO git tag -a v2.2.1-dev.4 -m v2.2.1-dev.4 05:57:05 2022-06-27 05:57:05,280 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.4', '-m', 'v2.2.1-dev.4'], cwd=/w/workspace/gexfoundry_device-modbus-go_main, universal_newlines=False, shell=None, istream=None) 05:57:05 2022-06-27 05:57:05,284 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:57:05 2.2.1-dev.4 [Pipeline] } 05:57:05 $ docker exec --env ******** --env ******** 5ec8d71ac7322d72ed4fe1393ff3a1d5e2ce21f9ab55cff422082c5ec362ebb8 ssh-agent -k 05:57:05 unset SSH_AUTH_SOCK; 05:57:05 unset SSH_AGENT_PID; 05:57:05 echo Agent pid 39 killed; 05:57:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:57:05 + git semver [Pipeline] } 05:57:06 $ docker stop --time=1 5ec8d71ac7322d72ed4fe1393ff3a1d5e2ce21f9ab55cff422082c5ec362ebb8 05:57:07 $ docker rm -f 5ec8d71ac7322d72ed4fe1393ff3a1d5e2ce21f9ab55cff422082c5ec362ebb8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:57:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:57:07 05:57:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:57:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:57:08 0.23.1-centos7: Pulling from edgex-lftools 05:57:08 ab5ef0e58194: Pulling fs layer 05:57:08 9712f1f96733: Pulling fs layer 05:57:08 63f879dbbcfc: Pulling fs layer 05:57:08 0d9ebad4ef96: Pulling fs layer 05:57:08 e9a5061849ea: Pulling fs layer 05:57:08 d747dcd14b5f: Pulling fs layer 05:57:08 2de7ff778b66: Pulling fs layer 05:57:08 e9a5061849ea: Waiting 05:57:08 d747dcd14b5f: Waiting 05:57:08 2de7ff778b66: Waiting 05:57:08 9712f1f96733: Verifying Checksum 05:57:08 9712f1f96733: Download complete 05:57:08 63f879dbbcfc: Verifying Checksum 05:57:08 63f879dbbcfc: Download complete 05:57:08 0d9ebad4ef96: Verifying Checksum 05:57:08 0d9ebad4ef96: Download complete 05:57:08 e9a5061849ea: Verifying Checksum 05:57:08 e9a5061849ea: Download complete 05:57:08 d747dcd14b5f: Verifying Checksum 05:57:08 d747dcd14b5f: Download complete 05:57:08 ab5ef0e58194: Verifying Checksum 05:57:08 ab5ef0e58194: Download complete 05:57:08 2de7ff778b66: Verifying Checksum 05:57:08 2de7ff778b66: Download complete 05:57:11 ab5ef0e58194: Pull complete 05:57:11 9712f1f96733: Pull complete 05:57:12 63f879dbbcfc: Pull complete 05:57:15 0d9ebad4ef96: Pull complete 05:57:16 e9a5061849ea: Pull complete 05:57:16 d747dcd14b5f: Pull complete 05:57:17 2de7ff778b66: Pull complete 05:57:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 05:57:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 05:57:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:57:17 prd-ubuntu20.04-docker-8c-8g-16067 does not seem to be running inside a container 05:57:17 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 05:57:19 $ docker top 201e324818b4eeae9437cb80d3a7da9d095d066b2046cafd8c03b4c93fa1df73 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 05:57:19 provisioning config files... 05:57:19 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config2633155990198935786tmp 05:57:19 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config2636284504469502260tmp 05:57:19 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config6885688118196457048tmp [Pipeline] { [Pipeline] echo 05:57:19 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 05:57:19 ---> sigul-configuration.sh 05:57:19 gpg: directory `/root/.gnupg' created 05:57:19 gpg: new configuration file `/root/.gnupg/gpg.conf' created 05:57:19 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 05:57:19 gpg: keyring `/root/.gnupg/secring.gpg' created 05:57:19 gpg: keyring `/root/.gnupg/pubring.gpg' created 05:57:19 gpg: CAST5 encrypted data 05:57:19 gpg: encrypted with 1 passphrase 05:57:19 gpg: WARNING: message was not integrity protected [Pipeline] sh 05:57:20 + mkdir /home/jenkins 05:57:20 + mkdir /home/jenkins/sigul [Pipeline] sh 05:57:20 + 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 05:57:20 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 05:57:20 ---> sigul-install.sh 05:57:20 Sigul already installed; skipping installation. [Pipeline] sh 05:57:20 + git tag --list 05:57:20 0.7.1 05:57:20 v1.0.0 05:57:20 v1.1.0 05:57:20 v1.1.1 05:57:20 v1.2.2 05:57:20 v1.3.0 05:57:20 v1.3.1 05:57:20 v2.0.0 05:57:20 v2.1.0 05:57:20 v2.1.1 05:57:20 v2.1.1-dev.1 05:57:20 v2.1.1-dev.2 05:57:20 v2.1.1-dev.3 05:57:20 v2.2.0 05:57:20 v2.2.1-dev.1 05:57:20 v2.2.1-dev.2 05:57:20 v2.2.1-dev.3 05:57:20 v2.2.1-dev.4 [Pipeline] sh 05:57:21 + lftools sign git-tag v2.2.1-dev.4 05:57:21 Signing Git tag with Sigul... 05:57:21 Signing v2.2.1-dev.4 [Pipeline] echo 05:57:22 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 05:57:22 ---> sigul-configuration-cleanup.sh [Pipeline] } 05:57:22 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 05:57:22 $ docker stop --time=1 201e324818b4eeae9437cb80d3a7da9d095d066b2046cafd8c03b4c93fa1df73 05:57:23 $ docker rm -f 201e324818b4eeae9437cb80d3a7da9d095d066b2046cafd8c03b4c93fa1df73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 05:57:24 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:57:24 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:57:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:57:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:57:24 prd-ubuntu20.04-docker-8c-8g-16067 does not seem to be running inside a container 05:57:24 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:57:24 $ docker top 4525a6403771a2313321c67a5bbbd5005368787d4d5fc7258b5187009fb561ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:57:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:57:24 [ssh-agent] Looking for ssh-agent implementation... 05:57:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:57:25 $ docker exec 4525a6403771a2313321c67a5bbbd5005368787d4d5fc7258b5187009fb561ef ssh-agent 05:57:25 SSH_AUTH_SOCK=/tmp/ssh-cG0AtUwfIhLf/agent.34 05:57:25 SSH_AGENT_PID=41 05:57:25 Running ssh-add (command line suppressed) 05:57:25 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_8088801904643671347.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_8088801904643671347.key) 05:57:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:57:25 + git semver bump pre 05:57:25 2022-06-27 05:57:25,723 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:57:25 2022-06-27 05:57:25,723 [bump_version] DEBUG bumping version:2.2.1-dev.4 on axis:pre with prefix:dev 05:57:25 2022-06-27 05:57:25,724 [bump_version] DEBUG bumped version:2.2.1-dev.5 05:57:25 2022-06-27 05:57:25,724 [write_version] DEBUG write version:2.2.1-dev.5 to path:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main with force:True 05:57:25 2022-06-27 05:57:25,724 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:57:25 2022-06-27 05:57:25,724 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:57:25 2022-06-27 05:57:25,726 [execute] INFO git cat-file --batch-check 05:57:25 2022-06-27 05:57:25,726 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) 05:57:25 2022-06-27 05:57:25,730 [execute] INFO git cat-file --batch 05:57:25 2022-06-27 05:57:25,731 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) 05:57:25 2022-06-27 05:57:25,735 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:57:25 2.2.1-dev.5 [Pipeline] } 05:57:25 $ docker exec --env ******** --env ******** 4525a6403771a2313321c67a5bbbd5005368787d4d5fc7258b5187009fb561ef ssh-agent -k 05:57:25 unset SSH_AUTH_SOCK; 05:57:25 unset SSH_AGENT_PID; 05:57:25 echo Agent pid 41 killed; 05:57:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:57:26 + git semver [Pipeline] } 05:57:26 $ docker stop --time=1 4525a6403771a2313321c67a5bbbd5005368787d4d5fc7258b5187009fb561ef 05:57:27 $ docker rm -f 4525a6403771a2313321c67a5bbbd5005368787d4d5fc7258b5187009fb561ef [Pipeline] // withDockerContainer [Pipeline] sh 05:57:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:57:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:57:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:57:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:57:28 prd-ubuntu20.04-docker-8c-8g-16067 does not seem to be running inside a container 05:57: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 05:57:28 $ docker top 454d71d3002e4c9209b9fc8eed1f97743735e11a8fec9888d90b1153a9a5b2d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:57:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:57:29 [ssh-agent] Looking for ssh-agent implementation... 05:57:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:57:29 $ docker exec 454d71d3002e4c9209b9fc8eed1f97743735e11a8fec9888d90b1153a9a5b2d5 ssh-agent 05:57:29 SSH_AUTH_SOCK=/tmp/ssh-cj7mQgCJAD8g/agent.33 05:57:29 SSH_AGENT_PID=40 05:57:29 Running ssh-add (command line suppressed) 05:57:29 Identity added: /w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_5872523734851010214.key (/w/workspace/gexfoundry_device-modbus-go_main@tmp/private_key_5872523734851010214.key) 05:57:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:57:29 + git semver push 05:57:30 2022-06-27 05:57:29,954 [run_push] DEBUG push 05:57:30 2022-06-27 05:57:29,954 [execute] INFO git cat-file --batch-check 05:57:30 2022-06-27 05:57:29,954 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=) 05:57:30 2022-06-27 05:57:29,958 [execute] INFO git rev-list d9cb6f957dd2b6fe661d80bd974caabce8504b75 -- 05:57:30 2022-06-27 05:57:29,958 [execute] DEBUG Popen(['git', 'rev-list', 'd9cb6f957dd2b6fe661d80bd974caabce8504b75', '--'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) 05:57:30 2022-06-27 05:57:29,965 [execute] INFO git fetch -v origin 05:57:30 2022-06-27 05:57:29,965 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=True, shell=None, istream=None) 05:57:30 2022-06-27 05:57:30,429 [run_push] DEBUG no remote changes detected 05:57:30 2022-06-27 05:57:30,430 [execute] INFO git push origin semver 05:57:30 2022-06-27 05:57:30,430 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_device-modbus-go_main/.semver, universal_newlines=False, shell=None, istream=None) 05:57:31 2022-06-27 05:57:31,277 [run_push] DEBUG push all version tags 05:57:31 2022-06-27 05:57:31,277 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 05:57:31 2022-06-27 05:57:31,278 [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) 05:57:32 2022-06-27 05:57:32,045 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-modbus-go_main/.semver/main 05:57:32 2.2.1-dev.5 [Pipeline] } 05:57:32 $ docker exec --env ******** --env ******** 454d71d3002e4c9209b9fc8eed1f97743735e11a8fec9888d90b1153a9a5b2d5 ssh-agent -k 05:57:32 unset SSH_AUTH_SOCK; 05:57:32 unset SSH_AGENT_PID; 05:57:32 echo Agent pid 40 killed; 05:57:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:57:32 + git semver [Pipeline] } 05:57:32 $ docker stop --time=1 454d71d3002e4c9209b9fc8eed1f97743735e11a8fec9888d90b1153a9a5b2d5 05:57:34 $ docker rm -f 454d71d3002e4c9209b9fc8eed1f97743735e11a8fec9888d90b1153a9a5b2d5 [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 05:57:34 + [ -d /w/workspace/gexfoundry_device-modbus-go_main/archives ] 05:57:34 + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives 05:57:34 total 16 05:57:34 drwxr-xr-x 3 root root 4096 Jun 27 05:48 . 05:57:34 drwxrwxr-x 11 jenkins jenkins 4096 Jun 27 05:57 .. 05:57:34 drwxr-xr-x 2 root root 4096 Jun 27 05:48 cost 05:57:34 -rw-r--r-- 1 root root 86 Jun 27 05:48 cost.csv 05:57:34 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-modbus-go_main/archives 05:57:34 + ls -al /w/workspace/gexfoundry_device-modbus-go_main/archives 05:57:34 total 16 05:57:34 drwxr-xr-x 3 jenkins jenkins 4096 Jun 27 05:48 . 05:57:34 drwxrwxr-x 11 jenkins jenkins 4096 Jun 27 05:57 .. 05:57:34 drwxr-xr-x 2 jenkins jenkins 4096 Jun 27 05:48 cost 05:57:34 -rw-r--r-- 1 jenkins jenkins 86 Jun 27 05:48 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:57:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:57:35 ---> package-listing.sh 05:57:35 ++ facter osfamily 05:57:35 ++ tr '[:upper:]' '[:lower:]' 05:57:36 + OS_FAMILY=debian 05:57:36 + workspace=/w/workspace/gexfoundry_device-modbus-go_main 05:57:36 + START_PACKAGES=/tmp/packages_start.txt 05:57:36 + END_PACKAGES=/tmp/packages_end.txt 05:57:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:57:36 + PACKAGES=/tmp/packages_start.txt 05:57:36 + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' 05:57:36 + PACKAGES=/tmp/packages_end.txt 05:57:36 + case "${OS_FAMILY}" in 05:57:36 + grep '^ii' 05:57:36 + dpkg -l 05:57:36 + '[' -f /tmp/packages_start.txt ']' 05:57:36 + '[' -f /tmp/packages_end.txt ']' 05:57:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:57:36 + '[' /w/workspace/gexfoundry_device-modbus-go_main ']' 05:57:36 + mkdir -p /w/workspace/gexfoundry_device-modbus-go_main/archives/ 05:57:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-modbus-go_main/archives/ [Pipeline] echo 05:57:36 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 05:57:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:57:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:57:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:57:37 prd-ubuntu20.04-docker-8c-8g-16067 does not seem to be running inside a container 05:57:37 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 05:57:37 $ docker top 41349d5d31f1807d6874a74b3529b2390b7d2359e571a1a1f9e3bc33a5bd08dc -eo pid,comm [Pipeline] { [Pipeline] sh 05:57:37 + touch /tmp/pre-build-complete [Pipeline] sh 05:57:37 + mkdir -p /var/log/sysstat [Pipeline] sh 05:57:38 + ls /var/log/sa-host 05:57:38 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:57:38 provisioning config files... 05:57:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-modbus-go_main@tmp/config1341818898126746537tmp [Pipeline] { [Pipeline] echo 05:57:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:57:38 ---> create-netrc.sh [Pipeline] } 05:57:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:57:38 ---> python-tools-install.sh [Pipeline] echo 05:57:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:57:39 ---> sudo-logs.sh 05:57:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:57:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:57:39 ---> job-cost.sh 05:57:39 lf-activate-venv: SKIPPING 05:57:39 DEBUG: total: 0.2199999988079071 05:57:39 INFO: Retrieving Stack Cost... 05:57:39 INFO: Retrieving Pricing Info for: v3-standard-8 05:57:40 INFO: Archiving Costs [Pipeline] echo 05:57:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:57:40 ---> logs-deploy.sh 05:57:40 lf-activate-venv: SKIPPING 05:57:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/main/43 05:57:40 INFO: archiving workspace using pattern(s): 05:57:41 Archives upload complete. 05:57:41 INFO: archiving logs to Nexus